breakpoint.c:insert_bp_location: Constify local.
[platform/upstream/binutils.git] / gdb / ChangeLog
1 2013-12-12  Pedro Alves  <palves@redhat.com>
2
3         * breakpoint.c (insert_bp_location): Make 'hw_bp_err_string' local
4         const, and remove casts.
5
6 2013-12-12  Pedro Alves  <palves@redhat.com>
7
8         * cli/cli-cmds.c (source_script_from_stream) Use have_python
9         instead of catching UNSUPPORTED_ERROR.
10         * exceptions.h (UNSUPPORTED_ERROR): Delete.
11         * python/python.c (source_python_script) [!HAVE_PYTHON]: Internal
12         error if called.
13         * python/python.h (have_python): New static inline function.
14
15 2013-12-11  Doug Evans  <dje@google.com>
16
17         * dwarf2read.c (lookup_dwo_cutu): Include name of dwp file in
18         "can't find DWO" warning.
19
20 2013-12-11  Sergio Durigan Junior  <sergiodj@redhat.com>
21
22         * break-catch-throw.c (fetch_probe_arguments): Pass selected frame
23         to get_probe_argument_count and evaluate_probe_argument.
24         * probe.c (get_probe_argument_count): Adjust declaration to accept
25         frame.  Pass frame to probe_ops's get_probe_argument_count.
26         (evaluate_probe_argument): Likewise, for evaluate_probe_argument.
27         (probe_safe_evaluate_at_pc): Pass frame to
28         get_probe_argument_count and evaluate_probe_argument.
29         * probe.h (struct probe_ops) <get_probe_argument_count,
30         evaluate_probe_argument>: Adjust declarations to accept frame.
31         (get_probe_argument_count, evaluate_probe_argument): Likewise.
32         * solib-svr4.c (solib_event_probe_action): Get current frame.
33         Pass it to get_probe_argument_count.
34         (svr4_handle_solib_event): Get current frame.  Pass it to
35         get_probe_argument_count and evaluate_probe_argument.
36         * stap-probe.c (stap_parse_probe_arguments): Adjust declaration to
37         accept gdbarch.  Do not obtain it from the probe's objfile.
38         (stap_get_probe_argument_count): Adjust declaration to accept
39         frame.  Obtain gdbarch from the frame.  Call generic
40         can_evaluate_probe_arguments.  Pass gdbarch to
41         stap_parse_probe_arguments.
42         (stap_get_arg): Adjust declaration to accept gdbarch.  Pass it to
43         stap_parse_probe_arguments.
44         (stap_evaluate_probe_argument): Adjust declaration to accept
45         frame.  Obtain gdbarch from the frame.  Pass gdbarch to
46         stap_get_arg.
47         (stap_compile_to_ax): Pass agent_expr's gdbarch to stap_get_arg.
48         (compute_probe_arg): Obtain gdbarch from frame.  Pass frame to
49         get_probe_argument_count and evaluate_probe_argument.
50
51 2013-12-10  Doug Evans  <dje@google.com>
52
53         PR 16286
54         * c-lang.c (c_get_string): Ignore the declared size of the object
55         if a specific length is requested.
56
57 2013-12-10  Doug Evans  <dje@google.com>
58
59         * interps.h (interp_exec_p): Delete.
60         * interps.c (interp_exec_p): Delete.
61         (interp_exec): Update.  Assert interp->procs->exec_proc != NULL.
62         * mi/mi-interp.c (mi_cmd_interpreter_exec): Update.
63
64 2013-12-10  Yao Qi  <yao@codesourcery.com>
65
66         * amd64-tdep.c (amd64_analyze_stack_align): Call
67         target_read_code instead of target_read_memory.
68         (amd64_analyze_prologue): Call read_code_unsigned_integer
69         instead of read_memory_unsigned_integer.  Call read_code
70         instead of read_memory.
71         (amd64_skip_xmm_prologue): Likewise.
72
73 2013-12-10  Yao Qi  <yao@codesourcery.com>
74
75         * corefile.c (read_code): New function.
76         (read_code_integer): New function.
77         (read_code_unsigned_integer): New function.
78         * gdbcore.h (read_code): Declare.
79         (read_code_integer): Declare.
80         (read_code_unsigned_integer): Declare.
81         * i386-tdep.c (i386_follow_jump): Call target_read_code instead
82         of target_read_memory.  Call read_code_unsigned_integer instead
83         of read_memory_unsigned_integer.
84         (i386_analyze_struct_return): Likewise.
85         (i386_skip_probe): Likewise.
86         (i386_analyze_stack_align): Likewise.
87         (i386_match_pattern): Likewise.
88         (i386_skip_noop): Likewise.
89         (i386_analyze_frame_setup): Likewise.
90         (i386_analyze_register_saves): Likewise.
91         (i386_skip_prologue): Likewise.
92         (i386_skip_main_prologue): Likewise.
93         (i386_frame_cache_1): Likewise.
94
95 2013-12-10  Yao Qi  <yao@codesourcery.com>
96
97         * infrun.c: Include "target-dcache.h".
98         (prepare_for_detach): Call target_dcache_invalidate.
99         (wait_for_inferior): Likewise.
100         (fetch_inferior_event): Likewise.
101         (infrun_thread_stop_requested_callback): Likewise.  Set
102         overlay_cache_invalid to 1.
103
104 2013-12-10  Joel Brobecker  <brobecker@adacore.com>
105
106         * symtab.c (symbol_find_demangled_name): Add handling of
107         Ada symbols.
108
109 2013-12-10  Joel Brobecker  <brobecker@adacore.com>
110
111         * mi/mi-main.c (mi_cmd_list_features): add "exec-run-start-option".
112         * NEWS: Expand the entry documenting the new -exec-run --start
113         option to mention the corresponding new entry in the output of
114         "-list-features".
115
116 2013-12-10  Joel Brobecker  <brobecker@adacore.com>
117
118         * windows-nat.c (handle_load_dll): Add comments.
119         (windows_ensure_ntdll_loaded): New function.
120         (do_initial_windows_stuff): Use windows_ensure_ntdll_loaded.
121         Add FIXME comment.
122
123 2013-12-08  Joel Brobecker  <brobecker@adacore.com>
124
125         GDB 7.6.2 released.
126
127 2013-12-08  Yao Qi  <yao@codesourcery.com>
128
129         * stack.c (frame_info): Initialize variable caller_pc.
130
131 2013-12-06  Pedro Alves  <palves@redhat.com>
132
133         * frame.c (enum cached_copy_status): New enum.
134         (struct frame_info) <prev_pc.p>: Change type to enum
135         cached_copy_status.
136         (fprint_frame): Handle not saved and unavailable prev_pc values.
137         (frame_unwind_pc_if_available): Delete and merge contents into ...
138         (frame_unwind_pc): ... here.  Handle OPTIMIZED_OUT_ERROR.  Adjust
139         to use enum cached_copy_status.
140         (frame_unwind_caller_pc_if_available): Delete.
141         (create_new_frame): Adjust.
142         * frame.h (frame_unwind_caller_pc_if_available): Delete
143         declaration.
144         * stack.c (frame_info): Use frame_unwind_caller_pc instead of
145         frame_unwind_caller_pc_if_available, and handle
146         NOT_AVAILABLE_ERROR and OPTIMIZED_OUT_ERROR errors.
147         * valprint.c (val_print_optimized_out): Use val_print_not_saved.
148         (val_print_not_saved): New function.
149         * valprint.h (val_print_not_saved): Declare.
150
151 2013-12-06  Andrew Burgess  <aburgess@broadcom.com>
152             Pedro Alves  <palves@redhat.com>
153
154         * exceptions.h (errors): Add OPTIMIZED_OUT_ERROR.
155         * dwarf2loc.c (write_pieced_value): Throw OPTIMIZED_OUT_ERROR.
156         * frame.c (frame_unwind_register): Throw OPTIMIZED_OUT_ERROR.
157         * spu-tdep.c (spu_software_single_step): Throw
158         OPTIMIZED_OUT_ERROR.
159         * valops.c (value_assign): Throw OPTIMIZED_OUT_ERROR.
160
161 2013-12-06  Tom Tromey  <tromey@redhat.com>
162
163         * objfiles.c (free_objfile): Update comment.
164
165 2013-12-06  Tom Tromey  <tromey@redhat.com>
166
167         * objfiles.h (objfile_to_front): Remove.
168         * objfiles.c (objfile_to_front): Remove.
169
170 2013-12-06  Tom Tromey  <tromey@redhat.com>
171
172         * minsyms.c (get_symbol_leading_char): Remove unnecessary
173         declaration.
174
175 2013-12-06  Tom Tromey  <tromey@redhat.com>
176
177         * psympriv.h (struct partial_symtab) <user>: Move earlier.
178
179 2013-12-06  Tom Tromey  <tromey@redhat.com>
180
181         * cli/cli-cmds.c (edit_command): Use paddress, not hex_string.
182         (list_command): Likewise.
183
184 2013-12-06  Tom Tromey  <tromey@redhat.com>
185
186         * psymtab.c (allocate_psymtab): Put the filename in the filename
187         bcache.
188
189 2013-12-06  Tom Tromey  <tromey@redhat.com>
190
191         * buildsym.c (end_symtab_from_static_block): Use obstack_copy0.
192         * symtab.h (struct symtab) <dirname>: Now const.
193
194 2013-12-06  Tom Tromey  <tromey@redhat.com>
195
196         * symfile.c (allocate_symtab): Remove cast.
197         * symtab.h (struct symtab) <filename>: Now const.
198
199 2013-12-06  Tom Tromey  <tromey@redhat.com>
200
201         * break-catch-throw.c (fetch_probe_arguments): Use
202         get_probe_argument_count and evaluate_probe_argument.
203         * elfread.c (elf_get_probe_argument_count)
204         (elf_can_evaluate_probe_arguments, elf_evaluate_probe_argument)
205         (elf_compile_to_ax): Remove.
206         (elf_probe_fns): Update.
207         * probe.c (get_probe_argument_count, can_evaluate_probe_arguments)
208         (evaluate_probe_argument): Call method on probe, not via sym
209         functions.
210         * stap-probe.c (compute_probe_arg): Use get_probe_argument_count,
211         evaluate_probe_argument.
212         (compile_probe_arg): Use get_probe_argument_count.  Call method on
213         probe, not via sym functions.
214         * symfile-debug.c (debug_sym_get_probe_argument_count)
215         (debug_can_evaluate_probe_arguments)
216         (debug_sym_evaluate_probe_argument, debug_sym_compile_to_ax):
217         Remove.
218         (debug_sym_probe_fns): Remove.
219         * symfile.h (struct sym_probe_fns) <sym_get_probe_argument_count,
220         can_evaluate_probe_arguments, sym_evaluate_probe_argument,
221         sym_compile_to_ax>: Remove fields.
222
223 2013-12-06  Pierre Muller  <muller@sourceware.org>
224
225         Fix completion for pascal language.
226         * p-exp.y (exp : field_exp name): Do not call mark_struct_expression.
227         (exp : field_exp name COMPLETE): New rule.
228         (exp : SIZEOF): Set correct current_type.
229         (last_was_structop): Remove static variable.
230         (yylex): Remove saw_structop local variable.
231         Adapt code to removal of variables above.
232
233 2013-12-06  Joel Brobecker  <brobecker@adacore.com>
234
235         * frame.c (get_prev_frame_1): Delete variable "this_id".
236         Replace its use by a call to get_frame_id.
237
238 2013-12-05  Anthony Green  <green@moxielogic.com>
239
240         * moxie-tdep.c (moxie_software_single_step): New function.
241         (INST2OFFSET): New helper macro.
242         (moxie_gdbarch_init): Call set_gdbarch_software_single_step.
243         (moxie_process_readu): Move this up in the file.
244
245 2013-12-05  Doug Evans  <xdje42@gmail.com>
246
247         * auto-load.c (load_auto_scripts_for_objfile): Add some comments.
248
249 2013-12-05  Joel Brobecker  <brobecker@adacore.com>
250             Tristan Gingold  <gingold@adacore.com>
251
252         * amd64-windows-tdep.c (amd64_windows_frame_decode_insns):
253         Accept version 2.  Ignore operations using opcode 6.
254
255 2013-12-05  Joel Brobecker  <brobecker@adacore.com>
256
257         * ada-lex.l (find_dot_all): Fix coding style violations.
258
259 2013-12-03  Walfred Tedeschi  <walfred.tedeschi@intel.com>
260
261         * NEWS:  Add section for Intel(R) Architecture Instructions
262         Extesions mentioning MPX.
263
264 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
265
266         * ada-lex.l (find_dot_all): Use strncasecmp instead of strncmp.
267
268 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
269
270         * ada-lang.c (create_excep_cond_exprs): Force EXP to NULL
271         when parse_exp_1 threw an error.  Add comment.
272
273 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
274
275         * NEWS: Mention "-list-features" in the entry documenting
276         the support for the "--language" option.
277
278 2013-12-03  Tom Tromey  <tromey@redhat.com>
279             Jan Kratochvil  <jan.kratochvil@redhat.com>
280             Doug Evans  <dje@google.com>
281             Samuel Bronson  <naesten@gmail.com>
282
283         Bring back gdb-add-index as a contrib script.
284         * contrib/gdb-add-index.sh: New file.
285         * NEWS: Note the addition.
286
287 2013-12-03  Samuel Bronson  <naesten@gmail.com>
288
289         * MAINTAINERS (Write After Approval): Add myself to the list.
290
291 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
292
293         * mi/mi-main.c (mi_cmd_list_features): Remove "ada-exceptions".
294
295 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
296
297         * mi/mi-main.c: Remove trailing spaces throughout.
298
299 2013-12-03  Pedro Alves  <palves@redhat.com>
300             Joel Brobecker  <brobecker@adacore.com>
301
302         * exceptions.h (enum_errors) <UNDEFINED_COMMAND_ERROR>: New enum.
303         * mi/mi-parse.c (mi_parse): Throw UNDEFINED_COMMAND_ERROR instead
304         of a regular error when the GDB/MI command does not exist.
305         * mi/mi-main.c (mi_cmd_list_features): Add
306         "undefined-command-error-code".
307         (mi_print_exception): Print an "undefined-command"
308         error code if EXCEPTION.ERROR is UNDEFINED_COMMAND_ERROR.
309         * NEWS: Add entry documenting the new "code" variable in
310         "^error" result records.
311
312 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
313
314         * mi/mi-cmds.h (mi_cmd_info_gdb_mi_command): Declare.
315         * mi/mi-cmd-info.c (mi_cmd_info_gdb_mi_command): New function.
316         * mi/mi-cmds.c (mi_cmds): Add -info-gdb-mi-command command.
317         * mi/mi-main.c (mi_cmd_list_features): Add "info-gdb-mi-command"
318         field to output of "-list-features".
319
320         * NEWS: Add entry for new -info-gdb-mi-command.
321
322 2013-12-02  Doug Evans  <dje@google.com>
323             Jan Kratochvil  <jan.kratochvil@redhat.com>
324
325         * objfiles.c (allocate_objfile): Save original_name as an absolute
326         path.
327         * objfiles.h (struct objfile): Expand comment on original_name.
328         * source.c (openp): Call gdb_abspath.
329         * utils.c (gdb_abspath): New function.
330         * utils.h (gdb_abspath): Declare.
331
332 2013-12-02  Pedro Alves  <palves@redhat.com>
333
334         * dcache.c (dcache_read_line): Use target_read_raw_memory.
335         * target.c (target_read_raw_memory): New function.
336         (target_read_stack, target_write_memory, target_write_raw_memory):
337         Update comment.
338         (target_read_code): Add comment.
339         * target.h (target_read_raw_memory): Declare.
340
341 2013-12-02  Pedro Alves  <palves@redhat.com>
342
343         * ctf.c (ctf_start): Use S_IRGRP, S_IXGRP, S_IXOTH
344         unconditionally.
345
346 2013-12-02  Pedro Alves  <pedro@codesourcery.com>
347             Maciej W. Rozycki  <macro@codesourcery.com>
348
349         * remote.c (putpkt_for_catch_errors): Remove function.
350         (remote_kill): Handle TARGET_CLOSE_ERROR from the kill packet
351         gracefully.
352
353 2013-12-02  Pedro Alves  <palves@redhat.com>
354
355         PR remote/15974
356         * remote-notif.c (handle_notification): Return early if no
357         notification is found.
358
359 2013-12-02  Joel Brobecker  <brobecker@adacore.com>
360
361         * common/filestuff.c (fdwalk): Add "defined(RLIMIT_NOFILE)"
362         preprocessor check.
363
364 2013-12-02  Joel Brobecker  <brobecker@adacore.com>
365
366         * Makefile.in (HFILES_NO_SRCDIR): Remove "common/gdb_dirent.h".
367
368 2013-12-02  Joel Brobecker  <brobecker@adacore.com>
369
370         * Makefile.in (HFILES_NO_SRCDIR): Remove "common/gdb_stat.h".
371         * ctf.c (ctf_start): Remove obsolete comment.
372
373 2013-12-02  Joel Brobecker  <brobecker@adacore.com>
374
375         * Makefile.in (HFILES_NO_SRCDIR): Remove "common/gdb_string.h".
376
377 2013-11-30  Doug Evans  <xdje42@gmail.com>
378
379         * auto-load.h (script_language): New members name, auto_load_enabled.
380         Add missing comments on struct members.
381         (auto_load_objfile_script): Delete.
382         * auto-load.c: #include "cli/cli-cmds.h".
383         (auto_load_gdb_scripts_enabled): New function.
384         (script_language_gdb): Update, add new members.
385         (source_gdb_script_for_objfile): Simplify, auto-load safe-checking
386         and call to maybe_add_script moved to caller.
387         (auto_load_objfile_script_1): Auto-load safe-checking and
388         call to maybe_add_script moved here.
389         (auto_load_objfile_script): Make static.  Early exit if support for
390         scripting language hasn't been compiled in, or auto-loading has been
391         disabled.
392         (source_section_scripts): Argument "source_name" renamed to
393         "section_name".  All uses updated.  Replace uses of AUTO_SECTION_NAME
394         with section_name.  Skip loading script if support for scripting
395         language hasn't been compiled in, or auto-loading has been disabled.
396         Call language->source_script_for_objfile instead of calling
397         source_python_script_for_objfile directly.
398         (load_auto_scripts_for_objfile): Update.
399         * python/py-auto-load.c: Delete #include "cli/cli-cmds.h".
400         (gdbpy_load_auto_script_for_objfile): Delete.
401         (auto_load_python_scripts_enabled): New function.
402         (script_language_python): Update, add new members.
403         (gdbpy_script_language_defn): New function.
404         * python/python.h (gdbpy_load_auto_scripts_for_objfile): Delete.
405         (gdbpy_script_language_defn): Declare.
406
407         * auto-load.c (AUTO_SECTION_NAME): Moved here and renamed from
408         py-auto-load.c, GDBPY_AUTO_SECTION_NAME.
409         (source_section_scripts): Moved here from py-auto-load.c.
410         (auto_load_section_scripts): Ditto.
411         * python/py-auto-load.c (GDBPY_AUTO_SECTION_NAME): Moved to
412         auto-load.c, renamed AUTO_SECTION_NAME.
413         (source_section_scripts, auto_load_section_scripts): Moved to
414         auto-load.c.
415
416 2013-11-30  Yao Qi  <yao@codesourcery.com>
417
418         * remote.c (getpkt_or_notif_sane_1): Fix typo "checksm".
419
420 2013-11-29  Sergio Durigan Junior  <sergiodj@redhat.com>
421
422         * gdbarch.sh: Remove include of "gdb_string.h", replace by
423         <string.h>.
424
425 2013-11-29  Doug Evans  <xdje42@gmail.com>
426
427         * python/py-auto-load.c (source_section_scripts): Move comment to
428         more relevant location.
429
430         Whitespace cleanup.
431         * python/py-breakpoint.c: Remove trailing whitespace.
432         * python/py-cmd.c: Ditto.
433         * python/py-evts.c: Ditto.
434         * python/py-finishbreakpoint.c: Ditto.
435         * python/py-frame.c: Ditto.
436         * python/py-function.c: Ditto.
437         * python/py-inferior.c: Ditto.
438         * python/py-infthread.c: Ditto.
439         * python/py-param.c: Ditto.
440         * python/py-prettyprint.c: Ditto.
441         * python/py-symbol.c: Ditto.
442         * python/py-type.c: Ditto.
443         * python/py-utils.c: Ditto.
444         * python/py-value.c: Ditto.
445         * python/python-internal.h: Ditto.
446         * python/python.c: Ditto.
447
448 2013-11-29  Pedro Alves  <palves@redhat.com>
449
450         * unwind_stop_reasons.def (UNWIND_NULL_ID): Update comment.
451
452 2013-11-29  Pedro Alves  <palves@redhat.com>
453
454         * breakpoint.c (build_target_condition_list): Release previous
455         conditions.
456         (build_target_command_list): Release previous commands.
457         (bp_location_dtor): Release target conditions and commands.
458         * remote.c (remote_add_target_side_condition): Don't release
459         conditions.
460         (remote_add_target_side_commands): Don't release commands.
461
462 2013-11-29  Yao Qi  <yao@codesourcery.com>
463             Pedro Alves  <palves@redhat.com>
464
465         * dcache.c (dcache_read_line): Use current_target.beneath
466         instead of &current_target.
467         * target.c (memory_xfer_partial_1): Factor code out to ...
468         (raw_memory_xfer_partial): ... it.  New function.
469         (target_xfer_partial): Call raw_memory_xfer_partial if OBJECT
470         is TARGET_OBJECT_RAW_MEMORY.
471
472 2013-11-28  Doug Evans  <xdje42@gmail.com>
473
474         * breakpoint.h (gdbpy_breakpoint_object): Renamed from
475         breakpoint_object.  All uses updated.
476         * python/python-internal.h (gdbpy_breakpoint_object): Renamed from
477         breakpoint_object.  All uses updated.
478         * python.c (*): All uses of breakpoint_object updated.
479         * python.h (*): All uses of breakpoint_object updated.
480         * python/py-breakpoint.c (*): All uses of breakpoint_object updated.
481         * python/py-finishbreakpoint.c (*): Ditto.
482
483 2013-11-28  Doug Evans  <xdje42@gmail.com>
484
485         * configure.ac: Add comments delineating libpython and libmcheck.
486         * configure: Regenerate.
487
488 2013-11-28  Andrew Burgess  <aburgess@broadcom.com>
489             Pedro Alves  <palves@redhat.com>
490
491         * valprint.c (value_check_printable): If the value is entirely
492         unavailable, print a single "<unavailable>" instead of printing
493         all subfields.
494
495 2013-11-28  Pedro Alves  <palves@redhat.com>
496
497         * frame.c (get_prev_frame_1) <stop_reason != UNWIND_NO_REASON>:
498         Add "set debug frame" output.
499         (frame_stop_reason_symbol_string): New function.
500
501 2013-11-28  Pedro Alves  <palves@redhat.com>
502
503         * frame-unwind.c (default_frame_unwind_stop_reason): Return
504         UNWIND_OUTERMOST if the frame's ID is outer_frame_id.
505         * frame.c (get_prev_frame_1): Remove outer_frame_id check.
506
507 2013-11-28  Pedro Alves  <palves@redhat.com>
508
509         * frame.c (get_prev_frame_1): If the frame id is outer_frame_id,
510         set the unwind stop reason to UNWIND_OUTERMOST, not
511         UNWIND_NULL_ID.  Remove explicit check for sentinel frame.
512
513 2013-11-28  Pedro Alves  <palves@redhat.com>
514
515         * frame.c (frame_unwind_register): Say the register was "not
516         saved" instead of "optimized out".
517
518 2013-11-27  Steffen Sledz  <sledz@dresearch-fe.de>
519
520         PR 16152
521         * configure: Rebuild.
522         * configure.ac: Tighten cygwin detection check.
523
524 2013-11-27  Pedro Alves  <palves@redhat.com>
525
526         * frame-unwind.c (frame_unwind_got_optimized): Use the type of the
527         register in the previous frame's arch.
528
529 2013-11-27  Pedro Alves  <palves@redhat.com>
530
531         * frame-unwind.c (frame_unwind_got_optimized): Return
532         an lval_register value instead of a not_lval value.
533
534 2013-11-27  Andrew Burgess  <aburgess@broadcom.com>
535
536         * frame.c: Include "valprint.h".
537         (frame_unwind_register_value): Use value_optimized_out.
538         * value.c (value_fetch_lazy): Likewise.
539
540 2013-11-26  Andrew Burgess  <aburgess@broadcom.com>
541
542         * value.c (allocate_optimized_out_value): Mark value as non-lazy.
543
544 2013-11-26  Tom Tromey  <tromey@redhat.com>
545
546         * dwarf2-frame.c (dwarf2_frame_cache): Revert patch from
547         2013-11-22.
548
549 2013-11-26  Walfred Tedeschi  <walfred.tedeschi@intel.com>
550
551         * i386-xstate.h (I386_XSTATE_MPX): New Macro.
552         (I386_XSTATE_MPX_MASK): Makes use of I386_XSTATE_MPX.
553         (HAS_MPX): New macro.
554         (HAS_AVX): New macro.
555         (I386_XSTATE_SIZE): Uses HAS_MPX and HAS_AVX.
556
557 2013-11-25  Keith Seitz  <keiths@redhat.com>
558
559         PR c++/14819
560         * c-exp.y (classify_inner_name): If no matching symbol was
561         found, try looking up the token as a base class.
562         Likewise if a constructor was found.
563         * cp-namespace.c (find_type_baseclass_by_name): New function.
564         * cp-support.h (find_type_baseclass_by_name): Declare.
565         * valops.c (value_struct_elt_for_reference): If we get
566         a non-static field, try to get a value based on the
567         current instance, if any.
568
569 2013-11-24  Yao Qi  <yao@codesourcery.com>
570
571         * disasm.c (dis_asm_read_memory): Call target_read_code
572         instead of target_read_memory.
573
574 2013-11-24  Yao Qi  <yao@codesourcery.com>
575
576         * NEWS: Add note on new "set code-cache" option.
577         * target-dcache.c (code_cache_enabled_1): New variable.
578         (code_cache_enabled): New variable.
579         (show_code_cache, set_code_cache): New function.
580         (code_cache_enabled_p): New function.
581         (_initialize_target_dcache): Register command.
582         * target-dcache.h (code_cache_enabled_p): Declare.
583         * target.c (memory_xfer_partial_1):Handle
584         TARGET_OBJECT_CODE_MEMORY and code_cache_enabled.
585         (target_read_code): New function.
586         * target.h (enum target_object) <TARGET_OBJECT_CODE_MEMORY>:
587         New.
588         (target_read_code): Declare.
589
590 2013-11-24  Yao Qi  <yao@codesourcery.com>
591
592         * target-dcache.c (stack_cache_enabled_p_1): Rename to ...
593         (stack_cache_enabled_1): ... this.  New variable.
594         (stack_cache_enabled_p): Rename to ...
595         (stack_cache_enabled): ... this.  New variable.
596         (set_stack_cache_enabled_p): Rename to ...
597         (set_stack_cache): ... this.  Update caller.
598         (show_stack_cache_enabled_p): Rename to ...
599         (show_stack_cache): ... this.  Update caller.
600         (stack_cache_enabled): Rename to ...
601         (stack_cache_enabled_p): ... this.  Update caller.
602         (_initialize_target_dcache): Replace "data cache" with
603         "target memory cache".
604         * target-dcache.h (stack_cache_enabled): Remove declaration.
605         (stack_cache_enabled_p): Add declaration.
606
607 2013-11-23  Doug Evans  <xdje42@gmail.com>
608
609         * python/py-frame.c (gdbpy_initialize_frames): Remove FIRST_ERROR,
610         superfluous.
611
612 2013-11-23  Doug Evans  <xdje42@gmail.com>
613
614         * python/py-frame.c (frapy_block): Fix error message text.
615
616 2013-11-23  Doug Evans  <xdje42@gmail.com>
617
618         * cli/cli-script.c (multi_line_command_p): New function.
619         (recurse_read_control_structure, read_command_lines_1): Call it.
620         (execute_control_command): Consistently have a blank line between
621         each case.
622
623 2013-11-22  Sterling Augustine  <saugustine@google.com>
624
625         PR gdb/16196:
626         * valprint.c (read_string): Set new variable fetchlen based on
627         fetchlimit and size.  Use it in call to partial_memory_read.
628         Update comment.
629
630 2013-11-22  Tom Tromey  <tromey@redhat.com>
631
632         PR backtrace/16155:
633         * dwarf2-frame.c (dwarf2_frame_cache): Set undefined_retaddr if
634         the return address column is unspecified.
635
636 2013-11-22  Tom Tromey  <tromey@redhat.com>
637             Pedro Alves  <palves@redhat.com>
638
639         PR backtrace/16155
640         * value.c (value_fetch_lazy): Internal error if
641         get_frame_register_value returns the same register.
642
643 2013-11-22  Pedro Alves  <palves@redhat.com>
644             Tom Tromey  <tromey@redhat.com>
645
646         * frame.c (frame_stash_add): Now returns whether a frame with the
647         same ID was already known.
648         (compute_frame_id): New function, factored out from get_frame_id.
649         (get_frame_id): No longer lazilly compute the frame id here.
650         (get_prev_frame_if_no_cycle): New function.  Detects wider stack
651         cycles.
652         (get_prev_frame_1): Use it instead of get_prev_frame_raw directly,
653         and checking for stack cycles here.
654
655 2013-11-22  Pedro Alves  <palves@redhat.com>
656
657         PR 16155
658         * frame.c (get_prev_frame_1): Do the UNWIND_SAME_ID check between
659         this frame and the new previous frame, not between this frame and
660         the next frame.
661
662 2013-11-22  Pedro Alves  <palves@redhat.com>
663
664         PR 16155
665         * dwarf2-frame.c (struct dwarf2_frame_cache)
666         <checked_tailcall_bottom, entry_cfa_sp_offset,
667         entry_cfa_sp_offset_p>: New fields.
668         (dwarf2_frame_cache): Adjust to use the new cache fields instead
669         of locals.  Don't call dwarf2_tailcall_sniffer_first here.
670         (dwarf2_frame_prev_register): Call it here, but only once.
671
672 2013-11-21  Doug Evans  <xdje42@gmail.com>
673
674         * gdbtypes.c: #include bcache.h, dwarf2loc.h.
675         (type_equality_entry): Move here from python/py-type.c.
676         (type_equality_entry_d): Ditto.
677         (compare_maybe_null_strings, check_types_equal): Ditto.
678         (check_types_worklist, types_deeply_equal): Ditto.
679         * gdbtypes.h (types_deeply_equal): Declare.
680         * python/py-type.c: Remove inclusion of bcache.h, dwarf2loc.h.
681         (typy_richcompare): Update.
682
683 2013-11-20  Joel Brobecker  <brobecker@adacore.com>
684
685         * python/py-value.c (is_intlike): Delete.
686         (valpy_int): Replace use of CHECK_TYPEDEF and is_intlike
687         by use of is_integral_type.
688         (valpy_long): Replace use of CHECK_TYPEDEF and is_intlike
689         by use of is_integral_type and check for TYPE_CODE_PTR.
690
691 2013-11-20  Tom Tromey  <tromey@redhat.com>
692
693         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Remove
694         strerror module.
695         * gnulib/aclocal.m4: Update.
696         * gnulib/config.in: Update.
697         * gnulib/configure: Update.
698         * gnulib/import/Makefile.am: Update.
699         * gnulib/import/Makefile.in: Update.
700         * gnulib/import/errno.in.h: Remove.
701         * gnulib/import/intprops.h: Remove.
702         * gnulib/import/m4/errno_h.m4: Remove.
703         * gnulib/import/m4/gnulib-cache.m4: Update.
704         * gnulib/import/m4/gnulib-comp.m4: Update.
705         * gnulib/import/m4/strerror.m4: Remove.
706         * gnulib/import/m4/sys_socket_h.m4: Remove.
707         * gnulib/import/strerror-override.c: Remove.
708         * gnulib/import/strerror-override.h: Remove.
709         * gnulib/import/strerror.c: Remove.
710         * gnulib/update-gnulib.sh: Update.
711
712 2013-11-20  Yao Qi  <yao@codesourcery.com>
713
714         * target-dcache.c (target_dcache_get_or_init): Call
715         set_address_space_data if 'dcache' is NULL.
716
717 2013-11-20  Walfred Tedeschi  <walfred.tedeschi@intel.com>
718
719         * common/i386-gcc-cpuid.h (bit_MPX): Synchronize with gcc file.
720
721 2013-11-20  Walfred Tedeschi  <walfred.tedeschi@intel.com>
722
723         * python/lib/gdb/command/bound_register.py: New file.
724         * data-directory/Makefile.in: Copy bond_register.py to the right path
725         to be initialized at gdb startup.
726
727 2013-11-20  Walfred Tedeschi  <walfred.tedeschi@intel.com>
728
729         * amd64-linux-nat.c (amd64_linux_gregset32_reg_offset):
730         Add MPX registers.
731         (amd64_linux_read_description): Add initialization for MPX and
732         AVX independently.
733         * amd64-linux-tdep.c: Includes features/i386/amd64-mpx-linux.c.
734         (amd64_linux_gregset_reg_offset): Add MPX registers.
735         (amd64_linux_core_read_description): Add initialization for MPX
736         registers.
737         (_initialize_amd64_linux_tdep): Initialize MPX targets.
738         * amd64-linux-tdep.h (AMD64_LINUX_RAX_REGNUM): Set it to the last
739         register on the list.
740         (tdesc_amd64_mpx_linux) Add new target  for MPX.
741         * amd64-tdep.c: Includes features/i386/amd64-mpx.c.
742         (amd64_mpx_names): MPX register names.
743         (amd64_init_abi): Add MPX register while initializing the ABI.
744         (_initialize_amd64_tdep): Initialize MPX targets.
745         * amd64-tdep.h (amd64_regnum): Add MPX registers.
746         (AMD64_NUM_REGS): Set number of registers taking MPX into account.
747
748 2013-11-20  Walfred Tedeschi  <walfred.tedeschi@intel.com>
749
750         * i386-linux-nat.c (GETXSTATEREGS_SUPPLIES): Add MPX
751         registers on the range of registers to be read from
752         xsave buffer.
753         (i386_linux_read_description): Add case for MPX.
754         * i386-linux-tdep.c: Include features/i386/i386-mpx-linux.c.
755         (i386_linux_gregset_reg_offset): Add MPX registers.
756         (i386_linux_core_read_description): Initialize also MPX.
757         (_initialize_i386_linux_tdep): Add mpx initialization.
758         * i386-tdep.h (gdbarch_tdep): Add fields bnd0r_regnum, bnd0_regnum,
759         mpx_register_names.
760         (i386_regnum): Add MPX registers.
761         (I386_MPX_NUM_REGS): New macro.
762         (i386_bnd_regnum_p): New function.
763         * i386-linux-tdep.h (I386_LINUX_NUM_REGS): Set
764         number of registers to be the number of BNDSTATUS.
765         (tdesc_i386_mpx_linux): Add description for MPX Linux registers.
766         * i386-tdep.c: Include features/i386/i386-mpx.c.
767         (i386_mpx_names): Add MPX register names array.
768         (i386_bnd_names): Add bnd pseudo register names array.
769         (i386_bndr_regnum_p): Lookup register numbers for bnd raw
770         registers.
771         (i386_bndr_regnum_p): Lookup register numbers for bnd raw registers.
772         (386_mpx_ctrl_regnum_p): Lookup register numbers for MPX control
773         registers.
774         (i386_bnd_type): New function.
775         (i386_pseudo_register_type): Use i386_bnd_type for bnd pseudo
776         register types.
777         (i386_pseudo_register_read_into_value): Add bnd case.
778         (i386_pseudo_register_write): Add bnd pseudo registers.
779         (i386_register_reggroup_p): Add MPX register to the group all.
780         (i386_validate_tdesc_p): Add MPX to the target  description
781         validation.
782         (i386_pseudo_register_name): Add bnd pseudo registers.
783         (i386_gdbarch_init): Add MPX for architecture initialization.
784         (_initia_initialize_i386_tdep): Add mpx initialization.
785         * i387-tdep.c (xsave_mpx_offset): New vector for MPX offsets on
786         XSAVE buffer.
787         (XSAVE_MPX_ADDR): New macro.
788         (i387_supply_xsave): Add MPX case.
789         (i387_collect_xsave): Add MPX case.
790         * i387-tdep.h (I387_BND0R_REGNUM): New macro.
791         (I387_BNDCFGU_REGNUM): New macro.
792         (I387_NUM_MPX_REGS): New macro.
793         (I387_NUM_BND_REGS): New macro.
794         (I387_NUM_MPX_CTRL_REGS): New macro.
795         (I387_MPXEND_REGNUM): New macro.
796         * common/i386-xstate.h (I386_XSTATE_BNDREGS): New macro.
797         (I386_XSTATE_BNDCFG): Likewise.
798         (I386_XSTATE_MPX_MASK): Likewise.
799         (I386_XSTATE_ALL_MASK): New macro represents flags for all states.
800         (I386_XSTATE_BNDREGS_SIZE): New macro.
801         (I386_XSTATE_BNDCFG_SIZE): Likewise.
802         (I386_XSTATE_SIZE): Adapt for MPX.
803         (I386_XSTATE_MAX_SIZE): Likewise.
804
805 2013-11-20  Walfred Tedeschi  <walfred.tedeschi@intel.com>
806
807         * features/i386/Makefile: Adapts for using MPX registers.
808         * features/i386/32bit-mpx.xml: New file.
809         * features/i386/64bit-mpx.xml: Likewise.
810         * features/i386/amd64-mpx-linux.c: Likewise.
811         * features/i386/amd64-mpx-linux.xml: Likewise.
812         * features/i386/amd64-mpx.c: Likewise.
813         * features/i386/amd64-mpx.xml: Likewise.
814         * features/i386/i386-mpx-linux.c: Likewise.
815         * features/i386/i386-mpx-linux.xml: Likewise.
816         * features/i386/i386-mpx.c: Likewise.
817         * features/i386/i386-mpx.xml: Likewise.
818         * regformats/i386/amd64-mpx-linux.dat: New file.
819         * regformats/i386/amd64-mpx.dat: Likewise.
820         * regformats/i386/i386-mpx-linux.dat: Likewise.
821         * regformats/i386/i386-mpx.dat: Likewise.
822
823 2013-11-20  Walfred Tedeschi  <walfred.tedeschi@intel.com>
824
825         * target-descriptions.c (maint_print_maint_print_c_tdesc_cmd):
826         Modified logic of creating a bitfield to be in sync with
827         tdesc_gdb_type.
828
829 2013-11-20  Will Newton  <will.newton@linaro.org>
830
831         * arm-tdep.c (arm_get_next_pc): Remove "Infinite loop detected"
832         error message.
833
834 2013-11-20  Yao Qi  <yao@codesourcery.com>
835
836         * progspace.h (struct address_space_data): Declare.
837         * target-dcache.c: Include "progspace.h".
838         (target_dache): Remove.
839         (target_dcache_aspace_key): New.
840         (target_dcache_cleanup): New function.
841         (target_dcache_init_p): Get data through
842         target_dcache_aspace_key.
843         (target_dcache_invalidate): Likewise.
844         (target_dcache_get): Likewise.
845         (target_dcache_get_or_init): Likewise.
846         (_initialize_target_dcache): Initialize
847         target_dcache_aspace_key.
848
849 2013-11-20  Yao Qi  <yao@codesourcery.com>
850
851         * progspace.c (struct address_space): Update comments.
852         <REGISTRY_FIELDS>: New fields.
853         DEFINE_REGISTRY for address_space.
854         (new_address_space): Call address_space_alloc_data.
855         (free_address_space): Call address_space_free_data.
856         * progspace.h: Use DECLARE_REGISTRY.
857
858 2013-11-20  Yao Qi  <yao@codesourcery.com>
859
860         * Makefile.in (SFILES):Add target-dcache.c.
861         (HFILES_NO_SRCDIR): Add target-dcache.h.
862         (COMMON_OBS): Add target-dcache.o.
863         * dcache.c: Remove inclusion to "target.h".  Include
864         "target-dcache.h".
865         * memattr.c: Include "target-dcache.h".
866         * top.c: Likewise.
867         * tracepoint.c: Likewise.
868         * target.c: (stack_cache_enabled_p_1): Move to
869         target-dcache.c.
870         (stack_cache_enabled_p): Likewise.
871         (set_stack_cache_enabled_p): Likewise.
872         (show_stack_cache_enabled_p): Likewise.
873         (target_dcache, target_dcache_init_p): Likewise.
874         (target_dcache_invalidate): Likewise.
875         (target_dcache_get, target_dcache_get_or_init): Likewise.
876         (memory_xfer_partial_1): Call function stack_cache_enabled.
877         (initialize_target): Move code to target-dcache.c.
878         * target.h (target_dcache_invalidate): Move to
879         target-dcache.h.
880         (target_dcache_get): Likewise.
881         * target-dcache.c: New.
882         * target-dcache.h: New.
883
884 2013-11-20  Yao Qi  <yao@codesourcery.com>
885
886         * target.c (memory_xfer_partial_1): Update 'target_dcache' if
887         it is initialized.
888
889 2013-11-20  Yao Qi  <yao@codesourcery.com>
890
891         * dcache.c (last_cache): Remove.
892         (dcache_free, dcache_init): Update.
893         (dcache_update):
894         (dcache_print_line): Add parameter 'dcache'.  Replace
895         'target_dcache' with 'dcache'.
896         (dcache_info): Move code to dcache_info_1. Call
897         'dcache_info_1'.
898         (dcache_info_1): New function.
899         (set_dcache_size): Call target_dcache_invalidate.
900         (set_dcache_line_size): Call target_dcache_invalidate.
901         * target.c (target_dcache_init_p): New function.
902         (target_dcache_invalidate): Check target_dcache_init_p first.
903         (target_dcache_get, target_dcache_get_or_init): New function.
904         (memory_xfer_partial_1): Adjust.
905         (initialize_target): Don't initialize 'target_dcache'.
906         * target.h (struct dcache_struct): Declare.
907         (target_dcache_get): Declare.
908
909 2013-11-19  Yao Qi  <yao@codesourcery.com>
910
911         * varobj.c (varobj_get_type): Fix typo.
912
913 2013-11-19  Joel Brobecker  <brobecker@adacore.com>
914
915         * python/py-value.c (is_intlike): Add TYPE_CODE_RANGE handling.
916
917 2013-11-19  Joel Brobecker  <brobecker@adacore.com>
918
919         * contrib/ari/gdb_ari.sh: Remove checks for "dirent.h" and
920         "stat.h".
921
922 2013-11-18  Tom Tromey  <tromey@redhat.com>
923
924         * common/gdb_stat.h: Remove.
925         * ada-lang.c: Use sys/stat.h, not gdb_stat.h.
926         * common/filestuff.c: Use sys/stat.h, not gdb_stat.h.
927         * common/linux-osdata.c: Use sys/stat.h, not gdb_stat.h.
928         * corefile.c: Use sys/stat.h, not gdb_stat.h.
929         * ctf.c: Use sys/stat.h, not gdb_stat.h.
930         * darwin-nat.c: Use sys/stat.h, not gdb_stat.h.
931         * dbxread.c: Use sys/stat.h, not gdb_stat.h.
932         * dwarf2read.c: Use sys/stat.h, not gdb_stat.h.
933         * exec.c: Use sys/stat.h, not gdb_stat.h.
934         * gdbserver/linux-low.c: Use sys/stat.h, not gdb_stat.h.
935         * gdbserver/remote-utils.c: Use sys/stat.h, not gdb_stat.h.
936         * inf-child.c: Use sys/stat.h, not gdb_stat.h.
937         * jit.c: Use sys/stat.h, not gdb_stat.h.
938         * linux-nat.c: Use sys/stat.h, not gdb_stat.h.
939         * m68klinux-nat.c: Use sys/stat.h, not gdb_stat.h.
940         * main.c: Use sys/stat.h, not gdb_stat.h.
941         * mdebugread.c: Use sys/stat.h, not gdb_stat.h.
942         * mi/mi-cmd-env.c: Use sys/stat.h, not gdb_stat.h.
943         * nto-tdep.c: Use sys/stat.h, not gdb_stat.h.
944         * objfiles.c: Use sys/stat.h, not gdb_stat.h.
945         * procfs.c: Use sys/stat.h, not gdb_stat.h.
946         * remote-fileio.c: Use sys/stat.h, not gdb_stat.h.
947         * remote-mips.c: Use sys/stat.h, not gdb_stat.h.
948         * remote.c: Use sys/stat.h, not gdb_stat.h.
949         * rs6000-nat.c: Use sys/stat.h, not gdb_stat.h.
950         * sol-thread.c: Use sys/stat.h, not gdb_stat.h.
951         * solib-spu.c: Use sys/stat.h, not gdb_stat.h.
952         * source.c: Use sys/stat.h, not gdb_stat.h.
953         * symfile.c: Use sys/stat.h, not gdb_stat.h.
954         * symmisc.c: Use sys/stat.h, not gdb_stat.h.
955         * symtab.c: Use sys/stat.h, not gdb_stat.h.
956         * top.c: Use sys/stat.h, not gdb_stat.h.
957         * xcoffread.c: Use sys/stat.h, not gdb_stat.h.
958
959 2013-11-18  Tom Tromey  <tromey@redhat.com>
960
961         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add
962         sys_stat.
963         * gnulib/aclocal.m4: Update.
964         * gnulib/config.in: Update.
965         * gnulib/configure: Update.
966         * gnulib/import/Makefile.am: Update.
967         * gnulib/import/Makefile.in: Update.
968         * gnulib/import/m4/gnulib-cache.m4: Update.
969         * gnulib/import/m4/gnulib-comp.m4: Update.
970         * gnulib/import/m4/sys_stat_h.m4: New.
971         * gnulib/import/m4/time_h.m4: New.
972         * gnulib/import/sys_stat.in.h: New.
973         * gnulib/import/time.in.h: New.
974
975 2013-11-18  Tom Tromey  <tromey@redhat.com>
976
977         * configure: Rebuild.
978         * configure.ac: Remove check of HAVE_SYS_TYPES_H.
979
980 2013-11-18  Tom Tromey  <tromey@redhat.com>
981
982         * configure: Rebuild.
983         * configure.ac: Don't check for unistd.h.
984
985 2013-11-18  Tom Tromey  <tromey@redhat.com>
986
987         * configure: Rebuild.
988         * configure.ac: Don't check for stdlib.h
989         * defs.h: Include stdlib.h unconditionally.
990
991 2013-11-18  Tom Tromey  <tromey@redhat.com>
992
993         * config.in: Rebuild.
994         * configure: Rebuild.
995         * configure.ac: Don't check for stddef.h.
996         * defs.h: Unconditionally include stddef.h.  Remove duplicate
997         inclusion.
998
999 2013-11-18  Tom Tromey  <tromey@redhat.com>
1000
1001         * common/common.m4 (GDB_AC_COMMON): Don't use AC_HEADER_DIRENT.
1002         * common/gdb_dirent.h: Remove.
1003         * common/filestuff.c: Use dirent.h.
1004         * common/linux-osdata.c: Use dirent.h.
1005         (NAMELEN): Define.
1006         * config.in: Rebuild.
1007         * configure: Rebuild.
1008         * configure.ac: Don't use AC_HEADER_DIRENT.
1009         * linux-fork.c: Use dirent.h
1010         * linux-nat.c: Use dirent.h.
1011         * nto-procfs.c: Use dirent.h.
1012         * procfs.c: Use dirent.h.
1013
1014 2013-11-18  Tom Tromey  <tromey@redhat.com>
1015
1016         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add dirent.
1017         * gnulib/aclocal.m4: Update.
1018         * gnulib/config.in: Update.
1019         * gnulib/configure: Update.
1020         * gnulib/import/Makefile.am: Update.
1021         * gnulib/import/Makefile.in: Update.
1022         * gnulib/import/dirent.in.h: New.
1023         * gnulib/import/m4/dirent_h.m4: New.
1024         * gnulib/import/m4/gnulib-cache.m4: Update.
1025         * gnulib/import/m4/gnulib-comp.m4: Update.
1026
1027 2013-11-18  Tom Tromey  <tromey@redhat.com>
1028
1029         * configure: Rebuild.
1030         * common/common.m4 (GDB_AC_COMMON): Don't check for string.h or
1031         strings.h.
1032
1033 2013-11-18  Tom Tromey  <tromey@redhat.com>
1034
1035         * common/gdb_string.h: Remove.
1036         * aarch64-tdep.c: Use string.h, not gdb_string.h.
1037         * ada-exp.y: Use string.h, not gdb_string.h.
1038         * ada-lang.c: Use string.h, not gdb_string.h.
1039         * ada-lex.l: Use string.h, not gdb_string.h.
1040         * ada-typeprint.c: Use string.h, not gdb_string.h.
1041         * ada-valprint.c: Use string.h, not gdb_string.h.
1042         * aix-thread.c: Use string.h, not gdb_string.h.
1043         * alpha-linux-tdep.c: Use string.h, not gdb_string.h.
1044         * alpha-mdebug-tdep.c: Use string.h, not gdb_string.h.
1045         * alpha-nat.c: Use string.h, not gdb_string.h.
1046         * alpha-osf1-tdep.c: Use string.h, not gdb_string.h.
1047         * alpha-tdep.c: Use string.h, not gdb_string.h.
1048         * alphanbsd-tdep.c: Use string.h, not gdb_string.h.
1049         * amd64-dicos-tdep.c: Use string.h, not gdb_string.h.
1050         * amd64-linux-nat.c: Use string.h, not gdb_string.h.
1051         * amd64-linux-tdep.c: Use string.h, not gdb_string.h.
1052         * amd64-nat.c: Use string.h, not gdb_string.h.
1053         * amd64-sol2-tdep.c: Use string.h, not gdb_string.h.
1054         * amd64fbsd-tdep.c: Use string.h, not gdb_string.h.
1055         * amd64obsd-tdep.c: Use string.h, not gdb_string.h.
1056         * arch-utils.c: Use string.h, not gdb_string.h.
1057         * arm-linux-nat.c: Use string.h, not gdb_string.h.
1058         * arm-linux-tdep.c: Use string.h, not gdb_string.h.
1059         * arm-tdep.c: Use string.h, not gdb_string.h.
1060         * arm-wince-tdep.c: Use string.h, not gdb_string.h.
1061         * armbsd-tdep.c: Use string.h, not gdb_string.h.
1062         * armnbsd-nat.c: Use string.h, not gdb_string.h.
1063         * armnbsd-tdep.c: Use string.h, not gdb_string.h.
1064         * armobsd-tdep.c: Use string.h, not gdb_string.h.
1065         * avr-tdep.c: Use string.h, not gdb_string.h.
1066         * ax-gdb.c: Use string.h, not gdb_string.h.
1067         * ax-general.c: Use string.h, not gdb_string.h.
1068         * bcache.c: Use string.h, not gdb_string.h.
1069         * bfin-tdep.c: Use string.h, not gdb_string.h.
1070         * breakpoint.c: Use string.h, not gdb_string.h.
1071         * build-id.c: Use string.h, not gdb_string.h.
1072         * buildsym.c: Use string.h, not gdb_string.h.
1073         * c-exp.y: Use string.h, not gdb_string.h.
1074         * c-lang.c: Use string.h, not gdb_string.h.
1075         * c-typeprint.c: Use string.h, not gdb_string.h.
1076         * c-valprint.c: Use string.h, not gdb_string.h.
1077         * charset.c: Use string.h, not gdb_string.h.
1078         * cli-out.c: Use string.h, not gdb_string.h.
1079         * cli/cli-cmds.c: Use string.h, not gdb_string.h.
1080         * cli/cli-decode.c: Use string.h, not gdb_string.h.
1081         * cli/cli-dump.c: Use string.h, not gdb_string.h.
1082         * cli/cli-interp.c: Use string.h, not gdb_string.h.
1083         * cli/cli-logging.c: Use string.h, not gdb_string.h.
1084         * cli/cli-script.c: Use string.h, not gdb_string.h.
1085         * cli/cli-setshow.c: Use string.h, not gdb_string.h.
1086         * cli/cli-utils.c: Use string.h, not gdb_string.h.
1087         * coffread.c: Use string.h, not gdb_string.h.
1088         * common/common-utils.c: Use string.h, not gdb_string.h.
1089         * common/filestuff.c: Use string.h, not gdb_string.h.
1090         * common/linux-procfs.c: Use string.h, not gdb_string.h.
1091         * common/linux-ptrace.c: Use string.h, not gdb_string.h.
1092         * common/signals.c: Use string.h, not gdb_string.h.
1093         * common/vec.h: Use string.h, not gdb_string.h.
1094         * core-regset.c: Use string.h, not gdb_string.h.
1095         * corefile.c: Use string.h, not gdb_string.h.
1096         * corelow.c: Use string.h, not gdb_string.h.
1097         * cp-abi.c: Use string.h, not gdb_string.h.
1098         * cp-support.c: Use string.h, not gdb_string.h.
1099         * cp-valprint.c: Use string.h, not gdb_string.h.
1100         * cris-tdep.c: Use string.h, not gdb_string.h.
1101         * d-lang.c: Use string.h, not gdb_string.h.
1102         * dbxread.c: Use string.h, not gdb_string.h.
1103         * dcache.c: Use string.h, not gdb_string.h.
1104         * demangle.c: Use string.h, not gdb_string.h.
1105         * dicos-tdep.c: Use string.h, not gdb_string.h.
1106         * disasm.c: Use string.h, not gdb_string.h.
1107         * doublest.c: Use string.h, not gdb_string.h.
1108         * dsrec.c: Use string.h, not gdb_string.h.
1109         * dummy-frame.c: Use string.h, not gdb_string.h.
1110         * dwarf2-frame.c: Use string.h, not gdb_string.h.
1111         * dwarf2loc.c: Use string.h, not gdb_string.h.
1112         * dwarf2read.c: Use string.h, not gdb_string.h.
1113         * elfread.c: Use string.h, not gdb_string.h.
1114         * environ.c: Use string.h, not gdb_string.h.
1115         * eval.c: Use string.h, not gdb_string.h.
1116         * event-loop.c: Use string.h, not gdb_string.h.
1117         * exceptions.c: Use string.h, not gdb_string.h.
1118         * exec.c: Use string.h, not gdb_string.h.
1119         * expprint.c: Use string.h, not gdb_string.h.
1120         * f-exp.y: Use string.h, not gdb_string.h.
1121         * f-lang.c: Use string.h, not gdb_string.h.
1122         * f-typeprint.c: Use string.h, not gdb_string.h.
1123         * f-valprint.c: Use string.h, not gdb_string.h.
1124         * fbsd-nat.c: Use string.h, not gdb_string.h.
1125         * findcmd.c: Use string.h, not gdb_string.h.
1126         * findvar.c: Use string.h, not gdb_string.h.
1127         * fork-child.c: Use string.h, not gdb_string.h.
1128         * frame.c: Use string.h, not gdb_string.h.
1129         * frv-linux-tdep.c: Use string.h, not gdb_string.h.
1130         * frv-tdep.c: Use string.h, not gdb_string.h.
1131         * gdb.c: Use string.h, not gdb_string.h.
1132         * gdb_bfd.c: Use string.h, not gdb_string.h.
1133         * gdbarch.c: Use string.h, not gdb_string.h.
1134         * gdbtypes.c: Use string.h, not gdb_string.h.
1135         * gnu-nat.c: Use string.h, not gdb_string.h.
1136         * gnu-v2-abi.c: Use string.h, not gdb_string.h.
1137         * gnu-v3-abi.c: Use string.h, not gdb_string.h.
1138         * go-exp.y: Use string.h, not gdb_string.h.
1139         * go-lang.c: Use string.h, not gdb_string.h.
1140         * go32-nat.c: Use string.h, not gdb_string.h.
1141         * hppa-hpux-tdep.c: Use string.h, not gdb_string.h.
1142         * hppa-linux-nat.c: Use string.h, not gdb_string.h.
1143         * hppanbsd-tdep.c: Use string.h, not gdb_string.h.
1144         * hppaobsd-tdep.c: Use string.h, not gdb_string.h.
1145         * i386-cygwin-tdep.c: Use string.h, not gdb_string.h.
1146         * i386-dicos-tdep.c: Use string.h, not gdb_string.h.
1147         * i386-linux-nat.c: Use string.h, not gdb_string.h.
1148         * i386-linux-tdep.c: Use string.h, not gdb_string.h.
1149         * i386-nto-tdep.c: Use string.h, not gdb_string.h.
1150         * i386-sol2-tdep.c: Use string.h, not gdb_string.h.
1151         * i386-tdep.c: Use string.h, not gdb_string.h.
1152         * i386bsd-tdep.c: Use string.h, not gdb_string.h.
1153         * i386gnu-nat.c: Use string.h, not gdb_string.h.
1154         * i386nbsd-tdep.c: Use string.h, not gdb_string.h.
1155         * i386obsd-tdep.c: Use string.h, not gdb_string.h.
1156         * i387-tdep.c: Use string.h, not gdb_string.h.
1157         * ia64-libunwind-tdep.c: Use string.h, not gdb_string.h.
1158         * ia64-linux-nat.c: Use string.h, not gdb_string.h.
1159         * inf-child.c: Use string.h, not gdb_string.h.
1160         * inf-ptrace.c: Use string.h, not gdb_string.h.
1161         * inf-ttrace.c: Use string.h, not gdb_string.h.
1162         * infcall.c: Use string.h, not gdb_string.h.
1163         * infcmd.c: Use string.h, not gdb_string.h.
1164         * inflow.c: Use string.h, not gdb_string.h.
1165         * infrun.c: Use string.h, not gdb_string.h.
1166         * interps.c: Use string.h, not gdb_string.h.
1167         * iq2000-tdep.c: Use string.h, not gdb_string.h.
1168         * irix5-nat.c: Use string.h, not gdb_string.h.
1169         * jv-exp.y: Use string.h, not gdb_string.h.
1170         * jv-lang.c: Use string.h, not gdb_string.h.
1171         * jv-typeprint.c: Use string.h, not gdb_string.h.
1172         * jv-valprint.c: Use string.h, not gdb_string.h.
1173         * language.c: Use string.h, not gdb_string.h.
1174         * linux-fork.c: Use string.h, not gdb_string.h.
1175         * linux-nat.c: Use string.h, not gdb_string.h.
1176         * lm32-tdep.c: Use string.h, not gdb_string.h.
1177         * m2-exp.y: Use string.h, not gdb_string.h.
1178         * m2-typeprint.c: Use string.h, not gdb_string.h.
1179         * m32c-tdep.c: Use string.h, not gdb_string.h.
1180         * m32r-linux-nat.c: Use string.h, not gdb_string.h.
1181         * m32r-linux-tdep.c: Use string.h, not gdb_string.h.
1182         * m32r-rom.c: Use string.h, not gdb_string.h.
1183         * m32r-tdep.c: Use string.h, not gdb_string.h.
1184         * m68hc11-tdep.c: Use string.h, not gdb_string.h.
1185         * m68k-tdep.c: Use string.h, not gdb_string.h.
1186         * m68kbsd-tdep.c: Use string.h, not gdb_string.h.
1187         * m68klinux-nat.c: Use string.h, not gdb_string.h.
1188         * m68klinux-tdep.c: Use string.h, not gdb_string.h.
1189         * m88k-tdep.c: Use string.h, not gdb_string.h.
1190         * macrocmd.c: Use string.h, not gdb_string.h.
1191         * main.c: Use string.h, not gdb_string.h.
1192         * mdebugread.c: Use string.h, not gdb_string.h.
1193         * mem-break.c: Use string.h, not gdb_string.h.
1194         * memattr.c: Use string.h, not gdb_string.h.
1195         * memory-map.c: Use string.h, not gdb_string.h.
1196         * mep-tdep.c: Use string.h, not gdb_string.h.
1197         * mi/mi-cmd-break.c: Use string.h, not gdb_string.h.
1198         * mi/mi-cmd-disas.c: Use string.h, not gdb_string.h.
1199         * mi/mi-cmd-env.c: Use string.h, not gdb_string.h.
1200         * mi/mi-cmd-stack.c: Use string.h, not gdb_string.h.
1201         * mi/mi-cmd-var.c: Use string.h, not gdb_string.h.
1202         * mi/mi-cmds.c: Use string.h, not gdb_string.h.
1203         * mi/mi-console.c: Use string.h, not gdb_string.h.
1204         * mi/mi-getopt.c: Use string.h, not gdb_string.h.
1205         * mi/mi-interp.c: Use string.h, not gdb_string.h.
1206         * mi/mi-main.c: Use string.h, not gdb_string.h.
1207         * mi/mi-parse.c: Use string.h, not gdb_string.h.
1208         * microblaze-rom.c: Use string.h, not gdb_string.h.
1209         * microblaze-tdep.c: Use string.h, not gdb_string.h.
1210         * mingw-hdep.c: Use string.h, not gdb_string.h.
1211         * minidebug.c: Use string.h, not gdb_string.h.
1212         * minsyms.c: Use string.h, not gdb_string.h.
1213         * mips-irix-tdep.c: Use string.h, not gdb_string.h.
1214         * mips-linux-tdep.c: Use string.h, not gdb_string.h.
1215         * mips-tdep.c: Use string.h, not gdb_string.h.
1216         * mips64obsd-tdep.c: Use string.h, not gdb_string.h.
1217         * mipsnbsd-tdep.c: Use string.h, not gdb_string.h.
1218         * mipsread.c: Use string.h, not gdb_string.h.
1219         * mn10300-linux-tdep.c: Use string.h, not gdb_string.h.
1220         * mn10300-tdep.c: Use string.h, not gdb_string.h.
1221         * monitor.c: Use string.h, not gdb_string.h.
1222         * moxie-tdep.c: Use string.h, not gdb_string.h.
1223         * mt-tdep.c: Use string.h, not gdb_string.h.
1224         * nbsd-tdep.c: Use string.h, not gdb_string.h.
1225         * nios2-linux-tdep.c: Use string.h, not gdb_string.h.
1226         * nto-procfs.c: Use string.h, not gdb_string.h.
1227         * nto-tdep.c: Use string.h, not gdb_string.h.
1228         * objc-lang.c: Use string.h, not gdb_string.h.
1229         * objfiles.c: Use string.h, not gdb_string.h.
1230         * opencl-lang.c: Use string.h, not gdb_string.h.
1231         * osabi.c: Use string.h, not gdb_string.h.
1232         * osdata.c: Use string.h, not gdb_string.h.
1233         * p-exp.y: Use string.h, not gdb_string.h.
1234         * p-lang.c: Use string.h, not gdb_string.h.
1235         * p-typeprint.c: Use string.h, not gdb_string.h.
1236         * parse.c: Use string.h, not gdb_string.h.
1237         * posix-hdep.c: Use string.h, not gdb_string.h.
1238         * ppc-linux-nat.c: Use string.h, not gdb_string.h.
1239         * ppc-sysv-tdep.c: Use string.h, not gdb_string.h.
1240         * ppcfbsd-tdep.c: Use string.h, not gdb_string.h.
1241         * ppcnbsd-tdep.c: Use string.h, not gdb_string.h.
1242         * ppcobsd-tdep.c: Use string.h, not gdb_string.h.
1243         * printcmd.c: Use string.h, not gdb_string.h.
1244         * procfs.c: Use string.h, not gdb_string.h.
1245         * prologue-value.c: Use string.h, not gdb_string.h.
1246         * python/py-auto-load.c: Use string.h, not gdb_string.h.
1247         * python/py-gdb-readline.c: Use string.h, not gdb_string.h.
1248         * ravenscar-thread.c: Use string.h, not gdb_string.h.
1249         * regcache.c: Use string.h, not gdb_string.h.
1250         * registry.c: Use string.h, not gdb_string.h.
1251         * remote-fileio.c: Use string.h, not gdb_string.h.
1252         * remote-m32r-sdi.c: Use string.h, not gdb_string.h.
1253         * remote-mips.c: Use string.h, not gdb_string.h.
1254         * remote-sim.c: Use string.h, not gdb_string.h.
1255         * remote.c: Use string.h, not gdb_string.h.
1256         * reverse.c: Use string.h, not gdb_string.h.
1257         * rs6000-aix-tdep.c: Use string.h, not gdb_string.h.
1258         * ser-base.c: Use string.h, not gdb_string.h.
1259         * ser-go32.c: Use string.h, not gdb_string.h.
1260         * ser-mingw.c: Use string.h, not gdb_string.h.
1261         * ser-pipe.c: Use string.h, not gdb_string.h.
1262         * ser-tcp.c: Use string.h, not gdb_string.h.
1263         * ser-unix.c: Use string.h, not gdb_string.h.
1264         * serial.c: Use string.h, not gdb_string.h.
1265         * sh-tdep.c: Use string.h, not gdb_string.h.
1266         * sh64-tdep.c: Use string.h, not gdb_string.h.
1267         * shnbsd-tdep.c: Use string.h, not gdb_string.h.
1268         * skip.c: Use string.h, not gdb_string.h.
1269         * sol-thread.c: Use string.h, not gdb_string.h.
1270         * solib-dsbt.c: Use string.h, not gdb_string.h.
1271         * solib-frv.c: Use string.h, not gdb_string.h.
1272         * solib-osf.c: Use string.h, not gdb_string.h.
1273         * solib-spu.c: Use string.h, not gdb_string.h.
1274         * solib-target.c: Use string.h, not gdb_string.h.
1275         * solib.c: Use string.h, not gdb_string.h.
1276         * somread.c: Use string.h, not gdb_string.h.
1277         * source.c: Use string.h, not gdb_string.h.
1278         * sparc-nat.c: Use string.h, not gdb_string.h.
1279         * sparc-sol2-tdep.c: Use string.h, not gdb_string.h.
1280         * sparc-tdep.c: Use string.h, not gdb_string.h.
1281         * sparc64-tdep.c: Use string.h, not gdb_string.h.
1282         * sparc64fbsd-tdep.c: Use string.h, not gdb_string.h.
1283         * sparc64nbsd-tdep.c: Use string.h, not gdb_string.h.
1284         * sparcnbsd-tdep.c: Use string.h, not gdb_string.h.
1285         * spu-linux-nat.c: Use string.h, not gdb_string.h.
1286         * spu-multiarch.c: Use string.h, not gdb_string.h.
1287         * spu-tdep.c: Use string.h, not gdb_string.h.
1288         * stabsread.c: Use string.h, not gdb_string.h.
1289         * stack.c: Use string.h, not gdb_string.h.
1290         * std-regs.c: Use string.h, not gdb_string.h.
1291         * symfile.c: Use string.h, not gdb_string.h.
1292         * symmisc.c: Use string.h, not gdb_string.h.
1293         * symtab.c: Use string.h, not gdb_string.h.
1294         * target.c: Use string.h, not gdb_string.h.
1295         * thread.c: Use string.h, not gdb_string.h.
1296         * tilegx-linux-nat.c: Use string.h, not gdb_string.h.
1297         * tilegx-tdep.c: Use string.h, not gdb_string.h.
1298         * top.c: Use string.h, not gdb_string.h.
1299         * tracepoint.c: Use string.h, not gdb_string.h.
1300         * tui/tui-command.c: Use string.h, not gdb_string.h.
1301         * tui/tui-data.c: Use string.h, not gdb_string.h.
1302         * tui/tui-disasm.c: Use string.h, not gdb_string.h.
1303         * tui/tui-file.c: Use string.h, not gdb_string.h.
1304         * tui/tui-layout.c: Use string.h, not gdb_string.h.
1305         * tui/tui-out.c: Use string.h, not gdb_string.h.
1306         * tui/tui-regs.c: Use string.h, not gdb_string.h.
1307         * tui/tui-source.c: Use string.h, not gdb_string.h.
1308         * tui/tui-stack.c: Use string.h, not gdb_string.h.
1309         * tui/tui-win.c: Use string.h, not gdb_string.h.
1310         * tui/tui-windata.c: Use string.h, not gdb_string.h.
1311         * tui/tui-winsource.c: Use string.h, not gdb_string.h.
1312         * typeprint.c: Use string.h, not gdb_string.h.
1313         * ui-file.c: Use string.h, not gdb_string.h.
1314         * ui-out.c: Use string.h, not gdb_string.h.
1315         * user-regs.c: Use string.h, not gdb_string.h.
1316         * utils.c: Use string.h, not gdb_string.h.
1317         * v850-tdep.c: Use string.h, not gdb_string.h.
1318         * valarith.c: Use string.h, not gdb_string.h.
1319         * valops.c: Use string.h, not gdb_string.h.
1320         * valprint.c: Use string.h, not gdb_string.h.
1321         * value.c: Use string.h, not gdb_string.h.
1322         * varobj.c: Use string.h, not gdb_string.h.
1323         * vax-tdep.c: Use string.h, not gdb_string.h.
1324         * vaxnbsd-tdep.c: Use string.h, not gdb_string.h.
1325         * vaxobsd-tdep.c: Use string.h, not gdb_string.h.
1326         * windows-nat.c: Use string.h, not gdb_string.h.
1327         * xcoffread.c: Use string.h, not gdb_string.h.
1328         * xml-support.c: Use string.h, not gdb_string.h.
1329         * xstormy16-tdep.c: Use string.h, not gdb_string.h.
1330         * xtensa-linux-nat.c: Use string.h, not gdb_string.h.
1331
1332 2013-11-18  Tom Tromey  <tromey@redhat.com>
1333
1334         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strerror
1335         and strstr.
1336         * gnulib/aclocal.m4: Update.
1337         * gnulib/config.in: Update.
1338         * gnulib/configure: Update.
1339         * gnulib/import/Makefile.am: Update.
1340         * gnulib/import/Makefile.in: Update.
1341         * gnulib/import/errno.in.h: New.
1342         * gnulib/import/intprops.h: New.
1343         * gnulib/import/m4/errno_h.m4: New.
1344         * gnulib/import/m4/gnulib-cache.m4: Update.
1345         * gnulib/import/m4/gnulib-comp.m4: Update.
1346         * gnulib/import/m4/strerror.m4: New.
1347         * gnulib/import/m4/strstr.m4: New.
1348         * gnulib/import/m4/sys_socket_h.m4: New.
1349         * gnulib/import/strerror-override.c: New.
1350         * gnulib/import/strerror-override.h: New.
1351         * gnulib/import/strerror.c: New.
1352         * gnulib/import/strstr.c: New.
1353
1354 2013-11-18  Tom Tromey  <tromey@redhat.com>
1355
1356         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Split into
1357         multiple lines.
1358
1359 2013-11-18  Jose E. Marchesi  <jose.marchesi@oracle.com>
1360
1361         * sparc-tdep.c (sparc_is_annulled_branch_insn): New function.
1362         * sparc-tdep.h: And its prototype.
1363
1364         * sparc64-linux-tdep.c (sparc64_linux_get_longjmp_target): New
1365         function.
1366         (sparc64_linux_init_abi): Register the get_longjmp_target hook.
1367
1368 2013-11-18  Pedro Alves  <palves@redhat.com>
1369
1370         * dwarf2-frame.c (read_addr_from_reg): Remove stale comment and
1371         use unpack_pointer.
1372
1373 2013-11-18  Joel Brobecker  <brobecker@adacore.com>
1374
1375         * mi/mi-main.c (mi_cmd_list_features): Add "language-options"
1376         to -list-features output.
1377
1378 2013-11-17  Joel Brobecker  <brobecker@adacore.com>
1379
1380         * dwarf2expr.h (struct dwarf_expr_context_funcs)
1381         <read_addr_from_reg>: Renames "read_reg".
1382         * dwarf2-frame.c (read_addr_from_reg): Renames "read_reg".
1383         Adjust comment.
1384         (dwarf2_frame_ctx_funcs, execute_stack_op, dwarf2_frame_cache):
1385         Use read_addr_from_reg in place of read_reg.
1386         * dwarf2expr.c (execute_stack_op): Use read_addr_from_reg
1387         in place of read_reg.
1388         * dwarf2loc.c (dwarf_expr_read_addr_from_reg): Renames
1389         dwarf_expr_read_reg.
1390         (dwarf_expr_ctx_funcs): Replace dwarf_expr_read_reg
1391         with dwarf_expr_read_addr_from_reg.
1392         (needs_frame_read_addr_from_reg): Renames needs_frame_read_reg.
1393         (needs_frame_ctx_funcs): Replace needs_frame_read_reg with
1394         needs_frame_read_addr_from_reg.
1395
1396 2013-11-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
1397
1398         * NEWS (Changes in GDB 7.5) (New commands) (explore): Fix typo.
1399
1400 2013-11-15  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1401
1402         * dwarf2loc.c (chain_candidate): Prevent invoking memcpy with
1403         NULL.
1404
1405 2013-11-15  Tom Tromey  <tromey@redhat.com>
1406
1407         PR c++/16117:
1408         * c-exp.y (lex_one_token): Add "is_quoted_name" argument.
1409         (classify_name): Likewise.  Prefer a field of "this" over a
1410         filename.
1411         (classify_inner_name, yylex): Update.
1412
1413 2013-11-15  Joel Brobecker  <brobecker@adacore.com>
1414
1415         * dwarf2expr.h (struct dwarf_expr_context_funcs) <read_reg>:
1416         Extend the documentation a bit.
1417         <get_reg_value>: New field.
1418         * dwarf2loc.c (dwarf_expr_get_reg_value)
1419         (needs_frame_get_reg_value): New functions.
1420         (dwarf_expr_ctx_funcs, needs_frame_ctx_funcs): Add "get_reg_value"
1421         callback.
1422         * dwarf2-frame.c (get_reg_value): New function.
1423         (dwarf2_frame_ctx_funcs): Add "get_reg_value" callback.
1424         * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_regval_type>:
1425         Use new callback to compute result_val.
1426
1427 2013-11-15  Alan Modra  <amodra@gmail.com>
1428
1429         * ppc64-tdep.c (ppc64_plt_entry_point): Renamed from..
1430         (ppc64_desc_entry_point): ..this.  Update comments here and at
1431         call points.
1432         (ppc64_standard_linkage1, ppc64_standard_linkage2,
1433         ppc64_standard_linkage3): Update comments.
1434         (ppc64_standard_linkage4, ppc64_standard_linkage5,
1435         (ppc64_standard_linkage6, ppc64_standard_linkage7): New insn
1436         patterns.
1437         (ppc64_standard_linkage4_target): New function.
1438         (ppc64_skip_trampoline_code): Skip ELFv2 patterns too.
1439         * rs6000-tdep.c (skip_prologue): Skip ELFv2 r2 setup.  Correct
1440         nop match.  Fix comment wrap.
1441
1442 2013-11-14  Pedro Alves  <palves@redhat.com>
1443
1444         * infrun.c (handle_signal_stop): Move STOP_QUIETLY,
1445         STOP_QUIETLY_REMOTE and 'stop_after_trap' handling earlier.
1446
1447 2013-11-14  Pedro Alves  <palves@redhat.com>
1448
1449         * infrun.c (struct execution_control_state)
1450         <stepped_after_stopped_by_watchpoint>: New field.
1451         (get_inferior_stop_soon): New function.
1452         (handle_inferior_event): 'stepped_after_stopped_by_watchpoint' was
1453         moved to struct execution_control_state -- adjust.  Use
1454         get_inferior_stop_soon.  Split TARGET_WAITKIND_STOPPED handling to
1455         new function.
1456         (handle_signal_stop): New function, factored out from
1457         handle_inferior_event.
1458
1459 2013-11-14  Pedro Alves  <palves@redhat.com>
1460
1461         * break-catch-sig.c (signal_catchpoint_explains_signal): Adjust to
1462         return a boolean.
1463         * breakpoint.c (bpstat_explains_signal): Adjust to return a
1464         boolean.
1465         (explains_signal_watchpoint, base_breakpoint_explains_signal):
1466         Adjust to return a boolean.
1467         * breakpoint.h (enum bpstat_signal_value): Delete.
1468         (struct breakpoint_ops) <explains_signal>: New returns a boolean.
1469         (bpstat_explains_signal): Likewise.
1470         * infrun.c (handle_inferior_event) <random signal checks>:
1471         bpstat_explains_signal now returns a boolean - adjust.  No longer
1472         consider hiding signals.
1473
1474 2013-11-14  Pedro Alves  <palves@redhat.com>
1475
1476         * breakpoint.c (bpstat_explains_signal) <Moribund locations>:
1477         Return BPSTAT_SIGNAL_PASS instead of BPSTAT_SIGNAL_HIDE.
1478         (explains_signal_watchpoint): Return BPSTAT_SIGNAL_PASS instead of
1479         BPSTAT_SIGNAL_HIDE.
1480         (base_breakpoint_explains_signal): Return BPSTAT_SIGNAL_PASS
1481         instead of BPSTAT_SIGNAL_HIDE.
1482         * infrun.c (handle_inferior_event): Rework random signal checks.
1483
1484 2013-11-14  Pedro Alves  <palves@redhat.com>
1485
1486         * infrun.c (struct execution_control_state): Remove
1487         'random_signal' field.
1488         (handle_syscall_event): Use bpstat_causes_stop instead of
1489         bpstat_explains_signal.  Don't set ecs->random_signal.
1490         (handle_inferior_event): New 'random_signal' local.
1491         <TARGET_WAITKIND_FORKED, TARGET_WAITKIND_VFORKED,
1492         TARGET_WAITKIND_EXECD>: Use bpstat_causes_stop instead of
1493         bpstat_explains_signal.  Don't set ecs->random_signal.
1494         <TARGET_WAITKIND_STOPPED>: Adjust to use local instead of
1495         ecs->random_signal.
1496
1497 2013-11-14  Pedro Alves  <palves@redhat.com>
1498
1499         * infrun.c (handle_inferior_event): Move comment from the
1500         function's body to the function's description, adjusted.
1501
1502 2013-11-14  Pedro Alves  <palves@redhat.com>
1503
1504         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>:
1505         Handle STOP_QUIETLY_NO_SIGSTOP and STOP_QUIETLY_REMOTE here.
1506         Assert we never fall through out of the TARGET_WAITKIND_LOADED
1507         case.
1508
1509 2013-11-14  Tom Tromey  <tromey@redhat.com>
1510
1511         * python/py-linetable.c (ltpy_has_line)
1512         (ltpy_get_all_source_lines): Fix loop termination condition.
1513
1514 2013-11-14  Joel Brobecker  <brobecker@adacore.com>
1515
1516         * mi/mi-parse.h (struct mi_parse) <language>: New field.
1517         * mi/mi-main.c (mi_cmd_execute): Temporarily set language to
1518         PARSE->LANGUAGE during command execution, if set.
1519         * mi/mi-parse.c: Add "language.h" #include.
1520         (mi_parse): Add parsing of "--language" command option.
1521
1522         * NEWS: Add entry mentioning the new "--language" command option.
1523
1524 2013-11-14  Pedro Alves  <palves@redhat.com>
1525             Joel Brobecker  <brobecker@adacore.com>
1526
1527         * cli/cli-utils.h (extract_arg_const): Add declaration.
1528         * cli/cli-utils.c (extract_arg_const): New function.
1529         (extract_arg): Reimplement using extract_arg_const.
1530
1531 2013-11-14  Joel Brobecker  <brobecker@adacore.com>
1532
1533         * language.h: Add "symtab.h" #include.
1534
1535 2013-11-13  Doug Evans  <xdje42@gmail.com>
1536
1537         * breakpoint.c (bpstat_check_breakpoint_conditions): For thread
1538         specific breakpoints, don't evaluate breakpoint condition if
1539         different thread.
1540
1541 2013-11-13  Keith Seitz  <keiths@redhat.com>
1542
1543         PR c++/7935
1544         PR c++/10541
1545         * cp-support.c (insepct_type): Add support for substituting
1546         namespace aliases, too.
1547         * dwarf2read.c (scan_partial_symbols): Add a partial symbol
1548         for DW_TAG_imported_declaration.
1549         (add_partial_symbol): Likewise.
1550         (process_die): Handle namespace aliases with
1551         read_namespace_alias.
1552         (die_needs_namespace): Add DW_TAG_imported_declaration.
1553         (read_namespace_alias): New function.
1554         (load_partial_dies): Load DW_TAG_imported_declaration, too.
1555         (new_symbol_full): Handle DW_TAG_imported_declaration.
1556
1557 2013-11-13  Keith Seitz  <keiths@redhat.com>
1558
1559         * p-exp.y (uptok): Make first parameter const.
1560         (yylex): Make `tokstart' and `tokptr' const.
1561         Don't copy the lexer input to a temporary buffer.
1562         Make `p' const.
1563         Remove const workaround for parse_escape.
1564         Create a temporary buffer for a convenience variable instead
1565         of doing in-place modification of the input.
1566         If a match is found with a different case from the input,
1567         do not change the input at all.
1568         Use `tmp' to construct the resultant stoken instead of
1569         `tokstart'.
1570
1571 2013-11-13  Doug Evans  <xdje42@gmail.com>
1572
1573         * breakpoint.c (breakpoint_cond_eval): Fix and enhance comment.
1574
1575 2013-11-13  Joel Brobecker  <brobecker@adacore.com>
1576
1577         * mi/mi-main.c (mi_cmd_list_features): Replace "info-ada-exceptions"
1578         entry with "ada-exceptions".
1579
1580 2013-11-13  Joel Brobecker  <brobecker@adacore.com>
1581
1582         * symfile.c (reread_symbols): Move call to set_objfile_per_bfd
1583         after re-initialization of OBJFILE's obstack.
1584
1585 2013-11-12  Doug Evans  <xdje42@gmail.com>
1586
1587         * breakpoint.c (bpstat_check_breakpoint_conditions): Assert
1588         bs->stop != 0 on entry.  Update function comment.  Simplify early
1589         exit for frame mismatch.  Reindent rest of function.
1590
1591 2013-11-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1592
1593         * objc-lang.c (uniquify_strings): Prevent invoking qsort with
1594         NULL.
1595
1596 2013-11-12  Doug Evans  <dje@google.com>
1597
1598         Work around gold/15646.
1599         * dwarf2read.c (read_index_from_section): Update comment.
1600         (struct dw2_symtab_iterator): New member global_seen.
1601         (dw2_symtab_iter_init): Initialize it.
1602         (dw2_symtab_iter_next): Skip duplicate global symbols.
1603         (dw2_expand_symtabs_matching): Ditto.
1604
1605 2013-11-12  Joel Brobecker  <brobecker@adacore.com>
1606
1607         * mi/mi-cmds.h (mi_cmd_info_ada_exceptions): Add declaration.
1608         * mi/mi-cmds.c (mi_cmds): Add entry for -info-ada-exceptions
1609         command.
1610         * mi/mi-cmd-info.c: #include "ada-lang.c" and "arch-utils.c".
1611         (mi_cmd_info_ada_exceptions): New function.
1612         * mi/mi-main.c (mi_cmd_list_features): Add "info-ada-exceptions".
1613
1614 2013-11-12  Joel Brobecker  <brobecker@adacore.com>
1615
1616         * ada-lang.h: #include "vec.h".
1617         (struct ada_exc_info): New.
1618         (ada_exc_info): New typedef.
1619         (DEF_VEC_O(ada_exc_info)): New vector.
1620         (ada_exceptions_list): Add declaration.
1621         * ada-lang.c (ada_is_exception_sym)
1622         (ada_is_non_standard_exception_sym, compare_ada_exception_info)
1623         (sort_remove_dups_ada_exceptions_list)
1624         (ada_exc_search_name_matches, ada_add_standard_exceptions)
1625         (ada_add_exceptions_from_frame, ada_add_global_exceptions)
1626         (ada_exceptions_list_1, ada_exceptions_list)
1627         (info_exceptions_command): New function.
1628         (_initialize_ada_language): Add "info exception" command.
1629
1630 2013-11-11  Phil Muldoon  <pmuldoon@redhat.com>
1631
1632         PR python/15629
1633         * NEWS: Add linetable feature.
1634         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-linetable entries.
1635         * python/py-linetable.c: New file.
1636         * python/py-symtab.c (stpy_get_linetable): New function.
1637         * python/python-internal.h (symtab_to_linetable_object): Declare.
1638         (gdbpy_initialize_linetable): Ditto.
1639         * python/python.c (_initialize_python): Call
1640         gdbpy_initialize_linetable.
1641
1642 2013-11-11  Joel Brobecker  <brobecker@adacore.com>
1643
1644         * ada-lang.c (create_ada_exception_catchpoint): Enhance
1645         the documentation of fields "except_string" and "condition".
1646         * mi/mi-cmd-catch.c (mi_cmd_catch_assert): Reallocate
1647         CONDITION on the heap before passing it to
1648         create_ada_exception_catchpoint.
1649         (mi_cmd_catch_exception): Likewise for EXCEPTION_NAME and
1650         CONDITION.
1651
1652 2013-11-11  Tom Tromey  <tromey@redhat.com>
1653
1654         * config.in, configure: Rebuild.
1655         * configure.ac (HAVE_TKILL_SYSCALL): Check for "syscall".
1656
1657 2013-11-11  Joel Brobecker  <brobecker@adacore.com>
1658
1659         * remote-sim.c (gdbsim_detach): Break declaration into
1660         shorter lines.  No code change.
1661
1662 2013-11-11  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
1663
1664         * remote-sim.c (gdbsim_detach): Fix prototype.
1665
1666 2013-11-08  Doug Evans  <dje@google.com>
1667
1668         * dwarf2read.c (dwarf2_read_debug): Change to unsigned int.
1669         (create_debug_types_hash_table): Only print debugging messages for
1670         each TU if dwarf2-read >= 2.
1671         (process_queue): Ditto.
1672         (_initialize_dwarf2_read): Make "set debug dwarf2-read" a zuinteger.
1673         Update doc string.
1674
1675 2013-11-08  Tom Tromey  <tromey@redhat.com>
1676
1677         * configure: Rebuild.
1678         * configure.ac: Remove mentions of HAVE_MULTIPLE_PROC_FDS.
1679
1680 2013-11-08  Tom Tromey  <tromey@redhat.com>
1681
1682         * configure, config.in: Rebuild.
1683         * configure.ac: Remove unused configury.
1684
1685 2013-11-08  Tom Tromey  <tromey@redhat.com>
1686
1687         * m32c-tdep.c: Use gdb_string.h.
1688
1689 2013-11-08  Tom Tromey  <tromey@redhat.com>
1690
1691         * configure, config.in: Rebuild.
1692         * configure.ac: Remove all link.h-related checks.
1693
1694 2013-11-08  Tom Tromey  <tromey@redhat.com>
1695
1696         * acinclude.m4: Include common.m4.
1697         * common/common.m4: New file.
1698         * configure, config.in: Rebuild.
1699         * configure.ac: Use GDB_AC_COMMON.
1700
1701 2013-11-08  Doug Evans  <dje@google.com>
1702
1703         * NEWS: Mention that "set debug symtab-create" now accepts a
1704         verbosity level.
1705         * buildsym.c (end_symtab_from_static_block): Call set_symtab_primary
1706         to set the symtab's primary flag.
1707         * jit.c (finalize_symtab): Ditto.
1708         * mdebugread.c (psymtab_to_symtab_1): Ditto.
1709         * symfile.c (allocate_symtab): Only print debugging messages for
1710         symtab_create_debug levels 2 and higher.
1711         * symtab.c (symtab_create_debug): Change type to unsigned int.
1712         (set_symtab_primary): New function.
1713         (_initialize_symtab): Change "set debug symtab-create" to a
1714         zuinteger option.
1715         * symtab.h (set_symtab_primary): Declare.
1716         (symtab_create_debug): Update decl.
1717
1718 2013-11-08  Tom Tromey  <tromey@redhat.com>
1719
1720         * aix-thread.c (aix_thread_detach): Update.
1721         * corelow.c (core_detach): Update.
1722         * darwin-nat.c (darwin_detach): Update.
1723         * dec-thread.c (dec_thread_detach): Update.
1724         * gnu-nat.c (gnu_detach): Update.
1725         * go32-nat.c (go32_detach): Update.
1726         * inf-ptrace.c (inf_ptrace_detach): Update.
1727         * inf-ttrace.c (inf_ttrace_detach): Update.
1728         * linux-fork.c (linux_fork_detach): Update.
1729         * linux-fork.h (linux_fork_detach): Update.
1730         * linux-nat.c (linux_nat_detach): Update.  Introduce "tem"
1731         local for const-correctness.
1732         * linux-thread-db.c (thread_db_detach): Update.
1733         * monitor.c (monitor_detach): Update.
1734         * nto-procfs.c (procfs_detach): Update.
1735         * procfs.c (procfs_detach): Update.
1736         * record.c (record_detach): Update.
1737         * record.h (record_detach): Update.
1738         * remote-m32r-sdi.c (m32r_detach): Update.
1739         * remote-mips.c (mips_detach): Update.
1740         * remote-sim.c (gdbsim_detach): Update.
1741         * remote.c (remote_detach_1, remote_detach)
1742         (extended_remote_detach): Update.
1743         * sol-thread.c (sol_thread_detach): Update.
1744         * target.c (target_detach): Make "args" const.
1745         (init_dummy_target): Update.
1746         * target.h (struct target_ops) <to_detach>: Make argument const.
1747         (target_detach): Likewise.
1748         * windows-nat.c (windows_detach): Update.
1749
1750 2013-11-07  Doug Evans  <dje@google.com>
1751
1752         PR 11786
1753         *  solib-svr4.c (svr4_exec_displacement): Ignore filesz, memsz, flags
1754         and align fields for PT_GNU_RELRO segments.
1755
1756 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
1757
1758         PR python/15747
1759         * python/py-cmd.c: Add COMPLETE_EXPRESSION constant.
1760
1761 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
1762
1763         * NEWS: Document Python temporary breakpoint support.
1764         * python/py-breakpoint.c (bppy_get_temporary): New function.
1765         (bppy_init): New keyword: temporary. Parse it and set breakpoint
1766         to temporary if True.
1767
1768 2013-11-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
1769
1770         * sparc-tdep.c (sparc_analyze_control_transfer): Assertion
1771         removed to allow analyzing unconditional branch instructions
1772         with PC-relative offsets of zero.
1773
1774 2013-11-07  Yao Qi  <yao@codesourcery.com>
1775
1776         * mi/mi-cmd-var.c: Include "language.h".
1777         (mi_cmd_var_info_expression): Get language name from
1778         language_defn.
1779         * varobj.c (varobj_language_string): Remove.
1780         (variable_language): Remove declaration.
1781         (languages): Remove.
1782         (varobj_get_language): Change the type of return value.
1783         (variable_language): Remove.
1784         * varobj.h (enum varobj_languages): Remove.
1785         (varobj_language_string): Remove declaration.
1786         (varobj_get_language): Update declaration.
1787
1788 2013-11-07  Yao Qi  <yao@codesourcery.com>
1789
1790         * language.h (struct language_defn) <la_natural_name>: New
1791         field.
1792         * ada-lang.c (ada_language_defn): Initialize field
1793         'la_natural_name'.
1794         * c-lang.c (c_language_defn): Likewise.
1795         (cplus_language_defn, asm_language_defn): Likewise.
1796         * d-lang.c (d_language_defn): Likewise.
1797         * f-lang.c (f_language_defn): Likewise.
1798         * go-lang.c (go_language_defn): Likewise.
1799         * jv-lang.c (java_language_defn): Likewise.
1800         * language.c (unknown_language_defn ): Likewise.
1801         (auto_language_defn): Likewise.
1802         * m2-lang.c (m2_language_defn): Likewise.
1803         * objc-lang.c (objc_language_defn): Likewise.
1804         * opencl-lang.c (opencl_language_defn): Likewise.
1805         * p-lang.c (pascal_language_defn): Likewise.
1806
1807 2013-11-07  Yao Qi  <yao@codesourcery.com>
1808
1809         * language.c (language_str): Return const char *.
1810         (add_language): Add const to 'language_names'
1811         * language.h (struct language_defn) <la_name>: Add const.
1812         (language_str: Update declaration.
1813
1814 2013-11-06  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1815
1816         * s390-linux-nat.c (s390_read_description): Consider the TE field
1817         in the HWCAP for determining 'have_regset_tdb'.
1818
1819 2013-11-06  Will Newton  <will.newton@linaro.org>
1820
1821         PR gdb/12866
1822         * dwarf2read.c (skip_one_die): Sanity check DW_AT_sibling
1823         values.  (read_partial_die): Likewise.
1824
1825 2013-11-06  Muhammad Bilal  <mbilal@codesourcery.com>
1826
1827         PR cli/16122
1828         * top.c (command_line_input): Unify interactivity tests to use
1829         input_from_terminal_p.
1830         * event-top.c (command_line_handler): Likewise.
1831
1832 2013-11-06  Yao Qi  <yao@codesourcery.com>
1833
1834         * Makefile.in (check-perf): New target.
1835
1836 2013-11-05  Will Newton  <will.newton@linaro.org>
1837
1838         PR gdb/7670
1839         * arm-tdep.c (print_fpu_flags): Use filtered output routines.
1840         (arm_print_float_info): Likewise.
1841
1842 2013-11-04  Anton Blanchard  <anton@samba.org>
1843
1844         * target.c (memory_xfer_partial): Cap write to 4KB.
1845
1846 2013-11-01  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
1847
1848         * breakpoint.c (create_longjmp_master_breakpoint): Allow libc
1849         probe scan even when the arch provides no get_longjmp_target.
1850
1851 2013-10-31  Pedro Alves  <palves@redhat.com>
1852
1853         * infrun.c (handle_syscall_event): Don't set or clear stop_signal.
1854         (handle_inferior_event) <TARGET_WAITKIND_FORKED,
1855         TARGET_WAITKIND_VFORKED>: Don't set stop_signal to
1856         GDB_SIGNAL_TRAP, or clear it.  Pass GDB_SIGNAL_0 to
1857         bpstat_explains signal, instead of GDB_SIGNAL_TRAP.
1858         <bpstat handling>: If the bpstat chain wants the signal to be
1859         hidden, then set stop_signal to GDB_SIGNAL_0 instead of
1860         GDB_SIGNAL_TRAP.
1861
1862 2013-10-31  Andrew Burgess  <aburgess@broadcom.com>
1863
1864         * breakpoint.c (update_watchpoint): Update error message and add
1865         an additional error message.
1866
1867 2013-10-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1868
1869         * s390-tdep.h: Rename to...
1870         * s390-linux-tdep.h: ...here.
1871         * s390-tdep.c: Rename to...
1872         * s390-linux-tdep.c: ...here.  Adjust #include.
1873         * s390-nat.c: Rename to...
1874         * s390-linux-nat.c: ...here.  Adjust #include.
1875         * config/s390/s390.mh: Rename to...
1876         * config/s390/linux.mh: ...here.  Reflect rename s390-nat.o ->
1877         s390-linux-nat.o.
1878         * configure.host: Reflect host rename "s390" -> "linux".
1879         * configure.tgt: Reflect rename s390-tdep.o -> s390-linux-tdep.o.
1880         * Makefile.in (ALL_TARGET_OBS): Likewise.
1881         (HFILES_NO_SRCDIR): Reflect rename s390-tdep.h ->
1882         s390-linux-tdep.h.
1883         (ALLDEPFILES): Reflect rename of .c files.
1884
1885 2013-10-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1886
1887         * s390-nat.c: Whitespace cleanup.
1888         * s390-tdep.c: Likewise.
1889         * s390-tdep.h: Remove empty line at end of file.
1890
1891 2013-10-30  Maciej W. Rozycki  <macro@codesourcery.com>
1892
1893         * linux-tdep.c (linux_corefile_thread_callback): Preinitialize
1894         siginfo_size.
1895
1896 2013-10-29  Tom Tromey  <tromey@redhat.com>
1897
1898         * utils.c (reg): Move undefinition...
1899         * gdb_curses.h: ... here.  Update comment to mention AIX.
1900
1901 2013-10-29  Nicolas Blanc  <nicolas.blanc@intel.com>
1902
1903         * exec.h (add_target_sections_of_objfile): New declaration.
1904         * exec.c (add_target_sections_of_objfile): New function.
1905         * symfile.c (add_symbol_file_command): Update current target sections.
1906         (remove_symbol_file_command): New command.
1907         (symfile_free_objfile): New function.
1908         (_initialize_symfile): Register observer for free_objfile events.
1909         * NEWS: Add description of the remove-symbol-file command.
1910         * breakpoint.c (disable_breakpoints_in_freed_objfile): New function.
1911         * objfiles.c (free_objfile): Notify free_objfile.
1912         (is_addr_in_objfile): New function.
1913         * objfiles.h (is_addr_in_objfile): New declaration.
1914         * printcmd.c (clear_dangling_display_expressions): Act upon free_objfile
1915         events instead of solib_unloaded events.
1916         (_initialize_printcmd): Register observer for free_objfile instead
1917         of solib_unloaded notifications.
1918         * solib.c (remove_user_added_objfile): New function.
1919         (_initialize_symfile): Add remove-symbol-file.
1920
1921 2013-10-29  Andrew Burgess  <aburgess@broadcom.com>
1922
1923         * infcmd.c (default_print_one_register_info): Use val_print to
1924         print all values even optimized out or unavailable ones.  Don't
1925         try to print a raw form of optimized out or unavailable values.
1926
1927 2013-10-29  Yao Qi  <yao@codesourcery.com>
1928
1929         * auto-load.c (auto_load_pspace_data_cleanup): Get data from
1930         parameter 'arg' instead of from program_space_data.
1931         * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
1932         * solib-darwin.c (darwin_pspace_data_cleanup): Likewise.
1933         * solib-dsbt.c (dsbt_pspace_data_cleanup): Likewise.
1934         * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
1935         * inflow.c (inflow_inferior_data_cleanup): Get data from
1936         parameter 'arg' instead of inferior_data.
1937         * registry.h: Add comments.
1938
1939 2013-10-28  Pedro Alves  <palves@redhat.com>
1940
1941         * breakpoint.c (watchpoints_triggered)
1942         <!target_stopped_data_address>: Hardcode return 1.
1943
1944 2013-10-28  Pedro Alves  <palves@redhat.com>
1945
1946         * infrun.c (process_event_stop_test): Remove unnecessary scoping
1947         level and reindent.
1948
1949 2013-10-28  Pedro Alves  <palves@redhat.com>
1950
1951         * infrun.c (process_event_stop_test): New function, factored out
1952         from handle_inferior_event.
1953         (handle_inferior_event): 'process_event_stop_test' is now a
1954         function instead of a goto label -- adjust.
1955
1956 2013-10-28  Pedro Alves  <palves@redhat.com>
1957
1958         * infrun.c (handle_inferior_event): Move process_event_stop_test
1959         goto label to the else branch of the ecs->random_signal check,
1960         along with FRAME and GDBARCH re-fetching.
1961
1962 2013-10-28  Pedro Alves  <palves@redhat.com>
1963
1964         * infrun.c (switch_back_to_stepped_thread): New function, factored
1965         out from handle_inferior_event.
1966         (handle_inferior_event): Adjust to call
1967         switch_back_to_stepped_thread.  Call it also at the tail of the
1968         random signal handling, and return, instead of also handling
1969         random signals just before the stepping tests.
1970
1971 2013-10-28  Pedro Alves  <palves@redhat.com>
1972
1973         * infrun.c (clear_stop_func): Delete.
1974         (handle_inferior_event): Don't call clear_stop_func and don't
1975         clear 'ecs->random_signal'.
1976
1977 2013-10-27  Yao Qi  <yao@codesourcery.com>
1978
1979         * varobj.c (struct varobj_root) <lang>: Rename to 'lang_ops'.
1980         (varobj_create, varobj_get_path_expr): Update.
1981         (varobj_value_has_mutated, varobj_update): Likewise.
1982         (create_child_with_value, new_root_variable): Likewise.
1983         (number_of_children, name_of_variable): Likewise.
1984         (value_of_child, my_value_of_variable): Likewise.
1985         (varobj_value_is_changeable_p): Likewise.
1986
1987 2013-10-25  Yao Qi  <yao@codesourcery.com>
1988
1989         * language.h (struct lang_varobj_ops): Declare.
1990         (struct language_defn) <la_varobj_ops>: New field.
1991         * ada-lang.c: Include "varobj.h"
1992         (defn ada_language_defn): Initialize field 'la_varobj_ops' with
1993         ada_varobj_ops.
1994         * c-lang.c: Include "varobj.h"
1995         (c_language_defn): Initialize field 'la_varobj_ops' with
1996         c_varobj_ops.
1997         (cplus_language_defn): Initialize field 'la_varobj_ops' with
1998         cplus_varobj_ops.
1999         (asm_language_defn): Initialize field 'la_varobj_ops' with
2000         default_varobj_ops.
2001         (minimal_language_defn): Likewise.
2002         * d-lang.c (d_language_defn): Likewise.
2003         * f-lang.c (f_language_defn): Likewise.
2004         * go-lang.c (go_language_defn): Likewise.
2005         * m2-lang.c (m2_language_defn): Likewise.
2006         * objc-lang.c (objc_language_defn): Likewise.
2007         * opencl-lang.c (opencl_language_defn): Likewise.
2008         * p-lang.c (pascal_language_defn): Likewise.
2009         * language.c (unknown_language_defn): Likewise.
2010         (auto_language_defn): Likewise.
2011         (local_language_defn): Likewise.
2012         * jv-lang.c (java_language_defn): Initialize field
2013         'la_varobj_ops' with java_varobj_ops.
2014         * varobj.c (varobj_create): Update.
2015         * varobj.h (default_varobj_ops): Define macro.
2016
2017 2013-10-25  Pedro Alves  <palves@redhat.com>
2018
2019         * cp-valprint.c (cp_print_value_fields): No longer handle a NULL
2020         static field value.
2021         (cp_print_static_field): If the value is entirely optimized out,
2022         print <optimized out> here.
2023         * jv-valprint.c (java_print_value_fields): No longer handle a NULL
2024         static field value.
2025         * p-valprint.c (pascal_object_print_static_field): If the value is
2026         entirely optimized out, print <optimized out> here.
2027         * valops.c (do_search_struct_field)
2028         (value_struct_elt_for_reference): No longer handle a NULL static
2029         field value.
2030         * value.c (value_static_field): Return an optimized out value
2031         instead of NULL.
2032
2033 2013-10-25  Yao Qi  <yao@codesourcery.com>
2034
2035         * remote.c (remote_traceframe_info): Return early if
2036         traceframe is not selected.
2037
2038 2013-10-25  Yao Qi  <yao@codesourcery.com>
2039
2040         * tracepoint.c (traceframe_fun): Remove.
2041         (traceframe_sal): Remove.
2042         (set_traceframe_context): Add local variables.
2043
2044 2013-10-25  Joel Brobecker  <brobecker@adacore.com>
2045
2046         * varobj.h (struct lang_varobj_ops): Remove spaces between '*'
2047         and parameter name.
2048
2049 2013-10-24  Maciej W. Rozycki  <macro@codesourcery.com>
2050
2051         * linux-tdep.c (linux_corefile_thread_callback): Propagate any
2052         failure from register information collection.
2053
2054 2013-10-24  Maciej W. Rozycki  <macro@codesourcery.com>
2055
2056         * linux-tdep.c (linux_corefile_thread_data): Remove `num_notes'
2057         member.
2058         (linux_corefile_thread_callback): Update accordingly.
2059         (linux_make_corefile_notes): Likewise.
2060
2061 2013-10-24  Pedro Alves   <palves@redhat.com>
2062
2063         * NEWS (New options): Mention set/show startup-with-shell.
2064         * config/alpha/nm-osf3.h (START_INFERIOR_TRAPS_EXPECTED): Set to 2
2065         instead of 3.
2066         * fork-child.c (fork_inferior, startup_inferior): Handle 'set
2067         startup-with-shell'.
2068         (show_startup_with_shell): New function.
2069         (_initialize_fork_child): Register the set/show startup-with-shell
2070         commands.
2071         * inf-ptrace.c (inf_ptrace_create_inferior): Remove comment.
2072         * inf-ttrace.c (inf_ttrace_him): Remove comment.
2073         * procfs.c (procfs_init_inferior): Remove comment.
2074         * infcmd.c (startup_with_shell): New global.
2075         * inferior.h (startup_with_shell): Declare global.
2076         (STARTUP_WITH_SHELL): Delete.
2077         (START_INFERIOR_TRAPS_EXPECTED): Set to 1 by default instead of 2.
2078
2079 2013-10-23  Pedro Alves  <palves@redhat.com>
2080
2081         * common/gdb_signals.h (gdb_signal_to_symbol_string): Declare.
2082         * common/signals.c: Include "gdb_assert.h".
2083         (signals): New field 'symbol'.
2084         (SET): Use the 'symbol' parameter.
2085         (gdb_signal_to_symbol_string): New function.
2086         * infrun.c (handle_inferior_event) <random signal>: In debug
2087         output, print the random signal enum as string in addition to its
2088         number.
2089         * target/waitstatus.c (target_waitstatus_to_string): Print the
2090         signal's enum value as string instead of the (POSIX) signal name.
2091
2092 2013-10-23  Gary Benson  <gbenson@redhat.com>
2093
2094         PR 16013
2095         * common/linux-osdata.c (command_from_pid): Reduced size of cmd
2096         from 32 to 18.  Adjusted fscanf format string accordingly.
2097         (Avoids leaving cmd unterminated.)
2098         (print_sockets): Do not parse tlen, inode, sl, timeout, txq, rxq,
2099         trun, retn or extra.  (Avoids leaving extra unterminated.)  Check
2100         that local_address and remote_address will not overflow.
2101         (linux_xfer_osdata_modules): Parse lines using strtok to avoid
2102         leaving dependencies unterminated.  Parse size as "%u" to match
2103         definition.
2104
2105 2013-10-22  Pedro Alves  <palves@redhat.com>
2106
2107         * infrun.c (handle_inferior_event) <thread hop>: Don't clear or
2108         set ecs->random signal.
2109
2110 2013-10-22  Pedro Alves  <palves@redhat.com>
2111
2112         * infrun.c (keep_going): Update comments.
2113
2114 2013-10-22  Pedro Alves  <palves@redhat.com>
2115
2116         * remote.c (remote_parse_stop_reply) <'T'/'S'/'X' replies>: Map
2117         invalid signal numbers to GDB_SIGNAL_UNKNOWN.
2118
2119 2013-10-22  Pedro Alves  <palves@redhat.com>
2120
2121         * include/gdb/signals.def (TARGET_EXC_BAD_ACCESS): Rename to
2122         GDB_EXC_BAD_ACCESS.
2123         (TARGET_EXC_BAD_INSTRUCTION): Rename to GDB_EXC_BAD_INSTRUCTION.
2124         (TARGET_EXC_ARITHMETIC): Rename to GDB_EXC_ARITHMETIC.
2125         (TARGET_EXC_EMULATION): Rename to GDB_EXC_EMULATION.
2126         (TARGET_EXC_SOFTWARE): Rename to GDB_EXC_SOFTWARE.
2127         (TARGET_EXC_BREAKPOINT): Rename to GDB_EXC_BREAKPOINT.
2128         (GDB_SIGNAL_LAST): Change description string.
2129         * common/signals.c (gdb_signal_from_host, do_gdb_signal_to_host):
2130         Adjust to signal renaming.
2131         * darwin-nat.c (darwin_decode_message): Likewise.
2132
2133 2013-10-22  Jose E. Marchesi  <jose.marchesi@oracle.com>
2134
2135         * MAINTAINERS (Write After Approval): Add myself to the list.
2136
2137 2013-10-18  Andrew Burgess  <aburgess@broadcom.com>
2138
2139         * breakpoint.c (update_watchpoint): If hardware watchpoints are
2140         forced off, downgrade them to software watchpoints if possible,
2141         and error out if not possible.
2142         (watch_command_1): Move watchpoint type selection closer to
2143         watchpoint creation, and extend the comments.
2144
2145 2013-10-18  Pedro Alves  <palves@redhat.com>
2146
2147         PR gdb/16062
2148         * infrun.c (handle_inferior_event): Keep going if we got a random
2149         signal we should not stop for, instead of falling through to the
2150         step tests.
2151
2152 2013-10-18  Yao Qi  <yao@codesourcery.com>
2153
2154         * c-varobj.c (cplus_number_of_children): Fix indentation.
2155
2156 2013-10-17  Tom Tromey  <tromey@redhat.com>
2157
2158         PR gdb/15995:
2159         * printcmd.c (printcmd): Call gdb_flush.
2160
2161 2013-10-17  Tom Tromey  <tromey@redhat.com>
2162
2163         * elfread.c (struct elfinfo) <stabindexsect>: Remove.
2164         (elf_locate_sections): Update.
2165
2166 2013-10-17  Yao Qi  <yao@codesourcery.com>
2167
2168         * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
2169         * ada-varobj.c: Remove the include of ada-varobj.h.
2170         (ada_varobj_get_number_of_children): Declare.
2171         (ada_varobj_get_name_of_child): Make it static.
2172         (ada_varobj_get_path_expr_of_child): Likewise.
2173         (ada_varobj_get_value_of_child): Likewise.
2174         (ada_varobj_get_type_of_child): Likewise.
2175         (ada_varobj_get_value_of_array_variable): Likewise.
2176         * ada-varobj.h: Remove.
2177
2178 2013-10-17  Yao Qi  <yao@codesourcery.com>
2179
2180         * Makefile.in (SFILES): Add c-varobj.c and jv-varobj.c.
2181         (COMMON_OBS): Add c-varobj.o and jv-varobj.o.
2182         * ada-varobj.c: Include "varobj.h".
2183         (ada_number_of_children): New.  Moved from varobj.c.
2184         (ada_name_of_variable, ada_name_of_child): Likewise.
2185         (ada_path_expr_of_child, ada_value_of_child): Likewise.
2186         (ada_type_of_child, ada_value_of_variable): Likewise.
2187         (ada_value_is_changeable_p, ada_value_has_mutated): Likewise.
2188         (ada_varobj_ops): New.
2189         * c-varobj.c, jv-varobj.c: New file.  Moved from varobj.c.
2190         * gdbtypes.c (get_target_type): New.  Moved from varobj.c.
2191         * gdbtypes.h (get_target_type): Declare.
2192         * varobj.c: Remove the inclusion of "ada-varobj.h" and
2193         "ada-lang.h".
2194         (ANONYMOUS_STRUCT_NAME): Move it to c-varobj.c.
2195         (ANONYMOUS_UNION_NAME): Likewise.
2196         (get_type, get_value_type, get_target_type): Remove declarations.
2197         (value_get_print_value, varobj_value_get_print_value): Likewise.
2198         (c_number_of_children, c_name_of_variable): Likewise.
2199         (c_name_of_child, c_path_expr_of_child): Likewise.
2200         (c_value_of_child, c_type_of_child): Likewise.
2201         (c_value_of_variable, cplus_number_of_children): Likewise.
2202         (cplus_class_num_children, cplus_name_of_variable): Likewise.
2203         (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
2204         (cplus_value_of_child, cplus_type_of_child): Likewise.
2205         (cplus_value_of_variable, java_number_of_children): Likewise.
2206         (java_name_of_variable, java_name_of_child): Likewise.
2207         (java_path_expr_of_child, java_value_of_child): Likewise.
2208         (java_type_of_child, java_value_of_variable): Likewise.
2209         (ada_number_of_children, ada_name_of_variable): Likewise.
2210         (ada_name_of_child, ada_path_expr_of_child): Likewise.
2211         (ada_value_of_child, ada_type_of_child): Likewise.
2212         (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
2213         (ada_value_has_mutated): Likewise.
2214         (struct language_specific): Move it to varobj.h.
2215         (CPLUS_FAKE_CHILD): Move it to varobj.h.
2216         (restrict_range): Rename it varobj_restrict_range.  Make it extern.
2217         Callers update.
2218         (get_path_expr_parent): Rename it to varobj_get_path_expr_parent.
2219         Make it extern.
2220         (is_anonymous_child): Move it to c-varobj.c and rename to
2221         varobj_is_anonymous_child.  Caller update.
2222         (get_type): Move it to c-varobj.c.
2223         (get_value_type): Rename it varobj_get_value_type.  Make it
2224         extern.
2225         (get_target_type): Move it gdbtypes.c.
2226         (varobj_formatted_print_options): New function.
2227         (value_get_print_value): Rename it to
2228         varobj_value_get_print_value and make it extern.
2229         (varobj_value_is_changeable_p): Make it extern.
2230         (adjust_value_for_child_access): Move it to c-varobj.c.
2231         (default_value_is_changeable_p): Rename it to
2232         varobj_default_value_is_changeable_p.  Make it extern.
2233         (c_number_of_children, c_name_of_variable): Move it to c-varobj.c
2234         (c_name_of_child, c_path_expr_of_child): Likewise.
2235         (c_value_of_child, c_type_of_child): Likewise.
2236         (c_value_of_variable, cplus_number_of_children): Likewise.
2237         (cplus_class_num_children, cplus_name_of_variable): Likewise.
2238         (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
2239         (cplus_value_of_child, cplus_type_of_child): Likewise.
2240         (cplus_value_of_variable): Likewise.
2241         (java_number_of_children, java_name_of_variable): Move it to jv-varobj.c.
2242         (java_name_of_child, java_path_expr_of_child): Likewise.
2243         (java_value_of_child, java_type_of_child): Likewise.
2244         (java_value_of_variable): Likewise.
2245         (ada_number_of_children, ada_name_of_variable): Move it to ada-varobj.c.
2246         (ada_name_of_child, ada_path_expr_of_child): Likewise.
2247         (ada_value_of_child, ada_type_of_child): Likewise.
2248         (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
2249         (ada_value_has_mutated): Likewise.
2250         * varobj.h (CPLUS_FAKE_CHILD): New macro, moved from varobj.c.
2251         (struct lang_varobj_ops): New.  Renamed by 'struct language_specific'.
2252         (c_varobj_ops, cplus_varobj_ops): Declare.
2253         (java_varobj_ops, ada_varobj_ops): Declare.
2254         (varobj_default_value_is_changeable_p): Declare.
2255         (varobj_value_is_changeable_p): Declare.
2256         (varobj_get_value_type, varobj_is_anonymous_child): Declare.
2257         (varobj_get_path_expr_parent): Declare.
2258         (varobj_value_get_print_value): Declare.
2259         (varobj_formatted_print_options): Declare.
2260         (varobj_restrict_range): Declare.
2261
2262 2013-10-17  Luis Machado  <lgustavo@codesourcery.com>
2263
2264         * target/waitstatus.h (target_waitkind): Remove spurious
2265         character from the comments.
2266
2267 2013-10-17  Joel Brobecker  <brobecker@adacore.com>
2268
2269         * gdbarch.sh (get_longjmp_target): Add method documentation.
2270         * gdbarch.h: Regenerate.
2271
2272 2013-10-16  Tom Tromey  <tromey@redhat.com>
2273
2274         * dbxread.c (read_dbx_symtab) <bss_ext_symbol>: Remove unused
2275         label.
2276
2277 2013-10-16  Luis Machado  <lgustavo@codesourcery.com>
2278
2279         * gcore.in: Call GDB using the full path to the gcore script.
2280         Error out if the GDB binary is not found.
2281
2282 2013-10-16  Sergio Durigan Junior  <sergiodj@redhat.com>
2283
2284         PR gdb/16014
2285         * dwarf2read.c (dw2_get_real_path): Remove unnecessary call to
2286         sizeof.
2287
2288 2013-10-16  Sergio Durigan Junior  <sergiodj@redhat.com>
2289
2290         PR gdb/16042
2291         * target.c (target_disable_btrace): Fix invalid return value for
2292         void function.
2293         (target_teardown_btrace): Likewise.
2294
2295 2013-10-14  Yao Qi  <yao@codesourcery.com>
2296
2297         * varobj.c (struct varobj): Move most of the fields to
2298         varobj.h.
2299         (struct varobj_dynamic): New struct.
2300         (varobj_get_display_hint) [HAVE_PYTHON]: Adjust.
2301         (varobj_has_more): Likewise.
2302         (dynamic_varobj_has_child_method): Likewise.
2303         (update_dynamic_varobj_children): Likewise.
2304         (varobj_get_num_children): Likewise.
2305         (varobj_list_children, varobj_pretty_printed_p): Likewise.
2306         (install_new_value_visualizer): Likewise.
2307         (install_new_value_visualizer, install_new_value): Likewise.
2308         (varobj_update, new_variable, free_variable): Likewise.
2309         (my_value_of_variable, value_get_print_value): Likewise.
2310         (install_visualizer): Change the type of parameter 'var' to
2311         'struct varobjd_dynamic *'.  Callers update.
2312         * varobj.h (struct varobj): Moved from varobj.c.
2313         (struct varobj) <dynamic>: New field.
2314
2315 2013-10-13  Sandra Loosemore  <sandra@codesourcery.com>
2316
2317         * nios2-tdep.c (nios2_reg_names): Use "sstatus" rather than "ba"
2318         as the preferred name of r30.
2319         * nios2-linux-tdep.c (reg_offsets): Likewise.
2320         * features/nios2-cpu.xml: Likewise.
2321         * features/nios2-linux.c: Regenerated.
2322         * features/nios2.c: Regenerated.
2323         * regformats/nios2-linux.dat: Regenerated.
2324
2325 2013-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
2326
2327         Canonicalize directories for EXEC_FILENAME.
2328         * exec.c (exec_file_attach): Use gdb_realpath_keepfile for
2329         exec_filename.
2330         * utils.c (gdb_realpath_keepfile): New function.
2331         * utils.h (gdb_realpath_keepfile): New declaration.
2332
2333 2013-10-11  Doug Evans  <dje@google.com>
2334
2335         * Makefile.in (GDBFLAGS): New variable.
2336         (run): New rule.
2337
2338 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
2339
2340         * NEWS: Add entry documenting the new "-catch-assert" and
2341         "-catch-exception" GDB/MI commands.
2342
2343 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
2344
2345         * breakpoint.h (init_ada_exception_breakpoint): Add parameter
2346         "enabled".
2347         * breakpoint.c (init_ada_exception_breakpoint): Add parameter
2348         "enabled".  Set B->ENABLE_STATE accordingly.
2349         * ada-lang.h (ada_exception_catchpoint_kind): Move here from
2350         ada-lang.c.
2351         (create_ada_exception_catchpoint): Add declaration.
2352         * ada-lang.c (ada_exception_catchpoint_kind): Move to ada-lang.h.
2353         (create_ada_exception_catchpoint): Make non-static. Add new
2354         parameter "disabled". Use it in call to
2355         init_ada_exception_breakpoint.
2356         (catch_ada_exception_command): Add parameter "enabled" in call
2357         to create_ada_exception_catchpoint.
2358         (catch_assert_command): Likewise.
2359
2360         * mi/mi-cmds.h (mi_cmd_catch_assert, mi_cmd_catch_exception):
2361         Add declarations.
2362         * mi/mi-cmds.c (mi_cmds): Add the "catch-assert" and
2363         "catch-exception" commands.
2364         * mi/mi-cmd-catch.c: Add #include "ada-lang.h".
2365         (mi_cmd_catch_assert, mi_cmd_catch_exception): New functions.
2366
2367 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
2368
2369         * ada-lang.c (enum ada_exception_catchpoint_kind): Renames
2370         "enum exception_catchpoint_kind".  Replace the "ex_" prefix
2371         of all its enumerates with "ada_".  Update the rest of this
2372         file throughout.
2373
2374 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
2375
2376         * ada-lang.c (ada_decode_exception_location): Delete.
2377         (create_ada_exception_catchpoint): Remove arguments "sal",
2378         "addr_string" and "ops".  Add argument "ex_kind" instead.
2379         Adjust implementation accordingly, calling ada_exception_sal
2380         to get the entities it no longer gets passed as arguments.
2381         Document the function's arguments.
2382         (catch_ada_exception_command): Use catch_ada_exception_command_split
2383         instead of ada_decode_exception_location, and update call to
2384         create_ada_exception_catchpoint.
2385         (catch_ada_assert_command_split): Renames
2386         ada_decode_assert_location.  Remove parameters "addr_string" and
2387         "ops", and now returns void.  Adjust implementation accordingly.
2388         Update the function documentation.
2389         (catch_assert_command): Use catch_ada_assert_command_split
2390         instead of ada_decode_assert_location.  Update call to
2391         create_ada_exception_catchpoint.
2392
2393 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
2394
2395         * utils.h (perror_warning_with_name): Add declaration.
2396         * utils.c (perror_warning_with_name): New function.
2397         * cli/cli-cmds.c (source_script_with_search): Add call to
2398         perror_warning_with_name if from_tty is nul.
2399
2400 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
2401
2402         * utils.c (perror_string): New function, extracted out of
2403         throw_perror_with_name.
2404         (throw_perror_with_name): Rework to use perror_string.
2405
2406 2013-10-11  Yao Qi  <yao@codesourcery.com>
2407
2408         * remote.c (discard_pending_stop_replies_in_queue): Update
2409         declaration.
2410         (struct stop_reply) <rs>: New field.
2411         (remove_stop_reply_of_remote_state): New function.
2412         (discard_pending_stop_replies_in_queue): Add parameter 'rs'.
2413         Callers update.  Pass remove_stop_reply_of_remote_state to
2414         QUEUE_iterate.
2415         (remote_parse_stop_reply): Initialize field 'rs'.
2416
2417 2013-10-10  Will Newton  <will.newton@linaro.org>
2418
2419         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
2420         linux_init_abi.
2421
2422 2013-10-10  Joel Brobecker  <brobecker@adacore.com>
2423
2424         * cli/cli-cmds.c (show_baud_rate): Moved to serial.c as
2425         serial_baud_show_cmd.
2426         (_initialize_cli_cmds): Delete the code creating the
2427         "set/show remotebaud" commands.
2428         * serial.c (baud_rate): Move here from top.c.
2429         (serial_baud_show_cmd): Move here from cli/cli-cmds.c.
2430         (_initialize_serial): Create "set/show serial baud" commands.
2431         Add "set/show remotebaud" command aliases.
2432         * top.c (baud_rate): Moved to serial.c.
2433         * NEWS: Document the new "set/show serial baud" commands,
2434         replacing "set/show remotebaud".
2435
2436 2013-10-09  Pedro Alves  <palves@redhat.com>
2437
2438         * breakpoint.c (insert_bp_location): Use memory_error_message to
2439         build the memory error string.
2440         * c-lang.c: Include "gdbcore.h".
2441         (c_get_string): Use memory_error to throw error.
2442         (target_xfer_memory_error): Delete.
2443         (memory_error_message): New, factored out from
2444         target_xfer_memory_error.
2445         (memory_error): Change parameter type to target_xfer_error.
2446         Rewrite.
2447         (read_memory): Use memory_error instead of
2448         target_xfer_memory_error.
2449         * gdbcore.h: Include "target.h".
2450         (memory_error): Change parameter type to target_xfer_error.
2451         (memory_error_message): Declare function.
2452         * target.c (target_read_memory, target_read_stack)
2453         (target_write_memory, target_write_raw_memory): Return
2454         TARGET_XFER_E_IO on error.  Adjust comments.
2455         (get_target_memory): Pass TARGET_XFER_E_IO to memory_error,
2456         instead of EIO.
2457         * target.h (target_read, target_insert_breakpoint)
2458         (target_remove_breakpoint): Adjust comments.
2459         * valprint.c (partial_memory_read): Rename parameter, and adjust
2460         comment.
2461         (val_print_string): Use memory_error_message to build the memory
2462         error string.
2463
2464 2013-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
2465
2466         * common/filestuff.c (gdb_fopen_cloexec): Remove initialization of
2467         result variable.  Rename variable fopen_e_ever_failed to
2468         fopen_e_ever_failed_einval.  Retry fopen only for errno EINVAL.
2469
2470 2013-10-09  Pedro Alves  <palves@redhat.com>
2471
2472         * monitor.c (monitor_write_memory, monitor_write_memory_bytes)
2473         (monitor_write_memory_longlongs, monitor_write_memory_block):
2474         Constify 'myaddr' parameter.
2475         (monitor_xfer_memory): Adjust interface as monitor_xfer_partial
2476         helper.
2477         (monitor_xfer_partial): New function.
2478         (init_base_monitor_ops): Don't install a deprecated_xfer_memory
2479         hook.  Install a to_xfer_partial hook.
2480
2481 2013-10-09  Tom Tromey  <tromey@redhat.com>
2482
2483         * dwarf2read.c (dwarf2_get_dwz_file): Update for type change in
2484         bfd_get_alt_debug_link_info.
2485
2486 2013-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
2487
2488         New flag OBJF_NOT_FILENAME.
2489         * auto-load.c (auto_load_objfile_script): Check also OBJF_NOT_FILENAME.
2490         * jit.c (jit_object_close_impl): Use OBJF_NOT_FILENAME for
2491         allocate_objfile.
2492         (jit_bfd_try_read_symtab): Use OBJF_NOT_FILENAME for
2493         symbol_file_add_from_bfd.
2494         * jv-lang.c (get_dynamics_objfile): Use OBJF_NOT_FILENAME for
2495         allocate_objfile.
2496         * objfiles.c (allocate_objfile): Assert OBJF_NOT_FILENAME if NAME is
2497         NULL.
2498         * objfiles.h (OBJF_NOT_FILENAME): New.
2499
2500 2013-10-08  Tom Tromey  <tromey@redhat.com>
2501
2502         * Makefile.in (SFILES): Add build-id.c.
2503         (HFILES_NO_SRCDIR): Add build-id.h.
2504         * build-id.c: New file, largely from elfread.c.  Modified
2505         most functions.
2506         * build-id.h: New file.
2507         * dwarf2read.c (dwarf2_get_dwz_file): Update for change to
2508         bfd_get_alt_debug_link_info.  Verify dwz file's build-id.
2509         Search for dwz file using build-id.
2510         * elfread.c (build_id_bfd_get, build_id_verify)
2511         (build_id_to_debug_filename, find_separate_debug_file): Remove.
2512
2513 2013-10-08  Joel Brobecker  <brobecker@adacore.com>
2514
2515         * ada-lang.c (compare_names_with_case): Renamed from
2516         compare_names, adding a new parameter "casing" and its handling.
2517         New function documentation.
2518         (compare_names): New function, implemented using
2519         compare_names_with_case.
2520
2521 2013-10-08  Joel Brobecker  <brobecker@adacore.com>
2522
2523         * ada-lang.c (ada_exception_sal): Remove advance declaration.
2524
2525 2013-10-07  Tom Tromey  <tromey@redhat.com>
2526
2527         * objfiles.c (free_objfile_per_bfd_storage): Delete the
2528         demangled_names_hash.
2529         (free_objfile): Don't delete the demangled_names_hash.
2530         * objfiles.h (struct objfile_per_bfd_storage)
2531         <demangled_names_hash>: New field.
2532         (struct objfile) <demangled_names_hash>: Move to
2533         objfile_per_bfd_storage.
2534         * symfile.c (reread_symbols): Don't delete the
2535         demangled_names_hash.
2536         * symtab.c (create_demangled_names_hash): Update.
2537         (symbol_set_names): Update.
2538
2539 2013-10-07  Tom Tromey  <tromey@redhat.com>
2540
2541         * gdb_bfd.c (struct gdb_bfd_data) <relocation_computed,
2542         needs_relocations>: New fields.
2543         (gdb_bfd_requires_relocations): New function.
2544         * gdb_bfd.h (gdb_bfd_requires_relocations): Declare.
2545         * objfiles.c (get_objfile_bfd_data): Disallow sharing if
2546         the BFD needs relocations applied.
2547
2548 2013-10-07  Pedro Alves  <palves@redhat.com>
2549
2550         PR breakpoints/11568
2551         * breakpoint.c (remove_threaded_breakpoints): Say "no longer in
2552         the thread list" instead of "gone".
2553
2554 2013-10-06  Sergio Durigan Junior  <sergiodj@redhat.com>
2555
2556         * NEWS: Mention new convenience variable $_exitsignal.
2557         * corelow.c (core_open): Reset exit convenience variables.  Set
2558         $_exitsignal to the uncaught signal which generated the corefile.
2559         * infrun.c (handle_inferior_event): Reset exit convenience
2560         variables.  Set $_exitsignal for TARGET_WAITKIND_SIGNALLED.
2561         (clear_exit_convenience_vars): New function.
2562         * inferior.h (clear_exit_convenience_vars): New prototype.
2563
2564 2013-10-06  Yao Qi  <yao@codesourcery.com>
2565
2566         * varobj.h: Add comments to enum varobj_languages.
2567
2568 2013-10-04  Doug Evans  <dje@google.com>
2569
2570         Add support for DWP file format version 2.
2571         * NEWS: Mention support for DWP file format version 2.
2572         * dwarf2read.c (dwarf2_section_info): Convert asection field to a
2573         union of asection, containing_section.  New fields virtual_offset
2574         and is_virtual.  Change type of readin filed from int to char.
2575         (dwo_sections, dwo_file): Tweak comments.
2576         (dwp_v2_section_ids): New enum.
2577         (dwp_sections): New fields abbrev, info, line, loc, macinfo, macro,
2578         str_offsets, types.
2579         (virtual_v1_dwo_sections): Renamed from virtual_dwo_sections.
2580         All uses updated.
2581         (virtual_v2_dwo_sections): New struct.
2582         (dwp_hash_table): New fields version, nr_columns.  Change type of
2583         section_pool field to a union.
2584         (dwp_file): New field version.
2585         (dwarf2_has_info): Check for virtual sections.
2586         (get_containing_section): New function.
2587         (get_section_bfd_owner, get_section_bfd_section): Call it.
2588         (dwarf2_locate_sections): Update.
2589         (dwarf2_section_empty_p): Update.
2590         (dwarf2_read_section): Handle virtual sections.
2591         (locate_dwz_sections): Update.
2592         (create_dwp_hash_table): Document and handle V2 format.
2593         (locate_v1_virtual_dwo_sections): Renamed from
2594         locate_virtual_dwo_sections and update.  All callers updated.
2595         (create_dwo_unit_in_dwp_v1): Renamed from create_dwo_in_dwp.
2596         Delete arg htab.  Rename arg section_index to unit_index.
2597         All callers updated.
2598         (MAX_NR_V1_DWO_SECTIONS): Renamed from MAX_NR_DWO_SECTIONS.
2599         All uses updated.
2600         (create_dwp_v2_section, create_dwo_unit_in_dwp_v2): New functions.
2601         (lookup_dwo_unit_in_dwp): Add V2 support.
2602         (dwarf2_locate_dwo_sections): Update.
2603         (dwarf2_locate_common_dwp_sections): Renamed from
2604         dwarf2_locate_dwp_sections and update.  All callers updated.
2605         (dwarf2_locate_v2_dwp_sections): New function.
2606         (open_and_init_dwp_file): Add V2 support.
2607         (read_str_index): New locals str_section, str_offsets_section.
2608
2609 2013-10-04  Pedro Alves  <palves@redhat.com>
2610
2611         * common/ptid.c (null_ptid, minus_one_ptid, ptid_build)
2612         (pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid)
2613         (ptid_equal, ptid_is_pid, ptid_lwp_p, ptid_tid_p): Replace
2614         describing comments with references to ptid.h.
2615         * common/ptid.h: Remove intro description of constructors,
2616         accessors and predicates.
2617         (struct ptid): Reformat.
2618         (minus_one_ptid, ptid_build, pid_to_ptid, ptid_get_pid)
2619         (ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid): Change
2620         describing comments.
2621
2622 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
2623
2624         * aix-thread.c (sync_threadlists): Add missing ')' in call
2625         to ptid_build.
2626
2627 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
2628
2629         * procfs.c (procfs_init_inferior): Fix typo causing the build
2630         to fail.
2631
2632 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
2633
2634         * aix-thread.c (ptrace32): Remove cast to addr_ptr.
2635
2636 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
2637
2638         * mi/mi-main.c (run_one_inferior): Add function description.
2639         Make ARG a pointer to an integer whose value determines whether
2640         we should "run" or "start" the program.
2641         (mi_cmd_exec_run): Add handling of the "--start" option.
2642         Reject all other command-line options.
2643         * NEWS: Add entry for "-exec-run"'s new "--start" option.
2644
2645 2013-10-04  Yao Qi  <yao@codesourcery.com>
2646
2647         * remote-notif.h (REMOTE_NOTIF_ID): New enum.
2648         (struct notif_client) <pending_event>: Moved
2649         to struct remote_notif_state.
2650         <id>: New field.
2651         (struct remote_notif_state) <pending_event>: New field.
2652         (notif_event_xfree): Declare.
2653         * remote-notif.c (handle_notification): Adjust.
2654         (notif_event_xfree): New function.
2655         (do_notif_event_xfree): Call notif_event_xfree.
2656         (remote_notif_state_xfree): Call notif_event_xfree to free
2657         each element in field pending_event.
2658         * remote.c (discard_pending_stop_replies): Remove declaration.
2659         (discard_pending_stop_replies_in_queue): Declare.
2660         (remote_close): Call discard_pending_stop_replies_in_queue
2661         instead of discard_pending_stop_replies.
2662         (remote_start_remote): Adjust.
2663         (stop_reply_xfree): Call notif_event_xfree.
2664         (notif_client_stop): Adjust initialization.
2665         (remote_notif_remove_all): Rename it to ...
2666         (remove_stop_reply_for_inferior): ... this.  Update comments.
2667         Don't check INF is NULL.
2668         (discard_pending_stop_replies): Return early if notif_state is
2669         NULL.  Adjust.  Don't check INF is NULL.
2670         (remote_notif_get_pending_events): Adjust.
2671         (discard_pending_stop_replies_in_queue): New function.
2672         (remote_wait_ns): Likewise.
2673
2674 2013-10-04  Yao Qi  <yao@codesourcery.com>
2675
2676         * remote-notif.c (DECLARE_QUEUE_P): Remove.
2677         (notif_queue): Remove.
2678         (remote_notif_process): Add one parameter 'notif_queue'.
2679         Update comments.  Callers update.
2680         (remote_async_get_pending_events_token): Remove.
2681         (remote_notif_register_async_event_handler): Remove.
2682         (remote_notif_unregister_async_event_handler): Remove.
2683         (handle_notification): Add parameter 'notif_queue'.  Update
2684         comments.  Callers update.
2685         (notif_xfree): Remove.
2686         (remote_notif_state_allocate): New function.
2687         (remote_notif_state_xfree): New function.
2688         (_initialize_notif): Remove code to allocate queue.
2689         * remote-notif.h (DECLARE_QUEUE_P): Moved from remote-notif.c.
2690         (struct remote_notif_state): New.
2691         (handle_notification): Update declaration.
2692         (remote_notif_process): Likewise.
2693         (remote_notif_register_async_event_handler): Remove.
2694         (remote_notif_unregister_async_event_handler): Remove.
2695         (remote_notif_state_allocate): Declare.
2696         (remote_notif_state_xfree): Declare.
2697         * remote.c (struct remote_state) <notif_state>: New field.
2698         (remote_close): Don't call
2699         remote_notif_unregister_async_event_handler.  Call
2700         remote_notif_state_xfree.
2701         (remote_open_1): Don't call
2702         remote_notif_register_async_event_handler.  Call
2703         remote_notif_state_allocate.
2704
2705 2013-10-04  Yao Qi  <yao@codesourcery.com>
2706
2707         * varobj.c (create_child_with_value): Remove 'const' from the
2708         type of parameter 'name'.
2709         (varobj_add_child): Likewise.
2710         (install_dynamic_child): Remove 'const' from the type of
2711         parameter 'name'.
2712         (varobj_add_child): Likewise.
2713         (create_child_with_value): Likewise.  Update comments.  Don't
2714         duplicate 'name'.
2715         (update_dynamic_varobj_children): Duplicate 'name'
2716         and pass it to install_dynamic_child.
2717
2718 2013-10-03  Phil Muldoon  <pmuldoon@redhat.com>
2719
2720         * python/py-value.c (convert_value_from_python): Move PyInt_Check
2721         conversion logic to occur after PyLong_Check.  Comment on order
2722         change significance.
2723         * python/py-arch.c (archpy_disassemble): Comment on order of
2724         conversion for integers and longs.
2725
2726 2013-10-03  Pedro Alves  <palves@redhat.com>
2727
2728         * common/linux-ptrace.c (linux_check_ptrace_features): Factor out
2729         the PTRACE_O_TRACESYSGOOD and PTRACE_O_TRACEFORK to separate
2730         functions.  Always test for PTRACE_O_TRACESYSGOOD even if
2731         PTRACE_O_TRACEFORK is not supported.
2732         (linux_test_for_tracesysgood): New function.
2733         (linux_test_for_tracefork): New function, factored out from
2734         linux_check_ptrace_features, and also don't kill child_pid here.
2735
2736 2013-10-03  Tristan Gingold  <gingold@adacore.com>
2737
2738         * i386-darwin-nat.c (i386_darwin_dr_set): Fix argument type.
2739         Remove verbose error reporting.  Use detected state to
2740         thread_set_state call.
2741         (i386_darwin_dr_get): Fix return type.  Remove verbose error
2742         report.
2743         Remove trailing spaces.
2744
2745 2013-10-02  Pedro Alves  <palves@redhat.com>
2746
2747         * cp-valprint.c (cp_print_value_fields): Adjust calls to
2748         val_print_optimized_out.
2749         * jv-valprint.c (java_print_value_fields): Likewise.
2750         * p-valprint.c (pascal_object_print_value_fields): Likewise.
2751         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full)
2752         <DWARF_VALUE_REGISTER>: If the register was not saved, return a
2753         new optimized out value.
2754         * findvar.c (address_from_register): Likewise.
2755         * frame.c (put_frame_register): Tweak error string to say the
2756         register was not saved, rather than optimized out.
2757         * infcmd.c (default_print_one_register_info): Adjust call to
2758         val_print_optimized_out.  Use value_of_register instead of
2759         get_frame_register_value.
2760         * mi/mi-main.c (output_register): Use value_of_register instead of
2761         get_frame_register_value.
2762         * valprint.c (valprint_check_validity): Likewise.
2763         (val_print_optimized_out): New value parameter.  If the value is
2764         lval_register, print <not saved> instead.
2765         (value_check_printable, val_print_scalar_formatted): Adjust calls
2766         to val_print_optimized_out.
2767         * valprint.h (val_print_optimized_out): New value parameter.
2768         * value.c (struct value) <optimized_out>: Extend comment.
2769         (error_value_optimized_out): New function.
2770         (require_not_optimized_out): Use it.  Use a different string for
2771         lval_register values.
2772         * value.h (error_value_optimized_out): New declaration.
2773         * NEWS: Mention <not saved>.
2774
2775 2013-10-02  Joel Brobecker  <brobecker@adacore.com>
2776
2777         * symtab.c (compare_search_syms): Use FILENAME_CMP instead of
2778         strcmp to compare two symtab filenames.
2779
2780 2013-10-02  Joel Brobecker  <brobecker@adacore.com>
2781
2782         * symtab.c (search_symbols_equal): Delete.
2783         (sort_search_symbols_remove_dups): Replace call to
2784         search_symbols_equal by call to compare_search_syms,
2785         adjusting as necessary.
2786
2787 2013-10-02  Phil Muldoon  <pmuldoon@redhat.com>
2788
2789         PR python/15579
2790         * python/python.c: Document gdb.execute command in Python help.
2791
2792 2013-10-02  Phil Muldoon  <pmuldoon@redhat.com>
2793
2794         * python/py-frame.c (frame_info_to_frame_object): Use
2795         gdbpy_convert_exception. Clean up Python object on failure.
2796
2797 2013-10-02  Phil Muldoon  <pmuldoon@redhat.com>
2798
2799         * python/lib/gdb/command/frame_filters.py
2800         (InfoFrameFilter.list_frame_filters): Retrieve exception manually.
2801         (ShowFrameFilterPriority.invoke): Ditto.
2802
2803 2013-10-01  Keith Seitz  <keiths@redhat.com>
2804
2805         * linespec.c (struct ls_parser): Make 'saved_arg' const.
2806         (parse_linespec): Make 'argptr' const.
2807         Remove temporary cast of 'argptr' to const char **.
2808         (decode_line_full): Pass const pointer to parse_linespec.
2809         (decode_line_1): Likewise.
2810         (decode_objc): Make local variable 'new_argptr' const.
2811         (find_function_symbols): Remove temporary cast to char *
2812         to find_imps.
2813         * objc-lang.c (find_imps): Make argument 'method' const.
2814         Return const.
2815         * objc-lang.h (find_imps): Likewise.
2816
2817 2013-10-01  Keith Seitz  <keiths@redhat.com>
2818
2819         * completer.c (skip_quoted_chars): Make all arguments const.
2820         Return const.
2821         (skip_quoted): Likewise.
2822         * completer.h (skip_quoted_chars): Likewise.
2823         (skip_quoted): Likewise.
2824         * defs.h (skip_quoted): Remove duplicate declaration.
2825         * jv-exp.y: Include completer.h.
2826         (yylex): Remove unneccessary cast to char * fro skip_quoted.
2827         * p-exp.y: Include completer.h.
2828
2829 2013-10-01  Keith Seitz  <keiths@redhat.com>
2830
2831         * c-exp.y (parse_number): Make first argument const.
2832         Make a copy of the input to manipulate.
2833         (c_parse_escape): Make first argument const.
2834         Make local variable 'tokptr' const.
2835         (parse_string_or_char): Make first two arguments const.
2836         (macro_original_text): Make const.
2837         (lex_one_token): Make local variable 'tokstart' const.
2838         Likewise for local variables named 'p'.
2839         Cast away const for struct stoken (temporary).
2840         * c-lang.h (c_parse_escpae): Make first argument const.
2841         * cli/cli-cmds.c (echo_command): Make local variable 'p'
2842         const.
2843         * cli/cli-setshow.c (do_set_command): Likewise for 'p' in
2844         var_string case.
2845         * f-exp.y (parse_number): Make first argument const.
2846         (match_string_literal): Make local variable 'tokstart'
2847         const.
2848         (yylex): Make local variable 'p' const.
2849         Cast away const for struct stoken (temporary).
2850         * go-exp.y (parse_number): Make first argument const.
2851         (parse_string_or_char): Likewise.
2852         Make local variable 'tokstart' const.
2853         (lex_one_token): Likewise for numerous locals called 'p'.
2854         Cast away const for struct stoken (temporary).
2855         * jv-exp.y (parse_number): Make first argument const.
2856         Make local variables 'tokstart' and 'tokptr' const.
2857         Cast away const for call to skip_quoted (temporary).
2858         (yylex): Make local variable 'p' const.
2859         Cast away const for struct stoken (temporary).
2860         * m2-exp.y (parse_number): Make local variable 'p' const.
2861         (yylex): Likewise for 'tokstart'.
2862         Cast away const for struct stoken (temporary).
2863         Make local variable 'p' const.
2864         * macroexp.c (get_character_constant): Pass a const string
2865         to c_parse_escape.
2866         (get_string_literal): Likewise.
2867         (macro_expand_next): Make first argument const.
2868         Cast away const for init_shared_buffer.
2869         * macroexp.h (macro_expand_next): Make first argument const.
2870         * p-exp.y (yylex): Make a local copy of 'lexptr'.
2871         Pass a const string to c_parse_escape.
2872         Make local variables 'p' and 'namestart' const.
2873         * parse.c (lexptr): Make const.
2874         (prev_lexptr): Likewise.
2875         (find_template_name_end): Return const.
2876         Make argument const, too.
2877         (parse_exp_in_context): Make first argument const.
2878         Remove the entire const_hack.
2879         (parse_exp_in_context_1): Make first argument const.
2880         * parser-defs.h (find_template_name_end): Return const.
2881         Make argument const, too.
2882         (lexptr): Make const.
2883         (prev_lexptr): Likewise.
2884         * utils.c (parse_escape): Make second argument const.
2885         * utils.h (parse_escape): Likewise.
2886
2887 2013-10-01  Keith Seitz  <keiths@redhat.com>
2888
2889         * ada-exp.y (write_object_renaming): Update: struct stoken.ptr
2890         is now const.
2891         (block_lookup): Make 'raw_name' and 'name' const.
2892         * ada-lex.l (processString): Update for struct stoken.ptr.
2893         * c-exp.y (qualified_name : TYPENAME COLONCOLON '~' name): Likewise.
2894         (operator_stoken): Likewise.
2895         (lex_one_token): Remove temporary cast to char * for
2896         'yylval.sval.ptr'.
2897         * f-exp.y (yylex): Likewise.
2898         * gdb-types.c (lookup_struct_elt_type): Make argument 'name' const.
2899         * gdbtypes.h (lookup_struct_elt_type): Likewisee.
2900         * go-exp.y (lex_one_token): Remove temporary cast to char * for
2901         'yylval.sval.ptr'.
2902         * jv-exp.y (QualifiedName): Update for struct stoken.ptr.
2903         (yylex): Remove temporary cast to char * for 'yylval.sval.ptr'.
2904         * linespec.c (struct ls_parser): Make 'stream' const.
2905         (find_parameter_list_end): Make argument 'input' and local
2906         variable 'p' const.
2907         (linespec_lexer_lex_string): Make local variables 'start' and
2908         'p' const.
2909         Use skip_spaces_const instead of skip_spaces.
2910         (linespec_lexer_peek_token): Make local variable 'saved_stream'
2911         const.
2912         (parse_linespec): Temporarily cast 'argptr' to const for
2913         'parser->lexer.stream'.
2914         * m2-exp.y (yylex): Remove temporary cast to char * for
2915         'yylval.sval.ptr'.
2916         * objc-lang.c (add_msglist): Make local variable 'p' const.
2917         * p-exp.y (exp : exp '['): Update for struct stoken.ptr.
2918         (exp : STRING): Make 'sp' const.
2919         (parse_number): Make argument 'p' const.
2920         * parser-defs.h (struct stoken): Make 'ptr' const.
2921
2922 2013-10-01  Doug Evans  <dje@google.com>
2923
2924         * cli/cli-decode.c: Remove unnecessary inclusion of tui/tui.h.
2925
2926 2013-10-01  Yao Qi  <yao@codesourcery.com>
2927
2928         * varobj.c (c_value_of_root): Remove declaration.
2929         (cplus_value_of_root, java_value_of_root): Likewise.
2930         (ada_value_of_root): Likewise.
2931         (struct language_specific) <value_of_root>: Remove.
2932         (languages): Update initialization.
2933         (check_scope): Move earlier.
2934         (c_value_of_root): Move earlier and rename to ...
2935         (value_of_root_1): ... this.
2936         (value_of_root): Caller update.
2937         (cplus_value_of_root, java_value_of_root): Remove.
2938         (ada_value_of_root): Remove.
2939
2940 2013-10-01  Yao Qi  <yao@codesourcery.com>
2941
2942         * varobj.c (varobj_format_string): Remove "unknown".
2943         (languages): Remove the first element.
2944         * varobj.h (enum varobj_languages): Remove vlang_c.
2945
2946 2013-10-01  Yao Qi  <yao@codesourcery.com>
2947
2948         * varobj.c (struct language_specific) <language>: Remove.
2949         (languages): Update the initialization.
2950
2951 2013-10-01  Yao Qi  <yao@codesourcery.com>
2952
2953         * arm-wince-tdep.c: Remove inclusion of "solib.h" and
2954         "solib-target.h".  Include "windows-tdep.h".
2955         (arm_wince_init_abi): Call windows_init_abi.  Remove call to
2956         set_solib_ops and set_gdbarch_has_dos_based_file_system.
2957         * configure.tgt (arm*-wince-pe | arm*-*-mingw32ce*): Append
2958         windows-tdep.o to gdb_target_obs.
2959
2960 2013-10-01  Yao Qi  <yao@codesourcery.com>
2961
2962         * amd64-windows-tdep.c: Remove inclusion of "solib.h" and
2963         "solib-target.h".
2964         (amd64_windows_init_abi): Don't call set_solib_ops and
2965         set_gdbarch_iterate_over_objfiles_in_search_order.  Call
2966         windows_init_abi instead.
2967         * i386-cygwin-tdep.c: Remove inclusion of "solib.h" and
2968         "solib-target.h".
2969         (i386_cygwin_init_abi): Don't call set_solib_ops,
2970         set_gdbarch_has_dos_based_file_system and
2971         set_gdbarch_iterate_over_objfiles_in_search_order.  Call
2972         windows_init_abi instead.
2973         * windows-tdep.c: Include "solib.h" and "solib-target.h".
2974         (windows_init_abi): New function.
2975         (windows_iterate_over_objfiles_in_search_order): Make it
2976         static.
2977         * windows-tdep.h (windows_init_abi): Declare.
2978         (windows_iterate_over_objfiles_in_search_order): Remove
2979         declaration.
2980
2981 2013-10-01  Jerome Guitton  <guitton@adacore.com>
2982
2983         Checked in by Joel Brobecker  <brobecker@adacore.com>
2984         * system-gdbinit/elinos.py (get_elinos_environment): Return an
2985         incomplete dictionnary instead of None in case of missing
2986         environment variables.
2987         (elinos_init): in case of an incomplete environment, best
2988         effort to load system libraries instead of abort.
2989
2990 2013-10-01  Joel Brobecker  <brobecker@adacore.com>
2991
2992         * ada-lang.c (ada_has_this_exception_support): Ignore
2993         mst_solib_trampoline minimal symbols.
2994
2995 2013-09-30  Tristan Gingold  <gingold@adacore.com>
2996
2997         * i386-darwin-nat.c (darwin_complete_target): Install methods for
2998         hardware watchpoint.
2999         (i386_darwin_dr_set): Support 32 and 64 bit states.
3000         (i386_darwin_dr_get): Likewise.
3001         (i386_darwin_dr_set_control): Make static.
3002         (i386_darwin_dr_set_addr, i386_darwin_dr_get_addr)
3003         (i386_darwin_dr_get_status, i386_darwin_dr_get_control): Likewise.
3004
3005 2013-09-30  Luis Machado  <lgustavo@codesourcery.com>
3006
3007         * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
3008         Replace TIDGET with ptid_get_lwp.
3009         Replace GET_LWP with ptid_get_lwp.
3010         * aix-thread.c (BUILD_THREAD, BUILD_LWP): Remove.
3011         Replace BUILD_THREAD with ptid_build.
3012         Replace BUILD_LWP with ptid_build.
3013         Replace PIDGET with ptid_get_pid.
3014         Replace TIDGET with ptid_get_lwp.
3015         * alphabsd-nat.c: Replace PIDGET with ptid_get_pid.
3016         * amd64-linux-nat.c: Replace PIDGET with ptid_get_pid.
3017         Replace TIDGET with ptid_get_lwp.
3018         * amd64bsd-nat.c: Replace PIDGET with ptid_get_pid.
3019         * arm-linux-nat.c: Replace PIDGET with ptid_get_pid.
3020         Replace TIDGET with ptid_get_lwp.
3021         Replace GET_LWP with ptid_get_lwp.
3022         * armnbsd-nat.c: Replace PIDGET with ptid_get_pid.
3023         * auxv.c: Likewise.
3024         * breakpoint.c: Likewise.
3025         * common/ptid.c (ptid_is_pid): Condense check for
3026         null_ptid and minus_one_ptid.
3027         (ptid_lwp_p): New function.
3028         (ptid_tid_p): New function.
3029         * common/ptid.h: Update comments for accessors.
3030         (ptid_lwp_p): New prototype.
3031         (ptid_tid_p): New prototype.
3032         * defs.h (PIDGET, TIDGET, MERGEPID): Do not define.
3033         * gcore.c: Replace PIDGET with ptid_get_pid.
3034         * gdbthread.h: Likewise.
3035         * gnu-nat.c: Likewise.
3036         * hppa-linux-nat.c: Replace PIDGET with ptid_get_pid.
3037         Replace TIDGET with ptid_get_lwp.
3038         * hppabsd-nat.c: Replace PIDGET with ptid_get_pid.
3039         * hppanbsd-nat.c: Likewise.
3040         * i386-linux-nat.c: Replace PIDGET with ptid_get_pid.
3041         Replace TIDGET with ptid_get_lwp.
3042         * i386bsd-nat.c: Replace PIDGET with ptid_get_pid.
3043         * ia64-linux-nat.c: Replace PIDGET with ptid_get_pid.
3044         * infcmd.c: Likewise.
3045         * inferior.h: Likewise.
3046         * inflow.c: Likewise.
3047         * infrun.c: Likewise.
3048         * linux-fork.c: Likewise.
3049         * linux-nat.c: Replace PIDGET with ptid_get_pid.
3050         Replace GET_PID with ptid_get_pid.
3051         Replace is_lwp with ptid_lwp_p.
3052         Replace GET_LWP with ptid_get_lwp.
3053         Replace BUILD_LWP with ptid_build.
3054
3055 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
3056
3057         * common/linux-btrace.c: Move sys/syscall.h out of the
3058         HAVE_LINUX_PERF_EVENT_H check and wrap it in HAVE_SYS_SYSCALL_H.
3059         Also check for SYS_perf_event_open before attempting to buid.
3060
3061 2013-09-27  Doug Evans  <dje@google.com>
3062
3063         * dwarf2read.c (dwarf2_section_info): Add comment.
3064         (dwp_file): Split loaded_cutus into loaded_cus, loaded_tus.
3065         All uses updated.
3066         (dwarf2_section_empty_p): Rename arg from "info" to "section".
3067         (dwarf2_read_section): Delete unused local "header".  Add section
3068         name to error message.
3069         (create_dwo_in_dwp): Tweak comment.
3070         (MAX_NR_DWO_SECTIONS): Combine count of .debug_macro + .debug_macinfo.
3071
3072         * dwarf2read.c (die_reader_specs): Tweak comment.
3073         (get_section_bfd_owner, get_section_bfd_section): New functions.
3074         (get_section_name, get_section_file_name): New functions.
3075         (get_section_id, get_section_flags): New functions.
3076         (*): Use new functions to access section fields.
3077
3078         * dwarf2read.c (struct dwo_file): Add/tweak comments.
3079         (lookup_dwo_unit_in_dwp): Renamed from lookup_dwo_in_dwp.  Remove
3080         arg "htab".  All callers updated.
3081         (create_debug_types_hash_table): Remove redundant copy of
3082         abbrev_section.
3083         (create_dwo_in_dwp): Tweak comments.
3084         (read_str_index): Tweak comment.  Record dwarf form name in static
3085         local.
3086
3087 2013-09-27  Pedro Alves  <palves@redhat.com>
3088
3089         * remote.h (REMOTE_SYSROOT_PREFIX): New define.
3090         (remote_filename_p): Add comment.
3091         * remote.c (remote_filename_p): Adjust to use
3092         REMOTE_SYSROOT_PREFIX.
3093         * solib.c (solib_find): When deciding whether we need to add a
3094         directory separator, check whether the sysroot is "remote:"
3095         instead of checking whether the patch has a drive spec.  Add
3096         comments.
3097
3098 2013-09-27  Pedro Alves  <palves@redhat.com>
3099
3100         * remote.c (struct stop_reply) <solibs_changed, replay_event>:
3101         Delete fields.
3102         (remote_parse_stop_reply): Adjust, setting event->ws.kind
3103         directly.
3104
3105 2013-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
3106
3107         Fix set debug frame output.
3108         * frame.c (fprint_frame_type): Add TAILCALL_FRAME entry.  Move
3109         SENTINEL_FRAME entry lower to match enum frame_type order.
3110
3111 2013-09-26  Pierre Muller  <muller@sourceware.org>
3112
3113         Replace constant values 8 to 15 by AMD64_R8_REGNUM to
3114         AMD64_R15_REGNUM when a register index is expected.
3115         * amd64-windows-tdep.c (amd64_windows_dummy_call_integer_regs):
3116         Substitute in array.
3117         * amd64-tdep.c (amd64_dwarf_regmap): Ditto.
3118         (amd64_push_arguments): Substitute in integer_regnum array.
3119
3120 2013-09-25  Doug Evans  <dje@google.com>
3121
3122         * objfiles.c (allocate_objfile): Move comment to better place.
3123
3124         New option "set debug symfile on".
3125         * NEWS: Mention "set debug symfile".
3126         * Makefile.in (SFILES): Add symfile-debug.c.
3127         (COMMON_OBS): Add symfile-debug.o.
3128         * elfread.c (elf_symfile_read): Use objfile_set_sym_fns to set the
3129         objfile's symbol functions.
3130         * objfiles.h (objfile_set_sym_fns): Declare.
3131         * symfile-debug.c: New file.
3132         * symfile.c (syms_from_objfile_1): Use objfile_set_sym_fns to set the
3133         objfile's symbol functions.
3134         (reread_symbols): Ditto.
3135
3136         * symfile.h (struct sym_fns): Delete member "sym_flavour".
3137         All uses updated.
3138         (add_symtab_fns): Update prototype.
3139         * symfile.c (sym_fns_ptr): Delete.  Replace with ...
3140         (registered_sym_fns): ... this.
3141         (symtab_fns): Update.
3142         (add_symtab_fns): New arg "flavour".  All callers updated.
3143         (find_sym_fns): Rewrite to use new sym_fns registry.
3144
3145         * symfile.h (struct sym_fns): Add "objfile" argument to
3146         sym_read_linetable.  All uses updated.
3147
3148         * symtab.c (domain_name, search_domain_name): New functions.
3149         * symtab.h (domain_name, search_domain_name): Declare.
3150
3151         * symfile.h (struct quick_symbol_functions): Reorg arg list of
3152         map_matching_symbols so objfile is first.  All uses updated.
3153         * dwarf2read.c (dw2_map_matching_symbols): Update signature.
3154         * psymtab.c (map_matching_symbols_psymtab): Update signature.
3155
3156 2013-09-25  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3157
3158         PR shlibs/8882
3159         * solib-svr4.c (svr4_read_so_list): Skip the vDSO when reading
3160         link map entries.
3161
3162 2013-09-24  Doug Evans  <dje@google.com>
3163
3164         * objfiles.c (free_objfile): Move comment.
3165
3166 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
3167
3168         * ada-exp.y (string_to_operator): Delete.
3169         (dummy_string_to_ada_operator): Delete.
3170
3171 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
3172
3173         Revert:
3174         * i386-tdep.h (enum amd64_reg_class): New, moved here from
3175         amd64-tdep.c.
3176         (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
3177         call_dummy_integer_regs, and classify.
3178         * amd64-tdep.h (amd64_classify): Add declaration.
3179         * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
3180         (amd64_reg_class): Delete, moved to i386-tdep.h.
3181         (amd64_classify): Make non-static.  Move declaration to amd64-tdep.h.
3182         Replace call to amd64_classify by call to tdep->classify.
3183         (amd64_push_arguments): Get the list of registers to use for
3184         passing integer parameters from the gdbarch tdep structure,
3185         rather than using a hardcoded one.  Replace calls to amd64_classify
3186         by calls to tdep->classify.
3187         (amd64_push_dummy_call): Get the register number used for
3188         the "hidden" argument from tdep->call_dummy_integer_regs.
3189         (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
3190         and tdep->call_dummy_integer_regs.  Set tdep->classify.
3191
3192 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
3193
3194         Revert:
3195         * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
3196         * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
3197         where tdep->memory_args_by_pointer is non-zero.
3198
3199 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
3200
3201         Revert:
3202         * i386-tdep.h (struct gdbarch_tdep): Add new field
3203         integer_param_regs_saved_in_caller_frame.
3204         * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
3205         stack if tdep->integer_param_regs_saved_in_caller_frame is set.
3206
3207 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
3208
3209         * amd64-windows-tdep.c: #include "value.h"
3210         (amd64_windows_classify): Delete.
3211         (amd64_windows_passed_by_integer_register)
3212         (amd64_windows_passed_by_xmm_register)
3213         (amd64_windows_passed_by_pointer)
3214         (amd64_windows_adjust_args_passed_by_pointer)
3215         (amd64_windows_store_arg_in_reg, amd64_windows_push_arguments)
3216         (amd64_windows_push_dummy_call): New functions.
3217         (amd64_windows_init_abi): Remove setting of
3218         tdep->call_dummy_num_integer_regs, tdep->call_dummy_integer_regs,
3219         tdep->classify, tdep->memory_args_by_pointer and
3220         tdep->integer_param_regs_saved_in_caller_frame.
3221         Add call to set_gdbarch_push_dummy_call.
3222
3223 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
3224
3225         * dwarf2read.c (open_and_init_dwp_file): Try open_dwp_file also with
3226         objfile->original_name.
3227
3228 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
3229
3230         Pass down original filename for objfile.
3231         * coffread.c (coff_symfile_read): Update symbol_file_add_separate call.
3232         * elfread.c (elf_symfile_read): Likewise.
3233         * jit.c (jit_object_close_impl): Update allocate_objfile call, no
3234         longer set ORIGINAL_NAME.
3235         (jit_bfd_try_read_symtab): Update symbol_file_add_from_bfd call.
3236         * jv-lang.c (get_dynamics_objfile): Update allocate_objfile call.
3237         * machoread.c (macho_add_oso_symfile): Add parameter name.  Update
3238         symbol_file_add_from_bfd call.
3239         (macho_symfile_read_all_oso): Update two macho_add_oso_symfile calls.
3240         (macho_check_dsym): Add parameter filenamep.  Change function comment.
3241         Set *filenamep.
3242         (macho_symfile_read): New variable dsym_filename.  Update
3243         macho_check_dsym call.  Use it for symbol_file_add_separate.
3244         * objfiles.c (allocate_objfile): Add parameter name.  New comment for
3245         it.  Use it for objfile->original_name.
3246         (objfile_name): Return OBFD's filename, if available.
3247         * objfiles.h (allocate_objfile): Add new parameter name.
3248         * solib.c (solib_read_symbols): Update symbol_file_add_from_bfd call.
3249         * symfile-mem.c (symbol_file_add_from_memory): Update
3250         symbol_file_add_from_bfd call.
3251         * symfile.c (read_symbols): Update symbol_file_add_separate call, new
3252         comment for it.
3253         (symbol_file_add_with_addrs): New parameter name, add function comment
3254         for it.  Remove variable name.  Update allocate_objfile call.
3255         (symbol_file_add_separate): New parameter name, add function comment
3256         for it.  Update symbol_file_add_with_addrs call.
3257         (symbol_file_add_from_bfd): New parameter name.  Update
3258         symbol_file_add_with_addrs call.
3259         (symbol_file_add): Update symbol_file_add_from_bfd call.
3260         (reread_symbols): New variable original_name.  Save
3261         objfile->original_name by it.
3262         * symfile.h (symbol_file_add_from_bfd, symbol_file_add_separate): Add
3263         second parameter.
3264
3265 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
3266
3267         Code cleanup: Add objfile_name accessor function.
3268         * ada-lang.c (is_known_support_routine): Use objfile_name.
3269         * auto-load.c (source_gdb_script_for_objfile)
3270         (auto_load_objfile_script): Likewise.
3271         * coffread.c (coff_symtab_read, read_one_sym): Likewise.
3272         * dbxread.c (dbx_symfile_read): Likewise.
3273         * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
3274         * dwarf2loc.c (locexpr_describe_location_piece): Likewise.
3275         * dwarf2read.c (dwarf2_get_dwz_file, dwarf2_read_index)
3276         (dw2_symtab_iter_next, dw2_expand_symtabs_matching)
3277         (lookup_dwp_signatured_type, lookup_dwo_unit)
3278         (dwarf2_build_psymtabs_hard, scan_partial_symbols, process_queue)
3279         (fixup_go_packaging, process_imported_unit_die, dwarf2_physname)
3280         (read_import_statement, create_dwo_cu, open_and_init_dwp_file)
3281         (lookup_dwo_cutu, read_call_site_scope, dwarf2_ranges_read)
3282         (dwarf2_record_block_ranges, read_common_block, read_typedef)
3283         (read_subrange_type, load_partial_dies, read_partial_die)
3284         (read_addr_index_1, read_str_index, dwarf_decode_lines_1)
3285         (die_containing_type, build_error_marker_type, lookup_die_type)
3286         (follow_die_ref_or_sig, follow_die_ref, dwarf2_fetch_die_loc_sect_off)
3287         (dwarf2_fetch_constant_bytes, follow_die_sig, get_signatured_type)
3288         (get_DW_AT_signature_type, write_psymtabs_to_index)
3289         (save_gdb_index_command): Likewise.
3290         * elfread.c (find_separate_debug_file_by_buildid, elf_symfile_read):
3291         Likewise.
3292         * expprint.c (dump_subexp_body_standard): Likewise.
3293         * gdbtypes.c (type_name_no_tag_or_error): Likewise.
3294         * jit.c (jit_object_close_impl): Use the objfile field name renamed to
3295         original_name.
3296         * linux-thread-db.c (try_thread_db_load_from_pdir_1): New variable
3297         obj_name, use objfile_name for it, use the variable.
3298         (try_thread_db_load_from_pdir, has_libpthread, thread_db_new_objfile):
3299         Use objfile_name.
3300         * machoread.c (macho_symtab_read, macho_check_dsym)
3301         (macho_symfile_relocate): Likewise.
3302         * maint.c (maintenance_translate_address): Likewise.
3303         * minidebug.c (find_separate_debug_file_in_section): Likewise.
3304         * minsyms.c (install_minimal_symbols): Likewise.
3305         * objfiles.c (allocate_objfile): Use the objfile field name renamed to
3306         original_name.
3307         (filter_overlapping_sections): Use objfile_name.
3308         (objfile_name): New function.
3309         * objfiles.h (struct objfile): Rename field name to original_name.
3310         (objfile_name): New prototype.
3311         * printcmd.c (sym_info, address_info): Use objfile_name.
3312         * probe.c (parse_probes, collect_probes, compare_probes)
3313         (info_probes_for_ops): Likewise.
3314         * progspace.c (clone_program_space): Likewise.
3315         * psymtab.c (require_partial_symbols, dump_psymtab, allocate_psymtab)
3316         (maintenance_info_psymtabs): Likewise.
3317         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
3318         (source_section_scripts): Likewise.
3319         * python/py-objfile.c (objfpy_get_filename): Likewise.
3320         * python/py-progspace.c (pspy_get_filename): Likewise.
3321         * solib-aix.c (solib_aix_get_toc_value): Likewise.
3322         * solib-som.c (match_main, som_solib_section_offsets): Likewise.
3323         * solib.c (solib_read_symbols): Likewise.
3324         * stabsread.c (scan_file_globals): Likewise.
3325         * stap-probe.c (handle_stap_probe): Likewise.
3326         * symfile.c (symbol_file_clear, separate_debug_file_exists)
3327         (find_separate_debug_file_by_debuglink): Likewise.
3328         (reread_symbols): Likewise.  Use the objfile field name renamed to
3329         original_name.
3330         (allocate_symtab): Use objfile_name.
3331         * symmisc.c (print_symbol_bcache_statistics, print_objfile_statistics)
3332         (dump_objfile, dump_msymbols, dump_symtab_1)
3333         (maintenance_print_msymbols, maintenance_print_objfiles)
3334         (maintenance_info_symtabs, maintenance_check_symtabs): Likewise.
3335         * target.c (target_translate_tls_address, target_info): Likewise.
3336         * xcoffread.c (xcoff_initial_scan): Make variable name const.  Use
3337         objfile_name.
3338
3339 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
3340
3341         Code cleanup.
3342         * probe.c (parse_probes): Rename variable objfile_name to
3343         objfile_namestr.
3344
3345 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
3346
3347         Remove solib-sunos.c.
3348         * Makefile.in (ALLDEPFILES): Remove solib-sunos.c.
3349         * config/m68k/obsd.mh (NATDEPFILES): Remove solib-sunos.o.
3350         * objfiles.c (rt_common_objfile): Remove.
3351         (free_objfile): Remove rt_common_objfile comparison.
3352         * objfiles.h (rt_common_objfile): Remove.
3353         * solib-sunos.c: Remove.
3354         * symfile.c (reread_symbols): Remove solib-sunos.c comment.
3355
3356 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
3357
3358         Remove a.out NetBSD and OpenBSD hosts.
3359         * NEWS (Removed native configurations): New.
3360         * config/arm/nbsdaout.mh: Remove.
3361         * config/i386/nbsdaout.mh: Remove.
3362         * config/i386/obsdaout.mh: Remove.
3363         * config/m68k/nbsdaout.mh: Remove.
3364         * config/sparc/nbsdaout.mh: Remove.
3365         * config/vax/nbsdaout.mh: Remove.
3366         * configure.host (arm*-*-netbsd*, i[34567]86-*-netbsd*)
3367         (i[34567]86-*-openbsd[0-2].*, i[34567]86-*-openbsd3.[0-3])
3368         (m68*-*-netbsd*, sparc-*-netbsd*, vax-*-netbsd*): Add them to obsolete
3369         error.
3370         (arm*-*-netbsd*, i[34567]86-*-netbsd*, i[34567]86-*-openbsd[0-2].*)
3371         (i[34567]86-*-openbsd3.[0-3], m68*-*-netbsd*, sparc-*-netbsdaout*)
3372         (sparc-*-netbsd*, vax-*-netbsd*): Remove.
3373
3374 2013-09-23  Tom Tromey  <tromey@redhat.com>
3375
3376         * linespec.c (struct minsym_and_objfile): Remove.
3377         (minsym_and_objfile_d): Remove.
3378         (struct linespec, struct collect_info, linespec_parse_basic)
3379         (convert_linespec_to_sals, linespec_parser_delete, decode_objc)
3380         (compare_msymbols, find_method, find_function_symbols)
3381         (find_linespec_symbols, struct collect_minsyms, compare_msyms)
3382         (add_minsym, search_minsyms_for_name): Update.
3383
3384 2013-09-23  Andrew Burgess  <aburgess@broadcom.com>
3385
3386         * regcache.c: Add include of valprint.h.
3387         (dump_endian_bytes): Delete.
3388         (regcache_dump): Use print_hex_chars not dump_endian_bytes.
3389
3390 2013-09-23  Andrew Burgess  <aburgess@broadcom.com>
3391
3392         * sh64-tdep.c (sh64_do_fp_register): Use print_hex_chars.
3393
3394 2013-09-19  Pedro Alves  <palves@redhat.com>
3395
3396         * breakpoint.c (remove_threaded_breakpoints): Skip non-user
3397         breakpoints.
3398
3399 2013-09-19  Pedro Alves  <palves@redhat.com>
3400             Thomas Schwinge  <thomas@codesourcery.com>
3401             Yue Lu  <hacklu.newborn@gmail.com>
3402
3403         * gnu-nat.c (gnu_read_inferior, gnu_write_inferior): Make static.
3404         Take a gdb_byte pointer instead of a char pointer.
3405
3406         * gnu-nat.c (gnu_xfer_memory): Adjust interface as
3407         gnu_xfer_partial helper.
3408         (gnu_xfer_partial): New function.
3409         (gnu_target): Don't install a deprecated_xfer_memory hook.
3410         Install a to_xfer_partial hook.
3411
3412 2013-09-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
3413
3414         Constification.
3415         * main.c (captured_main): Replace catch_command_errors by
3416         catch_command_errors_const.  Twice.
3417         * symfile.c (symbol_file_add_main_1): Make args parameter const.
3418         (symbol_file_add): Make name parameter const.
3419         (symbol_file_add_main, symbol_file_add_main_1): Make args parameter const.
3420         (symfile_bfd_open): Make name parameter const, rename it to cname.  Add
3421         variable name.  Change their usage accordingly.
3422         * symfile.h (symbol_file_add, symfile_bfd_open): Make first parameter
3423         const.
3424         (symbol_file_add_main): Make args parameter const.
3425
3426 2013-09-18  Raunaq Bathija  <raunaq12@in.ibm.com>
3427             Ulrich Weigand  <uweigand@de.ibm.com>
3428
3429         * xcoffread.c (struct coff_symbol): Use CORE_ADDR as type
3430         of c_value member.
3431         (read_xcoff_symtab): Use CORE_ADDR as type of fcn_start_addr.
3432
3433 2013-09-18  Pedro Alves  <palves@redhat.com>
3434             Yue Lu  <hacklu.newborn@gmail.com>
3435
3436         * gnu-nat.c (inf_validate_procs, gnu_wait, gnu_resume)
3437         (gnu_create_inferior)
3438         (gnu_attach, gnu_thread_alive, gnu_pid_to_str, cur_thread)
3439         (set_sig_thread_cmd): Use the lwpid field of ptids to
3440         store/extract thread ids instead of the tid field.
3441         * i386gnu-nat.c (gnu_fetch_registers): Adjust.
3442
3443 2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
3444
3445         * infcmd.c (default_print_one_register_info): Add detection of
3446         optimized out values.
3447         (default_print_registers_info): Switch to using
3448         get_frame_register_value.
3449
3450 2013-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3451
3452         * infrun.c (handle_inferior_event): Check if we know the
3453         function start address before setting a resume breakpoint.
3454
3455 2013-09-18  Pedro Alves  <palves@redhat.com>
3456
3457         * gnu-nat.c (set_sig_thread_cmd): Compare the thread's ptid to
3458         minus_one_ptid instead of looking at the ptid's tid field and
3459         comparing that to -1.
3460
3461 2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
3462
3463         * main.h (get_gdb_program_name): Remove extra whitespace.
3464
3465 2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
3466
3467         * main.h (get_gdb_program_name): Add declaration.
3468         * main.c (get_gdb_program_name): Add definition.
3469
3470 2013-09-17  Doug Evans  <dje@google.com>
3471
3472         * dwarf2read.c: Move definitions of complaint functions to after
3473         forward declarations of local functions.
3474
3475 2013-09-17  Muhammad Waqas <mwaqas@codesourcery.com>
3476             Pedro Alves  <palves@redhat.com>
3477
3478         PR gdb/11568
3479         * breakpoint.c (remove_threaded_breakpoints): New function.
3480         (_initialize_breakpoint): Attach remove_threaded_breakpoints
3481         as thread_exit observer.
3482
3483 2013-09-17  Pedro Alves  <palves@redhat.com>
3484
3485         PR gdb/15911
3486         * ada-tasks.c (task_command_1): Adjust call to print_stack_frame.
3487         * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
3488         * corelow.c (core_open):
3489         * frame.h (print_stack_frame, print_frame_info): New
3490         'set_current_sal' parameter.
3491         * infcmd.c (finish_command, kill_command): Adjust call to
3492         print_stack_frame.
3493         * inferior.c (inferior_command): Likewise.
3494         * infrun.c (normal_stop): Likewise.
3495         * linux-fork.c (linux_fork_context): Likewise.
3496         * record-full.c (record_full_goto_entry, record_full_restore):
3497         Likewise.
3498         * remote-mips.c (common_open): Likewise.
3499         * stack.c (print_stack_frame): New 'set_current_sal' parameter.
3500         Use it.
3501         (print_frame_info): New 'set_current_sal' parameter.  Set the last
3502         displayed sal depending on the new paremeter instead of looking at
3503         print_what.
3504         (backtrace_command_1, select_and_print_frame, frame_command)
3505         (current_frame_command, up_command, down_command): Adjust call to
3506         print_stack_frame.
3507         * thread.c (print_thread_info, restore_selected_frame)
3508         (do_captured_thread_select): Adjust call to print_stack_frame.
3509         * tracepoint.c (tfind_1): Likewise.
3510         * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
3511         (mi_cmd_stack_info_frame): Likewise.
3512         * mi/mi-interp.c (mi_on_normal_stop): Likewise.
3513         * mi/mi-main.c (mi_cmd_exec_return, mi_cmd_trace_find): Likewise.
3514
3515 2013-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
3516
3517         * value.c (isvoid_internal_fn): Replace "parameter" with
3518         "argument".
3519
3520 2013-09-16  Stan Shebs  <stan@codesourcery.com>
3521
3522         * README: Update references to writing code for GDB.
3523         * configure.ac (build_warnings): Remove obsolete comment.
3524         * configure: Regenerate.
3525         * gdbarch.sh: Remove references to gdbint.texinfo.
3526         * gdbarch.h: Regenerate.
3527         * gdbtypes.c (objfile_type): Remove comments referencing internals
3528         manual and D10V.
3529
3530 2013-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
3531
3532         * NEWS: Mention new convenience function $_isvoid.
3533         * value.c (isvoid_internal_fn): New function.
3534         (_initialize_values): Add new convenience function $_isvoid.
3535
3536 2013-09-16  Pierre Muller  <muller@sourceware.org>
3537
3538         * arm-linux-tdep.c: Add "elf/common.h" header.
3539         Remove AT_HWCAP macro definintion as it is provided in
3540         added include file.
3541         * s390-tdep.c: Remove system header <elf.h>
3542         Add "elf/common.h" header for AT_HWCAP definition.
3543         (s390_core_read_description): Use correct CORE_ADDR
3544         for hwcap local variable used as third parameter
3545         of function target_auxv_search.
3546
3547 2013-09-14  Pierre Muller  <muller@sourceware.org>
3548             Tom Tromey  <tromey@redhat.com>
3549             Pedro Alves  <palves@redhat.com>
3550
3551         * common/filestuff.c (gdb_fopen_cloexec): Do not try to use "e"
3552         mode if operating system doesn't know O_CLOEXEC.
3553
3554 2013-09-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3555
3556         Code cleanup.
3557         * symfile.c (reread_symbols): Move variable obfd_filename to a more
3558         inner block.
3559
3560 2013-09-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3561
3562         * NEWS: Mention TDB support.
3563         * features/s390-tdb.xml: New file.
3564         * features/s390-te-linux64.xml: New file.
3565         * features/s390x-te-linux64.xml: New file.
3566         * features/Makefile (WHICH): Add new tdescs above.
3567         (s390-te-linux64-expedite): Set.
3568         (s390x-te-linux64-expedite): Set.
3569         * features/s390-te-linux64.c: New file (generated).
3570         * features/s390x-te-linux64.c: New file (generated).
3571         * regformats/s390-te-linux64.dat: New file (generated).
3572         * regformats/s390x-te-linux64.dat: New file (generated).
3573         * s390-tdep.h (HWCAP_S390_HIGH_GPRS): Define.
3574         (HWCAP_S390_TE): Likewise.
3575         (S390_TDB_DWORD0_REGNUM): Likewise.
3576         (S390_TDB_DWORD0_REGNUM): Likewise.
3577         (S390_TDB_ABORT_CODE_REGNUM): Likewise.
3578         (S390_TDB_CONFLICT_TOKEN_REGNUM): Likewise.
3579         (S390_TDB_ATIA_REGNUM): Likewise.
3580         (S390_TDB_R0_REGNUM): Likewise.
3581         (S390_TDB_R1_REGNUM): Likewise.
3582         (S390_TDB_R2_REGNUM): Likewise.
3583         (S390_TDB_R3_REGNUM): Likewise.
3584         (S390_TDB_R4_REGNUM): Likewise.
3585         (S390_TDB_R5_REGNUM): Likewise.
3586         (S390_TDB_R6_REGNUM): Likewise.
3587         (S390_TDB_R7_REGNUM): Likewise.
3588         (S390_TDB_R8_REGNUM): Likewise.
3589         (S390_TDB_R9_REGNUM): Likewise.
3590         (S390_TDB_R10_REGNUM): Likewise.
3591         (S390_TDB_R11_REGNUM): Likewise.
3592         (S390_TDB_R12_REGNUM): Likewise.
3593         (S390_TDB_R13_REGNUM): Likewise.
3594         (S390_TDB_R14_REGNUM): Likewise.
3595         (S390_TDB_R15_REGNUM): Likewise.
3596         (S390_NUM_REGS): Increase.
3597         (S390_IS_TDBREGSET_REGNUM): New macro.
3598         (s390_regmap_tdb): Declare.
3599         (s390_sizeof_tdbregset): Define.
3600         (tdesc_s390_te_linux64): Declare.
3601         (tdesc_s390x_te_linux64): Likewise.
3602         * s390-tdep.c: Add includes for "auxv.h", <elf.h>,
3603         "features/s390-te-linux64.c", and "features/s390x-te-linux64.c".
3604         (s390_regmap_tdb): New regmap.
3605         (s390_supply_tdb_regset): New function.
3606         (s390_tdb_regset): New regset.
3607         (s390_linux64v2_regset_sections): Add TDB regset to list.
3608         (s390x_linux64v2_regset_sections): Likewise.
3609         (s390_regset_from_core_section): Recognize TDB core note section.
3610         (s390_core_read_description): If HWCAP indicates TE support,
3611         select tdesc_s390_te_linux64 or tdesc_s390_s390x_te_linux64.
3612         (s390_gdbarch_init): Handle TDB regset.
3613         (_initialize_s390_tdep): Initialize new tdescs.
3614         * s390-nat.c (HWCAP_S390_HIGH_GPRS): Remove define.
3615         (have_regset_tdb): New variable.
3616         (s390_native_supply): Support register invalidation.
3617         (fetch_regset): Invalidate registers if ptrace yields ENODATA.
3618         (check_regset): Treat ENODATA as "regset exists".
3619         (s390_linux_fetch_inferior_registers): Add TDB.
3620         (s390_read_description): Check for TDB existence and select
3621         appropriate tdesc.
3622         * gdbserver/Makefile.in (clean): Add removal of new makefile
3623         targets.
3624         (s390-te-linux64.c): New makefile target.
3625         (s390x-te-linux64.c): Likewise.
3626         * gdbserver/configure.srv (srv_regobj): Append new objects
3627         s390-te-linux64.o and s390x-te-linux64.o.
3628         (srv_xmlfiles): Append new files s390-te-linux64.xml,
3629         s390x-te-linux64.xml, and s390-tdb.xml.
3630         * gdbserver/linux-s390-low.c (init_registers_s390_te_linux64): New
3631         declaration.
3632         (tdesc_s390_te_linux64): Likewise.
3633         (init_registers_s390x_te_linux64): Likewise.
3634         (tdesc_s390x_te_linux64): Likewise.
3635         (s390_check_regset): Treat ENODATA as "regset exists".
3636         (s390_arch_setup): Add TDB regset support.
3637         (initialize_low_arch): Initialize registers for new tdescs.
3638
3639 2013-09-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3640
3641         * s390-tdep.h (S390_IS_GREGSET_REGNUM): New macro.
3642         (S390_IS_FPREGSET_REGNUM): New macro.
3643         * s390-tdep.c (s390_dwarf_regmap): Make const.
3644         (regnum_is_gpr_full): New function for replacing repeated code.
3645         (s390_pseudo_register_name): Use it.
3646         (s390_pseudo_register_type): Likewise.
3647         (s390_pseudo_register_read): Likewise.
3648         (s390_pseudo_register_write): Likewise.
3649         (s390_unwind_pseudo_register): Likewise.
3650         (s390_regmap_gregset): New format for regmap.
3651         (s390x_regmap_gregset): Likewise.
3652         (s390_regmap_fpregset): Likewise.
3653         (s390_regmap_upper): Likewise.
3654         (s390_regmap_last_break): Likewise.
3655         (s390_regmap_system_call): Likewise.
3656         (s390_supply_regset): Adjust to new regmap format.
3657         (s390_collect_regset): Likewise.
3658         * s390-nat.c (s390_native_supply): Adjust to new regmap format.
3659         (s390_native_collect): Likewise.
3660         (supply_gregset): Likewise.
3661         (fill_gregset): Likewise.
3662         (supply_fpregset): Likewise.
3663         (fill_fpregset): Likewise.
3664         (fetch_regset): Likewise.
3665         (store_regset): Likewise.
3666         (s390_linux_fetch_inferior_registers): Likewise.
3667         (s390_linux_fetch_inferior_registers): Likewise.
3668
3669 2013-09-12  Andrew Pinski  <apinski@cavium.com>
3670
3671         * aarch64-linux-nat.c (aarch64_linux_set_debug_regs): Zero out regs.
3672
3673 2013-09-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3674
3675         * config/s390/s390.mh (NATDEPFILES): Add linux-waitpid.o.
3676
3677 2013-09-09  Andrew Burgess  <aburgess@broadcom.com>
3678
3679         * top.c (quit_confirm): Remove use of deprecated_init_ui_hook.
3680
3681 2013-09-06  Pedro Alves <palves@redhat.com>
3682
3683         * remote-sim.c (dump_mem, gdbsim_fetch_register)
3684         (gdbsim_store_register, gdbsim_kill, gdbsim_load)
3685         (gdbsim_create_inferior, gdbsim_open, gdbsim_close)
3686         (gdbsim_detach, gdbsim_resume_inferior, gdbsim_wait)
3687         (gdbsim_files_info, gdbsim_mourn_inferior): Send debug output to
3688         gdb_stdlog.
3689
3690 2013-09-06  Pedro Alves  <palves@redhat.com>
3691
3692         * remote-sim.c (dump_mem): Constify buf parameter.
3693         gdbsim_xfer_inferior_memory): Rename to ...
3694         (gdbsim_xfer_memory): ... this.  Adjust interface as
3695         target_xfer_partial helper.
3696         (gdbsim_xfer_partial): New function.
3697         (init_gdbsim_ops): Don't install a deprecated_xfer_memory hook.
3698         Install a to_xfer_partial hook.  Send output to gdb_stdlog.
3699
3700 2013-09-06  Pedro Alves  <palves@redhat.com>
3701
3702         * remote-sim.c (gdbsim_xfer_inferior_memory): Use
3703         host_address_to_string, and send debug output to gdb_stdlog.
3704
3705 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
3706
3707         * Makefile.in (ALL_TARGET_OBS): Add cris-linux-tdep.o.
3708         * configure.tgt: Add cris-linux-tdep.o and linux-tdep.o to
3709         gdb_target_obs for cris target.
3710         * cris-tdep.c (struct gdbarch_tdep): Move to cris-tdep.h.
3711         (cris_gdbarch_init): Move calls to
3712         set_gdbarch_fetch_tls_load_module_address and
3713         set_solib_svr4_fetch_link_map_offsets to cris-linux-tdep.c.
3714         Add call to gdbarch_init_osabi.
3715         * cris-linux-tdep.c: New file.
3716         * cris-tdep.h: New file.
3717
3718 2013-09-06  Andrew Burgess  <aburgess@broadcom.com>
3719
3720         * tui/tui-io.c (tui_initialize_io): Remove legacy comment referring
3721         to deprecated_init_ui_hook.
3722
3723 2013-09-06  Andrew Burgess  <aburgess@broadcom.com>
3724
3725         * cli/cli-interp.c (_initialize_cli_interp): Add a
3726         command_loop_proc to interp_procs.
3727         * event-top.c (cli_command_loop): Change signature to match
3728         interp_command_loop_ftype.
3729         * event-top.h (cli_command_loop): Same.
3730         * interps.c (interp_new): Require every interpreter to have a
3731         command_loop_proc.
3732         (current_interp_command_loop): Just call the command_loop_proc on
3733         the current interpreter.
3734         * tui/tui-interp.c (_initialize_tui_interp): Add a
3735         command_loop_proc to interp_procs.
3736
3737 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
3738
3739         * cris-tdep.c (cris_gdbarch_init): Add call to
3740         get_gdbarch_fetch_tls_load_module_address.
3741
3742 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
3743
3744         * cris-tdep.c (cris_elf_greg_t): Rename from elf_greg_t.
3745         (cris_elf_gregset_t): Rename from elf_gregset_t.
3746         (crisv32_elf_gregset_t): Adjust.
3747         (cris_supply_gregset, fetch_core_registers): Adjust.
3748
3749 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
3750
3751         * cris-tdep.c (elf_greg_t): Change typedef to unsigned char[4]
3752
3753 2013-09-05  Andrew Burgess  <aburgess@broadcom.com>
3754
3755         * defs.h (deprecated_command_loop_hook): Remove, including
3756         references in comments.
3757         * interps.c (current_interp_command_loop): No longer use
3758         deprecated_command_loop_hook.
3759         (clear_interpreter_hooks): Remove deprecated_command_loop_hook
3760         setup.
3761         * top.c (deprecated_command_loop_hook): Remove.
3762
3763 2013-09-05  Pedro Alves  <palves@redhat.com>
3764
3765         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): 'dwarf_regnum'
3766         local is now int instead of ULONGEST.  Print it with %d
3767         instead of paddress.
3768
3769 2013-09-05  Tristan Gingold  <gingold@adacore.com>
3770
3771         * MAINTAINERS: Remove avr maintainership.
3772
3773 2013-09-05  Pedro Alves  <palves@redhat.com>
3774
3775         * findvar.c (value_of_register): Rework in terms of
3776         value_of_register_lazy.
3777
3778 2013-09-05  Muhammad Bilal  <mbilal@codesourcery.com>
3779
3780         * symfile.c (add_symbol_file_command): Remove trailing
3781          whitespaces and blank line after comment.
3782
3783 2013-09-05  Pedro Alves  <palves@redhat.com>
3784
3785         * tui/tui-regs.c (tui_register_format): Don't look at the
3786         register's name here.  Return string representing register
3787         value instead of storing it in the data element.
3788         (tui_get_register): Compare register string representations
3789         instead of register value states and contents.
3790
3791 2013-09-05  Pedro Alves  <palves@redhat.com>
3792
3793         PR tui/15933
3794         * tui/tui-regs.c (tui_show_registers): Show registers of the
3795         selected frame, not the current frame.
3796
3797 2013-09-05  Ricard Wanderlof  <ricardw@axis.com>
3798
3799         * MAINTAINERS (Write After Approval): Add myself to the list.
3800
3801 2013-09-04  Doug Evans  <dje@google.com>
3802
3803         * dwarf2read.c (queue_and_load_all_dwo_tus): New function.
3804         (queue_and_load_dwo_tu): New function.
3805         (lookup_dwo_signatured_type): Set per_cu.tu_read.
3806         (maybe_queue_comp_unit): Rename this_cu argument to dependent_cu.
3807         Make dependent_cu optional.
3808         (dw2_do_instantiate_symtab): If we just loaded a CU from a DWO,
3809         and an older .gdb_index is in use, queue and load all its TUs too.
3810
3811 2013-09-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
3812
3813         Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.
3814         * cli/cli-cmds.c (find_and_open_script): Add OPF_RETURN_REALPATH to
3815         variable search_flags.
3816         * defs.h (OPF_DISABLE_REALPATH): Rename to ...
3817         (OPF_RETURN_REALPATH): ... here.
3818         * dwarf2read.c (try_open_dwop_file): Set OPF_RETURN_REALPATH for flags.
3819         * exec.c (exec_file_attach): Remove OPF_DISABLE_REALPATH from openp
3820         call.  Twice.
3821         * nto-tdep.c (nto_find_and_open_solib): Add OPF_RETURN_REALPATH for
3822         openp call.
3823         * solib.c (solib_find): Likewise.  Four times.
3824         * source.c (openp): Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH
3825         in the function comment and for the realpath_fptr variable.
3826         (source_full_path_of): Add OPF_RETURN_REALPATH for openp call.
3827         (find_and_open_source): Likewise.  Twice.
3828         * symfile.c (symfile_bfd_open): Likewise, also twice.
3829
3830 2013-09-04  Doug Evans  <dje@google.com>
3831
3832         * progspace.c (save_current_space_and_thread): Remove unnecessary
3833         call to save_current_inferior.
3834
3835 2013-09-04  Andrew Burgess  <aburgess@broadcom.com>
3836
3837         * sh64-tdep.c (sh64_do_register): Return after printing message
3838         about unavailable register contents.
3839
3840 2013-09-04  Muhammad Bilal  <mbilal@codesourcery.com>
3841             Pedro Alves  <palves@redhat.com>
3842
3843         * symfile.c (add_symbol_file_command): Error out on unknown
3844         option.  Handle EXPECTING_SEC_ADDR/EXPECTING_SEC_NAME before '-'
3845         options and collapse into single conditional branch.
3846
3847 2013-09-03  Luis Machado  <lgustavo@codesourcery.com>
3848
3849         * inf-child.c (inf_child_follow_fork): New parameter
3850         detach_fork.
3851         * inf-ptrace.c (inf_ptrace_follow_fork): Likewise.
3852         * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
3853         * inferior.h (detach_fork): Remove.
3854         * infrun.c (detach_fork): Adjust comment and make it
3855         static.
3856         (follow_fork): Pass detach_fork parameter to
3857         target_follow_fork.
3858         * linux-nat.c (linux_child_follow_fork): New parameter
3859         detach_fork.
3860         * target.c (target_follow_fork): New parameter detach_fork.
3861         Pass detach_fork as parameter and print its value.
3862         * target.h (struct target_ops) <to_follow_fork>: New int
3863         parameter.
3864         (target_follow_fork): New parameter detach_fork.
3865
3866 2013-09-03  Joel Brobecker  <brobecker@adacore.com>
3867
3868         * solib-ia64-hpux.c (ia64_hpux_relocate_section_addresses):
3869         Replace sec->bfd by sec->the_bfd_section->owner.
3870
3871 2013-09-03  Yao Qi  <yao@codesourcery.com>
3872
3873         * linux-tdep.c (linux_is_uclinux): New function.  Code moved
3874         from linux_has_shared_address_space.
3875         (linux_has_shared_address_space): Call linux_is_uclinux.
3876         * linux-tdep.h (linux_is_uclinux): Declare.
3877         * m68klinux-tdep.c (m68k_linux_get_sigtramp_info): Call
3878         linux_is_uclinux.
3879
3880 2013-09-03  Yao Qi  <yao@codesourcery.com>
3881
3882         * config/djgpp/fnchange.lst: Remove entry of
3883         i386-interix-nat.c and i386-interix-tdep.c.
3884         * configure.ac: Remove '*-*-interix*'.
3885         * configure: Re-generated.
3886         * defs.h (enum gdb_osabi): Remove GDB_OSABI_INTERIX.
3887         * i386-cygwin-tdep.c (i386_cygwin_osabi_sniffer): Remove
3888         obsolete comments.
3889         * osabi.c (gdb_osabi_names): Remove "Interix".
3890
3891 2013-09-03  Yao Qi  <yao@codesourcery.com>
3892
3893         * arch-utils.c: Fix typo in the comment to gdbarch_update_p.
3894
3895 2013-09-02  Markus Metzger  <markus.t.metzger@intel.com>
3896
3897         * record.h (record_print_flag) <record_print_src_line,
3898         record_print_insn_range>: Rename into ...
3899         (record_print_flag) <record_print_src_line,
3900         record_print_insn_range>: ... this.  Update all users.
3901
3902 2013-09-02  Pierre Muller  <muller@sourceware.org>
3903
3904         * windows-nat.c (windows_xfer_memory): Handle ERROR_PARTIAL_COPY
3905         error code.
3906
3907 2013-09-02  Pierre Muller  <muller@sourceware.org>
3908
3909         * windows-nat.c (windows_xfer_memory): Fix compilation failure
3910         by use of plongest function.
3911
3912 2013-09-02  Tristan Gingold  <gingold@adacore.com>
3913
3914         * NEWS: Add entry mentioning support for native Windows x64
3915         SEH data.
3916
3917         * amd64-windows-tdep.c: #include "objfiles.h", "frame-unwind.h",
3918         "coff/internal.h", "coff/i386.h", "coff/pe.h" and "libcoff.h".
3919         (struct amd64_windows_frame_cache): New struct.
3920         (amd64_windows_w2gdb_regnum): New global.
3921         (pc_in_range, amd64_windows_frame_decode_epilogue)
3922         (amd64_windows_frame_decode_insns, amd64_windows_find_unwind_info)
3923         (amd64_windows_frame_cache, amd64_windows_frame_prev_register)
3924         (amd64_windows_frame_this_id): New functions.
3925         (amd64_windows_frame_unwind): New static global.
3926         (amd64_windows_skip_prologue): New function.
3927         (amd64_windows_init_abi): Call frame_unwind_prepend_unwinder
3928         with amd64_windows_frame_unwind. Call set_gdbarch_skip_prologue
3929         with amd64_windows_skip_prologue.
3930
3931 2013-08-30  Joel Brobecker  <brobecker@adacore.com>
3932
3933         GDB 7.6.1 released.
3934
3935 2013-08-30  Pedro Alves  <palves@redhat.com>
3936
3937         * mi/mi-main.c (mi_cmd_trace_find): Use LOC_AND_ADDRESS instead of
3938         SRC_AND_LOC.
3939
3940 2013-08-30  Pedro Alves  <palves@redhat.com>
3941
3942         * thread.c (restore_selected_frame): Use SRC_AND_LOC, and change
3943         warning text.
3944
3945 2013-08-30  Pedro Alves  <palves@redhat.com>
3946
3947         * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
3948         Adjust arguments to print_stack_frame.
3949
3950 2013-08-30  Pedro Alves  <palves@redhat.com>
3951
3952         * ada-tasks.c (task_command_1): Write SRC_AND_LOC instead '1'.
3953
3954 2013-08-30  Pedro Alves  <palves@redhat.com>
3955
3956         * frame.h (show_and_print_stack_frame): Delete declaration.
3957
3958 2013-08-30  Phil Muldoon  <pmuldoon@redhat.com>
3959
3960         PR python/15461
3961         * python/py-arch.c (ARCHPY_REQUIRE_VALID): New macro.
3962         (archpy_name): Check for valid architecture.
3963         (archpy_disassemble): Ditto.
3964
3965 2013-08-29  Joel Brobecker  <brobecker@adacore.com>
3966
3967         * rs6000-nat.c (rs6000_ptrace32): Cast "addr" to "uintptr_t"
3968         instead of "long long" in call to ptrace64.
3969
3970 2013-08-29  Andrew Burgess  <aburgess@broadcom.com>
3971
3972         * mi/mi-interp.c (mi_command_loop): Change signature to match
3973         interp_command_loop_ftype.
3974         (mi1_command_loop): Remove.
3975         (mi2_command_loop): Remove.
3976         (mi3_command_loop): Remove.
3977         (mi_interpreter_resume): Remove setting of
3978         deprecated_command_loop_hook.
3979         (_initialize_mi_interp): Set mi_command_loop as the command loop
3980         callback.
3981
3982 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
3983
3984         * valops.c (do_search_struct_field): Pass v2 instead of base_type to
3985         value_type.
3986
3987 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
3988
3989         * value.c (allocate_value_contents): Make static.
3990         * value.h (allocate_value_contents): Remove prototype.
3991
3992 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
3993
3994         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use value_at_lazy instead
3995         of assembling value via allocate_value_lazy and attribute setter.
3996         * findvar.c (default_read_var_value): Use value_at_lazy instead of
3997         assembling value via allocate_value_lazy and attribute setter.
3998         * valops.c (do_search_struct_field): Use value_at_lazy instead of
3999         assembling value via allocate_value_lazy and attribute setter.
4000
4001 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
4002
4003         * value.c (value_from_contents_and_address): Replace allocate_value and
4004         memcpy with value_from_contents.
4005
4006 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
4007
4008         * python/py-framefilter.c (py_print_frame): Remove usage of
4009         PyString_AsString.  Use python_string_to_host_string instead.
4010         Refactor function to work with a string as a new allocation
4011         instead of a pointer.
4012         (py_print_frame): Ditto.
4013         * python/lib/gdb/frames.py (return_list): Cain iterators together
4014         instead of adding them as a list.
4015         (_sort_list): Call return_list, and remove duplicate code.
4016         (execute_frame_filters): Convert iterator to a list with list().
4017         * python/lib/gdb/command/frame_filters.py
4018         (SetFrameFilterPriority._set_filter_priority): Convert priority
4019         attribute to an integer.
4020         * python/lib/gdb/FrameIterator.py (FrameIterator.next): Define
4021         wrapper function __next__.
4022         * python/lib/gdb/FrameDecorator.py: If basestring not defined,
4023         define as "str".
4024
4025 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
4026
4027         PR python/15752
4028         * python/py-framefilter.c (apply_frame_filter): Check
4029         gdb_python_initialized.  Exit if the Python frame-filter code
4030         cannot be initialized.
4031
4032 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
4033
4034         PR cli/15842
4035         * top.c (print_gdb_version): Remove erroneous newline after help
4036         text.
4037
4038 2013-08-29  Yao Qi  <yao@codesourcery.com>
4039
4040         * varobj.c (install_dynamic_child): Remove trailing space.
4041         Add one blank line after variable declaration.
4042
4043 2013-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4044
4045         PR gdb/15415
4046         * corefile.c (get_exec_file): Use exec_filename.
4047         * defs.h (OPF_DISABLE_REALPATH): New definition.  Add new comment.
4048         * exec.c (exec_close): Free EXEC_FILENAME.
4049         (exec_file_attach): New variable canonical_pathname.  Use
4050         OPF_DISABLE_REALPATH.  Call gdb_realpath explicitly.  Set
4051         EXEC_FILENAME.
4052         * exec.h (exec_filename): New.
4053         * inferior.c (print_inferior, inferior_command): Use
4054         PSPACE_EXEC_FILENAME.
4055         * mi/mi-main.c (print_one_inferior): Likewise.
4056         * progspace.c (clone_program_space, print_program_space): Likewise.
4057         * progspace.h (struct program_space): New field pspace_exec_filename.
4058         * source.c (openp): Describe OPF_DISABLE_REALPATH.  New variable
4059         realpath_fptr, initialize it from OPF_DISABLE_REALPATH, use it.
4060
4061 2013-08-28  Will Newton  <will.newton@linaro.org>
4062
4063         * common/linux-ptrace.c: Include stdint.h unconditionally.
4064
4065 2013-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4066
4067         Code cleanup.
4068         * nto-tdep.c (nto_find_and_open_solib): Use OPF_TRY_CWD_FIRST.
4069
4070 2013-08-28  Yao Qi  <yao@codesourcery.com>
4071             Pedro Alves  <palves@redhat.com>
4072
4073         * event-top.c (gdb_setup_readline): Call stderr_fileopen
4074         instead of stdio_fileopen.
4075         * main.c (captured_main) [__MINGW32__]: Set stderr unbuffered.
4076         .Call stderr_fileopen instead of stdio_fileopen.
4077         * ui-file.c [__MINGW32__] (stderr_file_write): New function.
4078         [__MINGW32__] (stderr_file_fputs): New function.
4079         (stderr_fileopen): New function.
4080         * ui-file.h (stderr_fileopen): Declare.
4081
4082 2013-08-27  Doug Evans  <dje@google.com>
4083
4084         * dwarf2read.c (struct dwarf2_cu): Tweak comment.
4085         (struct dwarf2_per_cu_data): Ditto.
4086         (maybe_queue_comp_unit): Delete forward decl.  Add comment.
4087         (process_imported_unit_die): Ditto.
4088         (follow_die_sig_1): Simplify assert.
4089
4090 2013-08-27  Pedro Alves  <palves@redhat.com>
4091
4092         * windows-nat.c (windows_xfer_memory): Adjust prototype to follow
4093         xfer_partial's interface.  Return TARGET_XFER_E_IO on error.
4094         (windows_xfer_partial): Defer TARGET_OBJECT_MEMORY handling to
4095         windows_xfer_memory directly.
4096         (init_windows_ops): Don't install a deprecated_xfer_memory method.
4097
4098 2013-08-27  Pedro Alves  <palves@redhat.com>
4099
4100         * darwin-nat.c (darwin_xfer_memory): Delete.
4101         (_initialize_darwin_inferior): Don't install a
4102         deprecated_xfer_memory method.
4103
4104 2013-08-27  Pedro Alves  <pedro@codesourcery.com>
4105             Yao Qi  <yao@codesourcery.com>
4106
4107         * mi/mi-cmd-stack.c (list_args_or_locals): Adjust prototype.
4108         (parse_no_frames_option): Remove.
4109         (mi_cmd_stack_list_locals): Handle --skip-unavailable.
4110         (mi_cmd_stack_list_args): Adjust.
4111         (mi_cmd_stack_list_variables): Handle --skip-unavailable.
4112         (list_arg_or_local): Add new parameter 'skip_unavailable'.  Return
4113         early if SKIP_UNAVAILABLE is true and ARG->val is unavailable.
4114         Caller update.
4115         (list_args_or_locals): New parameter 'skip_unavailable'.
4116         Handle it.
4117         * valprint.c (scalar_type_p): Rename to ...
4118         (val_print_scalar_type_p): ... this.  Make extern.
4119         (val_print, value_check_printable): Adjust.
4120         * valprint.h (val_print_scalar_type_p): Declare.
4121         * value.c (value_entirely_unavailable): New function.
4122         * value.h (value_entirely_unavailable): Declare.
4123
4124         * NEWS: Mention the new option "--skip-unavailable" to MI
4125         commands '-stack-list-locals', '-stack-list-arguments' and
4126         '-stack-list-variables'.
4127
4128 2013-08-27  Yao Qi  <yao@codesourcery.com>
4129
4130         * mi/mi-cmd-stack.c (parse_no_frames_option): Remove.
4131         (mi_cmd_stack_list_args): Use mi_getopt_silent to handle
4132         options.
4133         * mi/mi-getopt.c (mi_getopt): Remove.
4134         (mi_getopt_1): Renamed from mi_getopt.  Add one parameter
4135         'error_on_unknown'.
4136         (mi_getopt): Call mi_getopt_1.
4137         (mi_getopt_silent): New.
4138         * mi/mi-getopt.h (mi_getopt_silent): Declare.
4139
4140 2013-08-26  Doug Evans  <dje@google.com>
4141
4142         PR symtab/15885
4143         * dwarf2read.c (dw2_dump): Print some minimal information indicating
4144         .gdb_index is in use.
4145         * symfile.c (reread_symbols): Reset objfile->sf.
4146
4147         * NEWS: Document "mt print objfiles" now takes optional regexp.
4148         * symmisc.c (maintenance_print_objfiles): Argument is now an optional
4149         regexp of objfiles to print.
4150         (_initialize_symmisc): Update doc string for "mt print objfiles".
4151
4152         * dwarf2read.c (write_psymtabs_to_index): Move error checks ahead of
4153         missing debug info checks.
4154
4155 2013-08-26  Raunaq Bathija  <raunaq12@in.ibm.com>
4156             Ulrich Weigand  <uweigand@de.ibm.com>
4157
4158         * xcoffread.c (arrange_linetable): Add fix to correctly handle
4159         line tables generated by XLC compiled binaries.
4160
4161 2013-08-23  Doug Evans  <dje@google.com>
4162
4163         * symmisc.c (dump_symtab): Delete prototype.
4164         (dump_msymbols, dump_objfile): Ditto.
4165         (maintenance_info_symtabs): Mark as dont_repeat.
4166         (_initialize_symmisc): Improve doc string for "mt info symtabs".
4167
4168         * elfread.c (elf_symfile_read): Move "Done reading minimal symbols"
4169         debugging printf to better location.
4170
4171 2013-08-23  Pedro Alves  <palves@redhat.com>
4172
4173         * target.c (target_read_live_memory): Change type of 'ret' local
4174         to LONGEST.
4175
4176 2013-08-23  Pedro Alves  <palves@redhat.com>
4177
4178         * remote.c (remote_write_bytes_aux, remote_write_bytes)
4179         (remote_read_bytes): Change return type to LONGEST, and adjust to
4180         return a target_xfer_error on error.
4181         (remote_xfer_memory): Delete.
4182         (remote_flash_write): Change type of 'ret' local to LONGEST.
4183         (remote_xfer_partial, remote_xfer_partial): Adjust.
4184         (init_remote_ops): Don't install a deprecated_xfer_memory hook.
4185
4186 2013-08-23  Pierre Muller  <muller@sourceware.org>
4187
4188         ARI fix: Push # directives to start of line.
4189         * rs6000-nat.c (rs6000_ptrace32, rs6000_ptrace64): Rule applied.
4190
4191 2013-08-12  Muhammad Waqas  <mwaqas@codesourcery.com>
4192
4193         PR gdb/15501
4194         * breakpoint.c (enable_command, disable_command): Iterate over
4195         all specified breakpoint locations.
4196
4197 2013-08-22  Luis Machado  <lgustavo@codesourcery.com>
4198
4199         * common/linux-ptrace.c (linux_fork_to_function): Push #
4200         directives to the start of the line.
4201         (linux_check_ptrace_features): Fix warning message to use
4202         the "_" markup.
4203
4204 2013-08-22  Luis Machado  <lgustavo@codesourcery.com>
4205
4206         * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-nat.h and
4207         nat/linux-waitpid.h.
4208         (linux-waitpid.o): New object file rule.
4209         * common/linux-ptrace.c: Include nat/linux-waitpid.h.
4210         (current_ptrace_options): Moved from linux-nat.c.
4211         (linux_ptrace_test_ret_to_nx): Use type casts for ptrace
4212         parameters.
4213         (linux_fork_to_function): New function.
4214         (linux_grandchild_function): Likewise.
4215         (linux_child_function): Likewise.
4216         (linux_check_ptrace_features): New function, heavily
4217         based on linux-nat.c:linux_test_for_tracefork.
4218         (linux_enable_event_reporting): New function.
4219         (ptrace_supports_feature): Likewise.
4220         (linux_supports_tracefork): Likewise.
4221         (linux_supports_traceclone): Likewise.
4222         (linux_supports_tracevforkdone): Likewise.
4223         (linux_supports_tracesysgood): Likewise.
4224         * common/linux-ptrace.h (HAS_NOMMU): Moved from
4225         gdbserver/linux-low.c.
4226         (linux_enable_event_reporting): New declaration.
4227         (linux_supports_tracefork): Likewise.
4228         (linux_supports_traceclone): Likewise.
4229         (linux_supports_tracevforkdone): Likewise.
4230         (linux_supports_tracesysgood): Likewise.
4231         * config.in (PTRACE_TYPE_ARG4): Regenerate.
4232         * config/aarch64/linux.mh (NATDEPFILES): Add linux-waitpid.o.
4233         * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
4234         * config/arm/linux.mh (NATDEPFILES): Likewise.
4235         * config/i386/linux.mh (NATDEPFILES): Likewise.
4236         * config/i386/linux64.mh (NATDEPFILES): Likewise.
4237         * config/ia64/linux.mh (NATDEPFILES): Likewise.
4238         * config/m32r/linux.mh (NATDEPFILES): Likewise.
4239         * config/m68k/linux.mh (NATDEPFILES): Likewise.
4240         * config/mips/linux.mh (NATDEPFILES): Likewise.
4241         * config/pa/linux.mh (NATDEPFILES): Likewise..
4242         * config/powerpc/linux.mh (NATDEPFILES): Likewise..
4243         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
4244         * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
4245         * config/sparc/linux.mh (NATDEPFILES): Likewise.
4246         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
4247         * config/tilegx/linux.mh (NATDEPFILES): Likewise.
4248         * config/xtensa/linux.mh (NATDEPFILES): Likewise.
4249         * configure.ac (AC_CACHE_CHECK): Add void * to the list of
4250         ptrace's 4th argument's types.
4251         Check the type of PTRACE_TYPE_ARG4.
4252         * configure: Regenerate.
4253         * linux-nat.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
4254         (SYSCALL_SIGTRAP): Moved to nat/linux-nat.h.
4255         (linux_supports_tracefork_flag): Remove.
4256         (linux_supports_tracesysgood_flag): Likewise.
4257         (linux_supports_tracevforkdone_flag): Likewise.
4258         (current_ptrace_options): Moved to
4259         common/linux-ptrace.c.
4260         (linux_tracefork_child): Remove.
4261         (my_waitpid): Remove.
4262         (linux_test_for_tracefork): Renamed to
4263         linux_check_ptrace_features and moved to common/linux-ptrace.c.
4264         (linux_test_for_tracesysgood): Remove.
4265         (linux_supports_tracesysgood): Remove.
4266         (linux_supports_tracefork): Remove.
4267         (linux_supports_tracevforkdone): Remove.
4268         (linux_enable_tracesysgood): Remove.
4269         (linux_enable_event_reporting): Remove.
4270         (linux_init_ptrace): New function.
4271         (linux_child_post_attach): Call linux_init_ptrace.
4272         (linux_child_post_startup_inferior): Call linux_init_ptrace.
4273         (linux_child_follow_fork): Call linux_supports_tracefork
4274         and linux_supports_tracevforkdone.
4275         (linux_child_insert_fork_catchpoint): Call
4276         linux_supports_tracefork.
4277         (linux_child_insert_vfork_catchpoint): Likewise.
4278         (linux_child_set_syscall_catchpoint): Call
4279         linux_supports_tracesysgood.
4280         (lin_lwp_attach_lwp): Call linux_supports_tracefork.
4281         * nat/linux-nat.h: New file.
4282         * nat/linux-waitpid.c: New file.
4283         * nat/linux-waitpid.h: New file.
4284
4285 2013-08-22  Samuel Bronson  <naesten@gmail.com>
4286
4287         ARM Linux support for `catch syscall'.
4288         * syscalls/arm-linux.py: New file.
4289         * syscalls/arm-linux.xml: Likewise.
4290         * arm-linux-tdep.c (arm_linux_get_syscall_number): New function.
4291         (arm_linux_init_abi): Register the new function and syscall xml file.
4292         * data-directory/Makefile.in: Install the new syscall xml file.
4293         * NEWS: Brag about this.
4294
4295 2013-08-22  Pedro Alves  <palves@redhat.com>
4296
4297         PR gdb/15871
4298         * corefile.c (target_xfer_memory_error): New function.
4299         (memory_error): Defer EIO to target_memory_error.
4300         (read_memory): Use target_xfer_partial, and handle finer-grained
4301         target xfer errors.
4302         * target.c (target_xfer_error_to_string): New function.
4303         (memory_xfer_partial_1): If memory is known to be
4304         unavailable, return TARGET_XFER_E_UNAVAILABLE instead of -1.
4305         (target_xfer_partial): Make extern.
4306         * target.h (enum target_xfer_error): New enum.
4307         (target_xfer_error_to_string): Declare function.
4308         (target_xfer_partial): Declare function.
4309         (struct target_ops) <xfer_partial>: Adjust describing comment.
4310
4311 2013-08-22  Alan Modra  <amodra@gmail.com>
4312
4313         * configure.host: Support powerpc64le-linux and powerpcle-linux hosts.
4314         * configure.tgt: Likewise as targets.
4315
4316 2013-08-20  Doug Evans  <dje@google.com>
4317
4318         * buildsym.c (subfile_stack): Move here from buildsym.h.
4319         (pending_macros): Ditto.
4320         (get_macro_table): New function.
4321         (buildsym_init): Initialize subfile_stack.
4322         * coffread.c (type_vector,type_vector_length): Moved here from
4323         buildsym.h.
4324         (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
4325         (coff_symtab_read): Use it.
4326         * dbxread.c (read_ofile_symtab): Delete init of subfile_stack.
4327         * dwarf2read.c (macro_start_file): Replace uses of pending_macros
4328         with call to get_macro_table.
4329         * stabsread.c (type_vector,type_vector_length): Moved here from
4330         buildsym.h.
4331         (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
4332         * buildsym.h (get_macro_table): Declare.
4333
4334 2013-08-20  Tom Tromey  <tromey@redhat.com>
4335
4336         * dbxread.c (record_minimal_symbol): Make 'name' argument const.
4337         Update.
4338         (read_dbx_dynamic_symtab): Make 'name' const.  Remove casts.
4339
4340 2013-08-20  Doug Evans  <dje@google.com>
4341
4342         * blockframe.c: Remove #include "psymtab.h".
4343         * cp-support.c: Ditto.
4344         * source.c: Ditto.
4345         * stack.c: Ditto.
4346
4347 2013-08-20  Tom Tromey  <tromey@redhat.com>
4348
4349         PR python/15816:
4350         * exceptions.h (return_mask): Now an enum.
4351         (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL): Now
4352         enum constants.
4353
4354 2013-08-20  Tom Tromey  <tromey@redhat.com>
4355
4356         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Use
4357         get_objfile_arch.
4358         * elfread.c (elf_rel_plt_read, elf_gnu_ifunc_record_cache)
4359         (elf_gnu_ifunc_resolve_by_got): Use get_objfile_arch.
4360         * jit.c (jit_object_close_impl): Update.
4361         * jv-lang.c (get_dynamics_objfile): Update.
4362         * linespec.c (add_minsym): Use get_dynamics_objfile.
4363         * objfiles.c (get_objfile_bfd_data): Initialize 'gdbarch' field.
4364         (allocate_objfile): Don't initialize 'gdbarch' field.
4365         (get_objfile_arch): Update.
4366         * objfiles.h (struct objfile_per_bfd_storage) <gdbarch>: New field,
4367         moved from...
4368         (struct objfile) <gdbarch>: ... here.  Remove.
4369         * stap-probe.c (stap_can_evaluate_probe_arguments): Use
4370         get_objfile_arch.
4371         * symfile.c (init_entry_point_info): Use get_objfile_arch.
4372
4373 2013-08-20  Alan Modra  <amodra@gmail.com>
4374
4375         * doublest.c (convert_floatformat_to_doublest): Use fmt->split_half
4376         for IBM long double nan and inf.
4377         (floatformat_is_negative, floatformat_classify,
4378         floatformat_mantissa): Similarly.
4379         (floatformat_ieee_single, floatformat_ieee_double,
4380         floatformat_ieee_quad, floatformat_arm_ext,
4381         floatformat_ia64_spill): Delete unused vars.
4382         (_initialize_doublest): Delete unused function.
4383         * gdbtypes.c (floatformats_ibm_long_double): Use new big- and
4384         little-endian variants of floatformat_ibm_long_double.
4385
4386 2013-08-19  Luis Machado  <lgustavo@codesourcery.com>
4387
4388         * Makefile.in (SFILES): Remove common/target-common.c and
4389         add target/waitstatus.c.
4390         (HFILES_NO_SRCDIR): Remove common/target-common.h and add
4391         target/resume.h, target/wait.h and target/waitstatus.h.
4392         (COMMON_OBS): Remove target-common.o and add
4393         waitstatus.o.
4394         (target-common.o): Remove.
4395         (waitstatus.o): New target object file.
4396         * common/target-common.c: Move contents to
4397         target/waitstatus.c and remove.
4398         * common/target-common.h: Move contents to other files and
4399         remove.
4400         (enum resume_kind: Move to target/resume.h.
4401         (TARGET_WNOHANG): Move to target/wait.h.
4402         (enum target_waitkind): Move to target/waitstatus.h.
4403         (struct target_waitstatus): Likewise.
4404         * target.h: Do not include target-common.h and
4405         include target/resume.h, target/wait.h and
4406         target/waitstatus.h.
4407         * target/resume.h: New file.
4408         * target/wait.h: New file.
4409         * target/waitstatus.h: New file.
4410         * target/waitstatus.c: New file.
4411
4412 2013-08-19  Pedro Alves  <palves@redhat.com>
4413
4414         * linux-nat.c (linux_test_for_tracefork)
4415         (linux_test_for_tracesysgood, linux_child_follow_fork)
4416         (lin_lwp_attach_lwp, linux_nat_resume): Don't block child signals.
4417         (linux_nat_wait_1): Extend comment.
4418         (linux_async_pipe): Add comment.
4419
4420 2013-08-15  Kevin Buettner  <kevinb@redhat.com>
4421
4422         * rl78-tdep.c (RL78_RAW_PC_REGNUM): New enum.
4423         (RL78_PC_REGNUM): Move to list of pseudo-register enums.
4424         (rl78_register_type, rl78_register_name, rl78_register_reggroup_p):
4425         Update to account for fact that PC is now a pseudo-register.
4426         (rl78_pseudo_register_write, rl78_pseudo_register_read):  Add
4427         cases for RL78_PC_REGNUM.
4428
4429 2013-08-15  Muhammad Bilal  <mbilal@codesourcery.com>
4430
4431         PR cli/15841
4432         * top.c (quit_force): Skip writing history file
4433         if input is not from terminal.
4434
4435 2013-08-14  Tom Tromey  <tromey@redhat.com>
4436
4437         * remote.c (struct remote_state) <echo_nextthread, nextthread,
4438         resultthreadlist>: New fields.
4439         (OPAQUETHREADBYTES, threadref, MAXTHREADLISTRESULTS): Move earlier.
4440         (remote_get_threadlist, remote_threadlist_iterator): Use
4441         new fields.  Remove static variables.
4442
4443 2013-08-14  Tom Tromey  <tromey@redhat.com>
4444
4445         * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p,
4446         remote_watch_data_address>: New fields.
4447         (remote_stopped_by_watchpoint_p, remote_watch_data_address): Remove.
4448         (process_stop_reply, remote_wait_as)
4449         (remote_check_watch_resources, remote_stopped_data_address): Update.
4450
4451 2013-08-14  Tom Tromey  <tromey@redhat.com>
4452
4453         * remote.c (struct remote_state) <async_client_callback,
4454         async_client_context>: New fields.
4455         (async_client_callback, async_client_context): Remove.
4456         (remote_async_serial_handler, remote_async): Update.
4457
4458 2013-08-14  Tom Tromey  <tromey@redhat.com>
4459
4460         * remote.c (sizeof_pkt): Remove.
4461         (remote_trace_find): Use rs->buf_size, not sizeof_pkt.
4462
4463 2013-08-14  Tom Tromey  <tromey@redhat.com>
4464
4465         * remote.c (struct remote_state) <use_threadinfo_query,
4466         use_threadextra_query>: New fields.
4467         (remote_threads_info, remote_threads_extra_info)
4468         (remote_open_1): Update.
4469
4470 2013-08-14  Tom Tromey  <tromey@redhat.com>
4471
4472         * remote.c (struct remote_state) <finished_object,
4473         finished_annex, finished_offset>: New fields.
4474         (remote_read_qxfer): Use remote_state fields; remove static
4475         variables.
4476
4477 2013-08-14  Tom Tromey  <tromey@redhat.com>
4478
4479         * remote.c (struct remote_state) <last_sent_step>:
4480         New field.
4481         (last_sent_step): Remove.
4482         (remote_resume, remote_wait_as): Update.
4483
4484 2013-08-14  Tom Tromey  <tromey@redhat.com>
4485
4486         * remote.c (struct remote_state) <last_sent_signal>:
4487         New field.
4488         (last_sent_signal): Remove.
4489         (new_remote_state, remote_resume, remote_wait_as): Update.
4490
4491 2013-08-14  Tom Tromey  <tromey@redhat.com>
4492
4493         * remote.c (struct remote_state) <last_program_signals_packet>:
4494         New field.
4495         (last_program_signals_packet): Remove.
4496         (remote_program_signals, remote_open_1): Update.
4497
4498 2013-08-14  Tom Tromey  <tromey@redhat.com>
4499
4500         * remote.c (struct remote_state) <last_pass_packet>:
4501         New field.
4502         (last_pass_packet): Remove.
4503         (remote_pass_signals, remote_open_1): Update.
4504
4505 2013-08-14  Tom Tromey  <tromey@redhat.com>
4506
4507         * remote.c (struct remote_state) <remote_traceframe_number>:
4508         New field.
4509         (remote_traceframe_number): Remove.
4510         (new_remote_state, remote_open_1, set_remote_traceframe)
4511         (remote_trace_find): Update.
4512
4513 2013-08-14  Tom Tromey  <tromey@redhat.com>
4514
4515         * remote.c (struct remote_state) <general_thread, continue_thread>:
4516         New fields.
4517         (general_thread, continue_thread): Remove.
4518         (record_currthread, set_thread, set_general_process)
4519         (remote_open_1, extended_remote_attach_1, remote_wait_as)
4520         (extended_remote_mourn_1): Update.
4521
4522 2013-08-14  Tom Tromey  <tromey@redhat.com>
4523
4524         * remote.c (struct remote_state) <remote_desc>: New field.
4525         (remote_desc): Remove.
4526         (remote_threads_info, remote_threads_extra_info, remote_close)
4527         (send_interrupt_sequence, remote_start_remote, remote_open_1)
4528         (readchar, remote_xfer_partial, remote_rcmd, packet_command)
4529         (remote_hostio_send_command, remote_file_put, remote_file_get)
4530         (remote_file_delete, remote_can_async_p, remote_is_async_p)
4531         (remote_async, remote_new_objfile, set_range_stepping): Update.
4532
4533 2013-08-14  Tom Tromey  <tromey@redhat.com>
4534
4535         * remote.c (remote_state): Now a pointer.
4536         (get_remote_state_raw): Update.
4537         (new_remote_state): New function.
4538         (_initialize_remote): Use new_remote_state.
4539
4540 2013-08-14  Tom Tromey  <tromey@redhat.com>
4541
4542         * remote.c (remote_protocol_features): Now const.
4543
4544 2013-08-14  Tom Tromey  <tromey@redhat.com>
4545
4546         * remote.c (crc32_table, crc32): Remove.
4547         (remote_verify_memory): Use xcrc32.
4548
4549 2013-08-13  Sergio Durigan Junior  <sergiodj@redhat.com>
4550
4551         * value.h (create_internalvar_type_lazy): Adjust prototype
4552         declaration.
4553
4554 2013-08-13  Andrew Burgess  <aburgess@broadcom.com>
4555
4556         * common/format.c (parse_format_string): Don't allow '#' flag for
4557         pointer arguments in format string.
4558
4559 2013-08-13  Pierre Muller  <muller@sourceware.org>
4560
4561         * utils.c (init_page_info): Only call tgetnum function
4562         if rl_get_screen_size did not return useful values.
4563
4564 2013-08-12  Ali Anwar  <ali_anwar@codesourcery.com>
4565
4566         PR breakpoints/15117
4567         * linespec.c (linespec_parse_basic): Check for convenience
4568         variable or history value while parsing.
4569
4570 2013-08-12  Sergio Durigan Junior  <sergiodj@redhat.com>
4571
4572         Revert implementation of gdbarch_gdb_signal_{to,from}_target for
4573         AVR.
4574         * avr-tdep.c: Remove include of "linux-tdep.h".  Remove enum with
4575         different signals between the generic Linux kernel implementation
4576         and AVR's.
4577         (avr_linux_gdb_signal_from_target): Delete.
4578         (avr_linux_gdb_signal_to_target): Delete.
4579         (avr_gdbarch_init): Don't set gdbarch_gdb_signal_{to,from}_target.
4580
4581 2013-08-09  Doug Evans  <dje@google.com>
4582
4583         * dwarf2read.c (create_addrmap_from_index): Ignore bad address table
4584         entries.
4585
4586 2013-08-09  Sergio Durigan Junior  <sergiodj@redhat.com>
4587
4588         * linux-tdep.c: Define enum with generic signal numbers.
4589         (linux_gdb_signal_from_target): New function.
4590         (linux_gdb_signal_to_target): Likewise.
4591         (linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
4592         methods to the functions above.
4593         * linux-tdep.h (linux_gdb_signal_from_target): New prototype.
4594         (linux_gdb_signal_to_target): Likewise.
4595         * alpha-linux-tdep.c: Define new enum with signals different
4596         from generic Linux kernel.
4597         (alpha_linux_gdb_signal_from_target): New function.
4598         (alpha_linux_gdb_signal_to_target): Likewise.
4599         (alpha_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
4600         with the functions mentioned above.
4601         * avr-tdep.c: Define enum with differences between Linux kernel
4602         and AVR signals.
4603         (avr_linux_gdb_signal_from_target): New function.
4604         (avr_linux_gdb_signal_to_target): Likewise.
4605         (avr_gdbarch_init): Set gdbarch_gdb_signal_{to,from}_target to
4606         the functions mentioned above.
4607         * sparc-linux-tdep.c: Define enum with differences between SPARC
4608         and generic Linux kernel signal numbers.
4609         (sparc32_linux_gdb_signal_from_target): New function.
4610         (sparc32_linux_gdb_signal_to_target): Likewise.
4611         (sparc32_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
4612         to the functions defined above.
4613         * xtensa-linux-tdep.c: Define enum with differences between
4614         Xtensa and Linux kernel generic signals.
4615         (xtensa_linux_gdb_signal_from_target): New function.
4616         (xtensa_linux_gdb_signal_to_target): Likewise.
4617         (xtensa_linux_init_abi): Set gdbarch_gdb_signal_to_target
4618         to the functions defined above.
4619         * mips-linux-tdep.c: Define enum with differences between
4620         signals in MIPS and Linux kernel generic ones.
4621         (mips_gdb_signal_to_target): New function.
4622         (mips_gdb_signal_from_target): Redefine to use new enum, handle
4623         only different signals from the Linux kernel generic.
4624         (mips_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
4625         the functions defined above.
4626         * mips-linux-tdep.h (enum mips_signals): Remove.
4627
4628 2013-08-09  Pedro Alves  <palves@redhat.com>
4629
4630         * avr-tdep.c (XMALLOC): Delete macro.
4631         * cli/cli-dump.c (XMALLOC): Delete macro.
4632
4633 2013-08-09  Pedro Alves  <palves@redhat.com>
4634
4635         * cli/cli-dump.c: Don't include cli/cli-dump.h.
4636         (scan_expression_with_cleanup, scan_filename_with_cleanup)
4637         (fopen_with_cleanup, add_dump_command): Make static.
4638         * cli/cli-dump.h: Delete file.
4639         * Makefile.in (HFILES_NO_SRCDIR): Remove reference to
4640         cli/cli-dump.h.
4641
4642 2013-08-09  Pedro Alves  <palves@redhat.com>
4643
4644         * tracepoint.c (tfile_start): Show tilde-expanded filename in
4645         error message.
4646
4647 2013-08-09  Pedro Alves  <palves@redhat.com>
4648
4649         * breakpoint.c (save_breakpoints): Show tilde-expanded filename in
4650         error message.
4651
4652 2013-08-09  Pedro Alves  <palves@redhat.com>
4653
4654         * gcore.c (create_gcore_bfd): Don't use tilde_expand here.
4655         (gcore_command): Use tilde_expand here, and when showing the
4656         filename to the user, show the expanded version.
4657
4658 2013-08-09  Yao Qi  <yao@codesourcery.com>
4659
4660         * stack.c (read_frame_arg): Set 'entryval_error' to NULL if
4661         'entryval' is set.
4662
4663 2013-08-08  Azat Khuzhin  <a3at.mail@gmail.com>  (tiny change)
4664
4665         * gcore.c (create_gcore_bfd): Use tilde_expand.
4666
4667 2013-08-08  Yao Qi  <yao@codesourcery.com>
4668
4669         * frame.h (read_frame_local): Declare.
4670         * mi/mi-cmd-stack.c (list_args_or_locals): Call
4671         read_frame_local.
4672         * stack.c (read_frame_local): New.
4673
4674 2013-08-08  Yao Qi  <yao@codesourcery.com>
4675
4676         * mi/mi-cmd-stack.c: Update comments to function
4677         list_args_or_locals.
4678
4679 2013-08-07  Tom Tromey  <tromey@redhat.com>
4680
4681         PR symtab/15028:
4682         * dwarf2read.c (struct process_psymtab_comp_unit_data): New.
4683         (process_psymtab_comp_unit_reader): Use it.
4684         (process_psymtab_comp_unit): Update.  Add "pretend_language"
4685         argument.
4686         (dwarf2_build_psymtabs_hard): Update.
4687         (scan_partial_symbols): Pass CU's language to
4688         process_psymtab_comp_unit.
4689
4690 2013-08-07  Tom Tromey  <tromey@redhat.com>
4691
4692         * dwarf2read.c (dw2_get_primary_filename_reader): Remove.
4693         (dwarf2_gdb_index_functions): Update.
4694         * psymtab.c (find_symbol_file_from_partial): Remove.
4695         (psym_functions): Update.
4696         * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
4697         Remove.
4698
4699 2013-08-07  Tom Tromey  <tromey@redhat.com>
4700
4701         * symfile.c (set_initial_language): Look up "main" symbol
4702         and use its language.
4703         * symtab.c (find_main_filename): Remove.
4704         * symtab.h (find_main_filename): Remove.
4705
4706 2013-08-07  Tom Tromey  <tromey@redhat.com>
4707
4708         * dwarf2read.c (recursively_compute_inclusions): Add
4709         "immediate_parent" argument.  Set symtab's "user" field
4710         if not set.
4711         (compute_symtab_includes): Update.
4712
4713 2013-08-07  Tom Tromey  <tromey@redhat.com>
4714
4715         * linespec.c (convert_linespec_to_sals): Use maybe_add_address
4716         when adding label symbols.
4717
4718 2013-08-07  Raunaq Bathija  <raunaq12@in.ibm.com>
4719             Ulrich Weigand  <uweigand@de.ibm.com>
4720
4721         * configure.tgt (powerpc64-*-aix*): Match powerpc64 running aix.
4722         * configure.host (powerpc64-*-aix*): Likewise.
4723
4724 2013-08-07  Raunaq Bathija  <raunaq12@in.ibm.com>
4725             Ulrich Weigand  <uweigand@de.ibm.com>
4726
4727         * gdb_ptrace.h: Use ptrace64 instead of ptrace if HAVE_PTRACE64
4728         is defined.
4729         * rs6000-nat.c: Check for __ld_info64_ if compiling 64 BIT gdb.
4730         (rs6000_ptrace32): Call ptrace64 instead of ptrace if present.
4731         (rs6000_ptrace64): Call ptace64 instead of ptracex if present.
4732         * configure.ac: Check for ptrace64.
4733         * configure, config.in: Regenerate.
4734
4735 2013-08-07  Raunaq Bathija  <raunaq12@in.ibm.com>
4736             Ulrich Weigand  <uweigand@de.ibm.com>
4737
4738         * aixthread.c: Call ptrace64 instead of ptracex if defined.
4739         Call ptrace64 instead of ptrace if defined.
4740         Add macro addr_ptr to take care of ptrace address argument.
4741         (pdc_read_regs): Likewise.
4742         (pdc_write_regs): Likewise.
4743         (aix_thread_resume): Likewise.
4744         (fetch_regs_kernel_thread): Likewise.
4745         (store_regs_kernel_thread): Likewise.
4746
4747 2013-08-07  Anton Blanchard  <anton@samba.org>
4748
4749         * MAINTAINERS: Add myself to Write After Approval.
4750
4751 2013-08-05  Tom Tromey  <tromey@redhat.com>
4752
4753         * aix-thread.c (_initialize_aix_thread): Use
4754         complete_target_initialization.
4755         * bsd-uthread.c (_initialize_bsd_uthread): Use
4756         complete_target_initialization.
4757         * dec-thread.c (_initialize_dec_thread): Use
4758         complete_target_initialization.
4759         * ravenscar-thread.c (_initialize_ravenscar): Use
4760         complete_target_initialization.
4761         * sol-thread.c (_initialize_sol_thread): Use
4762         complete_target_initialization.
4763         * spu-multiarch.c (_initialize_spu_multiarch): Use
4764         complete_target_initialization.
4765
4766 2013-08-05  Tom Tromey  <tromey@redhat.com>
4767
4768         * ada-exp.y (write_var_or_type): Use bound_minimal_symbol.
4769         * ada-lang.c (ada_lookup_simple_minsym): Return
4770         bound_minimal_symbol.
4771         * ada-lang.h (ada_lookup_simple_minsym): Update.
4772         * c-exp.y (variable): Use lookup_bound_minimal_symbol.
4773         * f-exp.y (variable): Use lookup_bound_minimal_symbol.
4774         * go-exp.y (variable): Use lookup_bound_minimal_symbol.
4775         * jv-exp.y (push_expression_name): Use lookup_bound_minimal_symbol.
4776         * m2-exp.y (variable): Use lookup_bound_minimal_symbol.
4777         * minsyms.c (msymbol_objfile): Remove.
4778         (lookup_minimal_symbol_internal): New function, from
4779         lookup_minimal_symbol.
4780         (lookup_minimal_symbol): Rewrite using
4781         lookup_minimal_symbol_internal.
4782         (lookup_bound_minimal_symbol): New function.
4783         * minsyms.h (msymbol_objfile): Remove.
4784         (lookup_bound_minimal_symbol): Declare.
4785         * p-exp.y (variable): Use lookup_bound_minimal_symbol.
4786         * parse.c (write_exp_msymbol): Change parameter to a
4787         bound_minimal_symbol.
4788         (write_dollar_variable): Use lookup_bound_minimal_symbol.
4789         * parser-defs.h (write_exp_msymbol): Update.
4790         * printcmd.c (address_info): Use lookup_bound_minimal_symbol.
4791         * symfile.c (simple_read_overlay_table): Use
4792         lookup_bound_minimal_symbol.
4793         * symtab.c (skip_prologue_sal): Don't use msymbol_objfile.
4794         (search_symbols): Likewise.
4795         (print_msymbol_info): Take a bound_minimal_symbol argument.
4796         (symtab_symbol_info, rbreak_command): Update.
4797         * symtab.h (struct symbol_search) <msymbol>: Change type
4798         to bound_minimal_symbol.
4799         * valops.c (find_function_in_inferior): Use
4800         lookup_bound_minimal_symbol.
4801         * value.c (value_fn_field): Use lookup_bound_minimal_symbol.
4802
4803 2013-08-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
4804
4805         Code cleanup.
4806         * remote.c (cleanup_sigint_signal_handler): Rename the declaration
4807         to ...
4808         (async_cleanup_sigint_signal_handler): ... this.
4809         (initialize_sigint_signal_handler): Remove declaration.
4810         (handle_remote_sigint): Rename the declaration to ...
4811         (async_handle_remote_sigint): ... this.
4812         (handle_remote_sigint_twice): Rename the declaration to ...
4813         (async_handle_remote_sigint_twice): ... this.
4814         (async_remote_interrupt, async_remote_interrupt_twice)
4815         (remote_interrupt): Remove the declarations.
4816         (remote_interrupt_twice): Rename the declaration ...
4817         (sync_remote_interrupt_twice): ... this.
4818         (sigint_remote_twice_token): Rename the variable to ...
4819         (async_sigint_remote_twice_token): ... this.
4820         (sigint_remote_token): Rename the variable to ...
4821         (async_sigint_remote_token): ... this.
4822         (initialize_sigint_signal_handler): Rename the function to ...
4823         (async_initialize_sigint_signal_handler): ... this.  Update the name
4824         inside.
4825         (handle_remote_sigint): Rename the function to ...
4826         (async_handle_remote_sigint): ... this.  Update the names inside.
4827         (handle_remote_sigint_twice): Rename the function to ...
4828         (async_handle_remote_sigint_twice): ... this.  Update the names inside.
4829         (cleanup_sigint_signal_handler): Rename the function to ...
4830         (async_cleanup_sigint_signal_handler): ... this.
4831         (remote_interrupt): Rename the function to ...
4832         (sync_remote_interrupt): this.  Update the names inside.
4833         (remote_interrupt_twice): Rename the function to ...
4834         (sync_remote_interrupt_twice): this.  Update the names inside.
4835         (remote_terminal_inferior, remote_terminal_ours, remote_wait_as)
4836         (_initialize_remote): Update the names inside.
4837
4838 2013-08-02  Tom Tromey  <tromey@redhat.com>
4839
4840         PR symtab/15719:
4841         * breakpoint.c (update_watchpoint, watchpoint_check)
4842         (watch_command_1): Update.
4843         * eval.c (fetch_subexp_value): Add "preserve_errors"
4844         parameter.
4845         * ppc-linux-nat.c (check_condition): Update.
4846         * value.h (fetch_subexp_value): Update.
4847
4848 2013-08-02  Andrew Burgess  <aburgess@broadcom.com>
4849
4850         * mi/mi-interp.c (mi_interpreter_resume): Remove call to
4851         add_file_handler.
4852
4853 2013-08-01  Doug Evans  <dje@google.com>
4854
4855         PR symtab/15691
4856         * dwarf2read.c (struct dwarf2_per_cu_data): New member tu_read.
4857         (fill_in_sig_entry_from_dwo_entry): Reorganize asserts.
4858         Add assert of sig_entry->dwo_unit == NULL.
4859         (lookup_dwo_signatured_type): Don't assign TU to a DWO if the TU
4860         had already been read.
4861         (read_signatured_type): Set per_cu.tu_read.
4862
4863         PR symtab/15695
4864         * valops.c (value_struct_elt): Add missing call to check_typedef.
4865         (value_find_oload_method_list): Ditto.
4866
4867         * symtab.c (do_free_search_symbols_cleanup): Change arg to,
4868         effectively, struct symbol_search **.
4869         (make_cleanup_free_search_symbols): Change arg to struct
4870         symbol_search **.  All callers updated.
4871         (compare_search_syms): Compare symtab file name and block as well.
4872         (search_symbols_equal): New function.
4873         (sort_search_symbols_remove_dups): Renamed from sort_search_symbols.
4874         New args new_head, new_tail.  Result is now void.  Remove dups after
4875         sorting the symbols.
4876         (search_symbols): Sort all found symbols once, after all have been
4877         found, and remove duplicates.  Simplify cleanup tracking of result.
4878         * symtab.h (make_cleanup_free_search_symbols): Update prototype.
4879
4880         Further workarounds for binutils/15021.
4881         * dwarf2read.c (recursively_compute_inclusions): Change type of result
4882         parameter to VEC (symtab_ptr) **.  New parameter all_type_symtabs.
4883         Watch for duplicate symtabs coming from type units.
4884         (compute_symtab_includes): Update call to
4885         recursively_compute_inclusions. Build vector of included symtabs
4886         instead of per_cus.
4887         * symtab.h (symtab_ptr): New typedef.
4888         (DEF_VEC_P (symtab_ptr)): New VEC type.
4889         * linespec.c (symtab_p): Delete.  All uses updated to use symtab_ptr
4890         instead.
4891
4892 2013-08-01  Andrew Burgess  <aburgess@broadcom.com>
4893
4894         * cli/cli-script.c (script_from_file): Remove use of
4895         error_pre_print.
4896         * main.c (captured_main): Remove use of error_pre_print and
4897         quit_pre_print.
4898         * utils.c (error_pre_print, quit_pre_print): Remove.
4899         * utils.h (error_pre_print, quit_pre_print): Likewise.
4900
4901 2013-08-01  Yao Qi  <yao@codesourcery.com>
4902
4903         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Parse argv
4904         with mi_getopt.
4905         (mi_cmd_stack_list_variables): Likewise.
4906
4907 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
4908
4909         * exceptions.c (deprecated_throw_reason): Remove.
4910         * exceptions.h (deprecated_throw_reason): Remove.
4911
4912 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
4913
4914         * remote-mips.c (mips_error): Replace use of
4915         deprecated_throw_reason with throw_verror.  Use the error message
4916         passed to mips_error as the error message for throw_verror.
4917
4918 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
4919
4920         * monitor.c (monitor_interrupt_query): Replace use of
4921         deprecated_throw_reason with quit.
4922         * nto-procfs.c (interrupt_query): Likewise.
4923         * remote-fileio.c (remote_fileio_sig_exit): Likewise.
4924         * remote-mips.c (mips_kill): Likewise.
4925         * remote.c (interrupt_query): Likewise.
4926
4927 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
4928
4929         * utils.c (internal_verror): Replace use of deprecated_throw_reason
4930         with call to fatal.
4931
4932 2013-07-31  Pedro Alves  <pedro@codesourcery.com>
4933             Yao Qi  <yao@codesourcery.com>
4934
4935         * tracepoint.c (trace_dump_command): Select the current frame.
4936
4937 2013-07-30  Doug Evans  <dje@google.com>
4938
4939         * dwarf2read.c (process_queue): Add type signature to debug output.
4940
4941 2013-07-30  Andrew Burgess  <aburgess@broadcom.com>
4942
4943         * value.c (value_fetch_lazy): Mark optimized out values as such
4944         rather than raising an error.
4945
4946 2013-07-30  Andrew Burgess  <aburgess@broadcom.com>
4947
4948         * value.c (value_fetch_lazy): Ensure parent value is not lazy
4949         before checking which bits of the parent, not the child, value are
4950         valid.
4951
4952 2013-07-30  Muhammad Bilal  <mbilal@codesorcery.com>
4953
4954         PR gdb/15715
4955         * top.c: Include "filenames.h".
4956         (set_history_filename): New function.
4957         (init_main): Install it as set hook of the "set history filename"
4958         command.
4959
4960 2013-07-30  Sanimir Agovic  <sanimir.agovic@intel.com>
4961
4962         * dwarf2read.c (dwarf2_get_ref_die_offset): Constify struct
4963         attribute parameter.
4964         (dwarf2_const_value_data): Constify struct attribute parameter.
4965         (dwarf2_const_value): Constify struct attribute parameter.
4966         (dwarf2_const_value_attr): Constify struct attribute parameter.
4967         (lookup_die_type): Constify struct attribute parameter.
4968         (dwarf2_get_attr_constant_value): Constify struct attribute parameter.
4969         (follow_die_ref_or_sig): Constify struct attribute parameter.
4970         (follow_die_ref): Constify struct attribute parameter.
4971         (follow_die_sig): Constify struct attribute parameter.
4972         (get_DW_AT_signature_type): Constify struct attribute parameter.
4973         (get_type_unit_group): Constify struct attribute parameter.
4974         (fill_in_loclist_baton): Constify struct attribute parameter.
4975         (dwarf2_symbol_mark_computed): Constify struct attribute parameter.
4976         (type_unit_group): Constify struct attribute parameter.
4977
4978 2013-07-30  Sanimir Agovic  <sanimir.agovic@intel.com>
4979
4980         * dwarf2read.c (attr_form_is_block): Make argument const.
4981         (attr_form_is_section_offset): Make argument const.
4982         (attr_form_is_constant): Make argument const.
4983         (attr_form_is_ref): Make argument const.
4984
4985 2013-07-30  Sanimir Agovic  <sanimir.agovic@intel.com>
4986
4987         * dwarf2read.c (attr_is_ref): Rename to attr_form_is_ref.
4988         All uses updated.
4989         (attr_form_is_ref): Moved below attr_form_is_constant.
4990
4991 2013-07-29  Doug Evans  <dje@google.com>
4992
4993         * main.c (captured_command_loop): Tweak comment.
4994
4995         * target.c (target_async_permitted_1): Fix comment.
4996
4997         * symtab.c (iterate_over_some_symtabs): Add comment.
4998
4999         * symtab.c (iterate_over_some_symtabs): Fix indentation.
5000
5001 2013-07-27  Yao Qi  <yao@codesourcery.com>
5002
5003         * NEWS: Mention that GDBserver now supports hardware
5004         watchpoints on the MIPS GNU/Linux target.
5005
5006 2013-07-27  Yao Qi  <yao@codesourcery.com>
5007
5008         * Makefile.in (HFILES_NO_SRCDIR): Add
5009         common/mips-linux-watch.h.
5010         (mips-linux-watch.o): New rule.
5011         * common/mips-linux-watch.c: New.
5012         * common/mips-linux-watch.h: New.
5013         * config/mips/linux.mh (NATDEPFILES): Add mips-linux-watch.o
5014         * mips-linux-nat.c: Include mips-linux-watch.h.
5015         (W_BIT, R_BIT, I_BIT, W_MASK, R_MASK, I_MASK, IRW_MASK): Move
5016         to common/mips-linux-watch.h.
5017         (MAX_DEBUG_REGISTER): Likewise.
5018         (enum pt_watch_style): Likewise.
5019         (struct mips32_watch_regs): Likewise.
5020         (struct mips64_watch_regs): Likewise.
5021         (struct pt_watch_regs): Likewise.
5022         (struct mips_watchpoint): Likewise.
5023         (mips_linux_watch_get_irw_mask): Move to
5024         common/mips-linux-watch.c.
5025         (get_reg_mask, mips_linux_watch_get_num_valid): Likewise.
5026         (mips_linux_watch_get_watchlo): Likewise.
5027         (mips_linux_watch_set_watchlo): Likewise.
5028         (mips_linux_watch_get_watchhi): Likewise.
5029         (mips_linux_watch_set_watchhi): Likewise.
5030         (mips_linux_read_watch_registers): Likewise.
5031         (mips_linux_watch_type_to_irw): Likewise.
5032         (mips_linux_stopped_data_address, fill_mask): Likewise.
5033         (mips_linux_watch_try_one_watch): Likewise.
5034         (mips_linux_watch_populate_regs): Likewise.
5035
5036 2013-07-27  Yao Qi  <yao@codesourcery.com>
5037
5038         * mips-linux-nat.c (get_irw_mask): Rename to ...
5039         (mips_linux_watch_get_irw_mask): ... this.  Rename parameter
5040         'set' to 'n'.  Update function comment.  All callers changed.
5041         (get_reg_mask): Rename parameter 'set' to 'n'.  Update
5042         function comment.  All callers changed.
5043         (get_num_valid): Rename to ...
5044         (mips_linux_watch_get_num_valid): ... this.  Rename parameter
5045         'set' to 'n'.  Update function comment.  All callers changed.
5046         (get_watchlo): Rename to ...
5047         (mips_linux_watch_get_watchlo): ... this.  Rename parameter
5048         'set' to 'n'.  Update function comment.  All callers changed.
5049         (set_watchlo): Rename to ...
5050         (mips_linux_watch_set_watchlo): ... this.  Rename parameter
5051         'set' to 'n'.  Update function comment.  All callers changed.
5052         (get_watchhi): Rename to ...
5053         (mips_linux_watch_get_watchhi): ... this.  Update function
5054         comment.  All callers changed.
5055         (set_watchhi): Rename to ...
5056         (mips_linux_watch_set_watchhi): ... this.  Update function
5057         comment.  All callers changed.
5058         (mips_linux_read_watch_registers): Update function comment.
5059         Add new parameters 'lwpid', 'watch_readback', and
5060         'watch_readback_valid'.  Update.
5061         (type_to_irw): Rename to ...
5062         (mips_linux_watch_type_to_irw): ... this.  Update function
5063         comment.  All callers changed.
5064         (fill_mask): Update function comment.
5065         (try_one_watch): Rename to ...
5066         (mips_linux_watch_try_one_watch): ... this.  Change the type
5067         of parameter 'irw' from 'unsigned' to 'uint32_t'.
5068         (populate_regs_from_watches): Rename to ...
5069         (mips_linux_watch_populate_regs): ... this.  Add parameter
5070         'current_watches'.  All callers changed.
5071
5072 2013-07-27  Yao Qi  <yao@codesourcery.com>
5073
5074         * mips-linux-nat.c (MAX_DEBUG_REGISTER): Move it earlier in
5075         the code.
5076         (PTRACE_SET_WATCH_REGS, enum pt_watch_style): Remove.
5077         (struct mips32_watch_regs, struct mips64_watch_regs): Remove.
5078         (struct pt_watch_regs): Likewise.
5079         [!PTRACE_GET_WATCH_REGS] (PTRACE_SET_WATCH_REGS): New macro.
5080         [!PTRACE_GET_WATCH_REGS] (enum pt_watch_style): New.
5081         [!PTRACE_GET_WATCH_REGS] (struct mips32_watch_regs): New.
5082         [!PTRACE_GET_WATCH_REGS] (struct mips64_watch_regs): New.
5083         [!PTRACE_GET_WATCH_REGS] (struct pt_watch_regs): New.
5084
5085 2013-07-27  Yao Qi  <yao@codesourcery.com>
5086
5087         * breakpoint.h: Include break-common.h.
5088         (enum target_hw_bp_type): Move to ...
5089         * common/break-common.h: ... here.  New.
5090
5091 2013-07-26  Cyril Nikolaev  <cyril@nichtverstehen.de>
5092
5093         * inflow.c (terminal_init_inferior_with_pgrp): Save inferior
5094         process group regardless of having tty on stdin.
5095
5096 2013-07-25  Doug Evans  <dje@google.com>
5097
5098         * linux-fork.h (detach_fork): Delete.
5099
5100 2013-07-25  Tom Tromey  <tromey@redhat.com>
5101
5102         PR remote/15256, PR remote/15266:
5103         * bfd-target.c (target_bfd_reopen): Initialize to_magic.
5104         * monitor.c (monitor_detach): Use unpush_target.
5105         * remote-m32r-sdi.c (m32r_detach): Use unpush_target.
5106         * remote-mips.c (mips_detach): Use unpush_target.  Don't
5107         call mips_close.
5108         * remote-sim.c (gdbsim_detach): Use unpush_target.
5109         * target.c (pop_target): Remove.
5110         (pop_all_targets_above): Don't call target_close.
5111         (target_close): Assert that the target is unpushed.
5112         * target.h (pop_target): Don't declare.
5113         * tracepoint.c (tfile_open): Use unpush_target.
5114
5115 2013-07-25  Tom Tromey  <tromey@redhat.com>
5116
5117         * linux-thread-db.c (init_thread_db_ops): Call
5118         complete_target_initialization.
5119         (_initialize_thread_db): Don't call add_target.
5120         * target.c (complete_target_initialization): New function.
5121         (add_target_with_completer): Call it.
5122         * target.h (complete_target_initialization): Declare.
5123
5124 2013-07-25  Mark Kettenis  <kettenis@gnu.org>
5125
5126         * hppa-tdep.h (enum hppa_regnum): Add members for all space registers.
5127         * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Add comment.
5128         (HPPANBSD_SIZEOF_GREGS): New define.
5129         (hppaobsd_supply_gregset): Handle additional registers.
5130         * hppabsd-nat.c (hppabsd_gregset_supplies_p): Adjust to indicate
5131         we provide more registers now.
5132         (hppabsd_supply_gregset): Supply additional registers.
5133         (hppabsd_collect_gregset): Collect additional registers.
5134
5135 2013-07-25  Mark Kettenis  <kettenis@gnu.org>
5136
5137         * hppabsd-tdep.c: Include "dwarf2-frame.h".
5138         (hppabsd_dwarf2_frame_init_reg): New function.
5139         (hppabsd_init_abi): Hook in the DWARF CFI frame unwinder.
5140
5141 2013-07-25  Andrew Burgess  <aburgess@broadcom.com>
5142
5143         * mi/mi-main.c (output_register): Make MI 'r' format use standard
5144         'z' format code.  Remove error for optimized out values, standard
5145         code will handle these fine.
5146
5147 2013-07-25  Andrew Burgess  <aburgess@broadcom.com>
5148
5149         * NEWS: Mention new 'z' formatter.
5150         * printcmd.c (print_scalar_formatted): Add new 'z' formatter.
5151         (_initialize_printcmd): Mention 'z' formatter in help text of the
5152         'x' command.
5153
5154 2013-07-24  Maciej W. Rozycki  <macro@codesourcery.com>
5155
5156         * mips-tdep.c (micromips_deal_with_atomic_sequence): Correct
5157         formatting.
5158
5159 2013-07-24  Sergio Durigan Junior  <sergiodj@redhat.com>
5160
5161         * breakpoint.c (create_longjmp_master_breakpoint): Check if probe
5162         interface can evaluate arguments.  Fallback to the old mode if it
5163         cannot.
5164         (create_exception_master_breakpoint): Likewise.
5165         * elfread.c (elf_can_evaluate_probe_arguments): New function.
5166         (struct sym_probe_fns elf_probe_fns): Export function above to the
5167         probe interface.
5168         * probe.c (can_evaluate_probe_arguments): New function.
5169         * probe.h (struct probe_ops) <can_evaluate_probe_arguments>: New
5170         function pointer.
5171         (can_evaluate_probe_arguments): New function prototype.
5172         * solib-svr4.c (svr4_create_solib_event_breakpoints): Check if
5173         probe interface can evaluate arguments.  Fallback to the old mode
5174         if it cannot.
5175         * stap-probe.c (stap_get_probe_argument_count): Check if probe
5176         interface can evaluate arguments.  Warning the user if it cannot.
5177         (stap_can_evaluate_probe_arguments): New function.
5178         (struct probe_ops stap_probe_ops): Export function above to the
5179         probe interface.
5180         * symfile.h (struct sym_probe_fns) <can_evaluate_probe_arguments>:
5181         New function pointer.
5182
5183 2013-07-24  Luis Machado  <lgustavo@codesourcery.com>
5184
5185         * Makefile.in (SFILES): Add common/target-common.c.
5186         Add common/target-common.h to headers.
5187         (COMMON_OBS): Add target-common.o.
5188         (target-common.o): New target.
5189         * linux-nat.h (resume_kind): Move to common/target-common.h.
5190         * target.c (target_waitstatus_to_string): Move to
5191         common/target-common.c.
5192         * target.h: Include target-common.h.
5193         (target_waitkind): Move to common/target-common.h.
5194         (target_waitstatus): Likewise.
5195         (TARGET_WNOHANG): Likewise.
5196         * common/target-common.c: New file.
5197         * common/target-common.h: New file.
5198
5199 2013-07-24  Doug Evans  <dje@google.com>
5200
5201         * dwarf2read.c (lookup_dwo_cutu): Change missing DWO complaint to
5202         a warning.
5203
5204 2013-07-23  Yao Qi  <yao@codesourcery.com>
5205
5206         * i386-tdep.c (i386_in_stack_tramp_p): Remove unused
5207         parameter 'gdbarch'.
5208         (i386_stack_tramp_frame_sniffer): Caller update.
5209         * i386-linux-tdep.c (i386_linux_core_read_xcr0): Remove
5210         parameter 'gdbarch' and 'target'.
5211         (i386_linux_core_read_description): Caller update.
5212         * amd64-linux-tdep.c (amd64_linux_core_read_description):
5213         Likewise.
5214         * i386-linux-tdep.h (i386_linux_core_read_xcr0): Update
5215         declaration.
5216
5217 2013-07-23  Tom Tromey  <tromey@redhat.com>
5218
5219         * dwarf2read.c (init_cutu_and_read_dies): Revert patch from
5220         2013-07-22.
5221
5222 2013-07-22  Doug Evans  <dje@google.com>
5223
5224         * exec.h (remove_target_sections): Delete arg abfd.
5225         * exec.c (exec_close): Update call to remove_target_sections.
5226         (remove_target_sections): Delete arg abfd.
5227         * solib.c (update_solib_list): Ditto.
5228         (reload_shared_libraries_1): Ditto.
5229         (clear_solib): Ditto, and unconditionally call remove_target_sections.
5230         * target.h (struct target_section): Rename key to owner.
5231         All uses updated.
5232
5233 2013-07-22  Tom Tromey  <tromey@redhat.com>
5234
5235         * solib-som.c (som_open_symbol_file_object): Call do_cleanups.
5236
5237 2013-07-22  Tom Tromey  <tromey@redhat.com>
5238
5239         * dwarf2read.c (init_cutu_and_read_dies): Remove 'free_cu_cleanup'.
5240         Simplify cleanup handling.
5241
5242 2013-07-22  Tom Tromey  <tromey@redhat.com>
5243
5244         * dwarf2read.c (dwarf_decode_line_header): Call do_cleanups
5245         on all return paths.
5246
5247 2013-07-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
5248
5249         * ppc-linux-nat.c (PPC_DEBUG_FEATURE_DATA_BP_DAWR): New define.
5250         (ppc_linux_region_ok_for_hw_watchpoint): Add checking to use the new
5251         DAWR interface for longer ranges hardware watchpoint (up to 512 bytes).
5252
5253 2013-07-22  Phil Muldoon  <pmuldoon@redhat.com>
5254
5255         * top.c (print_gdb_version): Add help, apropos description and
5256         url to online documentation.
5257
5258 2013-07-19  Hui Zhu  <hui@codesourcery.com>
5259
5260         PR gdb/15692
5261         * mi/mi-cmd-break.c (mi_argv_to_format): Handle double quotes.
5262
5263 2013-07-19  Yao Qi  <yao@codesourcery.com>
5264
5265         * target.c (update_current_target): Change the default action
5266         of 'to_traceframe_info' from tcomplain to return_zero.
5267         * target.h (struct target_ops) <to_traceframe_info>: Add more
5268         comments.
5269         * valops.c (read_value_memory): Call
5270         traceframe_available_memory unconditionally.
5271
5272 2013-07-18  Yao Qi  <yao@codesourcery.com>
5273
5274         * coffread.c (coff_symfile_read): Iterate over minimal symbols,
5275         if the name is prefixed by "__imp_" or "_imp_", look for minimal
5276         symbol without prefix.  If found, set its type to
5277         'mst_solib_trampoline'.
5278
5279 2013-07-17  Doug Evans  <dje@google.com>
5280
5281         * NEWS: Mention "set print raw frame-arguments".
5282         * gdbcmd.h (setprintrawlist, showprintrawlist): Declare.
5283         * stack.c (print_raw_frame_arguments): New static global.
5284         (print_frame_arg): Set opts.raw from print_raw_frame_arguments.
5285         (_initialize_stack): New command "set/show print raw frame-arguments".
5286         * valprint.c (setprintrawlist, showprintrawlist): New globals.
5287         (set_print_raw, show_print_raw): New functions.
5288         (_initialize_valprint): New prefix command "set/show print raw".
5289         * valprint.h (value_print_options): Improve comments.
5290
5291         * cli/cli-cmds.c (init_cmd_lists): Delete unnecessary initialization
5292         of all *list variables.
5293
5294         * gdbcmd.h (togglelist): Delete.
5295         * cli/cli-cmds.c (togglelist): Delete.
5296         (init_cmd_lists): Update.
5297         * cli/cli-cmds.h (togglelist): Delete.
5298
5299 2013-07-17  Tom Tromey  <tromey@redhat.com>
5300
5301         * dwarf2read.c (dwarf2_per_objfile_free): Clear
5302         dwarf2_per_objfile.
5303
5304 2013-07-16  Doug Evans  <dje@google.com>
5305
5306         * nto-tdep.c (nto_relocate_section_addresses): Update,
5307         target_section.bfd deleted.
5308         * ppc64-tdep.c (ppc64_convert_from_func_ptr_addr): Ditto.
5309         * s390-tdep.c (s390_load): Ditto.
5310         * solib-aix.c (solib_aix_relocate_section_addresses): Ditto.
5311
5312 2013-07-16  Andrew Burgess  <aburgess@broadcom.com>
5313
5314         * common/format.c (parse_format_string): Add checks for NULL
5315         character before calling strchr.
5316
5317 2013-07-16  Doug Evans  <dje@google.com>
5318
5319         * solist.h (target_so_ops.find_and_open_solib): Clarify usage of
5320         temp_pathname argument.
5321         * nto-tdep.c (nto_find_and_open_solib): Fix setting of temp_pathname
5322         when opening the file fails.
5323
5324         * target.h (struct target_section): Delete member bfd.
5325         All users updated to use the_bfd_section->owner instead.
5326         * exec.c (add_to_section_table): Assert bfd is expected value.
5327         Remove initialization of target_section.bfd.
5328         (remove_target_sections): Update.
5329         (section_table_available_memory): Update.
5330         (section_table_xfer_memory_partial): Update.
5331         (print_section_info): Update.
5332         (exec_set_section_address): Update.
5333         * record-full.c (record_full_core_xfer_partial): Update.
5334         * solib-svr4.c (svr4_relocate_section_addresses): Update.
5335         * solib-target.c (solib_target_relocate_section_addresses): Update.
5336         * symfile.c (build_section_addr_info_from_section_table): Update.
5337         * target.c (memory_xfer_live_readonly_partial): Update.
5338         (memory_xfer_partial_1): Update.
5339
5340 2013-07-15  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
5341
5342         * ppc-linux-nat.c: Since the new PowerPC specific ptrace interface is
5343         now available for embedded (BookE) and server (BookS) processors,
5344         correct mentions of 'booke' and adjust comments accordingly in order to
5345         avoid confusion. Rename struct 'booke_debug_info' to 'hwdebug_info'.
5346         (have_ptrace_booke_interface): Rename function and variable
5347         'have_ptrace_booke_interface' to 'have_ptrace_hwdebug_interface'.
5348         Rename struct 'booke_debug_info' to 'hwdebug_info'. Update all uses.
5349         (booke_cmp_hw_point): Rename function 'booke_cmp_hw_point' to
5350         'hwdebug_point_cmp'. Update all uses.
5351         (booke_find_thread_points_by_tid): Rename function
5352         'booke_find_thread_points_by_tid' to
5353         'hwdebug_find_thread_points_by_tid'. Update all uses.
5354         (booke_insert_point): Rename function 'booke_insert_point' to
5355         'hwdebug_insert_point'. Update all uses.
5356         (booke_remove_point): Rename function 'booke_remove_point' to
5357         'hwdebug_remove_point'. Update all uses.
5358
5359 2013-07-15  Maciej W. Rozycki  <macro@codesourcery.com>
5360
5361         * mips-tdep.c (mips_gdbarch_init): Replace hardcoded magic
5362         numbers with enum values.
5363
5364 2013-07-15  Ali Anwar  <ali_anwar@codesourcery.com>
5365
5366         PR threads/13217
5367         * thread.c (thread_apply_all_command): Check for valid threads
5368         and thread count.
5369         (thread_array_cleanup): New struct.
5370         (set_thread_refcount): New function.
5371
5372 2013-07-11  Andrew Burgess  <aburgess@broadcom.com>
5373
5374         * infcmd.c (default_print_one_register_info): Reuse function
5375         print_hex_chars.
5376
5377 2013-07-10  Tom Tromey  <tromey@redhat.com>
5378
5379         * Makefile.in (GDB_WARN_CFLAGS_NO_DEFS, ADA_EXP_C): New macros.
5380         (ada-exp.o): New target.
5381
5382 2013-07-10  Sergio Durigan Junior  <sergiodj@redhat.com>
5383
5384         * mt-tdep.c (mt_registers_info): Call
5385         get_no_prettyformat_print_options instead of
5386         get_raw_print_options (regression by last patch from Doug
5387         Evans).
5388
5389 2013-07-09  Pedro Alves  <palves@redhat.com>
5390
5391         Checked in by Joel Brobecker  <brobecker@adacore.com>.
5392         * ada-lang.c (coerce_unspec_val_to_type): Use
5393         value_optimized_out_const.
5394         * value.c (value_optimized_out_const): New function.
5395         * value.h (value_optimized_out_const): New declaration.
5396
5397 2013-07-09  Doug Evans  <dje@google.com>
5398
5399         * defs.h (enum val_prettyformat): Renamed from val_prettyprint.
5400         Enum values rename as well.  All uses updated.
5401         * valprint.h (value_print_options): Rename member pretty to
5402         pretty format.  Rename member prettyprint_arrays to
5403         prettyformat_arrays.  Rename member prettyprint_structs to
5404         prettyformat_structs.  All uses updated.
5405         (get_no_prettyformat_print_options): Renamed from
5406         get_raw_print_options.
5407         * valprint.c (get_no_prettyformat_print_options): Renamed from
5408         get_raw_print_options.  All callers updated.
5409         (show_prettyformat_structs): Renamed from show_prettyprint_structs.
5410         All callers updated.
5411         (show_prettyformat_arrays): Renamed from show_prettyprint_arrays.
5412         All callers updated.
5413         (_initialize_valprint): Improve help text for "set print pretty" and
5414         "set print arrays".
5415
5416 2013-07-09  Andrew Burgess  <aburgess@broadcom.com>
5417
5418         * value.c (value_bits_valid): Revert previous change, and change
5419         by Pedro on 2013-07-04, due to regressions in
5420         gdb.dwarf2/implptr.exp and gdb.dwarf2/pieces.exp.
5421
5422 2013-07-08  Andrew Burgess  <aburgess@broadcom.com>
5423             Pedro Alves  <palves@redhat.com>
5424
5425         * value.c (value_bits_valid): If the value is not lval_computed
5426         or has no check validity handler then the answer is the
5427         optimized_out flag, otherwise defer to the handler.
5428
5429 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
5430
5431         * top.c (print_gdb_configuration): Explain in output of
5432         --configuration what does "relocatable" mean.
5433
5434         * main.c (print_gdb_help): Regroup options in the --help text.
5435         See http://sourceware.org/ml/gdb-patches/2013-04/msg00362.html for
5436         the relevant discussions.
5437
5438 2013-07-06  Yao Qi  <yao@codesourcery.com>
5439
5440         * breakpoint.h (struct breakpoint_ops) <create_breakpoints_sal>:
5441         Remove parameter 'lsal'.
5442         * breakpoint.c (create_breakpoint): Move local variable 'lsal'
5443         to inner block.  Caller update.
5444         (base_breakpoint_create_breakpoints_sal): Update.
5445         (bkpt_create_breakpoints_sal): Likewise.
5446         (tracepoint_create_breakpoints_sal): Likewise.
5447         (strace_marker_create_breakpoints_sal): Get 'lsal' from the
5448         element 0 of vector 'canonical->sals'.
5449
5450 2013-07-05  Luis Machado  <lgustavo@codesourcery.com>
5451
5452         * rs6000-tdep.c (rs6000_stab_reg_to_regnum): Return the real
5453         register number instead of the pseudo register one.
5454         (rs6000_dwarf2_reg_to_regnum): Likewise.
5455
5456 2013-07-04  Pedro Alves  <palves@redhat.com>
5457
5458         * findvar.c (value_of_register): Use allocate_optimized_out_value
5459         if the register has been optimized out, instead of
5460         set_value_optimized_out.
5461         * frame-unwind.c (frame_unwind_got_optimized): Use
5462         allocate_optimized_out_value.
5463
5464 2013-07-04  Pedro Alves  <palves@redhat.com>
5465
5466         * value.c (value_bits_valid): If the value is not lval_computed,
5467         or doesn't have a check_validity hook, assume the value is entirely
5468         valid.
5469
5470 2013-07-04  Andrew Burgess  <aburgess@broadcom.com>
5471
5472         * stack.c (read_frame_arg): No longer fetch lazy values.
5473         * value.c (value_optimized_out): If the value is not already
5474         marked optimized out, and is lazy then fetch it.
5475         (value_primitive_field): Move optimized out check to later in the
5476         function, after we have loaded any lazy values.
5477         (value_fetch_lazy): Use optimized out flag directly rather than
5478         calling optimized_out method.
5479
5480 2013-07-04  Andrew Burgess  <aburgess@broadcom.com>
5481
5482         * valops.c: Don't include "user-regs.h".
5483         (value_fetch_lazy): Moved to value.c.
5484         * value.c: Include "user-regs.h".
5485         (value_fetch_lazy): Moved from valops.c.
5486
5487 2013-07-04  Yao Qi  <yao@codesourcery.com>
5488
5489         Revert:
5490         2013-06-27  Yao Qi  <yao@codesourcery.com>
5491
5492         * common/create-version.sh: Update comments.  Handle the case
5493         that TARGET_ALIAS is empty.
5494
5495 2013-07-03  Pedro Alves  <palves@redhat.com>
5496
5497         * Makefile.in (config.status): Depend on development.sh.
5498         (aclocal_m4_deps): Add libmcheck.m4.
5499         * acinclude.m4: Include libmcheck.m4.
5500         * configure.ac: Source development.sh instead of setting
5501         'development' here.  --enable-libmcheck/--disable-libmcheck code
5502         factored out to GDB_AC_LIBMCHECK.  Run it.
5503         * development.sh: New file.
5504         * libmcheck.m4: New file.
5505         * configure: Regenerate.
5506
5507 2013-07-02  Tom Tromey  <tromey@redhat.com>
5508
5509         * contrib/ari/update-web-ari.sh: Update for version.in change.
5510
5511 2013-07-02  Tom Tromey  <tromey@redhat.com>
5512
5513         * common/ptid.h: Comment fixes.
5514
5515 2013-07-01  Tom Tromey  <tromey@redhat.com>
5516
5517         * dwarf2read.c (dwarf2_get_dwz_file): Return NULL if
5518         .gnu_debugaltlink not found.  Use bfd_get_alt_debug_link_info.
5519         (dwarf2_read_index, create_all_comp_units): Update.
5520
5521 2013-07-01  Tom Tromey  <tromey@redhat.com>
5522
5523         * configure.ac (build_warnings): Add -Wold-style-definition.
5524         * configure: Rebuild.
5525         * machoread.c (_initialize_machoread): Use "(void)".
5526         * macrocmd.c (macro_inform_no_debuginfo): Fix formatting;
5527         use "(void)".
5528
5529 2013-07-01  Tom Tromey  <tromey@redhat.com>
5530
5531         * configure.ac (build_warnings): Add -Wold-style-declaration.
5532         * configure: Rebuild.
5533         * dsrec.c (make_srec): Use "static const", not "const static".
5534         * h8300-tdep.c (h8300_breakpoint_from_pc): Use "static const",
5535         not "const static".
5536         * mi/mi-parse.c (mi_no_values, mi_simple_values, mi_all_values):
5537         Use "static const", not "const static".
5538         * mn10300-tdep.c (mn10300_breakpoint_from_pc): Use "static const",
5539         not "const static".
5540         * moxie-tdep.c (moxie_breakpoint_from_pc): Use "static const",
5541         not "const static".
5542         * rs6000-tdep.c (rs6000_breakpoint_from_pc): Use "static const",
5543         not "const static".
5544         * v850-tdep.c (v850_breakpoint_from_pc): Use "static const",
5545         not "const static".
5546         (v850_dbtrap_breakpoint_from_pc): Likewise.
5547         * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Use "static const",
5548         not "const static".
5549
5550 2013-07-01  Tom Tromey  <tromey@redhat.com>
5551
5552         * configure.ac (build_warnings): Add -Wmissing-parameter-type.
5553         * configure: Rebuild.
5554
5555 2013-07-01  Pedro Alves  <palves@redhat.com>
5556
5557         * defs.h: Include "pathmax.h".
5558         * utils.c: Don't include sys/param.h.
5559         (gdb_realpath): Remove code that checks for MAXPATHLEN.
5560         * solib-ia64-hpux.c (ia64_hpux_handle_load_event): Use PATH_MAX
5561         instead of MAXPATHLEN.
5562         * solib-sunos.c: Don't include sys/param.h.
5563         * xcoffread.c: Don't include sys/param.h.
5564         * bsd-kvm.c: Don't include sys/param.h.
5565         * darwin-nat.c: Don't include sys/param.h.
5566         (darwin_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
5567         * darwin-nat-info.c: Don't include sys/param.h.
5568         * fbsd-nat.c (fbsd_pid_to_exec_file): Use PATH_MAX instead of
5569         MAXPATHLEN.
5570         * i386obsd-nat.c: Don't include sys/param.h.
5571         * inf-child.c: Don't include sys/param.h.
5572         (inf_child_fileio_readlink): Use PATH_MAX instead of MAXPATHLEN.
5573         * linux-fork.c: Don't include sys/param.h.
5574         (fork_save_infrun_state): Use PATH_MAX instead of MAXPATHLEN.
5575         * linux-nat.c: Don't include sys/param.h.
5576         (linux_child_pid_to_exec_file, linux_proc_pending_signals)
5577         (linux_proc_pending_signals): Use PATH_MAX instead of MAXPATHLEN.
5578         * m68klinux-nat.c: Don't include sys/param.h.
5579         * nbsd-nat.c: Don't include sys/param.h.
5580         (nbsd_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
5581         * ppc-linux-nat.c: Don't include sys/param.h.
5582         * rs6000-nat.c: Don't include sys/param.h.
5583         * spu-linux-nat.c. Don't include sys/param.h.
5584         * windows-nat.c: Don't include sys/param.h.
5585         * xtensa-linux-nat.c: Don't include sys/param.h.
5586         * config/i386/nm-fbsd.h: Don't include sys/param.h.
5587
5588 2013-07-01  Pedro Alves  <palves@redhat.com>
5589
5590         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add pathmax.
5591         * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/pathmax.m4.
5592         * gnulib/aclocal.m4: Regenerate.
5593         * gnulib/config.in: Regenerate.
5594         * gnulib/configure: Regenerate.
5595         * gnulib/import/pathmax.h: New file.
5596         * gnulib/import/Makefile.am: Regenerate.
5597         * gnulib/import/Makefile.in: Regenerate.
5598         * gnulib/import/m4/gnulib-cache.m4: Regenerate.
5599         * gnulib/import/m4/gnulib-comp.m4: Regenerate.
5600         * gnulib/import/m4/pathmax.m4: New file.
5601
5602 2013-07-01  Pedro Alves  <palves@redhat.com>
5603
5604         * configure.ac (GDBINIT): Define, depending on host.
5605         * go32-nat.c (init_go32_ops): Don't override gdbinit here.
5606         * top.c (PATH_MAX): Delete fallback definition.
5607         (GDBINIT_FILENAME): Delete.
5608         (gdbinit): Reimplement as const char array set to the GDBINIT
5609         string constant.
5610         * top.h (gdbinit): Make const.
5611         * configure, config.in: Regenerate.
5612
5613 2013-07-01  Pedro Alves  <palves@redhat.com>
5614
5615         * cli/cli-cmds.c (source_script): Make 'file' parameter const.
5616         * cli/cli-cmds.h (source_script): Likewise.
5617         * exceptions.c (catch_command_errors_const): New function.
5618         * exceptions.h (catch_command_errors_const): Declare.
5619         * main.c (get_init_files): Make parameters const, and adjust.
5620         (captured_main): Make 'system_gdbinit', 'home_gdbinit' and
5621         'local_gdbinit' locals const.  Adjust to use
5622         catch_command_errors_const.
5623         (print_gdb_help): Make 'system_gdbinit', 'home_gdbinit' and
5624         'local_gdbinit' locals const.
5625
5626 2013-07-01  Pedro Alves  <palves@redhat.com>
5627
5628         * defs.h: Don't check HAVE_UNISTD_H before including <unistd.h>.
5629         (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Delete.
5630         * tracepoint.c: Don't check HAVE_UNISTD_H before including
5631         <unistd.h>.
5632
5633 2013-07-01  Pedro Alves  <palves@redhat.com>
5634
5635         Import the "unistd" gnulib module.
5636         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add "unistd".
5637         * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/off_t.m4,
5638         import/m4/ssize_t.m4, import/m4/sys_types_h.m4 and
5639         import/m4/unistd_h.m4.
5640         * gnulib/aclocal.m4: Renenerate.
5641         * gnulib/config.in: Renenerate.
5642         * gnulib/configure: Renenerate.
5643         * gnulib/import/Makefile.am: Renenerate.
5644         * gnulib/import/Makefile.in: Renenerate.
5645         * gnulib/import/m4/gnulib-cache.m4: Renenerate.
5646         * gnulib/import/m4/gnulib-comp.m4: Renenerate.
5647         * gnulib/import/m4/off_t.m4: New file.
5648         * gnulib/import/m4/ssize_t.m4: New file.
5649         * gnulib/import/m4/sys_types_h.m4: New file.
5650         * gnulib/import/m4/unistd_h.m4: New file.
5651         * gnulib/import/sys_types.in.h: New file.
5652         * gnulib/import/unistd.c: New file.
5653         * gnulib/import/unistd.in.h: New file.
5654
5655 2013-07-01  Pedro Alves  <palves@redhat.com>
5656
5657         * utils.c <pathconf/_PC_PATH_MAX use>: Check if _PC_PATH_MAX is
5658         defined instead of checking HAVE_UNISTD_H.
5659
5660 2013-07-01  Pedro Alves  <palves@redhat.com>
5661
5662         Reimport gnulib from scratch.
5663         * gnulib/Makefile.in (aclocal_m4_deps): Remove reference to
5664         import/m4/onceonly.m4.
5665         * gnulib/aclocal.m4: Renegerate.
5666         * gnulib/config.in: Renegerate.
5667         * gnulib/configure: Renegerate.
5668         * gnulib/import/Makefile.in: Renegerate.
5669         * gnulib/import/extra/update-copyright: Renegerate.
5670         * gnulib/import/m4/onceonly.m4: Delete.
5671
5672 2013-07-01  Pedro Alves  <palves@redhat.com>
5673
5674         * tui/tui-regs.c (pagination_enabled): Delete declaration.
5675
5676 2013-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
5677
5678         Code cleanup.
5679         * remote.c (async_remote_interrupt_twice): Make it static.
5680         * remote.h (async_remote_interrupt_twice): Remove the declaration.
5681
5682 2013-06-29  Sergio Durigan Junior  <sergiodj@redhat.com>
5683
5684         * ia64-linux-tdep.c: Include <ctype.h>.
5685         (ia64_linux_stap_is_single_operand): New function.
5686         (ia64_linux_init_abi): Initialize SystemTap related attributes.
5687
5688 2013-06-28  Tom Tromey  <tromey@redhat.com>
5689
5690         * Makefile.in (version.c): Use version.in, not
5691         common/version.in.
5692         * common/create-version.sh: Likewise.
5693         * common/version.in: Move...
5694         * version.in: ...here.
5695
5696 2013-06-28  Pedro Alves  <palves@redhat.com>
5697
5698         * infrun.c (set_observer_mode): Don't declare pagination_enabled
5699         here.
5700         * utils.h (pagination_enabled): Declare.
5701
5702 2013-06-28  Pedro Alves  <palves@redhat.com>
5703
5704         * infrun.c (non_stop, non_stop_1, set_non_stop, show_non_stop):
5705         Move higher up in file.
5706
5707 2013-06-28  Tom Tromey  <tromey@redhat.com>
5708
5709         * tracepoint.c (deprecated_readline_begin_hook)
5710         (deprecated_readline_hook, deprecated_readline_end_hook): Don't
5711         declare.
5712
5713 2013-06-28  Pedro Alves  <palves@redhat.com>
5714
5715         PR tui/14880
5716         * tui/tui-regs.c (tui_get_register): Fetch value contents before
5717         checking if they're available.
5718         * value.c (value_available_contents_eq): Change comment.
5719         * value.h (value_available_contents_eq): Expand comment.
5720
5721 2013-06-27  Tom Tromey  <tromey@redhat.com>
5722
5723         * target.c (find_run_target): Remove.
5724         * target.h (find_run_target): Remove.
5725
5726 2013-06-27  Tom Tromey  <tromey@redhat.com>
5727
5728         * corelow.c (core_gdbarch): Now static.
5729
5730 2013-06-27  Tom Tromey  <tromey@redhat.com>
5731
5732         * target.c (target_struct_index): Remove.
5733
5734 2013-06-27  Pedro Alves  <palves@redhat.com>
5735
5736         * infrun.c: Remove comment describing the 'stepping over runtime
5737         loader dynamic symbol resolution code' mechanism; moved to
5738         gdbint.texinfo.
5739
5740 2013-06-27  Pedro Alves  <palves@redhat.com>
5741
5742         * exceptions.c (catch_command_errors): Remove spurious space.
5743         * exceptions.h (catch_command_errors): Second parameter is "arg",
5744         not "command".
5745
5746 2013-06-27  Yao Qi  <yao@codesourcery.com>
5747
5748         * common/create-version.sh: Update comments.  Handle the case
5749         that TARGET_ALIAS is empty.
5750
5751 2013-06-26  Pedro Alves  <palves@redhat.com>
5752
5753         * infrun.c (SOLIB_IN_DYNAMIC_LINKER): Delete macro and describing
5754         comment.
5755
5756 2013-06-26  Pedro Alves  <palves@redhat.com>
5757
5758         * infrun.c: Update comments on stepping over runtime loader
5759         dynamic symbol resolution code.
5760
5761 2013-06-26  Sergio Durigan Junior  <sergiodj@redhat.com>
5762
5763         * ax-gdb.h (union exp_element): Forward declare.
5764         * parser-defs.h: Include expression.h.
5765
5766 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
5767
5768         * mips-tdep.c (fetch_mips_16): Use unmake_compact_addr.
5769
5770 2013-06-26  Dmitry Kozlov <ddk@codesourcery.com>
5771
5772         * tracepoint.c (trace_save): Extend tsave to save starttime, stoptime.
5773
5774 2013-06-26  Dmitry Kozlov <ddk@codesourcery.com>
5775
5776         Fix trace-status to output proper start-time and stop-time.
5777         * tracepoint.c (trace_status_command): Fix type of printf arg to
5778         prevent improper type conversion.
5779         (trace_status_mi): Likewise.
5780
5781 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
5782
5783         * mips-tdep.c (mips_next_pc): Fix a typo.
5784
5785 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
5786
5787         * mips-tdep.c (micromips_scan_prologue): Fix a typo.
5788
5789 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
5790             Yao Qi  <yao@codesourcery.com>
5791
5792         * mi/mi-cmds.c (mi_cmds): Register -trace-frame-collected.
5793         * mi/mi-cmds.h (mi_cmd_trace_frame_collected): Declare.
5794         * mi/mi-main.c (print_variable_or_computed): New function.
5795         (mi_cmd_trace_frame_collected): New function.
5796         * tracepoint.c (find_trace_state_variable_by_number): New.
5797         (struct traceframe_info): Move to tracepoint.h
5798         (struct collection_list): Likewise.
5799         (do_collect_symbol): Include locals and arguments in the
5800         collected variables list.
5801         (clear_collection_list): Clear wholly collected variables list
5802         and computed variables list.
5803         (append_exp): New function.
5804         (encode_actions_1): Include variables in the wholly
5805         collected variables list.  Include memory ranges and
5806         full-fledged expressions in the computed expressions list.
5807         (encode_actions): Move some code to ...
5808         Return the cleanup chain.
5809         (encode_actions_rsp): ... here.  New function.
5810         (get_traceframe_location, get_traceframe_info): Remove static.
5811         * tracepoint.h (struct memrange): Moved from tracepoint.c.
5812         (struct collection_list): Moved from tracepoint.c.  Add two
5813         new fields 'wholly_collected' and 'computed'.
5814         (find_trace_state_variable_by_number): Declare.
5815         (encode_actions): Adjust declaration.
5816         (encode_actions_rsp): Declare.
5817         (get_traceframe_info, get_traceframe_location): Declare.
5818
5819         * NEWS: Mention new MI command -trace-frame-collected.
5820
5821 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
5822             Yao Qi  <yao@codesourcery.com>
5823
5824         * ctf.c (ctf_traceframe_info): Push trace state variables
5825         present in the trace data into the traceframe info object.
5826         * breakpoint.c (DEF_VEC_I): Remove.
5827         * common/filestuff.c (DEF_VEC_I): Likewise.
5828         * dwarf2loc.c (DEF_VEC_I): Likewise.
5829         * mi/mi-main.c (DEF_VEC_I): Likewise.
5830         * common/gdb_vecs.h (DEF_VEC_I): Define vector for int.
5831         * features/traceframe-info.dtd: Add tvar element and its
5832         attributes.
5833         * tracepoint.c (free_traceframe_info): Free vector 'tvars'.
5834         (build_traceframe_info): Push trace state variables present in
5835         the trace data into the traceframe info object.
5836         (traceframe_info_start_tvar): New function.
5837         (tvar_attributes): New.
5838         (traceframe_info_children): Add "tvar" element.
5839         * tracepoint.h (struct traceframe_info) <tvars>: New field.
5840
5841         * NEWS: Mention the change in GDB and GDBserver.
5842
5843 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
5844             Yao Qi  <yao@codesourcery.com>
5845
5846         * tracepoint.c (trace_dump_command): Move code to ...
5847         (get_traceframe_location): ... here.  New.
5848
5849 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
5850             Yao Qi  <yao@codesourcery.com>
5851
5852         * tracepoint.c (trace_dump_command): GDB emits an error
5853          instead of a warning when a traceframe is not selected.
5854
5855 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
5856             Yao Qi  <yao@codesourcery.com>
5857
5858         * tracepoint.c (tracepoint_list, stepping_list): Remove.
5859         (clear_collection_list): Free fields 'aexpre_list' and 'list'
5860         in collection_list.
5861         (do_clear_collection_list, init_collection_list): New.
5862         (encode_actions): Add local variables 'tracepoint_list' and
5863         'stepping_list'.  Call init_collection_list and make cleanup
5864         which calls do_clear_collection_list.  Don't call
5865         clear_collection_list.
5866         (_initialize_tracepoint): Delete references to
5867         'tracepoint_list' and 'stepping_list'.
5868
5869 2013-06-25  Tom Tromey  <tromey@redhat.com>
5870
5871         * common/create-version.sh (date): Use "$", not "$$" in sed
5872         expression.
5873
5874 2013-06-25  Kevin Buettner  <kevinb@redhat.com>
5875
5876         * NEWS (New targets): Add entry for TI MSP430.
5877
5878 2013-06-25  Yao Qi  <yao@codesourcery.com>
5879
5880         * remote.c (remote_start_remote): Move code to upload tsv
5881         earlier.
5882
5883 2013-06-25  Yao Qi  <yao@codesourcery.com>
5884             Hui Zhu  <hui@codesourcery.com>
5885             Pedro Alves  <palves@redhat.com>
5886
5887         PR breakpoints/15075
5888         PR breakpoints/15434
5889         * breakpoint.c (bpstat_stop_status): Call
5890         b->ops->after_condition_true.
5891         (update_dprintf_command_list): Don't append "continue" command
5892         to the command list of dprintf breakpoint.
5893         (base_breakpoint_after_condition_true): New function.
5894         (base_breakpoint_ops): Add base_breakpoint_after_condition_true.
5895         (dprintf_after_condition_true): New function.
5896         (initialize_breakpoint_ops): Set dprintf_after_condition_true.
5897         * breakpoint.h (breakpoint_ops): Add after_condition_true.
5898
5899 2013-06-24  Kevin Buettner  <kevinb@redhat.com>
5900
5901         * Makefile.in (ALL_TARGET_OBS): Add msp430-tdep.o.
5902         (ALLDEPFILES): Add msp430-tdep.c.
5903         * configure.tgt (msp430*-*-elf): New target.
5904         * msp430-tdep.c: New file.
5905
5906 2013-06-24  Maciej W. Rozycki  <macro@codesourcery.com>
5907
5908         * mips-tdep.c (mips_elf_make_msymbol_special): Handle MIPS16 and
5909         microMIPS synthetic symbols.
5910
5911 2013-06-24  Maciej W. Rozycki  <macro@codesourcery.com>
5912
5913         * objfiles.h (pc_in_section): New prototype.
5914         (in_plt_section): Remove name argument, replace prototype with
5915         static inline function.
5916         * mips-tdep.h: Include "objfiles.h".
5917         (in_mips_stubs_section): New function.
5918         * hppa-tdep.h (gdbarch_tdep): Remove name argument of
5919         in_solib_call_trampoline member.
5920         (hppa_in_solib_call_trampoline): Remove name argument.
5921         * objfiles.c (pc_in_section): New function.
5922         (in_plt_section): Remove function.
5923         * mips-linux-tdep.c: Include "objfiles.h".
5924         (mips_linux_in_dynsym_stub): Call in_mips_stubs_section.  Remove
5925         name argument.  Return 1 rather than the low 16-bit halfword of
5926         any instruction examined.
5927         (mips_linux_in_dynsym_resolve_code): Update
5928         mips_linux_in_dynsym_stub call accordingly.
5929         * mips-tdep.c (mips_stub_frame_sniffer): Use in_mips_stubs_section
5930         rather than an equivalent hand-coded sequence.
5931         * hppa-hpux-tdep.c (in_opd_section): Remove function.
5932         (hppa32_hpux_in_solib_call_trampoline): Remove name argument.
5933         (hppa64_hpux_in_solib_call_trampoline): Likewise.
5934         (hppa64_hpux_find_global_pointer): Use pc_in_section rather than
5935         in_opd_section.
5936         * hppa-tdep.c (hppa_stub_unwind_sniffer): Remove name argument
5937         on call to tdep->in_solib_call_trampoline.
5938         (hppa_in_solib_call_trampoline): Remove name argument, update
5939         according to in_plt_section change.
5940         (hppa_skip_trampoline_code): Update according to in_plt_section
5941         change.
5942         * aarch64-tdep.c (aarch64_stub_unwind_sniffer): Likewise.
5943         * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code):
5944         Likewise.
5945         * arm-tdep.c (arm_stub_unwind_sniffer): Likewise.
5946         * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
5947         * hppabsd-tdep.c (hppabsd_find_global_pointer): Likewise.
5948         * nios2-tdep.c (nios2_stub_frame_sniffer): Likewise.
5949         * nto-tdep.c (nto_relocate_section_addresses): Likewise.
5950         * s390-tdep.c (s390_stub_frame_sniffer): Likewise.
5951         * sh-tdep.c (sh_stub_unwind_sniffer): Likewise.
5952         * solib-dsbt.c (dsbt_in_dynsym_resolve_code): Likewise.
5953         * solib-frv.c (frv_in_dynsym_resolve_code): Likewise.
5954         * solib-svr4.c (svr4_in_dynsym_resolve_code): Likewise.
5955         * solib-target.c (solib_target_in_dynsym_resolve_code): Likewise.
5956         * sparc-tdep.c (sparc_analyze_prologue): Likewise.
5957         * tic6x-tdep.c (tic6x_stub_unwind_sniffer): Likewise.
5958
5959 2013-06-24  Joel Brobecker  <brobecker@adacore.com>
5960
5961         * common/create-version.sh: Fix expansion of $host_alias
5962         and $target_alias in generation of HOST_NAME and TARGET_NAME
5963         (resp.).
5964
5965 2013-06-24  Tom Tromey  <tromey@redhat.com>
5966
5967         * common/create-version.sh: New file.
5968         * Makefile.in (version.c): Use bfd/version.h, common/version.in,
5969         create-version.sh.
5970         (HFILES_NO_SRCDIR): Use common/version.h.
5971         * version.in: Move to ...
5972         * common/version.in: ... here.  Replace date with "DATE".
5973         * version.h: Move to ...
5974         * common/version.h: ... here.
5975
5976 2013-06-21  Joel Brobecker  <brobecker@adacore.com>
5977
5978         * gdb/gnulib/Makefile.in: Update date in copyright header.
5979         * gdb/gnulib/configure.ac: Ditto.
5980         * gdb/gnulib/update-gnulib.sh: Ditto.
5981
5982 2013-06-21  Joel Brobecker  <brobecker@adacore.com>
5983
5984         * copyright.py (EXCLUDE_LIST): Replace "gdb/gnulib" by
5985         "gdb/gnulib/import".
5986
5987 2013-06-21  Will Newton  <will.newton@linaro.org>
5988
5989         * doublest.c (ldfrexp): Remove function.
5990         (convert_doublest_to_floatformat): Call frexpl instead of
5991         ldfrexp.
5992
5993 2013-06-21  Will Newton  <will.newton@linaro.org>
5994
5995         * gnulib/update-gnulib.sh(IMPORTED_GNULIB_MODULES): Add frexpl.
5996         * gnulib/aclocal.m4: Regenerate.
5997         * gnulib/config.in: Regenerate.
5998         * gnulib/configure: Regenerate.
5999         * gnulib/import/Makefile.am: Update.
6000         * gnulib/import/Makefile.in: Update.
6001         * gnulib/import/m4/gnulib-cache.m4: Update.
6002         * gnulib/import/m4/gnulib-comp.m4: Update.
6003         * gnulib/import/float+.h: Import.
6004         * gnulib/import/float.c: Import.
6005         * gnulib/import/float.in.h: Import.
6006         * gnulib/import/fpucw.h: Import.
6007         * gnulib/import/frexp.c: Import.
6008         * gnulib/import/frexpl.c: Import.
6009         * gnulib/import/isnan.c: Import.
6010         * gnulib/import/isnand-nolibm.h: Import.
6011         * gnulib/import/isnand.c: Import.
6012         * gnulib/import/isnanl-nolibm.h: Import.
6013         * gnulib/import/isnanl.c: Import.
6014         * gnulib/import/itold.c: Import.
6015         * gnulib/import/m4/exponentd.m4: Import.
6016         * gnulib/import/m4/exponentl.m4: Import.
6017         * gnulib/import/m4/float_h.m4: Import.
6018         * gnulib/import/m4/fpieee.m4: Import.
6019         * gnulib/import/m4/frexp.m4: Import.
6020         * gnulib/import/m4/frexpl.m4: Import.
6021         * gnulib/import/m4/isnand.m4: Import.
6022         * gnulib/import/m4/isnanl.m4: Import.
6023         * gnulib/import/m4/math_h.m4: Import.
6024         * gnulib/import/math.c: Import.
6025         * gnulib/import/math.in.h: Import.
6026
6027 2013-06-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
6028
6029         * common/linux-btrace.c (cpu_supports_btrace): Remove variable vendor,
6030         replace strcmp with signature_INTEL_ebx, signature_INTEL_ecx and
6031         signature_INTEL_edx comparisons.
6032
6033 2013-06-20  Doug Evans  <dje@google.com>
6034
6035         symtab/15652
6036         * dwarf2read.c (try_open_dwop_file): New arg search_cwd.
6037         All callers updated.
6038         (open_dwp_file): If we can't find the dwp file, search the basename
6039         in debug-file-directory.
6040
6041         * dwarf2read.c (struct dwp_file): Fix comment.
6042         (open_and_init_dwp_file): Set dwp_file->name to bfd's file name.
6043
6044         * source.c (openp): Document OPF_TRY_CWD_FIRST+OPF_SEARCH_IN_PATH
6045         better.
6046
6047 2013-06-20  Yao Qi  <yao@codesourcery.com>
6048
6049         * breakpoint.c (create_breakpoint): Fix code indentation.
6050
6051 2013-06-20  Yao Qi  <yao@codesourcery.com>
6052
6053         * breakpoint.c (create_breakpoints_sal_default): Remove
6054         parameter 'lsal'.  Update declaration.
6055         (bkpt_create_breakpoints_sal): Caller update.
6056         (tracepoint_create_breakpoints_sal): Likewise.
6057
6058 2013-06-20  Pedro Alves  <pedro@codesourcery.com>
6059             Yao Qi  <yao@codesourcery.com>
6060
6061         * NEWS: Mention the new option '--skip-unavailable' of command
6062         -data-list-register-values.
6063         * mi/mi-main.c (mi_cmd_data_list_register_values): Accept the
6064         --skip-unavailable option.  Adjust to use output_register.
6065         (output_register): Add new 'skip_unavailable' parameter.
6066         Handle it.
6067
6068 2013-06-19  Mike Frysinger  <vapier@gentoo.org>
6069
6070         * Makefile.in (HFILES_NO_SRCDIR): Add common/i386-cpuid.h and
6071         common/i386-gcc-cpuid.h.
6072         * common/i386-cpuid.h: New wrapper header around i386-gcc-cpuid.h.
6073         * common/i386-gcc-cpuid.h: Rename from testsuite/gdb.arch/i386-cpuid.h.
6074         Copy the latest version from upstream gcc.
6075         * common/linux-btrace.c: Include i386-cpuid.h.
6076         (intel_supports_btrace): Delete x86 ifdefs and replace inline asm with
6077         call to i386_cpuid.
6078         (cpu_supports_btrace): Likewise.
6079         * go32-nat.c: Include i386-cpuid.h.
6080         (go32_sysinfo): Add (disabled) calls to i386_cpuid with comments.
6081
6082 2013-06-19  Doug Evans  <dje@google.com>
6083
6084         * symfile.c (symfile_bfd_open): Delete unnecessary declaration.
6085         (get_section_index): Ditto.
6086
6087 2013-06-19  Tom Tromey  <tromey@redhat.com>
6088
6089         * breakpoint.c (_initialize_breakpoint): Remove trailing \n from
6090         "dprintf" help.
6091
6092 2013-06-18  Doug Evans  <dje@google.com>
6093
6094         * dwarf2read.c (dw2_symtab_iter_next): Check value of cu_index
6095         before using it.
6096         (dw2_expand_symtabs_matching): Fix symbol kind validity check.
6097         Move test of cu_index closer to use.  Print complaint if cu_index
6098         is bad.
6099
6100 2013-06-18  Joel Brobecker  <brobecker@adacore.com>
6101
6102         * machoread.c (oso_vector): Delete this global.
6103         (macho_register_oso): Add new parameter "oso_vector_ptr".
6104         Use it instead of the "oso_vector" global.
6105         (macho_symtab_read, macho_symfile_read_all_oso): Likewise.
6106         (macho_symfile_read): Use a local oso_vector, to be free'ed
6107         at the end of this function, in place of the old "oso_vector"
6108         global.  Update various function calls accordingly.  Use one
6109         single cleanup chain for the entire function.
6110
6111 2013-06-18  Joel Brobecker  <brobecker@adacore.com>
6112
6113         * dwarf2read.c (dwarf2_per_objfile_free): Replace uses of
6114         DWARF2_PER_OBJFILE by uses of DATA instead.
6115
6116 2013-06-18  Tom Tromey  <tromey@redhat.com>
6117
6118         * break-catch-sig.c (signal_catchpoint_explains_signal): Add 'sig'
6119         argument.
6120         * breakpoint.c (bpstat_explains_signal): Add 'sig' argument.
6121         Special case signals other than GDB_SIGNAL_TRAP.
6122         (explains_signal_watchpoint): New function.
6123         (base_breakpoint_explains_signal): Add 'sig' argument.
6124         (initialize_breakpoint_ops): Set 'explains_signal' method for
6125         watchpoints.
6126         * breakpoint.h (struct breakpoint_ops) <explains_signal>: Add
6127         signal argument.
6128         (bpstat_explains_signal): Likewise.
6129         * infrun.c (handle_syscall_event, handle_inferior_event): Update.
6130
6131 2013-06-18  Tom Tromey  <tromey@redhat.com>
6132
6133         * python/py-inferior.c (gdbpy_selected_inferior): Don't incref.
6134
6135 2013-06-18  Tom Tromey  <tromey@redhat.com>
6136
6137         * python/python.c (finish_python_initialization): Decref
6138         'pythondir' on failure path as well.
6139
6140 2013-06-18  Tom Tromey  <tromey@redhat.com>
6141
6142         PR symtab/15391:
6143         * dwarf2loc.c (read_pieced_value): Truncate this_size_bits
6144         after taking bits_to_skip into account.  Sign extend byte_offset.
6145         * utils.h (gdb_sign_extend): Declare.
6146         * utils.c (gdb_sign_extend): New function.
6147
6148 2013-06-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
6149
6150         * dwarf2read.c (write_psymtabs_to_index): Ignore NULL PSYMTAB.
6151
6152 2013-06-17  Pierre Muller  <muller@sourceware.org>
6153
6154         * corelow.c (core_open): Print GDB signal name instead of target
6155         signal number.
6156
6157 2013-06-17  Mike Frysinger  <vapier@gentoo.org>
6158
6159         * .gitignore: Add /gcore.
6160
6161 2013-06-13  Doug Evans  <dje@google.com>
6162
6163         * dwarf2read.c (try_open_dwop_file): Work around behaviour of
6164         OPF_TRY_CWD_FIRST to not search path if the file contains a '/'.
6165
6166 2013-06-12  Phil Muldoon  <pmuldoon@redhat.com>
6167
6168         * stack.c (backtrace_command_1): Fix indentation.
6169
6170 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
6171
6172         * window-nat.c (thread_rec): Add missing empty line after
6173         local variable declaration.
6174
6175 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
6176
6177         * windows-nat.c (thread_rec): Revert format used to print
6178         error code returned by SuspendThread from %d back to %u.
6179
6180 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
6181
6182         * windows-nat.c (windows_continue): Add "0x" prefix for thread
6183         ID in debug trace.
6184         (get_windows_debug_event): Likewise, for all debug traces.
6185
6186 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
6187
6188         * window-nat.c (thread_rec): Add thread ID in SuspendThread
6189         warning message.
6190
6191 2013-06-08  Pedro Alves  <pedro@codesourcery.com>
6192             Yao Qi  <yao@codesourcery.com>
6193
6194         * mi/mi-main.c (get_register): Remove declaration.
6195         (output_register): Declare.
6196         (mi_cmd_data_list_register_values): Remove local variable
6197         'tuple_cleanup'.  Move some code into output_register.
6198         (get_register): Renamed to ...
6199         (output_register): ... this.  Output the register's
6200         "number" ui_out tuple here.
6201
6202 2013-06-07  Pedro Alves  <palves@redhat.com>
6203
6204         * darwin-nat.c: Fix formating in copyright header.
6205         * darwin-nat.h: Likewise.
6206         * gnu-nat.c: Likewise.
6207         * machoread.c: Likewise.
6208
6209 2013-06-07  Pedro Alves  <palves@redhat.com>
6210
6211         PR server/14823
6212         * regformats/regdat.sh: Output #include tdesc.h.  Make globals
6213         static.  Output a global target description pointer.
6214         (init_registers_${name}): Adjust to initialize a
6215         target description structure.
6216
6217 2013-06-07  Will Newton  <will.newton@linaro.org>
6218
6219         * printcmd.c (build_address_symbolic): Call
6220         gdbarch_addr_bits_remove for text minimal symbols.
6221
6222 2013-06-07  Will Newton  <will.newton@linaro.org>
6223
6224         * MAINTAINERS: Add myself to Write After Approval.
6225
6226 2013-06-07  Yao Qi  <yao@codesourcery.com>
6227
6228         * tracepoint.c (start_tracing): Move code to ...
6229         (trace_reset_local_state): ... here.  New.
6230         (disconnect_tracing): Don't call set_current_traceframe,
6231         set_tracepoint_num, and set_traceframe_context. Call
6232         trace_reset_local_state instead.
6233         (tfile_close): Call trace_reset_local_state.
6234         * ctf.c (ctf_close): Likewise.
6235         * remote.c (remote_close): Likewise.
6236         * tracepoint.h (trace_reset_local_state): Declare.
6237
6238 2013-06-06  Doug Evans  <dje@google.com>
6239
6240         * dwarf2read.c: Whitespace fixes for DWP file format documentation,
6241         and fix header docs.
6242
6243 2013-06-05  Doug Evans  <dje@google.com>
6244             Keith Seitz  <keiths@redhat.com>
6245
6246         PR 15519
6247         * cp-namespace.c (find_symbol_in_baseclass): Call
6248         cp_lookup_symbol_in_namespace instead of cp_lookup_symbol_namespace.
6249         Check result of call to lookup_symbol_static.
6250         Call lookup_static_symbol_aux unconditionally.
6251         Call check_typedef on base types before accessing them.
6252         (cp_lookup_nested_symbol): Fix comment.
6253
6254 2013-06-05  Luis Machado  <lgustavo@codesourcery.com>
6255
6256         * gnu-v3-abi.c (gnuv3_skip_trampoline): Handle thunk
6257         minimal symbols pointing to function descriptors.
6258
6259 2013-06-05  Tom Tromey  <tromey@redhat.com>
6260
6261         * python/py-utils.c (gdb_pymodule_addobject): Cast away const.
6262
6263 2013-06-04  Sergio Durigan Junior  <sergiodj@redhat.com>
6264             Pedro Alves  <palves@redhat.com>
6265
6266         * remote.c (remote_wait_as): Restore signal handler before returning
6267         when GDB gets a notification.
6268
6269 2013-06-04  Gary Benson  <gbenson@redhat.com>
6270
6271         PR 2328
6272         * breakpoint.h (handle_solib_event): Moved function declaration
6273         to solib.h.
6274         * breakpoint.c (handle_solib_event): Moved function to solib.c.
6275         (bpstat_stop_status): Pass new argument to handle_solib_event.
6276         * solib.h (update_solib_breakpoints): New function declaration.
6277         (handle_solib_event): Moved function declaration from
6278         breakpoint.h.
6279         * solib.c (update_solib_breakpoints): New function.
6280         (handle_solib_event): Moved function from breakpoint.c.
6281         Updated to call solib_ops->handle_event if not NULL.
6282         * solist.h (target_so_ops): New fields "update_breakpoints" and
6283         "handle_event".
6284         * infrun.c (set_stop_on_solib_events): New function.
6285         (_initialize_infrun): Use the above for "set
6286         stop-on-solib-events".
6287         (handle_inferior_event): Pass new argument to handle_solib_event.
6288         * solib-svr4.c (probe.h): New include.
6289         (svr4_free_library_list): New forward declaration.
6290         (probe_action): New enum.
6291         (probe_info): New struct.
6292         (probe_info): New static variable.
6293         (NUM_PROBES): New definition.
6294         (svr4_info): New fields "using_xfer", "probes_table" and
6295         "solib_list".
6296         (free_probes_table): New function.
6297         (free_solib_list): New function.
6298         (svr4_pspace_data_cleanup): Free probes table and solib list.
6299         (svr4_copy_library_list): New function.
6300         (svr4_current_sos_via_xfer_libraries): New parameter "annex".
6301         (svr4_read_so_list): New parameter "prev_lm".
6302         (svr4_current_sos_direct): Renamed from "svr4_current_sos".
6303         (svr4_current_sos): New function.
6304         (probe_and_action): New struct.
6305         (hash_probe_and_action): New function.
6306         (equal_probe_and_action): Likewise.
6307         (register_solib_event_probe): Likewise.
6308         (solib_event_probe_at): Likewise.
6309         (solib_event_probe_action): Likewise.
6310         (solist_update_full): Likewise.
6311         (solist_update_incremental): Likewise.
6312         (disable_probes_interface_cleanup): Likewise.
6313         (svr4_handle_solib_event): Likewise.
6314         (svr4_update_solib_event_breakpoint): Likewise.
6315         (svr4_update_solib_event_breakpoints): Likewise.
6316         (svr4_create_solib_event_breakpoints): Likewise.
6317         (enable_break): Free probes table before creating breakpoints.
6318         Use svr4_create_solib_event_breakpoints to create breakpoints.
6319         (svr4_solib_create_inferior_hook): Free the solib list.
6320         (_initialize_svr4_solib): Initialise
6321         svr4_so_ops.handle_solib_event and svr4_so_ops.update_breakpoints.
6322
6323 2013-06-04  Gary Benson  <gbenson@redhat.com>
6324
6325         * target.h (target_ops): New field
6326         "to_augmented_libraries_svr4_read".
6327         (target_augmented_libraries_svr4_read): New macro.
6328         * target.c (update_current_target): Handle
6329         to_augmented_libraries_svr4_read.
6330         * remote.c (remote_state): New field
6331         "augmented_libraries_svr4_read".
6332         (remote_augmented_libraries_svr4_read_feature): New function.
6333         (remote_protocol_features): Add entry for
6334         "augmented-libraries-svr4-read".
6335         (remote_augmented_libraries_svr4_read): New function.
6336         (init_remote_ops): Initialize
6337         remote_ops.to_augmented_libraries_svr4_read.
6338
6339 2013-06-04  Gary Benson  <gbenson@redhat.com>
6340
6341         * NEWS: Update.
6342
6343 2013-06-04  Gary Benson  <gbenson@redhat.com>
6344
6345         * objfiles.h (inhibit_section_map_updates): New function
6346         declaration.
6347         (resume_section_map_updates): Likewise.
6348         (resume_section_map_updates_cleanup): Likewise.
6349         * objfiles.c (objfile_pspace_info): Removed field
6350         "objfiles_changed_p".  New fields "new_objfiles_available",
6351         "section_map_dirty" and "inhibit_updates".
6352         (allocate_objfile): Set new_objfiles_available.
6353         (free_objfile): Set section_map_dirty.
6354         (objfile_relocate1): Likewise.
6355         (in_plt_section): Likewise.
6356         (find_pc_section): Update the conditions under which the
6357         section map will be updated.
6358         (inhibit_section_map_updates): New function.
6359         (resume_section_map_updates): Likewise.
6360         (resume_section_map_updates_cleanup): Likewise.
6361
6362 2013-06-04  Gary Benson  <gbenson@redhat.com>
6363
6364         * probe.h (get_probe_argument_count): New declaration.
6365         (evaluate_probe_argument): Likewise.
6366         * probe.c (get_probe_argument_count): New function.
6367         (evaluate_probe_argument): Likewise.
6368         (probe_safe_evaluate_at_pc): Use the above new functions.
6369
6370 2013-06-04  Alan Modra  <amodra@gmail.com>
6371
6372         * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
6373         * rs6000-tdep.c (read_insn): Add frame param, don't assume big-endian.
6374         (ppc_insns_match_pattern): Add frame param.  Avoid multiple
6375         target mem reads on optional insns.
6376         * ppc-linux-tdep.c (ppc_skip_trampoline_code): Update
6377         ppc_insns_match_pattern calls.
6378         * ppc64-tdep.c (ppc64_standard_linkage2, ppc64_standard_linkage3):
6379         Add match for power7 thread safety insns, and new order of
6380         std 2,40(1) insn.  Correct code shown for _dl_runtime_resolve
6381         invocation in comment, and update rest of comment.
6382         (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN,
6383         PPC64_STANDARD_LINKAGE3_LEN): Delete.
6384         (ppc64_standard_linkage2_target): Update insn offsets.
6385         (ppc64_skip_trampoline_code): Use a single insn buffer.  Match newer
6386         stubs first.  Update calls.
6387
6388 2013-06-04  Yao Qi  <yao@codesourcery.com>
6389
6390         * solib.c (solib_find): Don't need dir separator if path has
6391         drive spec.
6392
6393 2013-06-03  Joel Brobecker  <brobecker@adacore.com>
6394
6395         Revert (indirectly causes a SIGSEGV):
6396         * machoread.c (macho_symfile_read): Assign first cleanup to
6397         'back_to'.
6398
6399 2013-06-03  Yao Qi  <yao@codesourcery.com>
6400
6401         * mi/mi-cmd-var.c (mi_no_values, mi_simple_values): Move to
6402         mi-parse.c.  Make them static.
6403         (mi_all_values): Likewise.
6404         (mi_parse_values_option): Move to mi-parse.c.  Rename it to
6405         mi_parse_print_values.  Make it external.
6406         * mi/mi-cmds.h (mi_no_values, mi_simple_values, mi_all_values):
6407         Remove the declarations.
6408         * mi/mi-parse.c (mi_parse_print_values): Moved from mi-cmd-var.c.
6409         * mi/mi-parse.h (mi_parse_print_values): Declare.
6410         * mi/mi-cmd-stack.c: Include mi-parse.h.
6411         (parse_print_values): Remove
6412         (mi_cmd_stack_list_locals): Call mi_parse_print_values instead
6413         of parse_print_values.
6414         (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Likewise.
6415
6416 2013-05-31  Pedro Alves  <pedro@codesourcery.com>
6417             Yao Qi  <yao@codesourcery.com>
6418
6419         * tracepoint.c (all_tracepoint_actions_and_cleanup): Declare.
6420         (encode_actions): Move code to ...
6421         (all_tracepoint_actions_and_cleanup): ... here.  New.
6422         (trace_dump_command): Likewise.
6423
6424 2013-05-30  Tom Tromey  <tromey@redhat.com>
6425
6426         * symmisc.c (maintenance_expand_symtabs): Call do_cleanups.
6427
6428 2013-05-30  Tom Tromey  <tromey@redhat.com>
6429
6430         * xml-support.c (gdb_xml_create_parser_and_cleanup): Rename from
6431         gdb_xml_create_parser_and_cleanup_1.  Return a cleanup.  Remove
6432         'old_chain' argument.  Add 'parser_result' argument.
6433         (gdb_xml_create_parser_and_cleanup): Remove old version.
6434         (gdb_xml_parse_quick): Update.
6435         (xml_process_xincludes): Update.
6436         * xml-support.h (gdb_xml_create_parser_and_cleanup): Don't
6437         declare.
6438
6439 2013-05-30  Tom Tromey  <tromey@redhat.com>
6440
6441         * probe.c (collect_probes): Check arguments for NULL before
6442         calling compile_rx_or_error.
6443         * utils.c (compile_rx_or_error): Require 'rx' to be non-NULL.
6444         Remove NULL return.
6445
6446 2013-05-30  Tom Tromey  <tromey@redhat.com>
6447
6448         * infrun.c (adjust_pc_after_break): Introduce an outer null
6449         cleanup.
6450
6451 2013-05-30  Tom Tromey  <tromey@redhat.com>
6452
6453         * mi/mi-cmd-var.c (varobj_update_one): Add an outer null cleanup.
6454
6455 2013-05-30  Tom Tromey  <tromey@redhat.com>
6456
6457         * cli/cli-script.c (read_command_lines_1): Use a null cleanup
6458         for 'old_chain'.  Do not check 'head' before processing
6459         cleanups.
6460
6461 2013-05-30  Tom Tromey  <tromey@redhat.com>
6462
6463         * mi/mi-cmd-stack.c (list_arg_or_local): Remove
6464         "cleanup_tuple".
6465
6466 2013-05-30  Tom Tromey  <tromey@redhat.com>
6467
6468         * dbxread.c (dbx_read_symtab): Declare 'back_to' in a more
6469         inner scope.  Unconditionally call do_cleanups.
6470
6471 2013-05-30  Tom Tromey  <tromey@redhat.com>
6472
6473         * source.c (find_and_open_source): Call do_cleanups.
6474
6475 2013-05-30  Tom Tromey  <tromey@redhat.com>
6476
6477         * linux-thread-db.c (thread_db_load_search): Unconditionally
6478         call do_cleanups.
6479
6480 2013-05-30  Tom Tromey  <tromey@redhat.com>
6481
6482         * solib-aix.c (solib_aix_bfd_open): Don't use a null cleanup
6483         for 'cleanup'; instead use a later one.
6484
6485 2013-05-30  Tom Tromey  <tromey@redhat.com>
6486
6487         * python/py-breakpoint.c (bppy_get_commands): Use
6488         explicit, unconditional return.
6489         * python/py-frame.c (frapy_read_var): Likewise.
6490         * python/python.c (gdbpy_decode_line): Likewise.
6491
6492 2013-05-30  Tom Tromey  <tromey@redhat.com>
6493
6494         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Call
6495         do_cleanups on all return paths.
6496
6497 2013-05-30  Tom Tromey  <tromey@redhat.com>
6498
6499         * top.c (execute_command): Discard 'cleanup_if_error' cleanups.
6500
6501 2013-05-30  Tom Tromey  <tromey@redhat.com>
6502
6503         * stabsread.c (read_struct_type): Call do_cleanups along
6504         all return paths.
6505
6506 2013-05-30  Maciej W. Rozycki  <macro@codesourcery.com>
6507
6508         * mips-linux-tdep.c: Adjust formatting throughout.
6509
6510 2013-05-30  Tom Tromey  <tromey@redhat.com>
6511
6512         * mipsread.c (read_alphacoff_dynamic_symtab): Call do_cleanups
6513         along all return paths.
6514
6515 2013-05-30  Tom Tromey  <tromey@redhat.com>
6516
6517         * symfile.c (find_separate_debug_file): Call do_cleanups
6518         along all return paths.
6519
6520 2013-05-30  Tom Tromey  <tromey@redhat.com>
6521
6522         * symtab.c (search_symbols): Introduce a null cleanup for
6523         'retval_chain'.
6524
6525 2013-05-30  Tom Tromey  <tromey@redhat.com>
6526
6527         * python/py-value.c (valpy_binop): Call do_cleanups before
6528         exiting loop.
6529
6530 2013-05-30  Tom Tromey  <tromey@redhat.com>
6531
6532         * python/py-prettyprint.c (print_children): Remove extra
6533         do_cleanups call.
6534
6535 2013-05-30  Tom Tromey  <tromey@redhat.com>
6536
6537         * python/py-frame.c (frapy_read_var): Call do_cleanups along
6538         all return paths.
6539
6540 2013-05-30  Tom Tromey  <tromey@redhat.com>
6541
6542         * python/py-breakpoint.c (bppy_get_commands): Call do_cleanups
6543         along all return paths.
6544
6545 2013-05-30  Tom Tromey  <tromey@redhat.com>
6546
6547         * cli/cli-logging.c (set_logging_redirect): Unconditionally
6548         call do_cleanups.
6549
6550 2013-05-30  Tom Tromey  <tromey@redhat.com>
6551
6552         * varobj.c (c_value_of_root): Call do_cleanups along all
6553         return paths.
6554
6555 2013-05-30  Tom Tromey  <tromey@redhat.com>
6556
6557         * tracepoint.c (trace_dump_command): Unconditionally call
6558         do_cleanups.
6559
6560 2013-05-30  Tom Tromey  <tromey@redhat.com>
6561
6562         * breakpoint.c (output_thread_groups, parse_cmd_to_aexpr): Call
6563         do_cleanups earlier.
6564
6565 2013-05-30  Tom Tromey  <tromey@redhat.com>
6566
6567         * machoread.c (macho_symfile_read): Assign first cleanup to
6568         'back_to'.
6569
6570 2013-05-30  Tom Tromey  <tromey@redhat.com>
6571
6572         * m32r-rom.c (m32r_load): Call do_cleanups at all returns.
6573
6574 2013-05-30  Tom Tromey  <tromey@redhat.com>
6575
6576         * mi/mi-main.c (list_available_thread_groups): Call do_cleanups.
6577
6578 2013-05-30  Tom Tromey  <tromey@redhat.com>
6579
6580         * inf-ptrace.c (inf_ptrace_create_inferior): Unconditionally
6581         call discard_cleanups.
6582         (inf_ptrace_attach): Likewise.
6583
6584 2013-05-30  Tom Tromey  <tromey@redhat.com>
6585
6586         * remote-mips.c (mips_exit_debug): Call do_cleanups on all
6587         return paths.
6588         (mips_initialize): Likewise.
6589         (common_open): Call do_cleanups.
6590
6591 2013-05-30  Tom Tromey  <tromey@redhat.com>
6592
6593         * utils.c (internal_vproblem): Call do_cleanups.
6594
6595 2013-05-30  Tom Tromey  <tromey@redhat.com>
6596
6597         * linespec.c (find_linespec_symbols): Don't reassign to 'cleanup'.
6598
6599 2013-05-30  Tom Tromey  <tromey@redhat.com>
6600
6601         * cli/cli-script.c (setup_user_args): Don't return after error.
6602
6603 2013-05-30  Tom Tromey  <tromey@redhat.com>
6604
6605         * somread.c (som_symtab_read): Call do_cleanups.
6606
6607 2013-05-30  Tom Tromey  <tromey@redhat.com>
6608
6609         * printcmd.c (print_command_1): Unconditionally call do_cleanups.
6610
6611 2013-05-30  Tom Tromey  <tromey@redhat.com>
6612
6613         * cli/cli-cmds.c (cd_command, alias_command): Call do_cleanups.
6614         * cli/cli-dump.c (restore_binary_file): Call do_cleanups.
6615         * interps.c (interpreter_exec_cmd): Call do_cleanups.
6616         * source.c (show_substitute_path_command): Call do_cleanups.
6617         (unset_substitute_path_command, set_substitute_path_command):
6618         Likewise.
6619         * symfile.c (load_command): Call do_cleanups.
6620
6621 2013-05-30  Tom Tromey  <tromey@redhat.com>
6622
6623         * contrib/cleanup_check.py: New file.
6624         * contrib/gcc-with-excheck: Add option parsing.
6625
6626 2013-05-30  Joel Brobecker  <brobecker@adacore.com>
6627
6628         * windows-nat.c (windows_delete_thread): Add missing space
6629         in cast expression.
6630
6631 2013-05-30  Hafiz Abid Qadeer  <abidh@codesourcery.com>
6632
6633         * inferior.c (top level): Include tilde.h.
6634         (add_inferior_command): Call tilde_expand on the value of 'exec'
6635         argument.
6636
6637 2013-05-30  Pedro Alves  <pedro@codesourcery.com>
6638             Yao Qi  <yao@codesourcery.com>
6639
6640         * tracepoint.c (encode_actions_1): Remove parameter 't'.
6641         Caller update.
6642         (encode_actions): Likewise.
6643         * remote.c (remote_download_tracepoint): Caller update.
6644         * tracepoint.h (encode_actions): Update declaration.
6645
6646 2013-05-30  Pedro Alves  <palves@redhat.com>
6647
6648         * python/python-internal.h (gdb_Py_DECREF): Cast OP to PyObject
6649         pointer.
6650
6651 2013-05-30  Yao Qi  <yao@codesourcery.com>
6652
6653         * remote.c (remote_check_symbols): Remove unused parameter
6654         'objfile'.
6655         Declaration update.
6656         (remote_start_remote, remote_new_objfile): Caller update.
6657
6658 2013-05-30  Yao Qi  <yao@codesourcery.com>
6659
6660         * mi/mi-cmds.c (mi_cmds): Define MI command
6661         '-exec-arguments' by macro DEF_MI_CMD_CLI_1 instead of
6662         DEF_MI_CMD_CLI.
6663
6664 2013-05-29  Pedro Alves  <palves@redhat.com>
6665
6666         * remote.c (remote_insert_breakpoint, remote_remove_breakpoint)
6667         (remote_insert_watchpoint, remote_remove_watchpoint)
6668         (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
6669         (remote_verify_memory, compare_sections_command)
6670         (remote_search_memory): Set the general process/thread on the
6671         remote side.
6672
6673 2013-05-29  Pedro Alves  <palves@redhat.com>
6674
6675         * aarch64-tdep.c: Don't include "features/aarch64-without-fpu.c".
6676         (_initialize_aarch64_tdep): Don't call
6677         initialize_tdesc_aarch64_without_fpu.
6678         * features/Makefile (WHICH): Remove reference to
6679         aarch64-without-fpu.
6680         * features/aarch64-without-fpu.c: Delete file.
6681         * regformats/aarch64-without-fpu.dat: Delete file.
6682
6683 2013-05-28  Yao Qi  <yao@codesourcery.com>
6684
6685         * tracepoint.c (stringify_collection_list): Remove parameter
6686         'string'.
6687         (encode_actions): Caller update.  Remove local variables.
6688
6689 2013-05-24  Yao Qi  <yao@codesourcery.com>
6690
6691         * tracepoint.c (TFILE_PID): Remove.
6692         (tfile_open): Don't add thread and inferior.
6693         (tfile_close): Don't set 'inferior_ptid'.  Don't call
6694         exit_inferior_silent.
6695         (tfile_thread_alive): Remove.
6696         (init_tfile_ops): Don't set field 'to_thread_alive' of
6697         tfile_ops.
6698
6699 2013-05-23  Doug Evans  <dje@google.com>
6700
6701         * contrib/cc-with-tweaks.sh (-p): Handle no dwo files.
6702
6703 2013-05-23  Pedro Alves  <palves@redhat.com>
6704
6705         * common/filestuff.c [USE_WIN32API]: Define HAVE_SOCKETS.
6706         [HAVE_SYS_SOCKET_H]: Define HAVE_SOCKETS.
6707         (socket_mark_cloexec, gdb_socketpair_cloexec, gdb_socket_cloexec):
6708         Only define if HAVE_SOCKETS is defined.
6709         * configure.ac: Check for sys/socket.h.
6710         * config.in, configure: Regenerate.
6711
6712 2013-05-23  Pedro Alves  <palves@redhat.com>
6713
6714         * dwarf2read.c (create_dwp_hash_table, create_dwo_in_dwp)
6715         (open_and_init_dwp_file): Use %s/pulongest instead of %u for
6716         printing uint32_t variables.
6717
6718 2013-05-23  Pedro Alves  <palves@redhat.com>
6719
6720         * NEWS: Mention GDBserver range stepping support.
6721
6722 2013-05-23  Yao Qi  <yao@codesourcery.com>
6723             Pedro Alves  <palves@redhat.com>
6724
6725         * gdbthread.h (struct thread_control_state) <may_range_step>: New
6726         field.
6727         * infcmd.c (step_once, until_next_command): Enable range stepping.
6728         * infrun.c (displaced_step_prepare): Disable range stepping.
6729         (resume): Disable range stepping if stepping over a breakpoint or
6730         we have software watchpoints.  If range stepping is enabled,
6731         assert the thread is in the stepping range.
6732         (clear_proceed_status_thread): Clear may_range_step.
6733         (handle_inferior_event): Disable range stepping as soon as we know
6734         the thread that hit the event.  Re-enable it whenever we're going
6735         to step with a step range.
6736         * remote.c (struct vCont_action_support) <r>: New field.
6737         (use_range_stepping): New global.
6738         (remote_vcont_probe): Handle 'r' action.
6739         (append_resumption): Append an 'r' action if the thread may range
6740         step.
6741         (show_range_stepping): New function.
6742         (set_range_stepping): New function.
6743         (_initialize_remote): Call add_setshow_boolean_cmd to register the
6744         'set range-stepping' and 'show range-stepping' commands.
6745         * NEWS: Mention range stepping, the new vCont;r action, and the
6746         new "set/show range-stepping" commands.
6747
6748 2013-05-23  Yao Qi  <yao@codesourcery.com>
6749             Pedro Alves  <palves@redhat.com>
6750
6751         * remote.c (struct vCont_action_support): New struct.
6752         (struct remote_state) <support_vCont_t>: Remove field.
6753         <vCont_actions_support>: New field.
6754         (remote_vcont_probe, remote_stop_ns): Update.
6755
6756 2013-05-23  Yao Qi  <yao@codesourcery.com>
6757             Pedro Alves  <palves@redhat.com>
6758
6759         * gdbthread.h (pc_in_thread_step_range): New declaration.
6760         * thread.c (pc_in_thread_step_range): New function.
6761         * infrun.c (handle_inferior_event): Use it.
6762
6763 2013-05-23  Joel Brobecker  <brobecker@adacore.com>
6764
6765         * mi/mi-cmd-break.c (mi_argv_to_format): Use xsnprintf instead
6766         of sprintf.
6767
6768 2013-05-22  Keith Seitz  <keiths@redhat.com>
6769
6770         * ada-lang.c (is_known_support_routine): Add explicit free of
6771         'func_name' from find_frame_funname.
6772         (ada_unhandled_exception_name_addr_from_raise): Add cleanups
6773         for func_name from find_frame_funname.
6774         * python/py-frame.c (frapy_name): Add explicit free of
6775         'name' from find_frame_funname.
6776         * stack.c (find_frame_funname): Add comment explaining that
6777         funcp must be freed by the caller.
6778         Return copy of symbol names instead of pointers.
6779         (print_frame): Add a cleanup for 'funname' from
6780         find_frame_funname.
6781         * stack.h (find_frame_funname): Remove "const" from
6782         'funname' parameter.
6783
6784 2013-05-22  Tom Tromey  <tromey@redhat.com>
6785
6786         PR c++/15401:
6787         * c-valprint.c (c_value_print): Use value_addr for
6788         references.  Convert back to reference type with value_ref.
6789
6790 2013-05-22  Eli Zaretskii  <eliz@gnu.org>
6791
6792         * windows-nat.c (handle_unload_dll): Don't call solib_add for the
6793         unloaded DLL, it will be done by handle_solib_event.  See
6794         http://sourceware.org/ml/gdb-patches/2013-05/msg00713.html for the
6795         details.
6796
6797 2013-05-22  Phil Muldoon  <pmuldoon@redhat.com>
6798
6799         * ui-out.c: Create typedef ui_out_level_p and define vector
6800         operations for that type.
6801         (struct ui_out): Use a vector instead of an array.
6802         (current_level): Return level from a vector.
6803         (push_level): Create a level in a vector.
6804         (pop_level): Delete a level in a vector.
6805         (ui_out_new): Create initial level zero level, and store in a
6806         vector.
6807         (ui_out_destroy): Add vector cleanup.
6808
6809 2013-05-22  Pedro Alves  <palves@redhat.com>
6810
6811         * python/python-internal.h (gdb_Py_DECREF): Tag with
6812         "ARI: editCase function".
6813
6814 2013-05-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
6815
6816         * solib-svr4.c (svr4_free_so): Protect against NULL dereference.
6817
6818 2013-05-21  Pedro Alves  <palves@redhat.com>
6819
6820         * python/py-prettyprint.c (apply_val_pretty_printer): Check
6821         whether PRINTER is NULL before installing a Py_DECREF cleanup.
6822         * python/py-utils.c (py_decref): Don't check for NULL before
6823         calling Py_DECREF.
6824
6825 2013-05-21  Pedro Alves  <palves@redhat.com>
6826
6827         * python/py-utils.c (py_decref): Remove extra braces.
6828         (gdb_pymodule_addobject): Remove extra braces.
6829         * python-internal.h (gdb_Py_DECREF): New static inline function.
6830         (Py_DECREF): Redefine as calling gdb_Py_DECREF.
6831
6832 2013-05-21  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
6833
6834         * breakpoints.c (detach_breakpoints): Do not
6835         detach breakpoints locations with loc_type bp_loc_other.
6836
6837 2013-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
6838
6839         Workaround Python 2.6.
6840         * python/py-utils.c (gdb_pymodule_addobject): Wrap Py_DECREF into
6841         a block.
6842
6843 2013-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
6844
6845         Code cleanup: constification.
6846         * solib.c (solib_ops): Make return type and ops variable type const.
6847         (set_solib_ops): Make the new_ops parameter and ops variable const.
6848         (solib_find, solib_map_sections, clear_so, free_so, update_solib_list)
6849         (solib_add, solib_keep_data_in_core, clear_solib)
6850         (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
6851         (reload_shared_libraries, solib_global_lookup): Make the ops variable
6852         const.
6853         * solib.h (set_solib_ops): Make the new_ops parameter const.
6854
6855 2013-05-21  Joel Brobecker  <brobecker@adacore.com>
6856
6857         * data-directory/Makefile.in (SYSTEM_GDBINIT_SRCDIR): New
6858         variable.
6859         (VPATH): Add SYSTEM_GDBINIT_SRCDIR.
6860         (SYSTEM_GDBINIT_DIR, SYSTEM_GDBINIT_INSTALL_DIR)
6861         (SYSTEM_GDBINIT_FILES): New variables.
6862         (all): Add stamp-system-gdbinit.
6863         (stamp-system-gdbinit): New rule.
6864         (clean-system-gdbinit, install-system-gdbinit)
6865         (uninstall-system-gdbinit): New rules.  Make them .PHONY.
6866         (install-only): Add dependency on install-system-gdbinit.
6867         (uninstall): Add dependency on uninstall-system-gdbinit.
6868         (clean): Add dependency on clean-system-gdbinit.
6869         * system-gdbinit/elinos.py: New file.
6870         * system-gdbinit/wrs-linux.py: New file.
6871
6872 2013-05-21  Joel Brobecker  <brobecker@adacore.com>
6873
6874         * ada-lang.c (old_renaming_is_invisible): Fix cleanup leak.
6875
6876 2013-05-21  Hui Zhu  <hui@codesourcery.com>
6877
6878         * breakpoint.c (dprintf_breakpoint_ops): Remove its static.
6879         * breakpoint.h (dprintf_breakpoint_ops): Add extern.
6880         * mi/mi-cmd-break.c (ctype.h): New include.
6881         (gdb_obstack.h): New include.
6882         (mi_argv_to_format, mi_cmd_break_insert_1): New.
6883         (mi_cmd_break_insert): Call mi_cmd_break_insert_1.
6884         (mi_cmd_dprintf_insert): New.
6885         * mi/mi-cmds.c (mi_cmds): Add "dprintf-insert".
6886         * mi/mi-cmds.h (mi_cmd_dprintf_insert): New extern.
6887
6888 2013-05-20  Tom Tromey  <tromey@redhat.com>
6889
6890         * python/py-prettyprint.c (search_pp_list): Decref 'attr'.
6891
6892 2013-05-20  Tom Tromey  <tromey@redhat.com>
6893
6894         * python/py-value.c (valpy_get_dynamic_type): Simplify
6895         dynamic_type assignment.  Use Py_XINCREF.
6896
6897 2013-05-20  Tom Tromey  <tromey@redhat.com>
6898
6899         * python/py-type.c (typy_fields): Unconditionally decref 'r'.
6900
6901 2013-05-20  Tom Tromey  <tromey@redhat.com>
6902
6903         * python/py-frame.c (frapy_older, frapy_newer, gdbpy_newest_frame)
6904         (gdbpy_selected_frame): Move object-construction code
6905         out of TRY_CATCH.
6906
6907 2013-05-20  Tom Tromey  <tromey@redhat.com>
6908
6909         * python/py-arch.c (gdbpy_initialize_arch): Use
6910         gdb_pymodule_addobject.
6911         * python/py-block.c (gdbpy_initialize_blocks): Use
6912         gdb_pymodule_addobject.
6913         * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Use
6914         gdb_pymodule_addobject.
6915         * python/py-cmd.c (gdbpy_initialize_breakpoints): Use
6916         gdb_pymodule_addobject.
6917         * python/py-event.c (gdbpy_initialize_event_generic): Use
6918         gdb_pymodule_addobject.
6919         * python/py-evtregistry.c (gdbpy_initialize_eventregistry): Use
6920         gdb_pymodule_addobject.
6921         * python/py-evts.c (add_new_registry): Use
6922         gdb_pymodule_addobject.
6923         (gdbpy_initialize_py_events): Likewise.
6924         * python/py-finishbreakpoint.c
6925         (gdbpy_initialize_finishbreakpoints): Use
6926         gdb_pymodule_addobject.
6927         * python/py-frame.c (gdbpy_initialize_frames): Use
6928         gdb_pymodule_addobject.
6929         * python/py-function.c (gdbpy_initialize_functions): Use
6930         gdb_pymodule_addobject.
6931         * python/py-inferior.c (gdbpy_initialize_inferior): Use
6932         gdb_pymodule_addobject.
6933         * python/py-infthread.c (gdbpy_initialize_thread): Use
6934         gdb_pymodule_addobject.
6935         * python/py-objfile.c (gdbpy_initialize_objfile): Use
6936         gdb_pymodule_addobject.
6937         * python/py-param.c (gdbpy_initialize_parameters): Use
6938         gdb_pymodule_addobject.
6939         * python/py-progspace.c (gdbpy_initialize_pspace): Use
6940         gdb_pymodule_addobject.
6941         * python/py-symbol.c (gdbpy_initialize_symbols): Use
6942         gdb_pymodule_addobject.
6943         * python/py-symtab.c (gdbpy_initialize_symtabs): Use
6944         gdb_pymodule_addobject.
6945         * python/py-type.c (gdbpy_initialize_types): Use
6946         gdb_pymodule_addobject.
6947         * python/py-utils.c (gdb_pymodule_addobject): New function.
6948         * python/py-value.c (gdbpy_initialize_values): Use
6949         gdb_pymodule_addobject.
6950         * python/python-internal.h (gdb_pymodule_addobject): Declare.
6951         * python/python.c (_initialize_python): Use
6952         gdb_pymodule_addobject.
6953
6954 2013-05-20  Tom Tromey  <tromey@redhat.com>
6955
6956         * python/py-cmd.c (cmdpy_completer): Use explicit decref.
6957         * python/py-param.c (get_set_value, get_show_value): Use
6958         explicit decrefs.
6959         * python/python.c (start_type_printers, apply_type_printers):
6960         Use explicit decrefs.
6961
6962 2013-05-20  Tom Tromey  <tromey@redhat.com>
6963
6964         * python/py-evts.c (gdbpy_initialize_py_events): Don't
6965         incref the module.
6966
6967 2013-05-20  Tom Tromey  <tromey@redhat.com>
6968
6969         * python/python.c (gdbpy_run_events): Decref the result
6970         of PyObject_CallObject.
6971
6972 2013-05-20  Tom Tromey  <tromey@redhat.com>
6973
6974         * python/py-symtab.c (set_sal): Use
6975         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.  Return -1 on error.
6976         (symtab_and_line_to_sal_object): Update.
6977
6978 2013-05-20  Tom Tromey  <tromey@redhat.com>
6979
6980         * python/py-param.c (compute_enum_values): Decref 'item'.
6981
6982 2013-05-20  Tom Tromey  <tromey@redhat.com>
6983
6984         * mi/mi-main.c: Include python-internal.h.
6985         (mi_cmd_list_features): Check gdb_python_initialized.
6986         * python/py-inferior.c (python_on_normal_stop, python_on_resume)
6987         (python_inferior_exit, python_new_objfile, add_thread_object)
6988         (delete_thread_object, py_free_inferior): Check
6989         gdb_python_initialized.
6990         * python/py-prettyprint.c (apply_val_pretty_printer): Check
6991         gdb_python_initialized.
6992         * python/py-type.c (save_objfile_types): Check
6993         gdb_python_initialized.
6994         * python/python-internal.h (gdb_python_initialized): Declare.
6995         * python/python.c (ensure_python_env): Throw exception if
6996         Python not initialized.
6997         (before_prompt_hook, source_python_script_for_objfile)
6998         (start_type_printers, apply_type_printers,
6999         free_type_printers): Check gdb_python_initialized.
7000         * varobj.c (varobj_get_display_hint)
7001         (dynamic_varobj_has_child_method, update_dynamic_varobj_children)
7002         (install_new_value_visualizer, varobj_set_visualizer)
7003         (value_get_print_value): Check gdb_python_initialized.
7004
7005 2013-05-20  Tom Tromey  <tromey@redhat.com>
7006
7007         * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.
7008         Check errors.
7009         * python/py-auto-load.c (gdbpy_initialize_auto_load): Return 'int'.
7010         * python/py-block.c (gdbpy_initialize_blocks): Return 'int'.
7011         Check errors.
7012         * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Return 'int'.
7013         Check errors.
7014         * python/py-cmd.c (gdbpy_initialize_commands): Return 'int'.
7015         Check errors.
7016         * python/py-event.c (gdbpy_initialize_event): Return 'int'.
7017         Check errors.
7018         * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Change generated
7019         init function to return 'int'.
7020         * python/py-evtregistry.c (gdbpy_initialize_eventregistry):
7021         Return 'int'.  Check errors.
7022         * python/py-evts.c (gdbpy_initialize_py_events): Return 'int'.
7023         Check errors.
7024         * python/py-finishbreakpoint.c (gdbpy_initialize_finishbreakpoints):
7025         Return 'int'.  Check errors.
7026         * python/py-frame.c (gdbpy_initialize_frames): Return 'int'.
7027         Check errors.
7028         * python/py-function.c (gdbpy_initialize_functions): Return 'int'.
7029         Check errors.
7030         * python/py-gdb-readline.c (gdbpy_initialize_gdb_readline):
7031         Check errors.
7032         * python/py-inferior.c (gdbpy_initialize_inferior): Return 'int'.
7033         Check errors.
7034         * python/py-infthread.c (gdbpy_initialize_thread): Return 'int'.
7035         Check errors.
7036         * python/py-lazy-string.c (gdbpy_initialize_lazy_string): Return 'int'.
7037         Check errors.
7038         * python/py-objfile.c (gdbpy_initialize_objfile): Return 'int'.
7039         Check errors.
7040         * python/py-param.c (gdbpy_initialize_parameters): Return 'int'.
7041         Check errors.
7042         * python/py-progspace.c (gdbpy_initialize_pspace): Return 'int'.
7043         Check errors.
7044         * python/py-symbol.c (gdbpy_initialize_symbols): Return 'int'.
7045         Check errors.
7046         * python/py-symtab.c (gdbpy_initialize_symtabs): Return 'int'.
7047         Check errors.
7048         * python/py-type.c (gdbpy_initialize_types): Return 'int'.
7049         Check errors.
7050         * python/py-value.c (gdbpy_initialize_values): Return 'int'.
7051         Check errors.
7052         * python/python-internal.h (gdbpy_initialize_auto_load,
7053         gdbpy_initialize_values, gdbpy_initialize_frames,
7054         gdbpy_initialize_symtabs, gdbpy_initialize_commands,
7055         gdbpy_initialize_symbols, gdbpy_initialize_symtabs,
7056         gdbpy_initialize_blocks, gdbpy_initialize_types,
7057         gdbpy_initialize_functions, gdbpy_initialize_pspace,
7058         gdbpy_initialize_objfile, gdbpy_initialize_breakpoints,
7059         gdbpy_initialize_finishbreakpoints,
7060         gdbpy_initialize_lazy_string, gdbpy_initialize_parameters,
7061         gdbpy_initialize_thread, gdbpy_initialize_inferior,
7062         gdbpy_initialize_eventregistry, gdbpy_initialize_event,
7063         gdbpy_initialize_py_events, gdbpy_initialize_stop_event,
7064         gdbpy_initialize_signal_event,
7065         gdbpy_initialize_breakpoint_event,
7066         gdbpy_initialize_continue_event,
7067         gdbpy_initialize_exited_event, gdbpy_initialize_thread_event,
7068         gdbpy_initialize_new_objfile_event, gdbpy_initialize_arch):
7069         Update.  Use CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
7070         * python/python.c (gdb_python_initialized): New global.
7071         (gdbpy_initialize_events): Return 'int'.  Check errors.
7072         (_initialize_python): Check errors.  Set
7073         gdb_python_initialized.
7074
7075 2013-05-20  Tom Tromey  <tromey@redhat.com>
7076
7077         * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope):
7078         Decref the reslut of PyObject_CallMethod.
7079
7080 2013-05-20  Tom Tromey  <tromey@redhat.com>
7081
7082         * python/py-event.c (gdbpy_initialize_event_generic): Return
7083         early if PyType_Ready fails.
7084
7085 2013-05-20  Tom Tromey  <tromey@redhat.com>
7086
7087         * python/py-type.c (make_fielditem): Add gdb_assert_not_reached
7088         as 'default' in the switch.
7089
7090 2013-05-20  Tom Tromey  <tromey@redhat.com>
7091
7092         * python/py-inferior.c (gdbpy_inferiors): Update.  Hoist
7093         get_addr_from_python calls out of TRY_CATCH.
7094         (infpy_write_memory, infpy_search_memory): Likewise.
7095         * python/py-utils.c (get_addr_from_python): Return negative
7096         value on error.  Use TRY_CATCH.
7097         * python/python-internal.h (get_addr_from_python): Use
7098         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
7099
7100 2013-05-20  Tom Tromey  <tromey@redhat.com>
7101
7102         * python/py-event.c (evpy_emit_event): Decref the
7103         result of PyObject_CallFunctionObjArgs.
7104
7105 2013-05-20  Tom Tromey  <tromey@redhat.com>
7106
7107         * python/py-cmd.c (cmdpy_completer): Use iterator protocol.
7108         Correctly decref.
7109
7110 2013-05-20  Tom Tromey  <tromey@redhat.com>
7111
7112         * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'.
7113
7114 2013-05-20  Tom Tromey  <tromey@redhat.com>
7115
7116         * python/py-event.h (gdbpy_initialize_event_generic): Use
7117         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
7118         * python/py-evts.c (add_new_registry): Use
7119         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
7120         * python/python-internal.h
7121         (CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION): New macro.
7122
7123 2013-05-20  Tom Tromey  <tromey@redhat.com>
7124
7125         * python/py-arch.c (archpy_disassemble): Update.
7126         * python/py-type.c (typy_get_composite, typy_lookup_typename)
7127         (typy_lookup_type): Use GDB_PY_HANDLE_EXCEPTION.
7128         * python/py-utils.c (gdbpy_convert_exception): Return 'void'.
7129         * python/python-internal.h (CPYCHECKER_SETS_EXCEPTION): New
7130         macro.
7131         (GDB_PY_HANDLE_EXCEPTION): Update.
7132         (gdbpy_convert_exception): Update.  Use CPYCHECKER_SETS_EXCEPTION.
7133
7134 2013-05-20  Tom Tromey  <tromey@redhat.com>
7135
7136         * python/python-internal.h (events_object_type): Remove.
7137
7138 2013-05-20  Tom Tromey  <tromey@redhat.com>
7139
7140         * python/py-event.h (evpy_emit_event): Use
7141         CPYCHECKER_STEALS_REFERENCE_TO_ARG.
7142         * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
7143         New macro.
7144
7145 2013-05-20  Tom Tromey  <tromey@redhat.com>
7146
7147         * py-evtregistry.c (create_event_object): Decref
7148         eventregistry_object if PyList_New fails.
7149
7150 2013-05-20  Tom Tromey  <tromey@redhat.com>
7151
7152         * py-cmd.c (gdbpy_string_to_argv): Check result of
7153         PyList_New.
7154
7155 2013-05-20  Tom Tromey  <tromey@redhat.com>
7156
7157         * python/python.c (before_prompt_hook): Add cleanup to
7158         decref 'hook'.
7159
7160 2013-05-20  Tom Tromey  <tromey@redhat.com>
7161
7162         * python/py-function.c (fnpy_init): Decref result of
7163         PyObject_GetAttrString.
7164
7165 2013-05-20  Tom Tromey  <tromey@redhat.com>
7166
7167         * python/py-threadevent.c (get_event_thread): Use
7168         CPYCHECKER_RETURNS_BORROWED_REF.
7169         * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
7170         New define.
7171         (pspace_to_pspace_object, objfile_to_objfile_object)
7172         (find_thread_object): Use it.
7173
7174 2013-05-20  Tom Tromey  <tromey@redhat.com>
7175
7176         * python/py-arch.c (arch_object_type): Use
7177         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7178         * python/py-block.c (block_syms_iterator_object_type):
7179         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7180         * python/py-bpevent.c (breakpoint_event_object_type):
7181         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7182         * python/py-cmd.c (cmdpy_object_type): Use
7183         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7184         * python/py-continueevent.c (continue_event_object_type):
7185         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7186         * python/py-event.h (GDBPY_NEW_EVENT_TYPE):
7187         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7188         * python/py-events.h (thread_event_object_type):
7189         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7190         * python/py-evtregistry.c (eventregistry_object_type): Use
7191         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7192         * python/py-exitedevent.c (exited_event_object_type):
7193         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7194         * python/py-finishbreakpoint.c (finish_breakpoint_object_type):
7195         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7196         * python/py-function.c (fnpy_object_type): Use
7197         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7198         * python/py-inferior.c (inferior_object_type, membuf_object_type):
7199         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7200         * python/py-infthread.c (thread_object_type): Use
7201         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7202         * python/py-lazy-string.c (lazy_string_object_type):
7203         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7204         * python/py-newobjfileevent.c (new_objfile_event_object_type):
7205         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7206         * python/py-objfile.c (objfile_object_type): Use
7207         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7208         * python/py-param.c (parmpy_object_type):
7209         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7210         * python/py-progspace.c (pspace_object_type):
7211         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7212         * python/py-signalevent.c (signal_event_object_type):
7213         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7214         * python/py-symtab.c (symtab_object_type, sal_object_type): Use
7215         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7216         * python/py-type.c (type_object_type, field_object_type)
7217         (type_iterator_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7218         * python/py-internal.h (CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF): New
7219         define.
7220         (value_object_type, block_object_type, symbol_object_type)
7221         (event_object_type, stop_event_object_type, breakpoint_object_type)
7222         (frame_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7223
7224 2013-05-20  Andreas Tobler  <andreas@fgznet.ch>
7225
7226         * Makefile.in (ALL_TARGET_OBS): Add ppcfbsd-tdep.o.
7227         (ALLDEPFILES): Add ppcfbsd-nat.c and ppcfbsd-tdep.c.
7228
7229 2013-05-20  Doug Evans  <dje@google.com>
7230
7231         When reading CU, stay in DWO.  Be more tolerent of bad debug info.
7232         For Fission.
7233         * dwarf2read.c (struct dwarf2_per_cu_data): New member
7234         reading_dwo_directly.
7235         (struct signatured_type): New member dwo_unit.
7236         (struct die_reader_specs): New member comp_dir.
7237         (create_signatured_type_table_from_index): Use malloc for
7238         all_type_units instead of objfile's obstack.
7239         (create_all_type_units): Ditto.
7240         (fill_in_sig_entry_from_dwo_entry): New function.
7241         (add_type_unit): New function.
7242         (lookup_dwo_signatured_type): New function.
7243         (lookup_dwp_signatured_type): New function.
7244         (lookup_signatured_type): New arg cu.  All callers updated.
7245         (init_cu_die_reader): Initialize comp_dir.
7246         (read_cutu_die_from_dwo): New arg stub_comp_dir.  All callers updated.
7247         Change assert of matching type signatures to call error on mismatch.
7248         (lookup_dwo_unit): Add assert.
7249         (init_tu_and_read_dwo_dies): New function.
7250         (init_cutu_and_read_dies): Call it.
7251         (build_type_unit_groups): Handle case of no type unit groups created.
7252         (hash_dwo_file, eq_dwo_file): Handle missing comp_dir.
7253         (lookup_dwo_cutu): Tweak complaint.
7254         (dwarf2_free_abbrev_table): Check for NULL abbrev_table.
7255         (dwarf2_per_objfile_free): Free all_type_units.
7256
7257 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
7258
7259         * windows-nat.c (handle_unload_dll): Add missing empty line.
7260
7261 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
7262
7263         * dwarf2read.c (prototyped_function_p): New function.
7264         (read_subroutine_type): Use it.
7265
7266 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
7267
7268         * rs6000-aix-tdep.c: De-indent some example code provided
7269         as a comment.
7270
7271 2013-05-17  Edjunior Machado  <emachado@linux.vnet.ibm.com>
7272
7273         * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Check if the
7274         region is ok for a hardware watchpoint using the new ptrace interface
7275         on Power servers.
7276
7277 2013-05-17  Doug Evans  <dje@google.com>
7278
7279         * NEWS: Mention new maintenance commands check-symtabs, and
7280         expand-symtabs, and renamed check-psymtabs.
7281         * psymtab.c (maintenance_check_psymtabs): Renamed from
7282         maintenance_check_symtabs.  Only process already-expanded symbol
7283         tables.
7284         (_initialize_psymtab): Update.
7285         * symmisc.c (maintenance_check_symtabs): New function.
7286         (maintenance_expand_name_matcher): New function
7287         (maintenance_expand_file_matcher): New function
7288         (maintenance_expand_symtabs): New function.
7289         (_initialize_symmisc): Add "mt check-symtabs" and "mt expand-symtabs"
7290         commands.
7291
7292 2013-05-17  Tom Tromey  <tromey@redhat.com>
7293
7294         * python/py-inferior.c (infpy_read_memory): Don't call
7295         PyErr_SetString if PyObject_New fails.
7296         * python/py-frame.c (frame_info_to_frame_object): Don't call
7297         PyErr_SetString if PyObject_New fails.
7298
7299 2013-05-17  Pavel Chupin  <pavel.v.chupin@intel.com>
7300
7301         * acinclude.m4: Add check for dlopen in libdl.
7302         * configure.ac: Ditto.
7303         * configure: Regenerate.
7304
7305 2013-05-17  Phil Muldoon  <pmuldoon@redhat.com>
7306
7307         * frame.c (frame_stash): Convert to htab.
7308         (frame_addr_hash): New function.
7309         (frame_addr_hash_eq): New function.
7310         (frame_stash_create): Convert function to create
7311         a hash table.
7312         (frame_stash_add): Convert function to add an entry to a hash
7313         table.
7314         (frame_stash_find): Convert function to search the hash table.
7315         (frame_stash_invalidate): Convert function to empty the hash
7316         table.
7317         (get_frame_id): Only add to stash if a frame_id is created.
7318         (_initialize_frame): Call frame_stash_create.
7319
7320 2013-05-16  Yue Lu  <hacklu.newborn@gmail.com>  (tiny change)
7321
7322         * configure.ac: Ensure MIG is available when building for GNU Hurd
7323         hosts.
7324         * configure: Regenerate.
7325
7326 2013-05-16  Joel Brobecker  <brobecker@adacore.com>
7327
7328         * dwarf2read.c (set_cu_language): Add DW_LANG_UPC handling.
7329
7330 2013-05-16  Joel Brobecker  <brobecker@adacore.com>
7331
7332         * ada-lang.c (ada_make_symbol_completion_list): Make sure
7333         all cleanups are done before returning from this function.
7334
7335 2013-05-15  Joel Brobecker  <brobecker@adacore.com>
7336
7337         * utils.h: #include "exceptions.h".
7338         (enum errors): Remove partial declaration.
7339
7340 2013-05-15  Joel Brobecker  <brobecker@adacore.com>
7341
7342         * gdbarch.sh (core_xfer_shared_libraries_aix): New method.
7343         * gdbarch.h, gdbarch.c: Regenerate.
7344         * corelow.c (core_xfer_partial): Add TARGET_OBJECT_LIBRARIES_AIX
7345         handling.
7346
7347         * rs6000-aix-tdep.h: New file.
7348         * Makefile.in (HFILES_NO_SRCDIR): Add rs6000-aix-tdep.h.
7349         * rs6000-aix-tdep.c: Include "rs6000-aix-tdep.h" and
7350         "xml-utils.h".
7351         (struct field_info, struct ld_info_desc): New types.
7352         (ld_info32_desc, ld_info64_desc): New static constants.
7353         (struct ld_info): New type.
7354         (rs6000_aix_extract_ld_info): New function.
7355         (rs6000_aix_shared_library_to_xml): Likewise.
7356         (rs6000_aix_ld_info_to_xml): Likewise.
7357         (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
7358         (rs6000_aix_init_osabi): Add call to
7359         set_gdbarch_core_xfer_shared_libraries_aix.
7360         * rs6000-nat.c: Add "rs6000-aix-tdep.h" include.
7361         Remove "xml-utils.h" include.
7362         (LdInfo): Delete typedef.
7363         (ARCH64_DECL, LDI_FIELD, LDI_NEXT, LDI_FD, LDI_FILENAME):
7364         Delete macros.
7365         (rs6000_ptrace_ldinfo): Change return type to gdb_byte *.
7366         Adjust code accordingly.
7367         (rs6000_core_ldinfo): Delete, folded into
7368         rs6000_aix_core_xfer_shared_libraries_aix.
7369         (rs6000_xfer_shared_library): Delete.
7370         (rs6000_xfer_shared_libraries): Reimplement.
7371
7372 2013-05-15  Markus Metzger  <markus.t.metzger@intel.com>
7373
7374         * record.c (record_goto_cmdlist): New.
7375         (cmd_record_goto): Split into this ...
7376         (cmd_record_goto_begin): ... this
7377         (cmd_record_goto_end): ... and this.
7378         (_initialize_record): Change "record goto" to prefix command.
7379         Add commands for "record goto begin" and "record goto end".
7380         Add an alias for "record goto start" to "record goto begin".
7381
7382 2013-05-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
7383
7384         * linespec.c (convert_linespec_to_sals): New comment for
7385         SOURCE_FILENAME assignment.
7386
7387 2013-05-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
7388
7389         * cleanups.c (restore_my_cleanups): Replace gdb_assert by
7390         internal_warning.
7391
7392 2013-05-14  Tom Tromey  <tromey@redhat.com>
7393
7394         * eval.c (parse_and_eval_long): Make 'exp' const.
7395         * value.h (parse_and_eval_long): Update.
7396
7397 2013-05-14  Tom Tromey  <tromey@redhat.com>
7398
7399         * ui-file.c (gdb_fopen): Make arguments const.
7400         * ui-file.h (gdb_fopen): Make arguments const.
7401
7402 2013-05-14  Tom Tromey  <tromey@redhat.com>
7403
7404         * remote.c (remote_set_trace_notes): Make arguments const.
7405         * target.c (update_current_target): Update cast.
7406         * target.h (to_set_trace_notes): Make arguments const.
7407
7408 2013-05-14  Tom Tromey  <tromey@redhat.com>
7409
7410         * go32-nat.c (go32_terminal_info): Make 'args' const.
7411         * inferior.h (child_terminal_info): Update.
7412         * inflow.c (child_terminal_info): Make 'args' const.
7413         * target.c (default_terminal_info): Make 'args' const.
7414         (debug_to_terminal_save_ours): Likewise.
7415         * target.h (struct target_ops) <to_terminal_info>: Make argument
7416         const.
7417
7418 2013-05-13  Tom Tromey  <tromey@redhat.com>
7419
7420         * gcore.c (create_gcore_bfd): Make 'filename' const.
7421         * gcore.h (create_gcore_bfd): Make 'filename' const.
7422         * record-full.c (record_full_save): Make 'recfilename' const.
7423         * target.c (target_save_record): Make 'filename' const.
7424         * target.h (struct target_ops) <to_save_record>: Make 'filename'
7425         const.
7426         (target_save_record): Likewise.
7427
7428 2013-05-13  Tom Tromey  <tromey@redhat.com>
7429
7430         PR gdb/15338:
7431         * dwarf2read.c (dwarf2_record_block_ranges): Ensure that the
7432         ranges section has been read.
7433
7434 2013-05-13  Tom Tromey  <tromey@redhat.com>
7435
7436         PR exp/15364:
7437         * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
7438         STRUCTOP_PTR>: Return a not_lval value for
7439         EVAL_AVOID_SIDE_EFFECTS.
7440         * opencl-lang.c (evaluate_subexp_opencl): Return a not_lval value
7441         for EVAL_AVOID_SIDE_EFFECTS.
7442
7443 2013-05-13  Joel Brobecker  <brobecker@adacore.com>
7444
7445         * rs6000-aix-tdep.c (rs6000_push_dummy_call): Convert
7446         floating point registers to register type before storing
7447         value.
7448         * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call):
7449         Likewise.
7450
7451 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
7452             Tom Tromey  <tromey@redhat.com>
7453
7454         * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
7455         New functions.
7456         * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
7457         Declare.
7458         * darwin-nat.c (darwin_pre_ptrace): Use mark_fd_no_cloexec.
7459         (darwin_ptrace_him): Use unmark_fd_no_cloexec.
7460         * inf-ttrace.c (do_cleanup_pfds): Use unmark_fd_no_cloexec.
7461         (inf_ttrace_prepare): Use mark_fd_no_cloexec.
7462
7463 2013-05-10  Freddie Chopin  <freddie_chopin@op.pl>
7464             Tom Tromey  <tromey@redhat.com>
7465
7466         PR build/15414:
7467         * configure: Rebuild.
7468         * configure.ac (build_warnings): Do not use -Wformat-nonliteral
7469         with -Wno-format.
7470
7471 2013-05-10  Pedro Alves  <palves@redhat.com>
7472
7473         * remote.c (_initialize_remote): Fix spelling of
7474         qXfer:traceframe-info:read packet in packet config command.
7475
7476 2013-05-10  David Taylor  <dtaylor@emc.com>
7477
7478         PR remote/15455
7479
7480         * remote.c (remote_trace_set_readonly_regions): Do not overwrite
7481         "QTro" at start of packet.
7482
7483 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
7484
7485         * solib-aix.c (solib_aix_relocate_section_addresses):
7486         For the .bss section action, apply the same offset as
7487         the .data section.
7488
7489 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
7490
7491         * solib-aix.c (solib_aix_relocate_section_addresses):
7492         Remove FIXME comment.
7493
7494 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
7495
7496         PR tdep/15420:
7497         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
7498         New functions, directly copied from sparc-sol-thread.c.
7499         * sparc-sol-thread.c: Delete.
7500         * configure.ac: Remove code handling sparc-solaris-thread.c.
7501         * configure: Regenerate.
7502
7503 2013-05-10  Phil Muldoon  <pmuldoon@redhat.com>
7504
7505         * stack.c (backtrace_command_1): Add "no-filters", and Python frame
7506         filter logic.
7507         (backtrace_command): Add "no-filters" option parsing.
7508         (_initialize_stack): Alter help to reflect "no-filters" option.
7509         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-framefilter.o
7510         (SUBDIR_PYTHON_SRCS): Add py-framefilter.c
7511         (py-frame.o): Add target
7512         * data-directory/Makefile.in (PYTHON_DIR): Add Python frame
7513         filter files.
7514         * python/python.h: Add new frame filter constants, and flag enum.
7515         (apply_frame_filter): Add definition.
7516         * python/python.c (apply_frame_filter): New non-Python
7517         enabled function.
7518         * python/py-utils.c (py_xdecref): New function.
7519         (make_cleanup_py_xdecref): Ditto.
7520         * python/py-objfile.c: Declare frame_filters dictionary.
7521         (objfpy_dealloc): Add frame_filters dealloc.
7522         (objfpy_new): Initialize frame_filters attribute.
7523         (objfile_to_objfile_object): Ditto.
7524         (objfpy_get_frame_filters): New function.
7525         (objfpy_set_frame_filters): New function.
7526         * python/py-progspace.c: Declare frame_filters dictionary.
7527         (pspy_dealloc): Add frame_filters dealloc.
7528         (pspy_new): Initialize frame_filters attribute.
7529         (pspacee_to_pspace_object): Ditto.
7530         (pspy_get_frame_filters): New function.
7531         (pspy_set_frame_filters): New function.
7532         * python/py-framefilter.c: New file.
7533         * python/lib/gdb/command/frame_filters.py: New file.
7534         * python/lib/gdb/frames.py: New file.
7535         * python/lib/gdb/__init__.py: Initialize global frame_filters
7536         dictionary
7537         * python/lib/gdb/FrameDecorator.py: New file.
7538         * python/lib/gdb/FrameIterator.py: New file.
7539         * mi/mi-cmds.c (mi_cmds): Add frame filters command.
7540         * mi/mi-cmds.h: Declare.
7541         * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Add
7542         --no-frame-filter logic, and Python frame filter logic.
7543         (stack_enable_frame_filters): New function.
7544         (parse_no_frame_option): Ditto.
7545         (mi_cmd_stack_list_frames): Add --no-frame-filter and Python frame
7546         filter logic.
7547         (mi_cmd_stack_list_locals): Ditto.
7548         (mi_cmd_stack_list_args): Ditto.
7549         (mi_cmd_stack_list_variables): Ditto.
7550         * NEWS: Add frame filter note.
7551
7552 2013-05-09  Doug Evans  <dje@google.com>
7553
7554         * symfile.c (syms_from_objfile_1): Delete args offsets, num_offsets.
7555         All callers updated.
7556         (syms_from_objfile): Ditto.  Make static.
7557         (symbol_file_add_with_addrs): Renamed from
7558         symbol_file_add_with_addrs_or_offsets.  Delete args offsets,
7559         num_offsets.  All callers updated.
7560         * symfile.h (syms_from_objfile): Delete.
7561
7562         * symfile.c (decrement_reading_symtab): Add assert.
7563         (increment_reading_symtab): Ditto.
7564
7565 2013-05-09  Joel Brobecker  <brobecker@adacore.com>
7566
7567         * source.c (forward_search_command): Replace call to getc
7568         by call to fgetc.
7569         (reverse_search_command): Likewise.
7570
7571 2013-05-08  Doug Evans  <dje@google.com>
7572
7573         * psymtab.c (expand_symtabs_matching_via_partial): Fix file name
7574         matching test.
7575
7576 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
7577
7578         * sol-thread.c (info_cb): Factorize the code a little.
7579
7580 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
7581
7582         * sol-thread.c (info_cb): Rework the output of the "maintenance
7583         info sol-threads" command a bit.
7584
7585 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
7586
7587         * sol-thread.c (info_cb) [ti.ti_state == TD_THR_SLEEP]:
7588         Replace ti.ti_startfunc by ti.ti_pc.
7589
7590 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
7591
7592         * solib-aix.c (solib_aix_free_library_list): New function
7593         for the case where HAVE_LIBEXPAT is not defined.
7594
7595 2013-05-07  Sergio Durigan Junior  <sergiodj@redhat.com>
7596
7597         PR breakpoints/15413:
7598         * breakpoint.c (condition_completer): Simplify the code to
7599         disconsider multiple locations of breakpoints when completing the
7600         "condition" command.
7601
7602 2013-05-07  Pierre Muller  <muller@sourceware.org>
7603
7604         * common/linux-btrace.c: ARI fix: Include "gdb_wait.h"
7605         instead of <sys/wait.h>.
7606
7607 2013-05-07  Pierre Muller  <muller@sourceware.org>
7608
7609         * nios2-tdep.c (nios2_dwarf_reg_to_regnum): ARI fix: remove
7610         trailing new line from warning message.
7611
7612 2013-05-07  Pierre Muller  <muller@sourceware.org>
7613
7614         * contrib/ari/gdb_ari.sh (SOLIB_ADD, SOLIB_CREATE_INFERIOR_HOOK)
7615         (PC_SOLIB): Change type from ari_deprecate to ari_regression.
7616
7617 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
7618
7619         * rs6000-nat.c (rs6000_core_ldinfo): Remove '\n' at end of
7620         error message (ARI fix).
7621
7622 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
7623
7624         * features/library-list-aix.dtd: Replace library-list by
7625         library-list-aix.
7626         * rs6000-nat.c: Replace library-list by library-list-aix
7627         throughout.
7628         * solib-aix.c: Likewise.
7629
7630 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
7631
7632         * target.h (enum target_object) [TARGET_OBJECT_LIBRARIES_AIX]:
7633         Renames TARGET_OBJECT_AIX_LIBRARIES.
7634         * rs6000-nat.c: Replace TARGET_OBJECT_AIX_LIBRARIES with
7635         TARGET_OBJECT_LIBRARIES_AIX throughout.
7636         * solib-aix.c: Likwise.
7637
7638 2013-05-07  Yao Qi  <yao@codesourcery.com>
7639
7640         * solib-dsbt.c (struct dsbt_info) <enable_break2_done>: Remove.
7641         (get_dsbt_info, enable_break, dsbt_clear_solib): Update.
7642
7643 2013-05-07  Yao Qi  <yao@codesourcery.com>
7644
7645         * solib-dsbt.c (enable_break): Declare.
7646         (dsbt_current_sos): Remove call to enable_break2.
7647         (enable_break2): Rename to enable_break.  Set solib breakpoint
7648         on '_dl_debug_state'.
7649         (enable_break): Remove.
7650
7651 2013-05-07  Luis Machado  <lgustavo@codesourcery.com>
7652
7653         * ppc-linux-nat.c (ppc_linux_new_thread): Clear the new thread's
7654         debug state prior to replicating existing hardware watchpoints or
7655         breakpoints.
7656
7657 2013-05-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
7658
7659         * gcore.c (gcore_create_callback): Ignore sections with
7660         separate_debug_objfile_backlink != NULL.
7661
7662 2013-05-06  Sandra Loosemore  <sandra@codesourcery.com>
7663             Andrew Jenner  <andrew@codesourcery.com>
7664             Chung-Lin Tang  <cltang@codesourcery.com>
7665             Julian Brown  <julian@codesourcery.com>
7666
7667         Based on the nios2-elf port from Altera Corporation.
7668
7669         * Makefile.in (ALL_TARGET_OBS): Add nios2-tdep.o and
7670         nios2-linux-tdep.o.
7671         (HFILES_NO_SRCDIR): Add nios2-tdep.h.
7672         (ALLDEPFILES): Add nios2-tdep.c and nios2-linux-tdep.c.
7673         * configure.tgt: Add nios2*-*-linux* and nios2*-*-* targets.
7674         * nios2-tdep.h: New.
7675         * nios2-tdep.c: New.
7676         * nios2-linux-tdep.c: New.
7677         * features/Makefile (WHICH): Add nios2-linux.
7678         (nios2-linux-expedite): Set.
7679         * features/nios2-cpu.xml: New.
7680         * features/nios2.xml: New.
7681         * features/nios2-linux.xml: New.
7682         * features/nios2.c: New (autogenerated).
7683         * features/nios2-linux.c: New (autogenerated).
7684         * regformats/nios2-linux.dat: New (autogenerated).
7685         * NEWS (Changes since GDB 7.6): Add new Nios II targets
7686         and commands.
7687
7688 2013-05-06  Doug Evans  <dje@google.com>
7689
7690         * symfile.c: Whitespace cleanup.
7691
7692         * solist.h (struct target_so_ops): New member clear_so.
7693         * solib-svr4.c (svr4_clear_so): New function.
7694         (_initialize_svr4_solib): Set svr4_so_ops.clear_so.
7695         * solib.c (clear_so): Renamed from free_so_symbols.
7696         All callers updated.  Call target clear_so if it exists.
7697
7698 2013-05-06  Tom Tromey  <tromey@redhat.com>
7699
7700         * ada-lang.c (ada_value_primitive_packed_val): Don't
7701         call value_incref.
7702         * value.c (set_value_parent): Incref the new parent and decref
7703         the old parent.
7704         (value_copy, value_primitive_field): Use set_value_parent.
7705
7706 2013-05-06  Tom Tromey  <tromey@redhat.com>
7707
7708         * dwarf2loc.c (invalid_synthetic_pointer): Move earlier.
7709         (indirect_pieced_value): Call dwarf2_fetch_constant_bytes
7710         if needed.
7711         * dwarf2loc.h (dwarf2_fetch_constant_bytes): Declare.
7712         * dwarf2read.c (write_constant_as_bytes)
7713         (dwarf2_fetch_constant_bytes): New functions.
7714
7715 2013-05-06  Tom Tromey  <tromey@redhat.com>
7716
7717         * dwarf2read.c (dwarf2_const_value_data): Remove unused
7718         parameters.
7719         (dwarf2_const_value_attr): Update.
7720
7721 2013-05-06  Tom Tromey  <tromey@redhat.com>
7722
7723         * somread.c (som_symfile_offsets): Add 'const' to addrs.
7724         * machoread.c (macho_symfile_offsets): Add 'const' to addrs.
7725         * xcoffread.c (xcoff_symfile_offsets): Add 'const' to addrs.
7726         Remove declaration.
7727
7728 2013-05-06  Tom Tromey  <tromey@redhat.com>
7729
7730         * dwarf2read.c (dwarf2_const_value_attr): Use 'obstack', not
7731         objfile's obstack.
7732
7733 2013-05-06  Doug Evans  <dje@google.com>
7734
7735         * dbxread.c (process_one_symbol): Constify section_offsets parameter.
7736         * stabsread.h (process_one_symbol): Update declaration.
7737         * dwarf2read.c (dw2_relocate): Constify new_offsets, delta parameters.
7738         * elfread.c (elf_symfile_relocate_probe): Ditto.
7739         * psymtab.c (relocate_psymtabs): Ditto.
7740         * objfiles.c (objfile_relocate1): Constify new_offsets parameter.
7741         (objfile_relocate): Ditto.
7742         * objfiles.h (objfile_relocate): Update declaration.
7743         * symfile.c (relative_addr_info_to_section_offsets): Constify
7744         addrs parameter.
7745         (default_symfile_offsets): Ditto.
7746         (syms_from_objfile_1): Constify offsets parameter.
7747         (syms_from_objfile): Ditto.
7748         (symbol_file_add_with_addrs_or_offsets): Ditto.
7749         (symfile_map_offsets_to_segments): Constify data parameter.
7750         * symfile.h (struct quick_symbol_functions): Constify new_offsets,
7751         delta parameters of member relocate.
7752         (struct sym_probe_fns): Constify new_offsets,
7753         delta parameters of member sym_relocate_probe.
7754         (struct sym_fns): Constify section_addr_info parameter of member
7755         sym_offsets.
7756         (relative_addr_info_to_section_offsets): Update declaration.
7757         (default_symfile_offsets): Ditto.
7758         (syms_from_objfile): Ditto.
7759         (symfile_map_offsets_to_segments): Ditto.
7760
7761         * symfile.c (syms_from_objfile_1): Use correct section count when
7762         objfile->sf == NULL.
7763
7764 2013-05-06  Mike Frysinger  <vapier@gentoo.org>
7765
7766         * common/linux-btrace.c (intel_supports_btrace): Fix indentation.
7767
7768 2013-05-06  Doug Evans  <dje@google.com>
7769
7770         * psympriv.h (struct partial_symtab): Augment comment for member
7771         section_offsets.
7772
7773 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
7774
7775         Reimplement shared library support on ppc-aix...
7776         * target.h (TARGET_OBJECT_AIX_LIBRARIES): New target_object enum.
7777         * features/library-list-aix.dtd: New file.
7778         * solib-aix.h, solib-aix.c: New file.
7779         * rs6000-aix-tdep.c: #include "solib.h" and "solib-aix.h".
7780         (rs6000_find_toc_address_hook): Delete.
7781         (rs6000_push_dummy_call): Rewrite code setting the TOC value.
7782         (rs6000_aix_init_osabi): Register solib_aix_so_ops.
7783         * rs6000-nat.c: Remove "xcoffsolib.h" include.  Include
7784         "xml-utils.h".
7785         (map_vmap, vmap_exec, vmap_ldinfo, add_vmap, objfile_symbol_add)
7786         (vmap_symtab, fixup_breakpoints): Delete.
7787         (rs6000_xfer_shared_libraries): New function.
7788         (rs6000_xfer_partial): Add TARGET_OBJECT_AIX_LIBRARIES handling.
7789         (vmap_secs, bss_data_overlap, vmap_add_symbols): Delete.
7790         (xcoff_relocate_symtab, xcoff_relocate_core): Delete.
7791         (rs6000_ptrace_ldinfo, rs6000_core_ldinfo)
7792         (rs6000_xfer_shared_library): New function.
7793         (find_toc_address): Delete.
7794         (_initialize_rs6000_nat): Do not set rs6000_find_toc_address_hook.
7795         * rs6000-tdep.h (rs6000_find_toc_address_hook): Remove.
7796         * xcoffread.c (record_minimal_symbol): Reloate symbol address
7797         before creating minimal symbol.  Adjust function description
7798         accordingly.
7799         (scan_xcoff_symtab): Replace call to
7800         prim_record_minimal_symbol_and_info by call to
7801         record_minimal_symbol.
7802         (xcoff_symfile_offsets): Reimplement mostly as a wrapper
7803         around default_symfile_offsets.
7804         * configure.tgt: Add solib-aix.o to gdb_target_obs for
7805         powerpc-aix targets.
7806         * config/rs6000/nm-rs6000.h: Delete.
7807         * config/powerpc/aix.mh (NAT_FILE): Delete.
7808         (NATDEPFILES): Remove xcoffsolib.o.
7809         * Makefile.in (XMLFILES): Add library-list-aix.dtd.
7810         (ALL_TARGET_OBS): Add solib-aix.o.
7811         (HFILES_NO_SRCDIR): Remove xcoffsolib.h and
7812         config/rs6000/nm-rs6000.h.  Add solib-aix.h.
7813         (ALLDEPFILES): Add solib-aix.c.  Remove xcoffsolib.c.
7814         * xcoffsolib.h, xcoffsolib.c: Delete.
7815
7816         * solib.c (reload_shared_libraries): Remove reference to
7817         SOLIB_CREATE_INFERIOR_HOOK.
7818         * breakpoint.c (handle_solib_event): Remove reference to SOLIB_ADD.
7819         (disable_breakpoints_in_shlibs): Remove reference to PC_SOLIB.
7820         (momentary_bkpt_re_set): Replace SOLIB_ADD by solib_add in
7821         comment.
7822         * corelow.c (deprecated_core_resize_section_table): Delete.
7823         * exec.c: Remove include of xcoffsolib.h".
7824         (map_vmap, vmap): Delete.
7825         (exec_close_1): Remove references to vmap.
7826         (exec_file_attach): Remove vmap handling code, and reference
7827         to DEPRECATED_IBM6000_TARGET.
7828         (bfdsec_to_vmap): Delete.
7829         (exec_files_info): Remove block of code handling VMAP.
7830         * infcmd.c (post_create_inferior): Remove reference to
7831         SOLIB_CREATE_INFERIOR_HOOK and SOLIB_ADD.
7832         * infrun.c (follow_exec): Remove reference to
7833         SOLIB_CREATE_INFERIOR_HOOK.
7834         * stack.c (print_frame): Remove reference to PC_SOLIB.
7835         * solib-dsbt.c (dsbt_current_sos): Adjust comment.
7836         (dsbt_relocate_main_executable): Likewise.
7837         * solib-frv.c (frv_current_sos): Likewise.
7838
7839 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
7840
7841         * sol-thread.c (rw_common): Cast BUF to "gdb_byte *" in calls
7842         to target_write_memory and target_read_memory.
7843
7844 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
7845
7846         * darwin-nat.c (darwin_setup_fake_stop_event): New function.
7847         (darwin_attach): Adjust using darwin_setup_fake_stop_event.
7848
7849 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
7850
7851         * darwin-nat.c: Replace all "%x" instances in format strings
7852         into "0x%x" throughout.
7853
7854 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
7855
7856         * darwin-nat.c (darwin_mourn_inferior): Replace call to
7857         gdb_assert by call to MACH_CHECK_ERROR.
7858         (darwin_attach_pid): Raise an error rather than a failed
7859         assertion when various system calls failed.  Report a warning
7860         instead of raising a failed assertion when PREV_NOT is not NULL
7861         after call to mach_port_request_notification.
7862         (darwin_ptrace_me): Raise an error rather than a failed
7863         assertion when read returns nonzero.
7864
7865 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
7866
7867         * amd64-darwin-tdep.c: Remove #include "gdb_assert.h".
7868
7869 2013-05-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
7870
7871         * cleanups.c (restore_my_cleanups): New gdb_assert for SENTINEL_CLEANUP.
7872
7873 2013-05-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
7874
7875         * event-top.c (display_gdb_prompt): Call missing do_cleanups.
7876         * infcmd.c (get_return_value) <!stop_regs>: Do not overwrite CLEANUP.
7877         * symfile.c (symfile_bfd_open): New variable back_to.  Do not leave
7878         a stale cleanup.  Fix double free of NAME.
7879
7880 2013-05-04  Eli Zaretskii  <eliz@gnu.org>
7881
7882         * windows-nat.c (windows_delete_thread): Accept an additional
7883         argument, the thread's exit code, and announce thread death when
7884         print_thread_events is non-zero and we are deleting a thread that
7885         is not the main thread.
7886         (get_windows_debug_event): Pass thread exit code to
7887         windows_delete_thread.
7888
7889 2013-05-03  Kevin Buettner  <kevinb@redhat.com>
7890
7891         * v850-tdep.c (elf-bfd.h, elf/v850.h): Include.
7892         (R_149_REGNUM, E_NUM_OF_V850E2_REGS, E_SELID_1_R0_REGNUM)
7893         (E_SELID_1_R31_REGNUM, E_SELID_2_R0_REGNUM, E_SELID_2_R31_REGNUM)
7894         (E_SELID_3_R0_REGNUM, E_SELID_3_R31_REGNUM, E_SELID_4_R0_REGNUM)
7895         (E_SELID_4_R31_REGNUM, E_SELID_5_R0_REGNUM, E_SELID_5_R31_REGNUM)
7896         (E_SELID_6_R0_REGNUM, E_SELID_6_R31_REGNUM, E_SELID_7_R0_REGNUM, E_SELID_7_R31_REGNUM)
7897         (E_VR0_REGNUM, E_VR31_REGNUM, E_NUM_OF_V850E3V5_REGS): Define.
7898         (v850_abi, V850_ABI_GCC, V850_ABI_RH850): New enum and constants.
7899         (gdbarch_tdep): New struct.
7900         (v850e2_register_name): Use E_NUM_OF_V850E2_REGS instead of
7901         E_NUM_REGS.
7902         (v850e3v5_register_name): New function.
7903         (v850_register_type): v850e3v5 vector registers are 64-bits wide.
7904         (v850_use_struct_convention): Add `gdbarch' parameter.  Add new
7905         code handling the struct return conventions for the RH850 ABI.
7906         Update all callers.
7907         (v850_eight_byte_align_p): New function.
7908         (v850_push_call_dummy): Push structs by value, not by reference
7909         for the RH850 ABI.  Add support for eight byte alignment.
7910         (v850_dbtrap_breakpoint_from_pc): New function.
7911         (v850_gdbarch_init): Add ABI detection code.  Register
7912         v850e3v5_register_name for the v850e3v5 architecture.  Set the
7913         number of registers for v850e3v5.  Register
7914         v850_dbtrap_breakpoint_from_pc as appropriate.
7915         (_initialize_gdbarch_init): Registration bfd_arch_v850_rh850.
7916
7917 2013-05-03  Doug Evans  <dje@google.com>
7918
7919         * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections instead
7920         of bfd_count_sections.
7921         * solib-target.c (solib_target_relocate_section_addresses): Ditto.
7922         * symfile.c (default_symfile_offsets): Ditto.
7923         (syms_from_objfile_1): Ditto.  Make dummy addrs list an array of
7924         one entry, not bfd_count_sections entries.
7925
7926 2013-05-03  Kevin Buettner  <kevinb@redhat.com>
7927
7928         * rl78-tdep.c (rl78_register_reggroup_p): Include SP in the
7929         `save' and `restore' register groups.  Don't include SPL
7930         or SPH in these groups.
7931         (rl78_dwarf_reg_to_regnum):  Adjust mapping for
7932         RL78_PC_REGNUM.  Add mappings for RL78_PSW_REGNUM,
7933         RL78_ES_REGNUM, and RL78_CS_REGNUM.
7934         (rl78_gdbarch_init): Set `dwarf2_addr_size' to 4.  Invoke
7935         dwarf2_append_unwinders().
7936
7937 2013-05-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
7938
7939         * break-catch-sig.c (signal_catchpoint_breakpoint_hit): Do not
7940         ignore SIGINT and SIGTRAP in case these internal signals are
7941         caught explicitely.
7942
7943 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
7944
7945         * darwin-nat.c (darwin_read_write_inferior): Change types
7946         of parameters rdaddr and wraddr to "gdb_byte *". Change type
7947         of copy_count to "mach_msg_type_number_t".
7948         (darwin_read_dyld_info): Change type of parameter
7949         rdaddr to "gdb_byte *".
7950
7951 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
7952
7953         * solib-ia64-hpux.c (ia64_hpux_read_dynamic_info): Change cast
7954         of &info->load_map from "char *" to "gdb_byte *".
7955
7956 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
7957
7958         * ia64-tdep.c (ia64_access_fpreg): Change cast of val
7959         from "char *" to "gdb_byte *".
7960         (ia64_access_rse_fpreg, ia64_access_mem): Likewise.
7961
7962 2013-04-30  Doug Evans  <dje@google.com>
7963
7964         * dwarf2read.c (lookup_dwo_unit): Return NULL if DWO not found.
7965         (init_cutu_and_read_dies): Flag a complaint, not error, for bad
7966         DWO stub.  If DWO isn't found, just use stub.
7967         (lookup_dwo_cutu): Don't try DWO if there's a DWP file.
7968
7969         * dwarf2read.c (dw2_find_symbol_file): Initialize filename before
7970         calling init_cutu_and_read_dies.
7971
7972 2013-03-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7973
7974         * target-descriptions.c (maint_print_c_tdesc_cmd):
7975         Add case to parse structures as register types and
7976         bitfields.
7977
7978 2013-04-30  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7979
7980         * MAINTAINERS (Write After Approval): Add myself to the list.
7981
7982 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
7983
7984         * sol-thread.c (rw_common): Change type of parameter "buf"
7985         to "gdb_byte *".
7986         (ps_pdwrite, ps_ptwrite): Cast parameter "buf" in call to
7987         rw_common to "gdb_byte *" instead of "char *".
7988
7989 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
7990
7991         * sol-thread.c (info_cb) [ti.ti_startfunc != 0]: Change type
7992         of local variable msym to const struct bound_minimal_symbol.
7993         Adjust use accordingly.
7994         [ti.ti_state == TD_THR_SLEEP]: Likewise.
7995
7996 2013-04-30  Samuel Thibault  <samuel.thibault@gnu.org>
7997
7998         * i386gnu-nat.c (CREG_OFFSET): New macro.
7999         (creg_offset): New array.
8000         (CREG_ADDR): Use creg_offset instead of reg_offset.
8001
8002 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
8003
8004         * mep-tdep.c (mep_write_pc): Delete.
8005         (mep_gdbarch_init): Remove call to set_gdbarch_write_pc.
8006         Add call to set_gdbarch_pc_regnum.
8007
8008 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
8009
8010         * common/filestuff.c: Replace #include <dirent.h> by
8011         #include "gdb_dirent.h".
8012
8013 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
8014
8015         * common/filestuff.c: Replace #include <sys/stat.h> by
8016         #include "gdb_stat.h".
8017
8018 2013-04-29  Pierre Muller  <muller@sourceware.org>
8019
8020         * dwarf2read.c (handle_DW_AT_stmt_list): Avoid ARI warning for
8021         editCase function rule.
8022         (get_DW_AT_signature_type): Likewise.
8023
8024 2013-04-29  Joel Brobecker  <brobecker@adacore.com>
8025
8026         * m32r-tdep.c (m32r_write_pc): Delete.
8027         (m32r_gdbarch_init): Remove call to set_gdbarch_write_pc.
8028         Add call to set_gdbarch_pc_regnum.
8029
8030 2013-04-29  Pierre Muller  <muller@sourceware.org>
8031
8032         * ./contrib/ari/gdb_ari.sh (editCase rule): Fix spelling error.
8033
8034 2013-04-29  Joel Brobecker  <brobecker@adacore.com>
8035
8036         * dwarf2read.c (get_DW_AT_signature_type): Add ARI marker.
8037
8038 2013-04-28  Yao Qi  <yao@codesourcery.com>
8039
8040         * solib-dsbt.c (fetch_loadmap): Re-indent.
8041         (displacement_from_map, enable_break2): Likewise.
8042         (dsbt_relocate_section_addresses): Likewise.
8043
8044 2013-04-26  Joel Brobecker  <brobecker@adacore.com>
8045
8046         GDB 7.6 released.
8047
8048 2013-04-25  Andreas Kaufmann  <Andreas.Kaufmann@synopsys.com>
8049
8050         PR corefiles/14983:
8051         * dwarf2read.c (process_full_comp_unit): Always create a static
8052         block.
8053
8054 2013-04-25  Hui Zhu  <hui@codesourcery.com>
8055
8056         * breakpoint.c (build_target_command_list): Change loc->cond_bytecode
8057         to loc->cmd_bytecode.
8058
8059 2013-04-24  Doug Evans  <dje@google.com>
8060
8061         * dwarf2read.c (setup_type_unit_groups): Fix comment.
8062
8063 2013-04-22  Keith Seitz  <keiths@redhat.com>
8064
8065         * tracepoint.c (trace_save):  Call the writer's start method.
8066
8067 2013-04-24  Muhammad Bilal  <mbilal@codesourcery.com>
8068
8069         PR gdb/10462
8070         * cli/cli-decode.c (lookup_command): Show an error if there is no space
8071         before argument.
8072
8073 2013-04-23  Tom Tromey  <tromey@redhat.com>
8074
8075         * common/filestuff.c: Check USE_WIN32API before including
8076         sys/socket.h.
8077         (HAVE_F_GETFD): New define.
8078         (mark_cloexec): Check HAVE_F_GETFD.
8079         (gdb_open_cloexec): Change 'mode' to unsigned long.
8080         (gdb_socketpair_cloexec): Check HAVE_SOCKETPAIR.
8081         (gdb_pipe_cloexec): Check HAVE_PIPE.
8082         * common/filestuff.h (gdb_open_cloexec): Change 'mode' to unsigned
8083         long.
8084
8085 2013-04-23  Hui Zhu  <hui@codesourcery.com>
8086
8087         PR gdb/15293
8088         * breakpoint.c (bpstat_what): Add BPSTAT_WHAT_SINGLE to bp_dprintf.
8089
8090 2013-04-23  Hui Zhu  <hui@codesourcery.com>
8091
8092         PR gdb/15165
8093         * breakpoint.c (dprintf_print_recreate): New.
8094         (save_breakpoints): Let it not save dprintf commands.
8095         (initialize_breakpoint_ops): Set dprintf_print_recreate.
8096
8097 2013-04-22  Tom Tromey  <tromey@redhat.com>
8098
8099         PR gdb/7912:
8100         * Makefile.in (SFILES): Add filestuff.c
8101         (COMMON_OBS): Add filestuff.o.
8102         (filestuff.o): New target.
8103         * auto-load.c (auto_load_objfile_script_1): Use
8104         gdb_fopen_cloexec.
8105         * auxv.c (procfs_xfer_auxv): Use gdb_open_cloexec.
8106         * cli/cli-cmds.c (shell_escape): Call close_most_fds.
8107         * cli/cli-dump.c (fopen_with_cleanup): Use gdb_fopen_cloexec.
8108         * common/agent.c (gdb_connect_sync_socket): Use
8109         gdb_socket_cloexec.
8110         * common/filestuff.c: New file.
8111         * common/filestuff.h: New file.
8112         * common/linux-osdata.c (linux_common_core_of_thread)
8113         (command_from_pid, commandline_from_pid, print_source_lines)
8114         (linux_xfer_osdata_shm, linux_xfer_osdata_sem)
8115         (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Use
8116         gdb_fopen_cloexec.
8117         * common/linux-procfs.c (linux_proc_get_int)
8118         (linux_proc_pid_has_state): Use gdb_fopen_cloexec.
8119         * config.in, configure: Rebuild.
8120         * configure.ac: Don't check for sys/socket.h.  Check for
8121         fdwalk, pipe2.
8122         * corelow.c (core_open): Use gdb_open_cloexec.
8123         * dwarf2read.c (write_psymtabs_to_index): Use gdb_fopen_cloexec.
8124         * fork-child.c (fork_inferior): Call close_most_fds.
8125         * gdb_bfd.c (gdb_bfd_open): Use gdb_open_cloexec.
8126         * inf-child.c (inf_child_fileio_readlink): Use gdb_open_cloexec.
8127         * linux-nat.c (linux_nat_thread_name, linux_proc_pending_signals):
8128         Use gdb_fopen_cloexec.
8129         (linux_proc_xfer_partial, linux_proc_xfer_spu): Use
8130         gdb_open_cloexec.
8131         (linux_async_pipe): Use gdb_pipe_cloexec.
8132         * remote-fileio.c (remote_fileio_func_open): Use
8133         gdb_open_cloexec.
8134         * remote.c (remote_file_put, remote_file_get): Use
8135         gdb_fopen_cloexec.
8136         * ser-pipe.c (pipe_open): Use gdb_socketpair_cloexec,
8137         close_most_fds.
8138         * ser-tcp.c (net_open): Use gdb_socket_cloexec.
8139         * ser-unix.c (hardwire_open): Use gdb_open_cloexec.
8140         * solib.c (solib_find): Use gdb_open_cloexec.
8141         * source.c (openp, find_and_open_source): Use gdb_open_cloexec.
8142         * tracepoint.c (tfile_start): Use gdb_fopen_cloexec.
8143         (tfile_open): Use gdb_open_cloexec.
8144         * tui/tui-io.c (tui_initialize_io): Use gdb_pipe_cloexec.
8145         * ui-file.c (gdb_fopen): Use gdb_fopen_cloexec.
8146         * xml-support.c (xml_fetch_content_from_file): Use
8147         gdb_fopen_cloexec.
8148         * main.c (captured_main): Call notice_open_fds.
8149
8150 2013-04-22  Edjunior Machado  <emachado@linux.vnet.ibm.com>
8151
8152         * remote-sim.c (dump_mem): Change the type of 'buf' parameter from
8153         'char *' to 'gdb_byte *'.
8154         (gdbsim_store_register): Change the type of 'tmp' from 'char' to
8155         'gdb_byte'.
8156
8157 2013-04-22  Yao Qi  <yao@codesourcery.com>
8158
8159         * infrun.c: Fix typo in comment.
8160
8161 2013-04-22  Andrew Haley  <aph@redhat.com>
8162
8163         * arm-tdep.c (BranchDest): Cast result as "unsigned long",
8164         instead of "long".
8165
8166 2013-04-20  Yao Qi  <yao@codesourcery.com>
8167
8168         * ctf.c (ctf_fetch_registers): Change the type of 'regs' from
8169         'char *' to 'gdb_byte *'.  Cast the return value of
8170         'bt_ctf_get_char_array' to 'gdb_byte *'.
8171
8172 2013-04-19  Pedro Alves  <palves@redhat.com>
8173
8174         * configure.ac (build_warnings): Replace -Wno-pointer-sign with
8175         -Wpointer-sign.
8176         * configure: Regenerate.
8177
8178 2013-04-19  Pedro Alves  <palves@redhat.com>
8179
8180         * ser-tcp.c (net_read_prim): Cast second argument to recv to
8181         'void *'.
8182
8183 2013-04-19  Pedro Alves  <palves@redhat.com>
8184
8185         * monitor.c (monitor_write_memory, monitor_write_memory_bytes):
8186         Change type of 'myaddr' parameter to gdb_byte pointer.
8187         (monitor_write_memory_longlongs): Likewise.  Cast 'myaddr' pointer
8188         to 'long long' pointer instead of to 'unsigned long long'.
8189         (monitor_write_memory_block, monitor_read_memory_single)
8190         (monitor_read_memory): Change type of 'myaddr' parameter to
8191         gdb_byte pointer.
8192
8193 2013-04-19  Pedro Alves  <palves@redhat.com>
8194
8195         * record.c (validate_history_size): Make parameter 'setting'
8196         unsigned.
8197
8198 2013-04-19  Pedro Alves  <palves@redhat.com>
8199
8200         * ctf.c (ctf_write_uploaded_tsv, ctf_write_uploaded_tp): Add casts
8201         to 'gdb_byte *'.
8202
8203 2013-04-19  Pedro Alves  <palves@redhat.com>
8204
8205         * cp-valprint.c (cp_print_class_member): Change type of 'fieldno'
8206         local to int.
8207
8208 2013-04-19  Pedro Alves  <palves@redhat.com>
8209
8210         * ada-lang.c (print_it_exception): Add cast to gdb_byte *.
8211         * ada-tasks.c (read_fat_string_value): Likewise.
8212
8213 2013-04-19  Pedro Alves  <palves@redhat.com>
8214
8215         * dwarf2-frame.c (execute_cfa_program): Make 'bytes_read' local
8216         unsigned.  Pass 'tmp' to safe_read_uleb128 instead of the signed
8217         'offset', and adjust.
8218
8219 2013-04-19  Pedro Alves  <palves@redhat.com>
8220
8221         * dwarf2read.c (dwarf2_get_dwz_file): Add cast to const char *.
8222         (read_index_from_section): Add cast to 'char *'.
8223
8224 2013-04-19  Pedro Alves  <palves@redhat.com>
8225
8226         * xcoffread.c (xcoff_initial_scan): Add cast to 'char *'.
8227
8228 2013-04-19  Pedro Alves  <palves@redhat.com>
8229
8230         * coff-pe-read.c (read_pe_exported_syms): Handle strings as char.
8231
8232 2013-04-19  Pedro Alves  <palves@redhat.com>
8233
8234         * record-full.c (record_full_get_bookmark): Change local 'ret'
8235         type to char * and add cast to gdb_byte *.
8236         (record_full_goto_bookmark): Handle 'bookmark' argument as a
8237         string.
8238         * reverse.c (goto_bookmark_command): Add casts to gdb_byte *.
8239
8240 2013-04-19  Pedro Alves  <palves@redhat.com>
8241
8242         * python/py-inferior.c (infpy_write_memory): Add cast to gdb_byte
8243         * python/py-prettyprint.c (print_string_repr): Change type of
8244         'output' local to char *.  Add cast to gdb_byte * in
8245         LA_PRINT_STRING call.
8246         (print_children): Change type of 'output' local to char *.
8247         * python/py-value.c (valpy_string): Add cast to const char * in
8248         PyUnicode_Decode call.
8249
8250 2013-04-19  Pedro Alves  <palves@redhat.com>
8251
8252         * remote-mips.c (mips_cksum): Rename 'data' parameter to 'datastr'
8253         and change its type to 'const char *'.  Adjust.
8254         (mips_send_packet): Add cast to 'char *', and remove cast to
8255         'unsigned char *'.
8256         (mips_receive_packet): Remove cast to 'unsigned char *'.
8257         (mips_load_srec): Use bfd_byte.
8258         (pmon_makeb64, pmon_zeroset): Make 'chksum' parameter unsigned.
8259         (pmon_checkset): Make 'value' parameter unsigned.
8260
8261 2013-04-19  Pedro Alves  <palves@redhat.com>
8262
8263         * common/agent.c (agent_run_command): Add cast to gdb_byte *.
8264
8265 2013-04-19  Pedro Alves  <palves@redhat.com>
8266
8267         * remote.c (remote_write_bytes_aux, compare_sections_command)
8268         (remote_read_qxfer)
8269         (remote_search_memory, remote_hostio_pwrite, remote_hostio_pread)
8270         (remote_hostio_readlink, remote_bfd_iovec_pread)
8271         (remote_set_trace_notes): Use gdb_byte when RSP buffer is used as
8272         binary buffer, and char when buffer is used as string.
8273         * tracepoint.c (encode_source_string, tfile_write_uploaded_tp)
8274         (trace_save, tfile_open, traceframe_walk_blocks)
8275         (tfile_fetch_registers): Likewise.
8276
8277 2013-04-19  Pedro Alves  <palves@redhat.com>
8278
8279         * ser-base.c (ser_base_write): Change prototype -- take 'void *'
8280         buffer and size_t size.  Adjust.
8281         * ser-base.h (ser_base_write): Adjust.
8282         * ser-go32.c (cnts): Change type to size_t.
8283         (dos_write): Change prototype -- take 'void *'
8284         buffer and size_t size.  Adjust.
8285         (dos_info): Print elements of 'cnts' as unsigned long.
8286         * serial.c (serial_write): Likewise.
8287         * serial.h (serial_write): Adjust.
8288         (struct serial_ops) <write>: Change prototype -- take 'void *'
8289         buffer and size_t size.  Adjust.
8290
8291 2013-04-19  Pedro Alves  <palves@redhat.com>
8292
8293         * c-lang.c (evaluate_subexp_c): Cast result of obstack_base to
8294         gdb_byte *.
8295         * linux-tdep.c (linux_make_mappings_corefile_notes): Likewise.
8296
8297 2013-04-19  Pedro Alves  <palves@redhat.com>
8298
8299         * alpha-tdep.c (alpha_extract_return_value): Use
8300         regcache_cooked_read_unsigned to read 'v0'.
8301
8302 2013-04-19  Pedro Alves  <palves@redhat.com>
8303
8304         * xtensa-tdep.c (execute_l32e, execute_s32e): Change type of
8305         parameters 'at', 'as' and 'offset' to uint32_t.
8306
8307 2013-04-19  Pedro Alves  <palves@redhat.com>
8308
8309         * aarch64-tdep.c (aarch64_analyze_prologue): Change type of local
8310         'is64' to signed 'int'.
8311
8312 2013-04-19  Pedro Alves  <palves@redhat.com>
8313
8314         * s390-tdep.c (is_rs, is_rsy, is_rx, is_rxy): Change type of 'd2'
8315         parameter to int *.
8316
8317 2013-04-19  Pedro Alves  <palves@redhat.com>
8318
8319         * ppc-linux-tdep.c (ppc_skip_trampoline_code): Change local
8320         'insnbuf' buffer type to unsigned int[].
8321
8322 2013-04-19  Pedro Alves  <palves@redhat.com>
8323
8324         * mips-tdep.c (mips_read_pc): Change local 'pc' type to LONGEST.
8325
8326 2013-04-19  Pedro Alves  <palves@redhat.com>
8327
8328         * mep-tdep.c (mep_get_insn): Change 'insn' parameter type to
8329         unsigned long *.
8330
8331 2013-04-19  Pedro Alves  <palves@redhat.com>
8332
8333         * alpha-tdep.c (heuristic_fence_post): Change type to int.
8334         (alpha_heuristic_proc_start): Adjust to check -1 instead of
8335         UINT_MAX.
8336         * mips-tdep.c (heuristic_fence_post): Change type to int.
8337         (heuristic_proc_start): Adjust to check -1 instead of UINT_MAX.
8338
8339 2013-04-19  Pedro Alves  <palves@redhat.com>
8340
8341         * cris-tdep.c (usr_cmd_cris_version): Make unsigned.
8342         (struct gdbarch_tdep) <cris_version>: Make unsigned.
8343         (cris_spec_reg_applicable, cris_gdbarch_init): Adjust locals.
8344
8345 2013-04-19  Pedro Alves  <palves@redhat.com>
8346
8347         * avr-tdep.c (avr_io_reg_read_command): New local 'bufstr'.  Use
8348         it to get a string view of the byte buffer.
8349         * i386-cygwin-tdep.c (core_process_module_section): Change local 'buf'
8350         type to gdb_byte *.  Adjust.
8351         * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full):
8352         Change local to char *.
8353         * solib-darwin.c (find_program_interpreter): Change return type to
8354         char *.  Adjust.
8355         (darwin_solib_get_all_image_info_addr_at_init): Adjust.
8356         * solib-dsbt.c (enable_break2): Change local 'buf' to char *.
8357         * solib-frv.c (enable_break2): Change local 'buf' to char *.
8358         * solib-spu.c (spu_current_sos): Add gdb_byte * cast.
8359         * solib-svr4.c (find_program_interpreter): Change return type to
8360         char *.  Adjust.
8361         (enable_break): Change local 'interp_name' to char *.
8362         * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
8363         * spu-tdep.c (spu_pseudo_register_read_spu): Add cast to 'char *'.
8364         (spu_pseudo_register_write_spu): Use char for string buffer.
8365         Adjust.
8366         (info_spu_event_command, info_spu_signal_command): Add casts to
8367         'char *'.
8368
8369 2013-04-19  Pedro Alves  <palves@redhat.com>
8370
8371         * aarch64-tdep.c (aarch64_default_breakpoint): Change type to
8372         gdb_byte[].
8373         (aarch64_breakpoint_from_pc): Change return type to gdb_byte *.
8374         * ada-lang.c (ada_value_assign): Use gdb_byte.
8375         * alphanbsd-tdep.c (sigtramp_retcode): Change type to gdb_byte[].
8376         (alphanbsd_sigtramp_offset): Use gdb_byte.
8377         * arm-linux-tdep.c (arm_linux_arm_le_breakpoint)
8378         (arm_linux_arm_be_breakpoint, eabi_linux_arm_le_breakpoint)
8379         (eabi_linux_arm_be_breakpoint, arm_linux_thumb_be_breakpoint)
8380         (arm_linux_thumb_le_breakpoint, arm_linux_thumb2_be_breakpoint)
8381         (arm_linux_thumb2_le_breakpoint): Change type to gdb_byte[].
8382         * arm-tdep.c (arm_stub_unwind_sniffer)
8383         (arm_displaced_init_closure): Use gdb_byte.
8384         (arm_default_arm_le_breakpoint, arm_default_arm_be_breakpoint)
8385         (arm_default_thumb_le_breakpoint)
8386         (arm_default_thumb_be_breakpoint): Change type to gdb_byte[].
8387         * arm-tdep.h (struct gdbarch_tdep) <arm_breakpoint,
8388         thumb_breakpoint, thumb2_breakpoint>: Change type to gdb_byte *.
8389         * arm-wince-tdep.c (arm_wince_le_breakpoint)
8390         (arm_wince_thumb_le_breakpoint): Change type to gdb_byte[].
8391         * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint)
8392         (arm_nbsd_arm_be_breakpoint, arm_nbsd_thumb_le_breakpoint)
8393         (arm_nbsd_thumb_be_breakpoint): Change type to gdb_byte[].
8394         * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint)
8395         (arm_obsd_thumb_be_breakpoint): Change type to gdb_byte[].
8396         * cris-tdep.c (push_stack_item, cris_push_dummy_call)
8397         (cris_store_return_value, cris_extract_return_value): Use
8398         gdb_byte.
8399         (constraint): Change type of parameter to char * from signed
8400         char*.  Use gdb_byte.
8401         * dwarf2loc.c (read_pieced_value, write_pieced_value): Change type
8402         of local buffer to gdb_byte *.
8403         * dwarf2read.c (read_index_from_section): Use gdb_byte.
8404         (create_dwp_hash_table): Change type of locals to gdb_byte *.
8405         (add_address_entry): Change type of local buffer to gdb_byte[].
8406         * frv-tdep.c (frv_adjust_breakpoint_address, find_func_descr)
8407         (frv_push_dummy_call): Use gdb_byte.
8408         * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code)
8409         (hppa_hpux_supply_ss_fpblock, hppa_hpux_supply_ss_wide)
8410         (hppa_hpux_supply_save_state): Use gdb_byte.
8411         * hppa-tdep.c (hppa32_push_dummy_call)
8412         (hppa64_convert_code_addr_to_fptr): Use gdb_byte.
8413         * ia64-tdep.c (extract_bit_field, replace_bit_field)
8414         (slotN_contents, replace_slotN_contents): Change type of parameter
8415         to gdb_byte *.
8416         (fetch_instruction, ia64_pseudo_register_write)
8417         (ia64_register_to_value, ia64_value_to_register)
8418         (ia64_extract_return_value, ia64_store_return_value)
8419         (ia64_push_dummy_call): Use gdb_byte.
8420         * m32c-tdep.c (m32c_return_value): Remove cast.
8421         * m68hc11-tdep.c (m68hc11_pseudo_register_write)
8422         (m68hc11_push_dummy_call, m68hc11_store_return_value): Use
8423         gdb_byte.
8424         * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Use gdb_byte.
8425         * mn10300-tdep.c (mn10300_store_return_value)
8426         (mn10300_breakpoint_from_pc, mn10300_push_dummy_call): Use
8427         gdb_byte.
8428         * moxie-tdep.c (moxie_process_readu): Use gdb_byte.
8429         (moxie_process_record): Remove casts.
8430         * ppc-ravenscar-thread.c (supply_register_at_address)
8431         (ppc_ravenscar_generic_store_registers): Use gdb_byte.
8432         * ravenscar-thread.c (get_running_thread_id): Use gdb_byte.
8433         * remote-m32r-sdi.c (m32r_fetch_register): Use gdb_byte.
8434         * remote-mips.c (mips_xfer_memory): Use gdb_byte.
8435         * remote.c (compare_sections_command): Use gdb_byte.
8436         * score-tdep.c (score7_free_memblock): Change type of parameter to
8437         gdb_byte *.
8438         * sh-tdep.c (sh_justify_value_in_reg): Change return type to
8439         gdb_byte *.  Use gdb_byte.
8440         (sh_push_dummy_call_fpu): Use gdb_byte.
8441         (sh_extract_return_value_nofpu, sh_extract_return_value_fpu)
8442         (sh_store_return_value_nofpu, sh_store_return_value_fpu)
8443         (sh_register_convert_to_virtual, sh_register_convert_to_raw):
8444         Change parameter type to 'gdb_byte *'.  Use gdb_byte.
8445         (sh_pseudo_register_read, sh_pseudo_register_write): Use gdb_byte.
8446         * sh64-tdep.c (sh64_push_dummy_call): Use gdb_byte.
8447         (sh64_store_return_value, sh64_register_convert_to_virtual):
8448         Change parameter type to 'gdb_byte *'.  Use gdb_byte.
8449         (sh64_pseudo_register_write): Use gdb_byte.
8450         * solib-darwin.c (darwin_current_sos): Add casts to 'gdb_byte *'.
8451         * solib-irix.c (fetch_lm_info): Likewise.  Use gdb_byte for byte
8452         buffer.
8453         (irix_current_sos): Use gdb_byte.
8454         * solib-som.c (som_current_sos): Use gdb_byte.
8455         * sparc-ravenscar-thread.c (supply_register_at_address)
8456         (sparc_ravenscar_generic_store_registers): Use gdb_byte.
8457         * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
8458         * spu-tdep.c (spu_get_overlay_table): Use gdb_byte.
8459         * tic6x-tdep.c (tic6x_breakpoint_from_pc): Change return type to
8460         'gdb_byte *'.
8461         * tic6x-tdep.h (struct gdbarch_tdep) <breakpoint>: Change type to
8462         'gdb_byte *'.
8463         * tracepoint.c (tfile_fetch_registers): Use gdb_byte.
8464         * xstormy16-tdep.c (xstormy16_extract_return_value)
8465         (xstormy16_store_return_value): Change parameter type to
8466         'gdb_byte *'.  Adjust.
8467         (xstormy16_push_dummy_call): Use gdb_byte.
8468         * xtensa-tdep.c (xtensa_scan_prologue, call0_ret)
8469         (call0_analyze_prologue, execute_code): Use gdb_byte.
8470
8471 2013-04-19  Vladimir Kargov <kargov@gmail.com>
8472             Pedro Alves  <palves@redhat.com>
8473
8474         * i387-tdep.c (i387_print_float_info): Use gdb_byte for pointer to
8475         value contents.
8476
8477 2013-04-17  Doug Evans  <dje@google.com>
8478
8479         * dwarf2read.c (struct signatured_type): New member type.
8480         (struct attribute): Replace member signatured_type with signature.
8481         (DW_SIGNATURE): Replaces DW_SIGNATURE_TYPE.
8482         (read_call_site_scope): Call follow_die_ref instead of
8483         follow_die_ref_or_sig.
8484         (read_structure_type): Rewrite handling of signatured types.
8485         (read_enumeration_type): Ditto.
8486         (read_attribute_value): Update.
8487         (build_error_marker_type): New function.
8488         (lookup_die_type): Add assert.  Rewrite handling of signatured types.
8489         Don't call error for bad types, just build an error marker type.
8490         (dump_die_shallow): Update.
8491         (follow_die_sig_1): Renamed from follow_die_sig.
8492         Don't call error for bad types, instead return NULL.
8493         (follow_die_sig): New function.
8494         (get_signatured_type, get_DW_AT_signature_type): New functions.
8495
8496 2013-04-17  Yufeng Zhang  <yufeng.zhang@arm.com>
8497
8498         * aarch64-tdep.c (aarch64_write_pc): Removed.
8499         (aarch64_gdbarch_init): Remove set_gdbarch_write_pc of the above
8500         function.
8501
8502 2013-04-17  Yao Qi  <yao@codesourcery.com>
8503
8504         * top.c (print_gdb_configuration): Print configure-time
8505         parameter on using libbabeltrace or not.
8506
8507 2013-04-16  Pedro Alves  <palves@redhat.com>
8508
8509         * copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.
8510
8511 2013-04-16  Pedro Alves  <palves@redhat.com>
8512
8513         * common/glibc_thread_db.h: Update from upstream glibc
8514         (git 568035b7874a099087b77f7bba3e36a1173787b0).
8515
8516 2013-04-16  Pedro Alves  <palves@redhat.com>
8517
8518         * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: Factor out to ...
8519         * common/glibc_thread_db.h: ... this new file ...
8520         * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: ... and include it.
8521
8522 2013-04-16  Will Newton  <will.newton@gmail.com>
8523             Pedro Alves  <palves@redhat.com>
8524
8525         PR build/11881
8526
8527         * common/gdb_thread_db.h (LIBTHREAD_DB_SO)
8528         (LIBTHREAD_DB_SEARCH_PATH): Move outside of #ifdef
8529         HAVE_THREAD_DB_H.
8530
8531 2013-04-16  Pedro Alves  <palves@redhat.com>
8532             Eli Zaretskii  <eliz@gnu.org>
8533
8534         * NEWS: Mention "set foo unlimited".
8535
8536 2013-04-15  Doug Evans  <dje@google.com>
8537
8538         * dwarf2read.c (struct dwo_file): Replace member "cus" with "cu".
8539         (struct create_dwo_cu_data): Renamed from create_dwo_info_table_data.
8540         (create_dwo_cu_reader): Renamed from
8541         create_dwo_debug_info_hash_table_reader.
8542         (create_dwo_cu): Renamed from create_dwo_debug_info_hash_table.
8543         Remove support for multiple CUs in a DWO file.
8544         (open_and_init_dwo_file, lookup_dwo_cutu): Update.
8545
8546         * dwarf2read.c (create_debug_types_hash_table): Use hex_string
8547         instead of phex.
8548         (lookup_dwo_unit, create_dwo_debug_info_hash_table_reader): Ditto.
8549         (create_dwo_in_dwp): Ditto.
8550
8551 2013-04-15  Tom Tromey  <tromey@redhat.com>
8552
8553         * NEWS: Move recent entries into "since 7.6" section.
8554
8555 2013-04-15  Tom Tromey  <tromey@redhat.com>
8556
8557         PR c++/13588:
8558         * NEWS: Update.
8559         * break-catch-throw.c (struct exception_catchpoint)
8560         <exception_rx, pattern>: New fields.
8561         (fetch_probe_arguments, dtor_exception_catchpoint)
8562         (check_status_exception_catchpoint)
8563         (print_one_detail_exception_catchpoint): New functions.
8564         (handle_gnu_v3_exceptions): Add "except_rx" argument.
8565         Compile regular expression if needed.
8566         (extract_exception_regexp): New function.
8567         (catch_exception_command_1): Use extract_exception_regexp.
8568         (compute_exception): Use fetch_probe_arguments.
8569         (initialize_throw_catchpoint_ops): Set dtor, print_one_detail,
8570         and check_status fields.
8571         * cp-abi.c (cplus_typename_from_type_info): New function.
8572         * cp-abi.h (cplus_typename_from_type_info): Declare.
8573         (struct cp_abi_ops) <get_typename_from_type_info>: New field.
8574         * gdb_regex.h (compile_rx_or_error): Declare.
8575         * gnu-v3-abi.c (gnuv3_get_typename_from_type_info): Update
8576         comment.
8577         (init_gnuv3_ops): Set get_type_from_type_info field.
8578         * probe.c (compile_rx_or_error): Move...
8579         * utils.c (compile_rx_or_error): ... here.
8580
8581 2013-04-15  Tom Tromey  <tromey@redhat.com>
8582
8583         PR c++/15176:
8584         * NEWS: Update.
8585         * break-catch-throw.c (compute_exception): New function.
8586         (exception_funcs): New global.
8587         (_initialize_break_catch_throw): Create $_exception.
8588         * cp-abi.c (cplus_type_from_type_info): New function.
8589         * cp-abi.h (cplus_type_from_type_info): Declare.
8590         (struct cp_abi_ops) <get_type_from_type_info>: New field.
8591         * gnu-v3-abi.c (gnuv3_get_typename_from_type_info)
8592         (gnuv3_get_type_from_type_info): New functions.
8593         (init_gnuv3_ops): Set get_type_from_type_info ABI field.
8594
8595 2013-04-15  Tom Tromey  <tromey@redhat.com>
8596
8597         * break-catch-throw.c (struct exception_names): New.
8598         (exception_functions): Change type.
8599         (re_set_exception_catchpoint): Look for SDT probes.
8600
8601 2013-04-15  Tom Tromey  <tromey@redhat.com>
8602
8603         PR c++/10119:
8604         * break-catch-throw.c (exception_functions): New global.
8605         (gnu_v3_exception_catchpoint_ops): Move earlier.
8606         (struct exception_catchpoint): New.
8607         (classify_exception_breakpoint): Rewrite.
8608         (re_set_exception_catchpoint): New function.
8609         (handle_gnu_v3_exceptions): Return void.  Use init_catchpoint.
8610         Allocate a struct exception_catchpoint.
8611         (catch_exception_command_1): Update.
8612         (initialize_throw_catchpoint_ops): Set 're_set' method.
8613
8614 2013-04-15  Tom Tromey  <tromey@redhat.com>
8615
8616         * Makefile.in (SFILES): Add break-catch-throw.c
8617         (COMMON_OBS): Add break-catch-throw.o.
8618         * break-catch-throw.c: New file.
8619         * breakpoint.c: Move exception-catching code to new file.
8620         (ep_parse_optional_if_clause): No longer static.
8621         * breakpoint.h (ep_parse_optional_if_clause): Declare.
8622
8623 2013-04-15  Tom Tromey  <tromey@redhat.com>
8624
8625         PR c++/9065:
8626         * NEWS: Update.
8627         * breakpoint.c (watchpoint_exp_is_const): Add OP_TYPEID.
8628         * c-exp.y (TYPEID): New token.
8629         (exp): Add new TYPEID productions.
8630         (ident_tokens): Add "typeid".
8631         * cp-abi.c (cplus_typeid, cplus_typeid_type): New functions.
8632         * cp-abi.h (cplus_typeid, cplus_typeid_type): Declare.
8633         (struct cp_abi_ops) <get_typeid, get_typeid_type>: New fields.
8634         * eval.c (evaluate_subexp_standard) <OP_TYPEID>: New case.
8635         * expprint.c (dump_subexp_body_standard) <OP_TYPEID>: New
8636         case.
8637         * gnu-v3-abi.c (std_type_info_gdbarch_data): New global.
8638         (build_std_type_info_type, gnuv3_get_typeid_type)
8639         (gnuv3_get_typeid): New functions.
8640         (init_gnuv3_ops): Initialize std_type_info_gdbarch_data.  Set
8641         new fields on ABI object.
8642         * parse.c (operator_length_standard) <OP_TYPEID>: New case.
8643         * std-operator.def (OP_TYPEID): New.
8644
8645 2013-04-15  Tom Tromey  <tromey@redhat.com>
8646
8647         * elfread.c (elf_symtab_read): Install versioned symbol under
8648         unversioned name as well.
8649
8650 2013-04-15  Tom Tromey  <tromey@redhat.com>
8651
8652         PR c++/11990:
8653         * c-lang.c (cplus_language_defn): Use gdb_demangle.
8654         * c-typeprint.c (c_type_print_base): Use gdb_demangle.
8655         * cp-support.c (mangled_name_to_comp): Use gdb_demangle.
8656         (gdb_demangle): New function.
8657         * cp-support.h (gdb_demangle): Declare.
8658         * dwarf2read.c (dwarf2_physname, fixup_partial_die)
8659         (dwarf2_name): Use gdb_demangle.
8660         * gdbtypes.c (check_stub_method): Use gdb_demangle.
8661         * gnu-v3-abi.c (gnuv3_rtti_type): Strip @plt and version
8662         suffixes from name.
8663         (gnuv3_print_method_ptr): Use gdb_demangle.
8664         * jv-lang.c (java_demangle): Use gdb_demangle.
8665         * jv-typeprint.c (java_type_print_base): Use gdb_demangle.
8666         * language.c (unk_lang_demangle): Use gdb_demangle.
8667         * symtab.c (symbol_find_demangled_name)
8668         (demangle_for_lookup): Use gdb_demangle.
8669
8670 2013-04-15  Tom Tromey  <tromey@redhat.com>
8671
8672         PR c++/12824:
8673         * NEWS: Update.
8674         * breakpoint.c (enum exception_event_kind) <EX_EVENT_RETHROW>:
8675         New constant.
8676         (classify_exception_breakpoint): New function.
8677         (print_it_exception_catchpoint, print_one_exception_catchpoint)
8678         (print_mention_exception_catchpoint)
8679         (print_recreate_exception_catchpoint, handle_gnu_v3_exceptions)
8680         (catch_exception_command_1): Handle "rethrow" catchpoint.
8681         (catch_rethrow_command): New function.
8682         (_initialize_breakpoint): Add "catch rethrow" command.
8683
8684 2013-04-15  Pierre Muller  <muller@sourceware.org>
8685
8686         * contrib/ari/gdb_ari.sh (write_pc rule): Do not consider
8687         set_gdbarch_write_pc as deprecated anymore.
8688
8689 2013-04-15  Joel Brobecker  <brobecker@adacore.com>
8690
8691         * spu-tdep.c (spu_write_pc): Add empty line after local variable
8692         declarations.
8693
8694 2013-04-13  Yao Qi  <yao@codesourcery.com>
8695
8696         * ctf.c (_initialize_ctf): Include "completer.h".
8697         Call add_target_with_completer instead of add_target.
8698
8699 2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
8700
8701         Fix GDB regression related to PR binutils/14813.
8702         * jit.c (mem_bfd_iovec_close): Return 0 for success.
8703         * minidebug.c (lzma_close): Add return value comment.
8704         * remote.c (remote_bfd_iovec_close): Return 0 for success.
8705         * solib-spu.c (spu_bfd_iovec_close): Likewise.
8706         * spu-linux-nat.c (spu_bfd_iovec_close): Likewise.
8707
8708 2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
8709
8710         * config.in: Regenerate.
8711
8712 2013-04-12  Tom Tromey  <tromey@redhat.com>
8713
8714         * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: Now
8715         const.
8716         * dwarf2read.c (struct dwarf2_section_info) <buffer>: Now const.
8717         (struct die_reader_specs) <buffer>: Likewise.
8718         (die_reader_func_ftype): Make 'info_ptr' const.
8719         (struct line_header) <include_dirs, statement_program_start,
8720         statement_program_end>: Now const.
8721         (struct file_entry) <name>: Likewise.
8722         (struct partial_die_info) <sibling>: Likewise.
8723         (struct dwarf_block) <data>: Likewise.
8724         (dwarf2_read_section): Remove cast.
8725         (dwarf2_get_section_info): Make 'bufp' const.
8726         (read_index_from_section): Constify.
8727         (dw2_get_file_names_reader): Make 'info_ptr' const.
8728         (dw2_get_primary_filename_reader): Likewise.
8729         (read_comp_unit_head): Make 'info_ptr' and return type const.
8730         (read_and_check_comp_unit_head, read_and_check_type_unit_head):
8731         Likewise.
8732         (read_abbrev_offset): Constify.
8733         (dwarf2_create_include_psymtab): Make 'name' const.
8734         (create_debug_types_hash_table): Update.
8735         (read_cutu_die_from_dwo): Make 'result_info_ptr' const.
8736         (init_cutu_and_read_dies, init_cutu_and_read_dies_no_follow):
8737         Constify.
8738         (process_psymtab_comp_unit_reader, build_type_psymtabs_reader)
8739         (load_partial_comp_unit_reader): Make 'info_ptr' const.
8740         (read_comp_units_from_section): Constify.
8741         (peek_abbrev_code, peek_die_abbrev, skip_children, skip_one_die)
8742         (locate_pdi_sibling, load_full_comp_unit_reader): Make 'info_ptr'
8743         const.
8744         (dwarf2_compute_name, setup_type_unit_groups): Constify.
8745         (create_dwo_debug_info_hash_table): Make 'info_ptr' const.
8746         (create_dwp_hash_table, dwarf2_ranges_read)
8747         (dwarf2_record_block_ranges): Constify.
8748         (read_die_and_children, read_die_and_siblings_1)
8749         (read_die_and_siblings): Make 'info_ptr' and 'new_info_ptr'
8750         const.
8751         (read_full_die_1, read_full_die): Make 'info_ptr' const.
8752         (abbrev_table_read_table): Constify.
8753         (load_partial_dies): Make 'info_ptr' const.
8754         (read_partial_die, read_attribute_value, read_attribute): Make
8755         'info_ptr' and return type const.
8756         (read_address, read_initial_length)
8757         (read_checked_initial_length_and_offset, read_offset)
8758         (read_offset_1, read_n_bytes, read_direct_string): Make 'buf'
8759         const.
8760         (read_direct_string): Make 'buf' and return type const.
8761         (read_indirect_string_at_offset, read_indirect_string_from_dwz)
8762         (read_indirect_string): Make return type const.
8763         (read_unsigned_leb128, read_signed_leb128): Make 'buf' const.
8764         (read_addr_index_from_leb128, dwarf2_read_addr_index_reader): Make
8765         'info_ptr' const.
8766         (read_str_index): Make return type const.
8767         (add_include_dir): Make 'include_dir' const.
8768         (add_file_name): Make 'name' const.
8769         (dwarf_decode_line_header): Constify.
8770         (psymtab_include_file_name): Make return type const.
8771         (dwarf_decode_lines_1, dwarf_decode_lines): Constify.
8772         (dwarf2_start_subfile): Make 'filename' const.
8773         (dwarf2_const_value_attr): Make 'bytes' const.
8774         (read_signatured_type_reader): Make 'info_ptr' const.
8775         (decode_locdesc): Constify.
8776         (skip_form_bytes): Make 'bytes', 'buffer_end', and return type
8777         const.
8778         (skip_unknown_opcode): Make 'opcode_definitions', 'mac_ptr',
8779         'mac_end', and return type const.
8780         (dwarf_parse_macro_header): Make 'mac_ptr' and return type const.
8781         (dwarf_decode_macro_bytes): Make 'mac_ptr', 'mac_end', and return
8782         type const.
8783         (per_cu_header_read_in): Constify.
8784         * symfile.h (dwarf2_get_section_info): Update.
8785
8786 2013-04-12  Tom Tromey  <tromey@redhat.com>
8787
8788         * symtab.h (struct general_symbol_info) <value.bytes>: Make const.
8789
8790 2013-04-12  Eli Zaretskii  <eliz@gnu.org>
8791
8792         * NEWS: Mention "show configuration", --configuration.
8793         * top.c (print_gdb_configuration): New function, displays the
8794         details about GDB configure-time parameters.
8795         (print_gdb_version): Mention "show configuration".
8796         * cli/cli-cmds.c (show_configuration): New function.
8797         (_initialize_cli_cmds): Add the "show configuration" command.
8798         * main.c (captured_main) <print_configuration>: New static var.
8799         <long_options>: Use it.
8800         If --configuration was given, call print_gdb_configuration.
8801
8802 2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8803             Pedro Alves  <palves@redhat.com>
8804
8805         * Makefile.in (HAVE_NATIVE_GCORE_TARGET): New.
8806         (generated_files): Add gcore.
8807         (install-only, uninstall): Add gcore if HAVE_NATIVE_GCORE_TARGET or
8808         HAVE_NATIVE_GCORE_HOST.
8809         (gcore): New.
8810         * NEWS (Changes since GDB 7.6): Mention newly installed gcore.
8811         * config/alpha/alpha-osf3.mh, config/i386/fbsd.mh,
8812         config/i386/fbsd64.mh, config/i386/i386gnu.mh, config/i386/i386sol2.mh,
8813         config/i386/sol2-64.mh, config/mips/irix5.mh, config/mips/irix6.mh,
8814         config/powerpc/fbsd.mh, config/sparc/fbsd.mh, config/sparc/sol2.mh:
8815         Add HAVE_NATIVE_GCORE_HOST.
8816         * configure: Regenerate.
8817         * configure.ac (HAVE_NATIVE_GCORE_TARGET): New, set it, AC_SUBST it.
8818         New AC_SUBST fir GDB_TRANSFORM_NAME and GCORE_TRANSFORM_NAME.  New
8819         AC_CONFIG_FILES for gcore.
8820         * configure.tgt: Add gdb_have_gcore to the initial comment.  Set
8821         gdb_have_gcore.
8822         * gdb_gcore.sh: Rename to ...
8823         * gcore.in: ... here.  Remove gcore.sh comment.  Use GDB_TRANSFORM_NAME
8824         and GCORE_TRANSFORM_NAME substitutions.
8825
8826         Fix parsing tabs in ${gdb_target_obs}.
8827         * configure.tgt (gdb_have_gcore): Replace case with for and if.
8828
8829 2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8830
8831         * remote.c (unpush_and_perror): Add output message final dot.
8832
8833 2013-04-11  Yao Qi  <yao@codesourcery.com>
8834
8835         * tracepoint.c (tfile_interp_line): Fit parameters line and
8836         utpp in one line.
8837
8838 2013-04-10  Joel Brobecker  <brobecker@adacore.com>
8839
8840         * solib.c (solib_map_sections): Remove code overwriting
8841         SO->SO_NAME with the bfd's filename.
8842
8843 2013-04-10  Pedro Alves  <palves@redhat.com>
8844
8845         * cli/cli-decode.c (integer_unlimited_completer): New function.
8846         (add_setshow_integer_cmd, add_setshow_uinteger_cmd)
8847         (add_setshow_zuinteger_unlimited_cmd): Install the "unlimited"
8848         completer.
8849         * cli/cli-setshow.c: Include "cli/cli-utils.h".
8850         (is_unlimited_literal): New function.
8851         (do_set_command): Handle literal "unlimited" arguments.
8852         * frame.c (_initialize_frame) <set backtrace limit>: Document
8853         "unlimited".
8854         * printcmd.c (_initialize_printcmd) <set print
8855         max-symbolic-offset>: Add help text.
8856         * record-full.c (_initialize_record_full) <set record full
8857         insn-number-max>: Likewise.
8858         * record.c (_initialize_record) <set record
8859         instruction-history-size, set record function-call-history-size>:
8860         Add help text.
8861         * ser-tcp.c (_initialize_ser_tcp) <set tcp connect-timeout>: Add
8862         help text.
8863         * tracepoint.c (_initialize_tracepoint) <set trace-buffer-size>:
8864         Likewise.
8865         * source.c (_initialize_source) <set listsize>: Add help text.
8866         * utils.c (initialize_utils) <set height, set width>: Likewise.
8867         <set pagination>: Mention "set height unlimited".
8868         * valprint.c (_initialize_valprint) <set print elements, set print
8869         repeats>: Document "unlimited".
8870
8871 2013-04-10  Pedro Alves  <palves@redhat.com>
8872
8873         * cli/cli-cmds.c (quit_command): Call query_if_trace_running
8874         instead of disconnect_tracing.
8875         * infcmd.c (detach_command, disconnect_command): Call
8876         query_if_trace_running.  Adjust.
8877         * top.c: Include "tracepoint.h".
8878         (quit_target): Delete.  Contents moved ...
8879         (quit_force): ... here.  Wrap each stage of teardown in
8880         TRY_CATCH.  Call disconnect_tracing before detaching.
8881
8882 2013-04-10  Hui Zhu  <hui@codesourcery.com>
8883             Yao Qi  <yao@codesourcery.com>
8884
8885         * configure.ac: Check libbabeltrace is installed.
8886         * config.in: Regenerate.
8887         * configure: Regenerate.
8888         * Makefile.in (LIBBABELTRACE): New.
8889         (CLIBS): Add LIBBABELTRACE.
8890         * ctf.c: Include "exec.h".
8891         (CTF_EVENT_ID_STATUS, CTF_EVENT_ID_TSV_DEF): New macros.
8892         (CTF_EVENT_ID_TP_DEF, ctf_save_write_int32): New macros.
8893         (ctf_save_metadata_header): Define new type aliases in
8894         metadata.
8895         (ctf_write_header): Define event type "tsv_def" and "tp_def"
8896         in metadata.  Start a new faked packet for trace status.
8897         (ctf_write_status): Write trace status to CTF.
8898         (ctf_write_uploaded_tsv): Write TSV to CTF.
8899         (ctf_write_uploaded_tp): Write tracepoint definition to CTF.
8900         (ctf_write_definition_end): End the faked packet.
8901
8902         (ctx, ctf_iter, trace_dirname): New.
8903         (start_pos): New variable.
8904         (ctf_destroy, ctf_open_dir, ctf_open): New.
8905         (SET_INT32_FIELD, SET_ARRAY_FIELD, SET_STRING_FIELD): New
8906         macros.
8907         (ctf_read_tsv, ctf_read_tp, ctf_close, ctf_files_info): New.
8908         (ctf_fetch_registers, ctf_xfer_partial): New.
8909         (ctf_get_trace_state_variable_value): New.
8910         (ctf_get_tpnum_from_frame_event): New.
8911         (ctf_get_traceframe_address): New.
8912         (ctf_trace_find, ctf_has_stack): New.
8913         (ctf_has_registers, ctf_traceframe_info, init_ctf_ops): New.
8914         (ctf_get_trace_status, ctf_read_status): New.
8915         (_initialize_ctf): New.
8916         * tracepoint.c (get_tracepoint_number): New
8917         (get_uploaded_tsv): Remove 'static'.
8918         (struct traceframe_info, trace_regblock_size): Move it to ...
8919         * tracepoint.h: ... here.
8920         (get_tracepoint_number): Declare it.
8921         (get_uploaded_tsv): Declare it.
8922
8923         * NEWS: Mention new configure option.
8924
8925 2013-04-10  Pedro Alves  <palves@redhat.com>
8926             Hui Zhu  <hui@codesourcery.com>
8927
8928         * breakpoint.c (dprintf_re_set): New.
8929         (initialize_breakpoint_ops): Set dprintf_breakpoint_ops re_set
8930         to dprintf_re_set.
8931
8932 2013-04-09  Joel Brobecker  <brobecker@adacore.com>
8933
8934         * configure.tgt (gdb_target_obs) <powerpc-*-aix* | rs6000-*-*>:
8935         Remove solib-svr4.o from the list.
8936
8937 2013-04-09  Joel Brobecker  <brobecker@adacore.com>
8938
8939         * varobj.c (update_dynamic_varobj_children) [!HAVE_PYTHON]:
8940         Use gdb_assert_not_reached instead of invalid boolean expression.
8941
8942 2013-04-09  Pedro Alves  <palves@redhat.com>
8943
8944         * remote.c (unpush_and_perror): New function.
8945         (readchar, remote_serial_write): Use it.
8946
8947 2013-04-09  Markus Metzger  <markus.t.metzger@intel.com>
8948
8949         * NEWS: Mention new btrace RSP packets.
8950
8951 2013-04-08  Tom Tromey  <tromey@redhat.com>
8952
8953         * symmisc.c (dump_msymbols): Cast fprintf_filtered argument to
8954         long.
8955
8956 2013-04-08  Tom Tromey  <tromey@redhat.com>
8957
8958         * maint.c (print_bfd_section_info): Print the section index.
8959         * symmisc.c (dump_msymbols): Print the section index.
8960
8961 2013-04-08  Tom Tromey  <tromey@redhat.com>
8962
8963         PR symtab/8424:
8964         * blockframe.c (find_pc_partial_function_gnu_ifunc): Check
8965         SYMBOL_SECTION, not SYMBOL_OBJ_SECTION.
8966         * breakpoint.c (resolve_sal_pc): Update.
8967         * elfread.c (elf_gnu_ifunc_record_cache): Update.
8968         * findvar.c (struct minsym_lookup_data) <objfile>: New field.
8969         (minsym_lookup_iterator_cb): Use it.
8970         (default_read_var_value): Update.
8971         * hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline):
8972         Update.
8973         * infcmd.c (jump_command): Update.
8974         * linespec.c (minsym_found): Update.
8975         * maint.c (maintenance_translate_address): Update.
8976         * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Update.
8977         (prim_record_minimal_symbol_full): Don't set SYMBOL_OBJ_SECTION.
8978         * parse.c (write_exp_msymbol): Update.
8979         * printcmd.c (address_info): Update.
8980         * psymtab.c (find_pc_sect_psymbol): Update.
8981         (fixup_psymbol_section): Check SYMBOL_SECTION, not
8982         SYMBOL_OBJ_SECTION.
8983         (add_psymbol_to_bcache): Correctly initialize SYMBOL_SECTION.
8984         Don't initialize SYMBOL_OBJ_SECTION.
8985         * spu-tdep.c (spu_catch_start): Update.
8986         * stabsread.c (define_symbol): Don't set SYMBOL_SECTION.
8987         * symmisc.c (dump_msymbols, print_symbol): Update.
8988         * symtab.c (fixup_section): Don't set 'obj_section'.  Change
8989         how fallback section is computed.
8990         (fixup_symbol_section): Update.
8991         (find_pc_sect_symtab, find_function_start_sal, skip_prologue_sal):
8992         Update.
8993         (allocate_symbol, initialize_symbol, allocate_template_symbol):
8994         Initialize SYMBOL_SECTION.
8995         * symtab.h (struct general_symbol_info) <section>: Update comment.
8996         <obj_section>: Remove.
8997         (SYMBOL_OBJ_SECTION): Add 'objfile' argument.  Rewrite.
8998         (SYMBOL_OBJFILE): New macro.
8999
9000 2013-04-08  Tom Tromey  <tromey@redhat.com>
9001
9002         * coffread.c (record_minimal_symbol): Update.
9003         * dbxread.c (record_minimal_symbol): Update.
9004         * elfread.c (record_minimal_symbol): Update.
9005         * machoread.c (macho_symtab_add_minsym): Update.
9006         * mdebugread.c (record_minimal_symbol, parse_partial_symbols):
9007         Update.
9008         * minsyms.c (prim_record_minimal_symbol): Update.
9009         (prim_record_minimal_symbol_full): Remove 'bfd_section'
9010         argument.
9011         (prim_record_minimal_symbol_and_info): Likewise.
9012         * minsyms.h (prim_record_minimal_symbol_full)
9013         (prim_record_minimal_symbol_and_info): Update.
9014         * symtab.c (allocate_symbol, initialize_symbol)
9015         (allocate_template_symbol): Initialize SYMBOL_SECTION.
9016         * xcoffread.c (record_minimal_symbol, scan_xcoff_symtab):
9017         Update.
9018
9019 2013-04-08  Tom Tromey  <tromey@redhat.com>
9020
9021         PR symtab/8423:
9022         * solib-som.c (som_solib_section_offsets): Use BFD section
9023         indices.  Set offsets for all sections.
9024         * somread.c (som_symtab_read): Compute BFD section for
9025         symbol.  Use prim_record_minimal_symbol_and_info.
9026         (som_symfile_read): Fix comment.
9027         (struct find_section_offset_arg): New.
9028         (find_section_offset, set_section_index): New functions.
9029         (som_symfile_offsets): Use set_section_index to compute
9030         section indices.
9031
9032 2013-04-08  Tom Tromey  <tromey@redhat.com>
9033
9034         * coffread.c (cs_to_section): Use gdb_bfd_section_index.
9035         * elfread.c (record_minimal_symbol, elf_symtab_read): Use
9036         gdb_bfd_section_index.
9037         * gdb_bfd.c (gdb_bfd_section_index, gdb_bfd_count_sections):
9038         New functions.
9039         * gdb_bfd.h (gdb_bfd_section_index, gdb_bfd_count_sections):
9040         Declare.
9041         * machoread.c (macho_symtab_add_minsym, macho_symfile_offsets):
9042         Update.
9043         * objfiles.c (add_to_objfile_sections_full): New function.
9044         (add_to_objfile_sections): Use it.
9045         (build_section_table): Rewrite.
9046         (objfile_relocate1): Use gdb_bfd_section_index.  Update.
9047         * objfiles.h (obj_section_offset): Use gdb_bfd_section_index.
9048         (struct objfile) <sections>: Update comment.
9049         (ALL_OBJFILE_OSECTIONS): Skip sections where the_bfd_section
9050         is NULL.
9051         (ALL_OBJSECTIONS): Use it.
9052         * solib-dsbt.c (dsbt_relocate_main_executable): Update.
9053         * solib-frv.c (frv_relocate_main_executable): Update.
9054         * solib-target.c (solib_target_relocate_section_addresses):
9055         Use gdb_bfd_section_index.
9056         * symfile.c (build_section_addr_info_from_section_table):
9057         Use gdb_bfd_section_index.
9058         (build_section_addr_info_from_bfd, place_section): Likewise.
9059         * symtab.c (fixup_section): Update.
9060         * xcoffread.c (find_targ_sec): Use gdb_bfd_section_index.
9061
9062 2013-04-08  Tom Tromey  <tromey@redhat.com>
9063
9064         * minsyms.h (struct bound_minimal_symbol): New.
9065         (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
9066         Remove objfile argument.
9067         (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
9068         Return bound_minimal_symbol.
9069         * minsyms.c (lookup_minimal_symbol_by_pc_1)
9070         (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
9071         Return bound_minimal_symbol.
9072         (in_gnu_ifunc_stub): Update.
9073         (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
9074         Remove 'objfile_p' argument.
9075         (lookup_solib_trampoline_symbol_by_pc): Update.
9076         * ada-tasks.c, amd64-windows-tdep.c, arm-tdep.c,
9077         arm-wince-tdep.c, block.c, blockframe.c, breakpoint.c, btrace.c,
9078         c-valprint.c, dwarf2loc.c, elfread.c, frame.c, frv-tdep.c,
9079         glibc-tdep.c, gnu-v2-abi.c, gnu-v3-abi.c, hppa-hpux-tdep.c,
9080         i386-tdep.c, ia64-tdep.c, infcall.c, infcmd.c, jit.c,
9081         linux-fork.c, m32c-tdep.c, m68hc11-tdep.c, maint.c,
9082         mips-tdep.c, p-valprint.c, parse.c, ppc-linux-tdep.c,
9083         ppc-sysv-tdep.c, printcmd.c, rs6000-tdep.c, sh64-tdep.c,
9084         stack.c, symtab.c, tui/tui-disasm.c: Update.
9085
9086 2013-04-08  Tom Tromey  <tromey@redhat.com>
9087
9088         * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.
9089         Use symbol's obstack, not an objfile.
9090         * coffread.c (process_coff_symbol): Update.
9091         * dwarf2read.c (fixup_go_packaging, new_symbol_full): Update.
9092         * jv-lang.c (add_class_symbol): Update.
9093         * mdebugread.c (new_symbol): Update.
9094         * minsyms.c (prim_record_minimal_symbol_full)
9095         (terminate_minimal_symbol_table): Update.
9096         * psymtab.c (add_psymbol_to_bcache): Clear entire symbol.  Update.
9097         * stabsread.c (define_symbol, read_enum_type): Update.
9098         * symtab.c (symbol_set_demangled_name, symbol_get_demangled_name):
9099         Handle Ada specially.
9100         (symbol_set_language): Add 'obstack' argument.
9101         (symbol_set_names): Update.
9102         (symbol_natural_name, symbol_demangled_name): Always use
9103         ada_decode_symbol.
9104         * symtab.h (struct general_symbol_info)
9105         <language_specific::obstack>: New field.
9106         <ada_mangled>: New field.
9107         (SYMBOL_SET_LANGUAGE): Add 'obstack' argument.
9108         (symbol_set_language): Update.
9109
9110 2013-04-08  Tom Tromey  <tromey@redhat.com>
9111
9112         * symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name):
9113         Take an obstack, not an objfile.
9114         (symbol_set_names): Update.
9115         * symtab.h (symbol_set_demangled_name): Update.
9116
9117 2013-04-08  Tom Tromey  <tromey@redhat.com>
9118
9119         * coffread.c (process_coff_symbol, coff_read_enum_type): Call
9120         allocate_symbol.
9121         * dwarf2read.c (fixup_go_packaging): Call allocate_symbol.
9122         (read_func_scope): Call allocate_template_symbol.
9123         (new_symbol_full): Call allocate_symbol.
9124         * jit.c (finalize_symtab): Call allocate_symbol.
9125         * jv-lang.c (add_class_symbol): Call allocate_symbol.
9126         * mdebugread.c (parse_symbol, new_block): Call allocate_symbol.
9127         * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
9128         (common_block_end): Call allocate_symbol.
9129         * symtab.c (allocate_symbol, initialize_symbol)
9130         (allocate_template_symbol): New functions.
9131         * symtab.c (allocate_symbol, initialize_symbol)
9132         (allocate_template_symbol): Declare.
9133         * xcoffread.c (process_xcoff_symbol): Call initialize_symbol.
9134
9135 2013-04-08  Pedro Alves  <palves@redhat.com>
9136             Keith Seitz  <keiths@redhat.com>
9137
9138         * breakpoint.c (create_breakpoint): Rename
9139         "parse_condition_and_thread" parameter to "parse_arg".  Update
9140         describing comment.  If !PARSE_ARG, then error out if ARG is not
9141         the empty string after extracting the location.
9142         * breakpoint.h (create_breakpoint): Rename
9143         "parse_condition_and_thread" parameter to "parse_arg".
9144
9145 2013-04-08  Aleksandar Ristovski  <aristovski@qnx.com
9146
9147         * solib-svr4.c (lm_addr_check): Add const qualifier to 'so' arg.
9148
9149 2013-04-07  Yao Qi  <yao@codesourcery.com>
9150
9151         * remote.c (remote_trace_find): Change type of parameters 'addr1'
9152         and 'addr2' to CORE_ADDR.
9153         * target.c (update_current_target): Update.
9154         * target.h (struct target_ops) <to_trace_find>: Change parameter
9155         type to CORE_ADDR.
9156         * tracepoint.c (tfind_1): Change type of parameters 'addr1' and
9157         'addr2' to CORE_ADDR.
9158         (tfile_trace_find): Likewise.
9159         (tfile_get_traceframe_address): Change return type to CORE_ADDR.
9160         Change local variable 'addr' to type CORE_ADDR.
9161         * tracepoint.h (tfind_1): Update declaration.
9162
9163 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
9164
9165         * windows-nat.c (windows_get_absolute_argv0): Move from here...
9166         * mingw-hdep.c (windows_get_absolute_argv0): ...to here.
9167         Include main.h.
9168
9169         * windows-nat.h (windows_get_absolute_argv0): Move prototype from
9170         here...
9171         * main.h (windows_get_absolute_argv0): ...to here.
9172
9173 2013-04-05  Doug Evans  <dje@google.com>
9174
9175         * dwarf2read.c (struct dwarf2_per_objfile): Tweak comment.
9176         (read_cutu_die_from_dwo): Add comments.
9177         (read_structure_type): Update comment.
9178         (read_enumeration_type, read_namespace_type): Update comment.
9179         (read_die_type, get_die_type_at_offset, get_die_type): Update comment.
9180
9181 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
9182
9183         Convert man pages to texinfo, new gdbinit.5 texinfo page.
9184         * Makefile.in (gdb.z): Remove.
9185         (install-only): Remove $(man1dir) and gdb.1 installation.
9186         * gdb.1: Remove.
9187
9188 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
9189
9190         Fix compatibility with Linux kernel 3.8.3.
9191         * linux-tdep.c (linux_find_memory_regions_full): Move variable number
9192         to more inner block.  Remove parsing of NUMBER from outer block.
9193         Parse NUMBER only if KEYWORD has been identified.
9194
9195 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
9196
9197         Fix variable name shadowing.
9198         * linux-tdep.c (linux_find_memory_regions_full): Rename outer variable
9199         filename to mapsfilename and update its uses.
9200
9201 2013-04-05  Eli Zaretskii  <eliz@gnu.org>
9202
9203         * Makefile.in (TAGS): Avoid warning from etags when $GDB_NM_FILE is
9204         empty.  See http://sourceware.org/ml/gdb-patches/2012-08/msg00504.html
9205         and http://sourceware.org/ml/gdb-patches/2013-04/msg00055.html for
9206         details of the problem.
9207
9208 2013-04-04  Pedro Alves  <palves@redhat.com>
9209             Hui Zhu  <hui@codesourcery.com>
9210
9211         * breakpoint.c (validate_commands_for_breakpoint): If validating a
9212         tracepoint, reset its STEP_COUNT and call validate_actionline.
9213
9214 2013-04-03  Doug Evans  <dje@google.com>
9215
9216         * dwarf2read.c (read_die_and_siblings_1): Renamed from
9217         read_die_and_siblings.
9218         (read_die_and_siblings): New function.
9219         (read_cutu_die_from_dwo): Dump die if requested.
9220         (read_die_and_children): Call read_full_die_1 and
9221         read_die_and_siblings_1.
9222         (read_full_die): Dump die if requested.
9223
9224         * dwarf2read.c (read_comp_units_from_section): Add debugging printf.
9225
9226         * dwarf2read.c (struct dwo_file): New member comp_dir.
9227         Rename member name to dwo_name.  All uses updated.
9228         (hash_dwo_file): Include comp_dir in computation.
9229         (eq_dwo_file): Ditto.
9230         (lookup_dwo_file_slot): New arg comp_dir.  All callers updated.
9231         (create_dwo_in_dwp, lookup_dwo_in_dwp, open_and_init_dwo_file): Ditto.
9232
9233         * psymtab.c (read_psymtabs_with_fullname): Don't call
9234         psymtab_to_fullname if the basenames are different.
9235
9236 2013-04-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
9237
9238         * NEWS (Changes in GDB 7.6): Update the data-disassemble for "fullname".
9239         New entry about "fullname" presence.
9240
9241 2013-04-03  Pedro Alves  <palves@redhat.com>
9242
9243         * NEWS: Mention x86_64/Cygwin as new native configuration.
9244
9245 2013-04-02  Doug Evans  <dje@google.com>
9246
9247         * dwarf2read.c (read_structure_type): Fix typo in comment.
9248
9249 2013-04-02  Pedro Alves  <palves@redhat.com>
9250
9251         * NEWS: Mention "set/show debug aarch64", "set/show debug
9252         coff-pe-read" and "set/show debug mach-o".
9253
9254 2013-04-02  Pedro Alves  <palves@redhat.com>
9255
9256         * NEWS: Mention "set/show remote trace-buffer-size-packet".
9257
9258 2013-04-02  Eli Zaretskii  <eliz@gnu.org>
9259
9260         * Makefile.in (HFILES_NO_SRCDIR): Remove call-cmds.h.
9261         gdb_string.h is now in common/.
9262
9263 2013-04-02  Pedro Alves  <palves@redhat.com>
9264
9265         * NEWS: Move "set debug notification" and "set trace-buffer-size"
9266         under "New options".
9267
9268 2013-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
9269
9270         Revert this patch:
9271         PR gdb/15275
9272         * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
9273
9274 2013-04-02  Pedro Alves  <palves@redhat.com>
9275
9276         PR gdb/15275
9277
9278         * remote.c (send_interrupt_sequence): Use remote_serial_write.
9279         (remote_serial_write): New function.
9280         (putpkt_binary, getpkt_or_notif_sane_1): Use remote_serial_write.
9281
9282 2013-04-01  Jiong Wang  <jiwang@tilera.com>
9283
9284         * NEWS: Mention TILE-Gx in "New native configurations" and
9285         "New targets" sections.
9286
9287 2013-04-01  Doug Evans  <dje@google.com>
9288
9289         * dwarf2read.c (lookup_signatured_type_at_offset): Delete.
9290         (process_enumeration_scope): Simplify.
9291
9292         * dwarf2read.c (struct dwarf2_per_cu_data): Move member
9293         type_unit_group ...
9294         (struct signatured_type): ... to here.
9295         (sig_type_ptr): New typedef.
9296         (type_unit_group): Delete member 't.first_cu'.  Move member 'tus'
9297         out of union 't'.  All uses updated.
9298         (dw2_get_file_names_reader): Assert not called for a type unit.
9299         (dw2_get_file_names): Assert not called for a type unit or type
9300         unit group.
9301         (build_type_psymtabs_reader): Assert called for a type unit.
9302         (build_type_psymtab_dependencies): Assert called for a type unit group.
9303
9304         * dwarf2read.c (free_dwo_file): Add comment.
9305         (dwarf2_per_objfile_free): Unref dwp bfd.
9306
9307 2013-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
9308
9309         * coff-pe-read.c (add_pe_exported_sym): Remove unused 'dll_name_len'.
9310         (add_pe_forwarded_sym): Remove unused 'section', 'dll_name_len'.
9311         (read_pe_exported_syms): Remove unused 'exportix'.
9312         (pe_text_section_offset): Remove unused 'opthdr_ofs', 'num_entries',
9313         'export_rva', 'export_size', 'expptr', 'exp_funcbase', 'expdata',
9314         'erva', 'name_rvas', 'ordinals', 'nexp', 'ordbase', 'dll_name'.
9315
9316 2013-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
9317
9318         * breakpoint.c (parse_cond_to_aexpr): Remove unused 'old_chain'.
9319         (print_it_watchpoint): Remove unused 'bl'.
9320         (say_where): Remove unused 'uiout'.
9321         (bpstat_remove_breakpoint_callback): Remove unused 'uiout'.
9322         (bkpt_breakpoint_hit): Remove unused 'b'.
9323         (internal_bkpt_print_it): Remove unused 'uiout'.
9324         * buildsym.c (augment_type_symtab): Remove unused 'i'.
9325
9326 2013-03-31  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
9327
9328         * ppc-sysv-tdep.c (ppc64_sysv_abi_push_float): New function.
9329         (ppc64_sysv_abi_push_dummy_call): Handle complex arguments.
9330
9331 2013-03-29  Doug Evans  <dje@google.com>
9332
9333         * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file.
9334         Delete arg is_dwp.  All callers updated.
9335         (open_dwp_file): New function.
9336         (open_and_init_dwp_file): Call it.
9337         (get_dwp_file): New function.
9338         (lookup_dwo_cutu): Call it.
9339
9340         * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, and
9341         unnecessary, cleanup.
9342
9343         * dwarf2read.c (lookup_dwo_cutu): Improve complaint text.
9344
9345         * dwarf2read.c (read_cutu_die_from_dwo): New function.
9346         (lookup_dwo_unit): New function.
9347         (init_cutu_and_read_dies): Move DWO handling to new functions.
9348
9349         * dwarf2read.c (struct signatured_type): Tweak comment.
9350         (struct dwo_unit): Tweak comment.
9351         (create_debug_types_hash_table): Tweak comment.  Reformat long line.
9352         (create_dwo_debug_info_hash_table): Tweak comment.
9353         (dwarf2_per_cu_offset_and_type): Tweak comment.
9354
9355         * dwarf2read.c (lookup_signatured_type): Remove complaint about
9356         missing .debug_types section.
9357
9358 2013-03-29  Yao Qi  <yao@codesourcery.com>
9359
9360         * corelow.c: Include "completer.h".
9361         (_initialize_corelow): Call add_target_with_completer with
9362         argument 'filename_completer'.
9363         * tracepoint.c: Likewise.
9364         * exec.c (_initialize_exec): Likewise.
9365         * target.c (add_target): Rename to ...
9366         (add_target_with_completer): ... this.  Call set_cmd_completer
9367         if parameter completer is not NULL.
9368         (add_target): New.
9369         * target.h: Include "command.h".
9370         (add_target_with_completer): Declare it.
9371
9372 2013-03-28  Joel Brobecker  <brobecker@adacore.com>
9373
9374         * coffread.c (is_import_fixup_symbol): New function.
9375         (record_minimal_symbol): Use is_import_fixup_symbol to
9376         detect import fixup symbols, and discard them.
9377
9378 2013-03-28  Doug Evans  <dje@google.com>
9379
9380         * dwarf2read.c (create_debug_types_hash_table): Don't allocate the
9381         types hash table until we know we need it.
9382
9383         * dwarf2read.c (create_addrmap_from_index): Complain about bad CU
9384         index numbers.
9385
9386         * dwarf2read.c (dw2_get_file_names): Delete arg "objfile".
9387         All callers updated.
9388         (dw2_print_stats): Print #read CUs too.
9389         (dump_die_shallow): Print signatured types better.
9390
9391         * dwarf2read.c (struct dwarf2_per_cu_data): Rename member
9392         info_or_types_section to section.  All uses updated.
9393         (struct dwo_unit): Ditto.
9394
9395 2013-03-28  Pedro Alves  <palves@redhat.com>
9396
9397         * NEWS (New options): New section.
9398         (New options): Mention set/show remote trace-status-packet.
9399         * remote.c (PACKET_qTStatus): New enumeration value.
9400         (remote_get_trace_status): Skip sending qTStatus if the packet is
9401         disabled.  Use packet_ok.
9402         (_initialize_remote): Register a configuration command for
9403         qTStatus packet.
9404
9405 2013-03-28  Doug Evans  <dje@google.com>
9406
9407         * symfile.c (find_separate_debug_file): Add comment.
9408         (terminate_after_last_dir_separator): Tweak comment.
9409
9410         * dwarf2read.c (create_partial_symtab): Add forward decl.
9411         (create_partial_symtab): Move to be closer to other psymtab functions.
9412         (process_psymtab_comp_unit_reader, process_psymtab_comp_unit): Ditto.
9413
9414         * dwarf2read.c (dwarf2_physname): Move declaration to better spot.
9415         (compute_symtab_includes): Remove unnecessary forward declaration.
9416         (die_needs_namespace): Add comment marking group of functions for
9417         dwarf2 name computation.
9418
9419         * typeprint.c (_initialize_typeprint): Improve type help text.
9420
9421         * python/python.c (finish_python_initialization): Provide suggestion
9422         for how to tell gdb to find its python files.
9423
9424 2013-03-28  Pedro Alves  <palves@redhat.com>
9425
9426         PR gdb/15294
9427
9428         * source.c (_initialize_source): Change back "set listsize" to an
9429         integer command.
9430
9431 2013-03-27  Gareth McMullin  <gareth@blacksphere.co.nz>
9432
9433         PR gdb/15275
9434         * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
9435
9436 2013-03-27  Pedro Alves  <palves@redhat.com>
9437
9438         * top.c (history_size): Rename to ...
9439         (history_size_setshow_var): ... this.  Add comment.
9440         (show_commands): Use readline's 'history_length' instead of
9441         computing the history length by calling history_get in a loop.
9442         (set_history_size_command): Error out for sizes over INT_MAX.
9443         Restore previous history size on invalid size.
9444         (init_history): If HISTSIZE is negative, leave the history size as
9445         zero.  Add comments.
9446         (init_main): Adjust.
9447
9448 2013-03-27  Pedro Alves  <palves@redhat.com>
9449
9450         * coff-pe-read.c (_initialize_coff_pe_read): Rename "set debug
9451         coff_pe_read" command to "set debug coff-pe-read".
9452
9453 2013-03-27  Markus Metzger  <markus.t.metzger@intel.com>
9454
9455         * record.c (command_size_to_target_size): Fix size comparison.
9456         Change parameter type from pointer to integer to integer.
9457         Update all users.
9458
9459 2013-03-27  Pierre Muller  <muller@sourceware.org>
9460
9461         * windows-nat.c (handle_output_debug_string): Avoid typecast
9462         from integer of different size warning.
9463
9464 2013-03-26  Joel Brobecker  <brobecker@adacore.com>
9465
9466         * windows-nat.c (handle_output_debug_string): Add empty line
9467         after local block variable definition.
9468
9469 2013-03-26  Pedro Alves  <palves@redhat.com>
9470
9471         * ser-tcp.c (wait_for_connect): Make 'polls' parameter unsigned.
9472         (net_open): Make 'polls' local unsigned.
9473
9474 2013-03-26  Pedro Alves  <palves@redhat.com>
9475
9476         * remote.c (_initialize_remote): Make "set remoteaddresssize"
9477         a zuinteger command instead of uinteger.
9478
9479 2013-03-26  Pedro Alves  <palves@redhat.com>
9480
9481         * record-full.c (record_full_insn_num): Make it unsigned.
9482         (record_full_check_insn_num, record_full_message)
9483         (record_full_registers_change, record_full_xfer_partial): Remove
9484         record_full_insn_max_num check (it's always != 0).
9485         (record_full_info, record_full_restore): Use %u as format string.
9486         (): Use %u as format string.
9487         (set_record_full_insn_max_num): Remove record_full_insn_max_num
9488         check (it's always != 0).
9489
9490 2013-03-26  Pedro Alves  <palves@redhat.com>
9491
9492         * dcache.c (_initialize_dcache): Make the "set dcache line-size"
9493         and "set dcache size" commands zuinteger instead of uinteger.
9494
9495 2013-03-26  Pedro Alves  <palves@redhat.com>
9496
9497         * cris-tdep.c (_initialize_cris_tdep): Make the "set cris-version"
9498         command zuinteger instead of uinteger.
9499
9500 2013-03-26  Pedro Alves  <palves@redhat.com>
9501
9502         * coff-pe-read.c (_initialize_coff_pe_read): Make the command
9503         zuinteger instead of uinteger.
9504
9505 2013-03-26  Pedro Alves  <palves@redhat.com>
9506
9507         * record.c (record_insn_history_size_setshow_var)
9508         (record_call_history_size_setshow_var): New globals.
9509         (command_size_to_target_size): New function.
9510         (cmd_record_insn_history, cmd_record_call_history): Use
9511         command_size_to_target_size instead of cast.
9512         (validate_history_size, set_record_insn_history_size)
9513         (set_record_call_history_size): New functions.
9514         (_initialize_record): Install set_record_insn_history_size and
9515         set_record_call_history_size as "set" hooks of "set record
9516         instruction-history-size" and "set record
9517         function-call-history-size".
9518
9519 2013-03-26  Pedro Alves  <palves@redhat.com>
9520
9521         * top.c (gdb_rl_operate_and_get_next): Replace max_input_history
9522         use with history_max_entries use.  Remove FIXME note.
9523
9524 2013-03-26  Markus Metzger  <markus.t.metzger@intel.com>
9525
9526         * record-btrace.c (record_btrace_close): Call
9527         record_btrace_auto_disable.
9528
9529 2013-03-25  Joel Brobecker  <brobecker@adacore.com>
9530
9531         * rs6000-nat.c (fixup_breakpoints): Delete declaration.
9532
9533 2013-03-25  Doug Evans  <dje@google.com>
9534
9535         * contrib/cc-with-tweaks.sh: Check exit code of dwp.
9536
9537 2013-03-25  Tom Tromey  <tromey@redhat.com>
9538
9539         PR symtab/11462:
9540         * c-exp.y (exp): Add new productions for destructors after '.' and
9541         '->'.
9542         (write_destructor_name): New function.
9543
9544 2013-03-25  Tom Tromey  <tromey@redhat.com>
9545
9546         PR c++/9197:
9547         * opencl-lang.c (evaluate_subexp_opencl) <STRUCTOP_STRUCT>: Use
9548         value_struct_elt, not lookup_struct_elt_type.
9549         * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
9550         STRUCTOP_PTR>: Use value_struct_elt, not lookup_struct_elt_type.
9551         * expression.h (EVAL_AVOID_SIDE_EFFECTS): Update comment.
9552
9553 2013-03-25  Yao Qi  <yao@codesourcery.com>
9554
9555         * ctf.c [USE_WIN32API]: Undef 'mkdir' and use 'mkdir'
9556         instead of '_mkdir'.
9557
9558 2013-03-23  Eli Zaretskii  <eliz@gnu.org>
9559
9560         * windows-nat.c (windows_get_absolute_argv0): New function.
9561         * windows-nat.h: Add its prototype.
9562
9563         * main.c (get_init_files): Use filename_ncmp instead of strncmp.
9564         Use IS_DIR_SEPARATOR instead of looking for a character inside
9565         SLASH_STRING.  Include filenames.h.
9566         (captured_main) [__MINGW32__]: Make argv[0] absolute, so that
9567         relocate_gdb_directory works when passed gdb_program_name.
9568         Include windows-nat.h.
9569
9570 2013-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
9571
9572         * exceptions.h (enum errors): New entry TARGET_CLOSE_ERROR.
9573         * remote.c (trace_error): Remove the special handling of '2'.
9574         (readchar) <SERIAL_EOF>
9575         (readchar) <SERIAL_ERROR>
9576         (getpkt_or_notif_sane_1): Use TARGET_CLOSE_ERROR for them.
9577         (remote_get_trace_status): Call throw_exception if EX is
9578         TARGET_CLOSE_ERROR.
9579         * utils.c (perror_with_name): Rename to ...
9580         (throw_perror_with_name): ... here.  New parameter errcode, describe it
9581         in the function comment.
9582         (perror_with_name): New function wrapper.
9583         * utils.h (enum errors): New stub declaration.
9584         (throw_perror_with_name): New declaration.
9585
9586 2013-03-22  Pedro Alves  <palves@redhat.com>
9587             Yao Qi  <yao@codesourcery.com>
9588             Mark Kettenis  <kettenis@gnu.org>
9589
9590         * cli/cli-setshow.c (do_set_command) <var_uinteger>:
9591         Don't let the user set the value to UINT_MAX directly.
9592         <var_integer>: Don't let the user set the value to INT_MAX
9593         directly.
9594
9595 2013-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
9596
9597         * remote.c (remote_unpush_target): New function.
9598         (remote_open_1): Remove two pop_target calls, update one comment, add
9599         comment to target_preopen call.  Replace pop_target call by
9600         remote_unpush_target call.
9601         (interrupt_query, readchar, getpkt_or_notif_sane_1): Replace
9602         pop_target calls by remote_unpush_target calls.
9603
9604 2013-03-22  Pedro Alves  <palves@redhat.com>
9605
9606         * linux-nat.c (linux_child_follow_fork): Don't call
9607         linux_enable_event_reporting.
9608         (linux_handle_extended_wait): Don't call
9609         linux_enable_event_reporting.
9610
9611 2013-03-22  Pedro Alves  <palves@redhat.com>
9612
9613         * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Define INSN macro,
9614         use it to rewrite the trampoline buffers with type gdb_byte[], and
9615         undefine the macro.  Remove char* cast.
9616
9617 2013-03-21  Doug Evans  <dje@google.com>
9618
9619         New commands "mt set per-command {space,time,symtab} {on,off}".
9620         * NEWS: Add entry.
9621         * event-top.c: #include "maint.h".
9622         * main.c: #include "maint.h".
9623         * maint.c: #include <sys/time.h>, <time.h>, block.h, top.h,
9624         timeval-utils.h, maint.h, cli/cli-setshow.h.
9625         (per_command_time, per_command_space): New static globals.
9626         (per_command_symtab): New static global.
9627         (per_command_setlist, per_command_showlist): New static globals.
9628         (struct cmd_stats): Move here from utils.c.
9629         (set_per_command_time): Renamed from set_display_time in utils.c
9630         and moved here.  All callers updated.
9631         (set_per_command_space): Renamed from set_display_space in utils.c
9632         and moved here.  All callers updated.
9633         (count_symtabs_and_blocks): New function.
9634         (report_command_stats): Moved here from utils.c.  Add support for
9635         printing symtab stats.  Only print data if enabled before command
9636         executed.
9637         (make_command_stats_cleanup): Ditto.
9638         (sert_per_command_cmd, show_per_command_cmd): New functions.
9639         (_initialize_maint_cmds): Add new commands
9640         mt set per-command {space,time,symtab} {on,off}.
9641         * maint.h: New file.
9642         * top.c: #include "maint.h".
9643         * utils.c (reset_prompt_for_continue_wait_time): New function.
9644         (get_prompt_for_continue_wait_time): New function.
9645         * utils.h (reset_prompt_for_continue_wait_time): Declare
9646         (get_prompt_for_continue_wait_time): Declare.
9647         (make_command_stats_cleanup): Moved to maint.h.
9648         (set_display_time, set_display_space): Moved to maint.h and renamed
9649         to set_per_command_time, set_per_command_space.
9650         * cli/cli-setshow.c (parse_cli_boolean_value): Renamed from
9651         parse_binary_operation and made non-static.  Don't call error,
9652         just return an error marker.  All callers updated.
9653         * cli/cli-setshow.h (parse_cli_boolean_value): Declare.
9654
9655 2013-03-21  Tom Tromey  <tromey@redhat.com>
9656
9657         * symfile.c (alloc_section_addr_info): Update header.  Don't set
9658         'num_sections' field.
9659         (build_section_addr_info_from_section_table): Set 'num_sections'.
9660         (build_section_addr_info_from_bfd): Likewise.
9661         (build_section_addr_info_from_objfile): Remove dead loop
9662         condition.
9663         (free_section_addr_info): Unconditionally call xfree.
9664         (relative_addr_info_to_section_offsets, addrs_section_sort)
9665         (addr_info_make_relative, syms_from_objfile_1): Remove dead loop
9666         condition.
9667         (syms_from_objfile_1): Remove dead 'if' condition.  Check
9668         'num_sections'.
9669         (add_symbol_file_command): Set 'num_sections'.
9670         * symfile-mem.c (symbol_file_add_from_memory): Set
9671         'num_sections'.
9672         * somread.c (som_symfile_offsets): Remove dead loop condition.
9673         * machoread.c (macho_symfile_offsets): Remove dead 'if'.
9674         * jit.c (jit_bfd_try_read_symtab): Set 'num_sections'.
9675
9676 2013-03-21  Tom Tromey  <tromey@redhat.com>
9677
9678         * tracepoint.h (decode_agent_options): Add 'trace_string'
9679         argument.
9680         * tracepoint.c (decode_agent_options): Add 'trace_string'
9681         argument.
9682         (validate_actionline): Update.
9683         (collect_symbol): Add 'trace_string' argument.
9684         (struct add_local_symbols_data) <trace_string>: New field.
9685         (do_collect_symbol): Update.
9686         (add_local_symbols): Add 'trace_string' argument.
9687         (encode_actions_1): Update.
9688         (trace_dump_actions): Update.
9689         * dwarf2loc.c (access_memory): Update.
9690         * ax.h (struct agent_expr) <tracing, trace_string>: New fields.
9691         * ax-general.c (new_agent_expr): Update.
9692         * ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
9693         (gen_trace_for_return_address): Add argument.
9694         (trace_kludge, trace_string_kludge): Remove.
9695         * ax-gdb.c (trace_kludge, trace_string_kludge): Remove.
9696         (gen_traced_pop, gen_fetch, gen_bitfield_ref, gen_expr): Update.
9697         (gen_trace_for_var): Add 'trace_string' argument.
9698         (gen_trace_for_expr, gen_trace_for_return_address): Likewise.
9699         (gen_printf, agent_eval_command_one): Update.
9700
9701 2013-03-21  Tom Tromey  <tromey@redhat.com>
9702
9703         PR exp/15109:
9704         * c-exp.y (yylex): Rewrite to push all tokens onto the FIFO.
9705         Handle FILENAME token.
9706
9707 2013-03-21  Tom Tromey  <tromey@redhat.com>
9708
9709         * c-exp.y (YYPRINT): Define.
9710         (c_print_token): New function.
9711
9712 2013-03-21  Tom Tromey  <tromey@redhat.com>
9713
9714         * c-exp.y (%union) <sym, ivar, ivec>: Remove.
9715
9716 2013-03-21  Yao Qi  <yao@codesourcery.com>
9717
9718         * ctf.c: Include "gdb_stat.h".
9719         [USE_WIN32API]: New macro 'mkdir'.
9720         (ctf_start): Use permission bits macros if they are defined.
9721
9722 2013-03-20  Keith Seitz  <keiths@redhat.com>
9723
9724         * breakpoint.h (struct breakpoint): Add comment to
9725         extra_string indicating that this member is mallod'd.
9726         * breakpoint.c (base_breakpoint_dtor): Free extra_string.
9727
9728 2013-03-20  Pedro Alves  <palves@redhat.com>
9729
9730         PR gdb/15289
9731
9732         * cli/cli-setshow.c (do_set_command)
9733         <var_uinteger, var_zuinteger>: Use LONGEST for variable holding
9734         the result of parsing the command argument.  Throw error if the
9735         value is greater than UINT_MAX.  Print the invalid value with
9736         plongest.
9737         <var_integer, var_zinteger>: Use LONGEST for variable holding the
9738         result of parsing the command argument.  Throw error if the value
9739         is greater than INT_MAX, not greater or equal.  Also throw error
9740         if the value is less than INT_MIN.  Print the invalid value with
9741         plongest.
9742         <var_zuinteger_unlimited>: Throw error if the value is greater
9743         than INT_MAX, not greater or equal.
9744         (do_show_command) <var_integer, var_zinteger,
9745         var_zuinteger_unlimited>: Use %d for printing int, not %u.
9746
9747 2013-03-20  Tom Tromey  <tromey@redhat.com>
9748
9749         * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,
9750         if possible.
9751         * dwarf2read.c (read_func_scope): Remove old FIXME.
9752         * eval.c (evaluate_subexp_standard): Check SYMBOL_COMPUTED_OPS,
9753         not LOC_COMPUTED.
9754         * findvar.c (symbol_read_needs_frame, default_read_var_value):
9755         Unconditionally call via computed ops, if possible.
9756         * printcmd.c (address_info): Unconditionally call via computed ops,
9757         if possible.
9758         * stack.c (read_frame_arg): Unconditionally call via computed ops,
9759         if possible.
9760         * symtab.c (register_symbol_computed_impl): Sanity check 'ops'.
9761         * tracepoint.c (scope_info): Unconditionally call via computed ops,
9762         if possible.
9763
9764 2013-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
9765             Tom Tromey  <tromey@redhat.com>
9766
9767         PR symtab/8421:
9768         * coffread.c (coff_register_index): New global.
9769         (process_coff_symbol, coff_read_enum_type): Set
9770         SYMBOL_ACLASS_INDEX.
9771         (_initialize_coffread): Initialize new global.
9772         * dwarf2loc.c (locexpr_find_frame_base_location)
9773         (dwarf2_block_frame_base_locexpr_funcs)
9774         (loclist_find_frame_base_location)
9775         (dwarf2_block_frame_base_loclist_funcs): New.
9776         (dwarf_expr_frame_base_1): Call SYMBOL_BLOCK_OPS, remove internal_error.
9777         (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Add location_has_loclist.
9778         * dwarf2loc.h (dwarf2_block_frame_base_locexpr_funcs)
9779         (dwarf2_block_frame_base_loclist_funcs): New.
9780         * dwarf2read.c (dwarf2_locexpr_index, dwarf2_loclist_index)
9781         (dwarf2_locexpr_block_index, dwarf2_loclist_block_index): New
9782         globals.
9783         (read_func_scope): Update.
9784         (fixup_go_packaging, mark_common_block_symbol_computed)
9785         (var_decode_location, new_symbol_full, dwarf2_const_value):
9786         Set SYMBOL_ACLASS_INDEX.
9787         (dwarf2_symbol_mark_computed): Likewise.  Add 'is_block' argument.
9788         (_initialize_dwarf2_read): Initialize new globals.
9789         * jit.c (finalize_symtab): Set SYMBOL_ACLASS_INDEX.
9790         * jv-lang.c (add_class_symbol): Set SYMBOL_ACLASS_INDEX.
9791         * mdebugread.c (mdebug_register_index, mdebug_regparm_index): New
9792         globals.
9793         (parse_symbol, psymtab_to_symtab_1): Set SYMBOL_ACLASS_INDEX.
9794         (_initialize_mdebugread): Initialize new globals.
9795         * psympriv.h (struct partial_symbol) <aclass>: Update comment.
9796         * stabsread.c (patch_block_stabs): Set SYMBOL_ACLASS_INDEX.
9797         (stab_register_index, stab_regparm_index): New globals.
9798         (define_symbol, read_enum_type, common_block_end): Set
9799         SYMBOL_ACLASS_INDEX.
9800         (_initialize_stabsread): Initialize new globals.
9801         * symtab.c (next_aclass_value, symbol_impl, symbol_impls): New
9802         globals.
9803         (MAX_SYMBOL_IMPLS): New define.
9804         (register_symbol_computed_impl, register_symbol_block_impl)
9805         (register_symbol_register_impl)
9806         (initialize_ordinary_address_classes): New functions.
9807         (_initialize_symtab): Call initialize_ordinary_address_classes.
9808         * symtab.h (enum address_class) <LOC_FINAL_VALUE>: New constant.
9809         (struct symbol_impl): New.
9810         (SYMBOL_ACLASS_BITS): New define.
9811         (struct symbol) <aclass, ops>: Remove fields.
9812         <aclass_index>: New field.
9813         (symbol_impls): Declare.
9814         (SYMBOL_CLASS, SYMBOL_COMPUTED_OPS, SYMBOL_REGISTER_OPS): Redefine.
9815         (SYMBOL_IMPL, SYMBOL_ACLASS_INDEX): New defines.
9816         (register_symbol_computed_impl, register_symbol_block_impl)
9817         (register_symbol_register_impl): Declare.
9818         (struct symbol_computed_ops): Add location_has_loclist.
9819         (struct symbol_block_ops): New.
9820         (SYMBOL_BLOCK_OPS): New.
9821         * xcoffread.c (process_xcoff_symbol): Set SYMBOL_ACLASS_INDEX.
9822
9823 2013-03-20  Tom Tromey  <tromey@redhat.com>
9824
9825         * psymtab.c (find_pc_sect_psymbol, fixup_psymbol_section)
9826         (print_partial_symbols, recursively_search_psymtabs): Use
9827         PSYMBOL_CLASS.
9828
9829 2013-03-20  Pierre Muller  <muller@sourceware.org>
9830
9831         * contrib/ari/gdb_ari.sh (OP eol rule): Also check
9832         addtion, subtraction, multiplication and division binary operator.
9833
9834 2013-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
9835
9836         Code cleanup.
9837         * bfd-target.c (target_bfd_xclose): Remove parameter quitting.
9838         * bsd-kvm.c (bsd_kvm_close): Likewise.
9839         * bsd-uthread.c (bsd_uthread_close): Likewise.
9840         * corelow.c (core_close): Likewise.
9841         (core_close_cleanup): Remove parameter quitting from a caller.
9842         * event-top.c (async_disconnect): Likewise.
9843         * exec.c (exec_close_1): Remove parameter quitting.
9844         * go32-nat.c (go32_close): Likewise.
9845         * linux-nat.c (linux_nat_close): Remove parameter quitting.  Remove
9846         parameter quitting from a caller.
9847         * mips-linux-nat.c (super_close): Remove parameter quitting from the
9848         variable.
9849         (mips_linux_close): Remove parameter quitting.  Remove parameter
9850         quitting from a caller.
9851         * monitor.c (monitor_close): Remove parameter quitting.
9852         * monitor.h (monitor_close): Likewise.
9853         * record-btrace.c (record_btrace_close): Likewise.
9854         * record-full.c (record_full_close): Likewise.
9855         * remote-m32r-sdi.c (m32r_close): Remove parameter quitting and remove
9856         it also from fprintf_unfiltered.
9857         * remote-mips.c (mips_close): Remove parameter quitting.
9858         (mips_detach): Remove parameter quitting from a caller.
9859         * remote-sim.c (gdbsim_close): Remove parameter quitting.
9860         (gdbsim_close): Remove duplicate function comment.  Remove parameter
9861         quitting and remove it also from printf_filtered.
9862         * remote.c (remote_close): Remove parameter quitting.
9863         * solib-svr4.c (enable_break): Remove parameter quitting from a caller.
9864         * target.c (update_current_target): Remove parameter int from to_close
9865         de_fault.
9866         (push_target, unpush_target, pop_target): Remove parameter quitting from
9867         a caller.
9868         (pop_all_targets_above, pop_all_targets): Remove parameter quitting.
9869         Remove parameter quitting from a caller.
9870         (target_preopen): Remove parameter quitting from a caller.
9871         (target_close): Remove parameter quitting.  Remove parameter quitting
9872         from a caller two times.  Remove parameter quitting also from
9873         fprintf_unfiltered.
9874         * target.h (struct target_ops): Remove parameter quitting and as int
9875         from fields to_xclose and to_close.
9876         (extern struct target_ops current_target):
9877         (target_close, pop_all_targets): Remove parameter quitting.  Update the
9878         comment.
9879         (pop_all_targets_above): Remove parameter quitting.
9880         * top.c (quit_target): Remove parameter quitting from a caller.
9881         * tracepoint.c (tfile_close): Remove parameter quitting.
9882         * windows-nat.c (windows_close): Remove parameter quitting.
9883
9884 2013-03-20  Corinna Vinschen  <vinschen@redhat.com>
9885
9886         * windows-nat.c (handle_output_debug_string): Replace call
9887         to string_to_core_addr with call to strtoull.
9888
9889 2013-03-20  Yao Qi  <yao@codesourcery.com>
9890
9891         * ctf.c (ctf_save_metadata_header): Define macro HOST_ENDIANNESS
9892         and write it to CTF metadata.
9893
9894 2013-03-19  Corinna Vinschen  <vinschen@redhat.com>
9895
9896         * windows-nat.c (handle_output_debug_string): Change type of n to
9897         SIZE_T to avoid crash on 64 bit systems.
9898
9899 2013-03-17  Eli Zaretskii  <eliz@gnu.org>
9900
9901         * python/python-internal.h (HAVE_SNPRINTF)
9902         [_WIN32 && HAVE_DECL_SNPRINTF]: Define, to avoid compiler warnings
9903         about redefinition of snprintf by pyerrors.h.
9904
9905 2013-03-15  Steve Ellcey  <sellcey@mips.com>
9906
9907         * remote-sim.c (sim_command_completer): Make char arguments const.
9908
9909 2013-03-15  Tom Tromey  <tromey@redhat.com>
9910
9911         PR c++/15116:
9912         * gdbtypes.c (types_equal): Handle TYPE_CODE_FUNC.
9913
9914 2013-03-14  Tom Tromey  <tromey@redhat.com>
9915
9916         * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:
9917         New fields.
9918         (get_file_crc): Move from symfile.c.
9919         (gdb_bfd_crc): New function.
9920         * gdb_bfd.h (gdb_bfd_crc): Declare.
9921         * objfiles.h (struct objfile) <crc32, crc32_p>: Remove.
9922         * symfile.c (get_file_crc): Move to gdb_bfd.c.
9923         (separate_debug_file_exists): Use gdb_bfd_crc.
9924
9925 2013-03-14  Tom Tromey  <tromey@redhat.com>
9926
9927         * symfile.c (get_debug_link_info): Remove.
9928         (find_separate_debug_file_by_debuglink): Use
9929         bfd_get_debug_link_info.
9930
9931 2013-03-14  Tom Tromey  <tromey@redhat.com>
9932
9933         * symtab.c (error_in_psymtab_expansion): New function.
9934         (lookup_symbol_aux_quick)
9935         (basic_lookup_transparent_type_quick): Remove "last resort"
9936         code.  Use error_in_psymtab_expansion.
9937
9938 2013-03-14  Doug Evans  <dje@google.com>
9939             Jan Kratochvil  <jan.kratochvil@redhat.com>
9940
9941         * dwarf2read.c (dw2_map_symtabs_matching_filename): Put continue after
9942         any successful compare_filenames_for_search or FILENAME_CMP.
9943         * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
9944         * symtab.c (iterate_over_some_symtabs): Likewise.
9945
9946 2013-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
9947
9948         * source.c (print_source_lines_base): Make a local copy of
9949         symtab_to_fullname.
9950
9951 2013-03-14  Hui Zhu  <hui_zhu@mentor.com>
9952             Jan Kratochvil  <jan.kratochvil@redhat.com>
9953
9954         * source.c (print_source_lines_base): Suppress "file" for TUI.
9955
9956 2013-03-14  Keith Seitz  <keiths@redhat.com>
9957             Alan Matsuoka  <alanm@redhat.com>
9958
9959         PR c++/15203
9960         PR c++/15210
9961         * cp-namespace.c (cp_lookup_nested_symbol): Handle TYPE_CODE_FUNC and
9962         TYPE_CODE_METHOD.
9963         * elfread.c (elf_symtab_read): Handle BSF_GNU_UNIQUE for certain
9964         symbols.
9965
9966 2013-03-14  Yao Qi  <yao@codesourcery.com>
9967
9968         * tracepoint.c (tfile_write_status): Write 'stop_desc' of trace
9969         status to tfile if trace is stopped by command 'tstop'.
9970
9971 2013-03-14  Yao Qi  <yao@codesourcery.com>
9972
9973         * tracepoint.c (tfile_write_status): Write trace notes and user
9974         name into tfile if they are not NULL.
9975
9976 2013-03-14  Hui Zhu  <hui@codesourcery.com>
9977             Yao Qi  <yao@codesourcery.com>
9978
9979         * Makefile.in (REMOTE_OBS): Add ctf.o.
9980         (SFILES): Add ctf.c.
9981         (HFILES_NO_SRCDIR): Add ctf.h.
9982         * ctf.c, ctf.h: New files.
9983         * tracepoint.c: Include 'ctf.h'.
9984         (collect_pseudocommand): Remove static.
9985         (trace_save_command): Parse option "-ctf".
9986         Produce different trace file writers per option.
9987         Adjust output message.
9988         (trace_save_tfile, trace_save_ctf): New.
9989         * tracepoint.h (trace_save_tfile, trace_save_ctf): Declare.
9990         * mi/mi-main.c: Include 'ctf.h'.
9991         (mi_cmd_trace_save): Handle option '-ctf'.  Call either
9992         trace_save_tfile or trace_save_ctf.
9993         * NEWS: Mention these changes.
9994
9995 2013-03-14  Yao Qi  <yao@codesourcery.com>
9996
9997         * tracepoint.c (trace_file_writer_xfree): New.
9998         (struct tfile_writer_data): New.
9999         (tfile_dtor, tfile_can_target_save, tfile_start): New.
10000         (tfile_write_header, tfile_write_regblock_type): New.
10001         (tfile_write_status, tfile_write_uploaded_tsv): New.
10002         (tfile_write_uploaded_tp, tfile_write_definition_end): New.
10003         (tfile_write_raw_data, (tfile_end): New.
10004         (tfile_write_ops): New global variable.
10005         (TRACE_WRITE_R_BLOCK): New macro.
10006         (TRACE_WRITE_M_BLOCK_HEADER): New macro.
10007         (TRACE_WRITE_M_BLOCK_MEMORY): New macro.
10008         (TRACE_WRITE_V_BLOCK): New macro.
10009         (trace_save): Add extra one parameter WRITER.  Make it static.
10010         Use WRITER to writer trace.
10011         (tfile_trace_file_writer_new): New.
10012         (trace_save_command): Caller update.
10013         (trace_save_tfile): Write trace data in TFILE format.
10014         * tracepoint.h (struct trace_frame_write_ops): New.
10015         (struct trace_file_write_ops): New.
10016         (struct trace_file_writer): New.
10017         (trace_save): Remove its declaration.
10018         (trace_save_tfile): Declare it.
10019         * mi/mi-main.c (mi_cmd_trace_save): Call trace_save_tfile
10020         instead of trace_save.
10021
10022 2013-03-13  Pedro Alves  <palves@redhat.com>
10023
10024         * hppa-hpux-nat.c (hppa_hpux_save_state_offset): Make static.
10025
10026 2013-03-13  Pedro Alves  <palves@redhat.com>
10027
10028         * dbxread.c (read_ofile_symtab, process_one_symbol): Remove
10029         commented out code.
10030         * demangle.c (current_demangling_style_string): Make it const.
10031         (set_demangling_command): Assert the demangling style is known.
10032         Remove all handling of unknown styles.  Set
10033         'current_demangling_style_string' to an element of the
10034         demangling_style_names array.
10035         (set_demangling_style): Delete.
10036         (_initialize_demangler): Set current_demangling_style_string to the
10037         element of the demangling_style_names array that corresponds to
10038         the default demangling style.  Remove FIXME note.  Don't call
10039         set_demangling_style.
10040         * gdb-demangle.h (set_demangling_style): Remove declaration.
10041
10042 2013-03-13  Pedro Alves  <palves@redhat.com>
10043
10044         * ada-lang.c (struct add_partial_datum) <text, text0, word>: Make
10045         fields const.
10046         (ada_make_symbol_completion_list): Make "text0" parameter const.
10047         * ax-gdb.c (agent_eval_command_one): Make "exp" parameter const.
10048         * breakpoint.c (condition_completer): Make "text" and "word"
10049         parameters const.  Adjust.
10050         (check_tracepoint_command): Adjust to validate_actionline
10051         prototype change.
10052         (catch_syscall_completer): Make "text" and "word" parameters
10053         const.
10054         * cli/cli-cmds.c (show_user): Make "comname" local const.
10055         (valid_command_p): Make "command" parameter const.
10056         (alias_command): Make "alias_prefix" and "command_prefix" locals
10057         const.
10058         * cli/cli-decode.c (add_cmd): Make "name" parameter const.
10059         (add_alias_cmd): Make "name" and "oldname" parameters const.
10060         Adjust.  No longer make copy of OLDNAME.
10061         (add_prefix_cmd, add_abbrev_prefix_cmd, add_set_or_show_cmd)
10062         (add_setshow_cmd_full, add_setshow_enum_cmd)
10063         (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
10064         (add_setshow_filename_cmd, add_setshow_string_cmd)
10065         (add_setshow_string_noescape_cmd)
10066         (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
10067         (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
10068         (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd)
10069         (delete_cmd, add_info, add_info_alias, add_com, add_com_alias):
10070         Make "name" parameter const.
10071         (help_cmd): Rename "command" parameter to "arg".  New const local
10072         "command".
10073         (find_cmd): Make "command" parameter const.
10074         (lookup_cmd_1): Make "text" parameter pointer to const.  Adjust to
10075         deprecated_cmd_warning prototype change.
10076         (undef_cmd_error): Make "cmdtype" parameter const.
10077         (lookup_cmd): Make "line" parameter const.
10078         (deprecated_cmd_warning): Change type of "text" parameter to
10079         pointer to const char, from pointer to pointer to char.  Adjust.
10080         (lookup_cmd_composition): Make "text" parameter const.
10081         (complete_on_cmdlist, complete_on_enum): Make "text" and "word"
10082         parameters const.
10083         * cli/cli-decode.h (struct cmd_list_element) <name>: Make field
10084         const.
10085         * cli/cli-script.c (validate_comname): Make "tem" local const.
10086         (define_command): New const local "tem_c".  Use it in calls to
10087         lookup_cmd.
10088         (document_command): Make "tem" and "comfull" locals const.
10089         (show_user_1): Make "prefix" and "name" parameters const.
10090         * cli-script.h (show_user_1): Make "prefix" and "name" parameters
10091         const.
10092         * command.h (add_cmd, add_alias_cmd, add_prefix_cmd)
10093         (add_abbrev_prefix_cmd, completer_ftype, lookup_cmd, lookup_cmd_1)
10094         (deprecated_cmd_warning, lookup_cmd_composition, add_com)
10095         (add_com_alias, add_info, add_info_alias, complete_on_cmdlist)
10096         (complete_on_enum, add_setshow_enum_cmd)
10097         (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
10098         (add_setshow_filename_cmd, add_setshow_string_cmd)
10099         (add_setshow_string_noescape_cmd)
10100         (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
10101         (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
10102         (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
10103         Change prototypes, constifying strings.
10104         * completer.c (noop_completer, filename_completer): Make "text"
10105         and "prefix" parameters const.
10106         (location_completer, expression_completer)
10107         (complete_line_internal): Make "text" and "prefix" parameters
10108         const and adjust.
10109         (command_completer, signal_completer): Make "text" and "prefix"
10110         parameters const.
10111         * completer.h (noop_completer, filename_completer)
10112         (expression_completer, location_completer, command_completer)
10113         (signal_completer): Change prototypes.
10114         * corefile.c (complete_set_gnutarget): Make "text" and "word"
10115         parameters const.
10116         * cp-abi.c (cp_abi_completer): Likewise.
10117         * expression.h (parse_expression_for_completion): Change
10118         prototype.
10119         * f-lang.c (f_make_symbol_completion_list): Make "text" and "word"
10120         parameters const.
10121         * infcmd.c (_initialize_infcmd): Make "cmd_name" local const.
10122         * infrun.c (handle_completer): Make "text" and "word" parameters
10123         const.
10124         * interps.c (interpreter_completer): Make "text" and "word"
10125         parameters const.
10126         * language.h (struct language_defn)
10127         <la_make_symbol_completion_list>: Make "text" and "word"
10128         parameters const.
10129         * parse.c (parse_exp_1): Move const hack to parse_exp_in_context.
10130         (parse_exp_in_context): Rename to ...
10131         (parse_exp_in_context_1): ... this.
10132         (parse_exp_in_context): Reimplement, with const hack from
10133         parse_exp_1.
10134         (parse_expression_for_completion): Make "string" parameter const.
10135         * printcmd.c (decode_format): Make "string_ptr" parameter pointer
10136         to pointer to const char.  Adjust.
10137         (print_command_1): Make "exp" parameter const.
10138         (output_command): Rename to ...
10139         (output_command_const): ... this.  Make "exp" parameter const.
10140         (output_command): Reimplement.
10141         (x_command): Adjust.
10142         (display_command): Rename "exp" parameter to "arg".  New "exp"
10143         local, const version of "arg".
10144         * python/py-auto-load.c (gdbpy_initialize_auto_load): Make
10145         "cmd_name" local const.
10146         * python/py-cmd.c (cmdpy_destroyer): Cast const away in xfree
10147         call.
10148         (cmdpy_completer): Make "text" and "word" parameters const.
10149         (gdbpy_parse_command_name): Make "prefix_text2" local const.
10150         * python/py-param.c (add_setshow_generic): Make "tmp_name" local
10151         const.
10152         * remote.c (_initialize_remote): Make "cmd_name" local const.
10153         * symtab.c (language_search_unquoted_string): Make "text" and "p"
10154         parameters const.  Adjust.
10155         (completion_list_add_fields): Make "sym_text", "text" and "word"
10156         parameters const.
10157         (struct add_name_data) <sym_text, text, word>: Make fields const.
10158         (default_make_symbol_completion_list_break_on): Make "text" and
10159         "word" parameters const.  Adjust locals.
10160         (default_make_symbol_completion_list)
10161         (make_symbol_completion_list, make_symbol_completion_type)
10162         (make_symbol_completion_list_fn): Make "text" and "word"
10163         parameters const.
10164         (make_file_symbol_completion_list): Make "text", "word" and
10165         "srcfile" parameters const.  Adjust locals.
10166         (add_filename_to_list): Make "text" and "word" parameters const.
10167         (struct add_partial_filename_data) <text, word>: Make fields
10168         const.
10169         (make_source_files_completion_list): Make "text" and "word"
10170         parameters const.
10171         * symtab.h (default_make_symbol_completion_list_break_on)
10172         (default_make_symbol_completion_list, make_symbol_completion_list)
10173         (make_symbol_completion_type enum type_code)
10174         (make_symbol_completion_list_fn make_file_symbol_completion_list)
10175         (make_source_files_completion_list): Change prototype.
10176         * top.c (execute_command): Adjust to pass pointer to pointer to
10177         const char to lookup_cmd, and to deprecated_cmd_warning prototype
10178         change.
10179         (set_verbose): Make "cmdname" local const.
10180         * tracepoint.c (decode_agent_options): Make "exp" parameter const,
10181         and adjust.
10182         (validate_actionline): Make "line" parameter a pointer to const
10183         char, and adjust.
10184         (encode_actions_1): Make "action_exp" local const, and adjust.
10185         (encode_actions): Adjust.
10186         (replace_comma): Delete.
10187         (trace_dump_actions): Make "action_exp" and "next_comma" locals
10188         const, and adjust.  Don't frob the action string while splitting
10189         it at commas.  Instead, make a copy of each split substring in
10190         turn.
10191         (trace_dump_command): Adjust to validate_actionline prototype
10192         change.
10193         * tracepoint.h (decode_agent_options, decode_agent_options)
10194         (encode_actions, validate_actionline): Change prototypes.
10195         * valprint.h (output_command): Delete declaration.
10196         (output_command_const): Declare.
10197         * value.c (function_destroyer): Cast const away in xfree call.
10198
10199 2013-03-13  Pedro Alves  <palves@redhat.com>
10200
10201         * ada-lang.c (ada_decode_symbol): Cast away constness of GSYMBOL
10202         rather than casting 'const char * const *' to 'const char **'.
10203         * ada-lex.l (processInt): Make "trailer" local const.  Remove
10204         'const char **' cast.
10205         * arm-linux-tdep.c (arm_stap_parse_special_token): Add 'char *'
10206         locals, and use those as strtol output pointer, instead than doing
10207         invalid casts to from 'const char **' to 'char **'.
10208         (_initialize_demangle): Remove cast.
10209         * i386-tdep.c (i386_stap_parse_special_token): : Add 'char *'
10210         locals, and use those as strtol output pointer, instead than doing
10211         invalid casts to from 'const char **' to 'char **'.
10212         * solib-dsbt.c (dsbt_get_initial_loadmaps): Remove 'gdb_byte**'
10213         casts.
10214         * stap-probe.c (stap_parse_register_operand)
10215         (stap_parse_single_operand): Likewise.
10216
10217 2013-03-13  Yao Qi  <yao@codesourcery.com>
10218
10219         * tracepoint.c (tfile_get_trace_state_variable_value): Look for
10220         the last matched 'V' blcok in trace frame.
10221
10222 2013-03-12  Joel Brobecker  <brobecker@adacore.com>
10223
10224         * NEWS: Create a new section for the next release branch.
10225         Rename the section of the current branch, now that it has
10226         been cut.
10227
10228 2013-03-12  Joel Brobecker  <brobecker@adacore.com>
10229
10230         GDB 7.6 branch created (branch timestamp: 2013-03-12 22:15 UTC)
10231         * version.in: Bump version to 7.6.50.20130312-cvs.
10232
10233 2013-03-12  Keith Seitz  <keiths@redhat.com>
10234
10235         * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.
10236         * mi/mi-interp.c (mi_interpreter_exec): Make "command" const.
10237         Remove temporary copy of input string.
10238         (mi_execute_command_wrapper): Make "cmd" const.
10239         * mi/mi-main.c (mi_execute_command): Make "string_ptr" const.
10240         * mi/mi-parse.c (mi_parse_argv): Make "args" const.
10241         Use const strings.
10242         (mi_parse): Make "cmd" const.
10243         Use const strings.
10244         * mi/mi-parse.h (mi_parse): Make "cmd" const.
10245
10246 2013-03-12  Keith Seitz  <keiths@redhat.com>
10247
10248         * ada-lang.c (ada_read_renaming_var_value): Pass const
10249         pointer to expression string to parse_exp_1.
10250         (create_excep_cond_exprs): Likewise.
10251         * ax-gdb.c (agent_eval_command_one): Likewise.
10252         (maint_agent_printf_command): Likewise.
10253         Constify much of the string handling/parsing.
10254         * breakpoint.c (set_breakpoint_condition): Pass const
10255         pointer to expression string to parse_exp_1.
10256         (update_watchpoint): Likewise.
10257         (parse_cmd_to_aexpr): Constify string handling.
10258         Pass const pointer to parse_exp_1.
10259         (init_breakpoint_sal): Pass const pointer to parse_exp_1.
10260         (find_condition_and_thread): Likewise.
10261         Make TOK const.
10262         (watch_command_1): Make "arg" const.
10263         Constify string handling.
10264         Copy the expression string instead of changing the input
10265         string.
10266         (update_breakpoint_location): Pass const pointer to
10267         parse_exp_1.
10268         * eval.c (parse_and_eval_address): Make "exp" const.
10269         (parse_to_comma_and_eval): Make "expp" const.
10270         (parse_and_eval): Make "exp" const.
10271         * expression.h (parse_expression): Make argument const.
10272         (parse_exp_1): Make first argument const.
10273         * findcmd.c (parse_find_args): Treat "args" as const.
10274         * linespec.c (parse_linespec): Pass const pointer to
10275         linespec_expression_to_pc.
10276         (linespec_expression_to_pc): Make "exp_ptr" const.
10277         * parse.c (parse_exp_1): Make "stringptr" const.
10278         Make a copy of the expression to pass to parse_exp_in_context until
10279         this whole interface can be constified.
10280         (parse_expression): Make "string" const.
10281         * printcmd.c (ui_printf): Treat "arg" as const.
10282         Handle const strings.
10283         * tracepoint.c (validate_actionline): Pass const pointer to
10284         all calls to parse_exp_1.
10285         (encode_actions_1): Likewise.
10286         * value.h (parse_to_comma_and_eval): Make argument const.
10287         (parse_and_eval_address): Likewise.
10288         (parse_and_eval): Likewise.
10289         * varobj.c (varobj_create): Pass const pointer to parse_exp_1.
10290         (varobj_set_value): Likewise.
10291         * cli/cli-cmds.c (disassemble_command): Treat "arg" as const and
10292         constify string handling.
10293         Pass const pointers to parse_and_eval_address and
10294         parse_to_comman_and_eval.
10295         * cli/cli-utils.c (skip_to_space): Rename to ...
10296         (skip_to_space_const): ... this. Handle const strings.
10297         * cli/cli-utils.h (skip_to_space): Turn into macro which invokes
10298         skip_to_space_const.
10299         (skip_to_space_const): Declare.
10300         * common/format.c (parse_format_string): Make "arg" const.
10301         Handle const strings.
10302         * common/format.h (parse_format_string): Make "arg" const.
10303         * gdbserver/ax.c (ax_printf): Make "format" const.
10304         * python/python.c (gdbpy_parse_and_eval): Do not make a copy
10305         of the expression string.
10306
10307 2013-03-12  Hui Zhu  <hui@codesourcery.com>
10308
10309         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Update error message.
10310
10311 2013-03-12  Yao Qi  <yao@codesourcery.com>
10312             Hui Zhu  <hui@codesourcery.com>
10313
10314         * dwarf2loc.c (access_memory): Change nbits to nbytes in gdb_assert.
10315         (dwarf2_compile_expr_to_ax): Call access_memory in DW_OP_deref and
10316         DW_OP_deref_size.
10317
10318 2013-03-12  Paul Hilfinger  <hilfingr@adacore.com>
10319
10320         * ada-lex.l (rules): Only recognize 'thread' as a
10321         delimiter when followed by numerals, as for c-exp.y.
10322         Use new rewind_to_char function to rewind the input for
10323         expression-delimiting tokens.
10324         (rewind_to_char): New function.
10325
10326 2013-03-11  Pedro Alves  <palves@redhat.com>
10327             Jan Kratochvil  <jan.kratochvil@redhat.com>
10328
10329         * configure: Regenerate.
10330         * configure.ac (check dynamic export flag): Link python test with
10331         $PYTHON_LIBS.
10332
10333 2013-03-11  Doug Evans  <dje@google.com>
10334             Keith Seitz  <keiths@redhat.com>
10335
10336         * linespec.c (find_linespec_symbols): Call find_function_symbols
10337         first, and then call lookup_prefix_sym/find_method.
10338
10339 2013-03-11  Pedro Alves  <palves@redhat.com>
10340
10341         * charset.c (convert_between_encodings): Don't cast between
10342         different pointer to pointer types.  Instead, make the 'inp' local
10343         be of the type iconv expects.
10344         (wchar_iterate): Don't cast between different pointer to pointer
10345         types.  Instead, use new pointer local of the type iconv expects.
10346         * target.c (target_read_stralloc, target_fileio_read_stralloc):
10347         Add new local of type char pointer, and use it to get a
10348         char/string view of the byte buffer, instead of casting between
10349         pointer to pointer types.
10350
10351 2013-03-11  Hafiz Abid Qadeer  <abidh@codesourcery.com>
10352
10353         * remote.c (remote_set_trace_buffer_size): Move != operator
10354         to the start of next line to fix an ARI warning.
10355
10356 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10357
10358         * NEWS: Add record changes.
10359
10360 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10361
10362         * record-btrace.c (btrace_insn_history): Omit the pc prefix in
10363         the instruction history disassembly.
10364         * disasm.c (dump_insns): Omit the pc prefix, if requested.
10365         * disasm.h (DISASSEMBLY_OMIT_PC): New.
10366
10367 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10368
10369         * Makefile.in (SFILES): Add record-btrace.c
10370         (COMMON_OBS): Add record-btrace.o
10371         * record-btrace.c: New.
10372         * objfiles.c: Include btrace.h.
10373         (free_objfile): call btrace_free_objfile.
10374
10375 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10376
10377         * target.c (target_call_history, target_call_history_from,
10378         target_call_history_range): New.
10379         * target.h (target_ops) <to_call_history, to_call_history_from,
10380         to_call_history_range>: New fields.
10381         (target_call_history, target_call_history_from,
10382         target_call_history_range): New declaration.
10383         * record.c (get_call_history_modifiers, cmd_record_call_history,
10384         record_call_history_size): New.
10385         (_initialize_record): Add the "record function-call-history" command.
10386         Add "set/show record function-call-history-size" commands.
10387         * record.h (record_print_flag): New.
10388
10389 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10390
10391         * target.h (target_ops) <to_insn_history, to_insn_history_from,
10392         to_insn_history_range>: New fields.
10393         (target_insn_history): New.
10394         (target_insn_history_from): New.
10395         (target_insn_history_range): New.
10396         * target.c (target_insn_history): New.
10397         (target_insn_history_from): New.
10398         (target_insn_history_range): New.
10399         * record.c: Include cli/cli-utils.h, disasm.h, ctype.h.
10400         (record_insn_history_size): New.
10401         (get_insn_number): New.
10402         (get_context_size): New.
10403         (no_chunk): New.
10404         (get_insn_history_modifiers): New.
10405         (cmd_record_insn_history): New.
10406         (_initialize_record): Add "set/show record instruction-history-size"
10407         command. Add "record instruction-history" command.
10408
10409 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10410
10411         * record.h (record_disconnect): New.
10412         (record_detach): New.
10413         (record_mourn_inferior): New.
10414         (record_kill): New.
10415         * record-full.c (record_disconnect, record_detach,
10416         record_mourn_inferior, record_kill): Move to...
10417         * record.c: ...here.
10418         (DEBUG): New.
10419         (record_stop): New.
10420         (record_unpush): New.
10421         (cmd_record_stop): Call record_stop. Replace unpush_target
10422         call with record_unpush call.
10423         (record_disconnect, record_detach): Assert that the target
10424         is of record stratum. Call record_unpush, record_stop, and
10425         DEBUG.
10426         (record_mourn_inferior, record_kill): Assert that the target
10427         is of record stratum. Call record_unpush and DEBUG.
10428
10429 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10430
10431         * record-full.h, record-full.c (record_memory_query): Rename
10432         to ...
10433         (record_full_memory_query): ...this. Update all users.
10434         (record_arch_list_add_reg): Rename to ...
10435         (record_full_arch_list_add_reg): ...this. Update all users.
10436         (record_arch_list_add_mem): Rename to ...
10437         (record_full_arch_list_add_mem): ...this. Update all users.
10438         (record_arch_list_add_end): Rename to ...
10439         (record_full_arch_list_add_end): ...this. Update all users.
10440         (record_gdb_operation_disable_set): Rename to ...
10441         (record_full_gdb_operation_disable_set): ...this.
10442         Update all users.
10443
10444 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10445
10446         * record-full.c (DEFAULT_RECORD_INSN_MAX_NUM): Renamed to ...
10447         (DEFAULT_RECORD_FULL_INSN_MAX_NUM): ... this. Updated all users.
10448         (RECORD_IS_REPLAY): Renamed to ...
10449         (RECORD_FULL_IS_REPLAY): ... this. Updated all users.
10450         (RECORD_FILE_MAGIC): Renamed to ...
10451         (RECORD_FULL_FILE_MAGIC): ... this. Updated all users.
10452         (record_mem_entry): Renamed to ...
10453         (record_full_mem_entry): ... this. Updated all users.
10454         (record_reg_entry): Renamed to ...
10455         (record_full_reg_entry): ... this. Updated all users.
10456         (record_end_entry): Renamed to ...
10457         (record_full_end_entry): ... this. Updated all users.
10458         (record_type) <record_end, record_reg, record_mem>: Renamed
10459         to ...
10460         (record_full_type) <record_full_end, record_full_reg,
10461         record_full_mem>: ... this. Updated all users.
10462         (record_entry): Renamed to ...
10463         (record_full_entry): ... this. Updated all users.
10464         (record_core_buf_entry): Renamed to ...
10465         (record_full_core_buf_entry): ... this. Updated all users.
10466         (record_core_regbuf): Renamed to ...
10467         (record_full_core_regbuf): ... this. Updated all users.
10468         (record_core_start): Renamed to ...
10469         (record_full_core_start): ... this. Updated all users.
10470         (record_core_end): Renamed to ...
10471         (record_full_core_end): ... this. Updated all users.
10472         (record_core_buf_list): Renamed to ...
10473         (record_full_core_buf_list): ... this. Updated all users.
10474         (record_first): Renamed to ...
10475         (record_full_first): ... this. Updated all users.
10476         (record_list): Renamed to ...
10477         (record_full_list): ... this. Updated all users.
10478         (record_arch_list_head): Renamed to ...
10479         (record_full_arch_list_head): ... this. Updated all users.
10480         (record_arch_list_tail): Renamed to ...
10481         (record_full_arch_list_tail): ... this. Updated all users.
10482         (record_stop_at_limit): Renamed to ...
10483         (record_full_stop_at_limit): ... this. Updated all users.
10484         (record_insn_max_num): Renamed to ...
10485         (record_full_insn_max_num): ... this. Updated all users.
10486         (record_insn_num): Renamed to ...
10487         (record_full_insn_num): ... this. Updated all users.
10488         (record_insn_count): Renamed to ...
10489         (record_full_insn_count): ... this. Updated all users.
10490         (record_ops): Renamed to ...
10491         (record_full_ops): ... this. Updated all users.
10492         (record_core_ops): Renamed to ...
10493         (record_full_core_ops): ... this. Updated all users.
10494         (set_record_cmdlist): Renamed to ...
10495         (set_record_full_cmdlist): ... this. Updated all users.
10496         (show_record_cmdlist): Renamed to ...
10497         (show_record_full_cmdlist): ... this. Updated all users.
10498         (record_cmdlist): Renamed to ...
10499         (record_full_cmdlist): ... this. Updated all users.
10500         (record_beneath_to_resume_ops): Renamed to ...
10501         (record_full_beneath_to_resume_ops): ... this. Updated all users.
10502         (record_beneath_to_resume): Renamed to ...
10503         (record_full_beneath_to_resume): ... this. Updated all users.
10504         (record_beneath_to_wait_ops): Renamed to ...
10505         (record_full_beneath_to_wait_ops): ... this. Updated all users.
10506         (record_beneath_to_wait): Renamed to ...
10507         (record_full_beneath_to_wait): ... this. Updated all users.
10508         (record_beneath_to_store_registers_ops): Renamed to ...
10509         (record_full_beneath_to_store_registers_ops): ... this.
10510         Updated all users.
10511         (record_beneath_to_store_registers): Renamed to ...
10512         (record_full_beneath_to_store_registers): ... this.
10513         Updated all users.
10514         (record_beneath_to_xfer_partial_ops): Renamed to ...
10515         (record_full_beneath_to_xfer_partial_ops): ... this.
10516         Updated all users.
10517         (record_beneath_to_xfer_partial): Renamed to ...
10518         (record_full_beneath_to_xfer_partial): ... this.
10519         Updated all users.
10520         (record_beneath_to_insert_breakpoint): Renamed to ...
10521         (record_full_beneath_to_insert_breakpoint): ... this.
10522         Updated all users.
10523         (record_beneath_to_stopped_by_watchpoint): Renamed to ...
10524         (record_full_beneath_to_stopped_by_watchpoint): ... this.
10525         Updated all users.
10526         (record_beneath_to_stopped_data_address): Renamed to ...
10527         (record_full_beneath_to_stopped_data_address): ... this.
10528         Updated all users.
10529         (record_beneath_to_async): Renamed to ...
10530         (record_full_beneath_to_async): ... this. Updated all users.
10531         (record_goto_insn): Renamed to ...
10532         (record_full_goto_insn): ... this. Updated all users.
10533         (record_save): Renamed to ...
10534         (record_full_save): ... this. Updated all users.
10535         (record_reg_alloc): Renamed to ...
10536         (record_full_reg_alloc): ... this. Updated all users.
10537         (record_reg_release): Renamed to ...
10538         (record_full_reg_release): ... this. Updated all users.
10539         (record_mem_alloc): Renamed to ...
10540         (record_full_mem_alloc): ... this. Updated all users.
10541         (record_mem_release): Renamed to ...
10542         (record_full_mem_release): ... this. Updated all users.
10543         (record_end_alloc): Renamed to ...
10544         (record_full_end_alloc): ... this. Updated all users.
10545         (record_end_release): Renamed to ...
10546         (record_full_end_release): ... this. Updated all users.
10547         (record_entry_release): Renamed to ...
10548         (record_full_entry_release): ... this. Updated all users.
10549         (record_list_release): Renamed to ...
10550         (record_full_list_release): ... this. Updated all users.
10551         (record_list_release_following): Renamed to ...
10552         (record_full_list_release_following): ... this.
10553         Updated all users.
10554         (record_list_release_first): Renamed to ...
10555         (record_full_list_release_first): ... this. Updated all users.
10556         (record_arch_list_add): Renamed to ...
10557         (record_full_arch_list_add): ... this. Updated all users.
10558         (record_get_loc): Renamed to ...
10559         (record_full_get_loc): ... this. Updated all users.
10560         (record_check_insn_num): Renamed to ...
10561         (record_full_check_insn_num): ... this. Updated all users.
10562         (record_arch_list_cleanups): Renamed to ...
10563         (record_full_arch_list_cleanups): ... this. Updated all users.
10564         (record_message): Renamed to ...
10565         (record_full_message): ... this. Updated all users.
10566         (record_message_wrapper): Renamed to ...
10567         (record_full_message_wrapper): ... this. Updated all users.
10568         (record_message_wrapper_safe): Renamed to ...
10569         (record_full_message_wrapper_safe): ... this. Updated all users.
10570         (record_gdb_operation_disable): Renamed to ...
10571         (record_full_gdb_operation_disable): ... this. Updated all users.
10572         (record_hw_watchpoint): Renamed to ...
10573         (record_full_hw_watchpoint): ... this. Updated all users.
10574         (record_exec_insn): Renamed to ...
10575         (record_full_exec_insn): ... this. Updated all users.
10576         (record_restore): Renamed to ...
10577         (record_full_restore): ... this. Updated all users.
10578         (record_async_inferior_event_token): Renamed to ...
10579         (record_full_async_inferior_event_token): ... this.
10580         Updated all users.
10581         (record_async_inferior_event_handler): Renamed to ...
10582         (record_full_async_inferior_event_handler): ... this.
10583         Updated all users.
10584         (record_core_open_1): Renamed to ...
10585         (record_full_core_open_1): ... this. Updated all users.
10586         (record_open_1): Renamed to ...
10587         (record_full_open_1): ... this. Updated all users.
10588         (record_open): Renamed to ...
10589         (record_full_open): ... this. Updated all users.
10590         (record_close): Renamed to ...
10591         (record_full_close): ... this. Updated all users.
10592         (record_resume_step): Renamed to ...
10593         (record_full_resume_step): ... this. Updated all users.
10594         (record_resumed): Renamed to ...
10595         (record_full_resumed): ... this. Updated all users.
10596         (record_execution_dir): Renamed to ...
10597         (record_full_execution_dir): ... this. Updated all users.
10598         (record_resume): Renamed to ...
10599         (record_full_resume): ... this. Updated all users.
10600         (record_get_sig): Renamed to ...
10601         (record_full_get_sig): ... this. Updated all users.
10602         (record_sig_handler): Renamed to ...
10603         (record_full_sig_handler): ... this. Updated all users.
10604         (record_wait_cleanups): Renamed to ...
10605         (record_full_wait_cleanups): ... this. Updated all users.
10606         (record_wait_1): Renamed to ...
10607         (record_full_wait_1): ... this. Updated all users.
10608         (record_wait): Renamed to ...
10609         (record_full_wait): ... this. Updated all users.
10610         (record_stopped_by_watchpoint): Renamed to ...
10611         (record_full_stopped_by_watchpoint): ... this. Updated all users.
10612         (record_disconnect): Renamed to ...
10613         (record_full_disconnect): ... this. Updated all users.
10614         (record_detach): Renamed to ...
10615         (record_full_detach): ... this. Updated all users.
10616         (record_mourn_inferior): Renamed to ...
10617         (record_full_mourn_inferior): ... this. Updated all users.
10618         (record_kill): Renamed to ...
10619         (record_full_kill): ... this. Updated all users.
10620         (record_stopped_data_address): Renamed to ...
10621         (record_full_stopped_data_address): ... this. Updated all users.
10622         (record_registers_change): Renamed to ...
10623         (record_full_registers_change): ... this. Updated all users.
10624         (record_store_registers): Renamed to ...
10625         (record_full_store_registers): ... this. Updated all users.
10626         (record_xfer_partial): Renamed to ...
10627         (record_full_xfer_partial): ... this. Updated all users.
10628         (record_breakpoint): Renamed to ...
10629         (record_full_breakpoint): ... this. Updated all users.
10630         (record_breakpoint_p): Renamed to ...
10631         (record_full_breakpoint_p): ... this. Updated all users.
10632         (record_breakpoints): Renamed to ...
10633         (record_full_breakpoints): ... this. Updated all users.
10634         (record_sync_record_breakpoints): Renamed to ...
10635         (record_full_sync_record_breakpoints): ... this.
10636         Updated all users.
10637         (record_init_record_breakpoints): Renamed to ...
10638         (record_full_init_record_breakpoints): ... this.
10639         Updated all users.
10640         (record_insert_breakpoint): Renamed to ...
10641         (record_full_insert_breakpoint): ... this. Updated all users.
10642         (record_remove_breakpoint): Renamed to ...
10643         (record_full_remove_breakpoint): ... this. Updated all users.
10644         (record_can_execute_reverse): Renamed to ...
10645         (record_full_can_execute_reverse): ... this. Updated all users.
10646         (record_get_bookmark): Renamed to ...
10647         (record_full_get_bookmark): ... this. Updated all users.
10648         (record_goto_bookmark): Renamed to ...
10649         (record_full_goto_bookmark): ... this. Updated all users.
10650         (record_async): Renamed to ...
10651         (record_full_async): ... this. Updated all users.
10652         (record_can_async_p): Renamed to ...
10653         (record_full_can_async_p): ... this. Updated all users.
10654         (record_is_async_p): Renamed to ...
10655         (record_full_is_async_p): ... this. Updated all users.
10656         (record_execution_direction): Renamed to ...
10657         (record_full_execution_direction): ... this. Updated all users.
10658         (record_info): Renamed to ...
10659         (record_full_info): ... this. Updated all users.
10660         (record_delete): Renamed to ...
10661         (record_full_delete): ... this. Updated all users.
10662         (record_is_replaying): Renamed to ...
10663         (record_full_is_replaying): ... this. Updated all users.
10664         (record_goto_entry): Renamed to ...
10665         (record_full_goto_entry): ... this. Updated all users.
10666         (record_goto_begin): Renamed to ...
10667         (record_full_goto_begin): ... this. Updated all users.
10668         (record_goto_end): Renamed to ...
10669         (record_full_goto_end): ... this. Updated all users.
10670         (record_goto): Renamed to ...
10671         (record_full_goto): ... this. Updated all users.
10672         (init_record_ops): Renamed to ...
10673         (init_record_full_ops): ... this. Updated all users.
10674         (record_core_resume): Renamed to ...
10675         (record_full_core_resume): ... this. Updated all users.
10676         (record_core_kill): Renamed to ...
10677         (record_full_core_kill): ... this. Updated all users.
10678         (record_core_fetch_registers): Renamed to ...
10679         (record_full_core_fetch_registers): ... this. Updated all users.
10680         (record_core_prepare_to_store): Renamed to ...
10681         (record_full_core_prepare_to_store): ... this. Updated all users.
10682         (record_core_store_registers): Renamed to ...
10683         (record_full_core_store_registers): ... this. Updated all users.
10684         (record_core_xfer_partial): Renamed to ...
10685         (record_full_core_xfer_partial): ... this. Updated all users.
10686         (record_core_insert_breakpoint): Renamed to ...
10687         (record_full_core_insert_breakpoint): ... this. Updated all users.
10688         (record_core_remove_breakpoint): Renamed to ...
10689         (record_full_core_remove_breakpoint): ... this. Updated all users.
10690         (record_core_has_execution): Renamed to ...
10691         (record_full_core_has_execution): ... this. Updated all users.
10692         (init_record_core_ops): Renamed to ...
10693         (init_record_full_core_ops): ... this. Updated all users.
10694         (cmd_record_restore): Renamed to ...
10695         (cmd_record_full_restore): ... this. Updated all users.
10696         (record_save_cleanups): Renamed to ...
10697         (record_full_save_cleanups): ... this. Updated all users.
10698         (cmd_record_start): Renamed to ...
10699         (cmd_record_full_start): ... this. Updated all users.
10700         (set_record_insn_max_num): Renamed to ...
10701         (set_record_full_insn_max_num): ... this. Updated all users.
10702         (set_record_command): Renamed to ...
10703         (set_record_full_command): ... this. Updated all users.
10704         (show_record_command): Renamed to ...
10705         (show_record_full_command): ... this. Updated all users.
10706         (_initialize_record): Renamed to ...
10707         (_initialize_record_full): ... this. Updated all users.
10708
10709 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10710
10711         * record.h: Split into this and ...
10712         * record-full.h: ... this.
10713         * record.c: Split into this and ...
10714         * record-full.c: ... this.
10715         * target.h (target_ops): Add new fields to_info_record,
10716         to_save_record, to_delete_record, to_record_is_replaying,
10717         to_goto_record_begin, to_goto_record_end, to_goto_record.
10718         (target_info_record): New.
10719         (target_save_record): New.
10720         (target_supports_delete_record): New.
10721         (target_delete_record): New.
10722         (target_record_is_replaying): New.
10723         (target_goto_record_begin): New.
10724         (target_goto_record_end): New.
10725         (target_goto_record): New.
10726         * target.c (target_info_record): New.
10727         (target_save_record): New.
10728         (target_supports_delete_record): New.
10729         (target_delete_record): New.
10730         (target_record_is_replaying): New.
10731         (target_goto_record_begin): New.
10732         (target_goto_record_end): New.
10733         (target_goto_record): New.
10734         * record.h: Declare struct cmd_list_element.
10735         (record_cmdlist): New declaration.
10736         (set_record_cmdlist): New declaration.
10737         (show_record_cmdlist): New declaration.
10738         (info_record_cmdlist): New declaration.
10739         (cmd_record_goto): New declaration.
10740         * record.c: Remove unnecessary includes.
10741         Include inferior.h.
10742         (cmd_record_goto): Remove declaration.
10743         (record_cmdlist): Now extern. Initialize.
10744         (set_record_cmdlist): Now extern. Initialize.
10745         (show_record_cmdlist): Now extern. Initialize.
10746         (info_record_cmdlist): Now extern. Initialize.
10747         (find_record_target): New.
10748         (require_record_target): New.
10749         (cmd_record_start): Update.
10750         (cmd_record_delete): Remove target-specific code.
10751         Call target_delete_record.
10752         (cmd_record_stop): Unpush any record target.
10753         (set_record_insn_max_num): Move to record-full.c
10754         (set_record_command): Add comment.
10755         (show_record_command): Add comment.
10756         (info_record_command): Update comment.
10757         Remove target-specific code.
10758         Call the record target's to_info_record.
10759         (cmd_record_start): New.
10760         (cmd_record_goto): Now extern.
10761         Remove target-specific code.
10762         Call target_goto_begin,  target_goto_end, or target_goto.
10763         (_initialize_record): Move record target ops initialization to
10764         record-full.c.
10765         Change "record" command help text.
10766         Move "record restore", "record set", and "record show" commands to
10767         record-full.c.
10768         * Makefile.in (SFILES): Add record-full.c.
10769         (HFILES_NO_SRCDIR): Add record-full.h.
10770         (COMMON_OBS): Add record-full.o.
10771         * amd64-linux-tdep.c: Include record-full.h instead of record.h.
10772         * arm-tdep.c: Include record-full.h.
10773         * i386-linux-tdep.c: Include record-full.h instead of record.h.
10774         * i386-tdep.c: Include record-full.h.
10775         * infrun.c: Include record-full.h.
10776         * linux-record.c: Include record-full.h.
10777         * moxie-tdep.c: Include record-full.h.
10778         * record-full.c: Include record-full.h.
10779         Change module comment.
10780         (set_record_full_cmdlist): New.
10781         (show_record_full_cmdlist): New.
10782         (record_full_cmdlist): New.
10783         (record_goto_insn): New declaration.
10784         (record_save): New declaration.
10785         (record_check_insn_num): Change query string.
10786         (record_info): New.
10787         (record_delete): New.
10788         (record_is_replaying): New.
10789         (record_goto_entry): New.
10790         (record_goto_begin): New.
10791         (record_goto_end): New.
10792         (record_goto): New.
10793         (init_record_ops): Update.
10794         (init_record_core_ops): Update.
10795         (cmd_record_save): Rename to record_save. Remove target and arg checks.
10796         (cmd_record_start): New.
10797         (set_record_insn_max_num): Moved from record.c
10798         (set_record_full_command): New.
10799         (show_record_full_command): New.
10800         (_initialize_record_full): New.
10801
10802 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10803
10804         * target.h (add_deprecated_target_alias): New.
10805         * target.c (add_deprecated_target_alias): New.
10806
10807 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10808
10809         * common/linux-btrace.c: Include sys/ptrace, sys/types, sys/wait.h,
10810         and signal.h.
10811         (linux_supports_btrace): Add kernel and
10812         cpuid check.
10813         (kernel_supports_btrace): New function.
10814         (cpu_supports_btrace): New function.
10815         (intel_supports_btrace): New function.
10816
10817 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10818
10819         * target.h (enum target_object): Add TARGET_OBJECT_BTRACE.
10820         * remote.c: Include btrace.h.
10821         (struct btrace_target_info): New struct.
10822         (remote_supports_btrace): New function.
10823         (send_Qbtrace): New function.
10824         (remote_enable_btrace): New function.
10825         (remote_disable_btrace): New function.
10826         (remote_teardown_btrace): New function.
10827         (remote_read_btrace): New function.
10828         (init_remote_ops): Add btrace ops.
10829         (enum <unnamed>): Add btrace packets.
10830         (struct protocol_feature remote_protocol_features[]): Add btrace packets.
10831         (_initialize_remote): Add packet configuration for branch tracing.
10832
10833 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10834
10835         * features/btrace.dtd: New file.
10836         * Makefile.in (XMLFILES): Add btrace.dtd.
10837         * btrace.h (parse_xml_btrace): New declaration.
10838         * btrace.c: Include xml-support.h.
10839         (parse_xml_btrace): New function.
10840         (parse_xml_btrace_block): New function.
10841         (block_attributes): New struct.
10842         (btrace_attributes): New struct.
10843         (btrace_children): New struct.
10844         (btrace_elements): New struct.
10845
10846 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10847
10848         * amd64-linux-nat.c: Include btrace.h and linux-btrace.h.
10849         (amd64_linux_enable_btrace): New.
10850         (amd64_linux_disable_btrace): New.
10851         (amd64_linux_teardown_btrace): New.
10852         (_initialize_amd64_linux_nat): Initialize btrace ops.
10853         * i386-linux.nat.c: Include btrace.h and linux-btrace.h.
10854         (i386_linux_enable_btrace): New.
10855         (i386_linux_disable_btrace): New.
10856         (i386_linux_teardown_btrace): New.
10857         (_initialize_i386_linux_nat): Initialize btrace ops.
10858         * config/i386/linux.mh: Add linux-btrace.o.
10859         * config/i386/linux64.mh: Add linux-btrace.o.
10860
10861 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10862
10863         * common/linux_btrace.h: New file.
10864         * common/linux_btrace.c: New file.
10865         * Makefile.in (SFILES): Add btrace.c.
10866         (HFILES_NO_SRCDIR): Add common/linux-btrace.h.
10867         (COMMON_OBS): Add btrace.o.
10868         (linux-btrace.o): New rule.
10869
10870 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10871
10872         * target.h: Include btrace.h.
10873         (struct target_ops) <to_supports_btrace, to_enable_btrace,
10874         to_disable_btrace, to_teardown_btrace, to_read_btrace>: New.
10875         * target.c (target_supports_btrace): New function.
10876         (target_enable_btrace): New function.
10877         (target_disable_btrace): New function.
10878         (target_teardown_btrace): New function.
10879         (target_read_btrace): New function.
10880         * btrace.h: New file.
10881         * btrace.c: New file.
10882         * Makefile.in: Add btrace.c.
10883         * gdbthread.h: Include btrace.h.
10884         (struct thread_info): Add btrace field.
10885         * thread.c: Include btrace.h.
10886         (clear_thread_inferior_resources): Call target_teardown_btrace.
10887         * common/btrace-common.h: New file.
10888
10889 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
10890
10891         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Call also kill
10892         for CHILD, ignore PTRACE_KILL errors, move the inner block variable
10893         kill_status to outer block.
10894
10895 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
10896
10897         Fix entry-values if the callee called a noreturn function.
10898         * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Use
10899         get_frame_address_in_block.  Add new comment.
10900
10901 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
10902
10903         Fix entry-values in C++ across CUs.
10904         * dwarf2loc.c (call_site_to_target_addr) <FIELD_LOC_KIND_PHYSNAME>: Use
10905         lookup_minimal_symbol.  Add a comment.
10906         * dwarf2read.c
10907         (read_call_site_scope) <is_ref_attr> <die_is_declaration>: Prefer
10908         DW_AT_linkage_name.
10909
10910 2013-03-08  Yao Qi  <yao@codesourcery.com>
10911
10912         * tracepoint.c (_initialize_tracepoint): Indent the code.
10913
10914 2013-03-08  Pedro Alves  <palves@redhat.com>
10915
10916         * findcmd.c (put_bits): Change type of parameter to 'gdb_byte *'.
10917         (parse_find_args, find_command): Change type of pattern buffer
10918         locals to 'gdb_byte *'.
10919
10920 2013-03-08  Stan Shebs  <stan@codesourcery.com>
10921             Hafiz Abid Qadeer  <abidh@codesourcery.com>
10922
10923         * NEWS: Mention set and show trace-buffer-size commands.
10924         Mention new packet.
10925         * target.h (struct target_ops): New method
10926         to_set_trace_buffer_size.
10927         (target_set_trace_buffer_size): New macro.
10928         * target.c (update_current_target): Set up new method.
10929         * tracepoint.c (trace_buffer_size): New global.
10930         (start_tracing): Send it to the target.
10931         (set_trace_buffer_size): New function.
10932         (_initialize_tracepoint): Add new setshow for trace-buffer-size.
10933         * remote.c (remote_set_trace_buffer_size): New function.
10934         (_initialize_remote): Use it.
10935         (QTBuffer:size) New remote command.
10936         (PACKET_QTBuffer_size): New enum.
10937         (remote_protocol_features): Add an entry for
10938         PACKET_QTBuffer_size.
10939
10940 2013-03-08  Tom Tromey  <tromey@redhat.com>
10941
10942         * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
10943         variable.
10944
10945 2013-03-07  Pedro Alves  <palves@redhat.com>
10946
10947         * target.c (target_read_stralloc, target_fileio_read_alloc):
10948         *Cast pointer to 'gdb_byte *' in target call.
10949
10950 2013-03-07  Pedro Alves  <palves@redhat.com>
10951
10952         * corefile.c (read_memory_string): Cast pointer to gdb_byte* in
10953         call.
10954
10955 2013-03-07  Keith Seitz  <keiths@redhat.com>
10956
10957         * breakpoint.c (catch_syscall_split_args): Use skip_spaces.
10958         (trace_pass_command): Likewise.
10959         * cli/cli-cmds.c: Include cli/cli-utils.h.
10960         (source_command): Use skip-spaces.
10961         (disassemble_command): Likewise.
10962         * findcmd.c: Include cli/cli-utils.h.
10963         (parse_find_args): Use skip_spaces.
10964         * go32-nat.c: Include cli/cli-utils.h.
10965         (go32_sldt): Use skip_spaces.
10966         (go32_sgdt): Likewise.
10967         (go32_sidt): Likewise.
10968         (go32_pde): Likewise.
10969         (go32_pte): Likewise.
10970         (go32_pte_for_address): Likewise.
10971         * infcmd.c: Include cli/cli-utils.h.
10972         (registers_info): Use skip_spaces.
10973         * linux-tdep.c (read_mapping): Use skip_spaces_const.
10974         (linux_info_proc): Likewise.
10975         * linux-thread-db.c: Include cli/cli-utils.h.
10976         (info_auto_load_libthread_db): Use skip_spaces_const.
10977         * m32r-rom.c: Include cli/cli-utils.h.
10978         (m32r_upload_command): Use skip_spaces.
10979         * maint.c: Include cli/cli-utils.h.
10980         (maintenance_translate_address): Use skip_spaces.
10981         * mi/mi-parse.c: Include cli/cli-utils.h.
10982         (mi_parse_argv): Use skip_spaces.
10983         (mi_parse): Likewise.
10984         * minsyms.c: Include cli/cli-utils.h.
10985         (msymbol_hash_iw): Use skip_spaces_const.
10986         * objc-lang.c: Include cli/cli-utils.h.
10987         (parse_selector): Use skip_spaces.
10988         (parse_method): Likewise.
10989         * python/python.c: Include cli/cli-utils.h.
10990         (python_interactive_command)[HAVE_PYTHON]: Use skip_spaces.
10991         (python_command)[HAVE_PYTHON]: Likewise.
10992         (python_interactive_command)[!HAVE_PYTHON]: Likewise.
10993         * remote-m32r-sdi.c: Include cli/cli-utils.h.
10994         (m32r_load): Use skip_spaces.
10995         * serial.c: Include cli/cli-utils.h.
10996         (serial_open): Use skip_spaces_const.
10997         * stack.c: Include cli/cli-utils.h.
10998         (parse_frame_specification_1): Use skip_spaces_const.
10999         * symfile.c: Include cli/cli-utils.h.
11000         (set_ext_lang_command): Use skip_spaces.
11001         * symtab.c: Include cli/cli-utils.h.
11002         (rbreak_command): Use skip_spaces.
11003         * thread.c (thread_name_command): Use skip_spaces.
11004         * tracepoint.c (validate_actionline): Use skip_spaces.
11005         (encode_actions_1): Likewise.
11006         (trace_find_range_command): Likewise.
11007         (trace_find_outside_command): Likewise.
11008         (trace_dump_actions): Likewise.
11009
11010 2013-03-07  Pedro Alves  <palves@redhat.com>
11011
11012         * c-lang.c (parse_one_string): Cast argument to gdb_byte *.
11013         * expprint.c (print_subexp_standard): Likewise.
11014         * utils.c (host_char_to_target): Likewise.
11015         * valprint.c (generic_emit_char, generic_printstr): Likewise.
11016         * varobj.c (value_get_print_value): Change type of local to char*.
11017         Cast it gdb_byte * in call to language printer.
11018
11019 2013-03-07  Pedro Alves  <palves@redhat.com>
11020
11021         * charset.c (struct wchar_iterator) <input>: Change type to 'const
11022         gdb_byte *'.
11023         (make_wchar_iterator): Remove cast to char*.
11024         (wchar_iterate): Change type of local.
11025
11026 2013-03-07  Pedro Alves  <palves@redhat.com>
11027
11028         * regcache.c (regcache_xmalloc_1): Call XCALLOC with signed char
11029         for 'regcache->register_status'.
11030
11031 2013-03-07  Pedro Alves  <palves@redhat.com>
11032
11033         * breakpoint.c (breakpoint_xfer_memory): Change type of local to
11034         int.
11035
11036 2013-03-07  Pedro Alves  <palves@redhat.com>
11037
11038         * stap-probe.c (handle_stap_probe): Add cast to char*.
11039
11040 2013-03-07  Pedro Alves  <palves@redhat.com>
11041
11042         * linux-record.c (record_linux_system_call) <gdb_sys_msgrcv,
11043         RECORD_MSGRCV>: Pass a signed variable to
11044         regcache_raw_read_signed, instead of an unsigned one.
11045
11046 2013-03-07  Pedro Alves  <palves@redhat.com>
11047
11048         * remote-notif.c (notif_debug): Change type to int.
11049         * remote-notif.h (notif_debug): Likewise.
11050
11051 2013-03-07  Pedro Alves  <palves@redhat.com>
11052
11053         * ser-tcp.c (tcp_retry_limit): Change type to unsigned int.
11054
11055 2013-03-07  Pedro Alves  <palves@redhat.com>
11056
11057         * remote.c (hex2bin, bin2hex): Move extern declarations to ...
11058         * remote.h (hex2bin, bin2hex): ... here.
11059         * tracepoint.c (hex2bin, bin2hex): Remove extern declarations.
11060
11061 2013-03-07  Eli Zaretskii  <eliz@gnu.org>
11062
11063         * utils.c (initialize_utils): Improve doc strings of "set/show
11064         width", "set/show height", and "set/show pagination".
11065
11066 2013-03-06  Keith Seitz  <keiths@redhat.com>
11067
11068         * ax-gdb.c (gen_printf): Make FORMAT const.
11069         * ax-gdb.h (gen_printf): Likewise.
11070         * ax-general.c (ax_string): Make STR const.
11071         * ax.h (ax_string): Likewise.
11072
11073 2013-03-06  Doug Evans  <dje@google.com>
11074
11075         * elfread.c (elf_symfile_read): Move debugging printf to more
11076         logical location.
11077
11078 2013-03-06  Pedro Alves  <palves@redhat.com>
11079
11080         * python/py-utils.c (target_string_to_unicode): Delete function.
11081         * python/python-internal.h (target_string_to_unicode): Delete
11082         declaration.
11083
11084 2013-03-06  Pierre Muller  <muller@sourceware.org>
11085
11086         * linespec.c (get_current_search_block): ARI fix, use (void)
11087         for empty parameter list.
11088
11089 2013-03-05  Doug Evans  <dje@google.com>
11090
11091         * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents
11092         of old ada_lookup_symbol_list.  In !full_search case, don't
11093         search superblocks.
11094         (ada_lookup_symbol_list): Delete arg full_search, all callers
11095         updated.  Call ada_lookup_symbol_list_worker.
11096         (ada_iterate_over_symbols): Call ada_lookup_symbol_list_worker.
11097         * ada-lang.h (ada_lookup_symbol_list): Update.
11098         * language.h (language_defn): Update comment for
11099         la_iterate_over_symbols.
11100         * linespec.c (iterate_over_file_blocks): New function.
11101         (iterate_over_all_matching_symtabs): Call it.
11102         (lookup_prefix_sym): Ditto.
11103         (get_current_search_block): New function.
11104         (get_search_block): Delete.
11105         (find_label_symbols): Call get_current_search_block.
11106         (add_matching_symbols_to_info): Call iterate_over_file_blocks.
11107         * symtab.c (iterate_over_symbols): Don't search superblocks.
11108
11109 2013-03-05  Yao Qi  <yao@codesourcery.com>
11110
11111         * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): Change
11112         parameter VAR's type from "unsigned int" to "int".
11113         * command.h (var_zuinteger_unlimited): Update its comments.
11114         (add_setshow_zuinteger_unlimited_cmd): Update the declaration.
11115
11116 2013-03-05  Corinna Vinschen  <vinschen@redhat.de>
11117
11118         * NEWS: Mention new target x86_64-*-cygwin*.
11119
11120 2013-03-05  Corinna Vinschen  <vinschen@redhat.de>
11121
11122         * configure.host: Add x86_64-*-cygwin* as host.
11123         * configure.tgt: Add x86_64-*-cygwin* as target.
11124         * config/i386/cygwin64.mh: New file.
11125
11126 2013-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
11127
11128         * linespec.c (decode_line_2): Fix duplicate request off by two message.
11129
11130 2013-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
11131
11132         * linespec.c (struct linespec_canonical_name): New.
11133         (struct linespec_state): Change canonical_names type to it.
11134         (add_sal_to_sals): Change variable canonical_name to canonical.  Change
11135         xrealloc element size.  Initialize the different CANONICAL fields.
11136         (canonical_to_fullform): New.
11137         (filter_results): Use it.  Add variables canonical, fullform and
11138         cleanup.
11139         (struct decode_line_2_item, decode_line_2_compare_items): New.
11140         (decode_line_2): Remove variables iter and item_names, add variables
11141         items and items_count.  Modify the code for these new variables.
11142
11143 2013-03-04  Corinna Vinschen  <vinschen@redhat.com>
11144
11145         * coff-pe-read.c (read_pe_exported_syms): Don't return without
11146         calling do_cleanup.
11147
11148 2013-03-04  Luis Machado  <lgustavo@codesourcery.com>
11149
11150         * tracepoint.c (build_traceframe_info): Add code for byte order.
11151
11152 2013-03-02  Kevin Buettner  <kevinb@redhat.com>
11153
11154         * v850-tdep.c: (v850e2_register_name): Revise system register
11155         names to match current V850E2M architecture specifications.
11156         Update register number enum comments too.
11157
11158 2013-03-01  Jiong Wang  <jiwang@tilera.com>
11159             Pedro Alves  <palves@redhat.com>
11160
11161         * tilegx-tdep.c (tilegx_analyze_prologue): Limit bundle reading
11162         to END_ADDR.
11163         (tilegx_skip_prologue): Limit prologue analysis to section end.
11164
11165 2013-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
11166
11167         * dwarf2loc.c (call_site_find_chain_1): New variable save_callee_pc,
11168         use it.
11169
11170 2013-03-01  Pedro Alves  <palves@redhat.com>
11171
11172         Use gdb_byte for bytes from the program being debugged.
11173
11174         * arm-tdep.c (arm_store_return_value, arm_get_longjmp_target):
11175         Change type of local 'buf' to gdb_byte.
11176         * avr-tdep.c (avr_frame_prev_register, avr_push_dummy_call): Likewise.
11177         * bfin-tdep.c (bfin_push_dummy_call): Likewise.
11178         * cris-tdep.c (cris_sigcontext_addr)
11179         (cris_sigtramp_frame_unwind_cache): Likewise.
11180         * frv-linux-tdep.c (frv_linux_pc_in_sigtramp)
11181         (frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
11182         Likewise.
11183         * frv-tdep.c (frv_pseudo_register_write, frv_analyze_prologue): Likewise.
11184         * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer)
11185         (hppa32_hpux_search_dummy_call_sequence)
11186         (hppa_hpux_supply_save_state): Likewise.
11187         * hppa-linux-tdep.c (insns_match_pattern)
11188         (hppa_linux_find_global_pointer): Likewise.
11189         * hppa-tdep.c (hppa_in_function_epilogue_p)
11190         (skip_prologue_hard_way, hppa_frame_cache): Likewise.
11191         * i386-nto-tdep.c (i386nto_sigcontext_addr): Likewise.
11192         * i386fbsd-tdep.c (i386fbsd_supply_uthread)
11193         (i386fbsd_collect_uthread): Likewise.
11194         * ia64-hpux-tdep.c (ia64_hpux_push_dummy_code): Likewise.
11195         * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Likewise.
11196         * ia64-tdep.c (examine_prologue, ia64_frame_cache)
11197         (ia64_frame_prev_register, ia64_sigtramp_frame_cache)
11198         (ia64_sigtramp_frame_prev_register, ia64_access_reg)
11199         (ia64_access_rse_reg, ia64_libunwind_frame_this_id)
11200         (ia64_libunwind_frame_prev_register)
11201         (ia64_libunwind_sigtramp_frame_this_id)
11202         (ia64_find_global_pointer_from_dynamic_section)
11203         (find_extant_func_descr, find_func_descr, ia64_dummy_id)
11204         (ia64_unwind_pc): Likewise.
11205         * iq2000-tdep.c (iq2000_store_return_value): Likewise.
11206         * m68hc11-tdep.c (m68hc11_push_dummy_call)
11207         (m68hc11_extract_return_value): Likewise.
11208         * m68klinux-nat.c (fetch_register, store_register): Likewise.
11209         * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_cr32_write)
11210         (mep_get_insn, mep_push_dummy_call): Likewise.
11211         * mips-linux-tdep.c (mips_linux_get_longjmp_target)
11212         (mips_linux_in_dynsym_stub): Likewise.
11213         * mn10300-tdep.c (mep_pseudo_cr32_write): Likewise.
11214         * ppc-linux-nat.c (fetch_register, store_register): Likewise.
11215         * regcache.c (dump_endian_bytes): Change type of parameter 'buf'
11216         to gdb_byte.
11217         * remote-mips.c (mips_set_register): Likewise.
11218         * remote-sim.c (gdbsim_fetch_register): Likewise.
11219         * score-tdep.c (score7_fetch_inst): Change type of parameter
11220         'memblock' and local 'buf' to gdb_byte.
11221         (score7_malloc_and_get_memblock): Change return type to gdb_byte.
11222         Change type of local 'buf' to gdb_byte.  Adjust.
11223         (score7_adjust_memblock_ptr): Change type of parameter 'memblock'
11224         to gdb_byte**.
11225         (score7_analyze_prologue): Change type of 'memblock' and
11226         'memblock_ptr' locals to gdb_byte*.
11227         * sh64-tdep.c (sh64_extract_return_value)
11228         (sh64_store_return_value): Change type of local 'buf' to gdb_byte.
11229         * solib-darwin.c (darwin_current_sos, darwin_read_exec_load_addr):
11230         * solib-pa64.c (pa64_solib_create_inferior_hook)
11231         (pa64_open_symbol_file_object): Remove local 'buf'.
11232         * solib-som.c (som_solib_create_inferior_hook, link_map_start)
11233         (som_open_symbol_file_object): Likewise.
11234         * solib-spu.c (spu_current_sos): Likewise.
11235         * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
11236         * spu-multiarch.c (parse_spufs_run, spu_fetch_registers)
11237         (spu_store_registers): Likewise.
11238         * target.c (debug_print_register): Likewise.
11239         * tic6x-tdep.c (tic6x_get_longjmp_target): Likewise.
11240         * xstormy16-tdep.c (xstormy16_store_return_value)
11241         (xstormy16_push_dummy_call, xstormy16_resolve_jmp_table_entry)
11242         (xstormy16_find_jmp_table_entry): Likewise.
11243
11244 2013-03-01  Jiong Wang  <jiwang@tilera.com>
11245
11246         * tilegx-tdep.c (tilegx_get_longjmp_target): New function.
11247         (tilegx_gdbarch_init): Install it.
11248
11249 2013-02-28  Tom Tromey  <tromey@redhat.com>
11250
11251         * python/py-arch.c (archpy_disassemble): Use PyInt_Check and
11252         PyLong_Check.
11253
11254 2013-02-28  Doug Evans  <dje@google.com>
11255
11256         * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
11257         * python/python.c (gdbpy_find_pc_line): Ditto.
11258
11259 2013-02-28  Tom Tromey  <tromey@redhat.com>
11260
11261         * contrib/excheck.py: New file.
11262         * contrib/exsummary.py: New file.
11263         * contrib/gcc-with-excheck: New file.
11264
11265 2013-02-28  Tom Tromey  <tromey@redhat.com>
11266
11267         * python/python.c (gdbpy_print_stack): Call begin_line and
11268         fprintf_filtered inside TRY_CATCH.
11269
11270 2013-02-28  Tom Tromey  <tromey@redhat.com>
11271
11272         * python/python.c (gdbpy_find_pc_line): Call find_pc_line
11273         inside TRY_CATCH.
11274
11275 2013-02-28  Tom Tromey  <tromey@redhat.com>
11276
11277         * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to call
11278         frame_object_to_frame_info inside TRY_CATCH.
11279
11280 2013-02-28  Tom Tromey  <tromey@redhat.com>
11281
11282         * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside
11283         TRY_CATCH.
11284
11285 2013-02-28  Tom Tromey  <tromey@redhat.com>
11286
11287         * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.
11288
11289 2013-02-27  Corinna Vinschen  <vinschen@redhat.com>
11290
11291         * windows-nat.c: Throughout, fix format strings and casts of
11292         printf-like functions to avoid type related warnings on all
11293         platforms.
11294         (handle_output_debug_string): Fetch context information address
11295         from debug string using string_to_core_addr.
11296
11297 2013-02-27  Jiong Wang  <jiwang@tilera.com>
11298
11299         * regformats/reg-tilegx.dat (name): Change abi name to "tilegx".
11300         * regformats/reg-tilegx32.dat: New.
11301
11302 2013-02-27  Jiong Wang  <jiwang@tilera.com>
11303
11304         * configure.tgt (tilegx-*-linux*): Enable gdbserver.
11305
11306 2013-02-27  Jiong Wang  <jiwang@tilera.com>
11307
11308         * configure.tgt (tilegx-*-linux*): Replace whitespace with tab.
11309
11310 2013-02-27  Yao Qi  <yao@codesourcery.com>
11311             Pedro Alves  <palves@redhat.com>
11312
11313         * tracepoint.c (tfile_trace_find): For tfind
11314         pc/tp/range/outside, look for the next trace frame instead of
11315         always starting from frame 0.
11316
11317 2013-02-26  Anthony Green  <green@moxielogic.com>
11318
11319         * configure.tgt: Add support for moxie-*-rtems* target.
11320
11321 2013-02-25  Pedro Alves  <palves@redhat.com>
11322
11323         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Change
11324         warning text.
11325
11326 2013-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
11327
11328         * mips-tdep.c (mips32_scan_prologue): Reset frame_offset to zero
11329         if $fp is used as the virtual frame pointer.
11330
11331 2013-02-23  Alan Modra  <amodra@gmail.com>
11332
11333         * elfread.c (elf_symtab_read): Do not use udata.p here to find
11334         symbol size.
11335         * ppc64-tdep.c (ppc64_elf_make_msymbol_special): New function.
11336         * ppc64-tdep.h (ppc64_elf_make_msymbol_special): Declare.
11337         * ppc-linux-tdep.c (ppc_linux_init_abi): Set up to use the above.
11338         * ppcfbsd-tdep.c (ppcfbsd_init_abi): Likewise.
11339
11340 2013-02-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
11341
11342         Code cleanup.
11343         * elfread.c (build_id_bfd_get): Make the return type const.
11344         (build_id_verify): Make the check parameter const.
11345         (build_id_to_debug_filename): Make the build_id parameter and variable
11346         data const.
11347         (find_separate_debug_file_by_buildid): Make the variable build_id const.
11348
11349 2013-02-21  Alan Modra  <amodra@gmail.com>
11350
11351         * elfread.c (build_id_bfd_get): Adjust for elf_tdata changes.
11352
11353 2013-02-20  Siva Chandra Reddy  <sivachandra@google.com>
11354
11355         Add a new method 'disassemble' to gdb.Architecture class.
11356         * python/py-arch.c (archpy_disassmble): Implementation of the
11357         new method gdb.Architecture.disassemble.
11358         (arch_object_methods): Add entry for the new method.
11359
11360 2013-02-20  Jiong Wang  <jiwang@tilera.com>
11361
11362         * MAINTAINERS (Write After Approval): Add myself to the list.
11363
11364 2013-02-19  Pedro Alves  <palves@redhat.com>
11365
11366         Garbage collect 'struct monitor_ops'::load_routine.
11367
11368         * monitor.h (struct monitor_ops) <load_routine>: Remove field.
11369         * monitor.c (monitor_load): No longer call
11370         current_monitor->load_routine.
11371         * dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
11372         * m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
11373         * ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.
11374
11375 2013-02-19  Pedro Alves  <palves@redhat.com>
11376
11377         PR gdb/15161
11378
11379         Harmonize with generic_load.
11380
11381         * monitor.c: Include "readline/readline.h".
11382         (monitor_load): Rename parameter 'file' to 'args'.  Use build_argv
11383         instead of sscanf.  Use CORE_ADDR/strtoulst instead of unsigned
11384         long/strtol for the 'load_offset' local.  Error out if no argument
11385         is given or if too many arguments are given.  Tilde expand the
11386         passed in file name.
11387
11388 2013-02-19  Kai Tietz  <ktietz@redhat.com>
11389
11390         PR gdb/15161
11391         * symfile.c (load_section_data): Change type of load_offset
11392         to CORE_ADDR.
11393         (generic_load): User strtoulst instead of strtoul for conversion
11394         of load_offset.
11395
11396 2013-02-19  Jiong Wang  <jiwang@tilera.com>
11397
11398         * tilegx-tdep.c (tilegx_analyze_prologue): add check for
11399          for return address, "lr" register, saved on stack.
11400         * tilegx-tdep.c (tilegx_frame_cache): update "PC" reg
11401         after we invoke tilegx_analyze_prologue.
11402
11403 2013-02-19  Jiong Wang  <jiwang@tilera.com>
11404
11405         * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
11406
11407 2013-02-19  Jiong Wang  <jiwang@tilera.com>
11408
11409         * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal.
11410
11411 2013-02-19  Jiong Wang  <jiwang@tilera.com>
11412
11413         * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro.
11414         (tilegx_write_pc): New function.
11415         (tilegx_cannot_reference_register): Return zero if REGNO
11416         is TILEGX_FAULTNUM_REGNUM.
11417         (tilegx_gdbarch_init): Add call to set_gdbarch_write_pc.
11418         (tilegx_register_name): Add handling of "faultnum" register.
11419         * tilegx-tdep.h (enum tilegx_regnum): Add TILEGX_FAULTNUM_REGNUM.
11420         * tilegx-linux-tdep.c (tilegx_linux_supply_regset): Add
11421         handling of TILEGX_FAULTNUM_REGNUM.
11422         * tilegx-linux-nat.c (regmap): Add entry for TILEGX_FAULTNUM_REGNUM.
11423
11424 2013-02-19  Jiong Wang  <jiwang@tilera.com>
11425
11426         * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack
11427         should be aligned to 64bit.
11428
11429 2013-02-19  Kai Tietz  <ktietz@redhat.com>
11430
11431         * windows-nat.c (windows_xfer_memory): Fix debug-output
11432         for LLP64.
11433
11434 2013-02-19  Lei Liu  <lei.liu2@windriver.com>
11435
11436         * mips-linux-nat.c (mips64_linux_regsets_store_registers):
11437         Don't check DSP register number if HAVE_DSP is not set.
11438
11439 2013-02-19  Alan Modra  <amodra@gmail.com>
11440
11441         * elfread.c (struct build_id): Delete.  Use struct elf_build_id
11442         throughout file instead.
11443         (build_id_bfd_get): Update to use new elf_tdata build_id field.
11444         Don't xmalloc return value.
11445         (build_id_verify): Similarly.  Don't xfree.
11446         (build_id_to_debug_filename): Update.
11447         (find_separate_debug_file_by_buildid): Update, don't xfree.
11448
11449 2013-02-18  Tom Tromey  <tromey@redhat.com>
11450
11451         PR gdb/15102:
11452         * dwarf2read.c (read_subrange_type): Use result of
11453         'check_typedef'.
11454
11455 2013-02-16  Yuanhui Zhang  <asmwarrior@gmail.com>
11456
11457         * frame.c: Remove one extra white space after #include
11458         directive.
11459
11460 2013-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
11461
11462         * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
11463
11464 2013-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
11465
11466         * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
11467         and dir commands into an if block.
11468
11469 2013-02-15  Sanimir Agovic  <sanimir.agovic@intel.com>
11470
11471         * python/py-breakpoint (struct pybp_code):  Use int instead of
11472         enum type_code.
11473
11474 2013-02-15  Pedro Alves  <pedro@codesourcery.com>
11475             Hafiz Abid Qadeer  <abidh@codesourcery.com>
11476
11477         * NEWS: Mention new field "trace-file".
11478         * tracepoint.c (trace_status_mi): Output "trace-file" field.
11479         (tfile_open): Record the trace file's filename in the trace
11480         status.
11481         (tfile_files_info): Mention the name of the trace file.
11482         Check the "filename" field explicitely.
11483         (trace_status_command): Explicitely check "filename" field.
11484         (trace_find_command): Ditto.
11485         (trace_find_pc_command): Ditto.
11486         (trace_find_tracepoint_command): Ditto.
11487         (trace_find_line_command): Ditto.
11488         (trace_find_range_command): Ditto.
11489         (trace_find_outside_command): Ditto.
11490         * tracepoint.h (struct trace_status) <from_file>: Rename it
11491         to "filename" and make it hold the trace file's filename
11492         instead of a boolean.
11493         * remote.c (remote_get_trace_status): Initialize "filename"
11494         field with NULL instead of 0.
11495
11496 2013-02-15  Yao Qi  <yao@codesourcery.com>
11497
11498         * remote.c: Fix a typo.
11499
11500 2013-02-14  Pierre Muller  <muller@sourceware.org>
11501
11502         * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
11503
11504 2013-02-14  Pedro Alves  <palves@redhat.com>
11505
11506         * utils.c (savestring): Don't #undef it.  Move function to
11507         common/common-utils.c.
11508         * common/common-utils.c: Include gdb_string.h.
11509         (savestring): Move here from utils.c.
11510         * common/common-utils.h (savestring): Declare.
11511
11512 2013-02-14  Pedro Alves  <palves@redhat.com>
11513
11514         * utils.c (savestring): Rename parameter 'size' to 'len'.
11515
11516 2013-02-14  Pedro Alves  <palves@redhat.com>
11517             Yufeng Zhang  <yufeng.zhang@arm.com>
11518
11519         * aarch64-linux-nat.c (aarch64_init_debug_reg_state): Delete.
11520         (aarch64_inferior_data, struct aarch64_inferior_data):
11521         Delete.
11522         (struct aarch64_process_info): New.
11523         (aarch64_process_list): New global.
11524         (aarch64_find_process_pid, aarch64_add_process)
11525         (aarch64_process_info_get): New functions.
11526         (aarch64_inferior_data_get): Delete.
11527         (aarch64_process_info_get): New function.
11528         (aarch64_forget_process): New function.
11529         (aarch64_get_debug_reg_state): New parameter 'pid'.  Reimplement.
11530         (aarch64_linux_prepare_to_resume): Pass the lwp's pid to
11531         aarch64_get_debug_reg_state.
11532         (aarch64_notify_debug_reg_change): Use iterate_over_lwps
11533         instead of linux_nat_iterate_watchpoint_lwps.
11534         (aarch64_linux_new_fork): New function.
11535         (aarch64_linux_child_post_startup_inferior): Use
11536         aarch64_forget_process instead of aarch64_init_debug_reg_state.
11537         (aarch64_handle_breakpoint, aarch64_linux_insert_hw_breakpoint)
11538         (aarch64_linux_remove_hw_breakpoint)
11539         (aarch64_handle_aligned_watchpoint)
11540         (aarch64_handle_unaligned_watchpoint)
11541         (aarch64_linux_insert_watchpoint)
11542         (aarch64_linux_remove_watchpoint)
11543         (aarch64_linux_stopped_data_address): Adjust to pass the current
11544         process id to aarch64_debug_reg_state.
11545         (_initialize_aarch64_linux_nat): Install aarch64_linux_new_fork as
11546         linux_nat_new_fork hook, and aarch64_forget_process as
11547         linux_nat_forget_process hook; remove the call to
11548         register_inferior_data_with_cleanup.
11549
11550 2013-02-14  Pedro Alves  <palves@redhat.com>
11551
11552         * eval.c (evaluate_subexp_for_address) <default_case_after_eval,
11553         EVAL_AVOID_SIDE_EFFECTS>: Swap and handle TYPE_CODE_REF before
11554         lval_memory.
11555
11556 2013-02-14  Pedro Alves  <pedro@codesourcery.com>
11557             Hafiz Abid Qadeer  <abidh@codesourcery.com>
11558
11559         * tracepoint.h (validate_trace_state_variable_name): Declare.
11560         * tracepoint.c (validate_trace_state_variable_name): New.
11561         (trace_variable_command): Parse the trace state variable's name
11562         without using parse_expression.  Do several validations.
11563         * mi/mi-main.c (mi_cmd_trace_define_variable): Don't parse the
11564         trace state variable's name with parse_expression.  Validate it.
11565
11566 2013-02-14  Yao Qi  <yao@codesourcery.com>
11567
11568         * infcmd.c (breakpoint_proceeded): Remove it.
11569
11570 2013-02-14  Yao Qi  <yao@codesourcery.com>
11571
11572         * tracepoint.c (end_actions_pseudocommand): Make it static.
11573         (while_stepping_pseudocommand): Likewise.
11574         * tracepoint.h (end_actions_pseudocommand): Remove the
11575         declaration.
11576         (while_stepping_pseudocommand): Likewise.
11577
11578 2013-02-14  Yao Qi  <yao@codesourcery.com>
11579
11580         * cli/cli-decode.c (help_cmd): Remove the declaration of
11581         "cmdlist".
11582         (help_all): Likewise.
11583
11584 2013-02-13  Pedro Alves  <palves@redhat.com>
11585
11586         * amd64-linux-nat.c (update_debug_registers_callback):
11587         Update comment.
11588         (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
11589         iterate_over_lwps.
11590         (amd64_linux_prepare_to_resume): Pass the lwp's pid to
11591         i386_debug_reg_state.
11592         (amd64_linux_new_fork): New function.
11593         (_initialize_amd64_linux_nat): Install amd64_linux_new_fork as
11594         linux_nat_new_fork hook, and i386_forget_process as
11595         linux_nat_forget_process hook.
11596         * i386-linux-nat.c (update_debug_registers_callback):
11597         Update comment.
11598         (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
11599         iterate_over_lwps.
11600         (i386_linux_prepare_to_resume): Pass the lwp's pid to
11601         i386_debug_reg_state.
11602         (i386_linux_new_fork): New function.
11603         (_initialize_i386_linux_nat): Install i386_linux_new_fork as
11604         linux_nat_new_fork hook, and i386_forget_process as
11605         linux_nat_forget_process hook.
11606         * i386-nat.c (i386_init_dregs): Delete.
11607         (i386_inferior_data, struct i386_inferior_data):
11608         Delete.
11609         (struct i386_process_info): New.
11610         (i386_process_list): New global.
11611         (i386_find_process_pid, i386_add_process, i386_process_info_get):
11612         New functions.
11613         (i386_inferior_data_get): Delete.
11614         (i386_process_info_get): New function.
11615         (i386_debug_reg_state): New parameter 'pid'.  Reimplement.
11616         (i386_forget_process): New function.
11617         (i386_cleanup_dregs): Rewrite.
11618         (i386_update_inferior_debug_regs, i386_insert_watchpoint)
11619         (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
11620         (i386_stopped_data_address, i386_insert_hw_breakpoint)
11621         (i386_remove_hw_breakpoint): Adjust to pass the current process id
11622         to i386_debug_reg_state.
11623         (i386_use_watchpoints): Don't register inferior data.
11624         * i386-nat.h (i386_debug_reg_state): Add new 'pid' parameter, and
11625         adjust comment.
11626         (i386_forget_process): Declare.
11627         * linux-fork.c (delete_fork): Call linux_nat_forget_process.
11628         * linux-nat.c (linux_nat_new_fork, linux_nat_forget_process_hook):
11629         New static globals.
11630         (linux_child_follow_fork): Don't call linux_nat_new_thread here.
11631         (add_initial_lwp): New, factored out from ...
11632         (add_lwp): ... this.  Don't check the number of lwps before
11633         calling linux_nat_new_thread.
11634         (linux_nat_iterate_watchpoint_lwps): Delete.
11635         (linux_nat_attach): Use add_initial_lwp instead of add_lwp.
11636         (linux_handle_extended_wait): Call the linux_nat_new_fork hook on
11637         forks and vforks.
11638         (linux_nat_wait_1): Use add_initial_lwp instead of add_lwp for the
11639         initial lwp.
11640         (linux_nat_kill, linux_nat_mourn_inferior): Call
11641         linux_nat_forget_process.
11642         (linux_nat_set_new_fork, linux_nat_set_forget_process)
11643         (linux_nat_forget_process): New functions.
11644         * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): Delete
11645         type.
11646         (linux_nat_iterate_watchpoint_lwps): Delete declaration.
11647         (linux_nat_new_fork_ftype, linux_nat_forget_process_ftype): New
11648         types.
11649         (linux_nat_set_new_fork, linux_nat_set_forget_process)
11650         (linux_nat_forget_process): New declarations.
11651
11652         * amd64fbsd-nat.c (super_mourn_inferior): New global.
11653         (amd64fbsd_mourn_inferior): New function.
11654         (_initialize_amd64fbsd_nat): Override to_mourn_inferior.
11655         * windows-nat.c (windows_detach): Call i386_cleanup_dregs.
11656
11657 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11658
11659         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
11660         Adding _().
11661
11662 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11663
11664         * aarch64-linux-nat.c (debug_reg_change_callback)
11665         (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
11666         %s and phex().
11667
11668 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11669
11670         * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
11671         with LONGEST.
11672
11673 2013-02-13  Pedro Alves  <palves@redhat.com>
11674             Hafiz Abid Qadeer  <abidh@codesourcery.com>
11675
11676         * c-lang.c (c_op_print_tab): Add entry for UNOP_PLUS.
11677
11678 2013-02-12  Tom Tromey  <tromey@redhat.com>
11679
11680         PR symtab/11464:
11681         * c-exp.y (lex_one_token): Initialize other fields of yylval on
11682         NAME return.
11683         (classify_inner_name): Remove 'first_name' argument, add
11684         'context'.  Remove unused variable.
11685         (yylex): Explicitly maintain the context type.  Exit loop earlier
11686         if NAME result is seen.
11687
11688 2013-02-12  Pedro Alves  <palves@redhat.com>
11689
11690         * amd64-darwin-tdep.c: Add (C) after Copyright.
11691         * cli/cli-cmds.h: Ditto.
11692         * cli/cli-decode.c: Ditto.
11693         * cli/cli-decode.h: Ditto.
11694         * cli/cli-dump.c: Ditto.
11695         * cli/cli-dump.h: Ditto.
11696         * cli/cli-interp.c: Ditto.
11697         * cli/cli-logging.c: Ditto.
11698         * cli/cli-script.c: Ditto.
11699         * cli/cli-script.h: Ditto.
11700         * cli/cli-setshow.c: Ditto.
11701         * cli/cli-setshow.h: Ditto.
11702         * cli/cli-utils.c: Ditto.
11703         * cli/cli-utils.h: Ditto.
11704         * config/alpha/nm-osf3.h: Ditto.
11705         * config/djgpp/djconfig.sh: Ditto.
11706         * config/i386/nm-fbsd.h: Ditto.
11707         * config/i386/nm-i386gnu.h: Ditto.
11708         * config/nm-linux.h: Ditto.
11709         * config/nm-nto.h: Ditto.
11710         * config/rs6000/nm-rs6000.h: Ditto.
11711         * config/sparc/nm-sol2.h: Ditto.
11712         * darwin-nat-info.c: Ditto.
11713         * dfp.c: Ditto.
11714         * dfp.h: Ditto.
11715         * gdb-demangle.h: Ditto.
11716         * i386-darwin-nat.c: Ditto.
11717         * i386-darwin-tdep.c: Ditto.
11718         * linux-fork.h: Ditto.
11719         * m32c-tdep.c: Ditto.
11720         * microblaze-linux-tdep.c: Ditto.
11721         * microblaze-rom.c: Ditto.
11722         * microblaze-tdep.c: Ditto.
11723         * microblaze-tdep.h: Ditto.
11724         * mips-linux-tdep.h: Ditto.
11725         * ppc-ravenscar-thread.c: Ditto.
11726         * ppc-ravenscar-thread.h: Ditto.
11727         * prologue-value.c: Ditto.
11728         * prologue-value.h: Ditto.
11729         * ravenscar-thread.c: Ditto.
11730         * ravenscar-thread.h: Ditto.
11731         * sparc-ravenscar-thread.c: Ditto.
11732         * sparc-ravenscar-thread.h: Ditto.
11733         * tilegx-linux-tdep.c: Ditto.
11734         * unwind_stop_reasons.def: Ditto.
11735         * windows-nat.h: Ditto.
11736         * xtensa-linux-tdep.c: Ditto.
11737         * xtensa-xtregs.c: Ditto.
11738         * regformats/regdat.sh: Ditto.
11739         * regformats/regdef.h: Ditto.
11740
11741 2013-02-12  Pedro Alves  <palves@redhat.com>
11742
11743         * break-catch-sig.c: Update copyright years.
11744
11745 2013-02-11  Siva Chandra Reddy  <sivachandra@google.com>
11746
11747         Add support for a destructor for ui_out data and use it to
11748         provide a ui_out destructor.
11749         * ui-out.h: Declare the new ui_out destructor.
11750         (ui_out_impl): Add a field for data destructor in ui_out_impl.
11751         * ui-out.c (default_data_destroy): Add a default data destructor
11752         which does nothing.
11753         (default_ui_out_impl): Set the new data_destroy field to
11754         default_data_destroy
11755         (uo_data_destroy): Local function which invokes the data
11756         destructor if present.
11757         (clear_table): Local function which clears the table data of a
11758         ui_out object.
11759         (ui_out_destroy): Public function which frees a ui_out object.
11760         (ui_out_table_end): Use the new clear_table function.
11761         * cli-out.c (cli_ui_out_impl): Set the new data_destroy field to
11762         NULL.
11763         * mi/mi-out.c (mi_ui_out_impl): Set the new data_destroy field
11764         to NULL.
11765
11766 2013-02-11  Doug Evans  <dje@google.com>
11767
11768         * printcmd.c (printf_c_string,printf_wide_c_string): New functions.
11769         (printf_decfloat): New function.  Broken out from ui_printf.
11770         Remove unnecessary code to shift the entire format string down.
11771         (printf_pointer): New function.
11772         (ui_printf): Code to print C strings, wide C strings, decfloats,
11773         and pointers moved to separate functions.
11774
11775 2013-02-11  Sergio Durigan Junior  <sergiodj@redhat.com>
11776
11777         * valops.c (value_assign): Handling bitfield offset in
11778         `lval_internalvar_component' case.
11779
11780 2013-02-08  Doug Evans  <dje@google.com>
11781
11782         * common/format.c (parse_format_string): Fix whitespace.
11783
11784 2013-02-08  Matthew Gretton-Dann  <matthew.gretton-dann@linaro.org>
11785
11786         * stack.c (return_command): Work around uninitialized variable
11787         warning.
11788
11789 2013-02-08  Yufeng Zhang  <yufeng.zhang@arm.com>
11790
11791         * aarch64-linux-tdep.c (AARCH64_LINUX_SIZEOF_GREGSET): Change the
11792         number of the registers from 36 to 34.
11793
11794 2013-02-08  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11795
11796         * NEWS: Mention new AArch64 native and target support.
11797
11798 2013-02-08  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11799
11800         * MAINTAINERS (Write After Approval): Add myself.
11801
11802 2013-02-08  Jim MacArthur  <jim.macarthur@arm.com>
11803             Marcus Shawcroft  <marcus.shawcroft@arm.com>
11804             Nigel Stephens  <nigel.stephens@arm.com>
11805             Yufeng Zhang  <yufeng.zhang@arm.com>
11806
11807         * aarch64-linux-nat.c: New file.
11808         * config/aarch64/linux.mh: New file.
11809         * configure.host: Add AArch64.
11810         * Makefile.in (ALLDEPFILES): Add aarch64-linux-nat.c.
11811
11812 2013-02-07  Doug Evans  <dje@google.com>
11813
11814         * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument to
11815         disassemble command.
11816
11817 2013-02-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11818
11819         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
11820         set_gdbarch_fetch_tls_load_module_address.
11821
11822 2013-02-06  David S. Miller  <davem@davemloft.net>
11823
11824         * sparc-tdep.c (sparc32_return_value): Handle writing return value when
11825         using RETURN_VALUE_ABI_PRESERVES_ADDRESS.
11826         * value.c (struct_return_convention): New function.
11827         (using_struct_return): Implement in terms of struct_return_convention.
11828         * value.h (struct_return_convention): Declare.
11829         * stack.c (return_command): Allow successful overriding of the return
11830         value when RETURN_VALUE_ABI_PRESERVES_ADDRESS.
11831
11832 2013-02-06  Tom Tromey  <tromey@redhat.com>
11833
11834         * python/py-type.c (typy_strip_typedefs): Don't call check_typedef
11835         outside of TRY_CATCH.
11836
11837 2013-02-06  Yao Qi  <yao@codesourcery.com>
11838
11839         * mi/mi-interp.c: Include "tracepoint.h".
11840         (mi_tsv_modified): Declare.
11841         (mi_tsv_created, mi_tsv_deleted): Update declaration.
11842         (mi_interpreter_init): Call observer_attach_tsv_modified.
11843         (mi_tsv_modified): New.
11844         (mi_tsv_created, mi_tsv_deleted): Update.
11845         * tracepoint.c (trace_variable_command): Call
11846         observer_notify_tsv_modified if the initial value of tsv is
11847         changed.
11848         (delete_trace_state_variable): Call
11849         observer_notify_tsv_deleted earlier.
11850         (trace_variable_command): Caller update.
11851         (create_tsv_from_upload): Likewise.
11852         * observer.sh: Declare "struct trace_state_variable".
11853
11854         * NEWS: Mention the new MI notification "=tsv-modified".
11855
11856 2013-02-05  Doug Evans  <dje@google.com>
11857
11858         * completer.c (location_completer): Fix typo in comment.
11859
11860 2013-02-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
11861
11862         * breakpoint.c (add_location_to_breakpoint): Insert the location with
11863         ADDRESS sorted.
11864
11865 2013-02-05  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11866
11867         * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:
11868         Refactor if statement to avoid trailing || operator.
11869
11870 2013-02-05  Andreas Tobler  <andreast@fgznet.ch>
11871
11872         * NEWS: Add PowerPC FreeBSD as a new native configuration.
11873
11874 2013-02-04  Andreas Tobler  <andreast@fgznet.ch>
11875
11876         * Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
11877         * configure.host: Add powerpc*-*-freebsd* target.
11878         * configure.tgt: Add target info for powerpc*-*-freebsd*.
11879         * ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
11880         * config/powerpc/fbsd.mh: New file.
11881
11882 2013-02-04  Sergio Durigan Junior  <sergiodj@redhat.com>
11883             Denys Vlasenko  <dvlasenk@redhat.com>
11884             Pedro Alves  <palves@redhat.com>
11885
11886         * gdbarch.sh (elfcore_write_linux_prpsinfo): New F hook.
11887         (struct elf_internal_linux_prpsinfo): Forward declare.
11888         * gdbarch.h, gdbarch.c: Regenerate.
11889         * linux-tdep.c: Include `cli/cli-utils.h'.
11890         (linux_fill_prpsinfo): New function.
11891         (linux_make_corefile_notes): Use linux_fill_prpsinfo.  If there's
11892         an elfcore_write_linux_prpsinfo hook, use it, otherwise, use
11893         elfcore_write_linux_prpsinfo32 or elfcore_write_linux_prpsinfo64
11894         depending on gdbarch pointer bitness.
11895         * ppc-linux-tdep.c: Include elf-bfd.h.
11896         (ppc_linux_init_abi): Hook in elfcore_write_ppc_linux_prpsinfo32
11897         on 32-bit.
11898
11899 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
11900             Marcus Shawcroft  <marcus.shawcroft@arm.com>
11901             Nigel Stephens  <nigel.stephens@arm.com>
11902             Yufeng Zhang  <yufeng.zhang@arm.com>
11903
11904         * configure.tgt (aarch64*-*-linux*): Set build_gdbserver=yes.
11905
11906 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
11907             Marcus Shawcroft  <marcus.shawcroft@arm.com>
11908             Nigel Stephens  <nigel.stephens@arm.com>
11909             Yufeng Zhang  <yufeng.zhang@arm.com>
11910
11911         * aarch64-newlib-tdep.c: New file.
11912         * configure.tgt: Add aarch64-newlib-tdep.o to gdb_target_obs of
11913         aarch64*-*-elf.
11914         * defs.h (enum gdb_osabi): Add GDB_OSABI_NEWLIB.
11915         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-newlib-tdep.o.
11916         (ALLDEPFILES): Add aarch64-newlib-tdep.c.
11917         * osabi.c (gdb_osabi_names): Add "Newlib".
11918
11919 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
11920             Marcus Shawcroft  <marcus.shawcroft@arm.com>
11921             Nigel Stephens  <nigel.stephens@arm.com>
11922             Yufeng Zhang  <yufeng.zhang@arm.com>
11923
11924         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-linux-tdep.o.
11925         (ALLDEPFILES): Add aarch64-linux-tdep.c.
11926         * aarch64-linux-tdep.c: New file.
11927         * aarch64-linux-tdep.h: New file.
11928         * aarch64-tdep.h (gdbarch_tdep): Define gregset and fpregset.
11929         * configure.tgt: Add aarch64-none-linux-gnu.
11930
11931 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
11932             Marcus Shawcroft  <marcus.shawcroft@arm.com>
11933             Nigel Stephens  <nigel.stephens@arm.com>
11934             Yufeng Zhang  <yufeng.zhang@arm.com>
11935
11936         * Makefile.in (ALL_64_TARGET_OBS): Add arch64-tdep.o.
11937         (HFILES_NO_SRCDIR): Add aarch64-tdep.h.
11938         (ALLDEPFILES): Add aarch64-tdep.c.
11939         * aarch64-tdep.c: New file.
11940         * aarch64-tdep.h: New file.
11941         * configure.tgt: Add AArch64.
11942         * features/Makefile (WHICH): Add aarch64 and aarch64-without-fpu.
11943         (aarch64-expedite): New definition.
11944         * features/aarch64-core.xml: New file.
11945         * features/aarch64-fpu.xml: New file.
11946         * features/aarch64-without-fpu.c: New file (generated).
11947         * features/aarch64-without-fpu.xml: New file.
11948         * features/aarch64.c: New file (generated).
11949         * features/aarch64.xml: New file.
11950         * regformats/aarch64-without-fpu.dat: New file (generated).
11951         * regformats/aarch64.dat: New file (generated).
11952
11953 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11954
11955         * contrib/expect-read1.c: New file.
11956         * contrib/expect-read1.sh: New file.
11957
11958 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11959
11960         * dwarf2read.c (file_file_name): New function with code from
11961         file_full_name.
11962         (file_full_name): Move most of the code to file_file_name.
11963         (macro_start_file): Rename variable full_name to file_name and use
11964         file_file_name for it.  Add comp_dir parameter to new_macro_table.
11965         * macrocmd.c (show_pp_source_pos): New variable fullname.  Replace any
11966         macro_source_file->filename access by macro_source_fullname call.
11967         * macroscope.c (_initialize_macroscope): Update the new_macro_table
11968         caller.
11969         * macrotab.c (struct macro_table): New field comp_dir.
11970         (macro_include): New variables link_fullname and source_fullname.
11971         Replace any macro_source_file->filename access by macro_source_fullname
11972         call.
11973         (macro_lookup_inclusion): Remove the partial filenames checking code.
11974         (check_for_redefinition): New variables source_fullname and
11975         found_key_fullname.  Replace any macro_source_file->filename access by
11976         macro_source_fullname call.
11977         (macro_undef): New variables source_fullname and key_fullname.  Replace
11978         any macro_source_file->filename access by macro_source_fullname call.
11979         (macro_lookup_definition): New variables retval and source_fullname.
11980         Replace any macro_source_file->filename access by macro_source_fullname
11981         call.
11982         (foreach_macro): New variable key_fullname.  Replace any
11983         macro_source_file->filename access by macro_source_fullname call.
11984         (foreach_macro_in_scope): New variable datum_fullname.  Replace any
11985         macro_source_file->filename access by macro_source_fullname call.
11986         (new_macro_table): Add parameter comp_dir.  Initialize T with it.
11987         (macro_source_fullname): New function.
11988         * macrotab.h (struct macro_source_file): Extent the filename field
11989         comment.
11990         (new_macro_table): New parameter comp_dir, add a comment for it.
11991         (macro_source_fullname): new declaration.
11992
11993 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11994
11995         * dwarf2read.c (dw2_map_symtabs_matching_filename): Move variable
11996         this_real_name to outer block.  Use it also for
11997         compare_filenames_for_search.
11998         (dw2_expand_symtabs_matching): New variable this_real_name.  Use it
11999         with dw2_get_real_path for file_matcher, considering also
12000         BASENAMES_MAY_DIFFER.
12001         (file_full_name): Prepend COMP_DIR even for relative lh->INCLUDE_DIRS.
12002
12003 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
12004
12005         * dwarf2read.c (dw2_expand_symtabs_matching): Add basenames parameter
12006         to the file_matcher parameter.  Pass 0 to it.
12007         (dwarf2_create_include_psymtab): Copy also DIRNAME.
12008         * psymtab.c (partial_map_symtabs_matching_filename): Drop handling of
12009         NULL psymtab_to_fullname result.
12010         (psymtab_to_fullname): Remove variable r.  Never return NULL, assemble
12011         an expected filename instead.
12012         (expand_symtabs_matching_via_partial): Add basenames parameter to the
12013         file_matcher parameter.  Call also psymtab_to_fullname, after newly
12014         considering BASENAMES_MAY_DIFFER.
12015         * source.c (rewrite_source_path): Remove static.
12016         * source.h (rewrite_source_path): New declaration.
12017         * symfile.h (struct quick_symbol_functions): Add basenames parameter to
12018         the expand_symtabs_matching field.  Comment it.
12019         * symtab.c (file_matches): New function comment.  Add parameter
12020         basenames, implement it.
12021         (search_symbols_file_matches): Add basenames parameter.  Update the
12022         file_matches caller.
12023         (search_symbols): Match FILES also against symtab_to_fullname.
12024         Optimize it for BASENAMES_MAY_DIFFER.
12025
12026 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
12027
12028         * source.c (print_source_lines_base): Print for TUI also "fullname".
12029         * tui/tui-data.c (init_content_element): Change tui_locator_element
12030         field to full_name.
12031         * tui/tui-data.h (struct tui_locator_element): Likewise.
12032         * tui/tui-disasm.c (tui_show_disassem_and_update_source): Rename
12033         tui_update_locator_filename calls to tui_update_locator_fullname.
12034         Replace symtab->filename refererence by symtab_to_fullname call.
12035         * tui/tui-out.c (tui_field_string): Check for "fullname" now.
12036         * tui/tui-source.c (tui_set_source_content): Change tui_locator_element
12037         field to full_name.  Replace symtab->filename refererence by
12038         symtab_to_fullname call.
12039         (tui_show_symtab_source): Rename parameter to fullname.  Change
12040         tui_locator_element field to full_name.
12041         * tui/tui-stack.c: Include source.h.
12042         (tui_set_locator_filename): Rename the declaration to ...
12043         (tui_set_locator_fullname): ... here.  Rename its parameter to
12044         fullname, updates its comment.
12045         (tui_set_locator_info): Rename its parameter to fullname.
12046         (tui_set_locator_filename): Rename the definition to ...
12047         (tui_set_locator_fullname): ... here.  Rename its parameter to
12048         fullname, updates its comment.  Change tui_locator_element field to
12049         full_name.
12050         (tui_set_locator_info): Rename its parameter to fullname.
12051         (tui_set_locator_info): Rename callee to tui_set_locator_fullname.
12052         (tui_update_locator_filename): Rename to ...
12053         (tui_update_locator_fullname): ... here. Rename callee to
12054         tui_set_locator_fullname.
12055         (tui_show_frame_info): Replace symtab->filename refererence by
12056         symtab_to_fullname call.
12057         * tui/tui-stack.h (tui_update_locator_filename): Rename to ...
12058         (tui_update_locator_fullname): ... here.
12059         * tui/tui-winsource.c (tui_display_main): Rename the callee to
12060         tui_update_locator_fullname.  Replace symtab->filename refererence by
12061         symtab_to_fullname call.
12062         * tui/tui.c (tui_show_source): Rename its parameter to fullname.
12063         Rename the callee to tui_update_locator_fullname.
12064         * tui/tui.h (tui_show_source): Rename its parameter to fullname.
12065
12066 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
12067
12068         * ada-lang.c (user_select_syms): Replace symtab->filename refererences
12069         by symtab_to_filename_for_display calls.
12070         * breakpoint.c (print_breakpoint_location, resolve_sal_pc): Likewise.
12071         (clear_command): New variable sal_fullname, initialize it.  Replace
12072         compare_filenames_for_search by filename_cmp with sal_fullname.
12073         (say_where, update_static_tracepoint): Replace symtab->filename
12074         refererences by symtab_to_filename_for_display calls.
12075         * cli/cli-cmds.c (edit_command, list_command, ambiguous_line_spec):
12076         Likewise.
12077         * dwarf2read.c: Include source.h.
12078         (fixup_go_packaging): Replace symtab->filename refererences by
12079         symtab_to_filename_for_display calls.
12080         * linespec.c (add_sal_to_sals): Rename variable filename to fullname.
12081         Replace symtab->filename refererences by symtab_to_filename_for_display
12082         calls.
12083         (create_sals_line_offset, convert_linespec_to_sals): New variable
12084         fullname, initialize it, replace symtab->filename reference by the
12085         variable.
12086         * linux-fork.c: Include source.h.
12087         (info_checkpoints_command): Replace symtab->filename refererences by
12088         symtab_to_filename_for_display calls.
12089         * macroscope.c (sal_macro_scope): Replace symtab->filename refererences
12090         by symtab_to_filename_for_display calls.
12091         * mdebugread.c: Include source.h.
12092         (psymtab_to_symtab_1): Replace symtab->filename refererences by
12093         symtab_to_filename_for_display calls.
12094         * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
12095         (mi_cmd_file_list_exec_source_files): Likewise.
12096         * printcmd.c: Include source.h.
12097         (build_address_symbolic): Replace symtab->filename refererences by
12098         symtab_to_filename_for_display calls.
12099         * psymtab.c (partial_map_symtabs_matching_filename)
12100         (read_psymtabs_with_fullname): Call compare_filenames_for_search also
12101         with psymtab_to_fullname.
12102         * python/py-symtab.c (stpy_str): Replace symtab->filename refererences
12103         by symtab_to_filename_for_display calls.
12104         (stpy_get_filename): New variable filename, initialize it, use instead
12105         of symtab->filename refererences.
12106         (salpy_str): Make variable filename const char *.  Replace
12107         symtab->filename refererences by symtab_to_filename_for_display calls.
12108         * skip.c: Include source.h and filenames.h.
12109         (skip_file_command): Remove const from the symtab variable.  Replace
12110         symtab->filename refererences by symtab_to_fullname call.
12111         (function_name_is_marked_for_skip): New variables searched_for_fullname
12112         and fullname.  Use them to search also with symtab's fullname.
12113         * source.c (find_source_lines): Replace symtab->filename refererences
12114         by symtab_to_filename_for_display calls.
12115         (print_source_lines_base): New variable filename, use it instead of
12116         symtab->filename.  Replace symtab->filename refererences by
12117         symtab_to_filename_for_display calls.
12118         (line_info, forward_search_command): Replace symtab->filename
12119         refererences by symtab_to_filename_for_display calls.
12120         (reverse_search_command): Replace symtab->filename refererences by
12121         symtab_to_filename_for_display calls.  New variable filename for it.
12122         * stack.c (frame_info): Likewise.
12123         * symmisc.c: Include source.h.
12124         (dump_objfile, dump_symtab_1, maintenance_print_symbols)
12125         (maintenance_info_symtabs): Replace symtab->filename refererences by
12126         symtab_to_filename_for_display calls.
12127         * symtab.c (iterate_over_some_symtabs): Call
12128         compare_filenames_for_search also with symtab_to_fullname.
12129         (lookup_symbol_aux_quick, basic_lookup_transparent_type_quick): Replace
12130         symtab->filename refererences by symtab_to_filename_for_display calls.
12131         (find_line_symtab): Replace symtab->filename refererences by
12132         symtab_to_filename_for_display calls.
12133         (file_matches): Replace filename_cmp by compare_filenames_for_search.
12134         (print_symbol_info): Make the last parameter const char *.  New
12135         variable s_filename.  Use it in the function.
12136         (symtab_symbol_info): Make the last_filename variable const char *.
12137         Replace symtab->filename refererences by symtab_to_filename_for_display
12138         calls.
12139         (rbreak_command): New variable fullname.  Use it.  Replace
12140         symtab->filename refererence by symtab_to_filename_for_display call.
12141         * tracepoint.c (set_traceframe_context, trace_find_line_command)
12142         (print_one_static_tracepoint_marker): Replace symtab->filename
12143         refererences by symtab_to_filename_for_display calls.
12144         * tui/tui-source.c (tui_set_source_content): New variables filename and
12145         s_filename.  Replace symtab->filename refererences by this variable.
12146         Replace other symtab->filename refererences by
12147         symtab_to_filename_for_display calls.
12148
12149 2013-02-03  Eldar Gaynetdinov <hal9000ed2k@gmail.com>
12150             Jan Kratochvil  <jan.kratochvil@redhat.com>
12151
12152         Add a new variable that controls a way in which filenames are
12153         displayed.
12154         * NEWS (set filename-display): New entry.
12155         * source.c (filename_display_basename, filename_display_relative)
12156         (filename_display_absolute, filename_display_kind_names)
12157         (filename_display_string, show_filename_display_string)
12158         (symtab_to_filename_for_display): New.
12159         (_initialize_source): Added initialization of 'filename-display'
12160         variable.
12161         * source.h (symtab_to_filename_for_display): Added declaration.
12162         * stack.c (print_frame): Added new variable and calling of a new
12163         function and condition with this variable. Changed third argument of
12164         calling of a function.
12165
12166 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
12167
12168         * tui/tui-data.c (init_win_info, tui_del_window, tui_free_window):
12169         Rename field reference filename to fullname.
12170         * tui/tui-data.h (struct tui_source_info): Rename field filename to
12171         fullname.  New comment for it.
12172         * tui/tui-source.c (tui_set_source_content): Rename field reference
12173         filename to fullname.  Initialize field by symtab_to_fullname now.
12174         * tui/tui-winsource.c (tui_update_breakpoint_info): Rename field
12175         reference filename to fullname.  Use symtab_to_fullname during
12176         comparison.
12177
12178 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
12179
12180         Code cleanup.
12181         * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ...
12182         (dw2_expand_symtabs_with_fullname): ... here.  Rename parameter
12183         filename to fullname.  Rename variable this_name to this_fullname.
12184         Lowercase FILENAME_CMP call.
12185         (dw2_find_symbol_file): New comment for the returned string.
12186         (dwarf2_gdb_index_functions): Rename the function to
12187         dw2_expand_symtabs_with_fullname.
12188         * psymtab.c (read_psymtabs_with_filename): Rename to ...
12189         (read_psymtabs_with_fullname): ... here.  Rename parameter filename to
12190         fullname.
12191         (psym_functions): Rename the function to read_psymtabs_with_fullname.
12192         * symfile.h (struct quick_symbol_functions): Rename field
12193         expand_symtabs_with_filename to expand_symtabs_with_fullname and its
12194         parameter filename to fullname.  Document returned string meaning for
12195         find_symbol_file.
12196         * symtab.c (find_line_symtab): Rename the called function to
12197         expand_symtabs_with_fullname.
12198
12199 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
12200
12201         Code cleanup.
12202         * breakpoint.c (clear_command): Remove variable is_abs, unify the
12203         call of filename_cmp with compare_filenames_for_search.
12204         * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
12205         is_abs, unify the call of FILENAME_CMP with
12206         compare_filenames_for_search.  New gdb_asserts for real_path and name.
12207         Unify the call of compare_filenames_for_search with FILENAME_CMP.
12208         * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
12209         * symfile.h (struct quick_symbol_functions): Extend the comment for
12210         map_symtabs_matching_filename.
12211         * symtab.c (compare_filenames_for_search): Remove the function comment
12212         relative path requirement.  Handle absolute filenames, with a comment.
12213         (iterate_over_some_symtabs): Remove variable is_abs, unify the call of
12214         FILENAME_CMP with compare_filenames_for_search.  New gdb_asserts for
12215         real_path and name.  Unify the call of compare_filenames_for_search
12216         with FILENAME_CMP.
12217         (iterate_over_symtabs): New gdb_assert on REAL_PATH.
12218
12219 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
12220
12221         Code cleanup.
12222         * breakpoint.c (print_breakpoint_location): Replace bp_location field
12223         source_file references by symtab field references.  Remove variables
12224         sal and fullname.
12225         (momentary_breakpoint_from_master, add_location_to_breakpoint):
12226         (clear_command, say_where): Replace bp_location field source_file
12227         references by symtab field references.
12228         (bp_location_dtor): Remove the source_file reference.
12229         (update_static_tracepoint): Replace bp_location field source_file
12230         references by symtab field references.
12231         (breakpoint_free_objfile): New function.
12232         * breakpoint.h (struct bp_location): Extend the comment for line_number.
12233         Replace the field source_file by field symtab, extend its comment.
12234         (breakpoint_free_objfile): New declaration.
12235         * objfiles.c (free_objfile): Call breakpoint_free_objfile.
12236         * tui/tui-winsource.c (tui_update_breakpoint_info): Replace bp_location
12237         field source_file references by symtab field references.
12238
12239 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
12240
12241         Replace xfullpath calls by gdb_realpath calls.
12242         * cli/cli-cmds.c (find_and_open_script): Remove xfullpath from the
12243         function comment.
12244         * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path.
12245         Remove it from the iterate_over_some_symtabs call.
12246         (dw2_map_symtabs_matching_filename): Remove parameter full_path.
12247         Remove it from the dw2_map_expand_apply calls, remove a block handling
12248         it.
12249         * psymtab.c (partial_map_expand_apply): Remove parameter full_path.
12250         Remove it from the iterate_over_some_symtabs call.
12251         (partial_map_symtabs_matching_filename): Remove parameter full_path.
12252         Remove it from the partial_map_expand_apply calls, remove a block
12253         handling it.  Drop gdb_realpath call and cleanups from the real_path
12254         handling.
12255         * source.c (openp): Drop the comment part about xfullpath.  Replace
12256         xfullpath calls by gdb_realpath calls.
12257         (find_and_open_source): Replace xfullpath call by gdb_realpath call.
12258         * symfile.h (struct quick_symbol_functions): Remove parameter full_path
12259         from method map_symtabs_matching_filename and its comment.
12260         * symmisc.c (maintenance_print_msymbols): Replace xfullpath call by
12261         gdb_realpath call.
12262         * symtab.c (iterate_over_some_symtabs): Remove parameter full_path,
12263         remove it also from the function comment, remove a block handling it.
12264         Drop gdb_realpath call and cleanups from the real_path handling.
12265         (iterate_over_symtabs): Drop variable full_path and its use.
12266         * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
12267         * utils.c (xfullpath): Remove.
12268         * utils.h (xfullpath): Remove.
12269
12270 2013-02-01  Andreas Tobler  <andreast@fgznet.ch>
12271
12272         * Makefile.in (ALL_TARGET_OBS): Add ppc64-tdep.o.
12273         (HFILES_NO_SRCDIR): Add ppc64-tdep.h.
12274         (ALLDEPFILES): Add ppc64-tdep.c.
12275         * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
12276         ppc64-tdep.o to gdb_target_obs.
12277         * ppc64-tdep.h: New file.
12278         * ppc64-tdep.c: New file.
12279         (insn_d, insn_ds, insn_xfx, ppc64_desc_entry_point): Move from
12280         ppc-linux-tdep.c to here.
12281         (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN)
12282         (PPC64_STANDARD_LINKAGE2_LEN): Likewise and use ARRAY_SIZE macro.
12283         (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target)
12284         (ppc64_standard_linkage3_target, ppc64_skip_trampoline_code): Move
12285         from ppc-linux-tdep.c to here.
12286         (ppc64_convert_from_func_ptr_addr): Rename from
12287         ppc64_linux_convert_from_func_ptr_addr to
12288         ppc64_convert_from_func_ptr_addr and move from ppc-linux-tdep.c to
12289         here.
12290         * rs6000-tdep.c:
12291         (read_insn): Move from ppc-linux-tdep.c to here.
12292         (insns_match_pattern, insn_d_field, insn_ds_field): Move
12293         from ppc-linux-tdep.c to here and rename them with the ppc_ prefix.
12294         * ppc-linux-tdep.c: Include ppc64-tdep.h.
12295         Removed above functions.
12296         (ppc_linux_init_abi): Adjust.
12297
12298 2013-02-01  Aleksandar Ristovski  <aristovski@qnx.com>
12299
12300         * ada-valprint.c (ada_print_floating): Remove unused 'len'.
12301
12302 2013-02-01  Aleksandar Ristovski  <aristovski@qnx.com>
12303
12304         * ada-lang.c (assign_aggregate): Remove unused 'is_array_aggregate'.
12305
12306 2013-02-01  Pedro Alves  <palves@redhat.com>
12307
12308         * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
12309         * frame.h (deprecated_pc_in_call_dummy): Delete declaration.
12310
12311 2013-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
12312
12313         * elfread.c (elf_symfile_read): Limit separate debug info additions to
12314         files with no separate debug info.
12315         * objfiles.c (add_separate_debug_objfile): Add gdb_assert calls.
12316         * symfile.c (read_symbols): Call find_separate_debug_file_in_section
12317         only for files with no separate debug info.
12318
12319 2013-01-31  Tom Tromey  <tromey@redhat.com>
12320
12321         * jit.c (jit_program_space_data): Rename from jit_inferior_data;
12322         change type.
12323         (struct jit_program_space_data): Rename from jit_inferior_data.
12324         Update comments.
12325         (get_jit_program_space_data): Rename from get_jit_inferior_data.
12326         Change return type.  Attach data to program space.
12327         (jit_program_space_data_cleanup): Rename from
12328         jit_inferior_data_cleanup; change argument type.
12329         (jit_read_descriptor): Change 'inf_data' argument to 'ps_data',
12330         change type.
12331         (jit_register_code): Update.
12332         (jit_update_inferior_cache): Remove.
12333         (jit_breakpoint_deleted): Get jit data from the location's program
12334         space.
12335         (jit_breakpoint_re_set_internal): Rename 'inf_data' argument to
12336         'ps_data', change type.
12337         (jit_inferior_init, jit_breakpoint_re_set_internal)
12338         (jit_event_handler): Update.
12339         (free_objfile_data): Get data from objfile's program space.
12340         (_initialize_jit): Update.
12341
12342 2013-01-31  Tom Tromey  <tromey@redhat.com>
12343
12344         PR gdb/13987:
12345         * jit.c (struct jit_inferior_data) <cached_code_address,
12346         jit_breakpoint>: New fields.
12347         (jit_breakpoint_re_set_internal): Fix logging.  Only create
12348         breakpoint if cached address has changed.
12349         (jit_update_inferior_cache, jit_breakpoint_deleted): New
12350         functions.
12351         (_initialize_jit): Register breakpoint deleted observer.
12352
12353 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
12354
12355         * infrun.c (handle_syscall_event): Remove unused gdbarch.
12356         (save_infcall_suspend_state): Ifdef out unused inf.
12357         (restore_infcall_suspend_state): Ifdef out unused inf.
12358         * jit.c (jit_register_code): Remove unused i, b, inf_data.
12359         (jit_frame_sniffer): Remove unused inf_data.
12360
12361 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
12362
12363         * c-exp.y (classify_inner_name): Remove unused type.
12364         * c-lang.c (c_printstr): Remove unused byte_order, i, things_printed,
12365         in_quotes, need_comma, wchar_buf, output, cleanup, iter, finished,
12366         need_escape.
12367         (c_get_string): Remove unused kind.
12368         * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2.
12369
12370 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
12371
12372         * charset.c (intermediate_encoding): Remove unused i.
12373         * completer.c (signal_completer): Remove unused i.
12374         * continuations.c (discard_my_continuations_1): Remove unused
12375         continuation_ptr.
12376         * corelow.c (core_close): Remove unuseD name.
12377         (get_core_siginfo): Remove unused pid.
12378         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Remove unused
12379         i, cps.
12380         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove unused base_offset.
12381         (loclist_describe_location): Remove unused first.
12382         * event-top.c (command_line_handler): Remove unused got_eof.
12383         * exec.c (exec_close_1): Remove unused need_symtab_cleanup.
12384         (resize_section_table): Remove unused old_value.
12385         * gdb_bfd.c (gdb_bfd_map_section): Remove unused header.
12386         * gnu-v3-abi.c (compute_vtable_size): Remove unused addr.
12387         * i386-tdep.c (i386_process_record): Remove unused rex.
12388         * infcmd.c (get_return_value): Remove unused uiout.
12389         * jv-lang.c (type_from_class): Remove unused is_array.
12390         * jv-valprint.c (java_val_print): Remove unused i.
12391         * linux-nat.c (linux_nat_stop_lwp): Remove unused ptid.
12392         * linux-thread-db.c (thread_db_find_new_threads_2): Remove unuseD pid.
12393         * m2-typeprint.c (m2_print_type): Remove unused code.
12394         * macroexp.c (get_character_constant): Remove unused body_start.
12395         (macro_stringify): Remove unused result.
12396         * objc-lang.c (find_methods): Remove unused gdbarch.
12397         * objfiles.c (filter_overlapping_sections): Remove unused abfd1, abfd2.
12398         * regcache.c (regcache_cooked_read): Remove unused gdbarch.
12399         * stack.c (print_frame_args): Remove unused summary.
12400         * thread.c (thread_apply_command): Remove unused p.
12401         * valarith.c (value_x_unop): Remove unused mangle_ptr.
12402         * valops.c (search_struct_method): Remove unused skip.
12403         * valprint.c (generic_val_print): Remove unused byte_order.
12404         * varobj.c (varobj_update): Remove unused changed.
12405         * cli/cli-cmds.c (complete_command): Remove unused next_item.
12406         (alias_command): Remove unused c.
12407         * mi/mi-cmd-catch.c (mi_catch_load_unload): Remove unused c.
12408         * mi/mi-main.c (mi_cmd_data_write_register_values): Remove unused
12409         format.
12410         (mi_cmd_data_write_memory): Remove unused word_format.
12411         (mi_cmd_data_write_memory_bytes): Remove unused r.
12412         * python/py-gdb-readline.c (gdbpy_readline_wrapper): Remove unused
12413         p_start, p_end.
12414         * python/python.c (_initialize_python): Remove unused cmd_name, cmd.
12415         * tui/tui-disasm.c (tui_set_disassem_content): Remove unused
12416         line_width.
12417
12418 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
12419
12420         * dwarf2-frame.c (dwarf2_compile_cfa_to_ax): Remove unused num_regs.
12421         * symtab.c (iterate_over_symtabs): Remove unused s.
12422         (find_pc_sect_symtab): Remove unused pspAce.
12423         (find_pc_sect_line): Remove unused alt_symtab.
12424         (find_pcs_for_symtab_line): Remove unused ix, previous_function.
12425         (completion_list_add_name): Remove unused newsize.
12426
12427 2013-01-31  Tom Tromey  <tromey@redhat.com>
12428
12429         PR c++/14998:
12430         * dwarf2read.c (read_tag_ptr_to_member_type): Handle
12431         TYPE_CODE_FUNC.
12432
12433 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
12434
12435         * target.c (target_read_string): Remove unused origlen.
12436
12437 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
12438
12439         * auto-load.c (auto_load_expand_dir_vars): Remove unused dir_vec.
12440         * ax-gdb.c (gen_printf): Remove unused expr, i, bot, fr, flen, fmt.
12441         * ax-general.c (ax_print): Remove unused is_float.
12442         * blockframe.c (block_innermost_frame): Remove unused start, end.
12443         * break-catch-sig.c (catch_signal_command): Remove unused gdbarch.
12444
12445 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
12446
12447         * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.
12448         (svr4_read_so_list): Remove unused lmo.
12449         * solib-target.c (solib_target_relocate_section_addresses): Remove
12450         unused flags.
12451
12452 2013-01-30  Tom Tromey  <tromey@redhat.com>
12453
12454         * hppa-tdep.c (read_unwind_info): Use SECT_OFF_TEXT, not "0".
12455
12456 2013-01-30  Tom Tromey  <tromey@redhat.com>
12457
12458         * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.
12459         * utils.c (gnu_debuglink_crc32): Remove.
12460         * utils.h (gnu_debuglink_crc32): Don't declare.
12461
12462 2013-01-30  Tom Tromey  <tromey@redhat.com>
12463
12464         * dwarf2read.c (compute_delayed_physnames, read_call_site_scope)
12465         (read_structure_type, read_enumeration_type): Remove cast.
12466
12467 2013-01-30  Tom Tromey  <tromey@redhat.com>
12468
12469         * dwarf2read.c (read_namespace_type): Remove cast.
12470         (read_typedef): Likewise.
12471
12472 2013-01-29  Tom Tromey  <tromey@redhat.com>
12473
12474         * dwarf2read.c (free_dwo_file): Remove assert.
12475
12476 2013-01-29  Tom Tromey  <tromey@redhat.com>
12477
12478         * value.c (deprecated_set_value_modifiable): Remove.
12479         * value.h (deprecated_set_value_modifiable): Remove.
12480
12481 2013-01-28  Doug Evans  <dje@google.com>
12482
12483         * dwarf2loc.c (dwarf2_find_location_expression): Don't add base address
12484         to addresses from dwo files.
12485
12486 2013-01-25  Siva Chandra Reddy  <sivachandra@google.com>
12487
12488         * valops.c (find_overload_match): Remove unused argument 'lax'.
12489         * value.h: Remove unused argument 'lax' from the declaration of
12490         find_overload_match.
12491         * eval.c (value_subexp_standard): Do not pass a 'lax' argument
12492         to find_overload_match.
12493         * valarith.c (value_user_defined_cpp_op): Do not pass a 'lax'
12494         argument to find_overload_match.
12495
12496 2013-01-25  Tom Tromey  <tromey@redhat.com>
12497
12498         * dwarf2read.c (processing_has_namespace_info): Remove.
12499         (struct dwarf2_cu) <processing_has_namespace_info>: New field.
12500         (process_die, read_func_scope, dwarf2_start_symtab)
12501         (new_symbol_full): Update.
12502
12503 2013-01-25  Tom Tromey  <tromey@redhat.com>
12504
12505         * cp-namespace.c (cp_set_block_scope): Remove.
12506         * cp-support.h (cp_set_block_scope): Remove.
12507         * dbxread.c: Include block.h.
12508         (cp_set_block_scope): New function.
12509         (process_one_symbol): Update.
12510         * dwarf2read.c (read_func_scope): Use block_set_scope.
12511
12512 2013-01-25  Pedro Alves  <palves@redhat.com>
12513
12514         * remote.c (add_current_inferior_and_thread): Tweak comment.
12515
12516 2013-01-25  Tom Tromey  <tromey@redhat.com>
12517
12518         * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
12519         (cp_add_using_directive): Add 'copy_names' argument.
12520         * cp-support.h (cp_add_using_directive): Update.
12521         (struct using_direct) <import_src, import_dest, alias,
12522         declaration>: Now const.
12523         * dwarf2read.c (read_import_statement): Use obconcat.
12524         Don't copy names passed to cp_add_using_directive.
12525
12526 2013-01-25  Tom Tromey  <tromey@redhat.com>
12527
12528         * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
12529
12530 2013-01-25  Pedro Alves  <palves@redhat.com>
12531
12532         * remote.c (stop_reply_extract_thread): New.
12533         (add_current_inferior_and_thread): New parameter 'wait_status'.
12534         Handle it.
12535         (remote_start_remote): Pass wait status to
12536         add_current_inferior_and_thread.
12537         (extended_remote_run): Update comment.
12538         (extended_remote_create_inferior_1): Pass wait status to
12539         add_current_inferior_and_thread.
12540
12541 2013-01-25  Andrew Burgess  <aburgess@broadcom.com>
12542             Ulrich Weigand  <uweigand@de.ibm.com>
12543
12544         * valarith.c (value_vector_widen): New function for replicating a
12545         scalar into a vector.
12546         (value_binop): Use value_vector_widen to widen scalar to vector
12547         rather than casting, this better matches gcc C behaviour.
12548         * valops.c (value_casst): Update logic for casting between vector
12549         types, and for casting from scalar to vector, try to match gcc C
12550         behaviour.
12551         * value.h (value_vector_widen): Declare.
12552         * opencl-lang.c (opencl_value_cast): New opencl specific casting
12553         function, handle special case for casting scalar to vector.
12554         (opencl_relop): Use opencl_value_cast.
12555         (evaluate_subexp_opencl): Use opencl_value_cast instead of
12556         value_cast, and handle BINOP_ASSIGN, UNOP_CAST, and UNOP_CAST_TYPE
12557         in order to use opencl_value_cast.
12558
12559 2013-01-25  Yao Qi  <yao@codesourcery.com>
12560
12561         * event-loop.c: Include "queue.h".
12562         (gdb_event_p): New typedef.
12563         (DECLARE_QUEUE_P): Use.
12564         (DEFINE_QUEUE_P): Use.
12565         (async_queue_event): Remove.
12566         (gdb_event_xfree): New.
12567         (initialize_event_loop): New.
12568         (process_event): Use QUEUE macros.
12569         (event_queue): Remove.
12570         (gdb_wait_for_event): Caller update.
12571         (check_async_event_handlers): Likewise.
12572         (poll_timers): Likewise.
12573         * event-loop.h (initialize_event_loop): Declare.
12574         * event-loop.c (gdb_event_xfree): New.
12575         * top.c (gdb_init): Call initialize_event_loop.
12576
12577 2013-01-25  Yao Qi  <yao@codesourcery.com>
12578
12579         * event-loop.c (async_queue_event): Remove one parameter
12580         'position'.  Remove code handling 'position' == TAIL.
12581         (gdb_wait_for_event): Caller update.
12582         (check_async_event_handlers): Caller update.
12583         (poll_timers): Caller update.
12584         * event-loop.h (enum queue_position): Remove.
12585
12586 2013-01-25  Maxim Kuvyrkov  <maxim@kugelworks.com>
12587
12588         * MAINTAINERS: Update my email.
12589
12590 2013-01-25  Yao Qi  <yao@codesourcery.com>
12591
12592         * main.c (print_gdb_help): Remove "--epoch" from the help
12593         message.
12594
12595 2013-01-24  Ulrich Weigand  <uweigand@de.ibm.com>
12596
12597         * symtab.c (skip_prologue_using_sal): Consider a file
12598         change the same as an increased line number
12599
12600 2013-01-24  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
12601
12602         * MAINTAINERS (Write After Approval): Add myself to the list.
12603
12604 2013-01-24  Tom Tromey  <tromey@redhat.com>
12605
12606         * ada-lang.h (ada_decode_symbol): Make return type const.
12607         * ada-lang.c (ada_decode_symbol): Likewise.
12608
12609 2013-01-23  Doug Evans  <dje@google.com>
12610
12611         * linespec.c (find_linespec_symbols): Make static.
12612
12613 2013-01-23  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
12614
12615         * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
12616         type on float conversion for complex type.
12617
12618 2013-01-23  Siva Chandra Reddy  <sivachandra@google.com>
12619
12620         Add a new class gdb.Architecture which exposes GDB's
12621         internal representation of architecture via GDB Python API.
12622         * Makefile.in: Add entries corresponding to the new file
12623         python/py-arch.c.
12624         * NEWS (Python Scripting): Add entries for the new class
12625         gdb.Architecture and the new method gdb.Frame.architecture.
12626         * python/py-arch.c: Implement gdb.Architecture class.
12627         * python/py-frame.c (frapy_arch): Implement the method
12628         gdb.Frame.architecture().
12629         (frame_object_methods): Add 'architecture' to the method table.
12630         * python/python-internal.h: Add declarations of new utility
12631         functions.
12632         * python/python.c (_initialize_python): Initialize
12633         gdb.Architecture class.
12634
12635 2013-01-23  Doug Evans  <dje@google.com>
12636
12637         Work around binutils/15021.
12638         * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
12639         type_unit_group out of union s.  All uses updated.
12640         (read_index_from_section): Watch for index version 8.
12641         (follow_die_sig): If using .gdb_index version <= 7, record the TU as
12642         an imported symtab.
12643         (write_psymtabs_to_index): Increment version number to 8.
12644
12645 2013-01-22  Pedro Alves  <palves@redhat.com>
12646
12647         * annotate.c (breakpoint_changed): Skip if breakpoint is not
12648         user-visible.
12649
12650 2013-01-22  Pedro Alves  <palves@redhat.com>
12651
12652         * annotate.c (annotate_breakpoints_changed): Rename to ...
12653         (annotate_breakpoints_invalid): ... this.  Make static.
12654         (breakpoint_changed): Adjust.
12655         (_initialize_annotate): Always install the observers.  Install a
12656         "breakpoint_created" observer.
12657         * annotate.h (annotate_breakpoints_changed): Delete declaration.
12658         * breakpoint.c (set_breakpoint_condition)
12659         (breakpoint_set_commands, do_map_commands_command)
12660         (init_raw_breakpoint, clear_command, set_ignore_count)
12661         (enable_breakpoint_disp): No longer call
12662         annotate_breakpoints_changed.
12663
12664 2013-01-22  Pedro Alves  <palves@redhat.com>
12665
12666         * annotate.c: Include "inferior.h".
12667         (frames_invalid_emitted)
12668         (breakpoints_invalid_emitted): New globals.
12669         (async_background_execution_p): New function.
12670         (annotate_breakpoints_changed, annotate_frames_invalid): Skip
12671         emitting the annotation if it has already been emitted.
12672         (annotate_display_prompt): New function.
12673         * annotate.h (annotate_display_prompt): New declaration.
12674         * event-top.c: Include annotate.h.
12675         (display_gdb_prompt): Call annotate_display_prompt.
12676
12677 2013-01-22  Pedro Alves  <palves@redhat.com>
12678
12679         * annotate.c (ignore_count_changed): Delete.
12680         (annotate_breakpoints_changed): Don't clear ignore_count_changed.
12681         (annotate_ignore_count_change): Delete.
12682         (annotate_stopped): Don't emit a delayed breakpoints-changed
12683         annotation.
12684         * annotate.h (annotate_ignore_count_change): Delete.
12685         * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
12686         annotate_ignore_count_change.
12687
12688 2013-01-22  Tom Tromey  <tromey@redhat.com>
12689
12690         * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
12691         require_rvalue for a register location.
12692
12693 2013-01-21  Marc Khouzam  <marc.khouzam@ericsson.com>
12694
12695         * breakpoint.c (print_one_breakpoint_location): Add MI
12696         field 'thread-groups' when printing a breakpoint.
12697         (output_thread_groups): New function.
12698
12699 2013-01-21  Siva Chandra Reddy  <sivachandra@google.com>
12700
12701         * python/lib/gdb/commands/explore.py
12702         (CompoundExplorer.explore_expr): Correct the name of a method
12703         being invoked.
12704         (ExploreTypeCommand.invoke): Add a missing 'return'.
12705
12706 2013-01-21  Tom Tromey  <tromey@redhat.com>
12707
12708         * gdb_obstack.h (obconcat): Move declaration here, from...
12709         * symfile.h (obconcat): ... here.
12710         * gdb_obstack.c: New file.
12711         (obconcat): Move from...
12712         * symfile.c (obconcat): ... here.
12713         * Makefile.in (SFILES): Add gdb_obstack.c.
12714         (COMMON_OBS): Add gdb_obstack.o.
12715
12716 2013-01-21  Tom Tromey  <tromey@redhat.com>
12717
12718         * symfile.h (obsavestring): Don't declare.
12719         * symfile.c (obsavestring): Remove.
12720         * ada-exp.y: Use obstack_copy0, not obsavestring.
12721         * ada-lang.c: Use obstack_copy0, not obsavestring.
12722         * coffread.c: Use obstack_copy0, not obsavestring.
12723         * cp-namespace.c: Use obstack_copy0, not obsavestring.
12724         * dbxread.c: Use obstack_copy0, not obsavestring.
12725         * dwarf2read.c: Use obstack_copy0, not obsavestring.
12726         * jit.c: Use obstack_copy0, not obsavestring.
12727         * mdebugread.c: Use obstack_copy0, not obsavestring.
12728         * psymtab.c: Use obstack_copy0, not obsavestring.
12729         * stabsread.c: Use obstack_copy0, not obsavestring.
12730         * xcoffread.c: Use obstack_copy0, not obsavestring.
12731
12732 2013-01-21  Tom Tromey  <tromey@redhat.com>
12733
12734         * dwarf2read.c (fixup_go_packaging): Save package name
12735         on objfile obstack.
12736         * gdbtypes.c (init_type): Don't copy name.
12737
12738 2013-01-21  Tom Tromey  <tromey@redhat.com>
12739
12740         * dwarf2read.c (struct partial_die_info) <name, scope>: Now
12741         const.
12742         (struct attribute) <u.str>: Now const.
12743         (struct fnfieldlist) <name>: Now const.
12744         (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
12745         (partial_die_parent_scope): Make return type const.
12746         (partial_die_full_name, add_partial_symbol): Update.
12747         (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
12748         'name' const.
12749         (find_file_and_directory): Make 'name' and 'comp_dir' const.
12750         (read_file_scope, read_func_scope, dwarf2_add_field)
12751         (dwarf2_add_member_fn, read_structure_type)
12752         (process_enumeration_scope, read_array_type, read_module_type)
12753         (read_base_type, read_subrange_type): Update.
12754         (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
12755         (new_symbol_full, guess_full_die_structure_name): Update.
12756         (dwarf2_canonicalize_name): Return const type.  Make 'name' const.
12757         (dwarf2_name): Return const type.
12758         (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
12759         const.
12760
12761 2013-01-21  Tom Tromey  <tromey@redhat.com>
12762
12763         * gdbtypes.c (init_type): Make 'name' const.
12764         * gdbtypes.h (init_type): Update.
12765
12766 2013-01-21  Tom Tromey  <tromey@redhat.com>
12767
12768         * buildsym.c (patch_subfile_names): Use set_last_source_file.
12769         (start_symtab): Make 'name' and 'dirname' const.  Use
12770         set_last_source_file.
12771         (restart_symtab, reset_symtab_globals): Use set_last_source_file.
12772         (last_source_file): Define.  Now static.
12773         (set_last_source_file, get_last_source_file): New functions.
12774         * buildsym.h (last_source_file): Don't declare.
12775         (start_symtab): Update.
12776         (set_last_source_file, get_last_source_file): Declare.
12777         * coffread.c (complete_symtab): Use set_last_source_file.
12778         (coff_end_symtab): Likewise.
12779         (coff_symtab_read): Use set_last_source_file, get_last_source_file.
12780         * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
12781         set_last_source_file.
12782         (process_one_symbol): Use get_last_source_file.
12783         * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
12784         (psymtab_to_symtab_1): Use get_last_source_file.
12785         * xcoffread.c (process_linenos): Use get_last_source_file.
12786         (complete_symtab): Use set_last_source_file.
12787         (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
12788         (scan_xcoff_symtab): Use set_last_source_file.
12789
12790 2013-01-21  Tom Tromey  <tromey@redhat.com>
12791
12792         * symtab.c (struct demangled_name_entry) <mangled>: Now const.
12793         (symbol_set_names): Remove casts.  Handle field const-ness.
12794
12795 2013-01-21  Tom Tromey  <tromey@redhat.com>
12796
12797         * dwarf2read.c (new_symbol_full): Remove cast.
12798         * symtab.c (symbol_set_demangled_name): Make 'name' const.
12799         * symtab.h (symbol_set_demangled_name): Update.
12800
12801 2013-01-21  Tom Tromey  <tromey@redhat.com>
12802
12803         * main.c (captured_main): Call bfd_init.
12804
12805 2013-01-21  Tom Tromey  <tromey@redhat.com>
12806
12807         * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
12808         * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
12809         * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
12810         * NEWS: Update.
12811
12812 2013-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
12813
12814         * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
12815
12816 2013-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
12817
12818         Fix gdb.fortran/common-block.exp crash in PIE mode.
12819         * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
12820         LOC_COMMON_BLOCK.
12821         * f-valprint.c (info_common_command_for_block): Expect
12822         LOC_COMMON_BLOCK in gdb_assert.
12823         * symtab.h (struct general_symbol_info): Update comment for the
12824         common_block member.
12825         (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
12826         (enum address_class): New member LOC_COMMON_BLOCK.
12827
12828 2013-01-18  David Blaikie  <dblaikie@gmail.com>
12829
12830         * MAINTAINERS (Write After Approval): Add "David Blaikie".
12831
12832 2013-01-18  Tom Tromey  <tromey@redhat.com>
12833
12834         PR c++/14999:
12835         * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
12836         Call require_rvalue.
12837
12838 2013-01-18  Yao Qi  <yao@codesourcery.com>
12839
12840         * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
12841         (dbx_read_symtab): New declaration.
12842         (dbx_psymtab_to_symtab): Delete.
12843         (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
12844         Rename parameter PST to SELF.  Exchanged two parameters.
12845         (start_psymtab): Caller update.
12846         * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
12847         (dwarf2_read_symtab): New declaration.
12848         (dwarf2_psymtab_to_symtab): Delete.
12849         (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
12850         Rename parameter PST to SELF.  Exchanged two parameters.
12851         (create_partial_symtab): Caller update.
12852         * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
12853         (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
12854         Rename parameter PST to SELF.  Exchanged two parameters.
12855         (parse_partial_symbols, new_psymtab): Caller update.
12856         * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
12857         two parameters.
12858         * psymtab.c (psymtab_to_symtab): Caller update.
12859         * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
12860         (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
12861         Rename parameter PST to SELF.  Exchanged two parameters.
12862         (xcoff_start_psymtab): Caller update.
12863
12864 2013-01-18  Yao Qi  <yao@codesourcery.com>
12865
12866         * infrun.c (proceed): Rename local variable 'oneproc' to
12867         'force_step'.
12868
12869 2013-01-17  Doug Evans  <dje@google.com>
12870
12871         * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
12872         (dw2_build_type_unit_groups): Delete.  All uses updated.
12873
12874         * symtab.h (struct symbol_search): Add comment.
12875
12876 2013-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
12877
12878         * symtab.c (compare_filenames_for_search): New comment for
12879         HAS_DRIVE_SPEC.
12880
12881 2013-01-17  Tom Tromey  <tromey@redhat.com>
12882
12883         * cp-abi.c (cp_abi_completer): Fix typo in assignment.
12884
12885 2013-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
12886
12887         * symtab.c (iterate_over_some_symtabs): New variable cleanups,
12888         initialize it by existing make_cleanup.  Call new do_cleanups.
12889
12890 2013-01-17  Tom Tromey  <tromey@redhat.com>
12891
12892         * cp-abi.c (cp_abi_completer): New function.
12893         (_initialize_cp_abi): Set completer for "set cp-abi".
12894
12895 2013-01-17  Tom Tromey  <tromey@redhat.com>
12896
12897         * mem-break.c: Remove obsolete comment.
12898         * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
12899
12900 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
12901
12902         * jit.c (jit_reader_load_command): Interpret the jit reader name
12903         as an absolute path if it begins with a forward slash.
12904
12905 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
12906
12907         PR gdb/14550
12908
12909         * jit.c (finalize_symtab): Ensure that only the global block has a
12910         NULL superblock.
12911
12912 2013-01-17  Pedro Alves  <palves@redhat.com>
12913
12914         * acinclude.m4: Include ../config/plugins.m4,
12915         ../config/largefile.m4 and ../config/lead-dot.m4.  Add comments.
12916         * Makefile.in (aclocal_m4_deps): Update.
12917         * aclocal.m4: Renegerate.
12918
12919 2013-01-16  Doug Evans  <dje@google.com>
12920
12921         * contrib/cc-with-tweaks.sh: Add references to Fission docs.
12922
12923 2013-01-16  Pedro Alves  <palves@redhat.com>
12924             Tom Tromey  <tromey@redhat.com>
12925
12926         PR cli/7221:
12927         * NEWS: Add "catch signal".
12928         * breakpoint.c (base_breakpoint_ops): No longer static.
12929         (bpstat_explains_signal): New function.
12930         (init_catchpoint): No longer static.
12931         (base_breakpoint_explains_signal): New function.
12932         (base_breakpoint_ops): Initialize new field.
12933         * breakpoint.h (enum bpstat_signal_value): New.
12934         (struct breakpoint_ops) <explains_signal>: New field.
12935         (bpstat_explains_signal): Remove macro, declare as function.
12936         (base_breakpoint_ops, init_catchpoint): Declare.
12937         * break-catch-sig.c: New file.
12938         * inferior.h (signal_catch_update): Declare.
12939         * infrun.c (signal_catch): New global.
12940         (handle_syscall_event): Update for change to
12941         bpstat_explains_signal.
12942         (handle_inferior_event): Likewise.  Always handle random signals
12943         via bpstats.
12944         (signal_cache_update): Check signal_catch.
12945         (signal_catch_update): New function.
12946         (_initialize_infrun): Initialize signal_catch.
12947         * Makefile.in (SFILES): Add break-catch-sig.c.
12948         (COMMON_OBS): Add break-catch-sig.o.
12949
12950 2013-01-16  Tom Tromey  <tromey@redhat.com>
12951
12952         * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
12953         (print_one_catch_solib, print_one_catch_syscall)
12954         (print_one_catch_exec, print_one_exception_catchpoint): Emit
12955         "catch-type".
12956
12957 2013-01-16  Yao Qi  <yao@codesourcery.com>
12958
12959         * printcmd.c (current_display_number): Make it static.
12960
12961 2013-01-16  Yao Qi  <yao@codesourcery.com>
12962
12963         * infcmd.c (step_once): Don't check '!single_inst' as it was
12964         checked before.
12965
12966 2013-01-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
12967
12968         * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
12969
12970 2013-01-14  Tom Tromey  <tromey@redhat.com>
12971
12972         * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
12973         set command.
12974         * command.h (add_setshow_string_noescape_cmd): Update.
12975         * corefile.c (set_gnutarget_command): Remove trailing whitespace.
12976         (complete_set_gnutarget): New function.
12977         (_initialize_core): Set the "set gnutarget" completer.
12978
12979 2013-01-14  Tom Tromey  <tromey@redhat.com>
12980
12981         PR symtab/14442:
12982         * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
12983         (c_type_print_modifier): Likewise.
12984         * dwarf2read.c (read_tag_restrict_type): New function.
12985         (read_type_die_1): Handle DW_TAG_restrict_type.
12986         * gdbtypes.c (make_restrict_type): New function.
12987         (recursive_dump_type): Handle TYPE_RESTRICT.
12988         * gdbtypes.h (enum type_flag_values): Renumber.
12989         (enum type_instance_flag_value): Add
12990         TYPE_INSTANCE_FLAG_RESTRICT.
12991         (TYPE_RESTRICT): New macro.
12992         (make_restrict_type): Declare.
12993
12994 2013-01-14  Tom Tromey  <tromey@redhat.com>
12995
12996         PR symtab/14931:
12997         * psymtab.c (struct psymtab_state): New.
12998         (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
12999         functions.
13000         * psympriv.h (make_cleanup_discard_psymtabs): Declare.
13001         * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
13002
13003 2013-01-14  Richard Sharman  <richard_sharman@mitel.com>
13004             Pedro Alves  <palves@redhat.com>
13005
13006         PR remote/14786
13007
13008         * remote.c (remote_threads_info): Make a copy of the reply from
13009         qfThreadInfo and use that instead of rs->buf.
13010
13011 2013-01-14  Yao Qi  <yao@codesourcery.com>
13012
13013         * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
13014         (dbx_psymtab_to_symtab): Likewise.
13015         * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
13016         * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
13017         * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
13018
13019 2013-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
13020
13021         * parse.c (parse_exp_in_context): New variable inner_chain.  Call
13022         make_cleanup_restore_current_language.  Call set_language.  Move
13023         OLD_CHAIN and INNER_CHAIN cleanups.
13024         * utils.c (do_restore_current_language)
13025         (make_cleanup_restore_current_language): New functions.
13026         * utils.h (make_cleanup_restore_current_language): New declaration.
13027
13028 2013-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
13029
13030         * source.c (symtab_to_fullname): Apply rewrite_source_path also for
13031         non-existing files.
13032
13033         * source.c (symtab_to_fullname): Do not prepend DIRNAME for
13034         non-existing files if FILENAME is already absolute.
13035
13036 2013-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
13037
13038         * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
13039         fputs_filtered.  Append trailing newline.
13040
13041 2013-01-11  Yao Qi  <yao@codesourcery.com>
13042             Stan Shebs  <stan@codesourcery.com>
13043
13044         * psymtab.c (init_psymbol_list): Clarify the comment.
13045
13046 2013-01-11  Yao Qi  <yao@codesourcery.com>
13047
13048         * breakpoint.c (print_one_breakpoint_location): Remove dead code.
13049         (update_dprintf_command_list): Assert that 'printf_line' is
13050         non-null.  Remove condition check.
13051
13052 2013-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
13053
13054         Code cleanup.
13055         * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
13056         type const char *.
13057         * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
13058         const char *.
13059         * tui/tui-source.h (tui_source_is_displayed): Likewise.
13060
13061 2013-01-09  Anthony Green  <green@moxielogic.com>
13062
13063         * cp-abi.c (cplus_print_vtable): Don't return value from void
13064         function.
13065         * ada-lang.c (re_set_catch_assert): Ditto.
13066
13067 2013-01-09  Doug Evans  <dje@google.com>
13068
13069         * symfile.h (quick_symbol_functions): Delete member
13070         pre_expand_symtabs_matching.  All uses removed.
13071         * dwarf2read.c (dw2_lookup_symbol): Implement.
13072         (dw2_do_expand_symtabs_matching): Delete.
13073         (dw2_pre_expand_symtabs_matching): Delete.
13074         (struct dw2_symtab_iterator): New type.
13075         (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
13076         (dw2_expand_symtabs_for_function): Rewrite.
13077         (dwarf2_gdb_index_functions): Update.
13078         * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
13079         (psym_functions): Update.
13080
13081 2013-01-09  Tom Tromey  <tromey@redhat.com>
13082
13083         * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
13084         * configure: Rebuild.
13085         * configure.ac: Add somread.o to the build if BFD has SOM
13086         support.
13087         * somread.c: Include som/aout.h, not syms.h.
13088         (som_symtab_read): Use som_external_symbol_dictionary_record.
13089         Unpack records manually.
13090         (_initialize_somread): Declare.
13091
13092 2012-01-08  Mike Frysinger  <vapier@gentoo.org>
13093
13094         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
13095         Cast return_address to 64bits.
13096
13097 2013-01-08  Hui Zhu  <hui_zhu@mentor.com>
13098
13099         * printcmd.c: Remove define of function output_command.
13100         * tracepoint.c: Remove extern of function output_command.
13101         * valprint.h: (output_command): New extern.
13102
13103 2013-01-07  Tom Tromey  <tromey@redhat.com>
13104
13105         * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
13106         Remove.
13107         (objc_language_defn): Use c_printchar, c_printstr,
13108         c_emit_char.
13109
13110 2013-01-07  Tom Tromey  <tromey@redhat.com>
13111
13112         PR cli/7719:
13113         * NEWS: Update.
13114         * ada-valprint.c (printstr, print_field_values): Remove
13115         "inspect_it" code.
13116         * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
13117         code.
13118         * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
13119         code.
13120         * m2-lang.c (m2_printstr): Remove "inspect_it" code.
13121         * main.c (captured_main): Remove "epoch" argument.
13122         * objc-lang.c (objc_printstr): Remove "inspect_it" code.
13123         * p-lang.c (pascal_printstr): Remove "inspect_it" code.
13124         * p-valprint.c (pascal_object_print_value_fields): Remove
13125         "inspect_it" code.
13126         * printcmd.c (print_command_1): Remove 'inspect' argument.
13127         (print_command, call_command): Update.
13128         (inspect_command): Remove.
13129         (_initialize_printcmd): Make "inspect" an alias for "print".
13130         * top.c (epoch_interface): Remove.
13131         * top.h (epoch_interface): Remove.
13132         * valprint.c (user_print_options): Update.
13133         (print_converted_chars_to_obstack): Remove "inspect_it" code.
13134         * valprint.h (struct value_print_options) <inspect_it>: Remove
13135         field.
13136
13137 2013-01-04  Tom Tromey  <tromey@redhat.com>
13138
13139         * valprint.h (read_string): Add 'extern'.
13140
13141 2013-01-07  Joel Brobecker  <brobecker@adacore.com>
13142
13143         * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
13144         used to decide whether to define darwin_read_dyld_info or not.
13145
13146 2013-01-03  Pierre Muller  <muller@sourceware.org>
13147
13148         * main.c (relocate_gdb_directory): Avoid calling stat function
13149         if DIR is empty.
13150
13151 2013-01-03  Yao Qi  <yao@codesourcery.com>
13152
13153         * psymtab.c (fixup_psymbol_section): Update declaration.
13154         (fixup_psymbol_section): Remove code returning value.
13155
13156 2013-01-03  Yao Qi  <yao@codesourcery.com>
13157
13158         * symtab.h: Remove some out of date comments.
13159          (enum exception_event_kind): Move it ...
13160         * breakpoint.c: ... here.
13161
13162 2013-01-02  Iain Sandoe  <developer@sandoe-acoustics.co.uk>
13163
13164         PR gdb/14405
13165         * darwin-nat.c (darwin_read_dyld_info): Only build if
13166         TASK_DYLD_INFO_COUNT is defined.
13167         (darwin_xfer_partial): Call darwin_read_dyld_info only if
13168         TASK_DYLD_INFO_COUNT is defined.
13169
13170 2013-01-02  Tom Tromey  <tromey@redhat.com>
13171
13172         * symfile.h (struct ecoff_debug_hack): Remove.
13173         * objfiles.c: Don't include mdebugread.h.
13174
13175 2013-01-02  Tom Tromey  <tromey@redhat.com>
13176
13177         * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
13178         * configure.ac: Check for Mach-O support in BFD.  Update
13179         CONFIG_OBS.
13180         * configure: Rebuild.
13181
13182 2013-01-02  Tom Tromey  <tromey@redhat.com>
13183
13184         * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
13185         * configure.ac: Use GDB_AC_CHECK_BFD.
13186         * configure: Rebuild.
13187
13188 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
13189
13190         * MAINTAINERS: Update my email.
13191
13192 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
13193
13194         * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
13195
13196 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
13197
13198         * rs6000-nat.c (bss_data_overlap): New function.
13199         (vmap_symtab): Use it to adjust the .bss section's offset.
13200
13201 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
13202
13203         Update year range in copyright notice of all files.
13204
13205 2013-01-01, 13  Joel Brobecker  <brobecker@adacore.com>
13206
13207         * top.c (print_gdb_version): Update copyright year.
13208
13209 For older changes see ChangeLog-2012.
13210 \f
13211 Local Variables:
13212 mode: change-log
13213 left-margin: 8
13214 fill-column: 74
13215 version-control: never
13216 coding: utf-8
13217 End: