cbf40398b9308daa082a4dd5022c8240d04a0949
[platform/upstream/binutils.git] / gdb / ChangeLog
1 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
2
3         * ada-lex.l (find_dot_all): Use strncasecmp instead of strncmp.
4
5 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
6
7         * ada-lang.c (create_excep_cond_exprs): Force EXP to NULL
8         when parse_exp_1 threw an error.  Add comment.
9
10 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
11
12         * NEWS: Mention "-list-features" in the entry documenting
13         the support for the "--language" option.
14
15 2013-12-03  Tom Tromey  <tromey@redhat.com>
16             Jan Kratochvil  <jan.kratochvil@redhat.com>
17             Doug Evans  <dje@google.com>
18             Samuel Bronson  <naesten@gmail.com>
19
20         Bring back gdb-add-index as a contrib script.
21         * contrib/gdb-add-index.sh: New file.
22         * NEWS: Note the addition.
23
24 2013-12-03  Samuel Bronson  <naesten@gmail.com>
25
26         * MAINTAINERS (Write After Approval): Add myself to the list.
27
28 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
29
30         * mi/mi-main.c (mi_cmd_list_features): Remove "ada-exceptions".
31
32 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
33
34         * mi/mi-main.c: Remove trailing spaces throughout.
35
36 2013-12-03  Pedro Alves  <palves@redhat.com>
37             Joel Brobecker  <brobecker@adacore.com>
38
39         * exceptions.h (enum_errors) <UNDEFINED_COMMAND_ERROR>: New enum.
40         * mi/mi-parse.c (mi_parse): Throw UNDEFINED_COMMAND_ERROR instead
41         of a regular error when the GDB/MI command does not exist.
42         * mi/mi-main.c (mi_cmd_list_features): Add
43         "undefined-command-error-code".
44         (mi_print_exception): Print an "undefined-command"
45         error code if EXCEPTION.ERROR is UNDEFINED_COMMAND_ERROR.
46         * NEWS: Add entry documenting the new "code" variable in
47         "^error" result records.
48
49 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
50
51         * mi/mi-cmds.h (mi_cmd_info_gdb_mi_command): Declare.
52         * mi/mi-cmd-info.c (mi_cmd_info_gdb_mi_command): New function.
53         * mi/mi-cmds.c (mi_cmds): Add -info-gdb-mi-command command.
54         * mi/mi-main.c (mi_cmd_list_features): Add "info-gdb-mi-command"
55         field to output of "-list-features".
56
57         * NEWS: Add entry for new -info-gdb-mi-command.
58
59 2013-12-02  Doug Evans  <dje@google.com>
60             Jan Kratochvil  <jan.kratochvil@redhat.com>
61
62         * objfiles.c (allocate_objfile): Save original_name as an absolute
63         path.
64         * objfiles.h (struct objfile): Expand comment on original_name.
65         * source.c (openp): Call gdb_abspath.
66         * utils.c (gdb_abspath): New function.
67         * utils.h (gdb_abspath): Declare.
68
69 2013-12-02  Pedro Alves  <palves@redhat.com>
70
71         * dcache.c (dcache_read_line): Use target_read_raw_memory.
72         * target.c (target_read_raw_memory): New function.
73         (target_read_stack, target_write_memory, target_write_raw_memory):
74         Update comment.
75         (target_read_code): Add comment.
76         * target.h (target_read_raw_memory): Declare.
77
78 2013-12-02  Pedro Alves  <palves@redhat.com>
79
80         * ctf.c (ctf_start): Use S_IRGRP, S_IXGRP, S_IXOTH
81         unconditionally.
82
83 2013-12-02  Pedro Alves  <pedro@codesourcery.com>
84             Maciej W. Rozycki  <macro@codesourcery.com>
85
86         * remote.c (putpkt_for_catch_errors): Remove function.
87         (remote_kill): Handle TARGET_CLOSE_ERROR from the kill packet
88         gracefully.
89
90 2013-12-02  Pedro Alves  <palves@redhat.com>
91
92         PR remote/15974
93         * remote-notif.c (handle_notification): Return early if no
94         notification is found.
95
96 2013-12-02  Joel Brobecker  <brobecker@adacore.com>
97
98         * common/filestuff.c (fdwalk): Add "defined(RLIMIT_NOFILE)"
99         preprocessor check.
100
101 2013-12-02  Joel Brobecker  <brobecker@adacore.com>
102
103         * Makefile.in (HFILES_NO_SRCDIR): Remove "common/gdb_dirent.h".
104
105 2013-12-02  Joel Brobecker  <brobecker@adacore.com>
106
107         * Makefile.in (HFILES_NO_SRCDIR): Remove "common/gdb_stat.h".
108         * ctf.c (ctf_start): Remove obsolete comment.
109
110 2013-12-02  Joel Brobecker  <brobecker@adacore.com>
111
112         * Makefile.in (HFILES_NO_SRCDIR): Remove "common/gdb_string.h".
113
114 2013-11-30  Doug Evans  <xdje42@gmail.com>
115
116         * auto-load.h (script_language): New members name, auto_load_enabled.
117         Add missing comments on struct members.
118         (auto_load_objfile_script): Delete.
119         * auto-load.c: #include "cli/cli-cmds.h".
120         (auto_load_gdb_scripts_enabled): New function.
121         (script_language_gdb): Update, add new members.
122         (source_gdb_script_for_objfile): Simplify, auto-load safe-checking
123         and call to maybe_add_script moved to caller.
124         (auto_load_objfile_script_1): Auto-load safe-checking and
125         call to maybe_add_script moved here.
126         (auto_load_objfile_script): Make static.  Early exit if support for
127         scripting language hasn't been compiled in, or auto-loading has been
128         disabled.
129         (source_section_scripts): Argument "source_name" renamed to
130         "section_name".  All uses updated.  Replace uses of AUTO_SECTION_NAME
131         with section_name.  Skip loading script if support for scripting
132         language hasn't been compiled in, or auto-loading has been disabled.
133         Call language->source_script_for_objfile instead of calling
134         source_python_script_for_objfile directly.
135         (load_auto_scripts_for_objfile): Update.
136         * python/py-auto-load.c: Delete #include "cli/cli-cmds.h".
137         (gdbpy_load_auto_script_for_objfile): Delete.
138         (auto_load_python_scripts_enabled): New function.
139         (script_language_python): Update, add new members.
140         (gdbpy_script_language_defn): New function.
141         * python/python.h (gdbpy_load_auto_scripts_for_objfile): Delete.
142         (gdbpy_script_language_defn): Declare.
143
144         * auto-load.c (AUTO_SECTION_NAME): Moved here and renamed from
145         py-auto-load.c, GDBPY_AUTO_SECTION_NAME.
146         (source_section_scripts): Moved here from py-auto-load.c.
147         (auto_load_section_scripts): Ditto.
148         * python/py-auto-load.c (GDBPY_AUTO_SECTION_NAME): Moved to
149         auto-load.c, renamed AUTO_SECTION_NAME.
150         (source_section_scripts, auto_load_section_scripts): Moved to
151         auto-load.c.
152
153 2013-11-30  Yao Qi  <yao@codesourcery.com>
154
155         * remote.c (getpkt_or_notif_sane_1): Fix typo "checksm".
156
157 2013-11-29  Sergio Durigan Junior  <sergiodj@redhat.com>
158
159         * gdbarch.sh: Remove include of "gdb_string.h", replace by
160         <string.h>.
161
162 2013-11-29  Doug Evans  <xdje42@gmail.com>
163
164         * python/py-auto-load.c (source_section_scripts): Move comment to
165         more relevant location.
166
167         Whitespace cleanup.
168         * python/py-breakpoint.c: Remove trailing whitespace.
169         * python/py-cmd.c: Ditto.
170         * python/py-evts.c: Ditto.
171         * python/py-finishbreakpoint.c: Ditto.
172         * python/py-frame.c: Ditto.
173         * python/py-function.c: Ditto.
174         * python/py-inferior.c: Ditto.
175         * python/py-infthread.c: Ditto.
176         * python/py-param.c: Ditto.
177         * python/py-prettyprint.c: Ditto.
178         * python/py-symbol.c: Ditto.
179         * python/py-type.c: Ditto.
180         * python/py-utils.c: Ditto.
181         * python/py-value.c: Ditto.
182         * python/python-internal.h: Ditto.
183         * python/python.c: Ditto.
184
185 2013-11-29  Pedro Alves  <palves@redhat.com>
186
187         * unwind_stop_reasons.def (UNWIND_NULL_ID): Update comment.
188
189 2013-11-29  Pedro Alves  <palves@redhat.com>
190
191         * breakpoint.c (build_target_condition_list): Release previous
192         conditions.
193         (build_target_command_list): Release previous commands.
194         (bp_location_dtor): Release target conditions and commands.
195         * remote.c (remote_add_target_side_condition): Don't release
196         conditions.
197         (remote_add_target_side_commands): Don't release commands.
198
199 2013-11-29  Yao Qi  <yao@codesourcery.com>
200             Pedro Alves  <palves@redhat.com>
201
202         * dcache.c (dcache_read_line): Use current_target.beneath
203         instead of &current_target.
204         * target.c (memory_xfer_partial_1): Factor code out to ...
205         (raw_memory_xfer_partial): ... it.  New function.
206         (target_xfer_partial): Call raw_memory_xfer_partial if OBJECT
207         is TARGET_OBJECT_RAW_MEMORY.
208
209 2013-11-28  Doug Evans  <xdje42@gmail.com>
210
211         * breakpoint.h (gdbpy_breakpoint_object): Renamed from
212         breakpoint_object.  All uses updated.
213         * python/python-internal.h (gdbpy_breakpoint_object): Renamed from
214         breakpoint_object.  All uses updated.
215         * python.c (*): All uses of breakpoint_object updated.
216         * python.h (*): All uses of breakpoint_object updated.
217         * python/py-breakpoint.c (*): All uses of breakpoint_object updated.
218         * python/py-finishbreakpoint.c (*): Ditto.
219
220 2013-11-28  Doug Evans  <xdje42@gmail.com>
221
222         * configure.ac: Add comments delineating libpython and libmcheck.
223         * configure: Regenerate.
224
225 2013-11-28  Andrew Burgess  <aburgess@broadcom.com>
226             Pedro Alves  <palves@redhat.com>
227
228         * valprint.c (value_check_printable): If the value is entirely
229         unavailable, print a single "<unavailable>" instead of printing
230         all subfields.
231
232 2013-11-28  Pedro Alves  <palves@redhat.com>
233
234         * frame.c (get_prev_frame_1) <stop_reason != UNWIND_NO_REASON>:
235         Add "set debug frame" output.
236         (frame_stop_reason_symbol_string): New function.
237
238 2013-11-28  Pedro Alves  <palves@redhat.com>
239
240         * frame-unwind.c (default_frame_unwind_stop_reason): Return
241         UNWIND_OUTERMOST if the frame's ID is outer_frame_id.
242         * frame.c (get_prev_frame_1): Remove outer_frame_id check.
243
244 2013-11-28  Pedro Alves  <palves@redhat.com>
245
246         * frame.c (get_prev_frame_1): If the frame id is outer_frame_id,
247         set the unwind stop reason to UNWIND_OUTERMOST, not
248         UNWIND_NULL_ID.  Remove explicit check for sentinel frame.
249
250 2013-11-28  Pedro Alves  <palves@redhat.com>
251
252         * frame.c (frame_unwind_register): Say the register was "not
253         saved" instead of "optimized out".
254
255 2013-11-27  Steffen Sledz  <sledz@dresearch-fe.de>
256
257         PR 16152
258         * configure: Rebuild.
259         * configure.ac: Tighten cygwin detection check.
260
261 2013-11-27  Pedro Alves  <palves@redhat.com>
262
263         * frame-unwind.c (frame_unwind_got_optimized): Use the type of the
264         register in the previous frame's arch.
265
266 2013-11-27  Pedro Alves  <palves@redhat.com>
267
268         * frame-unwind.c (frame_unwind_got_optimized): Return
269         an lval_register value instead of a not_lval value.
270
271 2013-11-27  Andrew Burgess  <aburgess@broadcom.com>
272
273         * frame.c: Include "valprint.h".
274         (frame_unwind_register_value): Use value_optimized_out.
275         * value.c (value_fetch_lazy): Likewise.
276
277 2013-11-26  Andrew Burgess  <aburgess@broadcom.com>
278
279         * value.c (allocate_optimized_out_value): Mark value as non-lazy.
280
281 2013-11-26  Tom Tromey  <tromey@redhat.com>
282
283         * dwarf2-frame.c (dwarf2_frame_cache): Revert patch from
284         2013-11-22.
285
286 2013-11-26  Walfred Tedeschi  <walfred.tedeschi@intel.com>
287
288         * i386-xstate.h (I386_XSTATE_MPX): New Macro.
289         (I386_XSTATE_MPX_MASK): Makes use of I386_XSTATE_MPX.
290         (HAS_MPX): New macro.
291         (HAS_AVX): New macro.
292         (I386_XSTATE_SIZE): Uses HAS_MPX and HAS_AVX.
293
294 2013-11-25  Keith Seitz  <keiths@redhat.com>
295
296         PR c++/14819
297         * c-exp.y (classify_inner_name): If no matching symbol was
298         found, try looking up the token as a base class.
299         Likewise if a constructor was found.
300         * cp-namespace.c (find_type_baseclass_by_name): New function.
301         * cp-support.h (find_type_baseclass_by_name): Declare.
302         * valops.c (value_struct_elt_for_reference): If we get
303         a non-static field, try to get a value based on the
304         current instance, if any.
305
306 2013-11-24  Yao Qi  <yao@codesourcery.com>
307
308         * disasm.c (dis_asm_read_memory): Call target_read_code
309         instead of target_read_memory.
310
311 2013-11-24  Yao Qi  <yao@codesourcery.com>
312
313         * NEWS: Add note on new "set code-cache" option.
314         * target-dcache.c (code_cache_enabled_1): New variable.
315         (code_cache_enabled): New variable.
316         (show_code_cache, set_code_cache): New function.
317         (code_cache_enabled_p): New function.
318         (_initialize_target_dcache): Register command.
319         * target-dcache.h (code_cache_enabled_p): Declare.
320         * target.c (memory_xfer_partial_1):Handle
321         TARGET_OBJECT_CODE_MEMORY and code_cache_enabled.
322         (target_read_code): New function.
323         * target.h (enum target_object) <TARGET_OBJECT_CODE_MEMORY>:
324         New.
325         (target_read_code): Declare.
326
327 2013-11-24  Yao Qi  <yao@codesourcery.com>
328
329         * target-dcache.c (stack_cache_enabled_p_1): Rename to ...
330         (stack_cache_enabled_1): ... this.  New variable.
331         (stack_cache_enabled_p): Rename to ...
332         (stack_cache_enabled): ... this.  New variable.
333         (set_stack_cache_enabled_p): Rename to ...
334         (set_stack_cache): ... this.  Update caller.
335         (show_stack_cache_enabled_p): Rename to ...
336         (show_stack_cache): ... this.  Update caller.
337         (stack_cache_enabled): Rename to ...
338         (stack_cache_enabled_p): ... this.  Update caller.
339         (_initialize_target_dcache): Replace "data cache" with
340         "target memory cache".
341         * target-dcache.h (stack_cache_enabled): Remove declaration.
342         (stack_cache_enabled_p): Add declaration.
343
344 2013-11-23  Doug Evans  <xdje42@gmail.com>
345
346         * python/py-frame.c (gdbpy_initialize_frames): Remove FIRST_ERROR,
347         superfluous.
348
349 2013-11-23  Doug Evans  <xdje42@gmail.com>
350
351         * python/py-frame.c (frapy_block): Fix error message text.
352
353 2013-11-23  Doug Evans  <xdje42@gmail.com>
354
355         * cli/cli-script.c (multi_line_command_p): New function.
356         (recurse_read_control_structure, read_command_lines_1): Call it.
357         (execute_control_command): Consistently have a blank line between
358         each case.
359
360 2013-11-22  Sterling Augustine  <saugustine@google.com>
361
362         PR gdb/16196:
363         * valprint.c (read_string): Set new variable fetchlen based on
364         fetchlimit and size.  Use it in call to partial_memory_read.
365         Update comment.
366
367 2013-11-22  Tom Tromey  <tromey@redhat.com>
368
369         PR backtrace/16155:
370         * dwarf2-frame.c (dwarf2_frame_cache): Set undefined_retaddr if
371         the return address column is unspecified.
372
373 2013-11-22  Tom Tromey  <tromey@redhat.com>
374             Pedro Alves  <palves@redhat.com>
375
376         PR backtrace/16155
377         * value.c (value_fetch_lazy): Internal error if
378         get_frame_register_value returns the same register.
379
380 2013-11-22  Pedro Alves  <palves@redhat.com>
381             Tom Tromey  <tromey@redhat.com>
382
383         * frame.c (frame_stash_add): Now returns whether a frame with the
384         same ID was already known.
385         (compute_frame_id): New function, factored out from get_frame_id.
386         (get_frame_id): No longer lazilly compute the frame id here.
387         (get_prev_frame_if_no_cycle): New function.  Detects wider stack
388         cycles.
389         (get_prev_frame_1): Use it instead of get_prev_frame_raw directly,
390         and checking for stack cycles here.
391
392 2013-11-22  Pedro Alves  <palves@redhat.com>
393
394         PR 16155
395         * frame.c (get_prev_frame_1): Do the UNWIND_SAME_ID check between
396         this frame and the new previous frame, not between this frame and
397         the next frame.
398
399 2013-11-22  Pedro Alves  <palves@redhat.com>
400
401         PR 16155
402         * dwarf2-frame.c (struct dwarf2_frame_cache)
403         <checked_tailcall_bottom, entry_cfa_sp_offset,
404         entry_cfa_sp_offset_p>: New fields.
405         (dwarf2_frame_cache): Adjust to use the new cache fields instead
406         of locals.  Don't call dwarf2_tailcall_sniffer_first here.
407         (dwarf2_frame_prev_register): Call it here, but only once.
408
409 2013-11-21  Doug Evans  <xdje42@gmail.com>
410
411         * gdbtypes.c: #include bcache.h, dwarf2loc.h.
412         (type_equality_entry): Move here from python/py-type.c.
413         (type_equality_entry_d): Ditto.
414         (compare_maybe_null_strings, check_types_equal): Ditto.
415         (check_types_worklist, types_deeply_equal): Ditto.
416         * gdbtypes.h (types_deeply_equal): Declare.
417         * python/py-type.c: Remove inclusion of bcache.h, dwarf2loc.h.
418         (typy_richcompare): Update.
419
420 2013-11-20  Joel Brobecker  <brobecker@adacore.com>
421
422         * python/py-value.c (is_intlike): Delete.
423         (valpy_int): Replace use of CHECK_TYPEDEF and is_intlike
424         by use of is_integral_type.
425         (valpy_long): Replace use of CHECK_TYPEDEF and is_intlike
426         by use of is_integral_type and check for TYPE_CODE_PTR.
427
428 2013-11-20  Tom Tromey  <tromey@redhat.com>
429
430         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Remove
431         strerror module.
432         * gnulib/aclocal.m4: Update.
433         * gnulib/config.in: Update.
434         * gnulib/configure: Update.
435         * gnulib/import/Makefile.am: Update.
436         * gnulib/import/Makefile.in: Update.
437         * gnulib/import/errno.in.h: Remove.
438         * gnulib/import/intprops.h: Remove.
439         * gnulib/import/m4/errno_h.m4: Remove.
440         * gnulib/import/m4/gnulib-cache.m4: Update.
441         * gnulib/import/m4/gnulib-comp.m4: Update.
442         * gnulib/import/m4/strerror.m4: Remove.
443         * gnulib/import/m4/sys_socket_h.m4: Remove.
444         * gnulib/import/strerror-override.c: Remove.
445         * gnulib/import/strerror-override.h: Remove.
446         * gnulib/import/strerror.c: Remove.
447         * gnulib/update-gnulib.sh: Update.
448
449 2013-11-20  Yao Qi  <yao@codesourcery.com>
450
451         * target-dcache.c (target_dcache_get_or_init): Call
452         set_address_space_data if 'dcache' is NULL.
453
454 2013-11-20  Walfred Tedeschi  <walfred.tedeschi@intel.com>
455
456         * common/i386-gcc-cpuid.h (bit_MPX): Synchronize with gcc file.
457
458 2013-11-20  Walfred Tedeschi  <walfred.tedeschi@intel.com>
459
460         * python/lib/gdb/command/bound_register.py: New file.
461         * data-directory/Makefile.in: Copy bond_register.py to the right path
462         to be initialized at gdb startup.
463
464 2013-11-20  Walfred Tedeschi  <walfred.tedeschi@intel.com>
465
466         * amd64-linux-nat.c (amd64_linux_gregset32_reg_offset):
467         Add MPX registers.
468         (amd64_linux_read_description): Add initialization for MPX and
469         AVX independently.
470         * amd64-linux-tdep.c: Includes features/i386/amd64-mpx-linux.c.
471         (amd64_linux_gregset_reg_offset): Add MPX registers.
472         (amd64_linux_core_read_description): Add initialization for MPX
473         registers.
474         (_initialize_amd64_linux_tdep): Initialize MPX targets.
475         * amd64-linux-tdep.h (AMD64_LINUX_RAX_REGNUM): Set it to the last
476         register on the list.
477         (tdesc_amd64_mpx_linux) Add new target  for MPX.
478         * amd64-tdep.c: Includes features/i386/amd64-mpx.c.
479         (amd64_mpx_names): MPX register names.
480         (amd64_init_abi): Add MPX register while initializing the ABI.
481         (_initialize_amd64_tdep): Initialize MPX targets.
482         * amd64-tdep.h (amd64_regnum): Add MPX registers.
483         (AMD64_NUM_REGS): Set number of registers taking MPX into account.
484
485 2013-11-20  Walfred Tedeschi  <walfred.tedeschi@intel.com>
486
487         * i386-linux-nat.c (GETXSTATEREGS_SUPPLIES): Add MPX
488         registers on the range of registers to be read from
489         xsave buffer.
490         (i386_linux_read_description): Add case for MPX.
491         * i386-linux-tdep.c: Include features/i386/i386-mpx-linux.c.
492         (i386_linux_gregset_reg_offset): Add MPX registers.
493         (i386_linux_core_read_description): Initialize also MPX.
494         (_initialize_i386_linux_tdep): Add mpx initialization.
495         * i386-tdep.h (gdbarch_tdep): Add fields bnd0r_regnum, bnd0_regnum,
496         mpx_register_names.
497         (i386_regnum): Add MPX registers.
498         (I386_MPX_NUM_REGS): New macro.
499         (i386_bnd_regnum_p): New function.
500         * i386-linux-tdep.h (I386_LINUX_NUM_REGS): Set
501         number of registers to be the number of BNDSTATUS.
502         (tdesc_i386_mpx_linux): Add description for MPX Linux registers.
503         * i386-tdep.c: Include features/i386/i386-mpx.c.
504         (i386_mpx_names): Add MPX register names array.
505         (i386_bnd_names): Add bnd pseudo register names array.
506         (i386_bndr_regnum_p): Lookup register numbers for bnd raw
507         registers.
508         (i386_bndr_regnum_p): Lookup register numbers for bnd raw registers.
509         (386_mpx_ctrl_regnum_p): Lookup register numbers for MPX control
510         registers.
511         (i386_bnd_type): New function.
512         (i386_pseudo_register_type): Use i386_bnd_type for bnd pseudo
513         register types.
514         (i386_pseudo_register_read_into_value): Add bnd case.
515         (i386_pseudo_register_write): Add bnd pseudo registers.
516         (i386_register_reggroup_p): Add MPX register to the group all.
517         (i386_validate_tdesc_p): Add MPX to the target  description
518         validation.
519         (i386_pseudo_register_name): Add bnd pseudo registers.
520         (i386_gdbarch_init): Add MPX for architecture initialization.
521         (_initia_initialize_i386_tdep): Add mpx initialization.
522         * i387-tdep.c (xsave_mpx_offset): New vector for MPX offsets on
523         XSAVE buffer.
524         (XSAVE_MPX_ADDR): New macro.
525         (i387_supply_xsave): Add MPX case.
526         (i387_collect_xsave): Add MPX case.
527         * i387-tdep.h (I387_BND0R_REGNUM): New macro.
528         (I387_BNDCFGU_REGNUM): New macro.
529         (I387_NUM_MPX_REGS): New macro.
530         (I387_NUM_BND_REGS): New macro.
531         (I387_NUM_MPX_CTRL_REGS): New macro.
532         (I387_MPXEND_REGNUM): New macro.
533         * common/i386-xstate.h (I386_XSTATE_BNDREGS): New macro.
534         (I386_XSTATE_BNDCFG): Likewise.
535         (I386_XSTATE_MPX_MASK): Likewise.
536         (I386_XSTATE_ALL_MASK): New macro represents flags for all states.
537         (I386_XSTATE_BNDREGS_SIZE): New macro.
538         (I386_XSTATE_BNDCFG_SIZE): Likewise.
539         (I386_XSTATE_SIZE): Adapt for MPX.
540         (I386_XSTATE_MAX_SIZE): Likewise.
541
542 2013-11-20  Walfred Tedeschi  <walfred.tedeschi@intel.com>
543
544         * features/i386/Makefile: Adapts for using MPX registers.
545         * features/i386/32bit-mpx.xml: New file.
546         * features/i386/64bit-mpx.xml: Likewise.
547         * features/i386/amd64-mpx-linux.c: Likewise.
548         * features/i386/amd64-mpx-linux.xml: Likewise.
549         * features/i386/amd64-mpx.c: Likewise.
550         * features/i386/amd64-mpx.xml: Likewise.
551         * features/i386/i386-mpx-linux.c: Likewise.
552         * features/i386/i386-mpx-linux.xml: Likewise.
553         * features/i386/i386-mpx.c: Likewise.
554         * features/i386/i386-mpx.xml: Likewise.
555         * regformats/i386/amd64-mpx-linux.dat: New file.
556         * regformats/i386/amd64-mpx.dat: Likewise.
557         * regformats/i386/i386-mpx-linux.dat: Likewise.
558         * regformats/i386/i386-mpx.dat: Likewise.
559
560 2013-11-20  Walfred Tedeschi  <walfred.tedeschi@intel.com>
561
562         * target-descriptions.c (maint_print_maint_print_c_tdesc_cmd):
563         Modified logic of creating a bitfield to be in sync with
564         tdesc_gdb_type.
565
566 2013-11-20  Will Newton  <will.newton@linaro.org>
567
568         * arm-tdep.c (arm_get_next_pc): Remove "Infinite loop detected"
569         error message.
570
571 2013-11-20  Yao Qi  <yao@codesourcery.com>
572
573         * progspace.h (struct address_space_data): Declare.
574         * target-dcache.c: Include "progspace.h".
575         (target_dache): Remove.
576         (target_dcache_aspace_key): New.
577         (target_dcache_cleanup): New function.
578         (target_dcache_init_p): Get data through
579         target_dcache_aspace_key.
580         (target_dcache_invalidate): Likewise.
581         (target_dcache_get): Likewise.
582         (target_dcache_get_or_init): Likewise.
583         (_initialize_target_dcache): Initialize
584         target_dcache_aspace_key.
585
586 2013-11-20  Yao Qi  <yao@codesourcery.com>
587
588         * progspace.c (struct address_space): Update comments.
589         <REGISTRY_FIELDS>: New fields.
590         DEFINE_REGISTRY for address_space.
591         (new_address_space): Call address_space_alloc_data.
592         (free_address_space): Call address_space_free_data.
593         * progspace.h: Use DECLARE_REGISTRY.
594
595 2013-11-20  Yao Qi  <yao@codesourcery.com>
596
597         * Makefile.in (SFILES):Add target-dcache.c.
598         (HFILES_NO_SRCDIR): Add target-dcache.h.
599         (COMMON_OBS): Add target-dcache.o.
600         * dcache.c: Remove inclusion to "target.h".  Include
601         "target-dcache.h".
602         * memattr.c: Include "target-dcache.h".
603         * top.c: Likewise.
604         * tracepoint.c: Likewise.
605         * target.c: (stack_cache_enabled_p_1): Move to
606         target-dcache.c.
607         (stack_cache_enabled_p): Likewise.
608         (set_stack_cache_enabled_p): Likewise.
609         (show_stack_cache_enabled_p): Likewise.
610         (target_dcache, target_dcache_init_p): Likewise.
611         (target_dcache_invalidate): Likewise.
612         (target_dcache_get, target_dcache_get_or_init): Likewise.
613         (memory_xfer_partial_1): Call function stack_cache_enabled.
614         (initialize_target): Move code to target-dcache.c.
615         * target.h (target_dcache_invalidate): Move to
616         target-dcache.h.
617         (target_dcache_get): Likewise.
618         * target-dcache.c: New.
619         * target-dcache.h: New.
620
621 2013-11-20  Yao Qi  <yao@codesourcery.com>
622
623         * target.c (memory_xfer_partial_1): Update 'target_dcache' if
624         it is initialized.
625
626 2013-11-20  Yao Qi  <yao@codesourcery.com>
627
628         * dcache.c (last_cache): Remove.
629         (dcache_free, dcache_init): Update.
630         (dcache_update):
631         (dcache_print_line): Add parameter 'dcache'.  Replace
632         'target_dcache' with 'dcache'.
633         (dcache_info): Move code to dcache_info_1. Call
634         'dcache_info_1'.
635         (dcache_info_1): New function.
636         (set_dcache_size): Call target_dcache_invalidate.
637         (set_dcache_line_size): Call target_dcache_invalidate.
638         * target.c (target_dcache_init_p): New function.
639         (target_dcache_invalidate): Check target_dcache_init_p first.
640         (target_dcache_get, target_dcache_get_or_init): New function.
641         (memory_xfer_partial_1): Adjust.
642         (initialize_target): Don't initialize 'target_dcache'.
643         * target.h (struct dcache_struct): Declare.
644         (target_dcache_get): Declare.
645
646 2013-11-19  Yao Qi  <yao@codesourcery.com>
647
648         * varobj.c (varobj_get_type): Fix typo.
649
650 2013-11-19  Joel Brobecker  <brobecker@adacore.com>
651
652         * python/py-value.c (is_intlike): Add TYPE_CODE_RANGE handling.
653
654 2013-11-19  Joel Brobecker  <brobecker@adacore.com>
655
656         * contrib/ari/gdb_ari.sh: Remove checks for "dirent.h" and
657         "stat.h".
658
659 2013-11-18  Tom Tromey  <tromey@redhat.com>
660
661         * common/gdb_stat.h: Remove.
662         * ada-lang.c: Use sys/stat.h, not gdb_stat.h.
663         * common/filestuff.c: Use sys/stat.h, not gdb_stat.h.
664         * common/linux-osdata.c: Use sys/stat.h, not gdb_stat.h.
665         * corefile.c: Use sys/stat.h, not gdb_stat.h.
666         * ctf.c: Use sys/stat.h, not gdb_stat.h.
667         * darwin-nat.c: Use sys/stat.h, not gdb_stat.h.
668         * dbxread.c: Use sys/stat.h, not gdb_stat.h.
669         * dwarf2read.c: Use sys/stat.h, not gdb_stat.h.
670         * exec.c: Use sys/stat.h, not gdb_stat.h.
671         * gdbserver/linux-low.c: Use sys/stat.h, not gdb_stat.h.
672         * gdbserver/remote-utils.c: Use sys/stat.h, not gdb_stat.h.
673         * inf-child.c: Use sys/stat.h, not gdb_stat.h.
674         * jit.c: Use sys/stat.h, not gdb_stat.h.
675         * linux-nat.c: Use sys/stat.h, not gdb_stat.h.
676         * m68klinux-nat.c: Use sys/stat.h, not gdb_stat.h.
677         * main.c: Use sys/stat.h, not gdb_stat.h.
678         * mdebugread.c: Use sys/stat.h, not gdb_stat.h.
679         * mi/mi-cmd-env.c: Use sys/stat.h, not gdb_stat.h.
680         * nto-tdep.c: Use sys/stat.h, not gdb_stat.h.
681         * objfiles.c: Use sys/stat.h, not gdb_stat.h.
682         * procfs.c: Use sys/stat.h, not gdb_stat.h.
683         * remote-fileio.c: Use sys/stat.h, not gdb_stat.h.
684         * remote-mips.c: Use sys/stat.h, not gdb_stat.h.
685         * remote.c: Use sys/stat.h, not gdb_stat.h.
686         * rs6000-nat.c: Use sys/stat.h, not gdb_stat.h.
687         * sol-thread.c: Use sys/stat.h, not gdb_stat.h.
688         * solib-spu.c: Use sys/stat.h, not gdb_stat.h.
689         * source.c: Use sys/stat.h, not gdb_stat.h.
690         * symfile.c: Use sys/stat.h, not gdb_stat.h.
691         * symmisc.c: Use sys/stat.h, not gdb_stat.h.
692         * symtab.c: Use sys/stat.h, not gdb_stat.h.
693         * top.c: Use sys/stat.h, not gdb_stat.h.
694         * xcoffread.c: Use sys/stat.h, not gdb_stat.h.
695
696 2013-11-18  Tom Tromey  <tromey@redhat.com>
697
698         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add
699         sys_stat.
700         * gnulib/aclocal.m4: Update.
701         * gnulib/config.in: Update.
702         * gnulib/configure: Update.
703         * gnulib/import/Makefile.am: Update.
704         * gnulib/import/Makefile.in: Update.
705         * gnulib/import/m4/gnulib-cache.m4: Update.
706         * gnulib/import/m4/gnulib-comp.m4: Update.
707         * gnulib/import/m4/sys_stat_h.m4: New.
708         * gnulib/import/m4/time_h.m4: New.
709         * gnulib/import/sys_stat.in.h: New.
710         * gnulib/import/time.in.h: New.
711
712 2013-11-18  Tom Tromey  <tromey@redhat.com>
713
714         * configure: Rebuild.
715         * configure.ac: Remove check of HAVE_SYS_TYPES_H.
716
717 2013-11-18  Tom Tromey  <tromey@redhat.com>
718
719         * configure: Rebuild.
720         * configure.ac: Don't check for unistd.h.
721
722 2013-11-18  Tom Tromey  <tromey@redhat.com>
723
724         * configure: Rebuild.
725         * configure.ac: Don't check for stdlib.h
726         * defs.h: Include stdlib.h unconditionally.
727
728 2013-11-18  Tom Tromey  <tromey@redhat.com>
729
730         * config.in: Rebuild.
731         * configure: Rebuild.
732         * configure.ac: Don't check for stddef.h.
733         * defs.h: Unconditionally include stddef.h.  Remove duplicate
734         inclusion.
735
736 2013-11-18  Tom Tromey  <tromey@redhat.com>
737
738         * common/common.m4 (GDB_AC_COMMON): Don't use AC_HEADER_DIRENT.
739         * common/gdb_dirent.h: Remove.
740         * common/filestuff.c: Use dirent.h.
741         * common/linux-osdata.c: Use dirent.h.
742         (NAMELEN): Define.
743         * config.in: Rebuild.
744         * configure: Rebuild.
745         * configure.ac: Don't use AC_HEADER_DIRENT.
746         * linux-fork.c: Use dirent.h
747         * linux-nat.c: Use dirent.h.
748         * nto-procfs.c: Use dirent.h.
749         * procfs.c: Use dirent.h.
750
751 2013-11-18  Tom Tromey  <tromey@redhat.com>
752
753         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add dirent.
754         * gnulib/aclocal.m4: Update.
755         * gnulib/config.in: Update.
756         * gnulib/configure: Update.
757         * gnulib/import/Makefile.am: Update.
758         * gnulib/import/Makefile.in: Update.
759         * gnulib/import/dirent.in.h: New.
760         * gnulib/import/m4/dirent_h.m4: New.
761         * gnulib/import/m4/gnulib-cache.m4: Update.
762         * gnulib/import/m4/gnulib-comp.m4: Update.
763
764 2013-11-18  Tom Tromey  <tromey@redhat.com>
765
766         * configure: Rebuild.
767         * common/common.m4 (GDB_AC_COMMON): Don't check for string.h or
768         strings.h.
769
770 2013-11-18  Tom Tromey  <tromey@redhat.com>
771
772         * common/gdb_string.h: Remove.
773         * aarch64-tdep.c: Use string.h, not gdb_string.h.
774         * ada-exp.y: Use string.h, not gdb_string.h.
775         * ada-lang.c: Use string.h, not gdb_string.h.
776         * ada-lex.l: Use string.h, not gdb_string.h.
777         * ada-typeprint.c: Use string.h, not gdb_string.h.
778         * ada-valprint.c: Use string.h, not gdb_string.h.
779         * aix-thread.c: Use string.h, not gdb_string.h.
780         * alpha-linux-tdep.c: Use string.h, not gdb_string.h.
781         * alpha-mdebug-tdep.c: Use string.h, not gdb_string.h.
782         * alpha-nat.c: Use string.h, not gdb_string.h.
783         * alpha-osf1-tdep.c: Use string.h, not gdb_string.h.
784         * alpha-tdep.c: Use string.h, not gdb_string.h.
785         * alphanbsd-tdep.c: Use string.h, not gdb_string.h.
786         * amd64-dicos-tdep.c: Use string.h, not gdb_string.h.
787         * amd64-linux-nat.c: Use string.h, not gdb_string.h.
788         * amd64-linux-tdep.c: Use string.h, not gdb_string.h.
789         * amd64-nat.c: Use string.h, not gdb_string.h.
790         * amd64-sol2-tdep.c: Use string.h, not gdb_string.h.
791         * amd64fbsd-tdep.c: Use string.h, not gdb_string.h.
792         * amd64obsd-tdep.c: Use string.h, not gdb_string.h.
793         * arch-utils.c: Use string.h, not gdb_string.h.
794         * arm-linux-nat.c: Use string.h, not gdb_string.h.
795         * arm-linux-tdep.c: Use string.h, not gdb_string.h.
796         * arm-tdep.c: Use string.h, not gdb_string.h.
797         * arm-wince-tdep.c: Use string.h, not gdb_string.h.
798         * armbsd-tdep.c: Use string.h, not gdb_string.h.
799         * armnbsd-nat.c: Use string.h, not gdb_string.h.
800         * armnbsd-tdep.c: Use string.h, not gdb_string.h.
801         * armobsd-tdep.c: Use string.h, not gdb_string.h.
802         * avr-tdep.c: Use string.h, not gdb_string.h.
803         * ax-gdb.c: Use string.h, not gdb_string.h.
804         * ax-general.c: Use string.h, not gdb_string.h.
805         * bcache.c: Use string.h, not gdb_string.h.
806         * bfin-tdep.c: Use string.h, not gdb_string.h.
807         * breakpoint.c: Use string.h, not gdb_string.h.
808         * build-id.c: Use string.h, not gdb_string.h.
809         * buildsym.c: Use string.h, not gdb_string.h.
810         * c-exp.y: Use string.h, not gdb_string.h.
811         * c-lang.c: Use string.h, not gdb_string.h.
812         * c-typeprint.c: Use string.h, not gdb_string.h.
813         * c-valprint.c: Use string.h, not gdb_string.h.
814         * charset.c: Use string.h, not gdb_string.h.
815         * cli-out.c: Use string.h, not gdb_string.h.
816         * cli/cli-cmds.c: Use string.h, not gdb_string.h.
817         * cli/cli-decode.c: Use string.h, not gdb_string.h.
818         * cli/cli-dump.c: Use string.h, not gdb_string.h.
819         * cli/cli-interp.c: Use string.h, not gdb_string.h.
820         * cli/cli-logging.c: Use string.h, not gdb_string.h.
821         * cli/cli-script.c: Use string.h, not gdb_string.h.
822         * cli/cli-setshow.c: Use string.h, not gdb_string.h.
823         * cli/cli-utils.c: Use string.h, not gdb_string.h.
824         * coffread.c: Use string.h, not gdb_string.h.
825         * common/common-utils.c: Use string.h, not gdb_string.h.
826         * common/filestuff.c: Use string.h, not gdb_string.h.
827         * common/linux-procfs.c: Use string.h, not gdb_string.h.
828         * common/linux-ptrace.c: Use string.h, not gdb_string.h.
829         * common/signals.c: Use string.h, not gdb_string.h.
830         * common/vec.h: Use string.h, not gdb_string.h.
831         * core-regset.c: Use string.h, not gdb_string.h.
832         * corefile.c: Use string.h, not gdb_string.h.
833         * corelow.c: Use string.h, not gdb_string.h.
834         * cp-abi.c: Use string.h, not gdb_string.h.
835         * cp-support.c: Use string.h, not gdb_string.h.
836         * cp-valprint.c: Use string.h, not gdb_string.h.
837         * cris-tdep.c: Use string.h, not gdb_string.h.
838         * d-lang.c: Use string.h, not gdb_string.h.
839         * dbxread.c: Use string.h, not gdb_string.h.
840         * dcache.c: Use string.h, not gdb_string.h.
841         * demangle.c: Use string.h, not gdb_string.h.
842         * dicos-tdep.c: Use string.h, not gdb_string.h.
843         * disasm.c: Use string.h, not gdb_string.h.
844         * doublest.c: Use string.h, not gdb_string.h.
845         * dsrec.c: Use string.h, not gdb_string.h.
846         * dummy-frame.c: Use string.h, not gdb_string.h.
847         * dwarf2-frame.c: Use string.h, not gdb_string.h.
848         * dwarf2loc.c: Use string.h, not gdb_string.h.
849         * dwarf2read.c: Use string.h, not gdb_string.h.
850         * elfread.c: Use string.h, not gdb_string.h.
851         * environ.c: Use string.h, not gdb_string.h.
852         * eval.c: Use string.h, not gdb_string.h.
853         * event-loop.c: Use string.h, not gdb_string.h.
854         * exceptions.c: Use string.h, not gdb_string.h.
855         * exec.c: Use string.h, not gdb_string.h.
856         * expprint.c: Use string.h, not gdb_string.h.
857         * f-exp.y: Use string.h, not gdb_string.h.
858         * f-lang.c: Use string.h, not gdb_string.h.
859         * f-typeprint.c: Use string.h, not gdb_string.h.
860         * f-valprint.c: Use string.h, not gdb_string.h.
861         * fbsd-nat.c: Use string.h, not gdb_string.h.
862         * findcmd.c: Use string.h, not gdb_string.h.
863         * findvar.c: Use string.h, not gdb_string.h.
864         * fork-child.c: Use string.h, not gdb_string.h.
865         * frame.c: Use string.h, not gdb_string.h.
866         * frv-linux-tdep.c: Use string.h, not gdb_string.h.
867         * frv-tdep.c: Use string.h, not gdb_string.h.
868         * gdb.c: Use string.h, not gdb_string.h.
869         * gdb_bfd.c: Use string.h, not gdb_string.h.
870         * gdbarch.c: Use string.h, not gdb_string.h.
871         * gdbtypes.c: Use string.h, not gdb_string.h.
872         * gnu-nat.c: Use string.h, not gdb_string.h.
873         * gnu-v2-abi.c: Use string.h, not gdb_string.h.
874         * gnu-v3-abi.c: Use string.h, not gdb_string.h.
875         * go-exp.y: Use string.h, not gdb_string.h.
876         * go-lang.c: Use string.h, not gdb_string.h.
877         * go32-nat.c: Use string.h, not gdb_string.h.
878         * hppa-hpux-tdep.c: Use string.h, not gdb_string.h.
879         * hppa-linux-nat.c: Use string.h, not gdb_string.h.
880         * hppanbsd-tdep.c: Use string.h, not gdb_string.h.
881         * hppaobsd-tdep.c: Use string.h, not gdb_string.h.
882         * i386-cygwin-tdep.c: Use string.h, not gdb_string.h.
883         * i386-dicos-tdep.c: Use string.h, not gdb_string.h.
884         * i386-linux-nat.c: Use string.h, not gdb_string.h.
885         * i386-linux-tdep.c: Use string.h, not gdb_string.h.
886         * i386-nto-tdep.c: Use string.h, not gdb_string.h.
887         * i386-sol2-tdep.c: Use string.h, not gdb_string.h.
888         * i386-tdep.c: Use string.h, not gdb_string.h.
889         * i386bsd-tdep.c: Use string.h, not gdb_string.h.
890         * i386gnu-nat.c: Use string.h, not gdb_string.h.
891         * i386nbsd-tdep.c: Use string.h, not gdb_string.h.
892         * i386obsd-tdep.c: Use string.h, not gdb_string.h.
893         * i387-tdep.c: Use string.h, not gdb_string.h.
894         * ia64-libunwind-tdep.c: Use string.h, not gdb_string.h.
895         * ia64-linux-nat.c: Use string.h, not gdb_string.h.
896         * inf-child.c: Use string.h, not gdb_string.h.
897         * inf-ptrace.c: Use string.h, not gdb_string.h.
898         * inf-ttrace.c: Use string.h, not gdb_string.h.
899         * infcall.c: Use string.h, not gdb_string.h.
900         * infcmd.c: Use string.h, not gdb_string.h.
901         * inflow.c: Use string.h, not gdb_string.h.
902         * infrun.c: Use string.h, not gdb_string.h.
903         * interps.c: Use string.h, not gdb_string.h.
904         * iq2000-tdep.c: Use string.h, not gdb_string.h.
905         * irix5-nat.c: Use string.h, not gdb_string.h.
906         * jv-exp.y: Use string.h, not gdb_string.h.
907         * jv-lang.c: Use string.h, not gdb_string.h.
908         * jv-typeprint.c: Use string.h, not gdb_string.h.
909         * jv-valprint.c: Use string.h, not gdb_string.h.
910         * language.c: Use string.h, not gdb_string.h.
911         * linux-fork.c: Use string.h, not gdb_string.h.
912         * linux-nat.c: Use string.h, not gdb_string.h.
913         * lm32-tdep.c: Use string.h, not gdb_string.h.
914         * m2-exp.y: Use string.h, not gdb_string.h.
915         * m2-typeprint.c: Use string.h, not gdb_string.h.
916         * m32c-tdep.c: Use string.h, not gdb_string.h.
917         * m32r-linux-nat.c: Use string.h, not gdb_string.h.
918         * m32r-linux-tdep.c: Use string.h, not gdb_string.h.
919         * m32r-rom.c: Use string.h, not gdb_string.h.
920         * m32r-tdep.c: Use string.h, not gdb_string.h.
921         * m68hc11-tdep.c: Use string.h, not gdb_string.h.
922         * m68k-tdep.c: Use string.h, not gdb_string.h.
923         * m68kbsd-tdep.c: Use string.h, not gdb_string.h.
924         * m68klinux-nat.c: Use string.h, not gdb_string.h.
925         * m68klinux-tdep.c: Use string.h, not gdb_string.h.
926         * m88k-tdep.c: Use string.h, not gdb_string.h.
927         * macrocmd.c: Use string.h, not gdb_string.h.
928         * main.c: Use string.h, not gdb_string.h.
929         * mdebugread.c: Use string.h, not gdb_string.h.
930         * mem-break.c: Use string.h, not gdb_string.h.
931         * memattr.c: Use string.h, not gdb_string.h.
932         * memory-map.c: Use string.h, not gdb_string.h.
933         * mep-tdep.c: Use string.h, not gdb_string.h.
934         * mi/mi-cmd-break.c: Use string.h, not gdb_string.h.
935         * mi/mi-cmd-disas.c: Use string.h, not gdb_string.h.
936         * mi/mi-cmd-env.c: Use string.h, not gdb_string.h.
937         * mi/mi-cmd-stack.c: Use string.h, not gdb_string.h.
938         * mi/mi-cmd-var.c: Use string.h, not gdb_string.h.
939         * mi/mi-cmds.c: Use string.h, not gdb_string.h.
940         * mi/mi-console.c: Use string.h, not gdb_string.h.
941         * mi/mi-getopt.c: Use string.h, not gdb_string.h.
942         * mi/mi-interp.c: Use string.h, not gdb_string.h.
943         * mi/mi-main.c: Use string.h, not gdb_string.h.
944         * mi/mi-parse.c: Use string.h, not gdb_string.h.
945         * microblaze-rom.c: Use string.h, not gdb_string.h.
946         * microblaze-tdep.c: Use string.h, not gdb_string.h.
947         * mingw-hdep.c: Use string.h, not gdb_string.h.
948         * minidebug.c: Use string.h, not gdb_string.h.
949         * minsyms.c: Use string.h, not gdb_string.h.
950         * mips-irix-tdep.c: Use string.h, not gdb_string.h.
951         * mips-linux-tdep.c: Use string.h, not gdb_string.h.
952         * mips-tdep.c: Use string.h, not gdb_string.h.
953         * mips64obsd-tdep.c: Use string.h, not gdb_string.h.
954         * mipsnbsd-tdep.c: Use string.h, not gdb_string.h.
955         * mipsread.c: Use string.h, not gdb_string.h.
956         * mn10300-linux-tdep.c: Use string.h, not gdb_string.h.
957         * mn10300-tdep.c: Use string.h, not gdb_string.h.
958         * monitor.c: Use string.h, not gdb_string.h.
959         * moxie-tdep.c: Use string.h, not gdb_string.h.
960         * mt-tdep.c: Use string.h, not gdb_string.h.
961         * nbsd-tdep.c: Use string.h, not gdb_string.h.
962         * nios2-linux-tdep.c: Use string.h, not gdb_string.h.
963         * nto-procfs.c: Use string.h, not gdb_string.h.
964         * nto-tdep.c: Use string.h, not gdb_string.h.
965         * objc-lang.c: Use string.h, not gdb_string.h.
966         * objfiles.c: Use string.h, not gdb_string.h.
967         * opencl-lang.c: Use string.h, not gdb_string.h.
968         * osabi.c: Use string.h, not gdb_string.h.
969         * osdata.c: Use string.h, not gdb_string.h.
970         * p-exp.y: Use string.h, not gdb_string.h.
971         * p-lang.c: Use string.h, not gdb_string.h.
972         * p-typeprint.c: Use string.h, not gdb_string.h.
973         * parse.c: Use string.h, not gdb_string.h.
974         * posix-hdep.c: Use string.h, not gdb_string.h.
975         * ppc-linux-nat.c: Use string.h, not gdb_string.h.
976         * ppc-sysv-tdep.c: Use string.h, not gdb_string.h.
977         * ppcfbsd-tdep.c: Use string.h, not gdb_string.h.
978         * ppcnbsd-tdep.c: Use string.h, not gdb_string.h.
979         * ppcobsd-tdep.c: Use string.h, not gdb_string.h.
980         * printcmd.c: Use string.h, not gdb_string.h.
981         * procfs.c: Use string.h, not gdb_string.h.
982         * prologue-value.c: Use string.h, not gdb_string.h.
983         * python/py-auto-load.c: Use string.h, not gdb_string.h.
984         * python/py-gdb-readline.c: Use string.h, not gdb_string.h.
985         * ravenscar-thread.c: Use string.h, not gdb_string.h.
986         * regcache.c: Use string.h, not gdb_string.h.
987         * registry.c: Use string.h, not gdb_string.h.
988         * remote-fileio.c: Use string.h, not gdb_string.h.
989         * remote-m32r-sdi.c: Use string.h, not gdb_string.h.
990         * remote-mips.c: Use string.h, not gdb_string.h.
991         * remote-sim.c: Use string.h, not gdb_string.h.
992         * remote.c: Use string.h, not gdb_string.h.
993         * reverse.c: Use string.h, not gdb_string.h.
994         * rs6000-aix-tdep.c: Use string.h, not gdb_string.h.
995         * ser-base.c: Use string.h, not gdb_string.h.
996         * ser-go32.c: Use string.h, not gdb_string.h.
997         * ser-mingw.c: Use string.h, not gdb_string.h.
998         * ser-pipe.c: Use string.h, not gdb_string.h.
999         * ser-tcp.c: Use string.h, not gdb_string.h.
1000         * ser-unix.c: Use string.h, not gdb_string.h.
1001         * serial.c: Use string.h, not gdb_string.h.
1002         * sh-tdep.c: Use string.h, not gdb_string.h.
1003         * sh64-tdep.c: Use string.h, not gdb_string.h.
1004         * shnbsd-tdep.c: Use string.h, not gdb_string.h.
1005         * skip.c: Use string.h, not gdb_string.h.
1006         * sol-thread.c: Use string.h, not gdb_string.h.
1007         * solib-dsbt.c: Use string.h, not gdb_string.h.
1008         * solib-frv.c: Use string.h, not gdb_string.h.
1009         * solib-osf.c: Use string.h, not gdb_string.h.
1010         * solib-spu.c: Use string.h, not gdb_string.h.
1011         * solib-target.c: Use string.h, not gdb_string.h.
1012         * solib.c: Use string.h, not gdb_string.h.
1013         * somread.c: Use string.h, not gdb_string.h.
1014         * source.c: Use string.h, not gdb_string.h.
1015         * sparc-nat.c: Use string.h, not gdb_string.h.
1016         * sparc-sol2-tdep.c: Use string.h, not gdb_string.h.
1017         * sparc-tdep.c: Use string.h, not gdb_string.h.
1018         * sparc64-tdep.c: Use string.h, not gdb_string.h.
1019         * sparc64fbsd-tdep.c: Use string.h, not gdb_string.h.
1020         * sparc64nbsd-tdep.c: Use string.h, not gdb_string.h.
1021         * sparcnbsd-tdep.c: Use string.h, not gdb_string.h.
1022         * spu-linux-nat.c: Use string.h, not gdb_string.h.
1023         * spu-multiarch.c: Use string.h, not gdb_string.h.
1024         * spu-tdep.c: Use string.h, not gdb_string.h.
1025         * stabsread.c: Use string.h, not gdb_string.h.
1026         * stack.c: Use string.h, not gdb_string.h.
1027         * std-regs.c: Use string.h, not gdb_string.h.
1028         * symfile.c: Use string.h, not gdb_string.h.
1029         * symmisc.c: Use string.h, not gdb_string.h.
1030         * symtab.c: Use string.h, not gdb_string.h.
1031         * target.c: Use string.h, not gdb_string.h.
1032         * thread.c: Use string.h, not gdb_string.h.
1033         * tilegx-linux-nat.c: Use string.h, not gdb_string.h.
1034         * tilegx-tdep.c: Use string.h, not gdb_string.h.
1035         * top.c: Use string.h, not gdb_string.h.
1036         * tracepoint.c: Use string.h, not gdb_string.h.
1037         * tui/tui-command.c: Use string.h, not gdb_string.h.
1038         * tui/tui-data.c: Use string.h, not gdb_string.h.
1039         * tui/tui-disasm.c: Use string.h, not gdb_string.h.
1040         * tui/tui-file.c: Use string.h, not gdb_string.h.
1041         * tui/tui-layout.c: Use string.h, not gdb_string.h.
1042         * tui/tui-out.c: Use string.h, not gdb_string.h.
1043         * tui/tui-regs.c: Use string.h, not gdb_string.h.
1044         * tui/tui-source.c: Use string.h, not gdb_string.h.
1045         * tui/tui-stack.c: Use string.h, not gdb_string.h.
1046         * tui/tui-win.c: Use string.h, not gdb_string.h.
1047         * tui/tui-windata.c: Use string.h, not gdb_string.h.
1048         * tui/tui-winsource.c: Use string.h, not gdb_string.h.
1049         * typeprint.c: Use string.h, not gdb_string.h.
1050         * ui-file.c: Use string.h, not gdb_string.h.
1051         * ui-out.c: Use string.h, not gdb_string.h.
1052         * user-regs.c: Use string.h, not gdb_string.h.
1053         * utils.c: Use string.h, not gdb_string.h.
1054         * v850-tdep.c: Use string.h, not gdb_string.h.
1055         * valarith.c: Use string.h, not gdb_string.h.
1056         * valops.c: Use string.h, not gdb_string.h.
1057         * valprint.c: Use string.h, not gdb_string.h.
1058         * value.c: Use string.h, not gdb_string.h.
1059         * varobj.c: Use string.h, not gdb_string.h.
1060         * vax-tdep.c: Use string.h, not gdb_string.h.
1061         * vaxnbsd-tdep.c: Use string.h, not gdb_string.h.
1062         * vaxobsd-tdep.c: Use string.h, not gdb_string.h.
1063         * windows-nat.c: Use string.h, not gdb_string.h.
1064         * xcoffread.c: Use string.h, not gdb_string.h.
1065         * xml-support.c: Use string.h, not gdb_string.h.
1066         * xstormy16-tdep.c: Use string.h, not gdb_string.h.
1067         * xtensa-linux-nat.c: Use string.h, not gdb_string.h.
1068
1069 2013-11-18  Tom Tromey  <tromey@redhat.com>
1070
1071         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strerror
1072         and strstr.
1073         * gnulib/aclocal.m4: Update.
1074         * gnulib/config.in: Update.
1075         * gnulib/configure: Update.
1076         * gnulib/import/Makefile.am: Update.
1077         * gnulib/import/Makefile.in: Update.
1078         * gnulib/import/errno.in.h: New.
1079         * gnulib/import/intprops.h: New.
1080         * gnulib/import/m4/errno_h.m4: New.
1081         * gnulib/import/m4/gnulib-cache.m4: Update.
1082         * gnulib/import/m4/gnulib-comp.m4: Update.
1083         * gnulib/import/m4/strerror.m4: New.
1084         * gnulib/import/m4/strstr.m4: New.
1085         * gnulib/import/m4/sys_socket_h.m4: New.
1086         * gnulib/import/strerror-override.c: New.
1087         * gnulib/import/strerror-override.h: New.
1088         * gnulib/import/strerror.c: New.
1089         * gnulib/import/strstr.c: New.
1090
1091 2013-11-18  Tom Tromey  <tromey@redhat.com>
1092
1093         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Split into
1094         multiple lines.
1095
1096 2013-11-18  Jose E. Marchesi  <jose.marchesi@oracle.com>
1097
1098         * sparc-tdep.c (sparc_is_annulled_branch_insn): New function.
1099         * sparc-tdep.h: And its prototype.
1100
1101         * sparc64-linux-tdep.c (sparc64_linux_get_longjmp_target): New
1102         function.
1103         (sparc64_linux_init_abi): Register the get_longjmp_target hook.
1104
1105 2013-11-18  Pedro Alves  <palves@redhat.com>
1106
1107         * dwarf2-frame.c (read_addr_from_reg): Remove stale comment and
1108         use unpack_pointer.
1109
1110 2013-11-18  Joel Brobecker  <brobecker@adacore.com>
1111
1112         * mi/mi-main.c (mi_cmd_list_features): Add "language-options"
1113         to -list-features output.
1114
1115 2013-11-17  Joel Brobecker  <brobecker@adacore.com>
1116
1117         * dwarf2expr.h (struct dwarf_expr_context_funcs)
1118         <read_addr_from_reg>: Renames "read_reg".
1119         * dwarf2-frame.c (read_addr_from_reg): Renames "read_reg".
1120         Adjust comment.
1121         (dwarf2_frame_ctx_funcs, execute_stack_op, dwarf2_frame_cache):
1122         Use read_addr_from_reg in place of read_reg.
1123         * dwarf2expr.c (execute_stack_op): Use read_addr_from_reg
1124         in place of read_reg.
1125         * dwarf2loc.c (dwarf_expr_read_addr_from_reg): Renames
1126         dwarf_expr_read_reg.
1127         (dwarf_expr_ctx_funcs): Replace dwarf_expr_read_reg
1128         with dwarf_expr_read_addr_from_reg.
1129         (needs_frame_read_addr_from_reg): Renames needs_frame_read_reg.
1130         (needs_frame_ctx_funcs): Replace needs_frame_read_reg with
1131         needs_frame_read_addr_from_reg.
1132
1133 2013-11-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
1134
1135         * NEWS (Changes in GDB 7.5) (New commands) (explore): Fix typo.
1136
1137 2013-11-15  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1138
1139         * dwarf2loc.c (chain_candidate): Prevent invoking memcpy with
1140         NULL.
1141
1142 2013-11-15  Tom Tromey  <tromey@redhat.com>
1143
1144         PR c++/16117:
1145         * c-exp.y (lex_one_token): Add "is_quoted_name" argument.
1146         (classify_name): Likewise.  Prefer a field of "this" over a
1147         filename.
1148         (classify_inner_name, yylex): Update.
1149
1150 2013-11-15  Joel Brobecker  <brobecker@adacore.com>
1151
1152         * dwarf2expr.h (struct dwarf_expr_context_funcs) <read_reg>:
1153         Extend the documentation a bit.
1154         <get_reg_value>: New field.
1155         * dwarf2loc.c (dwarf_expr_get_reg_value)
1156         (needs_frame_get_reg_value): New functions.
1157         (dwarf_expr_ctx_funcs, needs_frame_ctx_funcs): Add "get_reg_value"
1158         callback.
1159         * dwarf2-frame.c (get_reg_value): New function.
1160         (dwarf2_frame_ctx_funcs): Add "get_reg_value" callback.
1161         * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_regval_type>:
1162         Use new callback to compute result_val.
1163
1164 2013-11-15  Alan Modra  <amodra@gmail.com>
1165
1166         * ppc64-tdep.c (ppc64_plt_entry_point): Renamed from..
1167         (ppc64_desc_entry_point): ..this.  Update comments here and at
1168         call points.
1169         (ppc64_standard_linkage1, ppc64_standard_linkage2,
1170         ppc64_standard_linkage3): Update comments.
1171         (ppc64_standard_linkage4, ppc64_standard_linkage5,
1172         (ppc64_standard_linkage6, ppc64_standard_linkage7): New insn
1173         patterns.
1174         (ppc64_standard_linkage4_target): New function.
1175         (ppc64_skip_trampoline_code): Skip ELFv2 patterns too.
1176         * rs6000-tdep.c (skip_prologue): Skip ELFv2 r2 setup.  Correct
1177         nop match.  Fix comment wrap.
1178
1179 2013-11-14  Pedro Alves  <palves@redhat.com>
1180
1181         * infrun.c (handle_signal_stop): Move STOP_QUIETLY,
1182         STOP_QUIETLY_REMOTE and 'stop_after_trap' handling earlier.
1183
1184 2013-11-14  Pedro Alves  <palves@redhat.com>
1185
1186         * infrun.c (struct execution_control_state)
1187         <stepped_after_stopped_by_watchpoint>: New field.
1188         (get_inferior_stop_soon): New function.
1189         (handle_inferior_event): 'stepped_after_stopped_by_watchpoint' was
1190         moved to struct execution_control_state -- adjust.  Use
1191         get_inferior_stop_soon.  Split TARGET_WAITKIND_STOPPED handling to
1192         new function.
1193         (handle_signal_stop): New function, factored out from
1194         handle_inferior_event.
1195
1196 2013-11-14  Pedro Alves  <palves@redhat.com>
1197
1198         * break-catch-sig.c (signal_catchpoint_explains_signal): Adjust to
1199         return a boolean.
1200         * breakpoint.c (bpstat_explains_signal): Adjust to return a
1201         boolean.
1202         (explains_signal_watchpoint, base_breakpoint_explains_signal):
1203         Adjust to return a boolean.
1204         * breakpoint.h (enum bpstat_signal_value): Delete.
1205         (struct breakpoint_ops) <explains_signal>: New returns a boolean.
1206         (bpstat_explains_signal): Likewise.
1207         * infrun.c (handle_inferior_event) <random signal checks>:
1208         bpstat_explains_signal now returns a boolean - adjust.  No longer
1209         consider hiding signals.
1210
1211 2013-11-14  Pedro Alves  <palves@redhat.com>
1212
1213         * breakpoint.c (bpstat_explains_signal) <Moribund locations>:
1214         Return BPSTAT_SIGNAL_PASS instead of BPSTAT_SIGNAL_HIDE.
1215         (explains_signal_watchpoint): Return BPSTAT_SIGNAL_PASS instead of
1216         BPSTAT_SIGNAL_HIDE.
1217         (base_breakpoint_explains_signal): Return BPSTAT_SIGNAL_PASS
1218         instead of BPSTAT_SIGNAL_HIDE.
1219         * infrun.c (handle_inferior_event): Rework random signal checks.
1220
1221 2013-11-14  Pedro Alves  <palves@redhat.com>
1222
1223         * infrun.c (struct execution_control_state): Remove
1224         'random_signal' field.
1225         (handle_syscall_event): Use bpstat_causes_stop instead of
1226         bpstat_explains_signal.  Don't set ecs->random_signal.
1227         (handle_inferior_event): New 'random_signal' local.
1228         <TARGET_WAITKIND_FORKED, TARGET_WAITKIND_VFORKED,
1229         TARGET_WAITKIND_EXECD>: Use bpstat_causes_stop instead of
1230         bpstat_explains_signal.  Don't set ecs->random_signal.
1231         <TARGET_WAITKIND_STOPPED>: Adjust to use local instead of
1232         ecs->random_signal.
1233
1234 2013-11-14  Pedro Alves  <palves@redhat.com>
1235
1236         * infrun.c (handle_inferior_event): Move comment from the
1237         function's body to the function's description, adjusted.
1238
1239 2013-11-14  Pedro Alves  <palves@redhat.com>
1240
1241         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>:
1242         Handle STOP_QUIETLY_NO_SIGSTOP and STOP_QUIETLY_REMOTE here.
1243         Assert we never fall through out of the TARGET_WAITKIND_LOADED
1244         case.
1245
1246 2013-11-14  Tom Tromey  <tromey@redhat.com>
1247
1248         * python/py-linetable.c (ltpy_has_line)
1249         (ltpy_get_all_source_lines): Fix loop termination condition.
1250
1251 2013-11-14  Joel Brobecker  <brobecker@adacore.com>
1252
1253         * mi/mi-parse.h (struct mi_parse) <language>: New field.
1254         * mi/mi-main.c (mi_cmd_execute): Temporarily set language to
1255         PARSE->LANGUAGE during command execution, if set.
1256         * mi/mi-parse.c: Add "language.h" #include.
1257         (mi_parse): Add parsing of "--language" command option.
1258
1259         * NEWS: Add entry mentioning the new "--language" command option.
1260
1261 2013-11-14  Pedro Alves  <palves@redhat.com>
1262             Joel Brobecker  <brobecker@adacore.com>
1263
1264         * cli/cli-utils.h (extract_arg_const): Add declaration.
1265         * cli/cli-utils.c (extract_arg_const): New function.
1266         (extract_arg): Reimplement using extract_arg_const.
1267
1268 2013-11-14  Joel Brobecker  <brobecker@adacore.com>
1269
1270         * language.h: Add "symtab.h" #include.
1271
1272 2013-11-13  Doug Evans  <xdje42@gmail.com>
1273
1274         * breakpoint.c (bpstat_check_breakpoint_conditions): For thread
1275         specific breakpoints, don't evaluate breakpoint condition if
1276         different thread.
1277
1278 2013-11-13  Keith Seitz  <keiths@redhat.com>
1279
1280         PR c++/7935
1281         PR c++/10541
1282         * cp-support.c (insepct_type): Add support for substituting
1283         namespace aliases, too.
1284         * dwarf2read.c (scan_partial_symbols): Add a partial symbol
1285         for DW_TAG_imported_declaration.
1286         (add_partial_symbol): Likewise.
1287         (process_die): Handle namespace aliases with
1288         read_namespace_alias.
1289         (die_needs_namespace): Add DW_TAG_imported_declaration.
1290         (read_namespace_alias): New function.
1291         (load_partial_dies): Load DW_TAG_imported_declaration, too.
1292         (new_symbol_full): Handle DW_TAG_imported_declaration.
1293
1294 2013-11-13  Keith Seitz  <keiths@redhat.com>
1295
1296         * p-exp.y (uptok): Make first parameter const.
1297         (yylex): Make `tokstart' and `tokptr' const.
1298         Don't copy the lexer input to a temporary buffer.
1299         Make `p' const.
1300         Remove const workaround for parse_escape.
1301         Create a temporary buffer for a convenience variable instead
1302         of doing in-place modification of the input.
1303         If a match is found with a different case from the input,
1304         do not change the input at all.
1305         Use `tmp' to construct the resultant stoken instead of
1306         `tokstart'.
1307
1308 2013-11-13  Doug Evans  <xdje42@gmail.com>
1309
1310         * breakpoint.c (breakpoint_cond_eval): Fix and enhance comment.
1311
1312 2013-11-13  Joel Brobecker  <brobecker@adacore.com>
1313
1314         * mi/mi-main.c (mi_cmd_list_features): Replace "info-ada-exceptions"
1315         entry with "ada-exceptions".
1316
1317 2013-11-13  Joel Brobecker  <brobecker@adacore.com>
1318
1319         * symfile.c (reread_symbols): Move call to set_objfile_per_bfd
1320         after re-initialization of OBJFILE's obstack.
1321
1322 2013-11-12  Doug Evans  <xdje42@gmail.com>
1323
1324         * breakpoint.c (bpstat_check_breakpoint_conditions): Assert
1325         bs->stop != 0 on entry.  Update function comment.  Simplify early
1326         exit for frame mismatch.  Reindent rest of function.
1327
1328 2013-11-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1329
1330         * objc-lang.c (uniquify_strings): Prevent invoking qsort with
1331         NULL.
1332
1333 2013-11-12  Doug Evans  <dje@google.com>
1334
1335         Work around gold/15646.
1336         * dwarf2read.c (read_index_from_section): Update comment.
1337         (struct dw2_symtab_iterator): New member global_seen.
1338         (dw2_symtab_iter_init): Initialize it.
1339         (dw2_symtab_iter_next): Skip duplicate global symbols.
1340         (dw2_expand_symtabs_matching): Ditto.
1341
1342 2013-11-12  Joel Brobecker  <brobecker@adacore.com>
1343
1344         * mi/mi-cmds.h (mi_cmd_info_ada_exceptions): Add declaration.
1345         * mi/mi-cmds.c (mi_cmds): Add entry for -info-ada-exceptions
1346         command.
1347         * mi/mi-cmd-info.c: #include "ada-lang.c" and "arch-utils.c".
1348         (mi_cmd_info_ada_exceptions): New function.
1349         * mi/mi-main.c (mi_cmd_list_features): Add "info-ada-exceptions".
1350
1351 2013-11-12  Joel Brobecker  <brobecker@adacore.com>
1352
1353         * ada-lang.h: #include "vec.h".
1354         (struct ada_exc_info): New.
1355         (ada_exc_info): New typedef.
1356         (DEF_VEC_O(ada_exc_info)): New vector.
1357         (ada_exceptions_list): Add declaration.
1358         * ada-lang.c (ada_is_exception_sym)
1359         (ada_is_non_standard_exception_sym, compare_ada_exception_info)
1360         (sort_remove_dups_ada_exceptions_list)
1361         (ada_exc_search_name_matches, ada_add_standard_exceptions)
1362         (ada_add_exceptions_from_frame, ada_add_global_exceptions)
1363         (ada_exceptions_list_1, ada_exceptions_list)
1364         (info_exceptions_command): New function.
1365         (_initialize_ada_language): Add "info exception" command.
1366
1367 2013-11-11  Phil Muldoon  <pmuldoon@redhat.com>
1368
1369         PR python/15629
1370         * NEWS: Add linetable feature.
1371         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-linetable entries.
1372         * python/py-linetable.c: New file.
1373         * python/py-symtab.c (stpy_get_linetable): New function.
1374         * python/python-internal.h (symtab_to_linetable_object): Declare.
1375         (gdbpy_initialize_linetable): Ditto.
1376         * python/python.c (_initialize_python): Call
1377         gdbpy_initialize_linetable.
1378
1379 2013-11-11  Joel Brobecker  <brobecker@adacore.com>
1380
1381         * ada-lang.c (create_ada_exception_catchpoint): Enhance
1382         the documentation of fields "except_string" and "condition".
1383         * mi/mi-cmd-catch.c (mi_cmd_catch_assert): Reallocate
1384         CONDITION on the heap before passing it to
1385         create_ada_exception_catchpoint.
1386         (mi_cmd_catch_exception): Likewise for EXCEPTION_NAME and
1387         CONDITION.
1388
1389 2013-11-11  Tom Tromey  <tromey@redhat.com>
1390
1391         * config.in, configure: Rebuild.
1392         * configure.ac (HAVE_TKILL_SYSCALL): Check for "syscall".
1393
1394 2013-11-11  Joel Brobecker  <brobecker@adacore.com>
1395
1396         * remote-sim.c (gdbsim_detach): Break declaration into
1397         shorter lines.  No code change.
1398
1399 2013-11-11  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
1400
1401         * remote-sim.c (gdbsim_detach): Fix prototype.
1402
1403 2013-11-08  Doug Evans  <dje@google.com>
1404
1405         * dwarf2read.c (dwarf2_read_debug): Change to unsigned int.
1406         (create_debug_types_hash_table): Only print debugging messages for
1407         each TU if dwarf2-read >= 2.
1408         (process_queue): Ditto.
1409         (_initialize_dwarf2_read): Make "set debug dwarf2-read" a zuinteger.
1410         Update doc string.
1411
1412 2013-11-08  Tom Tromey  <tromey@redhat.com>
1413
1414         * configure: Rebuild.
1415         * configure.ac: Remove mentions of HAVE_MULTIPLE_PROC_FDS.
1416
1417 2013-11-08  Tom Tromey  <tromey@redhat.com>
1418
1419         * configure, config.in: Rebuild.
1420         * configure.ac: Remove unused configury.
1421
1422 2013-11-08  Tom Tromey  <tromey@redhat.com>
1423
1424         * m32c-tdep.c: Use gdb_string.h.
1425
1426 2013-11-08  Tom Tromey  <tromey@redhat.com>
1427
1428         * configure, config.in: Rebuild.
1429         * configure.ac: Remove all link.h-related checks.
1430
1431 2013-11-08  Tom Tromey  <tromey@redhat.com>
1432
1433         * acinclude.m4: Include common.m4.
1434         * common/common.m4: New file.
1435         * configure, config.in: Rebuild.
1436         * configure.ac: Use GDB_AC_COMMON.
1437
1438 2013-11-08  Doug Evans  <dje@google.com>
1439
1440         * NEWS: Mention that "set debug symtab-create" now accepts a
1441         verbosity level.
1442         * buildsym.c (end_symtab_from_static_block): Call set_symtab_primary
1443         to set the symtab's primary flag.
1444         * jit.c (finalize_symtab): Ditto.
1445         * mdebugread.c (psymtab_to_symtab_1): Ditto.
1446         * symfile.c (allocate_symtab): Only print debugging messages for
1447         symtab_create_debug levels 2 and higher.
1448         * symtab.c (symtab_create_debug): Change type to unsigned int.
1449         (set_symtab_primary): New function.
1450         (_initialize_symtab): Change "set debug symtab-create" to a
1451         zuinteger option.
1452         * symtab.h (set_symtab_primary): Declare.
1453         (symtab_create_debug): Update decl.
1454
1455 2013-11-08  Tom Tromey  <tromey@redhat.com>
1456
1457         * aix-thread.c (aix_thread_detach): Update.
1458         * corelow.c (core_detach): Update.
1459         * darwin-nat.c (darwin_detach): Update.
1460         * dec-thread.c (dec_thread_detach): Update.
1461         * gnu-nat.c (gnu_detach): Update.
1462         * go32-nat.c (go32_detach): Update.
1463         * inf-ptrace.c (inf_ptrace_detach): Update.
1464         * inf-ttrace.c (inf_ttrace_detach): Update.
1465         * linux-fork.c (linux_fork_detach): Update.
1466         * linux-fork.h (linux_fork_detach): Update.
1467         * linux-nat.c (linux_nat_detach): Update.  Introduce "tem"
1468         local for const-correctness.
1469         * linux-thread-db.c (thread_db_detach): Update.
1470         * monitor.c (monitor_detach): Update.
1471         * nto-procfs.c (procfs_detach): Update.
1472         * procfs.c (procfs_detach): Update.
1473         * record.c (record_detach): Update.
1474         * record.h (record_detach): Update.
1475         * remote-m32r-sdi.c (m32r_detach): Update.
1476         * remote-mips.c (mips_detach): Update.
1477         * remote-sim.c (gdbsim_detach): Update.
1478         * remote.c (remote_detach_1, remote_detach)
1479         (extended_remote_detach): Update.
1480         * sol-thread.c (sol_thread_detach): Update.
1481         * target.c (target_detach): Make "args" const.
1482         (init_dummy_target): Update.
1483         * target.h (struct target_ops) <to_detach>: Make argument const.
1484         (target_detach): Likewise.
1485         * windows-nat.c (windows_detach): Update.
1486
1487 2013-11-07  Doug Evans  <dje@google.com>
1488
1489         PR 11786
1490         *  solib-svr4.c (svr4_exec_displacement): Ignore filesz, memsz, flags
1491         and align fields for PT_GNU_RELRO segments.
1492
1493 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
1494
1495         PR python/15747
1496         * python/py-cmd.c: Add COMPLETE_EXPRESSION constant.
1497
1498 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
1499
1500         * NEWS: Document Python temporary breakpoint support.
1501         * python/py-breakpoint.c (bppy_get_temporary): New function.
1502         (bppy_init): New keyword: temporary. Parse it and set breakpoint
1503         to temporary if True.
1504
1505 2013-11-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
1506
1507         * sparc-tdep.c (sparc_analyze_control_transfer): Assertion
1508         removed to allow analyzing unconditional branch instructions
1509         with PC-relative offsets of zero.
1510
1511 2013-11-07  Yao Qi  <yao@codesourcery.com>
1512
1513         * mi/mi-cmd-var.c: Include "language.h".
1514         (mi_cmd_var_info_expression): Get language name from
1515         language_defn.
1516         * varobj.c (varobj_language_string): Remove.
1517         (variable_language): Remove declaration.
1518         (languages): Remove.
1519         (varobj_get_language): Change the type of return value.
1520         (variable_language): Remove.
1521         * varobj.h (enum varobj_languages): Remove.
1522         (varobj_language_string): Remove declaration.
1523         (varobj_get_language): Update declaration.
1524
1525 2013-11-07  Yao Qi  <yao@codesourcery.com>
1526
1527         * language.h (struct language_defn) <la_natural_name>: New
1528         field.
1529         * ada-lang.c (ada_language_defn): Initialize field
1530         'la_natural_name'.
1531         * c-lang.c (c_language_defn): Likewise.
1532         (cplus_language_defn, asm_language_defn): Likewise.
1533         * d-lang.c (d_language_defn): Likewise.
1534         * f-lang.c (f_language_defn): Likewise.
1535         * go-lang.c (go_language_defn): Likewise.
1536         * jv-lang.c (java_language_defn): Likewise.
1537         * language.c (unknown_language_defn ): Likewise.
1538         (auto_language_defn): Likewise.
1539         * m2-lang.c (m2_language_defn): Likewise.
1540         * objc-lang.c (objc_language_defn): Likewise.
1541         * opencl-lang.c (opencl_language_defn): Likewise.
1542         * p-lang.c (pascal_language_defn): Likewise.
1543
1544 2013-11-07  Yao Qi  <yao@codesourcery.com>
1545
1546         * language.c (language_str): Return const char *.
1547         (add_language): Add const to 'language_names'
1548         * language.h (struct language_defn) <la_name>: Add const.
1549         (language_str: Update declaration.
1550
1551 2013-11-06  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1552
1553         * s390-linux-nat.c (s390_read_description): Consider the TE field
1554         in the HWCAP for determining 'have_regset_tdb'.
1555
1556 2013-11-06  Will Newton  <will.newton@linaro.org>
1557
1558         PR gdb/12866
1559         * dwarf2read.c (skip_one_die): Sanity check DW_AT_sibling
1560         values.  (read_partial_die): Likewise.
1561
1562 2013-11-06  Muhammad Bilal  <mbilal@codesourcery.com>
1563
1564         PR cli/16122
1565         * top.c (command_line_input): Unify interactivity tests to use
1566         input_from_terminal_p.
1567         * event-top.c (command_line_handler): Likewise.
1568
1569 2013-11-06  Yao Qi  <yao@codesourcery.com>
1570
1571         * Makefile.in (check-perf): New target.
1572
1573 2013-11-05  Will Newton  <will.newton@linaro.org>
1574
1575         PR gdb/7670
1576         * arm-tdep.c (print_fpu_flags): Use filtered output routines.
1577         (arm_print_float_info): Likewise.
1578
1579 2013-11-04  Anton Blanchard  <anton@samba.org>
1580
1581         * target.c (memory_xfer_partial): Cap write to 4KB.
1582
1583 2013-11-01  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
1584
1585         * breakpoint.c (create_longjmp_master_breakpoint): Allow libc
1586         probe scan even when the arch provides no get_longjmp_target.
1587
1588 2013-10-31  Pedro Alves  <palves@redhat.com>
1589
1590         * infrun.c (handle_syscall_event): Don't set or clear stop_signal.
1591         (handle_inferior_event) <TARGET_WAITKIND_FORKED,
1592         TARGET_WAITKIND_VFORKED>: Don't set stop_signal to
1593         GDB_SIGNAL_TRAP, or clear it.  Pass GDB_SIGNAL_0 to
1594         bpstat_explains signal, instead of GDB_SIGNAL_TRAP.
1595         <bpstat handling>: If the bpstat chain wants the signal to be
1596         hidden, then set stop_signal to GDB_SIGNAL_0 instead of
1597         GDB_SIGNAL_TRAP.
1598
1599 2013-10-31  Andrew Burgess  <aburgess@broadcom.com>
1600
1601         * breakpoint.c (update_watchpoint): Update error message and add
1602         an additional error message.
1603
1604 2013-10-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1605
1606         * s390-tdep.h: Rename to...
1607         * s390-linux-tdep.h: ...here.
1608         * s390-tdep.c: Rename to...
1609         * s390-linux-tdep.c: ...here.  Adjust #include.
1610         * s390-nat.c: Rename to...
1611         * s390-linux-nat.c: ...here.  Adjust #include.
1612         * config/s390/s390.mh: Rename to...
1613         * config/s390/linux.mh: ...here.  Reflect rename s390-nat.o ->
1614         s390-linux-nat.o.
1615         * configure.host: Reflect host rename "s390" -> "linux".
1616         * configure.tgt: Reflect rename s390-tdep.o -> s390-linux-tdep.o.
1617         * Makefile.in (ALL_TARGET_OBS): Likewise.
1618         (HFILES_NO_SRCDIR): Reflect rename s390-tdep.h ->
1619         s390-linux-tdep.h.
1620         (ALLDEPFILES): Reflect rename of .c files.
1621
1622 2013-10-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1623
1624         * s390-nat.c: Whitespace cleanup.
1625         * s390-tdep.c: Likewise.
1626         * s390-tdep.h: Remove empty line at end of file.
1627
1628 2013-10-30  Maciej W. Rozycki  <macro@codesourcery.com>
1629
1630         * linux-tdep.c (linux_corefile_thread_callback): Preinitialize
1631         siginfo_size.
1632
1633 2013-10-29  Tom Tromey  <tromey@redhat.com>
1634
1635         * utils.c (reg): Move undefinition...
1636         * gdb_curses.h: ... here.  Update comment to mention AIX.
1637
1638 2013-10-29  Nicolas Blanc  <nicolas.blanc@intel.com>
1639
1640         * exec.h (add_target_sections_of_objfile): New declaration.
1641         * exec.c (add_target_sections_of_objfile): New function.
1642         * symfile.c (add_symbol_file_command): Update current target sections.
1643         (remove_symbol_file_command): New command.
1644         (symfile_free_objfile): New function.
1645         (_initialize_symfile): Register observer for free_objfile events.
1646         * NEWS: Add description of the remove-symbol-file command.
1647         * breakpoint.c (disable_breakpoints_in_freed_objfile): New function.
1648         * objfiles.c (free_objfile): Notify free_objfile.
1649         (is_addr_in_objfile): New function.
1650         * objfiles.h (is_addr_in_objfile): New declaration.
1651         * printcmd.c (clear_dangling_display_expressions): Act upon free_objfile
1652         events instead of solib_unloaded events.
1653         (_initialize_printcmd): Register observer for free_objfile instead
1654         of solib_unloaded notifications.
1655         * solib.c (remove_user_added_objfile): New function.
1656         (_initialize_symfile): Add remove-symbol-file.
1657
1658 2013-10-29  Andrew Burgess  <aburgess@broadcom.com>
1659
1660         * infcmd.c (default_print_one_register_info): Use val_print to
1661         print all values even optimized out or unavailable ones.  Don't
1662         try to print a raw form of optimized out or unavailable values.
1663
1664 2013-10-29  Yao Qi  <yao@codesourcery.com>
1665
1666         * auto-load.c (auto_load_pspace_data_cleanup): Get data from
1667         parameter 'arg' instead of from program_space_data.
1668         * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
1669         * solib-darwin.c (darwin_pspace_data_cleanup): Likewise.
1670         * solib-dsbt.c (dsbt_pspace_data_cleanup): Likewise.
1671         * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
1672         * inflow.c (inflow_inferior_data_cleanup): Get data from
1673         parameter 'arg' instead of inferior_data.
1674         * registry.h: Add comments.
1675
1676 2013-10-28  Pedro Alves  <palves@redhat.com>
1677
1678         * breakpoint.c (watchpoints_triggered)
1679         <!target_stopped_data_address>: Hardcode return 1.
1680
1681 2013-10-28  Pedro Alves  <palves@redhat.com>
1682
1683         * infrun.c (process_event_stop_test): Remove unnecessary scoping
1684         level and reindent.
1685
1686 2013-10-28  Pedro Alves  <palves@redhat.com>
1687
1688         * infrun.c (process_event_stop_test): New function, factored out
1689         from handle_inferior_event.
1690         (handle_inferior_event): 'process_event_stop_test' is now a
1691         function instead of a goto label -- adjust.
1692
1693 2013-10-28  Pedro Alves  <palves@redhat.com>
1694
1695         * infrun.c (handle_inferior_event): Move process_event_stop_test
1696         goto label to the else branch of the ecs->random_signal check,
1697         along with FRAME and GDBARCH re-fetching.
1698
1699 2013-10-28  Pedro Alves  <palves@redhat.com>
1700
1701         * infrun.c (switch_back_to_stepped_thread): New function, factored
1702         out from handle_inferior_event.
1703         (handle_inferior_event): Adjust to call
1704         switch_back_to_stepped_thread.  Call it also at the tail of the
1705         random signal handling, and return, instead of also handling
1706         random signals just before the stepping tests.
1707
1708 2013-10-28  Pedro Alves  <palves@redhat.com>
1709
1710         * infrun.c (clear_stop_func): Delete.
1711         (handle_inferior_event): Don't call clear_stop_func and don't
1712         clear 'ecs->random_signal'.
1713
1714 2013-10-27  Yao Qi  <yao@codesourcery.com>
1715
1716         * varobj.c (struct varobj_root) <lang>: Rename to 'lang_ops'.
1717         (varobj_create, varobj_get_path_expr): Update.
1718         (varobj_value_has_mutated, varobj_update): Likewise.
1719         (create_child_with_value, new_root_variable): Likewise.
1720         (number_of_children, name_of_variable): Likewise.
1721         (value_of_child, my_value_of_variable): Likewise.
1722         (varobj_value_is_changeable_p): Likewise.
1723
1724 2013-10-25  Yao Qi  <yao@codesourcery.com>
1725
1726         * language.h (struct lang_varobj_ops): Declare.
1727         (struct language_defn) <la_varobj_ops>: New field.
1728         * ada-lang.c: Include "varobj.h"
1729         (defn ada_language_defn): Initialize field 'la_varobj_ops' with
1730         ada_varobj_ops.
1731         * c-lang.c: Include "varobj.h"
1732         (c_language_defn): Initialize field 'la_varobj_ops' with
1733         c_varobj_ops.
1734         (cplus_language_defn): Initialize field 'la_varobj_ops' with
1735         cplus_varobj_ops.
1736         (asm_language_defn): Initialize field 'la_varobj_ops' with
1737         default_varobj_ops.
1738         (minimal_language_defn): Likewise.
1739         * d-lang.c (d_language_defn): Likewise.
1740         * f-lang.c (f_language_defn): Likewise.
1741         * go-lang.c (go_language_defn): Likewise.
1742         * m2-lang.c (m2_language_defn): Likewise.
1743         * objc-lang.c (objc_language_defn): Likewise.
1744         * opencl-lang.c (opencl_language_defn): Likewise.
1745         * p-lang.c (pascal_language_defn): Likewise.
1746         * language.c (unknown_language_defn): Likewise.
1747         (auto_language_defn): Likewise.
1748         (local_language_defn): Likewise.
1749         * jv-lang.c (java_language_defn): Initialize field
1750         'la_varobj_ops' with java_varobj_ops.
1751         * varobj.c (varobj_create): Update.
1752         * varobj.h (default_varobj_ops): Define macro.
1753
1754 2013-10-25  Pedro Alves  <palves@redhat.com>
1755
1756         * cp-valprint.c (cp_print_value_fields): No longer handle a NULL
1757         static field value.
1758         (cp_print_static_field): If the value is entirely optimized out,
1759         print <optimized out> here.
1760         * jv-valprint.c (java_print_value_fields): No longer handle a NULL
1761         static field value.
1762         * p-valprint.c (pascal_object_print_static_field): If the value is
1763         entirely optimized out, print <optimized out> here.
1764         * valops.c (do_search_struct_field)
1765         (value_struct_elt_for_reference): No longer handle a NULL static
1766         field value.
1767         * value.c (value_static_field): Return an optimized out value
1768         instead of NULL.
1769
1770 2013-10-25  Yao Qi  <yao@codesourcery.com>
1771
1772         * remote.c (remote_traceframe_info): Return early if
1773         traceframe is not selected.
1774
1775 2013-10-25  Yao Qi  <yao@codesourcery.com>
1776
1777         * tracepoint.c (traceframe_fun): Remove.
1778         (traceframe_sal): Remove.
1779         (set_traceframe_context): Add local variables.
1780
1781 2013-10-25  Joel Brobecker  <brobecker@adacore.com>
1782
1783         * varobj.h (struct lang_varobj_ops): Remove spaces between '*'
1784         and parameter name.
1785
1786 2013-10-24  Maciej W. Rozycki  <macro@codesourcery.com>
1787
1788         * linux-tdep.c (linux_corefile_thread_callback): Propagate any
1789         failure from register information collection.
1790
1791 2013-10-24  Maciej W. Rozycki  <macro@codesourcery.com>
1792
1793         * linux-tdep.c (linux_corefile_thread_data): Remove `num_notes'
1794         member.
1795         (linux_corefile_thread_callback): Update accordingly.
1796         (linux_make_corefile_notes): Likewise.
1797
1798 2013-10-24  Pedro Alves   <palves@redhat.com>
1799
1800         * NEWS (New options): Mention set/show startup-with-shell.
1801         * config/alpha/nm-osf3.h (START_INFERIOR_TRAPS_EXPECTED): Set to 2
1802         instead of 3.
1803         * fork-child.c (fork_inferior, startup_inferior): Handle 'set
1804         startup-with-shell'.
1805         (show_startup_with_shell): New function.
1806         (_initialize_fork_child): Register the set/show startup-with-shell
1807         commands.
1808         * inf-ptrace.c (inf_ptrace_create_inferior): Remove comment.
1809         * inf-ttrace.c (inf_ttrace_him): Remove comment.
1810         * procfs.c (procfs_init_inferior): Remove comment.
1811         * infcmd.c (startup_with_shell): New global.
1812         * inferior.h (startup_with_shell): Declare global.
1813         (STARTUP_WITH_SHELL): Delete.
1814         (START_INFERIOR_TRAPS_EXPECTED): Set to 1 by default instead of 2.
1815
1816 2013-10-23  Pedro Alves  <palves@redhat.com>
1817
1818         * common/gdb_signals.h (gdb_signal_to_symbol_string): Declare.
1819         * common/signals.c: Include "gdb_assert.h".
1820         (signals): New field 'symbol'.
1821         (SET): Use the 'symbol' parameter.
1822         (gdb_signal_to_symbol_string): New function.
1823         * infrun.c (handle_inferior_event) <random signal>: In debug
1824         output, print the random signal enum as string in addition to its
1825         number.
1826         * target/waitstatus.c (target_waitstatus_to_string): Print the
1827         signal's enum value as string instead of the (POSIX) signal name.
1828
1829 2013-10-23  Gary Benson  <gbenson@redhat.com>
1830
1831         PR 16013
1832         * common/linux-osdata.c (command_from_pid): Reduced size of cmd
1833         from 32 to 18.  Adjusted fscanf format string accordingly.
1834         (Avoids leaving cmd unterminated.)
1835         (print_sockets): Do not parse tlen, inode, sl, timeout, txq, rxq,
1836         trun, retn or extra.  (Avoids leaving extra unterminated.)  Check
1837         that local_address and remote_address will not overflow.
1838         (linux_xfer_osdata_modules): Parse lines using strtok to avoid
1839         leaving dependencies unterminated.  Parse size as "%u" to match
1840         definition.
1841
1842 2013-10-22  Pedro Alves  <palves@redhat.com>
1843
1844         * infrun.c (handle_inferior_event) <thread hop>: Don't clear or
1845         set ecs->random signal.
1846
1847 2013-10-22  Pedro Alves  <palves@redhat.com>
1848
1849         * infrun.c (keep_going): Update comments.
1850
1851 2013-10-22  Pedro Alves  <palves@redhat.com>
1852
1853         * remote.c (remote_parse_stop_reply) <'T'/'S'/'X' replies>: Map
1854         invalid signal numbers to GDB_SIGNAL_UNKNOWN.
1855
1856 2013-10-22  Pedro Alves  <palves@redhat.com>
1857
1858         * include/gdb/signals.def (TARGET_EXC_BAD_ACCESS): Rename to
1859         GDB_EXC_BAD_ACCESS.
1860         (TARGET_EXC_BAD_INSTRUCTION): Rename to GDB_EXC_BAD_INSTRUCTION.
1861         (TARGET_EXC_ARITHMETIC): Rename to GDB_EXC_ARITHMETIC.
1862         (TARGET_EXC_EMULATION): Rename to GDB_EXC_EMULATION.
1863         (TARGET_EXC_SOFTWARE): Rename to GDB_EXC_SOFTWARE.
1864         (TARGET_EXC_BREAKPOINT): Rename to GDB_EXC_BREAKPOINT.
1865         (GDB_SIGNAL_LAST): Change description string.
1866         * common/signals.c (gdb_signal_from_host, do_gdb_signal_to_host):
1867         Adjust to signal renaming.
1868         * darwin-nat.c (darwin_decode_message): Likewise.
1869
1870 2013-10-22  Jose E. Marchesi  <jose.marchesi@oracle.com>
1871
1872         * MAINTAINERS (Write After Approval): Add myself to the list.
1873
1874 2013-10-18  Andrew Burgess  <aburgess@broadcom.com>
1875
1876         * breakpoint.c (update_watchpoint): If hardware watchpoints are
1877         forced off, downgrade them to software watchpoints if possible,
1878         and error out if not possible.
1879         (watch_command_1): Move watchpoint type selection closer to
1880         watchpoint creation, and extend the comments.
1881
1882 2013-10-18  Pedro Alves  <palves@redhat.com>
1883
1884         PR gdb/16062
1885         * infrun.c (handle_inferior_event): Keep going if we got a random
1886         signal we should not stop for, instead of falling through to the
1887         step tests.
1888
1889 2013-10-18  Yao Qi  <yao@codesourcery.com>
1890
1891         * c-varobj.c (cplus_number_of_children): Fix indentation.
1892
1893 2013-10-17  Tom Tromey  <tromey@redhat.com>
1894
1895         PR gdb/15995:
1896         * printcmd.c (printcmd): Call gdb_flush.
1897
1898 2013-10-17  Tom Tromey  <tromey@redhat.com>
1899
1900         * elfread.c (struct elfinfo) <stabindexsect>: Remove.
1901         (elf_locate_sections): Update.
1902
1903 2013-10-17  Yao Qi  <yao@codesourcery.com>
1904
1905         * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
1906         * ada-varobj.c: Remove the include of ada-varobj.h.
1907         (ada_varobj_get_number_of_children): Declare.
1908         (ada_varobj_get_name_of_child): Make it static.
1909         (ada_varobj_get_path_expr_of_child): Likewise.
1910         (ada_varobj_get_value_of_child): Likewise.
1911         (ada_varobj_get_type_of_child): Likewise.
1912         (ada_varobj_get_value_of_array_variable): Likewise.
1913         * ada-varobj.h: Remove.
1914
1915 2013-10-17  Yao Qi  <yao@codesourcery.com>
1916
1917         * Makefile.in (SFILES): Add c-varobj.c and jv-varobj.c.
1918         (COMMON_OBS): Add c-varobj.o and jv-varobj.o.
1919         * ada-varobj.c: Include "varobj.h".
1920         (ada_number_of_children): New.  Moved from varobj.c.
1921         (ada_name_of_variable, ada_name_of_child): Likewise.
1922         (ada_path_expr_of_child, ada_value_of_child): Likewise.
1923         (ada_type_of_child, ada_value_of_variable): Likewise.
1924         (ada_value_is_changeable_p, ada_value_has_mutated): Likewise.
1925         (ada_varobj_ops): New.
1926         * c-varobj.c, jv-varobj.c: New file.  Moved from varobj.c.
1927         * gdbtypes.c (get_target_type): New.  Moved from varobj.c.
1928         * gdbtypes.h (get_target_type): Declare.
1929         * varobj.c: Remove the inclusion of "ada-varobj.h" and
1930         "ada-lang.h".
1931         (ANONYMOUS_STRUCT_NAME): Move it to c-varobj.c.
1932         (ANONYMOUS_UNION_NAME): Likewise.
1933         (get_type, get_value_type, get_target_type): Remove declarations.
1934         (value_get_print_value, varobj_value_get_print_value): Likewise.
1935         (c_number_of_children, c_name_of_variable): Likewise.
1936         (c_name_of_child, c_path_expr_of_child): Likewise.
1937         (c_value_of_child, c_type_of_child): Likewise.
1938         (c_value_of_variable, cplus_number_of_children): Likewise.
1939         (cplus_class_num_children, cplus_name_of_variable): Likewise.
1940         (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
1941         (cplus_value_of_child, cplus_type_of_child): Likewise.
1942         (cplus_value_of_variable, java_number_of_children): Likewise.
1943         (java_name_of_variable, java_name_of_child): Likewise.
1944         (java_path_expr_of_child, java_value_of_child): Likewise.
1945         (java_type_of_child, java_value_of_variable): Likewise.
1946         (ada_number_of_children, ada_name_of_variable): Likewise.
1947         (ada_name_of_child, ada_path_expr_of_child): Likewise.
1948         (ada_value_of_child, ada_type_of_child): Likewise.
1949         (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
1950         (ada_value_has_mutated): Likewise.
1951         (struct language_specific): Move it to varobj.h.
1952         (CPLUS_FAKE_CHILD): Move it to varobj.h.
1953         (restrict_range): Rename it varobj_restrict_range.  Make it extern.
1954         Callers update.
1955         (get_path_expr_parent): Rename it to varobj_get_path_expr_parent.
1956         Make it extern.
1957         (is_anonymous_child): Move it to c-varobj.c and rename to
1958         varobj_is_anonymous_child.  Caller update.
1959         (get_type): Move it to c-varobj.c.
1960         (get_value_type): Rename it varobj_get_value_type.  Make it
1961         extern.
1962         (get_target_type): Move it gdbtypes.c.
1963         (varobj_formatted_print_options): New function.
1964         (value_get_print_value): Rename it to
1965         varobj_value_get_print_value and make it extern.
1966         (varobj_value_is_changeable_p): Make it extern.
1967         (adjust_value_for_child_access): Move it to c-varobj.c.
1968         (default_value_is_changeable_p): Rename it to
1969         varobj_default_value_is_changeable_p.  Make it extern.
1970         (c_number_of_children, c_name_of_variable): Move it to c-varobj.c
1971         (c_name_of_child, c_path_expr_of_child): Likewise.
1972         (c_value_of_child, c_type_of_child): Likewise.
1973         (c_value_of_variable, cplus_number_of_children): Likewise.
1974         (cplus_class_num_children, cplus_name_of_variable): Likewise.
1975         (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
1976         (cplus_value_of_child, cplus_type_of_child): Likewise.
1977         (cplus_value_of_variable): Likewise.
1978         (java_number_of_children, java_name_of_variable): Move it to jv-varobj.c.
1979         (java_name_of_child, java_path_expr_of_child): Likewise.
1980         (java_value_of_child, java_type_of_child): Likewise.
1981         (java_value_of_variable): Likewise.
1982         (ada_number_of_children, ada_name_of_variable): Move it to ada-varobj.c.
1983         (ada_name_of_child, ada_path_expr_of_child): Likewise.
1984         (ada_value_of_child, ada_type_of_child): Likewise.
1985         (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
1986         (ada_value_has_mutated): Likewise.
1987         * varobj.h (CPLUS_FAKE_CHILD): New macro, moved from varobj.c.
1988         (struct lang_varobj_ops): New.  Renamed by 'struct language_specific'.
1989         (c_varobj_ops, cplus_varobj_ops): Declare.
1990         (java_varobj_ops, ada_varobj_ops): Declare.
1991         (varobj_default_value_is_changeable_p): Declare.
1992         (varobj_value_is_changeable_p): Declare.
1993         (varobj_get_value_type, varobj_is_anonymous_child): Declare.
1994         (varobj_get_path_expr_parent): Declare.
1995         (varobj_value_get_print_value): Declare.
1996         (varobj_formatted_print_options): Declare.
1997         (varobj_restrict_range): Declare.
1998
1999 2013-10-17  Luis Machado  <lgustavo@codesourcery.com>
2000
2001         * target/waitstatus.h (target_waitkind): Remove spurious
2002         character from the comments.
2003
2004 2013-10-17  Joel Brobecker  <brobecker@adacore.com>
2005
2006         * gdbarch.sh (get_longjmp_target): Add method documentation.
2007         * gdbarch.h: Regenerate.
2008
2009 2013-10-16  Tom Tromey  <tromey@redhat.com>
2010
2011         * dbxread.c (read_dbx_symtab) <bss_ext_symbol>: Remove unused
2012         label.
2013
2014 2013-10-16  Luis Machado  <lgustavo@codesourcery.com>
2015
2016         * gcore.in: Call GDB using the full path to the gcore script.
2017         Error out if the GDB binary is not found.
2018
2019 2013-10-16  Sergio Durigan Junior  <sergiodj@redhat.com>
2020
2021         PR gdb/16014
2022         * dwarf2read.c (dw2_get_real_path): Remove unnecessary call to
2023         sizeof.
2024
2025 2013-10-16  Sergio Durigan Junior  <sergiodj@redhat.com>
2026
2027         PR gdb/16042
2028         * target.c (target_disable_btrace): Fix invalid return value for
2029         void function.
2030         (target_teardown_btrace): Likewise.
2031
2032 2013-10-14  Yao Qi  <yao@codesourcery.com>
2033
2034         * varobj.c (struct varobj): Move most of the fields to
2035         varobj.h.
2036         (struct varobj_dynamic): New struct.
2037         (varobj_get_display_hint) [HAVE_PYTHON]: Adjust.
2038         (varobj_has_more): Likewise.
2039         (dynamic_varobj_has_child_method): Likewise.
2040         (update_dynamic_varobj_children): Likewise.
2041         (varobj_get_num_children): Likewise.
2042         (varobj_list_children, varobj_pretty_printed_p): Likewise.
2043         (install_new_value_visualizer): Likewise.
2044         (install_new_value_visualizer, install_new_value): Likewise.
2045         (varobj_update, new_variable, free_variable): Likewise.
2046         (my_value_of_variable, value_get_print_value): Likewise.
2047         (install_visualizer): Change the type of parameter 'var' to
2048         'struct varobjd_dynamic *'.  Callers update.
2049         * varobj.h (struct varobj): Moved from varobj.c.
2050         (struct varobj) <dynamic>: New field.
2051
2052 2013-10-13  Sandra Loosemore  <sandra@codesourcery.com>
2053
2054         * nios2-tdep.c (nios2_reg_names): Use "sstatus" rather than "ba"
2055         as the preferred name of r30.
2056         * nios2-linux-tdep.c (reg_offsets): Likewise.
2057         * features/nios2-cpu.xml: Likewise.
2058         * features/nios2-linux.c: Regenerated.
2059         * features/nios2.c: Regenerated.
2060         * regformats/nios2-linux.dat: Regenerated.
2061
2062 2013-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
2063
2064         Canonicalize directories for EXEC_FILENAME.
2065         * exec.c (exec_file_attach): Use gdb_realpath_keepfile for
2066         exec_filename.
2067         * utils.c (gdb_realpath_keepfile): New function.
2068         * utils.h (gdb_realpath_keepfile): New declaration.
2069
2070 2013-10-11  Doug Evans  <dje@google.com>
2071
2072         * Makefile.in (GDBFLAGS): New variable.
2073         (run): New rule.
2074
2075 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
2076
2077         * NEWS: Add entry documenting the new "-catch-assert" and
2078         "-catch-exception" GDB/MI commands.
2079
2080 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
2081
2082         * breakpoint.h (init_ada_exception_breakpoint): Add parameter
2083         "enabled".
2084         * breakpoint.c (init_ada_exception_breakpoint): Add parameter
2085         "enabled".  Set B->ENABLE_STATE accordingly.
2086         * ada-lang.h (ada_exception_catchpoint_kind): Move here from
2087         ada-lang.c.
2088         (create_ada_exception_catchpoint): Add declaration.
2089         * ada-lang.c (ada_exception_catchpoint_kind): Move to ada-lang.h.
2090         (create_ada_exception_catchpoint): Make non-static. Add new
2091         parameter "disabled". Use it in call to
2092         init_ada_exception_breakpoint.
2093         (catch_ada_exception_command): Add parameter "enabled" in call
2094         to create_ada_exception_catchpoint.
2095         (catch_assert_command): Likewise.
2096
2097         * mi/mi-cmds.h (mi_cmd_catch_assert, mi_cmd_catch_exception):
2098         Add declarations.
2099         * mi/mi-cmds.c (mi_cmds): Add the "catch-assert" and
2100         "catch-exception" commands.
2101         * mi/mi-cmd-catch.c: Add #include "ada-lang.h".
2102         (mi_cmd_catch_assert, mi_cmd_catch_exception): New functions.
2103
2104 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
2105
2106         * ada-lang.c (enum ada_exception_catchpoint_kind): Renames
2107         "enum exception_catchpoint_kind".  Replace the "ex_" prefix
2108         of all its enumerates with "ada_".  Update the rest of this
2109         file throughout.
2110
2111 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
2112
2113         * ada-lang.c (ada_decode_exception_location): Delete.
2114         (create_ada_exception_catchpoint): Remove arguments "sal",
2115         "addr_string" and "ops".  Add argument "ex_kind" instead.
2116         Adjust implementation accordingly, calling ada_exception_sal
2117         to get the entities it no longer gets passed as arguments.
2118         Document the function's arguments.
2119         (catch_ada_exception_command): Use catch_ada_exception_command_split
2120         instead of ada_decode_exception_location, and update call to
2121         create_ada_exception_catchpoint.
2122         (catch_ada_assert_command_split): Renames
2123         ada_decode_assert_location.  Remove parameters "addr_string" and
2124         "ops", and now returns void.  Adjust implementation accordingly.
2125         Update the function documentation.
2126         (catch_assert_command): Use catch_ada_assert_command_split
2127         instead of ada_decode_assert_location.  Update call to
2128         create_ada_exception_catchpoint.
2129
2130 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
2131
2132         * utils.h (perror_warning_with_name): Add declaration.
2133         * utils.c (perror_warning_with_name): New function.
2134         * cli/cli-cmds.c (source_script_with_search): Add call to
2135         perror_warning_with_name if from_tty is nul.
2136
2137 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
2138
2139         * utils.c (perror_string): New function, extracted out of
2140         throw_perror_with_name.
2141         (throw_perror_with_name): Rework to use perror_string.
2142
2143 2013-10-11  Yao Qi  <yao@codesourcery.com>
2144
2145         * remote.c (discard_pending_stop_replies_in_queue): Update
2146         declaration.
2147         (struct stop_reply) <rs>: New field.
2148         (remove_stop_reply_of_remote_state): New function.
2149         (discard_pending_stop_replies_in_queue): Add parameter 'rs'.
2150         Callers update.  Pass remove_stop_reply_of_remote_state to
2151         QUEUE_iterate.
2152         (remote_parse_stop_reply): Initialize field 'rs'.
2153
2154 2013-10-10  Will Newton  <will.newton@linaro.org>
2155
2156         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
2157         linux_init_abi.
2158
2159 2013-10-10  Joel Brobecker  <brobecker@adacore.com>
2160
2161         * cli/cli-cmds.c (show_baud_rate): Moved to serial.c as
2162         serial_baud_show_cmd.
2163         (_initialize_cli_cmds): Delete the code creating the
2164         "set/show remotebaud" commands.
2165         * serial.c (baud_rate): Move here from top.c.
2166         (serial_baud_show_cmd): Move here from cli/cli-cmds.c.
2167         (_initialize_serial): Create "set/show serial baud" commands.
2168         Add "set/show remotebaud" command aliases.
2169         * top.c (baud_rate): Moved to serial.c.
2170         * NEWS: Document the new "set/show serial baud" commands,
2171         replacing "set/show remotebaud".
2172
2173 2013-10-09  Pedro Alves  <palves@redhat.com>
2174
2175         * breakpoint.c (insert_bp_location): Use memory_error_message to
2176         build the memory error string.
2177         * c-lang.c: Include "gdbcore.h".
2178         (c_get_string): Use memory_error to throw error.
2179         (target_xfer_memory_error): Delete.
2180         (memory_error_message): New, factored out from
2181         target_xfer_memory_error.
2182         (memory_error): Change parameter type to target_xfer_error.
2183         Rewrite.
2184         (read_memory): Use memory_error instead of
2185         target_xfer_memory_error.
2186         * gdbcore.h: Include "target.h".
2187         (memory_error): Change parameter type to target_xfer_error.
2188         (memory_error_message): Declare function.
2189         * target.c (target_read_memory, target_read_stack)
2190         (target_write_memory, target_write_raw_memory): Return
2191         TARGET_XFER_E_IO on error.  Adjust comments.
2192         (get_target_memory): Pass TARGET_XFER_E_IO to memory_error,
2193         instead of EIO.
2194         * target.h (target_read, target_insert_breakpoint)
2195         (target_remove_breakpoint): Adjust comments.
2196         * valprint.c (partial_memory_read): Rename parameter, and adjust
2197         comment.
2198         (val_print_string): Use memory_error_message to build the memory
2199         error string.
2200
2201 2013-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
2202
2203         * common/filestuff.c (gdb_fopen_cloexec): Remove initialization of
2204         result variable.  Rename variable fopen_e_ever_failed to
2205         fopen_e_ever_failed_einval.  Retry fopen only for errno EINVAL.
2206
2207 2013-10-09  Pedro Alves  <palves@redhat.com>
2208
2209         * monitor.c (monitor_write_memory, monitor_write_memory_bytes)
2210         (monitor_write_memory_longlongs, monitor_write_memory_block):
2211         Constify 'myaddr' parameter.
2212         (monitor_xfer_memory): Adjust interface as monitor_xfer_partial
2213         helper.
2214         (monitor_xfer_partial): New function.
2215         (init_base_monitor_ops): Don't install a deprecated_xfer_memory
2216         hook.  Install a to_xfer_partial hook.
2217
2218 2013-10-09  Tom Tromey  <tromey@redhat.com>
2219
2220         * dwarf2read.c (dwarf2_get_dwz_file): Update for type change in
2221         bfd_get_alt_debug_link_info.
2222
2223 2013-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
2224
2225         New flag OBJF_NOT_FILENAME.
2226         * auto-load.c (auto_load_objfile_script): Check also OBJF_NOT_FILENAME.
2227         * jit.c (jit_object_close_impl): Use OBJF_NOT_FILENAME for
2228         allocate_objfile.
2229         (jit_bfd_try_read_symtab): Use OBJF_NOT_FILENAME for
2230         symbol_file_add_from_bfd.
2231         * jv-lang.c (get_dynamics_objfile): Use OBJF_NOT_FILENAME for
2232         allocate_objfile.
2233         * objfiles.c (allocate_objfile): Assert OBJF_NOT_FILENAME if NAME is
2234         NULL.
2235         * objfiles.h (OBJF_NOT_FILENAME): New.
2236
2237 2013-10-08  Tom Tromey  <tromey@redhat.com>
2238
2239         * Makefile.in (SFILES): Add build-id.c.
2240         (HFILES_NO_SRCDIR): Add build-id.h.
2241         * build-id.c: New file, largely from elfread.c.  Modified
2242         most functions.
2243         * build-id.h: New file.
2244         * dwarf2read.c (dwarf2_get_dwz_file): Update for change to
2245         bfd_get_alt_debug_link_info.  Verify dwz file's build-id.
2246         Search for dwz file using build-id.
2247         * elfread.c (build_id_bfd_get, build_id_verify)
2248         (build_id_to_debug_filename, find_separate_debug_file): Remove.
2249
2250 2013-10-08  Joel Brobecker  <brobecker@adacore.com>
2251
2252         * ada-lang.c (compare_names_with_case): Renamed from
2253         compare_names, adding a new parameter "casing" and its handling.
2254         New function documentation.
2255         (compare_names): New function, implemented using
2256         compare_names_with_case.
2257
2258 2013-10-08  Joel Brobecker  <brobecker@adacore.com>
2259
2260         * ada-lang.c (ada_exception_sal): Remove advance declaration.
2261
2262 2013-10-07  Tom Tromey  <tromey@redhat.com>
2263
2264         * objfiles.c (free_objfile_per_bfd_storage): Delete the
2265         demangled_names_hash.
2266         (free_objfile): Don't delete the demangled_names_hash.
2267         * objfiles.h (struct objfile_per_bfd_storage)
2268         <demangled_names_hash>: New field.
2269         (struct objfile) <demangled_names_hash>: Move to
2270         objfile_per_bfd_storage.
2271         * symfile.c (reread_symbols): Don't delete the
2272         demangled_names_hash.
2273         * symtab.c (create_demangled_names_hash): Update.
2274         (symbol_set_names): Update.
2275
2276 2013-10-07  Tom Tromey  <tromey@redhat.com>
2277
2278         * gdb_bfd.c (struct gdb_bfd_data) <relocation_computed,
2279         needs_relocations>: New fields.
2280         (gdb_bfd_requires_relocations): New function.
2281         * gdb_bfd.h (gdb_bfd_requires_relocations): Declare.
2282         * objfiles.c (get_objfile_bfd_data): Disallow sharing if
2283         the BFD needs relocations applied.
2284
2285 2013-10-07  Pedro Alves  <palves@redhat.com>
2286
2287         PR breakpoints/11568
2288         * breakpoint.c (remove_threaded_breakpoints): Say "no longer in
2289         the thread list" instead of "gone".
2290
2291 2013-10-06  Sergio Durigan Junior  <sergiodj@redhat.com>
2292
2293         * NEWS: Mention new convenience variable $_exitsignal.
2294         * corelow.c (core_open): Reset exit convenience variables.  Set
2295         $_exitsignal to the uncaught signal which generated the corefile.
2296         * infrun.c (handle_inferior_event): Reset exit convenience
2297         variables.  Set $_exitsignal for TARGET_WAITKIND_SIGNALLED.
2298         (clear_exit_convenience_vars): New function.
2299         * inferior.h (clear_exit_convenience_vars): New prototype.
2300
2301 2013-10-06  Yao Qi  <yao@codesourcery.com>
2302
2303         * varobj.h: Add comments to enum varobj_languages.
2304
2305 2013-10-04  Doug Evans  <dje@google.com>
2306
2307         Add support for DWP file format version 2.
2308         * NEWS: Mention support for DWP file format version 2.
2309         * dwarf2read.c (dwarf2_section_info): Convert asection field to a
2310         union of asection, containing_section.  New fields virtual_offset
2311         and is_virtual.  Change type of readin filed from int to char.
2312         (dwo_sections, dwo_file): Tweak comments.
2313         (dwp_v2_section_ids): New enum.
2314         (dwp_sections): New fields abbrev, info, line, loc, macinfo, macro,
2315         str_offsets, types.
2316         (virtual_v1_dwo_sections): Renamed from virtual_dwo_sections.
2317         All uses updated.
2318         (virtual_v2_dwo_sections): New struct.
2319         (dwp_hash_table): New fields version, nr_columns.  Change type of
2320         section_pool field to a union.
2321         (dwp_file): New field version.
2322         (dwarf2_has_info): Check for virtual sections.
2323         (get_containing_section): New function.
2324         (get_section_bfd_owner, get_section_bfd_section): Call it.
2325         (dwarf2_locate_sections): Update.
2326         (dwarf2_section_empty_p): Update.
2327         (dwarf2_read_section): Handle virtual sections.
2328         (locate_dwz_sections): Update.
2329         (create_dwp_hash_table): Document and handle V2 format.
2330         (locate_v1_virtual_dwo_sections): Renamed from
2331         locate_virtual_dwo_sections and update.  All callers updated.
2332         (create_dwo_unit_in_dwp_v1): Renamed from create_dwo_in_dwp.
2333         Delete arg htab.  Rename arg section_index to unit_index.
2334         All callers updated.
2335         (MAX_NR_V1_DWO_SECTIONS): Renamed from MAX_NR_DWO_SECTIONS.
2336         All uses updated.
2337         (create_dwp_v2_section, create_dwo_unit_in_dwp_v2): New functions.
2338         (lookup_dwo_unit_in_dwp): Add V2 support.
2339         (dwarf2_locate_dwo_sections): Update.
2340         (dwarf2_locate_common_dwp_sections): Renamed from
2341         dwarf2_locate_dwp_sections and update.  All callers updated.
2342         (dwarf2_locate_v2_dwp_sections): New function.
2343         (open_and_init_dwp_file): Add V2 support.
2344         (read_str_index): New locals str_section, str_offsets_section.
2345
2346 2013-10-04  Pedro Alves  <palves@redhat.com>
2347
2348         * common/ptid.c (null_ptid, minus_one_ptid, ptid_build)
2349         (pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid)
2350         (ptid_equal, ptid_is_pid, ptid_lwp_p, ptid_tid_p): Replace
2351         describing comments with references to ptid.h.
2352         * common/ptid.h: Remove intro description of constructors,
2353         accessors and predicates.
2354         (struct ptid): Reformat.
2355         (minus_one_ptid, ptid_build, pid_to_ptid, ptid_get_pid)
2356         (ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid): Change
2357         describing comments.
2358
2359 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
2360
2361         * aix-thread.c (sync_threadlists): Add missing ')' in call
2362         to ptid_build.
2363
2364 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
2365
2366         * procfs.c (procfs_init_inferior): Fix typo causing the build
2367         to fail.
2368
2369 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
2370
2371         * aix-thread.c (ptrace32): Remove cast to addr_ptr.
2372
2373 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
2374
2375         * mi/mi-main.c (run_one_inferior): Add function description.
2376         Make ARG a pointer to an integer whose value determines whether
2377         we should "run" or "start" the program.
2378         (mi_cmd_exec_run): Add handling of the "--start" option.
2379         Reject all other command-line options.
2380         * NEWS: Add entry for "-exec-run"'s new "--start" option.
2381
2382 2013-10-04  Yao Qi  <yao@codesourcery.com>
2383
2384         * remote-notif.h (REMOTE_NOTIF_ID): New enum.
2385         (struct notif_client) <pending_event>: Moved
2386         to struct remote_notif_state.
2387         <id>: New field.
2388         (struct remote_notif_state) <pending_event>: New field.
2389         (notif_event_xfree): Declare.
2390         * remote-notif.c (handle_notification): Adjust.
2391         (notif_event_xfree): New function.
2392         (do_notif_event_xfree): Call notif_event_xfree.
2393         (remote_notif_state_xfree): Call notif_event_xfree to free
2394         each element in field pending_event.
2395         * remote.c (discard_pending_stop_replies): Remove declaration.
2396         (discard_pending_stop_replies_in_queue): Declare.
2397         (remote_close): Call discard_pending_stop_replies_in_queue
2398         instead of discard_pending_stop_replies.
2399         (remote_start_remote): Adjust.
2400         (stop_reply_xfree): Call notif_event_xfree.
2401         (notif_client_stop): Adjust initialization.
2402         (remote_notif_remove_all): Rename it to ...
2403         (remove_stop_reply_for_inferior): ... this.  Update comments.
2404         Don't check INF is NULL.
2405         (discard_pending_stop_replies): Return early if notif_state is
2406         NULL.  Adjust.  Don't check INF is NULL.
2407         (remote_notif_get_pending_events): Adjust.
2408         (discard_pending_stop_replies_in_queue): New function.
2409         (remote_wait_ns): Likewise.
2410
2411 2013-10-04  Yao Qi  <yao@codesourcery.com>
2412
2413         * remote-notif.c (DECLARE_QUEUE_P): Remove.
2414         (notif_queue): Remove.
2415         (remote_notif_process): Add one parameter 'notif_queue'.
2416         Update comments.  Callers update.
2417         (remote_async_get_pending_events_token): Remove.
2418         (remote_notif_register_async_event_handler): Remove.
2419         (remote_notif_unregister_async_event_handler): Remove.
2420         (handle_notification): Add parameter 'notif_queue'.  Update
2421         comments.  Callers update.
2422         (notif_xfree): Remove.
2423         (remote_notif_state_allocate): New function.
2424         (remote_notif_state_xfree): New function.
2425         (_initialize_notif): Remove code to allocate queue.
2426         * remote-notif.h (DECLARE_QUEUE_P): Moved from remote-notif.c.
2427         (struct remote_notif_state): New.
2428         (handle_notification): Update declaration.
2429         (remote_notif_process): Likewise.
2430         (remote_notif_register_async_event_handler): Remove.
2431         (remote_notif_unregister_async_event_handler): Remove.
2432         (remote_notif_state_allocate): Declare.
2433         (remote_notif_state_xfree): Declare.
2434         * remote.c (struct remote_state) <notif_state>: New field.
2435         (remote_close): Don't call
2436         remote_notif_unregister_async_event_handler.  Call
2437         remote_notif_state_xfree.
2438         (remote_open_1): Don't call
2439         remote_notif_register_async_event_handler.  Call
2440         remote_notif_state_allocate.
2441
2442 2013-10-04  Yao Qi  <yao@codesourcery.com>
2443
2444         * varobj.c (create_child_with_value): Remove 'const' from the
2445         type of parameter 'name'.
2446         (varobj_add_child): Likewise.
2447         (install_dynamic_child): Remove 'const' from the type of
2448         parameter 'name'.
2449         (varobj_add_child): Likewise.
2450         (create_child_with_value): Likewise.  Update comments.  Don't
2451         duplicate 'name'.
2452         (update_dynamic_varobj_children): Duplicate 'name'
2453         and pass it to install_dynamic_child.
2454
2455 2013-10-03  Phil Muldoon  <pmuldoon@redhat.com>
2456
2457         * python/py-value.c (convert_value_from_python): Move PyInt_Check
2458         conversion logic to occur after PyLong_Check.  Comment on order
2459         change significance.
2460         * python/py-arch.c (archpy_disassemble): Comment on order of
2461         conversion for integers and longs.
2462
2463 2013-10-03  Pedro Alves  <palves@redhat.com>
2464
2465         * common/linux-ptrace.c (linux_check_ptrace_features): Factor out
2466         the PTRACE_O_TRACESYSGOOD and PTRACE_O_TRACEFORK to separate
2467         functions.  Always test for PTRACE_O_TRACESYSGOOD even if
2468         PTRACE_O_TRACEFORK is not supported.
2469         (linux_test_for_tracesysgood): New function.
2470         (linux_test_for_tracefork): New function, factored out from
2471         linux_check_ptrace_features, and also don't kill child_pid here.
2472
2473 2013-10-03  Tristan Gingold  <gingold@adacore.com>
2474
2475         * i386-darwin-nat.c (i386_darwin_dr_set): Fix argument type.
2476         Remove verbose error reporting.  Use detected state to
2477         thread_set_state call.
2478         (i386_darwin_dr_get): Fix return type.  Remove verbose error
2479         report.
2480         Remove trailing spaces.
2481
2482 2013-10-02  Pedro Alves  <palves@redhat.com>
2483
2484         * cp-valprint.c (cp_print_value_fields): Adjust calls to
2485         val_print_optimized_out.
2486         * jv-valprint.c (java_print_value_fields): Likewise.
2487         * p-valprint.c (pascal_object_print_value_fields): Likewise.
2488         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full)
2489         <DWARF_VALUE_REGISTER>: If the register was not saved, return a
2490         new optimized out value.
2491         * findvar.c (address_from_register): Likewise.
2492         * frame.c (put_frame_register): Tweak error string to say the
2493         register was not saved, rather than optimized out.
2494         * infcmd.c (default_print_one_register_info): Adjust call to
2495         val_print_optimized_out.  Use value_of_register instead of
2496         get_frame_register_value.
2497         * mi/mi-main.c (output_register): Use value_of_register instead of
2498         get_frame_register_value.
2499         * valprint.c (valprint_check_validity): Likewise.
2500         (val_print_optimized_out): New value parameter.  If the value is
2501         lval_register, print <not saved> instead.
2502         (value_check_printable, val_print_scalar_formatted): Adjust calls
2503         to val_print_optimized_out.
2504         * valprint.h (val_print_optimized_out): New value parameter.
2505         * value.c (struct value) <optimized_out>: Extend comment.
2506         (error_value_optimized_out): New function.
2507         (require_not_optimized_out): Use it.  Use a different string for
2508         lval_register values.
2509         * value.h (error_value_optimized_out): New declaration.
2510         * NEWS: Mention <not saved>.
2511
2512 2013-10-02  Joel Brobecker  <brobecker@adacore.com>
2513
2514         * symtab.c (compare_search_syms): Use FILENAME_CMP instead of
2515         strcmp to compare two symtab filenames.
2516
2517 2013-10-02  Joel Brobecker  <brobecker@adacore.com>
2518
2519         * symtab.c (search_symbols_equal): Delete.
2520         (sort_search_symbols_remove_dups): Replace call to
2521         search_symbols_equal by call to compare_search_syms,
2522         adjusting as necessary.
2523
2524 2013-10-02  Phil Muldoon  <pmuldoon@redhat.com>
2525
2526         PR python/15579
2527         * python/python.c: Document gdb.execute command in Python help.
2528
2529 2013-10-02  Phil Muldoon  <pmuldoon@redhat.com>
2530
2531         * python/py-frame.c (frame_info_to_frame_object): Use
2532         gdbpy_convert_exception. Clean up Python object on failure.
2533
2534 2013-10-02  Phil Muldoon  <pmuldoon@redhat.com>
2535
2536         * python/lib/gdb/command/frame_filters.py
2537         (InfoFrameFilter.list_frame_filters): Retrieve exception manually.
2538         (ShowFrameFilterPriority.invoke): Ditto.
2539
2540 2013-10-01  Keith Seitz  <keiths@redhat.com>
2541
2542         * linespec.c (struct ls_parser): Make 'saved_arg' const.
2543         (parse_linespec): Make 'argptr' const.
2544         Remove temporary cast of 'argptr' to const char **.
2545         (decode_line_full): Pass const pointer to parse_linespec.
2546         (decode_line_1): Likewise.
2547         (decode_objc): Make local variable 'new_argptr' const.
2548         (find_function_symbols): Remove temporary cast to char *
2549         to find_imps.
2550         * objc-lang.c (find_imps): Make argument 'method' const.
2551         Return const.
2552         * objc-lang.h (find_imps): Likewise.
2553
2554 2013-10-01  Keith Seitz  <keiths@redhat.com>
2555
2556         * completer.c (skip_quoted_chars): Make all arguments const.
2557         Return const.
2558         (skip_quoted): Likewise.
2559         * completer.h (skip_quoted_chars): Likewise.
2560         (skip_quoted): Likewise.
2561         * defs.h (skip_quoted): Remove duplicate declaration.
2562         * jv-exp.y: Include completer.h.
2563         (yylex): Remove unneccessary cast to char * fro skip_quoted.
2564         * p-exp.y: Include completer.h.
2565
2566 2013-10-01  Keith Seitz  <keiths@redhat.com>
2567
2568         * c-exp.y (parse_number): Make first argument const.
2569         Make a copy of the input to manipulate.
2570         (c_parse_escape): Make first argument const.
2571         Make local variable 'tokptr' const.
2572         (parse_string_or_char): Make first two arguments const.
2573         (macro_original_text): Make const.
2574         (lex_one_token): Make local variable 'tokstart' const.
2575         Likewise for local variables named 'p'.
2576         Cast away const for struct stoken (temporary).
2577         * c-lang.h (c_parse_escpae): Make first argument const.
2578         * cli/cli-cmds.c (echo_command): Make local variable 'p'
2579         const.
2580         * cli/cli-setshow.c (do_set_command): Likewise for 'p' in
2581         var_string case.
2582         * f-exp.y (parse_number): Make first argument const.
2583         (match_string_literal): Make local variable 'tokstart'
2584         const.
2585         (yylex): Make local variable 'p' const.
2586         Cast away const for struct stoken (temporary).
2587         * go-exp.y (parse_number): Make first argument const.
2588         (parse_string_or_char): Likewise.
2589         Make local variable 'tokstart' const.
2590         (lex_one_token): Likewise for numerous locals called 'p'.
2591         Cast away const for struct stoken (temporary).
2592         * jv-exp.y (parse_number): Make first argument const.
2593         Make local variables 'tokstart' and 'tokptr' const.
2594         Cast away const for call to skip_quoted (temporary).
2595         (yylex): Make local variable 'p' const.
2596         Cast away const for struct stoken (temporary).
2597         * m2-exp.y (parse_number): Make local variable 'p' const.
2598         (yylex): Likewise for 'tokstart'.
2599         Cast away const for struct stoken (temporary).
2600         Make local variable 'p' const.
2601         * macroexp.c (get_character_constant): Pass a const string
2602         to c_parse_escape.
2603         (get_string_literal): Likewise.
2604         (macro_expand_next): Make first argument const.
2605         Cast away const for init_shared_buffer.
2606         * macroexp.h (macro_expand_next): Make first argument const.
2607         * p-exp.y (yylex): Make a local copy of 'lexptr'.
2608         Pass a const string to c_parse_escape.
2609         Make local variables 'p' and 'namestart' const.
2610         * parse.c (lexptr): Make const.
2611         (prev_lexptr): Likewise.
2612         (find_template_name_end): Return const.
2613         Make argument const, too.
2614         (parse_exp_in_context): Make first argument const.
2615         Remove the entire const_hack.
2616         (parse_exp_in_context_1): Make first argument const.
2617         * parser-defs.h (find_template_name_end): Return const.
2618         Make argument const, too.
2619         (lexptr): Make const.
2620         (prev_lexptr): Likewise.
2621         * utils.c (parse_escape): Make second argument const.
2622         * utils.h (parse_escape): Likewise.
2623
2624 2013-10-01  Keith Seitz  <keiths@redhat.com>
2625
2626         * ada-exp.y (write_object_renaming): Update: struct stoken.ptr
2627         is now const.
2628         (block_lookup): Make 'raw_name' and 'name' const.
2629         * ada-lex.l (processString): Update for struct stoken.ptr.
2630         * c-exp.y (qualified_name : TYPENAME COLONCOLON '~' name): Likewise.
2631         (operator_stoken): Likewise.
2632         (lex_one_token): Remove temporary cast to char * for
2633         'yylval.sval.ptr'.
2634         * f-exp.y (yylex): Likewise.
2635         * gdb-types.c (lookup_struct_elt_type): Make argument 'name' const.
2636         * gdbtypes.h (lookup_struct_elt_type): Likewisee.
2637         * go-exp.y (lex_one_token): Remove temporary cast to char * for
2638         'yylval.sval.ptr'.
2639         * jv-exp.y (QualifiedName): Update for struct stoken.ptr.
2640         (yylex): Remove temporary cast to char * for 'yylval.sval.ptr'.
2641         * linespec.c (struct ls_parser): Make 'stream' const.
2642         (find_parameter_list_end): Make argument 'input' and local
2643         variable 'p' const.
2644         (linespec_lexer_lex_string): Make local variables 'start' and
2645         'p' const.
2646         Use skip_spaces_const instead of skip_spaces.
2647         (linespec_lexer_peek_token): Make local variable 'saved_stream'
2648         const.
2649         (parse_linespec): Temporarily cast 'argptr' to const for
2650         'parser->lexer.stream'.
2651         * m2-exp.y (yylex): Remove temporary cast to char * for
2652         'yylval.sval.ptr'.
2653         * objc-lang.c (add_msglist): Make local variable 'p' const.
2654         * p-exp.y (exp : exp '['): Update for struct stoken.ptr.
2655         (exp : STRING): Make 'sp' const.
2656         (parse_number): Make argument 'p' const.
2657         * parser-defs.h (struct stoken): Make 'ptr' const.
2658
2659 2013-10-01  Doug Evans  <dje@google.com>
2660
2661         * cli/cli-decode.c: Remove unnecessary inclusion of tui/tui.h.
2662
2663 2013-10-01  Yao Qi  <yao@codesourcery.com>
2664
2665         * varobj.c (c_value_of_root): Remove declaration.
2666         (cplus_value_of_root, java_value_of_root): Likewise.
2667         (ada_value_of_root): Likewise.
2668         (struct language_specific) <value_of_root>: Remove.
2669         (languages): Update initialization.
2670         (check_scope): Move earlier.
2671         (c_value_of_root): Move earlier and rename to ...
2672         (value_of_root_1): ... this.
2673         (value_of_root): Caller update.
2674         (cplus_value_of_root, java_value_of_root): Remove.
2675         (ada_value_of_root): Remove.
2676
2677 2013-10-01  Yao Qi  <yao@codesourcery.com>
2678
2679         * varobj.c (varobj_format_string): Remove "unknown".
2680         (languages): Remove the first element.
2681         * varobj.h (enum varobj_languages): Remove vlang_c.
2682
2683 2013-10-01  Yao Qi  <yao@codesourcery.com>
2684
2685         * varobj.c (struct language_specific) <language>: Remove.
2686         (languages): Update the initialization.
2687
2688 2013-10-01  Yao Qi  <yao@codesourcery.com>
2689
2690         * arm-wince-tdep.c: Remove inclusion of "solib.h" and
2691         "solib-target.h".  Include "windows-tdep.h".
2692         (arm_wince_init_abi): Call windows_init_abi.  Remove call to
2693         set_solib_ops and set_gdbarch_has_dos_based_file_system.
2694         * configure.tgt (arm*-wince-pe | arm*-*-mingw32ce*): Append
2695         windows-tdep.o to gdb_target_obs.
2696
2697 2013-10-01  Yao Qi  <yao@codesourcery.com>
2698
2699         * amd64-windows-tdep.c: Remove inclusion of "solib.h" and
2700         "solib-target.h".
2701         (amd64_windows_init_abi): Don't call set_solib_ops and
2702         set_gdbarch_iterate_over_objfiles_in_search_order.  Call
2703         windows_init_abi instead.
2704         * i386-cygwin-tdep.c: Remove inclusion of "solib.h" and
2705         "solib-target.h".
2706         (i386_cygwin_init_abi): Don't call set_solib_ops,
2707         set_gdbarch_has_dos_based_file_system and
2708         set_gdbarch_iterate_over_objfiles_in_search_order.  Call
2709         windows_init_abi instead.
2710         * windows-tdep.c: Include "solib.h" and "solib-target.h".
2711         (windows_init_abi): New function.
2712         (windows_iterate_over_objfiles_in_search_order): Make it
2713         static.
2714         * windows-tdep.h (windows_init_abi): Declare.
2715         (windows_iterate_over_objfiles_in_search_order): Remove
2716         declaration.
2717
2718 2013-10-01  Jerome Guitton  <guitton@adacore.com>
2719
2720         Checked in by Joel Brobecker  <brobecker@adacore.com>
2721         * system-gdbinit/elinos.py (get_elinos_environment): Return an
2722         incomplete dictionnary instead of None in case of missing
2723         environment variables.
2724         (elinos_init): in case of an incomplete environment, best
2725         effort to load system libraries instead of abort.
2726
2727 2013-10-01  Joel Brobecker  <brobecker@adacore.com>
2728
2729         * ada-lang.c (ada_has_this_exception_support): Ignore
2730         mst_solib_trampoline minimal symbols.
2731
2732 2013-09-30  Tristan Gingold  <gingold@adacore.com>
2733
2734         * i386-darwin-nat.c (darwin_complete_target): Install methods for
2735         hardware watchpoint.
2736         (i386_darwin_dr_set): Support 32 and 64 bit states.
2737         (i386_darwin_dr_get): Likewise.
2738         (i386_darwin_dr_set_control): Make static.
2739         (i386_darwin_dr_set_addr, i386_darwin_dr_get_addr)
2740         (i386_darwin_dr_get_status, i386_darwin_dr_get_control): Likewise.
2741
2742 2013-09-30  Luis Machado  <lgustavo@codesourcery.com>
2743
2744         * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2745         Replace TIDGET with ptid_get_lwp.
2746         Replace GET_LWP with ptid_get_lwp.
2747         * aix-thread.c (BUILD_THREAD, BUILD_LWP): Remove.
2748         Replace BUILD_THREAD with ptid_build.
2749         Replace BUILD_LWP with ptid_build.
2750         Replace PIDGET with ptid_get_pid.
2751         Replace TIDGET with ptid_get_lwp.
2752         * alphabsd-nat.c: Replace PIDGET with ptid_get_pid.
2753         * amd64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2754         Replace TIDGET with ptid_get_lwp.
2755         * amd64bsd-nat.c: Replace PIDGET with ptid_get_pid.
2756         * arm-linux-nat.c: Replace PIDGET with ptid_get_pid.
2757         Replace TIDGET with ptid_get_lwp.
2758         Replace GET_LWP with ptid_get_lwp.
2759         * armnbsd-nat.c: Replace PIDGET with ptid_get_pid.
2760         * auxv.c: Likewise.
2761         * breakpoint.c: Likewise.
2762         * common/ptid.c (ptid_is_pid): Condense check for
2763         null_ptid and minus_one_ptid.
2764         (ptid_lwp_p): New function.
2765         (ptid_tid_p): New function.
2766         * common/ptid.h: Update comments for accessors.
2767         (ptid_lwp_p): New prototype.
2768         (ptid_tid_p): New prototype.
2769         * defs.h (PIDGET, TIDGET, MERGEPID): Do not define.
2770         * gcore.c: Replace PIDGET with ptid_get_pid.
2771         * gdbthread.h: Likewise.
2772         * gnu-nat.c: Likewise.
2773         * hppa-linux-nat.c: Replace PIDGET with ptid_get_pid.
2774         Replace TIDGET with ptid_get_lwp.
2775         * hppabsd-nat.c: Replace PIDGET with ptid_get_pid.
2776         * hppanbsd-nat.c: Likewise.
2777         * i386-linux-nat.c: Replace PIDGET with ptid_get_pid.
2778         Replace TIDGET with ptid_get_lwp.
2779         * i386bsd-nat.c: Replace PIDGET with ptid_get_pid.
2780         * ia64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2781         * infcmd.c: Likewise.
2782         * inferior.h: Likewise.
2783         * inflow.c: Likewise.
2784         * infrun.c: Likewise.
2785         * linux-fork.c: Likewise.
2786         * linux-nat.c: Replace PIDGET with ptid_get_pid.
2787         Replace GET_PID with ptid_get_pid.
2788         Replace is_lwp with ptid_lwp_p.
2789         Replace GET_LWP with ptid_get_lwp.
2790         Replace BUILD_LWP with ptid_build.
2791
2792 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
2793
2794         * common/linux-btrace.c: Move sys/syscall.h out of the
2795         HAVE_LINUX_PERF_EVENT_H check and wrap it in HAVE_SYS_SYSCALL_H.
2796         Also check for SYS_perf_event_open before attempting to buid.
2797
2798 2013-09-27  Doug Evans  <dje@google.com>
2799
2800         * dwarf2read.c (dwarf2_section_info): Add comment.
2801         (dwp_file): Split loaded_cutus into loaded_cus, loaded_tus.
2802         All uses updated.
2803         (dwarf2_section_empty_p): Rename arg from "info" to "section".
2804         (dwarf2_read_section): Delete unused local "header".  Add section
2805         name to error message.
2806         (create_dwo_in_dwp): Tweak comment.
2807         (MAX_NR_DWO_SECTIONS): Combine count of .debug_macro + .debug_macinfo.
2808
2809         * dwarf2read.c (die_reader_specs): Tweak comment.
2810         (get_section_bfd_owner, get_section_bfd_section): New functions.
2811         (get_section_name, get_section_file_name): New functions.
2812         (get_section_id, get_section_flags): New functions.
2813         (*): Use new functions to access section fields.
2814
2815         * dwarf2read.c (struct dwo_file): Add/tweak comments.
2816         (lookup_dwo_unit_in_dwp): Renamed from lookup_dwo_in_dwp.  Remove
2817         arg "htab".  All callers updated.
2818         (create_debug_types_hash_table): Remove redundant copy of
2819         abbrev_section.
2820         (create_dwo_in_dwp): Tweak comments.
2821         (read_str_index): Tweak comment.  Record dwarf form name in static
2822         local.
2823
2824 2013-09-27  Pedro Alves  <palves@redhat.com>
2825
2826         * remote.h (REMOTE_SYSROOT_PREFIX): New define.
2827         (remote_filename_p): Add comment.
2828         * remote.c (remote_filename_p): Adjust to use
2829         REMOTE_SYSROOT_PREFIX.
2830         * solib.c (solib_find): When deciding whether we need to add a
2831         directory separator, check whether the sysroot is "remote:"
2832         instead of checking whether the patch has a drive spec.  Add
2833         comments.
2834
2835 2013-09-27  Pedro Alves  <palves@redhat.com>
2836
2837         * remote.c (struct stop_reply) <solibs_changed, replay_event>:
2838         Delete fields.
2839         (remote_parse_stop_reply): Adjust, setting event->ws.kind
2840         directly.
2841
2842 2013-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
2843
2844         Fix set debug frame output.
2845         * frame.c (fprint_frame_type): Add TAILCALL_FRAME entry.  Move
2846         SENTINEL_FRAME entry lower to match enum frame_type order.
2847
2848 2013-09-26  Pierre Muller  <muller@sourceware.org>
2849
2850         Replace constant values 8 to 15 by AMD64_R8_REGNUM to
2851         AMD64_R15_REGNUM when a register index is expected.
2852         * amd64-windows-tdep.c (amd64_windows_dummy_call_integer_regs):
2853         Substitute in array.
2854         * amd64-tdep.c (amd64_dwarf_regmap): Ditto.
2855         (amd64_push_arguments): Substitute in integer_regnum array.
2856
2857 2013-09-25  Doug Evans  <dje@google.com>
2858
2859         * objfiles.c (allocate_objfile): Move comment to better place.
2860
2861         New option "set debug symfile on".
2862         * NEWS: Mention "set debug symfile".
2863         * Makefile.in (SFILES): Add symfile-debug.c.
2864         (COMMON_OBS): Add symfile-debug.o.
2865         * elfread.c (elf_symfile_read): Use objfile_set_sym_fns to set the
2866         objfile's symbol functions.
2867         * objfiles.h (objfile_set_sym_fns): Declare.
2868         * symfile-debug.c: New file.
2869         * symfile.c (syms_from_objfile_1): Use objfile_set_sym_fns to set the
2870         objfile's symbol functions.
2871         (reread_symbols): Ditto.
2872
2873         * symfile.h (struct sym_fns): Delete member "sym_flavour".
2874         All uses updated.
2875         (add_symtab_fns): Update prototype.
2876         * symfile.c (sym_fns_ptr): Delete.  Replace with ...
2877         (registered_sym_fns): ... this.
2878         (symtab_fns): Update.
2879         (add_symtab_fns): New arg "flavour".  All callers updated.
2880         (find_sym_fns): Rewrite to use new sym_fns registry.
2881
2882         * symfile.h (struct sym_fns): Add "objfile" argument to
2883         sym_read_linetable.  All uses updated.
2884
2885         * symtab.c (domain_name, search_domain_name): New functions.
2886         * symtab.h (domain_name, search_domain_name): Declare.
2887
2888         * symfile.h (struct quick_symbol_functions): Reorg arg list of
2889         map_matching_symbols so objfile is first.  All uses updated.
2890         * dwarf2read.c (dw2_map_matching_symbols): Update signature.
2891         * psymtab.c (map_matching_symbols_psymtab): Update signature.
2892
2893 2013-09-25  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2894
2895         PR shlibs/8882
2896         * solib-svr4.c (svr4_read_so_list): Skip the vDSO when reading
2897         link map entries.
2898
2899 2013-09-24  Doug Evans  <dje@google.com>
2900
2901         * objfiles.c (free_objfile): Move comment.
2902
2903 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
2904
2905         * ada-exp.y (string_to_operator): Delete.
2906         (dummy_string_to_ada_operator): Delete.
2907
2908 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
2909
2910         Revert:
2911         * i386-tdep.h (enum amd64_reg_class): New, moved here from
2912         amd64-tdep.c.
2913         (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
2914         call_dummy_integer_regs, and classify.
2915         * amd64-tdep.h (amd64_classify): Add declaration.
2916         * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
2917         (amd64_reg_class): Delete, moved to i386-tdep.h.
2918         (amd64_classify): Make non-static.  Move declaration to amd64-tdep.h.
2919         Replace call to amd64_classify by call to tdep->classify.
2920         (amd64_push_arguments): Get the list of registers to use for
2921         passing integer parameters from the gdbarch tdep structure,
2922         rather than using a hardcoded one.  Replace calls to amd64_classify
2923         by calls to tdep->classify.
2924         (amd64_push_dummy_call): Get the register number used for
2925         the "hidden" argument from tdep->call_dummy_integer_regs.
2926         (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
2927         and tdep->call_dummy_integer_regs.  Set tdep->classify.
2928
2929 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
2930
2931         Revert:
2932         * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
2933         * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
2934         where tdep->memory_args_by_pointer is non-zero.
2935
2936 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
2937
2938         Revert:
2939         * i386-tdep.h (struct gdbarch_tdep): Add new field
2940         integer_param_regs_saved_in_caller_frame.
2941         * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
2942         stack if tdep->integer_param_regs_saved_in_caller_frame is set.
2943
2944 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
2945
2946         * amd64-windows-tdep.c: #include "value.h"
2947         (amd64_windows_classify): Delete.
2948         (amd64_windows_passed_by_integer_register)
2949         (amd64_windows_passed_by_xmm_register)
2950         (amd64_windows_passed_by_pointer)
2951         (amd64_windows_adjust_args_passed_by_pointer)
2952         (amd64_windows_store_arg_in_reg, amd64_windows_push_arguments)
2953         (amd64_windows_push_dummy_call): New functions.
2954         (amd64_windows_init_abi): Remove setting of
2955         tdep->call_dummy_num_integer_regs, tdep->call_dummy_integer_regs,
2956         tdep->classify, tdep->memory_args_by_pointer and
2957         tdep->integer_param_regs_saved_in_caller_frame.
2958         Add call to set_gdbarch_push_dummy_call.
2959
2960 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2961
2962         * dwarf2read.c (open_and_init_dwp_file): Try open_dwp_file also with
2963         objfile->original_name.
2964
2965 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2966
2967         Pass down original filename for objfile.
2968         * coffread.c (coff_symfile_read): Update symbol_file_add_separate call.
2969         * elfread.c (elf_symfile_read): Likewise.
2970         * jit.c (jit_object_close_impl): Update allocate_objfile call, no
2971         longer set ORIGINAL_NAME.
2972         (jit_bfd_try_read_symtab): Update symbol_file_add_from_bfd call.
2973         * jv-lang.c (get_dynamics_objfile): Update allocate_objfile call.
2974         * machoread.c (macho_add_oso_symfile): Add parameter name.  Update
2975         symbol_file_add_from_bfd call.
2976         (macho_symfile_read_all_oso): Update two macho_add_oso_symfile calls.
2977         (macho_check_dsym): Add parameter filenamep.  Change function comment.
2978         Set *filenamep.
2979         (macho_symfile_read): New variable dsym_filename.  Update
2980         macho_check_dsym call.  Use it for symbol_file_add_separate.
2981         * objfiles.c (allocate_objfile): Add parameter name.  New comment for
2982         it.  Use it for objfile->original_name.
2983         (objfile_name): Return OBFD's filename, if available.
2984         * objfiles.h (allocate_objfile): Add new parameter name.
2985         * solib.c (solib_read_symbols): Update symbol_file_add_from_bfd call.
2986         * symfile-mem.c (symbol_file_add_from_memory): Update
2987         symbol_file_add_from_bfd call.
2988         * symfile.c (read_symbols): Update symbol_file_add_separate call, new
2989         comment for it.
2990         (symbol_file_add_with_addrs): New parameter name, add function comment
2991         for it.  Remove variable name.  Update allocate_objfile call.
2992         (symbol_file_add_separate): New parameter name, add function comment
2993         for it.  Update symbol_file_add_with_addrs call.
2994         (symbol_file_add_from_bfd): New parameter name.  Update
2995         symbol_file_add_with_addrs call.
2996         (symbol_file_add): Update symbol_file_add_from_bfd call.
2997         (reread_symbols): New variable original_name.  Save
2998         objfile->original_name by it.
2999         * symfile.h (symbol_file_add_from_bfd, symbol_file_add_separate): Add
3000         second parameter.
3001
3002 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
3003
3004         Code cleanup: Add objfile_name accessor function.
3005         * ada-lang.c (is_known_support_routine): Use objfile_name.
3006         * auto-load.c (source_gdb_script_for_objfile)
3007         (auto_load_objfile_script): Likewise.
3008         * coffread.c (coff_symtab_read, read_one_sym): Likewise.
3009         * dbxread.c (dbx_symfile_read): Likewise.
3010         * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
3011         * dwarf2loc.c (locexpr_describe_location_piece): Likewise.
3012         * dwarf2read.c (dwarf2_get_dwz_file, dwarf2_read_index)
3013         (dw2_symtab_iter_next, dw2_expand_symtabs_matching)
3014         (lookup_dwp_signatured_type, lookup_dwo_unit)
3015         (dwarf2_build_psymtabs_hard, scan_partial_symbols, process_queue)
3016         (fixup_go_packaging, process_imported_unit_die, dwarf2_physname)
3017         (read_import_statement, create_dwo_cu, open_and_init_dwp_file)
3018         (lookup_dwo_cutu, read_call_site_scope, dwarf2_ranges_read)
3019         (dwarf2_record_block_ranges, read_common_block, read_typedef)
3020         (read_subrange_type, load_partial_dies, read_partial_die)
3021         (read_addr_index_1, read_str_index, dwarf_decode_lines_1)
3022         (die_containing_type, build_error_marker_type, lookup_die_type)
3023         (follow_die_ref_or_sig, follow_die_ref, dwarf2_fetch_die_loc_sect_off)
3024         (dwarf2_fetch_constant_bytes, follow_die_sig, get_signatured_type)
3025         (get_DW_AT_signature_type, write_psymtabs_to_index)
3026         (save_gdb_index_command): Likewise.
3027         * elfread.c (find_separate_debug_file_by_buildid, elf_symfile_read):
3028         Likewise.
3029         * expprint.c (dump_subexp_body_standard): Likewise.
3030         * gdbtypes.c (type_name_no_tag_or_error): Likewise.
3031         * jit.c (jit_object_close_impl): Use the objfile field name renamed to
3032         original_name.
3033         * linux-thread-db.c (try_thread_db_load_from_pdir_1): New variable
3034         obj_name, use objfile_name for it, use the variable.
3035         (try_thread_db_load_from_pdir, has_libpthread, thread_db_new_objfile):
3036         Use objfile_name.
3037         * machoread.c (macho_symtab_read, macho_check_dsym)
3038         (macho_symfile_relocate): Likewise.
3039         * maint.c (maintenance_translate_address): Likewise.
3040         * minidebug.c (find_separate_debug_file_in_section): Likewise.
3041         * minsyms.c (install_minimal_symbols): Likewise.
3042         * objfiles.c (allocate_objfile): Use the objfile field name renamed to
3043         original_name.
3044         (filter_overlapping_sections): Use objfile_name.
3045         (objfile_name): New function.
3046         * objfiles.h (struct objfile): Rename field name to original_name.
3047         (objfile_name): New prototype.
3048         * printcmd.c (sym_info, address_info): Use objfile_name.
3049         * probe.c (parse_probes, collect_probes, compare_probes)
3050         (info_probes_for_ops): Likewise.
3051         * progspace.c (clone_program_space): Likewise.
3052         * psymtab.c (require_partial_symbols, dump_psymtab, allocate_psymtab)
3053         (maintenance_info_psymtabs): Likewise.
3054         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
3055         (source_section_scripts): Likewise.
3056         * python/py-objfile.c (objfpy_get_filename): Likewise.
3057         * python/py-progspace.c (pspy_get_filename): Likewise.
3058         * solib-aix.c (solib_aix_get_toc_value): Likewise.
3059         * solib-som.c (match_main, som_solib_section_offsets): Likewise.
3060         * solib.c (solib_read_symbols): Likewise.
3061         * stabsread.c (scan_file_globals): Likewise.
3062         * stap-probe.c (handle_stap_probe): Likewise.
3063         * symfile.c (symbol_file_clear, separate_debug_file_exists)
3064         (find_separate_debug_file_by_debuglink): Likewise.
3065         (reread_symbols): Likewise.  Use the objfile field name renamed to
3066         original_name.
3067         (allocate_symtab): Use objfile_name.
3068         * symmisc.c (print_symbol_bcache_statistics, print_objfile_statistics)
3069         (dump_objfile, dump_msymbols, dump_symtab_1)
3070         (maintenance_print_msymbols, maintenance_print_objfiles)
3071         (maintenance_info_symtabs, maintenance_check_symtabs): Likewise.
3072         * target.c (target_translate_tls_address, target_info): Likewise.
3073         * xcoffread.c (xcoff_initial_scan): Make variable name const.  Use
3074         objfile_name.
3075
3076 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
3077
3078         Code cleanup.
3079         * probe.c (parse_probes): Rename variable objfile_name to
3080         objfile_namestr.
3081
3082 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
3083
3084         Remove solib-sunos.c.
3085         * Makefile.in (ALLDEPFILES): Remove solib-sunos.c.
3086         * config/m68k/obsd.mh (NATDEPFILES): Remove solib-sunos.o.
3087         * objfiles.c (rt_common_objfile): Remove.
3088         (free_objfile): Remove rt_common_objfile comparison.
3089         * objfiles.h (rt_common_objfile): Remove.
3090         * solib-sunos.c: Remove.
3091         * symfile.c (reread_symbols): Remove solib-sunos.c comment.
3092
3093 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
3094
3095         Remove a.out NetBSD and OpenBSD hosts.
3096         * NEWS (Removed native configurations): New.
3097         * config/arm/nbsdaout.mh: Remove.
3098         * config/i386/nbsdaout.mh: Remove.
3099         * config/i386/obsdaout.mh: Remove.
3100         * config/m68k/nbsdaout.mh: Remove.
3101         * config/sparc/nbsdaout.mh: Remove.
3102         * config/vax/nbsdaout.mh: Remove.
3103         * configure.host (arm*-*-netbsd*, i[34567]86-*-netbsd*)
3104         (i[34567]86-*-openbsd[0-2].*, i[34567]86-*-openbsd3.[0-3])
3105         (m68*-*-netbsd*, sparc-*-netbsd*, vax-*-netbsd*): Add them to obsolete
3106         error.
3107         (arm*-*-netbsd*, i[34567]86-*-netbsd*, i[34567]86-*-openbsd[0-2].*)
3108         (i[34567]86-*-openbsd3.[0-3], m68*-*-netbsd*, sparc-*-netbsdaout*)
3109         (sparc-*-netbsd*, vax-*-netbsd*): Remove.
3110
3111 2013-09-23  Tom Tromey  <tromey@redhat.com>
3112
3113         * linespec.c (struct minsym_and_objfile): Remove.
3114         (minsym_and_objfile_d): Remove.
3115         (struct linespec, struct collect_info, linespec_parse_basic)
3116         (convert_linespec_to_sals, linespec_parser_delete, decode_objc)
3117         (compare_msymbols, find_method, find_function_symbols)
3118         (find_linespec_symbols, struct collect_minsyms, compare_msyms)
3119         (add_minsym, search_minsyms_for_name): Update.
3120
3121 2013-09-23  Andrew Burgess  <aburgess@broadcom.com>
3122
3123         * regcache.c: Add include of valprint.h.
3124         (dump_endian_bytes): Delete.
3125         (regcache_dump): Use print_hex_chars not dump_endian_bytes.
3126
3127 2013-09-23  Andrew Burgess  <aburgess@broadcom.com>
3128
3129         * sh64-tdep.c (sh64_do_fp_register): Use print_hex_chars.
3130
3131 2013-09-19  Pedro Alves  <palves@redhat.com>
3132
3133         * breakpoint.c (remove_threaded_breakpoints): Skip non-user
3134         breakpoints.
3135
3136 2013-09-19  Pedro Alves  <palves@redhat.com>
3137             Thomas Schwinge  <thomas@codesourcery.com>
3138             Yue Lu  <hacklu.newborn@gmail.com>
3139
3140         * gnu-nat.c (gnu_read_inferior, gnu_write_inferior): Make static.
3141         Take a gdb_byte pointer instead of a char pointer.
3142
3143         * gnu-nat.c (gnu_xfer_memory): Adjust interface as
3144         gnu_xfer_partial helper.
3145         (gnu_xfer_partial): New function.
3146         (gnu_target): Don't install a deprecated_xfer_memory hook.
3147         Install a to_xfer_partial hook.
3148
3149 2013-09-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
3150
3151         Constification.
3152         * main.c (captured_main): Replace catch_command_errors by
3153         catch_command_errors_const.  Twice.
3154         * symfile.c (symbol_file_add_main_1): Make args parameter const.
3155         (symbol_file_add): Make name parameter const.
3156         (symbol_file_add_main, symbol_file_add_main_1): Make args parameter const.
3157         (symfile_bfd_open): Make name parameter const, rename it to cname.  Add
3158         variable name.  Change their usage accordingly.
3159         * symfile.h (symbol_file_add, symfile_bfd_open): Make first parameter
3160         const.
3161         (symbol_file_add_main): Make args parameter const.
3162
3163 2013-09-18  Raunaq Bathija  <raunaq12@in.ibm.com>
3164             Ulrich Weigand  <uweigand@de.ibm.com>
3165
3166         * xcoffread.c (struct coff_symbol): Use CORE_ADDR as type
3167         of c_value member.
3168         (read_xcoff_symtab): Use CORE_ADDR as type of fcn_start_addr.
3169
3170 2013-09-18  Pedro Alves  <palves@redhat.com>
3171             Yue Lu  <hacklu.newborn@gmail.com>
3172
3173         * gnu-nat.c (inf_validate_procs, gnu_wait, gnu_resume)
3174         (gnu_create_inferior)
3175         (gnu_attach, gnu_thread_alive, gnu_pid_to_str, cur_thread)
3176         (set_sig_thread_cmd): Use the lwpid field of ptids to
3177         store/extract thread ids instead of the tid field.
3178         * i386gnu-nat.c (gnu_fetch_registers): Adjust.
3179
3180 2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
3181
3182         * infcmd.c (default_print_one_register_info): Add detection of
3183         optimized out values.
3184         (default_print_registers_info): Switch to using
3185         get_frame_register_value.
3186
3187 2013-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3188
3189         * infrun.c (handle_inferior_event): Check if we know the
3190         function start address before setting a resume breakpoint.
3191
3192 2013-09-18  Pedro Alves  <palves@redhat.com>
3193
3194         * gnu-nat.c (set_sig_thread_cmd): Compare the thread's ptid to
3195         minus_one_ptid instead of looking at the ptid's tid field and
3196         comparing that to -1.
3197
3198 2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
3199
3200         * main.h (get_gdb_program_name): Remove extra whitespace.
3201
3202 2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
3203
3204         * main.h (get_gdb_program_name): Add declaration.
3205         * main.c (get_gdb_program_name): Add definition.
3206
3207 2013-09-17  Doug Evans  <dje@google.com>
3208
3209         * dwarf2read.c: Move definitions of complaint functions to after
3210         forward declarations of local functions.
3211
3212 2013-09-17  Muhammad Waqas <mwaqas@codesourcery.com>
3213             Pedro Alves  <palves@redhat.com>
3214
3215         PR gdb/11568
3216         * breakpoint.c (remove_threaded_breakpoints): New function.
3217         (_initialize_breakpoint): Attach remove_threaded_breakpoints
3218         as thread_exit observer.
3219
3220 2013-09-17  Pedro Alves  <palves@redhat.com>
3221
3222         PR gdb/15911
3223         * ada-tasks.c (task_command_1): Adjust call to print_stack_frame.
3224         * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
3225         * corelow.c (core_open):
3226         * frame.h (print_stack_frame, print_frame_info): New
3227         'set_current_sal' parameter.
3228         * infcmd.c (finish_command, kill_command): Adjust call to
3229         print_stack_frame.
3230         * inferior.c (inferior_command): Likewise.
3231         * infrun.c (normal_stop): Likewise.
3232         * linux-fork.c (linux_fork_context): Likewise.
3233         * record-full.c (record_full_goto_entry, record_full_restore):
3234         Likewise.
3235         * remote-mips.c (common_open): Likewise.
3236         * stack.c (print_stack_frame): New 'set_current_sal' parameter.
3237         Use it.
3238         (print_frame_info): New 'set_current_sal' parameter.  Set the last
3239         displayed sal depending on the new paremeter instead of looking at
3240         print_what.
3241         (backtrace_command_1, select_and_print_frame, frame_command)
3242         (current_frame_command, up_command, down_command): Adjust call to
3243         print_stack_frame.
3244         * thread.c (print_thread_info, restore_selected_frame)
3245         (do_captured_thread_select): Adjust call to print_stack_frame.
3246         * tracepoint.c (tfind_1): Likewise.
3247         * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
3248         (mi_cmd_stack_info_frame): Likewise.
3249         * mi/mi-interp.c (mi_on_normal_stop): Likewise.
3250         * mi/mi-main.c (mi_cmd_exec_return, mi_cmd_trace_find): Likewise.
3251
3252 2013-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
3253
3254         * value.c (isvoid_internal_fn): Replace "parameter" with
3255         "argument".
3256
3257 2013-09-16  Stan Shebs  <stan@codesourcery.com>
3258
3259         * README: Update references to writing code for GDB.
3260         * configure.ac (build_warnings): Remove obsolete comment.
3261         * configure: Regenerate.
3262         * gdbarch.sh: Remove references to gdbint.texinfo.
3263         * gdbarch.h: Regenerate.
3264         * gdbtypes.c (objfile_type): Remove comments referencing internals
3265         manual and D10V.
3266
3267 2013-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
3268
3269         * NEWS: Mention new convenience function $_isvoid.
3270         * value.c (isvoid_internal_fn): New function.
3271         (_initialize_values): Add new convenience function $_isvoid.
3272
3273 2013-09-16  Pierre Muller  <muller@sourceware.org>
3274
3275         * arm-linux-tdep.c: Add "elf/common.h" header.
3276         Remove AT_HWCAP macro definintion as it is provided in
3277         added include file.
3278         * s390-tdep.c: Remove system header <elf.h>
3279         Add "elf/common.h" header for AT_HWCAP definition.
3280         (s390_core_read_description): Use correct CORE_ADDR
3281         for hwcap local variable used as third parameter
3282         of function target_auxv_search.
3283
3284 2013-09-14  Pierre Muller  <muller@sourceware.org>
3285             Tom Tromey  <tromey@redhat.com>
3286             Pedro Alves  <palves@redhat.com>
3287
3288         * common/filestuff.c (gdb_fopen_cloexec): Do not try to use "e"
3289         mode if operating system doesn't know O_CLOEXEC.
3290
3291 2013-09-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3292
3293         Code cleanup.
3294         * symfile.c (reread_symbols): Move variable obfd_filename to a more
3295         inner block.
3296
3297 2013-09-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3298
3299         * NEWS: Mention TDB support.
3300         * features/s390-tdb.xml: New file.
3301         * features/s390-te-linux64.xml: New file.
3302         * features/s390x-te-linux64.xml: New file.
3303         * features/Makefile (WHICH): Add new tdescs above.
3304         (s390-te-linux64-expedite): Set.
3305         (s390x-te-linux64-expedite): Set.
3306         * features/s390-te-linux64.c: New file (generated).
3307         * features/s390x-te-linux64.c: New file (generated).
3308         * regformats/s390-te-linux64.dat: New file (generated).
3309         * regformats/s390x-te-linux64.dat: New file (generated).
3310         * s390-tdep.h (HWCAP_S390_HIGH_GPRS): Define.
3311         (HWCAP_S390_TE): Likewise.
3312         (S390_TDB_DWORD0_REGNUM): Likewise.
3313         (S390_TDB_DWORD0_REGNUM): Likewise.
3314         (S390_TDB_ABORT_CODE_REGNUM): Likewise.
3315         (S390_TDB_CONFLICT_TOKEN_REGNUM): Likewise.
3316         (S390_TDB_ATIA_REGNUM): Likewise.
3317         (S390_TDB_R0_REGNUM): Likewise.
3318         (S390_TDB_R1_REGNUM): Likewise.
3319         (S390_TDB_R2_REGNUM): Likewise.
3320         (S390_TDB_R3_REGNUM): Likewise.
3321         (S390_TDB_R4_REGNUM): Likewise.
3322         (S390_TDB_R5_REGNUM): Likewise.
3323         (S390_TDB_R6_REGNUM): Likewise.
3324         (S390_TDB_R7_REGNUM): Likewise.
3325         (S390_TDB_R8_REGNUM): Likewise.
3326         (S390_TDB_R9_REGNUM): Likewise.
3327         (S390_TDB_R10_REGNUM): Likewise.
3328         (S390_TDB_R11_REGNUM): Likewise.
3329         (S390_TDB_R12_REGNUM): Likewise.
3330         (S390_TDB_R13_REGNUM): Likewise.
3331         (S390_TDB_R14_REGNUM): Likewise.
3332         (S390_TDB_R15_REGNUM): Likewise.
3333         (S390_NUM_REGS): Increase.
3334         (S390_IS_TDBREGSET_REGNUM): New macro.
3335         (s390_regmap_tdb): Declare.
3336         (s390_sizeof_tdbregset): Define.
3337         (tdesc_s390_te_linux64): Declare.
3338         (tdesc_s390x_te_linux64): Likewise.
3339         * s390-tdep.c: Add includes for "auxv.h", <elf.h>,
3340         "features/s390-te-linux64.c", and "features/s390x-te-linux64.c".
3341         (s390_regmap_tdb): New regmap.
3342         (s390_supply_tdb_regset): New function.
3343         (s390_tdb_regset): New regset.
3344         (s390_linux64v2_regset_sections): Add TDB regset to list.
3345         (s390x_linux64v2_regset_sections): Likewise.
3346         (s390_regset_from_core_section): Recognize TDB core note section.
3347         (s390_core_read_description): If HWCAP indicates TE support,
3348         select tdesc_s390_te_linux64 or tdesc_s390_s390x_te_linux64.
3349         (s390_gdbarch_init): Handle TDB regset.
3350         (_initialize_s390_tdep): Initialize new tdescs.
3351         * s390-nat.c (HWCAP_S390_HIGH_GPRS): Remove define.
3352         (have_regset_tdb): New variable.
3353         (s390_native_supply): Support register invalidation.
3354         (fetch_regset): Invalidate registers if ptrace yields ENODATA.
3355         (check_regset): Treat ENODATA as "regset exists".
3356         (s390_linux_fetch_inferior_registers): Add TDB.
3357         (s390_read_description): Check for TDB existence and select
3358         appropriate tdesc.
3359         * gdbserver/Makefile.in (clean): Add removal of new makefile
3360         targets.
3361         (s390-te-linux64.c): New makefile target.
3362         (s390x-te-linux64.c): Likewise.
3363         * gdbserver/configure.srv (srv_regobj): Append new objects
3364         s390-te-linux64.o and s390x-te-linux64.o.
3365         (srv_xmlfiles): Append new files s390-te-linux64.xml,
3366         s390x-te-linux64.xml, and s390-tdb.xml.
3367         * gdbserver/linux-s390-low.c (init_registers_s390_te_linux64): New
3368         declaration.
3369         (tdesc_s390_te_linux64): Likewise.
3370         (init_registers_s390x_te_linux64): Likewise.
3371         (tdesc_s390x_te_linux64): Likewise.
3372         (s390_check_regset): Treat ENODATA as "regset exists".
3373         (s390_arch_setup): Add TDB regset support.
3374         (initialize_low_arch): Initialize registers for new tdescs.
3375
3376 2013-09-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3377
3378         * s390-tdep.h (S390_IS_GREGSET_REGNUM): New macro.
3379         (S390_IS_FPREGSET_REGNUM): New macro.
3380         * s390-tdep.c (s390_dwarf_regmap): Make const.
3381         (regnum_is_gpr_full): New function for replacing repeated code.
3382         (s390_pseudo_register_name): Use it.
3383         (s390_pseudo_register_type): Likewise.
3384         (s390_pseudo_register_read): Likewise.
3385         (s390_pseudo_register_write): Likewise.
3386         (s390_unwind_pseudo_register): Likewise.
3387         (s390_regmap_gregset): New format for regmap.
3388         (s390x_regmap_gregset): Likewise.
3389         (s390_regmap_fpregset): Likewise.
3390         (s390_regmap_upper): Likewise.
3391         (s390_regmap_last_break): Likewise.
3392         (s390_regmap_system_call): Likewise.
3393         (s390_supply_regset): Adjust to new regmap format.
3394         (s390_collect_regset): Likewise.
3395         * s390-nat.c (s390_native_supply): Adjust to new regmap format.
3396         (s390_native_collect): Likewise.
3397         (supply_gregset): Likewise.
3398         (fill_gregset): Likewise.
3399         (supply_fpregset): Likewise.
3400         (fill_fpregset): Likewise.
3401         (fetch_regset): Likewise.
3402         (store_regset): Likewise.
3403         (s390_linux_fetch_inferior_registers): Likewise.
3404         (s390_linux_fetch_inferior_registers): Likewise.
3405
3406 2013-09-12  Andrew Pinski  <apinski@cavium.com>
3407
3408         * aarch64-linux-nat.c (aarch64_linux_set_debug_regs): Zero out regs.
3409
3410 2013-09-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3411
3412         * config/s390/s390.mh (NATDEPFILES): Add linux-waitpid.o.
3413
3414 2013-09-09  Andrew Burgess  <aburgess@broadcom.com>
3415
3416         * top.c (quit_confirm): Remove use of deprecated_init_ui_hook.
3417
3418 2013-09-06  Pedro Alves <palves@redhat.com>
3419
3420         * remote-sim.c (dump_mem, gdbsim_fetch_register)
3421         (gdbsim_store_register, gdbsim_kill, gdbsim_load)
3422         (gdbsim_create_inferior, gdbsim_open, gdbsim_close)
3423         (gdbsim_detach, gdbsim_resume_inferior, gdbsim_wait)
3424         (gdbsim_files_info, gdbsim_mourn_inferior): Send debug output to
3425         gdb_stdlog.
3426
3427 2013-09-06  Pedro Alves  <palves@redhat.com>
3428
3429         * remote-sim.c (dump_mem): Constify buf parameter.
3430         gdbsim_xfer_inferior_memory): Rename to ...
3431         (gdbsim_xfer_memory): ... this.  Adjust interface as
3432         target_xfer_partial helper.
3433         (gdbsim_xfer_partial): New function.
3434         (init_gdbsim_ops): Don't install a deprecated_xfer_memory hook.
3435         Install a to_xfer_partial hook.  Send output to gdb_stdlog.
3436
3437 2013-09-06  Pedro Alves  <palves@redhat.com>
3438
3439         * remote-sim.c (gdbsim_xfer_inferior_memory): Use
3440         host_address_to_string, and send debug output to gdb_stdlog.
3441
3442 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
3443
3444         * Makefile.in (ALL_TARGET_OBS): Add cris-linux-tdep.o.
3445         * configure.tgt: Add cris-linux-tdep.o and linux-tdep.o to
3446         gdb_target_obs for cris target.
3447         * cris-tdep.c (struct gdbarch_tdep): Move to cris-tdep.h.
3448         (cris_gdbarch_init): Move calls to
3449         set_gdbarch_fetch_tls_load_module_address and
3450         set_solib_svr4_fetch_link_map_offsets to cris-linux-tdep.c.
3451         Add call to gdbarch_init_osabi.
3452         * cris-linux-tdep.c: New file.
3453         * cris-tdep.h: New file.
3454
3455 2013-09-06  Andrew Burgess  <aburgess@broadcom.com>
3456
3457         * tui/tui-io.c (tui_initialize_io): Remove legacy comment referring
3458         to deprecated_init_ui_hook.
3459
3460 2013-09-06  Andrew Burgess  <aburgess@broadcom.com>
3461
3462         * cli/cli-interp.c (_initialize_cli_interp): Add a
3463         command_loop_proc to interp_procs.
3464         * event-top.c (cli_command_loop): Change signature to match
3465         interp_command_loop_ftype.
3466         * event-top.h (cli_command_loop): Same.
3467         * interps.c (interp_new): Require every interpreter to have a
3468         command_loop_proc.
3469         (current_interp_command_loop): Just call the command_loop_proc on
3470         the current interpreter.
3471         * tui/tui-interp.c (_initialize_tui_interp): Add a
3472         command_loop_proc to interp_procs.
3473
3474 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
3475
3476         * cris-tdep.c (cris_gdbarch_init): Add call to
3477         get_gdbarch_fetch_tls_load_module_address.
3478
3479 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
3480
3481         * cris-tdep.c (cris_elf_greg_t): Rename from elf_greg_t.
3482         (cris_elf_gregset_t): Rename from elf_gregset_t.
3483         (crisv32_elf_gregset_t): Adjust.
3484         (cris_supply_gregset, fetch_core_registers): Adjust.
3485
3486 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
3487
3488         * cris-tdep.c (elf_greg_t): Change typedef to unsigned char[4]
3489
3490 2013-09-05  Andrew Burgess  <aburgess@broadcom.com>
3491
3492         * defs.h (deprecated_command_loop_hook): Remove, including
3493         references in comments.
3494         * interps.c (current_interp_command_loop): No longer use
3495         deprecated_command_loop_hook.
3496         (clear_interpreter_hooks): Remove deprecated_command_loop_hook
3497         setup.
3498         * top.c (deprecated_command_loop_hook): Remove.
3499
3500 2013-09-05  Pedro Alves  <palves@redhat.com>
3501
3502         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): 'dwarf_regnum'
3503         local is now int instead of ULONGEST.  Print it with %d
3504         instead of paddress.
3505
3506 2013-09-05  Tristan Gingold  <gingold@adacore.com>
3507
3508         * MAINTAINERS: Remove avr maintainership.
3509
3510 2013-09-05  Pedro Alves  <palves@redhat.com>
3511
3512         * findvar.c (value_of_register): Rework in terms of
3513         value_of_register_lazy.
3514
3515 2013-09-05  Muhammad Bilal  <mbilal@codesourcery.com>
3516
3517         * symfile.c (add_symbol_file_command): Remove trailing
3518          whitespaces and blank line after comment.
3519
3520 2013-09-05  Pedro Alves  <palves@redhat.com>
3521
3522         * tui/tui-regs.c (tui_register_format): Don't look at the
3523         register's name here.  Return string representing register
3524         value instead of storing it in the data element.
3525         (tui_get_register): Compare register string representations
3526         instead of register value states and contents.
3527
3528 2013-09-05  Pedro Alves  <palves@redhat.com>
3529
3530         PR tui/15933
3531         * tui/tui-regs.c (tui_show_registers): Show registers of the
3532         selected frame, not the current frame.
3533
3534 2013-09-05  Ricard Wanderlof  <ricardw@axis.com>
3535
3536         * MAINTAINERS (Write After Approval): Add myself to the list.
3537
3538 2013-09-04  Doug Evans  <dje@google.com>
3539
3540         * dwarf2read.c (queue_and_load_all_dwo_tus): New function.
3541         (queue_and_load_dwo_tu): New function.
3542         (lookup_dwo_signatured_type): Set per_cu.tu_read.
3543         (maybe_queue_comp_unit): Rename this_cu argument to dependent_cu.
3544         Make dependent_cu optional.
3545         (dw2_do_instantiate_symtab): If we just loaded a CU from a DWO,
3546         and an older .gdb_index is in use, queue and load all its TUs too.
3547
3548 2013-09-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
3549
3550         Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.
3551         * cli/cli-cmds.c (find_and_open_script): Add OPF_RETURN_REALPATH to
3552         variable search_flags.
3553         * defs.h (OPF_DISABLE_REALPATH): Rename to ...
3554         (OPF_RETURN_REALPATH): ... here.
3555         * dwarf2read.c (try_open_dwop_file): Set OPF_RETURN_REALPATH for flags.
3556         * exec.c (exec_file_attach): Remove OPF_DISABLE_REALPATH from openp
3557         call.  Twice.
3558         * nto-tdep.c (nto_find_and_open_solib): Add OPF_RETURN_REALPATH for
3559         openp call.
3560         * solib.c (solib_find): Likewise.  Four times.
3561         * source.c (openp): Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH
3562         in the function comment and for the realpath_fptr variable.
3563         (source_full_path_of): Add OPF_RETURN_REALPATH for openp call.
3564         (find_and_open_source): Likewise.  Twice.
3565         * symfile.c (symfile_bfd_open): Likewise, also twice.
3566
3567 2013-09-04  Doug Evans  <dje@google.com>
3568
3569         * progspace.c (save_current_space_and_thread): Remove unnecessary
3570         call to save_current_inferior.
3571
3572 2013-09-04  Andrew Burgess  <aburgess@broadcom.com>
3573
3574         * sh64-tdep.c (sh64_do_register): Return after printing message
3575         about unavailable register contents.
3576
3577 2013-09-04  Muhammad Bilal  <mbilal@codesourcery.com>
3578             Pedro Alves  <palves@redhat.com>
3579
3580         * symfile.c (add_symbol_file_command): Error out on unknown
3581         option.  Handle EXPECTING_SEC_ADDR/EXPECTING_SEC_NAME before '-'
3582         options and collapse into single conditional branch.
3583
3584 2013-09-03  Luis Machado  <lgustavo@codesourcery.com>
3585
3586         * inf-child.c (inf_child_follow_fork): New parameter
3587         detach_fork.
3588         * inf-ptrace.c (inf_ptrace_follow_fork): Likewise.
3589         * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
3590         * inferior.h (detach_fork): Remove.
3591         * infrun.c (detach_fork): Adjust comment and make it
3592         static.
3593         (follow_fork): Pass detach_fork parameter to
3594         target_follow_fork.
3595         * linux-nat.c (linux_child_follow_fork): New parameter
3596         detach_fork.
3597         * target.c (target_follow_fork): New parameter detach_fork.
3598         Pass detach_fork as parameter and print its value.
3599         * target.h (struct target_ops) <to_follow_fork>: New int
3600         parameter.
3601         (target_follow_fork): New parameter detach_fork.
3602
3603 2013-09-03  Joel Brobecker  <brobecker@adacore.com>
3604
3605         * solib-ia64-hpux.c (ia64_hpux_relocate_section_addresses):
3606         Replace sec->bfd by sec->the_bfd_section->owner.
3607
3608 2013-09-03  Yao Qi  <yao@codesourcery.com>
3609
3610         * linux-tdep.c (linux_is_uclinux): New function.  Code moved
3611         from linux_has_shared_address_space.
3612         (linux_has_shared_address_space): Call linux_is_uclinux.
3613         * linux-tdep.h (linux_is_uclinux): Declare.
3614         * m68klinux-tdep.c (m68k_linux_get_sigtramp_info): Call
3615         linux_is_uclinux.
3616
3617 2013-09-03  Yao Qi  <yao@codesourcery.com>
3618
3619         * config/djgpp/fnchange.lst: Remove entry of
3620         i386-interix-nat.c and i386-interix-tdep.c.
3621         * configure.ac: Remove '*-*-interix*'.
3622         * configure: Re-generated.
3623         * defs.h (enum gdb_osabi): Remove GDB_OSABI_INTERIX.
3624         * i386-cygwin-tdep.c (i386_cygwin_osabi_sniffer): Remove
3625         obsolete comments.
3626         * osabi.c (gdb_osabi_names): Remove "Interix".
3627
3628 2013-09-03  Yao Qi  <yao@codesourcery.com>
3629
3630         * arch-utils.c: Fix typo in the comment to gdbarch_update_p.
3631
3632 2013-09-02  Markus Metzger  <markus.t.metzger@intel.com>
3633
3634         * record.h (record_print_flag) <record_print_src_line,
3635         record_print_insn_range>: Rename into ...
3636         (record_print_flag) <record_print_src_line,
3637         record_print_insn_range>: ... this.  Update all users.
3638
3639 2013-09-02  Pierre Muller  <muller@sourceware.org>
3640
3641         * windows-nat.c (windows_xfer_memory): Handle ERROR_PARTIAL_COPY
3642         error code.
3643
3644 2013-09-02  Pierre Muller  <muller@sourceware.org>
3645
3646         * windows-nat.c (windows_xfer_memory): Fix compilation failure
3647         by use of plongest function.
3648
3649 2013-09-02  Tristan Gingold  <gingold@adacore.com>
3650
3651         * NEWS: Add entry mentioning support for native Windows x64
3652         SEH data.
3653
3654         * amd64-windows-tdep.c: #include "objfiles.h", "frame-unwind.h",
3655         "coff/internal.h", "coff/i386.h", "coff/pe.h" and "libcoff.h".
3656         (struct amd64_windows_frame_cache): New struct.
3657         (amd64_windows_w2gdb_regnum): New global.
3658         (pc_in_range, amd64_windows_frame_decode_epilogue)
3659         (amd64_windows_frame_decode_insns, amd64_windows_find_unwind_info)
3660         (amd64_windows_frame_cache, amd64_windows_frame_prev_register)
3661         (amd64_windows_frame_this_id): New functions.
3662         (amd64_windows_frame_unwind): New static global.
3663         (amd64_windows_skip_prologue): New function.
3664         (amd64_windows_init_abi): Call frame_unwind_prepend_unwinder
3665         with amd64_windows_frame_unwind. Call set_gdbarch_skip_prologue
3666         with amd64_windows_skip_prologue.
3667
3668 2013-08-30  Joel Brobecker  <brobecker@adacore.com>
3669
3670         GDB 7.6.1 released.
3671
3672 2013-08-30  Pedro Alves  <palves@redhat.com>
3673
3674         * mi/mi-main.c (mi_cmd_trace_find): Use LOC_AND_ADDRESS instead of
3675         SRC_AND_LOC.
3676
3677 2013-08-30  Pedro Alves  <palves@redhat.com>
3678
3679         * thread.c (restore_selected_frame): Use SRC_AND_LOC, and change
3680         warning text.
3681
3682 2013-08-30  Pedro Alves  <palves@redhat.com>
3683
3684         * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
3685         Adjust arguments to print_stack_frame.
3686
3687 2013-08-30  Pedro Alves  <palves@redhat.com>
3688
3689         * ada-tasks.c (task_command_1): Write SRC_AND_LOC instead '1'.
3690
3691 2013-08-30  Pedro Alves  <palves@redhat.com>
3692
3693         * frame.h (show_and_print_stack_frame): Delete declaration.
3694
3695 2013-08-30  Phil Muldoon  <pmuldoon@redhat.com>
3696
3697         PR python/15461
3698         * python/py-arch.c (ARCHPY_REQUIRE_VALID): New macro.
3699         (archpy_name): Check for valid architecture.
3700         (archpy_disassemble): Ditto.
3701
3702 2013-08-29  Joel Brobecker  <brobecker@adacore.com>
3703
3704         * rs6000-nat.c (rs6000_ptrace32): Cast "addr" to "uintptr_t"
3705         instead of "long long" in call to ptrace64.
3706
3707 2013-08-29  Andrew Burgess  <aburgess@broadcom.com>
3708
3709         * mi/mi-interp.c (mi_command_loop): Change signature to match
3710         interp_command_loop_ftype.
3711         (mi1_command_loop): Remove.
3712         (mi2_command_loop): Remove.
3713         (mi3_command_loop): Remove.
3714         (mi_interpreter_resume): Remove setting of
3715         deprecated_command_loop_hook.
3716         (_initialize_mi_interp): Set mi_command_loop as the command loop
3717         callback.
3718
3719 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
3720
3721         * valops.c (do_search_struct_field): Pass v2 instead of base_type to
3722         value_type.
3723
3724 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
3725
3726         * value.c (allocate_value_contents): Make static.
3727         * value.h (allocate_value_contents): Remove prototype.
3728
3729 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
3730
3731         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use value_at_lazy instead
3732         of assembling value via allocate_value_lazy and attribute setter.
3733         * findvar.c (default_read_var_value): Use value_at_lazy instead of
3734         assembling value via allocate_value_lazy and attribute setter.
3735         * valops.c (do_search_struct_field): Use value_at_lazy instead of
3736         assembling value via allocate_value_lazy and attribute setter.
3737
3738 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
3739
3740         * value.c (value_from_contents_and_address): Replace allocate_value and
3741         memcpy with value_from_contents.
3742
3743 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
3744
3745         * python/py-framefilter.c (py_print_frame): Remove usage of
3746         PyString_AsString.  Use python_string_to_host_string instead.
3747         Refactor function to work with a string as a new allocation
3748         instead of a pointer.
3749         (py_print_frame): Ditto.
3750         * python/lib/gdb/frames.py (return_list): Cain iterators together
3751         instead of adding them as a list.
3752         (_sort_list): Call return_list, and remove duplicate code.
3753         (execute_frame_filters): Convert iterator to a list with list().
3754         * python/lib/gdb/command/frame_filters.py
3755         (SetFrameFilterPriority._set_filter_priority): Convert priority
3756         attribute to an integer.
3757         * python/lib/gdb/FrameIterator.py (FrameIterator.next): Define
3758         wrapper function __next__.
3759         * python/lib/gdb/FrameDecorator.py: If basestring not defined,
3760         define as "str".
3761
3762 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
3763
3764         PR python/15752
3765         * python/py-framefilter.c (apply_frame_filter): Check
3766         gdb_python_initialized.  Exit if the Python frame-filter code
3767         cannot be initialized.
3768
3769 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
3770
3771         PR cli/15842
3772         * top.c (print_gdb_version): Remove erroneous newline after help
3773         text.
3774
3775 2013-08-29  Yao Qi  <yao@codesourcery.com>
3776
3777         * varobj.c (install_dynamic_child): Remove trailing space.
3778         Add one blank line after variable declaration.
3779
3780 2013-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3781
3782         PR gdb/15415
3783         * corefile.c (get_exec_file): Use exec_filename.
3784         * defs.h (OPF_DISABLE_REALPATH): New definition.  Add new comment.
3785         * exec.c (exec_close): Free EXEC_FILENAME.
3786         (exec_file_attach): New variable canonical_pathname.  Use
3787         OPF_DISABLE_REALPATH.  Call gdb_realpath explicitly.  Set
3788         EXEC_FILENAME.
3789         * exec.h (exec_filename): New.
3790         * inferior.c (print_inferior, inferior_command): Use
3791         PSPACE_EXEC_FILENAME.
3792         * mi/mi-main.c (print_one_inferior): Likewise.
3793         * progspace.c (clone_program_space, print_program_space): Likewise.
3794         * progspace.h (struct program_space): New field pspace_exec_filename.
3795         * source.c (openp): Describe OPF_DISABLE_REALPATH.  New variable
3796         realpath_fptr, initialize it from OPF_DISABLE_REALPATH, use it.
3797
3798 2013-08-28  Will Newton  <will.newton@linaro.org>
3799
3800         * common/linux-ptrace.c: Include stdint.h unconditionally.
3801
3802 2013-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3803
3804         Code cleanup.
3805         * nto-tdep.c (nto_find_and_open_solib): Use OPF_TRY_CWD_FIRST.
3806
3807 2013-08-28  Yao Qi  <yao@codesourcery.com>
3808             Pedro Alves  <palves@redhat.com>
3809
3810         * event-top.c (gdb_setup_readline): Call stderr_fileopen
3811         instead of stdio_fileopen.
3812         * main.c (captured_main) [__MINGW32__]: Set stderr unbuffered.
3813         .Call stderr_fileopen instead of stdio_fileopen.
3814         * ui-file.c [__MINGW32__] (stderr_file_write): New function.
3815         [__MINGW32__] (stderr_file_fputs): New function.
3816         (stderr_fileopen): New function.
3817         * ui-file.h (stderr_fileopen): Declare.
3818
3819 2013-08-27  Doug Evans  <dje@google.com>
3820
3821         * dwarf2read.c (struct dwarf2_cu): Tweak comment.
3822         (struct dwarf2_per_cu_data): Ditto.
3823         (maybe_queue_comp_unit): Delete forward decl.  Add comment.
3824         (process_imported_unit_die): Ditto.
3825         (follow_die_sig_1): Simplify assert.
3826
3827 2013-08-27  Pedro Alves  <palves@redhat.com>
3828
3829         * windows-nat.c (windows_xfer_memory): Adjust prototype to follow
3830         xfer_partial's interface.  Return TARGET_XFER_E_IO on error.
3831         (windows_xfer_partial): Defer TARGET_OBJECT_MEMORY handling to
3832         windows_xfer_memory directly.
3833         (init_windows_ops): Don't install a deprecated_xfer_memory method.
3834
3835 2013-08-27  Pedro Alves  <palves@redhat.com>
3836
3837         * darwin-nat.c (darwin_xfer_memory): Delete.
3838         (_initialize_darwin_inferior): Don't install a
3839         deprecated_xfer_memory method.
3840
3841 2013-08-27  Pedro Alves  <pedro@codesourcery.com>
3842             Yao Qi  <yao@codesourcery.com>
3843
3844         * mi/mi-cmd-stack.c (list_args_or_locals): Adjust prototype.
3845         (parse_no_frames_option): Remove.
3846         (mi_cmd_stack_list_locals): Handle --skip-unavailable.
3847         (mi_cmd_stack_list_args): Adjust.
3848         (mi_cmd_stack_list_variables): Handle --skip-unavailable.
3849         (list_arg_or_local): Add new parameter 'skip_unavailable'.  Return
3850         early if SKIP_UNAVAILABLE is true and ARG->val is unavailable.
3851         Caller update.
3852         (list_args_or_locals): New parameter 'skip_unavailable'.
3853         Handle it.
3854         * valprint.c (scalar_type_p): Rename to ...
3855         (val_print_scalar_type_p): ... this.  Make extern.
3856         (val_print, value_check_printable): Adjust.
3857         * valprint.h (val_print_scalar_type_p): Declare.
3858         * value.c (value_entirely_unavailable): New function.
3859         * value.h (value_entirely_unavailable): Declare.
3860
3861         * NEWS: Mention the new option "--skip-unavailable" to MI
3862         commands '-stack-list-locals', '-stack-list-arguments' and
3863         '-stack-list-variables'.
3864
3865 2013-08-27  Yao Qi  <yao@codesourcery.com>
3866
3867         * mi/mi-cmd-stack.c (parse_no_frames_option): Remove.
3868         (mi_cmd_stack_list_args): Use mi_getopt_silent to handle
3869         options.
3870         * mi/mi-getopt.c (mi_getopt): Remove.
3871         (mi_getopt_1): Renamed from mi_getopt.  Add one parameter
3872         'error_on_unknown'.
3873         (mi_getopt): Call mi_getopt_1.
3874         (mi_getopt_silent): New.
3875         * mi/mi-getopt.h (mi_getopt_silent): Declare.
3876
3877 2013-08-26  Doug Evans  <dje@google.com>
3878
3879         PR symtab/15885
3880         * dwarf2read.c (dw2_dump): Print some minimal information indicating
3881         .gdb_index is in use.
3882         * symfile.c (reread_symbols): Reset objfile->sf.
3883
3884         * NEWS: Document "mt print objfiles" now takes optional regexp.
3885         * symmisc.c (maintenance_print_objfiles): Argument is now an optional
3886         regexp of objfiles to print.
3887         (_initialize_symmisc): Update doc string for "mt print objfiles".
3888
3889         * dwarf2read.c (write_psymtabs_to_index): Move error checks ahead of
3890         missing debug info checks.
3891
3892 2013-08-26  Raunaq Bathija  <raunaq12@in.ibm.com>
3893             Ulrich Weigand  <uweigand@de.ibm.com>
3894
3895         * xcoffread.c (arrange_linetable): Add fix to correctly handle
3896         line tables generated by XLC compiled binaries.
3897
3898 2013-08-23  Doug Evans  <dje@google.com>
3899
3900         * symmisc.c (dump_symtab): Delete prototype.
3901         (dump_msymbols, dump_objfile): Ditto.
3902         (maintenance_info_symtabs): Mark as dont_repeat.
3903         (_initialize_symmisc): Improve doc string for "mt info symtabs".
3904
3905         * elfread.c (elf_symfile_read): Move "Done reading minimal symbols"
3906         debugging printf to better location.
3907
3908 2013-08-23  Pedro Alves  <palves@redhat.com>
3909
3910         * target.c (target_read_live_memory): Change type of 'ret' local
3911         to LONGEST.
3912
3913 2013-08-23  Pedro Alves  <palves@redhat.com>
3914
3915         * remote.c (remote_write_bytes_aux, remote_write_bytes)
3916         (remote_read_bytes): Change return type to LONGEST, and adjust to
3917         return a target_xfer_error on error.
3918         (remote_xfer_memory): Delete.
3919         (remote_flash_write): Change type of 'ret' local to LONGEST.
3920         (remote_xfer_partial, remote_xfer_partial): Adjust.
3921         (init_remote_ops): Don't install a deprecated_xfer_memory hook.
3922
3923 2013-08-23  Pierre Muller  <muller@sourceware.org>
3924
3925         ARI fix: Push # directives to start of line.
3926         * rs6000-nat.c (rs6000_ptrace32, rs6000_ptrace64): Rule applied.
3927
3928 2013-08-12  Muhammad Waqas  <mwaqas@codesourcery.com>
3929
3930         PR gdb/15501
3931         * breakpoint.c (enable_command, disable_command): Iterate over
3932         all specified breakpoint locations.
3933
3934 2013-08-22  Luis Machado  <lgustavo@codesourcery.com>
3935
3936         * common/linux-ptrace.c (linux_fork_to_function): Push #
3937         directives to the start of the line.
3938         (linux_check_ptrace_features): Fix warning message to use
3939         the "_" markup.
3940
3941 2013-08-22  Luis Machado  <lgustavo@codesourcery.com>
3942
3943         * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-nat.h and
3944         nat/linux-waitpid.h.
3945         (linux-waitpid.o): New object file rule.
3946         * common/linux-ptrace.c: Include nat/linux-waitpid.h.
3947         (current_ptrace_options): Moved from linux-nat.c.
3948         (linux_ptrace_test_ret_to_nx): Use type casts for ptrace
3949         parameters.
3950         (linux_fork_to_function): New function.
3951         (linux_grandchild_function): Likewise.
3952         (linux_child_function): Likewise.
3953         (linux_check_ptrace_features): New function, heavily
3954         based on linux-nat.c:linux_test_for_tracefork.
3955         (linux_enable_event_reporting): New function.
3956         (ptrace_supports_feature): Likewise.
3957         (linux_supports_tracefork): Likewise.
3958         (linux_supports_traceclone): Likewise.
3959         (linux_supports_tracevforkdone): Likewise.
3960         (linux_supports_tracesysgood): Likewise.
3961         * common/linux-ptrace.h (HAS_NOMMU): Moved from
3962         gdbserver/linux-low.c.
3963         (linux_enable_event_reporting): New declaration.
3964         (linux_supports_tracefork): Likewise.
3965         (linux_supports_traceclone): Likewise.
3966         (linux_supports_tracevforkdone): Likewise.
3967         (linux_supports_tracesysgood): Likewise.
3968         * config.in (PTRACE_TYPE_ARG4): Regenerate.
3969         * config/aarch64/linux.mh (NATDEPFILES): Add linux-waitpid.o.
3970         * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
3971         * config/arm/linux.mh (NATDEPFILES): Likewise.
3972         * config/i386/linux.mh (NATDEPFILES): Likewise.
3973         * config/i386/linux64.mh (NATDEPFILES): Likewise.
3974         * config/ia64/linux.mh (NATDEPFILES): Likewise.
3975         * config/m32r/linux.mh (NATDEPFILES): Likewise.
3976         * config/m68k/linux.mh (NATDEPFILES): Likewise.
3977         * config/mips/linux.mh (NATDEPFILES): Likewise.
3978         * config/pa/linux.mh (NATDEPFILES): Likewise..
3979         * config/powerpc/linux.mh (NATDEPFILES): Likewise..
3980         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
3981         * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
3982         * config/sparc/linux.mh (NATDEPFILES): Likewise.
3983         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
3984         * config/tilegx/linux.mh (NATDEPFILES): Likewise.
3985         * config/xtensa/linux.mh (NATDEPFILES): Likewise.
3986         * configure.ac (AC_CACHE_CHECK): Add void * to the list of
3987         ptrace's 4th argument's types.
3988         Check the type of PTRACE_TYPE_ARG4.
3989         * configure: Regenerate.
3990         * linux-nat.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
3991         (SYSCALL_SIGTRAP): Moved to nat/linux-nat.h.
3992         (linux_supports_tracefork_flag): Remove.
3993         (linux_supports_tracesysgood_flag): Likewise.
3994         (linux_supports_tracevforkdone_flag): Likewise.
3995         (current_ptrace_options): Moved to
3996         common/linux-ptrace.c.
3997         (linux_tracefork_child): Remove.
3998         (my_waitpid): Remove.
3999         (linux_test_for_tracefork): Renamed to
4000         linux_check_ptrace_features and moved to common/linux-ptrace.c.
4001         (linux_test_for_tracesysgood): Remove.
4002         (linux_supports_tracesysgood): Remove.
4003         (linux_supports_tracefork): Remove.
4004         (linux_supports_tracevforkdone): Remove.
4005         (linux_enable_tracesysgood): Remove.
4006         (linux_enable_event_reporting): Remove.
4007         (linux_init_ptrace): New function.
4008         (linux_child_post_attach): Call linux_init_ptrace.
4009         (linux_child_post_startup_inferior): Call linux_init_ptrace.
4010         (linux_child_follow_fork): Call linux_supports_tracefork
4011         and linux_supports_tracevforkdone.
4012         (linux_child_insert_fork_catchpoint): Call
4013         linux_supports_tracefork.
4014         (linux_child_insert_vfork_catchpoint): Likewise.
4015         (linux_child_set_syscall_catchpoint): Call
4016         linux_supports_tracesysgood.
4017         (lin_lwp_attach_lwp): Call linux_supports_tracefork.
4018         * nat/linux-nat.h: New file.
4019         * nat/linux-waitpid.c: New file.
4020         * nat/linux-waitpid.h: New file.
4021
4022 2013-08-22  Samuel Bronson  <naesten@gmail.com>
4023
4024         ARM Linux support for `catch syscall'.
4025         * syscalls/arm-linux.py: New file.
4026         * syscalls/arm-linux.xml: Likewise.
4027         * arm-linux-tdep.c (arm_linux_get_syscall_number): New function.
4028         (arm_linux_init_abi): Register the new function and syscall xml file.
4029         * data-directory/Makefile.in: Install the new syscall xml file.
4030         * NEWS: Brag about this.
4031
4032 2013-08-22  Pedro Alves  <palves@redhat.com>
4033
4034         PR gdb/15871
4035         * corefile.c (target_xfer_memory_error): New function.
4036         (memory_error): Defer EIO to target_memory_error.
4037         (read_memory): Use target_xfer_partial, and handle finer-grained
4038         target xfer errors.
4039         * target.c (target_xfer_error_to_string): New function.
4040         (memory_xfer_partial_1): If memory is known to be
4041         unavailable, return TARGET_XFER_E_UNAVAILABLE instead of -1.
4042         (target_xfer_partial): Make extern.
4043         * target.h (enum target_xfer_error): New enum.
4044         (target_xfer_error_to_string): Declare function.
4045         (target_xfer_partial): Declare function.
4046         (struct target_ops) <xfer_partial>: Adjust describing comment.
4047
4048 2013-08-22  Alan Modra  <amodra@gmail.com>
4049
4050         * configure.host: Support powerpc64le-linux and powerpcle-linux hosts.
4051         * configure.tgt: Likewise as targets.
4052
4053 2013-08-20  Doug Evans  <dje@google.com>
4054
4055         * buildsym.c (subfile_stack): Move here from buildsym.h.
4056         (pending_macros): Ditto.
4057         (get_macro_table): New function.
4058         (buildsym_init): Initialize subfile_stack.
4059         * coffread.c (type_vector,type_vector_length): Moved here from
4060         buildsym.h.
4061         (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
4062         (coff_symtab_read): Use it.
4063         * dbxread.c (read_ofile_symtab): Delete init of subfile_stack.
4064         * dwarf2read.c (macro_start_file): Replace uses of pending_macros
4065         with call to get_macro_table.
4066         * stabsread.c (type_vector,type_vector_length): Moved here from
4067         buildsym.h.
4068         (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
4069         * buildsym.h (get_macro_table): Declare.
4070
4071 2013-08-20  Tom Tromey  <tromey@redhat.com>
4072
4073         * dbxread.c (record_minimal_symbol): Make 'name' argument const.
4074         Update.
4075         (read_dbx_dynamic_symtab): Make 'name' const.  Remove casts.
4076
4077 2013-08-20  Doug Evans  <dje@google.com>
4078
4079         * blockframe.c: Remove #include "psymtab.h".
4080         * cp-support.c: Ditto.
4081         * source.c: Ditto.
4082         * stack.c: Ditto.
4083
4084 2013-08-20  Tom Tromey  <tromey@redhat.com>
4085
4086         PR python/15816:
4087         * exceptions.h (return_mask): Now an enum.
4088         (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL): Now
4089         enum constants.
4090
4091 2013-08-20  Tom Tromey  <tromey@redhat.com>
4092
4093         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Use
4094         get_objfile_arch.
4095         * elfread.c (elf_rel_plt_read, elf_gnu_ifunc_record_cache)
4096         (elf_gnu_ifunc_resolve_by_got): Use get_objfile_arch.
4097         * jit.c (jit_object_close_impl): Update.
4098         * jv-lang.c (get_dynamics_objfile): Update.
4099         * linespec.c (add_minsym): Use get_dynamics_objfile.
4100         * objfiles.c (get_objfile_bfd_data): Initialize 'gdbarch' field.
4101         (allocate_objfile): Don't initialize 'gdbarch' field.
4102         (get_objfile_arch): Update.
4103         * objfiles.h (struct objfile_per_bfd_storage) <gdbarch>: New field,
4104         moved from...
4105         (struct objfile) <gdbarch>: ... here.  Remove.
4106         * stap-probe.c (stap_can_evaluate_probe_arguments): Use
4107         get_objfile_arch.
4108         * symfile.c (init_entry_point_info): Use get_objfile_arch.
4109
4110 2013-08-20  Alan Modra  <amodra@gmail.com>
4111
4112         * doublest.c (convert_floatformat_to_doublest): Use fmt->split_half
4113         for IBM long double nan and inf.
4114         (floatformat_is_negative, floatformat_classify,
4115         floatformat_mantissa): Similarly.
4116         (floatformat_ieee_single, floatformat_ieee_double,
4117         floatformat_ieee_quad, floatformat_arm_ext,
4118         floatformat_ia64_spill): Delete unused vars.
4119         (_initialize_doublest): Delete unused function.
4120         * gdbtypes.c (floatformats_ibm_long_double): Use new big- and
4121         little-endian variants of floatformat_ibm_long_double.
4122
4123 2013-08-19  Luis Machado  <lgustavo@codesourcery.com>
4124
4125         * Makefile.in (SFILES): Remove common/target-common.c and
4126         add target/waitstatus.c.
4127         (HFILES_NO_SRCDIR): Remove common/target-common.h and add
4128         target/resume.h, target/wait.h and target/waitstatus.h.
4129         (COMMON_OBS): Remove target-common.o and add
4130         waitstatus.o.
4131         (target-common.o): Remove.
4132         (waitstatus.o): New target object file.
4133         * common/target-common.c: Move contents to
4134         target/waitstatus.c and remove.
4135         * common/target-common.h: Move contents to other files and
4136         remove.
4137         (enum resume_kind: Move to target/resume.h.
4138         (TARGET_WNOHANG): Move to target/wait.h.
4139         (enum target_waitkind): Move to target/waitstatus.h.
4140         (struct target_waitstatus): Likewise.
4141         * target.h: Do not include target-common.h and
4142         include target/resume.h, target/wait.h and
4143         target/waitstatus.h.
4144         * target/resume.h: New file.
4145         * target/wait.h: New file.
4146         * target/waitstatus.h: New file.
4147         * target/waitstatus.c: New file.
4148
4149 2013-08-19  Pedro Alves  <palves@redhat.com>
4150
4151         * linux-nat.c (linux_test_for_tracefork)
4152         (linux_test_for_tracesysgood, linux_child_follow_fork)
4153         (lin_lwp_attach_lwp, linux_nat_resume): Don't block child signals.
4154         (linux_nat_wait_1): Extend comment.
4155         (linux_async_pipe): Add comment.
4156
4157 2013-08-15  Kevin Buettner  <kevinb@redhat.com>
4158
4159         * rl78-tdep.c (RL78_RAW_PC_REGNUM): New enum.
4160         (RL78_PC_REGNUM): Move to list of pseudo-register enums.
4161         (rl78_register_type, rl78_register_name, rl78_register_reggroup_p):
4162         Update to account for fact that PC is now a pseudo-register.
4163         (rl78_pseudo_register_write, rl78_pseudo_register_read):  Add
4164         cases for RL78_PC_REGNUM.
4165
4166 2013-08-15  Muhammad Bilal  <mbilal@codesourcery.com>
4167
4168         PR cli/15841
4169         * top.c (quit_force): Skip writing history file
4170         if input is not from terminal.
4171
4172 2013-08-14  Tom Tromey  <tromey@redhat.com>
4173
4174         * remote.c (struct remote_state) <echo_nextthread, nextthread,
4175         resultthreadlist>: New fields.
4176         (OPAQUETHREADBYTES, threadref, MAXTHREADLISTRESULTS): Move earlier.
4177         (remote_get_threadlist, remote_threadlist_iterator): Use
4178         new fields.  Remove static variables.
4179
4180 2013-08-14  Tom Tromey  <tromey@redhat.com>
4181
4182         * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p,
4183         remote_watch_data_address>: New fields.
4184         (remote_stopped_by_watchpoint_p, remote_watch_data_address): Remove.
4185         (process_stop_reply, remote_wait_as)
4186         (remote_check_watch_resources, remote_stopped_data_address): Update.
4187
4188 2013-08-14  Tom Tromey  <tromey@redhat.com>
4189
4190         * remote.c (struct remote_state) <async_client_callback,
4191         async_client_context>: New fields.
4192         (async_client_callback, async_client_context): Remove.
4193         (remote_async_serial_handler, remote_async): Update.
4194
4195 2013-08-14  Tom Tromey  <tromey@redhat.com>
4196
4197         * remote.c (sizeof_pkt): Remove.
4198         (remote_trace_find): Use rs->buf_size, not sizeof_pkt.
4199
4200 2013-08-14  Tom Tromey  <tromey@redhat.com>
4201
4202         * remote.c (struct remote_state) <use_threadinfo_query,
4203         use_threadextra_query>: New fields.
4204         (remote_threads_info, remote_threads_extra_info)
4205         (remote_open_1): Update.
4206
4207 2013-08-14  Tom Tromey  <tromey@redhat.com>
4208
4209         * remote.c (struct remote_state) <finished_object,
4210         finished_annex, finished_offset>: New fields.
4211         (remote_read_qxfer): Use remote_state fields; remove static
4212         variables.
4213
4214 2013-08-14  Tom Tromey  <tromey@redhat.com>
4215
4216         * remote.c (struct remote_state) <last_sent_step>:
4217         New field.
4218         (last_sent_step): Remove.
4219         (remote_resume, remote_wait_as): Update.
4220
4221 2013-08-14  Tom Tromey  <tromey@redhat.com>
4222
4223         * remote.c (struct remote_state) <last_sent_signal>:
4224         New field.
4225         (last_sent_signal): Remove.
4226         (new_remote_state, remote_resume, remote_wait_as): Update.
4227
4228 2013-08-14  Tom Tromey  <tromey@redhat.com>
4229
4230         * remote.c (struct remote_state) <last_program_signals_packet>:
4231         New field.
4232         (last_program_signals_packet): Remove.
4233         (remote_program_signals, remote_open_1): Update.
4234
4235 2013-08-14  Tom Tromey  <tromey@redhat.com>
4236
4237         * remote.c (struct remote_state) <last_pass_packet>:
4238         New field.
4239         (last_pass_packet): Remove.
4240         (remote_pass_signals, remote_open_1): Update.
4241
4242 2013-08-14  Tom Tromey  <tromey@redhat.com>
4243
4244         * remote.c (struct remote_state) <remote_traceframe_number>:
4245         New field.
4246         (remote_traceframe_number): Remove.
4247         (new_remote_state, remote_open_1, set_remote_traceframe)
4248         (remote_trace_find): Update.
4249
4250 2013-08-14  Tom Tromey  <tromey@redhat.com>
4251
4252         * remote.c (struct remote_state) <general_thread, continue_thread>:
4253         New fields.
4254         (general_thread, continue_thread): Remove.
4255         (record_currthread, set_thread, set_general_process)
4256         (remote_open_1, extended_remote_attach_1, remote_wait_as)
4257         (extended_remote_mourn_1): Update.
4258
4259 2013-08-14  Tom Tromey  <tromey@redhat.com>
4260
4261         * remote.c (struct remote_state) <remote_desc>: New field.
4262         (remote_desc): Remove.
4263         (remote_threads_info, remote_threads_extra_info, remote_close)
4264         (send_interrupt_sequence, remote_start_remote, remote_open_1)
4265         (readchar, remote_xfer_partial, remote_rcmd, packet_command)
4266         (remote_hostio_send_command, remote_file_put, remote_file_get)
4267         (remote_file_delete, remote_can_async_p, remote_is_async_p)
4268         (remote_async, remote_new_objfile, set_range_stepping): Update.
4269
4270 2013-08-14  Tom Tromey  <tromey@redhat.com>
4271
4272         * remote.c (remote_state): Now a pointer.
4273         (get_remote_state_raw): Update.
4274         (new_remote_state): New function.
4275         (_initialize_remote): Use new_remote_state.
4276
4277 2013-08-14  Tom Tromey  <tromey@redhat.com>
4278
4279         * remote.c (remote_protocol_features): Now const.
4280
4281 2013-08-14  Tom Tromey  <tromey@redhat.com>
4282
4283         * remote.c (crc32_table, crc32): Remove.
4284         (remote_verify_memory): Use xcrc32.
4285
4286 2013-08-13  Sergio Durigan Junior  <sergiodj@redhat.com>
4287
4288         * value.h (create_internalvar_type_lazy): Adjust prototype
4289         declaration.
4290
4291 2013-08-13  Andrew Burgess  <aburgess@broadcom.com>
4292
4293         * common/format.c (parse_format_string): Don't allow '#' flag for
4294         pointer arguments in format string.
4295
4296 2013-08-13  Pierre Muller  <muller@sourceware.org>
4297
4298         * utils.c (init_page_info): Only call tgetnum function
4299         if rl_get_screen_size did not return useful values.
4300
4301 2013-08-12  Ali Anwar  <ali_anwar@codesourcery.com>
4302
4303         PR breakpoints/15117
4304         * linespec.c (linespec_parse_basic): Check for convenience
4305         variable or history value while parsing.
4306
4307 2013-08-12  Sergio Durigan Junior  <sergiodj@redhat.com>
4308
4309         Revert implementation of gdbarch_gdb_signal_{to,from}_target for
4310         AVR.
4311         * avr-tdep.c: Remove include of "linux-tdep.h".  Remove enum with
4312         different signals between the generic Linux kernel implementation
4313         and AVR's.
4314         (avr_linux_gdb_signal_from_target): Delete.
4315         (avr_linux_gdb_signal_to_target): Delete.
4316         (avr_gdbarch_init): Don't set gdbarch_gdb_signal_{to,from}_target.
4317
4318 2013-08-09  Doug Evans  <dje@google.com>
4319
4320         * dwarf2read.c (create_addrmap_from_index): Ignore bad address table
4321         entries.
4322
4323 2013-08-09  Sergio Durigan Junior  <sergiodj@redhat.com>
4324
4325         * linux-tdep.c: Define enum with generic signal numbers.
4326         (linux_gdb_signal_from_target): New function.
4327         (linux_gdb_signal_to_target): Likewise.
4328         (linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
4329         methods to the functions above.
4330         * linux-tdep.h (linux_gdb_signal_from_target): New prototype.
4331         (linux_gdb_signal_to_target): Likewise.
4332         * alpha-linux-tdep.c: Define new enum with signals different
4333         from generic Linux kernel.
4334         (alpha_linux_gdb_signal_from_target): New function.
4335         (alpha_linux_gdb_signal_to_target): Likewise.
4336         (alpha_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
4337         with the functions mentioned above.
4338         * avr-tdep.c: Define enum with differences between Linux kernel
4339         and AVR signals.
4340         (avr_linux_gdb_signal_from_target): New function.
4341         (avr_linux_gdb_signal_to_target): Likewise.
4342         (avr_gdbarch_init): Set gdbarch_gdb_signal_{to,from}_target to
4343         the functions mentioned above.
4344         * sparc-linux-tdep.c: Define enum with differences between SPARC
4345         and generic Linux kernel signal numbers.
4346         (sparc32_linux_gdb_signal_from_target): New function.
4347         (sparc32_linux_gdb_signal_to_target): Likewise.
4348         (sparc32_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
4349         to the functions defined above.
4350         * xtensa-linux-tdep.c: Define enum with differences between
4351         Xtensa and Linux kernel generic signals.
4352         (xtensa_linux_gdb_signal_from_target): New function.
4353         (xtensa_linux_gdb_signal_to_target): Likewise.
4354         (xtensa_linux_init_abi): Set gdbarch_gdb_signal_to_target
4355         to the functions defined above.
4356         * mips-linux-tdep.c: Define enum with differences between
4357         signals in MIPS and Linux kernel generic ones.
4358         (mips_gdb_signal_to_target): New function.
4359         (mips_gdb_signal_from_target): Redefine to use new enum, handle
4360         only different signals from the Linux kernel generic.
4361         (mips_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
4362         the functions defined above.
4363         * mips-linux-tdep.h (enum mips_signals): Remove.
4364
4365 2013-08-09  Pedro Alves  <palves@redhat.com>
4366
4367         * avr-tdep.c (XMALLOC): Delete macro.
4368         * cli/cli-dump.c (XMALLOC): Delete macro.
4369
4370 2013-08-09  Pedro Alves  <palves@redhat.com>
4371
4372         * cli/cli-dump.c: Don't include cli/cli-dump.h.
4373         (scan_expression_with_cleanup, scan_filename_with_cleanup)
4374         (fopen_with_cleanup, add_dump_command): Make static.
4375         * cli/cli-dump.h: Delete file.
4376         * Makefile.in (HFILES_NO_SRCDIR): Remove reference to
4377         cli/cli-dump.h.
4378
4379 2013-08-09  Pedro Alves  <palves@redhat.com>
4380
4381         * tracepoint.c (tfile_start): Show tilde-expanded filename in
4382         error message.
4383
4384 2013-08-09  Pedro Alves  <palves@redhat.com>
4385
4386         * breakpoint.c (save_breakpoints): Show tilde-expanded filename in
4387         error message.
4388
4389 2013-08-09  Pedro Alves  <palves@redhat.com>
4390
4391         * gcore.c (create_gcore_bfd): Don't use tilde_expand here.
4392         (gcore_command): Use tilde_expand here, and when showing the
4393         filename to the user, show the expanded version.
4394
4395 2013-08-09  Yao Qi  <yao@codesourcery.com>
4396
4397         * stack.c (read_frame_arg): Set 'entryval_error' to NULL if
4398         'entryval' is set.
4399
4400 2013-08-08  Azat Khuzhin  <a3at.mail@gmail.com>  (tiny change)
4401
4402         * gcore.c (create_gcore_bfd): Use tilde_expand.
4403
4404 2013-08-08  Yao Qi  <yao@codesourcery.com>
4405
4406         * frame.h (read_frame_local): Declare.
4407         * mi/mi-cmd-stack.c (list_args_or_locals): Call
4408         read_frame_local.
4409         * stack.c (read_frame_local): New.
4410
4411 2013-08-08  Yao Qi  <yao@codesourcery.com>
4412
4413         * mi/mi-cmd-stack.c: Update comments to function
4414         list_args_or_locals.
4415
4416 2013-08-07  Tom Tromey  <tromey@redhat.com>
4417
4418         PR symtab/15028:
4419         * dwarf2read.c (struct process_psymtab_comp_unit_data): New.
4420         (process_psymtab_comp_unit_reader): Use it.
4421         (process_psymtab_comp_unit): Update.  Add "pretend_language"
4422         argument.
4423         (dwarf2_build_psymtabs_hard): Update.
4424         (scan_partial_symbols): Pass CU's language to
4425         process_psymtab_comp_unit.
4426
4427 2013-08-07  Tom Tromey  <tromey@redhat.com>
4428
4429         * dwarf2read.c (dw2_get_primary_filename_reader): Remove.
4430         (dwarf2_gdb_index_functions): Update.
4431         * psymtab.c (find_symbol_file_from_partial): Remove.
4432         (psym_functions): Update.
4433         * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
4434         Remove.
4435
4436 2013-08-07  Tom Tromey  <tromey@redhat.com>
4437
4438         * symfile.c (set_initial_language): Look up "main" symbol
4439         and use its language.
4440         * symtab.c (find_main_filename): Remove.
4441         * symtab.h (find_main_filename): Remove.
4442
4443 2013-08-07  Tom Tromey  <tromey@redhat.com>
4444
4445         * dwarf2read.c (recursively_compute_inclusions): Add
4446         "immediate_parent" argument.  Set symtab's "user" field
4447         if not set.
4448         (compute_symtab_includes): Update.
4449
4450 2013-08-07  Tom Tromey  <tromey@redhat.com>
4451
4452         * linespec.c (convert_linespec_to_sals): Use maybe_add_address
4453         when adding label symbols.
4454
4455 2013-08-07  Raunaq Bathija  <raunaq12@in.ibm.com>
4456             Ulrich Weigand  <uweigand@de.ibm.com>
4457
4458         * configure.tgt (powerpc64-*-aix*): Match powerpc64 running aix.
4459         * configure.host (powerpc64-*-aix*): Likewise.
4460
4461 2013-08-07  Raunaq Bathija  <raunaq12@in.ibm.com>
4462             Ulrich Weigand  <uweigand@de.ibm.com>
4463
4464         * gdb_ptrace.h: Use ptrace64 instead of ptrace if HAVE_PTRACE64
4465         is defined.
4466         * rs6000-nat.c: Check for __ld_info64_ if compiling 64 BIT gdb.
4467         (rs6000_ptrace32): Call ptrace64 instead of ptrace if present.
4468         (rs6000_ptrace64): Call ptace64 instead of ptracex if present.
4469         * configure.ac: Check for ptrace64.
4470         * configure, config.in: Regenerate.
4471
4472 2013-08-07  Raunaq Bathija  <raunaq12@in.ibm.com>
4473             Ulrich Weigand  <uweigand@de.ibm.com>
4474
4475         * aixthread.c: Call ptrace64 instead of ptracex if defined.
4476         Call ptrace64 instead of ptrace if defined.
4477         Add macro addr_ptr to take care of ptrace address argument.
4478         (pdc_read_regs): Likewise.
4479         (pdc_write_regs): Likewise.
4480         (aix_thread_resume): Likewise.
4481         (fetch_regs_kernel_thread): Likewise.
4482         (store_regs_kernel_thread): Likewise.
4483
4484 2013-08-07  Anton Blanchard  <anton@samba.org>
4485
4486         * MAINTAINERS: Add myself to Write After Approval.
4487
4488 2013-08-05  Tom Tromey  <tromey@redhat.com>
4489
4490         * aix-thread.c (_initialize_aix_thread): Use
4491         complete_target_initialization.
4492         * bsd-uthread.c (_initialize_bsd_uthread): Use
4493         complete_target_initialization.
4494         * dec-thread.c (_initialize_dec_thread): Use
4495         complete_target_initialization.
4496         * ravenscar-thread.c (_initialize_ravenscar): Use
4497         complete_target_initialization.
4498         * sol-thread.c (_initialize_sol_thread): Use
4499         complete_target_initialization.
4500         * spu-multiarch.c (_initialize_spu_multiarch): Use
4501         complete_target_initialization.
4502
4503 2013-08-05  Tom Tromey  <tromey@redhat.com>
4504
4505         * ada-exp.y (write_var_or_type): Use bound_minimal_symbol.
4506         * ada-lang.c (ada_lookup_simple_minsym): Return
4507         bound_minimal_symbol.
4508         * ada-lang.h (ada_lookup_simple_minsym): Update.
4509         * c-exp.y (variable): Use lookup_bound_minimal_symbol.
4510         * f-exp.y (variable): Use lookup_bound_minimal_symbol.
4511         * go-exp.y (variable): Use lookup_bound_minimal_symbol.
4512         * jv-exp.y (push_expression_name): Use lookup_bound_minimal_symbol.
4513         * m2-exp.y (variable): Use lookup_bound_minimal_symbol.
4514         * minsyms.c (msymbol_objfile): Remove.
4515         (lookup_minimal_symbol_internal): New function, from
4516         lookup_minimal_symbol.
4517         (lookup_minimal_symbol): Rewrite using
4518         lookup_minimal_symbol_internal.
4519         (lookup_bound_minimal_symbol): New function.
4520         * minsyms.h (msymbol_objfile): Remove.
4521         (lookup_bound_minimal_symbol): Declare.
4522         * p-exp.y (variable): Use lookup_bound_minimal_symbol.
4523         * parse.c (write_exp_msymbol): Change parameter to a
4524         bound_minimal_symbol.
4525         (write_dollar_variable): Use lookup_bound_minimal_symbol.
4526         * parser-defs.h (write_exp_msymbol): Update.
4527         * printcmd.c (address_info): Use lookup_bound_minimal_symbol.
4528         * symfile.c (simple_read_overlay_table): Use
4529         lookup_bound_minimal_symbol.
4530         * symtab.c (skip_prologue_sal): Don't use msymbol_objfile.
4531         (search_symbols): Likewise.
4532         (print_msymbol_info): Take a bound_minimal_symbol argument.
4533         (symtab_symbol_info, rbreak_command): Update.
4534         * symtab.h (struct symbol_search) <msymbol>: Change type
4535         to bound_minimal_symbol.
4536         * valops.c (find_function_in_inferior): Use
4537         lookup_bound_minimal_symbol.
4538         * value.c (value_fn_field): Use lookup_bound_minimal_symbol.
4539
4540 2013-08-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
4541
4542         Code cleanup.
4543         * remote.c (cleanup_sigint_signal_handler): Rename the declaration
4544         to ...
4545         (async_cleanup_sigint_signal_handler): ... this.
4546         (initialize_sigint_signal_handler): Remove declaration.
4547         (handle_remote_sigint): Rename the declaration to ...
4548         (async_handle_remote_sigint): ... this.
4549         (handle_remote_sigint_twice): Rename the declaration to ...
4550         (async_handle_remote_sigint_twice): ... this.
4551         (async_remote_interrupt, async_remote_interrupt_twice)
4552         (remote_interrupt): Remove the declarations.
4553         (remote_interrupt_twice): Rename the declaration ...
4554         (sync_remote_interrupt_twice): ... this.
4555         (sigint_remote_twice_token): Rename the variable to ...
4556         (async_sigint_remote_twice_token): ... this.
4557         (sigint_remote_token): Rename the variable to ...
4558         (async_sigint_remote_token): ... this.
4559         (initialize_sigint_signal_handler): Rename the function to ...
4560         (async_initialize_sigint_signal_handler): ... this.  Update the name
4561         inside.
4562         (handle_remote_sigint): Rename the function to ...
4563         (async_handle_remote_sigint): ... this.  Update the names inside.
4564         (handle_remote_sigint_twice): Rename the function to ...
4565         (async_handle_remote_sigint_twice): ... this.  Update the names inside.
4566         (cleanup_sigint_signal_handler): Rename the function to ...
4567         (async_cleanup_sigint_signal_handler): ... this.
4568         (remote_interrupt): Rename the function to ...
4569         (sync_remote_interrupt): this.  Update the names inside.
4570         (remote_interrupt_twice): Rename the function to ...
4571         (sync_remote_interrupt_twice): this.  Update the names inside.
4572         (remote_terminal_inferior, remote_terminal_ours, remote_wait_as)
4573         (_initialize_remote): Update the names inside.
4574
4575 2013-08-02  Tom Tromey  <tromey@redhat.com>
4576
4577         PR symtab/15719:
4578         * breakpoint.c (update_watchpoint, watchpoint_check)
4579         (watch_command_1): Update.
4580         * eval.c (fetch_subexp_value): Add "preserve_errors"
4581         parameter.
4582         * ppc-linux-nat.c (check_condition): Update.
4583         * value.h (fetch_subexp_value): Update.
4584
4585 2013-08-02  Andrew Burgess  <aburgess@broadcom.com>
4586
4587         * mi/mi-interp.c (mi_interpreter_resume): Remove call to
4588         add_file_handler.
4589
4590 2013-08-01  Doug Evans  <dje@google.com>
4591
4592         PR symtab/15691
4593         * dwarf2read.c (struct dwarf2_per_cu_data): New member tu_read.
4594         (fill_in_sig_entry_from_dwo_entry): Reorganize asserts.
4595         Add assert of sig_entry->dwo_unit == NULL.
4596         (lookup_dwo_signatured_type): Don't assign TU to a DWO if the TU
4597         had already been read.
4598         (read_signatured_type): Set per_cu.tu_read.
4599
4600         PR symtab/15695
4601         * valops.c (value_struct_elt): Add missing call to check_typedef.
4602         (value_find_oload_method_list): Ditto.
4603
4604         * symtab.c (do_free_search_symbols_cleanup): Change arg to,
4605         effectively, struct symbol_search **.
4606         (make_cleanup_free_search_symbols): Change arg to struct
4607         symbol_search **.  All callers updated.
4608         (compare_search_syms): Compare symtab file name and block as well.
4609         (search_symbols_equal): New function.
4610         (sort_search_symbols_remove_dups): Renamed from sort_search_symbols.
4611         New args new_head, new_tail.  Result is now void.  Remove dups after
4612         sorting the symbols.
4613         (search_symbols): Sort all found symbols once, after all have been
4614         found, and remove duplicates.  Simplify cleanup tracking of result.
4615         * symtab.h (make_cleanup_free_search_symbols): Update prototype.
4616
4617         Further workarounds for binutils/15021.
4618         * dwarf2read.c (recursively_compute_inclusions): Change type of result
4619         parameter to VEC (symtab_ptr) **.  New parameter all_type_symtabs.
4620         Watch for duplicate symtabs coming from type units.
4621         (compute_symtab_includes): Update call to
4622         recursively_compute_inclusions. Build vector of included symtabs
4623         instead of per_cus.
4624         * symtab.h (symtab_ptr): New typedef.
4625         (DEF_VEC_P (symtab_ptr)): New VEC type.
4626         * linespec.c (symtab_p): Delete.  All uses updated to use symtab_ptr
4627         instead.
4628
4629 2013-08-01  Andrew Burgess  <aburgess@broadcom.com>
4630
4631         * cli/cli-script.c (script_from_file): Remove use of
4632         error_pre_print.
4633         * main.c (captured_main): Remove use of error_pre_print and
4634         quit_pre_print.
4635         * utils.c (error_pre_print, quit_pre_print): Remove.
4636         * utils.h (error_pre_print, quit_pre_print): Likewise.
4637
4638 2013-08-01  Yao Qi  <yao@codesourcery.com>
4639
4640         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Parse argv
4641         with mi_getopt.
4642         (mi_cmd_stack_list_variables): Likewise.
4643
4644 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
4645
4646         * exceptions.c (deprecated_throw_reason): Remove.
4647         * exceptions.h (deprecated_throw_reason): Remove.
4648
4649 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
4650
4651         * remote-mips.c (mips_error): Replace use of
4652         deprecated_throw_reason with throw_verror.  Use the error message
4653         passed to mips_error as the error message for throw_verror.
4654
4655 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
4656
4657         * monitor.c (monitor_interrupt_query): Replace use of
4658         deprecated_throw_reason with quit.
4659         * nto-procfs.c (interrupt_query): Likewise.
4660         * remote-fileio.c (remote_fileio_sig_exit): Likewise.
4661         * remote-mips.c (mips_kill): Likewise.
4662         * remote.c (interrupt_query): Likewise.
4663
4664 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
4665
4666         * utils.c (internal_verror): Replace use of deprecated_throw_reason
4667         with call to fatal.
4668
4669 2013-07-31  Pedro Alves  <pedro@codesourcery.com>
4670             Yao Qi  <yao@codesourcery.com>
4671
4672         * tracepoint.c (trace_dump_command): Select the current frame.
4673
4674 2013-07-30  Doug Evans  <dje@google.com>
4675
4676         * dwarf2read.c (process_queue): Add type signature to debug output.
4677
4678 2013-07-30  Andrew Burgess  <aburgess@broadcom.com>
4679
4680         * value.c (value_fetch_lazy): Mark optimized out values as such
4681         rather than raising an error.
4682
4683 2013-07-30  Andrew Burgess  <aburgess@broadcom.com>
4684
4685         * value.c (value_fetch_lazy): Ensure parent value is not lazy
4686         before checking which bits of the parent, not the child, value are
4687         valid.
4688
4689 2013-07-30  Muhammad Bilal  <mbilal@codesorcery.com>
4690
4691         PR gdb/15715
4692         * top.c: Include "filenames.h".
4693         (set_history_filename): New function.
4694         (init_main): Install it as set hook of the "set history filename"
4695         command.
4696
4697 2013-07-30  Sanimir Agovic  <sanimir.agovic@intel.com>
4698
4699         * dwarf2read.c (dwarf2_get_ref_die_offset): Constify struct
4700         attribute parameter.
4701         (dwarf2_const_value_data): Constify struct attribute parameter.
4702         (dwarf2_const_value): Constify struct attribute parameter.
4703         (dwarf2_const_value_attr): Constify struct attribute parameter.
4704         (lookup_die_type): Constify struct attribute parameter.
4705         (dwarf2_get_attr_constant_value): Constify struct attribute parameter.
4706         (follow_die_ref_or_sig): Constify struct attribute parameter.
4707         (follow_die_ref): Constify struct attribute parameter.
4708         (follow_die_sig): Constify struct attribute parameter.
4709         (get_DW_AT_signature_type): Constify struct attribute parameter.
4710         (get_type_unit_group): Constify struct attribute parameter.
4711         (fill_in_loclist_baton): Constify struct attribute parameter.
4712         (dwarf2_symbol_mark_computed): Constify struct attribute parameter.
4713         (type_unit_group): Constify struct attribute parameter.
4714
4715 2013-07-30  Sanimir Agovic  <sanimir.agovic@intel.com>
4716
4717         * dwarf2read.c (attr_form_is_block): Make argument const.
4718         (attr_form_is_section_offset): Make argument const.
4719         (attr_form_is_constant): Make argument const.
4720         (attr_form_is_ref): Make argument const.
4721
4722 2013-07-30  Sanimir Agovic  <sanimir.agovic@intel.com>
4723
4724         * dwarf2read.c (attr_is_ref): Rename to attr_form_is_ref.
4725         All uses updated.
4726         (attr_form_is_ref): Moved below attr_form_is_constant.
4727
4728 2013-07-29  Doug Evans  <dje@google.com>
4729
4730         * main.c (captured_command_loop): Tweak comment.
4731
4732         * target.c (target_async_permitted_1): Fix comment.
4733
4734         * symtab.c (iterate_over_some_symtabs): Add comment.
4735
4736         * symtab.c (iterate_over_some_symtabs): Fix indentation.
4737
4738 2013-07-27  Yao Qi  <yao@codesourcery.com>
4739
4740         * NEWS: Mention that GDBserver now supports hardware
4741         watchpoints on the MIPS GNU/Linux target.
4742
4743 2013-07-27  Yao Qi  <yao@codesourcery.com>
4744
4745         * Makefile.in (HFILES_NO_SRCDIR): Add
4746         common/mips-linux-watch.h.
4747         (mips-linux-watch.o): New rule.
4748         * common/mips-linux-watch.c: New.
4749         * common/mips-linux-watch.h: New.
4750         * config/mips/linux.mh (NATDEPFILES): Add mips-linux-watch.o
4751         * mips-linux-nat.c: Include mips-linux-watch.h.
4752         (W_BIT, R_BIT, I_BIT, W_MASK, R_MASK, I_MASK, IRW_MASK): Move
4753         to common/mips-linux-watch.h.
4754         (MAX_DEBUG_REGISTER): Likewise.
4755         (enum pt_watch_style): Likewise.
4756         (struct mips32_watch_regs): Likewise.
4757         (struct mips64_watch_regs): Likewise.
4758         (struct pt_watch_regs): Likewise.
4759         (struct mips_watchpoint): Likewise.
4760         (mips_linux_watch_get_irw_mask): Move to
4761         common/mips-linux-watch.c.
4762         (get_reg_mask, mips_linux_watch_get_num_valid): Likewise.
4763         (mips_linux_watch_get_watchlo): Likewise.
4764         (mips_linux_watch_set_watchlo): Likewise.
4765         (mips_linux_watch_get_watchhi): Likewise.
4766         (mips_linux_watch_set_watchhi): Likewise.
4767         (mips_linux_read_watch_registers): Likewise.
4768         (mips_linux_watch_type_to_irw): Likewise.
4769         (mips_linux_stopped_data_address, fill_mask): Likewise.
4770         (mips_linux_watch_try_one_watch): Likewise.
4771         (mips_linux_watch_populate_regs): Likewise.
4772
4773 2013-07-27  Yao Qi  <yao@codesourcery.com>
4774
4775         * mips-linux-nat.c (get_irw_mask): Rename to ...
4776         (mips_linux_watch_get_irw_mask): ... this.  Rename parameter
4777         'set' to 'n'.  Update function comment.  All callers changed.
4778         (get_reg_mask): Rename parameter 'set' to 'n'.  Update
4779         function comment.  All callers changed.
4780         (get_num_valid): Rename to ...
4781         (mips_linux_watch_get_num_valid): ... this.  Rename parameter
4782         'set' to 'n'.  Update function comment.  All callers changed.
4783         (get_watchlo): Rename to ...
4784         (mips_linux_watch_get_watchlo): ... this.  Rename parameter
4785         'set' to 'n'.  Update function comment.  All callers changed.
4786         (set_watchlo): Rename to ...
4787         (mips_linux_watch_set_watchlo): ... this.  Rename parameter
4788         'set' to 'n'.  Update function comment.  All callers changed.
4789         (get_watchhi): Rename to ...
4790         (mips_linux_watch_get_watchhi): ... this.  Update function
4791         comment.  All callers changed.
4792         (set_watchhi): Rename to ...
4793         (mips_linux_watch_set_watchhi): ... this.  Update function
4794         comment.  All callers changed.
4795         (mips_linux_read_watch_registers): Update function comment.
4796         Add new parameters 'lwpid', 'watch_readback', and
4797         'watch_readback_valid'.  Update.
4798         (type_to_irw): Rename to ...
4799         (mips_linux_watch_type_to_irw): ... this.  Update function
4800         comment.  All callers changed.
4801         (fill_mask): Update function comment.
4802         (try_one_watch): Rename to ...
4803         (mips_linux_watch_try_one_watch): ... this.  Change the type
4804         of parameter 'irw' from 'unsigned' to 'uint32_t'.
4805         (populate_regs_from_watches): Rename to ...
4806         (mips_linux_watch_populate_regs): ... this.  Add parameter
4807         'current_watches'.  All callers changed.
4808
4809 2013-07-27  Yao Qi  <yao@codesourcery.com>
4810
4811         * mips-linux-nat.c (MAX_DEBUG_REGISTER): Move it earlier in
4812         the code.
4813         (PTRACE_SET_WATCH_REGS, enum pt_watch_style): Remove.
4814         (struct mips32_watch_regs, struct mips64_watch_regs): Remove.
4815         (struct pt_watch_regs): Likewise.
4816         [!PTRACE_GET_WATCH_REGS] (PTRACE_SET_WATCH_REGS): New macro.
4817         [!PTRACE_GET_WATCH_REGS] (enum pt_watch_style): New.
4818         [!PTRACE_GET_WATCH_REGS] (struct mips32_watch_regs): New.
4819         [!PTRACE_GET_WATCH_REGS] (struct mips64_watch_regs): New.
4820         [!PTRACE_GET_WATCH_REGS] (struct pt_watch_regs): New.
4821
4822 2013-07-27  Yao Qi  <yao@codesourcery.com>
4823
4824         * breakpoint.h: Include break-common.h.
4825         (enum target_hw_bp_type): Move to ...
4826         * common/break-common.h: ... here.  New.
4827
4828 2013-07-26  Cyril Nikolaev  <cyril@nichtverstehen.de>
4829
4830         * inflow.c (terminal_init_inferior_with_pgrp): Save inferior
4831         process group regardless of having tty on stdin.
4832
4833 2013-07-25  Doug Evans  <dje@google.com>
4834
4835         * linux-fork.h (detach_fork): Delete.
4836
4837 2013-07-25  Tom Tromey  <tromey@redhat.com>
4838
4839         PR remote/15256, PR remote/15266:
4840         * bfd-target.c (target_bfd_reopen): Initialize to_magic.
4841         * monitor.c (monitor_detach): Use unpush_target.
4842         * remote-m32r-sdi.c (m32r_detach): Use unpush_target.
4843         * remote-mips.c (mips_detach): Use unpush_target.  Don't
4844         call mips_close.
4845         * remote-sim.c (gdbsim_detach): Use unpush_target.
4846         * target.c (pop_target): Remove.
4847         (pop_all_targets_above): Don't call target_close.
4848         (target_close): Assert that the target is unpushed.
4849         * target.h (pop_target): Don't declare.
4850         * tracepoint.c (tfile_open): Use unpush_target.
4851
4852 2013-07-25  Tom Tromey  <tromey@redhat.com>
4853
4854         * linux-thread-db.c (init_thread_db_ops): Call
4855         complete_target_initialization.
4856         (_initialize_thread_db): Don't call add_target.
4857         * target.c (complete_target_initialization): New function.
4858         (add_target_with_completer): Call it.
4859         * target.h (complete_target_initialization): Declare.
4860
4861 2013-07-25  Mark Kettenis  <kettenis@gnu.org>
4862
4863         * hppa-tdep.h (enum hppa_regnum): Add members for all space registers.
4864         * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Add comment.
4865         (HPPANBSD_SIZEOF_GREGS): New define.
4866         (hppaobsd_supply_gregset): Handle additional registers.
4867         * hppabsd-nat.c (hppabsd_gregset_supplies_p): Adjust to indicate
4868         we provide more registers now.
4869         (hppabsd_supply_gregset): Supply additional registers.
4870         (hppabsd_collect_gregset): Collect additional registers.
4871
4872 2013-07-25  Mark Kettenis  <kettenis@gnu.org>
4873
4874         * hppabsd-tdep.c: Include "dwarf2-frame.h".
4875         (hppabsd_dwarf2_frame_init_reg): New function.
4876         (hppabsd_init_abi): Hook in the DWARF CFI frame unwinder.
4877
4878 2013-07-25  Andrew Burgess  <aburgess@broadcom.com>
4879
4880         * mi/mi-main.c (output_register): Make MI 'r' format use standard
4881         'z' format code.  Remove error for optimized out values, standard
4882         code will handle these fine.
4883
4884 2013-07-25  Andrew Burgess  <aburgess@broadcom.com>
4885
4886         * NEWS: Mention new 'z' formatter.
4887         * printcmd.c (print_scalar_formatted): Add new 'z' formatter.
4888         (_initialize_printcmd): Mention 'z' formatter in help text of the
4889         'x' command.
4890
4891 2013-07-24  Maciej W. Rozycki  <macro@codesourcery.com>
4892
4893         * mips-tdep.c (micromips_deal_with_atomic_sequence): Correct
4894         formatting.
4895
4896 2013-07-24  Sergio Durigan Junior  <sergiodj@redhat.com>
4897
4898         * breakpoint.c (create_longjmp_master_breakpoint): Check if probe
4899         interface can evaluate arguments.  Fallback to the old mode if it
4900         cannot.
4901         (create_exception_master_breakpoint): Likewise.
4902         * elfread.c (elf_can_evaluate_probe_arguments): New function.
4903         (struct sym_probe_fns elf_probe_fns): Export function above to the
4904         probe interface.
4905         * probe.c (can_evaluate_probe_arguments): New function.
4906         * probe.h (struct probe_ops) <can_evaluate_probe_arguments>: New
4907         function pointer.
4908         (can_evaluate_probe_arguments): New function prototype.
4909         * solib-svr4.c (svr4_create_solib_event_breakpoints): Check if
4910         probe interface can evaluate arguments.  Fallback to the old mode
4911         if it cannot.
4912         * stap-probe.c (stap_get_probe_argument_count): Check if probe
4913         interface can evaluate arguments.  Warning the user if it cannot.
4914         (stap_can_evaluate_probe_arguments): New function.
4915         (struct probe_ops stap_probe_ops): Export function above to the
4916         probe interface.
4917         * symfile.h (struct sym_probe_fns) <can_evaluate_probe_arguments>:
4918         New function pointer.
4919
4920 2013-07-24  Luis Machado  <lgustavo@codesourcery.com>
4921
4922         * Makefile.in (SFILES): Add common/target-common.c.
4923         Add common/target-common.h to headers.
4924         (COMMON_OBS): Add target-common.o.
4925         (target-common.o): New target.
4926         * linux-nat.h (resume_kind): Move to common/target-common.h.
4927         * target.c (target_waitstatus_to_string): Move to
4928         common/target-common.c.
4929         * target.h: Include target-common.h.
4930         (target_waitkind): Move to common/target-common.h.
4931         (target_waitstatus): Likewise.
4932         (TARGET_WNOHANG): Likewise.
4933         * common/target-common.c: New file.
4934         * common/target-common.h: New file.
4935
4936 2013-07-24  Doug Evans  <dje@google.com>
4937
4938         * dwarf2read.c (lookup_dwo_cutu): Change missing DWO complaint to
4939         a warning.
4940
4941 2013-07-23  Yao Qi  <yao@codesourcery.com>
4942
4943         * i386-tdep.c (i386_in_stack_tramp_p): Remove unused
4944         parameter 'gdbarch'.
4945         (i386_stack_tramp_frame_sniffer): Caller update.
4946         * i386-linux-tdep.c (i386_linux_core_read_xcr0): Remove
4947         parameter 'gdbarch' and 'target'.
4948         (i386_linux_core_read_description): Caller update.
4949         * amd64-linux-tdep.c (amd64_linux_core_read_description):
4950         Likewise.
4951         * i386-linux-tdep.h (i386_linux_core_read_xcr0): Update
4952         declaration.
4953
4954 2013-07-23  Tom Tromey  <tromey@redhat.com>
4955
4956         * dwarf2read.c (init_cutu_and_read_dies): Revert patch from
4957         2013-07-22.
4958
4959 2013-07-22  Doug Evans  <dje@google.com>
4960
4961         * exec.h (remove_target_sections): Delete arg abfd.
4962         * exec.c (exec_close): Update call to remove_target_sections.
4963         (remove_target_sections): Delete arg abfd.
4964         * solib.c (update_solib_list): Ditto.
4965         (reload_shared_libraries_1): Ditto.
4966         (clear_solib): Ditto, and unconditionally call remove_target_sections.
4967         * target.h (struct target_section): Rename key to owner.
4968         All uses updated.
4969
4970 2013-07-22  Tom Tromey  <tromey@redhat.com>
4971
4972         * solib-som.c (som_open_symbol_file_object): Call do_cleanups.
4973
4974 2013-07-22  Tom Tromey  <tromey@redhat.com>
4975
4976         * dwarf2read.c (init_cutu_and_read_dies): Remove 'free_cu_cleanup'.
4977         Simplify cleanup handling.
4978
4979 2013-07-22  Tom Tromey  <tromey@redhat.com>
4980
4981         * dwarf2read.c (dwarf_decode_line_header): Call do_cleanups
4982         on all return paths.
4983
4984 2013-07-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
4985
4986         * ppc-linux-nat.c (PPC_DEBUG_FEATURE_DATA_BP_DAWR): New define.
4987         (ppc_linux_region_ok_for_hw_watchpoint): Add checking to use the new
4988         DAWR interface for longer ranges hardware watchpoint (up to 512 bytes).
4989
4990 2013-07-22  Phil Muldoon  <pmuldoon@redhat.com>
4991
4992         * top.c (print_gdb_version): Add help, apropos description and
4993         url to online documentation.
4994
4995 2013-07-19  Hui Zhu  <hui@codesourcery.com>
4996
4997         PR gdb/15692
4998         * mi/mi-cmd-break.c (mi_argv_to_format): Handle double quotes.
4999
5000 2013-07-19  Yao Qi  <yao@codesourcery.com>
5001
5002         * target.c (update_current_target): Change the default action
5003         of 'to_traceframe_info' from tcomplain to return_zero.
5004         * target.h (struct target_ops) <to_traceframe_info>: Add more
5005         comments.
5006         * valops.c (read_value_memory): Call
5007         traceframe_available_memory unconditionally.
5008
5009 2013-07-18  Yao Qi  <yao@codesourcery.com>
5010
5011         * coffread.c (coff_symfile_read): Iterate over minimal symbols,
5012         if the name is prefixed by "__imp_" or "_imp_", look for minimal
5013         symbol without prefix.  If found, set its type to
5014         'mst_solib_trampoline'.
5015
5016 2013-07-17  Doug Evans  <dje@google.com>
5017
5018         * NEWS: Mention "set print raw frame-arguments".
5019         * gdbcmd.h (setprintrawlist, showprintrawlist): Declare.
5020         * stack.c (print_raw_frame_arguments): New static global.
5021         (print_frame_arg): Set opts.raw from print_raw_frame_arguments.
5022         (_initialize_stack): New command "set/show print raw frame-arguments".
5023         * valprint.c (setprintrawlist, showprintrawlist): New globals.
5024         (set_print_raw, show_print_raw): New functions.
5025         (_initialize_valprint): New prefix command "set/show print raw".
5026         * valprint.h (value_print_options): Improve comments.
5027
5028         * cli/cli-cmds.c (init_cmd_lists): Delete unnecessary initialization
5029         of all *list variables.
5030
5031         * gdbcmd.h (togglelist): Delete.
5032         * cli/cli-cmds.c (togglelist): Delete.
5033         (init_cmd_lists): Update.
5034         * cli/cli-cmds.h (togglelist): Delete.
5035
5036 2013-07-17  Tom Tromey  <tromey@redhat.com>
5037
5038         * dwarf2read.c (dwarf2_per_objfile_free): Clear
5039         dwarf2_per_objfile.
5040
5041 2013-07-16  Doug Evans  <dje@google.com>
5042
5043         * nto-tdep.c (nto_relocate_section_addresses): Update,
5044         target_section.bfd deleted.
5045         * ppc64-tdep.c (ppc64_convert_from_func_ptr_addr): Ditto.
5046         * s390-tdep.c (s390_load): Ditto.
5047         * solib-aix.c (solib_aix_relocate_section_addresses): Ditto.
5048
5049 2013-07-16  Andrew Burgess  <aburgess@broadcom.com>
5050
5051         * common/format.c (parse_format_string): Add checks for NULL
5052         character before calling strchr.
5053
5054 2013-07-16  Doug Evans  <dje@google.com>
5055
5056         * solist.h (target_so_ops.find_and_open_solib): Clarify usage of
5057         temp_pathname argument.
5058         * nto-tdep.c (nto_find_and_open_solib): Fix setting of temp_pathname
5059         when opening the file fails.
5060
5061         * target.h (struct target_section): Delete member bfd.
5062         All users updated to use the_bfd_section->owner instead.
5063         * exec.c (add_to_section_table): Assert bfd is expected value.
5064         Remove initialization of target_section.bfd.
5065         (remove_target_sections): Update.
5066         (section_table_available_memory): Update.
5067         (section_table_xfer_memory_partial): Update.
5068         (print_section_info): Update.
5069         (exec_set_section_address): Update.
5070         * record-full.c (record_full_core_xfer_partial): Update.
5071         * solib-svr4.c (svr4_relocate_section_addresses): Update.
5072         * solib-target.c (solib_target_relocate_section_addresses): Update.
5073         * symfile.c (build_section_addr_info_from_section_table): Update.
5074         * target.c (memory_xfer_live_readonly_partial): Update.
5075         (memory_xfer_partial_1): Update.
5076
5077 2013-07-15  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
5078
5079         * ppc-linux-nat.c: Since the new PowerPC specific ptrace interface is
5080         now available for embedded (BookE) and server (BookS) processors,
5081         correct mentions of 'booke' and adjust comments accordingly in order to
5082         avoid confusion. Rename struct 'booke_debug_info' to 'hwdebug_info'.
5083         (have_ptrace_booke_interface): Rename function and variable
5084         'have_ptrace_booke_interface' to 'have_ptrace_hwdebug_interface'.
5085         Rename struct 'booke_debug_info' to 'hwdebug_info'. Update all uses.
5086         (booke_cmp_hw_point): Rename function 'booke_cmp_hw_point' to
5087         'hwdebug_point_cmp'. Update all uses.
5088         (booke_find_thread_points_by_tid): Rename function
5089         'booke_find_thread_points_by_tid' to
5090         'hwdebug_find_thread_points_by_tid'. Update all uses.
5091         (booke_insert_point): Rename function 'booke_insert_point' to
5092         'hwdebug_insert_point'. Update all uses.
5093         (booke_remove_point): Rename function 'booke_remove_point' to
5094         'hwdebug_remove_point'. Update all uses.
5095
5096 2013-07-15  Maciej W. Rozycki  <macro@codesourcery.com>
5097
5098         * mips-tdep.c (mips_gdbarch_init): Replace hardcoded magic
5099         numbers with enum values.
5100
5101 2013-07-15  Ali Anwar  <ali_anwar@codesourcery.com>
5102
5103         PR threads/13217
5104         * thread.c (thread_apply_all_command): Check for valid threads
5105         and thread count.
5106         (thread_array_cleanup): New struct.
5107         (set_thread_refcount): New function.
5108
5109 2013-07-11  Andrew Burgess  <aburgess@broadcom.com>
5110
5111         * infcmd.c (default_print_one_register_info): Reuse function
5112         print_hex_chars.
5113
5114 2013-07-10  Tom Tromey  <tromey@redhat.com>
5115
5116         * Makefile.in (GDB_WARN_CFLAGS_NO_DEFS, ADA_EXP_C): New macros.
5117         (ada-exp.o): New target.
5118
5119 2013-07-10  Sergio Durigan Junior  <sergiodj@redhat.com>
5120
5121         * mt-tdep.c (mt_registers_info): Call
5122         get_no_prettyformat_print_options instead of
5123         get_raw_print_options (regression by last patch from Doug
5124         Evans).
5125
5126 2013-07-09  Pedro Alves  <palves@redhat.com>
5127
5128         Checked in by Joel Brobecker  <brobecker@adacore.com>.
5129         * ada-lang.c (coerce_unspec_val_to_type): Use
5130         value_optimized_out_const.
5131         * value.c (value_optimized_out_const): New function.
5132         * value.h (value_optimized_out_const): New declaration.
5133
5134 2013-07-09  Doug Evans  <dje@google.com>
5135
5136         * defs.h (enum val_prettyformat): Renamed from val_prettyprint.
5137         Enum values rename as well.  All uses updated.
5138         * valprint.h (value_print_options): Rename member pretty to
5139         pretty format.  Rename member prettyprint_arrays to
5140         prettyformat_arrays.  Rename member prettyprint_structs to
5141         prettyformat_structs.  All uses updated.
5142         (get_no_prettyformat_print_options): Renamed from
5143         get_raw_print_options.
5144         * valprint.c (get_no_prettyformat_print_options): Renamed from
5145         get_raw_print_options.  All callers updated.
5146         (show_prettyformat_structs): Renamed from show_prettyprint_structs.
5147         All callers updated.
5148         (show_prettyformat_arrays): Renamed from show_prettyprint_arrays.
5149         All callers updated.
5150         (_initialize_valprint): Improve help text for "set print pretty" and
5151         "set print arrays".
5152
5153 2013-07-09  Andrew Burgess  <aburgess@broadcom.com>
5154
5155         * value.c (value_bits_valid): Revert previous change, and change
5156         by Pedro on 2013-07-04, due to regressions in
5157         gdb.dwarf2/implptr.exp and gdb.dwarf2/pieces.exp.
5158
5159 2013-07-08  Andrew Burgess  <aburgess@broadcom.com>
5160             Pedro Alves  <palves@redhat.com>
5161
5162         * value.c (value_bits_valid): If the value is not lval_computed
5163         or has no check validity handler then the answer is the
5164         optimized_out flag, otherwise defer to the handler.
5165
5166 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
5167
5168         * top.c (print_gdb_configuration): Explain in output of
5169         --configuration what does "relocatable" mean.
5170
5171         * main.c (print_gdb_help): Regroup options in the --help text.
5172         See http://sourceware.org/ml/gdb-patches/2013-04/msg00362.html for
5173         the relevant discussions.
5174
5175 2013-07-06  Yao Qi  <yao@codesourcery.com>
5176
5177         * breakpoint.h (struct breakpoint_ops) <create_breakpoints_sal>:
5178         Remove parameter 'lsal'.
5179         * breakpoint.c (create_breakpoint): Move local variable 'lsal'
5180         to inner block.  Caller update.
5181         (base_breakpoint_create_breakpoints_sal): Update.
5182         (bkpt_create_breakpoints_sal): Likewise.
5183         (tracepoint_create_breakpoints_sal): Likewise.
5184         (strace_marker_create_breakpoints_sal): Get 'lsal' from the
5185         element 0 of vector 'canonical->sals'.
5186
5187 2013-07-05  Luis Machado  <lgustavo@codesourcery.com>
5188
5189         * rs6000-tdep.c (rs6000_stab_reg_to_regnum): Return the real
5190         register number instead of the pseudo register one.
5191         (rs6000_dwarf2_reg_to_regnum): Likewise.
5192
5193 2013-07-04  Pedro Alves  <palves@redhat.com>
5194
5195         * findvar.c (value_of_register): Use allocate_optimized_out_value
5196         if the register has been optimized out, instead of
5197         set_value_optimized_out.
5198         * frame-unwind.c (frame_unwind_got_optimized): Use
5199         allocate_optimized_out_value.
5200
5201 2013-07-04  Pedro Alves  <palves@redhat.com>
5202
5203         * value.c (value_bits_valid): If the value is not lval_computed,
5204         or doesn't have a check_validity hook, assume the value is entirely
5205         valid.
5206
5207 2013-07-04  Andrew Burgess  <aburgess@broadcom.com>
5208
5209         * stack.c (read_frame_arg): No longer fetch lazy values.
5210         * value.c (value_optimized_out): If the value is not already
5211         marked optimized out, and is lazy then fetch it.
5212         (value_primitive_field): Move optimized out check to later in the
5213         function, after we have loaded any lazy values.
5214         (value_fetch_lazy): Use optimized out flag directly rather than
5215         calling optimized_out method.
5216
5217 2013-07-04  Andrew Burgess  <aburgess@broadcom.com>
5218
5219         * valops.c: Don't include "user-regs.h".
5220         (value_fetch_lazy): Moved to value.c.
5221         * value.c: Include "user-regs.h".
5222         (value_fetch_lazy): Moved from valops.c.
5223
5224 2013-07-04  Yao Qi  <yao@codesourcery.com>
5225
5226         Revert:
5227         2013-06-27  Yao Qi  <yao@codesourcery.com>
5228
5229         * common/create-version.sh: Update comments.  Handle the case
5230         that TARGET_ALIAS is empty.
5231
5232 2013-07-03  Pedro Alves  <palves@redhat.com>
5233
5234         * Makefile.in (config.status): Depend on development.sh.
5235         (aclocal_m4_deps): Add libmcheck.m4.
5236         * acinclude.m4: Include libmcheck.m4.
5237         * configure.ac: Source development.sh instead of setting
5238         'development' here.  --enable-libmcheck/--disable-libmcheck code
5239         factored out to GDB_AC_LIBMCHECK.  Run it.
5240         * development.sh: New file.
5241         * libmcheck.m4: New file.
5242         * configure: Regenerate.
5243
5244 2013-07-02  Tom Tromey  <tromey@redhat.com>
5245
5246         * contrib/ari/update-web-ari.sh: Update for version.in change.
5247
5248 2013-07-02  Tom Tromey  <tromey@redhat.com>
5249
5250         * common/ptid.h: Comment fixes.
5251
5252 2013-07-01  Tom Tromey  <tromey@redhat.com>
5253
5254         * dwarf2read.c (dwarf2_get_dwz_file): Return NULL if
5255         .gnu_debugaltlink not found.  Use bfd_get_alt_debug_link_info.
5256         (dwarf2_read_index, create_all_comp_units): Update.
5257
5258 2013-07-01  Tom Tromey  <tromey@redhat.com>
5259
5260         * configure.ac (build_warnings): Add -Wold-style-definition.
5261         * configure: Rebuild.
5262         * machoread.c (_initialize_machoread): Use "(void)".
5263         * macrocmd.c (macro_inform_no_debuginfo): Fix formatting;
5264         use "(void)".
5265
5266 2013-07-01  Tom Tromey  <tromey@redhat.com>
5267
5268         * configure.ac (build_warnings): Add -Wold-style-declaration.
5269         * configure: Rebuild.
5270         * dsrec.c (make_srec): Use "static const", not "const static".
5271         * h8300-tdep.c (h8300_breakpoint_from_pc): Use "static const",
5272         not "const static".
5273         * mi/mi-parse.c (mi_no_values, mi_simple_values, mi_all_values):
5274         Use "static const", not "const static".
5275         * mn10300-tdep.c (mn10300_breakpoint_from_pc): Use "static const",
5276         not "const static".
5277         * moxie-tdep.c (moxie_breakpoint_from_pc): Use "static const",
5278         not "const static".
5279         * rs6000-tdep.c (rs6000_breakpoint_from_pc): Use "static const",
5280         not "const static".
5281         * v850-tdep.c (v850_breakpoint_from_pc): Use "static const",
5282         not "const static".
5283         (v850_dbtrap_breakpoint_from_pc): Likewise.
5284         * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Use "static const",
5285         not "const static".
5286
5287 2013-07-01  Tom Tromey  <tromey@redhat.com>
5288
5289         * configure.ac (build_warnings): Add -Wmissing-parameter-type.
5290         * configure: Rebuild.
5291
5292 2013-07-01  Pedro Alves  <palves@redhat.com>
5293
5294         * defs.h: Include "pathmax.h".
5295         * utils.c: Don't include sys/param.h.
5296         (gdb_realpath): Remove code that checks for MAXPATHLEN.
5297         * solib-ia64-hpux.c (ia64_hpux_handle_load_event): Use PATH_MAX
5298         instead of MAXPATHLEN.
5299         * solib-sunos.c: Don't include sys/param.h.
5300         * xcoffread.c: Don't include sys/param.h.
5301         * bsd-kvm.c: Don't include sys/param.h.
5302         * darwin-nat.c: Don't include sys/param.h.
5303         (darwin_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
5304         * darwin-nat-info.c: Don't include sys/param.h.
5305         * fbsd-nat.c (fbsd_pid_to_exec_file): Use PATH_MAX instead of
5306         MAXPATHLEN.
5307         * i386obsd-nat.c: Don't include sys/param.h.
5308         * inf-child.c: Don't include sys/param.h.
5309         (inf_child_fileio_readlink): Use PATH_MAX instead of MAXPATHLEN.
5310         * linux-fork.c: Don't include sys/param.h.
5311         (fork_save_infrun_state): Use PATH_MAX instead of MAXPATHLEN.
5312         * linux-nat.c: Don't include sys/param.h.
5313         (linux_child_pid_to_exec_file, linux_proc_pending_signals)
5314         (linux_proc_pending_signals): Use PATH_MAX instead of MAXPATHLEN.
5315         * m68klinux-nat.c: Don't include sys/param.h.
5316         * nbsd-nat.c: Don't include sys/param.h.
5317         (nbsd_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
5318         * ppc-linux-nat.c: Don't include sys/param.h.
5319         * rs6000-nat.c: Don't include sys/param.h.
5320         * spu-linux-nat.c. Don't include sys/param.h.
5321         * windows-nat.c: Don't include sys/param.h.
5322         * xtensa-linux-nat.c: Don't include sys/param.h.
5323         * config/i386/nm-fbsd.h: Don't include sys/param.h.
5324
5325 2013-07-01  Pedro Alves  <palves@redhat.com>
5326
5327         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add pathmax.
5328         * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/pathmax.m4.
5329         * gnulib/aclocal.m4: Regenerate.
5330         * gnulib/config.in: Regenerate.
5331         * gnulib/configure: Regenerate.
5332         * gnulib/import/pathmax.h: New file.
5333         * gnulib/import/Makefile.am: Regenerate.
5334         * gnulib/import/Makefile.in: Regenerate.
5335         * gnulib/import/m4/gnulib-cache.m4: Regenerate.
5336         * gnulib/import/m4/gnulib-comp.m4: Regenerate.
5337         * gnulib/import/m4/pathmax.m4: New file.
5338
5339 2013-07-01  Pedro Alves  <palves@redhat.com>
5340
5341         * configure.ac (GDBINIT): Define, depending on host.
5342         * go32-nat.c (init_go32_ops): Don't override gdbinit here.
5343         * top.c (PATH_MAX): Delete fallback definition.
5344         (GDBINIT_FILENAME): Delete.
5345         (gdbinit): Reimplement as const char array set to the GDBINIT
5346         string constant.
5347         * top.h (gdbinit): Make const.
5348         * configure, config.in: Regenerate.
5349
5350 2013-07-01  Pedro Alves  <palves@redhat.com>
5351
5352         * cli/cli-cmds.c (source_script): Make 'file' parameter const.
5353         * cli/cli-cmds.h (source_script): Likewise.
5354         * exceptions.c (catch_command_errors_const): New function.
5355         * exceptions.h (catch_command_errors_const): Declare.
5356         * main.c (get_init_files): Make parameters const, and adjust.
5357         (captured_main): Make 'system_gdbinit', 'home_gdbinit' and
5358         'local_gdbinit' locals const.  Adjust to use
5359         catch_command_errors_const.
5360         (print_gdb_help): Make 'system_gdbinit', 'home_gdbinit' and
5361         'local_gdbinit' locals const.
5362
5363 2013-07-01  Pedro Alves  <palves@redhat.com>
5364
5365         * defs.h: Don't check HAVE_UNISTD_H before including <unistd.h>.
5366         (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Delete.
5367         * tracepoint.c: Don't check HAVE_UNISTD_H before including
5368         <unistd.h>.
5369
5370 2013-07-01  Pedro Alves  <palves@redhat.com>
5371
5372         Import the "unistd" gnulib module.
5373         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add "unistd".
5374         * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/off_t.m4,
5375         import/m4/ssize_t.m4, import/m4/sys_types_h.m4 and
5376         import/m4/unistd_h.m4.
5377         * gnulib/aclocal.m4: Renenerate.
5378         * gnulib/config.in: Renenerate.
5379         * gnulib/configure: Renenerate.
5380         * gnulib/import/Makefile.am: Renenerate.
5381         * gnulib/import/Makefile.in: Renenerate.
5382         * gnulib/import/m4/gnulib-cache.m4: Renenerate.
5383         * gnulib/import/m4/gnulib-comp.m4: Renenerate.
5384         * gnulib/import/m4/off_t.m4: New file.
5385         * gnulib/import/m4/ssize_t.m4: New file.
5386         * gnulib/import/m4/sys_types_h.m4: New file.
5387         * gnulib/import/m4/unistd_h.m4: New file.
5388         * gnulib/import/sys_types.in.h: New file.
5389         * gnulib/import/unistd.c: New file.
5390         * gnulib/import/unistd.in.h: New file.
5391
5392 2013-07-01  Pedro Alves  <palves@redhat.com>
5393
5394         * utils.c <pathconf/_PC_PATH_MAX use>: Check if _PC_PATH_MAX is
5395         defined instead of checking HAVE_UNISTD_H.
5396
5397 2013-07-01  Pedro Alves  <palves@redhat.com>
5398
5399         Reimport gnulib from scratch.
5400         * gnulib/Makefile.in (aclocal_m4_deps): Remove reference to
5401         import/m4/onceonly.m4.
5402         * gnulib/aclocal.m4: Renegerate.
5403         * gnulib/config.in: Renegerate.
5404         * gnulib/configure: Renegerate.
5405         * gnulib/import/Makefile.in: Renegerate.
5406         * gnulib/import/extra/update-copyright: Renegerate.
5407         * gnulib/import/m4/onceonly.m4: Delete.
5408
5409 2013-07-01  Pedro Alves  <palves@redhat.com>
5410
5411         * tui/tui-regs.c (pagination_enabled): Delete declaration.
5412
5413 2013-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
5414
5415         Code cleanup.
5416         * remote.c (async_remote_interrupt_twice): Make it static.
5417         * remote.h (async_remote_interrupt_twice): Remove the declaration.
5418
5419 2013-06-29  Sergio Durigan Junior  <sergiodj@redhat.com>
5420
5421         * ia64-linux-tdep.c: Include <ctype.h>.
5422         (ia64_linux_stap_is_single_operand): New function.
5423         (ia64_linux_init_abi): Initialize SystemTap related attributes.
5424
5425 2013-06-28  Tom Tromey  <tromey@redhat.com>
5426
5427         * Makefile.in (version.c): Use version.in, not
5428         common/version.in.
5429         * common/create-version.sh: Likewise.
5430         * common/version.in: Move...
5431         * version.in: ...here.
5432
5433 2013-06-28  Pedro Alves  <palves@redhat.com>
5434
5435         * infrun.c (set_observer_mode): Don't declare pagination_enabled
5436         here.
5437         * utils.h (pagination_enabled): Declare.
5438
5439 2013-06-28  Pedro Alves  <palves@redhat.com>
5440
5441         * infrun.c (non_stop, non_stop_1, set_non_stop, show_non_stop):
5442         Move higher up in file.
5443
5444 2013-06-28  Tom Tromey  <tromey@redhat.com>
5445
5446         * tracepoint.c (deprecated_readline_begin_hook)
5447         (deprecated_readline_hook, deprecated_readline_end_hook): Don't
5448         declare.
5449
5450 2013-06-28  Pedro Alves  <palves@redhat.com>
5451
5452         PR tui/14880
5453         * tui/tui-regs.c (tui_get_register): Fetch value contents before
5454         checking if they're available.
5455         * value.c (value_available_contents_eq): Change comment.
5456         * value.h (value_available_contents_eq): Expand comment.
5457
5458 2013-06-27  Tom Tromey  <tromey@redhat.com>
5459
5460         * target.c (find_run_target): Remove.
5461         * target.h (find_run_target): Remove.
5462
5463 2013-06-27  Tom Tromey  <tromey@redhat.com>
5464
5465         * corelow.c (core_gdbarch): Now static.
5466
5467 2013-06-27  Tom Tromey  <tromey@redhat.com>
5468
5469         * target.c (target_struct_index): Remove.
5470
5471 2013-06-27  Pedro Alves  <palves@redhat.com>
5472
5473         * infrun.c: Remove comment describing the 'stepping over runtime
5474         loader dynamic symbol resolution code' mechanism; moved to
5475         gdbint.texinfo.
5476
5477 2013-06-27  Pedro Alves  <palves@redhat.com>
5478
5479         * exceptions.c (catch_command_errors): Remove spurious space.
5480         * exceptions.h (catch_command_errors): Second parameter is "arg",
5481         not "command".
5482
5483 2013-06-27  Yao Qi  <yao@codesourcery.com>
5484
5485         * common/create-version.sh: Update comments.  Handle the case
5486         that TARGET_ALIAS is empty.
5487
5488 2013-06-26  Pedro Alves  <palves@redhat.com>
5489
5490         * infrun.c (SOLIB_IN_DYNAMIC_LINKER): Delete macro and describing
5491         comment.
5492
5493 2013-06-26  Pedro Alves  <palves@redhat.com>
5494
5495         * infrun.c: Update comments on stepping over runtime loader
5496         dynamic symbol resolution code.
5497
5498 2013-06-26  Sergio Durigan Junior  <sergiodj@redhat.com>
5499
5500         * ax-gdb.h (union exp_element): Forward declare.
5501         * parser-defs.h: Include expression.h.
5502
5503 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
5504
5505         * mips-tdep.c (fetch_mips_16): Use unmake_compact_addr.
5506
5507 2013-06-26  Dmitry Kozlov <ddk@codesourcery.com>
5508
5509         * tracepoint.c (trace_save): Extend tsave to save starttime, stoptime.
5510
5511 2013-06-26  Dmitry Kozlov <ddk@codesourcery.com>
5512
5513         Fix trace-status to output proper start-time and stop-time.
5514         * tracepoint.c (trace_status_command): Fix type of printf arg to
5515         prevent improper type conversion.
5516         (trace_status_mi): Likewise.
5517
5518 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
5519
5520         * mips-tdep.c (mips_next_pc): Fix a typo.
5521
5522 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
5523
5524         * mips-tdep.c (micromips_scan_prologue): Fix a typo.
5525
5526 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
5527             Yao Qi  <yao@codesourcery.com>
5528
5529         * mi/mi-cmds.c (mi_cmds): Register -trace-frame-collected.
5530         * mi/mi-cmds.h (mi_cmd_trace_frame_collected): Declare.
5531         * mi/mi-main.c (print_variable_or_computed): New function.
5532         (mi_cmd_trace_frame_collected): New function.
5533         * tracepoint.c (find_trace_state_variable_by_number): New.
5534         (struct traceframe_info): Move to tracepoint.h
5535         (struct collection_list): Likewise.
5536         (do_collect_symbol): Include locals and arguments in the
5537         collected variables list.
5538         (clear_collection_list): Clear wholly collected variables list
5539         and computed variables list.
5540         (append_exp): New function.
5541         (encode_actions_1): Include variables in the wholly
5542         collected variables list.  Include memory ranges and
5543         full-fledged expressions in the computed expressions list.
5544         (encode_actions): Move some code to ...
5545         Return the cleanup chain.
5546         (encode_actions_rsp): ... here.  New function.
5547         (get_traceframe_location, get_traceframe_info): Remove static.
5548         * tracepoint.h (struct memrange): Moved from tracepoint.c.
5549         (struct collection_list): Moved from tracepoint.c.  Add two
5550         new fields 'wholly_collected' and 'computed'.
5551         (find_trace_state_variable_by_number): Declare.
5552         (encode_actions): Adjust declaration.
5553         (encode_actions_rsp): Declare.
5554         (get_traceframe_info, get_traceframe_location): Declare.
5555
5556         * NEWS: Mention new MI command -trace-frame-collected.
5557
5558 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
5559             Yao Qi  <yao@codesourcery.com>
5560
5561         * ctf.c (ctf_traceframe_info): Push trace state variables
5562         present in the trace data into the traceframe info object.
5563         * breakpoint.c (DEF_VEC_I): Remove.
5564         * common/filestuff.c (DEF_VEC_I): Likewise.
5565         * dwarf2loc.c (DEF_VEC_I): Likewise.
5566         * mi/mi-main.c (DEF_VEC_I): Likewise.
5567         * common/gdb_vecs.h (DEF_VEC_I): Define vector for int.
5568         * features/traceframe-info.dtd: Add tvar element and its
5569         attributes.
5570         * tracepoint.c (free_traceframe_info): Free vector 'tvars'.
5571         (build_traceframe_info): Push trace state variables present in
5572         the trace data into the traceframe info object.
5573         (traceframe_info_start_tvar): New function.
5574         (tvar_attributes): New.
5575         (traceframe_info_children): Add "tvar" element.
5576         * tracepoint.h (struct traceframe_info) <tvars>: New field.
5577
5578         * NEWS: Mention the change in GDB and GDBserver.
5579
5580 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
5581             Yao Qi  <yao@codesourcery.com>
5582
5583         * tracepoint.c (trace_dump_command): Move code to ...
5584         (get_traceframe_location): ... here.  New.
5585
5586 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
5587             Yao Qi  <yao@codesourcery.com>
5588
5589         * tracepoint.c (trace_dump_command): GDB emits an error
5590          instead of a warning when a traceframe is not selected.
5591
5592 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
5593             Yao Qi  <yao@codesourcery.com>
5594
5595         * tracepoint.c (tracepoint_list, stepping_list): Remove.
5596         (clear_collection_list): Free fields 'aexpre_list' and 'list'
5597         in collection_list.
5598         (do_clear_collection_list, init_collection_list): New.
5599         (encode_actions): Add local variables 'tracepoint_list' and
5600         'stepping_list'.  Call init_collection_list and make cleanup
5601         which calls do_clear_collection_list.  Don't call
5602         clear_collection_list.
5603         (_initialize_tracepoint): Delete references to
5604         'tracepoint_list' and 'stepping_list'.
5605
5606 2013-06-25  Tom Tromey  <tromey@redhat.com>
5607
5608         * common/create-version.sh (date): Use "$", not "$$" in sed
5609         expression.
5610
5611 2013-06-25  Kevin Buettner  <kevinb@redhat.com>
5612
5613         * NEWS (New targets): Add entry for TI MSP430.
5614
5615 2013-06-25  Yao Qi  <yao@codesourcery.com>
5616
5617         * remote.c (remote_start_remote): Move code to upload tsv
5618         earlier.
5619
5620 2013-06-25  Yao Qi  <yao@codesourcery.com>
5621             Hui Zhu  <hui@codesourcery.com>
5622             Pedro Alves  <palves@redhat.com>
5623
5624         PR breakpoints/15075
5625         PR breakpoints/15434
5626         * breakpoint.c (bpstat_stop_status): Call
5627         b->ops->after_condition_true.
5628         (update_dprintf_command_list): Don't append "continue" command
5629         to the command list of dprintf breakpoint.
5630         (base_breakpoint_after_condition_true): New function.
5631         (base_breakpoint_ops): Add base_breakpoint_after_condition_true.
5632         (dprintf_after_condition_true): New function.
5633         (initialize_breakpoint_ops): Set dprintf_after_condition_true.
5634         * breakpoint.h (breakpoint_ops): Add after_condition_true.
5635
5636 2013-06-24  Kevin Buettner  <kevinb@redhat.com>
5637
5638         * Makefile.in (ALL_TARGET_OBS): Add msp430-tdep.o.
5639         (ALLDEPFILES): Add msp430-tdep.c.
5640         * configure.tgt (msp430*-*-elf): New target.
5641         * msp430-tdep.c: New file.
5642
5643 2013-06-24  Maciej W. Rozycki  <macro@codesourcery.com>
5644
5645         * mips-tdep.c (mips_elf_make_msymbol_special): Handle MIPS16 and
5646         microMIPS synthetic symbols.
5647
5648 2013-06-24  Maciej W. Rozycki  <macro@codesourcery.com>
5649
5650         * objfiles.h (pc_in_section): New prototype.
5651         (in_plt_section): Remove name argument, replace prototype with
5652         static inline function.
5653         * mips-tdep.h: Include "objfiles.h".
5654         (in_mips_stubs_section): New function.
5655         * hppa-tdep.h (gdbarch_tdep): Remove name argument of
5656         in_solib_call_trampoline member.
5657         (hppa_in_solib_call_trampoline): Remove name argument.
5658         * objfiles.c (pc_in_section): New function.
5659         (in_plt_section): Remove function.
5660         * mips-linux-tdep.c: Include "objfiles.h".
5661         (mips_linux_in_dynsym_stub): Call in_mips_stubs_section.  Remove
5662         name argument.  Return 1 rather than the low 16-bit halfword of
5663         any instruction examined.
5664         (mips_linux_in_dynsym_resolve_code): Update
5665         mips_linux_in_dynsym_stub call accordingly.
5666         * mips-tdep.c (mips_stub_frame_sniffer): Use in_mips_stubs_section
5667         rather than an equivalent hand-coded sequence.
5668         * hppa-hpux-tdep.c (in_opd_section): Remove function.
5669         (hppa32_hpux_in_solib_call_trampoline): Remove name argument.
5670         (hppa64_hpux_in_solib_call_trampoline): Likewise.
5671         (hppa64_hpux_find_global_pointer): Use pc_in_section rather than
5672         in_opd_section.
5673         * hppa-tdep.c (hppa_stub_unwind_sniffer): Remove name argument
5674         on call to tdep->in_solib_call_trampoline.
5675         (hppa_in_solib_call_trampoline): Remove name argument, update
5676         according to in_plt_section change.
5677         (hppa_skip_trampoline_code): Update according to in_plt_section
5678         change.
5679         * aarch64-tdep.c (aarch64_stub_unwind_sniffer): Likewise.
5680         * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code):
5681         Likewise.
5682         * arm-tdep.c (arm_stub_unwind_sniffer): Likewise.
5683         * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
5684         * hppabsd-tdep.c (hppabsd_find_global_pointer): Likewise.
5685         * nios2-tdep.c (nios2_stub_frame_sniffer): Likewise.
5686         * nto-tdep.c (nto_relocate_section_addresses): Likewise.
5687         * s390-tdep.c (s390_stub_frame_sniffer): Likewise.
5688         * sh-tdep.c (sh_stub_unwind_sniffer): Likewise.
5689         * solib-dsbt.c (dsbt_in_dynsym_resolve_code): Likewise.
5690         * solib-frv.c (frv_in_dynsym_resolve_code): Likewise.
5691         * solib-svr4.c (svr4_in_dynsym_resolve_code): Likewise.
5692         * solib-target.c (solib_target_in_dynsym_resolve_code): Likewise.
5693         * sparc-tdep.c (sparc_analyze_prologue): Likewise.
5694         * tic6x-tdep.c (tic6x_stub_unwind_sniffer): Likewise.
5695
5696 2013-06-24  Joel Brobecker  <brobecker@adacore.com>
5697
5698         * common/create-version.sh: Fix expansion of $host_alias
5699         and $target_alias in generation of HOST_NAME and TARGET_NAME
5700         (resp.).
5701
5702 2013-06-24  Tom Tromey  <tromey@redhat.com>
5703
5704         * common/create-version.sh: New file.
5705         * Makefile.in (version.c): Use bfd/version.h, common/version.in,
5706         create-version.sh.
5707         (HFILES_NO_SRCDIR): Use common/version.h.
5708         * version.in: Move to ...
5709         * common/version.in: ... here.  Replace date with "DATE".
5710         * version.h: Move to ...
5711         * common/version.h: ... here.
5712
5713 2013-06-21  Joel Brobecker  <brobecker@adacore.com>
5714
5715         * gdb/gnulib/Makefile.in: Update date in copyright header.
5716         * gdb/gnulib/configure.ac: Ditto.
5717         * gdb/gnulib/update-gnulib.sh: Ditto.
5718
5719 2013-06-21  Joel Brobecker  <brobecker@adacore.com>
5720
5721         * copyright.py (EXCLUDE_LIST): Replace "gdb/gnulib" by
5722         "gdb/gnulib/import".
5723
5724 2013-06-21  Will Newton  <will.newton@linaro.org>
5725
5726         * doublest.c (ldfrexp): Remove function.
5727         (convert_doublest_to_floatformat): Call frexpl instead of
5728         ldfrexp.
5729
5730 2013-06-21  Will Newton  <will.newton@linaro.org>
5731
5732         * gnulib/update-gnulib.sh(IMPORTED_GNULIB_MODULES): Add frexpl.
5733         * gnulib/aclocal.m4: Regenerate.
5734         * gnulib/config.in: Regenerate.
5735         * gnulib/configure: Regenerate.
5736         * gnulib/import/Makefile.am: Update.
5737         * gnulib/import/Makefile.in: Update.
5738         * gnulib/import/m4/gnulib-cache.m4: Update.
5739         * gnulib/import/m4/gnulib-comp.m4: Update.
5740         * gnulib/import/float+.h: Import.
5741         * gnulib/import/float.c: Import.
5742         * gnulib/import/float.in.h: Import.
5743         * gnulib/import/fpucw.h: Import.
5744         * gnulib/import/frexp.c: Import.
5745         * gnulib/import/frexpl.c: Import.
5746         * gnulib/import/isnan.c: Import.
5747         * gnulib/import/isnand-nolibm.h: Import.
5748         * gnulib/import/isnand.c: Import.
5749         * gnulib/import/isnanl-nolibm.h: Import.
5750         * gnulib/import/isnanl.c: Import.
5751         * gnulib/import/itold.c: Import.
5752         * gnulib/import/m4/exponentd.m4: Import.
5753         * gnulib/import/m4/exponentl.m4: Import.
5754         * gnulib/import/m4/float_h.m4: Import.
5755         * gnulib/import/m4/fpieee.m4: Import.
5756         * gnulib/import/m4/frexp.m4: Import.
5757         * gnulib/import/m4/frexpl.m4: Import.
5758         * gnulib/import/m4/isnand.m4: Import.
5759         * gnulib/import/m4/isnanl.m4: Import.
5760         * gnulib/import/m4/math_h.m4: Import.
5761         * gnulib/import/math.c: Import.
5762         * gnulib/import/math.in.h: Import.
5763
5764 2013-06-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
5765
5766         * common/linux-btrace.c (cpu_supports_btrace): Remove variable vendor,
5767         replace strcmp with signature_INTEL_ebx, signature_INTEL_ecx and
5768         signature_INTEL_edx comparisons.
5769
5770 2013-06-20  Doug Evans  <dje@google.com>
5771
5772         symtab/15652
5773         * dwarf2read.c (try_open_dwop_file): New arg search_cwd.
5774         All callers updated.
5775         (open_dwp_file): If we can't find the dwp file, search the basename
5776         in debug-file-directory.
5777
5778         * dwarf2read.c (struct dwp_file): Fix comment.
5779         (open_and_init_dwp_file): Set dwp_file->name to bfd's file name.
5780
5781         * source.c (openp): Document OPF_TRY_CWD_FIRST+OPF_SEARCH_IN_PATH
5782         better.
5783
5784 2013-06-20  Yao Qi  <yao@codesourcery.com>
5785
5786         * breakpoint.c (create_breakpoint): Fix code indentation.
5787
5788 2013-06-20  Yao Qi  <yao@codesourcery.com>
5789
5790         * breakpoint.c (create_breakpoints_sal_default): Remove
5791         parameter 'lsal'.  Update declaration.
5792         (bkpt_create_breakpoints_sal): Caller update.
5793         (tracepoint_create_breakpoints_sal): Likewise.
5794
5795 2013-06-20  Pedro Alves  <pedro@codesourcery.com>
5796             Yao Qi  <yao@codesourcery.com>
5797
5798         * NEWS: Mention the new option '--skip-unavailable' of command
5799         -data-list-register-values.
5800         * mi/mi-main.c (mi_cmd_data_list_register_values): Accept the
5801         --skip-unavailable option.  Adjust to use output_register.
5802         (output_register): Add new 'skip_unavailable' parameter.
5803         Handle it.
5804
5805 2013-06-19  Mike Frysinger  <vapier@gentoo.org>
5806
5807         * Makefile.in (HFILES_NO_SRCDIR): Add common/i386-cpuid.h and
5808         common/i386-gcc-cpuid.h.
5809         * common/i386-cpuid.h: New wrapper header around i386-gcc-cpuid.h.
5810         * common/i386-gcc-cpuid.h: Rename from testsuite/gdb.arch/i386-cpuid.h.
5811         Copy the latest version from upstream gcc.
5812         * common/linux-btrace.c: Include i386-cpuid.h.
5813         (intel_supports_btrace): Delete x86 ifdefs and replace inline asm with
5814         call to i386_cpuid.
5815         (cpu_supports_btrace): Likewise.
5816         * go32-nat.c: Include i386-cpuid.h.
5817         (go32_sysinfo): Add (disabled) calls to i386_cpuid with comments.
5818
5819 2013-06-19  Doug Evans  <dje@google.com>
5820
5821         * symfile.c (symfile_bfd_open): Delete unnecessary declaration.
5822         (get_section_index): Ditto.
5823
5824 2013-06-19  Tom Tromey  <tromey@redhat.com>
5825
5826         * breakpoint.c (_initialize_breakpoint): Remove trailing \n from
5827         "dprintf" help.
5828
5829 2013-06-18  Doug Evans  <dje@google.com>
5830
5831         * dwarf2read.c (dw2_symtab_iter_next): Check value of cu_index
5832         before using it.
5833         (dw2_expand_symtabs_matching): Fix symbol kind validity check.
5834         Move test of cu_index closer to use.  Print complaint if cu_index
5835         is bad.
5836
5837 2013-06-18  Joel Brobecker  <brobecker@adacore.com>
5838
5839         * machoread.c (oso_vector): Delete this global.
5840         (macho_register_oso): Add new parameter "oso_vector_ptr".
5841         Use it instead of the "oso_vector" global.
5842         (macho_symtab_read, macho_symfile_read_all_oso): Likewise.
5843         (macho_symfile_read): Use a local oso_vector, to be free'ed
5844         at the end of this function, in place of the old "oso_vector"
5845         global.  Update various function calls accordingly.  Use one
5846         single cleanup chain for the entire function.
5847
5848 2013-06-18  Joel Brobecker  <brobecker@adacore.com>
5849
5850         * dwarf2read.c (dwarf2_per_objfile_free): Replace uses of
5851         DWARF2_PER_OBJFILE by uses of DATA instead.
5852
5853 2013-06-18  Tom Tromey  <tromey@redhat.com>
5854
5855         * break-catch-sig.c (signal_catchpoint_explains_signal): Add 'sig'
5856         argument.
5857         * breakpoint.c (bpstat_explains_signal): Add 'sig' argument.
5858         Special case signals other than GDB_SIGNAL_TRAP.
5859         (explains_signal_watchpoint): New function.
5860         (base_breakpoint_explains_signal): Add 'sig' argument.
5861         (initialize_breakpoint_ops): Set 'explains_signal' method for
5862         watchpoints.
5863         * breakpoint.h (struct breakpoint_ops) <explains_signal>: Add
5864         signal argument.
5865         (bpstat_explains_signal): Likewise.
5866         * infrun.c (handle_syscall_event, handle_inferior_event): Update.
5867
5868 2013-06-18  Tom Tromey  <tromey@redhat.com>
5869
5870         * python/py-inferior.c (gdbpy_selected_inferior): Don't incref.
5871
5872 2013-06-18  Tom Tromey  <tromey@redhat.com>
5873
5874         * python/python.c (finish_python_initialization): Decref
5875         'pythondir' on failure path as well.
5876
5877 2013-06-18  Tom Tromey  <tromey@redhat.com>
5878
5879         PR symtab/15391:
5880         * dwarf2loc.c (read_pieced_value): Truncate this_size_bits
5881         after taking bits_to_skip into account.  Sign extend byte_offset.
5882         * utils.h (gdb_sign_extend): Declare.
5883         * utils.c (gdb_sign_extend): New function.
5884
5885 2013-06-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
5886
5887         * dwarf2read.c (write_psymtabs_to_index): Ignore NULL PSYMTAB.
5888
5889 2013-06-17  Pierre Muller  <muller@sourceware.org>
5890
5891         * corelow.c (core_open): Print GDB signal name instead of target
5892         signal number.
5893
5894 2013-06-17  Mike Frysinger  <vapier@gentoo.org>
5895
5896         * .gitignore: Add /gcore.
5897
5898 2013-06-13  Doug Evans  <dje@google.com>
5899
5900         * dwarf2read.c (try_open_dwop_file): Work around behaviour of
5901         OPF_TRY_CWD_FIRST to not search path if the file contains a '/'.
5902
5903 2013-06-12  Phil Muldoon  <pmuldoon@redhat.com>
5904
5905         * stack.c (backtrace_command_1): Fix indentation.
5906
5907 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
5908
5909         * window-nat.c (thread_rec): Add missing empty line after
5910         local variable declaration.
5911
5912 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
5913
5914         * windows-nat.c (thread_rec): Revert format used to print
5915         error code returned by SuspendThread from %d back to %u.
5916
5917 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
5918
5919         * windows-nat.c (windows_continue): Add "0x" prefix for thread
5920         ID in debug trace.
5921         (get_windows_debug_event): Likewise, for all debug traces.
5922
5923 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
5924
5925         * window-nat.c (thread_rec): Add thread ID in SuspendThread
5926         warning message.
5927
5928 2013-06-08  Pedro Alves  <pedro@codesourcery.com>
5929             Yao Qi  <yao@codesourcery.com>
5930
5931         * mi/mi-main.c (get_register): Remove declaration.
5932         (output_register): Declare.
5933         (mi_cmd_data_list_register_values): Remove local variable
5934         'tuple_cleanup'.  Move some code into output_register.
5935         (get_register): Renamed to ...
5936         (output_register): ... this.  Output the register's
5937         "number" ui_out tuple here.
5938
5939 2013-06-07  Pedro Alves  <palves@redhat.com>
5940
5941         * darwin-nat.c: Fix formating in copyright header.
5942         * darwin-nat.h: Likewise.
5943         * gnu-nat.c: Likewise.
5944         * machoread.c: Likewise.
5945
5946 2013-06-07  Pedro Alves  <palves@redhat.com>
5947
5948         PR server/14823
5949         * regformats/regdat.sh: Output #include tdesc.h.  Make globals
5950         static.  Output a global target description pointer.
5951         (init_registers_${name}): Adjust to initialize a
5952         target description structure.
5953
5954 2013-06-07  Will Newton  <will.newton@linaro.org>
5955
5956         * printcmd.c (build_address_symbolic): Call
5957         gdbarch_addr_bits_remove for text minimal symbols.
5958
5959 2013-06-07  Will Newton  <will.newton@linaro.org>
5960
5961         * MAINTAINERS: Add myself to Write After Approval.
5962
5963 2013-06-07  Yao Qi  <yao@codesourcery.com>
5964
5965         * tracepoint.c (start_tracing): Move code to ...
5966         (trace_reset_local_state): ... here.  New.
5967         (disconnect_tracing): Don't call set_current_traceframe,
5968         set_tracepoint_num, and set_traceframe_context. Call
5969         trace_reset_local_state instead.
5970         (tfile_close): Call trace_reset_local_state.
5971         * ctf.c (ctf_close): Likewise.
5972         * remote.c (remote_close): Likewise.
5973         * tracepoint.h (trace_reset_local_state): Declare.
5974
5975 2013-06-06  Doug Evans  <dje@google.com>
5976
5977         * dwarf2read.c: Whitespace fixes for DWP file format documentation,
5978         and fix header docs.
5979
5980 2013-06-05  Doug Evans  <dje@google.com>
5981             Keith Seitz  <keiths@redhat.com>
5982
5983         PR 15519
5984         * cp-namespace.c (find_symbol_in_baseclass): Call
5985         cp_lookup_symbol_in_namespace instead of cp_lookup_symbol_namespace.
5986         Check result of call to lookup_symbol_static.
5987         Call lookup_static_symbol_aux unconditionally.
5988         Call check_typedef on base types before accessing them.
5989         (cp_lookup_nested_symbol): Fix comment.
5990
5991 2013-06-05  Luis Machado  <lgustavo@codesourcery.com>
5992
5993         * gnu-v3-abi.c (gnuv3_skip_trampoline): Handle thunk
5994         minimal symbols pointing to function descriptors.
5995
5996 2013-06-05  Tom Tromey  <tromey@redhat.com>
5997
5998         * python/py-utils.c (gdb_pymodule_addobject): Cast away const.
5999
6000 2013-06-04  Sergio Durigan Junior  <sergiodj@redhat.com>
6001             Pedro Alves  <palves@redhat.com>
6002
6003         * remote.c (remote_wait_as): Restore signal handler before returning
6004         when GDB gets a notification.
6005
6006 2013-06-04  Gary Benson  <gbenson@redhat.com>
6007
6008         PR 2328
6009         * breakpoint.h (handle_solib_event): Moved function declaration
6010         to solib.h.
6011         * breakpoint.c (handle_solib_event): Moved function to solib.c.
6012         (bpstat_stop_status): Pass new argument to handle_solib_event.
6013         * solib.h (update_solib_breakpoints): New function declaration.
6014         (handle_solib_event): Moved function declaration from
6015         breakpoint.h.
6016         * solib.c (update_solib_breakpoints): New function.
6017         (handle_solib_event): Moved function from breakpoint.c.
6018         Updated to call solib_ops->handle_event if not NULL.
6019         * solist.h (target_so_ops): New fields "update_breakpoints" and
6020         "handle_event".
6021         * infrun.c (set_stop_on_solib_events): New function.
6022         (_initialize_infrun): Use the above for "set
6023         stop-on-solib-events".
6024         (handle_inferior_event): Pass new argument to handle_solib_event.
6025         * solib-svr4.c (probe.h): New include.
6026         (svr4_free_library_list): New forward declaration.
6027         (probe_action): New enum.
6028         (probe_info): New struct.
6029         (probe_info): New static variable.
6030         (NUM_PROBES): New definition.
6031         (svr4_info): New fields "using_xfer", "probes_table" and
6032         "solib_list".
6033         (free_probes_table): New function.
6034         (free_solib_list): New function.
6035         (svr4_pspace_data_cleanup): Free probes table and solib list.
6036         (svr4_copy_library_list): New function.
6037         (svr4_current_sos_via_xfer_libraries): New parameter "annex".
6038         (svr4_read_so_list): New parameter "prev_lm".
6039         (svr4_current_sos_direct): Renamed from "svr4_current_sos".
6040         (svr4_current_sos): New function.
6041         (probe_and_action): New struct.
6042         (hash_probe_and_action): New function.
6043         (equal_probe_and_action): Likewise.
6044         (register_solib_event_probe): Likewise.
6045         (solib_event_probe_at): Likewise.
6046         (solib_event_probe_action): Likewise.
6047         (solist_update_full): Likewise.
6048         (solist_update_incremental): Likewise.
6049         (disable_probes_interface_cleanup): Likewise.
6050         (svr4_handle_solib_event): Likewise.
6051         (svr4_update_solib_event_breakpoint): Likewise.
6052         (svr4_update_solib_event_breakpoints): Likewise.
6053         (svr4_create_solib_event_breakpoints): Likewise.
6054         (enable_break): Free probes table before creating breakpoints.
6055         Use svr4_create_solib_event_breakpoints to create breakpoints.
6056         (svr4_solib_create_inferior_hook): Free the solib list.
6057         (_initialize_svr4_solib): Initialise
6058         svr4_so_ops.handle_solib_event and svr4_so_ops.update_breakpoints.
6059
6060 2013-06-04  Gary Benson  <gbenson@redhat.com>
6061
6062         * target.h (target_ops): New field
6063         "to_augmented_libraries_svr4_read".
6064         (target_augmented_libraries_svr4_read): New macro.
6065         * target.c (update_current_target): Handle
6066         to_augmented_libraries_svr4_read.
6067         * remote.c (remote_state): New field
6068         "augmented_libraries_svr4_read".
6069         (remote_augmented_libraries_svr4_read_feature): New function.
6070         (remote_protocol_features): Add entry for
6071         "augmented-libraries-svr4-read".
6072         (remote_augmented_libraries_svr4_read): New function.
6073         (init_remote_ops): Initialize
6074         remote_ops.to_augmented_libraries_svr4_read.
6075
6076 2013-06-04  Gary Benson  <gbenson@redhat.com>
6077
6078         * NEWS: Update.
6079
6080 2013-06-04  Gary Benson  <gbenson@redhat.com>
6081
6082         * objfiles.h (inhibit_section_map_updates): New function
6083         declaration.
6084         (resume_section_map_updates): Likewise.
6085         (resume_section_map_updates_cleanup): Likewise.
6086         * objfiles.c (objfile_pspace_info): Removed field
6087         "objfiles_changed_p".  New fields "new_objfiles_available",
6088         "section_map_dirty" and "inhibit_updates".
6089         (allocate_objfile): Set new_objfiles_available.
6090         (free_objfile): Set section_map_dirty.
6091         (objfile_relocate1): Likewise.
6092         (in_plt_section): Likewise.
6093         (find_pc_section): Update the conditions under which the
6094         section map will be updated.
6095         (inhibit_section_map_updates): New function.
6096         (resume_section_map_updates): Likewise.
6097         (resume_section_map_updates_cleanup): Likewise.
6098
6099 2013-06-04  Gary Benson  <gbenson@redhat.com>
6100
6101         * probe.h (get_probe_argument_count): New declaration.
6102         (evaluate_probe_argument): Likewise.
6103         * probe.c (get_probe_argument_count): New function.
6104         (evaluate_probe_argument): Likewise.
6105         (probe_safe_evaluate_at_pc): Use the above new functions.
6106
6107 2013-06-04  Alan Modra  <amodra@gmail.com>
6108
6109         * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
6110         * rs6000-tdep.c (read_insn): Add frame param, don't assume big-endian.
6111         (ppc_insns_match_pattern): Add frame param.  Avoid multiple
6112         target mem reads on optional insns.
6113         * ppc-linux-tdep.c (ppc_skip_trampoline_code): Update
6114         ppc_insns_match_pattern calls.
6115         * ppc64-tdep.c (ppc64_standard_linkage2, ppc64_standard_linkage3):
6116         Add match for power7 thread safety insns, and new order of
6117         std 2,40(1) insn.  Correct code shown for _dl_runtime_resolve
6118         invocation in comment, and update rest of comment.
6119         (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN,
6120         PPC64_STANDARD_LINKAGE3_LEN): Delete.
6121         (ppc64_standard_linkage2_target): Update insn offsets.
6122         (ppc64_skip_trampoline_code): Use a single insn buffer.  Match newer
6123         stubs first.  Update calls.
6124
6125 2013-06-04  Yao Qi  <yao@codesourcery.com>
6126
6127         * solib.c (solib_find): Don't need dir separator if path has
6128         drive spec.
6129
6130 2013-06-03  Joel Brobecker  <brobecker@adacore.com>
6131
6132         Revert (indirectly causes a SIGSEGV):
6133         * machoread.c (macho_symfile_read): Assign first cleanup to
6134         'back_to'.
6135
6136 2013-06-03  Yao Qi  <yao@codesourcery.com>
6137
6138         * mi/mi-cmd-var.c (mi_no_values, mi_simple_values): Move to
6139         mi-parse.c.  Make them static.
6140         (mi_all_values): Likewise.
6141         (mi_parse_values_option): Move to mi-parse.c.  Rename it to
6142         mi_parse_print_values.  Make it external.
6143         * mi/mi-cmds.h (mi_no_values, mi_simple_values, mi_all_values):
6144         Remove the declarations.
6145         * mi/mi-parse.c (mi_parse_print_values): Moved from mi-cmd-var.c.
6146         * mi/mi-parse.h (mi_parse_print_values): Declare.
6147         * mi/mi-cmd-stack.c: Include mi-parse.h.
6148         (parse_print_values): Remove
6149         (mi_cmd_stack_list_locals): Call mi_parse_print_values instead
6150         of parse_print_values.
6151         (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Likewise.
6152
6153 2013-05-31  Pedro Alves  <pedro@codesourcery.com>
6154             Yao Qi  <yao@codesourcery.com>
6155
6156         * tracepoint.c (all_tracepoint_actions_and_cleanup): Declare.
6157         (encode_actions): Move code to ...
6158         (all_tracepoint_actions_and_cleanup): ... here.  New.
6159         (trace_dump_command): Likewise.
6160
6161 2013-05-30  Tom Tromey  <tromey@redhat.com>
6162
6163         * symmisc.c (maintenance_expand_symtabs): Call do_cleanups.
6164
6165 2013-05-30  Tom Tromey  <tromey@redhat.com>
6166
6167         * xml-support.c (gdb_xml_create_parser_and_cleanup): Rename from
6168         gdb_xml_create_parser_and_cleanup_1.  Return a cleanup.  Remove
6169         'old_chain' argument.  Add 'parser_result' argument.
6170         (gdb_xml_create_parser_and_cleanup): Remove old version.
6171         (gdb_xml_parse_quick): Update.
6172         (xml_process_xincludes): Update.
6173         * xml-support.h (gdb_xml_create_parser_and_cleanup): Don't
6174         declare.
6175
6176 2013-05-30  Tom Tromey  <tromey@redhat.com>
6177
6178         * probe.c (collect_probes): Check arguments for NULL before
6179         calling compile_rx_or_error.
6180         * utils.c (compile_rx_or_error): Require 'rx' to be non-NULL.
6181         Remove NULL return.
6182
6183 2013-05-30  Tom Tromey  <tromey@redhat.com>
6184
6185         * infrun.c (adjust_pc_after_break): Introduce an outer null
6186         cleanup.
6187
6188 2013-05-30  Tom Tromey  <tromey@redhat.com>
6189
6190         * mi/mi-cmd-var.c (varobj_update_one): Add an outer null cleanup.
6191
6192 2013-05-30  Tom Tromey  <tromey@redhat.com>
6193
6194         * cli/cli-script.c (read_command_lines_1): Use a null cleanup
6195         for 'old_chain'.  Do not check 'head' before processing
6196         cleanups.
6197
6198 2013-05-30  Tom Tromey  <tromey@redhat.com>
6199
6200         * mi/mi-cmd-stack.c (list_arg_or_local): Remove
6201         "cleanup_tuple".
6202
6203 2013-05-30  Tom Tromey  <tromey@redhat.com>
6204
6205         * dbxread.c (dbx_read_symtab): Declare 'back_to' in a more
6206         inner scope.  Unconditionally call do_cleanups.
6207
6208 2013-05-30  Tom Tromey  <tromey@redhat.com>
6209
6210         * source.c (find_and_open_source): Call do_cleanups.
6211
6212 2013-05-30  Tom Tromey  <tromey@redhat.com>
6213
6214         * linux-thread-db.c (thread_db_load_search): Unconditionally
6215         call do_cleanups.
6216
6217 2013-05-30  Tom Tromey  <tromey@redhat.com>
6218
6219         * solib-aix.c (solib_aix_bfd_open): Don't use a null cleanup
6220         for 'cleanup'; instead use a later one.
6221
6222 2013-05-30  Tom Tromey  <tromey@redhat.com>
6223
6224         * python/py-breakpoint.c (bppy_get_commands): Use
6225         explicit, unconditional return.
6226         * python/py-frame.c (frapy_read_var): Likewise.
6227         * python/python.c (gdbpy_decode_line): Likewise.
6228
6229 2013-05-30  Tom Tromey  <tromey@redhat.com>
6230
6231         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Call
6232         do_cleanups on all return paths.
6233
6234 2013-05-30  Tom Tromey  <tromey@redhat.com>
6235
6236         * top.c (execute_command): Discard 'cleanup_if_error' cleanups.
6237
6238 2013-05-30  Tom Tromey  <tromey@redhat.com>
6239
6240         * stabsread.c (read_struct_type): Call do_cleanups along
6241         all return paths.
6242
6243 2013-05-30  Maciej W. Rozycki  <macro@codesourcery.com>
6244
6245         * mips-linux-tdep.c: Adjust formatting throughout.
6246
6247 2013-05-30  Tom Tromey  <tromey@redhat.com>
6248
6249         * mipsread.c (read_alphacoff_dynamic_symtab): Call do_cleanups
6250         along all return paths.
6251
6252 2013-05-30  Tom Tromey  <tromey@redhat.com>
6253
6254         * symfile.c (find_separate_debug_file): Call do_cleanups
6255         along all return paths.
6256
6257 2013-05-30  Tom Tromey  <tromey@redhat.com>
6258
6259         * symtab.c (search_symbols): Introduce a null cleanup for
6260         'retval_chain'.
6261
6262 2013-05-30  Tom Tromey  <tromey@redhat.com>
6263
6264         * python/py-value.c (valpy_binop): Call do_cleanups before
6265         exiting loop.
6266
6267 2013-05-30  Tom Tromey  <tromey@redhat.com>
6268
6269         * python/py-prettyprint.c (print_children): Remove extra
6270         do_cleanups call.
6271
6272 2013-05-30  Tom Tromey  <tromey@redhat.com>
6273
6274         * python/py-frame.c (frapy_read_var): Call do_cleanups along
6275         all return paths.
6276
6277 2013-05-30  Tom Tromey  <tromey@redhat.com>
6278
6279         * python/py-breakpoint.c (bppy_get_commands): Call do_cleanups
6280         along all return paths.
6281
6282 2013-05-30  Tom Tromey  <tromey@redhat.com>
6283
6284         * cli/cli-logging.c (set_logging_redirect): Unconditionally
6285         call do_cleanups.
6286
6287 2013-05-30  Tom Tromey  <tromey@redhat.com>
6288
6289         * varobj.c (c_value_of_root): Call do_cleanups along all
6290         return paths.
6291
6292 2013-05-30  Tom Tromey  <tromey@redhat.com>
6293
6294         * tracepoint.c (trace_dump_command): Unconditionally call
6295         do_cleanups.
6296
6297 2013-05-30  Tom Tromey  <tromey@redhat.com>
6298
6299         * breakpoint.c (output_thread_groups, parse_cmd_to_aexpr): Call
6300         do_cleanups earlier.
6301
6302 2013-05-30  Tom Tromey  <tromey@redhat.com>
6303
6304         * machoread.c (macho_symfile_read): Assign first cleanup to
6305         'back_to'.
6306
6307 2013-05-30  Tom Tromey  <tromey@redhat.com>
6308
6309         * m32r-rom.c (m32r_load): Call do_cleanups at all returns.
6310
6311 2013-05-30  Tom Tromey  <tromey@redhat.com>
6312
6313         * mi/mi-main.c (list_available_thread_groups): Call do_cleanups.
6314
6315 2013-05-30  Tom Tromey  <tromey@redhat.com>
6316
6317         * inf-ptrace.c (inf_ptrace_create_inferior): Unconditionally
6318         call discard_cleanups.
6319         (inf_ptrace_attach): Likewise.
6320
6321 2013-05-30  Tom Tromey  <tromey@redhat.com>
6322
6323         * remote-mips.c (mips_exit_debug): Call do_cleanups on all
6324         return paths.
6325         (mips_initialize): Likewise.
6326         (common_open): Call do_cleanups.
6327
6328 2013-05-30  Tom Tromey  <tromey@redhat.com>
6329
6330         * utils.c (internal_vproblem): Call do_cleanups.
6331
6332 2013-05-30  Tom Tromey  <tromey@redhat.com>
6333
6334         * linespec.c (find_linespec_symbols): Don't reassign to 'cleanup'.
6335
6336 2013-05-30  Tom Tromey  <tromey@redhat.com>
6337
6338         * cli/cli-script.c (setup_user_args): Don't return after error.
6339
6340 2013-05-30  Tom Tromey  <tromey@redhat.com>
6341
6342         * somread.c (som_symtab_read): Call do_cleanups.
6343
6344 2013-05-30  Tom Tromey  <tromey@redhat.com>
6345
6346         * printcmd.c (print_command_1): Unconditionally call do_cleanups.
6347
6348 2013-05-30  Tom Tromey  <tromey@redhat.com>
6349
6350         * cli/cli-cmds.c (cd_command, alias_command): Call do_cleanups.
6351         * cli/cli-dump.c (restore_binary_file): Call do_cleanups.
6352         * interps.c (interpreter_exec_cmd): Call do_cleanups.
6353         * source.c (show_substitute_path_command): Call do_cleanups.
6354         (unset_substitute_path_command, set_substitute_path_command):
6355         Likewise.
6356         * symfile.c (load_command): Call do_cleanups.
6357
6358 2013-05-30  Tom Tromey  <tromey@redhat.com>
6359
6360         * contrib/cleanup_check.py: New file.
6361         * contrib/gcc-with-excheck: Add option parsing.
6362
6363 2013-05-30  Joel Brobecker  <brobecker@adacore.com>
6364
6365         * windows-nat.c (windows_delete_thread): Add missing space
6366         in cast expression.
6367
6368 2013-05-30  Hafiz Abid Qadeer  <abidh@codesourcery.com>
6369
6370         * inferior.c (top level): Include tilde.h.
6371         (add_inferior_command): Call tilde_expand on the value of 'exec'
6372         argument.
6373
6374 2013-05-30  Pedro Alves  <pedro@codesourcery.com>
6375             Yao Qi  <yao@codesourcery.com>
6376
6377         * tracepoint.c (encode_actions_1): Remove parameter 't'.
6378         Caller update.
6379         (encode_actions): Likewise.
6380         * remote.c (remote_download_tracepoint): Caller update.
6381         * tracepoint.h (encode_actions): Update declaration.
6382
6383 2013-05-30  Pedro Alves  <palves@redhat.com>
6384
6385         * python/python-internal.h (gdb_Py_DECREF): Cast OP to PyObject
6386         pointer.
6387
6388 2013-05-30  Yao Qi  <yao@codesourcery.com>
6389
6390         * remote.c (remote_check_symbols): Remove unused parameter
6391         'objfile'.
6392         Declaration update.
6393         (remote_start_remote, remote_new_objfile): Caller update.
6394
6395 2013-05-30  Yao Qi  <yao@codesourcery.com>
6396
6397         * mi/mi-cmds.c (mi_cmds): Define MI command
6398         '-exec-arguments' by macro DEF_MI_CMD_CLI_1 instead of
6399         DEF_MI_CMD_CLI.
6400
6401 2013-05-29  Pedro Alves  <palves@redhat.com>
6402
6403         * remote.c (remote_insert_breakpoint, remote_remove_breakpoint)
6404         (remote_insert_watchpoint, remote_remove_watchpoint)
6405         (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
6406         (remote_verify_memory, compare_sections_command)
6407         (remote_search_memory): Set the general process/thread on the
6408         remote side.
6409
6410 2013-05-29  Pedro Alves  <palves@redhat.com>
6411
6412         * aarch64-tdep.c: Don't include "features/aarch64-without-fpu.c".
6413         (_initialize_aarch64_tdep): Don't call
6414         initialize_tdesc_aarch64_without_fpu.
6415         * features/Makefile (WHICH): Remove reference to
6416         aarch64-without-fpu.
6417         * features/aarch64-without-fpu.c: Delete file.
6418         * regformats/aarch64-without-fpu.dat: Delete file.
6419
6420 2013-05-28  Yao Qi  <yao@codesourcery.com>
6421
6422         * tracepoint.c (stringify_collection_list): Remove parameter
6423         'string'.
6424         (encode_actions): Caller update.  Remove local variables.
6425
6426 2013-05-24  Yao Qi  <yao@codesourcery.com>
6427
6428         * tracepoint.c (TFILE_PID): Remove.
6429         (tfile_open): Don't add thread and inferior.
6430         (tfile_close): Don't set 'inferior_ptid'.  Don't call
6431         exit_inferior_silent.
6432         (tfile_thread_alive): Remove.
6433         (init_tfile_ops): Don't set field 'to_thread_alive' of
6434         tfile_ops.
6435
6436 2013-05-23  Doug Evans  <dje@google.com>
6437
6438         * contrib/cc-with-tweaks.sh (-p): Handle no dwo files.
6439
6440 2013-05-23  Pedro Alves  <palves@redhat.com>
6441
6442         * common/filestuff.c [USE_WIN32API]: Define HAVE_SOCKETS.
6443         [HAVE_SYS_SOCKET_H]: Define HAVE_SOCKETS.
6444         (socket_mark_cloexec, gdb_socketpair_cloexec, gdb_socket_cloexec):
6445         Only define if HAVE_SOCKETS is defined.
6446         * configure.ac: Check for sys/socket.h.
6447         * config.in, configure: Regenerate.
6448
6449 2013-05-23  Pedro Alves  <palves@redhat.com>
6450
6451         * dwarf2read.c (create_dwp_hash_table, create_dwo_in_dwp)
6452         (open_and_init_dwp_file): Use %s/pulongest instead of %u for
6453         printing uint32_t variables.
6454
6455 2013-05-23  Pedro Alves  <palves@redhat.com>
6456
6457         * NEWS: Mention GDBserver range stepping support.
6458
6459 2013-05-23  Yao Qi  <yao@codesourcery.com>
6460             Pedro Alves  <palves@redhat.com>
6461
6462         * gdbthread.h (struct thread_control_state) <may_range_step>: New
6463         field.
6464         * infcmd.c (step_once, until_next_command): Enable range stepping.
6465         * infrun.c (displaced_step_prepare): Disable range stepping.
6466         (resume): Disable range stepping if stepping over a breakpoint or
6467         we have software watchpoints.  If range stepping is enabled,
6468         assert the thread is in the stepping range.
6469         (clear_proceed_status_thread): Clear may_range_step.
6470         (handle_inferior_event): Disable range stepping as soon as we know
6471         the thread that hit the event.  Re-enable it whenever we're going
6472         to step with a step range.
6473         * remote.c (struct vCont_action_support) <r>: New field.
6474         (use_range_stepping): New global.
6475         (remote_vcont_probe): Handle 'r' action.
6476         (append_resumption): Append an 'r' action if the thread may range
6477         step.
6478         (show_range_stepping): New function.
6479         (set_range_stepping): New function.
6480         (_initialize_remote): Call add_setshow_boolean_cmd to register the
6481         'set range-stepping' and 'show range-stepping' commands.
6482         * NEWS: Mention range stepping, the new vCont;r action, and the
6483         new "set/show range-stepping" commands.
6484
6485 2013-05-23  Yao Qi  <yao@codesourcery.com>
6486             Pedro Alves  <palves@redhat.com>
6487
6488         * remote.c (struct vCont_action_support): New struct.
6489         (struct remote_state) <support_vCont_t>: Remove field.
6490         <vCont_actions_support>: New field.
6491         (remote_vcont_probe, remote_stop_ns): Update.
6492
6493 2013-05-23  Yao Qi  <yao@codesourcery.com>
6494             Pedro Alves  <palves@redhat.com>
6495
6496         * gdbthread.h (pc_in_thread_step_range): New declaration.
6497         * thread.c (pc_in_thread_step_range): New function.
6498         * infrun.c (handle_inferior_event): Use it.
6499
6500 2013-05-23  Joel Brobecker  <brobecker@adacore.com>
6501
6502         * mi/mi-cmd-break.c (mi_argv_to_format): Use xsnprintf instead
6503         of sprintf.
6504
6505 2013-05-22  Keith Seitz  <keiths@redhat.com>
6506
6507         * ada-lang.c (is_known_support_routine): Add explicit free of
6508         'func_name' from find_frame_funname.
6509         (ada_unhandled_exception_name_addr_from_raise): Add cleanups
6510         for func_name from find_frame_funname.
6511         * python/py-frame.c (frapy_name): Add explicit free of
6512         'name' from find_frame_funname.
6513         * stack.c (find_frame_funname): Add comment explaining that
6514         funcp must be freed by the caller.
6515         Return copy of symbol names instead of pointers.
6516         (print_frame): Add a cleanup for 'funname' from
6517         find_frame_funname.
6518         * stack.h (find_frame_funname): Remove "const" from
6519         'funname' parameter.
6520
6521 2013-05-22  Tom Tromey  <tromey@redhat.com>
6522
6523         PR c++/15401:
6524         * c-valprint.c (c_value_print): Use value_addr for
6525         references.  Convert back to reference type with value_ref.
6526
6527 2013-05-22  Eli Zaretskii  <eliz@gnu.org>
6528
6529         * windows-nat.c (handle_unload_dll): Don't call solib_add for the
6530         unloaded DLL, it will be done by handle_solib_event.  See
6531         http://sourceware.org/ml/gdb-patches/2013-05/msg00713.html for the
6532         details.
6533
6534 2013-05-22  Phil Muldoon  <pmuldoon@redhat.com>
6535
6536         * ui-out.c: Create typedef ui_out_level_p and define vector
6537         operations for that type.
6538         (struct ui_out): Use a vector instead of an array.
6539         (current_level): Return level from a vector.
6540         (push_level): Create a level in a vector.
6541         (pop_level): Delete a level in a vector.
6542         (ui_out_new): Create initial level zero level, and store in a
6543         vector.
6544         (ui_out_destroy): Add vector cleanup.
6545
6546 2013-05-22  Pedro Alves  <palves@redhat.com>
6547
6548         * python/python-internal.h (gdb_Py_DECREF): Tag with
6549         "ARI: editCase function".
6550
6551 2013-05-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
6552
6553         * solib-svr4.c (svr4_free_so): Protect against NULL dereference.
6554
6555 2013-05-21  Pedro Alves  <palves@redhat.com>
6556
6557         * python/py-prettyprint.c (apply_val_pretty_printer): Check
6558         whether PRINTER is NULL before installing a Py_DECREF cleanup.
6559         * python/py-utils.c (py_decref): Don't check for NULL before
6560         calling Py_DECREF.
6561
6562 2013-05-21  Pedro Alves  <palves@redhat.com>
6563
6564         * python/py-utils.c (py_decref): Remove extra braces.
6565         (gdb_pymodule_addobject): Remove extra braces.
6566         * python-internal.h (gdb_Py_DECREF): New static inline function.
6567         (Py_DECREF): Redefine as calling gdb_Py_DECREF.
6568
6569 2013-05-21  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
6570
6571         * breakpoints.c (detach_breakpoints): Do not
6572         detach breakpoints locations with loc_type bp_loc_other.
6573
6574 2013-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
6575
6576         Workaround Python 2.6.
6577         * python/py-utils.c (gdb_pymodule_addobject): Wrap Py_DECREF into
6578         a block.
6579
6580 2013-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
6581
6582         Code cleanup: constification.
6583         * solib.c (solib_ops): Make return type and ops variable type const.
6584         (set_solib_ops): Make the new_ops parameter and ops variable const.
6585         (solib_find, solib_map_sections, clear_so, free_so, update_solib_list)
6586         (solib_add, solib_keep_data_in_core, clear_solib)
6587         (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
6588         (reload_shared_libraries, solib_global_lookup): Make the ops variable
6589         const.
6590         * solib.h (set_solib_ops): Make the new_ops parameter const.
6591
6592 2013-05-21  Joel Brobecker  <brobecker@adacore.com>
6593
6594         * data-directory/Makefile.in (SYSTEM_GDBINIT_SRCDIR): New
6595         variable.
6596         (VPATH): Add SYSTEM_GDBINIT_SRCDIR.
6597         (SYSTEM_GDBINIT_DIR, SYSTEM_GDBINIT_INSTALL_DIR)
6598         (SYSTEM_GDBINIT_FILES): New variables.
6599         (all): Add stamp-system-gdbinit.
6600         (stamp-system-gdbinit): New rule.
6601         (clean-system-gdbinit, install-system-gdbinit)
6602         (uninstall-system-gdbinit): New rules.  Make them .PHONY.
6603         (install-only): Add dependency on install-system-gdbinit.
6604         (uninstall): Add dependency on uninstall-system-gdbinit.
6605         (clean): Add dependency on clean-system-gdbinit.
6606         * system-gdbinit/elinos.py: New file.
6607         * system-gdbinit/wrs-linux.py: New file.
6608
6609 2013-05-21  Joel Brobecker  <brobecker@adacore.com>
6610
6611         * ada-lang.c (old_renaming_is_invisible): Fix cleanup leak.
6612
6613 2013-05-21  Hui Zhu  <hui@codesourcery.com>
6614
6615         * breakpoint.c (dprintf_breakpoint_ops): Remove its static.
6616         * breakpoint.h (dprintf_breakpoint_ops): Add extern.
6617         * mi/mi-cmd-break.c (ctype.h): New include.
6618         (gdb_obstack.h): New include.
6619         (mi_argv_to_format, mi_cmd_break_insert_1): New.
6620         (mi_cmd_break_insert): Call mi_cmd_break_insert_1.
6621         (mi_cmd_dprintf_insert): New.
6622         * mi/mi-cmds.c (mi_cmds): Add "dprintf-insert".
6623         * mi/mi-cmds.h (mi_cmd_dprintf_insert): New extern.
6624
6625 2013-05-20  Tom Tromey  <tromey@redhat.com>
6626
6627         * python/py-prettyprint.c (search_pp_list): Decref 'attr'.
6628
6629 2013-05-20  Tom Tromey  <tromey@redhat.com>
6630
6631         * python/py-value.c (valpy_get_dynamic_type): Simplify
6632         dynamic_type assignment.  Use Py_XINCREF.
6633
6634 2013-05-20  Tom Tromey  <tromey@redhat.com>
6635
6636         * python/py-type.c (typy_fields): Unconditionally decref 'r'.
6637
6638 2013-05-20  Tom Tromey  <tromey@redhat.com>
6639
6640         * python/py-frame.c (frapy_older, frapy_newer, gdbpy_newest_frame)
6641         (gdbpy_selected_frame): Move object-construction code
6642         out of TRY_CATCH.
6643
6644 2013-05-20  Tom Tromey  <tromey@redhat.com>
6645
6646         * python/py-arch.c (gdbpy_initialize_arch): Use
6647         gdb_pymodule_addobject.
6648         * python/py-block.c (gdbpy_initialize_blocks): Use
6649         gdb_pymodule_addobject.
6650         * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Use
6651         gdb_pymodule_addobject.
6652         * python/py-cmd.c (gdbpy_initialize_breakpoints): Use
6653         gdb_pymodule_addobject.
6654         * python/py-event.c (gdbpy_initialize_event_generic): Use
6655         gdb_pymodule_addobject.
6656         * python/py-evtregistry.c (gdbpy_initialize_eventregistry): Use
6657         gdb_pymodule_addobject.
6658         * python/py-evts.c (add_new_registry): Use
6659         gdb_pymodule_addobject.
6660         (gdbpy_initialize_py_events): Likewise.
6661         * python/py-finishbreakpoint.c
6662         (gdbpy_initialize_finishbreakpoints): Use
6663         gdb_pymodule_addobject.
6664         * python/py-frame.c (gdbpy_initialize_frames): Use
6665         gdb_pymodule_addobject.
6666         * python/py-function.c (gdbpy_initialize_functions): Use
6667         gdb_pymodule_addobject.
6668         * python/py-inferior.c (gdbpy_initialize_inferior): Use
6669         gdb_pymodule_addobject.
6670         * python/py-infthread.c (gdbpy_initialize_thread): Use
6671         gdb_pymodule_addobject.
6672         * python/py-objfile.c (gdbpy_initialize_objfile): Use
6673         gdb_pymodule_addobject.
6674         * python/py-param.c (gdbpy_initialize_parameters): Use
6675         gdb_pymodule_addobject.
6676         * python/py-progspace.c (gdbpy_initialize_pspace): Use
6677         gdb_pymodule_addobject.
6678         * python/py-symbol.c (gdbpy_initialize_symbols): Use
6679         gdb_pymodule_addobject.
6680         * python/py-symtab.c (gdbpy_initialize_symtabs): Use
6681         gdb_pymodule_addobject.
6682         * python/py-type.c (gdbpy_initialize_types): Use
6683         gdb_pymodule_addobject.
6684         * python/py-utils.c (gdb_pymodule_addobject): New function.
6685         * python/py-value.c (gdbpy_initialize_values): Use
6686         gdb_pymodule_addobject.
6687         * python/python-internal.h (gdb_pymodule_addobject): Declare.
6688         * python/python.c (_initialize_python): Use
6689         gdb_pymodule_addobject.
6690
6691 2013-05-20  Tom Tromey  <tromey@redhat.com>
6692
6693         * python/py-cmd.c (cmdpy_completer): Use explicit decref.
6694         * python/py-param.c (get_set_value, get_show_value): Use
6695         explicit decrefs.
6696         * python/python.c (start_type_printers, apply_type_printers):
6697         Use explicit decrefs.
6698
6699 2013-05-20  Tom Tromey  <tromey@redhat.com>
6700
6701         * python/py-evts.c (gdbpy_initialize_py_events): Don't
6702         incref the module.
6703
6704 2013-05-20  Tom Tromey  <tromey@redhat.com>
6705
6706         * python/python.c (gdbpy_run_events): Decref the result
6707         of PyObject_CallObject.
6708
6709 2013-05-20  Tom Tromey  <tromey@redhat.com>
6710
6711         * python/py-symtab.c (set_sal): Use
6712         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.  Return -1 on error.
6713         (symtab_and_line_to_sal_object): Update.
6714
6715 2013-05-20  Tom Tromey  <tromey@redhat.com>
6716
6717         * python/py-param.c (compute_enum_values): Decref 'item'.
6718
6719 2013-05-20  Tom Tromey  <tromey@redhat.com>
6720
6721         * mi/mi-main.c: Include python-internal.h.
6722         (mi_cmd_list_features): Check gdb_python_initialized.
6723         * python/py-inferior.c (python_on_normal_stop, python_on_resume)
6724         (python_inferior_exit, python_new_objfile, add_thread_object)
6725         (delete_thread_object, py_free_inferior): Check
6726         gdb_python_initialized.
6727         * python/py-prettyprint.c (apply_val_pretty_printer): Check
6728         gdb_python_initialized.
6729         * python/py-type.c (save_objfile_types): Check
6730         gdb_python_initialized.
6731         * python/python-internal.h (gdb_python_initialized): Declare.
6732         * python/python.c (ensure_python_env): Throw exception if
6733         Python not initialized.
6734         (before_prompt_hook, source_python_script_for_objfile)
6735         (start_type_printers, apply_type_printers,
6736         free_type_printers): Check gdb_python_initialized.
6737         * varobj.c (varobj_get_display_hint)
6738         (dynamic_varobj_has_child_method, update_dynamic_varobj_children)
6739         (install_new_value_visualizer, varobj_set_visualizer)
6740         (value_get_print_value): Check gdb_python_initialized.
6741
6742 2013-05-20  Tom Tromey  <tromey@redhat.com>
6743
6744         * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.
6745         Check errors.
6746         * python/py-auto-load.c (gdbpy_initialize_auto_load): Return 'int'.
6747         * python/py-block.c (gdbpy_initialize_blocks): Return 'int'.
6748         Check errors.
6749         * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Return 'int'.
6750         Check errors.
6751         * python/py-cmd.c (gdbpy_initialize_commands): Return 'int'.
6752         Check errors.
6753         * python/py-event.c (gdbpy_initialize_event): Return 'int'.
6754         Check errors.
6755         * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Change generated
6756         init function to return 'int'.
6757         * python/py-evtregistry.c (gdbpy_initialize_eventregistry):
6758         Return 'int'.  Check errors.
6759         * python/py-evts.c (gdbpy_initialize_py_events): Return 'int'.
6760         Check errors.
6761         * python/py-finishbreakpoint.c (gdbpy_initialize_finishbreakpoints):
6762         Return 'int'.  Check errors.
6763         * python/py-frame.c (gdbpy_initialize_frames): Return 'int'.
6764         Check errors.
6765         * python/py-function.c (gdbpy_initialize_functions): Return 'int'.
6766         Check errors.
6767         * python/py-gdb-readline.c (gdbpy_initialize_gdb_readline):
6768         Check errors.
6769         * python/py-inferior.c (gdbpy_initialize_inferior): Return 'int'.
6770         Check errors.
6771         * python/py-infthread.c (gdbpy_initialize_thread): Return 'int'.
6772         Check errors.
6773         * python/py-lazy-string.c (gdbpy_initialize_lazy_string): Return 'int'.
6774         Check errors.
6775         * python/py-objfile.c (gdbpy_initialize_objfile): Return 'int'.
6776         Check errors.
6777         * python/py-param.c (gdbpy_initialize_parameters): Return 'int'.
6778         Check errors.
6779         * python/py-progspace.c (gdbpy_initialize_pspace): Return 'int'.
6780         Check errors.
6781         * python/py-symbol.c (gdbpy_initialize_symbols): Return 'int'.
6782         Check errors.
6783         * python/py-symtab.c (gdbpy_initialize_symtabs): Return 'int'.
6784         Check errors.
6785         * python/py-type.c (gdbpy_initialize_types): Return 'int'.
6786         Check errors.
6787         * python/py-value.c (gdbpy_initialize_values): Return 'int'.
6788         Check errors.
6789         * python/python-internal.h (gdbpy_initialize_auto_load,
6790         gdbpy_initialize_values, gdbpy_initialize_frames,
6791         gdbpy_initialize_symtabs, gdbpy_initialize_commands,
6792         gdbpy_initialize_symbols, gdbpy_initialize_symtabs,
6793         gdbpy_initialize_blocks, gdbpy_initialize_types,
6794         gdbpy_initialize_functions, gdbpy_initialize_pspace,
6795         gdbpy_initialize_objfile, gdbpy_initialize_breakpoints,
6796         gdbpy_initialize_finishbreakpoints,
6797         gdbpy_initialize_lazy_string, gdbpy_initialize_parameters,
6798         gdbpy_initialize_thread, gdbpy_initialize_inferior,
6799         gdbpy_initialize_eventregistry, gdbpy_initialize_event,
6800         gdbpy_initialize_py_events, gdbpy_initialize_stop_event,
6801         gdbpy_initialize_signal_event,
6802         gdbpy_initialize_breakpoint_event,
6803         gdbpy_initialize_continue_event,
6804         gdbpy_initialize_exited_event, gdbpy_initialize_thread_event,
6805         gdbpy_initialize_new_objfile_event, gdbpy_initialize_arch):
6806         Update.  Use CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
6807         * python/python.c (gdb_python_initialized): New global.
6808         (gdbpy_initialize_events): Return 'int'.  Check errors.
6809         (_initialize_python): Check errors.  Set
6810         gdb_python_initialized.
6811
6812 2013-05-20  Tom Tromey  <tromey@redhat.com>
6813
6814         * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope):
6815         Decref the reslut of PyObject_CallMethod.
6816
6817 2013-05-20  Tom Tromey  <tromey@redhat.com>
6818
6819         * python/py-event.c (gdbpy_initialize_event_generic): Return
6820         early if PyType_Ready fails.
6821
6822 2013-05-20  Tom Tromey  <tromey@redhat.com>
6823
6824         * python/py-type.c (make_fielditem): Add gdb_assert_not_reached
6825         as 'default' in the switch.
6826
6827 2013-05-20  Tom Tromey  <tromey@redhat.com>
6828
6829         * python/py-inferior.c (gdbpy_inferiors): Update.  Hoist
6830         get_addr_from_python calls out of TRY_CATCH.
6831         (infpy_write_memory, infpy_search_memory): Likewise.
6832         * python/py-utils.c (get_addr_from_python): Return negative
6833         value on error.  Use TRY_CATCH.
6834         * python/python-internal.h (get_addr_from_python): Use
6835         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
6836
6837 2013-05-20  Tom Tromey  <tromey@redhat.com>
6838
6839         * python/py-event.c (evpy_emit_event): Decref the
6840         result of PyObject_CallFunctionObjArgs.
6841
6842 2013-05-20  Tom Tromey  <tromey@redhat.com>
6843
6844         * python/py-cmd.c (cmdpy_completer): Use iterator protocol.
6845         Correctly decref.
6846
6847 2013-05-20  Tom Tromey  <tromey@redhat.com>
6848
6849         * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'.
6850
6851 2013-05-20  Tom Tromey  <tromey@redhat.com>
6852
6853         * python/py-event.h (gdbpy_initialize_event_generic): Use
6854         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
6855         * python/py-evts.c (add_new_registry): Use
6856         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
6857         * python/python-internal.h
6858         (CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION): New macro.
6859
6860 2013-05-20  Tom Tromey  <tromey@redhat.com>
6861
6862         * python/py-arch.c (archpy_disassemble): Update.
6863         * python/py-type.c (typy_get_composite, typy_lookup_typename)
6864         (typy_lookup_type): Use GDB_PY_HANDLE_EXCEPTION.
6865         * python/py-utils.c (gdbpy_convert_exception): Return 'void'.
6866         * python/python-internal.h (CPYCHECKER_SETS_EXCEPTION): New
6867         macro.
6868         (GDB_PY_HANDLE_EXCEPTION): Update.
6869         (gdbpy_convert_exception): Update.  Use CPYCHECKER_SETS_EXCEPTION.
6870
6871 2013-05-20  Tom Tromey  <tromey@redhat.com>
6872
6873         * python/python-internal.h (events_object_type): Remove.
6874
6875 2013-05-20  Tom Tromey  <tromey@redhat.com>
6876
6877         * python/py-event.h (evpy_emit_event): Use
6878         CPYCHECKER_STEALS_REFERENCE_TO_ARG.
6879         * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
6880         New macro.
6881
6882 2013-05-20  Tom Tromey  <tromey@redhat.com>
6883
6884         * py-evtregistry.c (create_event_object): Decref
6885         eventregistry_object if PyList_New fails.
6886
6887 2013-05-20  Tom Tromey  <tromey@redhat.com>
6888
6889         * py-cmd.c (gdbpy_string_to_argv): Check result of
6890         PyList_New.
6891
6892 2013-05-20  Tom Tromey  <tromey@redhat.com>
6893
6894         * python/python.c (before_prompt_hook): Add cleanup to
6895         decref 'hook'.
6896
6897 2013-05-20  Tom Tromey  <tromey@redhat.com>
6898
6899         * python/py-function.c (fnpy_init): Decref result of
6900         PyObject_GetAttrString.
6901
6902 2013-05-20  Tom Tromey  <tromey@redhat.com>
6903
6904         * python/py-threadevent.c (get_event_thread): Use
6905         CPYCHECKER_RETURNS_BORROWED_REF.
6906         * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
6907         New define.
6908         (pspace_to_pspace_object, objfile_to_objfile_object)
6909         (find_thread_object): Use it.
6910
6911 2013-05-20  Tom Tromey  <tromey@redhat.com>
6912
6913         * python/py-arch.c (arch_object_type): Use
6914         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6915         * python/py-block.c (block_syms_iterator_object_type):
6916         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6917         * python/py-bpevent.c (breakpoint_event_object_type):
6918         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6919         * python/py-cmd.c (cmdpy_object_type): Use
6920         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6921         * python/py-continueevent.c (continue_event_object_type):
6922         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6923         * python/py-event.h (GDBPY_NEW_EVENT_TYPE):
6924         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6925         * python/py-events.h (thread_event_object_type):
6926         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6927         * python/py-evtregistry.c (eventregistry_object_type): Use
6928         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6929         * python/py-exitedevent.c (exited_event_object_type):
6930         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6931         * python/py-finishbreakpoint.c (finish_breakpoint_object_type):
6932         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6933         * python/py-function.c (fnpy_object_type): Use
6934         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6935         * python/py-inferior.c (inferior_object_type, membuf_object_type):
6936         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6937         * python/py-infthread.c (thread_object_type): Use
6938         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6939         * python/py-lazy-string.c (lazy_string_object_type):
6940         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6941         * python/py-newobjfileevent.c (new_objfile_event_object_type):
6942         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6943         * python/py-objfile.c (objfile_object_type): Use
6944         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6945         * python/py-param.c (parmpy_object_type):
6946         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6947         * python/py-progspace.c (pspace_object_type):
6948         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6949         * python/py-signalevent.c (signal_event_object_type):
6950         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6951         * python/py-symtab.c (symtab_object_type, sal_object_type): Use
6952         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6953         * python/py-type.c (type_object_type, field_object_type)
6954         (type_iterator_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6955         * python/py-internal.h (CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF): New
6956         define.
6957         (value_object_type, block_object_type, symbol_object_type)
6958         (event_object_type, stop_event_object_type, breakpoint_object_type)
6959         (frame_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6960
6961 2013-05-20  Andreas Tobler  <andreas@fgznet.ch>
6962
6963         * Makefile.in (ALL_TARGET_OBS): Add ppcfbsd-tdep.o.
6964         (ALLDEPFILES): Add ppcfbsd-nat.c and ppcfbsd-tdep.c.
6965
6966 2013-05-20  Doug Evans  <dje@google.com>
6967
6968         When reading CU, stay in DWO.  Be more tolerent of bad debug info.
6969         For Fission.
6970         * dwarf2read.c (struct dwarf2_per_cu_data): New member
6971         reading_dwo_directly.
6972         (struct signatured_type): New member dwo_unit.
6973         (struct die_reader_specs): New member comp_dir.
6974         (create_signatured_type_table_from_index): Use malloc for
6975         all_type_units instead of objfile's obstack.
6976         (create_all_type_units): Ditto.
6977         (fill_in_sig_entry_from_dwo_entry): New function.
6978         (add_type_unit): New function.
6979         (lookup_dwo_signatured_type): New function.
6980         (lookup_dwp_signatured_type): New function.
6981         (lookup_signatured_type): New arg cu.  All callers updated.
6982         (init_cu_die_reader): Initialize comp_dir.
6983         (read_cutu_die_from_dwo): New arg stub_comp_dir.  All callers updated.
6984         Change assert of matching type signatures to call error on mismatch.
6985         (lookup_dwo_unit): Add assert.
6986         (init_tu_and_read_dwo_dies): New function.
6987         (init_cutu_and_read_dies): Call it.
6988         (build_type_unit_groups): Handle case of no type unit groups created.
6989         (hash_dwo_file, eq_dwo_file): Handle missing comp_dir.
6990         (lookup_dwo_cutu): Tweak complaint.
6991         (dwarf2_free_abbrev_table): Check for NULL abbrev_table.
6992         (dwarf2_per_objfile_free): Free all_type_units.
6993
6994 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
6995
6996         * windows-nat.c (handle_unload_dll): Add missing empty line.
6997
6998 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
6999
7000         * dwarf2read.c (prototyped_function_p): New function.
7001         (read_subroutine_type): Use it.
7002
7003 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
7004
7005         * rs6000-aix-tdep.c: De-indent some example code provided
7006         as a comment.
7007
7008 2013-05-17  Edjunior Machado  <emachado@linux.vnet.ibm.com>
7009
7010         * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Check if the
7011         region is ok for a hardware watchpoint using the new ptrace interface
7012         on Power servers.
7013
7014 2013-05-17  Doug Evans  <dje@google.com>
7015
7016         * NEWS: Mention new maintenance commands check-symtabs, and
7017         expand-symtabs, and renamed check-psymtabs.
7018         * psymtab.c (maintenance_check_psymtabs): Renamed from
7019         maintenance_check_symtabs.  Only process already-expanded symbol
7020         tables.
7021         (_initialize_psymtab): Update.
7022         * symmisc.c (maintenance_check_symtabs): New function.
7023         (maintenance_expand_name_matcher): New function
7024         (maintenance_expand_file_matcher): New function
7025         (maintenance_expand_symtabs): New function.
7026         (_initialize_symmisc): Add "mt check-symtabs" and "mt expand-symtabs"
7027         commands.
7028
7029 2013-05-17  Tom Tromey  <tromey@redhat.com>
7030
7031         * python/py-inferior.c (infpy_read_memory): Don't call
7032         PyErr_SetString if PyObject_New fails.
7033         * python/py-frame.c (frame_info_to_frame_object): Don't call
7034         PyErr_SetString if PyObject_New fails.
7035
7036 2013-05-17  Pavel Chupin  <pavel.v.chupin@intel.com>
7037
7038         * acinclude.m4: Add check for dlopen in libdl.
7039         * configure.ac: Ditto.
7040         * configure: Regenerate.
7041
7042 2013-05-17  Phil Muldoon  <pmuldoon@redhat.com>
7043
7044         * frame.c (frame_stash): Convert to htab.
7045         (frame_addr_hash): New function.
7046         (frame_addr_hash_eq): New function.
7047         (frame_stash_create): Convert function to create
7048         a hash table.
7049         (frame_stash_add): Convert function to add an entry to a hash
7050         table.
7051         (frame_stash_find): Convert function to search the hash table.
7052         (frame_stash_invalidate): Convert function to empty the hash
7053         table.
7054         (get_frame_id): Only add to stash if a frame_id is created.
7055         (_initialize_frame): Call frame_stash_create.
7056
7057 2013-05-16  Yue Lu  <hacklu.newborn@gmail.com>  (tiny change)
7058
7059         * configure.ac: Ensure MIG is available when building for GNU Hurd
7060         hosts.
7061         * configure: Regenerate.
7062
7063 2013-05-16  Joel Brobecker  <brobecker@adacore.com>
7064
7065         * dwarf2read.c (set_cu_language): Add DW_LANG_UPC handling.
7066
7067 2013-05-16  Joel Brobecker  <brobecker@adacore.com>
7068
7069         * ada-lang.c (ada_make_symbol_completion_list): Make sure
7070         all cleanups are done before returning from this function.
7071
7072 2013-05-15  Joel Brobecker  <brobecker@adacore.com>
7073
7074         * utils.h: #include "exceptions.h".
7075         (enum errors): Remove partial declaration.
7076
7077 2013-05-15  Joel Brobecker  <brobecker@adacore.com>
7078
7079         * gdbarch.sh (core_xfer_shared_libraries_aix): New method.
7080         * gdbarch.h, gdbarch.c: Regenerate.
7081         * corelow.c (core_xfer_partial): Add TARGET_OBJECT_LIBRARIES_AIX
7082         handling.
7083
7084         * rs6000-aix-tdep.h: New file.
7085         * Makefile.in (HFILES_NO_SRCDIR): Add rs6000-aix-tdep.h.
7086         * rs6000-aix-tdep.c: Include "rs6000-aix-tdep.h" and
7087         "xml-utils.h".
7088         (struct field_info, struct ld_info_desc): New types.
7089         (ld_info32_desc, ld_info64_desc): New static constants.
7090         (struct ld_info): New type.
7091         (rs6000_aix_extract_ld_info): New function.
7092         (rs6000_aix_shared_library_to_xml): Likewise.
7093         (rs6000_aix_ld_info_to_xml): Likewise.
7094         (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
7095         (rs6000_aix_init_osabi): Add call to
7096         set_gdbarch_core_xfer_shared_libraries_aix.
7097         * rs6000-nat.c: Add "rs6000-aix-tdep.h" include.
7098         Remove "xml-utils.h" include.
7099         (LdInfo): Delete typedef.
7100         (ARCH64_DECL, LDI_FIELD, LDI_NEXT, LDI_FD, LDI_FILENAME):
7101         Delete macros.
7102         (rs6000_ptrace_ldinfo): Change return type to gdb_byte *.
7103         Adjust code accordingly.
7104         (rs6000_core_ldinfo): Delete, folded into
7105         rs6000_aix_core_xfer_shared_libraries_aix.
7106         (rs6000_xfer_shared_library): Delete.
7107         (rs6000_xfer_shared_libraries): Reimplement.
7108
7109 2013-05-15  Markus Metzger  <markus.t.metzger@intel.com>
7110
7111         * record.c (record_goto_cmdlist): New.
7112         (cmd_record_goto): Split into this ...
7113         (cmd_record_goto_begin): ... this
7114         (cmd_record_goto_end): ... and this.
7115         (_initialize_record): Change "record goto" to prefix command.
7116         Add commands for "record goto begin" and "record goto end".
7117         Add an alias for "record goto start" to "record goto begin".
7118
7119 2013-05-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
7120
7121         * linespec.c (convert_linespec_to_sals): New comment for
7122         SOURCE_FILENAME assignment.
7123
7124 2013-05-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
7125
7126         * cleanups.c (restore_my_cleanups): Replace gdb_assert by
7127         internal_warning.
7128
7129 2013-05-14  Tom Tromey  <tromey@redhat.com>
7130
7131         * eval.c (parse_and_eval_long): Make 'exp' const.
7132         * value.h (parse_and_eval_long): Update.
7133
7134 2013-05-14  Tom Tromey  <tromey@redhat.com>
7135
7136         * ui-file.c (gdb_fopen): Make arguments const.
7137         * ui-file.h (gdb_fopen): Make arguments const.
7138
7139 2013-05-14  Tom Tromey  <tromey@redhat.com>
7140
7141         * remote.c (remote_set_trace_notes): Make arguments const.
7142         * target.c (update_current_target): Update cast.
7143         * target.h (to_set_trace_notes): Make arguments const.
7144
7145 2013-05-14  Tom Tromey  <tromey@redhat.com>
7146
7147         * go32-nat.c (go32_terminal_info): Make 'args' const.
7148         * inferior.h (child_terminal_info): Update.
7149         * inflow.c (child_terminal_info): Make 'args' const.
7150         * target.c (default_terminal_info): Make 'args' const.
7151         (debug_to_terminal_save_ours): Likewise.
7152         * target.h (struct target_ops) <to_terminal_info>: Make argument
7153         const.
7154
7155 2013-05-13  Tom Tromey  <tromey@redhat.com>
7156
7157         * gcore.c (create_gcore_bfd): Make 'filename' const.
7158         * gcore.h (create_gcore_bfd): Make 'filename' const.
7159         * record-full.c (record_full_save): Make 'recfilename' const.
7160         * target.c (target_save_record): Make 'filename' const.
7161         * target.h (struct target_ops) <to_save_record>: Make 'filename'
7162         const.
7163         (target_save_record): Likewise.
7164
7165 2013-05-13  Tom Tromey  <tromey@redhat.com>
7166
7167         PR gdb/15338:
7168         * dwarf2read.c (dwarf2_record_block_ranges): Ensure that the
7169         ranges section has been read.
7170
7171 2013-05-13  Tom Tromey  <tromey@redhat.com>
7172
7173         PR exp/15364:
7174         * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
7175         STRUCTOP_PTR>: Return a not_lval value for
7176         EVAL_AVOID_SIDE_EFFECTS.
7177         * opencl-lang.c (evaluate_subexp_opencl): Return a not_lval value
7178         for EVAL_AVOID_SIDE_EFFECTS.
7179
7180 2013-05-13  Joel Brobecker  <brobecker@adacore.com>
7181
7182         * rs6000-aix-tdep.c (rs6000_push_dummy_call): Convert
7183         floating point registers to register type before storing
7184         value.
7185         * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call):
7186         Likewise.
7187
7188 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
7189             Tom Tromey  <tromey@redhat.com>
7190
7191         * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
7192         New functions.
7193         * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
7194         Declare.
7195         * darwin-nat.c (darwin_pre_ptrace): Use mark_fd_no_cloexec.
7196         (darwin_ptrace_him): Use unmark_fd_no_cloexec.
7197         * inf-ttrace.c (do_cleanup_pfds): Use unmark_fd_no_cloexec.
7198         (inf_ttrace_prepare): Use mark_fd_no_cloexec.
7199
7200 2013-05-10  Freddie Chopin  <freddie_chopin@op.pl>
7201             Tom Tromey  <tromey@redhat.com>
7202
7203         PR build/15414:
7204         * configure: Rebuild.
7205         * configure.ac (build_warnings): Do not use -Wformat-nonliteral
7206         with -Wno-format.
7207
7208 2013-05-10  Pedro Alves  <palves@redhat.com>
7209
7210         * remote.c (_initialize_remote): Fix spelling of
7211         qXfer:traceframe-info:read packet in packet config command.
7212
7213 2013-05-10  David Taylor  <dtaylor@emc.com>
7214
7215         PR remote/15455
7216
7217         * remote.c (remote_trace_set_readonly_regions): Do not overwrite
7218         "QTro" at start of packet.
7219
7220 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
7221
7222         * solib-aix.c (solib_aix_relocate_section_addresses):
7223         For the .bss section action, apply the same offset as
7224         the .data section.
7225
7226 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
7227
7228         * solib-aix.c (solib_aix_relocate_section_addresses):
7229         Remove FIXME comment.
7230
7231 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
7232
7233         PR tdep/15420:
7234         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
7235         New functions, directly copied from sparc-sol-thread.c.
7236         * sparc-sol-thread.c: Delete.
7237         * configure.ac: Remove code handling sparc-solaris-thread.c.
7238         * configure: Regenerate.
7239
7240 2013-05-10  Phil Muldoon  <pmuldoon@redhat.com>
7241
7242         * stack.c (backtrace_command_1): Add "no-filters", and Python frame
7243         filter logic.
7244         (backtrace_command): Add "no-filters" option parsing.
7245         (_initialize_stack): Alter help to reflect "no-filters" option.
7246         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-framefilter.o
7247         (SUBDIR_PYTHON_SRCS): Add py-framefilter.c
7248         (py-frame.o): Add target
7249         * data-directory/Makefile.in (PYTHON_DIR): Add Python frame
7250         filter files.
7251         * python/python.h: Add new frame filter constants, and flag enum.
7252         (apply_frame_filter): Add definition.
7253         * python/python.c (apply_frame_filter): New non-Python
7254         enabled function.
7255         * python/py-utils.c (py_xdecref): New function.
7256         (make_cleanup_py_xdecref): Ditto.
7257         * python/py-objfile.c: Declare frame_filters dictionary.
7258         (objfpy_dealloc): Add frame_filters dealloc.
7259         (objfpy_new): Initialize frame_filters attribute.
7260         (objfile_to_objfile_object): Ditto.
7261         (objfpy_get_frame_filters): New function.
7262         (objfpy_set_frame_filters): New function.
7263         * python/py-progspace.c: Declare frame_filters dictionary.
7264         (pspy_dealloc): Add frame_filters dealloc.
7265         (pspy_new): Initialize frame_filters attribute.
7266         (pspacee_to_pspace_object): Ditto.
7267         (pspy_get_frame_filters): New function.
7268         (pspy_set_frame_filters): New function.
7269         * python/py-framefilter.c: New file.
7270         * python/lib/gdb/command/frame_filters.py: New file.
7271         * python/lib/gdb/frames.py: New file.
7272         * python/lib/gdb/__init__.py: Initialize global frame_filters
7273         dictionary
7274         * python/lib/gdb/FrameDecorator.py: New file.
7275         * python/lib/gdb/FrameIterator.py: New file.
7276         * mi/mi-cmds.c (mi_cmds): Add frame filters command.
7277         * mi/mi-cmds.h: Declare.
7278         * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Add
7279         --no-frame-filter logic, and Python frame filter logic.
7280         (stack_enable_frame_filters): New function.
7281         (parse_no_frame_option): Ditto.
7282         (mi_cmd_stack_list_frames): Add --no-frame-filter and Python frame
7283         filter logic.
7284         (mi_cmd_stack_list_locals): Ditto.
7285         (mi_cmd_stack_list_args): Ditto.
7286         (mi_cmd_stack_list_variables): Ditto.
7287         * NEWS: Add frame filter note.
7288
7289 2013-05-09  Doug Evans  <dje@google.com>
7290
7291         * symfile.c (syms_from_objfile_1): Delete args offsets, num_offsets.
7292         All callers updated.
7293         (syms_from_objfile): Ditto.  Make static.
7294         (symbol_file_add_with_addrs): Renamed from
7295         symbol_file_add_with_addrs_or_offsets.  Delete args offsets,
7296         num_offsets.  All callers updated.
7297         * symfile.h (syms_from_objfile): Delete.
7298
7299         * symfile.c (decrement_reading_symtab): Add assert.
7300         (increment_reading_symtab): Ditto.
7301
7302 2013-05-09  Joel Brobecker  <brobecker@adacore.com>
7303
7304         * source.c (forward_search_command): Replace call to getc
7305         by call to fgetc.
7306         (reverse_search_command): Likewise.
7307
7308 2013-05-08  Doug Evans  <dje@google.com>
7309
7310         * psymtab.c (expand_symtabs_matching_via_partial): Fix file name
7311         matching test.
7312
7313 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
7314
7315         * sol-thread.c (info_cb): Factorize the code a little.
7316
7317 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
7318
7319         * sol-thread.c (info_cb): Rework the output of the "maintenance
7320         info sol-threads" command a bit.
7321
7322 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
7323
7324         * sol-thread.c (info_cb) [ti.ti_state == TD_THR_SLEEP]:
7325         Replace ti.ti_startfunc by ti.ti_pc.
7326
7327 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
7328
7329         * solib-aix.c (solib_aix_free_library_list): New function
7330         for the case where HAVE_LIBEXPAT is not defined.
7331
7332 2013-05-07  Sergio Durigan Junior  <sergiodj@redhat.com>
7333
7334         PR breakpoints/15413:
7335         * breakpoint.c (condition_completer): Simplify the code to
7336         disconsider multiple locations of breakpoints when completing the
7337         "condition" command.
7338
7339 2013-05-07  Pierre Muller  <muller@sourceware.org>
7340
7341         * common/linux-btrace.c: ARI fix: Include "gdb_wait.h"
7342         instead of <sys/wait.h>.
7343
7344 2013-05-07  Pierre Muller  <muller@sourceware.org>
7345
7346         * nios2-tdep.c (nios2_dwarf_reg_to_regnum): ARI fix: remove
7347         trailing new line from warning message.
7348
7349 2013-05-07  Pierre Muller  <muller@sourceware.org>
7350
7351         * contrib/ari/gdb_ari.sh (SOLIB_ADD, SOLIB_CREATE_INFERIOR_HOOK)
7352         (PC_SOLIB): Change type from ari_deprecate to ari_regression.
7353
7354 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
7355
7356         * rs6000-nat.c (rs6000_core_ldinfo): Remove '\n' at end of
7357         error message (ARI fix).
7358
7359 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
7360
7361         * features/library-list-aix.dtd: Replace library-list by
7362         library-list-aix.
7363         * rs6000-nat.c: Replace library-list by library-list-aix
7364         throughout.
7365         * solib-aix.c: Likewise.
7366
7367 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
7368
7369         * target.h (enum target_object) [TARGET_OBJECT_LIBRARIES_AIX]:
7370         Renames TARGET_OBJECT_AIX_LIBRARIES.
7371         * rs6000-nat.c: Replace TARGET_OBJECT_AIX_LIBRARIES with
7372         TARGET_OBJECT_LIBRARIES_AIX throughout.
7373         * solib-aix.c: Likwise.
7374
7375 2013-05-07  Yao Qi  <yao@codesourcery.com>
7376
7377         * solib-dsbt.c (struct dsbt_info) <enable_break2_done>: Remove.
7378         (get_dsbt_info, enable_break, dsbt_clear_solib): Update.
7379
7380 2013-05-07  Yao Qi  <yao@codesourcery.com>
7381
7382         * solib-dsbt.c (enable_break): Declare.
7383         (dsbt_current_sos): Remove call to enable_break2.
7384         (enable_break2): Rename to enable_break.  Set solib breakpoint
7385         on '_dl_debug_state'.
7386         (enable_break): Remove.
7387
7388 2013-05-07  Luis Machado  <lgustavo@codesourcery.com>
7389
7390         * ppc-linux-nat.c (ppc_linux_new_thread): Clear the new thread's
7391         debug state prior to replicating existing hardware watchpoints or
7392         breakpoints.
7393
7394 2013-05-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
7395
7396         * gcore.c (gcore_create_callback): Ignore sections with
7397         separate_debug_objfile_backlink != NULL.
7398
7399 2013-05-06  Sandra Loosemore  <sandra@codesourcery.com>
7400             Andrew Jenner  <andrew@codesourcery.com>
7401             Chung-Lin Tang  <cltang@codesourcery.com>
7402             Julian Brown  <julian@codesourcery.com>
7403
7404         Based on the nios2-elf port from Altera Corporation.
7405
7406         * Makefile.in (ALL_TARGET_OBS): Add nios2-tdep.o and
7407         nios2-linux-tdep.o.
7408         (HFILES_NO_SRCDIR): Add nios2-tdep.h.
7409         (ALLDEPFILES): Add nios2-tdep.c and nios2-linux-tdep.c.
7410         * configure.tgt: Add nios2*-*-linux* and nios2*-*-* targets.
7411         * nios2-tdep.h: New.
7412         * nios2-tdep.c: New.
7413         * nios2-linux-tdep.c: New.
7414         * features/Makefile (WHICH): Add nios2-linux.
7415         (nios2-linux-expedite): Set.
7416         * features/nios2-cpu.xml: New.
7417         * features/nios2.xml: New.
7418         * features/nios2-linux.xml: New.
7419         * features/nios2.c: New (autogenerated).
7420         * features/nios2-linux.c: New (autogenerated).
7421         * regformats/nios2-linux.dat: New (autogenerated).
7422         * NEWS (Changes since GDB 7.6): Add new Nios II targets
7423         and commands.
7424
7425 2013-05-06  Doug Evans  <dje@google.com>
7426
7427         * symfile.c: Whitespace cleanup.
7428
7429         * solist.h (struct target_so_ops): New member clear_so.
7430         * solib-svr4.c (svr4_clear_so): New function.
7431         (_initialize_svr4_solib): Set svr4_so_ops.clear_so.
7432         * solib.c (clear_so): Renamed from free_so_symbols.
7433         All callers updated.  Call target clear_so if it exists.
7434
7435 2013-05-06  Tom Tromey  <tromey@redhat.com>
7436
7437         * ada-lang.c (ada_value_primitive_packed_val): Don't
7438         call value_incref.
7439         * value.c (set_value_parent): Incref the new parent and decref
7440         the old parent.
7441         (value_copy, value_primitive_field): Use set_value_parent.
7442
7443 2013-05-06  Tom Tromey  <tromey@redhat.com>
7444
7445         * dwarf2loc.c (invalid_synthetic_pointer): Move earlier.
7446         (indirect_pieced_value): Call dwarf2_fetch_constant_bytes
7447         if needed.
7448         * dwarf2loc.h (dwarf2_fetch_constant_bytes): Declare.
7449         * dwarf2read.c (write_constant_as_bytes)
7450         (dwarf2_fetch_constant_bytes): New functions.
7451
7452 2013-05-06  Tom Tromey  <tromey@redhat.com>
7453
7454         * dwarf2read.c (dwarf2_const_value_data): Remove unused
7455         parameters.
7456         (dwarf2_const_value_attr): Update.
7457
7458 2013-05-06  Tom Tromey  <tromey@redhat.com>
7459
7460         * somread.c (som_symfile_offsets): Add 'const' to addrs.
7461         * machoread.c (macho_symfile_offsets): Add 'const' to addrs.
7462         * xcoffread.c (xcoff_symfile_offsets): Add 'const' to addrs.
7463         Remove declaration.
7464
7465 2013-05-06  Tom Tromey  <tromey@redhat.com>
7466
7467         * dwarf2read.c (dwarf2_const_value_attr): Use 'obstack', not
7468         objfile's obstack.
7469
7470 2013-05-06  Doug Evans  <dje@google.com>
7471
7472         * dbxread.c (process_one_symbol): Constify section_offsets parameter.
7473         * stabsread.h (process_one_symbol): Update declaration.
7474         * dwarf2read.c (dw2_relocate): Constify new_offsets, delta parameters.
7475         * elfread.c (elf_symfile_relocate_probe): Ditto.
7476         * psymtab.c (relocate_psymtabs): Ditto.
7477         * objfiles.c (objfile_relocate1): Constify new_offsets parameter.
7478         (objfile_relocate): Ditto.
7479         * objfiles.h (objfile_relocate): Update declaration.
7480         * symfile.c (relative_addr_info_to_section_offsets): Constify
7481         addrs parameter.
7482         (default_symfile_offsets): Ditto.
7483         (syms_from_objfile_1): Constify offsets parameter.
7484         (syms_from_objfile): Ditto.
7485         (symbol_file_add_with_addrs_or_offsets): Ditto.
7486         (symfile_map_offsets_to_segments): Constify data parameter.
7487         * symfile.h (struct quick_symbol_functions): Constify new_offsets,
7488         delta parameters of member relocate.
7489         (struct sym_probe_fns): Constify new_offsets,
7490         delta parameters of member sym_relocate_probe.
7491         (struct sym_fns): Constify section_addr_info parameter of member
7492         sym_offsets.
7493         (relative_addr_info_to_section_offsets): Update declaration.
7494         (default_symfile_offsets): Ditto.
7495         (syms_from_objfile): Ditto.
7496         (symfile_map_offsets_to_segments): Ditto.
7497
7498         * symfile.c (syms_from_objfile_1): Use correct section count when
7499         objfile->sf == NULL.
7500
7501 2013-05-06  Mike Frysinger  <vapier@gentoo.org>
7502
7503         * common/linux-btrace.c (intel_supports_btrace): Fix indentation.
7504
7505 2013-05-06  Doug Evans  <dje@google.com>
7506
7507         * psympriv.h (struct partial_symtab): Augment comment for member
7508         section_offsets.
7509
7510 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
7511
7512         Reimplement shared library support on ppc-aix...
7513         * target.h (TARGET_OBJECT_AIX_LIBRARIES): New target_object enum.
7514         * features/library-list-aix.dtd: New file.
7515         * solib-aix.h, solib-aix.c: New file.
7516         * rs6000-aix-tdep.c: #include "solib.h" and "solib-aix.h".
7517         (rs6000_find_toc_address_hook): Delete.
7518         (rs6000_push_dummy_call): Rewrite code setting the TOC value.
7519         (rs6000_aix_init_osabi): Register solib_aix_so_ops.
7520         * rs6000-nat.c: Remove "xcoffsolib.h" include.  Include
7521         "xml-utils.h".
7522         (map_vmap, vmap_exec, vmap_ldinfo, add_vmap, objfile_symbol_add)
7523         (vmap_symtab, fixup_breakpoints): Delete.
7524         (rs6000_xfer_shared_libraries): New function.
7525         (rs6000_xfer_partial): Add TARGET_OBJECT_AIX_LIBRARIES handling.
7526         (vmap_secs, bss_data_overlap, vmap_add_symbols): Delete.
7527         (xcoff_relocate_symtab, xcoff_relocate_core): Delete.
7528         (rs6000_ptrace_ldinfo, rs6000_core_ldinfo)
7529         (rs6000_xfer_shared_library): New function.
7530         (find_toc_address): Delete.
7531         (_initialize_rs6000_nat): Do not set rs6000_find_toc_address_hook.
7532         * rs6000-tdep.h (rs6000_find_toc_address_hook): Remove.
7533         * xcoffread.c (record_minimal_symbol): Reloate symbol address
7534         before creating minimal symbol.  Adjust function description
7535         accordingly.
7536         (scan_xcoff_symtab): Replace call to
7537         prim_record_minimal_symbol_and_info by call to
7538         record_minimal_symbol.
7539         (xcoff_symfile_offsets): Reimplement mostly as a wrapper
7540         around default_symfile_offsets.
7541         * configure.tgt: Add solib-aix.o to gdb_target_obs for
7542         powerpc-aix targets.
7543         * config/rs6000/nm-rs6000.h: Delete.
7544         * config/powerpc/aix.mh (NAT_FILE): Delete.
7545         (NATDEPFILES): Remove xcoffsolib.o.
7546         * Makefile.in (XMLFILES): Add library-list-aix.dtd.
7547         (ALL_TARGET_OBS): Add solib-aix.o.
7548         (HFILES_NO_SRCDIR): Remove xcoffsolib.h and
7549         config/rs6000/nm-rs6000.h.  Add solib-aix.h.
7550         (ALLDEPFILES): Add solib-aix.c.  Remove xcoffsolib.c.
7551         * xcoffsolib.h, xcoffsolib.c: Delete.
7552
7553         * solib.c (reload_shared_libraries): Remove reference to
7554         SOLIB_CREATE_INFERIOR_HOOK.
7555         * breakpoint.c (handle_solib_event): Remove reference to SOLIB_ADD.
7556         (disable_breakpoints_in_shlibs): Remove reference to PC_SOLIB.
7557         (momentary_bkpt_re_set): Replace SOLIB_ADD by solib_add in
7558         comment.
7559         * corelow.c (deprecated_core_resize_section_table): Delete.
7560         * exec.c: Remove include of xcoffsolib.h".
7561         (map_vmap, vmap): Delete.
7562         (exec_close_1): Remove references to vmap.
7563         (exec_file_attach): Remove vmap handling code, and reference
7564         to DEPRECATED_IBM6000_TARGET.
7565         (bfdsec_to_vmap): Delete.
7566         (exec_files_info): Remove block of code handling VMAP.
7567         * infcmd.c (post_create_inferior): Remove reference to
7568         SOLIB_CREATE_INFERIOR_HOOK and SOLIB_ADD.
7569         * infrun.c (follow_exec): Remove reference to
7570         SOLIB_CREATE_INFERIOR_HOOK.
7571         * stack.c (print_frame): Remove reference to PC_SOLIB.
7572         * solib-dsbt.c (dsbt_current_sos): Adjust comment.
7573         (dsbt_relocate_main_executable): Likewise.
7574         * solib-frv.c (frv_current_sos): Likewise.
7575
7576 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
7577
7578         * sol-thread.c (rw_common): Cast BUF to "gdb_byte *" in calls
7579         to target_write_memory and target_read_memory.
7580
7581 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
7582
7583         * darwin-nat.c (darwin_setup_fake_stop_event): New function.
7584         (darwin_attach): Adjust using darwin_setup_fake_stop_event.
7585
7586 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
7587
7588         * darwin-nat.c: Replace all "%x" instances in format strings
7589         into "0x%x" throughout.
7590
7591 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
7592
7593         * darwin-nat.c (darwin_mourn_inferior): Replace call to
7594         gdb_assert by call to MACH_CHECK_ERROR.
7595         (darwin_attach_pid): Raise an error rather than a failed
7596         assertion when various system calls failed.  Report a warning
7597         instead of raising a failed assertion when PREV_NOT is not NULL
7598         after call to mach_port_request_notification.
7599         (darwin_ptrace_me): Raise an error rather than a failed
7600         assertion when read returns nonzero.
7601
7602 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
7603
7604         * amd64-darwin-tdep.c: Remove #include "gdb_assert.h".
7605
7606 2013-05-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
7607
7608         * cleanups.c (restore_my_cleanups): New gdb_assert for SENTINEL_CLEANUP.
7609
7610 2013-05-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
7611
7612         * event-top.c (display_gdb_prompt): Call missing do_cleanups.
7613         * infcmd.c (get_return_value) <!stop_regs>: Do not overwrite CLEANUP.
7614         * symfile.c (symfile_bfd_open): New variable back_to.  Do not leave
7615         a stale cleanup.  Fix double free of NAME.
7616
7617 2013-05-04  Eli Zaretskii  <eliz@gnu.org>
7618
7619         * windows-nat.c (windows_delete_thread): Accept an additional
7620         argument, the thread's exit code, and announce thread death when
7621         print_thread_events is non-zero and we are deleting a thread that
7622         is not the main thread.
7623         (get_windows_debug_event): Pass thread exit code to
7624         windows_delete_thread.
7625
7626 2013-05-03  Kevin Buettner  <kevinb@redhat.com>
7627
7628         * v850-tdep.c (elf-bfd.h, elf/v850.h): Include.
7629         (R_149_REGNUM, E_NUM_OF_V850E2_REGS, E_SELID_1_R0_REGNUM)
7630         (E_SELID_1_R31_REGNUM, E_SELID_2_R0_REGNUM, E_SELID_2_R31_REGNUM)
7631         (E_SELID_3_R0_REGNUM, E_SELID_3_R31_REGNUM, E_SELID_4_R0_REGNUM)
7632         (E_SELID_4_R31_REGNUM, E_SELID_5_R0_REGNUM, E_SELID_5_R31_REGNUM)
7633         (E_SELID_6_R0_REGNUM, E_SELID_6_R31_REGNUM, E_SELID_7_R0_REGNUM, E_SELID_7_R31_REGNUM)
7634         (E_VR0_REGNUM, E_VR31_REGNUM, E_NUM_OF_V850E3V5_REGS): Define.
7635         (v850_abi, V850_ABI_GCC, V850_ABI_RH850): New enum and constants.
7636         (gdbarch_tdep): New struct.
7637         (v850e2_register_name): Use E_NUM_OF_V850E2_REGS instead of
7638         E_NUM_REGS.
7639         (v850e3v5_register_name): New function.
7640         (v850_register_type): v850e3v5 vector registers are 64-bits wide.
7641         (v850_use_struct_convention): Add `gdbarch' parameter.  Add new
7642         code handling the struct return conventions for the RH850 ABI.
7643         Update all callers.
7644         (v850_eight_byte_align_p): New function.
7645         (v850_push_call_dummy): Push structs by value, not by reference
7646         for the RH850 ABI.  Add support for eight byte alignment.
7647         (v850_dbtrap_breakpoint_from_pc): New function.
7648         (v850_gdbarch_init): Add ABI detection code.  Register
7649         v850e3v5_register_name for the v850e3v5 architecture.  Set the
7650         number of registers for v850e3v5.  Register
7651         v850_dbtrap_breakpoint_from_pc as appropriate.
7652         (_initialize_gdbarch_init): Registration bfd_arch_v850_rh850.
7653
7654 2013-05-03  Doug Evans  <dje@google.com>
7655
7656         * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections instead
7657         of bfd_count_sections.
7658         * solib-target.c (solib_target_relocate_section_addresses): Ditto.
7659         * symfile.c (default_symfile_offsets): Ditto.
7660         (syms_from_objfile_1): Ditto.  Make dummy addrs list an array of
7661         one entry, not bfd_count_sections entries.
7662
7663 2013-05-03  Kevin Buettner  <kevinb@redhat.com>
7664
7665         * rl78-tdep.c (rl78_register_reggroup_p): Include SP in the
7666         `save' and `restore' register groups.  Don't include SPL
7667         or SPH in these groups.
7668         (rl78_dwarf_reg_to_regnum):  Adjust mapping for
7669         RL78_PC_REGNUM.  Add mappings for RL78_PSW_REGNUM,
7670         RL78_ES_REGNUM, and RL78_CS_REGNUM.
7671         (rl78_gdbarch_init): Set `dwarf2_addr_size' to 4.  Invoke
7672         dwarf2_append_unwinders().
7673
7674 2013-05-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
7675
7676         * break-catch-sig.c (signal_catchpoint_breakpoint_hit): Do not
7677         ignore SIGINT and SIGTRAP in case these internal signals are
7678         caught explicitely.
7679
7680 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
7681
7682         * darwin-nat.c (darwin_read_write_inferior): Change types
7683         of parameters rdaddr and wraddr to "gdb_byte *". Change type
7684         of copy_count to "mach_msg_type_number_t".
7685         (darwin_read_dyld_info): Change type of parameter
7686         rdaddr to "gdb_byte *".
7687
7688 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
7689
7690         * solib-ia64-hpux.c (ia64_hpux_read_dynamic_info): Change cast
7691         of &info->load_map from "char *" to "gdb_byte *".
7692
7693 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
7694
7695         * ia64-tdep.c (ia64_access_fpreg): Change cast of val
7696         from "char *" to "gdb_byte *".
7697         (ia64_access_rse_fpreg, ia64_access_mem): Likewise.
7698
7699 2013-04-30  Doug Evans  <dje@google.com>
7700
7701         * dwarf2read.c (lookup_dwo_unit): Return NULL if DWO not found.
7702         (init_cutu_and_read_dies): Flag a complaint, not error, for bad
7703         DWO stub.  If DWO isn't found, just use stub.
7704         (lookup_dwo_cutu): Don't try DWO if there's a DWP file.
7705
7706         * dwarf2read.c (dw2_find_symbol_file): Initialize filename before
7707         calling init_cutu_and_read_dies.
7708
7709 2013-03-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7710
7711         * target-descriptions.c (maint_print_c_tdesc_cmd):
7712         Add case to parse structures as register types and
7713         bitfields.
7714
7715 2013-04-30  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7716
7717         * MAINTAINERS (Write After Approval): Add myself to the list.
7718
7719 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
7720
7721         * sol-thread.c (rw_common): Change type of parameter "buf"
7722         to "gdb_byte *".
7723         (ps_pdwrite, ps_ptwrite): Cast parameter "buf" in call to
7724         rw_common to "gdb_byte *" instead of "char *".
7725
7726 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
7727
7728         * sol-thread.c (info_cb) [ti.ti_startfunc != 0]: Change type
7729         of local variable msym to const struct bound_minimal_symbol.
7730         Adjust use accordingly.
7731         [ti.ti_state == TD_THR_SLEEP]: Likewise.
7732
7733 2013-04-30  Samuel Thibault  <samuel.thibault@gnu.org>
7734
7735         * i386gnu-nat.c (CREG_OFFSET): New macro.
7736         (creg_offset): New array.
7737         (CREG_ADDR): Use creg_offset instead of reg_offset.
7738
7739 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
7740
7741         * mep-tdep.c (mep_write_pc): Delete.
7742         (mep_gdbarch_init): Remove call to set_gdbarch_write_pc.
7743         Add call to set_gdbarch_pc_regnum.
7744
7745 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
7746
7747         * common/filestuff.c: Replace #include <dirent.h> by
7748         #include "gdb_dirent.h".
7749
7750 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
7751
7752         * common/filestuff.c: Replace #include <sys/stat.h> by
7753         #include "gdb_stat.h".
7754
7755 2013-04-29  Pierre Muller  <muller@sourceware.org>
7756
7757         * dwarf2read.c (handle_DW_AT_stmt_list): Avoid ARI warning for
7758         editCase function rule.
7759         (get_DW_AT_signature_type): Likewise.
7760
7761 2013-04-29  Joel Brobecker  <brobecker@adacore.com>
7762
7763         * m32r-tdep.c (m32r_write_pc): Delete.
7764         (m32r_gdbarch_init): Remove call to set_gdbarch_write_pc.
7765         Add call to set_gdbarch_pc_regnum.
7766
7767 2013-04-29  Pierre Muller  <muller@sourceware.org>
7768
7769         * ./contrib/ari/gdb_ari.sh (editCase rule): Fix spelling error.
7770
7771 2013-04-29  Joel Brobecker  <brobecker@adacore.com>
7772
7773         * dwarf2read.c (get_DW_AT_signature_type): Add ARI marker.
7774
7775 2013-04-28  Yao Qi  <yao@codesourcery.com>
7776
7777         * solib-dsbt.c (fetch_loadmap): Re-indent.
7778         (displacement_from_map, enable_break2): Likewise.
7779         (dsbt_relocate_section_addresses): Likewise.
7780
7781 2013-04-26  Joel Brobecker  <brobecker@adacore.com>
7782
7783         GDB 7.6 released.
7784
7785 2013-04-25  Andreas Kaufmann  <Andreas.Kaufmann@synopsys.com>
7786
7787         PR corefiles/14983:
7788         * dwarf2read.c (process_full_comp_unit): Always create a static
7789         block.
7790
7791 2013-04-25  Hui Zhu  <hui@codesourcery.com>
7792
7793         * breakpoint.c (build_target_command_list): Change loc->cond_bytecode
7794         to loc->cmd_bytecode.
7795
7796 2013-04-24  Doug Evans  <dje@google.com>
7797
7798         * dwarf2read.c (setup_type_unit_groups): Fix comment.
7799
7800 2013-04-22  Keith Seitz  <keiths@redhat.com>
7801
7802         * tracepoint.c (trace_save):  Call the writer's start method.
7803
7804 2013-04-24  Muhammad Bilal  <mbilal@codesourcery.com>
7805
7806         PR gdb/10462
7807         * cli/cli-decode.c (lookup_command): Show an error if there is no space
7808         before argument.
7809
7810 2013-04-23  Tom Tromey  <tromey@redhat.com>
7811
7812         * common/filestuff.c: Check USE_WIN32API before including
7813         sys/socket.h.
7814         (HAVE_F_GETFD): New define.
7815         (mark_cloexec): Check HAVE_F_GETFD.
7816         (gdb_open_cloexec): Change 'mode' to unsigned long.
7817         (gdb_socketpair_cloexec): Check HAVE_SOCKETPAIR.
7818         (gdb_pipe_cloexec): Check HAVE_PIPE.
7819         * common/filestuff.h (gdb_open_cloexec): Change 'mode' to unsigned
7820         long.
7821
7822 2013-04-23  Hui Zhu  <hui@codesourcery.com>
7823
7824         PR gdb/15293
7825         * breakpoint.c (bpstat_what): Add BPSTAT_WHAT_SINGLE to bp_dprintf.
7826
7827 2013-04-23  Hui Zhu  <hui@codesourcery.com>
7828
7829         PR gdb/15165
7830         * breakpoint.c (dprintf_print_recreate): New.
7831         (save_breakpoints): Let it not save dprintf commands.
7832         (initialize_breakpoint_ops): Set dprintf_print_recreate.
7833
7834 2013-04-22  Tom Tromey  <tromey@redhat.com>
7835
7836         PR gdb/7912:
7837         * Makefile.in (SFILES): Add filestuff.c
7838         (COMMON_OBS): Add filestuff.o.
7839         (filestuff.o): New target.
7840         * auto-load.c (auto_load_objfile_script_1): Use
7841         gdb_fopen_cloexec.
7842         * auxv.c (procfs_xfer_auxv): Use gdb_open_cloexec.
7843         * cli/cli-cmds.c (shell_escape): Call close_most_fds.
7844         * cli/cli-dump.c (fopen_with_cleanup): Use gdb_fopen_cloexec.
7845         * common/agent.c (gdb_connect_sync_socket): Use
7846         gdb_socket_cloexec.
7847         * common/filestuff.c: New file.
7848         * common/filestuff.h: New file.
7849         * common/linux-osdata.c (linux_common_core_of_thread)
7850         (command_from_pid, commandline_from_pid, print_source_lines)
7851         (linux_xfer_osdata_shm, linux_xfer_osdata_sem)
7852         (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Use
7853         gdb_fopen_cloexec.
7854         * common/linux-procfs.c (linux_proc_get_int)
7855         (linux_proc_pid_has_state): Use gdb_fopen_cloexec.
7856         * config.in, configure: Rebuild.
7857         * configure.ac: Don't check for sys/socket.h.  Check for
7858         fdwalk, pipe2.
7859         * corelow.c (core_open): Use gdb_open_cloexec.
7860         * dwarf2read.c (write_psymtabs_to_index): Use gdb_fopen_cloexec.
7861         * fork-child.c (fork_inferior): Call close_most_fds.
7862         * gdb_bfd.c (gdb_bfd_open): Use gdb_open_cloexec.
7863         * inf-child.c (inf_child_fileio_readlink): Use gdb_open_cloexec.
7864         * linux-nat.c (linux_nat_thread_name, linux_proc_pending_signals):
7865         Use gdb_fopen_cloexec.
7866         (linux_proc_xfer_partial, linux_proc_xfer_spu): Use
7867         gdb_open_cloexec.
7868         (linux_async_pipe): Use gdb_pipe_cloexec.
7869         * remote-fileio.c (remote_fileio_func_open): Use
7870         gdb_open_cloexec.
7871         * remote.c (remote_file_put, remote_file_get): Use
7872         gdb_fopen_cloexec.
7873         * ser-pipe.c (pipe_open): Use gdb_socketpair_cloexec,
7874         close_most_fds.
7875         * ser-tcp.c (net_open): Use gdb_socket_cloexec.
7876         * ser-unix.c (hardwire_open): Use gdb_open_cloexec.
7877         * solib.c (solib_find): Use gdb_open_cloexec.
7878         * source.c (openp, find_and_open_source): Use gdb_open_cloexec.
7879         * tracepoint.c (tfile_start): Use gdb_fopen_cloexec.
7880         (tfile_open): Use gdb_open_cloexec.
7881         * tui/tui-io.c (tui_initialize_io): Use gdb_pipe_cloexec.
7882         * ui-file.c (gdb_fopen): Use gdb_fopen_cloexec.
7883         * xml-support.c (xml_fetch_content_from_file): Use
7884         gdb_fopen_cloexec.
7885         * main.c (captured_main): Call notice_open_fds.
7886
7887 2013-04-22  Edjunior Machado  <emachado@linux.vnet.ibm.com>
7888
7889         * remote-sim.c (dump_mem): Change the type of 'buf' parameter from
7890         'char *' to 'gdb_byte *'.
7891         (gdbsim_store_register): Change the type of 'tmp' from 'char' to
7892         'gdb_byte'.
7893
7894 2013-04-22  Yao Qi  <yao@codesourcery.com>
7895
7896         * infrun.c: Fix typo in comment.
7897
7898 2013-04-22  Andrew Haley  <aph@redhat.com>
7899
7900         * arm-tdep.c (BranchDest): Cast result as "unsigned long",
7901         instead of "long".
7902
7903 2013-04-20  Yao Qi  <yao@codesourcery.com>
7904
7905         * ctf.c (ctf_fetch_registers): Change the type of 'regs' from
7906         'char *' to 'gdb_byte *'.  Cast the return value of
7907         'bt_ctf_get_char_array' to 'gdb_byte *'.
7908
7909 2013-04-19  Pedro Alves  <palves@redhat.com>
7910
7911         * configure.ac (build_warnings): Replace -Wno-pointer-sign with
7912         -Wpointer-sign.
7913         * configure: Regenerate.
7914
7915 2013-04-19  Pedro Alves  <palves@redhat.com>
7916
7917         * ser-tcp.c (net_read_prim): Cast second argument to recv to
7918         'void *'.
7919
7920 2013-04-19  Pedro Alves  <palves@redhat.com>
7921
7922         * monitor.c (monitor_write_memory, monitor_write_memory_bytes):
7923         Change type of 'myaddr' parameter to gdb_byte pointer.
7924         (monitor_write_memory_longlongs): Likewise.  Cast 'myaddr' pointer
7925         to 'long long' pointer instead of to 'unsigned long long'.
7926         (monitor_write_memory_block, monitor_read_memory_single)
7927         (monitor_read_memory): Change type of 'myaddr' parameter to
7928         gdb_byte pointer.
7929
7930 2013-04-19  Pedro Alves  <palves@redhat.com>
7931
7932         * record.c (validate_history_size): Make parameter 'setting'
7933         unsigned.
7934
7935 2013-04-19  Pedro Alves  <palves@redhat.com>
7936
7937         * ctf.c (ctf_write_uploaded_tsv, ctf_write_uploaded_tp): Add casts
7938         to 'gdb_byte *'.
7939
7940 2013-04-19  Pedro Alves  <palves@redhat.com>
7941
7942         * cp-valprint.c (cp_print_class_member): Change type of 'fieldno'
7943         local to int.
7944
7945 2013-04-19  Pedro Alves  <palves@redhat.com>
7946
7947         * ada-lang.c (print_it_exception): Add cast to gdb_byte *.
7948         * ada-tasks.c (read_fat_string_value): Likewise.
7949
7950 2013-04-19  Pedro Alves  <palves@redhat.com>
7951
7952         * dwarf2-frame.c (execute_cfa_program): Make 'bytes_read' local
7953         unsigned.  Pass 'tmp' to safe_read_uleb128 instead of the signed
7954         'offset', and adjust.
7955
7956 2013-04-19  Pedro Alves  <palves@redhat.com>
7957
7958         * dwarf2read.c (dwarf2_get_dwz_file): Add cast to const char *.
7959         (read_index_from_section): Add cast to 'char *'.
7960
7961 2013-04-19  Pedro Alves  <palves@redhat.com>
7962
7963         * xcoffread.c (xcoff_initial_scan): Add cast to 'char *'.
7964
7965 2013-04-19  Pedro Alves  <palves@redhat.com>
7966
7967         * coff-pe-read.c (read_pe_exported_syms): Handle strings as char.
7968
7969 2013-04-19  Pedro Alves  <palves@redhat.com>
7970
7971         * record-full.c (record_full_get_bookmark): Change local 'ret'
7972         type to char * and add cast to gdb_byte *.
7973         (record_full_goto_bookmark): Handle 'bookmark' argument as a
7974         string.
7975         * reverse.c (goto_bookmark_command): Add casts to gdb_byte *.
7976
7977 2013-04-19  Pedro Alves  <palves@redhat.com>
7978
7979         * python/py-inferior.c (infpy_write_memory): Add cast to gdb_byte
7980         * python/py-prettyprint.c (print_string_repr): Change type of
7981         'output' local to char *.  Add cast to gdb_byte * in
7982         LA_PRINT_STRING call.
7983         (print_children): Change type of 'output' local to char *.
7984         * python/py-value.c (valpy_string): Add cast to const char * in
7985         PyUnicode_Decode call.
7986
7987 2013-04-19  Pedro Alves  <palves@redhat.com>
7988
7989         * remote-mips.c (mips_cksum): Rename 'data' parameter to 'datastr'
7990         and change its type to 'const char *'.  Adjust.
7991         (mips_send_packet): Add cast to 'char *', and remove cast to
7992         'unsigned char *'.
7993         (mips_receive_packet): Remove cast to 'unsigned char *'.
7994         (mips_load_srec): Use bfd_byte.
7995         (pmon_makeb64, pmon_zeroset): Make 'chksum' parameter unsigned.
7996         (pmon_checkset): Make 'value' parameter unsigned.
7997
7998 2013-04-19  Pedro Alves  <palves@redhat.com>
7999
8000         * common/agent.c (agent_run_command): Add cast to gdb_byte *.
8001
8002 2013-04-19  Pedro Alves  <palves@redhat.com>
8003
8004         * remote.c (remote_write_bytes_aux, compare_sections_command)
8005         (remote_read_qxfer)
8006         (remote_search_memory, remote_hostio_pwrite, remote_hostio_pread)
8007         (remote_hostio_readlink, remote_bfd_iovec_pread)
8008         (remote_set_trace_notes): Use gdb_byte when RSP buffer is used as
8009         binary buffer, and char when buffer is used as string.
8010         * tracepoint.c (encode_source_string, tfile_write_uploaded_tp)
8011         (trace_save, tfile_open, traceframe_walk_blocks)
8012         (tfile_fetch_registers): Likewise.
8013
8014 2013-04-19  Pedro Alves  <palves@redhat.com>
8015
8016         * ser-base.c (ser_base_write): Change prototype -- take 'void *'
8017         buffer and size_t size.  Adjust.
8018         * ser-base.h (ser_base_write): Adjust.
8019         * ser-go32.c (cnts): Change type to size_t.
8020         (dos_write): Change prototype -- take 'void *'
8021         buffer and size_t size.  Adjust.
8022         (dos_info): Print elements of 'cnts' as unsigned long.
8023         * serial.c (serial_write): Likewise.
8024         * serial.h (serial_write): Adjust.
8025         (struct serial_ops) <write>: Change prototype -- take 'void *'
8026         buffer and size_t size.  Adjust.
8027
8028 2013-04-19  Pedro Alves  <palves@redhat.com>
8029
8030         * c-lang.c (evaluate_subexp_c): Cast result of obstack_base to
8031         gdb_byte *.
8032         * linux-tdep.c (linux_make_mappings_corefile_notes): Likewise.
8033
8034 2013-04-19  Pedro Alves  <palves@redhat.com>
8035
8036         * alpha-tdep.c (alpha_extract_return_value): Use
8037         regcache_cooked_read_unsigned to read 'v0'.
8038
8039 2013-04-19  Pedro Alves  <palves@redhat.com>
8040
8041         * xtensa-tdep.c (execute_l32e, execute_s32e): Change type of
8042         parameters 'at', 'as' and 'offset' to uint32_t.
8043
8044 2013-04-19  Pedro Alves  <palves@redhat.com>
8045
8046         * aarch64-tdep.c (aarch64_analyze_prologue): Change type of local
8047         'is64' to signed 'int'.
8048
8049 2013-04-19  Pedro Alves  <palves@redhat.com>
8050
8051         * s390-tdep.c (is_rs, is_rsy, is_rx, is_rxy): Change type of 'd2'
8052         parameter to int *.
8053
8054 2013-04-19  Pedro Alves  <palves@redhat.com>
8055
8056         * ppc-linux-tdep.c (ppc_skip_trampoline_code): Change local
8057         'insnbuf' buffer type to unsigned int[].
8058
8059 2013-04-19  Pedro Alves  <palves@redhat.com>
8060
8061         * mips-tdep.c (mips_read_pc): Change local 'pc' type to LONGEST.
8062
8063 2013-04-19  Pedro Alves  <palves@redhat.com>
8064
8065         * mep-tdep.c (mep_get_insn): Change 'insn' parameter type to
8066         unsigned long *.
8067
8068 2013-04-19  Pedro Alves  <palves@redhat.com>
8069
8070         * alpha-tdep.c (heuristic_fence_post): Change type to int.
8071         (alpha_heuristic_proc_start): Adjust to check -1 instead of
8072         UINT_MAX.
8073         * mips-tdep.c (heuristic_fence_post): Change type to int.
8074         (heuristic_proc_start): Adjust to check -1 instead of UINT_MAX.
8075
8076 2013-04-19  Pedro Alves  <palves@redhat.com>
8077
8078         * cris-tdep.c (usr_cmd_cris_version): Make unsigned.
8079         (struct gdbarch_tdep) <cris_version>: Make unsigned.
8080         (cris_spec_reg_applicable, cris_gdbarch_init): Adjust locals.
8081
8082 2013-04-19  Pedro Alves  <palves@redhat.com>
8083
8084         * avr-tdep.c (avr_io_reg_read_command): New local 'bufstr'.  Use
8085         it to get a string view of the byte buffer.
8086         * i386-cygwin-tdep.c (core_process_module_section): Change local 'buf'
8087         type to gdb_byte *.  Adjust.
8088         * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full):
8089         Change local to char *.
8090         * solib-darwin.c (find_program_interpreter): Change return type to
8091         char *.  Adjust.
8092         (darwin_solib_get_all_image_info_addr_at_init): Adjust.
8093         * solib-dsbt.c (enable_break2): Change local 'buf' to char *.
8094         * solib-frv.c (enable_break2): Change local 'buf' to char *.
8095         * solib-spu.c (spu_current_sos): Add gdb_byte * cast.
8096         * solib-svr4.c (find_program_interpreter): Change return type to
8097         char *.  Adjust.
8098         (enable_break): Change local 'interp_name' to char *.
8099         * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
8100         * spu-tdep.c (spu_pseudo_register_read_spu): Add cast to 'char *'.
8101         (spu_pseudo_register_write_spu): Use char for string buffer.
8102         Adjust.
8103         (info_spu_event_command, info_spu_signal_command): Add casts to
8104         'char *'.
8105
8106 2013-04-19  Pedro Alves  <palves@redhat.com>
8107
8108         * aarch64-tdep.c (aarch64_default_breakpoint): Change type to
8109         gdb_byte[].
8110         (aarch64_breakpoint_from_pc): Change return type to gdb_byte *.
8111         * ada-lang.c (ada_value_assign): Use gdb_byte.
8112         * alphanbsd-tdep.c (sigtramp_retcode): Change type to gdb_byte[].
8113         (alphanbsd_sigtramp_offset): Use gdb_byte.
8114         * arm-linux-tdep.c (arm_linux_arm_le_breakpoint)
8115         (arm_linux_arm_be_breakpoint, eabi_linux_arm_le_breakpoint)
8116         (eabi_linux_arm_be_breakpoint, arm_linux_thumb_be_breakpoint)
8117         (arm_linux_thumb_le_breakpoint, arm_linux_thumb2_be_breakpoint)
8118         (arm_linux_thumb2_le_breakpoint): Change type to gdb_byte[].
8119         * arm-tdep.c (arm_stub_unwind_sniffer)
8120         (arm_displaced_init_closure): Use gdb_byte.
8121         (arm_default_arm_le_breakpoint, arm_default_arm_be_breakpoint)
8122         (arm_default_thumb_le_breakpoint)
8123         (arm_default_thumb_be_breakpoint): Change type to gdb_byte[].
8124         * arm-tdep.h (struct gdbarch_tdep) <arm_breakpoint,
8125         thumb_breakpoint, thumb2_breakpoint>: Change type to gdb_byte *.
8126         * arm-wince-tdep.c (arm_wince_le_breakpoint)
8127         (arm_wince_thumb_le_breakpoint): Change type to gdb_byte[].
8128         * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint)
8129         (arm_nbsd_arm_be_breakpoint, arm_nbsd_thumb_le_breakpoint)
8130         (arm_nbsd_thumb_be_breakpoint): Change type to gdb_byte[].
8131         * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint)
8132         (arm_obsd_thumb_be_breakpoint): Change type to gdb_byte[].
8133         * cris-tdep.c (push_stack_item, cris_push_dummy_call)
8134         (cris_store_return_value, cris_extract_return_value): Use
8135         gdb_byte.
8136         (constraint): Change type of parameter to char * from signed
8137         char*.  Use gdb_byte.
8138         * dwarf2loc.c (read_pieced_value, write_pieced_value): Change type
8139         of local buffer to gdb_byte *.
8140         * dwarf2read.c (read_index_from_section): Use gdb_byte.
8141         (create_dwp_hash_table): Change type of locals to gdb_byte *.
8142         (add_address_entry): Change type of local buffer to gdb_byte[].
8143         * frv-tdep.c (frv_adjust_breakpoint_address, find_func_descr)
8144         (frv_push_dummy_call): Use gdb_byte.
8145         * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code)
8146         (hppa_hpux_supply_ss_fpblock, hppa_hpux_supply_ss_wide)
8147         (hppa_hpux_supply_save_state): Use gdb_byte.
8148         * hppa-tdep.c (hppa32_push_dummy_call)
8149         (hppa64_convert_code_addr_to_fptr): Use gdb_byte.
8150         * ia64-tdep.c (extract_bit_field, replace_bit_field)
8151         (slotN_contents, replace_slotN_contents): Change type of parameter
8152         to gdb_byte *.
8153         (fetch_instruction, ia64_pseudo_register_write)
8154         (ia64_register_to_value, ia64_value_to_register)
8155         (ia64_extract_return_value, ia64_store_return_value)
8156         (ia64_push_dummy_call): Use gdb_byte.
8157         * m32c-tdep.c (m32c_return_value): Remove cast.
8158         * m68hc11-tdep.c (m68hc11_pseudo_register_write)
8159         (m68hc11_push_dummy_call, m68hc11_store_return_value): Use
8160         gdb_byte.
8161         * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Use gdb_byte.
8162         * mn10300-tdep.c (mn10300_store_return_value)
8163         (mn10300_breakpoint_from_pc, mn10300_push_dummy_call): Use
8164         gdb_byte.
8165         * moxie-tdep.c (moxie_process_readu): Use gdb_byte.
8166         (moxie_process_record): Remove casts.
8167         * ppc-ravenscar-thread.c (supply_register_at_address)
8168         (ppc_ravenscar_generic_store_registers): Use gdb_byte.
8169         * ravenscar-thread.c (get_running_thread_id): Use gdb_byte.
8170         * remote-m32r-sdi.c (m32r_fetch_register): Use gdb_byte.
8171         * remote-mips.c (mips_xfer_memory): Use gdb_byte.
8172         * remote.c (compare_sections_command): Use gdb_byte.
8173         * score-tdep.c (score7_free_memblock): Change type of parameter to
8174         gdb_byte *.
8175         * sh-tdep.c (sh_justify_value_in_reg): Change return type to
8176         gdb_byte *.  Use gdb_byte.
8177         (sh_push_dummy_call_fpu): Use gdb_byte.
8178         (sh_extract_return_value_nofpu, sh_extract_return_value_fpu)
8179         (sh_store_return_value_nofpu, sh_store_return_value_fpu)
8180         (sh_register_convert_to_virtual, sh_register_convert_to_raw):
8181         Change parameter type to 'gdb_byte *'.  Use gdb_byte.
8182         (sh_pseudo_register_read, sh_pseudo_register_write): Use gdb_byte.
8183         * sh64-tdep.c (sh64_push_dummy_call): Use gdb_byte.
8184         (sh64_store_return_value, sh64_register_convert_to_virtual):
8185         Change parameter type to 'gdb_byte *'.  Use gdb_byte.
8186         (sh64_pseudo_register_write): Use gdb_byte.
8187         * solib-darwin.c (darwin_current_sos): Add casts to 'gdb_byte *'.
8188         * solib-irix.c (fetch_lm_info): Likewise.  Use gdb_byte for byte
8189         buffer.
8190         (irix_current_sos): Use gdb_byte.
8191         * solib-som.c (som_current_sos): Use gdb_byte.
8192         * sparc-ravenscar-thread.c (supply_register_at_address)
8193         (sparc_ravenscar_generic_store_registers): Use gdb_byte.
8194         * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
8195         * spu-tdep.c (spu_get_overlay_table): Use gdb_byte.
8196         * tic6x-tdep.c (tic6x_breakpoint_from_pc): Change return type to
8197         'gdb_byte *'.
8198         * tic6x-tdep.h (struct gdbarch_tdep) <breakpoint>: Change type to
8199         'gdb_byte *'.
8200         * tracepoint.c (tfile_fetch_registers): Use gdb_byte.
8201         * xstormy16-tdep.c (xstormy16_extract_return_value)
8202         (xstormy16_store_return_value): Change parameter type to
8203         'gdb_byte *'.  Adjust.
8204         (xstormy16_push_dummy_call): Use gdb_byte.
8205         * xtensa-tdep.c (xtensa_scan_prologue, call0_ret)
8206         (call0_analyze_prologue, execute_code): Use gdb_byte.
8207
8208 2013-04-19  Vladimir Kargov <kargov@gmail.com>
8209             Pedro Alves  <palves@redhat.com>
8210
8211         * i387-tdep.c (i387_print_float_info): Use gdb_byte for pointer to
8212         value contents.
8213
8214 2013-04-17  Doug Evans  <dje@google.com>
8215
8216         * dwarf2read.c (struct signatured_type): New member type.
8217         (struct attribute): Replace member signatured_type with signature.
8218         (DW_SIGNATURE): Replaces DW_SIGNATURE_TYPE.
8219         (read_call_site_scope): Call follow_die_ref instead of
8220         follow_die_ref_or_sig.
8221         (read_structure_type): Rewrite handling of signatured types.
8222         (read_enumeration_type): Ditto.
8223         (read_attribute_value): Update.
8224         (build_error_marker_type): New function.
8225         (lookup_die_type): Add assert.  Rewrite handling of signatured types.
8226         Don't call error for bad types, just build an error marker type.
8227         (dump_die_shallow): Update.
8228         (follow_die_sig_1): Renamed from follow_die_sig.
8229         Don't call error for bad types, instead return NULL.
8230         (follow_die_sig): New function.
8231         (get_signatured_type, get_DW_AT_signature_type): New functions.
8232
8233 2013-04-17  Yufeng Zhang  <yufeng.zhang@arm.com>
8234
8235         * aarch64-tdep.c (aarch64_write_pc): Removed.
8236         (aarch64_gdbarch_init): Remove set_gdbarch_write_pc of the above
8237         function.
8238
8239 2013-04-17  Yao Qi  <yao@codesourcery.com>
8240
8241         * top.c (print_gdb_configuration): Print configure-time
8242         parameter on using libbabeltrace or not.
8243
8244 2013-04-16  Pedro Alves  <palves@redhat.com>
8245
8246         * copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.
8247
8248 2013-04-16  Pedro Alves  <palves@redhat.com>
8249
8250         * common/glibc_thread_db.h: Update from upstream glibc
8251         (git 568035b7874a099087b77f7bba3e36a1173787b0).
8252
8253 2013-04-16  Pedro Alves  <palves@redhat.com>
8254
8255         * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: Factor out to ...
8256         * common/glibc_thread_db.h: ... this new file ...
8257         * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: ... and include it.
8258
8259 2013-04-16  Will Newton  <will.newton@gmail.com>
8260             Pedro Alves  <palves@redhat.com>
8261
8262         PR build/11881
8263
8264         * common/gdb_thread_db.h (LIBTHREAD_DB_SO)
8265         (LIBTHREAD_DB_SEARCH_PATH): Move outside of #ifdef
8266         HAVE_THREAD_DB_H.
8267
8268 2013-04-16  Pedro Alves  <palves@redhat.com>
8269             Eli Zaretskii  <eliz@gnu.org>
8270
8271         * NEWS: Mention "set foo unlimited".
8272
8273 2013-04-15  Doug Evans  <dje@google.com>
8274
8275         * dwarf2read.c (struct dwo_file): Replace member "cus" with "cu".
8276         (struct create_dwo_cu_data): Renamed from create_dwo_info_table_data.
8277         (create_dwo_cu_reader): Renamed from
8278         create_dwo_debug_info_hash_table_reader.
8279         (create_dwo_cu): Renamed from create_dwo_debug_info_hash_table.
8280         Remove support for multiple CUs in a DWO file.
8281         (open_and_init_dwo_file, lookup_dwo_cutu): Update.
8282
8283         * dwarf2read.c (create_debug_types_hash_table): Use hex_string
8284         instead of phex.
8285         (lookup_dwo_unit, create_dwo_debug_info_hash_table_reader): Ditto.
8286         (create_dwo_in_dwp): Ditto.
8287
8288 2013-04-15  Tom Tromey  <tromey@redhat.com>
8289
8290         * NEWS: Move recent entries into "since 7.6" section.
8291
8292 2013-04-15  Tom Tromey  <tromey@redhat.com>
8293
8294         PR c++/13588:
8295         * NEWS: Update.
8296         * break-catch-throw.c (struct exception_catchpoint)
8297         <exception_rx, pattern>: New fields.
8298         (fetch_probe_arguments, dtor_exception_catchpoint)
8299         (check_status_exception_catchpoint)
8300         (print_one_detail_exception_catchpoint): New functions.
8301         (handle_gnu_v3_exceptions): Add "except_rx" argument.
8302         Compile regular expression if needed.
8303         (extract_exception_regexp): New function.
8304         (catch_exception_command_1): Use extract_exception_regexp.
8305         (compute_exception): Use fetch_probe_arguments.
8306         (initialize_throw_catchpoint_ops): Set dtor, print_one_detail,
8307         and check_status fields.
8308         * cp-abi.c (cplus_typename_from_type_info): New function.
8309         * cp-abi.h (cplus_typename_from_type_info): Declare.
8310         (struct cp_abi_ops) <get_typename_from_type_info>: New field.
8311         * gdb_regex.h (compile_rx_or_error): Declare.
8312         * gnu-v3-abi.c (gnuv3_get_typename_from_type_info): Update
8313         comment.
8314         (init_gnuv3_ops): Set get_type_from_type_info field.
8315         * probe.c (compile_rx_or_error): Move...
8316         * utils.c (compile_rx_or_error): ... here.
8317
8318 2013-04-15  Tom Tromey  <tromey@redhat.com>
8319
8320         PR c++/15176:
8321         * NEWS: Update.
8322         * break-catch-throw.c (compute_exception): New function.
8323         (exception_funcs): New global.
8324         (_initialize_break_catch_throw): Create $_exception.
8325         * cp-abi.c (cplus_type_from_type_info): New function.
8326         * cp-abi.h (cplus_type_from_type_info): Declare.
8327         (struct cp_abi_ops) <get_type_from_type_info>: New field.
8328         * gnu-v3-abi.c (gnuv3_get_typename_from_type_info)
8329         (gnuv3_get_type_from_type_info): New functions.
8330         (init_gnuv3_ops): Set get_type_from_type_info ABI field.
8331
8332 2013-04-15  Tom Tromey  <tromey@redhat.com>
8333
8334         * break-catch-throw.c (struct exception_names): New.
8335         (exception_functions): Change type.
8336         (re_set_exception_catchpoint): Look for SDT probes.
8337
8338 2013-04-15  Tom Tromey  <tromey@redhat.com>
8339
8340         PR c++/10119:
8341         * break-catch-throw.c (exception_functions): New global.
8342         (gnu_v3_exception_catchpoint_ops): Move earlier.
8343         (struct exception_catchpoint): New.
8344         (classify_exception_breakpoint): Rewrite.
8345         (re_set_exception_catchpoint): New function.
8346         (handle_gnu_v3_exceptions): Return void.  Use init_catchpoint.
8347         Allocate a struct exception_catchpoint.
8348         (catch_exception_command_1): Update.
8349         (initialize_throw_catchpoint_ops): Set 're_set' method.
8350
8351 2013-04-15  Tom Tromey  <tromey@redhat.com>
8352
8353         * Makefile.in (SFILES): Add break-catch-throw.c
8354         (COMMON_OBS): Add break-catch-throw.o.
8355         * break-catch-throw.c: New file.
8356         * breakpoint.c: Move exception-catching code to new file.
8357         (ep_parse_optional_if_clause): No longer static.
8358         * breakpoint.h (ep_parse_optional_if_clause): Declare.
8359
8360 2013-04-15  Tom Tromey  <tromey@redhat.com>
8361
8362         PR c++/9065:
8363         * NEWS: Update.
8364         * breakpoint.c (watchpoint_exp_is_const): Add OP_TYPEID.
8365         * c-exp.y (TYPEID): New token.
8366         (exp): Add new TYPEID productions.
8367         (ident_tokens): Add "typeid".
8368         * cp-abi.c (cplus_typeid, cplus_typeid_type): New functions.
8369         * cp-abi.h (cplus_typeid, cplus_typeid_type): Declare.
8370         (struct cp_abi_ops) <get_typeid, get_typeid_type>: New fields.
8371         * eval.c (evaluate_subexp_standard) <OP_TYPEID>: New case.
8372         * expprint.c (dump_subexp_body_standard) <OP_TYPEID>: New
8373         case.
8374         * gnu-v3-abi.c (std_type_info_gdbarch_data): New global.
8375         (build_std_type_info_type, gnuv3_get_typeid_type)
8376         (gnuv3_get_typeid): New functions.
8377         (init_gnuv3_ops): Initialize std_type_info_gdbarch_data.  Set
8378         new fields on ABI object.
8379         * parse.c (operator_length_standard) <OP_TYPEID>: New case.
8380         * std-operator.def (OP_TYPEID): New.
8381
8382 2013-04-15  Tom Tromey  <tromey@redhat.com>
8383
8384         * elfread.c (elf_symtab_read): Install versioned symbol under
8385         unversioned name as well.
8386
8387 2013-04-15  Tom Tromey  <tromey@redhat.com>
8388
8389         PR c++/11990:
8390         * c-lang.c (cplus_language_defn): Use gdb_demangle.
8391         * c-typeprint.c (c_type_print_base): Use gdb_demangle.
8392         * cp-support.c (mangled_name_to_comp): Use gdb_demangle.
8393         (gdb_demangle): New function.
8394         * cp-support.h (gdb_demangle): Declare.
8395         * dwarf2read.c (dwarf2_physname, fixup_partial_die)
8396         (dwarf2_name): Use gdb_demangle.
8397         * gdbtypes.c (check_stub_method): Use gdb_demangle.
8398         * gnu-v3-abi.c (gnuv3_rtti_type): Strip @plt and version
8399         suffixes from name.
8400         (gnuv3_print_method_ptr): Use gdb_demangle.
8401         * jv-lang.c (java_demangle): Use gdb_demangle.
8402         * jv-typeprint.c (java_type_print_base): Use gdb_demangle.
8403         * language.c (unk_lang_demangle): Use gdb_demangle.
8404         * symtab.c (symbol_find_demangled_name)
8405         (demangle_for_lookup): Use gdb_demangle.
8406
8407 2013-04-15  Tom Tromey  <tromey@redhat.com>
8408
8409         PR c++/12824:
8410         * NEWS: Update.
8411         * breakpoint.c (enum exception_event_kind) <EX_EVENT_RETHROW>:
8412         New constant.
8413         (classify_exception_breakpoint): New function.
8414         (print_it_exception_catchpoint, print_one_exception_catchpoint)
8415         (print_mention_exception_catchpoint)
8416         (print_recreate_exception_catchpoint, handle_gnu_v3_exceptions)
8417         (catch_exception_command_1): Handle "rethrow" catchpoint.
8418         (catch_rethrow_command): New function.
8419         (_initialize_breakpoint): Add "catch rethrow" command.
8420
8421 2013-04-15  Pierre Muller  <muller@sourceware.org>
8422
8423         * contrib/ari/gdb_ari.sh (write_pc rule): Do not consider
8424         set_gdbarch_write_pc as deprecated anymore.
8425
8426 2013-04-15  Joel Brobecker  <brobecker@adacore.com>
8427
8428         * spu-tdep.c (spu_write_pc): Add empty line after local variable
8429         declarations.
8430
8431 2013-04-13  Yao Qi  <yao@codesourcery.com>
8432
8433         * ctf.c (_initialize_ctf): Include "completer.h".
8434         Call add_target_with_completer instead of add_target.
8435
8436 2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
8437
8438         Fix GDB regression related to PR binutils/14813.
8439         * jit.c (mem_bfd_iovec_close): Return 0 for success.
8440         * minidebug.c (lzma_close): Add return value comment.
8441         * remote.c (remote_bfd_iovec_close): Return 0 for success.
8442         * solib-spu.c (spu_bfd_iovec_close): Likewise.
8443         * spu-linux-nat.c (spu_bfd_iovec_close): Likewise.
8444
8445 2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
8446
8447         * config.in: Regenerate.
8448
8449 2013-04-12  Tom Tromey  <tromey@redhat.com>
8450
8451         * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: Now
8452         const.
8453         * dwarf2read.c (struct dwarf2_section_info) <buffer>: Now const.
8454         (struct die_reader_specs) <buffer>: Likewise.
8455         (die_reader_func_ftype): Make 'info_ptr' const.
8456         (struct line_header) <include_dirs, statement_program_start,
8457         statement_program_end>: Now const.
8458         (struct file_entry) <name>: Likewise.
8459         (struct partial_die_info) <sibling>: Likewise.
8460         (struct dwarf_block) <data>: Likewise.
8461         (dwarf2_read_section): Remove cast.
8462         (dwarf2_get_section_info): Make 'bufp' const.
8463         (read_index_from_section): Constify.
8464         (dw2_get_file_names_reader): Make 'info_ptr' const.
8465         (dw2_get_primary_filename_reader): Likewise.
8466         (read_comp_unit_head): Make 'info_ptr' and return type const.
8467         (read_and_check_comp_unit_head, read_and_check_type_unit_head):
8468         Likewise.
8469         (read_abbrev_offset): Constify.
8470         (dwarf2_create_include_psymtab): Make 'name' const.
8471         (create_debug_types_hash_table): Update.
8472         (read_cutu_die_from_dwo): Make 'result_info_ptr' const.
8473         (init_cutu_and_read_dies, init_cutu_and_read_dies_no_follow):
8474         Constify.
8475         (process_psymtab_comp_unit_reader, build_type_psymtabs_reader)
8476         (load_partial_comp_unit_reader): Make 'info_ptr' const.
8477         (read_comp_units_from_section): Constify.
8478         (peek_abbrev_code, peek_die_abbrev, skip_children, skip_one_die)
8479         (locate_pdi_sibling, load_full_comp_unit_reader): Make 'info_ptr'
8480         const.
8481         (dwarf2_compute_name, setup_type_unit_groups): Constify.
8482         (create_dwo_debug_info_hash_table): Make 'info_ptr' const.
8483         (create_dwp_hash_table, dwarf2_ranges_read)
8484         (dwarf2_record_block_ranges): Constify.
8485         (read_die_and_children, read_die_and_siblings_1)
8486         (read_die_and_siblings): Make 'info_ptr' and 'new_info_ptr'
8487         const.
8488         (read_full_die_1, read_full_die): Make 'info_ptr' const.
8489         (abbrev_table_read_table): Constify.
8490         (load_partial_dies): Make 'info_ptr' const.
8491         (read_partial_die, read_attribute_value, read_attribute): Make
8492         'info_ptr' and return type const.
8493         (read_address, read_initial_length)
8494         (read_checked_initial_length_and_offset, read_offset)
8495         (read_offset_1, read_n_bytes, read_direct_string): Make 'buf'
8496         const.
8497         (read_direct_string): Make 'buf' and return type const.
8498         (read_indirect_string_at_offset, read_indirect_string_from_dwz)
8499         (read_indirect_string): Make return type const.
8500         (read_unsigned_leb128, read_signed_leb128): Make 'buf' const.
8501         (read_addr_index_from_leb128, dwarf2_read_addr_index_reader): Make
8502         'info_ptr' const.
8503         (read_str_index): Make return type const.
8504         (add_include_dir): Make 'include_dir' const.
8505         (add_file_name): Make 'name' const.
8506         (dwarf_decode_line_header): Constify.
8507         (psymtab_include_file_name): Make return type const.
8508         (dwarf_decode_lines_1, dwarf_decode_lines): Constify.
8509         (dwarf2_start_subfile): Make 'filename' const.
8510         (dwarf2_const_value_attr): Make 'bytes' const.
8511         (read_signatured_type_reader): Make 'info_ptr' const.
8512         (decode_locdesc): Constify.
8513         (skip_form_bytes): Make 'bytes', 'buffer_end', and return type
8514         const.
8515         (skip_unknown_opcode): Make 'opcode_definitions', 'mac_ptr',
8516         'mac_end', and return type const.
8517         (dwarf_parse_macro_header): Make 'mac_ptr' and return type const.
8518         (dwarf_decode_macro_bytes): Make 'mac_ptr', 'mac_end', and return
8519         type const.
8520         (per_cu_header_read_in): Constify.
8521         * symfile.h (dwarf2_get_section_info): Update.
8522
8523 2013-04-12  Tom Tromey  <tromey@redhat.com>
8524
8525         * symtab.h (struct general_symbol_info) <value.bytes>: Make const.
8526
8527 2013-04-12  Eli Zaretskii  <eliz@gnu.org>
8528
8529         * NEWS: Mention "show configuration", --configuration.
8530         * top.c (print_gdb_configuration): New function, displays the
8531         details about GDB configure-time parameters.
8532         (print_gdb_version): Mention "show configuration".
8533         * cli/cli-cmds.c (show_configuration): New function.
8534         (_initialize_cli_cmds): Add the "show configuration" command.
8535         * main.c (captured_main) <print_configuration>: New static var.
8536         <long_options>: Use it.
8537         If --configuration was given, call print_gdb_configuration.
8538
8539 2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8540             Pedro Alves  <palves@redhat.com>
8541
8542         * Makefile.in (HAVE_NATIVE_GCORE_TARGET): New.
8543         (generated_files): Add gcore.
8544         (install-only, uninstall): Add gcore if HAVE_NATIVE_GCORE_TARGET or
8545         HAVE_NATIVE_GCORE_HOST.
8546         (gcore): New.
8547         * NEWS (Changes since GDB 7.6): Mention newly installed gcore.
8548         * config/alpha/alpha-osf3.mh, config/i386/fbsd.mh,
8549         config/i386/fbsd64.mh, config/i386/i386gnu.mh, config/i386/i386sol2.mh,
8550         config/i386/sol2-64.mh, config/mips/irix5.mh, config/mips/irix6.mh,
8551         config/powerpc/fbsd.mh, config/sparc/fbsd.mh, config/sparc/sol2.mh:
8552         Add HAVE_NATIVE_GCORE_HOST.
8553         * configure: Regenerate.
8554         * configure.ac (HAVE_NATIVE_GCORE_TARGET): New, set it, AC_SUBST it.
8555         New AC_SUBST fir GDB_TRANSFORM_NAME and GCORE_TRANSFORM_NAME.  New
8556         AC_CONFIG_FILES for gcore.
8557         * configure.tgt: Add gdb_have_gcore to the initial comment.  Set
8558         gdb_have_gcore.
8559         * gdb_gcore.sh: Rename to ...
8560         * gcore.in: ... here.  Remove gcore.sh comment.  Use GDB_TRANSFORM_NAME
8561         and GCORE_TRANSFORM_NAME substitutions.
8562
8563         Fix parsing tabs in ${gdb_target_obs}.
8564         * configure.tgt (gdb_have_gcore): Replace case with for and if.
8565
8566 2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8567
8568         * remote.c (unpush_and_perror): Add output message final dot.
8569
8570 2013-04-11  Yao Qi  <yao@codesourcery.com>
8571
8572         * tracepoint.c (tfile_interp_line): Fit parameters line and
8573         utpp in one line.
8574
8575 2013-04-10  Joel Brobecker  <brobecker@adacore.com>
8576
8577         * solib.c (solib_map_sections): Remove code overwriting
8578         SO->SO_NAME with the bfd's filename.
8579
8580 2013-04-10  Pedro Alves  <palves@redhat.com>
8581
8582         * cli/cli-decode.c (integer_unlimited_completer): New function.
8583         (add_setshow_integer_cmd, add_setshow_uinteger_cmd)
8584         (add_setshow_zuinteger_unlimited_cmd): Install the "unlimited"
8585         completer.
8586         * cli/cli-setshow.c: Include "cli/cli-utils.h".
8587         (is_unlimited_literal): New function.
8588         (do_set_command): Handle literal "unlimited" arguments.
8589         * frame.c (_initialize_frame) <set backtrace limit>: Document
8590         "unlimited".
8591         * printcmd.c (_initialize_printcmd) <set print
8592         max-symbolic-offset>: Add help text.
8593         * record-full.c (_initialize_record_full) <set record full
8594         insn-number-max>: Likewise.
8595         * record.c (_initialize_record) <set record
8596         instruction-history-size, set record function-call-history-size>:
8597         Add help text.
8598         * ser-tcp.c (_initialize_ser_tcp) <set tcp connect-timeout>: Add
8599         help text.
8600         * tracepoint.c (_initialize_tracepoint) <set trace-buffer-size>:
8601         Likewise.
8602         * source.c (_initialize_source) <set listsize>: Add help text.
8603         * utils.c (initialize_utils) <set height, set width>: Likewise.
8604         <set pagination>: Mention "set height unlimited".
8605         * valprint.c (_initialize_valprint) <set print elements, set print
8606         repeats>: Document "unlimited".
8607
8608 2013-04-10  Pedro Alves  <palves@redhat.com>
8609
8610         * cli/cli-cmds.c (quit_command): Call query_if_trace_running
8611         instead of disconnect_tracing.
8612         * infcmd.c (detach_command, disconnect_command): Call
8613         query_if_trace_running.  Adjust.
8614         * top.c: Include "tracepoint.h".
8615         (quit_target): Delete.  Contents moved ...
8616         (quit_force): ... here.  Wrap each stage of teardown in
8617         TRY_CATCH.  Call disconnect_tracing before detaching.
8618
8619 2013-04-10  Hui Zhu  <hui@codesourcery.com>
8620             Yao Qi  <yao@codesourcery.com>
8621
8622         * configure.ac: Check libbabeltrace is installed.
8623         * config.in: Regenerate.
8624         * configure: Regenerate.
8625         * Makefile.in (LIBBABELTRACE): New.
8626         (CLIBS): Add LIBBABELTRACE.
8627         * ctf.c: Include "exec.h".
8628         (CTF_EVENT_ID_STATUS, CTF_EVENT_ID_TSV_DEF): New macros.
8629         (CTF_EVENT_ID_TP_DEF, ctf_save_write_int32): New macros.
8630         (ctf_save_metadata_header): Define new type aliases in
8631         metadata.
8632         (ctf_write_header): Define event type "tsv_def" and "tp_def"
8633         in metadata.  Start a new faked packet for trace status.
8634         (ctf_write_status): Write trace status to CTF.
8635         (ctf_write_uploaded_tsv): Write TSV to CTF.
8636         (ctf_write_uploaded_tp): Write tracepoint definition to CTF.
8637         (ctf_write_definition_end): End the faked packet.
8638
8639         (ctx, ctf_iter, trace_dirname): New.
8640         (start_pos): New variable.
8641         (ctf_destroy, ctf_open_dir, ctf_open): New.
8642         (SET_INT32_FIELD, SET_ARRAY_FIELD, SET_STRING_FIELD): New
8643         macros.
8644         (ctf_read_tsv, ctf_read_tp, ctf_close, ctf_files_info): New.
8645         (ctf_fetch_registers, ctf_xfer_partial): New.
8646         (ctf_get_trace_state_variable_value): New.
8647         (ctf_get_tpnum_from_frame_event): New.
8648         (ctf_get_traceframe_address): New.
8649         (ctf_trace_find, ctf_has_stack): New.
8650         (ctf_has_registers, ctf_traceframe_info, init_ctf_ops): New.
8651         (ctf_get_trace_status, ctf_read_status): New.
8652         (_initialize_ctf): New.
8653         * tracepoint.c (get_tracepoint_number): New
8654         (get_uploaded_tsv): Remove 'static'.
8655         (struct traceframe_info, trace_regblock_size): Move it to ...
8656         * tracepoint.h: ... here.
8657         (get_tracepoint_number): Declare it.
8658         (get_uploaded_tsv): Declare it.
8659
8660         * NEWS: Mention new configure option.
8661
8662 2013-04-10  Pedro Alves  <palves@redhat.com>
8663             Hui Zhu  <hui@codesourcery.com>
8664
8665         * breakpoint.c (dprintf_re_set): New.
8666         (initialize_breakpoint_ops): Set dprintf_breakpoint_ops re_set
8667         to dprintf_re_set.
8668
8669 2013-04-09  Joel Brobecker  <brobecker@adacore.com>
8670
8671         * configure.tgt (gdb_target_obs) <powerpc-*-aix* | rs6000-*-*>:
8672         Remove solib-svr4.o from the list.
8673
8674 2013-04-09  Joel Brobecker  <brobecker@adacore.com>
8675
8676         * varobj.c (update_dynamic_varobj_children) [!HAVE_PYTHON]:
8677         Use gdb_assert_not_reached instead of invalid boolean expression.
8678
8679 2013-04-09  Pedro Alves  <palves@redhat.com>
8680
8681         * remote.c (unpush_and_perror): New function.
8682         (readchar, remote_serial_write): Use it.
8683
8684 2013-04-09  Markus Metzger  <markus.t.metzger@intel.com>
8685
8686         * NEWS: Mention new btrace RSP packets.
8687
8688 2013-04-08  Tom Tromey  <tromey@redhat.com>
8689
8690         * symmisc.c (dump_msymbols): Cast fprintf_filtered argument to
8691         long.
8692
8693 2013-04-08  Tom Tromey  <tromey@redhat.com>
8694
8695         * maint.c (print_bfd_section_info): Print the section index.
8696         * symmisc.c (dump_msymbols): Print the section index.
8697
8698 2013-04-08  Tom Tromey  <tromey@redhat.com>
8699
8700         PR symtab/8424:
8701         * blockframe.c (find_pc_partial_function_gnu_ifunc): Check
8702         SYMBOL_SECTION, not SYMBOL_OBJ_SECTION.
8703         * breakpoint.c (resolve_sal_pc): Update.
8704         * elfread.c (elf_gnu_ifunc_record_cache): Update.
8705         * findvar.c (struct minsym_lookup_data) <objfile>: New field.
8706         (minsym_lookup_iterator_cb): Use it.
8707         (default_read_var_value): Update.
8708         * hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline):
8709         Update.
8710         * infcmd.c (jump_command): Update.
8711         * linespec.c (minsym_found): Update.
8712         * maint.c (maintenance_translate_address): Update.
8713         * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Update.
8714         (prim_record_minimal_symbol_full): Don't set SYMBOL_OBJ_SECTION.
8715         * parse.c (write_exp_msymbol): Update.
8716         * printcmd.c (address_info): Update.
8717         * psymtab.c (find_pc_sect_psymbol): Update.
8718         (fixup_psymbol_section): Check SYMBOL_SECTION, not
8719         SYMBOL_OBJ_SECTION.
8720         (add_psymbol_to_bcache): Correctly initialize SYMBOL_SECTION.
8721         Don't initialize SYMBOL_OBJ_SECTION.
8722         * spu-tdep.c (spu_catch_start): Update.
8723         * stabsread.c (define_symbol): Don't set SYMBOL_SECTION.
8724         * symmisc.c (dump_msymbols, print_symbol): Update.
8725         * symtab.c (fixup_section): Don't set 'obj_section'.  Change
8726         how fallback section is computed.
8727         (fixup_symbol_section): Update.
8728         (find_pc_sect_symtab, find_function_start_sal, skip_prologue_sal):
8729         Update.
8730         (allocate_symbol, initialize_symbol, allocate_template_symbol):
8731         Initialize SYMBOL_SECTION.
8732         * symtab.h (struct general_symbol_info) <section>: Update comment.
8733         <obj_section>: Remove.
8734         (SYMBOL_OBJ_SECTION): Add 'objfile' argument.  Rewrite.
8735         (SYMBOL_OBJFILE): New macro.
8736
8737 2013-04-08  Tom Tromey  <tromey@redhat.com>
8738
8739         * coffread.c (record_minimal_symbol): Update.
8740         * dbxread.c (record_minimal_symbol): Update.
8741         * elfread.c (record_minimal_symbol): Update.
8742         * machoread.c (macho_symtab_add_minsym): Update.
8743         * mdebugread.c (record_minimal_symbol, parse_partial_symbols):
8744         Update.
8745         * minsyms.c (prim_record_minimal_symbol): Update.
8746         (prim_record_minimal_symbol_full): Remove 'bfd_section'
8747         argument.
8748         (prim_record_minimal_symbol_and_info): Likewise.
8749         * minsyms.h (prim_record_minimal_symbol_full)
8750         (prim_record_minimal_symbol_and_info): Update.
8751         * symtab.c (allocate_symbol, initialize_symbol)
8752         (allocate_template_symbol): Initialize SYMBOL_SECTION.
8753         * xcoffread.c (record_minimal_symbol, scan_xcoff_symtab):
8754         Update.
8755
8756 2013-04-08  Tom Tromey  <tromey@redhat.com>
8757
8758         PR symtab/8423:
8759         * solib-som.c (som_solib_section_offsets): Use BFD section
8760         indices.  Set offsets for all sections.
8761         * somread.c (som_symtab_read): Compute BFD section for
8762         symbol.  Use prim_record_minimal_symbol_and_info.
8763         (som_symfile_read): Fix comment.
8764         (struct find_section_offset_arg): New.
8765         (find_section_offset, set_section_index): New functions.
8766         (som_symfile_offsets): Use set_section_index to compute
8767         section indices.
8768
8769 2013-04-08  Tom Tromey  <tromey@redhat.com>
8770
8771         * coffread.c (cs_to_section): Use gdb_bfd_section_index.
8772         * elfread.c (record_minimal_symbol, elf_symtab_read): Use
8773         gdb_bfd_section_index.
8774         * gdb_bfd.c (gdb_bfd_section_index, gdb_bfd_count_sections):
8775         New functions.
8776         * gdb_bfd.h (gdb_bfd_section_index, gdb_bfd_count_sections):
8777         Declare.
8778         * machoread.c (macho_symtab_add_minsym, macho_symfile_offsets):
8779         Update.
8780         * objfiles.c (add_to_objfile_sections_full): New function.
8781         (add_to_objfile_sections): Use it.
8782         (build_section_table): Rewrite.
8783         (objfile_relocate1): Use gdb_bfd_section_index.  Update.
8784         * objfiles.h (obj_section_offset): Use gdb_bfd_section_index.
8785         (struct objfile) <sections>: Update comment.
8786         (ALL_OBJFILE_OSECTIONS): Skip sections where the_bfd_section
8787         is NULL.
8788         (ALL_OBJSECTIONS): Use it.
8789         * solib-dsbt.c (dsbt_relocate_main_executable): Update.
8790         * solib-frv.c (frv_relocate_main_executable): Update.
8791         * solib-target.c (solib_target_relocate_section_addresses):
8792         Use gdb_bfd_section_index.
8793         * symfile.c (build_section_addr_info_from_section_table):
8794         Use gdb_bfd_section_index.
8795         (build_section_addr_info_from_bfd, place_section): Likewise.
8796         * symtab.c (fixup_section): Update.
8797         * xcoffread.c (find_targ_sec): Use gdb_bfd_section_index.
8798
8799 2013-04-08  Tom Tromey  <tromey@redhat.com>
8800
8801         * minsyms.h (struct bound_minimal_symbol): New.
8802         (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
8803         Remove objfile argument.
8804         (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
8805         Return bound_minimal_symbol.
8806         * minsyms.c (lookup_minimal_symbol_by_pc_1)
8807         (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
8808         Return bound_minimal_symbol.
8809         (in_gnu_ifunc_stub): Update.
8810         (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
8811         Remove 'objfile_p' argument.
8812         (lookup_solib_trampoline_symbol_by_pc): Update.
8813         * ada-tasks.c, amd64-windows-tdep.c, arm-tdep.c,
8814         arm-wince-tdep.c, block.c, blockframe.c, breakpoint.c, btrace.c,
8815         c-valprint.c, dwarf2loc.c, elfread.c, frame.c, frv-tdep.c,
8816         glibc-tdep.c, gnu-v2-abi.c, gnu-v3-abi.c, hppa-hpux-tdep.c,
8817         i386-tdep.c, ia64-tdep.c, infcall.c, infcmd.c, jit.c,
8818         linux-fork.c, m32c-tdep.c, m68hc11-tdep.c, maint.c,
8819         mips-tdep.c, p-valprint.c, parse.c, ppc-linux-tdep.c,
8820         ppc-sysv-tdep.c, printcmd.c, rs6000-tdep.c, sh64-tdep.c,
8821         stack.c, symtab.c, tui/tui-disasm.c: Update.
8822
8823 2013-04-08  Tom Tromey  <tromey@redhat.com>
8824
8825         * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.
8826         Use symbol's obstack, not an objfile.
8827         * coffread.c (process_coff_symbol): Update.
8828         * dwarf2read.c (fixup_go_packaging, new_symbol_full): Update.
8829         * jv-lang.c (add_class_symbol): Update.
8830         * mdebugread.c (new_symbol): Update.
8831         * minsyms.c (prim_record_minimal_symbol_full)
8832         (terminate_minimal_symbol_table): Update.
8833         * psymtab.c (add_psymbol_to_bcache): Clear entire symbol.  Update.
8834         * stabsread.c (define_symbol, read_enum_type): Update.
8835         * symtab.c (symbol_set_demangled_name, symbol_get_demangled_name):
8836         Handle Ada specially.
8837         (symbol_set_language): Add 'obstack' argument.
8838         (symbol_set_names): Update.
8839         (symbol_natural_name, symbol_demangled_name): Always use
8840         ada_decode_symbol.
8841         * symtab.h (struct general_symbol_info)
8842         <language_specific::obstack>: New field.
8843         <ada_mangled>: New field.
8844         (SYMBOL_SET_LANGUAGE): Add 'obstack' argument.
8845         (symbol_set_language): Update.
8846
8847 2013-04-08  Tom Tromey  <tromey@redhat.com>
8848
8849         * symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name):
8850         Take an obstack, not an objfile.
8851         (symbol_set_names): Update.
8852         * symtab.h (symbol_set_demangled_name): Update.
8853
8854 2013-04-08  Tom Tromey  <tromey@redhat.com>
8855
8856         * coffread.c (process_coff_symbol, coff_read_enum_type): Call
8857         allocate_symbol.
8858         * dwarf2read.c (fixup_go_packaging): Call allocate_symbol.
8859         (read_func_scope): Call allocate_template_symbol.
8860         (new_symbol_full): Call allocate_symbol.
8861         * jit.c (finalize_symtab): Call allocate_symbol.
8862         * jv-lang.c (add_class_symbol): Call allocate_symbol.
8863         * mdebugread.c (parse_symbol, new_block): Call allocate_symbol.
8864         * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
8865         (common_block_end): Call allocate_symbol.
8866         * symtab.c (allocate_symbol, initialize_symbol)
8867         (allocate_template_symbol): New functions.
8868         * symtab.c (allocate_symbol, initialize_symbol)
8869         (allocate_template_symbol): Declare.
8870         * xcoffread.c (process_xcoff_symbol): Call initialize_symbol.
8871
8872 2013-04-08  Pedro Alves  <palves@redhat.com>
8873             Keith Seitz  <keiths@redhat.com>
8874
8875         * breakpoint.c (create_breakpoint): Rename
8876         "parse_condition_and_thread" parameter to "parse_arg".  Update
8877         describing comment.  If !PARSE_ARG, then error out if ARG is not
8878         the empty string after extracting the location.
8879         * breakpoint.h (create_breakpoint): Rename
8880         "parse_condition_and_thread" parameter to "parse_arg".
8881
8882 2013-04-08  Aleksandar Ristovski  <aristovski@qnx.com
8883
8884         * solib-svr4.c (lm_addr_check): Add const qualifier to 'so' arg.
8885
8886 2013-04-07  Yao Qi  <yao@codesourcery.com>
8887
8888         * remote.c (remote_trace_find): Change type of parameters 'addr1'
8889         and 'addr2' to CORE_ADDR.
8890         * target.c (update_current_target): Update.
8891         * target.h (struct target_ops) <to_trace_find>: Change parameter
8892         type to CORE_ADDR.
8893         * tracepoint.c (tfind_1): Change type of parameters 'addr1' and
8894         'addr2' to CORE_ADDR.
8895         (tfile_trace_find): Likewise.
8896         (tfile_get_traceframe_address): Change return type to CORE_ADDR.
8897         Change local variable 'addr' to type CORE_ADDR.
8898         * tracepoint.h (tfind_1): Update declaration.
8899
8900 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
8901
8902         * windows-nat.c (windows_get_absolute_argv0): Move from here...
8903         * mingw-hdep.c (windows_get_absolute_argv0): ...to here.
8904         Include main.h.
8905
8906         * windows-nat.h (windows_get_absolute_argv0): Move prototype from
8907         here...
8908         * main.h (windows_get_absolute_argv0): ...to here.
8909
8910 2013-04-05  Doug Evans  <dje@google.com>
8911
8912         * dwarf2read.c (struct dwarf2_per_objfile): Tweak comment.
8913         (read_cutu_die_from_dwo): Add comments.
8914         (read_structure_type): Update comment.
8915         (read_enumeration_type, read_namespace_type): Update comment.
8916         (read_die_type, get_die_type_at_offset, get_die_type): Update comment.
8917
8918 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
8919
8920         Convert man pages to texinfo, new gdbinit.5 texinfo page.
8921         * Makefile.in (gdb.z): Remove.
8922         (install-only): Remove $(man1dir) and gdb.1 installation.
8923         * gdb.1: Remove.
8924
8925 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
8926
8927         Fix compatibility with Linux kernel 3.8.3.
8928         * linux-tdep.c (linux_find_memory_regions_full): Move variable number
8929         to more inner block.  Remove parsing of NUMBER from outer block.
8930         Parse NUMBER only if KEYWORD has been identified.
8931
8932 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
8933
8934         Fix variable name shadowing.
8935         * linux-tdep.c (linux_find_memory_regions_full): Rename outer variable
8936         filename to mapsfilename and update its uses.
8937
8938 2013-04-05  Eli Zaretskii  <eliz@gnu.org>
8939
8940         * Makefile.in (TAGS): Avoid warning from etags when $GDB_NM_FILE is
8941         empty.  See http://sourceware.org/ml/gdb-patches/2012-08/msg00504.html
8942         and http://sourceware.org/ml/gdb-patches/2013-04/msg00055.html for
8943         details of the problem.
8944
8945 2013-04-04  Pedro Alves  <palves@redhat.com>
8946             Hui Zhu  <hui@codesourcery.com>
8947
8948         * breakpoint.c (validate_commands_for_breakpoint): If validating a
8949         tracepoint, reset its STEP_COUNT and call validate_actionline.
8950
8951 2013-04-03  Doug Evans  <dje@google.com>
8952
8953         * dwarf2read.c (read_die_and_siblings_1): Renamed from
8954         read_die_and_siblings.
8955         (read_die_and_siblings): New function.
8956         (read_cutu_die_from_dwo): Dump die if requested.
8957         (read_die_and_children): Call read_full_die_1 and
8958         read_die_and_siblings_1.
8959         (read_full_die): Dump die if requested.
8960
8961         * dwarf2read.c (read_comp_units_from_section): Add debugging printf.
8962
8963         * dwarf2read.c (struct dwo_file): New member comp_dir.
8964         Rename member name to dwo_name.  All uses updated.
8965         (hash_dwo_file): Include comp_dir in computation.
8966         (eq_dwo_file): Ditto.
8967         (lookup_dwo_file_slot): New arg comp_dir.  All callers updated.
8968         (create_dwo_in_dwp, lookup_dwo_in_dwp, open_and_init_dwo_file): Ditto.
8969
8970         * psymtab.c (read_psymtabs_with_fullname): Don't call
8971         psymtab_to_fullname if the basenames are different.
8972
8973 2013-04-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
8974
8975         * NEWS (Changes in GDB 7.6): Update the data-disassemble for "fullname".
8976         New entry about "fullname" presence.
8977
8978 2013-04-03  Pedro Alves  <palves@redhat.com>
8979
8980         * NEWS: Mention x86_64/Cygwin as new native configuration.
8981
8982 2013-04-02  Doug Evans  <dje@google.com>
8983
8984         * dwarf2read.c (read_structure_type): Fix typo in comment.
8985
8986 2013-04-02  Pedro Alves  <palves@redhat.com>
8987
8988         * NEWS: Mention "set/show debug aarch64", "set/show debug
8989         coff-pe-read" and "set/show debug mach-o".
8990
8991 2013-04-02  Pedro Alves  <palves@redhat.com>
8992
8993         * NEWS: Mention "set/show remote trace-buffer-size-packet".
8994
8995 2013-04-02  Eli Zaretskii  <eliz@gnu.org>
8996
8997         * Makefile.in (HFILES_NO_SRCDIR): Remove call-cmds.h.
8998         gdb_string.h is now in common/.
8999
9000 2013-04-02  Pedro Alves  <palves@redhat.com>
9001
9002         * NEWS: Move "set debug notification" and "set trace-buffer-size"
9003         under "New options".
9004
9005 2013-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
9006
9007         Revert this patch:
9008         PR gdb/15275
9009         * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
9010
9011 2013-04-02  Pedro Alves  <palves@redhat.com>
9012
9013         PR gdb/15275
9014
9015         * remote.c (send_interrupt_sequence): Use remote_serial_write.
9016         (remote_serial_write): New function.
9017         (putpkt_binary, getpkt_or_notif_sane_1): Use remote_serial_write.
9018
9019 2013-04-01  Jiong Wang  <jiwang@tilera.com>
9020
9021         * NEWS: Mention TILE-Gx in "New native configurations" and
9022         "New targets" sections.
9023
9024 2013-04-01  Doug Evans  <dje@google.com>
9025
9026         * dwarf2read.c (lookup_signatured_type_at_offset): Delete.
9027         (process_enumeration_scope): Simplify.
9028
9029         * dwarf2read.c (struct dwarf2_per_cu_data): Move member
9030         type_unit_group ...
9031         (struct signatured_type): ... to here.
9032         (sig_type_ptr): New typedef.
9033         (type_unit_group): Delete member 't.first_cu'.  Move member 'tus'
9034         out of union 't'.  All uses updated.
9035         (dw2_get_file_names_reader): Assert not called for a type unit.
9036         (dw2_get_file_names): Assert not called for a type unit or type
9037         unit group.
9038         (build_type_psymtabs_reader): Assert called for a type unit.
9039         (build_type_psymtab_dependencies): Assert called for a type unit group.
9040
9041         * dwarf2read.c (free_dwo_file): Add comment.
9042         (dwarf2_per_objfile_free): Unref dwp bfd.
9043
9044 2013-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
9045
9046         * coff-pe-read.c (add_pe_exported_sym): Remove unused 'dll_name_len'.
9047         (add_pe_forwarded_sym): Remove unused 'section', 'dll_name_len'.
9048         (read_pe_exported_syms): Remove unused 'exportix'.
9049         (pe_text_section_offset): Remove unused 'opthdr_ofs', 'num_entries',
9050         'export_rva', 'export_size', 'expptr', 'exp_funcbase', 'expdata',
9051         'erva', 'name_rvas', 'ordinals', 'nexp', 'ordbase', 'dll_name'.
9052
9053 2013-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
9054
9055         * breakpoint.c (parse_cond_to_aexpr): Remove unused 'old_chain'.
9056         (print_it_watchpoint): Remove unused 'bl'.
9057         (say_where): Remove unused 'uiout'.
9058         (bpstat_remove_breakpoint_callback): Remove unused 'uiout'.
9059         (bkpt_breakpoint_hit): Remove unused 'b'.
9060         (internal_bkpt_print_it): Remove unused 'uiout'.
9061         * buildsym.c (augment_type_symtab): Remove unused 'i'.
9062
9063 2013-03-31  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
9064
9065         * ppc-sysv-tdep.c (ppc64_sysv_abi_push_float): New function.
9066         (ppc64_sysv_abi_push_dummy_call): Handle complex arguments.
9067
9068 2013-03-29  Doug Evans  <dje@google.com>
9069
9070         * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file.
9071         Delete arg is_dwp.  All callers updated.
9072         (open_dwp_file): New function.
9073         (open_and_init_dwp_file): Call it.
9074         (get_dwp_file): New function.
9075         (lookup_dwo_cutu): Call it.
9076
9077         * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, and
9078         unnecessary, cleanup.
9079
9080         * dwarf2read.c (lookup_dwo_cutu): Improve complaint text.
9081
9082         * dwarf2read.c (read_cutu_die_from_dwo): New function.
9083         (lookup_dwo_unit): New function.
9084         (init_cutu_and_read_dies): Move DWO handling to new functions.
9085
9086         * dwarf2read.c (struct signatured_type): Tweak comment.
9087         (struct dwo_unit): Tweak comment.
9088         (create_debug_types_hash_table): Tweak comment.  Reformat long line.
9089         (create_dwo_debug_info_hash_table): Tweak comment.
9090         (dwarf2_per_cu_offset_and_type): Tweak comment.
9091
9092         * dwarf2read.c (lookup_signatured_type): Remove complaint about
9093         missing .debug_types section.
9094
9095 2013-03-29  Yao Qi  <yao@codesourcery.com>
9096
9097         * corelow.c: Include "completer.h".
9098         (_initialize_corelow): Call add_target_with_completer with
9099         argument 'filename_completer'.
9100         * tracepoint.c: Likewise.
9101         * exec.c (_initialize_exec): Likewise.
9102         * target.c (add_target): Rename to ...
9103         (add_target_with_completer): ... this.  Call set_cmd_completer
9104         if parameter completer is not NULL.
9105         (add_target): New.
9106         * target.h: Include "command.h".
9107         (add_target_with_completer): Declare it.
9108
9109 2013-03-28  Joel Brobecker  <brobecker@adacore.com>
9110
9111         * coffread.c (is_import_fixup_symbol): New function.
9112         (record_minimal_symbol): Use is_import_fixup_symbol to
9113         detect import fixup symbols, and discard them.
9114
9115 2013-03-28  Doug Evans  <dje@google.com>
9116
9117         * dwarf2read.c (create_debug_types_hash_table): Don't allocate the
9118         types hash table until we know we need it.
9119
9120         * dwarf2read.c (create_addrmap_from_index): Complain about bad CU
9121         index numbers.
9122
9123         * dwarf2read.c (dw2_get_file_names): Delete arg "objfile".
9124         All callers updated.
9125         (dw2_print_stats): Print #read CUs too.
9126         (dump_die_shallow): Print signatured types better.
9127
9128         * dwarf2read.c (struct dwarf2_per_cu_data): Rename member
9129         info_or_types_section to section.  All uses updated.
9130         (struct dwo_unit): Ditto.
9131
9132 2013-03-28  Pedro Alves  <palves@redhat.com>
9133
9134         * NEWS (New options): New section.
9135         (New options): Mention set/show remote trace-status-packet.
9136         * remote.c (PACKET_qTStatus): New enumeration value.
9137         (remote_get_trace_status): Skip sending qTStatus if the packet is
9138         disabled.  Use packet_ok.
9139         (_initialize_remote): Register a configuration command for
9140         qTStatus packet.
9141
9142 2013-03-28  Doug Evans  <dje@google.com>
9143
9144         * symfile.c (find_separate_debug_file): Add comment.
9145         (terminate_after_last_dir_separator): Tweak comment.
9146
9147         * dwarf2read.c (create_partial_symtab): Add forward decl.
9148         (create_partial_symtab): Move to be closer to other psymtab functions.
9149         (process_psymtab_comp_unit_reader, process_psymtab_comp_unit): Ditto.
9150
9151         * dwarf2read.c (dwarf2_physname): Move declaration to better spot.
9152         (compute_symtab_includes): Remove unnecessary forward declaration.
9153         (die_needs_namespace): Add comment marking group of functions for
9154         dwarf2 name computation.
9155
9156         * typeprint.c (_initialize_typeprint): Improve type help text.
9157
9158         * python/python.c (finish_python_initialization): Provide suggestion
9159         for how to tell gdb to find its python files.
9160
9161 2013-03-28  Pedro Alves  <palves@redhat.com>
9162
9163         PR gdb/15294
9164
9165         * source.c (_initialize_source): Change back "set listsize" to an
9166         integer command.
9167
9168 2013-03-27  Gareth McMullin  <gareth@blacksphere.co.nz>
9169
9170         PR gdb/15275
9171         * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
9172
9173 2013-03-27  Pedro Alves  <palves@redhat.com>
9174
9175         * top.c (history_size): Rename to ...
9176         (history_size_setshow_var): ... this.  Add comment.
9177         (show_commands): Use readline's 'history_length' instead of
9178         computing the history length by calling history_get in a loop.
9179         (set_history_size_command): Error out for sizes over INT_MAX.
9180         Restore previous history size on invalid size.
9181         (init_history): If HISTSIZE is negative, leave the history size as
9182         zero.  Add comments.
9183         (init_main): Adjust.
9184
9185 2013-03-27  Pedro Alves  <palves@redhat.com>
9186
9187         * coff-pe-read.c (_initialize_coff_pe_read): Rename "set debug
9188         coff_pe_read" command to "set debug coff-pe-read".
9189
9190 2013-03-27  Markus Metzger  <markus.t.metzger@intel.com>
9191
9192         * record.c (command_size_to_target_size): Fix size comparison.
9193         Change parameter type from pointer to integer to integer.
9194         Update all users.
9195
9196 2013-03-27  Pierre Muller  <muller@sourceware.org>
9197
9198         * windows-nat.c (handle_output_debug_string): Avoid typecast
9199         from integer of different size warning.
9200
9201 2013-03-26  Joel Brobecker  <brobecker@adacore.com>
9202
9203         * windows-nat.c (handle_output_debug_string): Add empty line
9204         after local block variable definition.
9205
9206 2013-03-26  Pedro Alves  <palves@redhat.com>
9207
9208         * ser-tcp.c (wait_for_connect): Make 'polls' parameter unsigned.
9209         (net_open): Make 'polls' local unsigned.
9210
9211 2013-03-26  Pedro Alves  <palves@redhat.com>
9212
9213         * remote.c (_initialize_remote): Make "set remoteaddresssize"
9214         a zuinteger command instead of uinteger.
9215
9216 2013-03-26  Pedro Alves  <palves@redhat.com>
9217
9218         * record-full.c (record_full_insn_num): Make it unsigned.
9219         (record_full_check_insn_num, record_full_message)
9220         (record_full_registers_change, record_full_xfer_partial): Remove
9221         record_full_insn_max_num check (it's always != 0).
9222         (record_full_info, record_full_restore): Use %u as format string.
9223         (): Use %u as format string.
9224         (set_record_full_insn_max_num): Remove record_full_insn_max_num
9225         check (it's always != 0).
9226
9227 2013-03-26  Pedro Alves  <palves@redhat.com>
9228
9229         * dcache.c (_initialize_dcache): Make the "set dcache line-size"
9230         and "set dcache size" commands zuinteger instead of uinteger.
9231
9232 2013-03-26  Pedro Alves  <palves@redhat.com>
9233
9234         * cris-tdep.c (_initialize_cris_tdep): Make the "set cris-version"
9235         command zuinteger instead of uinteger.
9236
9237 2013-03-26  Pedro Alves  <palves@redhat.com>
9238
9239         * coff-pe-read.c (_initialize_coff_pe_read): Make the command
9240         zuinteger instead of uinteger.
9241
9242 2013-03-26  Pedro Alves  <palves@redhat.com>
9243
9244         * record.c (record_insn_history_size_setshow_var)
9245         (record_call_history_size_setshow_var): New globals.
9246         (command_size_to_target_size): New function.
9247         (cmd_record_insn_history, cmd_record_call_history): Use
9248         command_size_to_target_size instead of cast.
9249         (validate_history_size, set_record_insn_history_size)
9250         (set_record_call_history_size): New functions.
9251         (_initialize_record): Install set_record_insn_history_size and
9252         set_record_call_history_size as "set" hooks of "set record
9253         instruction-history-size" and "set record
9254         function-call-history-size".
9255
9256 2013-03-26  Pedro Alves  <palves@redhat.com>
9257
9258         * top.c (gdb_rl_operate_and_get_next): Replace max_input_history
9259         use with history_max_entries use.  Remove FIXME note.
9260
9261 2013-03-26  Markus Metzger  <markus.t.metzger@intel.com>
9262
9263         * record-btrace.c (record_btrace_close): Call
9264         record_btrace_auto_disable.
9265
9266 2013-03-25  Joel Brobecker  <brobecker@adacore.com>
9267
9268         * rs6000-nat.c (fixup_breakpoints): Delete declaration.
9269
9270 2013-03-25  Doug Evans  <dje@google.com>
9271
9272         * contrib/cc-with-tweaks.sh: Check exit code of dwp.
9273
9274 2013-03-25  Tom Tromey  <tromey@redhat.com>
9275
9276         PR symtab/11462:
9277         * c-exp.y (exp): Add new productions for destructors after '.' and
9278         '->'.
9279         (write_destructor_name): New function.
9280
9281 2013-03-25  Tom Tromey  <tromey@redhat.com>
9282
9283         PR c++/9197:
9284         * opencl-lang.c (evaluate_subexp_opencl) <STRUCTOP_STRUCT>: Use
9285         value_struct_elt, not lookup_struct_elt_type.
9286         * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
9287         STRUCTOP_PTR>: Use value_struct_elt, not lookup_struct_elt_type.
9288         * expression.h (EVAL_AVOID_SIDE_EFFECTS): Update comment.
9289
9290 2013-03-25  Yao Qi  <yao@codesourcery.com>
9291
9292         * ctf.c [USE_WIN32API]: Undef 'mkdir' and use 'mkdir'
9293         instead of '_mkdir'.
9294
9295 2013-03-23  Eli Zaretskii  <eliz@gnu.org>
9296
9297         * windows-nat.c (windows_get_absolute_argv0): New function.
9298         * windows-nat.h: Add its prototype.
9299
9300         * main.c (get_init_files): Use filename_ncmp instead of strncmp.
9301         Use IS_DIR_SEPARATOR instead of looking for a character inside
9302         SLASH_STRING.  Include filenames.h.
9303         (captured_main) [__MINGW32__]: Make argv[0] absolute, so that
9304         relocate_gdb_directory works when passed gdb_program_name.
9305         Include windows-nat.h.
9306
9307 2013-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
9308
9309         * exceptions.h (enum errors): New entry TARGET_CLOSE_ERROR.
9310         * remote.c (trace_error): Remove the special handling of '2'.
9311         (readchar) <SERIAL_EOF>
9312         (readchar) <SERIAL_ERROR>
9313         (getpkt_or_notif_sane_1): Use TARGET_CLOSE_ERROR for them.
9314         (remote_get_trace_status): Call throw_exception if EX is
9315         TARGET_CLOSE_ERROR.
9316         * utils.c (perror_with_name): Rename to ...
9317         (throw_perror_with_name): ... here.  New parameter errcode, describe it
9318         in the function comment.
9319         (perror_with_name): New function wrapper.
9320         * utils.h (enum errors): New stub declaration.
9321         (throw_perror_with_name): New declaration.
9322
9323 2013-03-22  Pedro Alves  <palves@redhat.com>
9324             Yao Qi  <yao@codesourcery.com>
9325             Mark Kettenis  <kettenis@gnu.org>
9326
9327         * cli/cli-setshow.c (do_set_command) <var_uinteger>:
9328         Don't let the user set the value to UINT_MAX directly.
9329         <var_integer>: Don't let the user set the value to INT_MAX
9330         directly.
9331
9332 2013-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
9333
9334         * remote.c (remote_unpush_target): New function.
9335         (remote_open_1): Remove two pop_target calls, update one comment, add
9336         comment to target_preopen call.  Replace pop_target call by
9337         remote_unpush_target call.
9338         (interrupt_query, readchar, getpkt_or_notif_sane_1): Replace
9339         pop_target calls by remote_unpush_target calls.
9340
9341 2013-03-22  Pedro Alves  <palves@redhat.com>
9342
9343         * linux-nat.c (linux_child_follow_fork): Don't call
9344         linux_enable_event_reporting.
9345         (linux_handle_extended_wait): Don't call
9346         linux_enable_event_reporting.
9347
9348 2013-03-22  Pedro Alves  <palves@redhat.com>
9349
9350         * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Define INSN macro,
9351         use it to rewrite the trampoline buffers with type gdb_byte[], and
9352         undefine the macro.  Remove char* cast.
9353
9354 2013-03-21  Doug Evans  <dje@google.com>
9355
9356         New commands "mt set per-command {space,time,symtab} {on,off}".
9357         * NEWS: Add entry.
9358         * event-top.c: #include "maint.h".
9359         * main.c: #include "maint.h".
9360         * maint.c: #include <sys/time.h>, <time.h>, block.h, top.h,
9361         timeval-utils.h, maint.h, cli/cli-setshow.h.
9362         (per_command_time, per_command_space): New static globals.
9363         (per_command_symtab): New static global.
9364         (per_command_setlist, per_command_showlist): New static globals.
9365         (struct cmd_stats): Move here from utils.c.
9366         (set_per_command_time): Renamed from set_display_time in utils.c
9367         and moved here.  All callers updated.
9368         (set_per_command_space): Renamed from set_display_space in utils.c
9369         and moved here.  All callers updated.
9370         (count_symtabs_and_blocks): New function.
9371         (report_command_stats): Moved here from utils.c.  Add support for
9372         printing symtab stats.  Only print data if enabled before command
9373         executed.
9374         (make_command_stats_cleanup): Ditto.
9375         (sert_per_command_cmd, show_per_command_cmd): New functions.
9376         (_initialize_maint_cmds): Add new commands
9377         mt set per-command {space,time,symtab} {on,off}.
9378         * maint.h: New file.
9379         * top.c: #include "maint.h".
9380         * utils.c (reset_prompt_for_continue_wait_time): New function.
9381         (get_prompt_for_continue_wait_time): New function.
9382         * utils.h (reset_prompt_for_continue_wait_time): Declare
9383         (get_prompt_for_continue_wait_time): Declare.
9384         (make_command_stats_cleanup): Moved to maint.h.
9385         (set_display_time, set_display_space): Moved to maint.h and renamed
9386         to set_per_command_time, set_per_command_space.
9387         * cli/cli-setshow.c (parse_cli_boolean_value): Renamed from
9388         parse_binary_operation and made non-static.  Don't call error,
9389         just return an error marker.  All callers updated.
9390         * cli/cli-setshow.h (parse_cli_boolean_value): Declare.
9391
9392 2013-03-21  Tom Tromey  <tromey@redhat.com>
9393
9394         * symfile.c (alloc_section_addr_info): Update header.  Don't set
9395         'num_sections' field.
9396         (build_section_addr_info_from_section_table): Set 'num_sections'.
9397         (build_section_addr_info_from_bfd): Likewise.
9398         (build_section_addr_info_from_objfile): Remove dead loop
9399         condition.
9400         (free_section_addr_info): Unconditionally call xfree.
9401         (relative_addr_info_to_section_offsets, addrs_section_sort)
9402         (addr_info_make_relative, syms_from_objfile_1): Remove dead loop
9403         condition.
9404         (syms_from_objfile_1): Remove dead 'if' condition.  Check
9405         'num_sections'.
9406         (add_symbol_file_command): Set 'num_sections'.
9407         * symfile-mem.c (symbol_file_add_from_memory): Set
9408         'num_sections'.
9409         * somread.c (som_symfile_offsets): Remove dead loop condition.
9410         * machoread.c (macho_symfile_offsets): Remove dead 'if'.
9411         * jit.c (jit_bfd_try_read_symtab): Set 'num_sections'.
9412
9413 2013-03-21  Tom Tromey  <tromey@redhat.com>
9414
9415         * tracepoint.h (decode_agent_options): Add 'trace_string'
9416         argument.
9417         * tracepoint.c (decode_agent_options): Add 'trace_string'
9418         argument.
9419         (validate_actionline): Update.
9420         (collect_symbol): Add 'trace_string' argument.
9421         (struct add_local_symbols_data) <trace_string>: New field.
9422         (do_collect_symbol): Update.
9423         (add_local_symbols): Add 'trace_string' argument.
9424         (encode_actions_1): Update.
9425         (trace_dump_actions): Update.
9426         * dwarf2loc.c (access_memory): Update.
9427         * ax.h (struct agent_expr) <tracing, trace_string>: New fields.
9428         * ax-general.c (new_agent_expr): Update.
9429         * ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
9430         (gen_trace_for_return_address): Add argument.
9431         (trace_kludge, trace_string_kludge): Remove.
9432         * ax-gdb.c (trace_kludge, trace_string_kludge): Remove.
9433         (gen_traced_pop, gen_fetch, gen_bitfield_ref, gen_expr): Update.
9434         (gen_trace_for_var): Add 'trace_string' argument.
9435         (gen_trace_for_expr, gen_trace_for_return_address): Likewise.
9436         (gen_printf, agent_eval_command_one): Update.
9437
9438 2013-03-21  Tom Tromey  <tromey@redhat.com>
9439
9440         PR exp/15109:
9441         * c-exp.y (yylex): Rewrite to push all tokens onto the FIFO.
9442         Handle FILENAME token.
9443
9444 2013-03-21  Tom Tromey  <tromey@redhat.com>
9445
9446         * c-exp.y (YYPRINT): Define.
9447         (c_print_token): New function.
9448
9449 2013-03-21  Tom Tromey  <tromey@redhat.com>
9450
9451         * c-exp.y (%union) <sym, ivar, ivec>: Remove.
9452
9453 2013-03-21  Yao Qi  <yao@codesourcery.com>
9454
9455         * ctf.c: Include "gdb_stat.h".
9456         [USE_WIN32API]: New macro 'mkdir'.
9457         (ctf_start): Use permission bits macros if they are defined.
9458
9459 2013-03-20  Keith Seitz  <keiths@redhat.com>
9460
9461         * breakpoint.h (struct breakpoint): Add comment to
9462         extra_string indicating that this member is mallod'd.
9463         * breakpoint.c (base_breakpoint_dtor): Free extra_string.
9464
9465 2013-03-20  Pedro Alves  <palves@redhat.com>
9466
9467         PR gdb/15289
9468
9469         * cli/cli-setshow.c (do_set_command)
9470         <var_uinteger, var_zuinteger>: Use LONGEST for variable holding
9471         the result of parsing the command argument.  Throw error if the
9472         value is greater than UINT_MAX.  Print the invalid value with
9473         plongest.
9474         <var_integer, var_zinteger>: Use LONGEST for variable holding the
9475         result of parsing the command argument.  Throw error if the value
9476         is greater than INT_MAX, not greater or equal.  Also throw error
9477         if the value is less than INT_MIN.  Print the invalid value with
9478         plongest.
9479         <var_zuinteger_unlimited>: Throw error if the value is greater
9480         than INT_MAX, not greater or equal.
9481         (do_show_command) <var_integer, var_zinteger,
9482         var_zuinteger_unlimited>: Use %d for printing int, not %u.
9483
9484 2013-03-20  Tom Tromey  <tromey@redhat.com>
9485
9486         * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,
9487         if possible.
9488         * dwarf2read.c (read_func_scope): Remove old FIXME.
9489         * eval.c (evaluate_subexp_standard): Check SYMBOL_COMPUTED_OPS,
9490         not LOC_COMPUTED.
9491         * findvar.c (symbol_read_needs_frame, default_read_var_value):
9492         Unconditionally call via computed ops, if possible.
9493         * printcmd.c (address_info): Unconditionally call via computed ops,
9494         if possible.
9495         * stack.c (read_frame_arg): Unconditionally call via computed ops,
9496         if possible.
9497         * symtab.c (register_symbol_computed_impl): Sanity check 'ops'.
9498         * tracepoint.c (scope_info): Unconditionally call via computed ops,
9499         if possible.
9500
9501 2013-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
9502             Tom Tromey  <tromey@redhat.com>
9503
9504         PR symtab/8421:
9505         * coffread.c (coff_register_index): New global.
9506         (process_coff_symbol, coff_read_enum_type): Set
9507         SYMBOL_ACLASS_INDEX.
9508         (_initialize_coffread): Initialize new global.
9509         * dwarf2loc.c (locexpr_find_frame_base_location)
9510         (dwarf2_block_frame_base_locexpr_funcs)
9511         (loclist_find_frame_base_location)
9512         (dwarf2_block_frame_base_loclist_funcs): New.
9513         (dwarf_expr_frame_base_1): Call SYMBOL_BLOCK_OPS, remove internal_error.
9514         (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Add location_has_loclist.
9515         * dwarf2loc.h (dwarf2_block_frame_base_locexpr_funcs)
9516         (dwarf2_block_frame_base_loclist_funcs): New.
9517         * dwarf2read.c (dwarf2_locexpr_index, dwarf2_loclist_index)
9518         (dwarf2_locexpr_block_index, dwarf2_loclist_block_index): New
9519         globals.
9520         (read_func_scope): Update.
9521         (fixup_go_packaging, mark_common_block_symbol_computed)
9522         (var_decode_location, new_symbol_full, dwarf2_const_value):
9523         Set SYMBOL_ACLASS_INDEX.
9524         (dwarf2_symbol_mark_computed): Likewise.  Add 'is_block' argument.
9525         (_initialize_dwarf2_read): Initialize new globals.
9526         * jit.c (finalize_symtab): Set SYMBOL_ACLASS_INDEX.
9527         * jv-lang.c (add_class_symbol): Set SYMBOL_ACLASS_INDEX.
9528         * mdebugread.c (mdebug_register_index, mdebug_regparm_index): New
9529         globals.
9530         (parse_symbol, psymtab_to_symtab_1): Set SYMBOL_ACLASS_INDEX.
9531         (_initialize_mdebugread): Initialize new globals.
9532         * psympriv.h (struct partial_symbol) <aclass>: Update comment.
9533         * stabsread.c (patch_block_stabs): Set SYMBOL_ACLASS_INDEX.
9534         (stab_register_index, stab_regparm_index): New globals.
9535         (define_symbol, read_enum_type, common_block_end): Set
9536         SYMBOL_ACLASS_INDEX.
9537         (_initialize_stabsread): Initialize new globals.
9538         * symtab.c (next_aclass_value, symbol_impl, symbol_impls): New
9539         globals.
9540         (MAX_SYMBOL_IMPLS): New define.
9541         (register_symbol_computed_impl, register_symbol_block_impl)
9542         (register_symbol_register_impl)
9543         (initialize_ordinary_address_classes): New functions.
9544         (_initialize_symtab): Call initialize_ordinary_address_classes.
9545         * symtab.h (enum address_class) <LOC_FINAL_VALUE>: New constant.
9546         (struct symbol_impl): New.
9547         (SYMBOL_ACLASS_BITS): New define.
9548         (struct symbol) <aclass, ops>: Remove fields.
9549         <aclass_index>: New field.
9550         (symbol_impls): Declare.
9551         (SYMBOL_CLASS, SYMBOL_COMPUTED_OPS, SYMBOL_REGISTER_OPS): Redefine.
9552         (SYMBOL_IMPL, SYMBOL_ACLASS_INDEX): New defines.
9553         (register_symbol_computed_impl, register_symbol_block_impl)
9554         (register_symbol_register_impl): Declare.
9555         (struct symbol_computed_ops): Add location_has_loclist.
9556         (struct symbol_block_ops): New.
9557         (SYMBOL_BLOCK_OPS): New.
9558         * xcoffread.c (process_xcoff_symbol): Set SYMBOL_ACLASS_INDEX.
9559
9560 2013-03-20  Tom Tromey  <tromey@redhat.com>
9561
9562         * psymtab.c (find_pc_sect_psymbol, fixup_psymbol_section)
9563         (print_partial_symbols, recursively_search_psymtabs): Use
9564         PSYMBOL_CLASS.
9565
9566 2013-03-20  Pierre Muller  <muller@sourceware.org>
9567
9568         * contrib/ari/gdb_ari.sh (OP eol rule): Also check
9569         addtion, subtraction, multiplication and division binary operator.
9570
9571 2013-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
9572
9573         Code cleanup.
9574         * bfd-target.c (target_bfd_xclose): Remove parameter quitting.
9575         * bsd-kvm.c (bsd_kvm_close): Likewise.
9576         * bsd-uthread.c (bsd_uthread_close): Likewise.
9577         * corelow.c (core_close): Likewise.
9578         (core_close_cleanup): Remove parameter quitting from a caller.
9579         * event-top.c (async_disconnect): Likewise.
9580         * exec.c (exec_close_1): Remove parameter quitting.
9581         * go32-nat.c (go32_close): Likewise.
9582         * linux-nat.c (linux_nat_close): Remove parameter quitting.  Remove
9583         parameter quitting from a caller.
9584         * mips-linux-nat.c (super_close): Remove parameter quitting from the
9585         variable.
9586         (mips_linux_close): Remove parameter quitting.  Remove parameter
9587         quitting from a caller.
9588         * monitor.c (monitor_close): Remove parameter quitting.
9589         * monitor.h (monitor_close): Likewise.
9590         * record-btrace.c (record_btrace_close): Likewise.
9591         * record-full.c (record_full_close): Likewise.
9592         * remote-m32r-sdi.c (m32r_close): Remove parameter quitting and remove
9593         it also from fprintf_unfiltered.
9594         * remote-mips.c (mips_close): Remove parameter quitting.
9595         (mips_detach): Remove parameter quitting from a caller.
9596         * remote-sim.c (gdbsim_close): Remove parameter quitting.
9597         (gdbsim_close): Remove duplicate function comment.  Remove parameter
9598         quitting and remove it also from printf_filtered.
9599         * remote.c (remote_close): Remove parameter quitting.
9600         * solib-svr4.c (enable_break): Remove parameter quitting from a caller.
9601         * target.c (update_current_target): Remove parameter int from to_close
9602         de_fault.
9603         (push_target, unpush_target, pop_target): Remove parameter quitting from
9604         a caller.
9605         (pop_all_targets_above, pop_all_targets): Remove parameter quitting.
9606         Remove parameter quitting from a caller.
9607         (target_preopen): Remove parameter quitting from a caller.
9608         (target_close): Remove parameter quitting.  Remove parameter quitting
9609         from a caller two times.  Remove parameter quitting also from
9610         fprintf_unfiltered.
9611         * target.h (struct target_ops): Remove parameter quitting and as int
9612         from fields to_xclose and to_close.
9613         (extern struct target_ops current_target):
9614         (target_close, pop_all_targets): Remove parameter quitting.  Update the
9615         comment.
9616         (pop_all_targets_above): Remove parameter quitting.
9617         * top.c (quit_target): Remove parameter quitting from a caller.
9618         * tracepoint.c (tfile_close): Remove parameter quitting.
9619         * windows-nat.c (windows_close): Remove parameter quitting.
9620
9621 2013-03-20  Corinna Vinschen  <vinschen@redhat.com>
9622
9623         * windows-nat.c (handle_output_debug_string): Replace call
9624         to string_to_core_addr with call to strtoull.
9625
9626 2013-03-20  Yao Qi  <yao@codesourcery.com>
9627
9628         * ctf.c (ctf_save_metadata_header): Define macro HOST_ENDIANNESS
9629         and write it to CTF metadata.
9630
9631 2013-03-19  Corinna Vinschen  <vinschen@redhat.com>
9632
9633         * windows-nat.c (handle_output_debug_string): Change type of n to
9634         SIZE_T to avoid crash on 64 bit systems.
9635
9636 2013-03-17  Eli Zaretskii  <eliz@gnu.org>
9637
9638         * python/python-internal.h (HAVE_SNPRINTF)
9639         [_WIN32 && HAVE_DECL_SNPRINTF]: Define, to avoid compiler warnings
9640         about redefinition of snprintf by pyerrors.h.
9641
9642 2013-03-15  Steve Ellcey  <sellcey@mips.com>
9643
9644         * remote-sim.c (sim_command_completer): Make char arguments const.
9645
9646 2013-03-15  Tom Tromey  <tromey@redhat.com>
9647
9648         PR c++/15116:
9649         * gdbtypes.c (types_equal): Handle TYPE_CODE_FUNC.
9650
9651 2013-03-14  Tom Tromey  <tromey@redhat.com>
9652
9653         * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:
9654         New fields.
9655         (get_file_crc): Move from symfile.c.
9656         (gdb_bfd_crc): New function.
9657         * gdb_bfd.h (gdb_bfd_crc): Declare.
9658         * objfiles.h (struct objfile) <crc32, crc32_p>: Remove.
9659         * symfile.c (get_file_crc): Move to gdb_bfd.c.
9660         (separate_debug_file_exists): Use gdb_bfd_crc.
9661
9662 2013-03-14  Tom Tromey  <tromey@redhat.com>
9663
9664         * symfile.c (get_debug_link_info): Remove.
9665         (find_separate_debug_file_by_debuglink): Use
9666         bfd_get_debug_link_info.
9667
9668 2013-03-14  Tom Tromey  <tromey@redhat.com>
9669
9670         * symtab.c (error_in_psymtab_expansion): New function.
9671         (lookup_symbol_aux_quick)
9672         (basic_lookup_transparent_type_quick): Remove "last resort"
9673         code.  Use error_in_psymtab_expansion.
9674
9675 2013-03-14  Doug Evans  <dje@google.com>
9676             Jan Kratochvil  <jan.kratochvil@redhat.com>
9677
9678         * dwarf2read.c (dw2_map_symtabs_matching_filename): Put continue after
9679         any successful compare_filenames_for_search or FILENAME_CMP.
9680         * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
9681         * symtab.c (iterate_over_some_symtabs): Likewise.
9682
9683 2013-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
9684
9685         * source.c (print_source_lines_base): Make a local copy of
9686         symtab_to_fullname.
9687
9688 2013-03-14  Hui Zhu  <hui_zhu@mentor.com>
9689             Jan Kratochvil  <jan.kratochvil@redhat.com>
9690
9691         * source.c (print_source_lines_base): Suppress "file" for TUI.
9692
9693 2013-03-14  Keith Seitz  <keiths@redhat.com>
9694             Alan Matsuoka  <alanm@redhat.com>
9695
9696         PR c++/15203
9697         PR c++/15210
9698         * cp-namespace.c (cp_lookup_nested_symbol): Handle TYPE_CODE_FUNC and
9699         TYPE_CODE_METHOD.
9700         * elfread.c (elf_symtab_read): Handle BSF_GNU_UNIQUE for certain
9701         symbols.
9702
9703 2013-03-14  Yao Qi  <yao@codesourcery.com>
9704
9705         * tracepoint.c (tfile_write_status): Write 'stop_desc' of trace
9706         status to tfile if trace is stopped by command 'tstop'.
9707
9708 2013-03-14  Yao Qi  <yao@codesourcery.com>
9709
9710         * tracepoint.c (tfile_write_status): Write trace notes and user
9711         name into tfile if they are not NULL.
9712
9713 2013-03-14  Hui Zhu  <hui@codesourcery.com>
9714             Yao Qi  <yao@codesourcery.com>
9715
9716         * Makefile.in (REMOTE_OBS): Add ctf.o.
9717         (SFILES): Add ctf.c.
9718         (HFILES_NO_SRCDIR): Add ctf.h.
9719         * ctf.c, ctf.h: New files.
9720         * tracepoint.c: Include 'ctf.h'.
9721         (collect_pseudocommand): Remove static.
9722         (trace_save_command): Parse option "-ctf".
9723         Produce different trace file writers per option.
9724         Adjust output message.
9725         (trace_save_tfile, trace_save_ctf): New.
9726         * tracepoint.h (trace_save_tfile, trace_save_ctf): Declare.
9727         * mi/mi-main.c: Include 'ctf.h'.
9728         (mi_cmd_trace_save): Handle option '-ctf'.  Call either
9729         trace_save_tfile or trace_save_ctf.
9730         * NEWS: Mention these changes.
9731
9732 2013-03-14  Yao Qi  <yao@codesourcery.com>
9733
9734         * tracepoint.c (trace_file_writer_xfree): New.
9735         (struct tfile_writer_data): New.
9736         (tfile_dtor, tfile_can_target_save, tfile_start): New.
9737         (tfile_write_header, tfile_write_regblock_type): New.
9738         (tfile_write_status, tfile_write_uploaded_tsv): New.
9739         (tfile_write_uploaded_tp, tfile_write_definition_end): New.
9740         (tfile_write_raw_data, (tfile_end): New.
9741         (tfile_write_ops): New global variable.
9742         (TRACE_WRITE_R_BLOCK): New macro.
9743         (TRACE_WRITE_M_BLOCK_HEADER): New macro.
9744         (TRACE_WRITE_M_BLOCK_MEMORY): New macro.
9745         (TRACE_WRITE_V_BLOCK): New macro.
9746         (trace_save): Add extra one parameter WRITER.  Make it static.
9747         Use WRITER to writer trace.
9748         (tfile_trace_file_writer_new): New.
9749         (trace_save_command): Caller update.
9750         (trace_save_tfile): Write trace data in TFILE format.
9751         * tracepoint.h (struct trace_frame_write_ops): New.
9752         (struct trace_file_write_ops): New.
9753         (struct trace_file_writer): New.
9754         (trace_save): Remove its declaration.
9755         (trace_save_tfile): Declare it.
9756         * mi/mi-main.c (mi_cmd_trace_save): Call trace_save_tfile
9757         instead of trace_save.
9758
9759 2013-03-13  Pedro Alves  <palves@redhat.com>
9760
9761         * hppa-hpux-nat.c (hppa_hpux_save_state_offset): Make static.
9762
9763 2013-03-13  Pedro Alves  <palves@redhat.com>
9764
9765         * dbxread.c (read_ofile_symtab, process_one_symbol): Remove
9766         commented out code.
9767         * demangle.c (current_demangling_style_string): Make it const.
9768         (set_demangling_command): Assert the demangling style is known.
9769         Remove all handling of unknown styles.  Set
9770         'current_demangling_style_string' to an element of the
9771         demangling_style_names array.
9772         (set_demangling_style): Delete.
9773         (_initialize_demangler): Set current_demangling_style_string to the
9774         element of the demangling_style_names array that corresponds to
9775         the default demangling style.  Remove FIXME note.  Don't call
9776         set_demangling_style.
9777         * gdb-demangle.h (set_demangling_style): Remove declaration.
9778
9779 2013-03-13  Pedro Alves  <palves@redhat.com>
9780
9781         * ada-lang.c (struct add_partial_datum) <text, text0, word>: Make
9782         fields const.
9783         (ada_make_symbol_completion_list): Make "text0" parameter const.
9784         * ax-gdb.c (agent_eval_command_one): Make "exp" parameter const.
9785         * breakpoint.c (condition_completer): Make "text" and "word"
9786         parameters const.  Adjust.
9787         (check_tracepoint_command): Adjust to validate_actionline
9788         prototype change.
9789         (catch_syscall_completer): Make "text" and "word" parameters
9790         const.
9791         * cli/cli-cmds.c (show_user): Make "comname" local const.
9792         (valid_command_p): Make "command" parameter const.
9793         (alias_command): Make "alias_prefix" and "command_prefix" locals
9794         const.
9795         * cli/cli-decode.c (add_cmd): Make "name" parameter const.
9796         (add_alias_cmd): Make "name" and "oldname" parameters const.
9797         Adjust.  No longer make copy of OLDNAME.
9798         (add_prefix_cmd, add_abbrev_prefix_cmd, add_set_or_show_cmd)
9799         (add_setshow_cmd_full, add_setshow_enum_cmd)
9800         (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
9801         (add_setshow_filename_cmd, add_setshow_string_cmd)
9802         (add_setshow_string_noescape_cmd)
9803         (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
9804         (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
9805         (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd)
9806         (delete_cmd, add_info, add_info_alias, add_com, add_com_alias):
9807         Make "name" parameter const.
9808         (help_cmd): Rename "command" parameter to "arg".  New const local
9809         "command".
9810         (find_cmd): Make "command" parameter const.
9811         (lookup_cmd_1): Make "text" parameter pointer to const.  Adjust to
9812         deprecated_cmd_warning prototype change.
9813         (undef_cmd_error): Make "cmdtype" parameter const.
9814         (lookup_cmd): Make "line" parameter const.
9815         (deprecated_cmd_warning): Change type of "text" parameter to
9816         pointer to const char, from pointer to pointer to char.  Adjust.
9817         (lookup_cmd_composition): Make "text" parameter const.
9818         (complete_on_cmdlist, complete_on_enum): Make "text" and "word"
9819         parameters const.
9820         * cli/cli-decode.h (struct cmd_list_element) <name>: Make field
9821         const.
9822         * cli/cli-script.c (validate_comname): Make "tem" local const.
9823         (define_command): New const local "tem_c".  Use it in calls to
9824         lookup_cmd.
9825         (document_command): Make "tem" and "comfull" locals const.
9826         (show_user_1): Make "prefix" and "name" parameters const.
9827         * cli-script.h (show_user_1): Make "prefix" and "name" parameters
9828         const.
9829         * command.h (add_cmd, add_alias_cmd, add_prefix_cmd)
9830         (add_abbrev_prefix_cmd, completer_ftype, lookup_cmd, lookup_cmd_1)
9831         (deprecated_cmd_warning, lookup_cmd_composition, add_com)
9832         (add_com_alias, add_info, add_info_alias, complete_on_cmdlist)
9833         (complete_on_enum, add_setshow_enum_cmd)
9834         (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
9835         (add_setshow_filename_cmd, add_setshow_string_cmd)
9836         (add_setshow_string_noescape_cmd)
9837         (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
9838         (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
9839         (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
9840         Change prototypes, constifying strings.
9841         * completer.c (noop_completer, filename_completer): Make "text"
9842         and "prefix" parameters const.
9843         (location_completer, expression_completer)
9844         (complete_line_internal): Make "text" and "prefix" parameters
9845         const and adjust.
9846         (command_completer, signal_completer): Make "text" and "prefix"
9847         parameters const.
9848         * completer.h (noop_completer, filename_completer)
9849         (expression_completer, location_completer, command_completer)
9850         (signal_completer): Change prototypes.
9851         * corefile.c (complete_set_gnutarget): Make "text" and "word"
9852         parameters const.
9853         * cp-abi.c (cp_abi_completer): Likewise.
9854         * expression.h (parse_expression_for_completion): Change
9855         prototype.
9856         * f-lang.c (f_make_symbol_completion_list): Make "text" and "word"
9857         parameters const.
9858         * infcmd.c (_initialize_infcmd): Make "cmd_name" local const.
9859         * infrun.c (handle_completer): Make "text" and "word" parameters
9860         const.
9861         * interps.c (interpreter_completer): Make "text" and "word"
9862         parameters const.
9863         * language.h (struct language_defn)
9864         <la_make_symbol_completion_list>: Make "text" and "word"
9865         parameters const.
9866         * parse.c (parse_exp_1): Move const hack to parse_exp_in_context.
9867         (parse_exp_in_context): Rename to ...
9868         (parse_exp_in_context_1): ... this.
9869         (parse_exp_in_context): Reimplement, with const hack from
9870         parse_exp_1.
9871         (parse_expression_for_completion): Make "string" parameter const.
9872         * printcmd.c (decode_format): Make "string_ptr" parameter pointer
9873         to pointer to const char.  Adjust.
9874         (print_command_1): Make "exp" parameter const.
9875         (output_command): Rename to ...
9876         (output_command_const): ... this.  Make "exp" parameter const.
9877         (output_command): Reimplement.
9878         (x_command): Adjust.
9879         (display_command): Rename "exp" parameter to "arg".  New "exp"
9880         local, const version of "arg".
9881         * python/py-auto-load.c (gdbpy_initialize_auto_load): Make
9882         "cmd_name" local const.
9883         * python/py-cmd.c (cmdpy_destroyer): Cast const away in xfree
9884         call.
9885         (cmdpy_completer): Make "text" and "word" parameters const.
9886         (gdbpy_parse_command_name): Make "prefix_text2" local const.
9887         * python/py-param.c (add_setshow_generic): Make "tmp_name" local
9888         const.
9889         * remote.c (_initialize_remote): Make "cmd_name" local const.
9890         * symtab.c (language_search_unquoted_string): Make "text" and "p"
9891         parameters const.  Adjust.
9892         (completion_list_add_fields): Make "sym_text", "text" and "word"
9893         parameters const.
9894         (struct add_name_data) <sym_text, text, word>: Make fields const.
9895         (default_make_symbol_completion_list_break_on): Make "text" and
9896         "word" parameters const.  Adjust locals.
9897         (default_make_symbol_completion_list)
9898         (make_symbol_completion_list, make_symbol_completion_type)
9899         (make_symbol_completion_list_fn): Make "text" and "word"
9900         parameters const.
9901         (make_file_symbol_completion_list): Make "text", "word" and
9902         "srcfile" parameters const.  Adjust locals.
9903         (add_filename_to_list): Make "text" and "word" parameters const.
9904         (struct add_partial_filename_data) <text, word>: Make fields
9905         const.
9906         (make_source_files_completion_list): Make "text" and "word"
9907         parameters const.
9908         * symtab.h (default_make_symbol_completion_list_break_on)
9909         (default_make_symbol_completion_list, make_symbol_completion_list)
9910         (make_symbol_completion_type enum type_code)
9911         (make_symbol_completion_list_fn make_file_symbol_completion_list)
9912         (make_source_files_completion_list): Change prototype.
9913         * top.c (execute_command): Adjust to pass pointer to pointer to
9914         const char to lookup_cmd, and to deprecated_cmd_warning prototype
9915         change.
9916         (set_verbose): Make "cmdname" local const.
9917         * tracepoint.c (decode_agent_options): Make "exp" parameter const,
9918         and adjust.
9919         (validate_actionline): Make "line" parameter a pointer to const
9920         char, and adjust.
9921         (encode_actions_1): Make "action_exp" local const, and adjust.
9922         (encode_actions): Adjust.
9923         (replace_comma): Delete.
9924         (trace_dump_actions): Make "action_exp" and "next_comma" locals
9925         const, and adjust.  Don't frob the action string while splitting
9926         it at commas.  Instead, make a copy of each split substring in
9927         turn.
9928         (trace_dump_command): Adjust to validate_actionline prototype
9929         change.
9930         * tracepoint.h (decode_agent_options, decode_agent_options)
9931         (encode_actions, validate_actionline): Change prototypes.
9932         * valprint.h (output_command): Delete declaration.
9933         (output_command_const): Declare.
9934         * value.c (function_destroyer): Cast const away in xfree call.
9935
9936 2013-03-13  Pedro Alves  <palves@redhat.com>
9937
9938         * ada-lang.c (ada_decode_symbol): Cast away constness of GSYMBOL
9939         rather than casting 'const char * const *' to 'const char **'.
9940         * ada-lex.l (processInt): Make "trailer" local const.  Remove
9941         'const char **' cast.
9942         * arm-linux-tdep.c (arm_stap_parse_special_token): Add 'char *'
9943         locals, and use those as strtol output pointer, instead than doing
9944         invalid casts to from 'const char **' to 'char **'.
9945         (_initialize_demangle): Remove cast.
9946         * i386-tdep.c (i386_stap_parse_special_token): : Add 'char *'
9947         locals, and use those as strtol output pointer, instead than doing
9948         invalid casts to from 'const char **' to 'char **'.
9949         * solib-dsbt.c (dsbt_get_initial_loadmaps): Remove 'gdb_byte**'
9950         casts.
9951         * stap-probe.c (stap_parse_register_operand)
9952         (stap_parse_single_operand): Likewise.
9953
9954 2013-03-13  Yao Qi  <yao@codesourcery.com>
9955
9956         * tracepoint.c (tfile_get_trace_state_variable_value): Look for
9957         the last matched 'V' blcok in trace frame.
9958
9959 2013-03-12  Joel Brobecker  <brobecker@adacore.com>
9960
9961         * NEWS: Create a new section for the next release branch.
9962         Rename the section of the current branch, now that it has
9963         been cut.
9964
9965 2013-03-12  Joel Brobecker  <brobecker@adacore.com>
9966
9967         GDB 7.6 branch created (branch timestamp: 2013-03-12 22:15 UTC)
9968         * version.in: Bump version to 7.6.50.20130312-cvs.
9969
9970 2013-03-12  Keith Seitz  <keiths@redhat.com>
9971
9972         * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.
9973         * mi/mi-interp.c (mi_interpreter_exec): Make "command" const.
9974         Remove temporary copy of input string.
9975         (mi_execute_command_wrapper): Make "cmd" const.
9976         * mi/mi-main.c (mi_execute_command): Make "string_ptr" const.
9977         * mi/mi-parse.c (mi_parse_argv): Make "args" const.
9978         Use const strings.
9979         (mi_parse): Make "cmd" const.
9980         Use const strings.
9981         * mi/mi-parse.h (mi_parse): Make "cmd" const.
9982
9983 2013-03-12  Keith Seitz  <keiths@redhat.com>
9984
9985         * ada-lang.c (ada_read_renaming_var_value): Pass const
9986         pointer to expression string to parse_exp_1.
9987         (create_excep_cond_exprs): Likewise.
9988         * ax-gdb.c (agent_eval_command_one): Likewise.
9989         (maint_agent_printf_command): Likewise.
9990         Constify much of the string handling/parsing.
9991         * breakpoint.c (set_breakpoint_condition): Pass const
9992         pointer to expression string to parse_exp_1.
9993         (update_watchpoint): Likewise.
9994         (parse_cmd_to_aexpr): Constify string handling.
9995         Pass const pointer to parse_exp_1.
9996         (init_breakpoint_sal): Pass const pointer to parse_exp_1.
9997         (find_condition_and_thread): Likewise.
9998         Make TOK const.
9999         (watch_command_1): Make "arg" const.
10000         Constify string handling.
10001         Copy the expression string instead of changing the input
10002         string.
10003         (update_breakpoint_location): Pass const pointer to
10004         parse_exp_1.
10005         * eval.c (parse_and_eval_address): Make "exp" const.
10006         (parse_to_comma_and_eval): Make "expp" const.
10007         (parse_and_eval): Make "exp" const.
10008         * expression.h (parse_expression): Make argument const.
10009         (parse_exp_1): Make first argument const.
10010         * findcmd.c (parse_find_args): Treat "args" as const.
10011         * linespec.c (parse_linespec): Pass const pointer to
10012         linespec_expression_to_pc.
10013         (linespec_expression_to_pc): Make "exp_ptr" const.
10014         * parse.c (parse_exp_1): Make "stringptr" const.
10015         Make a copy of the expression to pass to parse_exp_in_context until
10016         this whole interface can be constified.
10017         (parse_expression): Make "string" const.
10018         * printcmd.c (ui_printf): Treat "arg" as const.
10019         Handle const strings.
10020         * tracepoint.c (validate_actionline): Pass const pointer to
10021         all calls to parse_exp_1.
10022         (encode_actions_1): Likewise.
10023         * value.h (parse_to_comma_and_eval): Make argument const.
10024         (parse_and_eval_address): Likewise.
10025         (parse_and_eval): Likewise.
10026         * varobj.c (varobj_create): Pass const pointer to parse_exp_1.
10027         (varobj_set_value): Likewise.
10028         * cli/cli-cmds.c (disassemble_command): Treat "arg" as const and
10029         constify string handling.
10030         Pass const pointers to parse_and_eval_address and
10031         parse_to_comman_and_eval.
10032         * cli/cli-utils.c (skip_to_space): Rename to ...
10033         (skip_to_space_const): ... this. Handle const strings.
10034         * cli/cli-utils.h (skip_to_space): Turn into macro which invokes
10035         skip_to_space_const.
10036         (skip_to_space_const): Declare.
10037         * common/format.c (parse_format_string): Make "arg" const.
10038         Handle const strings.
10039         * common/format.h (parse_format_string): Make "arg" const.
10040         * gdbserver/ax.c (ax_printf): Make "format" const.
10041         * python/python.c (gdbpy_parse_and_eval): Do not make a copy
10042         of the expression string.
10043
10044 2013-03-12  Hui Zhu  <hui@codesourcery.com>
10045
10046         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Update error message.
10047
10048 2013-03-12  Yao Qi  <yao@codesourcery.com>
10049             Hui Zhu  <hui@codesourcery.com>
10050
10051         * dwarf2loc.c (access_memory): Change nbits to nbytes in gdb_assert.
10052         (dwarf2_compile_expr_to_ax): Call access_memory in DW_OP_deref and
10053         DW_OP_deref_size.
10054
10055 2013-03-12  Paul Hilfinger  <hilfingr@adacore.com>
10056
10057         * ada-lex.l (rules): Only recognize 'thread' as a
10058         delimiter when followed by numerals, as for c-exp.y.
10059         Use new rewind_to_char function to rewind the input for
10060         expression-delimiting tokens.
10061         (rewind_to_char): New function.
10062
10063 2013-03-11  Pedro Alves  <palves@redhat.com>
10064             Jan Kratochvil  <jan.kratochvil@redhat.com>
10065
10066         * configure: Regenerate.
10067         * configure.ac (check dynamic export flag): Link python test with
10068         $PYTHON_LIBS.
10069
10070 2013-03-11  Doug Evans  <dje@google.com>
10071             Keith Seitz  <keiths@redhat.com>
10072
10073         * linespec.c (find_linespec_symbols): Call find_function_symbols
10074         first, and then call lookup_prefix_sym/find_method.
10075
10076 2013-03-11  Pedro Alves  <palves@redhat.com>
10077
10078         * charset.c (convert_between_encodings): Don't cast between
10079         different pointer to pointer types.  Instead, make the 'inp' local
10080         be of the type iconv expects.
10081         (wchar_iterate): Don't cast between different pointer to pointer
10082         types.  Instead, use new pointer local of the type iconv expects.
10083         * target.c (target_read_stralloc, target_fileio_read_stralloc):
10084         Add new local of type char pointer, and use it to get a
10085         char/string view of the byte buffer, instead of casting between
10086         pointer to pointer types.
10087
10088 2013-03-11  Hafiz Abid Qadeer  <abidh@codesourcery.com>
10089
10090         * remote.c (remote_set_trace_buffer_size): Move != operator
10091         to the start of next line to fix an ARI warning.
10092
10093 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10094
10095         * NEWS: Add record changes.
10096
10097 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10098
10099         * record-btrace.c (btrace_insn_history): Omit the pc prefix in
10100         the instruction history disassembly.
10101         * disasm.c (dump_insns): Omit the pc prefix, if requested.
10102         * disasm.h (DISASSEMBLY_OMIT_PC): New.
10103
10104 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10105
10106         * Makefile.in (SFILES): Add record-btrace.c
10107         (COMMON_OBS): Add record-btrace.o
10108         * record-btrace.c: New.
10109         * objfiles.c: Include btrace.h.
10110         (free_objfile): call btrace_free_objfile.
10111
10112 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10113
10114         * target.c (target_call_history, target_call_history_from,
10115         target_call_history_range): New.
10116         * target.h (target_ops) <to_call_history, to_call_history_from,
10117         to_call_history_range>: New fields.
10118         (target_call_history, target_call_history_from,
10119         target_call_history_range): New declaration.
10120         * record.c (get_call_history_modifiers, cmd_record_call_history,
10121         record_call_history_size): New.
10122         (_initialize_record): Add the "record function-call-history" command.
10123         Add "set/show record function-call-history-size" commands.
10124         * record.h (record_print_flag): New.
10125
10126 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10127
10128         * target.h (target_ops) <to_insn_history, to_insn_history_from,
10129         to_insn_history_range>: New fields.
10130         (target_insn_history): New.
10131         (target_insn_history_from): New.
10132         (target_insn_history_range): New.
10133         * target.c (target_insn_history): New.
10134         (target_insn_history_from): New.
10135         (target_insn_history_range): New.
10136         * record.c: Include cli/cli-utils.h, disasm.h, ctype.h.
10137         (record_insn_history_size): New.
10138         (get_insn_number): New.
10139         (get_context_size): New.
10140         (no_chunk): New.
10141         (get_insn_history_modifiers): New.
10142         (cmd_record_insn_history): New.
10143         (_initialize_record): Add "set/show record instruction-history-size"
10144         command. Add "record instruction-history" command.
10145
10146 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10147
10148         * record.h (record_disconnect): New.
10149         (record_detach): New.
10150         (record_mourn_inferior): New.
10151         (record_kill): New.
10152         * record-full.c (record_disconnect, record_detach,
10153         record_mourn_inferior, record_kill): Move to...
10154         * record.c: ...here.
10155         (DEBUG): New.
10156         (record_stop): New.
10157         (record_unpush): New.
10158         (cmd_record_stop): Call record_stop. Replace unpush_target
10159         call with record_unpush call.
10160         (record_disconnect, record_detach): Assert that the target
10161         is of record stratum. Call record_unpush, record_stop, and
10162         DEBUG.
10163         (record_mourn_inferior, record_kill): Assert that the target
10164         is of record stratum. Call record_unpush and DEBUG.
10165
10166 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10167
10168         * record-full.h, record-full.c (record_memory_query): Rename
10169         to ...
10170         (record_full_memory_query): ...this. Update all users.
10171         (record_arch_list_add_reg): Rename to ...
10172         (record_full_arch_list_add_reg): ...this. Update all users.
10173         (record_arch_list_add_mem): Rename to ...
10174         (record_full_arch_list_add_mem): ...this. Update all users.
10175         (record_arch_list_add_end): Rename to ...
10176         (record_full_arch_list_add_end): ...this. Update all users.
10177         (record_gdb_operation_disable_set): Rename to ...
10178         (record_full_gdb_operation_disable_set): ...this.
10179         Update all users.
10180
10181 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10182
10183         * record-full.c (DEFAULT_RECORD_INSN_MAX_NUM): Renamed to ...
10184         (DEFAULT_RECORD_FULL_INSN_MAX_NUM): ... this. Updated all users.
10185         (RECORD_IS_REPLAY): Renamed to ...
10186         (RECORD_FULL_IS_REPLAY): ... this. Updated all users.
10187         (RECORD_FILE_MAGIC): Renamed to ...
10188         (RECORD_FULL_FILE_MAGIC): ... this. Updated all users.
10189         (record_mem_entry): Renamed to ...
10190         (record_full_mem_entry): ... this. Updated all users.
10191         (record_reg_entry): Renamed to ...
10192         (record_full_reg_entry): ... this. Updated all users.
10193         (record_end_entry): Renamed to ...
10194         (record_full_end_entry): ... this. Updated all users.
10195         (record_type) <record_end, record_reg, record_mem>: Renamed
10196         to ...
10197         (record_full_type) <record_full_end, record_full_reg,
10198         record_full_mem>: ... this. Updated all users.
10199         (record_entry): Renamed to ...
10200         (record_full_entry): ... this. Updated all users.
10201         (record_core_buf_entry): Renamed to ...
10202         (record_full_core_buf_entry): ... this. Updated all users.
10203         (record_core_regbuf): Renamed to ...
10204         (record_full_core_regbuf): ... this. Updated all users.
10205         (record_core_start): Renamed to ...
10206         (record_full_core_start): ... this. Updated all users.
10207         (record_core_end): Renamed to ...
10208         (record_full_core_end): ... this. Updated all users.
10209         (record_core_buf_list): Renamed to ...
10210         (record_full_core_buf_list): ... this. Updated all users.
10211         (record_first): Renamed to ...
10212         (record_full_first): ... this. Updated all users.
10213         (record_list): Renamed to ...
10214         (record_full_list): ... this. Updated all users.
10215         (record_arch_list_head): Renamed to ...
10216         (record_full_arch_list_head): ... this. Updated all users.
10217         (record_arch_list_tail): Renamed to ...
10218         (record_full_arch_list_tail): ... this. Updated all users.
10219         (record_stop_at_limit): Renamed to ...
10220         (record_full_stop_at_limit): ... this. Updated all users.
10221         (record_insn_max_num): Renamed to ...
10222         (record_full_insn_max_num): ... this. Updated all users.
10223         (record_insn_num): Renamed to ...
10224         (record_full_insn_num): ... this. Updated all users.
10225         (record_insn_count): Renamed to ...
10226         (record_full_insn_count): ... this. Updated all users.
10227         (record_ops): Renamed to ...
10228         (record_full_ops): ... this. Updated all users.
10229         (record_core_ops): Renamed to ...
10230         (record_full_core_ops): ... this. Updated all users.
10231         (set_record_cmdlist): Renamed to ...
10232         (set_record_full_cmdlist): ... this. Updated all users.
10233         (show_record_cmdlist): Renamed to ...
10234         (show_record_full_cmdlist): ... this. Updated all users.
10235         (record_cmdlist): Renamed to ...
10236         (record_full_cmdlist): ... this. Updated all users.
10237         (record_beneath_to_resume_ops): Renamed to ...
10238         (record_full_beneath_to_resume_ops): ... this. Updated all users.
10239         (record_beneath_to_resume): Renamed to ...
10240         (record_full_beneath_to_resume): ... this. Updated all users.
10241         (record_beneath_to_wait_ops): Renamed to ...
10242         (record_full_beneath_to_wait_ops): ... this. Updated all users.
10243         (record_beneath_to_wait): Renamed to ...
10244         (record_full_beneath_to_wait): ... this. Updated all users.
10245         (record_beneath_to_store_registers_ops): Renamed to ...
10246         (record_full_beneath_to_store_registers_ops): ... this.
10247         Updated all users.
10248         (record_beneath_to_store_registers): Renamed to ...
10249         (record_full_beneath_to_store_registers): ... this.
10250         Updated all users.
10251         (record_beneath_to_xfer_partial_ops): Renamed to ...
10252         (record_full_beneath_to_xfer_partial_ops): ... this.
10253         Updated all users.
10254         (record_beneath_to_xfer_partial): Renamed to ...
10255         (record_full_beneath_to_xfer_partial): ... this.
10256         Updated all users.
10257         (record_beneath_to_insert_breakpoint): Renamed to ...
10258         (record_full_beneath_to_insert_breakpoint): ... this.
10259         Updated all users.
10260         (record_beneath_to_stopped_by_watchpoint): Renamed to ...
10261         (record_full_beneath_to_stopped_by_watchpoint): ... this.
10262         Updated all users.
10263         (record_beneath_to_stopped_data_address): Renamed to ...
10264         (record_full_beneath_to_stopped_data_address): ... this.
10265         Updated all users.
10266         (record_beneath_to_async): Renamed to ...
10267         (record_full_beneath_to_async): ... this. Updated all users.
10268         (record_goto_insn): Renamed to ...
10269         (record_full_goto_insn): ... this. Updated all users.
10270         (record_save): Renamed to ...
10271         (record_full_save): ... this. Updated all users.
10272         (record_reg_alloc): Renamed to ...
10273         (record_full_reg_alloc): ... this. Updated all users.
10274         (record_reg_release): Renamed to ...
10275         (record_full_reg_release): ... this. Updated all users.
10276         (record_mem_alloc): Renamed to ...
10277         (record_full_mem_alloc): ... this. Updated all users.
10278         (record_mem_release): Renamed to ...
10279         (record_full_mem_release): ... this. Updated all users.
10280         (record_end_alloc): Renamed to ...
10281         (record_full_end_alloc): ... this. Updated all users.
10282         (record_end_release): Renamed to ...
10283         (record_full_end_release): ... this. Updated all users.
10284         (record_entry_release): Renamed to ...
10285         (record_full_entry_release): ... this. Updated all users.
10286         (record_list_release): Renamed to ...
10287         (record_full_list_release): ... this. Updated all users.
10288         (record_list_release_following): Renamed to ...
10289         (record_full_list_release_following): ... this.
10290         Updated all users.
10291         (record_list_release_first): Renamed to ...
10292         (record_full_list_release_first): ... this. Updated all users.
10293         (record_arch_list_add): Renamed to ...
10294         (record_full_arch_list_add): ... this. Updated all users.
10295         (record_get_loc): Renamed to ...
10296         (record_full_get_loc): ... this. Updated all users.
10297         (record_check_insn_num): Renamed to ...
10298         (record_full_check_insn_num): ... this. Updated all users.
10299         (record_arch_list_cleanups): Renamed to ...
10300         (record_full_arch_list_cleanups): ... this. Updated all users.
10301         (record_message): Renamed to ...
10302         (record_full_message): ... this. Updated all users.
10303         (record_message_wrapper): Renamed to ...
10304         (record_full_message_wrapper): ... this. Updated all users.
10305         (record_message_wrapper_safe): Renamed to ...
10306         (record_full_message_wrapper_safe): ... this. Updated all users.
10307         (record_gdb_operation_disable): Renamed to ...
10308         (record_full_gdb_operation_disable): ... this. Updated all users.
10309         (record_hw_watchpoint): Renamed to ...
10310         (record_full_hw_watchpoint): ... this. Updated all users.
10311         (record_exec_insn): Renamed to ...
10312         (record_full_exec_insn): ... this. Updated all users.
10313         (record_restore): Renamed to ...
10314         (record_full_restore): ... this. Updated all users.
10315         (record_async_inferior_event_token): Renamed to ...
10316         (record_full_async_inferior_event_token): ... this.
10317         Updated all users.
10318         (record_async_inferior_event_handler): Renamed to ...
10319         (record_full_async_inferior_event_handler): ... this.
10320         Updated all users.
10321         (record_core_open_1): Renamed to ...
10322         (record_full_core_open_1): ... this. Updated all users.
10323         (record_open_1): Renamed to ...
10324         (record_full_open_1): ... this. Updated all users.
10325         (record_open): Renamed to ...
10326         (record_full_open): ... this. Updated all users.
10327         (record_close): Renamed to ...
10328         (record_full_close): ... this. Updated all users.
10329         (record_resume_step): Renamed to ...
10330         (record_full_resume_step): ... this. Updated all users.
10331         (record_resumed): Renamed to ...
10332         (record_full_resumed): ... this. Updated all users.
10333         (record_execution_dir): Renamed to ...
10334         (record_full_execution_dir): ... this. Updated all users.
10335         (record_resume): Renamed to ...
10336         (record_full_resume): ... this. Updated all users.
10337         (record_get_sig): Renamed to ...
10338         (record_full_get_sig): ... this. Updated all users.
10339         (record_sig_handler): Renamed to ...
10340         (record_full_sig_handler): ... this. Updated all users.
10341         (record_wait_cleanups): Renamed to ...
10342         (record_full_wait_cleanups): ... this. Updated all users.
10343         (record_wait_1): Renamed to ...
10344         (record_full_wait_1): ... this. Updated all users.
10345         (record_wait): Renamed to ...
10346         (record_full_wait): ... this. Updated all users.
10347         (record_stopped_by_watchpoint): Renamed to ...
10348         (record_full_stopped_by_watchpoint): ... this. Updated all users.
10349         (record_disconnect): Renamed to ...
10350         (record_full_disconnect): ... this. Updated all users.
10351         (record_detach): Renamed to ...
10352         (record_full_detach): ... this. Updated all users.
10353         (record_mourn_inferior): Renamed to ...
10354         (record_full_mourn_inferior): ... this. Updated all users.
10355         (record_kill): Renamed to ...
10356         (record_full_kill): ... this. Updated all users.
10357         (record_stopped_data_address): Renamed to ...
10358         (record_full_stopped_data_address): ... this. Updated all users.
10359         (record_registers_change): Renamed to ...
10360         (record_full_registers_change): ... this. Updated all users.
10361         (record_store_registers): Renamed to ...
10362         (record_full_store_registers): ... this. Updated all users.
10363         (record_xfer_partial): Renamed to ...
10364         (record_full_xfer_partial): ... this. Updated all users.
10365         (record_breakpoint): Renamed to ...
10366         (record_full_breakpoint): ... this. Updated all users.
10367         (record_breakpoint_p): Renamed to ...
10368         (record_full_breakpoint_p): ... this. Updated all users.
10369         (record_breakpoints): Renamed to ...
10370         (record_full_breakpoints): ... this. Updated all users.
10371         (record_sync_record_breakpoints): Renamed to ...
10372         (record_full_sync_record_breakpoints): ... this.
10373         Updated all users.
10374         (record_init_record_breakpoints): Renamed to ...
10375         (record_full_init_record_breakpoints): ... this.
10376         Updated all users.
10377         (record_insert_breakpoint): Renamed to ...
10378         (record_full_insert_breakpoint): ... this. Updated all users.
10379         (record_remove_breakpoint): Renamed to ...
10380         (record_full_remove_breakpoint): ... this. Updated all users.
10381         (record_can_execute_reverse): Renamed to ...
10382         (record_full_can_execute_reverse): ... this. Updated all users.
10383         (record_get_bookmark): Renamed to ...
10384         (record_full_get_bookmark): ... this. Updated all users.
10385         (record_goto_bookmark): Renamed to ...
10386         (record_full_goto_bookmark): ... this. Updated all users.
10387         (record_async): Renamed to ...
10388         (record_full_async): ... this. Updated all users.
10389         (record_can_async_p): Renamed to ...
10390         (record_full_can_async_p): ... this. Updated all users.
10391         (record_is_async_p): Renamed to ...
10392         (record_full_is_async_p): ... this. Updated all users.
10393         (record_execution_direction): Renamed to ...
10394         (record_full_execution_direction): ... this. Updated all users.
10395         (record_info): Renamed to ...
10396         (record_full_info): ... this. Updated all users.
10397         (record_delete): Renamed to ...
10398         (record_full_delete): ... this. Updated all users.
10399         (record_is_replaying): Renamed to ...
10400         (record_full_is_replaying): ... this. Updated all users.
10401         (record_goto_entry): Renamed to ...
10402         (record_full_goto_entry): ... this. Updated all users.
10403         (record_goto_begin): Renamed to ...
10404         (record_full_goto_begin): ... this. Updated all users.
10405         (record_goto_end): Renamed to ...
10406         (record_full_goto_end): ... this. Updated all users.
10407         (record_goto): Renamed to ...
10408         (record_full_goto): ... this. Updated all users.
10409         (init_record_ops): Renamed to ...
10410         (init_record_full_ops): ... this. Updated all users.
10411         (record_core_resume): Renamed to ...
10412         (record_full_core_resume): ... this. Updated all users.
10413         (record_core_kill): Renamed to ...
10414         (record_full_core_kill): ... this. Updated all users.
10415         (record_core_fetch_registers): Renamed to ...
10416         (record_full_core_fetch_registers): ... this. Updated all users.
10417         (record_core_prepare_to_store): Renamed to ...
10418         (record_full_core_prepare_to_store): ... this. Updated all users.
10419         (record_core_store_registers): Renamed to ...
10420         (record_full_core_store_registers): ... this. Updated all users.
10421         (record_core_xfer_partial): Renamed to ...
10422         (record_full_core_xfer_partial): ... this. Updated all users.
10423         (record_core_insert_breakpoint): Renamed to ...
10424         (record_full_core_insert_breakpoint): ... this. Updated all users.
10425         (record_core_remove_breakpoint): Renamed to ...
10426         (record_full_core_remove_breakpoint): ... this. Updated all users.
10427         (record_core_has_execution): Renamed to ...
10428         (record_full_core_has_execution): ... this. Updated all users.
10429         (init_record_core_ops): Renamed to ...
10430         (init_record_full_core_ops): ... this. Updated all users.
10431         (cmd_record_restore): Renamed to ...
10432         (cmd_record_full_restore): ... this. Updated all users.
10433         (record_save_cleanups): Renamed to ...
10434         (record_full_save_cleanups): ... this. Updated all users.
10435         (cmd_record_start): Renamed to ...
10436         (cmd_record_full_start): ... this. Updated all users.
10437         (set_record_insn_max_num): Renamed to ...
10438         (set_record_full_insn_max_num): ... this. Updated all users.
10439         (set_record_command): Renamed to ...
10440         (set_record_full_command): ... this. Updated all users.
10441         (show_record_command): Renamed to ...
10442         (show_record_full_command): ... this. Updated all users.
10443         (_initialize_record): Renamed to ...
10444         (_initialize_record_full): ... this. Updated all users.
10445
10446 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10447
10448         * record.h: Split into this and ...
10449         * record-full.h: ... this.
10450         * record.c: Split into this and ...
10451         * record-full.c: ... this.
10452         * target.h (target_ops): Add new fields to_info_record,
10453         to_save_record, to_delete_record, to_record_is_replaying,
10454         to_goto_record_begin, to_goto_record_end, to_goto_record.
10455         (target_info_record): New.
10456         (target_save_record): New.
10457         (target_supports_delete_record): New.
10458         (target_delete_record): New.
10459         (target_record_is_replaying): New.
10460         (target_goto_record_begin): New.
10461         (target_goto_record_end): New.
10462         (target_goto_record): New.
10463         * target.c (target_info_record): New.
10464         (target_save_record): New.
10465         (target_supports_delete_record): New.
10466         (target_delete_record): New.
10467         (target_record_is_replaying): New.
10468         (target_goto_record_begin): New.
10469         (target_goto_record_end): New.
10470         (target_goto_record): New.
10471         * record.h: Declare struct cmd_list_element.
10472         (record_cmdlist): New declaration.
10473         (set_record_cmdlist): New declaration.
10474         (show_record_cmdlist): New declaration.
10475         (info_record_cmdlist): New declaration.
10476         (cmd_record_goto): New declaration.
10477         * record.c: Remove unnecessary includes.
10478         Include inferior.h.
10479         (cmd_record_goto): Remove declaration.
10480         (record_cmdlist): Now extern. Initialize.
10481         (set_record_cmdlist): Now extern. Initialize.
10482         (show_record_cmdlist): Now extern. Initialize.
10483         (info_record_cmdlist): Now extern. Initialize.
10484         (find_record_target): New.
10485         (require_record_target): New.
10486         (cmd_record_start): Update.
10487         (cmd_record_delete): Remove target-specific code.
10488         Call target_delete_record.
10489         (cmd_record_stop): Unpush any record target.
10490         (set_record_insn_max_num): Move to record-full.c
10491         (set_record_command): Add comment.
10492         (show_record_command): Add comment.
10493         (info_record_command): Update comment.
10494         Remove target-specific code.
10495         Call the record target's to_info_record.
10496         (cmd_record_start): New.
10497         (cmd_record_goto): Now extern.
10498         Remove target-specific code.
10499         Call target_goto_begin,  target_goto_end, or target_goto.
10500         (_initialize_record): Move record target ops initialization to
10501         record-full.c.
10502         Change "record" command help text.
10503         Move "record restore", "record set", and "record show" commands to
10504         record-full.c.
10505         * Makefile.in (SFILES): Add record-full.c.
10506         (HFILES_NO_SRCDIR): Add record-full.h.
10507         (COMMON_OBS): Add record-full.o.
10508         * amd64-linux-tdep.c: Include record-full.h instead of record.h.
10509         * arm-tdep.c: Include record-full.h.
10510         * i386-linux-tdep.c: Include record-full.h instead of record.h.
10511         * i386-tdep.c: Include record-full.h.
10512         * infrun.c: Include record-full.h.
10513         * linux-record.c: Include record-full.h.
10514         * moxie-tdep.c: Include record-full.h.
10515         * record-full.c: Include record-full.h.
10516         Change module comment.
10517         (set_record_full_cmdlist): New.
10518         (show_record_full_cmdlist): New.
10519         (record_full_cmdlist): New.
10520         (record_goto_insn): New declaration.
10521         (record_save): New declaration.
10522         (record_check_insn_num): Change query string.
10523         (record_info): New.
10524         (record_delete): New.
10525         (record_is_replaying): New.
10526         (record_goto_entry): New.
10527         (record_goto_begin): New.
10528         (record_goto_end): New.
10529         (record_goto): New.
10530         (init_record_ops): Update.
10531         (init_record_core_ops): Update.
10532         (cmd_record_save): Rename to record_save. Remove target and arg checks.
10533         (cmd_record_start): New.
10534         (set_record_insn_max_num): Moved from record.c
10535         (set_record_full_command): New.
10536         (show_record_full_command): New.
10537         (_initialize_record_full): New.
10538
10539 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10540
10541         * target.h (add_deprecated_target_alias): New.
10542         * target.c (add_deprecated_target_alias): New.
10543
10544 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10545
10546         * common/linux-btrace.c: Include sys/ptrace, sys/types, sys/wait.h,
10547         and signal.h.
10548         (linux_supports_btrace): Add kernel and
10549         cpuid check.
10550         (kernel_supports_btrace): New function.
10551         (cpu_supports_btrace): New function.
10552         (intel_supports_btrace): New function.
10553
10554 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10555
10556         * target.h (enum target_object): Add TARGET_OBJECT_BTRACE.
10557         * remote.c: Include btrace.h.
10558         (struct btrace_target_info): New struct.
10559         (remote_supports_btrace): New function.
10560         (send_Qbtrace): New function.
10561         (remote_enable_btrace): New function.
10562         (remote_disable_btrace): New function.
10563         (remote_teardown_btrace): New function.
10564         (remote_read_btrace): New function.
10565         (init_remote_ops): Add btrace ops.
10566         (enum <unnamed>): Add btrace packets.
10567         (struct protocol_feature remote_protocol_features[]): Add btrace packets.
10568         (_initialize_remote): Add packet configuration for branch tracing.
10569
10570 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10571
10572         * features/btrace.dtd: New file.
10573         * Makefile.in (XMLFILES): Add btrace.dtd.
10574         * btrace.h (parse_xml_btrace): New declaration.
10575         * btrace.c: Include xml-support.h.
10576         (parse_xml_btrace): New function.
10577         (parse_xml_btrace_block): New function.
10578         (block_attributes): New struct.
10579         (btrace_attributes): New struct.
10580         (btrace_children): New struct.
10581         (btrace_elements): New struct.
10582
10583 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10584
10585         * amd64-linux-nat.c: Include btrace.h and linux-btrace.h.
10586         (amd64_linux_enable_btrace): New.
10587         (amd64_linux_disable_btrace): New.
10588         (amd64_linux_teardown_btrace): New.
10589         (_initialize_amd64_linux_nat): Initialize btrace ops.
10590         * i386-linux.nat.c: Include btrace.h and linux-btrace.h.
10591         (i386_linux_enable_btrace): New.
10592         (i386_linux_disable_btrace): New.
10593         (i386_linux_teardown_btrace): New.
10594         (_initialize_i386_linux_nat): Initialize btrace ops.
10595         * config/i386/linux.mh: Add linux-btrace.o.
10596         * config/i386/linux64.mh: Add linux-btrace.o.
10597
10598 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10599
10600         * common/linux_btrace.h: New file.
10601         * common/linux_btrace.c: New file.
10602         * Makefile.in (SFILES): Add btrace.c.
10603         (HFILES_NO_SRCDIR): Add common/linux-btrace.h.
10604         (COMMON_OBS): Add btrace.o.
10605         (linux-btrace.o): New rule.
10606
10607 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10608
10609         * target.h: Include btrace.h.
10610         (struct target_ops) <to_supports_btrace, to_enable_btrace,
10611         to_disable_btrace, to_teardown_btrace, to_read_btrace>: New.
10612         * target.c (target_supports_btrace): New function.
10613         (target_enable_btrace): New function.
10614         (target_disable_btrace): New function.
10615         (target_teardown_btrace): New function.
10616         (target_read_btrace): New function.
10617         * btrace.h: New file.
10618         * btrace.c: New file.
10619         * Makefile.in: Add btrace.c.
10620         * gdbthread.h: Include btrace.h.
10621         (struct thread_info): Add btrace field.
10622         * thread.c: Include btrace.h.
10623         (clear_thread_inferior_resources): Call target_teardown_btrace.
10624         * common/btrace-common.h: New file.
10625
10626 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
10627
10628         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Call also kill
10629         for CHILD, ignore PTRACE_KILL errors, move the inner block variable
10630         kill_status to outer block.
10631
10632 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
10633
10634         Fix entry-values if the callee called a noreturn function.
10635         * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Use
10636         get_frame_address_in_block.  Add new comment.
10637
10638 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
10639
10640         Fix entry-values in C++ across CUs.
10641         * dwarf2loc.c (call_site_to_target_addr) <FIELD_LOC_KIND_PHYSNAME>: Use
10642         lookup_minimal_symbol.  Add a comment.
10643         * dwarf2read.c
10644         (read_call_site_scope) <is_ref_attr> <die_is_declaration>: Prefer
10645         DW_AT_linkage_name.
10646
10647 2013-03-08  Yao Qi  <yao@codesourcery.com>
10648
10649         * tracepoint.c (_initialize_tracepoint): Indent the code.
10650
10651 2013-03-08  Pedro Alves  <palves@redhat.com>
10652
10653         * findcmd.c (put_bits): Change type of parameter to 'gdb_byte *'.
10654         (parse_find_args, find_command): Change type of pattern buffer
10655         locals to 'gdb_byte *'.
10656
10657 2013-03-08  Stan Shebs  <stan@codesourcery.com>
10658             Hafiz Abid Qadeer  <abidh@codesourcery.com>
10659
10660         * NEWS: Mention set and show trace-buffer-size commands.
10661         Mention new packet.
10662         * target.h (struct target_ops): New method
10663         to_set_trace_buffer_size.
10664         (target_set_trace_buffer_size): New macro.
10665         * target.c (update_current_target): Set up new method.
10666         * tracepoint.c (trace_buffer_size): New global.
10667         (start_tracing): Send it to the target.
10668         (set_trace_buffer_size): New function.
10669         (_initialize_tracepoint): Add new setshow for trace-buffer-size.
10670         * remote.c (remote_set_trace_buffer_size): New function.
10671         (_initialize_remote): Use it.
10672         (QTBuffer:size) New remote command.
10673         (PACKET_QTBuffer_size): New enum.
10674         (remote_protocol_features): Add an entry for
10675         PACKET_QTBuffer_size.
10676
10677 2013-03-08  Tom Tromey  <tromey@redhat.com>
10678
10679         * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
10680         variable.
10681
10682 2013-03-07  Pedro Alves  <palves@redhat.com>
10683
10684         * target.c (target_read_stralloc, target_fileio_read_alloc):
10685         *Cast pointer to 'gdb_byte *' in target call.
10686
10687 2013-03-07  Pedro Alves  <palves@redhat.com>
10688
10689         * corefile.c (read_memory_string): Cast pointer to gdb_byte* in
10690         call.
10691
10692 2013-03-07  Keith Seitz  <keiths@redhat.com>
10693
10694         * breakpoint.c (catch_syscall_split_args): Use skip_spaces.
10695         (trace_pass_command): Likewise.
10696         * cli/cli-cmds.c: Include cli/cli-utils.h.
10697         (source_command): Use skip-spaces.
10698         (disassemble_command): Likewise.
10699         * findcmd.c: Include cli/cli-utils.h.
10700         (parse_find_args): Use skip_spaces.
10701         * go32-nat.c: Include cli/cli-utils.h.
10702         (go32_sldt): Use skip_spaces.
10703         (go32_sgdt): Likewise.
10704         (go32_sidt): Likewise.
10705         (go32_pde): Likewise.
10706         (go32_pte): Likewise.
10707         (go32_pte_for_address): Likewise.
10708         * infcmd.c: Include cli/cli-utils.h.
10709         (registers_info): Use skip_spaces.
10710         * linux-tdep.c (read_mapping): Use skip_spaces_const.
10711         (linux_info_proc): Likewise.
10712         * linux-thread-db.c: Include cli/cli-utils.h.
10713         (info_auto_load_libthread_db): Use skip_spaces_const.
10714         * m32r-rom.c: Include cli/cli-utils.h.
10715         (m32r_upload_command): Use skip_spaces.
10716         * maint.c: Include cli/cli-utils.h.
10717         (maintenance_translate_address): Use skip_spaces.
10718         * mi/mi-parse.c: Include cli/cli-utils.h.
10719         (mi_parse_argv): Use skip_spaces.
10720         (mi_parse): Likewise.
10721         * minsyms.c: Include cli/cli-utils.h.
10722         (msymbol_hash_iw): Use skip_spaces_const.
10723         * objc-lang.c: Include cli/cli-utils.h.
10724         (parse_selector): Use skip_spaces.
10725         (parse_method): Likewise.
10726         * python/python.c: Include cli/cli-utils.h.
10727         (python_interactive_command)[HAVE_PYTHON]: Use skip_spaces.
10728         (python_command)[HAVE_PYTHON]: Likewise.
10729         (python_interactive_command)[!HAVE_PYTHON]: Likewise.
10730         * remote-m32r-sdi.c: Include cli/cli-utils.h.
10731         (m32r_load): Use skip_spaces.
10732         * serial.c: Include cli/cli-utils.h.
10733         (serial_open): Use skip_spaces_const.
10734         * stack.c: Include cli/cli-utils.h.
10735         (parse_frame_specification_1): Use skip_spaces_const.
10736         * symfile.c: Include cli/cli-utils.h.
10737         (set_ext_lang_command): Use skip_spaces.
10738         * symtab.c: Include cli/cli-utils.h.
10739         (rbreak_command): Use skip_spaces.
10740         * thread.c (thread_name_command): Use skip_spaces.
10741         * tracepoint.c (validate_actionline): Use skip_spaces.
10742         (encode_actions_1): Likewise.
10743         (trace_find_range_command): Likewise.
10744         (trace_find_outside_command): Likewise.
10745         (trace_dump_actions): Likewise.
10746
10747 2013-03-07  Pedro Alves  <palves@redhat.com>
10748
10749         * c-lang.c (parse_one_string): Cast argument to gdb_byte *.
10750         * expprint.c (print_subexp_standard): Likewise.
10751         * utils.c (host_char_to_target): Likewise.
10752         * valprint.c (generic_emit_char, generic_printstr): Likewise.
10753         * varobj.c (value_get_print_value): Change type of local to char*.
10754         Cast it gdb_byte * in call to language printer.
10755
10756 2013-03-07  Pedro Alves  <palves@redhat.com>
10757
10758         * charset.c (struct wchar_iterator) <input>: Change type to 'const
10759         gdb_byte *'.
10760         (make_wchar_iterator): Remove cast to char*.
10761         (wchar_iterate): Change type of local.
10762
10763 2013-03-07  Pedro Alves  <palves@redhat.com>
10764
10765         * regcache.c (regcache_xmalloc_1): Call XCALLOC with signed char
10766         for 'regcache->register_status'.
10767
10768 2013-03-07  Pedro Alves  <palves@redhat.com>
10769
10770         * breakpoint.c (breakpoint_xfer_memory): Change type of local to
10771         int.
10772
10773 2013-03-07  Pedro Alves  <palves@redhat.com>
10774
10775         * stap-probe.c (handle_stap_probe): Add cast to char*.
10776
10777 2013-03-07  Pedro Alves  <palves@redhat.com>
10778
10779         * linux-record.c (record_linux_system_call) <gdb_sys_msgrcv,
10780         RECORD_MSGRCV>: Pass a signed variable to
10781         regcache_raw_read_signed, instead of an unsigned one.
10782
10783 2013-03-07  Pedro Alves  <palves@redhat.com>
10784
10785         * remote-notif.c (notif_debug): Change type to int.
10786         * remote-notif.h (notif_debug): Likewise.
10787
10788 2013-03-07  Pedro Alves  <palves@redhat.com>
10789
10790         * ser-tcp.c (tcp_retry_limit): Change type to unsigned int.
10791
10792 2013-03-07  Pedro Alves  <palves@redhat.com>
10793
10794         * remote.c (hex2bin, bin2hex): Move extern declarations to ...
10795         * remote.h (hex2bin, bin2hex): ... here.
10796         * tracepoint.c (hex2bin, bin2hex): Remove extern declarations.
10797
10798 2013-03-07  Eli Zaretskii  <eliz@gnu.org>
10799
10800         * utils.c (initialize_utils): Improve doc strings of "set/show
10801         width", "set/show height", and "set/show pagination".
10802
10803 2013-03-06  Keith Seitz  <keiths@redhat.com>
10804
10805         * ax-gdb.c (gen_printf): Make FORMAT const.
10806         * ax-gdb.h (gen_printf): Likewise.
10807         * ax-general.c (ax_string): Make STR const.
10808         * ax.h (ax_string): Likewise.
10809
10810 2013-03-06  Doug Evans  <dje@google.com>
10811
10812         * elfread.c (elf_symfile_read): Move debugging printf to more
10813         logical location.
10814
10815 2013-03-06  Pedro Alves  <palves@redhat.com>
10816
10817         * python/py-utils.c (target_string_to_unicode): Delete function.
10818         * python/python-internal.h (target_string_to_unicode): Delete
10819         declaration.
10820
10821 2013-03-06  Pierre Muller  <muller@sourceware.org>
10822
10823         * linespec.c (get_current_search_block): ARI fix, use (void)
10824         for empty parameter list.
10825
10826 2013-03-05  Doug Evans  <dje@google.com>
10827
10828         * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents
10829         of old ada_lookup_symbol_list.  In !full_search case, don't
10830         search superblocks.
10831         (ada_lookup_symbol_list): Delete arg full_search, all callers
10832         updated.  Call ada_lookup_symbol_list_worker.
10833         (ada_iterate_over_symbols): Call ada_lookup_symbol_list_worker.
10834         * ada-lang.h (ada_lookup_symbol_list): Update.
10835         * language.h (language_defn): Update comment for
10836         la_iterate_over_symbols.
10837         * linespec.c (iterate_over_file_blocks): New function.
10838         (iterate_over_all_matching_symtabs): Call it.
10839         (lookup_prefix_sym): Ditto.
10840         (get_current_search_block): New function.
10841         (get_search_block): Delete.
10842         (find_label_symbols): Call get_current_search_block.
10843         (add_matching_symbols_to_info): Call iterate_over_file_blocks.
10844         * symtab.c (iterate_over_symbols): Don't search superblocks.
10845
10846 2013-03-05  Yao Qi  <yao@codesourcery.com>
10847
10848         * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): Change
10849         parameter VAR's type from "unsigned int" to "int".
10850         * command.h (var_zuinteger_unlimited): Update its comments.
10851         (add_setshow_zuinteger_unlimited_cmd): Update the declaration.
10852
10853 2013-03-05  Corinna Vinschen  <vinschen@redhat.de>
10854
10855         * NEWS: Mention new target x86_64-*-cygwin*.
10856
10857 2013-03-05  Corinna Vinschen  <vinschen@redhat.de>
10858
10859         * configure.host: Add x86_64-*-cygwin* as host.
10860         * configure.tgt: Add x86_64-*-cygwin* as target.
10861         * config/i386/cygwin64.mh: New file.
10862
10863 2013-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
10864
10865         * linespec.c (decode_line_2): Fix duplicate request off by two message.
10866
10867 2013-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
10868
10869         * linespec.c (struct linespec_canonical_name): New.
10870         (struct linespec_state): Change canonical_names type to it.
10871         (add_sal_to_sals): Change variable canonical_name to canonical.  Change
10872         xrealloc element size.  Initialize the different CANONICAL fields.
10873         (canonical_to_fullform): New.
10874         (filter_results): Use it.  Add variables canonical, fullform and
10875         cleanup.
10876         (struct decode_line_2_item, decode_line_2_compare_items): New.
10877         (decode_line_2): Remove variables iter and item_names, add variables
10878         items and items_count.  Modify the code for these new variables.
10879
10880 2013-03-04  Corinna Vinschen  <vinschen@redhat.com>
10881
10882         * coff-pe-read.c (read_pe_exported_syms): Don't return without
10883         calling do_cleanup.
10884
10885 2013-03-04  Luis Machado  <lgustavo@codesourcery.com>
10886
10887         * tracepoint.c (build_traceframe_info): Add code for byte order.
10888
10889 2013-03-02  Kevin Buettner  <kevinb@redhat.com>
10890
10891         * v850-tdep.c: (v850e2_register_name): Revise system register
10892         names to match current V850E2M architecture specifications.
10893         Update register number enum comments too.
10894
10895 2013-03-01  Jiong Wang  <jiwang@tilera.com>
10896             Pedro Alves  <palves@redhat.com>
10897
10898         * tilegx-tdep.c (tilegx_analyze_prologue): Limit bundle reading
10899         to END_ADDR.
10900         (tilegx_skip_prologue): Limit prologue analysis to section end.
10901
10902 2013-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
10903
10904         * dwarf2loc.c (call_site_find_chain_1): New variable save_callee_pc,
10905         use it.
10906
10907 2013-03-01  Pedro Alves  <palves@redhat.com>
10908
10909         Use gdb_byte for bytes from the program being debugged.
10910
10911         * arm-tdep.c (arm_store_return_value, arm_get_longjmp_target):
10912         Change type of local 'buf' to gdb_byte.
10913         * avr-tdep.c (avr_frame_prev_register, avr_push_dummy_call): Likewise.
10914         * bfin-tdep.c (bfin_push_dummy_call): Likewise.
10915         * cris-tdep.c (cris_sigcontext_addr)
10916         (cris_sigtramp_frame_unwind_cache): Likewise.
10917         * frv-linux-tdep.c (frv_linux_pc_in_sigtramp)
10918         (frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
10919         Likewise.
10920         * frv-tdep.c (frv_pseudo_register_write, frv_analyze_prologue): Likewise.
10921         * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer)
10922         (hppa32_hpux_search_dummy_call_sequence)
10923         (hppa_hpux_supply_save_state): Likewise.
10924         * hppa-linux-tdep.c (insns_match_pattern)
10925         (hppa_linux_find_global_pointer): Likewise.
10926         * hppa-tdep.c (hppa_in_function_epilogue_p)
10927         (skip_prologue_hard_way, hppa_frame_cache): Likewise.
10928         * i386-nto-tdep.c (i386nto_sigcontext_addr): Likewise.
10929         * i386fbsd-tdep.c (i386fbsd_supply_uthread)
10930         (i386fbsd_collect_uthread): Likewise.
10931         * ia64-hpux-tdep.c (ia64_hpux_push_dummy_code): Likewise.
10932         * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Likewise.
10933         * ia64-tdep.c (examine_prologue, ia64_frame_cache)
10934         (ia64_frame_prev_register, ia64_sigtramp_frame_cache)
10935         (ia64_sigtramp_frame_prev_register, ia64_access_reg)
10936         (ia64_access_rse_reg, ia64_libunwind_frame_this_id)
10937         (ia64_libunwind_frame_prev_register)
10938         (ia64_libunwind_sigtramp_frame_this_id)
10939         (ia64_find_global_pointer_from_dynamic_section)
10940         (find_extant_func_descr, find_func_descr, ia64_dummy_id)
10941         (ia64_unwind_pc): Likewise.
10942         * iq2000-tdep.c (iq2000_store_return_value): Likewise.
10943         * m68hc11-tdep.c (m68hc11_push_dummy_call)
10944         (m68hc11_extract_return_value): Likewise.
10945         * m68klinux-nat.c (fetch_register, store_register): Likewise.
10946         * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_cr32_write)
10947         (mep_get_insn, mep_push_dummy_call): Likewise.
10948         * mips-linux-tdep.c (mips_linux_get_longjmp_target)
10949         (mips_linux_in_dynsym_stub): Likewise.
10950         * mn10300-tdep.c (mep_pseudo_cr32_write): Likewise.
10951         * ppc-linux-nat.c (fetch_register, store_register): Likewise.
10952         * regcache.c (dump_endian_bytes): Change type of parameter 'buf'
10953         to gdb_byte.
10954         * remote-mips.c (mips_set_register): Likewise.
10955         * remote-sim.c (gdbsim_fetch_register): Likewise.
10956         * score-tdep.c (score7_fetch_inst): Change type of parameter
10957         'memblock' and local 'buf' to gdb_byte.
10958         (score7_malloc_and_get_memblock): Change return type to gdb_byte.
10959         Change type of local 'buf' to gdb_byte.  Adjust.
10960         (score7_adjust_memblock_ptr): Change type of parameter 'memblock'
10961         to gdb_byte**.
10962         (score7_analyze_prologue): Change type of 'memblock' and
10963         'memblock_ptr' locals to gdb_byte*.
10964         * sh64-tdep.c (sh64_extract_return_value)
10965         (sh64_store_return_value): Change type of local 'buf' to gdb_byte.
10966         * solib-darwin.c (darwin_current_sos, darwin_read_exec_load_addr):
10967         * solib-pa64.c (pa64_solib_create_inferior_hook)
10968         (pa64_open_symbol_file_object): Remove local 'buf'.
10969         * solib-som.c (som_solib_create_inferior_hook, link_map_start)
10970         (som_open_symbol_file_object): Likewise.
10971         * solib-spu.c (spu_current_sos): Likewise.
10972         * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
10973         * spu-multiarch.c (parse_spufs_run, spu_fetch_registers)
10974         (spu_store_registers): Likewise.
10975         * target.c (debug_print_register): Likewise.
10976         * tic6x-tdep.c (tic6x_get_longjmp_target): Likewise.
10977         * xstormy16-tdep.c (xstormy16_store_return_value)
10978         (xstormy16_push_dummy_call, xstormy16_resolve_jmp_table_entry)
10979         (xstormy16_find_jmp_table_entry): Likewise.
10980
10981 2013-03-01  Jiong Wang  <jiwang@tilera.com>
10982
10983         * tilegx-tdep.c (tilegx_get_longjmp_target): New function.
10984         (tilegx_gdbarch_init): Install it.
10985
10986 2013-02-28  Tom Tromey  <tromey@redhat.com>
10987
10988         * python/py-arch.c (archpy_disassemble): Use PyInt_Check and
10989         PyLong_Check.
10990
10991 2013-02-28  Doug Evans  <dje@google.com>
10992
10993         * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
10994         * python/python.c (gdbpy_find_pc_line): Ditto.
10995
10996 2013-02-28  Tom Tromey  <tromey@redhat.com>
10997
10998         * contrib/excheck.py: New file.
10999         * contrib/exsummary.py: New file.
11000         * contrib/gcc-with-excheck: New file.
11001
11002 2013-02-28  Tom Tromey  <tromey@redhat.com>
11003
11004         * python/python.c (gdbpy_print_stack): Call begin_line and
11005         fprintf_filtered inside TRY_CATCH.
11006
11007 2013-02-28  Tom Tromey  <tromey@redhat.com>
11008
11009         * python/python.c (gdbpy_find_pc_line): Call find_pc_line
11010         inside TRY_CATCH.
11011
11012 2013-02-28  Tom Tromey  <tromey@redhat.com>
11013
11014         * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to call
11015         frame_object_to_frame_info inside TRY_CATCH.
11016
11017 2013-02-28  Tom Tromey  <tromey@redhat.com>
11018
11019         * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside
11020         TRY_CATCH.
11021
11022 2013-02-28  Tom Tromey  <tromey@redhat.com>
11023
11024         * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.
11025
11026 2013-02-27  Corinna Vinschen  <vinschen@redhat.com>
11027
11028         * windows-nat.c: Throughout, fix format strings and casts of
11029         printf-like functions to avoid type related warnings on all
11030         platforms.
11031         (handle_output_debug_string): Fetch context information address
11032         from debug string using string_to_core_addr.
11033
11034 2013-02-27  Jiong Wang  <jiwang@tilera.com>
11035
11036         * regformats/reg-tilegx.dat (name): Change abi name to "tilegx".
11037         * regformats/reg-tilegx32.dat: New.
11038
11039 2013-02-27  Jiong Wang  <jiwang@tilera.com>
11040
11041         * configure.tgt (tilegx-*-linux*): Enable gdbserver.
11042
11043 2013-02-27  Jiong Wang  <jiwang@tilera.com>
11044
11045         * configure.tgt (tilegx-*-linux*): Replace whitespace with tab.
11046
11047 2013-02-27  Yao Qi  <yao@codesourcery.com>
11048             Pedro Alves  <palves@redhat.com>
11049
11050         * tracepoint.c (tfile_trace_find): For tfind
11051         pc/tp/range/outside, look for the next trace frame instead of
11052         always starting from frame 0.
11053
11054 2013-02-26  Anthony Green  <green@moxielogic.com>
11055
11056         * configure.tgt: Add support for moxie-*-rtems* target.
11057
11058 2013-02-25  Pedro Alves  <palves@redhat.com>
11059
11060         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Change
11061         warning text.
11062
11063 2013-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
11064
11065         * mips-tdep.c (mips32_scan_prologue): Reset frame_offset to zero
11066         if $fp is used as the virtual frame pointer.
11067
11068 2013-02-23  Alan Modra  <amodra@gmail.com>
11069
11070         * elfread.c (elf_symtab_read): Do not use udata.p here to find
11071         symbol size.
11072         * ppc64-tdep.c (ppc64_elf_make_msymbol_special): New function.
11073         * ppc64-tdep.h (ppc64_elf_make_msymbol_special): Declare.
11074         * ppc-linux-tdep.c (ppc_linux_init_abi): Set up to use the above.
11075         * ppcfbsd-tdep.c (ppcfbsd_init_abi): Likewise.
11076
11077 2013-02-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
11078
11079         Code cleanup.
11080         * elfread.c (build_id_bfd_get): Make the return type const.
11081         (build_id_verify): Make the check parameter const.
11082         (build_id_to_debug_filename): Make the build_id parameter and variable
11083         data const.
11084         (find_separate_debug_file_by_buildid): Make the variable build_id const.
11085
11086 2013-02-21  Alan Modra  <amodra@gmail.com>
11087
11088         * elfread.c (build_id_bfd_get): Adjust for elf_tdata changes.
11089
11090 2013-02-20  Siva Chandra Reddy  <sivachandra@google.com>
11091
11092         Add a new method 'disassemble' to gdb.Architecture class.
11093         * python/py-arch.c (archpy_disassmble): Implementation of the
11094         new method gdb.Architecture.disassemble.
11095         (arch_object_methods): Add entry for the new method.
11096
11097 2013-02-20  Jiong Wang  <jiwang@tilera.com>
11098
11099         * MAINTAINERS (Write After Approval): Add myself to the list.
11100
11101 2013-02-19  Pedro Alves  <palves@redhat.com>
11102
11103         Garbage collect 'struct monitor_ops'::load_routine.
11104
11105         * monitor.h (struct monitor_ops) <load_routine>: Remove field.
11106         * monitor.c (monitor_load): No longer call
11107         current_monitor->load_routine.
11108         * dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
11109         * m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
11110         * ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.
11111
11112 2013-02-19  Pedro Alves  <palves@redhat.com>
11113
11114         PR gdb/15161
11115
11116         Harmonize with generic_load.
11117
11118         * monitor.c: Include "readline/readline.h".
11119         (monitor_load): Rename parameter 'file' to 'args'.  Use build_argv
11120         instead of sscanf.  Use CORE_ADDR/strtoulst instead of unsigned
11121         long/strtol for the 'load_offset' local.  Error out if no argument
11122         is given or if too many arguments are given.  Tilde expand the
11123         passed in file name.
11124
11125 2013-02-19  Kai Tietz  <ktietz@redhat.com>
11126
11127         PR gdb/15161
11128         * symfile.c (load_section_data): Change type of load_offset
11129         to CORE_ADDR.
11130         (generic_load): User strtoulst instead of strtoul for conversion
11131         of load_offset.
11132
11133 2013-02-19  Jiong Wang  <jiwang@tilera.com>
11134
11135         * tilegx-tdep.c (tilegx_analyze_prologue): add check for
11136          for return address, "lr" register, saved on stack.
11137         * tilegx-tdep.c (tilegx_frame_cache): update "PC" reg
11138         after we invoke tilegx_analyze_prologue.
11139
11140 2013-02-19  Jiong Wang  <jiwang@tilera.com>
11141
11142         * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
11143
11144 2013-02-19  Jiong Wang  <jiwang@tilera.com>
11145
11146         * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal.
11147
11148 2013-02-19  Jiong Wang  <jiwang@tilera.com>
11149
11150         * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro.
11151         (tilegx_write_pc): New function.
11152         (tilegx_cannot_reference_register): Return zero if REGNO
11153         is TILEGX_FAULTNUM_REGNUM.
11154         (tilegx_gdbarch_init): Add call to set_gdbarch_write_pc.
11155         (tilegx_register_name): Add handling of "faultnum" register.
11156         * tilegx-tdep.h (enum tilegx_regnum): Add TILEGX_FAULTNUM_REGNUM.
11157         * tilegx-linux-tdep.c (tilegx_linux_supply_regset): Add
11158         handling of TILEGX_FAULTNUM_REGNUM.
11159         * tilegx-linux-nat.c (regmap): Add entry for TILEGX_FAULTNUM_REGNUM.
11160
11161 2013-02-19  Jiong Wang  <jiwang@tilera.com>
11162
11163         * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack
11164         should be aligned to 64bit.
11165
11166 2013-02-19  Kai Tietz  <ktietz@redhat.com>
11167
11168         * windows-nat.c (windows_xfer_memory): Fix debug-output
11169         for LLP64.
11170
11171 2013-02-19  Lei Liu  <lei.liu2@windriver.com>
11172
11173         * mips-linux-nat.c (mips64_linux_regsets_store_registers):
11174         Don't check DSP register number if HAVE_DSP is not set.
11175
11176 2013-02-19  Alan Modra  <amodra@gmail.com>
11177
11178         * elfread.c (struct build_id): Delete.  Use struct elf_build_id
11179         throughout file instead.
11180         (build_id_bfd_get): Update to use new elf_tdata build_id field.
11181         Don't xmalloc return value.
11182         (build_id_verify): Similarly.  Don't xfree.
11183         (build_id_to_debug_filename): Update.
11184         (find_separate_debug_file_by_buildid): Update, don't xfree.
11185
11186 2013-02-18  Tom Tromey  <tromey@redhat.com>
11187
11188         PR gdb/15102:
11189         * dwarf2read.c (read_subrange_type): Use result of
11190         'check_typedef'.
11191
11192 2013-02-16  Yuanhui Zhang  <asmwarrior@gmail.com>
11193
11194         * frame.c: Remove one extra white space after #include
11195         directive.
11196
11197 2013-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
11198
11199         * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
11200
11201 2013-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
11202
11203         * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
11204         and dir commands into an if block.
11205
11206 2013-02-15  Sanimir Agovic  <sanimir.agovic@intel.com>
11207
11208         * python/py-breakpoint (struct pybp_code):  Use int instead of
11209         enum type_code.
11210
11211 2013-02-15  Pedro Alves  <pedro@codesourcery.com>
11212             Hafiz Abid Qadeer  <abidh@codesourcery.com>
11213
11214         * NEWS: Mention new field "trace-file".
11215         * tracepoint.c (trace_status_mi): Output "trace-file" field.
11216         (tfile_open): Record the trace file's filename in the trace
11217         status.
11218         (tfile_files_info): Mention the name of the trace file.
11219         Check the "filename" field explicitely.
11220         (trace_status_command): Explicitely check "filename" field.
11221         (trace_find_command): Ditto.
11222         (trace_find_pc_command): Ditto.
11223         (trace_find_tracepoint_command): Ditto.
11224         (trace_find_line_command): Ditto.
11225         (trace_find_range_command): Ditto.
11226         (trace_find_outside_command): Ditto.
11227         * tracepoint.h (struct trace_status) <from_file>: Rename it
11228         to "filename" and make it hold the trace file's filename
11229         instead of a boolean.
11230         * remote.c (remote_get_trace_status): Initialize "filename"
11231         field with NULL instead of 0.
11232
11233 2013-02-15  Yao Qi  <yao@codesourcery.com>
11234
11235         * remote.c: Fix a typo.
11236
11237 2013-02-14  Pierre Muller  <muller@sourceware.org>
11238
11239         * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
11240
11241 2013-02-14  Pedro Alves  <palves@redhat.com>
11242
11243         * utils.c (savestring): Don't #undef it.  Move function to
11244         common/common-utils.c.
11245         * common/common-utils.c: Include gdb_string.h.
11246         (savestring): Move here from utils.c.
11247         * common/common-utils.h (savestring): Declare.
11248
11249 2013-02-14  Pedro Alves  <palves@redhat.com>
11250
11251         * utils.c (savestring): Rename parameter 'size' to 'len'.
11252
11253 2013-02-14  Pedro Alves  <palves@redhat.com>
11254             Yufeng Zhang  <yufeng.zhang@arm.com>
11255
11256         * aarch64-linux-nat.c (aarch64_init_debug_reg_state): Delete.
11257         (aarch64_inferior_data, struct aarch64_inferior_data):
11258         Delete.
11259         (struct aarch64_process_info): New.
11260         (aarch64_process_list): New global.
11261         (aarch64_find_process_pid, aarch64_add_process)
11262         (aarch64_process_info_get): New functions.
11263         (aarch64_inferior_data_get): Delete.
11264         (aarch64_process_info_get): New function.
11265         (aarch64_forget_process): New function.
11266         (aarch64_get_debug_reg_state): New parameter 'pid'.  Reimplement.
11267         (aarch64_linux_prepare_to_resume): Pass the lwp's pid to
11268         aarch64_get_debug_reg_state.
11269         (aarch64_notify_debug_reg_change): Use iterate_over_lwps
11270         instead of linux_nat_iterate_watchpoint_lwps.
11271         (aarch64_linux_new_fork): New function.
11272         (aarch64_linux_child_post_startup_inferior): Use
11273         aarch64_forget_process instead of aarch64_init_debug_reg_state.
11274         (aarch64_handle_breakpoint, aarch64_linux_insert_hw_breakpoint)
11275         (aarch64_linux_remove_hw_breakpoint)
11276         (aarch64_handle_aligned_watchpoint)
11277         (aarch64_handle_unaligned_watchpoint)
11278         (aarch64_linux_insert_watchpoint)
11279         (aarch64_linux_remove_watchpoint)
11280         (aarch64_linux_stopped_data_address): Adjust to pass the current
11281         process id to aarch64_debug_reg_state.
11282         (_initialize_aarch64_linux_nat): Install aarch64_linux_new_fork as
11283         linux_nat_new_fork hook, and aarch64_forget_process as
11284         linux_nat_forget_process hook; remove the call to
11285         register_inferior_data_with_cleanup.
11286
11287 2013-02-14  Pedro Alves  <palves@redhat.com>
11288
11289         * eval.c (evaluate_subexp_for_address) <default_case_after_eval,
11290         EVAL_AVOID_SIDE_EFFECTS>: Swap and handle TYPE_CODE_REF before
11291         lval_memory.
11292
11293 2013-02-14  Pedro Alves  <pedro@codesourcery.com>
11294             Hafiz Abid Qadeer  <abidh@codesourcery.com>
11295
11296         * tracepoint.h (validate_trace_state_variable_name): Declare.
11297         * tracepoint.c (validate_trace_state_variable_name): New.
11298         (trace_variable_command): Parse the trace state variable's name
11299         without using parse_expression.  Do several validations.
11300         * mi/mi-main.c (mi_cmd_trace_define_variable): Don't parse the
11301         trace state variable's name with parse_expression.  Validate it.
11302
11303 2013-02-14  Yao Qi  <yao@codesourcery.com>
11304
11305         * infcmd.c (breakpoint_proceeded): Remove it.
11306
11307 2013-02-14  Yao Qi  <yao@codesourcery.com>
11308
11309         * tracepoint.c (end_actions_pseudocommand): Make it static.
11310         (while_stepping_pseudocommand): Likewise.
11311         * tracepoint.h (end_actions_pseudocommand): Remove the
11312         declaration.
11313         (while_stepping_pseudocommand): Likewise.
11314
11315 2013-02-14  Yao Qi  <yao@codesourcery.com>
11316
11317         * cli/cli-decode.c (help_cmd): Remove the declaration of
11318         "cmdlist".
11319         (help_all): Likewise.
11320
11321 2013-02-13  Pedro Alves  <palves@redhat.com>
11322
11323         * amd64-linux-nat.c (update_debug_registers_callback):
11324         Update comment.
11325         (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
11326         iterate_over_lwps.
11327         (amd64_linux_prepare_to_resume): Pass the lwp's pid to
11328         i386_debug_reg_state.
11329         (amd64_linux_new_fork): New function.
11330         (_initialize_amd64_linux_nat): Install amd64_linux_new_fork as
11331         linux_nat_new_fork hook, and i386_forget_process as
11332         linux_nat_forget_process hook.
11333         * i386-linux-nat.c (update_debug_registers_callback):
11334         Update comment.
11335         (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
11336         iterate_over_lwps.
11337         (i386_linux_prepare_to_resume): Pass the lwp's pid to
11338         i386_debug_reg_state.
11339         (i386_linux_new_fork): New function.
11340         (_initialize_i386_linux_nat): Install i386_linux_new_fork as
11341         linux_nat_new_fork hook, and i386_forget_process as
11342         linux_nat_forget_process hook.
11343         * i386-nat.c (i386_init_dregs): Delete.
11344         (i386_inferior_data, struct i386_inferior_data):
11345         Delete.
11346         (struct i386_process_info): New.
11347         (i386_process_list): New global.
11348         (i386_find_process_pid, i386_add_process, i386_process_info_get):
11349         New functions.
11350         (i386_inferior_data_get): Delete.
11351         (i386_process_info_get): New function.
11352         (i386_debug_reg_state): New parameter 'pid'.  Reimplement.
11353         (i386_forget_process): New function.
11354         (i386_cleanup_dregs): Rewrite.
11355         (i386_update_inferior_debug_regs, i386_insert_watchpoint)
11356         (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
11357         (i386_stopped_data_address, i386_insert_hw_breakpoint)
11358         (i386_remove_hw_breakpoint): Adjust to pass the current process id
11359         to i386_debug_reg_state.
11360         (i386_use_watchpoints): Don't register inferior data.
11361         * i386-nat.h (i386_debug_reg_state): Add new 'pid' parameter, and
11362         adjust comment.
11363         (i386_forget_process): Declare.
11364         * linux-fork.c (delete_fork): Call linux_nat_forget_process.
11365         * linux-nat.c (linux_nat_new_fork, linux_nat_forget_process_hook):
11366         New static globals.
11367         (linux_child_follow_fork): Don't call linux_nat_new_thread here.
11368         (add_initial_lwp): New, factored out from ...
11369         (add_lwp): ... this.  Don't check the number of lwps before
11370         calling linux_nat_new_thread.
11371         (linux_nat_iterate_watchpoint_lwps): Delete.
11372         (linux_nat_attach): Use add_initial_lwp instead of add_lwp.
11373         (linux_handle_extended_wait): Call the linux_nat_new_fork hook on
11374         forks and vforks.
11375         (linux_nat_wait_1): Use add_initial_lwp instead of add_lwp for the
11376         initial lwp.
11377         (linux_nat_kill, linux_nat_mourn_inferior): Call
11378         linux_nat_forget_process.
11379         (linux_nat_set_new_fork, linux_nat_set_forget_process)
11380         (linux_nat_forget_process): New functions.
11381         * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): Delete
11382         type.
11383         (linux_nat_iterate_watchpoint_lwps): Delete declaration.
11384         (linux_nat_new_fork_ftype, linux_nat_forget_process_ftype): New
11385         types.
11386         (linux_nat_set_new_fork, linux_nat_set_forget_process)
11387         (linux_nat_forget_process): New declarations.
11388
11389         * amd64fbsd-nat.c (super_mourn_inferior): New global.
11390         (amd64fbsd_mourn_inferior): New function.
11391         (_initialize_amd64fbsd_nat): Override to_mourn_inferior.
11392         * windows-nat.c (windows_detach): Call i386_cleanup_dregs.
11393
11394 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11395
11396         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
11397         Adding _().
11398
11399 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11400
11401         * aarch64-linux-nat.c (debug_reg_change_callback)
11402         (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
11403         %s and phex().
11404
11405 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11406
11407         * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
11408         with LONGEST.
11409
11410 2013-02-13  Pedro Alves  <palves@redhat.com>
11411             Hafiz Abid Qadeer  <abidh@codesourcery.com>
11412
11413         * c-lang.c (c_op_print_tab): Add entry for UNOP_PLUS.
11414
11415 2013-02-12  Tom Tromey  <tromey@redhat.com>
11416
11417         PR symtab/11464:
11418         * c-exp.y (lex_one_token): Initialize other fields of yylval on
11419         NAME return.
11420         (classify_inner_name): Remove 'first_name' argument, add
11421         'context'.  Remove unused variable.
11422         (yylex): Explicitly maintain the context type.  Exit loop earlier
11423         if NAME result is seen.
11424
11425 2013-02-12  Pedro Alves  <palves@redhat.com>
11426
11427         * amd64-darwin-tdep.c: Add (C) after Copyright.
11428         * cli/cli-cmds.h: Ditto.
11429         * cli/cli-decode.c: Ditto.
11430         * cli/cli-decode.h: Ditto.
11431         * cli/cli-dump.c: Ditto.
11432         * cli/cli-dump.h: Ditto.
11433         * cli/cli-interp.c: Ditto.
11434         * cli/cli-logging.c: Ditto.
11435         * cli/cli-script.c: Ditto.
11436         * cli/cli-script.h: Ditto.
11437         * cli/cli-setshow.c: Ditto.
11438         * cli/cli-setshow.h: Ditto.
11439         * cli/cli-utils.c: Ditto.
11440         * cli/cli-utils.h: Ditto.
11441         * config/alpha/nm-osf3.h: Ditto.
11442         * config/djgpp/djconfig.sh: Ditto.
11443         * config/i386/nm-fbsd.h: Ditto.
11444         * config/i386/nm-i386gnu.h: Ditto.
11445         * config/nm-linux.h: Ditto.
11446         * config/nm-nto.h: Ditto.
11447         * config/rs6000/nm-rs6000.h: Ditto.
11448         * config/sparc/nm-sol2.h: Ditto.
11449         * darwin-nat-info.c: Ditto.
11450         * dfp.c: Ditto.
11451         * dfp.h: Ditto.
11452         * gdb-demangle.h: Ditto.
11453         * i386-darwin-nat.c: Ditto.
11454         * i386-darwin-tdep.c: Ditto.
11455         * linux-fork.h: Ditto.
11456         * m32c-tdep.c: Ditto.
11457         * microblaze-linux-tdep.c: Ditto.
11458         * microblaze-rom.c: Ditto.
11459         * microblaze-tdep.c: Ditto.
11460         * microblaze-tdep.h: Ditto.
11461         * mips-linux-tdep.h: Ditto.
11462         * ppc-ravenscar-thread.c: Ditto.
11463         * ppc-ravenscar-thread.h: Ditto.
11464         * prologue-value.c: Ditto.
11465         * prologue-value.h: Ditto.
11466         * ravenscar-thread.c: Ditto.
11467         * ravenscar-thread.h: Ditto.
11468         * sparc-ravenscar-thread.c: Ditto.
11469         * sparc-ravenscar-thread.h: Ditto.
11470         * tilegx-linux-tdep.c: Ditto.
11471         * unwind_stop_reasons.def: Ditto.
11472         * windows-nat.h: Ditto.
11473         * xtensa-linux-tdep.c: Ditto.
11474         * xtensa-xtregs.c: Ditto.
11475         * regformats/regdat.sh: Ditto.
11476         * regformats/regdef.h: Ditto.
11477
11478 2013-02-12  Pedro Alves  <palves@redhat.com>
11479
11480         * break-catch-sig.c: Update copyright years.
11481
11482 2013-02-11  Siva Chandra Reddy  <sivachandra@google.com>
11483
11484         Add support for a destructor for ui_out data and use it to
11485         provide a ui_out destructor.
11486         * ui-out.h: Declare the new ui_out destructor.
11487         (ui_out_impl): Add a field for data destructor in ui_out_impl.
11488         * ui-out.c (default_data_destroy): Add a default data destructor
11489         which does nothing.
11490         (default_ui_out_impl): Set the new data_destroy field to
11491         default_data_destroy
11492         (uo_data_destroy): Local function which invokes the data
11493         destructor if present.
11494         (clear_table): Local function which clears the table data of a
11495         ui_out object.
11496         (ui_out_destroy): Public function which frees a ui_out object.
11497         (ui_out_table_end): Use the new clear_table function.
11498         * cli-out.c (cli_ui_out_impl): Set the new data_destroy field to
11499         NULL.
11500         * mi/mi-out.c (mi_ui_out_impl): Set the new data_destroy field
11501         to NULL.
11502
11503 2013-02-11  Doug Evans  <dje@google.com>
11504
11505         * printcmd.c (printf_c_string,printf_wide_c_string): New functions.
11506         (printf_decfloat): New function.  Broken out from ui_printf.
11507         Remove unnecessary code to shift the entire format string down.
11508         (printf_pointer): New function.
11509         (ui_printf): Code to print C strings, wide C strings, decfloats,
11510         and pointers moved to separate functions.
11511
11512 2013-02-11  Sergio Durigan Junior  <sergiodj@redhat.com>
11513
11514         * valops.c (value_assign): Handling bitfield offset in
11515         `lval_internalvar_component' case.
11516
11517 2013-02-08  Doug Evans  <dje@google.com>
11518
11519         * common/format.c (parse_format_string): Fix whitespace.
11520
11521 2013-02-08  Matthew Gretton-Dann  <matthew.gretton-dann@linaro.org>
11522
11523         * stack.c (return_command): Work around uninitialized variable
11524         warning.
11525
11526 2013-02-08  Yufeng Zhang  <yufeng.zhang@arm.com>
11527
11528         * aarch64-linux-tdep.c (AARCH64_LINUX_SIZEOF_GREGSET): Change the
11529         number of the registers from 36 to 34.
11530
11531 2013-02-08  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11532
11533         * NEWS: Mention new AArch64 native and target support.
11534
11535 2013-02-08  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11536
11537         * MAINTAINERS (Write After Approval): Add myself.
11538
11539 2013-02-08  Jim MacArthur  <jim.macarthur@arm.com>
11540             Marcus Shawcroft  <marcus.shawcroft@arm.com>
11541             Nigel Stephens  <nigel.stephens@arm.com>
11542             Yufeng Zhang  <yufeng.zhang@arm.com>
11543
11544         * aarch64-linux-nat.c: New file.
11545         * config/aarch64/linux.mh: New file.
11546         * configure.host: Add AArch64.
11547         * Makefile.in (ALLDEPFILES): Add aarch64-linux-nat.c.
11548
11549 2013-02-07  Doug Evans  <dje@google.com>
11550
11551         * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument to
11552         disassemble command.
11553
11554 2013-02-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11555
11556         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
11557         set_gdbarch_fetch_tls_load_module_address.
11558
11559 2013-02-06  David S. Miller  <davem@davemloft.net>
11560
11561         * sparc-tdep.c (sparc32_return_value): Handle writing return value when
11562         using RETURN_VALUE_ABI_PRESERVES_ADDRESS.
11563         * value.c (struct_return_convention): New function.
11564         (using_struct_return): Implement in terms of struct_return_convention.
11565         * value.h (struct_return_convention): Declare.
11566         * stack.c (return_command): Allow successful overriding of the return
11567         value when RETURN_VALUE_ABI_PRESERVES_ADDRESS.
11568
11569 2013-02-06  Tom Tromey  <tromey@redhat.com>
11570
11571         * python/py-type.c (typy_strip_typedefs): Don't call check_typedef
11572         outside of TRY_CATCH.
11573
11574 2013-02-06  Yao Qi  <yao@codesourcery.com>
11575
11576         * mi/mi-interp.c: Include "tracepoint.h".
11577         (mi_tsv_modified): Declare.
11578         (mi_tsv_created, mi_tsv_deleted): Update declaration.
11579         (mi_interpreter_init): Call observer_attach_tsv_modified.
11580         (mi_tsv_modified): New.
11581         (mi_tsv_created, mi_tsv_deleted): Update.
11582         * tracepoint.c (trace_variable_command): Call
11583         observer_notify_tsv_modified if the initial value of tsv is
11584         changed.
11585         (delete_trace_state_variable): Call
11586         observer_notify_tsv_deleted earlier.
11587         (trace_variable_command): Caller update.
11588         (create_tsv_from_upload): Likewise.
11589         * observer.sh: Declare "struct trace_state_variable".
11590
11591         * NEWS: Mention the new MI notification "=tsv-modified".
11592
11593 2013-02-05  Doug Evans  <dje@google.com>
11594
11595         * completer.c (location_completer): Fix typo in comment.
11596
11597 2013-02-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
11598
11599         * breakpoint.c (add_location_to_breakpoint): Insert the location with
11600         ADDRESS sorted.
11601
11602 2013-02-05  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11603
11604         * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:
11605         Refactor if statement to avoid trailing || operator.
11606
11607 2013-02-05  Andreas Tobler  <andreast@fgznet.ch>
11608
11609         * NEWS: Add PowerPC FreeBSD as a new native configuration.
11610
11611 2013-02-04  Andreas Tobler  <andreast@fgznet.ch>
11612
11613         * Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
11614         * configure.host: Add powerpc*-*-freebsd* target.
11615         * configure.tgt: Add target info for powerpc*-*-freebsd*.
11616         * ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
11617         * config/powerpc/fbsd.mh: New file.
11618
11619 2013-02-04  Sergio Durigan Junior  <sergiodj@redhat.com>
11620             Denys Vlasenko  <dvlasenk@redhat.com>
11621             Pedro Alves  <palves@redhat.com>
11622
11623         * gdbarch.sh (elfcore_write_linux_prpsinfo): New F hook.
11624         (struct elf_internal_linux_prpsinfo): Forward declare.
11625         * gdbarch.h, gdbarch.c: Regenerate.
11626         * linux-tdep.c: Include `cli/cli-utils.h'.
11627         (linux_fill_prpsinfo): New function.
11628         (linux_make_corefile_notes): Use linux_fill_prpsinfo.  If there's
11629         an elfcore_write_linux_prpsinfo hook, use it, otherwise, use
11630         elfcore_write_linux_prpsinfo32 or elfcore_write_linux_prpsinfo64
11631         depending on gdbarch pointer bitness.
11632         * ppc-linux-tdep.c: Include elf-bfd.h.
11633         (ppc_linux_init_abi): Hook in elfcore_write_ppc_linux_prpsinfo32
11634         on 32-bit.
11635
11636 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
11637             Marcus Shawcroft  <marcus.shawcroft@arm.com>
11638             Nigel Stephens  <nigel.stephens@arm.com>
11639             Yufeng Zhang  <yufeng.zhang@arm.com>
11640
11641         * configure.tgt (aarch64*-*-linux*): Set build_gdbserver=yes.
11642
11643 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
11644             Marcus Shawcroft  <marcus.shawcroft@arm.com>
11645             Nigel Stephens  <nigel.stephens@arm.com>
11646             Yufeng Zhang  <yufeng.zhang@arm.com>
11647
11648         * aarch64-newlib-tdep.c: New file.
11649         * configure.tgt: Add aarch64-newlib-tdep.o to gdb_target_obs of
11650         aarch64*-*-elf.
11651         * defs.h (enum gdb_osabi): Add GDB_OSABI_NEWLIB.
11652         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-newlib-tdep.o.
11653         (ALLDEPFILES): Add aarch64-newlib-tdep.c.
11654         * osabi.c (gdb_osabi_names): Add "Newlib".
11655
11656 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
11657             Marcus Shawcroft  <marcus.shawcroft@arm.com>
11658             Nigel Stephens  <nigel.stephens@arm.com>
11659             Yufeng Zhang  <yufeng.zhang@arm.com>
11660
11661         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-linux-tdep.o.
11662         (ALLDEPFILES): Add aarch64-linux-tdep.c.
11663         * aarch64-linux-tdep.c: New file.
11664         * aarch64-linux-tdep.h: New file.
11665         * aarch64-tdep.h (gdbarch_tdep): Define gregset and fpregset.
11666         * configure.tgt: Add aarch64-none-linux-gnu.
11667
11668 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
11669             Marcus Shawcroft  <marcus.shawcroft@arm.com>
11670             Nigel Stephens  <nigel.stephens@arm.com>
11671             Yufeng Zhang  <yufeng.zhang@arm.com>
11672
11673         * Makefile.in (ALL_64_TARGET_OBS): Add arch64-tdep.o.
11674         (HFILES_NO_SRCDIR): Add aarch64-tdep.h.
11675         (ALLDEPFILES): Add aarch64-tdep.c.
11676         * aarch64-tdep.c: New file.
11677         * aarch64-tdep.h: New file.
11678         * configure.tgt: Add AArch64.
11679         * features/Makefile (WHICH): Add aarch64 and aarch64-without-fpu.
11680         (aarch64-expedite): New definition.
11681         * features/aarch64-core.xml: New file.
11682         * features/aarch64-fpu.xml: New file.
11683         * features/aarch64-without-fpu.c: New file (generated).
11684         * features/aarch64-without-fpu.xml: New file.
11685         * features/aarch64.c: New file (generated).
11686         * features/aarch64.xml: New file.
11687         * regformats/aarch64-without-fpu.dat: New file (generated).
11688         * regformats/aarch64.dat: New file (generated).
11689
11690 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11691
11692         * contrib/expect-read1.c: New file.
11693         * contrib/expect-read1.sh: New file.
11694
11695 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11696
11697         * dwarf2read.c (file_file_name): New function with code from
11698         file_full_name.
11699         (file_full_name): Move most of the code to file_file_name.
11700         (macro_start_file): Rename variable full_name to file_name and use
11701         file_file_name for it.  Add comp_dir parameter to new_macro_table.
11702         * macrocmd.c (show_pp_source_pos): New variable fullname.  Replace any
11703         macro_source_file->filename access by macro_source_fullname call.
11704         * macroscope.c (_initialize_macroscope): Update the new_macro_table
11705         caller.
11706         * macrotab.c (struct macro_table): New field comp_dir.
11707         (macro_include): New variables link_fullname and source_fullname.
11708         Replace any macro_source_file->filename access by macro_source_fullname
11709         call.
11710         (macro_lookup_inclusion): Remove the partial filenames checking code.
11711         (check_for_redefinition): New variables source_fullname and
11712         found_key_fullname.  Replace any macro_source_file->filename access by
11713         macro_source_fullname call.
11714         (macro_undef): New variables source_fullname and key_fullname.  Replace
11715         any macro_source_file->filename access by macro_source_fullname call.
11716         (macro_lookup_definition): New variables retval and source_fullname.
11717         Replace any macro_source_file->filename access by macro_source_fullname
11718         call.
11719         (foreach_macro): New variable key_fullname.  Replace any
11720         macro_source_file->filename access by macro_source_fullname call.
11721         (foreach_macro_in_scope): New variable datum_fullname.  Replace any
11722         macro_source_file->filename access by macro_source_fullname call.
11723         (new_macro_table): Add parameter comp_dir.  Initialize T with it.
11724         (macro_source_fullname): New function.
11725         * macrotab.h (struct macro_source_file): Extent the filename field
11726         comment.
11727         (new_macro_table): New parameter comp_dir, add a comment for it.
11728         (macro_source_fullname): new declaration.
11729
11730 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11731
11732         * dwarf2read.c (dw2_map_symtabs_matching_filename): Move variable
11733         this_real_name to outer block.  Use it also for
11734         compare_filenames_for_search.
11735         (dw2_expand_symtabs_matching): New variable this_real_name.  Use it
11736         with dw2_get_real_path for file_matcher, considering also
11737         BASENAMES_MAY_DIFFER.
11738         (file_full_name): Prepend COMP_DIR even for relative lh->INCLUDE_DIRS.
11739
11740 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11741
11742         * dwarf2read.c (dw2_expand_symtabs_matching): Add basenames parameter
11743         to the file_matcher parameter.  Pass 0 to it.
11744         (dwarf2_create_include_psymtab): Copy also DIRNAME.
11745         * psymtab.c (partial_map_symtabs_matching_filename): Drop handling of
11746         NULL psymtab_to_fullname result.
11747         (psymtab_to_fullname): Remove variable r.  Never return NULL, assemble
11748         an expected filename instead.
11749         (expand_symtabs_matching_via_partial): Add basenames parameter to the
11750         file_matcher parameter.  Call also psymtab_to_fullname, after newly
11751         considering BASENAMES_MAY_DIFFER.
11752         * source.c (rewrite_source_path): Remove static.
11753         * source.h (rewrite_source_path): New declaration.
11754         * symfile.h (struct quick_symbol_functions): Add basenames parameter to
11755         the expand_symtabs_matching field.  Comment it.
11756         * symtab.c (file_matches): New function comment.  Add parameter
11757         basenames, implement it.
11758         (search_symbols_file_matches): Add basenames parameter.  Update the
11759         file_matches caller.
11760         (search_symbols): Match FILES also against symtab_to_fullname.
11761         Optimize it for BASENAMES_MAY_DIFFER.
11762
11763 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11764
11765         * source.c (print_source_lines_base): Print for TUI also "fullname".
11766         * tui/tui-data.c (init_content_element): Change tui_locator_element
11767         field to full_name.
11768         * tui/tui-data.h (struct tui_locator_element): Likewise.
11769         * tui/tui-disasm.c (tui_show_disassem_and_update_source): Rename
11770         tui_update_locator_filename calls to tui_update_locator_fullname.
11771         Replace symtab->filename refererence by symtab_to_fullname call.
11772         * tui/tui-out.c (tui_field_string): Check for "fullname" now.
11773         * tui/tui-source.c (tui_set_source_content): Change tui_locator_element
11774         field to full_name.  Replace symtab->filename refererence by
11775         symtab_to_fullname call.
11776         (tui_show_symtab_source): Rename parameter to fullname.  Change
11777         tui_locator_element field to full_name.
11778         * tui/tui-stack.c: Include source.h.
11779         (tui_set_locator_filename): Rename the declaration to ...
11780         (tui_set_locator_fullname): ... here.  Rename its parameter to
11781         fullname, updates its comment.
11782         (tui_set_locator_info): Rename its parameter to fullname.
11783         (tui_set_locator_filename): Rename the definition to ...
11784         (tui_set_locator_fullname): ... here.  Rename its parameter to
11785         fullname, updates its comment.  Change tui_locator_element field to
11786         full_name.
11787         (tui_set_locator_info): Rename its parameter to fullname.
11788         (tui_set_locator_info): Rename callee to tui_set_locator_fullname.
11789         (tui_update_locator_filename): Rename to ...
11790         (tui_update_locator_fullname): ... here. Rename callee to
11791         tui_set_locator_fullname.
11792         (tui_show_frame_info): Replace symtab->filename refererence by
11793         symtab_to_fullname call.
11794         * tui/tui-stack.h (tui_update_locator_filename): Rename to ...
11795         (tui_update_locator_fullname): ... here.
11796         * tui/tui-winsource.c (tui_display_main): Rename the callee to
11797         tui_update_locator_fullname.  Replace symtab->filename refererence by
11798         symtab_to_fullname call.
11799         * tui/tui.c (tui_show_source): Rename its parameter to fullname.
11800         Rename the callee to tui_update_locator_fullname.
11801         * tui/tui.h (tui_show_source): Rename its parameter to fullname.
11802
11803 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11804
11805         * ada-lang.c (user_select_syms): Replace symtab->filename refererences
11806         by symtab_to_filename_for_display calls.
11807         * breakpoint.c (print_breakpoint_location, resolve_sal_pc): Likewise.
11808         (clear_command): New variable sal_fullname, initialize it.  Replace
11809         compare_filenames_for_search by filename_cmp with sal_fullname.
11810         (say_where, update_static_tracepoint): Replace symtab->filename
11811         refererences by symtab_to_filename_for_display calls.
11812         * cli/cli-cmds.c (edit_command, list_command, ambiguous_line_spec):
11813         Likewise.
11814         * dwarf2read.c: Include source.h.
11815         (fixup_go_packaging): Replace symtab->filename refererences by
11816         symtab_to_filename_for_display calls.
11817         * linespec.c (add_sal_to_sals): Rename variable filename to fullname.
11818         Replace symtab->filename refererences by symtab_to_filename_for_display
11819         calls.
11820         (create_sals_line_offset, convert_linespec_to_sals): New variable
11821         fullname, initialize it, replace symtab->filename reference by the
11822         variable.
11823         * linux-fork.c: Include source.h.
11824         (info_checkpoints_command): Replace symtab->filename refererences by
11825         symtab_to_filename_for_display calls.
11826         * macroscope.c (sal_macro_scope): Replace symtab->filename refererences
11827         by symtab_to_filename_for_display calls.
11828         * mdebugread.c: Include source.h.
11829         (psymtab_to_symtab_1): Replace symtab->filename refererences by
11830         symtab_to_filename_for_display calls.
11831         * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
11832         (mi_cmd_file_list_exec_source_files): Likewise.
11833         * printcmd.c: Include source.h.
11834         (build_address_symbolic): Replace symtab->filename refererences by
11835         symtab_to_filename_for_display calls.
11836         * psymtab.c (partial_map_symtabs_matching_filename)
11837         (read_psymtabs_with_fullname): Call compare_filenames_for_search also
11838         with psymtab_to_fullname.
11839         * python/py-symtab.c (stpy_str): Replace symtab->filename refererences
11840         by symtab_to_filename_for_display calls.
11841         (stpy_get_filename): New variable filename, initialize it, use instead
11842         of symtab->filename refererences.
11843         (salpy_str): Make variable filename const char *.  Replace
11844         symtab->filename refererences by symtab_to_filename_for_display calls.
11845         * skip.c: Include source.h and filenames.h.
11846         (skip_file_command): Remove const from the symtab variable.  Replace
11847         symtab->filename refererences by symtab_to_fullname call.
11848         (function_name_is_marked_for_skip): New variables searched_for_fullname
11849         and fullname.  Use them to search also with symtab's fullname.
11850         * source.c (find_source_lines): Replace symtab->filename refererences
11851         by symtab_to_filename_for_display calls.
11852         (print_source_lines_base): New variable filename, use it instead of
11853         symtab->filename.  Replace symtab->filename refererences by
11854         symtab_to_filename_for_display calls.
11855         (line_info, forward_search_command): Replace symtab->filename
11856         refererences by symtab_to_filename_for_display calls.
11857         (reverse_search_command): Replace symtab->filename refererences by
11858         symtab_to_filename_for_display calls.  New variable filename for it.
11859         * stack.c (frame_info): Likewise.
11860         * symmisc.c: Include source.h.
11861         (dump_objfile, dump_symtab_1, maintenance_print_symbols)
11862         (maintenance_info_symtabs): Replace symtab->filename refererences by
11863         symtab_to_filename_for_display calls.
11864         * symtab.c (iterate_over_some_symtabs): Call
11865         compare_filenames_for_search also with symtab_to_fullname.
11866         (lookup_symbol_aux_quick, basic_lookup_transparent_type_quick): Replace
11867         symtab->filename refererences by symtab_to_filename_for_display calls.
11868         (find_line_symtab): Replace symtab->filename refererences by
11869         symtab_to_filename_for_display calls.
11870         (file_matches): Replace filename_cmp by compare_filenames_for_search.
11871         (print_symbol_info): Make the last parameter const char *.  New
11872         variable s_filename.  Use it in the function.
11873         (symtab_symbol_info): Make the last_filename variable const char *.
11874         Replace symtab->filename refererences by symtab_to_filename_for_display
11875         calls.
11876         (rbreak_command): New variable fullname.  Use it.  Replace
11877         symtab->filename refererence by symtab_to_filename_for_display call.
11878         * tracepoint.c (set_traceframe_context, trace_find_line_command)
11879         (print_one_static_tracepoint_marker): Replace symtab->filename
11880         refererences by symtab_to_filename_for_display calls.
11881         * tui/tui-source.c (tui_set_source_content): New variables filename and
11882         s_filename.  Replace symtab->filename refererences by this variable.
11883         Replace other symtab->filename refererences by
11884         symtab_to_filename_for_display calls.
11885
11886 2013-02-03  Eldar Gaynetdinov <hal9000ed2k@gmail.com>
11887             Jan Kratochvil  <jan.kratochvil@redhat.com>
11888
11889         Add a new variable that controls a way in which filenames are
11890         displayed.
11891         * NEWS (set filename-display): New entry.
11892         * source.c (filename_display_basename, filename_display_relative)
11893         (filename_display_absolute, filename_display_kind_names)
11894         (filename_display_string, show_filename_display_string)
11895         (symtab_to_filename_for_display): New.
11896         (_initialize_source): Added initialization of 'filename-display'
11897         variable.
11898         * source.h (symtab_to_filename_for_display): Added declaration.
11899         * stack.c (print_frame): Added new variable and calling of a new
11900         function and condition with this variable. Changed third argument of
11901         calling of a function.
11902
11903 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11904
11905         * tui/tui-data.c (init_win_info, tui_del_window, tui_free_window):
11906         Rename field reference filename to fullname.
11907         * tui/tui-data.h (struct tui_source_info): Rename field filename to
11908         fullname.  New comment for it.
11909         * tui/tui-source.c (tui_set_source_content): Rename field reference
11910         filename to fullname.  Initialize field by symtab_to_fullname now.
11911         * tui/tui-winsource.c (tui_update_breakpoint_info): Rename field
11912         reference filename to fullname.  Use symtab_to_fullname during
11913         comparison.
11914
11915 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11916
11917         Code cleanup.
11918         * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ...
11919         (dw2_expand_symtabs_with_fullname): ... here.  Rename parameter
11920         filename to fullname.  Rename variable this_name to this_fullname.
11921         Lowercase FILENAME_CMP call.
11922         (dw2_find_symbol_file): New comment for the returned string.
11923         (dwarf2_gdb_index_functions): Rename the function to
11924         dw2_expand_symtabs_with_fullname.
11925         * psymtab.c (read_psymtabs_with_filename): Rename to ...
11926         (read_psymtabs_with_fullname): ... here.  Rename parameter filename to
11927         fullname.
11928         (psym_functions): Rename the function to read_psymtabs_with_fullname.
11929         * symfile.h (struct quick_symbol_functions): Rename field
11930         expand_symtabs_with_filename to expand_symtabs_with_fullname and its
11931         parameter filename to fullname.  Document returned string meaning for
11932         find_symbol_file.
11933         * symtab.c (find_line_symtab): Rename the called function to
11934         expand_symtabs_with_fullname.
11935
11936 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11937
11938         Code cleanup.
11939         * breakpoint.c (clear_command): Remove variable is_abs, unify the
11940         call of filename_cmp with compare_filenames_for_search.
11941         * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
11942         is_abs, unify the call of FILENAME_CMP with
11943         compare_filenames_for_search.  New gdb_asserts for real_path and name.
11944         Unify the call of compare_filenames_for_search with FILENAME_CMP.
11945         * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
11946         * symfile.h (struct quick_symbol_functions): Extend the comment for
11947         map_symtabs_matching_filename.
11948         * symtab.c (compare_filenames_for_search): Remove the function comment
11949         relative path requirement.  Handle absolute filenames, with a comment.
11950         (iterate_over_some_symtabs): Remove variable is_abs, unify the call of
11951         FILENAME_CMP with compare_filenames_for_search.  New gdb_asserts for
11952         real_path and name.  Unify the call of compare_filenames_for_search
11953         with FILENAME_CMP.
11954         (iterate_over_symtabs): New gdb_assert on REAL_PATH.
11955
11956 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11957
11958         Code cleanup.
11959         * breakpoint.c (print_breakpoint_location): Replace bp_location field
11960         source_file references by symtab field references.  Remove variables
11961         sal and fullname.
11962         (momentary_breakpoint_from_master, add_location_to_breakpoint):
11963         (clear_command, say_where): Replace bp_location field source_file
11964         references by symtab field references.
11965         (bp_location_dtor): Remove the source_file reference.
11966         (update_static_tracepoint): Replace bp_location field source_file
11967         references by symtab field references.
11968         (breakpoint_free_objfile): New function.
11969         * breakpoint.h (struct bp_location): Extend the comment for line_number.
11970         Replace the field source_file by field symtab, extend its comment.
11971         (breakpoint_free_objfile): New declaration.
11972         * objfiles.c (free_objfile): Call breakpoint_free_objfile.
11973         * tui/tui-winsource.c (tui_update_breakpoint_info): Replace bp_location
11974         field source_file references by symtab field references.
11975
11976 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11977
11978         Replace xfullpath calls by gdb_realpath calls.
11979         * cli/cli-cmds.c (find_and_open_script): Remove xfullpath from the
11980         function comment.
11981         * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path.
11982         Remove it from the iterate_over_some_symtabs call.
11983         (dw2_map_symtabs_matching_filename): Remove parameter full_path.
11984         Remove it from the dw2_map_expand_apply calls, remove a block handling
11985         it.
11986         * psymtab.c (partial_map_expand_apply): Remove parameter full_path.
11987         Remove it from the iterate_over_some_symtabs call.
11988         (partial_map_symtabs_matching_filename): Remove parameter full_path.
11989         Remove it from the partial_map_expand_apply calls, remove a block
11990         handling it.  Drop gdb_realpath call and cleanups from the real_path
11991         handling.
11992         * source.c (openp): Drop the comment part about xfullpath.  Replace
11993         xfullpath calls by gdb_realpath calls.
11994         (find_and_open_source): Replace xfullpath call by gdb_realpath call.
11995         * symfile.h (struct quick_symbol_functions): Remove parameter full_path
11996         from method map_symtabs_matching_filename and its comment.
11997         * symmisc.c (maintenance_print_msymbols): Replace xfullpath call by
11998         gdb_realpath call.
11999         * symtab.c (iterate_over_some_symtabs): Remove parameter full_path,
12000         remove it also from the function comment, remove a block handling it.
12001         Drop gdb_realpath call and cleanups from the real_path handling.
12002         (iterate_over_symtabs): Drop variable full_path and its use.
12003         * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
12004         * utils.c (xfullpath): Remove.
12005         * utils.h (xfullpath): Remove.
12006
12007 2013-02-01  Andreas Tobler  <andreast@fgznet.ch>
12008
12009         * Makefile.in (ALL_TARGET_OBS): Add ppc64-tdep.o.
12010         (HFILES_NO_SRCDIR): Add ppc64-tdep.h.
12011         (ALLDEPFILES): Add ppc64-tdep.c.
12012         * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
12013         ppc64-tdep.o to gdb_target_obs.
12014         * ppc64-tdep.h: New file.
12015         * ppc64-tdep.c: New file.
12016         (insn_d, insn_ds, insn_xfx, ppc64_desc_entry_point): Move from
12017         ppc-linux-tdep.c to here.
12018         (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN)
12019         (PPC64_STANDARD_LINKAGE2_LEN): Likewise and use ARRAY_SIZE macro.
12020         (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target)
12021         (ppc64_standard_linkage3_target, ppc64_skip_trampoline_code): Move
12022         from ppc-linux-tdep.c to here.
12023         (ppc64_convert_from_func_ptr_addr): Rename from
12024         ppc64_linux_convert_from_func_ptr_addr to
12025         ppc64_convert_from_func_ptr_addr and move from ppc-linux-tdep.c to
12026         here.
12027         * rs6000-tdep.c:
12028         (read_insn): Move from ppc-linux-tdep.c to here.
12029         (insns_match_pattern, insn_d_field, insn_ds_field): Move
12030         from ppc-linux-tdep.c to here and rename them with the ppc_ prefix.
12031         * ppc-linux-tdep.c: Include ppc64-tdep.h.
12032         Removed above functions.
12033         (ppc_linux_init_abi): Adjust.
12034
12035 2013-02-01  Aleksandar Ristovski  <aristovski@qnx.com>
12036
12037         * ada-valprint.c (ada_print_floating): Remove unused 'len'.
12038
12039 2013-02-01  Aleksandar Ristovski  <aristovski@qnx.com>
12040
12041         * ada-lang.c (assign_aggregate): Remove unused 'is_array_aggregate'.
12042
12043 2013-02-01  Pedro Alves  <palves@redhat.com>
12044
12045         * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
12046         * frame.h (deprecated_pc_in_call_dummy): Delete declaration.
12047
12048 2013-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
12049
12050         * elfread.c (elf_symfile_read): Limit separate debug info additions to
12051         files with no separate debug info.
12052         * objfiles.c (add_separate_debug_objfile): Add gdb_assert calls.
12053         * symfile.c (read_symbols): Call find_separate_debug_file_in_section
12054         only for files with no separate debug info.
12055
12056 2013-01-31  Tom Tromey  <tromey@redhat.com>
12057
12058         * jit.c (jit_program_space_data): Rename from jit_inferior_data;
12059         change type.
12060         (struct jit_program_space_data): Rename from jit_inferior_data.
12061         Update comments.
12062         (get_jit_program_space_data): Rename from get_jit_inferior_data.
12063         Change return type.  Attach data to program space.
12064         (jit_program_space_data_cleanup): Rename from
12065         jit_inferior_data_cleanup; change argument type.
12066         (jit_read_descriptor): Change 'inf_data' argument to 'ps_data',
12067         change type.
12068         (jit_register_code): Update.
12069         (jit_update_inferior_cache): Remove.
12070         (jit_breakpoint_deleted): Get jit data from the location's program
12071         space.
12072         (jit_breakpoint_re_set_internal): Rename 'inf_data' argument to
12073         'ps_data', change type.
12074         (jit_inferior_init, jit_breakpoint_re_set_internal)
12075         (jit_event_handler): Update.
12076         (free_objfile_data): Get data from objfile's program space.
12077         (_initialize_jit): Update.
12078
12079 2013-01-31  Tom Tromey  <tromey@redhat.com>
12080
12081         PR gdb/13987:
12082         * jit.c (struct jit_inferior_data) <cached_code_address,
12083         jit_breakpoint>: New fields.
12084         (jit_breakpoint_re_set_internal): Fix logging.  Only create
12085         breakpoint if cached address has changed.
12086         (jit_update_inferior_cache, jit_breakpoint_deleted): New
12087         functions.
12088         (_initialize_jit): Register breakpoint deleted observer.
12089
12090 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
12091
12092         * infrun.c (handle_syscall_event): Remove unused gdbarch.
12093         (save_infcall_suspend_state): Ifdef out unused inf.
12094         (restore_infcall_suspend_state): Ifdef out unused inf.
12095         * jit.c (jit_register_code): Remove unused i, b, inf_data.
12096         (jit_frame_sniffer): Remove unused inf_data.
12097
12098 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
12099
12100         * c-exp.y (classify_inner_name): Remove unused type.
12101         * c-lang.c (c_printstr): Remove unused byte_order, i, things_printed,
12102         in_quotes, need_comma, wchar_buf, output, cleanup, iter, finished,
12103         need_escape.
12104         (c_get_string): Remove unused kind.
12105         * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2.
12106
12107 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
12108
12109         * charset.c (intermediate_encoding): Remove unused i.
12110         * completer.c (signal_completer): Remove unused i.
12111         * continuations.c (discard_my_continuations_1): Remove unused
12112         continuation_ptr.
12113         * corelow.c (core_close): Remove unuseD name.
12114         (get_core_siginfo): Remove unused pid.
12115         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Remove unused
12116         i, cps.
12117         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove unused base_offset.
12118         (loclist_describe_location): Remove unused first.
12119         * event-top.c (command_line_handler): Remove unused got_eof.
12120         * exec.c (exec_close_1): Remove unused need_symtab_cleanup.
12121         (resize_section_table): Remove unused old_value.
12122         * gdb_bfd.c (gdb_bfd_map_section): Remove unused header.
12123         * gnu-v3-abi.c (compute_vtable_size): Remove unused addr.
12124         * i386-tdep.c (i386_process_record): Remove unused rex.
12125         * infcmd.c (get_return_value): Remove unused uiout.
12126         * jv-lang.c (type_from_class): Remove unused is_array.
12127         * jv-valprint.c (java_val_print): Remove unused i.
12128         * linux-nat.c (linux_nat_stop_lwp): Remove unused ptid.
12129         * linux-thread-db.c (thread_db_find_new_threads_2): Remove unuseD pid.
12130         * m2-typeprint.c (m2_print_type): Remove unused code.
12131         * macroexp.c (get_character_constant): Remove unused body_start.
12132         (macro_stringify): Remove unused result.
12133         * objc-lang.c (find_methods): Remove unused gdbarch.
12134         * objfiles.c (filter_overlapping_sections): Remove unused abfd1, abfd2.
12135         * regcache.c (regcache_cooked_read): Remove unused gdbarch.
12136         * stack.c (print_frame_args): Remove unused summary.
12137         * thread.c (thread_apply_command): Remove unused p.
12138         * valarith.c (value_x_unop): Remove unused mangle_ptr.
12139         * valops.c (search_struct_method): Remove unused skip.
12140         * valprint.c (generic_val_print): Remove unused byte_order.
12141         * varobj.c (varobj_update): Remove unused changed.
12142         * cli/cli-cmds.c (complete_command): Remove unused next_item.
12143         (alias_command): Remove unused c.
12144         * mi/mi-cmd-catch.c (mi_catch_load_unload): Remove unused c.
12145         * mi/mi-main.c (mi_cmd_data_write_register_values): Remove unused
12146         format.
12147         (mi_cmd_data_write_memory): Remove unused word_format.
12148         (mi_cmd_data_write_memory_bytes): Remove unused r.
12149         * python/py-gdb-readline.c (gdbpy_readline_wrapper): Remove unused
12150         p_start, p_end.
12151         * python/python.c (_initialize_python): Remove unused cmd_name, cmd.
12152         * tui/tui-disasm.c (tui_set_disassem_content): Remove unused
12153         line_width.
12154
12155 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
12156
12157         * dwarf2-frame.c (dwarf2_compile_cfa_to_ax): Remove unused num_regs.
12158         * symtab.c (iterate_over_symtabs): Remove unused s.
12159         (find_pc_sect_symtab): Remove unused pspAce.
12160         (find_pc_sect_line): Remove unused alt_symtab.
12161         (find_pcs_for_symtab_line): Remove unused ix, previous_function.
12162         (completion_list_add_name): Remove unused newsize.
12163
12164 2013-01-31  Tom Tromey  <tromey@redhat.com>
12165
12166         PR c++/14998:
12167         * dwarf2read.c (read_tag_ptr_to_member_type): Handle
12168         TYPE_CODE_FUNC.
12169
12170 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
12171
12172         * target.c (target_read_string): Remove unused origlen.
12173
12174 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
12175
12176         * auto-load.c (auto_load_expand_dir_vars): Remove unused dir_vec.
12177         * ax-gdb.c (gen_printf): Remove unused expr, i, bot, fr, flen, fmt.
12178         * ax-general.c (ax_print): Remove unused is_float.
12179         * blockframe.c (block_innermost_frame): Remove unused start, end.
12180         * break-catch-sig.c (catch_signal_command): Remove unused gdbarch.
12181
12182 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
12183
12184         * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.
12185         (svr4_read_so_list): Remove unused lmo.
12186         * solib-target.c (solib_target_relocate_section_addresses): Remove
12187         unused flags.
12188
12189 2013-01-30  Tom Tromey  <tromey@redhat.com>
12190
12191         * hppa-tdep.c (read_unwind_info): Use SECT_OFF_TEXT, not "0".
12192
12193 2013-01-30  Tom Tromey  <tromey@redhat.com>
12194
12195         * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.
12196         * utils.c (gnu_debuglink_crc32): Remove.
12197         * utils.h (gnu_debuglink_crc32): Don't declare.
12198
12199 2013-01-30  Tom Tromey  <tromey@redhat.com>
12200
12201         * dwarf2read.c (compute_delayed_physnames, read_call_site_scope)
12202         (read_structure_type, read_enumeration_type): Remove cast.
12203
12204 2013-01-30  Tom Tromey  <tromey@redhat.com>
12205
12206         * dwarf2read.c (read_namespace_type): Remove cast.
12207         (read_typedef): Likewise.
12208
12209 2013-01-29  Tom Tromey  <tromey@redhat.com>
12210
12211         * dwarf2read.c (free_dwo_file): Remove assert.
12212
12213 2013-01-29  Tom Tromey  <tromey@redhat.com>
12214
12215         * value.c (deprecated_set_value_modifiable): Remove.
12216         * value.h (deprecated_set_value_modifiable): Remove.
12217
12218 2013-01-28  Doug Evans  <dje@google.com>
12219
12220         * dwarf2loc.c (dwarf2_find_location_expression): Don't add base address
12221         to addresses from dwo files.
12222
12223 2013-01-25  Siva Chandra Reddy  <sivachandra@google.com>
12224
12225         * valops.c (find_overload_match): Remove unused argument 'lax'.
12226         * value.h: Remove unused argument 'lax' from the declaration of
12227         find_overload_match.
12228         * eval.c (value_subexp_standard): Do not pass a 'lax' argument
12229         to find_overload_match.
12230         * valarith.c (value_user_defined_cpp_op): Do not pass a 'lax'
12231         argument to find_overload_match.
12232
12233 2013-01-25  Tom Tromey  <tromey@redhat.com>
12234
12235         * dwarf2read.c (processing_has_namespace_info): Remove.
12236         (struct dwarf2_cu) <processing_has_namespace_info>: New field.
12237         (process_die, read_func_scope, dwarf2_start_symtab)
12238         (new_symbol_full): Update.
12239
12240 2013-01-25  Tom Tromey  <tromey@redhat.com>
12241
12242         * cp-namespace.c (cp_set_block_scope): Remove.
12243         * cp-support.h (cp_set_block_scope): Remove.
12244         * dbxread.c: Include block.h.
12245         (cp_set_block_scope): New function.
12246         (process_one_symbol): Update.
12247         * dwarf2read.c (read_func_scope): Use block_set_scope.
12248
12249 2013-01-25  Pedro Alves  <palves@redhat.com>
12250
12251         * remote.c (add_current_inferior_and_thread): Tweak comment.
12252
12253 2013-01-25  Tom Tromey  <tromey@redhat.com>
12254
12255         * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
12256         (cp_add_using_directive): Add 'copy_names' argument.
12257         * cp-support.h (cp_add_using_directive): Update.
12258         (struct using_direct) <import_src, import_dest, alias,
12259         declaration>: Now const.
12260         * dwarf2read.c (read_import_statement): Use obconcat.
12261         Don't copy names passed to cp_add_using_directive.
12262
12263 2013-01-25  Tom Tromey  <tromey@redhat.com>
12264
12265         * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
12266
12267 2013-01-25  Pedro Alves  <palves@redhat.com>
12268
12269         * remote.c (stop_reply_extract_thread): New.
12270         (add_current_inferior_and_thread): New parameter 'wait_status'.
12271         Handle it.
12272         (remote_start_remote): Pass wait status to
12273         add_current_inferior_and_thread.
12274         (extended_remote_run): Update comment.
12275         (extended_remote_create_inferior_1): Pass wait status to
12276         add_current_inferior_and_thread.
12277
12278 2013-01-25  Andrew Burgess  <aburgess@broadcom.com>
12279             Ulrich Weigand  <uweigand@de.ibm.com>
12280
12281         * valarith.c (value_vector_widen): New function for replicating a
12282         scalar into a vector.
12283         (value_binop): Use value_vector_widen to widen scalar to vector
12284         rather than casting, this better matches gcc C behaviour.
12285         * valops.c (value_casst): Update logic for casting between vector
12286         types, and for casting from scalar to vector, try to match gcc C
12287         behaviour.
12288         * value.h (value_vector_widen): Declare.
12289         * opencl-lang.c (opencl_value_cast): New opencl specific casting
12290         function, handle special case for casting scalar to vector.
12291         (opencl_relop): Use opencl_value_cast.
12292         (evaluate_subexp_opencl): Use opencl_value_cast instead of
12293         value_cast, and handle BINOP_ASSIGN, UNOP_CAST, and UNOP_CAST_TYPE
12294         in order to use opencl_value_cast.
12295
12296 2013-01-25  Yao Qi  <yao@codesourcery.com>
12297
12298         * event-loop.c: Include "queue.h".
12299         (gdb_event_p): New typedef.
12300         (DECLARE_QUEUE_P): Use.
12301         (DEFINE_QUEUE_P): Use.
12302         (async_queue_event): Remove.
12303         (gdb_event_xfree): New.
12304         (initialize_event_loop): New.
12305         (process_event): Use QUEUE macros.
12306         (event_queue): Remove.
12307         (gdb_wait_for_event): Caller update.
12308         (check_async_event_handlers): Likewise.
12309         (poll_timers): Likewise.
12310         * event-loop.h (initialize_event_loop): Declare.
12311         * event-loop.c (gdb_event_xfree): New.
12312         * top.c (gdb_init): Call initialize_event_loop.
12313
12314 2013-01-25  Yao Qi  <yao@codesourcery.com>
12315
12316         * event-loop.c (async_queue_event): Remove one parameter
12317         'position'.  Remove code handling 'position' == TAIL.
12318         (gdb_wait_for_event): Caller update.
12319         (check_async_event_handlers): Caller update.
12320         (poll_timers): Caller update.
12321         * event-loop.h (enum queue_position): Remove.
12322
12323 2013-01-25  Maxim Kuvyrkov  <maxim@kugelworks.com>
12324
12325         * MAINTAINERS: Update my email.
12326
12327 2013-01-25  Yao Qi  <yao@codesourcery.com>
12328
12329         * main.c (print_gdb_help): Remove "--epoch" from the help
12330         message.
12331
12332 2013-01-24  Ulrich Weigand  <uweigand@de.ibm.com>
12333
12334         * symtab.c (skip_prologue_using_sal): Consider a file
12335         change the same as an increased line number
12336
12337 2013-01-24  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
12338
12339         * MAINTAINERS (Write After Approval): Add myself to the list.
12340
12341 2013-01-24  Tom Tromey  <tromey@redhat.com>
12342
12343         * ada-lang.h (ada_decode_symbol): Make return type const.
12344         * ada-lang.c (ada_decode_symbol): Likewise.
12345
12346 2013-01-23  Doug Evans  <dje@google.com>
12347
12348         * linespec.c (find_linespec_symbols): Make static.
12349
12350 2013-01-23  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
12351
12352         * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
12353         type on float conversion for complex type.
12354
12355 2013-01-23  Siva Chandra Reddy  <sivachandra@google.com>
12356
12357         Add a new class gdb.Architecture which exposes GDB's
12358         internal representation of architecture via GDB Python API.
12359         * Makefile.in: Add entries corresponding to the new file
12360         python/py-arch.c.
12361         * NEWS (Python Scripting): Add entries for the new class
12362         gdb.Architecture and the new method gdb.Frame.architecture.
12363         * python/py-arch.c: Implement gdb.Architecture class.
12364         * python/py-frame.c (frapy_arch): Implement the method
12365         gdb.Frame.architecture().
12366         (frame_object_methods): Add 'architecture' to the method table.
12367         * python/python-internal.h: Add declarations of new utility
12368         functions.
12369         * python/python.c (_initialize_python): Initialize
12370         gdb.Architecture class.
12371
12372 2013-01-23  Doug Evans  <dje@google.com>
12373
12374         Work around binutils/15021.
12375         * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
12376         type_unit_group out of union s.  All uses updated.
12377         (read_index_from_section): Watch for index version 8.
12378         (follow_die_sig): If using .gdb_index version <= 7, record the TU as
12379         an imported symtab.
12380         (write_psymtabs_to_index): Increment version number to 8.
12381
12382 2013-01-22  Pedro Alves  <palves@redhat.com>
12383
12384         * annotate.c (breakpoint_changed): Skip if breakpoint is not
12385         user-visible.
12386
12387 2013-01-22  Pedro Alves  <palves@redhat.com>
12388
12389         * annotate.c (annotate_breakpoints_changed): Rename to ...
12390         (annotate_breakpoints_invalid): ... this.  Make static.
12391         (breakpoint_changed): Adjust.
12392         (_initialize_annotate): Always install the observers.  Install a
12393         "breakpoint_created" observer.
12394         * annotate.h (annotate_breakpoints_changed): Delete declaration.
12395         * breakpoint.c (set_breakpoint_condition)
12396         (breakpoint_set_commands, do_map_commands_command)
12397         (init_raw_breakpoint, clear_command, set_ignore_count)
12398         (enable_breakpoint_disp): No longer call
12399         annotate_breakpoints_changed.
12400
12401 2013-01-22  Pedro Alves  <palves@redhat.com>
12402
12403         * annotate.c: Include "inferior.h".
12404         (frames_invalid_emitted)
12405         (breakpoints_invalid_emitted): New globals.
12406         (async_background_execution_p): New function.
12407         (annotate_breakpoints_changed, annotate_frames_invalid): Skip
12408         emitting the annotation if it has already been emitted.
12409         (annotate_display_prompt): New function.
12410         * annotate.h (annotate_display_prompt): New declaration.
12411         * event-top.c: Include annotate.h.
12412         (display_gdb_prompt): Call annotate_display_prompt.
12413
12414 2013-01-22  Pedro Alves  <palves@redhat.com>
12415
12416         * annotate.c (ignore_count_changed): Delete.
12417         (annotate_breakpoints_changed): Don't clear ignore_count_changed.
12418         (annotate_ignore_count_change): Delete.
12419         (annotate_stopped): Don't emit a delayed breakpoints-changed
12420         annotation.
12421         * annotate.h (annotate_ignore_count_change): Delete.
12422         * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
12423         annotate_ignore_count_change.
12424
12425 2013-01-22  Tom Tromey  <tromey@redhat.com>
12426
12427         * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
12428         require_rvalue for a register location.
12429
12430 2013-01-21  Marc Khouzam  <marc.khouzam@ericsson.com>
12431
12432         * breakpoint.c (print_one_breakpoint_location): Add MI
12433         field 'thread-groups' when printing a breakpoint.
12434         (output_thread_groups): New function.
12435
12436 2013-01-21  Siva Chandra Reddy  <sivachandra@google.com>
12437
12438         * python/lib/gdb/commands/explore.py
12439         (CompoundExplorer.explore_expr): Correct the name of a method
12440         being invoked.
12441         (ExploreTypeCommand.invoke): Add a missing 'return'.
12442
12443 2013-01-21  Tom Tromey  <tromey@redhat.com>
12444
12445         * gdb_obstack.h (obconcat): Move declaration here, from...
12446         * symfile.h (obconcat): ... here.
12447         * gdb_obstack.c: New file.
12448         (obconcat): Move from...
12449         * symfile.c (obconcat): ... here.
12450         * Makefile.in (SFILES): Add gdb_obstack.c.
12451         (COMMON_OBS): Add gdb_obstack.o.
12452
12453 2013-01-21  Tom Tromey  <tromey@redhat.com>
12454
12455         * symfile.h (obsavestring): Don't declare.
12456         * symfile.c (obsavestring): Remove.
12457         * ada-exp.y: Use obstack_copy0, not obsavestring.
12458         * ada-lang.c: Use obstack_copy0, not obsavestring.
12459         * coffread.c: Use obstack_copy0, not obsavestring.
12460         * cp-namespace.c: Use obstack_copy0, not obsavestring.
12461         * dbxread.c: Use obstack_copy0, not obsavestring.
12462         * dwarf2read.c: Use obstack_copy0, not obsavestring.
12463         * jit.c: Use obstack_copy0, not obsavestring.
12464         * mdebugread.c: Use obstack_copy0, not obsavestring.
12465         * psymtab.c: Use obstack_copy0, not obsavestring.
12466         * stabsread.c: Use obstack_copy0, not obsavestring.
12467         * xcoffread.c: Use obstack_copy0, not obsavestring.
12468
12469 2013-01-21  Tom Tromey  <tromey@redhat.com>
12470
12471         * dwarf2read.c (fixup_go_packaging): Save package name
12472         on objfile obstack.
12473         * gdbtypes.c (init_type): Don't copy name.
12474
12475 2013-01-21  Tom Tromey  <tromey@redhat.com>
12476
12477         * dwarf2read.c (struct partial_die_info) <name, scope>: Now
12478         const.
12479         (struct attribute) <u.str>: Now const.
12480         (struct fnfieldlist) <name>: Now const.
12481         (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
12482         (partial_die_parent_scope): Make return type const.
12483         (partial_die_full_name, add_partial_symbol): Update.
12484         (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
12485         'name' const.
12486         (find_file_and_directory): Make 'name' and 'comp_dir' const.
12487         (read_file_scope, read_func_scope, dwarf2_add_field)
12488         (dwarf2_add_member_fn, read_structure_type)
12489         (process_enumeration_scope, read_array_type, read_module_type)
12490         (read_base_type, read_subrange_type): Update.
12491         (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
12492         (new_symbol_full, guess_full_die_structure_name): Update.
12493         (dwarf2_canonicalize_name): Return const type.  Make 'name' const.
12494         (dwarf2_name): Return const type.
12495         (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
12496         const.
12497
12498 2013-01-21  Tom Tromey  <tromey@redhat.com>
12499
12500         * gdbtypes.c (init_type): Make 'name' const.
12501         * gdbtypes.h (init_type): Update.
12502
12503 2013-01-21  Tom Tromey  <tromey@redhat.com>
12504
12505         * buildsym.c (patch_subfile_names): Use set_last_source_file.
12506         (start_symtab): Make 'name' and 'dirname' const.  Use
12507         set_last_source_file.
12508         (restart_symtab, reset_symtab_globals): Use set_last_source_file.
12509         (last_source_file): Define.  Now static.
12510         (set_last_source_file, get_last_source_file): New functions.
12511         * buildsym.h (last_source_file): Don't declare.
12512         (start_symtab): Update.
12513         (set_last_source_file, get_last_source_file): Declare.
12514         * coffread.c (complete_symtab): Use set_last_source_file.
12515         (coff_end_symtab): Likewise.
12516         (coff_symtab_read): Use set_last_source_file, get_last_source_file.
12517         * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
12518         set_last_source_file.
12519         (process_one_symbol): Use get_last_source_file.
12520         * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
12521         (psymtab_to_symtab_1): Use get_last_source_file.
12522         * xcoffread.c (process_linenos): Use get_last_source_file.
12523         (complete_symtab): Use set_last_source_file.
12524         (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
12525         (scan_xcoff_symtab): Use set_last_source_file.
12526
12527 2013-01-21  Tom Tromey  <tromey@redhat.com>
12528
12529         * symtab.c (struct demangled_name_entry) <mangled>: Now const.
12530         (symbol_set_names): Remove casts.  Handle field const-ness.
12531
12532 2013-01-21  Tom Tromey  <tromey@redhat.com>
12533
12534         * dwarf2read.c (new_symbol_full): Remove cast.
12535         * symtab.c (symbol_set_demangled_name): Make 'name' const.
12536         * symtab.h (symbol_set_demangled_name): Update.
12537
12538 2013-01-21  Tom Tromey  <tromey@redhat.com>
12539
12540         * main.c (captured_main): Call bfd_init.
12541
12542 2013-01-21  Tom Tromey  <tromey@redhat.com>
12543
12544         * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
12545         * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
12546         * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
12547         * NEWS: Update.
12548
12549 2013-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
12550
12551         * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
12552
12553 2013-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
12554
12555         Fix gdb.fortran/common-block.exp crash in PIE mode.
12556         * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
12557         LOC_COMMON_BLOCK.
12558         * f-valprint.c (info_common_command_for_block): Expect
12559         LOC_COMMON_BLOCK in gdb_assert.
12560         * symtab.h (struct general_symbol_info): Update comment for the
12561         common_block member.
12562         (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
12563         (enum address_class): New member LOC_COMMON_BLOCK.
12564
12565 2013-01-18  David Blaikie  <dblaikie@gmail.com>
12566
12567         * MAINTAINERS (Write After Approval): Add "David Blaikie".
12568
12569 2013-01-18  Tom Tromey  <tromey@redhat.com>
12570
12571         PR c++/14999:
12572         * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
12573         Call require_rvalue.
12574
12575 2013-01-18  Yao Qi  <yao@codesourcery.com>
12576
12577         * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
12578         (dbx_read_symtab): New declaration.
12579         (dbx_psymtab_to_symtab): Delete.
12580         (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
12581         Rename parameter PST to SELF.  Exchanged two parameters.
12582         (start_psymtab): Caller update.
12583         * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
12584         (dwarf2_read_symtab): New declaration.
12585         (dwarf2_psymtab_to_symtab): Delete.
12586         (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
12587         Rename parameter PST to SELF.  Exchanged two parameters.
12588         (create_partial_symtab): Caller update.
12589         * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
12590         (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
12591         Rename parameter PST to SELF.  Exchanged two parameters.
12592         (parse_partial_symbols, new_psymtab): Caller update.
12593         * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
12594         two parameters.
12595         * psymtab.c (psymtab_to_symtab): Caller update.
12596         * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
12597         (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
12598         Rename parameter PST to SELF.  Exchanged two parameters.
12599         (xcoff_start_psymtab): Caller update.
12600
12601 2013-01-18  Yao Qi  <yao@codesourcery.com>
12602
12603         * infrun.c (proceed): Rename local variable 'oneproc' to
12604         'force_step'.
12605
12606 2013-01-17  Doug Evans  <dje@google.com>
12607
12608         * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
12609         (dw2_build_type_unit_groups): Delete.  All uses updated.
12610
12611         * symtab.h (struct symbol_search): Add comment.
12612
12613 2013-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
12614
12615         * symtab.c (compare_filenames_for_search): New comment for
12616         HAS_DRIVE_SPEC.
12617
12618 2013-01-17  Tom Tromey  <tromey@redhat.com>
12619
12620         * cp-abi.c (cp_abi_completer): Fix typo in assignment.
12621
12622 2013-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
12623
12624         * symtab.c (iterate_over_some_symtabs): New variable cleanups,
12625         initialize it by existing make_cleanup.  Call new do_cleanups.
12626
12627 2013-01-17  Tom Tromey  <tromey@redhat.com>
12628
12629         * cp-abi.c (cp_abi_completer): New function.
12630         (_initialize_cp_abi): Set completer for "set cp-abi".
12631
12632 2013-01-17  Tom Tromey  <tromey@redhat.com>
12633
12634         * mem-break.c: Remove obsolete comment.
12635         * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
12636
12637 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
12638
12639         * jit.c (jit_reader_load_command): Interpret the jit reader name
12640         as an absolute path if it begins with a forward slash.
12641
12642 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
12643
12644         PR gdb/14550
12645
12646         * jit.c (finalize_symtab): Ensure that only the global block has a
12647         NULL superblock.
12648
12649 2013-01-17  Pedro Alves  <palves@redhat.com>
12650
12651         * acinclude.m4: Include ../config/plugins.m4,
12652         ../config/largefile.m4 and ../config/lead-dot.m4.  Add comments.
12653         * Makefile.in (aclocal_m4_deps): Update.
12654         * aclocal.m4: Renegerate.
12655
12656 2013-01-16  Doug Evans  <dje@google.com>
12657
12658         * contrib/cc-with-tweaks.sh: Add references to Fission docs.
12659
12660 2013-01-16  Pedro Alves  <palves@redhat.com>
12661             Tom Tromey  <tromey@redhat.com>
12662
12663         PR cli/7221:
12664         * NEWS: Add "catch signal".
12665         * breakpoint.c (base_breakpoint_ops): No longer static.
12666         (bpstat_explains_signal): New function.
12667         (init_catchpoint): No longer static.
12668         (base_breakpoint_explains_signal): New function.
12669         (base_breakpoint_ops): Initialize new field.
12670         * breakpoint.h (enum bpstat_signal_value): New.
12671         (struct breakpoint_ops) <explains_signal>: New field.
12672         (bpstat_explains_signal): Remove macro, declare as function.
12673         (base_breakpoint_ops, init_catchpoint): Declare.
12674         * break-catch-sig.c: New file.
12675         * inferior.h (signal_catch_update): Declare.
12676         * infrun.c (signal_catch): New global.
12677         (handle_syscall_event): Update for change to
12678         bpstat_explains_signal.
12679         (handle_inferior_event): Likewise.  Always handle random signals
12680         via bpstats.
12681         (signal_cache_update): Check signal_catch.
12682         (signal_catch_update): New function.
12683         (_initialize_infrun): Initialize signal_catch.
12684         * Makefile.in (SFILES): Add break-catch-sig.c.
12685         (COMMON_OBS): Add break-catch-sig.o.
12686
12687 2013-01-16  Tom Tromey  <tromey@redhat.com>
12688
12689         * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
12690         (print_one_catch_solib, print_one_catch_syscall)
12691         (print_one_catch_exec, print_one_exception_catchpoint): Emit
12692         "catch-type".
12693
12694 2013-01-16  Yao Qi  <yao@codesourcery.com>
12695
12696         * printcmd.c (current_display_number): Make it static.
12697
12698 2013-01-16  Yao Qi  <yao@codesourcery.com>
12699
12700         * infcmd.c (step_once): Don't check '!single_inst' as it was
12701         checked before.
12702
12703 2013-01-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
12704
12705         * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
12706
12707 2013-01-14  Tom Tromey  <tromey@redhat.com>
12708
12709         * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
12710         set command.
12711         * command.h (add_setshow_string_noescape_cmd): Update.
12712         * corefile.c (set_gnutarget_command): Remove trailing whitespace.
12713         (complete_set_gnutarget): New function.
12714         (_initialize_core): Set the "set gnutarget" completer.
12715
12716 2013-01-14  Tom Tromey  <tromey@redhat.com>
12717
12718         PR symtab/14442:
12719         * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
12720         (c_type_print_modifier): Likewise.
12721         * dwarf2read.c (read_tag_restrict_type): New function.
12722         (read_type_die_1): Handle DW_TAG_restrict_type.
12723         * gdbtypes.c (make_restrict_type): New function.
12724         (recursive_dump_type): Handle TYPE_RESTRICT.
12725         * gdbtypes.h (enum type_flag_values): Renumber.
12726         (enum type_instance_flag_value): Add
12727         TYPE_INSTANCE_FLAG_RESTRICT.
12728         (TYPE_RESTRICT): New macro.
12729         (make_restrict_type): Declare.
12730
12731 2013-01-14  Tom Tromey  <tromey@redhat.com>
12732
12733         PR symtab/14931:
12734         * psymtab.c (struct psymtab_state): New.
12735         (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
12736         functions.
12737         * psympriv.h (make_cleanup_discard_psymtabs): Declare.
12738         * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
12739
12740 2013-01-14  Richard Sharman  <richard_sharman@mitel.com>
12741             Pedro Alves  <palves@redhat.com>
12742
12743         PR remote/14786
12744
12745         * remote.c (remote_threads_info): Make a copy of the reply from
12746         qfThreadInfo and use that instead of rs->buf.
12747
12748 2013-01-14  Yao Qi  <yao@codesourcery.com>
12749
12750         * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
12751         (dbx_psymtab_to_symtab): Likewise.
12752         * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
12753         * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
12754         * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
12755
12756 2013-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
12757
12758         * parse.c (parse_exp_in_context): New variable inner_chain.  Call
12759         make_cleanup_restore_current_language.  Call set_language.  Move
12760         OLD_CHAIN and INNER_CHAIN cleanups.
12761         * utils.c (do_restore_current_language)
12762         (make_cleanup_restore_current_language): New functions.
12763         * utils.h (make_cleanup_restore_current_language): New declaration.
12764
12765 2013-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
12766
12767         * source.c (symtab_to_fullname): Apply rewrite_source_path also for
12768         non-existing files.
12769
12770         * source.c (symtab_to_fullname): Do not prepend DIRNAME for
12771         non-existing files if FILENAME is already absolute.
12772
12773 2013-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
12774
12775         * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
12776         fputs_filtered.  Append trailing newline.
12777
12778 2013-01-11  Yao Qi  <yao@codesourcery.com>
12779             Stan Shebs  <stan@codesourcery.com>
12780
12781         * psymtab.c (init_psymbol_list): Clarify the comment.
12782
12783 2013-01-11  Yao Qi  <yao@codesourcery.com>
12784
12785         * breakpoint.c (print_one_breakpoint_location): Remove dead code.
12786         (update_dprintf_command_list): Assert that 'printf_line' is
12787         non-null.  Remove condition check.
12788
12789 2013-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
12790
12791         Code cleanup.
12792         * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
12793         type const char *.
12794         * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
12795         const char *.
12796         * tui/tui-source.h (tui_source_is_displayed): Likewise.
12797
12798 2013-01-09  Anthony Green  <green@moxielogic.com>
12799
12800         * cp-abi.c (cplus_print_vtable): Don't return value from void
12801         function.
12802         * ada-lang.c (re_set_catch_assert): Ditto.
12803
12804 2013-01-09  Doug Evans  <dje@google.com>
12805
12806         * symfile.h (quick_symbol_functions): Delete member
12807         pre_expand_symtabs_matching.  All uses removed.
12808         * dwarf2read.c (dw2_lookup_symbol): Implement.
12809         (dw2_do_expand_symtabs_matching): Delete.
12810         (dw2_pre_expand_symtabs_matching): Delete.
12811         (struct dw2_symtab_iterator): New type.
12812         (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
12813         (dw2_expand_symtabs_for_function): Rewrite.
12814         (dwarf2_gdb_index_functions): Update.
12815         * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
12816         (psym_functions): Update.
12817
12818 2013-01-09  Tom Tromey  <tromey@redhat.com>
12819
12820         * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
12821         * configure: Rebuild.
12822         * configure.ac: Add somread.o to the build if BFD has SOM
12823         support.
12824         * somread.c: Include som/aout.h, not syms.h.
12825         (som_symtab_read): Use som_external_symbol_dictionary_record.
12826         Unpack records manually.
12827         (_initialize_somread): Declare.
12828
12829 2012-01-08  Mike Frysinger  <vapier@gentoo.org>
12830
12831         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
12832         Cast return_address to 64bits.
12833
12834 2013-01-08  Hui Zhu  <hui_zhu@mentor.com>
12835
12836         * printcmd.c: Remove define of function output_command.
12837         * tracepoint.c: Remove extern of function output_command.
12838         * valprint.h: (output_command): New extern.
12839
12840 2013-01-07  Tom Tromey  <tromey@redhat.com>
12841
12842         * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
12843         Remove.
12844         (objc_language_defn): Use c_printchar, c_printstr,
12845         c_emit_char.
12846
12847 2013-01-07  Tom Tromey  <tromey@redhat.com>
12848
12849         PR cli/7719:
12850         * NEWS: Update.
12851         * ada-valprint.c (printstr, print_field_values): Remove
12852         "inspect_it" code.
12853         * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
12854         code.
12855         * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
12856         code.
12857         * m2-lang.c (m2_printstr): Remove "inspect_it" code.
12858         * main.c (captured_main): Remove "epoch" argument.
12859         * objc-lang.c (objc_printstr): Remove "inspect_it" code.
12860         * p-lang.c (pascal_printstr): Remove "inspect_it" code.
12861         * p-valprint.c (pascal_object_print_value_fields): Remove
12862         "inspect_it" code.
12863         * printcmd.c (print_command_1): Remove 'inspect' argument.
12864         (print_command, call_command): Update.
12865         (inspect_command): Remove.
12866         (_initialize_printcmd): Make "inspect" an alias for "print".
12867         * top.c (epoch_interface): Remove.
12868         * top.h (epoch_interface): Remove.
12869         * valprint.c (user_print_options): Update.
12870         (print_converted_chars_to_obstack): Remove "inspect_it" code.
12871         * valprint.h (struct value_print_options) <inspect_it>: Remove
12872         field.
12873
12874 2013-01-04  Tom Tromey  <tromey@redhat.com>
12875
12876         * valprint.h (read_string): Add 'extern'.
12877
12878 2013-01-07  Joel Brobecker  <brobecker@adacore.com>
12879
12880         * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
12881         used to decide whether to define darwin_read_dyld_info or not.
12882
12883 2013-01-03  Pierre Muller  <muller@sourceware.org>
12884
12885         * main.c (relocate_gdb_directory): Avoid calling stat function
12886         if DIR is empty.
12887
12888 2013-01-03  Yao Qi  <yao@codesourcery.com>
12889
12890         * psymtab.c (fixup_psymbol_section): Update declaration.
12891         (fixup_psymbol_section): Remove code returning value.
12892
12893 2013-01-03  Yao Qi  <yao@codesourcery.com>
12894
12895         * symtab.h: Remove some out of date comments.
12896          (enum exception_event_kind): Move it ...
12897         * breakpoint.c: ... here.
12898
12899 2013-01-02  Iain Sandoe  <developer@sandoe-acoustics.co.uk>
12900
12901         PR gdb/14405
12902         * darwin-nat.c (darwin_read_dyld_info): Only build if
12903         TASK_DYLD_INFO_COUNT is defined.
12904         (darwin_xfer_partial): Call darwin_read_dyld_info only if
12905         TASK_DYLD_INFO_COUNT is defined.
12906
12907 2013-01-02  Tom Tromey  <tromey@redhat.com>
12908
12909         * symfile.h (struct ecoff_debug_hack): Remove.
12910         * objfiles.c: Don't include mdebugread.h.
12911
12912 2013-01-02  Tom Tromey  <tromey@redhat.com>
12913
12914         * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
12915         * configure.ac: Check for Mach-O support in BFD.  Update
12916         CONFIG_OBS.
12917         * configure: Rebuild.
12918
12919 2013-01-02  Tom Tromey  <tromey@redhat.com>
12920
12921         * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
12922         * configure.ac: Use GDB_AC_CHECK_BFD.
12923         * configure: Rebuild.
12924
12925 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
12926
12927         * MAINTAINERS: Update my email.
12928
12929 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
12930
12931         * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
12932
12933 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
12934
12935         * rs6000-nat.c (bss_data_overlap): New function.
12936         (vmap_symtab): Use it to adjust the .bss section's offset.
12937
12938 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
12939
12940         Update year range in copyright notice of all files.
12941
12942 2013-01-01, 13  Joel Brobecker  <brobecker@adacore.com>
12943
12944         * top.c (print_gdb_version): Update copyright year.
12945
12946 For older changes see ChangeLog-2012.
12947 \f
12948 Local Variables:
12949 mode: change-log
12950 left-margin: 8
12951 fill-column: 74
12952 version-control: never
12953 coding: utf-8
12954 End: