Move .debug_gdb_script processing to auto-load.c.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2013-11-30 Doug Evans <xdje42@gmail.com>
2
3 * auto-load.h (script_language): New members name, auto_load_enabled.
4 Add missing comments on struct members.
5 (auto_load_objfile_script): Delete.
6 * auto-load.c: #include "cli/cli-cmds.h".
7 (auto_load_gdb_scripts_enabled): New function.
8 (script_language_gdb): Update, add new members.
9 (source_gdb_script_for_objfile): Simplify, auto-load safe-checking
10 and call to maybe_add_script moved to caller.
11 (auto_load_objfile_script_1): Auto-load safe-checking and
12 call to maybe_add_script moved here.
13 (auto_load_objfile_script): Make static. Early exit if support for
14 scripting language hasn't been compiled in, or auto-loading has been
15 disabled.
16 (source_section_scripts): Argument "source_name" renamed to
17 "section_name". All uses updated. Replace uses of AUTO_SECTION_NAME
18 with section_name. Skip loading script if support for scripting
19 language hasn't been compiled in, or auto-loading has been disabled.
20 Call language->source_script_for_objfile instead of calling
21 source_python_script_for_objfile directly.
22 (load_auto_scripts_for_objfile): Update.
23 * python/py-auto-load.c: Delete #include "cli/cli-cmds.h".
24 (gdbpy_load_auto_script_for_objfile): Delete.
25 (auto_load_python_scripts_enabled): New function.
26 (script_language_python): Update, add new members.
27 (gdbpy_script_language_defn): New function.
28 * python/python.h (gdbpy_load_auto_scripts_for_objfile): Delete.
29 (gdbpy_script_language_defn): Declare.
30
31 * auto-load.c (AUTO_SECTION_NAME): Moved here and renamed from
32 py-auto-load.c, GDBPY_AUTO_SECTION_NAME.
33 (source_section_scripts): Moved here from py-auto-load.c.
34 (auto_load_section_scripts): Ditto.
35 * python/py-auto-load.c (GDBPY_AUTO_SECTION_NAME): Moved to
36 auto-load.c, renamed AUTO_SECTION_NAME.
37 (source_section_scripts, auto_load_section_scripts): Moved to
38 auto-load.c.
39
40 2013-11-30 Yao Qi <yao@codesourcery.com>
41
42 * remote.c (getpkt_or_notif_sane_1): Fix typo "checksm".
43
44 2013-11-29 Sergio Durigan Junior <sergiodj@redhat.com>
45
46 * gdbarch.sh: Remove include of "gdb_string.h", replace by
47 <string.h>.
48
49 2013-11-29 Doug Evans <xdje42@gmail.com>
50
51 * python/py-auto-load.c (source_section_scripts): Move comment to
52 more relevant location.
53
54 Whitespace cleanup.
55 * python/py-breakpoint.c: Remove trailing whitespace.
56 * python/py-cmd.c: Ditto.
57 * python/py-evts.c: Ditto.
58 * python/py-finishbreakpoint.c: Ditto.
59 * python/py-frame.c: Ditto.
60 * python/py-function.c: Ditto.
61 * python/py-inferior.c: Ditto.
62 * python/py-infthread.c: Ditto.
63 * python/py-param.c: Ditto.
64 * python/py-prettyprint.c: Ditto.
65 * python/py-symbol.c: Ditto.
66 * python/py-type.c: Ditto.
67 * python/py-utils.c: Ditto.
68 * python/py-value.c: Ditto.
69 * python/python-internal.h: Ditto.
70 * python/python.c: Ditto.
71
72 2013-11-29 Pedro Alves <palves@redhat.com>
73
74 * unwind_stop_reasons.def (UNWIND_NULL_ID): Update comment.
75
76 2013-11-29 Pedro Alves <palves@redhat.com>
77
78 * breakpoint.c (build_target_condition_list): Release previous
79 conditions.
80 (build_target_command_list): Release previous commands.
81 (bp_location_dtor): Release target conditions and commands.
82 * remote.c (remote_add_target_side_condition): Don't release
83 conditions.
84 (remote_add_target_side_commands): Don't release commands.
85
86 2013-11-29 Yao Qi <yao@codesourcery.com>
87 Pedro Alves <palves@redhat.com>
88
89 * dcache.c (dcache_read_line): Use current_target.beneath
90 instead of &current_target.
91 * target.c (memory_xfer_partial_1): Factor code out to ...
92 (raw_memory_xfer_partial): ... it. New function.
93 (target_xfer_partial): Call raw_memory_xfer_partial if OBJECT
94 is TARGET_OBJECT_RAW_MEMORY.
95
96 2013-11-28 Doug Evans <xdje42@gmail.com>
97
98 * breakpoint.h (gdbpy_breakpoint_object): Renamed from
99 breakpoint_object. All uses updated.
100 * python/python-internal.h (gdbpy_breakpoint_object): Renamed from
101 breakpoint_object. All uses updated.
102 * python.c (*): All uses of breakpoint_object updated.
103 * python.h (*): All uses of breakpoint_object updated.
104 * python/py-breakpoint.c (*): All uses of breakpoint_object updated.
105 * python/py-finishbreakpoint.c (*): Ditto.
106
107 2013-11-28 Doug Evans <xdje42@gmail.com>
108
109 * configure.ac: Add comments delineating libpython and libmcheck.
110 * configure: Regenerate.
111
112 2013-11-28 Andrew Burgess <aburgess@broadcom.com>
113 Pedro Alves <palves@redhat.com>
114
115 * valprint.c (value_check_printable): If the value is entirely
116 unavailable, print a single "<unavailable>" instead of printing
117 all subfields.
118
119 2013-11-28 Pedro Alves <palves@redhat.com>
120
121 * frame.c (get_prev_frame_1) <stop_reason != UNWIND_NO_REASON>:
122 Add "set debug frame" output.
123 (frame_stop_reason_symbol_string): New function.
124
125 2013-11-28 Pedro Alves <palves@redhat.com>
126
127 * frame-unwind.c (default_frame_unwind_stop_reason): Return
128 UNWIND_OUTERMOST if the frame's ID is outer_frame_id.
129 * frame.c (get_prev_frame_1): Remove outer_frame_id check.
130
131 2013-11-28 Pedro Alves <palves@redhat.com>
132
133 * frame.c (get_prev_frame_1): If the frame id is outer_frame_id,
134 set the unwind stop reason to UNWIND_OUTERMOST, not
135 UNWIND_NULL_ID. Remove explicit check for sentinel frame.
136
137 2013-11-28 Pedro Alves <palves@redhat.com>
138
139 * frame.c (frame_unwind_register): Say the register was "not
140 saved" instead of "optimized out".
141
142 2013-11-27 Steffen Sledz <sledz@dresearch-fe.de>
143
144 PR 16152
145 * configure: Rebuild.
146 * configure.ac: Tighten cygwin detection check.
147
148 2013-11-27 Pedro Alves <palves@redhat.com>
149
150 * frame-unwind.c (frame_unwind_got_optimized): Use the type of the
151 register in the previous frame's arch.
152
153 2013-11-27 Pedro Alves <palves@redhat.com>
154
155 * frame-unwind.c (frame_unwind_got_optimized): Return
156 an lval_register value instead of a not_lval value.
157
158 2013-11-27 Andrew Burgess <aburgess@broadcom.com>
159
160 * frame.c: Include "valprint.h".
161 (frame_unwind_register_value): Use value_optimized_out.
162 * value.c (value_fetch_lazy): Likewise.
163
164 2013-11-26 Andrew Burgess <aburgess@broadcom.com>
165
166 * value.c (allocate_optimized_out_value): Mark value as non-lazy.
167
168 2013-11-26 Tom Tromey <tromey@redhat.com>
169
170 * dwarf2-frame.c (dwarf2_frame_cache): Revert patch from
171 2013-11-22.
172
173 2013-11-26 Walfred Tedeschi <walfred.tedeschi@intel.com>
174
175 * i386-xstate.h (I386_XSTATE_MPX): New Macro.
176 (I386_XSTATE_MPX_MASK): Makes use of I386_XSTATE_MPX.
177 (HAS_MPX): New macro.
178 (HAS_AVX): New macro.
179 (I386_XSTATE_SIZE): Uses HAS_MPX and HAS_AVX.
180
181 2013-11-25 Keith Seitz <keiths@redhat.com>
182
183 PR c++/14819
184 * c-exp.y (classify_inner_name): If no matching symbol was
185 found, try looking up the token as a base class.
186 Likewise if a constructor was found.
187 * cp-namespace.c (find_type_baseclass_by_name): New function.
188 * cp-support.h (find_type_baseclass_by_name): Declare.
189 * valops.c (value_struct_elt_for_reference): If we get
190 a non-static field, try to get a value based on the
191 current instance, if any.
192
193 2013-11-24 Yao Qi <yao@codesourcery.com>
194
195 * disasm.c (dis_asm_read_memory): Call target_read_code
196 instead of target_read_memory.
197
198 2013-11-24 Yao Qi <yao@codesourcery.com>
199
200 * NEWS: Add note on new "set code-cache" option.
201 * target-dcache.c (code_cache_enabled_1): New variable.
202 (code_cache_enabled): New variable.
203 (show_code_cache, set_code_cache): New function.
204 (code_cache_enabled_p): New function.
205 (_initialize_target_dcache): Register command.
206 * target-dcache.h (code_cache_enabled_p): Declare.
207 * target.c (memory_xfer_partial_1):Handle
208 TARGET_OBJECT_CODE_MEMORY and code_cache_enabled.
209 (target_read_code): New function.
210 * target.h (enum target_object) <TARGET_OBJECT_CODE_MEMORY>:
211 New.
212 (target_read_code): Declare.
213
214 2013-11-24 Yao Qi <yao@codesourcery.com>
215
216 * target-dcache.c (stack_cache_enabled_p_1): Rename to ...
217 (stack_cache_enabled_1): ... this. New variable.
218 (stack_cache_enabled_p): Rename to ...
219 (stack_cache_enabled): ... this. New variable.
220 (set_stack_cache_enabled_p): Rename to ...
221 (set_stack_cache): ... this. Update caller.
222 (show_stack_cache_enabled_p): Rename to ...
223 (show_stack_cache): ... this. Update caller.
224 (stack_cache_enabled): Rename to ...
225 (stack_cache_enabled_p): ... this. Update caller.
226 (_initialize_target_dcache): Replace "data cache" with
227 "target memory cache".
228 * target-dcache.h (stack_cache_enabled): Remove declaration.
229 (stack_cache_enabled_p): Add declaration.
230
231 2013-11-23 Doug Evans <xdje42@gmail.com>
232
233 * python/py-frame.c (gdbpy_initialize_frames): Remove FIRST_ERROR,
234 superfluous.
235
236 2013-11-23 Doug Evans <xdje42@gmail.com>
237
238 * python/py-frame.c (frapy_block): Fix error message text.
239
240 2013-11-23 Doug Evans <xdje42@gmail.com>
241
242 * cli/cli-script.c (multi_line_command_p): New function.
243 (recurse_read_control_structure, read_command_lines_1): Call it.
244 (execute_control_command): Consistently have a blank line between
245 each case.
246
247 2013-11-22 Sterling Augustine <saugustine@google.com>
248
249 PR gdb/16196:
250 * valprint.c (read_string): Set new variable fetchlen based on
251 fetchlimit and size. Use it in call to partial_memory_read.
252 Update comment.
253
254 2013-11-22 Tom Tromey <tromey@redhat.com>
255
256 PR backtrace/16155:
257 * dwarf2-frame.c (dwarf2_frame_cache): Set undefined_retaddr if
258 the return address column is unspecified.
259
260 2013-11-22 Tom Tromey <tromey@redhat.com>
261 Pedro Alves <palves@redhat.com>
262
263 PR backtrace/16155
264 * value.c (value_fetch_lazy): Internal error if
265 get_frame_register_value returns the same register.
266
267 2013-11-22 Pedro Alves <palves@redhat.com>
268 Tom Tromey <tromey@redhat.com>
269
270 * frame.c (frame_stash_add): Now returns whether a frame with the
271 same ID was already known.
272 (compute_frame_id): New function, factored out from get_frame_id.
273 (get_frame_id): No longer lazilly compute the frame id here.
274 (get_prev_frame_if_no_cycle): New function. Detects wider stack
275 cycles.
276 (get_prev_frame_1): Use it instead of get_prev_frame_raw directly,
277 and checking for stack cycles here.
278
279 2013-11-22 Pedro Alves <palves@redhat.com>
280
281 PR 16155
282 * frame.c (get_prev_frame_1): Do the UNWIND_SAME_ID check between
283 this frame and the new previous frame, not between this frame and
284 the next frame.
285
286 2013-11-22 Pedro Alves <palves@redhat.com>
287
288 PR 16155
289 * dwarf2-frame.c (struct dwarf2_frame_cache)
290 <checked_tailcall_bottom, entry_cfa_sp_offset,
291 entry_cfa_sp_offset_p>: New fields.
292 (dwarf2_frame_cache): Adjust to use the new cache fields instead
293 of locals. Don't call dwarf2_tailcall_sniffer_first here.
294 (dwarf2_frame_prev_register): Call it here, but only once.
295
296 2013-11-21 Doug Evans <xdje42@gmail.com>
297
298 * gdbtypes.c: #include bcache.h, dwarf2loc.h.
299 (type_equality_entry): Move here from python/py-type.c.
300 (type_equality_entry_d): Ditto.
301 (compare_maybe_null_strings, check_types_equal): Ditto.
302 (check_types_worklist, types_deeply_equal): Ditto.
303 * gdbtypes.h (types_deeply_equal): Declare.
304 * python/py-type.c: Remove inclusion of bcache.h, dwarf2loc.h.
305 (typy_richcompare): Update.
306
307 2013-11-20 Joel Brobecker <brobecker@adacore.com>
308
309 * python/py-value.c (is_intlike): Delete.
310 (valpy_int): Replace use of CHECK_TYPEDEF and is_intlike
311 by use of is_integral_type.
312 (valpy_long): Replace use of CHECK_TYPEDEF and is_intlike
313 by use of is_integral_type and check for TYPE_CODE_PTR.
314
315 2013-11-20 Tom Tromey <tromey@redhat.com>
316
317 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Remove
318 strerror module.
319 * gnulib/aclocal.m4: Update.
320 * gnulib/config.in: Update.
321 * gnulib/configure: Update.
322 * gnulib/import/Makefile.am: Update.
323 * gnulib/import/Makefile.in: Update.
324 * gnulib/import/errno.in.h: Remove.
325 * gnulib/import/intprops.h: Remove.
326 * gnulib/import/m4/errno_h.m4: Remove.
327 * gnulib/import/m4/gnulib-cache.m4: Update.
328 * gnulib/import/m4/gnulib-comp.m4: Update.
329 * gnulib/import/m4/strerror.m4: Remove.
330 * gnulib/import/m4/sys_socket_h.m4: Remove.
331 * gnulib/import/strerror-override.c: Remove.
332 * gnulib/import/strerror-override.h: Remove.
333 * gnulib/import/strerror.c: Remove.
334 * gnulib/update-gnulib.sh: Update.
335
336 2013-11-20 Yao Qi <yao@codesourcery.com>
337
338 * target-dcache.c (target_dcache_get_or_init): Call
339 set_address_space_data if 'dcache' is NULL.
340
341 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
342
343 * common/i386-gcc-cpuid.h (bit_MPX): Synchronize with gcc file.
344
345 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
346
347 * python/lib/gdb/command/bound_register.py: New file.
348 * data-directory/Makefile.in: Copy bond_register.py to the right path
349 to be initialized at gdb startup.
350
351 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
352
353 * amd64-linux-nat.c (amd64_linux_gregset32_reg_offset):
354 Add MPX registers.
355 (amd64_linux_read_description): Add initialization for MPX and
356 AVX independently.
357 * amd64-linux-tdep.c: Includes features/i386/amd64-mpx-linux.c.
358 (amd64_linux_gregset_reg_offset): Add MPX registers.
359 (amd64_linux_core_read_description): Add initialization for MPX
360 registers.
361 (_initialize_amd64_linux_tdep): Initialize MPX targets.
362 * amd64-linux-tdep.h (AMD64_LINUX_RAX_REGNUM): Set it to the last
363 register on the list.
364 (tdesc_amd64_mpx_linux) Add new target for MPX.
365 * amd64-tdep.c: Includes features/i386/amd64-mpx.c.
366 (amd64_mpx_names): MPX register names.
367 (amd64_init_abi): Add MPX register while initializing the ABI.
368 (_initialize_amd64_tdep): Initialize MPX targets.
369 * amd64-tdep.h (amd64_regnum): Add MPX registers.
370 (AMD64_NUM_REGS): Set number of registers taking MPX into account.
371
372 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
373
374 * i386-linux-nat.c (GETXSTATEREGS_SUPPLIES): Add MPX
375 registers on the range of registers to be read from
376 xsave buffer.
377 (i386_linux_read_description): Add case for MPX.
378 * i386-linux-tdep.c: Include features/i386/i386-mpx-linux.c.
379 (i386_linux_gregset_reg_offset): Add MPX registers.
380 (i386_linux_core_read_description): Initialize also MPX.
381 (_initialize_i386_linux_tdep): Add mpx initialization.
382 * i386-tdep.h (gdbarch_tdep): Add fields bnd0r_regnum, bnd0_regnum,
383 mpx_register_names.
384 (i386_regnum): Add MPX registers.
385 (I386_MPX_NUM_REGS): New macro.
386 (i386_bnd_regnum_p): New function.
387 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): Set
388 number of registers to be the number of BNDSTATUS.
389 (tdesc_i386_mpx_linux): Add description for MPX Linux registers.
390 * i386-tdep.c: Include features/i386/i386-mpx.c.
391 (i386_mpx_names): Add MPX register names array.
392 (i386_bnd_names): Add bnd pseudo register names array.
393 (i386_bndr_regnum_p): Lookup register numbers for bnd raw
394 registers.
395 (i386_bndr_regnum_p): Lookup register numbers for bnd raw registers.
396 (386_mpx_ctrl_regnum_p): Lookup register numbers for MPX control
397 registers.
398 (i386_bnd_type): New function.
399 (i386_pseudo_register_type): Use i386_bnd_type for bnd pseudo
400 register types.
401 (i386_pseudo_register_read_into_value): Add bnd case.
402 (i386_pseudo_register_write): Add bnd pseudo registers.
403 (i386_register_reggroup_p): Add MPX register to the group all.
404 (i386_validate_tdesc_p): Add MPX to the target description
405 validation.
406 (i386_pseudo_register_name): Add bnd pseudo registers.
407 (i386_gdbarch_init): Add MPX for architecture initialization.
408 (_initia_initialize_i386_tdep): Add mpx initialization.
409 * i387-tdep.c (xsave_mpx_offset): New vector for MPX offsets on
410 XSAVE buffer.
411 (XSAVE_MPX_ADDR): New macro.
412 (i387_supply_xsave): Add MPX case.
413 (i387_collect_xsave): Add MPX case.
414 * i387-tdep.h (I387_BND0R_REGNUM): New macro.
415 (I387_BNDCFGU_REGNUM): New macro.
416 (I387_NUM_MPX_REGS): New macro.
417 (I387_NUM_BND_REGS): New macro.
418 (I387_NUM_MPX_CTRL_REGS): New macro.
419 (I387_MPXEND_REGNUM): New macro.
420 * common/i386-xstate.h (I386_XSTATE_BNDREGS): New macro.
421 (I386_XSTATE_BNDCFG): Likewise.
422 (I386_XSTATE_MPX_MASK): Likewise.
423 (I386_XSTATE_ALL_MASK): New macro represents flags for all states.
424 (I386_XSTATE_BNDREGS_SIZE): New macro.
425 (I386_XSTATE_BNDCFG_SIZE): Likewise.
426 (I386_XSTATE_SIZE): Adapt for MPX.
427 (I386_XSTATE_MAX_SIZE): Likewise.
428
429 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
430
431 * features/i386/Makefile: Adapts for using MPX registers.
432 * features/i386/32bit-mpx.xml: New file.
433 * features/i386/64bit-mpx.xml: Likewise.
434 * features/i386/amd64-mpx-linux.c: Likewise.
435 * features/i386/amd64-mpx-linux.xml: Likewise.
436 * features/i386/amd64-mpx.c: Likewise.
437 * features/i386/amd64-mpx.xml: Likewise.
438 * features/i386/i386-mpx-linux.c: Likewise.
439 * features/i386/i386-mpx-linux.xml: Likewise.
440 * features/i386/i386-mpx.c: Likewise.
441 * features/i386/i386-mpx.xml: Likewise.
442 * regformats/i386/amd64-mpx-linux.dat: New file.
443 * regformats/i386/amd64-mpx.dat: Likewise.
444 * regformats/i386/i386-mpx-linux.dat: Likewise.
445 * regformats/i386/i386-mpx.dat: Likewise.
446
447 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
448
449 * target-descriptions.c (maint_print_maint_print_c_tdesc_cmd):
450 Modified logic of creating a bitfield to be in sync with
451 tdesc_gdb_type.
452
453 2013-11-20 Will Newton <will.newton@linaro.org>
454
455 * arm-tdep.c (arm_get_next_pc): Remove "Infinite loop detected"
456 error message.
457
458 2013-11-20 Yao Qi <yao@codesourcery.com>
459
460 * progspace.h (struct address_space_data): Declare.
461 * target-dcache.c: Include "progspace.h".
462 (target_dache): Remove.
463 (target_dcache_aspace_key): New.
464 (target_dcache_cleanup): New function.
465 (target_dcache_init_p): Get data through
466 target_dcache_aspace_key.
467 (target_dcache_invalidate): Likewise.
468 (target_dcache_get): Likewise.
469 (target_dcache_get_or_init): Likewise.
470 (_initialize_target_dcache): Initialize
471 target_dcache_aspace_key.
472
473 2013-11-20 Yao Qi <yao@codesourcery.com>
474
475 * progspace.c (struct address_space): Update comments.
476 <REGISTRY_FIELDS>: New fields.
477 DEFINE_REGISTRY for address_space.
478 (new_address_space): Call address_space_alloc_data.
479 (free_address_space): Call address_space_free_data.
480 * progspace.h: Use DECLARE_REGISTRY.
481
482 2013-11-20 Yao Qi <yao@codesourcery.com>
483
484 * Makefile.in (SFILES):Add target-dcache.c.
485 (HFILES_NO_SRCDIR): Add target-dcache.h.
486 (COMMON_OBS): Add target-dcache.o.
487 * dcache.c: Remove inclusion to "target.h". Include
488 "target-dcache.h".
489 * memattr.c: Include "target-dcache.h".
490 * top.c: Likewise.
491 * tracepoint.c: Likewise.
492 * target.c: (stack_cache_enabled_p_1): Move to
493 target-dcache.c.
494 (stack_cache_enabled_p): Likewise.
495 (set_stack_cache_enabled_p): Likewise.
496 (show_stack_cache_enabled_p): Likewise.
497 (target_dcache, target_dcache_init_p): Likewise.
498 (target_dcache_invalidate): Likewise.
499 (target_dcache_get, target_dcache_get_or_init): Likewise.
500 (memory_xfer_partial_1): Call function stack_cache_enabled.
501 (initialize_target): Move code to target-dcache.c.
502 * target.h (target_dcache_invalidate): Move to
503 target-dcache.h.
504 (target_dcache_get): Likewise.
505 * target-dcache.c: New.
506 * target-dcache.h: New.
507
508 2013-11-20 Yao Qi <yao@codesourcery.com>
509
510 * target.c (memory_xfer_partial_1): Update 'target_dcache' if
511 it is initialized.
512
513 2013-11-20 Yao Qi <yao@codesourcery.com>
514
515 * dcache.c (last_cache): Remove.
516 (dcache_free, dcache_init): Update.
517 (dcache_update):
518 (dcache_print_line): Add parameter 'dcache'. Replace
519 'target_dcache' with 'dcache'.
520 (dcache_info): Move code to dcache_info_1. Call
521 'dcache_info_1'.
522 (dcache_info_1): New function.
523 (set_dcache_size): Call target_dcache_invalidate.
524 (set_dcache_line_size): Call target_dcache_invalidate.
525 * target.c (target_dcache_init_p): New function.
526 (target_dcache_invalidate): Check target_dcache_init_p first.
527 (target_dcache_get, target_dcache_get_or_init): New function.
528 (memory_xfer_partial_1): Adjust.
529 (initialize_target): Don't initialize 'target_dcache'.
530 * target.h (struct dcache_struct): Declare.
531 (target_dcache_get): Declare.
532
533 2013-11-19 Yao Qi <yao@codesourcery.com>
534
535 * varobj.c (varobj_get_type): Fix typo.
536
537 2013-11-19 Joel Brobecker <brobecker@adacore.com>
538
539 * python/py-value.c (is_intlike): Add TYPE_CODE_RANGE handling.
540
541 2013-11-19 Joel Brobecker <brobecker@adacore.com>
542
543 * contrib/ari/gdb_ari.sh: Remove checks for "dirent.h" and
544 "stat.h".
545
546 2013-11-18 Tom Tromey <tromey@redhat.com>
547
548 * common/gdb_stat.h: Remove.
549 * ada-lang.c: Use sys/stat.h, not gdb_stat.h.
550 * common/filestuff.c: Use sys/stat.h, not gdb_stat.h.
551 * common/linux-osdata.c: Use sys/stat.h, not gdb_stat.h.
552 * corefile.c: Use sys/stat.h, not gdb_stat.h.
553 * ctf.c: Use sys/stat.h, not gdb_stat.h.
554 * darwin-nat.c: Use sys/stat.h, not gdb_stat.h.
555 * dbxread.c: Use sys/stat.h, not gdb_stat.h.
556 * dwarf2read.c: Use sys/stat.h, not gdb_stat.h.
557 * exec.c: Use sys/stat.h, not gdb_stat.h.
558 * gdbserver/linux-low.c: Use sys/stat.h, not gdb_stat.h.
559 * gdbserver/remote-utils.c: Use sys/stat.h, not gdb_stat.h.
560 * inf-child.c: Use sys/stat.h, not gdb_stat.h.
561 * jit.c: Use sys/stat.h, not gdb_stat.h.
562 * linux-nat.c: Use sys/stat.h, not gdb_stat.h.
563 * m68klinux-nat.c: Use sys/stat.h, not gdb_stat.h.
564 * main.c: Use sys/stat.h, not gdb_stat.h.
565 * mdebugread.c: Use sys/stat.h, not gdb_stat.h.
566 * mi/mi-cmd-env.c: Use sys/stat.h, not gdb_stat.h.
567 * nto-tdep.c: Use sys/stat.h, not gdb_stat.h.
568 * objfiles.c: Use sys/stat.h, not gdb_stat.h.
569 * procfs.c: Use sys/stat.h, not gdb_stat.h.
570 * remote-fileio.c: Use sys/stat.h, not gdb_stat.h.
571 * remote-mips.c: Use sys/stat.h, not gdb_stat.h.
572 * remote.c: Use sys/stat.h, not gdb_stat.h.
573 * rs6000-nat.c: Use sys/stat.h, not gdb_stat.h.
574 * sol-thread.c: Use sys/stat.h, not gdb_stat.h.
575 * solib-spu.c: Use sys/stat.h, not gdb_stat.h.
576 * source.c: Use sys/stat.h, not gdb_stat.h.
577 * symfile.c: Use sys/stat.h, not gdb_stat.h.
578 * symmisc.c: Use sys/stat.h, not gdb_stat.h.
579 * symtab.c: Use sys/stat.h, not gdb_stat.h.
580 * top.c: Use sys/stat.h, not gdb_stat.h.
581 * xcoffread.c: Use sys/stat.h, not gdb_stat.h.
582
583 2013-11-18 Tom Tromey <tromey@redhat.com>
584
585 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add
586 sys_stat.
587 * gnulib/aclocal.m4: Update.
588 * gnulib/config.in: Update.
589 * gnulib/configure: Update.
590 * gnulib/import/Makefile.am: Update.
591 * gnulib/import/Makefile.in: Update.
592 * gnulib/import/m4/gnulib-cache.m4: Update.
593 * gnulib/import/m4/gnulib-comp.m4: Update.
594 * gnulib/import/m4/sys_stat_h.m4: New.
595 * gnulib/import/m4/time_h.m4: New.
596 * gnulib/import/sys_stat.in.h: New.
597 * gnulib/import/time.in.h: New.
598
599 2013-11-18 Tom Tromey <tromey@redhat.com>
600
601 * configure: Rebuild.
602 * configure.ac: Remove check of HAVE_SYS_TYPES_H.
603
604 2013-11-18 Tom Tromey <tromey@redhat.com>
605
606 * configure: Rebuild.
607 * configure.ac: Don't check for unistd.h.
608
609 2013-11-18 Tom Tromey <tromey@redhat.com>
610
611 * configure: Rebuild.
612 * configure.ac: Don't check for stdlib.h
613 * defs.h: Include stdlib.h unconditionally.
614
615 2013-11-18 Tom Tromey <tromey@redhat.com>
616
617 * config.in: Rebuild.
618 * configure: Rebuild.
619 * configure.ac: Don't check for stddef.h.
620 * defs.h: Unconditionally include stddef.h. Remove duplicate
621 inclusion.
622
623 2013-11-18 Tom Tromey <tromey@redhat.com>
624
625 * common/common.m4 (GDB_AC_COMMON): Don't use AC_HEADER_DIRENT.
626 * common/gdb_dirent.h: Remove.
627 * common/filestuff.c: Use dirent.h.
628 * common/linux-osdata.c: Use dirent.h.
629 (NAMELEN): Define.
630 * config.in: Rebuild.
631 * configure: Rebuild.
632 * configure.ac: Don't use AC_HEADER_DIRENT.
633 * linux-fork.c: Use dirent.h
634 * linux-nat.c: Use dirent.h.
635 * nto-procfs.c: Use dirent.h.
636 * procfs.c: Use dirent.h.
637
638 2013-11-18 Tom Tromey <tromey@redhat.com>
639
640 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add dirent.
641 * gnulib/aclocal.m4: Update.
642 * gnulib/config.in: Update.
643 * gnulib/configure: Update.
644 * gnulib/import/Makefile.am: Update.
645 * gnulib/import/Makefile.in: Update.
646 * gnulib/import/dirent.in.h: New.
647 * gnulib/import/m4/dirent_h.m4: New.
648 * gnulib/import/m4/gnulib-cache.m4: Update.
649 * gnulib/import/m4/gnulib-comp.m4: Update.
650
651 2013-11-18 Tom Tromey <tromey@redhat.com>
652
653 * configure: Rebuild.
654 * common/common.m4 (GDB_AC_COMMON): Don't check for string.h or
655 strings.h.
656
657 2013-11-18 Tom Tromey <tromey@redhat.com>
658
659 * common/gdb_string.h: Remove.
660 * aarch64-tdep.c: Use string.h, not gdb_string.h.
661 * ada-exp.y: Use string.h, not gdb_string.h.
662 * ada-lang.c: Use string.h, not gdb_string.h.
663 * ada-lex.l: Use string.h, not gdb_string.h.
664 * ada-typeprint.c: Use string.h, not gdb_string.h.
665 * ada-valprint.c: Use string.h, not gdb_string.h.
666 * aix-thread.c: Use string.h, not gdb_string.h.
667 * alpha-linux-tdep.c: Use string.h, not gdb_string.h.
668 * alpha-mdebug-tdep.c: Use string.h, not gdb_string.h.
669 * alpha-nat.c: Use string.h, not gdb_string.h.
670 * alpha-osf1-tdep.c: Use string.h, not gdb_string.h.
671 * alpha-tdep.c: Use string.h, not gdb_string.h.
672 * alphanbsd-tdep.c: Use string.h, not gdb_string.h.
673 * amd64-dicos-tdep.c: Use string.h, not gdb_string.h.
674 * amd64-linux-nat.c: Use string.h, not gdb_string.h.
675 * amd64-linux-tdep.c: Use string.h, not gdb_string.h.
676 * amd64-nat.c: Use string.h, not gdb_string.h.
677 * amd64-sol2-tdep.c: Use string.h, not gdb_string.h.
678 * amd64fbsd-tdep.c: Use string.h, not gdb_string.h.
679 * amd64obsd-tdep.c: Use string.h, not gdb_string.h.
680 * arch-utils.c: Use string.h, not gdb_string.h.
681 * arm-linux-nat.c: Use string.h, not gdb_string.h.
682 * arm-linux-tdep.c: Use string.h, not gdb_string.h.
683 * arm-tdep.c: Use string.h, not gdb_string.h.
684 * arm-wince-tdep.c: Use string.h, not gdb_string.h.
685 * armbsd-tdep.c: Use string.h, not gdb_string.h.
686 * armnbsd-nat.c: Use string.h, not gdb_string.h.
687 * armnbsd-tdep.c: Use string.h, not gdb_string.h.
688 * armobsd-tdep.c: Use string.h, not gdb_string.h.
689 * avr-tdep.c: Use string.h, not gdb_string.h.
690 * ax-gdb.c: Use string.h, not gdb_string.h.
691 * ax-general.c: Use string.h, not gdb_string.h.
692 * bcache.c: Use string.h, not gdb_string.h.
693 * bfin-tdep.c: Use string.h, not gdb_string.h.
694 * breakpoint.c: Use string.h, not gdb_string.h.
695 * build-id.c: Use string.h, not gdb_string.h.
696 * buildsym.c: Use string.h, not gdb_string.h.
697 * c-exp.y: Use string.h, not gdb_string.h.
698 * c-lang.c: Use string.h, not gdb_string.h.
699 * c-typeprint.c: Use string.h, not gdb_string.h.
700 * c-valprint.c: Use string.h, not gdb_string.h.
701 * charset.c: Use string.h, not gdb_string.h.
702 * cli-out.c: Use string.h, not gdb_string.h.
703 * cli/cli-cmds.c: Use string.h, not gdb_string.h.
704 * cli/cli-decode.c: Use string.h, not gdb_string.h.
705 * cli/cli-dump.c: Use string.h, not gdb_string.h.
706 * cli/cli-interp.c: Use string.h, not gdb_string.h.
707 * cli/cli-logging.c: Use string.h, not gdb_string.h.
708 * cli/cli-script.c: Use string.h, not gdb_string.h.
709 * cli/cli-setshow.c: Use string.h, not gdb_string.h.
710 * cli/cli-utils.c: Use string.h, not gdb_string.h.
711 * coffread.c: Use string.h, not gdb_string.h.
712 * common/common-utils.c: Use string.h, not gdb_string.h.
713 * common/filestuff.c: Use string.h, not gdb_string.h.
714 * common/linux-procfs.c: Use string.h, not gdb_string.h.
715 * common/linux-ptrace.c: Use string.h, not gdb_string.h.
716 * common/signals.c: Use string.h, not gdb_string.h.
717 * common/vec.h: Use string.h, not gdb_string.h.
718 * core-regset.c: Use string.h, not gdb_string.h.
719 * corefile.c: Use string.h, not gdb_string.h.
720 * corelow.c: Use string.h, not gdb_string.h.
721 * cp-abi.c: Use string.h, not gdb_string.h.
722 * cp-support.c: Use string.h, not gdb_string.h.
723 * cp-valprint.c: Use string.h, not gdb_string.h.
724 * cris-tdep.c: Use string.h, not gdb_string.h.
725 * d-lang.c: Use string.h, not gdb_string.h.
726 * dbxread.c: Use string.h, not gdb_string.h.
727 * dcache.c: Use string.h, not gdb_string.h.
728 * demangle.c: Use string.h, not gdb_string.h.
729 * dicos-tdep.c: Use string.h, not gdb_string.h.
730 * disasm.c: Use string.h, not gdb_string.h.
731 * doublest.c: Use string.h, not gdb_string.h.
732 * dsrec.c: Use string.h, not gdb_string.h.
733 * dummy-frame.c: Use string.h, not gdb_string.h.
734 * dwarf2-frame.c: Use string.h, not gdb_string.h.
735 * dwarf2loc.c: Use string.h, not gdb_string.h.
736 * dwarf2read.c: Use string.h, not gdb_string.h.
737 * elfread.c: Use string.h, not gdb_string.h.
738 * environ.c: Use string.h, not gdb_string.h.
739 * eval.c: Use string.h, not gdb_string.h.
740 * event-loop.c: Use string.h, not gdb_string.h.
741 * exceptions.c: Use string.h, not gdb_string.h.
742 * exec.c: Use string.h, not gdb_string.h.
743 * expprint.c: Use string.h, not gdb_string.h.
744 * f-exp.y: Use string.h, not gdb_string.h.
745 * f-lang.c: Use string.h, not gdb_string.h.
746 * f-typeprint.c: Use string.h, not gdb_string.h.
747 * f-valprint.c: Use string.h, not gdb_string.h.
748 * fbsd-nat.c: Use string.h, not gdb_string.h.
749 * findcmd.c: Use string.h, not gdb_string.h.
750 * findvar.c: Use string.h, not gdb_string.h.
751 * fork-child.c: Use string.h, not gdb_string.h.
752 * frame.c: Use string.h, not gdb_string.h.
753 * frv-linux-tdep.c: Use string.h, not gdb_string.h.
754 * frv-tdep.c: Use string.h, not gdb_string.h.
755 * gdb.c: Use string.h, not gdb_string.h.
756 * gdb_bfd.c: Use string.h, not gdb_string.h.
757 * gdbarch.c: Use string.h, not gdb_string.h.
758 * gdbtypes.c: Use string.h, not gdb_string.h.
759 * gnu-nat.c: Use string.h, not gdb_string.h.
760 * gnu-v2-abi.c: Use string.h, not gdb_string.h.
761 * gnu-v3-abi.c: Use string.h, not gdb_string.h.
762 * go-exp.y: Use string.h, not gdb_string.h.
763 * go-lang.c: Use string.h, not gdb_string.h.
764 * go32-nat.c: Use string.h, not gdb_string.h.
765 * hppa-hpux-tdep.c: Use string.h, not gdb_string.h.
766 * hppa-linux-nat.c: Use string.h, not gdb_string.h.
767 * hppanbsd-tdep.c: Use string.h, not gdb_string.h.
768 * hppaobsd-tdep.c: Use string.h, not gdb_string.h.
769 * i386-cygwin-tdep.c: Use string.h, not gdb_string.h.
770 * i386-dicos-tdep.c: Use string.h, not gdb_string.h.
771 * i386-linux-nat.c: Use string.h, not gdb_string.h.
772 * i386-linux-tdep.c: Use string.h, not gdb_string.h.
773 * i386-nto-tdep.c: Use string.h, not gdb_string.h.
774 * i386-sol2-tdep.c: Use string.h, not gdb_string.h.
775 * i386-tdep.c: Use string.h, not gdb_string.h.
776 * i386bsd-tdep.c: Use string.h, not gdb_string.h.
777 * i386gnu-nat.c: Use string.h, not gdb_string.h.
778 * i386nbsd-tdep.c: Use string.h, not gdb_string.h.
779 * i386obsd-tdep.c: Use string.h, not gdb_string.h.
780 * i387-tdep.c: Use string.h, not gdb_string.h.
781 * ia64-libunwind-tdep.c: Use string.h, not gdb_string.h.
782 * ia64-linux-nat.c: Use string.h, not gdb_string.h.
783 * inf-child.c: Use string.h, not gdb_string.h.
784 * inf-ptrace.c: Use string.h, not gdb_string.h.
785 * inf-ttrace.c: Use string.h, not gdb_string.h.
786 * infcall.c: Use string.h, not gdb_string.h.
787 * infcmd.c: Use string.h, not gdb_string.h.
788 * inflow.c: Use string.h, not gdb_string.h.
789 * infrun.c: Use string.h, not gdb_string.h.
790 * interps.c: Use string.h, not gdb_string.h.
791 * iq2000-tdep.c: Use string.h, not gdb_string.h.
792 * irix5-nat.c: Use string.h, not gdb_string.h.
793 * jv-exp.y: Use string.h, not gdb_string.h.
794 * jv-lang.c: Use string.h, not gdb_string.h.
795 * jv-typeprint.c: Use string.h, not gdb_string.h.
796 * jv-valprint.c: Use string.h, not gdb_string.h.
797 * language.c: Use string.h, not gdb_string.h.
798 * linux-fork.c: Use string.h, not gdb_string.h.
799 * linux-nat.c: Use string.h, not gdb_string.h.
800 * lm32-tdep.c: Use string.h, not gdb_string.h.
801 * m2-exp.y: Use string.h, not gdb_string.h.
802 * m2-typeprint.c: Use string.h, not gdb_string.h.
803 * m32c-tdep.c: Use string.h, not gdb_string.h.
804 * m32r-linux-nat.c: Use string.h, not gdb_string.h.
805 * m32r-linux-tdep.c: Use string.h, not gdb_string.h.
806 * m32r-rom.c: Use string.h, not gdb_string.h.
807 * m32r-tdep.c: Use string.h, not gdb_string.h.
808 * m68hc11-tdep.c: Use string.h, not gdb_string.h.
809 * m68k-tdep.c: Use string.h, not gdb_string.h.
810 * m68kbsd-tdep.c: Use string.h, not gdb_string.h.
811 * m68klinux-nat.c: Use string.h, not gdb_string.h.
812 * m68klinux-tdep.c: Use string.h, not gdb_string.h.
813 * m88k-tdep.c: Use string.h, not gdb_string.h.
814 * macrocmd.c: Use string.h, not gdb_string.h.
815 * main.c: Use string.h, not gdb_string.h.
816 * mdebugread.c: Use string.h, not gdb_string.h.
817 * mem-break.c: Use string.h, not gdb_string.h.
818 * memattr.c: Use string.h, not gdb_string.h.
819 * memory-map.c: Use string.h, not gdb_string.h.
820 * mep-tdep.c: Use string.h, not gdb_string.h.
821 * mi/mi-cmd-break.c: Use string.h, not gdb_string.h.
822 * mi/mi-cmd-disas.c: Use string.h, not gdb_string.h.
823 * mi/mi-cmd-env.c: Use string.h, not gdb_string.h.
824 * mi/mi-cmd-stack.c: Use string.h, not gdb_string.h.
825 * mi/mi-cmd-var.c: Use string.h, not gdb_string.h.
826 * mi/mi-cmds.c: Use string.h, not gdb_string.h.
827 * mi/mi-console.c: Use string.h, not gdb_string.h.
828 * mi/mi-getopt.c: Use string.h, not gdb_string.h.
829 * mi/mi-interp.c: Use string.h, not gdb_string.h.
830 * mi/mi-main.c: Use string.h, not gdb_string.h.
831 * mi/mi-parse.c: Use string.h, not gdb_string.h.
832 * microblaze-rom.c: Use string.h, not gdb_string.h.
833 * microblaze-tdep.c: Use string.h, not gdb_string.h.
834 * mingw-hdep.c: Use string.h, not gdb_string.h.
835 * minidebug.c: Use string.h, not gdb_string.h.
836 * minsyms.c: Use string.h, not gdb_string.h.
837 * mips-irix-tdep.c: Use string.h, not gdb_string.h.
838 * mips-linux-tdep.c: Use string.h, not gdb_string.h.
839 * mips-tdep.c: Use string.h, not gdb_string.h.
840 * mips64obsd-tdep.c: Use string.h, not gdb_string.h.
841 * mipsnbsd-tdep.c: Use string.h, not gdb_string.h.
842 * mipsread.c: Use string.h, not gdb_string.h.
843 * mn10300-linux-tdep.c: Use string.h, not gdb_string.h.
844 * mn10300-tdep.c: Use string.h, not gdb_string.h.
845 * monitor.c: Use string.h, not gdb_string.h.
846 * moxie-tdep.c: Use string.h, not gdb_string.h.
847 * mt-tdep.c: Use string.h, not gdb_string.h.
848 * nbsd-tdep.c: Use string.h, not gdb_string.h.
849 * nios2-linux-tdep.c: Use string.h, not gdb_string.h.
850 * nto-procfs.c: Use string.h, not gdb_string.h.
851 * nto-tdep.c: Use string.h, not gdb_string.h.
852 * objc-lang.c: Use string.h, not gdb_string.h.
853 * objfiles.c: Use string.h, not gdb_string.h.
854 * opencl-lang.c: Use string.h, not gdb_string.h.
855 * osabi.c: Use string.h, not gdb_string.h.
856 * osdata.c: Use string.h, not gdb_string.h.
857 * p-exp.y: Use string.h, not gdb_string.h.
858 * p-lang.c: Use string.h, not gdb_string.h.
859 * p-typeprint.c: Use string.h, not gdb_string.h.
860 * parse.c: Use string.h, not gdb_string.h.
861 * posix-hdep.c: Use string.h, not gdb_string.h.
862 * ppc-linux-nat.c: Use string.h, not gdb_string.h.
863 * ppc-sysv-tdep.c: Use string.h, not gdb_string.h.
864 * ppcfbsd-tdep.c: Use string.h, not gdb_string.h.
865 * ppcnbsd-tdep.c: Use string.h, not gdb_string.h.
866 * ppcobsd-tdep.c: Use string.h, not gdb_string.h.
867 * printcmd.c: Use string.h, not gdb_string.h.
868 * procfs.c: Use string.h, not gdb_string.h.
869 * prologue-value.c: Use string.h, not gdb_string.h.
870 * python/py-auto-load.c: Use string.h, not gdb_string.h.
871 * python/py-gdb-readline.c: Use string.h, not gdb_string.h.
872 * ravenscar-thread.c: Use string.h, not gdb_string.h.
873 * regcache.c: Use string.h, not gdb_string.h.
874 * registry.c: Use string.h, not gdb_string.h.
875 * remote-fileio.c: Use string.h, not gdb_string.h.
876 * remote-m32r-sdi.c: Use string.h, not gdb_string.h.
877 * remote-mips.c: Use string.h, not gdb_string.h.
878 * remote-sim.c: Use string.h, not gdb_string.h.
879 * remote.c: Use string.h, not gdb_string.h.
880 * reverse.c: Use string.h, not gdb_string.h.
881 * rs6000-aix-tdep.c: Use string.h, not gdb_string.h.
882 * ser-base.c: Use string.h, not gdb_string.h.
883 * ser-go32.c: Use string.h, not gdb_string.h.
884 * ser-mingw.c: Use string.h, not gdb_string.h.
885 * ser-pipe.c: Use string.h, not gdb_string.h.
886 * ser-tcp.c: Use string.h, not gdb_string.h.
887 * ser-unix.c: Use string.h, not gdb_string.h.
888 * serial.c: Use string.h, not gdb_string.h.
889 * sh-tdep.c: Use string.h, not gdb_string.h.
890 * sh64-tdep.c: Use string.h, not gdb_string.h.
891 * shnbsd-tdep.c: Use string.h, not gdb_string.h.
892 * skip.c: Use string.h, not gdb_string.h.
893 * sol-thread.c: Use string.h, not gdb_string.h.
894 * solib-dsbt.c: Use string.h, not gdb_string.h.
895 * solib-frv.c: Use string.h, not gdb_string.h.
896 * solib-osf.c: Use string.h, not gdb_string.h.
897 * solib-spu.c: Use string.h, not gdb_string.h.
898 * solib-target.c: Use string.h, not gdb_string.h.
899 * solib.c: Use string.h, not gdb_string.h.
900 * somread.c: Use string.h, not gdb_string.h.
901 * source.c: Use string.h, not gdb_string.h.
902 * sparc-nat.c: Use string.h, not gdb_string.h.
903 * sparc-sol2-tdep.c: Use string.h, not gdb_string.h.
904 * sparc-tdep.c: Use string.h, not gdb_string.h.
905 * sparc64-tdep.c: Use string.h, not gdb_string.h.
906 * sparc64fbsd-tdep.c: Use string.h, not gdb_string.h.
907 * sparc64nbsd-tdep.c: Use string.h, not gdb_string.h.
908 * sparcnbsd-tdep.c: Use string.h, not gdb_string.h.
909 * spu-linux-nat.c: Use string.h, not gdb_string.h.
910 * spu-multiarch.c: Use string.h, not gdb_string.h.
911 * spu-tdep.c: Use string.h, not gdb_string.h.
912 * stabsread.c: Use string.h, not gdb_string.h.
913 * stack.c: Use string.h, not gdb_string.h.
914 * std-regs.c: Use string.h, not gdb_string.h.
915 * symfile.c: Use string.h, not gdb_string.h.
916 * symmisc.c: Use string.h, not gdb_string.h.
917 * symtab.c: Use string.h, not gdb_string.h.
918 * target.c: Use string.h, not gdb_string.h.
919 * thread.c: Use string.h, not gdb_string.h.
920 * tilegx-linux-nat.c: Use string.h, not gdb_string.h.
921 * tilegx-tdep.c: Use string.h, not gdb_string.h.
922 * top.c: Use string.h, not gdb_string.h.
923 * tracepoint.c: Use string.h, not gdb_string.h.
924 * tui/tui-command.c: Use string.h, not gdb_string.h.
925 * tui/tui-data.c: Use string.h, not gdb_string.h.
926 * tui/tui-disasm.c: Use string.h, not gdb_string.h.
927 * tui/tui-file.c: Use string.h, not gdb_string.h.
928 * tui/tui-layout.c: Use string.h, not gdb_string.h.
929 * tui/tui-out.c: Use string.h, not gdb_string.h.
930 * tui/tui-regs.c: Use string.h, not gdb_string.h.
931 * tui/tui-source.c: Use string.h, not gdb_string.h.
932 * tui/tui-stack.c: Use string.h, not gdb_string.h.
933 * tui/tui-win.c: Use string.h, not gdb_string.h.
934 * tui/tui-windata.c: Use string.h, not gdb_string.h.
935 * tui/tui-winsource.c: Use string.h, not gdb_string.h.
936 * typeprint.c: Use string.h, not gdb_string.h.
937 * ui-file.c: Use string.h, not gdb_string.h.
938 * ui-out.c: Use string.h, not gdb_string.h.
939 * user-regs.c: Use string.h, not gdb_string.h.
940 * utils.c: Use string.h, not gdb_string.h.
941 * v850-tdep.c: Use string.h, not gdb_string.h.
942 * valarith.c: Use string.h, not gdb_string.h.
943 * valops.c: Use string.h, not gdb_string.h.
944 * valprint.c: Use string.h, not gdb_string.h.
945 * value.c: Use string.h, not gdb_string.h.
946 * varobj.c: Use string.h, not gdb_string.h.
947 * vax-tdep.c: Use string.h, not gdb_string.h.
948 * vaxnbsd-tdep.c: Use string.h, not gdb_string.h.
949 * vaxobsd-tdep.c: Use string.h, not gdb_string.h.
950 * windows-nat.c: Use string.h, not gdb_string.h.
951 * xcoffread.c: Use string.h, not gdb_string.h.
952 * xml-support.c: Use string.h, not gdb_string.h.
953 * xstormy16-tdep.c: Use string.h, not gdb_string.h.
954 * xtensa-linux-nat.c: Use string.h, not gdb_string.h.
955
956 2013-11-18 Tom Tromey <tromey@redhat.com>
957
958 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strerror
959 and strstr.
960 * gnulib/aclocal.m4: Update.
961 * gnulib/config.in: Update.
962 * gnulib/configure: Update.
963 * gnulib/import/Makefile.am: Update.
964 * gnulib/import/Makefile.in: Update.
965 * gnulib/import/errno.in.h: New.
966 * gnulib/import/intprops.h: New.
967 * gnulib/import/m4/errno_h.m4: New.
968 * gnulib/import/m4/gnulib-cache.m4: Update.
969 * gnulib/import/m4/gnulib-comp.m4: Update.
970 * gnulib/import/m4/strerror.m4: New.
971 * gnulib/import/m4/strstr.m4: New.
972 * gnulib/import/m4/sys_socket_h.m4: New.
973 * gnulib/import/strerror-override.c: New.
974 * gnulib/import/strerror-override.h: New.
975 * gnulib/import/strerror.c: New.
976 * gnulib/import/strstr.c: New.
977
978 2013-11-18 Tom Tromey <tromey@redhat.com>
979
980 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Split into
981 multiple lines.
982
983 2013-11-18 Jose E. Marchesi <jose.marchesi@oracle.com>
984
985 * sparc-tdep.c (sparc_is_annulled_branch_insn): New function.
986 * sparc-tdep.h: And its prototype.
987
988 * sparc64-linux-tdep.c (sparc64_linux_get_longjmp_target): New
989 function.
990 (sparc64_linux_init_abi): Register the get_longjmp_target hook.
991
992 2013-11-18 Pedro Alves <palves@redhat.com>
993
994 * dwarf2-frame.c (read_addr_from_reg): Remove stale comment and
995 use unpack_pointer.
996
997 2013-11-18 Joel Brobecker <brobecker@adacore.com>
998
999 * mi/mi-main.c (mi_cmd_list_features): Add "language-options"
1000 to -list-features output.
1001
1002 2013-11-17 Joel Brobecker <brobecker@adacore.com>
1003
1004 * dwarf2expr.h (struct dwarf_expr_context_funcs)
1005 <read_addr_from_reg>: Renames "read_reg".
1006 * dwarf2-frame.c (read_addr_from_reg): Renames "read_reg".
1007 Adjust comment.
1008 (dwarf2_frame_ctx_funcs, execute_stack_op, dwarf2_frame_cache):
1009 Use read_addr_from_reg in place of read_reg.
1010 * dwarf2expr.c (execute_stack_op): Use read_addr_from_reg
1011 in place of read_reg.
1012 * dwarf2loc.c (dwarf_expr_read_addr_from_reg): Renames
1013 dwarf_expr_read_reg.
1014 (dwarf_expr_ctx_funcs): Replace dwarf_expr_read_reg
1015 with dwarf_expr_read_addr_from_reg.
1016 (needs_frame_read_addr_from_reg): Renames needs_frame_read_reg.
1017 (needs_frame_ctx_funcs): Replace needs_frame_read_reg with
1018 needs_frame_read_addr_from_reg.
1019
1020 2013-11-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1021
1022 * NEWS (Changes in GDB 7.5) (New commands) (explore): Fix typo.
1023
1024 2013-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
1025
1026 * dwarf2loc.c (chain_candidate): Prevent invoking memcpy with
1027 NULL.
1028
1029 2013-11-15 Tom Tromey <tromey@redhat.com>
1030
1031 PR c++/16117:
1032 * c-exp.y (lex_one_token): Add "is_quoted_name" argument.
1033 (classify_name): Likewise. Prefer a field of "this" over a
1034 filename.
1035 (classify_inner_name, yylex): Update.
1036
1037 2013-11-15 Joel Brobecker <brobecker@adacore.com>
1038
1039 * dwarf2expr.h (struct dwarf_expr_context_funcs) <read_reg>:
1040 Extend the documentation a bit.
1041 <get_reg_value>: New field.
1042 * dwarf2loc.c (dwarf_expr_get_reg_value)
1043 (needs_frame_get_reg_value): New functions.
1044 (dwarf_expr_ctx_funcs, needs_frame_ctx_funcs): Add "get_reg_value"
1045 callback.
1046 * dwarf2-frame.c (get_reg_value): New function.
1047 (dwarf2_frame_ctx_funcs): Add "get_reg_value" callback.
1048 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_regval_type>:
1049 Use new callback to compute result_val.
1050
1051 2013-11-15 Alan Modra <amodra@gmail.com>
1052
1053 * ppc64-tdep.c (ppc64_plt_entry_point): Renamed from..
1054 (ppc64_desc_entry_point): ..this. Update comments here and at
1055 call points.
1056 (ppc64_standard_linkage1, ppc64_standard_linkage2,
1057 ppc64_standard_linkage3): Update comments.
1058 (ppc64_standard_linkage4, ppc64_standard_linkage5,
1059 (ppc64_standard_linkage6, ppc64_standard_linkage7): New insn
1060 patterns.
1061 (ppc64_standard_linkage4_target): New function.
1062 (ppc64_skip_trampoline_code): Skip ELFv2 patterns too.
1063 * rs6000-tdep.c (skip_prologue): Skip ELFv2 r2 setup. Correct
1064 nop match. Fix comment wrap.
1065
1066 2013-11-14 Pedro Alves <palves@redhat.com>
1067
1068 * infrun.c (handle_signal_stop): Move STOP_QUIETLY,
1069 STOP_QUIETLY_REMOTE and 'stop_after_trap' handling earlier.
1070
1071 2013-11-14 Pedro Alves <palves@redhat.com>
1072
1073 * infrun.c (struct execution_control_state)
1074 <stepped_after_stopped_by_watchpoint>: New field.
1075 (get_inferior_stop_soon): New function.
1076 (handle_inferior_event): 'stepped_after_stopped_by_watchpoint' was
1077 moved to struct execution_control_state -- adjust. Use
1078 get_inferior_stop_soon. Split TARGET_WAITKIND_STOPPED handling to
1079 new function.
1080 (handle_signal_stop): New function, factored out from
1081 handle_inferior_event.
1082
1083 2013-11-14 Pedro Alves <palves@redhat.com>
1084
1085 * break-catch-sig.c (signal_catchpoint_explains_signal): Adjust to
1086 return a boolean.
1087 * breakpoint.c (bpstat_explains_signal): Adjust to return a
1088 boolean.
1089 (explains_signal_watchpoint, base_breakpoint_explains_signal):
1090 Adjust to return a boolean.
1091 * breakpoint.h (enum bpstat_signal_value): Delete.
1092 (struct breakpoint_ops) <explains_signal>: New returns a boolean.
1093 (bpstat_explains_signal): Likewise.
1094 * infrun.c (handle_inferior_event) <random signal checks>:
1095 bpstat_explains_signal now returns a boolean - adjust. No longer
1096 consider hiding signals.
1097
1098 2013-11-14 Pedro Alves <palves@redhat.com>
1099
1100 * breakpoint.c (bpstat_explains_signal) <Moribund locations>:
1101 Return BPSTAT_SIGNAL_PASS instead of BPSTAT_SIGNAL_HIDE.
1102 (explains_signal_watchpoint): Return BPSTAT_SIGNAL_PASS instead of
1103 BPSTAT_SIGNAL_HIDE.
1104 (base_breakpoint_explains_signal): Return BPSTAT_SIGNAL_PASS
1105 instead of BPSTAT_SIGNAL_HIDE.
1106 * infrun.c (handle_inferior_event): Rework random signal checks.
1107
1108 2013-11-14 Pedro Alves <palves@redhat.com>
1109
1110 * infrun.c (struct execution_control_state): Remove
1111 'random_signal' field.
1112 (handle_syscall_event): Use bpstat_causes_stop instead of
1113 bpstat_explains_signal. Don't set ecs->random_signal.
1114 (handle_inferior_event): New 'random_signal' local.
1115 <TARGET_WAITKIND_FORKED, TARGET_WAITKIND_VFORKED,
1116 TARGET_WAITKIND_EXECD>: Use bpstat_causes_stop instead of
1117 bpstat_explains_signal. Don't set ecs->random_signal.
1118 <TARGET_WAITKIND_STOPPED>: Adjust to use local instead of
1119 ecs->random_signal.
1120
1121 2013-11-14 Pedro Alves <palves@redhat.com>
1122
1123 * infrun.c (handle_inferior_event): Move comment from the
1124 function's body to the function's description, adjusted.
1125
1126 2013-11-14 Pedro Alves <palves@redhat.com>
1127
1128 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>:
1129 Handle STOP_QUIETLY_NO_SIGSTOP and STOP_QUIETLY_REMOTE here.
1130 Assert we never fall through out of the TARGET_WAITKIND_LOADED
1131 case.
1132
1133 2013-11-14 Tom Tromey <tromey@redhat.com>
1134
1135 * python/py-linetable.c (ltpy_has_line)
1136 (ltpy_get_all_source_lines): Fix loop termination condition.
1137
1138 2013-11-14 Joel Brobecker <brobecker@adacore.com>
1139
1140 * mi/mi-parse.h (struct mi_parse) <language>: New field.
1141 * mi/mi-main.c (mi_cmd_execute): Temporarily set language to
1142 PARSE->LANGUAGE during command execution, if set.
1143 * mi/mi-parse.c: Add "language.h" #include.
1144 (mi_parse): Add parsing of "--language" command option.
1145
1146 * NEWS: Add entry mentioning the new "--language" command option.
1147
1148 2013-11-14 Pedro Alves <palves@redhat.com>
1149 Joel Brobecker <brobecker@adacore.com>
1150
1151 * cli/cli-utils.h (extract_arg_const): Add declaration.
1152 * cli/cli-utils.c (extract_arg_const): New function.
1153 (extract_arg): Reimplement using extract_arg_const.
1154
1155 2013-11-14 Joel Brobecker <brobecker@adacore.com>
1156
1157 * language.h: Add "symtab.h" #include.
1158
1159 2013-11-13 Doug Evans <xdje42@gmail.com>
1160
1161 * breakpoint.c (bpstat_check_breakpoint_conditions): For thread
1162 specific breakpoints, don't evaluate breakpoint condition if
1163 different thread.
1164
1165 2013-11-13 Keith Seitz <keiths@redhat.com>
1166
1167 PR c++/7935
1168 PR c++/10541
1169 * cp-support.c (insepct_type): Add support for substituting
1170 namespace aliases, too.
1171 * dwarf2read.c (scan_partial_symbols): Add a partial symbol
1172 for DW_TAG_imported_declaration.
1173 (add_partial_symbol): Likewise.
1174 (process_die): Handle namespace aliases with
1175 read_namespace_alias.
1176 (die_needs_namespace): Add DW_TAG_imported_declaration.
1177 (read_namespace_alias): New function.
1178 (load_partial_dies): Load DW_TAG_imported_declaration, too.
1179 (new_symbol_full): Handle DW_TAG_imported_declaration.
1180
1181 2013-11-13 Keith Seitz <keiths@redhat.com>
1182
1183 * p-exp.y (uptok): Make first parameter const.
1184 (yylex): Make `tokstart' and `tokptr' const.
1185 Don't copy the lexer input to a temporary buffer.
1186 Make `p' const.
1187 Remove const workaround for parse_escape.
1188 Create a temporary buffer for a convenience variable instead
1189 of doing in-place modification of the input.
1190 If a match is found with a different case from the input,
1191 do not change the input at all.
1192 Use `tmp' to construct the resultant stoken instead of
1193 `tokstart'.
1194
1195 2013-11-13 Doug Evans <xdje42@gmail.com>
1196
1197 * breakpoint.c (breakpoint_cond_eval): Fix and enhance comment.
1198
1199 2013-11-13 Joel Brobecker <brobecker@adacore.com>
1200
1201 * mi/mi-main.c (mi_cmd_list_features): Replace "info-ada-exceptions"
1202 entry with "ada-exceptions".
1203
1204 2013-11-13 Joel Brobecker <brobecker@adacore.com>
1205
1206 * symfile.c (reread_symbols): Move call to set_objfile_per_bfd
1207 after re-initialization of OBJFILE's obstack.
1208
1209 2013-11-12 Doug Evans <xdje42@gmail.com>
1210
1211 * breakpoint.c (bpstat_check_breakpoint_conditions): Assert
1212 bs->stop != 0 on entry. Update function comment. Simplify early
1213 exit for frame mismatch. Reindent rest of function.
1214
1215 2013-11-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1216
1217 * objc-lang.c (uniquify_strings): Prevent invoking qsort with
1218 NULL.
1219
1220 2013-11-12 Doug Evans <dje@google.com>
1221
1222 Work around gold/15646.
1223 * dwarf2read.c (read_index_from_section): Update comment.
1224 (struct dw2_symtab_iterator): New member global_seen.
1225 (dw2_symtab_iter_init): Initialize it.
1226 (dw2_symtab_iter_next): Skip duplicate global symbols.
1227 (dw2_expand_symtabs_matching): Ditto.
1228
1229 2013-11-12 Joel Brobecker <brobecker@adacore.com>
1230
1231 * mi/mi-cmds.h (mi_cmd_info_ada_exceptions): Add declaration.
1232 * mi/mi-cmds.c (mi_cmds): Add entry for -info-ada-exceptions
1233 command.
1234 * mi/mi-cmd-info.c: #include "ada-lang.c" and "arch-utils.c".
1235 (mi_cmd_info_ada_exceptions): New function.
1236 * mi/mi-main.c (mi_cmd_list_features): Add "info-ada-exceptions".
1237
1238 2013-11-12 Joel Brobecker <brobecker@adacore.com>
1239
1240 * ada-lang.h: #include "vec.h".
1241 (struct ada_exc_info): New.
1242 (ada_exc_info): New typedef.
1243 (DEF_VEC_O(ada_exc_info)): New vector.
1244 (ada_exceptions_list): Add declaration.
1245 * ada-lang.c (ada_is_exception_sym)
1246 (ada_is_non_standard_exception_sym, compare_ada_exception_info)
1247 (sort_remove_dups_ada_exceptions_list)
1248 (ada_exc_search_name_matches, ada_add_standard_exceptions)
1249 (ada_add_exceptions_from_frame, ada_add_global_exceptions)
1250 (ada_exceptions_list_1, ada_exceptions_list)
1251 (info_exceptions_command): New function.
1252 (_initialize_ada_language): Add "info exception" command.
1253
1254 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
1255
1256 PR python/15629
1257 * NEWS: Add linetable feature.
1258 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-linetable entries.
1259 * python/py-linetable.c: New file.
1260 * python/py-symtab.c (stpy_get_linetable): New function.
1261 * python/python-internal.h (symtab_to_linetable_object): Declare.
1262 (gdbpy_initialize_linetable): Ditto.
1263 * python/python.c (_initialize_python): Call
1264 gdbpy_initialize_linetable.
1265
1266 2013-11-11 Joel Brobecker <brobecker@adacore.com>
1267
1268 * ada-lang.c (create_ada_exception_catchpoint): Enhance
1269 the documentation of fields "except_string" and "condition".
1270 * mi/mi-cmd-catch.c (mi_cmd_catch_assert): Reallocate
1271 CONDITION on the heap before passing it to
1272 create_ada_exception_catchpoint.
1273 (mi_cmd_catch_exception): Likewise for EXCEPTION_NAME and
1274 CONDITION.
1275
1276 2013-11-11 Tom Tromey <tromey@redhat.com>
1277
1278 * config.in, configure: Rebuild.
1279 * configure.ac (HAVE_TKILL_SYSCALL): Check for "syscall".
1280
1281 2013-11-11 Joel Brobecker <brobecker@adacore.com>
1282
1283 * remote-sim.c (gdbsim_detach): Break declaration into
1284 shorter lines. No code change.
1285
1286 2013-11-11 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1287
1288 * remote-sim.c (gdbsim_detach): Fix prototype.
1289
1290 2013-11-08 Doug Evans <dje@google.com>
1291
1292 * dwarf2read.c (dwarf2_read_debug): Change to unsigned int.
1293 (create_debug_types_hash_table): Only print debugging messages for
1294 each TU if dwarf2-read >= 2.
1295 (process_queue): Ditto.
1296 (_initialize_dwarf2_read): Make "set debug dwarf2-read" a zuinteger.
1297 Update doc string.
1298
1299 2013-11-08 Tom Tromey <tromey@redhat.com>
1300
1301 * configure: Rebuild.
1302 * configure.ac: Remove mentions of HAVE_MULTIPLE_PROC_FDS.
1303
1304 2013-11-08 Tom Tromey <tromey@redhat.com>
1305
1306 * configure, config.in: Rebuild.
1307 * configure.ac: Remove unused configury.
1308
1309 2013-11-08 Tom Tromey <tromey@redhat.com>
1310
1311 * m32c-tdep.c: Use gdb_string.h.
1312
1313 2013-11-08 Tom Tromey <tromey@redhat.com>
1314
1315 * configure, config.in: Rebuild.
1316 * configure.ac: Remove all link.h-related checks.
1317
1318 2013-11-08 Tom Tromey <tromey@redhat.com>
1319
1320 * acinclude.m4: Include common.m4.
1321 * common/common.m4: New file.
1322 * configure, config.in: Rebuild.
1323 * configure.ac: Use GDB_AC_COMMON.
1324
1325 2013-11-08 Doug Evans <dje@google.com>
1326
1327 * NEWS: Mention that "set debug symtab-create" now accepts a
1328 verbosity level.
1329 * buildsym.c (end_symtab_from_static_block): Call set_symtab_primary
1330 to set the symtab's primary flag.
1331 * jit.c (finalize_symtab): Ditto.
1332 * mdebugread.c (psymtab_to_symtab_1): Ditto.
1333 * symfile.c (allocate_symtab): Only print debugging messages for
1334 symtab_create_debug levels 2 and higher.
1335 * symtab.c (symtab_create_debug): Change type to unsigned int.
1336 (set_symtab_primary): New function.
1337 (_initialize_symtab): Change "set debug symtab-create" to a
1338 zuinteger option.
1339 * symtab.h (set_symtab_primary): Declare.
1340 (symtab_create_debug): Update decl.
1341
1342 2013-11-08 Tom Tromey <tromey@redhat.com>
1343
1344 * aix-thread.c (aix_thread_detach): Update.
1345 * corelow.c (core_detach): Update.
1346 * darwin-nat.c (darwin_detach): Update.
1347 * dec-thread.c (dec_thread_detach): Update.
1348 * gnu-nat.c (gnu_detach): Update.
1349 * go32-nat.c (go32_detach): Update.
1350 * inf-ptrace.c (inf_ptrace_detach): Update.
1351 * inf-ttrace.c (inf_ttrace_detach): Update.
1352 * linux-fork.c (linux_fork_detach): Update.
1353 * linux-fork.h (linux_fork_detach): Update.
1354 * linux-nat.c (linux_nat_detach): Update. Introduce "tem"
1355 local for const-correctness.
1356 * linux-thread-db.c (thread_db_detach): Update.
1357 * monitor.c (monitor_detach): Update.
1358 * nto-procfs.c (procfs_detach): Update.
1359 * procfs.c (procfs_detach): Update.
1360 * record.c (record_detach): Update.
1361 * record.h (record_detach): Update.
1362 * remote-m32r-sdi.c (m32r_detach): Update.
1363 * remote-mips.c (mips_detach): Update.
1364 * remote-sim.c (gdbsim_detach): Update.
1365 * remote.c (remote_detach_1, remote_detach)
1366 (extended_remote_detach): Update.
1367 * sol-thread.c (sol_thread_detach): Update.
1368 * target.c (target_detach): Make "args" const.
1369 (init_dummy_target): Update.
1370 * target.h (struct target_ops) <to_detach>: Make argument const.
1371 (target_detach): Likewise.
1372 * windows-nat.c (windows_detach): Update.
1373
1374 2013-11-07 Doug Evans <dje@google.com>
1375
1376 PR 11786
1377 * solib-svr4.c (svr4_exec_displacement): Ignore filesz, memsz, flags
1378 and align fields for PT_GNU_RELRO segments.
1379
1380 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1381
1382 PR python/15747
1383 * python/py-cmd.c: Add COMPLETE_EXPRESSION constant.
1384
1385 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1386
1387 * NEWS: Document Python temporary breakpoint support.
1388 * python/py-breakpoint.c (bppy_get_temporary): New function.
1389 (bppy_init): New keyword: temporary. Parse it and set breakpoint
1390 to temporary if True.
1391
1392 2013-11-07 Jose E. Marchesi <jose.marchesi@oracle.com>
1393
1394 * sparc-tdep.c (sparc_analyze_control_transfer): Assertion
1395 removed to allow analyzing unconditional branch instructions
1396 with PC-relative offsets of zero.
1397
1398 2013-11-07 Yao Qi <yao@codesourcery.com>
1399
1400 * mi/mi-cmd-var.c: Include "language.h".
1401 (mi_cmd_var_info_expression): Get language name from
1402 language_defn.
1403 * varobj.c (varobj_language_string): Remove.
1404 (variable_language): Remove declaration.
1405 (languages): Remove.
1406 (varobj_get_language): Change the type of return value.
1407 (variable_language): Remove.
1408 * varobj.h (enum varobj_languages): Remove.
1409 (varobj_language_string): Remove declaration.
1410 (varobj_get_language): Update declaration.
1411
1412 2013-11-07 Yao Qi <yao@codesourcery.com>
1413
1414 * language.h (struct language_defn) <la_natural_name>: New
1415 field.
1416 * ada-lang.c (ada_language_defn): Initialize field
1417 'la_natural_name'.
1418 * c-lang.c (c_language_defn): Likewise.
1419 (cplus_language_defn, asm_language_defn): Likewise.
1420 * d-lang.c (d_language_defn): Likewise.
1421 * f-lang.c (f_language_defn): Likewise.
1422 * go-lang.c (go_language_defn): Likewise.
1423 * jv-lang.c (java_language_defn): Likewise.
1424 * language.c (unknown_language_defn ): Likewise.
1425 (auto_language_defn): Likewise.
1426 * m2-lang.c (m2_language_defn): Likewise.
1427 * objc-lang.c (objc_language_defn): Likewise.
1428 * opencl-lang.c (opencl_language_defn): Likewise.
1429 * p-lang.c (pascal_language_defn): Likewise.
1430
1431 2013-11-07 Yao Qi <yao@codesourcery.com>
1432
1433 * language.c (language_str): Return const char *.
1434 (add_language): Add const to 'language_names'
1435 * language.h (struct language_defn) <la_name>: Add const.
1436 (language_str: Update declaration.
1437
1438 2013-11-06 Andreas Arnez <arnez@linux.vnet.ibm.com>
1439
1440 * s390-linux-nat.c (s390_read_description): Consider the TE field
1441 in the HWCAP for determining 'have_regset_tdb'.
1442
1443 2013-11-06 Will Newton <will.newton@linaro.org>
1444
1445 PR gdb/12866
1446 * dwarf2read.c (skip_one_die): Sanity check DW_AT_sibling
1447 values. (read_partial_die): Likewise.
1448
1449 2013-11-06 Muhammad Bilal <mbilal@codesourcery.com>
1450
1451 PR cli/16122
1452 * top.c (command_line_input): Unify interactivity tests to use
1453 input_from_terminal_p.
1454 * event-top.c (command_line_handler): Likewise.
1455
1456 2013-11-06 Yao Qi <yao@codesourcery.com>
1457
1458 * Makefile.in (check-perf): New target.
1459
1460 2013-11-05 Will Newton <will.newton@linaro.org>
1461
1462 PR gdb/7670
1463 * arm-tdep.c (print_fpu_flags): Use filtered output routines.
1464 (arm_print_float_info): Likewise.
1465
1466 2013-11-04 Anton Blanchard <anton@samba.org>
1467
1468 * target.c (memory_xfer_partial): Cap write to 4KB.
1469
1470 2013-11-01 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
1471
1472 * breakpoint.c (create_longjmp_master_breakpoint): Allow libc
1473 probe scan even when the arch provides no get_longjmp_target.
1474
1475 2013-10-31 Pedro Alves <palves@redhat.com>
1476
1477 * infrun.c (handle_syscall_event): Don't set or clear stop_signal.
1478 (handle_inferior_event) <TARGET_WAITKIND_FORKED,
1479 TARGET_WAITKIND_VFORKED>: Don't set stop_signal to
1480 GDB_SIGNAL_TRAP, or clear it. Pass GDB_SIGNAL_0 to
1481 bpstat_explains signal, instead of GDB_SIGNAL_TRAP.
1482 <bpstat handling>: If the bpstat chain wants the signal to be
1483 hidden, then set stop_signal to GDB_SIGNAL_0 instead of
1484 GDB_SIGNAL_TRAP.
1485
1486 2013-10-31 Andrew Burgess <aburgess@broadcom.com>
1487
1488 * breakpoint.c (update_watchpoint): Update error message and add
1489 an additional error message.
1490
1491 2013-10-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
1492
1493 * s390-tdep.h: Rename to...
1494 * s390-linux-tdep.h: ...here.
1495 * s390-tdep.c: Rename to...
1496 * s390-linux-tdep.c: ...here. Adjust #include.
1497 * s390-nat.c: Rename to...
1498 * s390-linux-nat.c: ...here. Adjust #include.
1499 * config/s390/s390.mh: Rename to...
1500 * config/s390/linux.mh: ...here. Reflect rename s390-nat.o ->
1501 s390-linux-nat.o.
1502 * configure.host: Reflect host rename "s390" -> "linux".
1503 * configure.tgt: Reflect rename s390-tdep.o -> s390-linux-tdep.o.
1504 * Makefile.in (ALL_TARGET_OBS): Likewise.
1505 (HFILES_NO_SRCDIR): Reflect rename s390-tdep.h ->
1506 s390-linux-tdep.h.
1507 (ALLDEPFILES): Reflect rename of .c files.
1508
1509 2013-10-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
1510
1511 * s390-nat.c: Whitespace cleanup.
1512 * s390-tdep.c: Likewise.
1513 * s390-tdep.h: Remove empty line at end of file.
1514
1515 2013-10-30 Maciej W. Rozycki <macro@codesourcery.com>
1516
1517 * linux-tdep.c (linux_corefile_thread_callback): Preinitialize
1518 siginfo_size.
1519
1520 2013-10-29 Tom Tromey <tromey@redhat.com>
1521
1522 * utils.c (reg): Move undefinition...
1523 * gdb_curses.h: ... here. Update comment to mention AIX.
1524
1525 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
1526
1527 * exec.h (add_target_sections_of_objfile): New declaration.
1528 * exec.c (add_target_sections_of_objfile): New function.
1529 * symfile.c (add_symbol_file_command): Update current target sections.
1530 (remove_symbol_file_command): New command.
1531 (symfile_free_objfile): New function.
1532 (_initialize_symfile): Register observer for free_objfile events.
1533 * NEWS: Add description of the remove-symbol-file command.
1534 * breakpoint.c (disable_breakpoints_in_freed_objfile): New function.
1535 * objfiles.c (free_objfile): Notify free_objfile.
1536 (is_addr_in_objfile): New function.
1537 * objfiles.h (is_addr_in_objfile): New declaration.
1538 * printcmd.c (clear_dangling_display_expressions): Act upon free_objfile
1539 events instead of solib_unloaded events.
1540 (_initialize_printcmd): Register observer for free_objfile instead
1541 of solib_unloaded notifications.
1542 * solib.c (remove_user_added_objfile): New function.
1543 (_initialize_symfile): Add remove-symbol-file.
1544
1545 2013-10-29 Andrew Burgess <aburgess@broadcom.com>
1546
1547 * infcmd.c (default_print_one_register_info): Use val_print to
1548 print all values even optimized out or unavailable ones. Don't
1549 try to print a raw form of optimized out or unavailable values.
1550
1551 2013-10-29 Yao Qi <yao@codesourcery.com>
1552
1553 * auto-load.c (auto_load_pspace_data_cleanup): Get data from
1554 parameter 'arg' instead of from program_space_data.
1555 * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
1556 * solib-darwin.c (darwin_pspace_data_cleanup): Likewise.
1557 * solib-dsbt.c (dsbt_pspace_data_cleanup): Likewise.
1558 * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
1559 * inflow.c (inflow_inferior_data_cleanup): Get data from
1560 parameter 'arg' instead of inferior_data.
1561 * registry.h: Add comments.
1562
1563 2013-10-28 Pedro Alves <palves@redhat.com>
1564
1565 * breakpoint.c (watchpoints_triggered)
1566 <!target_stopped_data_address>: Hardcode return 1.
1567
1568 2013-10-28 Pedro Alves <palves@redhat.com>
1569
1570 * infrun.c (process_event_stop_test): Remove unnecessary scoping
1571 level and reindent.
1572
1573 2013-10-28 Pedro Alves <palves@redhat.com>
1574
1575 * infrun.c (process_event_stop_test): New function, factored out
1576 from handle_inferior_event.
1577 (handle_inferior_event): 'process_event_stop_test' is now a
1578 function instead of a goto label -- adjust.
1579
1580 2013-10-28 Pedro Alves <palves@redhat.com>
1581
1582 * infrun.c (handle_inferior_event): Move process_event_stop_test
1583 goto label to the else branch of the ecs->random_signal check,
1584 along with FRAME and GDBARCH re-fetching.
1585
1586 2013-10-28 Pedro Alves <palves@redhat.com>
1587
1588 * infrun.c (switch_back_to_stepped_thread): New function, factored
1589 out from handle_inferior_event.
1590 (handle_inferior_event): Adjust to call
1591 switch_back_to_stepped_thread. Call it also at the tail of the
1592 random signal handling, and return, instead of also handling
1593 random signals just before the stepping tests.
1594
1595 2013-10-28 Pedro Alves <palves@redhat.com>
1596
1597 * infrun.c (clear_stop_func): Delete.
1598 (handle_inferior_event): Don't call clear_stop_func and don't
1599 clear 'ecs->random_signal'.
1600
1601 2013-10-27 Yao Qi <yao@codesourcery.com>
1602
1603 * varobj.c (struct varobj_root) <lang>: Rename to 'lang_ops'.
1604 (varobj_create, varobj_get_path_expr): Update.
1605 (varobj_value_has_mutated, varobj_update): Likewise.
1606 (create_child_with_value, new_root_variable): Likewise.
1607 (number_of_children, name_of_variable): Likewise.
1608 (value_of_child, my_value_of_variable): Likewise.
1609 (varobj_value_is_changeable_p): Likewise.
1610
1611 2013-10-25 Yao Qi <yao@codesourcery.com>
1612
1613 * language.h (struct lang_varobj_ops): Declare.
1614 (struct language_defn) <la_varobj_ops>: New field.
1615 * ada-lang.c: Include "varobj.h"
1616 (defn ada_language_defn): Initialize field 'la_varobj_ops' with
1617 ada_varobj_ops.
1618 * c-lang.c: Include "varobj.h"
1619 (c_language_defn): Initialize field 'la_varobj_ops' with
1620 c_varobj_ops.
1621 (cplus_language_defn): Initialize field 'la_varobj_ops' with
1622 cplus_varobj_ops.
1623 (asm_language_defn): Initialize field 'la_varobj_ops' with
1624 default_varobj_ops.
1625 (minimal_language_defn): Likewise.
1626 * d-lang.c (d_language_defn): Likewise.
1627 * f-lang.c (f_language_defn): Likewise.
1628 * go-lang.c (go_language_defn): Likewise.
1629 * m2-lang.c (m2_language_defn): Likewise.
1630 * objc-lang.c (objc_language_defn): Likewise.
1631 * opencl-lang.c (opencl_language_defn): Likewise.
1632 * p-lang.c (pascal_language_defn): Likewise.
1633 * language.c (unknown_language_defn): Likewise.
1634 (auto_language_defn): Likewise.
1635 (local_language_defn): Likewise.
1636 * jv-lang.c (java_language_defn): Initialize field
1637 'la_varobj_ops' with java_varobj_ops.
1638 * varobj.c (varobj_create): Update.
1639 * varobj.h (default_varobj_ops): Define macro.
1640
1641 2013-10-25 Pedro Alves <palves@redhat.com>
1642
1643 * cp-valprint.c (cp_print_value_fields): No longer handle a NULL
1644 static field value.
1645 (cp_print_static_field): If the value is entirely optimized out,
1646 print <optimized out> here.
1647 * jv-valprint.c (java_print_value_fields): No longer handle a NULL
1648 static field value.
1649 * p-valprint.c (pascal_object_print_static_field): If the value is
1650 entirely optimized out, print <optimized out> here.
1651 * valops.c (do_search_struct_field)
1652 (value_struct_elt_for_reference): No longer handle a NULL static
1653 field value.
1654 * value.c (value_static_field): Return an optimized out value
1655 instead of NULL.
1656
1657 2013-10-25 Yao Qi <yao@codesourcery.com>
1658
1659 * remote.c (remote_traceframe_info): Return early if
1660 traceframe is not selected.
1661
1662 2013-10-25 Yao Qi <yao@codesourcery.com>
1663
1664 * tracepoint.c (traceframe_fun): Remove.
1665 (traceframe_sal): Remove.
1666 (set_traceframe_context): Add local variables.
1667
1668 2013-10-25 Joel Brobecker <brobecker@adacore.com>
1669
1670 * varobj.h (struct lang_varobj_ops): Remove spaces between '*'
1671 and parameter name.
1672
1673 2013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
1674
1675 * linux-tdep.c (linux_corefile_thread_callback): Propagate any
1676 failure from register information collection.
1677
1678 2013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
1679
1680 * linux-tdep.c (linux_corefile_thread_data): Remove `num_notes'
1681 member.
1682 (linux_corefile_thread_callback): Update accordingly.
1683 (linux_make_corefile_notes): Likewise.
1684
1685 2013-10-24 Pedro Alves <palves@redhat.com>
1686
1687 * NEWS (New options): Mention set/show startup-with-shell.
1688 * config/alpha/nm-osf3.h (START_INFERIOR_TRAPS_EXPECTED): Set to 2
1689 instead of 3.
1690 * fork-child.c (fork_inferior, startup_inferior): Handle 'set
1691 startup-with-shell'.
1692 (show_startup_with_shell): New function.
1693 (_initialize_fork_child): Register the set/show startup-with-shell
1694 commands.
1695 * inf-ptrace.c (inf_ptrace_create_inferior): Remove comment.
1696 * inf-ttrace.c (inf_ttrace_him): Remove comment.
1697 * procfs.c (procfs_init_inferior): Remove comment.
1698 * infcmd.c (startup_with_shell): New global.
1699 * inferior.h (startup_with_shell): Declare global.
1700 (STARTUP_WITH_SHELL): Delete.
1701 (START_INFERIOR_TRAPS_EXPECTED): Set to 1 by default instead of 2.
1702
1703 2013-10-23 Pedro Alves <palves@redhat.com>
1704
1705 * common/gdb_signals.h (gdb_signal_to_symbol_string): Declare.
1706 * common/signals.c: Include "gdb_assert.h".
1707 (signals): New field 'symbol'.
1708 (SET): Use the 'symbol' parameter.
1709 (gdb_signal_to_symbol_string): New function.
1710 * infrun.c (handle_inferior_event) <random signal>: In debug
1711 output, print the random signal enum as string in addition to its
1712 number.
1713 * target/waitstatus.c (target_waitstatus_to_string): Print the
1714 signal's enum value as string instead of the (POSIX) signal name.
1715
1716 2013-10-23 Gary Benson <gbenson@redhat.com>
1717
1718 PR 16013
1719 * common/linux-osdata.c (command_from_pid): Reduced size of cmd
1720 from 32 to 18. Adjusted fscanf format string accordingly.
1721 (Avoids leaving cmd unterminated.)
1722 (print_sockets): Do not parse tlen, inode, sl, timeout, txq, rxq,
1723 trun, retn or extra. (Avoids leaving extra unterminated.) Check
1724 that local_address and remote_address will not overflow.
1725 (linux_xfer_osdata_modules): Parse lines using strtok to avoid
1726 leaving dependencies unterminated. Parse size as "%u" to match
1727 definition.
1728
1729 2013-10-22 Pedro Alves <palves@redhat.com>
1730
1731 * infrun.c (handle_inferior_event) <thread hop>: Don't clear or
1732 set ecs->random signal.
1733
1734 2013-10-22 Pedro Alves <palves@redhat.com>
1735
1736 * infrun.c (keep_going): Update comments.
1737
1738 2013-10-22 Pedro Alves <palves@redhat.com>
1739
1740 * remote.c (remote_parse_stop_reply) <'T'/'S'/'X' replies>: Map
1741 invalid signal numbers to GDB_SIGNAL_UNKNOWN.
1742
1743 2013-10-22 Pedro Alves <palves@redhat.com>
1744
1745 * include/gdb/signals.def (TARGET_EXC_BAD_ACCESS): Rename to
1746 GDB_EXC_BAD_ACCESS.
1747 (TARGET_EXC_BAD_INSTRUCTION): Rename to GDB_EXC_BAD_INSTRUCTION.
1748 (TARGET_EXC_ARITHMETIC): Rename to GDB_EXC_ARITHMETIC.
1749 (TARGET_EXC_EMULATION): Rename to GDB_EXC_EMULATION.
1750 (TARGET_EXC_SOFTWARE): Rename to GDB_EXC_SOFTWARE.
1751 (TARGET_EXC_BREAKPOINT): Rename to GDB_EXC_BREAKPOINT.
1752 (GDB_SIGNAL_LAST): Change description string.
1753 * common/signals.c (gdb_signal_from_host, do_gdb_signal_to_host):
1754 Adjust to signal renaming.
1755 * darwin-nat.c (darwin_decode_message): Likewise.
1756
1757 2013-10-22 Jose E. Marchesi <jose.marchesi@oracle.com>
1758
1759 * MAINTAINERS (Write After Approval): Add myself to the list.
1760
1761 2013-10-18 Andrew Burgess <aburgess@broadcom.com>
1762
1763 * breakpoint.c (update_watchpoint): If hardware watchpoints are
1764 forced off, downgrade them to software watchpoints if possible,
1765 and error out if not possible.
1766 (watch_command_1): Move watchpoint type selection closer to
1767 watchpoint creation, and extend the comments.
1768
1769 2013-10-18 Pedro Alves <palves@redhat.com>
1770
1771 PR gdb/16062
1772 * infrun.c (handle_inferior_event): Keep going if we got a random
1773 signal we should not stop for, instead of falling through to the
1774 step tests.
1775
1776 2013-10-18 Yao Qi <yao@codesourcery.com>
1777
1778 * c-varobj.c (cplus_number_of_children): Fix indentation.
1779
1780 2013-10-17 Tom Tromey <tromey@redhat.com>
1781
1782 PR gdb/15995:
1783 * printcmd.c (printcmd): Call gdb_flush.
1784
1785 2013-10-17 Tom Tromey <tromey@redhat.com>
1786
1787 * elfread.c (struct elfinfo) <stabindexsect>: Remove.
1788 (elf_locate_sections): Update.
1789
1790 2013-10-17 Yao Qi <yao@codesourcery.com>
1791
1792 * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
1793 * ada-varobj.c: Remove the include of ada-varobj.h.
1794 (ada_varobj_get_number_of_children): Declare.
1795 (ada_varobj_get_name_of_child): Make it static.
1796 (ada_varobj_get_path_expr_of_child): Likewise.
1797 (ada_varobj_get_value_of_child): Likewise.
1798 (ada_varobj_get_type_of_child): Likewise.
1799 (ada_varobj_get_value_of_array_variable): Likewise.
1800 * ada-varobj.h: Remove.
1801
1802 2013-10-17 Yao Qi <yao@codesourcery.com>
1803
1804 * Makefile.in (SFILES): Add c-varobj.c and jv-varobj.c.
1805 (COMMON_OBS): Add c-varobj.o and jv-varobj.o.
1806 * ada-varobj.c: Include "varobj.h".
1807 (ada_number_of_children): New. Moved from varobj.c.
1808 (ada_name_of_variable, ada_name_of_child): Likewise.
1809 (ada_path_expr_of_child, ada_value_of_child): Likewise.
1810 (ada_type_of_child, ada_value_of_variable): Likewise.
1811 (ada_value_is_changeable_p, ada_value_has_mutated): Likewise.
1812 (ada_varobj_ops): New.
1813 * c-varobj.c, jv-varobj.c: New file. Moved from varobj.c.
1814 * gdbtypes.c (get_target_type): New. Moved from varobj.c.
1815 * gdbtypes.h (get_target_type): Declare.
1816 * varobj.c: Remove the inclusion of "ada-varobj.h" and
1817 "ada-lang.h".
1818 (ANONYMOUS_STRUCT_NAME): Move it to c-varobj.c.
1819 (ANONYMOUS_UNION_NAME): Likewise.
1820 (get_type, get_value_type, get_target_type): Remove declarations.
1821 (value_get_print_value, varobj_value_get_print_value): Likewise.
1822 (c_number_of_children, c_name_of_variable): Likewise.
1823 (c_name_of_child, c_path_expr_of_child): Likewise.
1824 (c_value_of_child, c_type_of_child): Likewise.
1825 (c_value_of_variable, cplus_number_of_children): Likewise.
1826 (cplus_class_num_children, cplus_name_of_variable): Likewise.
1827 (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
1828 (cplus_value_of_child, cplus_type_of_child): Likewise.
1829 (cplus_value_of_variable, java_number_of_children): Likewise.
1830 (java_name_of_variable, java_name_of_child): Likewise.
1831 (java_path_expr_of_child, java_value_of_child): Likewise.
1832 (java_type_of_child, java_value_of_variable): Likewise.
1833 (ada_number_of_children, ada_name_of_variable): Likewise.
1834 (ada_name_of_child, ada_path_expr_of_child): Likewise.
1835 (ada_value_of_child, ada_type_of_child): Likewise.
1836 (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
1837 (ada_value_has_mutated): Likewise.
1838 (struct language_specific): Move it to varobj.h.
1839 (CPLUS_FAKE_CHILD): Move it to varobj.h.
1840 (restrict_range): Rename it varobj_restrict_range. Make it extern.
1841 Callers update.
1842 (get_path_expr_parent): Rename it to varobj_get_path_expr_parent.
1843 Make it extern.
1844 (is_anonymous_child): Move it to c-varobj.c and rename to
1845 varobj_is_anonymous_child. Caller update.
1846 (get_type): Move it to c-varobj.c.
1847 (get_value_type): Rename it varobj_get_value_type. Make it
1848 extern.
1849 (get_target_type): Move it gdbtypes.c.
1850 (varobj_formatted_print_options): New function.
1851 (value_get_print_value): Rename it to
1852 varobj_value_get_print_value and make it extern.
1853 (varobj_value_is_changeable_p): Make it extern.
1854 (adjust_value_for_child_access): Move it to c-varobj.c.
1855 (default_value_is_changeable_p): Rename it to
1856 varobj_default_value_is_changeable_p. Make it extern.
1857 (c_number_of_children, c_name_of_variable): Move it to c-varobj.c
1858 (c_name_of_child, c_path_expr_of_child): Likewise.
1859 (c_value_of_child, c_type_of_child): Likewise.
1860 (c_value_of_variable, cplus_number_of_children): Likewise.
1861 (cplus_class_num_children, cplus_name_of_variable): Likewise.
1862 (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
1863 (cplus_value_of_child, cplus_type_of_child): Likewise.
1864 (cplus_value_of_variable): Likewise.
1865 (java_number_of_children, java_name_of_variable): Move it to jv-varobj.c.
1866 (java_name_of_child, java_path_expr_of_child): Likewise.
1867 (java_value_of_child, java_type_of_child): Likewise.
1868 (java_value_of_variable): Likewise.
1869 (ada_number_of_children, ada_name_of_variable): Move it to ada-varobj.c.
1870 (ada_name_of_child, ada_path_expr_of_child): Likewise.
1871 (ada_value_of_child, ada_type_of_child): Likewise.
1872 (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
1873 (ada_value_has_mutated): Likewise.
1874 * varobj.h (CPLUS_FAKE_CHILD): New macro, moved from varobj.c.
1875 (struct lang_varobj_ops): New. Renamed by 'struct language_specific'.
1876 (c_varobj_ops, cplus_varobj_ops): Declare.
1877 (java_varobj_ops, ada_varobj_ops): Declare.
1878 (varobj_default_value_is_changeable_p): Declare.
1879 (varobj_value_is_changeable_p): Declare.
1880 (varobj_get_value_type, varobj_is_anonymous_child): Declare.
1881 (varobj_get_path_expr_parent): Declare.
1882 (varobj_value_get_print_value): Declare.
1883 (varobj_formatted_print_options): Declare.
1884 (varobj_restrict_range): Declare.
1885
1886 2013-10-17 Luis Machado <lgustavo@codesourcery.com>
1887
1888 * target/waitstatus.h (target_waitkind): Remove spurious
1889 character from the comments.
1890
1891 2013-10-17 Joel Brobecker <brobecker@adacore.com>
1892
1893 * gdbarch.sh (get_longjmp_target): Add method documentation.
1894 * gdbarch.h: Regenerate.
1895
1896 2013-10-16 Tom Tromey <tromey@redhat.com>
1897
1898 * dbxread.c (read_dbx_symtab) <bss_ext_symbol>: Remove unused
1899 label.
1900
1901 2013-10-16 Luis Machado <lgustavo@codesourcery.com>
1902
1903 * gcore.in: Call GDB using the full path to the gcore script.
1904 Error out if the GDB binary is not found.
1905
1906 2013-10-16 Sergio Durigan Junior <sergiodj@redhat.com>
1907
1908 PR gdb/16014
1909 * dwarf2read.c (dw2_get_real_path): Remove unnecessary call to
1910 sizeof.
1911
1912 2013-10-16 Sergio Durigan Junior <sergiodj@redhat.com>
1913
1914 PR gdb/16042
1915 * target.c (target_disable_btrace): Fix invalid return value for
1916 void function.
1917 (target_teardown_btrace): Likewise.
1918
1919 2013-10-14 Yao Qi <yao@codesourcery.com>
1920
1921 * varobj.c (struct varobj): Move most of the fields to
1922 varobj.h.
1923 (struct varobj_dynamic): New struct.
1924 (varobj_get_display_hint) [HAVE_PYTHON]: Adjust.
1925 (varobj_has_more): Likewise.
1926 (dynamic_varobj_has_child_method): Likewise.
1927 (update_dynamic_varobj_children): Likewise.
1928 (varobj_get_num_children): Likewise.
1929 (varobj_list_children, varobj_pretty_printed_p): Likewise.
1930 (install_new_value_visualizer): Likewise.
1931 (install_new_value_visualizer, install_new_value): Likewise.
1932 (varobj_update, new_variable, free_variable): Likewise.
1933 (my_value_of_variable, value_get_print_value): Likewise.
1934 (install_visualizer): Change the type of parameter 'var' to
1935 'struct varobjd_dynamic *'. Callers update.
1936 * varobj.h (struct varobj): Moved from varobj.c.
1937 (struct varobj) <dynamic>: New field.
1938
1939 2013-10-13 Sandra Loosemore <sandra@codesourcery.com>
1940
1941 * nios2-tdep.c (nios2_reg_names): Use "sstatus" rather than "ba"
1942 as the preferred name of r30.
1943 * nios2-linux-tdep.c (reg_offsets): Likewise.
1944 * features/nios2-cpu.xml: Likewise.
1945 * features/nios2-linux.c: Regenerated.
1946 * features/nios2.c: Regenerated.
1947 * regformats/nios2-linux.dat: Regenerated.
1948
1949 2013-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1950
1951 Canonicalize directories for EXEC_FILENAME.
1952 * exec.c (exec_file_attach): Use gdb_realpath_keepfile for
1953 exec_filename.
1954 * utils.c (gdb_realpath_keepfile): New function.
1955 * utils.h (gdb_realpath_keepfile): New declaration.
1956
1957 2013-10-11 Doug Evans <dje@google.com>
1958
1959 * Makefile.in (GDBFLAGS): New variable.
1960 (run): New rule.
1961
1962 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1963
1964 * NEWS: Add entry documenting the new "-catch-assert" and
1965 "-catch-exception" GDB/MI commands.
1966
1967 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1968
1969 * breakpoint.h (init_ada_exception_breakpoint): Add parameter
1970 "enabled".
1971 * breakpoint.c (init_ada_exception_breakpoint): Add parameter
1972 "enabled". Set B->ENABLE_STATE accordingly.
1973 * ada-lang.h (ada_exception_catchpoint_kind): Move here from
1974 ada-lang.c.
1975 (create_ada_exception_catchpoint): Add declaration.
1976 * ada-lang.c (ada_exception_catchpoint_kind): Move to ada-lang.h.
1977 (create_ada_exception_catchpoint): Make non-static. Add new
1978 parameter "disabled". Use it in call to
1979 init_ada_exception_breakpoint.
1980 (catch_ada_exception_command): Add parameter "enabled" in call
1981 to create_ada_exception_catchpoint.
1982 (catch_assert_command): Likewise.
1983
1984 * mi/mi-cmds.h (mi_cmd_catch_assert, mi_cmd_catch_exception):
1985 Add declarations.
1986 * mi/mi-cmds.c (mi_cmds): Add the "catch-assert" and
1987 "catch-exception" commands.
1988 * mi/mi-cmd-catch.c: Add #include "ada-lang.h".
1989 (mi_cmd_catch_assert, mi_cmd_catch_exception): New functions.
1990
1991 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1992
1993 * ada-lang.c (enum ada_exception_catchpoint_kind): Renames
1994 "enum exception_catchpoint_kind". Replace the "ex_" prefix
1995 of all its enumerates with "ada_". Update the rest of this
1996 file throughout.
1997
1998 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1999
2000 * ada-lang.c (ada_decode_exception_location): Delete.
2001 (create_ada_exception_catchpoint): Remove arguments "sal",
2002 "addr_string" and "ops". Add argument "ex_kind" instead.
2003 Adjust implementation accordingly, calling ada_exception_sal
2004 to get the entities it no longer gets passed as arguments.
2005 Document the function's arguments.
2006 (catch_ada_exception_command): Use catch_ada_exception_command_split
2007 instead of ada_decode_exception_location, and update call to
2008 create_ada_exception_catchpoint.
2009 (catch_ada_assert_command_split): Renames
2010 ada_decode_assert_location. Remove parameters "addr_string" and
2011 "ops", and now returns void. Adjust implementation accordingly.
2012 Update the function documentation.
2013 (catch_assert_command): Use catch_ada_assert_command_split
2014 instead of ada_decode_assert_location. Update call to
2015 create_ada_exception_catchpoint.
2016
2017 2013-10-11 Joel Brobecker <brobecker@adacore.com>
2018
2019 * utils.h (perror_warning_with_name): Add declaration.
2020 * utils.c (perror_warning_with_name): New function.
2021 * cli/cli-cmds.c (source_script_with_search): Add call to
2022 perror_warning_with_name if from_tty is nul.
2023
2024 2013-10-11 Joel Brobecker <brobecker@adacore.com>
2025
2026 * utils.c (perror_string): New function, extracted out of
2027 throw_perror_with_name.
2028 (throw_perror_with_name): Rework to use perror_string.
2029
2030 2013-10-11 Yao Qi <yao@codesourcery.com>
2031
2032 * remote.c (discard_pending_stop_replies_in_queue): Update
2033 declaration.
2034 (struct stop_reply) <rs>: New field.
2035 (remove_stop_reply_of_remote_state): New function.
2036 (discard_pending_stop_replies_in_queue): Add parameter 'rs'.
2037 Callers update. Pass remove_stop_reply_of_remote_state to
2038 QUEUE_iterate.
2039 (remote_parse_stop_reply): Initialize field 'rs'.
2040
2041 2013-10-10 Will Newton <will.newton@linaro.org>
2042
2043 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
2044 linux_init_abi.
2045
2046 2013-10-10 Joel Brobecker <brobecker@adacore.com>
2047
2048 * cli/cli-cmds.c (show_baud_rate): Moved to serial.c as
2049 serial_baud_show_cmd.
2050 (_initialize_cli_cmds): Delete the code creating the
2051 "set/show remotebaud" commands.
2052 * serial.c (baud_rate): Move here from top.c.
2053 (serial_baud_show_cmd): Move here from cli/cli-cmds.c.
2054 (_initialize_serial): Create "set/show serial baud" commands.
2055 Add "set/show remotebaud" command aliases.
2056 * top.c (baud_rate): Moved to serial.c.
2057 * NEWS: Document the new "set/show serial baud" commands,
2058 replacing "set/show remotebaud".
2059
2060 2013-10-09 Pedro Alves <palves@redhat.com>
2061
2062 * breakpoint.c (insert_bp_location): Use memory_error_message to
2063 build the memory error string.
2064 * c-lang.c: Include "gdbcore.h".
2065 (c_get_string): Use memory_error to throw error.
2066 (target_xfer_memory_error): Delete.
2067 (memory_error_message): New, factored out from
2068 target_xfer_memory_error.
2069 (memory_error): Change parameter type to target_xfer_error.
2070 Rewrite.
2071 (read_memory): Use memory_error instead of
2072 target_xfer_memory_error.
2073 * gdbcore.h: Include "target.h".
2074 (memory_error): Change parameter type to target_xfer_error.
2075 (memory_error_message): Declare function.
2076 * target.c (target_read_memory, target_read_stack)
2077 (target_write_memory, target_write_raw_memory): Return
2078 TARGET_XFER_E_IO on error. Adjust comments.
2079 (get_target_memory): Pass TARGET_XFER_E_IO to memory_error,
2080 instead of EIO.
2081 * target.h (target_read, target_insert_breakpoint)
2082 (target_remove_breakpoint): Adjust comments.
2083 * valprint.c (partial_memory_read): Rename parameter, and adjust
2084 comment.
2085 (val_print_string): Use memory_error_message to build the memory
2086 error string.
2087
2088 2013-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2089
2090 * common/filestuff.c (gdb_fopen_cloexec): Remove initialization of
2091 result variable. Rename variable fopen_e_ever_failed to
2092 fopen_e_ever_failed_einval. Retry fopen only for errno EINVAL.
2093
2094 2013-10-09 Pedro Alves <palves@redhat.com>
2095
2096 * monitor.c (monitor_write_memory, monitor_write_memory_bytes)
2097 (monitor_write_memory_longlongs, monitor_write_memory_block):
2098 Constify 'myaddr' parameter.
2099 (monitor_xfer_memory): Adjust interface as monitor_xfer_partial
2100 helper.
2101 (monitor_xfer_partial): New function.
2102 (init_base_monitor_ops): Don't install a deprecated_xfer_memory
2103 hook. Install a to_xfer_partial hook.
2104
2105 2013-10-09 Tom Tromey <tromey@redhat.com>
2106
2107 * dwarf2read.c (dwarf2_get_dwz_file): Update for type change in
2108 bfd_get_alt_debug_link_info.
2109
2110 2013-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2111
2112 New flag OBJF_NOT_FILENAME.
2113 * auto-load.c (auto_load_objfile_script): Check also OBJF_NOT_FILENAME.
2114 * jit.c (jit_object_close_impl): Use OBJF_NOT_FILENAME for
2115 allocate_objfile.
2116 (jit_bfd_try_read_symtab): Use OBJF_NOT_FILENAME for
2117 symbol_file_add_from_bfd.
2118 * jv-lang.c (get_dynamics_objfile): Use OBJF_NOT_FILENAME for
2119 allocate_objfile.
2120 * objfiles.c (allocate_objfile): Assert OBJF_NOT_FILENAME if NAME is
2121 NULL.
2122 * objfiles.h (OBJF_NOT_FILENAME): New.
2123
2124 2013-10-08 Tom Tromey <tromey@redhat.com>
2125
2126 * Makefile.in (SFILES): Add build-id.c.
2127 (HFILES_NO_SRCDIR): Add build-id.h.
2128 * build-id.c: New file, largely from elfread.c. Modified
2129 most functions.
2130 * build-id.h: New file.
2131 * dwarf2read.c (dwarf2_get_dwz_file): Update for change to
2132 bfd_get_alt_debug_link_info. Verify dwz file's build-id.
2133 Search for dwz file using build-id.
2134 * elfread.c (build_id_bfd_get, build_id_verify)
2135 (build_id_to_debug_filename, find_separate_debug_file): Remove.
2136
2137 2013-10-08 Joel Brobecker <brobecker@adacore.com>
2138
2139 * ada-lang.c (compare_names_with_case): Renamed from
2140 compare_names, adding a new parameter "casing" and its handling.
2141 New function documentation.
2142 (compare_names): New function, implemented using
2143 compare_names_with_case.
2144
2145 2013-10-08 Joel Brobecker <brobecker@adacore.com>
2146
2147 * ada-lang.c (ada_exception_sal): Remove advance declaration.
2148
2149 2013-10-07 Tom Tromey <tromey@redhat.com>
2150
2151 * objfiles.c (free_objfile_per_bfd_storage): Delete the
2152 demangled_names_hash.
2153 (free_objfile): Don't delete the demangled_names_hash.
2154 * objfiles.h (struct objfile_per_bfd_storage)
2155 <demangled_names_hash>: New field.
2156 (struct objfile) <demangled_names_hash>: Move to
2157 objfile_per_bfd_storage.
2158 * symfile.c (reread_symbols): Don't delete the
2159 demangled_names_hash.
2160 * symtab.c (create_demangled_names_hash): Update.
2161 (symbol_set_names): Update.
2162
2163 2013-10-07 Tom Tromey <tromey@redhat.com>
2164
2165 * gdb_bfd.c (struct gdb_bfd_data) <relocation_computed,
2166 needs_relocations>: New fields.
2167 (gdb_bfd_requires_relocations): New function.
2168 * gdb_bfd.h (gdb_bfd_requires_relocations): Declare.
2169 * objfiles.c (get_objfile_bfd_data): Disallow sharing if
2170 the BFD needs relocations applied.
2171
2172 2013-10-07 Pedro Alves <palves@redhat.com>
2173
2174 PR breakpoints/11568
2175 * breakpoint.c (remove_threaded_breakpoints): Say "no longer in
2176 the thread list" instead of "gone".
2177
2178 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2179
2180 * NEWS: Mention new convenience variable $_exitsignal.
2181 * corelow.c (core_open): Reset exit convenience variables. Set
2182 $_exitsignal to the uncaught signal which generated the corefile.
2183 * infrun.c (handle_inferior_event): Reset exit convenience
2184 variables. Set $_exitsignal for TARGET_WAITKIND_SIGNALLED.
2185 (clear_exit_convenience_vars): New function.
2186 * inferior.h (clear_exit_convenience_vars): New prototype.
2187
2188 2013-10-06 Yao Qi <yao@codesourcery.com>
2189
2190 * varobj.h: Add comments to enum varobj_languages.
2191
2192 2013-10-04 Doug Evans <dje@google.com>
2193
2194 Add support for DWP file format version 2.
2195 * NEWS: Mention support for DWP file format version 2.
2196 * dwarf2read.c (dwarf2_section_info): Convert asection field to a
2197 union of asection, containing_section. New fields virtual_offset
2198 and is_virtual. Change type of readin filed from int to char.
2199 (dwo_sections, dwo_file): Tweak comments.
2200 (dwp_v2_section_ids): New enum.
2201 (dwp_sections): New fields abbrev, info, line, loc, macinfo, macro,
2202 str_offsets, types.
2203 (virtual_v1_dwo_sections): Renamed from virtual_dwo_sections.
2204 All uses updated.
2205 (virtual_v2_dwo_sections): New struct.
2206 (dwp_hash_table): New fields version, nr_columns. Change type of
2207 section_pool field to a union.
2208 (dwp_file): New field version.
2209 (dwarf2_has_info): Check for virtual sections.
2210 (get_containing_section): New function.
2211 (get_section_bfd_owner, get_section_bfd_section): Call it.
2212 (dwarf2_locate_sections): Update.
2213 (dwarf2_section_empty_p): Update.
2214 (dwarf2_read_section): Handle virtual sections.
2215 (locate_dwz_sections): Update.
2216 (create_dwp_hash_table): Document and handle V2 format.
2217 (locate_v1_virtual_dwo_sections): Renamed from
2218 locate_virtual_dwo_sections and update. All callers updated.
2219 (create_dwo_unit_in_dwp_v1): Renamed from create_dwo_in_dwp.
2220 Delete arg htab. Rename arg section_index to unit_index.
2221 All callers updated.
2222 (MAX_NR_V1_DWO_SECTIONS): Renamed from MAX_NR_DWO_SECTIONS.
2223 All uses updated.
2224 (create_dwp_v2_section, create_dwo_unit_in_dwp_v2): New functions.
2225 (lookup_dwo_unit_in_dwp): Add V2 support.
2226 (dwarf2_locate_dwo_sections): Update.
2227 (dwarf2_locate_common_dwp_sections): Renamed from
2228 dwarf2_locate_dwp_sections and update. All callers updated.
2229 (dwarf2_locate_v2_dwp_sections): New function.
2230 (open_and_init_dwp_file): Add V2 support.
2231 (read_str_index): New locals str_section, str_offsets_section.
2232
2233 2013-10-04 Pedro Alves <palves@redhat.com>
2234
2235 * common/ptid.c (null_ptid, minus_one_ptid, ptid_build)
2236 (pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid)
2237 (ptid_equal, ptid_is_pid, ptid_lwp_p, ptid_tid_p): Replace
2238 describing comments with references to ptid.h.
2239 * common/ptid.h: Remove intro description of constructors,
2240 accessors and predicates.
2241 (struct ptid): Reformat.
2242 (minus_one_ptid, ptid_build, pid_to_ptid, ptid_get_pid)
2243 (ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid): Change
2244 describing comments.
2245
2246 2013-10-04 Joel Brobecker <brobecker@adacore.com>
2247
2248 * aix-thread.c (sync_threadlists): Add missing ')' in call
2249 to ptid_build.
2250
2251 2013-10-04 Joel Brobecker <brobecker@adacore.com>
2252
2253 * procfs.c (procfs_init_inferior): Fix typo causing the build
2254 to fail.
2255
2256 2013-10-04 Joel Brobecker <brobecker@adacore.com>
2257
2258 * aix-thread.c (ptrace32): Remove cast to addr_ptr.
2259
2260 2013-10-04 Joel Brobecker <brobecker@adacore.com>
2261
2262 * mi/mi-main.c (run_one_inferior): Add function description.
2263 Make ARG a pointer to an integer whose value determines whether
2264 we should "run" or "start" the program.
2265 (mi_cmd_exec_run): Add handling of the "--start" option.
2266 Reject all other command-line options.
2267 * NEWS: Add entry for "-exec-run"'s new "--start" option.
2268
2269 2013-10-04 Yao Qi <yao@codesourcery.com>
2270
2271 * remote-notif.h (REMOTE_NOTIF_ID): New enum.
2272 (struct notif_client) <pending_event>: Moved
2273 to struct remote_notif_state.
2274 <id>: New field.
2275 (struct remote_notif_state) <pending_event>: New field.
2276 (notif_event_xfree): Declare.
2277 * remote-notif.c (handle_notification): Adjust.
2278 (notif_event_xfree): New function.
2279 (do_notif_event_xfree): Call notif_event_xfree.
2280 (remote_notif_state_xfree): Call notif_event_xfree to free
2281 each element in field pending_event.
2282 * remote.c (discard_pending_stop_replies): Remove declaration.
2283 (discard_pending_stop_replies_in_queue): Declare.
2284 (remote_close): Call discard_pending_stop_replies_in_queue
2285 instead of discard_pending_stop_replies.
2286 (remote_start_remote): Adjust.
2287 (stop_reply_xfree): Call notif_event_xfree.
2288 (notif_client_stop): Adjust initialization.
2289 (remote_notif_remove_all): Rename it to ...
2290 (remove_stop_reply_for_inferior): ... this. Update comments.
2291 Don't check INF is NULL.
2292 (discard_pending_stop_replies): Return early if notif_state is
2293 NULL. Adjust. Don't check INF is NULL.
2294 (remote_notif_get_pending_events): Adjust.
2295 (discard_pending_stop_replies_in_queue): New function.
2296 (remote_wait_ns): Likewise.
2297
2298 2013-10-04 Yao Qi <yao@codesourcery.com>
2299
2300 * remote-notif.c (DECLARE_QUEUE_P): Remove.
2301 (notif_queue): Remove.
2302 (remote_notif_process): Add one parameter 'notif_queue'.
2303 Update comments. Callers update.
2304 (remote_async_get_pending_events_token): Remove.
2305 (remote_notif_register_async_event_handler): Remove.
2306 (remote_notif_unregister_async_event_handler): Remove.
2307 (handle_notification): Add parameter 'notif_queue'. Update
2308 comments. Callers update.
2309 (notif_xfree): Remove.
2310 (remote_notif_state_allocate): New function.
2311 (remote_notif_state_xfree): New function.
2312 (_initialize_notif): Remove code to allocate queue.
2313 * remote-notif.h (DECLARE_QUEUE_P): Moved from remote-notif.c.
2314 (struct remote_notif_state): New.
2315 (handle_notification): Update declaration.
2316 (remote_notif_process): Likewise.
2317 (remote_notif_register_async_event_handler): Remove.
2318 (remote_notif_unregister_async_event_handler): Remove.
2319 (remote_notif_state_allocate): Declare.
2320 (remote_notif_state_xfree): Declare.
2321 * remote.c (struct remote_state) <notif_state>: New field.
2322 (remote_close): Don't call
2323 remote_notif_unregister_async_event_handler. Call
2324 remote_notif_state_xfree.
2325 (remote_open_1): Don't call
2326 remote_notif_register_async_event_handler. Call
2327 remote_notif_state_allocate.
2328
2329 2013-10-04 Yao Qi <yao@codesourcery.com>
2330
2331 * varobj.c (create_child_with_value): Remove 'const' from the
2332 type of parameter 'name'.
2333 (varobj_add_child): Likewise.
2334 (install_dynamic_child): Remove 'const' from the type of
2335 parameter 'name'.
2336 (varobj_add_child): Likewise.
2337 (create_child_with_value): Likewise. Update comments. Don't
2338 duplicate 'name'.
2339 (update_dynamic_varobj_children): Duplicate 'name'
2340 and pass it to install_dynamic_child.
2341
2342 2013-10-03 Phil Muldoon <pmuldoon@redhat.com>
2343
2344 * python/py-value.c (convert_value_from_python): Move PyInt_Check
2345 conversion logic to occur after PyLong_Check. Comment on order
2346 change significance.
2347 * python/py-arch.c (archpy_disassemble): Comment on order of
2348 conversion for integers and longs.
2349
2350 2013-10-03 Pedro Alves <palves@redhat.com>
2351
2352 * common/linux-ptrace.c (linux_check_ptrace_features): Factor out
2353 the PTRACE_O_TRACESYSGOOD and PTRACE_O_TRACEFORK to separate
2354 functions. Always test for PTRACE_O_TRACESYSGOOD even if
2355 PTRACE_O_TRACEFORK is not supported.
2356 (linux_test_for_tracesysgood): New function.
2357 (linux_test_for_tracefork): New function, factored out from
2358 linux_check_ptrace_features, and also don't kill child_pid here.
2359
2360 2013-10-03 Tristan Gingold <gingold@adacore.com>
2361
2362 * i386-darwin-nat.c (i386_darwin_dr_set): Fix argument type.
2363 Remove verbose error reporting. Use detected state to
2364 thread_set_state call.
2365 (i386_darwin_dr_get): Fix return type. Remove verbose error
2366 report.
2367 Remove trailing spaces.
2368
2369 2013-10-02 Pedro Alves <palves@redhat.com>
2370
2371 * cp-valprint.c (cp_print_value_fields): Adjust calls to
2372 val_print_optimized_out.
2373 * jv-valprint.c (java_print_value_fields): Likewise.
2374 * p-valprint.c (pascal_object_print_value_fields): Likewise.
2375 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full)
2376 <DWARF_VALUE_REGISTER>: If the register was not saved, return a
2377 new optimized out value.
2378 * findvar.c (address_from_register): Likewise.
2379 * frame.c (put_frame_register): Tweak error string to say the
2380 register was not saved, rather than optimized out.
2381 * infcmd.c (default_print_one_register_info): Adjust call to
2382 val_print_optimized_out. Use value_of_register instead of
2383 get_frame_register_value.
2384 * mi/mi-main.c (output_register): Use value_of_register instead of
2385 get_frame_register_value.
2386 * valprint.c (valprint_check_validity): Likewise.
2387 (val_print_optimized_out): New value parameter. If the value is
2388 lval_register, print <not saved> instead.
2389 (value_check_printable, val_print_scalar_formatted): Adjust calls
2390 to val_print_optimized_out.
2391 * valprint.h (val_print_optimized_out): New value parameter.
2392 * value.c (struct value) <optimized_out>: Extend comment.
2393 (error_value_optimized_out): New function.
2394 (require_not_optimized_out): Use it. Use a different string for
2395 lval_register values.
2396 * value.h (error_value_optimized_out): New declaration.
2397 * NEWS: Mention <not saved>.
2398
2399 2013-10-02 Joel Brobecker <brobecker@adacore.com>
2400
2401 * symtab.c (compare_search_syms): Use FILENAME_CMP instead of
2402 strcmp to compare two symtab filenames.
2403
2404 2013-10-02 Joel Brobecker <brobecker@adacore.com>
2405
2406 * symtab.c (search_symbols_equal): Delete.
2407 (sort_search_symbols_remove_dups): Replace call to
2408 search_symbols_equal by call to compare_search_syms,
2409 adjusting as necessary.
2410
2411 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
2412
2413 PR python/15579
2414 * python/python.c: Document gdb.execute command in Python help.
2415
2416 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
2417
2418 * python/py-frame.c (frame_info_to_frame_object): Use
2419 gdbpy_convert_exception. Clean up Python object on failure.
2420
2421 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
2422
2423 * python/lib/gdb/command/frame_filters.py
2424 (InfoFrameFilter.list_frame_filters): Retrieve exception manually.
2425 (ShowFrameFilterPriority.invoke): Ditto.
2426
2427 2013-10-01 Keith Seitz <keiths@redhat.com>
2428
2429 * linespec.c (struct ls_parser): Make 'saved_arg' const.
2430 (parse_linespec): Make 'argptr' const.
2431 Remove temporary cast of 'argptr' to const char **.
2432 (decode_line_full): Pass const pointer to parse_linespec.
2433 (decode_line_1): Likewise.
2434 (decode_objc): Make local variable 'new_argptr' const.
2435 (find_function_symbols): Remove temporary cast to char *
2436 to find_imps.
2437 * objc-lang.c (find_imps): Make argument 'method' const.
2438 Return const.
2439 * objc-lang.h (find_imps): Likewise.
2440
2441 2013-10-01 Keith Seitz <keiths@redhat.com>
2442
2443 * completer.c (skip_quoted_chars): Make all arguments const.
2444 Return const.
2445 (skip_quoted): Likewise.
2446 * completer.h (skip_quoted_chars): Likewise.
2447 (skip_quoted): Likewise.
2448 * defs.h (skip_quoted): Remove duplicate declaration.
2449 * jv-exp.y: Include completer.h.
2450 (yylex): Remove unneccessary cast to char * fro skip_quoted.
2451 * p-exp.y: Include completer.h.
2452
2453 2013-10-01 Keith Seitz <keiths@redhat.com>
2454
2455 * c-exp.y (parse_number): Make first argument const.
2456 Make a copy of the input to manipulate.
2457 (c_parse_escape): Make first argument const.
2458 Make local variable 'tokptr' const.
2459 (parse_string_or_char): Make first two arguments const.
2460 (macro_original_text): Make const.
2461 (lex_one_token): Make local variable 'tokstart' const.
2462 Likewise for local variables named 'p'.
2463 Cast away const for struct stoken (temporary).
2464 * c-lang.h (c_parse_escpae): Make first argument const.
2465 * cli/cli-cmds.c (echo_command): Make local variable 'p'
2466 const.
2467 * cli/cli-setshow.c (do_set_command): Likewise for 'p' in
2468 var_string case.
2469 * f-exp.y (parse_number): Make first argument const.
2470 (match_string_literal): Make local variable 'tokstart'
2471 const.
2472 (yylex): Make local variable 'p' const.
2473 Cast away const for struct stoken (temporary).
2474 * go-exp.y (parse_number): Make first argument const.
2475 (parse_string_or_char): Likewise.
2476 Make local variable 'tokstart' const.
2477 (lex_one_token): Likewise for numerous locals called 'p'.
2478 Cast away const for struct stoken (temporary).
2479 * jv-exp.y (parse_number): Make first argument const.
2480 Make local variables 'tokstart' and 'tokptr' const.
2481 Cast away const for call to skip_quoted (temporary).
2482 (yylex): Make local variable 'p' const.
2483 Cast away const for struct stoken (temporary).
2484 * m2-exp.y (parse_number): Make local variable 'p' const.
2485 (yylex): Likewise for 'tokstart'.
2486 Cast away const for struct stoken (temporary).
2487 Make local variable 'p' const.
2488 * macroexp.c (get_character_constant): Pass a const string
2489 to c_parse_escape.
2490 (get_string_literal): Likewise.
2491 (macro_expand_next): Make first argument const.
2492 Cast away const for init_shared_buffer.
2493 * macroexp.h (macro_expand_next): Make first argument const.
2494 * p-exp.y (yylex): Make a local copy of 'lexptr'.
2495 Pass a const string to c_parse_escape.
2496 Make local variables 'p' and 'namestart' const.
2497 * parse.c (lexptr): Make const.
2498 (prev_lexptr): Likewise.
2499 (find_template_name_end): Return const.
2500 Make argument const, too.
2501 (parse_exp_in_context): Make first argument const.
2502 Remove the entire const_hack.
2503 (parse_exp_in_context_1): Make first argument const.
2504 * parser-defs.h (find_template_name_end): Return const.
2505 Make argument const, too.
2506 (lexptr): Make const.
2507 (prev_lexptr): Likewise.
2508 * utils.c (parse_escape): Make second argument const.
2509 * utils.h (parse_escape): Likewise.
2510
2511 2013-10-01 Keith Seitz <keiths@redhat.com>
2512
2513 * ada-exp.y (write_object_renaming): Update: struct stoken.ptr
2514 is now const.
2515 (block_lookup): Make 'raw_name' and 'name' const.
2516 * ada-lex.l (processString): Update for struct stoken.ptr.
2517 * c-exp.y (qualified_name : TYPENAME COLONCOLON '~' name): Likewise.
2518 (operator_stoken): Likewise.
2519 (lex_one_token): Remove temporary cast to char * for
2520 'yylval.sval.ptr'.
2521 * f-exp.y (yylex): Likewise.
2522 * gdb-types.c (lookup_struct_elt_type): Make argument 'name' const.
2523 * gdbtypes.h (lookup_struct_elt_type): Likewisee.
2524 * go-exp.y (lex_one_token): Remove temporary cast to char * for
2525 'yylval.sval.ptr'.
2526 * jv-exp.y (QualifiedName): Update for struct stoken.ptr.
2527 (yylex): Remove temporary cast to char * for 'yylval.sval.ptr'.
2528 * linespec.c (struct ls_parser): Make 'stream' const.
2529 (find_parameter_list_end): Make argument 'input' and local
2530 variable 'p' const.
2531 (linespec_lexer_lex_string): Make local variables 'start' and
2532 'p' const.
2533 Use skip_spaces_const instead of skip_spaces.
2534 (linespec_lexer_peek_token): Make local variable 'saved_stream'
2535 const.
2536 (parse_linespec): Temporarily cast 'argptr' to const for
2537 'parser->lexer.stream'.
2538 * m2-exp.y (yylex): Remove temporary cast to char * for
2539 'yylval.sval.ptr'.
2540 * objc-lang.c (add_msglist): Make local variable 'p' const.
2541 * p-exp.y (exp : exp '['): Update for struct stoken.ptr.
2542 (exp : STRING): Make 'sp' const.
2543 (parse_number): Make argument 'p' const.
2544 * parser-defs.h (struct stoken): Make 'ptr' const.
2545
2546 2013-10-01 Doug Evans <dje@google.com>
2547
2548 * cli/cli-decode.c: Remove unnecessary inclusion of tui/tui.h.
2549
2550 2013-10-01 Yao Qi <yao@codesourcery.com>
2551
2552 * varobj.c (c_value_of_root): Remove declaration.
2553 (cplus_value_of_root, java_value_of_root): Likewise.
2554 (ada_value_of_root): Likewise.
2555 (struct language_specific) <value_of_root>: Remove.
2556 (languages): Update initialization.
2557 (check_scope): Move earlier.
2558 (c_value_of_root): Move earlier and rename to ...
2559 (value_of_root_1): ... this.
2560 (value_of_root): Caller update.
2561 (cplus_value_of_root, java_value_of_root): Remove.
2562 (ada_value_of_root): Remove.
2563
2564 2013-10-01 Yao Qi <yao@codesourcery.com>
2565
2566 * varobj.c (varobj_format_string): Remove "unknown".
2567 (languages): Remove the first element.
2568 * varobj.h (enum varobj_languages): Remove vlang_c.
2569
2570 2013-10-01 Yao Qi <yao@codesourcery.com>
2571
2572 * varobj.c (struct language_specific) <language>: Remove.
2573 (languages): Update the initialization.
2574
2575 2013-10-01 Yao Qi <yao@codesourcery.com>
2576
2577 * arm-wince-tdep.c: Remove inclusion of "solib.h" and
2578 "solib-target.h". Include "windows-tdep.h".
2579 (arm_wince_init_abi): Call windows_init_abi. Remove call to
2580 set_solib_ops and set_gdbarch_has_dos_based_file_system.
2581 * configure.tgt (arm*-wince-pe | arm*-*-mingw32ce*): Append
2582 windows-tdep.o to gdb_target_obs.
2583
2584 2013-10-01 Yao Qi <yao@codesourcery.com>
2585
2586 * amd64-windows-tdep.c: Remove inclusion of "solib.h" and
2587 "solib-target.h".
2588 (amd64_windows_init_abi): Don't call set_solib_ops and
2589 set_gdbarch_iterate_over_objfiles_in_search_order. Call
2590 windows_init_abi instead.
2591 * i386-cygwin-tdep.c: Remove inclusion of "solib.h" and
2592 "solib-target.h".
2593 (i386_cygwin_init_abi): Don't call set_solib_ops,
2594 set_gdbarch_has_dos_based_file_system and
2595 set_gdbarch_iterate_over_objfiles_in_search_order. Call
2596 windows_init_abi instead.
2597 * windows-tdep.c: Include "solib.h" and "solib-target.h".
2598 (windows_init_abi): New function.
2599 (windows_iterate_over_objfiles_in_search_order): Make it
2600 static.
2601 * windows-tdep.h (windows_init_abi): Declare.
2602 (windows_iterate_over_objfiles_in_search_order): Remove
2603 declaration.
2604
2605 2013-10-01 Jerome Guitton <guitton@adacore.com>
2606
2607 Checked in by Joel Brobecker <brobecker@adacore.com>
2608 * system-gdbinit/elinos.py (get_elinos_environment): Return an
2609 incomplete dictionnary instead of None in case of missing
2610 environment variables.
2611 (elinos_init): in case of an incomplete environment, best
2612 effort to load system libraries instead of abort.
2613
2614 2013-10-01 Joel Brobecker <brobecker@adacore.com>
2615
2616 * ada-lang.c (ada_has_this_exception_support): Ignore
2617 mst_solib_trampoline minimal symbols.
2618
2619 2013-09-30 Tristan Gingold <gingold@adacore.com>
2620
2621 * i386-darwin-nat.c (darwin_complete_target): Install methods for
2622 hardware watchpoint.
2623 (i386_darwin_dr_set): Support 32 and 64 bit states.
2624 (i386_darwin_dr_get): Likewise.
2625 (i386_darwin_dr_set_control): Make static.
2626 (i386_darwin_dr_set_addr, i386_darwin_dr_get_addr)
2627 (i386_darwin_dr_get_status, i386_darwin_dr_get_control): Likewise.
2628
2629 2013-09-30 Luis Machado <lgustavo@codesourcery.com>
2630
2631 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2632 Replace TIDGET with ptid_get_lwp.
2633 Replace GET_LWP with ptid_get_lwp.
2634 * aix-thread.c (BUILD_THREAD, BUILD_LWP): Remove.
2635 Replace BUILD_THREAD with ptid_build.
2636 Replace BUILD_LWP with ptid_build.
2637 Replace PIDGET with ptid_get_pid.
2638 Replace TIDGET with ptid_get_lwp.
2639 * alphabsd-nat.c: Replace PIDGET with ptid_get_pid.
2640 * amd64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2641 Replace TIDGET with ptid_get_lwp.
2642 * amd64bsd-nat.c: Replace PIDGET with ptid_get_pid.
2643 * arm-linux-nat.c: Replace PIDGET with ptid_get_pid.
2644 Replace TIDGET with ptid_get_lwp.
2645 Replace GET_LWP with ptid_get_lwp.
2646 * armnbsd-nat.c: Replace PIDGET with ptid_get_pid.
2647 * auxv.c: Likewise.
2648 * breakpoint.c: Likewise.
2649 * common/ptid.c (ptid_is_pid): Condense check for
2650 null_ptid and minus_one_ptid.
2651 (ptid_lwp_p): New function.
2652 (ptid_tid_p): New function.
2653 * common/ptid.h: Update comments for accessors.
2654 (ptid_lwp_p): New prototype.
2655 (ptid_tid_p): New prototype.
2656 * defs.h (PIDGET, TIDGET, MERGEPID): Do not define.
2657 * gcore.c: Replace PIDGET with ptid_get_pid.
2658 * gdbthread.h: Likewise.
2659 * gnu-nat.c: Likewise.
2660 * hppa-linux-nat.c: Replace PIDGET with ptid_get_pid.
2661 Replace TIDGET with ptid_get_lwp.
2662 * hppabsd-nat.c: Replace PIDGET with ptid_get_pid.
2663 * hppanbsd-nat.c: Likewise.
2664 * i386-linux-nat.c: Replace PIDGET with ptid_get_pid.
2665 Replace TIDGET with ptid_get_lwp.
2666 * i386bsd-nat.c: Replace PIDGET with ptid_get_pid.
2667 * ia64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2668 * infcmd.c: Likewise.
2669 * inferior.h: Likewise.
2670 * inflow.c: Likewise.
2671 * infrun.c: Likewise.
2672 * linux-fork.c: Likewise.
2673 * linux-nat.c: Replace PIDGET with ptid_get_pid.
2674 Replace GET_PID with ptid_get_pid.
2675 Replace is_lwp with ptid_lwp_p.
2676 Replace GET_LWP with ptid_get_lwp.
2677 Replace BUILD_LWP with ptid_build.
2678
2679 2013-09-28 Mike Frysinger <vapier@gentoo.org>
2680
2681 * common/linux-btrace.c: Move sys/syscall.h out of the
2682 HAVE_LINUX_PERF_EVENT_H check and wrap it in HAVE_SYS_SYSCALL_H.
2683 Also check for SYS_perf_event_open before attempting to buid.
2684
2685 2013-09-27 Doug Evans <dje@google.com>
2686
2687 * dwarf2read.c (dwarf2_section_info): Add comment.
2688 (dwp_file): Split loaded_cutus into loaded_cus, loaded_tus.
2689 All uses updated.
2690 (dwarf2_section_empty_p): Rename arg from "info" to "section".
2691 (dwarf2_read_section): Delete unused local "header". Add section
2692 name to error message.
2693 (create_dwo_in_dwp): Tweak comment.
2694 (MAX_NR_DWO_SECTIONS): Combine count of .debug_macro + .debug_macinfo.
2695
2696 * dwarf2read.c (die_reader_specs): Tweak comment.
2697 (get_section_bfd_owner, get_section_bfd_section): New functions.
2698 (get_section_name, get_section_file_name): New functions.
2699 (get_section_id, get_section_flags): New functions.
2700 (*): Use new functions to access section fields.
2701
2702 * dwarf2read.c (struct dwo_file): Add/tweak comments.
2703 (lookup_dwo_unit_in_dwp): Renamed from lookup_dwo_in_dwp. Remove
2704 arg "htab". All callers updated.
2705 (create_debug_types_hash_table): Remove redundant copy of
2706 abbrev_section.
2707 (create_dwo_in_dwp): Tweak comments.
2708 (read_str_index): Tweak comment. Record dwarf form name in static
2709 local.
2710
2711 2013-09-27 Pedro Alves <palves@redhat.com>
2712
2713 * remote.h (REMOTE_SYSROOT_PREFIX): New define.
2714 (remote_filename_p): Add comment.
2715 * remote.c (remote_filename_p): Adjust to use
2716 REMOTE_SYSROOT_PREFIX.
2717 * solib.c (solib_find): When deciding whether we need to add a
2718 directory separator, check whether the sysroot is "remote:"
2719 instead of checking whether the patch has a drive spec. Add
2720 comments.
2721
2722 2013-09-27 Pedro Alves <palves@redhat.com>
2723
2724 * remote.c (struct stop_reply) <solibs_changed, replay_event>:
2725 Delete fields.
2726 (remote_parse_stop_reply): Adjust, setting event->ws.kind
2727 directly.
2728
2729 2013-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2730
2731 Fix set debug frame output.
2732 * frame.c (fprint_frame_type): Add TAILCALL_FRAME entry. Move
2733 SENTINEL_FRAME entry lower to match enum frame_type order.
2734
2735 2013-09-26 Pierre Muller <muller@sourceware.org>
2736
2737 Replace constant values 8 to 15 by AMD64_R8_REGNUM to
2738 AMD64_R15_REGNUM when a register index is expected.
2739 * amd64-windows-tdep.c (amd64_windows_dummy_call_integer_regs):
2740 Substitute in array.
2741 * amd64-tdep.c (amd64_dwarf_regmap): Ditto.
2742 (amd64_push_arguments): Substitute in integer_regnum array.
2743
2744 2013-09-25 Doug Evans <dje@google.com>
2745
2746 * objfiles.c (allocate_objfile): Move comment to better place.
2747
2748 New option "set debug symfile on".
2749 * NEWS: Mention "set debug symfile".
2750 * Makefile.in (SFILES): Add symfile-debug.c.
2751 (COMMON_OBS): Add symfile-debug.o.
2752 * elfread.c (elf_symfile_read): Use objfile_set_sym_fns to set the
2753 objfile's symbol functions.
2754 * objfiles.h (objfile_set_sym_fns): Declare.
2755 * symfile-debug.c: New file.
2756 * symfile.c (syms_from_objfile_1): Use objfile_set_sym_fns to set the
2757 objfile's symbol functions.
2758 (reread_symbols): Ditto.
2759
2760 * symfile.h (struct sym_fns): Delete member "sym_flavour".
2761 All uses updated.
2762 (add_symtab_fns): Update prototype.
2763 * symfile.c (sym_fns_ptr): Delete. Replace with ...
2764 (registered_sym_fns): ... this.
2765 (symtab_fns): Update.
2766 (add_symtab_fns): New arg "flavour". All callers updated.
2767 (find_sym_fns): Rewrite to use new sym_fns registry.
2768
2769 * symfile.h (struct sym_fns): Add "objfile" argument to
2770 sym_read_linetable. All uses updated.
2771
2772 * symtab.c (domain_name, search_domain_name): New functions.
2773 * symtab.h (domain_name, search_domain_name): Declare.
2774
2775 * symfile.h (struct quick_symbol_functions): Reorg arg list of
2776 map_matching_symbols so objfile is first. All uses updated.
2777 * dwarf2read.c (dw2_map_matching_symbols): Update signature.
2778 * psymtab.c (map_matching_symbols_psymtab): Update signature.
2779
2780 2013-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
2781
2782 PR shlibs/8882
2783 * solib-svr4.c (svr4_read_so_list): Skip the vDSO when reading
2784 link map entries.
2785
2786 2013-09-24 Doug Evans <dje@google.com>
2787
2788 * objfiles.c (free_objfile): Move comment.
2789
2790 2013-09-24 Joel Brobecker <brobecker@adacore.com>
2791
2792 * ada-exp.y (string_to_operator): Delete.
2793 (dummy_string_to_ada_operator): Delete.
2794
2795 2013-09-24 Joel Brobecker <brobecker@adacore.com>
2796
2797 Revert:
2798 * i386-tdep.h (enum amd64_reg_class): New, moved here from
2799 amd64-tdep.c.
2800 (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
2801 call_dummy_integer_regs, and classify.
2802 * amd64-tdep.h (amd64_classify): Add declaration.
2803 * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
2804 (amd64_reg_class): Delete, moved to i386-tdep.h.
2805 (amd64_classify): Make non-static. Move declaration to amd64-tdep.h.
2806 Replace call to amd64_classify by call to tdep->classify.
2807 (amd64_push_arguments): Get the list of registers to use for
2808 passing integer parameters from the gdbarch tdep structure,
2809 rather than using a hardcoded one. Replace calls to amd64_classify
2810 by calls to tdep->classify.
2811 (amd64_push_dummy_call): Get the register number used for
2812 the "hidden" argument from tdep->call_dummy_integer_regs.
2813 (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
2814 and tdep->call_dummy_integer_regs. Set tdep->classify.
2815
2816 2013-09-24 Joel Brobecker <brobecker@adacore.com>
2817
2818 Revert:
2819 * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
2820 * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
2821 where tdep->memory_args_by_pointer is non-zero.
2822
2823 2013-09-24 Joel Brobecker <brobecker@adacore.com>
2824
2825 Revert:
2826 * i386-tdep.h (struct gdbarch_tdep): Add new field
2827 integer_param_regs_saved_in_caller_frame.
2828 * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
2829 stack if tdep->integer_param_regs_saved_in_caller_frame is set.
2830
2831 2013-09-24 Joel Brobecker <brobecker@adacore.com>
2832
2833 * amd64-windows-tdep.c: #include "value.h"
2834 (amd64_windows_classify): Delete.
2835 (amd64_windows_passed_by_integer_register)
2836 (amd64_windows_passed_by_xmm_register)
2837 (amd64_windows_passed_by_pointer)
2838 (amd64_windows_adjust_args_passed_by_pointer)
2839 (amd64_windows_store_arg_in_reg, amd64_windows_push_arguments)
2840 (amd64_windows_push_dummy_call): New functions.
2841 (amd64_windows_init_abi): Remove setting of
2842 tdep->call_dummy_num_integer_regs, tdep->call_dummy_integer_regs,
2843 tdep->classify, tdep->memory_args_by_pointer and
2844 tdep->integer_param_regs_saved_in_caller_frame.
2845 Add call to set_gdbarch_push_dummy_call.
2846
2847 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2848
2849 * dwarf2read.c (open_and_init_dwp_file): Try open_dwp_file also with
2850 objfile->original_name.
2851
2852 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2853
2854 Pass down original filename for objfile.
2855 * coffread.c (coff_symfile_read): Update symbol_file_add_separate call.
2856 * elfread.c (elf_symfile_read): Likewise.
2857 * jit.c (jit_object_close_impl): Update allocate_objfile call, no
2858 longer set ORIGINAL_NAME.
2859 (jit_bfd_try_read_symtab): Update symbol_file_add_from_bfd call.
2860 * jv-lang.c (get_dynamics_objfile): Update allocate_objfile call.
2861 * machoread.c (macho_add_oso_symfile): Add parameter name. Update
2862 symbol_file_add_from_bfd call.
2863 (macho_symfile_read_all_oso): Update two macho_add_oso_symfile calls.
2864 (macho_check_dsym): Add parameter filenamep. Change function comment.
2865 Set *filenamep.
2866 (macho_symfile_read): New variable dsym_filename. Update
2867 macho_check_dsym call. Use it for symbol_file_add_separate.
2868 * objfiles.c (allocate_objfile): Add parameter name. New comment for
2869 it. Use it for objfile->original_name.
2870 (objfile_name): Return OBFD's filename, if available.
2871 * objfiles.h (allocate_objfile): Add new parameter name.
2872 * solib.c (solib_read_symbols): Update symbol_file_add_from_bfd call.
2873 * symfile-mem.c (symbol_file_add_from_memory): Update
2874 symbol_file_add_from_bfd call.
2875 * symfile.c (read_symbols): Update symbol_file_add_separate call, new
2876 comment for it.
2877 (symbol_file_add_with_addrs): New parameter name, add function comment
2878 for it. Remove variable name. Update allocate_objfile call.
2879 (symbol_file_add_separate): New parameter name, add function comment
2880 for it. Update symbol_file_add_with_addrs call.
2881 (symbol_file_add_from_bfd): New parameter name. Update
2882 symbol_file_add_with_addrs call.
2883 (symbol_file_add): Update symbol_file_add_from_bfd call.
2884 (reread_symbols): New variable original_name. Save
2885 objfile->original_name by it.
2886 * symfile.h (symbol_file_add_from_bfd, symbol_file_add_separate): Add
2887 second parameter.
2888
2889 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2890
2891 Code cleanup: Add objfile_name accessor function.
2892 * ada-lang.c (is_known_support_routine): Use objfile_name.
2893 * auto-load.c (source_gdb_script_for_objfile)
2894 (auto_load_objfile_script): Likewise.
2895 * coffread.c (coff_symtab_read, read_one_sym): Likewise.
2896 * dbxread.c (dbx_symfile_read): Likewise.
2897 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
2898 * dwarf2loc.c (locexpr_describe_location_piece): Likewise.
2899 * dwarf2read.c (dwarf2_get_dwz_file, dwarf2_read_index)
2900 (dw2_symtab_iter_next, dw2_expand_symtabs_matching)
2901 (lookup_dwp_signatured_type, lookup_dwo_unit)
2902 (dwarf2_build_psymtabs_hard, scan_partial_symbols, process_queue)
2903 (fixup_go_packaging, process_imported_unit_die, dwarf2_physname)
2904 (read_import_statement, create_dwo_cu, open_and_init_dwp_file)
2905 (lookup_dwo_cutu, read_call_site_scope, dwarf2_ranges_read)
2906 (dwarf2_record_block_ranges, read_common_block, read_typedef)
2907 (read_subrange_type, load_partial_dies, read_partial_die)
2908 (read_addr_index_1, read_str_index, dwarf_decode_lines_1)
2909 (die_containing_type, build_error_marker_type, lookup_die_type)
2910 (follow_die_ref_or_sig, follow_die_ref, dwarf2_fetch_die_loc_sect_off)
2911 (dwarf2_fetch_constant_bytes, follow_die_sig, get_signatured_type)
2912 (get_DW_AT_signature_type, write_psymtabs_to_index)
2913 (save_gdb_index_command): Likewise.
2914 * elfread.c (find_separate_debug_file_by_buildid, elf_symfile_read):
2915 Likewise.
2916 * expprint.c (dump_subexp_body_standard): Likewise.
2917 * gdbtypes.c (type_name_no_tag_or_error): Likewise.
2918 * jit.c (jit_object_close_impl): Use the objfile field name renamed to
2919 original_name.
2920 * linux-thread-db.c (try_thread_db_load_from_pdir_1): New variable
2921 obj_name, use objfile_name for it, use the variable.
2922 (try_thread_db_load_from_pdir, has_libpthread, thread_db_new_objfile):
2923 Use objfile_name.
2924 * machoread.c (macho_symtab_read, macho_check_dsym)
2925 (macho_symfile_relocate): Likewise.
2926 * maint.c (maintenance_translate_address): Likewise.
2927 * minidebug.c (find_separate_debug_file_in_section): Likewise.
2928 * minsyms.c (install_minimal_symbols): Likewise.
2929 * objfiles.c (allocate_objfile): Use the objfile field name renamed to
2930 original_name.
2931 (filter_overlapping_sections): Use objfile_name.
2932 (objfile_name): New function.
2933 * objfiles.h (struct objfile): Rename field name to original_name.
2934 (objfile_name): New prototype.
2935 * printcmd.c (sym_info, address_info): Use objfile_name.
2936 * probe.c (parse_probes, collect_probes, compare_probes)
2937 (info_probes_for_ops): Likewise.
2938 * progspace.c (clone_program_space): Likewise.
2939 * psymtab.c (require_partial_symbols, dump_psymtab, allocate_psymtab)
2940 (maintenance_info_psymtabs): Likewise.
2941 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
2942 (source_section_scripts): Likewise.
2943 * python/py-objfile.c (objfpy_get_filename): Likewise.
2944 * python/py-progspace.c (pspy_get_filename): Likewise.
2945 * solib-aix.c (solib_aix_get_toc_value): Likewise.
2946 * solib-som.c (match_main, som_solib_section_offsets): Likewise.
2947 * solib.c (solib_read_symbols): Likewise.
2948 * stabsread.c (scan_file_globals): Likewise.
2949 * stap-probe.c (handle_stap_probe): Likewise.
2950 * symfile.c (symbol_file_clear, separate_debug_file_exists)
2951 (find_separate_debug_file_by_debuglink): Likewise.
2952 (reread_symbols): Likewise. Use the objfile field name renamed to
2953 original_name.
2954 (allocate_symtab): Use objfile_name.
2955 * symmisc.c (print_symbol_bcache_statistics, print_objfile_statistics)
2956 (dump_objfile, dump_msymbols, dump_symtab_1)
2957 (maintenance_print_msymbols, maintenance_print_objfiles)
2958 (maintenance_info_symtabs, maintenance_check_symtabs): Likewise.
2959 * target.c (target_translate_tls_address, target_info): Likewise.
2960 * xcoffread.c (xcoff_initial_scan): Make variable name const. Use
2961 objfile_name.
2962
2963 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2964
2965 Code cleanup.
2966 * probe.c (parse_probes): Rename variable objfile_name to
2967 objfile_namestr.
2968
2969 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2970
2971 Remove solib-sunos.c.
2972 * Makefile.in (ALLDEPFILES): Remove solib-sunos.c.
2973 * config/m68k/obsd.mh (NATDEPFILES): Remove solib-sunos.o.
2974 * objfiles.c (rt_common_objfile): Remove.
2975 (free_objfile): Remove rt_common_objfile comparison.
2976 * objfiles.h (rt_common_objfile): Remove.
2977 * solib-sunos.c: Remove.
2978 * symfile.c (reread_symbols): Remove solib-sunos.c comment.
2979
2980 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2981
2982 Remove a.out NetBSD and OpenBSD hosts.
2983 * NEWS (Removed native configurations): New.
2984 * config/arm/nbsdaout.mh: Remove.
2985 * config/i386/nbsdaout.mh: Remove.
2986 * config/i386/obsdaout.mh: Remove.
2987 * config/m68k/nbsdaout.mh: Remove.
2988 * config/sparc/nbsdaout.mh: Remove.
2989 * config/vax/nbsdaout.mh: Remove.
2990 * configure.host (arm*-*-netbsd*, i[34567]86-*-netbsd*)
2991 (i[34567]86-*-openbsd[0-2].*, i[34567]86-*-openbsd3.[0-3])
2992 (m68*-*-netbsd*, sparc-*-netbsd*, vax-*-netbsd*): Add them to obsolete
2993 error.
2994 (arm*-*-netbsd*, i[34567]86-*-netbsd*, i[34567]86-*-openbsd[0-2].*)
2995 (i[34567]86-*-openbsd3.[0-3], m68*-*-netbsd*, sparc-*-netbsdaout*)
2996 (sparc-*-netbsd*, vax-*-netbsd*): Remove.
2997
2998 2013-09-23 Tom Tromey <tromey@redhat.com>
2999
3000 * linespec.c (struct minsym_and_objfile): Remove.
3001 (minsym_and_objfile_d): Remove.
3002 (struct linespec, struct collect_info, linespec_parse_basic)
3003 (convert_linespec_to_sals, linespec_parser_delete, decode_objc)
3004 (compare_msymbols, find_method, find_function_symbols)
3005 (find_linespec_symbols, struct collect_minsyms, compare_msyms)
3006 (add_minsym, search_minsyms_for_name): Update.
3007
3008 2013-09-23 Andrew Burgess <aburgess@broadcom.com>
3009
3010 * regcache.c: Add include of valprint.h.
3011 (dump_endian_bytes): Delete.
3012 (regcache_dump): Use print_hex_chars not dump_endian_bytes.
3013
3014 2013-09-23 Andrew Burgess <aburgess@broadcom.com>
3015
3016 * sh64-tdep.c (sh64_do_fp_register): Use print_hex_chars.
3017
3018 2013-09-19 Pedro Alves <palves@redhat.com>
3019
3020 * breakpoint.c (remove_threaded_breakpoints): Skip non-user
3021 breakpoints.
3022
3023 2013-09-19 Pedro Alves <palves@redhat.com>
3024 Thomas Schwinge <thomas@codesourcery.com>
3025 Yue Lu <hacklu.newborn@gmail.com>
3026
3027 * gnu-nat.c (gnu_read_inferior, gnu_write_inferior): Make static.
3028 Take a gdb_byte pointer instead of a char pointer.
3029
3030 * gnu-nat.c (gnu_xfer_memory): Adjust interface as
3031 gnu_xfer_partial helper.
3032 (gnu_xfer_partial): New function.
3033 (gnu_target): Don't install a deprecated_xfer_memory hook.
3034 Install a to_xfer_partial hook.
3035
3036 2013-09-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3037
3038 Constification.
3039 * main.c (captured_main): Replace catch_command_errors by
3040 catch_command_errors_const. Twice.
3041 * symfile.c (symbol_file_add_main_1): Make args parameter const.
3042 (symbol_file_add): Make name parameter const.
3043 (symbol_file_add_main, symbol_file_add_main_1): Make args parameter const.
3044 (symfile_bfd_open): Make name parameter const, rename it to cname. Add
3045 variable name. Change their usage accordingly.
3046 * symfile.h (symbol_file_add, symfile_bfd_open): Make first parameter
3047 const.
3048 (symbol_file_add_main): Make args parameter const.
3049
3050 2013-09-18 Raunaq Bathija <raunaq12@in.ibm.com>
3051 Ulrich Weigand <uweigand@de.ibm.com>
3052
3053 * xcoffread.c (struct coff_symbol): Use CORE_ADDR as type
3054 of c_value member.
3055 (read_xcoff_symtab): Use CORE_ADDR as type of fcn_start_addr.
3056
3057 2013-09-18 Pedro Alves <palves@redhat.com>
3058 Yue Lu <hacklu.newborn@gmail.com>
3059
3060 * gnu-nat.c (inf_validate_procs, gnu_wait, gnu_resume)
3061 (gnu_create_inferior)
3062 (gnu_attach, gnu_thread_alive, gnu_pid_to_str, cur_thread)
3063 (set_sig_thread_cmd): Use the lwpid field of ptids to
3064 store/extract thread ids instead of the tid field.
3065 * i386gnu-nat.c (gnu_fetch_registers): Adjust.
3066
3067 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
3068
3069 * infcmd.c (default_print_one_register_info): Add detection of
3070 optimized out values.
3071 (default_print_registers_info): Switch to using
3072 get_frame_register_value.
3073
3074 2013-09-18 Markus Metzger <markus.t.metzger@intel.com>
3075
3076 * infrun.c (handle_inferior_event): Check if we know the
3077 function start address before setting a resume breakpoint.
3078
3079 2013-09-18 Pedro Alves <palves@redhat.com>
3080
3081 * gnu-nat.c (set_sig_thread_cmd): Compare the thread's ptid to
3082 minus_one_ptid instead of looking at the ptid's tid field and
3083 comparing that to -1.
3084
3085 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
3086
3087 * main.h (get_gdb_program_name): Remove extra whitespace.
3088
3089 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
3090
3091 * main.h (get_gdb_program_name): Add declaration.
3092 * main.c (get_gdb_program_name): Add definition.
3093
3094 2013-09-17 Doug Evans <dje@google.com>
3095
3096 * dwarf2read.c: Move definitions of complaint functions to after
3097 forward declarations of local functions.
3098
3099 2013-09-17 Muhammad Waqas <mwaqas@codesourcery.com>
3100 Pedro Alves <palves@redhat.com>
3101
3102 PR gdb/11568
3103 * breakpoint.c (remove_threaded_breakpoints): New function.
3104 (_initialize_breakpoint): Attach remove_threaded_breakpoints
3105 as thread_exit observer.
3106
3107 2013-09-17 Pedro Alves <palves@redhat.com>
3108
3109 PR gdb/15911
3110 * ada-tasks.c (task_command_1): Adjust call to print_stack_frame.
3111 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
3112 * corelow.c (core_open):
3113 * frame.h (print_stack_frame, print_frame_info): New
3114 'set_current_sal' parameter.
3115 * infcmd.c (finish_command, kill_command): Adjust call to
3116 print_stack_frame.
3117 * inferior.c (inferior_command): Likewise.
3118 * infrun.c (normal_stop): Likewise.
3119 * linux-fork.c (linux_fork_context): Likewise.
3120 * record-full.c (record_full_goto_entry, record_full_restore):
3121 Likewise.
3122 * remote-mips.c (common_open): Likewise.
3123 * stack.c (print_stack_frame): New 'set_current_sal' parameter.
3124 Use it.
3125 (print_frame_info): New 'set_current_sal' parameter. Set the last
3126 displayed sal depending on the new paremeter instead of looking at
3127 print_what.
3128 (backtrace_command_1, select_and_print_frame, frame_command)
3129 (current_frame_command, up_command, down_command): Adjust call to
3130 print_stack_frame.
3131 * thread.c (print_thread_info, restore_selected_frame)
3132 (do_captured_thread_select): Adjust call to print_stack_frame.
3133 * tracepoint.c (tfind_1): Likewise.
3134 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
3135 (mi_cmd_stack_info_frame): Likewise.
3136 * mi/mi-interp.c (mi_on_normal_stop): Likewise.
3137 * mi/mi-main.c (mi_cmd_exec_return, mi_cmd_trace_find): Likewise.
3138
3139 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3140
3141 * value.c (isvoid_internal_fn): Replace "parameter" with
3142 "argument".
3143
3144 2013-09-16 Stan Shebs <stan@codesourcery.com>
3145
3146 * README: Update references to writing code for GDB.
3147 * configure.ac (build_warnings): Remove obsolete comment.
3148 * configure: Regenerate.
3149 * gdbarch.sh: Remove references to gdbint.texinfo.
3150 * gdbarch.h: Regenerate.
3151 * gdbtypes.c (objfile_type): Remove comments referencing internals
3152 manual and D10V.
3153
3154 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3155
3156 * NEWS: Mention new convenience function $_isvoid.
3157 * value.c (isvoid_internal_fn): New function.
3158 (_initialize_values): Add new convenience function $_isvoid.
3159
3160 2013-09-16 Pierre Muller <muller@sourceware.org>
3161
3162 * arm-linux-tdep.c: Add "elf/common.h" header.
3163 Remove AT_HWCAP macro definintion as it is provided in
3164 added include file.
3165 * s390-tdep.c: Remove system header <elf.h>
3166 Add "elf/common.h" header for AT_HWCAP definition.
3167 (s390_core_read_description): Use correct CORE_ADDR
3168 for hwcap local variable used as third parameter
3169 of function target_auxv_search.
3170
3171 2013-09-14 Pierre Muller <muller@sourceware.org>
3172 Tom Tromey <tromey@redhat.com>
3173 Pedro Alves <palves@redhat.com>
3174
3175 * common/filestuff.c (gdb_fopen_cloexec): Do not try to use "e"
3176 mode if operating system doesn't know O_CLOEXEC.
3177
3178 2013-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3179
3180 Code cleanup.
3181 * symfile.c (reread_symbols): Move variable obfd_filename to a more
3182 inner block.
3183
3184 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3185
3186 * NEWS: Mention TDB support.
3187 * features/s390-tdb.xml: New file.
3188 * features/s390-te-linux64.xml: New file.
3189 * features/s390x-te-linux64.xml: New file.
3190 * features/Makefile (WHICH): Add new tdescs above.
3191 (s390-te-linux64-expedite): Set.
3192 (s390x-te-linux64-expedite): Set.
3193 * features/s390-te-linux64.c: New file (generated).
3194 * features/s390x-te-linux64.c: New file (generated).
3195 * regformats/s390-te-linux64.dat: New file (generated).
3196 * regformats/s390x-te-linux64.dat: New file (generated).
3197 * s390-tdep.h (HWCAP_S390_HIGH_GPRS): Define.
3198 (HWCAP_S390_TE): Likewise.
3199 (S390_TDB_DWORD0_REGNUM): Likewise.
3200 (S390_TDB_DWORD0_REGNUM): Likewise.
3201 (S390_TDB_ABORT_CODE_REGNUM): Likewise.
3202 (S390_TDB_CONFLICT_TOKEN_REGNUM): Likewise.
3203 (S390_TDB_ATIA_REGNUM): Likewise.
3204 (S390_TDB_R0_REGNUM): Likewise.
3205 (S390_TDB_R1_REGNUM): Likewise.
3206 (S390_TDB_R2_REGNUM): Likewise.
3207 (S390_TDB_R3_REGNUM): Likewise.
3208 (S390_TDB_R4_REGNUM): Likewise.
3209 (S390_TDB_R5_REGNUM): Likewise.
3210 (S390_TDB_R6_REGNUM): Likewise.
3211 (S390_TDB_R7_REGNUM): Likewise.
3212 (S390_TDB_R8_REGNUM): Likewise.
3213 (S390_TDB_R9_REGNUM): Likewise.
3214 (S390_TDB_R10_REGNUM): Likewise.
3215 (S390_TDB_R11_REGNUM): Likewise.
3216 (S390_TDB_R12_REGNUM): Likewise.
3217 (S390_TDB_R13_REGNUM): Likewise.
3218 (S390_TDB_R14_REGNUM): Likewise.
3219 (S390_TDB_R15_REGNUM): Likewise.
3220 (S390_NUM_REGS): Increase.
3221 (S390_IS_TDBREGSET_REGNUM): New macro.
3222 (s390_regmap_tdb): Declare.
3223 (s390_sizeof_tdbregset): Define.
3224 (tdesc_s390_te_linux64): Declare.
3225 (tdesc_s390x_te_linux64): Likewise.
3226 * s390-tdep.c: Add includes for "auxv.h", <elf.h>,
3227 "features/s390-te-linux64.c", and "features/s390x-te-linux64.c".
3228 (s390_regmap_tdb): New regmap.
3229 (s390_supply_tdb_regset): New function.
3230 (s390_tdb_regset): New regset.
3231 (s390_linux64v2_regset_sections): Add TDB regset to list.
3232 (s390x_linux64v2_regset_sections): Likewise.
3233 (s390_regset_from_core_section): Recognize TDB core note section.
3234 (s390_core_read_description): If HWCAP indicates TE support,
3235 select tdesc_s390_te_linux64 or tdesc_s390_s390x_te_linux64.
3236 (s390_gdbarch_init): Handle TDB regset.
3237 (_initialize_s390_tdep): Initialize new tdescs.
3238 * s390-nat.c (HWCAP_S390_HIGH_GPRS): Remove define.
3239 (have_regset_tdb): New variable.
3240 (s390_native_supply): Support register invalidation.
3241 (fetch_regset): Invalidate registers if ptrace yields ENODATA.
3242 (check_regset): Treat ENODATA as "regset exists".
3243 (s390_linux_fetch_inferior_registers): Add TDB.
3244 (s390_read_description): Check for TDB existence and select
3245 appropriate tdesc.
3246 * gdbserver/Makefile.in (clean): Add removal of new makefile
3247 targets.
3248 (s390-te-linux64.c): New makefile target.
3249 (s390x-te-linux64.c): Likewise.
3250 * gdbserver/configure.srv (srv_regobj): Append new objects
3251 s390-te-linux64.o and s390x-te-linux64.o.
3252 (srv_xmlfiles): Append new files s390-te-linux64.xml,
3253 s390x-te-linux64.xml, and s390-tdb.xml.
3254 * gdbserver/linux-s390-low.c (init_registers_s390_te_linux64): New
3255 declaration.
3256 (tdesc_s390_te_linux64): Likewise.
3257 (init_registers_s390x_te_linux64): Likewise.
3258 (tdesc_s390x_te_linux64): Likewise.
3259 (s390_check_regset): Treat ENODATA as "regset exists".
3260 (s390_arch_setup): Add TDB regset support.
3261 (initialize_low_arch): Initialize registers for new tdescs.
3262
3263 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3264
3265 * s390-tdep.h (S390_IS_GREGSET_REGNUM): New macro.
3266 (S390_IS_FPREGSET_REGNUM): New macro.
3267 * s390-tdep.c (s390_dwarf_regmap): Make const.
3268 (regnum_is_gpr_full): New function for replacing repeated code.
3269 (s390_pseudo_register_name): Use it.
3270 (s390_pseudo_register_type): Likewise.
3271 (s390_pseudo_register_read): Likewise.
3272 (s390_pseudo_register_write): Likewise.
3273 (s390_unwind_pseudo_register): Likewise.
3274 (s390_regmap_gregset): New format for regmap.
3275 (s390x_regmap_gregset): Likewise.
3276 (s390_regmap_fpregset): Likewise.
3277 (s390_regmap_upper): Likewise.
3278 (s390_regmap_last_break): Likewise.
3279 (s390_regmap_system_call): Likewise.
3280 (s390_supply_regset): Adjust to new regmap format.
3281 (s390_collect_regset): Likewise.
3282 * s390-nat.c (s390_native_supply): Adjust to new regmap format.
3283 (s390_native_collect): Likewise.
3284 (supply_gregset): Likewise.
3285 (fill_gregset): Likewise.
3286 (supply_fpregset): Likewise.
3287 (fill_fpregset): Likewise.
3288 (fetch_regset): Likewise.
3289 (store_regset): Likewise.
3290 (s390_linux_fetch_inferior_registers): Likewise.
3291 (s390_linux_fetch_inferior_registers): Likewise.
3292
3293 2013-09-12 Andrew Pinski <apinski@cavium.com>
3294
3295 * aarch64-linux-nat.c (aarch64_linux_set_debug_regs): Zero out regs.
3296
3297 2013-09-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
3298
3299 * config/s390/s390.mh (NATDEPFILES): Add linux-waitpid.o.
3300
3301 2013-09-09 Andrew Burgess <aburgess@broadcom.com>
3302
3303 * top.c (quit_confirm): Remove use of deprecated_init_ui_hook.
3304
3305 2013-09-06 Pedro Alves <palves@redhat.com>
3306
3307 * remote-sim.c (dump_mem, gdbsim_fetch_register)
3308 (gdbsim_store_register, gdbsim_kill, gdbsim_load)
3309 (gdbsim_create_inferior, gdbsim_open, gdbsim_close)
3310 (gdbsim_detach, gdbsim_resume_inferior, gdbsim_wait)
3311 (gdbsim_files_info, gdbsim_mourn_inferior): Send debug output to
3312 gdb_stdlog.
3313
3314 2013-09-06 Pedro Alves <palves@redhat.com>
3315
3316 * remote-sim.c (dump_mem): Constify buf parameter.
3317 gdbsim_xfer_inferior_memory): Rename to ...
3318 (gdbsim_xfer_memory): ... this. Adjust interface as
3319 target_xfer_partial helper.
3320 (gdbsim_xfer_partial): New function.
3321 (init_gdbsim_ops): Don't install a deprecated_xfer_memory hook.
3322 Install a to_xfer_partial hook. Send output to gdb_stdlog.
3323
3324 2013-09-06 Pedro Alves <palves@redhat.com>
3325
3326 * remote-sim.c (gdbsim_xfer_inferior_memory): Use
3327 host_address_to_string, and send debug output to gdb_stdlog.
3328
3329 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
3330
3331 * Makefile.in (ALL_TARGET_OBS): Add cris-linux-tdep.o.
3332 * configure.tgt: Add cris-linux-tdep.o and linux-tdep.o to
3333 gdb_target_obs for cris target.
3334 * cris-tdep.c (struct gdbarch_tdep): Move to cris-tdep.h.
3335 (cris_gdbarch_init): Move calls to
3336 set_gdbarch_fetch_tls_load_module_address and
3337 set_solib_svr4_fetch_link_map_offsets to cris-linux-tdep.c.
3338 Add call to gdbarch_init_osabi.
3339 * cris-linux-tdep.c: New file.
3340 * cris-tdep.h: New file.
3341
3342 2013-09-06 Andrew Burgess <aburgess@broadcom.com>
3343
3344 * tui/tui-io.c (tui_initialize_io): Remove legacy comment referring
3345 to deprecated_init_ui_hook.
3346
3347 2013-09-06 Andrew Burgess <aburgess@broadcom.com>
3348
3349 * cli/cli-interp.c (_initialize_cli_interp): Add a
3350 command_loop_proc to interp_procs.
3351 * event-top.c (cli_command_loop): Change signature to match
3352 interp_command_loop_ftype.
3353 * event-top.h (cli_command_loop): Same.
3354 * interps.c (interp_new): Require every interpreter to have a
3355 command_loop_proc.
3356 (current_interp_command_loop): Just call the command_loop_proc on
3357 the current interpreter.
3358 * tui/tui-interp.c (_initialize_tui_interp): Add a
3359 command_loop_proc to interp_procs.
3360
3361 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
3362
3363 * cris-tdep.c (cris_gdbarch_init): Add call to
3364 get_gdbarch_fetch_tls_load_module_address.
3365
3366 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
3367
3368 * cris-tdep.c (cris_elf_greg_t): Rename from elf_greg_t.
3369 (cris_elf_gregset_t): Rename from elf_gregset_t.
3370 (crisv32_elf_gregset_t): Adjust.
3371 (cris_supply_gregset, fetch_core_registers): Adjust.
3372
3373 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
3374
3375 * cris-tdep.c (elf_greg_t): Change typedef to unsigned char[4]
3376
3377 2013-09-05 Andrew Burgess <aburgess@broadcom.com>
3378
3379 * defs.h (deprecated_command_loop_hook): Remove, including
3380 references in comments.
3381 * interps.c (current_interp_command_loop): No longer use
3382 deprecated_command_loop_hook.
3383 (clear_interpreter_hooks): Remove deprecated_command_loop_hook
3384 setup.
3385 * top.c (deprecated_command_loop_hook): Remove.
3386
3387 2013-09-05 Pedro Alves <palves@redhat.com>
3388
3389 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): 'dwarf_regnum'
3390 local is now int instead of ULONGEST. Print it with %d
3391 instead of paddress.
3392
3393 2013-09-05 Tristan Gingold <gingold@adacore.com>
3394
3395 * MAINTAINERS: Remove avr maintainership.
3396
3397 2013-09-05 Pedro Alves <palves@redhat.com>
3398
3399 * findvar.c (value_of_register): Rework in terms of
3400 value_of_register_lazy.
3401
3402 2013-09-05 Muhammad Bilal <mbilal@codesourcery.com>
3403
3404 * symfile.c (add_symbol_file_command): Remove trailing
3405 whitespaces and blank line after comment.
3406
3407 2013-09-05 Pedro Alves <palves@redhat.com>
3408
3409 * tui/tui-regs.c (tui_register_format): Don't look at the
3410 register's name here. Return string representing register
3411 value instead of storing it in the data element.
3412 (tui_get_register): Compare register string representations
3413 instead of register value states and contents.
3414
3415 2013-09-05 Pedro Alves <palves@redhat.com>
3416
3417 PR tui/15933
3418 * tui/tui-regs.c (tui_show_registers): Show registers of the
3419 selected frame, not the current frame.
3420
3421 2013-09-05 Ricard Wanderlof <ricardw@axis.com>
3422
3423 * MAINTAINERS (Write After Approval): Add myself to the list.
3424
3425 2013-09-04 Doug Evans <dje@google.com>
3426
3427 * dwarf2read.c (queue_and_load_all_dwo_tus): New function.
3428 (queue_and_load_dwo_tu): New function.
3429 (lookup_dwo_signatured_type): Set per_cu.tu_read.
3430 (maybe_queue_comp_unit): Rename this_cu argument to dependent_cu.
3431 Make dependent_cu optional.
3432 (dw2_do_instantiate_symtab): If we just loaded a CU from a DWO,
3433 and an older .gdb_index is in use, queue and load all its TUs too.
3434
3435 2013-09-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3436
3437 Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.
3438 * cli/cli-cmds.c (find_and_open_script): Add OPF_RETURN_REALPATH to
3439 variable search_flags.
3440 * defs.h (OPF_DISABLE_REALPATH): Rename to ...
3441 (OPF_RETURN_REALPATH): ... here.
3442 * dwarf2read.c (try_open_dwop_file): Set OPF_RETURN_REALPATH for flags.
3443 * exec.c (exec_file_attach): Remove OPF_DISABLE_REALPATH from openp
3444 call. Twice.
3445 * nto-tdep.c (nto_find_and_open_solib): Add OPF_RETURN_REALPATH for
3446 openp call.
3447 * solib.c (solib_find): Likewise. Four times.
3448 * source.c (openp): Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH
3449 in the function comment and for the realpath_fptr variable.
3450 (source_full_path_of): Add OPF_RETURN_REALPATH for openp call.
3451 (find_and_open_source): Likewise. Twice.
3452 * symfile.c (symfile_bfd_open): Likewise, also twice.
3453
3454 2013-09-04 Doug Evans <dje@google.com>
3455
3456 * progspace.c (save_current_space_and_thread): Remove unnecessary
3457 call to save_current_inferior.
3458
3459 2013-09-04 Andrew Burgess <aburgess@broadcom.com>
3460
3461 * sh64-tdep.c (sh64_do_register): Return after printing message
3462 about unavailable register contents.
3463
3464 2013-09-04 Muhammad Bilal <mbilal@codesourcery.com>
3465 Pedro Alves <palves@redhat.com>
3466
3467 * symfile.c (add_symbol_file_command): Error out on unknown
3468 option. Handle EXPECTING_SEC_ADDR/EXPECTING_SEC_NAME before '-'
3469 options and collapse into single conditional branch.
3470
3471 2013-09-03 Luis Machado <lgustavo@codesourcery.com>
3472
3473 * inf-child.c (inf_child_follow_fork): New parameter
3474 detach_fork.
3475 * inf-ptrace.c (inf_ptrace_follow_fork): Likewise.
3476 * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
3477 * inferior.h (detach_fork): Remove.
3478 * infrun.c (detach_fork): Adjust comment and make it
3479 static.
3480 (follow_fork): Pass detach_fork parameter to
3481 target_follow_fork.
3482 * linux-nat.c (linux_child_follow_fork): New parameter
3483 detach_fork.
3484 * target.c (target_follow_fork): New parameter detach_fork.
3485 Pass detach_fork as parameter and print its value.
3486 * target.h (struct target_ops) <to_follow_fork>: New int
3487 parameter.
3488 (target_follow_fork): New parameter detach_fork.
3489
3490 2013-09-03 Joel Brobecker <brobecker@adacore.com>
3491
3492 * solib-ia64-hpux.c (ia64_hpux_relocate_section_addresses):
3493 Replace sec->bfd by sec->the_bfd_section->owner.
3494
3495 2013-09-03 Yao Qi <yao@codesourcery.com>
3496
3497 * linux-tdep.c (linux_is_uclinux): New function. Code moved
3498 from linux_has_shared_address_space.
3499 (linux_has_shared_address_space): Call linux_is_uclinux.
3500 * linux-tdep.h (linux_is_uclinux): Declare.
3501 * m68klinux-tdep.c (m68k_linux_get_sigtramp_info): Call
3502 linux_is_uclinux.
3503
3504 2013-09-03 Yao Qi <yao@codesourcery.com>
3505
3506 * config/djgpp/fnchange.lst: Remove entry of
3507 i386-interix-nat.c and i386-interix-tdep.c.
3508 * configure.ac: Remove '*-*-interix*'.
3509 * configure: Re-generated.
3510 * defs.h (enum gdb_osabi): Remove GDB_OSABI_INTERIX.
3511 * i386-cygwin-tdep.c (i386_cygwin_osabi_sniffer): Remove
3512 obsolete comments.
3513 * osabi.c (gdb_osabi_names): Remove "Interix".
3514
3515 2013-09-03 Yao Qi <yao@codesourcery.com>
3516
3517 * arch-utils.c: Fix typo in the comment to gdbarch_update_p.
3518
3519 2013-09-02 Markus Metzger <markus.t.metzger@intel.com>
3520
3521 * record.h (record_print_flag) <record_print_src_line,
3522 record_print_insn_range>: Rename into ...
3523 (record_print_flag) <record_print_src_line,
3524 record_print_insn_range>: ... this. Update all users.
3525
3526 2013-09-02 Pierre Muller <muller@sourceware.org>
3527
3528 * windows-nat.c (windows_xfer_memory): Handle ERROR_PARTIAL_COPY
3529 error code.
3530
3531 2013-09-02 Pierre Muller <muller@sourceware.org>
3532
3533 * windows-nat.c (windows_xfer_memory): Fix compilation failure
3534 by use of plongest function.
3535
3536 2013-09-02 Tristan Gingold <gingold@adacore.com>
3537
3538 * NEWS: Add entry mentioning support for native Windows x64
3539 SEH data.
3540
3541 * amd64-windows-tdep.c: #include "objfiles.h", "frame-unwind.h",
3542 "coff/internal.h", "coff/i386.h", "coff/pe.h" and "libcoff.h".
3543 (struct amd64_windows_frame_cache): New struct.
3544 (amd64_windows_w2gdb_regnum): New global.
3545 (pc_in_range, amd64_windows_frame_decode_epilogue)
3546 (amd64_windows_frame_decode_insns, amd64_windows_find_unwind_info)
3547 (amd64_windows_frame_cache, amd64_windows_frame_prev_register)
3548 (amd64_windows_frame_this_id): New functions.
3549 (amd64_windows_frame_unwind): New static global.
3550 (amd64_windows_skip_prologue): New function.
3551 (amd64_windows_init_abi): Call frame_unwind_prepend_unwinder
3552 with amd64_windows_frame_unwind. Call set_gdbarch_skip_prologue
3553 with amd64_windows_skip_prologue.
3554
3555 2013-08-30 Joel Brobecker <brobecker@adacore.com>
3556
3557 GDB 7.6.1 released.
3558
3559 2013-08-30 Pedro Alves <palves@redhat.com>
3560
3561 * mi/mi-main.c (mi_cmd_trace_find): Use LOC_AND_ADDRESS instead of
3562 SRC_AND_LOC.
3563
3564 2013-08-30 Pedro Alves <palves@redhat.com>
3565
3566 * thread.c (restore_selected_frame): Use SRC_AND_LOC, and change
3567 warning text.
3568
3569 2013-08-30 Pedro Alves <palves@redhat.com>
3570
3571 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
3572 Adjust arguments to print_stack_frame.
3573
3574 2013-08-30 Pedro Alves <palves@redhat.com>
3575
3576 * ada-tasks.c (task_command_1): Write SRC_AND_LOC instead '1'.
3577
3578 2013-08-30 Pedro Alves <palves@redhat.com>
3579
3580 * frame.h (show_and_print_stack_frame): Delete declaration.
3581
3582 2013-08-30 Phil Muldoon <pmuldoon@redhat.com>
3583
3584 PR python/15461
3585 * python/py-arch.c (ARCHPY_REQUIRE_VALID): New macro.
3586 (archpy_name): Check for valid architecture.
3587 (archpy_disassemble): Ditto.
3588
3589 2013-08-29 Joel Brobecker <brobecker@adacore.com>
3590
3591 * rs6000-nat.c (rs6000_ptrace32): Cast "addr" to "uintptr_t"
3592 instead of "long long" in call to ptrace64.
3593
3594 2013-08-29 Andrew Burgess <aburgess@broadcom.com>
3595
3596 * mi/mi-interp.c (mi_command_loop): Change signature to match
3597 interp_command_loop_ftype.
3598 (mi1_command_loop): Remove.
3599 (mi2_command_loop): Remove.
3600 (mi3_command_loop): Remove.
3601 (mi_interpreter_resume): Remove setting of
3602 deprecated_command_loop_hook.
3603 (_initialize_mi_interp): Set mi_command_loop as the command loop
3604 callback.
3605
3606 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
3607
3608 * valops.c (do_search_struct_field): Pass v2 instead of base_type to
3609 value_type.
3610
3611 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
3612
3613 * value.c (allocate_value_contents): Make static.
3614 * value.h (allocate_value_contents): Remove prototype.
3615
3616 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
3617
3618 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use value_at_lazy instead
3619 of assembling value via allocate_value_lazy and attribute setter.
3620 * findvar.c (default_read_var_value): Use value_at_lazy instead of
3621 assembling value via allocate_value_lazy and attribute setter.
3622 * valops.c (do_search_struct_field): Use value_at_lazy instead of
3623 assembling value via allocate_value_lazy and attribute setter.
3624
3625 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
3626
3627 * value.c (value_from_contents_and_address): Replace allocate_value and
3628 memcpy with value_from_contents.
3629
3630 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
3631
3632 * python/py-framefilter.c (py_print_frame): Remove usage of
3633 PyString_AsString. Use python_string_to_host_string instead.
3634 Refactor function to work with a string as a new allocation
3635 instead of a pointer.
3636 (py_print_frame): Ditto.
3637 * python/lib/gdb/frames.py (return_list): Cain iterators together
3638 instead of adding them as a list.
3639 (_sort_list): Call return_list, and remove duplicate code.
3640 (execute_frame_filters): Convert iterator to a list with list().
3641 * python/lib/gdb/command/frame_filters.py
3642 (SetFrameFilterPriority._set_filter_priority): Convert priority
3643 attribute to an integer.
3644 * python/lib/gdb/FrameIterator.py (FrameIterator.next): Define
3645 wrapper function __next__.
3646 * python/lib/gdb/FrameDecorator.py: If basestring not defined,
3647 define as "str".
3648
3649 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
3650
3651 PR python/15752
3652 * python/py-framefilter.c (apply_frame_filter): Check
3653 gdb_python_initialized. Exit if the Python frame-filter code
3654 cannot be initialized.
3655
3656 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
3657
3658 PR cli/15842
3659 * top.c (print_gdb_version): Remove erroneous newline after help
3660 text.
3661
3662 2013-08-29 Yao Qi <yao@codesourcery.com>
3663
3664 * varobj.c (install_dynamic_child): Remove trailing space.
3665 Add one blank line after variable declaration.
3666
3667 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3668
3669 PR gdb/15415
3670 * corefile.c (get_exec_file): Use exec_filename.
3671 * defs.h (OPF_DISABLE_REALPATH): New definition. Add new comment.
3672 * exec.c (exec_close): Free EXEC_FILENAME.
3673 (exec_file_attach): New variable canonical_pathname. Use
3674 OPF_DISABLE_REALPATH. Call gdb_realpath explicitly. Set
3675 EXEC_FILENAME.
3676 * exec.h (exec_filename): New.
3677 * inferior.c (print_inferior, inferior_command): Use
3678 PSPACE_EXEC_FILENAME.
3679 * mi/mi-main.c (print_one_inferior): Likewise.
3680 * progspace.c (clone_program_space, print_program_space): Likewise.
3681 * progspace.h (struct program_space): New field pspace_exec_filename.
3682 * source.c (openp): Describe OPF_DISABLE_REALPATH. New variable
3683 realpath_fptr, initialize it from OPF_DISABLE_REALPATH, use it.
3684
3685 2013-08-28 Will Newton <will.newton@linaro.org>
3686
3687 * common/linux-ptrace.c: Include stdint.h unconditionally.
3688
3689 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3690
3691 Code cleanup.
3692 * nto-tdep.c (nto_find_and_open_solib): Use OPF_TRY_CWD_FIRST.
3693
3694 2013-08-28 Yao Qi <yao@codesourcery.com>
3695 Pedro Alves <palves@redhat.com>
3696
3697 * event-top.c (gdb_setup_readline): Call stderr_fileopen
3698 instead of stdio_fileopen.
3699 * main.c (captured_main) [__MINGW32__]: Set stderr unbuffered.
3700 .Call stderr_fileopen instead of stdio_fileopen.
3701 * ui-file.c [__MINGW32__] (stderr_file_write): New function.
3702 [__MINGW32__] (stderr_file_fputs): New function.
3703 (stderr_fileopen): New function.
3704 * ui-file.h (stderr_fileopen): Declare.
3705
3706 2013-08-27 Doug Evans <dje@google.com>
3707
3708 * dwarf2read.c (struct dwarf2_cu): Tweak comment.
3709 (struct dwarf2_per_cu_data): Ditto.
3710 (maybe_queue_comp_unit): Delete forward decl. Add comment.
3711 (process_imported_unit_die): Ditto.
3712 (follow_die_sig_1): Simplify assert.
3713
3714 2013-08-27 Pedro Alves <palves@redhat.com>
3715
3716 * windows-nat.c (windows_xfer_memory): Adjust prototype to follow
3717 xfer_partial's interface. Return TARGET_XFER_E_IO on error.
3718 (windows_xfer_partial): Defer TARGET_OBJECT_MEMORY handling to
3719 windows_xfer_memory directly.
3720 (init_windows_ops): Don't install a deprecated_xfer_memory method.
3721
3722 2013-08-27 Pedro Alves <palves@redhat.com>
3723
3724 * darwin-nat.c (darwin_xfer_memory): Delete.
3725 (_initialize_darwin_inferior): Don't install a
3726 deprecated_xfer_memory method.
3727
3728 2013-08-27 Pedro Alves <pedro@codesourcery.com>
3729 Yao Qi <yao@codesourcery.com>
3730
3731 * mi/mi-cmd-stack.c (list_args_or_locals): Adjust prototype.
3732 (parse_no_frames_option): Remove.
3733 (mi_cmd_stack_list_locals): Handle --skip-unavailable.
3734 (mi_cmd_stack_list_args): Adjust.
3735 (mi_cmd_stack_list_variables): Handle --skip-unavailable.
3736 (list_arg_or_local): Add new parameter 'skip_unavailable'. Return
3737 early if SKIP_UNAVAILABLE is true and ARG->val is unavailable.
3738 Caller update.
3739 (list_args_or_locals): New parameter 'skip_unavailable'.
3740 Handle it.
3741 * valprint.c (scalar_type_p): Rename to ...
3742 (val_print_scalar_type_p): ... this. Make extern.
3743 (val_print, value_check_printable): Adjust.
3744 * valprint.h (val_print_scalar_type_p): Declare.
3745 * value.c (value_entirely_unavailable): New function.
3746 * value.h (value_entirely_unavailable): Declare.
3747
3748 * NEWS: Mention the new option "--skip-unavailable" to MI
3749 commands '-stack-list-locals', '-stack-list-arguments' and
3750 '-stack-list-variables'.
3751
3752 2013-08-27 Yao Qi <yao@codesourcery.com>
3753
3754 * mi/mi-cmd-stack.c (parse_no_frames_option): Remove.
3755 (mi_cmd_stack_list_args): Use mi_getopt_silent to handle
3756 options.
3757 * mi/mi-getopt.c (mi_getopt): Remove.
3758 (mi_getopt_1): Renamed from mi_getopt. Add one parameter
3759 'error_on_unknown'.
3760 (mi_getopt): Call mi_getopt_1.
3761 (mi_getopt_silent): New.
3762 * mi/mi-getopt.h (mi_getopt_silent): Declare.
3763
3764 2013-08-26 Doug Evans <dje@google.com>
3765
3766 PR symtab/15885
3767 * dwarf2read.c (dw2_dump): Print some minimal information indicating
3768 .gdb_index is in use.
3769 * symfile.c (reread_symbols): Reset objfile->sf.
3770
3771 * NEWS: Document "mt print objfiles" now takes optional regexp.
3772 * symmisc.c (maintenance_print_objfiles): Argument is now an optional
3773 regexp of objfiles to print.
3774 (_initialize_symmisc): Update doc string for "mt print objfiles".
3775
3776 * dwarf2read.c (write_psymtabs_to_index): Move error checks ahead of
3777 missing debug info checks.
3778
3779 2013-08-26 Raunaq Bathija <raunaq12@in.ibm.com>
3780 Ulrich Weigand <uweigand@de.ibm.com>
3781
3782 * xcoffread.c (arrange_linetable): Add fix to correctly handle
3783 line tables generated by XLC compiled binaries.
3784
3785 2013-08-23 Doug Evans <dje@google.com>
3786
3787 * symmisc.c (dump_symtab): Delete prototype.
3788 (dump_msymbols, dump_objfile): Ditto.
3789 (maintenance_info_symtabs): Mark as dont_repeat.
3790 (_initialize_symmisc): Improve doc string for "mt info symtabs".
3791
3792 * elfread.c (elf_symfile_read): Move "Done reading minimal symbols"
3793 debugging printf to better location.
3794
3795 2013-08-23 Pedro Alves <palves@redhat.com>
3796
3797 * target.c (target_read_live_memory): Change type of 'ret' local
3798 to LONGEST.
3799
3800 2013-08-23 Pedro Alves <palves@redhat.com>
3801
3802 * remote.c (remote_write_bytes_aux, remote_write_bytes)
3803 (remote_read_bytes): Change return type to LONGEST, and adjust to
3804 return a target_xfer_error on error.
3805 (remote_xfer_memory): Delete.
3806 (remote_flash_write): Change type of 'ret' local to LONGEST.
3807 (remote_xfer_partial, remote_xfer_partial): Adjust.
3808 (init_remote_ops): Don't install a deprecated_xfer_memory hook.
3809
3810 2013-08-23 Pierre Muller <muller@sourceware.org>
3811
3812 ARI fix: Push # directives to start of line.
3813 * rs6000-nat.c (rs6000_ptrace32, rs6000_ptrace64): Rule applied.
3814
3815 2013-08-12 Muhammad Waqas <mwaqas@codesourcery.com>
3816
3817 PR gdb/15501
3818 * breakpoint.c (enable_command, disable_command): Iterate over
3819 all specified breakpoint locations.
3820
3821 2013-08-22 Luis Machado <lgustavo@codesourcery.com>
3822
3823 * common/linux-ptrace.c (linux_fork_to_function): Push #
3824 directives to the start of the line.
3825 (linux_check_ptrace_features): Fix warning message to use
3826 the "_" markup.
3827
3828 2013-08-22 Luis Machado <lgustavo@codesourcery.com>
3829
3830 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-nat.h and
3831 nat/linux-waitpid.h.
3832 (linux-waitpid.o): New object file rule.
3833 * common/linux-ptrace.c: Include nat/linux-waitpid.h.
3834 (current_ptrace_options): Moved from linux-nat.c.
3835 (linux_ptrace_test_ret_to_nx): Use type casts for ptrace
3836 parameters.
3837 (linux_fork_to_function): New function.
3838 (linux_grandchild_function): Likewise.
3839 (linux_child_function): Likewise.
3840 (linux_check_ptrace_features): New function, heavily
3841 based on linux-nat.c:linux_test_for_tracefork.
3842 (linux_enable_event_reporting): New function.
3843 (ptrace_supports_feature): Likewise.
3844 (linux_supports_tracefork): Likewise.
3845 (linux_supports_traceclone): Likewise.
3846 (linux_supports_tracevforkdone): Likewise.
3847 (linux_supports_tracesysgood): Likewise.
3848 * common/linux-ptrace.h (HAS_NOMMU): Moved from
3849 gdbserver/linux-low.c.
3850 (linux_enable_event_reporting): New declaration.
3851 (linux_supports_tracefork): Likewise.
3852 (linux_supports_traceclone): Likewise.
3853 (linux_supports_tracevforkdone): Likewise.
3854 (linux_supports_tracesysgood): Likewise.
3855 * config.in (PTRACE_TYPE_ARG4): Regenerate.
3856 * config/aarch64/linux.mh (NATDEPFILES): Add linux-waitpid.o.
3857 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
3858 * config/arm/linux.mh (NATDEPFILES): Likewise.
3859 * config/i386/linux.mh (NATDEPFILES): Likewise.
3860 * config/i386/linux64.mh (NATDEPFILES): Likewise.
3861 * config/ia64/linux.mh (NATDEPFILES): Likewise.
3862 * config/m32r/linux.mh (NATDEPFILES): Likewise.
3863 * config/m68k/linux.mh (NATDEPFILES): Likewise.
3864 * config/mips/linux.mh (NATDEPFILES): Likewise.
3865 * config/pa/linux.mh (NATDEPFILES): Likewise..
3866 * config/powerpc/linux.mh (NATDEPFILES): Likewise..
3867 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
3868 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
3869 * config/sparc/linux.mh (NATDEPFILES): Likewise.
3870 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
3871 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
3872 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
3873 * configure.ac (AC_CACHE_CHECK): Add void * to the list of
3874 ptrace's 4th argument's types.
3875 Check the type of PTRACE_TYPE_ARG4.
3876 * configure: Regenerate.
3877 * linux-nat.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
3878 (SYSCALL_SIGTRAP): Moved to nat/linux-nat.h.
3879 (linux_supports_tracefork_flag): Remove.
3880 (linux_supports_tracesysgood_flag): Likewise.
3881 (linux_supports_tracevforkdone_flag): Likewise.
3882 (current_ptrace_options): Moved to
3883 common/linux-ptrace.c.
3884 (linux_tracefork_child): Remove.
3885 (my_waitpid): Remove.
3886 (linux_test_for_tracefork): Renamed to
3887 linux_check_ptrace_features and moved to common/linux-ptrace.c.
3888 (linux_test_for_tracesysgood): Remove.
3889 (linux_supports_tracesysgood): Remove.
3890 (linux_supports_tracefork): Remove.
3891 (linux_supports_tracevforkdone): Remove.
3892 (linux_enable_tracesysgood): Remove.
3893 (linux_enable_event_reporting): Remove.
3894 (linux_init_ptrace): New function.
3895 (linux_child_post_attach): Call linux_init_ptrace.
3896 (linux_child_post_startup_inferior): Call linux_init_ptrace.
3897 (linux_child_follow_fork): Call linux_supports_tracefork
3898 and linux_supports_tracevforkdone.
3899 (linux_child_insert_fork_catchpoint): Call
3900 linux_supports_tracefork.
3901 (linux_child_insert_vfork_catchpoint): Likewise.
3902 (linux_child_set_syscall_catchpoint): Call
3903 linux_supports_tracesysgood.
3904 (lin_lwp_attach_lwp): Call linux_supports_tracefork.
3905 * nat/linux-nat.h: New file.
3906 * nat/linux-waitpid.c: New file.
3907 * nat/linux-waitpid.h: New file.
3908
3909 2013-08-22 Samuel Bronson <naesten@gmail.com>
3910
3911 ARM Linux support for `catch syscall'.
3912 * syscalls/arm-linux.py: New file.
3913 * syscalls/arm-linux.xml: Likewise.
3914 * arm-linux-tdep.c (arm_linux_get_syscall_number): New function.
3915 (arm_linux_init_abi): Register the new function and syscall xml file.
3916 * data-directory/Makefile.in: Install the new syscall xml file.
3917 * NEWS: Brag about this.
3918
3919 2013-08-22 Pedro Alves <palves@redhat.com>
3920
3921 PR gdb/15871
3922 * corefile.c (target_xfer_memory_error): New function.
3923 (memory_error): Defer EIO to target_memory_error.
3924 (read_memory): Use target_xfer_partial, and handle finer-grained
3925 target xfer errors.
3926 * target.c (target_xfer_error_to_string): New function.
3927 (memory_xfer_partial_1): If memory is known to be
3928 unavailable, return TARGET_XFER_E_UNAVAILABLE instead of -1.
3929 (target_xfer_partial): Make extern.
3930 * target.h (enum target_xfer_error): New enum.
3931 (target_xfer_error_to_string): Declare function.
3932 (target_xfer_partial): Declare function.
3933 (struct target_ops) <xfer_partial>: Adjust describing comment.
3934
3935 2013-08-22 Alan Modra <amodra@gmail.com>
3936
3937 * configure.host: Support powerpc64le-linux and powerpcle-linux hosts.
3938 * configure.tgt: Likewise as targets.
3939
3940 2013-08-20 Doug Evans <dje@google.com>
3941
3942 * buildsym.c (subfile_stack): Move here from buildsym.h.
3943 (pending_macros): Ditto.
3944 (get_macro_table): New function.
3945 (buildsym_init): Initialize subfile_stack.
3946 * coffread.c (type_vector,type_vector_length): Moved here from
3947 buildsym.h.
3948 (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
3949 (coff_symtab_read): Use it.
3950 * dbxread.c (read_ofile_symtab): Delete init of subfile_stack.
3951 * dwarf2read.c (macro_start_file): Replace uses of pending_macros
3952 with call to get_macro_table.
3953 * stabsread.c (type_vector,type_vector_length): Moved here from
3954 buildsym.h.
3955 (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
3956 * buildsym.h (get_macro_table): Declare.
3957
3958 2013-08-20 Tom Tromey <tromey@redhat.com>
3959
3960 * dbxread.c (record_minimal_symbol): Make 'name' argument const.
3961 Update.
3962 (read_dbx_dynamic_symtab): Make 'name' const. Remove casts.
3963
3964 2013-08-20 Doug Evans <dje@google.com>
3965
3966 * blockframe.c: Remove #include "psymtab.h".
3967 * cp-support.c: Ditto.
3968 * source.c: Ditto.
3969 * stack.c: Ditto.
3970
3971 2013-08-20 Tom Tromey <tromey@redhat.com>
3972
3973 PR python/15816:
3974 * exceptions.h (return_mask): Now an enum.
3975 (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL): Now
3976 enum constants.
3977
3978 2013-08-20 Tom Tromey <tromey@redhat.com>
3979
3980 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Use
3981 get_objfile_arch.
3982 * elfread.c (elf_rel_plt_read, elf_gnu_ifunc_record_cache)
3983 (elf_gnu_ifunc_resolve_by_got): Use get_objfile_arch.
3984 * jit.c (jit_object_close_impl): Update.
3985 * jv-lang.c (get_dynamics_objfile): Update.
3986 * linespec.c (add_minsym): Use get_dynamics_objfile.
3987 * objfiles.c (get_objfile_bfd_data): Initialize 'gdbarch' field.
3988 (allocate_objfile): Don't initialize 'gdbarch' field.
3989 (get_objfile_arch): Update.
3990 * objfiles.h (struct objfile_per_bfd_storage) <gdbarch>: New field,
3991 moved from...
3992 (struct objfile) <gdbarch>: ... here. Remove.
3993 * stap-probe.c (stap_can_evaluate_probe_arguments): Use
3994 get_objfile_arch.
3995 * symfile.c (init_entry_point_info): Use get_objfile_arch.
3996
3997 2013-08-20 Alan Modra <amodra@gmail.com>
3998
3999 * doublest.c (convert_floatformat_to_doublest): Use fmt->split_half
4000 for IBM long double nan and inf.
4001 (floatformat_is_negative, floatformat_classify,
4002 floatformat_mantissa): Similarly.
4003 (floatformat_ieee_single, floatformat_ieee_double,
4004 floatformat_ieee_quad, floatformat_arm_ext,
4005 floatformat_ia64_spill): Delete unused vars.
4006 (_initialize_doublest): Delete unused function.
4007 * gdbtypes.c (floatformats_ibm_long_double): Use new big- and
4008 little-endian variants of floatformat_ibm_long_double.
4009
4010 2013-08-19 Luis Machado <lgustavo@codesourcery.com>
4011
4012 * Makefile.in (SFILES): Remove common/target-common.c and
4013 add target/waitstatus.c.
4014 (HFILES_NO_SRCDIR): Remove common/target-common.h and add
4015 target/resume.h, target/wait.h and target/waitstatus.h.
4016 (COMMON_OBS): Remove target-common.o and add
4017 waitstatus.o.
4018 (target-common.o): Remove.
4019 (waitstatus.o): New target object file.
4020 * common/target-common.c: Move contents to
4021 target/waitstatus.c and remove.
4022 * common/target-common.h: Move contents to other files and
4023 remove.
4024 (enum resume_kind: Move to target/resume.h.
4025 (TARGET_WNOHANG): Move to target/wait.h.
4026 (enum target_waitkind): Move to target/waitstatus.h.
4027 (struct target_waitstatus): Likewise.
4028 * target.h: Do not include target-common.h and
4029 include target/resume.h, target/wait.h and
4030 target/waitstatus.h.
4031 * target/resume.h: New file.
4032 * target/wait.h: New file.
4033 * target/waitstatus.h: New file.
4034 * target/waitstatus.c: New file.
4035
4036 2013-08-19 Pedro Alves <palves@redhat.com>
4037
4038 * linux-nat.c (linux_test_for_tracefork)
4039 (linux_test_for_tracesysgood, linux_child_follow_fork)
4040 (lin_lwp_attach_lwp, linux_nat_resume): Don't block child signals.
4041 (linux_nat_wait_1): Extend comment.
4042 (linux_async_pipe): Add comment.
4043
4044 2013-08-15 Kevin Buettner <kevinb@redhat.com>
4045
4046 * rl78-tdep.c (RL78_RAW_PC_REGNUM): New enum.
4047 (RL78_PC_REGNUM): Move to list of pseudo-register enums.
4048 (rl78_register_type, rl78_register_name, rl78_register_reggroup_p):
4049 Update to account for fact that PC is now a pseudo-register.
4050 (rl78_pseudo_register_write, rl78_pseudo_register_read): Add
4051 cases for RL78_PC_REGNUM.
4052
4053 2013-08-15 Muhammad Bilal <mbilal@codesourcery.com>
4054
4055 PR cli/15841
4056 * top.c (quit_force): Skip writing history file
4057 if input is not from terminal.
4058
4059 2013-08-14 Tom Tromey <tromey@redhat.com>
4060
4061 * remote.c (struct remote_state) <echo_nextthread, nextthread,
4062 resultthreadlist>: New fields.
4063 (OPAQUETHREADBYTES, threadref, MAXTHREADLISTRESULTS): Move earlier.
4064 (remote_get_threadlist, remote_threadlist_iterator): Use
4065 new fields. Remove static variables.
4066
4067 2013-08-14 Tom Tromey <tromey@redhat.com>
4068
4069 * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p,
4070 remote_watch_data_address>: New fields.
4071 (remote_stopped_by_watchpoint_p, remote_watch_data_address): Remove.
4072 (process_stop_reply, remote_wait_as)
4073 (remote_check_watch_resources, remote_stopped_data_address): Update.
4074
4075 2013-08-14 Tom Tromey <tromey@redhat.com>
4076
4077 * remote.c (struct remote_state) <async_client_callback,
4078 async_client_context>: New fields.
4079 (async_client_callback, async_client_context): Remove.
4080 (remote_async_serial_handler, remote_async): Update.
4081
4082 2013-08-14 Tom Tromey <tromey@redhat.com>
4083
4084 * remote.c (sizeof_pkt): Remove.
4085 (remote_trace_find): Use rs->buf_size, not sizeof_pkt.
4086
4087 2013-08-14 Tom Tromey <tromey@redhat.com>
4088
4089 * remote.c (struct remote_state) <use_threadinfo_query,
4090 use_threadextra_query>: New fields.
4091 (remote_threads_info, remote_threads_extra_info)
4092 (remote_open_1): Update.
4093
4094 2013-08-14 Tom Tromey <tromey@redhat.com>
4095
4096 * remote.c (struct remote_state) <finished_object,
4097 finished_annex, finished_offset>: New fields.
4098 (remote_read_qxfer): Use remote_state fields; remove static
4099 variables.
4100
4101 2013-08-14 Tom Tromey <tromey@redhat.com>
4102
4103 * remote.c (struct remote_state) <last_sent_step>:
4104 New field.
4105 (last_sent_step): Remove.
4106 (remote_resume, remote_wait_as): Update.
4107
4108 2013-08-14 Tom Tromey <tromey@redhat.com>
4109
4110 * remote.c (struct remote_state) <last_sent_signal>:
4111 New field.
4112 (last_sent_signal): Remove.
4113 (new_remote_state, remote_resume, remote_wait_as): Update.
4114
4115 2013-08-14 Tom Tromey <tromey@redhat.com>
4116
4117 * remote.c (struct remote_state) <last_program_signals_packet>:
4118 New field.
4119 (last_program_signals_packet): Remove.
4120 (remote_program_signals, remote_open_1): Update.
4121
4122 2013-08-14 Tom Tromey <tromey@redhat.com>
4123
4124 * remote.c (struct remote_state) <last_pass_packet>:
4125 New field.
4126 (last_pass_packet): Remove.
4127 (remote_pass_signals, remote_open_1): Update.
4128
4129 2013-08-14 Tom Tromey <tromey@redhat.com>
4130
4131 * remote.c (struct remote_state) <remote_traceframe_number>:
4132 New field.
4133 (remote_traceframe_number): Remove.
4134 (new_remote_state, remote_open_1, set_remote_traceframe)
4135 (remote_trace_find): Update.
4136
4137 2013-08-14 Tom Tromey <tromey@redhat.com>
4138
4139 * remote.c (struct remote_state) <general_thread, continue_thread>:
4140 New fields.
4141 (general_thread, continue_thread): Remove.
4142 (record_currthread, set_thread, set_general_process)
4143 (remote_open_1, extended_remote_attach_1, remote_wait_as)
4144 (extended_remote_mourn_1): Update.
4145
4146 2013-08-14 Tom Tromey <tromey@redhat.com>
4147
4148 * remote.c (struct remote_state) <remote_desc>: New field.
4149 (remote_desc): Remove.
4150 (remote_threads_info, remote_threads_extra_info, remote_close)
4151 (send_interrupt_sequence, remote_start_remote, remote_open_1)
4152 (readchar, remote_xfer_partial, remote_rcmd, packet_command)
4153 (remote_hostio_send_command, remote_file_put, remote_file_get)
4154 (remote_file_delete, remote_can_async_p, remote_is_async_p)
4155 (remote_async, remote_new_objfile, set_range_stepping): Update.
4156
4157 2013-08-14 Tom Tromey <tromey@redhat.com>
4158
4159 * remote.c (remote_state): Now a pointer.
4160 (get_remote_state_raw): Update.
4161 (new_remote_state): New function.
4162 (_initialize_remote): Use new_remote_state.
4163
4164 2013-08-14 Tom Tromey <tromey@redhat.com>
4165
4166 * remote.c (remote_protocol_features): Now const.
4167
4168 2013-08-14 Tom Tromey <tromey@redhat.com>
4169
4170 * remote.c (crc32_table, crc32): Remove.
4171 (remote_verify_memory): Use xcrc32.
4172
4173 2013-08-13 Sergio Durigan Junior <sergiodj@redhat.com>
4174
4175 * value.h (create_internalvar_type_lazy): Adjust prototype
4176 declaration.
4177
4178 2013-08-13 Andrew Burgess <aburgess@broadcom.com>
4179
4180 * common/format.c (parse_format_string): Don't allow '#' flag for
4181 pointer arguments in format string.
4182
4183 2013-08-13 Pierre Muller <muller@sourceware.org>
4184
4185 * utils.c (init_page_info): Only call tgetnum function
4186 if rl_get_screen_size did not return useful values.
4187
4188 2013-08-12 Ali Anwar <ali_anwar@codesourcery.com>
4189
4190 PR breakpoints/15117
4191 * linespec.c (linespec_parse_basic): Check for convenience
4192 variable or history value while parsing.
4193
4194 2013-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
4195
4196 Revert implementation of gdbarch_gdb_signal_{to,from}_target for
4197 AVR.
4198 * avr-tdep.c: Remove include of "linux-tdep.h". Remove enum with
4199 different signals between the generic Linux kernel implementation
4200 and AVR's.
4201 (avr_linux_gdb_signal_from_target): Delete.
4202 (avr_linux_gdb_signal_to_target): Delete.
4203 (avr_gdbarch_init): Don't set gdbarch_gdb_signal_{to,from}_target.
4204
4205 2013-08-09 Doug Evans <dje@google.com>
4206
4207 * dwarf2read.c (create_addrmap_from_index): Ignore bad address table
4208 entries.
4209
4210 2013-08-09 Sergio Durigan Junior <sergiodj@redhat.com>
4211
4212 * linux-tdep.c: Define enum with generic signal numbers.
4213 (linux_gdb_signal_from_target): New function.
4214 (linux_gdb_signal_to_target): Likewise.
4215 (linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
4216 methods to the functions above.
4217 * linux-tdep.h (linux_gdb_signal_from_target): New prototype.
4218 (linux_gdb_signal_to_target): Likewise.
4219 * alpha-linux-tdep.c: Define new enum with signals different
4220 from generic Linux kernel.
4221 (alpha_linux_gdb_signal_from_target): New function.
4222 (alpha_linux_gdb_signal_to_target): Likewise.
4223 (alpha_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
4224 with the functions mentioned above.
4225 * avr-tdep.c: Define enum with differences between Linux kernel
4226 and AVR signals.
4227 (avr_linux_gdb_signal_from_target): New function.
4228 (avr_linux_gdb_signal_to_target): Likewise.
4229 (avr_gdbarch_init): Set gdbarch_gdb_signal_{to,from}_target to
4230 the functions mentioned above.
4231 * sparc-linux-tdep.c: Define enum with differences between SPARC
4232 and generic Linux kernel signal numbers.
4233 (sparc32_linux_gdb_signal_from_target): New function.
4234 (sparc32_linux_gdb_signal_to_target): Likewise.
4235 (sparc32_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
4236 to the functions defined above.
4237 * xtensa-linux-tdep.c: Define enum with differences between
4238 Xtensa and Linux kernel generic signals.
4239 (xtensa_linux_gdb_signal_from_target): New function.
4240 (xtensa_linux_gdb_signal_to_target): Likewise.
4241 (xtensa_linux_init_abi): Set gdbarch_gdb_signal_to_target
4242 to the functions defined above.
4243 * mips-linux-tdep.c: Define enum with differences between
4244 signals in MIPS and Linux kernel generic ones.
4245 (mips_gdb_signal_to_target): New function.
4246 (mips_gdb_signal_from_target): Redefine to use new enum, handle
4247 only different signals from the Linux kernel generic.
4248 (mips_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
4249 the functions defined above.
4250 * mips-linux-tdep.h (enum mips_signals): Remove.
4251
4252 2013-08-09 Pedro Alves <palves@redhat.com>
4253
4254 * avr-tdep.c (XMALLOC): Delete macro.
4255 * cli/cli-dump.c (XMALLOC): Delete macro.
4256
4257 2013-08-09 Pedro Alves <palves@redhat.com>
4258
4259 * cli/cli-dump.c: Don't include cli/cli-dump.h.
4260 (scan_expression_with_cleanup, scan_filename_with_cleanup)
4261 (fopen_with_cleanup, add_dump_command): Make static.
4262 * cli/cli-dump.h: Delete file.
4263 * Makefile.in (HFILES_NO_SRCDIR): Remove reference to
4264 cli/cli-dump.h.
4265
4266 2013-08-09 Pedro Alves <palves@redhat.com>
4267
4268 * tracepoint.c (tfile_start): Show tilde-expanded filename in
4269 error message.
4270
4271 2013-08-09 Pedro Alves <palves@redhat.com>
4272
4273 * breakpoint.c (save_breakpoints): Show tilde-expanded filename in
4274 error message.
4275
4276 2013-08-09 Pedro Alves <palves@redhat.com>
4277
4278 * gcore.c (create_gcore_bfd): Don't use tilde_expand here.
4279 (gcore_command): Use tilde_expand here, and when showing the
4280 filename to the user, show the expanded version.
4281
4282 2013-08-09 Yao Qi <yao@codesourcery.com>
4283
4284 * stack.c (read_frame_arg): Set 'entryval_error' to NULL if
4285 'entryval' is set.
4286
4287 2013-08-08 Azat Khuzhin <a3at.mail@gmail.com> (tiny change)
4288
4289 * gcore.c (create_gcore_bfd): Use tilde_expand.
4290
4291 2013-08-08 Yao Qi <yao@codesourcery.com>
4292
4293 * frame.h (read_frame_local): Declare.
4294 * mi/mi-cmd-stack.c (list_args_or_locals): Call
4295 read_frame_local.
4296 * stack.c (read_frame_local): New.
4297
4298 2013-08-08 Yao Qi <yao@codesourcery.com>
4299
4300 * mi/mi-cmd-stack.c: Update comments to function
4301 list_args_or_locals.
4302
4303 2013-08-07 Tom Tromey <tromey@redhat.com>
4304
4305 PR symtab/15028:
4306 * dwarf2read.c (struct process_psymtab_comp_unit_data): New.
4307 (process_psymtab_comp_unit_reader): Use it.
4308 (process_psymtab_comp_unit): Update. Add "pretend_language"
4309 argument.
4310 (dwarf2_build_psymtabs_hard): Update.
4311 (scan_partial_symbols): Pass CU's language to
4312 process_psymtab_comp_unit.
4313
4314 2013-08-07 Tom Tromey <tromey@redhat.com>
4315
4316 * dwarf2read.c (dw2_get_primary_filename_reader): Remove.
4317 (dwarf2_gdb_index_functions): Update.
4318 * psymtab.c (find_symbol_file_from_partial): Remove.
4319 (psym_functions): Update.
4320 * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
4321 Remove.
4322
4323 2013-08-07 Tom Tromey <tromey@redhat.com>
4324
4325 * symfile.c (set_initial_language): Look up "main" symbol
4326 and use its language.
4327 * symtab.c (find_main_filename): Remove.
4328 * symtab.h (find_main_filename): Remove.
4329
4330 2013-08-07 Tom Tromey <tromey@redhat.com>
4331
4332 * dwarf2read.c (recursively_compute_inclusions): Add
4333 "immediate_parent" argument. Set symtab's "user" field
4334 if not set.
4335 (compute_symtab_includes): Update.
4336
4337 2013-08-07 Tom Tromey <tromey@redhat.com>
4338
4339 * linespec.c (convert_linespec_to_sals): Use maybe_add_address
4340 when adding label symbols.
4341
4342 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
4343 Ulrich Weigand <uweigand@de.ibm.com>
4344
4345 * configure.tgt (powerpc64-*-aix*): Match powerpc64 running aix.
4346 * configure.host (powerpc64-*-aix*): Likewise.
4347
4348 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
4349 Ulrich Weigand <uweigand@de.ibm.com>
4350
4351 * gdb_ptrace.h: Use ptrace64 instead of ptrace if HAVE_PTRACE64
4352 is defined.
4353 * rs6000-nat.c: Check for __ld_info64_ if compiling 64 BIT gdb.
4354 (rs6000_ptrace32): Call ptrace64 instead of ptrace if present.
4355 (rs6000_ptrace64): Call ptace64 instead of ptracex if present.
4356 * configure.ac: Check for ptrace64.
4357 * configure, config.in: Regenerate.
4358
4359 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
4360 Ulrich Weigand <uweigand@de.ibm.com>
4361
4362 * aixthread.c: Call ptrace64 instead of ptracex if defined.
4363 Call ptrace64 instead of ptrace if defined.
4364 Add macro addr_ptr to take care of ptrace address argument.
4365 (pdc_read_regs): Likewise.
4366 (pdc_write_regs): Likewise.
4367 (aix_thread_resume): Likewise.
4368 (fetch_regs_kernel_thread): Likewise.
4369 (store_regs_kernel_thread): Likewise.
4370
4371 2013-08-07 Anton Blanchard <anton@samba.org>
4372
4373 * MAINTAINERS: Add myself to Write After Approval.
4374
4375 2013-08-05 Tom Tromey <tromey@redhat.com>
4376
4377 * aix-thread.c (_initialize_aix_thread): Use
4378 complete_target_initialization.
4379 * bsd-uthread.c (_initialize_bsd_uthread): Use
4380 complete_target_initialization.
4381 * dec-thread.c (_initialize_dec_thread): Use
4382 complete_target_initialization.
4383 * ravenscar-thread.c (_initialize_ravenscar): Use
4384 complete_target_initialization.
4385 * sol-thread.c (_initialize_sol_thread): Use
4386 complete_target_initialization.
4387 * spu-multiarch.c (_initialize_spu_multiarch): Use
4388 complete_target_initialization.
4389
4390 2013-08-05 Tom Tromey <tromey@redhat.com>
4391
4392 * ada-exp.y (write_var_or_type): Use bound_minimal_symbol.
4393 * ada-lang.c (ada_lookup_simple_minsym): Return
4394 bound_minimal_symbol.
4395 * ada-lang.h (ada_lookup_simple_minsym): Update.
4396 * c-exp.y (variable): Use lookup_bound_minimal_symbol.
4397 * f-exp.y (variable): Use lookup_bound_minimal_symbol.
4398 * go-exp.y (variable): Use lookup_bound_minimal_symbol.
4399 * jv-exp.y (push_expression_name): Use lookup_bound_minimal_symbol.
4400 * m2-exp.y (variable): Use lookup_bound_minimal_symbol.
4401 * minsyms.c (msymbol_objfile): Remove.
4402 (lookup_minimal_symbol_internal): New function, from
4403 lookup_minimal_symbol.
4404 (lookup_minimal_symbol): Rewrite using
4405 lookup_minimal_symbol_internal.
4406 (lookup_bound_minimal_symbol): New function.
4407 * minsyms.h (msymbol_objfile): Remove.
4408 (lookup_bound_minimal_symbol): Declare.
4409 * p-exp.y (variable): Use lookup_bound_minimal_symbol.
4410 * parse.c (write_exp_msymbol): Change parameter to a
4411 bound_minimal_symbol.
4412 (write_dollar_variable): Use lookup_bound_minimal_symbol.
4413 * parser-defs.h (write_exp_msymbol): Update.
4414 * printcmd.c (address_info): Use lookup_bound_minimal_symbol.
4415 * symfile.c (simple_read_overlay_table): Use
4416 lookup_bound_minimal_symbol.
4417 * symtab.c (skip_prologue_sal): Don't use msymbol_objfile.
4418 (search_symbols): Likewise.
4419 (print_msymbol_info): Take a bound_minimal_symbol argument.
4420 (symtab_symbol_info, rbreak_command): Update.
4421 * symtab.h (struct symbol_search) <msymbol>: Change type
4422 to bound_minimal_symbol.
4423 * valops.c (find_function_in_inferior): Use
4424 lookup_bound_minimal_symbol.
4425 * value.c (value_fn_field): Use lookup_bound_minimal_symbol.
4426
4427 2013-08-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4428
4429 Code cleanup.
4430 * remote.c (cleanup_sigint_signal_handler): Rename the declaration
4431 to ...
4432 (async_cleanup_sigint_signal_handler): ... this.
4433 (initialize_sigint_signal_handler): Remove declaration.
4434 (handle_remote_sigint): Rename the declaration to ...
4435 (async_handle_remote_sigint): ... this.
4436 (handle_remote_sigint_twice): Rename the declaration to ...
4437 (async_handle_remote_sigint_twice): ... this.
4438 (async_remote_interrupt, async_remote_interrupt_twice)
4439 (remote_interrupt): Remove the declarations.
4440 (remote_interrupt_twice): Rename the declaration ...
4441 (sync_remote_interrupt_twice): ... this.
4442 (sigint_remote_twice_token): Rename the variable to ...
4443 (async_sigint_remote_twice_token): ... this.
4444 (sigint_remote_token): Rename the variable to ...
4445 (async_sigint_remote_token): ... this.
4446 (initialize_sigint_signal_handler): Rename the function to ...
4447 (async_initialize_sigint_signal_handler): ... this. Update the name
4448 inside.
4449 (handle_remote_sigint): Rename the function to ...
4450 (async_handle_remote_sigint): ... this. Update the names inside.
4451 (handle_remote_sigint_twice): Rename the function to ...
4452 (async_handle_remote_sigint_twice): ... this. Update the names inside.
4453 (cleanup_sigint_signal_handler): Rename the function to ...
4454 (async_cleanup_sigint_signal_handler): ... this.
4455 (remote_interrupt): Rename the function to ...
4456 (sync_remote_interrupt): this. Update the names inside.
4457 (remote_interrupt_twice): Rename the function to ...
4458 (sync_remote_interrupt_twice): this. Update the names inside.
4459 (remote_terminal_inferior, remote_terminal_ours, remote_wait_as)
4460 (_initialize_remote): Update the names inside.
4461
4462 2013-08-02 Tom Tromey <tromey@redhat.com>
4463
4464 PR symtab/15719:
4465 * breakpoint.c (update_watchpoint, watchpoint_check)
4466 (watch_command_1): Update.
4467 * eval.c (fetch_subexp_value): Add "preserve_errors"
4468 parameter.
4469 * ppc-linux-nat.c (check_condition): Update.
4470 * value.h (fetch_subexp_value): Update.
4471
4472 2013-08-02 Andrew Burgess <aburgess@broadcom.com>
4473
4474 * mi/mi-interp.c (mi_interpreter_resume): Remove call to
4475 add_file_handler.
4476
4477 2013-08-01 Doug Evans <dje@google.com>
4478
4479 PR symtab/15691
4480 * dwarf2read.c (struct dwarf2_per_cu_data): New member tu_read.
4481 (fill_in_sig_entry_from_dwo_entry): Reorganize asserts.
4482 Add assert of sig_entry->dwo_unit == NULL.
4483 (lookup_dwo_signatured_type): Don't assign TU to a DWO if the TU
4484 had already been read.
4485 (read_signatured_type): Set per_cu.tu_read.
4486
4487 PR symtab/15695
4488 * valops.c (value_struct_elt): Add missing call to check_typedef.
4489 (value_find_oload_method_list): Ditto.
4490
4491 * symtab.c (do_free_search_symbols_cleanup): Change arg to,
4492 effectively, struct symbol_search **.
4493 (make_cleanup_free_search_symbols): Change arg to struct
4494 symbol_search **. All callers updated.
4495 (compare_search_syms): Compare symtab file name and block as well.
4496 (search_symbols_equal): New function.
4497 (sort_search_symbols_remove_dups): Renamed from sort_search_symbols.
4498 New args new_head, new_tail. Result is now void. Remove dups after
4499 sorting the symbols.
4500 (search_symbols): Sort all found symbols once, after all have been
4501 found, and remove duplicates. Simplify cleanup tracking of result.
4502 * symtab.h (make_cleanup_free_search_symbols): Update prototype.
4503
4504 Further workarounds for binutils/15021.
4505 * dwarf2read.c (recursively_compute_inclusions): Change type of result
4506 parameter to VEC (symtab_ptr) **. New parameter all_type_symtabs.
4507 Watch for duplicate symtabs coming from type units.
4508 (compute_symtab_includes): Update call to
4509 recursively_compute_inclusions. Build vector of included symtabs
4510 instead of per_cus.
4511 * symtab.h (symtab_ptr): New typedef.
4512 (DEF_VEC_P (symtab_ptr)): New VEC type.
4513 * linespec.c (symtab_p): Delete. All uses updated to use symtab_ptr
4514 instead.
4515
4516 2013-08-01 Andrew Burgess <aburgess@broadcom.com>
4517
4518 * cli/cli-script.c (script_from_file): Remove use of
4519 error_pre_print.
4520 * main.c (captured_main): Remove use of error_pre_print and
4521 quit_pre_print.
4522 * utils.c (error_pre_print, quit_pre_print): Remove.
4523 * utils.h (error_pre_print, quit_pre_print): Likewise.
4524
4525 2013-08-01 Yao Qi <yao@codesourcery.com>
4526
4527 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Parse argv
4528 with mi_getopt.
4529 (mi_cmd_stack_list_variables): Likewise.
4530
4531 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
4532
4533 * exceptions.c (deprecated_throw_reason): Remove.
4534 * exceptions.h (deprecated_throw_reason): Remove.
4535
4536 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
4537
4538 * remote-mips.c (mips_error): Replace use of
4539 deprecated_throw_reason with throw_verror. Use the error message
4540 passed to mips_error as the error message for throw_verror.
4541
4542 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
4543
4544 * monitor.c (monitor_interrupt_query): Replace use of
4545 deprecated_throw_reason with quit.
4546 * nto-procfs.c (interrupt_query): Likewise.
4547 * remote-fileio.c (remote_fileio_sig_exit): Likewise.
4548 * remote-mips.c (mips_kill): Likewise.
4549 * remote.c (interrupt_query): Likewise.
4550
4551 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
4552
4553 * utils.c (internal_verror): Replace use of deprecated_throw_reason
4554 with call to fatal.
4555
4556 2013-07-31 Pedro Alves <pedro@codesourcery.com>
4557 Yao Qi <yao@codesourcery.com>
4558
4559 * tracepoint.c (trace_dump_command): Select the current frame.
4560
4561 2013-07-30 Doug Evans <dje@google.com>
4562
4563 * dwarf2read.c (process_queue): Add type signature to debug output.
4564
4565 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
4566
4567 * value.c (value_fetch_lazy): Mark optimized out values as such
4568 rather than raising an error.
4569
4570 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
4571
4572 * value.c (value_fetch_lazy): Ensure parent value is not lazy
4573 before checking which bits of the parent, not the child, value are
4574 valid.
4575
4576 2013-07-30 Muhammad Bilal <mbilal@codesorcery.com>
4577
4578 PR gdb/15715
4579 * top.c: Include "filenames.h".
4580 (set_history_filename): New function.
4581 (init_main): Install it as set hook of the "set history filename"
4582 command.
4583
4584 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
4585
4586 * dwarf2read.c (dwarf2_get_ref_die_offset): Constify struct
4587 attribute parameter.
4588 (dwarf2_const_value_data): Constify struct attribute parameter.
4589 (dwarf2_const_value): Constify struct attribute parameter.
4590 (dwarf2_const_value_attr): Constify struct attribute parameter.
4591 (lookup_die_type): Constify struct attribute parameter.
4592 (dwarf2_get_attr_constant_value): Constify struct attribute parameter.
4593 (follow_die_ref_or_sig): Constify struct attribute parameter.
4594 (follow_die_ref): Constify struct attribute parameter.
4595 (follow_die_sig): Constify struct attribute parameter.
4596 (get_DW_AT_signature_type): Constify struct attribute parameter.
4597 (get_type_unit_group): Constify struct attribute parameter.
4598 (fill_in_loclist_baton): Constify struct attribute parameter.
4599 (dwarf2_symbol_mark_computed): Constify struct attribute parameter.
4600 (type_unit_group): Constify struct attribute parameter.
4601
4602 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
4603
4604 * dwarf2read.c (attr_form_is_block): Make argument const.
4605 (attr_form_is_section_offset): Make argument const.
4606 (attr_form_is_constant): Make argument const.
4607 (attr_form_is_ref): Make argument const.
4608
4609 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
4610
4611 * dwarf2read.c (attr_is_ref): Rename to attr_form_is_ref.
4612 All uses updated.
4613 (attr_form_is_ref): Moved below attr_form_is_constant.
4614
4615 2013-07-29 Doug Evans <dje@google.com>
4616
4617 * main.c (captured_command_loop): Tweak comment.
4618
4619 * target.c (target_async_permitted_1): Fix comment.
4620
4621 * symtab.c (iterate_over_some_symtabs): Add comment.
4622
4623 * symtab.c (iterate_over_some_symtabs): Fix indentation.
4624
4625 2013-07-27 Yao Qi <yao@codesourcery.com>
4626
4627 * NEWS: Mention that GDBserver now supports hardware
4628 watchpoints on the MIPS GNU/Linux target.
4629
4630 2013-07-27 Yao Qi <yao@codesourcery.com>
4631
4632 * Makefile.in (HFILES_NO_SRCDIR): Add
4633 common/mips-linux-watch.h.
4634 (mips-linux-watch.o): New rule.
4635 * common/mips-linux-watch.c: New.
4636 * common/mips-linux-watch.h: New.
4637 * config/mips/linux.mh (NATDEPFILES): Add mips-linux-watch.o
4638 * mips-linux-nat.c: Include mips-linux-watch.h.
4639 (W_BIT, R_BIT, I_BIT, W_MASK, R_MASK, I_MASK, IRW_MASK): Move
4640 to common/mips-linux-watch.h.
4641 (MAX_DEBUG_REGISTER): Likewise.
4642 (enum pt_watch_style): Likewise.
4643 (struct mips32_watch_regs): Likewise.
4644 (struct mips64_watch_regs): Likewise.
4645 (struct pt_watch_regs): Likewise.
4646 (struct mips_watchpoint): Likewise.
4647 (mips_linux_watch_get_irw_mask): Move to
4648 common/mips-linux-watch.c.
4649 (get_reg_mask, mips_linux_watch_get_num_valid): Likewise.
4650 (mips_linux_watch_get_watchlo): Likewise.
4651 (mips_linux_watch_set_watchlo): Likewise.
4652 (mips_linux_watch_get_watchhi): Likewise.
4653 (mips_linux_watch_set_watchhi): Likewise.
4654 (mips_linux_read_watch_registers): Likewise.
4655 (mips_linux_watch_type_to_irw): Likewise.
4656 (mips_linux_stopped_data_address, fill_mask): Likewise.
4657 (mips_linux_watch_try_one_watch): Likewise.
4658 (mips_linux_watch_populate_regs): Likewise.
4659
4660 2013-07-27 Yao Qi <yao@codesourcery.com>
4661
4662 * mips-linux-nat.c (get_irw_mask): Rename to ...
4663 (mips_linux_watch_get_irw_mask): ... this. Rename parameter
4664 'set' to 'n'. Update function comment. All callers changed.
4665 (get_reg_mask): Rename parameter 'set' to 'n'. Update
4666 function comment. All callers changed.
4667 (get_num_valid): Rename to ...
4668 (mips_linux_watch_get_num_valid): ... this. Rename parameter
4669 'set' to 'n'. Update function comment. All callers changed.
4670 (get_watchlo): Rename to ...
4671 (mips_linux_watch_get_watchlo): ... this. Rename parameter
4672 'set' to 'n'. Update function comment. All callers changed.
4673 (set_watchlo): Rename to ...
4674 (mips_linux_watch_set_watchlo): ... this. Rename parameter
4675 'set' to 'n'. Update function comment. All callers changed.
4676 (get_watchhi): Rename to ...
4677 (mips_linux_watch_get_watchhi): ... this. Update function
4678 comment. All callers changed.
4679 (set_watchhi): Rename to ...
4680 (mips_linux_watch_set_watchhi): ... this. Update function
4681 comment. All callers changed.
4682 (mips_linux_read_watch_registers): Update function comment.
4683 Add new parameters 'lwpid', 'watch_readback', and
4684 'watch_readback_valid'. Update.
4685 (type_to_irw): Rename to ...
4686 (mips_linux_watch_type_to_irw): ... this. Update function
4687 comment. All callers changed.
4688 (fill_mask): Update function comment.
4689 (try_one_watch): Rename to ...
4690 (mips_linux_watch_try_one_watch): ... this. Change the type
4691 of parameter 'irw' from 'unsigned' to 'uint32_t'.
4692 (populate_regs_from_watches): Rename to ...
4693 (mips_linux_watch_populate_regs): ... this. Add parameter
4694 'current_watches'. All callers changed.
4695
4696 2013-07-27 Yao Qi <yao@codesourcery.com>
4697
4698 * mips-linux-nat.c (MAX_DEBUG_REGISTER): Move it earlier in
4699 the code.
4700 (PTRACE_SET_WATCH_REGS, enum pt_watch_style): Remove.
4701 (struct mips32_watch_regs, struct mips64_watch_regs): Remove.
4702 (struct pt_watch_regs): Likewise.
4703 [!PTRACE_GET_WATCH_REGS] (PTRACE_SET_WATCH_REGS): New macro.
4704 [!PTRACE_GET_WATCH_REGS] (enum pt_watch_style): New.
4705 [!PTRACE_GET_WATCH_REGS] (struct mips32_watch_regs): New.
4706 [!PTRACE_GET_WATCH_REGS] (struct mips64_watch_regs): New.
4707 [!PTRACE_GET_WATCH_REGS] (struct pt_watch_regs): New.
4708
4709 2013-07-27 Yao Qi <yao@codesourcery.com>
4710
4711 * breakpoint.h: Include break-common.h.
4712 (enum target_hw_bp_type): Move to ...
4713 * common/break-common.h: ... here. New.
4714
4715 2013-07-26 Cyril Nikolaev <cyril@nichtverstehen.de>
4716
4717 * inflow.c (terminal_init_inferior_with_pgrp): Save inferior
4718 process group regardless of having tty on stdin.
4719
4720 2013-07-25 Doug Evans <dje@google.com>
4721
4722 * linux-fork.h (detach_fork): Delete.
4723
4724 2013-07-25 Tom Tromey <tromey@redhat.com>
4725
4726 PR remote/15256, PR remote/15266:
4727 * bfd-target.c (target_bfd_reopen): Initialize to_magic.
4728 * monitor.c (monitor_detach): Use unpush_target.
4729 * remote-m32r-sdi.c (m32r_detach): Use unpush_target.
4730 * remote-mips.c (mips_detach): Use unpush_target. Don't
4731 call mips_close.
4732 * remote-sim.c (gdbsim_detach): Use unpush_target.
4733 * target.c (pop_target): Remove.
4734 (pop_all_targets_above): Don't call target_close.
4735 (target_close): Assert that the target is unpushed.
4736 * target.h (pop_target): Don't declare.
4737 * tracepoint.c (tfile_open): Use unpush_target.
4738
4739 2013-07-25 Tom Tromey <tromey@redhat.com>
4740
4741 * linux-thread-db.c (init_thread_db_ops): Call
4742 complete_target_initialization.
4743 (_initialize_thread_db): Don't call add_target.
4744 * target.c (complete_target_initialization): New function.
4745 (add_target_with_completer): Call it.
4746 * target.h (complete_target_initialization): Declare.
4747
4748 2013-07-25 Mark Kettenis <kettenis@gnu.org>
4749
4750 * hppa-tdep.h (enum hppa_regnum): Add members for all space registers.
4751 * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Add comment.
4752 (HPPANBSD_SIZEOF_GREGS): New define.
4753 (hppaobsd_supply_gregset): Handle additional registers.
4754 * hppabsd-nat.c (hppabsd_gregset_supplies_p): Adjust to indicate
4755 we provide more registers now.
4756 (hppabsd_supply_gregset): Supply additional registers.
4757 (hppabsd_collect_gregset): Collect additional registers.
4758
4759 2013-07-25 Mark Kettenis <kettenis@gnu.org>
4760
4761 * hppabsd-tdep.c: Include "dwarf2-frame.h".
4762 (hppabsd_dwarf2_frame_init_reg): New function.
4763 (hppabsd_init_abi): Hook in the DWARF CFI frame unwinder.
4764
4765 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
4766
4767 * mi/mi-main.c (output_register): Make MI 'r' format use standard
4768 'z' format code. Remove error for optimized out values, standard
4769 code will handle these fine.
4770
4771 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
4772
4773 * NEWS: Mention new 'z' formatter.
4774 * printcmd.c (print_scalar_formatted): Add new 'z' formatter.
4775 (_initialize_printcmd): Mention 'z' formatter in help text of the
4776 'x' command.
4777
4778 2013-07-24 Maciej W. Rozycki <macro@codesourcery.com>
4779
4780 * mips-tdep.c (micromips_deal_with_atomic_sequence): Correct
4781 formatting.
4782
4783 2013-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
4784
4785 * breakpoint.c (create_longjmp_master_breakpoint): Check if probe
4786 interface can evaluate arguments. Fallback to the old mode if it
4787 cannot.
4788 (create_exception_master_breakpoint): Likewise.
4789 * elfread.c (elf_can_evaluate_probe_arguments): New function.
4790 (struct sym_probe_fns elf_probe_fns): Export function above to the
4791 probe interface.
4792 * probe.c (can_evaluate_probe_arguments): New function.
4793 * probe.h (struct probe_ops) <can_evaluate_probe_arguments>: New
4794 function pointer.
4795 (can_evaluate_probe_arguments): New function prototype.
4796 * solib-svr4.c (svr4_create_solib_event_breakpoints): Check if
4797 probe interface can evaluate arguments. Fallback to the old mode
4798 if it cannot.
4799 * stap-probe.c (stap_get_probe_argument_count): Check if probe
4800 interface can evaluate arguments. Warning the user if it cannot.
4801 (stap_can_evaluate_probe_arguments): New function.
4802 (struct probe_ops stap_probe_ops): Export function above to the
4803 probe interface.
4804 * symfile.h (struct sym_probe_fns) <can_evaluate_probe_arguments>:
4805 New function pointer.
4806
4807 2013-07-24 Luis Machado <lgustavo@codesourcery.com>
4808
4809 * Makefile.in (SFILES): Add common/target-common.c.
4810 Add common/target-common.h to headers.
4811 (COMMON_OBS): Add target-common.o.
4812 (target-common.o): New target.
4813 * linux-nat.h (resume_kind): Move to common/target-common.h.
4814 * target.c (target_waitstatus_to_string): Move to
4815 common/target-common.c.
4816 * target.h: Include target-common.h.
4817 (target_waitkind): Move to common/target-common.h.
4818 (target_waitstatus): Likewise.
4819 (TARGET_WNOHANG): Likewise.
4820 * common/target-common.c: New file.
4821 * common/target-common.h: New file.
4822
4823 2013-07-24 Doug Evans <dje@google.com>
4824
4825 * dwarf2read.c (lookup_dwo_cutu): Change missing DWO complaint to
4826 a warning.
4827
4828 2013-07-23 Yao Qi <yao@codesourcery.com>
4829
4830 * i386-tdep.c (i386_in_stack_tramp_p): Remove unused
4831 parameter 'gdbarch'.
4832 (i386_stack_tramp_frame_sniffer): Caller update.
4833 * i386-linux-tdep.c (i386_linux_core_read_xcr0): Remove
4834 parameter 'gdbarch' and 'target'.
4835 (i386_linux_core_read_description): Caller update.
4836 * amd64-linux-tdep.c (amd64_linux_core_read_description):
4837 Likewise.
4838 * i386-linux-tdep.h (i386_linux_core_read_xcr0): Update
4839 declaration.
4840
4841 2013-07-23 Tom Tromey <tromey@redhat.com>
4842
4843 * dwarf2read.c (init_cutu_and_read_dies): Revert patch from
4844 2013-07-22.
4845
4846 2013-07-22 Doug Evans <dje@google.com>
4847
4848 * exec.h (remove_target_sections): Delete arg abfd.
4849 * exec.c (exec_close): Update call to remove_target_sections.
4850 (remove_target_sections): Delete arg abfd.
4851 * solib.c (update_solib_list): Ditto.
4852 (reload_shared_libraries_1): Ditto.
4853 (clear_solib): Ditto, and unconditionally call remove_target_sections.
4854 * target.h (struct target_section): Rename key to owner.
4855 All uses updated.
4856
4857 2013-07-22 Tom Tromey <tromey@redhat.com>
4858
4859 * solib-som.c (som_open_symbol_file_object): Call do_cleanups.
4860
4861 2013-07-22 Tom Tromey <tromey@redhat.com>
4862
4863 * dwarf2read.c (init_cutu_and_read_dies): Remove 'free_cu_cleanup'.
4864 Simplify cleanup handling.
4865
4866 2013-07-22 Tom Tromey <tromey@redhat.com>
4867
4868 * dwarf2read.c (dwarf_decode_line_header): Call do_cleanups
4869 on all return paths.
4870
4871 2013-07-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4872
4873 * ppc-linux-nat.c (PPC_DEBUG_FEATURE_DATA_BP_DAWR): New define.
4874 (ppc_linux_region_ok_for_hw_watchpoint): Add checking to use the new
4875 DAWR interface for longer ranges hardware watchpoint (up to 512 bytes).
4876
4877 2013-07-22 Phil Muldoon <pmuldoon@redhat.com>
4878
4879 * top.c (print_gdb_version): Add help, apropos description and
4880 url to online documentation.
4881
4882 2013-07-19 Hui Zhu <hui@codesourcery.com>
4883
4884 PR gdb/15692
4885 * mi/mi-cmd-break.c (mi_argv_to_format): Handle double quotes.
4886
4887 2013-07-19 Yao Qi <yao@codesourcery.com>
4888
4889 * target.c (update_current_target): Change the default action
4890 of 'to_traceframe_info' from tcomplain to return_zero.
4891 * target.h (struct target_ops) <to_traceframe_info>: Add more
4892 comments.
4893 * valops.c (read_value_memory): Call
4894 traceframe_available_memory unconditionally.
4895
4896 2013-07-18 Yao Qi <yao@codesourcery.com>
4897
4898 * coffread.c (coff_symfile_read): Iterate over minimal symbols,
4899 if the name is prefixed by "__imp_" or "_imp_", look for minimal
4900 symbol without prefix. If found, set its type to
4901 'mst_solib_trampoline'.
4902
4903 2013-07-17 Doug Evans <dje@google.com>
4904
4905 * NEWS: Mention "set print raw frame-arguments".
4906 * gdbcmd.h (setprintrawlist, showprintrawlist): Declare.
4907 * stack.c (print_raw_frame_arguments): New static global.
4908 (print_frame_arg): Set opts.raw from print_raw_frame_arguments.
4909 (_initialize_stack): New command "set/show print raw frame-arguments".
4910 * valprint.c (setprintrawlist, showprintrawlist): New globals.
4911 (set_print_raw, show_print_raw): New functions.
4912 (_initialize_valprint): New prefix command "set/show print raw".
4913 * valprint.h (value_print_options): Improve comments.
4914
4915 * cli/cli-cmds.c (init_cmd_lists): Delete unnecessary initialization
4916 of all *list variables.
4917
4918 * gdbcmd.h (togglelist): Delete.
4919 * cli/cli-cmds.c (togglelist): Delete.
4920 (init_cmd_lists): Update.
4921 * cli/cli-cmds.h (togglelist): Delete.
4922
4923 2013-07-17 Tom Tromey <tromey@redhat.com>
4924
4925 * dwarf2read.c (dwarf2_per_objfile_free): Clear
4926 dwarf2_per_objfile.
4927
4928 2013-07-16 Doug Evans <dje@google.com>
4929
4930 * nto-tdep.c (nto_relocate_section_addresses): Update,
4931 target_section.bfd deleted.
4932 * ppc64-tdep.c (ppc64_convert_from_func_ptr_addr): Ditto.
4933 * s390-tdep.c (s390_load): Ditto.
4934 * solib-aix.c (solib_aix_relocate_section_addresses): Ditto.
4935
4936 2013-07-16 Andrew Burgess <aburgess@broadcom.com>
4937
4938 * common/format.c (parse_format_string): Add checks for NULL
4939 character before calling strchr.
4940
4941 2013-07-16 Doug Evans <dje@google.com>
4942
4943 * solist.h (target_so_ops.find_and_open_solib): Clarify usage of
4944 temp_pathname argument.
4945 * nto-tdep.c (nto_find_and_open_solib): Fix setting of temp_pathname
4946 when opening the file fails.
4947
4948 * target.h (struct target_section): Delete member bfd.
4949 All users updated to use the_bfd_section->owner instead.
4950 * exec.c (add_to_section_table): Assert bfd is expected value.
4951 Remove initialization of target_section.bfd.
4952 (remove_target_sections): Update.
4953 (section_table_available_memory): Update.
4954 (section_table_xfer_memory_partial): Update.
4955 (print_section_info): Update.
4956 (exec_set_section_address): Update.
4957 * record-full.c (record_full_core_xfer_partial): Update.
4958 * solib-svr4.c (svr4_relocate_section_addresses): Update.
4959 * solib-target.c (solib_target_relocate_section_addresses): Update.
4960 * symfile.c (build_section_addr_info_from_section_table): Update.
4961 * target.c (memory_xfer_live_readonly_partial): Update.
4962 (memory_xfer_partial_1): Update.
4963
4964 2013-07-15 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4965
4966 * ppc-linux-nat.c: Since the new PowerPC specific ptrace interface is
4967 now available for embedded (BookE) and server (BookS) processors,
4968 correct mentions of 'booke' and adjust comments accordingly in order to
4969 avoid confusion. Rename struct 'booke_debug_info' to 'hwdebug_info'.
4970 (have_ptrace_booke_interface): Rename function and variable
4971 'have_ptrace_booke_interface' to 'have_ptrace_hwdebug_interface'.
4972 Rename struct 'booke_debug_info' to 'hwdebug_info'. Update all uses.
4973 (booke_cmp_hw_point): Rename function 'booke_cmp_hw_point' to
4974 'hwdebug_point_cmp'. Update all uses.
4975 (booke_find_thread_points_by_tid): Rename function
4976 'booke_find_thread_points_by_tid' to
4977 'hwdebug_find_thread_points_by_tid'. Update all uses.
4978 (booke_insert_point): Rename function 'booke_insert_point' to
4979 'hwdebug_insert_point'. Update all uses.
4980 (booke_remove_point): Rename function 'booke_remove_point' to
4981 'hwdebug_remove_point'. Update all uses.
4982
4983 2013-07-15 Maciej W. Rozycki <macro@codesourcery.com>
4984
4985 * mips-tdep.c (mips_gdbarch_init): Replace hardcoded magic
4986 numbers with enum values.
4987
4988 2013-07-15 Ali Anwar <ali_anwar@codesourcery.com>
4989
4990 PR threads/13217
4991 * thread.c (thread_apply_all_command): Check for valid threads
4992 and thread count.
4993 (thread_array_cleanup): New struct.
4994 (set_thread_refcount): New function.
4995
4996 2013-07-11 Andrew Burgess <aburgess@broadcom.com>
4997
4998 * infcmd.c (default_print_one_register_info): Reuse function
4999 print_hex_chars.
5000
5001 2013-07-10 Tom Tromey <tromey@redhat.com>
5002
5003 * Makefile.in (GDB_WARN_CFLAGS_NO_DEFS, ADA_EXP_C): New macros.
5004 (ada-exp.o): New target.
5005
5006 2013-07-10 Sergio Durigan Junior <sergiodj@redhat.com>
5007
5008 * mt-tdep.c (mt_registers_info): Call
5009 get_no_prettyformat_print_options instead of
5010 get_raw_print_options (regression by last patch from Doug
5011 Evans).
5012
5013 2013-07-09 Pedro Alves <palves@redhat.com>
5014
5015 Checked in by Joel Brobecker <brobecker@adacore.com>.
5016 * ada-lang.c (coerce_unspec_val_to_type): Use
5017 value_optimized_out_const.
5018 * value.c (value_optimized_out_const): New function.
5019 * value.h (value_optimized_out_const): New declaration.
5020
5021 2013-07-09 Doug Evans <dje@google.com>
5022
5023 * defs.h (enum val_prettyformat): Renamed from val_prettyprint.
5024 Enum values rename as well. All uses updated.
5025 * valprint.h (value_print_options): Rename member pretty to
5026 pretty format. Rename member prettyprint_arrays to
5027 prettyformat_arrays. Rename member prettyprint_structs to
5028 prettyformat_structs. All uses updated.
5029 (get_no_prettyformat_print_options): Renamed from
5030 get_raw_print_options.
5031 * valprint.c (get_no_prettyformat_print_options): Renamed from
5032 get_raw_print_options. All callers updated.
5033 (show_prettyformat_structs): Renamed from show_prettyprint_structs.
5034 All callers updated.
5035 (show_prettyformat_arrays): Renamed from show_prettyprint_arrays.
5036 All callers updated.
5037 (_initialize_valprint): Improve help text for "set print pretty" and
5038 "set print arrays".
5039
5040 2013-07-09 Andrew Burgess <aburgess@broadcom.com>
5041
5042 * value.c (value_bits_valid): Revert previous change, and change
5043 by Pedro on 2013-07-04, due to regressions in
5044 gdb.dwarf2/implptr.exp and gdb.dwarf2/pieces.exp.
5045
5046 2013-07-08 Andrew Burgess <aburgess@broadcom.com>
5047 Pedro Alves <palves@redhat.com>
5048
5049 * value.c (value_bits_valid): If the value is not lval_computed
5050 or has no check validity handler then the answer is the
5051 optimized_out flag, otherwise defer to the handler.
5052
5053 2013-07-06 Eli Zaretskii <eliz@gnu.org>
5054
5055 * top.c (print_gdb_configuration): Explain in output of
5056 --configuration what does "relocatable" mean.
5057
5058 * main.c (print_gdb_help): Regroup options in the --help text.
5059 See http://sourceware.org/ml/gdb-patches/2013-04/msg00362.html for
5060 the relevant discussions.
5061
5062 2013-07-06 Yao Qi <yao@codesourcery.com>
5063
5064 * breakpoint.h (struct breakpoint_ops) <create_breakpoints_sal>:
5065 Remove parameter 'lsal'.
5066 * breakpoint.c (create_breakpoint): Move local variable 'lsal'
5067 to inner block. Caller update.
5068 (base_breakpoint_create_breakpoints_sal): Update.
5069 (bkpt_create_breakpoints_sal): Likewise.
5070 (tracepoint_create_breakpoints_sal): Likewise.
5071 (strace_marker_create_breakpoints_sal): Get 'lsal' from the
5072 element 0 of vector 'canonical->sals'.
5073
5074 2013-07-05 Luis Machado <lgustavo@codesourcery.com>
5075
5076 * rs6000-tdep.c (rs6000_stab_reg_to_regnum): Return the real
5077 register number instead of the pseudo register one.
5078 (rs6000_dwarf2_reg_to_regnum): Likewise.
5079
5080 2013-07-04 Pedro Alves <palves@redhat.com>
5081
5082 * findvar.c (value_of_register): Use allocate_optimized_out_value
5083 if the register has been optimized out, instead of
5084 set_value_optimized_out.
5085 * frame-unwind.c (frame_unwind_got_optimized): Use
5086 allocate_optimized_out_value.
5087
5088 2013-07-04 Pedro Alves <palves@redhat.com>
5089
5090 * value.c (value_bits_valid): If the value is not lval_computed,
5091 or doesn't have a check_validity hook, assume the value is entirely
5092 valid.
5093
5094 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
5095
5096 * stack.c (read_frame_arg): No longer fetch lazy values.
5097 * value.c (value_optimized_out): If the value is not already
5098 marked optimized out, and is lazy then fetch it.
5099 (value_primitive_field): Move optimized out check to later in the
5100 function, after we have loaded any lazy values.
5101 (value_fetch_lazy): Use optimized out flag directly rather than
5102 calling optimized_out method.
5103
5104 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
5105
5106 * valops.c: Don't include "user-regs.h".
5107 (value_fetch_lazy): Moved to value.c.
5108 * value.c: Include "user-regs.h".
5109 (value_fetch_lazy): Moved from valops.c.
5110
5111 2013-07-04 Yao Qi <yao@codesourcery.com>
5112
5113 Revert:
5114 2013-06-27 Yao Qi <yao@codesourcery.com>
5115
5116 * common/create-version.sh: Update comments. Handle the case
5117 that TARGET_ALIAS is empty.
5118
5119 2013-07-03 Pedro Alves <palves@redhat.com>
5120
5121 * Makefile.in (config.status): Depend on development.sh.
5122 (aclocal_m4_deps): Add libmcheck.m4.
5123 * acinclude.m4: Include libmcheck.m4.
5124 * configure.ac: Source development.sh instead of setting
5125 'development' here. --enable-libmcheck/--disable-libmcheck code
5126 factored out to GDB_AC_LIBMCHECK. Run it.
5127 * development.sh: New file.
5128 * libmcheck.m4: New file.
5129 * configure: Regenerate.
5130
5131 2013-07-02 Tom Tromey <tromey@redhat.com>
5132
5133 * contrib/ari/update-web-ari.sh: Update for version.in change.
5134
5135 2013-07-02 Tom Tromey <tromey@redhat.com>
5136
5137 * common/ptid.h: Comment fixes.
5138
5139 2013-07-01 Tom Tromey <tromey@redhat.com>
5140
5141 * dwarf2read.c (dwarf2_get_dwz_file): Return NULL if
5142 .gnu_debugaltlink not found. Use bfd_get_alt_debug_link_info.
5143 (dwarf2_read_index, create_all_comp_units): Update.
5144
5145 2013-07-01 Tom Tromey <tromey@redhat.com>
5146
5147 * configure.ac (build_warnings): Add -Wold-style-definition.
5148 * configure: Rebuild.
5149 * machoread.c (_initialize_machoread): Use "(void)".
5150 * macrocmd.c (macro_inform_no_debuginfo): Fix formatting;
5151 use "(void)".
5152
5153 2013-07-01 Tom Tromey <tromey@redhat.com>
5154
5155 * configure.ac (build_warnings): Add -Wold-style-declaration.
5156 * configure: Rebuild.
5157 * dsrec.c (make_srec): Use "static const", not "const static".
5158 * h8300-tdep.c (h8300_breakpoint_from_pc): Use "static const",
5159 not "const static".
5160 * mi/mi-parse.c (mi_no_values, mi_simple_values, mi_all_values):
5161 Use "static const", not "const static".
5162 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Use "static const",
5163 not "const static".
5164 * moxie-tdep.c (moxie_breakpoint_from_pc): Use "static const",
5165 not "const static".
5166 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Use "static const",
5167 not "const static".
5168 * v850-tdep.c (v850_breakpoint_from_pc): Use "static const",
5169 not "const static".
5170 (v850_dbtrap_breakpoint_from_pc): Likewise.
5171 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Use "static const",
5172 not "const static".
5173
5174 2013-07-01 Tom Tromey <tromey@redhat.com>
5175
5176 * configure.ac (build_warnings): Add -Wmissing-parameter-type.
5177 * configure: Rebuild.
5178
5179 2013-07-01 Pedro Alves <palves@redhat.com>
5180
5181 * defs.h: Include "pathmax.h".
5182 * utils.c: Don't include sys/param.h.
5183 (gdb_realpath): Remove code that checks for MAXPATHLEN.
5184 * solib-ia64-hpux.c (ia64_hpux_handle_load_event): Use PATH_MAX
5185 instead of MAXPATHLEN.
5186 * solib-sunos.c: Don't include sys/param.h.
5187 * xcoffread.c: Don't include sys/param.h.
5188 * bsd-kvm.c: Don't include sys/param.h.
5189 * darwin-nat.c: Don't include sys/param.h.
5190 (darwin_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
5191 * darwin-nat-info.c: Don't include sys/param.h.
5192 * fbsd-nat.c (fbsd_pid_to_exec_file): Use PATH_MAX instead of
5193 MAXPATHLEN.
5194 * i386obsd-nat.c: Don't include sys/param.h.
5195 * inf-child.c: Don't include sys/param.h.
5196 (inf_child_fileio_readlink): Use PATH_MAX instead of MAXPATHLEN.
5197 * linux-fork.c: Don't include sys/param.h.
5198 (fork_save_infrun_state): Use PATH_MAX instead of MAXPATHLEN.
5199 * linux-nat.c: Don't include sys/param.h.
5200 (linux_child_pid_to_exec_file, linux_proc_pending_signals)
5201 (linux_proc_pending_signals): Use PATH_MAX instead of MAXPATHLEN.
5202 * m68klinux-nat.c: Don't include sys/param.h.
5203 * nbsd-nat.c: Don't include sys/param.h.
5204 (nbsd_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
5205 * ppc-linux-nat.c: Don't include sys/param.h.
5206 * rs6000-nat.c: Don't include sys/param.h.
5207 * spu-linux-nat.c. Don't include sys/param.h.
5208 * windows-nat.c: Don't include sys/param.h.
5209 * xtensa-linux-nat.c: Don't include sys/param.h.
5210 * config/i386/nm-fbsd.h: Don't include sys/param.h.
5211
5212 2013-07-01 Pedro Alves <palves@redhat.com>
5213
5214 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add pathmax.
5215 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/pathmax.m4.
5216 * gnulib/aclocal.m4: Regenerate.
5217 * gnulib/config.in: Regenerate.
5218 * gnulib/configure: Regenerate.
5219 * gnulib/import/pathmax.h: New file.
5220 * gnulib/import/Makefile.am: Regenerate.
5221 * gnulib/import/Makefile.in: Regenerate.
5222 * gnulib/import/m4/gnulib-cache.m4: Regenerate.
5223 * gnulib/import/m4/gnulib-comp.m4: Regenerate.
5224 * gnulib/import/m4/pathmax.m4: New file.
5225
5226 2013-07-01 Pedro Alves <palves@redhat.com>
5227
5228 * configure.ac (GDBINIT): Define, depending on host.
5229 * go32-nat.c (init_go32_ops): Don't override gdbinit here.
5230 * top.c (PATH_MAX): Delete fallback definition.
5231 (GDBINIT_FILENAME): Delete.
5232 (gdbinit): Reimplement as const char array set to the GDBINIT
5233 string constant.
5234 * top.h (gdbinit): Make const.
5235 * configure, config.in: Regenerate.
5236
5237 2013-07-01 Pedro Alves <palves@redhat.com>
5238
5239 * cli/cli-cmds.c (source_script): Make 'file' parameter const.
5240 * cli/cli-cmds.h (source_script): Likewise.
5241 * exceptions.c (catch_command_errors_const): New function.
5242 * exceptions.h (catch_command_errors_const): Declare.
5243 * main.c (get_init_files): Make parameters const, and adjust.
5244 (captured_main): Make 'system_gdbinit', 'home_gdbinit' and
5245 'local_gdbinit' locals const. Adjust to use
5246 catch_command_errors_const.
5247 (print_gdb_help): Make 'system_gdbinit', 'home_gdbinit' and
5248 'local_gdbinit' locals const.
5249
5250 2013-07-01 Pedro Alves <palves@redhat.com>
5251
5252 * defs.h: Don't check HAVE_UNISTD_H before including <unistd.h>.
5253 (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Delete.
5254 * tracepoint.c: Don't check HAVE_UNISTD_H before including
5255 <unistd.h>.
5256
5257 2013-07-01 Pedro Alves <palves@redhat.com>
5258
5259 Import the "unistd" gnulib module.
5260 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add "unistd".
5261 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/off_t.m4,
5262 import/m4/ssize_t.m4, import/m4/sys_types_h.m4 and
5263 import/m4/unistd_h.m4.
5264 * gnulib/aclocal.m4: Renenerate.
5265 * gnulib/config.in: Renenerate.
5266 * gnulib/configure: Renenerate.
5267 * gnulib/import/Makefile.am: Renenerate.
5268 * gnulib/import/Makefile.in: Renenerate.
5269 * gnulib/import/m4/gnulib-cache.m4: Renenerate.
5270 * gnulib/import/m4/gnulib-comp.m4: Renenerate.
5271 * gnulib/import/m4/off_t.m4: New file.
5272 * gnulib/import/m4/ssize_t.m4: New file.
5273 * gnulib/import/m4/sys_types_h.m4: New file.
5274 * gnulib/import/m4/unistd_h.m4: New file.
5275 * gnulib/import/sys_types.in.h: New file.
5276 * gnulib/import/unistd.c: New file.
5277 * gnulib/import/unistd.in.h: New file.
5278
5279 2013-07-01 Pedro Alves <palves@redhat.com>
5280
5281 * utils.c <pathconf/_PC_PATH_MAX use>: Check if _PC_PATH_MAX is
5282 defined instead of checking HAVE_UNISTD_H.
5283
5284 2013-07-01 Pedro Alves <palves@redhat.com>
5285
5286 Reimport gnulib from scratch.
5287 * gnulib/Makefile.in (aclocal_m4_deps): Remove reference to
5288 import/m4/onceonly.m4.
5289 * gnulib/aclocal.m4: Renegerate.
5290 * gnulib/config.in: Renegerate.
5291 * gnulib/configure: Renegerate.
5292 * gnulib/import/Makefile.in: Renegerate.
5293 * gnulib/import/extra/update-copyright: Renegerate.
5294 * gnulib/import/m4/onceonly.m4: Delete.
5295
5296 2013-07-01 Pedro Alves <palves@redhat.com>
5297
5298 * tui/tui-regs.c (pagination_enabled): Delete declaration.
5299
5300 2013-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5301
5302 Code cleanup.
5303 * remote.c (async_remote_interrupt_twice): Make it static.
5304 * remote.h (async_remote_interrupt_twice): Remove the declaration.
5305
5306 2013-06-29 Sergio Durigan Junior <sergiodj@redhat.com>
5307
5308 * ia64-linux-tdep.c: Include <ctype.h>.
5309 (ia64_linux_stap_is_single_operand): New function.
5310 (ia64_linux_init_abi): Initialize SystemTap related attributes.
5311
5312 2013-06-28 Tom Tromey <tromey@redhat.com>
5313
5314 * Makefile.in (version.c): Use version.in, not
5315 common/version.in.
5316 * common/create-version.sh: Likewise.
5317 * common/version.in: Move...
5318 * version.in: ...here.
5319
5320 2013-06-28 Pedro Alves <palves@redhat.com>
5321
5322 * infrun.c (set_observer_mode): Don't declare pagination_enabled
5323 here.
5324 * utils.h (pagination_enabled): Declare.
5325
5326 2013-06-28 Pedro Alves <palves@redhat.com>
5327
5328 * infrun.c (non_stop, non_stop_1, set_non_stop, show_non_stop):
5329 Move higher up in file.
5330
5331 2013-06-28 Tom Tromey <tromey@redhat.com>
5332
5333 * tracepoint.c (deprecated_readline_begin_hook)
5334 (deprecated_readline_hook, deprecated_readline_end_hook): Don't
5335 declare.
5336
5337 2013-06-28 Pedro Alves <palves@redhat.com>
5338
5339 PR tui/14880
5340 * tui/tui-regs.c (tui_get_register): Fetch value contents before
5341 checking if they're available.
5342 * value.c (value_available_contents_eq): Change comment.
5343 * value.h (value_available_contents_eq): Expand comment.
5344
5345 2013-06-27 Tom Tromey <tromey@redhat.com>
5346
5347 * target.c (find_run_target): Remove.
5348 * target.h (find_run_target): Remove.
5349
5350 2013-06-27 Tom Tromey <tromey@redhat.com>
5351
5352 * corelow.c (core_gdbarch): Now static.
5353
5354 2013-06-27 Tom Tromey <tromey@redhat.com>
5355
5356 * target.c (target_struct_index): Remove.
5357
5358 2013-06-27 Pedro Alves <palves@redhat.com>
5359
5360 * infrun.c: Remove comment describing the 'stepping over runtime
5361 loader dynamic symbol resolution code' mechanism; moved to
5362 gdbint.texinfo.
5363
5364 2013-06-27 Pedro Alves <palves@redhat.com>
5365
5366 * exceptions.c (catch_command_errors): Remove spurious space.
5367 * exceptions.h (catch_command_errors): Second parameter is "arg",
5368 not "command".
5369
5370 2013-06-27 Yao Qi <yao@codesourcery.com>
5371
5372 * common/create-version.sh: Update comments. Handle the case
5373 that TARGET_ALIAS is empty.
5374
5375 2013-06-26 Pedro Alves <palves@redhat.com>
5376
5377 * infrun.c (SOLIB_IN_DYNAMIC_LINKER): Delete macro and describing
5378 comment.
5379
5380 2013-06-26 Pedro Alves <palves@redhat.com>
5381
5382 * infrun.c: Update comments on stepping over runtime loader
5383 dynamic symbol resolution code.
5384
5385 2013-06-26 Sergio Durigan Junior <sergiodj@redhat.com>
5386
5387 * ax-gdb.h (union exp_element): Forward declare.
5388 * parser-defs.h: Include expression.h.
5389
5390 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
5391
5392 * mips-tdep.c (fetch_mips_16): Use unmake_compact_addr.
5393
5394 2013-06-26 Dmitry Kozlov <ddk@codesourcery.com>
5395
5396 * tracepoint.c (trace_save): Extend tsave to save starttime, stoptime.
5397
5398 2013-06-26 Dmitry Kozlov <ddk@codesourcery.com>
5399
5400 Fix trace-status to output proper start-time and stop-time.
5401 * tracepoint.c (trace_status_command): Fix type of printf arg to
5402 prevent improper type conversion.
5403 (trace_status_mi): Likewise.
5404
5405 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
5406
5407 * mips-tdep.c (mips_next_pc): Fix a typo.
5408
5409 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
5410
5411 * mips-tdep.c (micromips_scan_prologue): Fix a typo.
5412
5413 2013-06-26 Pedro Alves <pedro@codesourcery.com>
5414 Yao Qi <yao@codesourcery.com>
5415
5416 * mi/mi-cmds.c (mi_cmds): Register -trace-frame-collected.
5417 * mi/mi-cmds.h (mi_cmd_trace_frame_collected): Declare.
5418 * mi/mi-main.c (print_variable_or_computed): New function.
5419 (mi_cmd_trace_frame_collected): New function.
5420 * tracepoint.c (find_trace_state_variable_by_number): New.
5421 (struct traceframe_info): Move to tracepoint.h
5422 (struct collection_list): Likewise.
5423 (do_collect_symbol): Include locals and arguments in the
5424 collected variables list.
5425 (clear_collection_list): Clear wholly collected variables list
5426 and computed variables list.
5427 (append_exp): New function.
5428 (encode_actions_1): Include variables in the wholly
5429 collected variables list. Include memory ranges and
5430 full-fledged expressions in the computed expressions list.
5431 (encode_actions): Move some code to ...
5432 Return the cleanup chain.
5433 (encode_actions_rsp): ... here. New function.
5434 (get_traceframe_location, get_traceframe_info): Remove static.
5435 * tracepoint.h (struct memrange): Moved from tracepoint.c.
5436 (struct collection_list): Moved from tracepoint.c. Add two
5437 new fields 'wholly_collected' and 'computed'.
5438 (find_trace_state_variable_by_number): Declare.
5439 (encode_actions): Adjust declaration.
5440 (encode_actions_rsp): Declare.
5441 (get_traceframe_info, get_traceframe_location): Declare.
5442
5443 * NEWS: Mention new MI command -trace-frame-collected.
5444
5445 2013-06-26 Pedro Alves <pedro@codesourcery.com>
5446 Yao Qi <yao@codesourcery.com>
5447
5448 * ctf.c (ctf_traceframe_info): Push trace state variables
5449 present in the trace data into the traceframe info object.
5450 * breakpoint.c (DEF_VEC_I): Remove.
5451 * common/filestuff.c (DEF_VEC_I): Likewise.
5452 * dwarf2loc.c (DEF_VEC_I): Likewise.
5453 * mi/mi-main.c (DEF_VEC_I): Likewise.
5454 * common/gdb_vecs.h (DEF_VEC_I): Define vector for int.
5455 * features/traceframe-info.dtd: Add tvar element and its
5456 attributes.
5457 * tracepoint.c (free_traceframe_info): Free vector 'tvars'.
5458 (build_traceframe_info): Push trace state variables present in
5459 the trace data into the traceframe info object.
5460 (traceframe_info_start_tvar): New function.
5461 (tvar_attributes): New.
5462 (traceframe_info_children): Add "tvar" element.
5463 * tracepoint.h (struct traceframe_info) <tvars>: New field.
5464
5465 * NEWS: Mention the change in GDB and GDBserver.
5466
5467 2013-06-26 Pedro Alves <pedro@codesourcery.com>
5468 Yao Qi <yao@codesourcery.com>
5469
5470 * tracepoint.c (trace_dump_command): Move code to ...
5471 (get_traceframe_location): ... here. New.
5472
5473 2013-06-26 Pedro Alves <pedro@codesourcery.com>
5474 Yao Qi <yao@codesourcery.com>
5475
5476 * tracepoint.c (trace_dump_command): GDB emits an error
5477 instead of a warning when a traceframe is not selected.
5478
5479 2013-06-26 Pedro Alves <pedro@codesourcery.com>
5480 Yao Qi <yao@codesourcery.com>
5481
5482 * tracepoint.c (tracepoint_list, stepping_list): Remove.
5483 (clear_collection_list): Free fields 'aexpre_list' and 'list'
5484 in collection_list.
5485 (do_clear_collection_list, init_collection_list): New.
5486 (encode_actions): Add local variables 'tracepoint_list' and
5487 'stepping_list'. Call init_collection_list and make cleanup
5488 which calls do_clear_collection_list. Don't call
5489 clear_collection_list.
5490 (_initialize_tracepoint): Delete references to
5491 'tracepoint_list' and 'stepping_list'.
5492
5493 2013-06-25 Tom Tromey <tromey@redhat.com>
5494
5495 * common/create-version.sh (date): Use "$", not "$$" in sed
5496 expression.
5497
5498 2013-06-25 Kevin Buettner <kevinb@redhat.com>
5499
5500 * NEWS (New targets): Add entry for TI MSP430.
5501
5502 2013-06-25 Yao Qi <yao@codesourcery.com>
5503
5504 * remote.c (remote_start_remote): Move code to upload tsv
5505 earlier.
5506
5507 2013-06-25 Yao Qi <yao@codesourcery.com>
5508 Hui Zhu <hui@codesourcery.com>
5509 Pedro Alves <palves@redhat.com>
5510
5511 PR breakpoints/15075
5512 PR breakpoints/15434
5513 * breakpoint.c (bpstat_stop_status): Call
5514 b->ops->after_condition_true.
5515 (update_dprintf_command_list): Don't append "continue" command
5516 to the command list of dprintf breakpoint.
5517 (base_breakpoint_after_condition_true): New function.
5518 (base_breakpoint_ops): Add base_breakpoint_after_condition_true.
5519 (dprintf_after_condition_true): New function.
5520 (initialize_breakpoint_ops): Set dprintf_after_condition_true.
5521 * breakpoint.h (breakpoint_ops): Add after_condition_true.
5522
5523 2013-06-24 Kevin Buettner <kevinb@redhat.com>
5524
5525 * Makefile.in (ALL_TARGET_OBS): Add msp430-tdep.o.
5526 (ALLDEPFILES): Add msp430-tdep.c.
5527 * configure.tgt (msp430*-*-elf): New target.
5528 * msp430-tdep.c: New file.
5529
5530 2013-06-24 Maciej W. Rozycki <macro@codesourcery.com>
5531
5532 * mips-tdep.c (mips_elf_make_msymbol_special): Handle MIPS16 and
5533 microMIPS synthetic symbols.
5534
5535 2013-06-24 Maciej W. Rozycki <macro@codesourcery.com>
5536
5537 * objfiles.h (pc_in_section): New prototype.
5538 (in_plt_section): Remove name argument, replace prototype with
5539 static inline function.
5540 * mips-tdep.h: Include "objfiles.h".
5541 (in_mips_stubs_section): New function.
5542 * hppa-tdep.h (gdbarch_tdep): Remove name argument of
5543 in_solib_call_trampoline member.
5544 (hppa_in_solib_call_trampoline): Remove name argument.
5545 * objfiles.c (pc_in_section): New function.
5546 (in_plt_section): Remove function.
5547 * mips-linux-tdep.c: Include "objfiles.h".
5548 (mips_linux_in_dynsym_stub): Call in_mips_stubs_section. Remove
5549 name argument. Return 1 rather than the low 16-bit halfword of
5550 any instruction examined.
5551 (mips_linux_in_dynsym_resolve_code): Update
5552 mips_linux_in_dynsym_stub call accordingly.
5553 * mips-tdep.c (mips_stub_frame_sniffer): Use in_mips_stubs_section
5554 rather than an equivalent hand-coded sequence.
5555 * hppa-hpux-tdep.c (in_opd_section): Remove function.
5556 (hppa32_hpux_in_solib_call_trampoline): Remove name argument.
5557 (hppa64_hpux_in_solib_call_trampoline): Likewise.
5558 (hppa64_hpux_find_global_pointer): Use pc_in_section rather than
5559 in_opd_section.
5560 * hppa-tdep.c (hppa_stub_unwind_sniffer): Remove name argument
5561 on call to tdep->in_solib_call_trampoline.
5562 (hppa_in_solib_call_trampoline): Remove name argument, update
5563 according to in_plt_section change.
5564 (hppa_skip_trampoline_code): Update according to in_plt_section
5565 change.
5566 * aarch64-tdep.c (aarch64_stub_unwind_sniffer): Likewise.
5567 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code):
5568 Likewise.
5569 * arm-tdep.c (arm_stub_unwind_sniffer): Likewise.
5570 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
5571 * hppabsd-tdep.c (hppabsd_find_global_pointer): Likewise.
5572 * nios2-tdep.c (nios2_stub_frame_sniffer): Likewise.
5573 * nto-tdep.c (nto_relocate_section_addresses): Likewise.
5574 * s390-tdep.c (s390_stub_frame_sniffer): Likewise.
5575 * sh-tdep.c (sh_stub_unwind_sniffer): Likewise.
5576 * solib-dsbt.c (dsbt_in_dynsym_resolve_code): Likewise.
5577 * solib-frv.c (frv_in_dynsym_resolve_code): Likewise.
5578 * solib-svr4.c (svr4_in_dynsym_resolve_code): Likewise.
5579 * solib-target.c (solib_target_in_dynsym_resolve_code): Likewise.
5580 * sparc-tdep.c (sparc_analyze_prologue): Likewise.
5581 * tic6x-tdep.c (tic6x_stub_unwind_sniffer): Likewise.
5582
5583 2013-06-24 Joel Brobecker <brobecker@adacore.com>
5584
5585 * common/create-version.sh: Fix expansion of $host_alias
5586 and $target_alias in generation of HOST_NAME and TARGET_NAME
5587 (resp.).
5588
5589 2013-06-24 Tom Tromey <tromey@redhat.com>
5590
5591 * common/create-version.sh: New file.
5592 * Makefile.in (version.c): Use bfd/version.h, common/version.in,
5593 create-version.sh.
5594 (HFILES_NO_SRCDIR): Use common/version.h.
5595 * version.in: Move to ...
5596 * common/version.in: ... here. Replace date with "DATE".
5597 * version.h: Move to ...
5598 * common/version.h: ... here.
5599
5600 2013-06-21 Joel Brobecker <brobecker@adacore.com>
5601
5602 * gdb/gnulib/Makefile.in: Update date in copyright header.
5603 * gdb/gnulib/configure.ac: Ditto.
5604 * gdb/gnulib/update-gnulib.sh: Ditto.
5605
5606 2013-06-21 Joel Brobecker <brobecker@adacore.com>
5607
5608 * copyright.py (EXCLUDE_LIST): Replace "gdb/gnulib" by
5609 "gdb/gnulib/import".
5610
5611 2013-06-21 Will Newton <will.newton@linaro.org>
5612
5613 * doublest.c (ldfrexp): Remove function.
5614 (convert_doublest_to_floatformat): Call frexpl instead of
5615 ldfrexp.
5616
5617 2013-06-21 Will Newton <will.newton@linaro.org>
5618
5619 * gnulib/update-gnulib.sh(IMPORTED_GNULIB_MODULES): Add frexpl.
5620 * gnulib/aclocal.m4: Regenerate.
5621 * gnulib/config.in: Regenerate.
5622 * gnulib/configure: Regenerate.
5623 * gnulib/import/Makefile.am: Update.
5624 * gnulib/import/Makefile.in: Update.
5625 * gnulib/import/m4/gnulib-cache.m4: Update.
5626 * gnulib/import/m4/gnulib-comp.m4: Update.
5627 * gnulib/import/float+.h: Import.
5628 * gnulib/import/float.c: Import.
5629 * gnulib/import/float.in.h: Import.
5630 * gnulib/import/fpucw.h: Import.
5631 * gnulib/import/frexp.c: Import.
5632 * gnulib/import/frexpl.c: Import.
5633 * gnulib/import/isnan.c: Import.
5634 * gnulib/import/isnand-nolibm.h: Import.
5635 * gnulib/import/isnand.c: Import.
5636 * gnulib/import/isnanl-nolibm.h: Import.
5637 * gnulib/import/isnanl.c: Import.
5638 * gnulib/import/itold.c: Import.
5639 * gnulib/import/m4/exponentd.m4: Import.
5640 * gnulib/import/m4/exponentl.m4: Import.
5641 * gnulib/import/m4/float_h.m4: Import.
5642 * gnulib/import/m4/fpieee.m4: Import.
5643 * gnulib/import/m4/frexp.m4: Import.
5644 * gnulib/import/m4/frexpl.m4: Import.
5645 * gnulib/import/m4/isnand.m4: Import.
5646 * gnulib/import/m4/isnanl.m4: Import.
5647 * gnulib/import/m4/math_h.m4: Import.
5648 * gnulib/import/math.c: Import.
5649 * gnulib/import/math.in.h: Import.
5650
5651 2013-06-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5652
5653 * common/linux-btrace.c (cpu_supports_btrace): Remove variable vendor,
5654 replace strcmp with signature_INTEL_ebx, signature_INTEL_ecx and
5655 signature_INTEL_edx comparisons.
5656
5657 2013-06-20 Doug Evans <dje@google.com>
5658
5659 symtab/15652
5660 * dwarf2read.c (try_open_dwop_file): New arg search_cwd.
5661 All callers updated.
5662 (open_dwp_file): If we can't find the dwp file, search the basename
5663 in debug-file-directory.
5664
5665 * dwarf2read.c (struct dwp_file): Fix comment.
5666 (open_and_init_dwp_file): Set dwp_file->name to bfd's file name.
5667
5668 * source.c (openp): Document OPF_TRY_CWD_FIRST+OPF_SEARCH_IN_PATH
5669 better.
5670
5671 2013-06-20 Yao Qi <yao@codesourcery.com>
5672
5673 * breakpoint.c (create_breakpoint): Fix code indentation.
5674
5675 2013-06-20 Yao Qi <yao@codesourcery.com>
5676
5677 * breakpoint.c (create_breakpoints_sal_default): Remove
5678 parameter 'lsal'. Update declaration.
5679 (bkpt_create_breakpoints_sal): Caller update.
5680 (tracepoint_create_breakpoints_sal): Likewise.
5681
5682 2013-06-20 Pedro Alves <pedro@codesourcery.com>
5683 Yao Qi <yao@codesourcery.com>
5684
5685 * NEWS: Mention the new option '--skip-unavailable' of command
5686 -data-list-register-values.
5687 * mi/mi-main.c (mi_cmd_data_list_register_values): Accept the
5688 --skip-unavailable option. Adjust to use output_register.
5689 (output_register): Add new 'skip_unavailable' parameter.
5690 Handle it.
5691
5692 2013-06-19 Mike Frysinger <vapier@gentoo.org>
5693
5694 * Makefile.in (HFILES_NO_SRCDIR): Add common/i386-cpuid.h and
5695 common/i386-gcc-cpuid.h.
5696 * common/i386-cpuid.h: New wrapper header around i386-gcc-cpuid.h.
5697 * common/i386-gcc-cpuid.h: Rename from testsuite/gdb.arch/i386-cpuid.h.
5698 Copy the latest version from upstream gcc.
5699 * common/linux-btrace.c: Include i386-cpuid.h.
5700 (intel_supports_btrace): Delete x86 ifdefs and replace inline asm with
5701 call to i386_cpuid.
5702 (cpu_supports_btrace): Likewise.
5703 * go32-nat.c: Include i386-cpuid.h.
5704 (go32_sysinfo): Add (disabled) calls to i386_cpuid with comments.
5705
5706 2013-06-19 Doug Evans <dje@google.com>
5707
5708 * symfile.c (symfile_bfd_open): Delete unnecessary declaration.
5709 (get_section_index): Ditto.
5710
5711 2013-06-19 Tom Tromey <tromey@redhat.com>
5712
5713 * breakpoint.c (_initialize_breakpoint): Remove trailing \n from
5714 "dprintf" help.
5715
5716 2013-06-18 Doug Evans <dje@google.com>
5717
5718 * dwarf2read.c (dw2_symtab_iter_next): Check value of cu_index
5719 before using it.
5720 (dw2_expand_symtabs_matching): Fix symbol kind validity check.
5721 Move test of cu_index closer to use. Print complaint if cu_index
5722 is bad.
5723
5724 2013-06-18 Joel Brobecker <brobecker@adacore.com>
5725
5726 * machoread.c (oso_vector): Delete this global.
5727 (macho_register_oso): Add new parameter "oso_vector_ptr".
5728 Use it instead of the "oso_vector" global.
5729 (macho_symtab_read, macho_symfile_read_all_oso): Likewise.
5730 (macho_symfile_read): Use a local oso_vector, to be free'ed
5731 at the end of this function, in place of the old "oso_vector"
5732 global. Update various function calls accordingly. Use one
5733 single cleanup chain for the entire function.
5734
5735 2013-06-18 Joel Brobecker <brobecker@adacore.com>
5736
5737 * dwarf2read.c (dwarf2_per_objfile_free): Replace uses of
5738 DWARF2_PER_OBJFILE by uses of DATA instead.
5739
5740 2013-06-18 Tom Tromey <tromey@redhat.com>
5741
5742 * break-catch-sig.c (signal_catchpoint_explains_signal): Add 'sig'
5743 argument.
5744 * breakpoint.c (bpstat_explains_signal): Add 'sig' argument.
5745 Special case signals other than GDB_SIGNAL_TRAP.
5746 (explains_signal_watchpoint): New function.
5747 (base_breakpoint_explains_signal): Add 'sig' argument.
5748 (initialize_breakpoint_ops): Set 'explains_signal' method for
5749 watchpoints.
5750 * breakpoint.h (struct breakpoint_ops) <explains_signal>: Add
5751 signal argument.
5752 (bpstat_explains_signal): Likewise.
5753 * infrun.c (handle_syscall_event, handle_inferior_event): Update.
5754
5755 2013-06-18 Tom Tromey <tromey@redhat.com>
5756
5757 * python/py-inferior.c (gdbpy_selected_inferior): Don't incref.
5758
5759 2013-06-18 Tom Tromey <tromey@redhat.com>
5760
5761 * python/python.c (finish_python_initialization): Decref
5762 'pythondir' on failure path as well.
5763
5764 2013-06-18 Tom Tromey <tromey@redhat.com>
5765
5766 PR symtab/15391:
5767 * dwarf2loc.c (read_pieced_value): Truncate this_size_bits
5768 after taking bits_to_skip into account. Sign extend byte_offset.
5769 * utils.h (gdb_sign_extend): Declare.
5770 * utils.c (gdb_sign_extend): New function.
5771
5772 2013-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5773
5774 * dwarf2read.c (write_psymtabs_to_index): Ignore NULL PSYMTAB.
5775
5776 2013-06-17 Pierre Muller <muller@sourceware.org>
5777
5778 * corelow.c (core_open): Print GDB signal name instead of target
5779 signal number.
5780
5781 2013-06-17 Mike Frysinger <vapier@gentoo.org>
5782
5783 * .gitignore: Add /gcore.
5784
5785 2013-06-13 Doug Evans <dje@google.com>
5786
5787 * dwarf2read.c (try_open_dwop_file): Work around behaviour of
5788 OPF_TRY_CWD_FIRST to not search path if the file contains a '/'.
5789
5790 2013-06-12 Phil Muldoon <pmuldoon@redhat.com>
5791
5792 * stack.c (backtrace_command_1): Fix indentation.
5793
5794 2013-06-11 Joel Brobecker <brobecker@adacore.com>
5795
5796 * window-nat.c (thread_rec): Add missing empty line after
5797 local variable declaration.
5798
5799 2013-06-11 Joel Brobecker <brobecker@adacore.com>
5800
5801 * windows-nat.c (thread_rec): Revert format used to print
5802 error code returned by SuspendThread from %d back to %u.
5803
5804 2013-06-11 Joel Brobecker <brobecker@adacore.com>
5805
5806 * windows-nat.c (windows_continue): Add "0x" prefix for thread
5807 ID in debug trace.
5808 (get_windows_debug_event): Likewise, for all debug traces.
5809
5810 2013-06-11 Joel Brobecker <brobecker@adacore.com>
5811
5812 * window-nat.c (thread_rec): Add thread ID in SuspendThread
5813 warning message.
5814
5815 2013-06-08 Pedro Alves <pedro@codesourcery.com>
5816 Yao Qi <yao@codesourcery.com>
5817
5818 * mi/mi-main.c (get_register): Remove declaration.
5819 (output_register): Declare.
5820 (mi_cmd_data_list_register_values): Remove local variable
5821 'tuple_cleanup'. Move some code into output_register.
5822 (get_register): Renamed to ...
5823 (output_register): ... this. Output the register's
5824 "number" ui_out tuple here.
5825
5826 2013-06-07 Pedro Alves <palves@redhat.com>
5827
5828 * darwin-nat.c: Fix formating in copyright header.
5829 * darwin-nat.h: Likewise.
5830 * gnu-nat.c: Likewise.
5831 * machoread.c: Likewise.
5832
5833 2013-06-07 Pedro Alves <palves@redhat.com>
5834
5835 PR server/14823
5836 * regformats/regdat.sh: Output #include tdesc.h. Make globals
5837 static. Output a global target description pointer.
5838 (init_registers_${name}): Adjust to initialize a
5839 target description structure.
5840
5841 2013-06-07 Will Newton <will.newton@linaro.org>
5842
5843 * printcmd.c (build_address_symbolic): Call
5844 gdbarch_addr_bits_remove for text minimal symbols.
5845
5846 2013-06-07 Will Newton <will.newton@linaro.org>
5847
5848 * MAINTAINERS: Add myself to Write After Approval.
5849
5850 2013-06-07 Yao Qi <yao@codesourcery.com>
5851
5852 * tracepoint.c (start_tracing): Move code to ...
5853 (trace_reset_local_state): ... here. New.
5854 (disconnect_tracing): Don't call set_current_traceframe,
5855 set_tracepoint_num, and set_traceframe_context. Call
5856 trace_reset_local_state instead.
5857 (tfile_close): Call trace_reset_local_state.
5858 * ctf.c (ctf_close): Likewise.
5859 * remote.c (remote_close): Likewise.
5860 * tracepoint.h (trace_reset_local_state): Declare.
5861
5862 2013-06-06 Doug Evans <dje@google.com>
5863
5864 * dwarf2read.c: Whitespace fixes for DWP file format documentation,
5865 and fix header docs.
5866
5867 2013-06-05 Doug Evans <dje@google.com>
5868 Keith Seitz <keiths@redhat.com>
5869
5870 PR 15519
5871 * cp-namespace.c (find_symbol_in_baseclass): Call
5872 cp_lookup_symbol_in_namespace instead of cp_lookup_symbol_namespace.
5873 Check result of call to lookup_symbol_static.
5874 Call lookup_static_symbol_aux unconditionally.
5875 Call check_typedef on base types before accessing them.
5876 (cp_lookup_nested_symbol): Fix comment.
5877
5878 2013-06-05 Luis Machado <lgustavo@codesourcery.com>
5879
5880 * gnu-v3-abi.c (gnuv3_skip_trampoline): Handle thunk
5881 minimal symbols pointing to function descriptors.
5882
5883 2013-06-05 Tom Tromey <tromey@redhat.com>
5884
5885 * python/py-utils.c (gdb_pymodule_addobject): Cast away const.
5886
5887 2013-06-04 Sergio Durigan Junior <sergiodj@redhat.com>
5888 Pedro Alves <palves@redhat.com>
5889
5890 * remote.c (remote_wait_as): Restore signal handler before returning
5891 when GDB gets a notification.
5892
5893 2013-06-04 Gary Benson <gbenson@redhat.com>
5894
5895 PR 2328
5896 * breakpoint.h (handle_solib_event): Moved function declaration
5897 to solib.h.
5898 * breakpoint.c (handle_solib_event): Moved function to solib.c.
5899 (bpstat_stop_status): Pass new argument to handle_solib_event.
5900 * solib.h (update_solib_breakpoints): New function declaration.
5901 (handle_solib_event): Moved function declaration from
5902 breakpoint.h.
5903 * solib.c (update_solib_breakpoints): New function.
5904 (handle_solib_event): Moved function from breakpoint.c.
5905 Updated to call solib_ops->handle_event if not NULL.
5906 * solist.h (target_so_ops): New fields "update_breakpoints" and
5907 "handle_event".
5908 * infrun.c (set_stop_on_solib_events): New function.
5909 (_initialize_infrun): Use the above for "set
5910 stop-on-solib-events".
5911 (handle_inferior_event): Pass new argument to handle_solib_event.
5912 * solib-svr4.c (probe.h): New include.
5913 (svr4_free_library_list): New forward declaration.
5914 (probe_action): New enum.
5915 (probe_info): New struct.
5916 (probe_info): New static variable.
5917 (NUM_PROBES): New definition.
5918 (svr4_info): New fields "using_xfer", "probes_table" and
5919 "solib_list".
5920 (free_probes_table): New function.
5921 (free_solib_list): New function.
5922 (svr4_pspace_data_cleanup): Free probes table and solib list.
5923 (svr4_copy_library_list): New function.
5924 (svr4_current_sos_via_xfer_libraries): New parameter "annex".
5925 (svr4_read_so_list): New parameter "prev_lm".
5926 (svr4_current_sos_direct): Renamed from "svr4_current_sos".
5927 (svr4_current_sos): New function.
5928 (probe_and_action): New struct.
5929 (hash_probe_and_action): New function.
5930 (equal_probe_and_action): Likewise.
5931 (register_solib_event_probe): Likewise.
5932 (solib_event_probe_at): Likewise.
5933 (solib_event_probe_action): Likewise.
5934 (solist_update_full): Likewise.
5935 (solist_update_incremental): Likewise.
5936 (disable_probes_interface_cleanup): Likewise.
5937 (svr4_handle_solib_event): Likewise.
5938 (svr4_update_solib_event_breakpoint): Likewise.
5939 (svr4_update_solib_event_breakpoints): Likewise.
5940 (svr4_create_solib_event_breakpoints): Likewise.
5941 (enable_break): Free probes table before creating breakpoints.
5942 Use svr4_create_solib_event_breakpoints to create breakpoints.
5943 (svr4_solib_create_inferior_hook): Free the solib list.
5944 (_initialize_svr4_solib): Initialise
5945 svr4_so_ops.handle_solib_event and svr4_so_ops.update_breakpoints.
5946
5947 2013-06-04 Gary Benson <gbenson@redhat.com>
5948
5949 * target.h (target_ops): New field
5950 "to_augmented_libraries_svr4_read".
5951 (target_augmented_libraries_svr4_read): New macro.
5952 * target.c (update_current_target): Handle
5953 to_augmented_libraries_svr4_read.
5954 * remote.c (remote_state): New field
5955 "augmented_libraries_svr4_read".
5956 (remote_augmented_libraries_svr4_read_feature): New function.
5957 (remote_protocol_features): Add entry for
5958 "augmented-libraries-svr4-read".
5959 (remote_augmented_libraries_svr4_read): New function.
5960 (init_remote_ops): Initialize
5961 remote_ops.to_augmented_libraries_svr4_read.
5962
5963 2013-06-04 Gary Benson <gbenson@redhat.com>
5964
5965 * NEWS: Update.
5966
5967 2013-06-04 Gary Benson <gbenson@redhat.com>
5968
5969 * objfiles.h (inhibit_section_map_updates): New function
5970 declaration.
5971 (resume_section_map_updates): Likewise.
5972 (resume_section_map_updates_cleanup): Likewise.
5973 * objfiles.c (objfile_pspace_info): Removed field
5974 "objfiles_changed_p". New fields "new_objfiles_available",
5975 "section_map_dirty" and "inhibit_updates".
5976 (allocate_objfile): Set new_objfiles_available.
5977 (free_objfile): Set section_map_dirty.
5978 (objfile_relocate1): Likewise.
5979 (in_plt_section): Likewise.
5980 (find_pc_section): Update the conditions under which the
5981 section map will be updated.
5982 (inhibit_section_map_updates): New function.
5983 (resume_section_map_updates): Likewise.
5984 (resume_section_map_updates_cleanup): Likewise.
5985
5986 2013-06-04 Gary Benson <gbenson@redhat.com>
5987
5988 * probe.h (get_probe_argument_count): New declaration.
5989 (evaluate_probe_argument): Likewise.
5990 * probe.c (get_probe_argument_count): New function.
5991 (evaluate_probe_argument): Likewise.
5992 (probe_safe_evaluate_at_pc): Use the above new functions.
5993
5994 2013-06-04 Alan Modra <amodra@gmail.com>
5995
5996 * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
5997 * rs6000-tdep.c (read_insn): Add frame param, don't assume big-endian.
5998 (ppc_insns_match_pattern): Add frame param. Avoid multiple
5999 target mem reads on optional insns.
6000 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Update
6001 ppc_insns_match_pattern calls.
6002 * ppc64-tdep.c (ppc64_standard_linkage2, ppc64_standard_linkage3):
6003 Add match for power7 thread safety insns, and new order of
6004 std 2,40(1) insn. Correct code shown for _dl_runtime_resolve
6005 invocation in comment, and update rest of comment.
6006 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN,
6007 PPC64_STANDARD_LINKAGE3_LEN): Delete.
6008 (ppc64_standard_linkage2_target): Update insn offsets.
6009 (ppc64_skip_trampoline_code): Use a single insn buffer. Match newer
6010 stubs first. Update calls.
6011
6012 2013-06-04 Yao Qi <yao@codesourcery.com>
6013
6014 * solib.c (solib_find): Don't need dir separator if path has
6015 drive spec.
6016
6017 2013-06-03 Joel Brobecker <brobecker@adacore.com>
6018
6019 Revert (indirectly causes a SIGSEGV):
6020 * machoread.c (macho_symfile_read): Assign first cleanup to
6021 'back_to'.
6022
6023 2013-06-03 Yao Qi <yao@codesourcery.com>
6024
6025 * mi/mi-cmd-var.c (mi_no_values, mi_simple_values): Move to
6026 mi-parse.c. Make them static.
6027 (mi_all_values): Likewise.
6028 (mi_parse_values_option): Move to mi-parse.c. Rename it to
6029 mi_parse_print_values. Make it external.
6030 * mi/mi-cmds.h (mi_no_values, mi_simple_values, mi_all_values):
6031 Remove the declarations.
6032 * mi/mi-parse.c (mi_parse_print_values): Moved from mi-cmd-var.c.
6033 * mi/mi-parse.h (mi_parse_print_values): Declare.
6034 * mi/mi-cmd-stack.c: Include mi-parse.h.
6035 (parse_print_values): Remove
6036 (mi_cmd_stack_list_locals): Call mi_parse_print_values instead
6037 of parse_print_values.
6038 (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Likewise.
6039
6040 2013-05-31 Pedro Alves <pedro@codesourcery.com>
6041 Yao Qi <yao@codesourcery.com>
6042
6043 * tracepoint.c (all_tracepoint_actions_and_cleanup): Declare.
6044 (encode_actions): Move code to ...
6045 (all_tracepoint_actions_and_cleanup): ... here. New.
6046 (trace_dump_command): Likewise.
6047
6048 2013-05-30 Tom Tromey <tromey@redhat.com>
6049
6050 * symmisc.c (maintenance_expand_symtabs): Call do_cleanups.
6051
6052 2013-05-30 Tom Tromey <tromey@redhat.com>
6053
6054 * xml-support.c (gdb_xml_create_parser_and_cleanup): Rename from
6055 gdb_xml_create_parser_and_cleanup_1. Return a cleanup. Remove
6056 'old_chain' argument. Add 'parser_result' argument.
6057 (gdb_xml_create_parser_and_cleanup): Remove old version.
6058 (gdb_xml_parse_quick): Update.
6059 (xml_process_xincludes): Update.
6060 * xml-support.h (gdb_xml_create_parser_and_cleanup): Don't
6061 declare.
6062
6063 2013-05-30 Tom Tromey <tromey@redhat.com>
6064
6065 * probe.c (collect_probes): Check arguments for NULL before
6066 calling compile_rx_or_error.
6067 * utils.c (compile_rx_or_error): Require 'rx' to be non-NULL.
6068 Remove NULL return.
6069
6070 2013-05-30 Tom Tromey <tromey@redhat.com>
6071
6072 * infrun.c (adjust_pc_after_break): Introduce an outer null
6073 cleanup.
6074
6075 2013-05-30 Tom Tromey <tromey@redhat.com>
6076
6077 * mi/mi-cmd-var.c (varobj_update_one): Add an outer null cleanup.
6078
6079 2013-05-30 Tom Tromey <tromey@redhat.com>
6080
6081 * cli/cli-script.c (read_command_lines_1): Use a null cleanup
6082 for 'old_chain'. Do not check 'head' before processing
6083 cleanups.
6084
6085 2013-05-30 Tom Tromey <tromey@redhat.com>
6086
6087 * mi/mi-cmd-stack.c (list_arg_or_local): Remove
6088 "cleanup_tuple".
6089
6090 2013-05-30 Tom Tromey <tromey@redhat.com>
6091
6092 * dbxread.c (dbx_read_symtab): Declare 'back_to' in a more
6093 inner scope. Unconditionally call do_cleanups.
6094
6095 2013-05-30 Tom Tromey <tromey@redhat.com>
6096
6097 * source.c (find_and_open_source): Call do_cleanups.
6098
6099 2013-05-30 Tom Tromey <tromey@redhat.com>
6100
6101 * linux-thread-db.c (thread_db_load_search): Unconditionally
6102 call do_cleanups.
6103
6104 2013-05-30 Tom Tromey <tromey@redhat.com>
6105
6106 * solib-aix.c (solib_aix_bfd_open): Don't use a null cleanup
6107 for 'cleanup'; instead use a later one.
6108
6109 2013-05-30 Tom Tromey <tromey@redhat.com>
6110
6111 * python/py-breakpoint.c (bppy_get_commands): Use
6112 explicit, unconditional return.
6113 * python/py-frame.c (frapy_read_var): Likewise.
6114 * python/python.c (gdbpy_decode_line): Likewise.
6115
6116 2013-05-30 Tom Tromey <tromey@redhat.com>
6117
6118 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Call
6119 do_cleanups on all return paths.
6120
6121 2013-05-30 Tom Tromey <tromey@redhat.com>
6122
6123 * top.c (execute_command): Discard 'cleanup_if_error' cleanups.
6124
6125 2013-05-30 Tom Tromey <tromey@redhat.com>
6126
6127 * stabsread.c (read_struct_type): Call do_cleanups along
6128 all return paths.
6129
6130 2013-05-30 Maciej W. Rozycki <macro@codesourcery.com>
6131
6132 * mips-linux-tdep.c: Adjust formatting throughout.
6133
6134 2013-05-30 Tom Tromey <tromey@redhat.com>
6135
6136 * mipsread.c (read_alphacoff_dynamic_symtab): Call do_cleanups
6137 along all return paths.
6138
6139 2013-05-30 Tom Tromey <tromey@redhat.com>
6140
6141 * symfile.c (find_separate_debug_file): Call do_cleanups
6142 along all return paths.
6143
6144 2013-05-30 Tom Tromey <tromey@redhat.com>
6145
6146 * symtab.c (search_symbols): Introduce a null cleanup for
6147 'retval_chain'.
6148
6149 2013-05-30 Tom Tromey <tromey@redhat.com>
6150
6151 * python/py-value.c (valpy_binop): Call do_cleanups before
6152 exiting loop.
6153
6154 2013-05-30 Tom Tromey <tromey@redhat.com>
6155
6156 * python/py-prettyprint.c (print_children): Remove extra
6157 do_cleanups call.
6158
6159 2013-05-30 Tom Tromey <tromey@redhat.com>
6160
6161 * python/py-frame.c (frapy_read_var): Call do_cleanups along
6162 all return paths.
6163
6164 2013-05-30 Tom Tromey <tromey@redhat.com>
6165
6166 * python/py-breakpoint.c (bppy_get_commands): Call do_cleanups
6167 along all return paths.
6168
6169 2013-05-30 Tom Tromey <tromey@redhat.com>
6170
6171 * cli/cli-logging.c (set_logging_redirect): Unconditionally
6172 call do_cleanups.
6173
6174 2013-05-30 Tom Tromey <tromey@redhat.com>
6175
6176 * varobj.c (c_value_of_root): Call do_cleanups along all
6177 return paths.
6178
6179 2013-05-30 Tom Tromey <tromey@redhat.com>
6180
6181 * tracepoint.c (trace_dump_command): Unconditionally call
6182 do_cleanups.
6183
6184 2013-05-30 Tom Tromey <tromey@redhat.com>
6185
6186 * breakpoint.c (output_thread_groups, parse_cmd_to_aexpr): Call
6187 do_cleanups earlier.
6188
6189 2013-05-30 Tom Tromey <tromey@redhat.com>
6190
6191 * machoread.c (macho_symfile_read): Assign first cleanup to
6192 'back_to'.
6193
6194 2013-05-30 Tom Tromey <tromey@redhat.com>
6195
6196 * m32r-rom.c (m32r_load): Call do_cleanups at all returns.
6197
6198 2013-05-30 Tom Tromey <tromey@redhat.com>
6199
6200 * mi/mi-main.c (list_available_thread_groups): Call do_cleanups.
6201
6202 2013-05-30 Tom Tromey <tromey@redhat.com>
6203
6204 * inf-ptrace.c (inf_ptrace_create_inferior): Unconditionally
6205 call discard_cleanups.
6206 (inf_ptrace_attach): Likewise.
6207
6208 2013-05-30 Tom Tromey <tromey@redhat.com>
6209
6210 * remote-mips.c (mips_exit_debug): Call do_cleanups on all
6211 return paths.
6212 (mips_initialize): Likewise.
6213 (common_open): Call do_cleanups.
6214
6215 2013-05-30 Tom Tromey <tromey@redhat.com>
6216
6217 * utils.c (internal_vproblem): Call do_cleanups.
6218
6219 2013-05-30 Tom Tromey <tromey@redhat.com>
6220
6221 * linespec.c (find_linespec_symbols): Don't reassign to 'cleanup'.
6222
6223 2013-05-30 Tom Tromey <tromey@redhat.com>
6224
6225 * cli/cli-script.c (setup_user_args): Don't return after error.
6226
6227 2013-05-30 Tom Tromey <tromey@redhat.com>
6228
6229 * somread.c (som_symtab_read): Call do_cleanups.
6230
6231 2013-05-30 Tom Tromey <tromey@redhat.com>
6232
6233 * printcmd.c (print_command_1): Unconditionally call do_cleanups.
6234
6235 2013-05-30 Tom Tromey <tromey@redhat.com>
6236
6237 * cli/cli-cmds.c (cd_command, alias_command): Call do_cleanups.
6238 * cli/cli-dump.c (restore_binary_file): Call do_cleanups.
6239 * interps.c (interpreter_exec_cmd): Call do_cleanups.
6240 * source.c (show_substitute_path_command): Call do_cleanups.
6241 (unset_substitute_path_command, set_substitute_path_command):
6242 Likewise.
6243 * symfile.c (load_command): Call do_cleanups.
6244
6245 2013-05-30 Tom Tromey <tromey@redhat.com>
6246
6247 * contrib/cleanup_check.py: New file.
6248 * contrib/gcc-with-excheck: Add option parsing.
6249
6250 2013-05-30 Joel Brobecker <brobecker@adacore.com>
6251
6252 * windows-nat.c (windows_delete_thread): Add missing space
6253 in cast expression.
6254
6255 2013-05-30 Hafiz Abid Qadeer <abidh@codesourcery.com>
6256
6257 * inferior.c (top level): Include tilde.h.
6258 (add_inferior_command): Call tilde_expand on the value of 'exec'
6259 argument.
6260
6261 2013-05-30 Pedro Alves <pedro@codesourcery.com>
6262 Yao Qi <yao@codesourcery.com>
6263
6264 * tracepoint.c (encode_actions_1): Remove parameter 't'.
6265 Caller update.
6266 (encode_actions): Likewise.
6267 * remote.c (remote_download_tracepoint): Caller update.
6268 * tracepoint.h (encode_actions): Update declaration.
6269
6270 2013-05-30 Pedro Alves <palves@redhat.com>
6271
6272 * python/python-internal.h (gdb_Py_DECREF): Cast OP to PyObject
6273 pointer.
6274
6275 2013-05-30 Yao Qi <yao@codesourcery.com>
6276
6277 * remote.c (remote_check_symbols): Remove unused parameter
6278 'objfile'.
6279 Declaration update.
6280 (remote_start_remote, remote_new_objfile): Caller update.
6281
6282 2013-05-30 Yao Qi <yao@codesourcery.com>
6283
6284 * mi/mi-cmds.c (mi_cmds): Define MI command
6285 '-exec-arguments' by macro DEF_MI_CMD_CLI_1 instead of
6286 DEF_MI_CMD_CLI.
6287
6288 2013-05-29 Pedro Alves <palves@redhat.com>
6289
6290 * remote.c (remote_insert_breakpoint, remote_remove_breakpoint)
6291 (remote_insert_watchpoint, remote_remove_watchpoint)
6292 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
6293 (remote_verify_memory, compare_sections_command)
6294 (remote_search_memory): Set the general process/thread on the
6295 remote side.
6296
6297 2013-05-29 Pedro Alves <palves@redhat.com>
6298
6299 * aarch64-tdep.c: Don't include "features/aarch64-without-fpu.c".
6300 (_initialize_aarch64_tdep): Don't call
6301 initialize_tdesc_aarch64_without_fpu.
6302 * features/Makefile (WHICH): Remove reference to
6303 aarch64-without-fpu.
6304 * features/aarch64-without-fpu.c: Delete file.
6305 * regformats/aarch64-without-fpu.dat: Delete file.
6306
6307 2013-05-28 Yao Qi <yao@codesourcery.com>
6308
6309 * tracepoint.c (stringify_collection_list): Remove parameter
6310 'string'.
6311 (encode_actions): Caller update. Remove local variables.
6312
6313 2013-05-24 Yao Qi <yao@codesourcery.com>
6314
6315 * tracepoint.c (TFILE_PID): Remove.
6316 (tfile_open): Don't add thread and inferior.
6317 (tfile_close): Don't set 'inferior_ptid'. Don't call
6318 exit_inferior_silent.
6319 (tfile_thread_alive): Remove.
6320 (init_tfile_ops): Don't set field 'to_thread_alive' of
6321 tfile_ops.
6322
6323 2013-05-23 Doug Evans <dje@google.com>
6324
6325 * contrib/cc-with-tweaks.sh (-p): Handle no dwo files.
6326
6327 2013-05-23 Pedro Alves <palves@redhat.com>
6328
6329 * common/filestuff.c [USE_WIN32API]: Define HAVE_SOCKETS.
6330 [HAVE_SYS_SOCKET_H]: Define HAVE_SOCKETS.
6331 (socket_mark_cloexec, gdb_socketpair_cloexec, gdb_socket_cloexec):
6332 Only define if HAVE_SOCKETS is defined.
6333 * configure.ac: Check for sys/socket.h.
6334 * config.in, configure: Regenerate.
6335
6336 2013-05-23 Pedro Alves <palves@redhat.com>
6337
6338 * dwarf2read.c (create_dwp_hash_table, create_dwo_in_dwp)
6339 (open_and_init_dwp_file): Use %s/pulongest instead of %u for
6340 printing uint32_t variables.
6341
6342 2013-05-23 Pedro Alves <palves@redhat.com>
6343
6344 * NEWS: Mention GDBserver range stepping support.
6345
6346 2013-05-23 Yao Qi <yao@codesourcery.com>
6347 Pedro Alves <palves@redhat.com>
6348
6349 * gdbthread.h (struct thread_control_state) <may_range_step>: New
6350 field.
6351 * infcmd.c (step_once, until_next_command): Enable range stepping.
6352 * infrun.c (displaced_step_prepare): Disable range stepping.
6353 (resume): Disable range stepping if stepping over a breakpoint or
6354 we have software watchpoints. If range stepping is enabled,
6355 assert the thread is in the stepping range.
6356 (clear_proceed_status_thread): Clear may_range_step.
6357 (handle_inferior_event): Disable range stepping as soon as we know
6358 the thread that hit the event. Re-enable it whenever we're going
6359 to step with a step range.
6360 * remote.c (struct vCont_action_support) <r>: New field.
6361 (use_range_stepping): New global.
6362 (remote_vcont_probe): Handle 'r' action.
6363 (append_resumption): Append an 'r' action if the thread may range
6364 step.
6365 (show_range_stepping): New function.
6366 (set_range_stepping): New function.
6367 (_initialize_remote): Call add_setshow_boolean_cmd to register the
6368 'set range-stepping' and 'show range-stepping' commands.
6369 * NEWS: Mention range stepping, the new vCont;r action, and the
6370 new "set/show range-stepping" commands.
6371
6372 2013-05-23 Yao Qi <yao@codesourcery.com>
6373 Pedro Alves <palves@redhat.com>
6374
6375 * remote.c (struct vCont_action_support): New struct.
6376 (struct remote_state) <support_vCont_t>: Remove field.
6377 <vCont_actions_support>: New field.
6378 (remote_vcont_probe, remote_stop_ns): Update.
6379
6380 2013-05-23 Yao Qi <yao@codesourcery.com>
6381 Pedro Alves <palves@redhat.com>
6382
6383 * gdbthread.h (pc_in_thread_step_range): New declaration.
6384 * thread.c (pc_in_thread_step_range): New function.
6385 * infrun.c (handle_inferior_event): Use it.
6386
6387 2013-05-23 Joel Brobecker <brobecker@adacore.com>
6388
6389 * mi/mi-cmd-break.c (mi_argv_to_format): Use xsnprintf instead
6390 of sprintf.
6391
6392 2013-05-22 Keith Seitz <keiths@redhat.com>
6393
6394 * ada-lang.c (is_known_support_routine): Add explicit free of
6395 'func_name' from find_frame_funname.
6396 (ada_unhandled_exception_name_addr_from_raise): Add cleanups
6397 for func_name from find_frame_funname.
6398 * python/py-frame.c (frapy_name): Add explicit free of
6399 'name' from find_frame_funname.
6400 * stack.c (find_frame_funname): Add comment explaining that
6401 funcp must be freed by the caller.
6402 Return copy of symbol names instead of pointers.
6403 (print_frame): Add a cleanup for 'funname' from
6404 find_frame_funname.
6405 * stack.h (find_frame_funname): Remove "const" from
6406 'funname' parameter.
6407
6408 2013-05-22 Tom Tromey <tromey@redhat.com>
6409
6410 PR c++/15401:
6411 * c-valprint.c (c_value_print): Use value_addr for
6412 references. Convert back to reference type with value_ref.
6413
6414 2013-05-22 Eli Zaretskii <eliz@gnu.org>
6415
6416 * windows-nat.c (handle_unload_dll): Don't call solib_add for the
6417 unloaded DLL, it will be done by handle_solib_event. See
6418 http://sourceware.org/ml/gdb-patches/2013-05/msg00713.html for the
6419 details.
6420
6421 2013-05-22 Phil Muldoon <pmuldoon@redhat.com>
6422
6423 * ui-out.c: Create typedef ui_out_level_p and define vector
6424 operations for that type.
6425 (struct ui_out): Use a vector instead of an array.
6426 (current_level): Return level from a vector.
6427 (push_level): Create a level in a vector.
6428 (pop_level): Delete a level in a vector.
6429 (ui_out_new): Create initial level zero level, and store in a
6430 vector.
6431 (ui_out_destroy): Add vector cleanup.
6432
6433 2013-05-22 Pedro Alves <palves@redhat.com>
6434
6435 * python/python-internal.h (gdb_Py_DECREF): Tag with
6436 "ARI: editCase function".
6437
6438 2013-05-21 Paul Pluzhnikov <ppluzhnikov@google.com>
6439
6440 * solib-svr4.c (svr4_free_so): Protect against NULL dereference.
6441
6442 2013-05-21 Pedro Alves <palves@redhat.com>
6443
6444 * python/py-prettyprint.c (apply_val_pretty_printer): Check
6445 whether PRINTER is NULL before installing a Py_DECREF cleanup.
6446 * python/py-utils.c (py_decref): Don't check for NULL before
6447 calling Py_DECREF.
6448
6449 2013-05-21 Pedro Alves <palves@redhat.com>
6450
6451 * python/py-utils.c (py_decref): Remove extra braces.
6452 (gdb_pymodule_addobject): Remove extra braces.
6453 * python-internal.h (gdb_Py_DECREF): New static inline function.
6454 (Py_DECREF): Redefine as calling gdb_Py_DECREF.
6455
6456 2013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6457
6458 * breakpoints.c (detach_breakpoints): Do not
6459 detach breakpoints locations with loc_type bp_loc_other.
6460
6461 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6462
6463 Workaround Python 2.6.
6464 * python/py-utils.c (gdb_pymodule_addobject): Wrap Py_DECREF into
6465 a block.
6466
6467 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6468
6469 Code cleanup: constification.
6470 * solib.c (solib_ops): Make return type and ops variable type const.
6471 (set_solib_ops): Make the new_ops parameter and ops variable const.
6472 (solib_find, solib_map_sections, clear_so, free_so, update_solib_list)
6473 (solib_add, solib_keep_data_in_core, clear_solib)
6474 (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
6475 (reload_shared_libraries, solib_global_lookup): Make the ops variable
6476 const.
6477 * solib.h (set_solib_ops): Make the new_ops parameter const.
6478
6479 2013-05-21 Joel Brobecker <brobecker@adacore.com>
6480
6481 * data-directory/Makefile.in (SYSTEM_GDBINIT_SRCDIR): New
6482 variable.
6483 (VPATH): Add SYSTEM_GDBINIT_SRCDIR.
6484 (SYSTEM_GDBINIT_DIR, SYSTEM_GDBINIT_INSTALL_DIR)
6485 (SYSTEM_GDBINIT_FILES): New variables.
6486 (all): Add stamp-system-gdbinit.
6487 (stamp-system-gdbinit): New rule.
6488 (clean-system-gdbinit, install-system-gdbinit)
6489 (uninstall-system-gdbinit): New rules. Make them .PHONY.
6490 (install-only): Add dependency on install-system-gdbinit.
6491 (uninstall): Add dependency on uninstall-system-gdbinit.
6492 (clean): Add dependency on clean-system-gdbinit.
6493 * system-gdbinit/elinos.py: New file.
6494 * system-gdbinit/wrs-linux.py: New file.
6495
6496 2013-05-21 Joel Brobecker <brobecker@adacore.com>
6497
6498 * ada-lang.c (old_renaming_is_invisible): Fix cleanup leak.
6499
6500 2013-05-21 Hui Zhu <hui@codesourcery.com>
6501
6502 * breakpoint.c (dprintf_breakpoint_ops): Remove its static.
6503 * breakpoint.h (dprintf_breakpoint_ops): Add extern.
6504 * mi/mi-cmd-break.c (ctype.h): New include.
6505 (gdb_obstack.h): New include.
6506 (mi_argv_to_format, mi_cmd_break_insert_1): New.
6507 (mi_cmd_break_insert): Call mi_cmd_break_insert_1.
6508 (mi_cmd_dprintf_insert): New.
6509 * mi/mi-cmds.c (mi_cmds): Add "dprintf-insert".
6510 * mi/mi-cmds.h (mi_cmd_dprintf_insert): New extern.
6511
6512 2013-05-20 Tom Tromey <tromey@redhat.com>
6513
6514 * python/py-prettyprint.c (search_pp_list): Decref 'attr'.
6515
6516 2013-05-20 Tom Tromey <tromey@redhat.com>
6517
6518 * python/py-value.c (valpy_get_dynamic_type): Simplify
6519 dynamic_type assignment. Use Py_XINCREF.
6520
6521 2013-05-20 Tom Tromey <tromey@redhat.com>
6522
6523 * python/py-type.c (typy_fields): Unconditionally decref 'r'.
6524
6525 2013-05-20 Tom Tromey <tromey@redhat.com>
6526
6527 * python/py-frame.c (frapy_older, frapy_newer, gdbpy_newest_frame)
6528 (gdbpy_selected_frame): Move object-construction code
6529 out of TRY_CATCH.
6530
6531 2013-05-20 Tom Tromey <tromey@redhat.com>
6532
6533 * python/py-arch.c (gdbpy_initialize_arch): Use
6534 gdb_pymodule_addobject.
6535 * python/py-block.c (gdbpy_initialize_blocks): Use
6536 gdb_pymodule_addobject.
6537 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Use
6538 gdb_pymodule_addobject.
6539 * python/py-cmd.c (gdbpy_initialize_breakpoints): Use
6540 gdb_pymodule_addobject.
6541 * python/py-event.c (gdbpy_initialize_event_generic): Use
6542 gdb_pymodule_addobject.
6543 * python/py-evtregistry.c (gdbpy_initialize_eventregistry): Use
6544 gdb_pymodule_addobject.
6545 * python/py-evts.c (add_new_registry): Use
6546 gdb_pymodule_addobject.
6547 (gdbpy_initialize_py_events): Likewise.
6548 * python/py-finishbreakpoint.c
6549 (gdbpy_initialize_finishbreakpoints): Use
6550 gdb_pymodule_addobject.
6551 * python/py-frame.c (gdbpy_initialize_frames): Use
6552 gdb_pymodule_addobject.
6553 * python/py-function.c (gdbpy_initialize_functions): Use
6554 gdb_pymodule_addobject.
6555 * python/py-inferior.c (gdbpy_initialize_inferior): Use
6556 gdb_pymodule_addobject.
6557 * python/py-infthread.c (gdbpy_initialize_thread): Use
6558 gdb_pymodule_addobject.
6559 * python/py-objfile.c (gdbpy_initialize_objfile): Use
6560 gdb_pymodule_addobject.
6561 * python/py-param.c (gdbpy_initialize_parameters): Use
6562 gdb_pymodule_addobject.
6563 * python/py-progspace.c (gdbpy_initialize_pspace): Use
6564 gdb_pymodule_addobject.
6565 * python/py-symbol.c (gdbpy_initialize_symbols): Use
6566 gdb_pymodule_addobject.
6567 * python/py-symtab.c (gdbpy_initialize_symtabs): Use
6568 gdb_pymodule_addobject.
6569 * python/py-type.c (gdbpy_initialize_types): Use
6570 gdb_pymodule_addobject.
6571 * python/py-utils.c (gdb_pymodule_addobject): New function.
6572 * python/py-value.c (gdbpy_initialize_values): Use
6573 gdb_pymodule_addobject.
6574 * python/python-internal.h (gdb_pymodule_addobject): Declare.
6575 * python/python.c (_initialize_python): Use
6576 gdb_pymodule_addobject.
6577
6578 2013-05-20 Tom Tromey <tromey@redhat.com>
6579
6580 * python/py-cmd.c (cmdpy_completer): Use explicit decref.
6581 * python/py-param.c (get_set_value, get_show_value): Use
6582 explicit decrefs.
6583 * python/python.c (start_type_printers, apply_type_printers):
6584 Use explicit decrefs.
6585
6586 2013-05-20 Tom Tromey <tromey@redhat.com>
6587
6588 * python/py-evts.c (gdbpy_initialize_py_events): Don't
6589 incref the module.
6590
6591 2013-05-20 Tom Tromey <tromey@redhat.com>
6592
6593 * python/python.c (gdbpy_run_events): Decref the result
6594 of PyObject_CallObject.
6595
6596 2013-05-20 Tom Tromey <tromey@redhat.com>
6597
6598 * python/py-symtab.c (set_sal): Use
6599 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION. Return -1 on error.
6600 (symtab_and_line_to_sal_object): Update.
6601
6602 2013-05-20 Tom Tromey <tromey@redhat.com>
6603
6604 * python/py-param.c (compute_enum_values): Decref 'item'.
6605
6606 2013-05-20 Tom Tromey <tromey@redhat.com>
6607
6608 * mi/mi-main.c: Include python-internal.h.
6609 (mi_cmd_list_features): Check gdb_python_initialized.
6610 * python/py-inferior.c (python_on_normal_stop, python_on_resume)
6611 (python_inferior_exit, python_new_objfile, add_thread_object)
6612 (delete_thread_object, py_free_inferior): Check
6613 gdb_python_initialized.
6614 * python/py-prettyprint.c (apply_val_pretty_printer): Check
6615 gdb_python_initialized.
6616 * python/py-type.c (save_objfile_types): Check
6617 gdb_python_initialized.
6618 * python/python-internal.h (gdb_python_initialized): Declare.
6619 * python/python.c (ensure_python_env): Throw exception if
6620 Python not initialized.
6621 (before_prompt_hook, source_python_script_for_objfile)
6622 (start_type_printers, apply_type_printers,
6623 free_type_printers): Check gdb_python_initialized.
6624 * varobj.c (varobj_get_display_hint)
6625 (dynamic_varobj_has_child_method, update_dynamic_varobj_children)
6626 (install_new_value_visualizer, varobj_set_visualizer)
6627 (value_get_print_value): Check gdb_python_initialized.
6628
6629 2013-05-20 Tom Tromey <tromey@redhat.com>
6630
6631 * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.
6632 Check errors.
6633 * python/py-auto-load.c (gdbpy_initialize_auto_load): Return 'int'.
6634 * python/py-block.c (gdbpy_initialize_blocks): Return 'int'.
6635 Check errors.
6636 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Return 'int'.
6637 Check errors.
6638 * python/py-cmd.c (gdbpy_initialize_commands): Return 'int'.
6639 Check errors.
6640 * python/py-event.c (gdbpy_initialize_event): Return 'int'.
6641 Check errors.
6642 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Change generated
6643 init function to return 'int'.
6644 * python/py-evtregistry.c (gdbpy_initialize_eventregistry):
6645 Return 'int'. Check errors.
6646 * python/py-evts.c (gdbpy_initialize_py_events): Return 'int'.
6647 Check errors.
6648 * python/py-finishbreakpoint.c (gdbpy_initialize_finishbreakpoints):
6649 Return 'int'. Check errors.
6650 * python/py-frame.c (gdbpy_initialize_frames): Return 'int'.
6651 Check errors.
6652 * python/py-function.c (gdbpy_initialize_functions): Return 'int'.
6653 Check errors.
6654 * python/py-gdb-readline.c (gdbpy_initialize_gdb_readline):
6655 Check errors.
6656 * python/py-inferior.c (gdbpy_initialize_inferior): Return 'int'.
6657 Check errors.
6658 * python/py-infthread.c (gdbpy_initialize_thread): Return 'int'.
6659 Check errors.
6660 * python/py-lazy-string.c (gdbpy_initialize_lazy_string): Return 'int'.
6661 Check errors.
6662 * python/py-objfile.c (gdbpy_initialize_objfile): Return 'int'.
6663 Check errors.
6664 * python/py-param.c (gdbpy_initialize_parameters): Return 'int'.
6665 Check errors.
6666 * python/py-progspace.c (gdbpy_initialize_pspace): Return 'int'.
6667 Check errors.
6668 * python/py-symbol.c (gdbpy_initialize_symbols): Return 'int'.
6669 Check errors.
6670 * python/py-symtab.c (gdbpy_initialize_symtabs): Return 'int'.
6671 Check errors.
6672 * python/py-type.c (gdbpy_initialize_types): Return 'int'.
6673 Check errors.
6674 * python/py-value.c (gdbpy_initialize_values): Return 'int'.
6675 Check errors.
6676 * python/python-internal.h (gdbpy_initialize_auto_load,
6677 gdbpy_initialize_values, gdbpy_initialize_frames,
6678 gdbpy_initialize_symtabs, gdbpy_initialize_commands,
6679 gdbpy_initialize_symbols, gdbpy_initialize_symtabs,
6680 gdbpy_initialize_blocks, gdbpy_initialize_types,
6681 gdbpy_initialize_functions, gdbpy_initialize_pspace,
6682 gdbpy_initialize_objfile, gdbpy_initialize_breakpoints,
6683 gdbpy_initialize_finishbreakpoints,
6684 gdbpy_initialize_lazy_string, gdbpy_initialize_parameters,
6685 gdbpy_initialize_thread, gdbpy_initialize_inferior,
6686 gdbpy_initialize_eventregistry, gdbpy_initialize_event,
6687 gdbpy_initialize_py_events, gdbpy_initialize_stop_event,
6688 gdbpy_initialize_signal_event,
6689 gdbpy_initialize_breakpoint_event,
6690 gdbpy_initialize_continue_event,
6691 gdbpy_initialize_exited_event, gdbpy_initialize_thread_event,
6692 gdbpy_initialize_new_objfile_event, gdbpy_initialize_arch):
6693 Update. Use CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
6694 * python/python.c (gdb_python_initialized): New global.
6695 (gdbpy_initialize_events): Return 'int'. Check errors.
6696 (_initialize_python): Check errors. Set
6697 gdb_python_initialized.
6698
6699 2013-05-20 Tom Tromey <tromey@redhat.com>
6700
6701 * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope):
6702 Decref the reslut of PyObject_CallMethod.
6703
6704 2013-05-20 Tom Tromey <tromey@redhat.com>
6705
6706 * python/py-event.c (gdbpy_initialize_event_generic): Return
6707 early if PyType_Ready fails.
6708
6709 2013-05-20 Tom Tromey <tromey@redhat.com>
6710
6711 * python/py-type.c (make_fielditem): Add gdb_assert_not_reached
6712 as 'default' in the switch.
6713
6714 2013-05-20 Tom Tromey <tromey@redhat.com>
6715
6716 * python/py-inferior.c (gdbpy_inferiors): Update. Hoist
6717 get_addr_from_python calls out of TRY_CATCH.
6718 (infpy_write_memory, infpy_search_memory): Likewise.
6719 * python/py-utils.c (get_addr_from_python): Return negative
6720 value on error. Use TRY_CATCH.
6721 * python/python-internal.h (get_addr_from_python): Use
6722 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
6723
6724 2013-05-20 Tom Tromey <tromey@redhat.com>
6725
6726 * python/py-event.c (evpy_emit_event): Decref the
6727 result of PyObject_CallFunctionObjArgs.
6728
6729 2013-05-20 Tom Tromey <tromey@redhat.com>
6730
6731 * python/py-cmd.c (cmdpy_completer): Use iterator protocol.
6732 Correctly decref.
6733
6734 2013-05-20 Tom Tromey <tromey@redhat.com>
6735
6736 * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'.
6737
6738 2013-05-20 Tom Tromey <tromey@redhat.com>
6739
6740 * python/py-event.h (gdbpy_initialize_event_generic): Use
6741 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
6742 * python/py-evts.c (add_new_registry): Use
6743 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
6744 * python/python-internal.h
6745 (CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION): New macro.
6746
6747 2013-05-20 Tom Tromey <tromey@redhat.com>
6748
6749 * python/py-arch.c (archpy_disassemble): Update.
6750 * python/py-type.c (typy_get_composite, typy_lookup_typename)
6751 (typy_lookup_type): Use GDB_PY_HANDLE_EXCEPTION.
6752 * python/py-utils.c (gdbpy_convert_exception): Return 'void'.
6753 * python/python-internal.h (CPYCHECKER_SETS_EXCEPTION): New
6754 macro.
6755 (GDB_PY_HANDLE_EXCEPTION): Update.
6756 (gdbpy_convert_exception): Update. Use CPYCHECKER_SETS_EXCEPTION.
6757
6758 2013-05-20 Tom Tromey <tromey@redhat.com>
6759
6760 * python/python-internal.h (events_object_type): Remove.
6761
6762 2013-05-20 Tom Tromey <tromey@redhat.com>
6763
6764 * python/py-event.h (evpy_emit_event): Use
6765 CPYCHECKER_STEALS_REFERENCE_TO_ARG.
6766 * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
6767 New macro.
6768
6769 2013-05-20 Tom Tromey <tromey@redhat.com>
6770
6771 * py-evtregistry.c (create_event_object): Decref
6772 eventregistry_object if PyList_New fails.
6773
6774 2013-05-20 Tom Tromey <tromey@redhat.com>
6775
6776 * py-cmd.c (gdbpy_string_to_argv): Check result of
6777 PyList_New.
6778
6779 2013-05-20 Tom Tromey <tromey@redhat.com>
6780
6781 * python/python.c (before_prompt_hook): Add cleanup to
6782 decref 'hook'.
6783
6784 2013-05-20 Tom Tromey <tromey@redhat.com>
6785
6786 * python/py-function.c (fnpy_init): Decref result of
6787 PyObject_GetAttrString.
6788
6789 2013-05-20 Tom Tromey <tromey@redhat.com>
6790
6791 * python/py-threadevent.c (get_event_thread): Use
6792 CPYCHECKER_RETURNS_BORROWED_REF.
6793 * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
6794 New define.
6795 (pspace_to_pspace_object, objfile_to_objfile_object)
6796 (find_thread_object): Use it.
6797
6798 2013-05-20 Tom Tromey <tromey@redhat.com>
6799
6800 * python/py-arch.c (arch_object_type): Use
6801 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6802 * python/py-block.c (block_syms_iterator_object_type):
6803 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6804 * python/py-bpevent.c (breakpoint_event_object_type):
6805 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6806 * python/py-cmd.c (cmdpy_object_type): Use
6807 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6808 * python/py-continueevent.c (continue_event_object_type):
6809 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6810 * python/py-event.h (GDBPY_NEW_EVENT_TYPE):
6811 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6812 * python/py-events.h (thread_event_object_type):
6813 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6814 * python/py-evtregistry.c (eventregistry_object_type): Use
6815 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6816 * python/py-exitedevent.c (exited_event_object_type):
6817 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6818 * python/py-finishbreakpoint.c (finish_breakpoint_object_type):
6819 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6820 * python/py-function.c (fnpy_object_type): Use
6821 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6822 * python/py-inferior.c (inferior_object_type, membuf_object_type):
6823 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6824 * python/py-infthread.c (thread_object_type): Use
6825 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6826 * python/py-lazy-string.c (lazy_string_object_type):
6827 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6828 * python/py-newobjfileevent.c (new_objfile_event_object_type):
6829 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6830 * python/py-objfile.c (objfile_object_type): Use
6831 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6832 * python/py-param.c (parmpy_object_type):
6833 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6834 * python/py-progspace.c (pspace_object_type):
6835 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6836 * python/py-signalevent.c (signal_event_object_type):
6837 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6838 * python/py-symtab.c (symtab_object_type, sal_object_type): Use
6839 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6840 * python/py-type.c (type_object_type, field_object_type)
6841 (type_iterator_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6842 * python/py-internal.h (CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF): New
6843 define.
6844 (value_object_type, block_object_type, symbol_object_type)
6845 (event_object_type, stop_event_object_type, breakpoint_object_type)
6846 (frame_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6847
6848 2013-05-20 Andreas Tobler <andreas@fgznet.ch>
6849
6850 * Makefile.in (ALL_TARGET_OBS): Add ppcfbsd-tdep.o.
6851 (ALLDEPFILES): Add ppcfbsd-nat.c and ppcfbsd-tdep.c.
6852
6853 2013-05-20 Doug Evans <dje@google.com>
6854
6855 When reading CU, stay in DWO. Be more tolerent of bad debug info.
6856 For Fission.
6857 * dwarf2read.c (struct dwarf2_per_cu_data): New member
6858 reading_dwo_directly.
6859 (struct signatured_type): New member dwo_unit.
6860 (struct die_reader_specs): New member comp_dir.
6861 (create_signatured_type_table_from_index): Use malloc for
6862 all_type_units instead of objfile's obstack.
6863 (create_all_type_units): Ditto.
6864 (fill_in_sig_entry_from_dwo_entry): New function.
6865 (add_type_unit): New function.
6866 (lookup_dwo_signatured_type): New function.
6867 (lookup_dwp_signatured_type): New function.
6868 (lookup_signatured_type): New arg cu. All callers updated.
6869 (init_cu_die_reader): Initialize comp_dir.
6870 (read_cutu_die_from_dwo): New arg stub_comp_dir. All callers updated.
6871 Change assert of matching type signatures to call error on mismatch.
6872 (lookup_dwo_unit): Add assert.
6873 (init_tu_and_read_dwo_dies): New function.
6874 (init_cutu_and_read_dies): Call it.
6875 (build_type_unit_groups): Handle case of no type unit groups created.
6876 (hash_dwo_file, eq_dwo_file): Handle missing comp_dir.
6877 (lookup_dwo_cutu): Tweak complaint.
6878 (dwarf2_free_abbrev_table): Check for NULL abbrev_table.
6879 (dwarf2_per_objfile_free): Free all_type_units.
6880
6881 2013-05-20 Joel Brobecker <brobecker@adacore.com>
6882
6883 * windows-nat.c (handle_unload_dll): Add missing empty line.
6884
6885 2013-05-20 Joel Brobecker <brobecker@adacore.com>
6886
6887 * dwarf2read.c (prototyped_function_p): New function.
6888 (read_subroutine_type): Use it.
6889
6890 2013-05-20 Joel Brobecker <brobecker@adacore.com>
6891
6892 * rs6000-aix-tdep.c: De-indent some example code provided
6893 as a comment.
6894
6895 2013-05-17 Edjunior Machado <emachado@linux.vnet.ibm.com>
6896
6897 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Check if the
6898 region is ok for a hardware watchpoint using the new ptrace interface
6899 on Power servers.
6900
6901 2013-05-17 Doug Evans <dje@google.com>
6902
6903 * NEWS: Mention new maintenance commands check-symtabs, and
6904 expand-symtabs, and renamed check-psymtabs.
6905 * psymtab.c (maintenance_check_psymtabs): Renamed from
6906 maintenance_check_symtabs. Only process already-expanded symbol
6907 tables.
6908 (_initialize_psymtab): Update.
6909 * symmisc.c (maintenance_check_symtabs): New function.
6910 (maintenance_expand_name_matcher): New function
6911 (maintenance_expand_file_matcher): New function
6912 (maintenance_expand_symtabs): New function.
6913 (_initialize_symmisc): Add "mt check-symtabs" and "mt expand-symtabs"
6914 commands.
6915
6916 2013-05-17 Tom Tromey <tromey@redhat.com>
6917
6918 * python/py-inferior.c (infpy_read_memory): Don't call
6919 PyErr_SetString if PyObject_New fails.
6920 * python/py-frame.c (frame_info_to_frame_object): Don't call
6921 PyErr_SetString if PyObject_New fails.
6922
6923 2013-05-17 Pavel Chupin <pavel.v.chupin@intel.com>
6924
6925 * acinclude.m4: Add check for dlopen in libdl.
6926 * configure.ac: Ditto.
6927 * configure: Regenerate.
6928
6929 2013-05-17 Phil Muldoon <pmuldoon@redhat.com>
6930
6931 * frame.c (frame_stash): Convert to htab.
6932 (frame_addr_hash): New function.
6933 (frame_addr_hash_eq): New function.
6934 (frame_stash_create): Convert function to create
6935 a hash table.
6936 (frame_stash_add): Convert function to add an entry to a hash
6937 table.
6938 (frame_stash_find): Convert function to search the hash table.
6939 (frame_stash_invalidate): Convert function to empty the hash
6940 table.
6941 (get_frame_id): Only add to stash if a frame_id is created.
6942 (_initialize_frame): Call frame_stash_create.
6943
6944 2013-05-16 Yue Lu <hacklu.newborn@gmail.com> (tiny change)
6945
6946 * configure.ac: Ensure MIG is available when building for GNU Hurd
6947 hosts.
6948 * configure: Regenerate.
6949
6950 2013-05-16 Joel Brobecker <brobecker@adacore.com>
6951
6952 * dwarf2read.c (set_cu_language): Add DW_LANG_UPC handling.
6953
6954 2013-05-16 Joel Brobecker <brobecker@adacore.com>
6955
6956 * ada-lang.c (ada_make_symbol_completion_list): Make sure
6957 all cleanups are done before returning from this function.
6958
6959 2013-05-15 Joel Brobecker <brobecker@adacore.com>
6960
6961 * utils.h: #include "exceptions.h".
6962 (enum errors): Remove partial declaration.
6963
6964 2013-05-15 Joel Brobecker <brobecker@adacore.com>
6965
6966 * gdbarch.sh (core_xfer_shared_libraries_aix): New method.
6967 * gdbarch.h, gdbarch.c: Regenerate.
6968 * corelow.c (core_xfer_partial): Add TARGET_OBJECT_LIBRARIES_AIX
6969 handling.
6970
6971 * rs6000-aix-tdep.h: New file.
6972 * Makefile.in (HFILES_NO_SRCDIR): Add rs6000-aix-tdep.h.
6973 * rs6000-aix-tdep.c: Include "rs6000-aix-tdep.h" and
6974 "xml-utils.h".
6975 (struct field_info, struct ld_info_desc): New types.
6976 (ld_info32_desc, ld_info64_desc): New static constants.
6977 (struct ld_info): New type.
6978 (rs6000_aix_extract_ld_info): New function.
6979 (rs6000_aix_shared_library_to_xml): Likewise.
6980 (rs6000_aix_ld_info_to_xml): Likewise.
6981 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
6982 (rs6000_aix_init_osabi): Add call to
6983 set_gdbarch_core_xfer_shared_libraries_aix.
6984 * rs6000-nat.c: Add "rs6000-aix-tdep.h" include.
6985 Remove "xml-utils.h" include.
6986 (LdInfo): Delete typedef.
6987 (ARCH64_DECL, LDI_FIELD, LDI_NEXT, LDI_FD, LDI_FILENAME):
6988 Delete macros.
6989 (rs6000_ptrace_ldinfo): Change return type to gdb_byte *.
6990 Adjust code accordingly.
6991 (rs6000_core_ldinfo): Delete, folded into
6992 rs6000_aix_core_xfer_shared_libraries_aix.
6993 (rs6000_xfer_shared_library): Delete.
6994 (rs6000_xfer_shared_libraries): Reimplement.
6995
6996 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
6997
6998 * record.c (record_goto_cmdlist): New.
6999 (cmd_record_goto): Split into this ...
7000 (cmd_record_goto_begin): ... this
7001 (cmd_record_goto_end): ... and this.
7002 (_initialize_record): Change "record goto" to prefix command.
7003 Add commands for "record goto begin" and "record goto end".
7004 Add an alias for "record goto start" to "record goto begin".
7005
7006 2013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7007
7008 * linespec.c (convert_linespec_to_sals): New comment for
7009 SOURCE_FILENAME assignment.
7010
7011 2013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7012
7013 * cleanups.c (restore_my_cleanups): Replace gdb_assert by
7014 internal_warning.
7015
7016 2013-05-14 Tom Tromey <tromey@redhat.com>
7017
7018 * eval.c (parse_and_eval_long): Make 'exp' const.
7019 * value.h (parse_and_eval_long): Update.
7020
7021 2013-05-14 Tom Tromey <tromey@redhat.com>
7022
7023 * ui-file.c (gdb_fopen): Make arguments const.
7024 * ui-file.h (gdb_fopen): Make arguments const.
7025
7026 2013-05-14 Tom Tromey <tromey@redhat.com>
7027
7028 * remote.c (remote_set_trace_notes): Make arguments const.
7029 * target.c (update_current_target): Update cast.
7030 * target.h (to_set_trace_notes): Make arguments const.
7031
7032 2013-05-14 Tom Tromey <tromey@redhat.com>
7033
7034 * go32-nat.c (go32_terminal_info): Make 'args' const.
7035 * inferior.h (child_terminal_info): Update.
7036 * inflow.c (child_terminal_info): Make 'args' const.
7037 * target.c (default_terminal_info): Make 'args' const.
7038 (debug_to_terminal_save_ours): Likewise.
7039 * target.h (struct target_ops) <to_terminal_info>: Make argument
7040 const.
7041
7042 2013-05-13 Tom Tromey <tromey@redhat.com>
7043
7044 * gcore.c (create_gcore_bfd): Make 'filename' const.
7045 * gcore.h (create_gcore_bfd): Make 'filename' const.
7046 * record-full.c (record_full_save): Make 'recfilename' const.
7047 * target.c (target_save_record): Make 'filename' const.
7048 * target.h (struct target_ops) <to_save_record>: Make 'filename'
7049 const.
7050 (target_save_record): Likewise.
7051
7052 2013-05-13 Tom Tromey <tromey@redhat.com>
7053
7054 PR gdb/15338:
7055 * dwarf2read.c (dwarf2_record_block_ranges): Ensure that the
7056 ranges section has been read.
7057
7058 2013-05-13 Tom Tromey <tromey@redhat.com>
7059
7060 PR exp/15364:
7061 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
7062 STRUCTOP_PTR>: Return a not_lval value for
7063 EVAL_AVOID_SIDE_EFFECTS.
7064 * opencl-lang.c (evaluate_subexp_opencl): Return a not_lval value
7065 for EVAL_AVOID_SIDE_EFFECTS.
7066
7067 2013-05-13 Joel Brobecker <brobecker@adacore.com>
7068
7069 * rs6000-aix-tdep.c (rs6000_push_dummy_call): Convert
7070 floating point registers to register type before storing
7071 value.
7072 * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call):
7073 Likewise.
7074
7075 2013-05-10 Joel Brobecker <brobecker@adacore.com>
7076 Tom Tromey <tromey@redhat.com>
7077
7078 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
7079 New functions.
7080 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
7081 Declare.
7082 * darwin-nat.c (darwin_pre_ptrace): Use mark_fd_no_cloexec.
7083 (darwin_ptrace_him): Use unmark_fd_no_cloexec.
7084 * inf-ttrace.c (do_cleanup_pfds): Use unmark_fd_no_cloexec.
7085 (inf_ttrace_prepare): Use mark_fd_no_cloexec.
7086
7087 2013-05-10 Freddie Chopin <freddie_chopin@op.pl>
7088 Tom Tromey <tromey@redhat.com>
7089
7090 PR build/15414:
7091 * configure: Rebuild.
7092 * configure.ac (build_warnings): Do not use -Wformat-nonliteral
7093 with -Wno-format.
7094
7095 2013-05-10 Pedro Alves <palves@redhat.com>
7096
7097 * remote.c (_initialize_remote): Fix spelling of
7098 qXfer:traceframe-info:read packet in packet config command.
7099
7100 2013-05-10 David Taylor <dtaylor@emc.com>
7101
7102 PR remote/15455
7103
7104 * remote.c (remote_trace_set_readonly_regions): Do not overwrite
7105 "QTro" at start of packet.
7106
7107 2013-05-10 Joel Brobecker <brobecker@adacore.com>
7108
7109 * solib-aix.c (solib_aix_relocate_section_addresses):
7110 For the .bss section action, apply the same offset as
7111 the .data section.
7112
7113 2013-05-10 Joel Brobecker <brobecker@adacore.com>
7114
7115 * solib-aix.c (solib_aix_relocate_section_addresses):
7116 Remove FIXME comment.
7117
7118 2013-05-10 Joel Brobecker <brobecker@adacore.com>
7119
7120 PR tdep/15420:
7121 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
7122 New functions, directly copied from sparc-sol-thread.c.
7123 * sparc-sol-thread.c: Delete.
7124 * configure.ac: Remove code handling sparc-solaris-thread.c.
7125 * configure: Regenerate.
7126
7127 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
7128
7129 * stack.c (backtrace_command_1): Add "no-filters", and Python frame
7130 filter logic.
7131 (backtrace_command): Add "no-filters" option parsing.
7132 (_initialize_stack): Alter help to reflect "no-filters" option.
7133 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-framefilter.o
7134 (SUBDIR_PYTHON_SRCS): Add py-framefilter.c
7135 (py-frame.o): Add target
7136 * data-directory/Makefile.in (PYTHON_DIR): Add Python frame
7137 filter files.
7138 * python/python.h: Add new frame filter constants, and flag enum.
7139 (apply_frame_filter): Add definition.
7140 * python/python.c (apply_frame_filter): New non-Python
7141 enabled function.
7142 * python/py-utils.c (py_xdecref): New function.
7143 (make_cleanup_py_xdecref): Ditto.
7144 * python/py-objfile.c: Declare frame_filters dictionary.
7145 (objfpy_dealloc): Add frame_filters dealloc.
7146 (objfpy_new): Initialize frame_filters attribute.
7147 (objfile_to_objfile_object): Ditto.
7148 (objfpy_get_frame_filters): New function.
7149 (objfpy_set_frame_filters): New function.
7150 * python/py-progspace.c: Declare frame_filters dictionary.
7151 (pspy_dealloc): Add frame_filters dealloc.
7152 (pspy_new): Initialize frame_filters attribute.
7153 (pspacee_to_pspace_object): Ditto.
7154 (pspy_get_frame_filters): New function.
7155 (pspy_set_frame_filters): New function.
7156 * python/py-framefilter.c: New file.
7157 * python/lib/gdb/command/frame_filters.py: New file.
7158 * python/lib/gdb/frames.py: New file.
7159 * python/lib/gdb/__init__.py: Initialize global frame_filters
7160 dictionary
7161 * python/lib/gdb/FrameDecorator.py: New file.
7162 * python/lib/gdb/FrameIterator.py: New file.
7163 * mi/mi-cmds.c (mi_cmds): Add frame filters command.
7164 * mi/mi-cmds.h: Declare.
7165 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Add
7166 --no-frame-filter logic, and Python frame filter logic.
7167 (stack_enable_frame_filters): New function.
7168 (parse_no_frame_option): Ditto.
7169 (mi_cmd_stack_list_frames): Add --no-frame-filter and Python frame
7170 filter logic.
7171 (mi_cmd_stack_list_locals): Ditto.
7172 (mi_cmd_stack_list_args): Ditto.
7173 (mi_cmd_stack_list_variables): Ditto.
7174 * NEWS: Add frame filter note.
7175
7176 2013-05-09 Doug Evans <dje@google.com>
7177
7178 * symfile.c (syms_from_objfile_1): Delete args offsets, num_offsets.
7179 All callers updated.
7180 (syms_from_objfile): Ditto. Make static.
7181 (symbol_file_add_with_addrs): Renamed from
7182 symbol_file_add_with_addrs_or_offsets. Delete args offsets,
7183 num_offsets. All callers updated.
7184 * symfile.h (syms_from_objfile): Delete.
7185
7186 * symfile.c (decrement_reading_symtab): Add assert.
7187 (increment_reading_symtab): Ditto.
7188
7189 2013-05-09 Joel Brobecker <brobecker@adacore.com>
7190
7191 * source.c (forward_search_command): Replace call to getc
7192 by call to fgetc.
7193 (reverse_search_command): Likewise.
7194
7195 2013-05-08 Doug Evans <dje@google.com>
7196
7197 * psymtab.c (expand_symtabs_matching_via_partial): Fix file name
7198 matching test.
7199
7200 2013-05-08 Joel Brobecker <brobecker@adacore.com>
7201
7202 * sol-thread.c (info_cb): Factorize the code a little.
7203
7204 2013-05-08 Joel Brobecker <brobecker@adacore.com>
7205
7206 * sol-thread.c (info_cb): Rework the output of the "maintenance
7207 info sol-threads" command a bit.
7208
7209 2013-05-08 Joel Brobecker <brobecker@adacore.com>
7210
7211 * sol-thread.c (info_cb) [ti.ti_state == TD_THR_SLEEP]:
7212 Replace ti.ti_startfunc by ti.ti_pc.
7213
7214 2013-05-08 Joel Brobecker <brobecker@adacore.com>
7215
7216 * solib-aix.c (solib_aix_free_library_list): New function
7217 for the case where HAVE_LIBEXPAT is not defined.
7218
7219 2013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
7220
7221 PR breakpoints/15413:
7222 * breakpoint.c (condition_completer): Simplify the code to
7223 disconsider multiple locations of breakpoints when completing the
7224 "condition" command.
7225
7226 2013-05-07 Pierre Muller <muller@sourceware.org>
7227
7228 * common/linux-btrace.c: ARI fix: Include "gdb_wait.h"
7229 instead of <sys/wait.h>.
7230
7231 2013-05-07 Pierre Muller <muller@sourceware.org>
7232
7233 * nios2-tdep.c (nios2_dwarf_reg_to_regnum): ARI fix: remove
7234 trailing new line from warning message.
7235
7236 2013-05-07 Pierre Muller <muller@sourceware.org>
7237
7238 * contrib/ari/gdb_ari.sh (SOLIB_ADD, SOLIB_CREATE_INFERIOR_HOOK)
7239 (PC_SOLIB): Change type from ari_deprecate to ari_regression.
7240
7241 2013-05-07 Joel Brobecker <brobecker@adacore.com>
7242
7243 * rs6000-nat.c (rs6000_core_ldinfo): Remove '\n' at end of
7244 error message (ARI fix).
7245
7246 2013-05-07 Joel Brobecker <brobecker@adacore.com>
7247
7248 * features/library-list-aix.dtd: Replace library-list by
7249 library-list-aix.
7250 * rs6000-nat.c: Replace library-list by library-list-aix
7251 throughout.
7252 * solib-aix.c: Likewise.
7253
7254 2013-05-07 Joel Brobecker <brobecker@adacore.com>
7255
7256 * target.h (enum target_object) [TARGET_OBJECT_LIBRARIES_AIX]:
7257 Renames TARGET_OBJECT_AIX_LIBRARIES.
7258 * rs6000-nat.c: Replace TARGET_OBJECT_AIX_LIBRARIES with
7259 TARGET_OBJECT_LIBRARIES_AIX throughout.
7260 * solib-aix.c: Likwise.
7261
7262 2013-05-07 Yao Qi <yao@codesourcery.com>
7263
7264 * solib-dsbt.c (struct dsbt_info) <enable_break2_done>: Remove.
7265 (get_dsbt_info, enable_break, dsbt_clear_solib): Update.
7266
7267 2013-05-07 Yao Qi <yao@codesourcery.com>
7268
7269 * solib-dsbt.c (enable_break): Declare.
7270 (dsbt_current_sos): Remove call to enable_break2.
7271 (enable_break2): Rename to enable_break. Set solib breakpoint
7272 on '_dl_debug_state'.
7273 (enable_break): Remove.
7274
7275 2013-05-07 Luis Machado <lgustavo@codesourcery.com>
7276
7277 * ppc-linux-nat.c (ppc_linux_new_thread): Clear the new thread's
7278 debug state prior to replicating existing hardware watchpoints or
7279 breakpoints.
7280
7281 2013-05-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7282
7283 * gcore.c (gcore_create_callback): Ignore sections with
7284 separate_debug_objfile_backlink != NULL.
7285
7286 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
7287 Andrew Jenner <andrew@codesourcery.com>
7288 Chung-Lin Tang <cltang@codesourcery.com>
7289 Julian Brown <julian@codesourcery.com>
7290
7291 Based on the nios2-elf port from Altera Corporation.
7292
7293 * Makefile.in (ALL_TARGET_OBS): Add nios2-tdep.o and
7294 nios2-linux-tdep.o.
7295 (HFILES_NO_SRCDIR): Add nios2-tdep.h.
7296 (ALLDEPFILES): Add nios2-tdep.c and nios2-linux-tdep.c.
7297 * configure.tgt: Add nios2*-*-linux* and nios2*-*-* targets.
7298 * nios2-tdep.h: New.
7299 * nios2-tdep.c: New.
7300 * nios2-linux-tdep.c: New.
7301 * features/Makefile (WHICH): Add nios2-linux.
7302 (nios2-linux-expedite): Set.
7303 * features/nios2-cpu.xml: New.
7304 * features/nios2.xml: New.
7305 * features/nios2-linux.xml: New.
7306 * features/nios2.c: New (autogenerated).
7307 * features/nios2-linux.c: New (autogenerated).
7308 * regformats/nios2-linux.dat: New (autogenerated).
7309 * NEWS (Changes since GDB 7.6): Add new Nios II targets
7310 and commands.
7311
7312 2013-05-06 Doug Evans <dje@google.com>
7313
7314 * symfile.c: Whitespace cleanup.
7315
7316 * solist.h (struct target_so_ops): New member clear_so.
7317 * solib-svr4.c (svr4_clear_so): New function.
7318 (_initialize_svr4_solib): Set svr4_so_ops.clear_so.
7319 * solib.c (clear_so): Renamed from free_so_symbols.
7320 All callers updated. Call target clear_so if it exists.
7321
7322 2013-05-06 Tom Tromey <tromey@redhat.com>
7323
7324 * ada-lang.c (ada_value_primitive_packed_val): Don't
7325 call value_incref.
7326 * value.c (set_value_parent): Incref the new parent and decref
7327 the old parent.
7328 (value_copy, value_primitive_field): Use set_value_parent.
7329
7330 2013-05-06 Tom Tromey <tromey@redhat.com>
7331
7332 * dwarf2loc.c (invalid_synthetic_pointer): Move earlier.
7333 (indirect_pieced_value): Call dwarf2_fetch_constant_bytes
7334 if needed.
7335 * dwarf2loc.h (dwarf2_fetch_constant_bytes): Declare.
7336 * dwarf2read.c (write_constant_as_bytes)
7337 (dwarf2_fetch_constant_bytes): New functions.
7338
7339 2013-05-06 Tom Tromey <tromey@redhat.com>
7340
7341 * dwarf2read.c (dwarf2_const_value_data): Remove unused
7342 parameters.
7343 (dwarf2_const_value_attr): Update.
7344
7345 2013-05-06 Tom Tromey <tromey@redhat.com>
7346
7347 * somread.c (som_symfile_offsets): Add 'const' to addrs.
7348 * machoread.c (macho_symfile_offsets): Add 'const' to addrs.
7349 * xcoffread.c (xcoff_symfile_offsets): Add 'const' to addrs.
7350 Remove declaration.
7351
7352 2013-05-06 Tom Tromey <tromey@redhat.com>
7353
7354 * dwarf2read.c (dwarf2_const_value_attr): Use 'obstack', not
7355 objfile's obstack.
7356
7357 2013-05-06 Doug Evans <dje@google.com>
7358
7359 * dbxread.c (process_one_symbol): Constify section_offsets parameter.
7360 * stabsread.h (process_one_symbol): Update declaration.
7361 * dwarf2read.c (dw2_relocate): Constify new_offsets, delta parameters.
7362 * elfread.c (elf_symfile_relocate_probe): Ditto.
7363 * psymtab.c (relocate_psymtabs): Ditto.
7364 * objfiles.c (objfile_relocate1): Constify new_offsets parameter.
7365 (objfile_relocate): Ditto.
7366 * objfiles.h (objfile_relocate): Update declaration.
7367 * symfile.c (relative_addr_info_to_section_offsets): Constify
7368 addrs parameter.
7369 (default_symfile_offsets): Ditto.
7370 (syms_from_objfile_1): Constify offsets parameter.
7371 (syms_from_objfile): Ditto.
7372 (symbol_file_add_with_addrs_or_offsets): Ditto.
7373 (symfile_map_offsets_to_segments): Constify data parameter.
7374 * symfile.h (struct quick_symbol_functions): Constify new_offsets,
7375 delta parameters of member relocate.
7376 (struct sym_probe_fns): Constify new_offsets,
7377 delta parameters of member sym_relocate_probe.
7378 (struct sym_fns): Constify section_addr_info parameter of member
7379 sym_offsets.
7380 (relative_addr_info_to_section_offsets): Update declaration.
7381 (default_symfile_offsets): Ditto.
7382 (syms_from_objfile): Ditto.
7383 (symfile_map_offsets_to_segments): Ditto.
7384
7385 * symfile.c (syms_from_objfile_1): Use correct section count when
7386 objfile->sf == NULL.
7387
7388 2013-05-06 Mike Frysinger <vapier@gentoo.org>
7389
7390 * common/linux-btrace.c (intel_supports_btrace): Fix indentation.
7391
7392 2013-05-06 Doug Evans <dje@google.com>
7393
7394 * psympriv.h (struct partial_symtab): Augment comment for member
7395 section_offsets.
7396
7397 2013-05-06 Joel Brobecker <brobecker@adacore.com>
7398
7399 Reimplement shared library support on ppc-aix...
7400 * target.h (TARGET_OBJECT_AIX_LIBRARIES): New target_object enum.
7401 * features/library-list-aix.dtd: New file.
7402 * solib-aix.h, solib-aix.c: New file.
7403 * rs6000-aix-tdep.c: #include "solib.h" and "solib-aix.h".
7404 (rs6000_find_toc_address_hook): Delete.
7405 (rs6000_push_dummy_call): Rewrite code setting the TOC value.
7406 (rs6000_aix_init_osabi): Register solib_aix_so_ops.
7407 * rs6000-nat.c: Remove "xcoffsolib.h" include. Include
7408 "xml-utils.h".
7409 (map_vmap, vmap_exec, vmap_ldinfo, add_vmap, objfile_symbol_add)
7410 (vmap_symtab, fixup_breakpoints): Delete.
7411 (rs6000_xfer_shared_libraries): New function.
7412 (rs6000_xfer_partial): Add TARGET_OBJECT_AIX_LIBRARIES handling.
7413 (vmap_secs, bss_data_overlap, vmap_add_symbols): Delete.
7414 (xcoff_relocate_symtab, xcoff_relocate_core): Delete.
7415 (rs6000_ptrace_ldinfo, rs6000_core_ldinfo)
7416 (rs6000_xfer_shared_library): New function.
7417 (find_toc_address): Delete.
7418 (_initialize_rs6000_nat): Do not set rs6000_find_toc_address_hook.
7419 * rs6000-tdep.h (rs6000_find_toc_address_hook): Remove.
7420 * xcoffread.c (record_minimal_symbol): Reloate symbol address
7421 before creating minimal symbol. Adjust function description
7422 accordingly.
7423 (scan_xcoff_symtab): Replace call to
7424 prim_record_minimal_symbol_and_info by call to
7425 record_minimal_symbol.
7426 (xcoff_symfile_offsets): Reimplement mostly as a wrapper
7427 around default_symfile_offsets.
7428 * configure.tgt: Add solib-aix.o to gdb_target_obs for
7429 powerpc-aix targets.
7430 * config/rs6000/nm-rs6000.h: Delete.
7431 * config/powerpc/aix.mh (NAT_FILE): Delete.
7432 (NATDEPFILES): Remove xcoffsolib.o.
7433 * Makefile.in (XMLFILES): Add library-list-aix.dtd.
7434 (ALL_TARGET_OBS): Add solib-aix.o.
7435 (HFILES_NO_SRCDIR): Remove xcoffsolib.h and
7436 config/rs6000/nm-rs6000.h. Add solib-aix.h.
7437 (ALLDEPFILES): Add solib-aix.c. Remove xcoffsolib.c.
7438 * xcoffsolib.h, xcoffsolib.c: Delete.
7439
7440 * solib.c (reload_shared_libraries): Remove reference to
7441 SOLIB_CREATE_INFERIOR_HOOK.
7442 * breakpoint.c (handle_solib_event): Remove reference to SOLIB_ADD.
7443 (disable_breakpoints_in_shlibs): Remove reference to PC_SOLIB.
7444 (momentary_bkpt_re_set): Replace SOLIB_ADD by solib_add in
7445 comment.
7446 * corelow.c (deprecated_core_resize_section_table): Delete.
7447 * exec.c: Remove include of xcoffsolib.h".
7448 (map_vmap, vmap): Delete.
7449 (exec_close_1): Remove references to vmap.
7450 (exec_file_attach): Remove vmap handling code, and reference
7451 to DEPRECATED_IBM6000_TARGET.
7452 (bfdsec_to_vmap): Delete.
7453 (exec_files_info): Remove block of code handling VMAP.
7454 * infcmd.c (post_create_inferior): Remove reference to
7455 SOLIB_CREATE_INFERIOR_HOOK and SOLIB_ADD.
7456 * infrun.c (follow_exec): Remove reference to
7457 SOLIB_CREATE_INFERIOR_HOOK.
7458 * stack.c (print_frame): Remove reference to PC_SOLIB.
7459 * solib-dsbt.c (dsbt_current_sos): Adjust comment.
7460 (dsbt_relocate_main_executable): Likewise.
7461 * solib-frv.c (frv_current_sos): Likewise.
7462
7463 2013-05-06 Joel Brobecker <brobecker@adacore.com>
7464
7465 * sol-thread.c (rw_common): Cast BUF to "gdb_byte *" in calls
7466 to target_write_memory and target_read_memory.
7467
7468 2013-05-06 Joel Brobecker <brobecker@adacore.com>
7469
7470 * darwin-nat.c (darwin_setup_fake_stop_event): New function.
7471 (darwin_attach): Adjust using darwin_setup_fake_stop_event.
7472
7473 2013-05-06 Joel Brobecker <brobecker@adacore.com>
7474
7475 * darwin-nat.c: Replace all "%x" instances in format strings
7476 into "0x%x" throughout.
7477
7478 2013-05-06 Joel Brobecker <brobecker@adacore.com>
7479
7480 * darwin-nat.c (darwin_mourn_inferior): Replace call to
7481 gdb_assert by call to MACH_CHECK_ERROR.
7482 (darwin_attach_pid): Raise an error rather than a failed
7483 assertion when various system calls failed. Report a warning
7484 instead of raising a failed assertion when PREV_NOT is not NULL
7485 after call to mach_port_request_notification.
7486 (darwin_ptrace_me): Raise an error rather than a failed
7487 assertion when read returns nonzero.
7488
7489 2013-05-06 Joel Brobecker <brobecker@adacore.com>
7490
7491 * amd64-darwin-tdep.c: Remove #include "gdb_assert.h".
7492
7493 2013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7494
7495 * cleanups.c (restore_my_cleanups): New gdb_assert for SENTINEL_CLEANUP.
7496
7497 2013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7498
7499 * event-top.c (display_gdb_prompt): Call missing do_cleanups.
7500 * infcmd.c (get_return_value) <!stop_regs>: Do not overwrite CLEANUP.
7501 * symfile.c (symfile_bfd_open): New variable back_to. Do not leave
7502 a stale cleanup. Fix double free of NAME.
7503
7504 2013-05-04 Eli Zaretskii <eliz@gnu.org>
7505
7506 * windows-nat.c (windows_delete_thread): Accept an additional
7507 argument, the thread's exit code, and announce thread death when
7508 print_thread_events is non-zero and we are deleting a thread that
7509 is not the main thread.
7510 (get_windows_debug_event): Pass thread exit code to
7511 windows_delete_thread.
7512
7513 2013-05-03 Kevin Buettner <kevinb@redhat.com>
7514
7515 * v850-tdep.c (elf-bfd.h, elf/v850.h): Include.
7516 (R_149_REGNUM, E_NUM_OF_V850E2_REGS, E_SELID_1_R0_REGNUM)
7517 (E_SELID_1_R31_REGNUM, E_SELID_2_R0_REGNUM, E_SELID_2_R31_REGNUM)
7518 (E_SELID_3_R0_REGNUM, E_SELID_3_R31_REGNUM, E_SELID_4_R0_REGNUM)
7519 (E_SELID_4_R31_REGNUM, E_SELID_5_R0_REGNUM, E_SELID_5_R31_REGNUM)
7520 (E_SELID_6_R0_REGNUM, E_SELID_6_R31_REGNUM, E_SELID_7_R0_REGNUM, E_SELID_7_R31_REGNUM)
7521 (E_VR0_REGNUM, E_VR31_REGNUM, E_NUM_OF_V850E3V5_REGS): Define.
7522 (v850_abi, V850_ABI_GCC, V850_ABI_RH850): New enum and constants.
7523 (gdbarch_tdep): New struct.
7524 (v850e2_register_name): Use E_NUM_OF_V850E2_REGS instead of
7525 E_NUM_REGS.
7526 (v850e3v5_register_name): New function.
7527 (v850_register_type): v850e3v5 vector registers are 64-bits wide.
7528 (v850_use_struct_convention): Add `gdbarch' parameter. Add new
7529 code handling the struct return conventions for the RH850 ABI.
7530 Update all callers.
7531 (v850_eight_byte_align_p): New function.
7532 (v850_push_call_dummy): Push structs by value, not by reference
7533 for the RH850 ABI. Add support for eight byte alignment.
7534 (v850_dbtrap_breakpoint_from_pc): New function.
7535 (v850_gdbarch_init): Add ABI detection code. Register
7536 v850e3v5_register_name for the v850e3v5 architecture. Set the
7537 number of registers for v850e3v5. Register
7538 v850_dbtrap_breakpoint_from_pc as appropriate.
7539 (_initialize_gdbarch_init): Registration bfd_arch_v850_rh850.
7540
7541 2013-05-03 Doug Evans <dje@google.com>
7542
7543 * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections instead
7544 of bfd_count_sections.
7545 * solib-target.c (solib_target_relocate_section_addresses): Ditto.
7546 * symfile.c (default_symfile_offsets): Ditto.
7547 (syms_from_objfile_1): Ditto. Make dummy addrs list an array of
7548 one entry, not bfd_count_sections entries.
7549
7550 2013-05-03 Kevin Buettner <kevinb@redhat.com>
7551
7552 * rl78-tdep.c (rl78_register_reggroup_p): Include SP in the
7553 `save' and `restore' register groups. Don't include SPL
7554 or SPH in these groups.
7555 (rl78_dwarf_reg_to_regnum): Adjust mapping for
7556 RL78_PC_REGNUM. Add mappings for RL78_PSW_REGNUM,
7557 RL78_ES_REGNUM, and RL78_CS_REGNUM.
7558 (rl78_gdbarch_init): Set `dwarf2_addr_size' to 4. Invoke
7559 dwarf2_append_unwinders().
7560
7561 2013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7562
7563 * break-catch-sig.c (signal_catchpoint_breakpoint_hit): Do not
7564 ignore SIGINT and SIGTRAP in case these internal signals are
7565 caught explicitely.
7566
7567 2013-05-01 Joel Brobecker <brobecker@adacore.com>
7568
7569 * darwin-nat.c (darwin_read_write_inferior): Change types
7570 of parameters rdaddr and wraddr to "gdb_byte *". Change type
7571 of copy_count to "mach_msg_type_number_t".
7572 (darwin_read_dyld_info): Change type of parameter
7573 rdaddr to "gdb_byte *".
7574
7575 2013-05-01 Joel Brobecker <brobecker@adacore.com>
7576
7577 * solib-ia64-hpux.c (ia64_hpux_read_dynamic_info): Change cast
7578 of &info->load_map from "char *" to "gdb_byte *".
7579
7580 2013-05-01 Joel Brobecker <brobecker@adacore.com>
7581
7582 * ia64-tdep.c (ia64_access_fpreg): Change cast of val
7583 from "char *" to "gdb_byte *".
7584 (ia64_access_rse_fpreg, ia64_access_mem): Likewise.
7585
7586 2013-04-30 Doug Evans <dje@google.com>
7587
7588 * dwarf2read.c (lookup_dwo_unit): Return NULL if DWO not found.
7589 (init_cutu_and_read_dies): Flag a complaint, not error, for bad
7590 DWO stub. If DWO isn't found, just use stub.
7591 (lookup_dwo_cutu): Don't try DWO if there's a DWP file.
7592
7593 * dwarf2read.c (dw2_find_symbol_file): Initialize filename before
7594 calling init_cutu_and_read_dies.
7595
7596 2013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
7597
7598 * target-descriptions.c (maint_print_c_tdesc_cmd):
7599 Add case to parse structures as register types and
7600 bitfields.
7601
7602 2013-04-30 Walfred Tedeschi <walfred.tedeschi@intel.com>
7603
7604 * MAINTAINERS (Write After Approval): Add myself to the list.
7605
7606 2013-04-30 Joel Brobecker <brobecker@adacore.com>
7607
7608 * sol-thread.c (rw_common): Change type of parameter "buf"
7609 to "gdb_byte *".
7610 (ps_pdwrite, ps_ptwrite): Cast parameter "buf" in call to
7611 rw_common to "gdb_byte *" instead of "char *".
7612
7613 2013-04-30 Joel Brobecker <brobecker@adacore.com>
7614
7615 * sol-thread.c (info_cb) [ti.ti_startfunc != 0]: Change type
7616 of local variable msym to const struct bound_minimal_symbol.
7617 Adjust use accordingly.
7618 [ti.ti_state == TD_THR_SLEEP]: Likewise.
7619
7620 2013-04-30 Samuel Thibault <samuel.thibault@gnu.org>
7621
7622 * i386gnu-nat.c (CREG_OFFSET): New macro.
7623 (creg_offset): New array.
7624 (CREG_ADDR): Use creg_offset instead of reg_offset.
7625
7626 2013-04-30 Joel Brobecker <brobecker@adacore.com>
7627
7628 * mep-tdep.c (mep_write_pc): Delete.
7629 (mep_gdbarch_init): Remove call to set_gdbarch_write_pc.
7630 Add call to set_gdbarch_pc_regnum.
7631
7632 2013-04-30 Joel Brobecker <brobecker@adacore.com>
7633
7634 * common/filestuff.c: Replace #include <dirent.h> by
7635 #include "gdb_dirent.h".
7636
7637 2013-04-30 Joel Brobecker <brobecker@adacore.com>
7638
7639 * common/filestuff.c: Replace #include <sys/stat.h> by
7640 #include "gdb_stat.h".
7641
7642 2013-04-29 Pierre Muller <muller@sourceware.org>
7643
7644 * dwarf2read.c (handle_DW_AT_stmt_list): Avoid ARI warning for
7645 editCase function rule.
7646 (get_DW_AT_signature_type): Likewise.
7647
7648 2013-04-29 Joel Brobecker <brobecker@adacore.com>
7649
7650 * m32r-tdep.c (m32r_write_pc): Delete.
7651 (m32r_gdbarch_init): Remove call to set_gdbarch_write_pc.
7652 Add call to set_gdbarch_pc_regnum.
7653
7654 2013-04-29 Pierre Muller <muller@sourceware.org>
7655
7656 * ./contrib/ari/gdb_ari.sh (editCase rule): Fix spelling error.
7657
7658 2013-04-29 Joel Brobecker <brobecker@adacore.com>
7659
7660 * dwarf2read.c (get_DW_AT_signature_type): Add ARI marker.
7661
7662 2013-04-28 Yao Qi <yao@codesourcery.com>
7663
7664 * solib-dsbt.c (fetch_loadmap): Re-indent.
7665 (displacement_from_map, enable_break2): Likewise.
7666 (dsbt_relocate_section_addresses): Likewise.
7667
7668 2013-04-26 Joel Brobecker <brobecker@adacore.com>
7669
7670 GDB 7.6 released.
7671
7672 2013-04-25 Andreas Kaufmann <Andreas.Kaufmann@synopsys.com>
7673
7674 PR corefiles/14983:
7675 * dwarf2read.c (process_full_comp_unit): Always create a static
7676 block.
7677
7678 2013-04-25 Hui Zhu <hui@codesourcery.com>
7679
7680 * breakpoint.c (build_target_command_list): Change loc->cond_bytecode
7681 to loc->cmd_bytecode.
7682
7683 2013-04-24 Doug Evans <dje@google.com>
7684
7685 * dwarf2read.c (setup_type_unit_groups): Fix comment.
7686
7687 2013-04-22 Keith Seitz <keiths@redhat.com>
7688
7689 * tracepoint.c (trace_save): Call the writer's start method.
7690
7691 2013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
7692
7693 PR gdb/10462
7694 * cli/cli-decode.c (lookup_command): Show an error if there is no space
7695 before argument.
7696
7697 2013-04-23 Tom Tromey <tromey@redhat.com>
7698
7699 * common/filestuff.c: Check USE_WIN32API before including
7700 sys/socket.h.
7701 (HAVE_F_GETFD): New define.
7702 (mark_cloexec): Check HAVE_F_GETFD.
7703 (gdb_open_cloexec): Change 'mode' to unsigned long.
7704 (gdb_socketpair_cloexec): Check HAVE_SOCKETPAIR.
7705 (gdb_pipe_cloexec): Check HAVE_PIPE.
7706 * common/filestuff.h (gdb_open_cloexec): Change 'mode' to unsigned
7707 long.
7708
7709 2013-04-23 Hui Zhu <hui@codesourcery.com>
7710
7711 PR gdb/15293
7712 * breakpoint.c (bpstat_what): Add BPSTAT_WHAT_SINGLE to bp_dprintf.
7713
7714 2013-04-23 Hui Zhu <hui@codesourcery.com>
7715
7716 PR gdb/15165
7717 * breakpoint.c (dprintf_print_recreate): New.
7718 (save_breakpoints): Let it not save dprintf commands.
7719 (initialize_breakpoint_ops): Set dprintf_print_recreate.
7720
7721 2013-04-22 Tom Tromey <tromey@redhat.com>
7722
7723 PR gdb/7912:
7724 * Makefile.in (SFILES): Add filestuff.c
7725 (COMMON_OBS): Add filestuff.o.
7726 (filestuff.o): New target.
7727 * auto-load.c (auto_load_objfile_script_1): Use
7728 gdb_fopen_cloexec.
7729 * auxv.c (procfs_xfer_auxv): Use gdb_open_cloexec.
7730 * cli/cli-cmds.c (shell_escape): Call close_most_fds.
7731 * cli/cli-dump.c (fopen_with_cleanup): Use gdb_fopen_cloexec.
7732 * common/agent.c (gdb_connect_sync_socket): Use
7733 gdb_socket_cloexec.
7734 * common/filestuff.c: New file.
7735 * common/filestuff.h: New file.
7736 * common/linux-osdata.c (linux_common_core_of_thread)
7737 (command_from_pid, commandline_from_pid, print_source_lines)
7738 (linux_xfer_osdata_shm, linux_xfer_osdata_sem)
7739 (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Use
7740 gdb_fopen_cloexec.
7741 * common/linux-procfs.c (linux_proc_get_int)
7742 (linux_proc_pid_has_state): Use gdb_fopen_cloexec.
7743 * config.in, configure: Rebuild.
7744 * configure.ac: Don't check for sys/socket.h. Check for
7745 fdwalk, pipe2.
7746 * corelow.c (core_open): Use gdb_open_cloexec.
7747 * dwarf2read.c (write_psymtabs_to_index): Use gdb_fopen_cloexec.
7748 * fork-child.c (fork_inferior): Call close_most_fds.
7749 * gdb_bfd.c (gdb_bfd_open): Use gdb_open_cloexec.
7750 * inf-child.c (inf_child_fileio_readlink): Use gdb_open_cloexec.
7751 * linux-nat.c (linux_nat_thread_name, linux_proc_pending_signals):
7752 Use gdb_fopen_cloexec.
7753 (linux_proc_xfer_partial, linux_proc_xfer_spu): Use
7754 gdb_open_cloexec.
7755 (linux_async_pipe): Use gdb_pipe_cloexec.
7756 * remote-fileio.c (remote_fileio_func_open): Use
7757 gdb_open_cloexec.
7758 * remote.c (remote_file_put, remote_file_get): Use
7759 gdb_fopen_cloexec.
7760 * ser-pipe.c (pipe_open): Use gdb_socketpair_cloexec,
7761 close_most_fds.
7762 * ser-tcp.c (net_open): Use gdb_socket_cloexec.
7763 * ser-unix.c (hardwire_open): Use gdb_open_cloexec.
7764 * solib.c (solib_find): Use gdb_open_cloexec.
7765 * source.c (openp, find_and_open_source): Use gdb_open_cloexec.
7766 * tracepoint.c (tfile_start): Use gdb_fopen_cloexec.
7767 (tfile_open): Use gdb_open_cloexec.
7768 * tui/tui-io.c (tui_initialize_io): Use gdb_pipe_cloexec.
7769 * ui-file.c (gdb_fopen): Use gdb_fopen_cloexec.
7770 * xml-support.c (xml_fetch_content_from_file): Use
7771 gdb_fopen_cloexec.
7772 * main.c (captured_main): Call notice_open_fds.
7773
7774 2013-04-22 Edjunior Machado <emachado@linux.vnet.ibm.com>
7775
7776 * remote-sim.c (dump_mem): Change the type of 'buf' parameter from
7777 'char *' to 'gdb_byte *'.
7778 (gdbsim_store_register): Change the type of 'tmp' from 'char' to
7779 'gdb_byte'.
7780
7781 2013-04-22 Yao Qi <yao@codesourcery.com>
7782
7783 * infrun.c: Fix typo in comment.
7784
7785 2013-04-22 Andrew Haley <aph@redhat.com>
7786
7787 * arm-tdep.c (BranchDest): Cast result as "unsigned long",
7788 instead of "long".
7789
7790 2013-04-20 Yao Qi <yao@codesourcery.com>
7791
7792 * ctf.c (ctf_fetch_registers): Change the type of 'regs' from
7793 'char *' to 'gdb_byte *'. Cast the return value of
7794 'bt_ctf_get_char_array' to 'gdb_byte *'.
7795
7796 2013-04-19 Pedro Alves <palves@redhat.com>
7797
7798 * configure.ac (build_warnings): Replace -Wno-pointer-sign with
7799 -Wpointer-sign.
7800 * configure: Regenerate.
7801
7802 2013-04-19 Pedro Alves <palves@redhat.com>
7803
7804 * ser-tcp.c (net_read_prim): Cast second argument to recv to
7805 'void *'.
7806
7807 2013-04-19 Pedro Alves <palves@redhat.com>
7808
7809 * monitor.c (monitor_write_memory, monitor_write_memory_bytes):
7810 Change type of 'myaddr' parameter to gdb_byte pointer.
7811 (monitor_write_memory_longlongs): Likewise. Cast 'myaddr' pointer
7812 to 'long long' pointer instead of to 'unsigned long long'.
7813 (monitor_write_memory_block, monitor_read_memory_single)
7814 (monitor_read_memory): Change type of 'myaddr' parameter to
7815 gdb_byte pointer.
7816
7817 2013-04-19 Pedro Alves <palves@redhat.com>
7818
7819 * record.c (validate_history_size): Make parameter 'setting'
7820 unsigned.
7821
7822 2013-04-19 Pedro Alves <palves@redhat.com>
7823
7824 * ctf.c (ctf_write_uploaded_tsv, ctf_write_uploaded_tp): Add casts
7825 to 'gdb_byte *'.
7826
7827 2013-04-19 Pedro Alves <palves@redhat.com>
7828
7829 * cp-valprint.c (cp_print_class_member): Change type of 'fieldno'
7830 local to int.
7831
7832 2013-04-19 Pedro Alves <palves@redhat.com>
7833
7834 * ada-lang.c (print_it_exception): Add cast to gdb_byte *.
7835 * ada-tasks.c (read_fat_string_value): Likewise.
7836
7837 2013-04-19 Pedro Alves <palves@redhat.com>
7838
7839 * dwarf2-frame.c (execute_cfa_program): Make 'bytes_read' local
7840 unsigned. Pass 'tmp' to safe_read_uleb128 instead of the signed
7841 'offset', and adjust.
7842
7843 2013-04-19 Pedro Alves <palves@redhat.com>
7844
7845 * dwarf2read.c (dwarf2_get_dwz_file): Add cast to const char *.
7846 (read_index_from_section): Add cast to 'char *'.
7847
7848 2013-04-19 Pedro Alves <palves@redhat.com>
7849
7850 * xcoffread.c (xcoff_initial_scan): Add cast to 'char *'.
7851
7852 2013-04-19 Pedro Alves <palves@redhat.com>
7853
7854 * coff-pe-read.c (read_pe_exported_syms): Handle strings as char.
7855
7856 2013-04-19 Pedro Alves <palves@redhat.com>
7857
7858 * record-full.c (record_full_get_bookmark): Change local 'ret'
7859 type to char * and add cast to gdb_byte *.
7860 (record_full_goto_bookmark): Handle 'bookmark' argument as a
7861 string.
7862 * reverse.c (goto_bookmark_command): Add casts to gdb_byte *.
7863
7864 2013-04-19 Pedro Alves <palves@redhat.com>
7865
7866 * python/py-inferior.c (infpy_write_memory): Add cast to gdb_byte
7867 * python/py-prettyprint.c (print_string_repr): Change type of
7868 'output' local to char *. Add cast to gdb_byte * in
7869 LA_PRINT_STRING call.
7870 (print_children): Change type of 'output' local to char *.
7871 * python/py-value.c (valpy_string): Add cast to const char * in
7872 PyUnicode_Decode call.
7873
7874 2013-04-19 Pedro Alves <palves@redhat.com>
7875
7876 * remote-mips.c (mips_cksum): Rename 'data' parameter to 'datastr'
7877 and change its type to 'const char *'. Adjust.
7878 (mips_send_packet): Add cast to 'char *', and remove cast to
7879 'unsigned char *'.
7880 (mips_receive_packet): Remove cast to 'unsigned char *'.
7881 (mips_load_srec): Use bfd_byte.
7882 (pmon_makeb64, pmon_zeroset): Make 'chksum' parameter unsigned.
7883 (pmon_checkset): Make 'value' parameter unsigned.
7884
7885 2013-04-19 Pedro Alves <palves@redhat.com>
7886
7887 * common/agent.c (agent_run_command): Add cast to gdb_byte *.
7888
7889 2013-04-19 Pedro Alves <palves@redhat.com>
7890
7891 * remote.c (remote_write_bytes_aux, compare_sections_command)
7892 (remote_read_qxfer)
7893 (remote_search_memory, remote_hostio_pwrite, remote_hostio_pread)
7894 (remote_hostio_readlink, remote_bfd_iovec_pread)
7895 (remote_set_trace_notes): Use gdb_byte when RSP buffer is used as
7896 binary buffer, and char when buffer is used as string.
7897 * tracepoint.c (encode_source_string, tfile_write_uploaded_tp)
7898 (trace_save, tfile_open, traceframe_walk_blocks)
7899 (tfile_fetch_registers): Likewise.
7900
7901 2013-04-19 Pedro Alves <palves@redhat.com>
7902
7903 * ser-base.c (ser_base_write): Change prototype -- take 'void *'
7904 buffer and size_t size. Adjust.
7905 * ser-base.h (ser_base_write): Adjust.
7906 * ser-go32.c (cnts): Change type to size_t.
7907 (dos_write): Change prototype -- take 'void *'
7908 buffer and size_t size. Adjust.
7909 (dos_info): Print elements of 'cnts' as unsigned long.
7910 * serial.c (serial_write): Likewise.
7911 * serial.h (serial_write): Adjust.
7912 (struct serial_ops) <write>: Change prototype -- take 'void *'
7913 buffer and size_t size. Adjust.
7914
7915 2013-04-19 Pedro Alves <palves@redhat.com>
7916
7917 * c-lang.c (evaluate_subexp_c): Cast result of obstack_base to
7918 gdb_byte *.
7919 * linux-tdep.c (linux_make_mappings_corefile_notes): Likewise.
7920
7921 2013-04-19 Pedro Alves <palves@redhat.com>
7922
7923 * alpha-tdep.c (alpha_extract_return_value): Use
7924 regcache_cooked_read_unsigned to read 'v0'.
7925
7926 2013-04-19 Pedro Alves <palves@redhat.com>
7927
7928 * xtensa-tdep.c (execute_l32e, execute_s32e): Change type of
7929 parameters 'at', 'as' and 'offset' to uint32_t.
7930
7931 2013-04-19 Pedro Alves <palves@redhat.com>
7932
7933 * aarch64-tdep.c (aarch64_analyze_prologue): Change type of local
7934 'is64' to signed 'int'.
7935
7936 2013-04-19 Pedro Alves <palves@redhat.com>
7937
7938 * s390-tdep.c (is_rs, is_rsy, is_rx, is_rxy): Change type of 'd2'
7939 parameter to int *.
7940
7941 2013-04-19 Pedro Alves <palves@redhat.com>
7942
7943 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Change local
7944 'insnbuf' buffer type to unsigned int[].
7945
7946 2013-04-19 Pedro Alves <palves@redhat.com>
7947
7948 * mips-tdep.c (mips_read_pc): Change local 'pc' type to LONGEST.
7949
7950 2013-04-19 Pedro Alves <palves@redhat.com>
7951
7952 * mep-tdep.c (mep_get_insn): Change 'insn' parameter type to
7953 unsigned long *.
7954
7955 2013-04-19 Pedro Alves <palves@redhat.com>
7956
7957 * alpha-tdep.c (heuristic_fence_post): Change type to int.
7958 (alpha_heuristic_proc_start): Adjust to check -1 instead of
7959 UINT_MAX.
7960 * mips-tdep.c (heuristic_fence_post): Change type to int.
7961 (heuristic_proc_start): Adjust to check -1 instead of UINT_MAX.
7962
7963 2013-04-19 Pedro Alves <palves@redhat.com>
7964
7965 * cris-tdep.c (usr_cmd_cris_version): Make unsigned.
7966 (struct gdbarch_tdep) <cris_version>: Make unsigned.
7967 (cris_spec_reg_applicable, cris_gdbarch_init): Adjust locals.
7968
7969 2013-04-19 Pedro Alves <palves@redhat.com>
7970
7971 * avr-tdep.c (avr_io_reg_read_command): New local 'bufstr'. Use
7972 it to get a string view of the byte buffer.
7973 * i386-cygwin-tdep.c (core_process_module_section): Change local 'buf'
7974 type to gdb_byte *. Adjust.
7975 * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full):
7976 Change local to char *.
7977 * solib-darwin.c (find_program_interpreter): Change return type to
7978 char *. Adjust.
7979 (darwin_solib_get_all_image_info_addr_at_init): Adjust.
7980 * solib-dsbt.c (enable_break2): Change local 'buf' to char *.
7981 * solib-frv.c (enable_break2): Change local 'buf' to char *.
7982 * solib-spu.c (spu_current_sos): Add gdb_byte * cast.
7983 * solib-svr4.c (find_program_interpreter): Change return type to
7984 char *. Adjust.
7985 (enable_break): Change local 'interp_name' to char *.
7986 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
7987 * spu-tdep.c (spu_pseudo_register_read_spu): Add cast to 'char *'.
7988 (spu_pseudo_register_write_spu): Use char for string buffer.
7989 Adjust.
7990 (info_spu_event_command, info_spu_signal_command): Add casts to
7991 'char *'.
7992
7993 2013-04-19 Pedro Alves <palves@redhat.com>
7994
7995 * aarch64-tdep.c (aarch64_default_breakpoint): Change type to
7996 gdb_byte[].
7997 (aarch64_breakpoint_from_pc): Change return type to gdb_byte *.
7998 * ada-lang.c (ada_value_assign): Use gdb_byte.
7999 * alphanbsd-tdep.c (sigtramp_retcode): Change type to gdb_byte[].
8000 (alphanbsd_sigtramp_offset): Use gdb_byte.
8001 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint)
8002 (arm_linux_arm_be_breakpoint, eabi_linux_arm_le_breakpoint)
8003 (eabi_linux_arm_be_breakpoint, arm_linux_thumb_be_breakpoint)
8004 (arm_linux_thumb_le_breakpoint, arm_linux_thumb2_be_breakpoint)
8005 (arm_linux_thumb2_le_breakpoint): Change type to gdb_byte[].
8006 * arm-tdep.c (arm_stub_unwind_sniffer)
8007 (arm_displaced_init_closure): Use gdb_byte.
8008 (arm_default_arm_le_breakpoint, arm_default_arm_be_breakpoint)
8009 (arm_default_thumb_le_breakpoint)
8010 (arm_default_thumb_be_breakpoint): Change type to gdb_byte[].
8011 * arm-tdep.h (struct gdbarch_tdep) <arm_breakpoint,
8012 thumb_breakpoint, thumb2_breakpoint>: Change type to gdb_byte *.
8013 * arm-wince-tdep.c (arm_wince_le_breakpoint)
8014 (arm_wince_thumb_le_breakpoint): Change type to gdb_byte[].
8015 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint)
8016 (arm_nbsd_arm_be_breakpoint, arm_nbsd_thumb_le_breakpoint)
8017 (arm_nbsd_thumb_be_breakpoint): Change type to gdb_byte[].
8018 * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint)
8019 (arm_obsd_thumb_be_breakpoint): Change type to gdb_byte[].
8020 * cris-tdep.c (push_stack_item, cris_push_dummy_call)
8021 (cris_store_return_value, cris_extract_return_value): Use
8022 gdb_byte.
8023 (constraint): Change type of parameter to char * from signed
8024 char*. Use gdb_byte.
8025 * dwarf2loc.c (read_pieced_value, write_pieced_value): Change type
8026 of local buffer to gdb_byte *.
8027 * dwarf2read.c (read_index_from_section): Use gdb_byte.
8028 (create_dwp_hash_table): Change type of locals to gdb_byte *.
8029 (add_address_entry): Change type of local buffer to gdb_byte[].
8030 * frv-tdep.c (frv_adjust_breakpoint_address, find_func_descr)
8031 (frv_push_dummy_call): Use gdb_byte.
8032 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code)
8033 (hppa_hpux_supply_ss_fpblock, hppa_hpux_supply_ss_wide)
8034 (hppa_hpux_supply_save_state): Use gdb_byte.
8035 * hppa-tdep.c (hppa32_push_dummy_call)
8036 (hppa64_convert_code_addr_to_fptr): Use gdb_byte.
8037 * ia64-tdep.c (extract_bit_field, replace_bit_field)
8038 (slotN_contents, replace_slotN_contents): Change type of parameter
8039 to gdb_byte *.
8040 (fetch_instruction, ia64_pseudo_register_write)
8041 (ia64_register_to_value, ia64_value_to_register)
8042 (ia64_extract_return_value, ia64_store_return_value)
8043 (ia64_push_dummy_call): Use gdb_byte.
8044 * m32c-tdep.c (m32c_return_value): Remove cast.
8045 * m68hc11-tdep.c (m68hc11_pseudo_register_write)
8046 (m68hc11_push_dummy_call, m68hc11_store_return_value): Use
8047 gdb_byte.
8048 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Use gdb_byte.
8049 * mn10300-tdep.c (mn10300_store_return_value)
8050 (mn10300_breakpoint_from_pc, mn10300_push_dummy_call): Use
8051 gdb_byte.
8052 * moxie-tdep.c (moxie_process_readu): Use gdb_byte.
8053 (moxie_process_record): Remove casts.
8054 * ppc-ravenscar-thread.c (supply_register_at_address)
8055 (ppc_ravenscar_generic_store_registers): Use gdb_byte.
8056 * ravenscar-thread.c (get_running_thread_id): Use gdb_byte.
8057 * remote-m32r-sdi.c (m32r_fetch_register): Use gdb_byte.
8058 * remote-mips.c (mips_xfer_memory): Use gdb_byte.
8059 * remote.c (compare_sections_command): Use gdb_byte.
8060 * score-tdep.c (score7_free_memblock): Change type of parameter to
8061 gdb_byte *.
8062 * sh-tdep.c (sh_justify_value_in_reg): Change return type to
8063 gdb_byte *. Use gdb_byte.
8064 (sh_push_dummy_call_fpu): Use gdb_byte.
8065 (sh_extract_return_value_nofpu, sh_extract_return_value_fpu)
8066 (sh_store_return_value_nofpu, sh_store_return_value_fpu)
8067 (sh_register_convert_to_virtual, sh_register_convert_to_raw):
8068 Change parameter type to 'gdb_byte *'. Use gdb_byte.
8069 (sh_pseudo_register_read, sh_pseudo_register_write): Use gdb_byte.
8070 * sh64-tdep.c (sh64_push_dummy_call): Use gdb_byte.
8071 (sh64_store_return_value, sh64_register_convert_to_virtual):
8072 Change parameter type to 'gdb_byte *'. Use gdb_byte.
8073 (sh64_pseudo_register_write): Use gdb_byte.
8074 * solib-darwin.c (darwin_current_sos): Add casts to 'gdb_byte *'.
8075 * solib-irix.c (fetch_lm_info): Likewise. Use gdb_byte for byte
8076 buffer.
8077 (irix_current_sos): Use gdb_byte.
8078 * solib-som.c (som_current_sos): Use gdb_byte.
8079 * sparc-ravenscar-thread.c (supply_register_at_address)
8080 (sparc_ravenscar_generic_store_registers): Use gdb_byte.
8081 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
8082 * spu-tdep.c (spu_get_overlay_table): Use gdb_byte.
8083 * tic6x-tdep.c (tic6x_breakpoint_from_pc): Change return type to
8084 'gdb_byte *'.
8085 * tic6x-tdep.h (struct gdbarch_tdep) <breakpoint>: Change type to
8086 'gdb_byte *'.
8087 * tracepoint.c (tfile_fetch_registers): Use gdb_byte.
8088 * xstormy16-tdep.c (xstormy16_extract_return_value)
8089 (xstormy16_store_return_value): Change parameter type to
8090 'gdb_byte *'. Adjust.
8091 (xstormy16_push_dummy_call): Use gdb_byte.
8092 * xtensa-tdep.c (xtensa_scan_prologue, call0_ret)
8093 (call0_analyze_prologue, execute_code): Use gdb_byte.
8094
8095 2013-04-19 Vladimir Kargov <kargov@gmail.com>
8096 Pedro Alves <palves@redhat.com>
8097
8098 * i387-tdep.c (i387_print_float_info): Use gdb_byte for pointer to
8099 value contents.
8100
8101 2013-04-17 Doug Evans <dje@google.com>
8102
8103 * dwarf2read.c (struct signatured_type): New member type.
8104 (struct attribute): Replace member signatured_type with signature.
8105 (DW_SIGNATURE): Replaces DW_SIGNATURE_TYPE.
8106 (read_call_site_scope): Call follow_die_ref instead of
8107 follow_die_ref_or_sig.
8108 (read_structure_type): Rewrite handling of signatured types.
8109 (read_enumeration_type): Ditto.
8110 (read_attribute_value): Update.
8111 (build_error_marker_type): New function.
8112 (lookup_die_type): Add assert. Rewrite handling of signatured types.
8113 Don't call error for bad types, just build an error marker type.
8114 (dump_die_shallow): Update.
8115 (follow_die_sig_1): Renamed from follow_die_sig.
8116 Don't call error for bad types, instead return NULL.
8117 (follow_die_sig): New function.
8118 (get_signatured_type, get_DW_AT_signature_type): New functions.
8119
8120 2013-04-17 Yufeng Zhang <yufeng.zhang@arm.com>
8121
8122 * aarch64-tdep.c (aarch64_write_pc): Removed.
8123 (aarch64_gdbarch_init): Remove set_gdbarch_write_pc of the above
8124 function.
8125
8126 2013-04-17 Yao Qi <yao@codesourcery.com>
8127
8128 * top.c (print_gdb_configuration): Print configure-time
8129 parameter on using libbabeltrace or not.
8130
8131 2013-04-16 Pedro Alves <palves@redhat.com>
8132
8133 * copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.
8134
8135 2013-04-16 Pedro Alves <palves@redhat.com>
8136
8137 * common/glibc_thread_db.h: Update from upstream glibc
8138 (git 568035b7874a099087b77f7bba3e36a1173787b0).
8139
8140 2013-04-16 Pedro Alves <palves@redhat.com>
8141
8142 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: Factor out to ...
8143 * common/glibc_thread_db.h: ... this new file ...
8144 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: ... and include it.
8145
8146 2013-04-16 Will Newton <will.newton@gmail.com>
8147 Pedro Alves <palves@redhat.com>
8148
8149 PR build/11881
8150
8151 * common/gdb_thread_db.h (LIBTHREAD_DB_SO)
8152 (LIBTHREAD_DB_SEARCH_PATH): Move outside of #ifdef
8153 HAVE_THREAD_DB_H.
8154
8155 2013-04-16 Pedro Alves <palves@redhat.com>
8156 Eli Zaretskii <eliz@gnu.org>
8157
8158 * NEWS: Mention "set foo unlimited".
8159
8160 2013-04-15 Doug Evans <dje@google.com>
8161
8162 * dwarf2read.c (struct dwo_file): Replace member "cus" with "cu".
8163 (struct create_dwo_cu_data): Renamed from create_dwo_info_table_data.
8164 (create_dwo_cu_reader): Renamed from
8165 create_dwo_debug_info_hash_table_reader.
8166 (create_dwo_cu): Renamed from create_dwo_debug_info_hash_table.
8167 Remove support for multiple CUs in a DWO file.
8168 (open_and_init_dwo_file, lookup_dwo_cutu): Update.
8169
8170 * dwarf2read.c (create_debug_types_hash_table): Use hex_string
8171 instead of phex.
8172 (lookup_dwo_unit, create_dwo_debug_info_hash_table_reader): Ditto.
8173 (create_dwo_in_dwp): Ditto.
8174
8175 2013-04-15 Tom Tromey <tromey@redhat.com>
8176
8177 * NEWS: Move recent entries into "since 7.6" section.
8178
8179 2013-04-15 Tom Tromey <tromey@redhat.com>
8180
8181 PR c++/13588:
8182 * NEWS: Update.
8183 * break-catch-throw.c (struct exception_catchpoint)
8184 <exception_rx, pattern>: New fields.
8185 (fetch_probe_arguments, dtor_exception_catchpoint)
8186 (check_status_exception_catchpoint)
8187 (print_one_detail_exception_catchpoint): New functions.
8188 (handle_gnu_v3_exceptions): Add "except_rx" argument.
8189 Compile regular expression if needed.
8190 (extract_exception_regexp): New function.
8191 (catch_exception_command_1): Use extract_exception_regexp.
8192 (compute_exception): Use fetch_probe_arguments.
8193 (initialize_throw_catchpoint_ops): Set dtor, print_one_detail,
8194 and check_status fields.
8195 * cp-abi.c (cplus_typename_from_type_info): New function.
8196 * cp-abi.h (cplus_typename_from_type_info): Declare.
8197 (struct cp_abi_ops) <get_typename_from_type_info>: New field.
8198 * gdb_regex.h (compile_rx_or_error): Declare.
8199 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info): Update
8200 comment.
8201 (init_gnuv3_ops): Set get_type_from_type_info field.
8202 * probe.c (compile_rx_or_error): Move...
8203 * utils.c (compile_rx_or_error): ... here.
8204
8205 2013-04-15 Tom Tromey <tromey@redhat.com>
8206
8207 PR c++/15176:
8208 * NEWS: Update.
8209 * break-catch-throw.c (compute_exception): New function.
8210 (exception_funcs): New global.
8211 (_initialize_break_catch_throw): Create $_exception.
8212 * cp-abi.c (cplus_type_from_type_info): New function.
8213 * cp-abi.h (cplus_type_from_type_info): Declare.
8214 (struct cp_abi_ops) <get_type_from_type_info>: New field.
8215 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info)
8216 (gnuv3_get_type_from_type_info): New functions.
8217 (init_gnuv3_ops): Set get_type_from_type_info ABI field.
8218
8219 2013-04-15 Tom Tromey <tromey@redhat.com>
8220
8221 * break-catch-throw.c (struct exception_names): New.
8222 (exception_functions): Change type.
8223 (re_set_exception_catchpoint): Look for SDT probes.
8224
8225 2013-04-15 Tom Tromey <tromey@redhat.com>
8226
8227 PR c++/10119:
8228 * break-catch-throw.c (exception_functions): New global.
8229 (gnu_v3_exception_catchpoint_ops): Move earlier.
8230 (struct exception_catchpoint): New.
8231 (classify_exception_breakpoint): Rewrite.
8232 (re_set_exception_catchpoint): New function.
8233 (handle_gnu_v3_exceptions): Return void. Use init_catchpoint.
8234 Allocate a struct exception_catchpoint.
8235 (catch_exception_command_1): Update.
8236 (initialize_throw_catchpoint_ops): Set 're_set' method.
8237
8238 2013-04-15 Tom Tromey <tromey@redhat.com>
8239
8240 * Makefile.in (SFILES): Add break-catch-throw.c
8241 (COMMON_OBS): Add break-catch-throw.o.
8242 * break-catch-throw.c: New file.
8243 * breakpoint.c: Move exception-catching code to new file.
8244 (ep_parse_optional_if_clause): No longer static.
8245 * breakpoint.h (ep_parse_optional_if_clause): Declare.
8246
8247 2013-04-15 Tom Tromey <tromey@redhat.com>
8248
8249 PR c++/9065:
8250 * NEWS: Update.
8251 * breakpoint.c (watchpoint_exp_is_const): Add OP_TYPEID.
8252 * c-exp.y (TYPEID): New token.
8253 (exp): Add new TYPEID productions.
8254 (ident_tokens): Add "typeid".
8255 * cp-abi.c (cplus_typeid, cplus_typeid_type): New functions.
8256 * cp-abi.h (cplus_typeid, cplus_typeid_type): Declare.
8257 (struct cp_abi_ops) <get_typeid, get_typeid_type>: New fields.
8258 * eval.c (evaluate_subexp_standard) <OP_TYPEID>: New case.
8259 * expprint.c (dump_subexp_body_standard) <OP_TYPEID>: New
8260 case.
8261 * gnu-v3-abi.c (std_type_info_gdbarch_data): New global.
8262 (build_std_type_info_type, gnuv3_get_typeid_type)
8263 (gnuv3_get_typeid): New functions.
8264 (init_gnuv3_ops): Initialize std_type_info_gdbarch_data. Set
8265 new fields on ABI object.
8266 * parse.c (operator_length_standard) <OP_TYPEID>: New case.
8267 * std-operator.def (OP_TYPEID): New.
8268
8269 2013-04-15 Tom Tromey <tromey@redhat.com>
8270
8271 * elfread.c (elf_symtab_read): Install versioned symbol under
8272 unversioned name as well.
8273
8274 2013-04-15 Tom Tromey <tromey@redhat.com>
8275
8276 PR c++/11990:
8277 * c-lang.c (cplus_language_defn): Use gdb_demangle.
8278 * c-typeprint.c (c_type_print_base): Use gdb_demangle.
8279 * cp-support.c (mangled_name_to_comp): Use gdb_demangle.
8280 (gdb_demangle): New function.
8281 * cp-support.h (gdb_demangle): Declare.
8282 * dwarf2read.c (dwarf2_physname, fixup_partial_die)
8283 (dwarf2_name): Use gdb_demangle.
8284 * gdbtypes.c (check_stub_method): Use gdb_demangle.
8285 * gnu-v3-abi.c (gnuv3_rtti_type): Strip @plt and version
8286 suffixes from name.
8287 (gnuv3_print_method_ptr): Use gdb_demangle.
8288 * jv-lang.c (java_demangle): Use gdb_demangle.
8289 * jv-typeprint.c (java_type_print_base): Use gdb_demangle.
8290 * language.c (unk_lang_demangle): Use gdb_demangle.
8291 * symtab.c (symbol_find_demangled_name)
8292 (demangle_for_lookup): Use gdb_demangle.
8293
8294 2013-04-15 Tom Tromey <tromey@redhat.com>
8295
8296 PR c++/12824:
8297 * NEWS: Update.
8298 * breakpoint.c (enum exception_event_kind) <EX_EVENT_RETHROW>:
8299 New constant.
8300 (classify_exception_breakpoint): New function.
8301 (print_it_exception_catchpoint, print_one_exception_catchpoint)
8302 (print_mention_exception_catchpoint)
8303 (print_recreate_exception_catchpoint, handle_gnu_v3_exceptions)
8304 (catch_exception_command_1): Handle "rethrow" catchpoint.
8305 (catch_rethrow_command): New function.
8306 (_initialize_breakpoint): Add "catch rethrow" command.
8307
8308 2013-04-15 Pierre Muller <muller@sourceware.org>
8309
8310 * contrib/ari/gdb_ari.sh (write_pc rule): Do not consider
8311 set_gdbarch_write_pc as deprecated anymore.
8312
8313 2013-04-15 Joel Brobecker <brobecker@adacore.com>
8314
8315 * spu-tdep.c (spu_write_pc): Add empty line after local variable
8316 declarations.
8317
8318 2013-04-13 Yao Qi <yao@codesourcery.com>
8319
8320 * ctf.c (_initialize_ctf): Include "completer.h".
8321 Call add_target_with_completer instead of add_target.
8322
8323 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8324
8325 Fix GDB regression related to PR binutils/14813.
8326 * jit.c (mem_bfd_iovec_close): Return 0 for success.
8327 * minidebug.c (lzma_close): Add return value comment.
8328 * remote.c (remote_bfd_iovec_close): Return 0 for success.
8329 * solib-spu.c (spu_bfd_iovec_close): Likewise.
8330 * spu-linux-nat.c (spu_bfd_iovec_close): Likewise.
8331
8332 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8333
8334 * config.in: Regenerate.
8335
8336 2013-04-12 Tom Tromey <tromey@redhat.com>
8337
8338 * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: Now
8339 const.
8340 * dwarf2read.c (struct dwarf2_section_info) <buffer>: Now const.
8341 (struct die_reader_specs) <buffer>: Likewise.
8342 (die_reader_func_ftype): Make 'info_ptr' const.
8343 (struct line_header) <include_dirs, statement_program_start,
8344 statement_program_end>: Now const.
8345 (struct file_entry) <name>: Likewise.
8346 (struct partial_die_info) <sibling>: Likewise.
8347 (struct dwarf_block) <data>: Likewise.
8348 (dwarf2_read_section): Remove cast.
8349 (dwarf2_get_section_info): Make 'bufp' const.
8350 (read_index_from_section): Constify.
8351 (dw2_get_file_names_reader): Make 'info_ptr' const.
8352 (dw2_get_primary_filename_reader): Likewise.
8353 (read_comp_unit_head): Make 'info_ptr' and return type const.
8354 (read_and_check_comp_unit_head, read_and_check_type_unit_head):
8355 Likewise.
8356 (read_abbrev_offset): Constify.
8357 (dwarf2_create_include_psymtab): Make 'name' const.
8358 (create_debug_types_hash_table): Update.
8359 (read_cutu_die_from_dwo): Make 'result_info_ptr' const.
8360 (init_cutu_and_read_dies, init_cutu_and_read_dies_no_follow):
8361 Constify.
8362 (process_psymtab_comp_unit_reader, build_type_psymtabs_reader)
8363 (load_partial_comp_unit_reader): Make 'info_ptr' const.
8364 (read_comp_units_from_section): Constify.
8365 (peek_abbrev_code, peek_die_abbrev, skip_children, skip_one_die)
8366 (locate_pdi_sibling, load_full_comp_unit_reader): Make 'info_ptr'
8367 const.
8368 (dwarf2_compute_name, setup_type_unit_groups): Constify.
8369 (create_dwo_debug_info_hash_table): Make 'info_ptr' const.
8370 (create_dwp_hash_table, dwarf2_ranges_read)
8371 (dwarf2_record_block_ranges): Constify.
8372 (read_die_and_children, read_die_and_siblings_1)
8373 (read_die_and_siblings): Make 'info_ptr' and 'new_info_ptr'
8374 const.
8375 (read_full_die_1, read_full_die): Make 'info_ptr' const.
8376 (abbrev_table_read_table): Constify.
8377 (load_partial_dies): Make 'info_ptr' const.
8378 (read_partial_die, read_attribute_value, read_attribute): Make
8379 'info_ptr' and return type const.
8380 (read_address, read_initial_length)
8381 (read_checked_initial_length_and_offset, read_offset)
8382 (read_offset_1, read_n_bytes, read_direct_string): Make 'buf'
8383 const.
8384 (read_direct_string): Make 'buf' and return type const.
8385 (read_indirect_string_at_offset, read_indirect_string_from_dwz)
8386 (read_indirect_string): Make return type const.
8387 (read_unsigned_leb128, read_signed_leb128): Make 'buf' const.
8388 (read_addr_index_from_leb128, dwarf2_read_addr_index_reader): Make
8389 'info_ptr' const.
8390 (read_str_index): Make return type const.
8391 (add_include_dir): Make 'include_dir' const.
8392 (add_file_name): Make 'name' const.
8393 (dwarf_decode_line_header): Constify.
8394 (psymtab_include_file_name): Make return type const.
8395 (dwarf_decode_lines_1, dwarf_decode_lines): Constify.
8396 (dwarf2_start_subfile): Make 'filename' const.
8397 (dwarf2_const_value_attr): Make 'bytes' const.
8398 (read_signatured_type_reader): Make 'info_ptr' const.
8399 (decode_locdesc): Constify.
8400 (skip_form_bytes): Make 'bytes', 'buffer_end', and return type
8401 const.
8402 (skip_unknown_opcode): Make 'opcode_definitions', 'mac_ptr',
8403 'mac_end', and return type const.
8404 (dwarf_parse_macro_header): Make 'mac_ptr' and return type const.
8405 (dwarf_decode_macro_bytes): Make 'mac_ptr', 'mac_end', and return
8406 type const.
8407 (per_cu_header_read_in): Constify.
8408 * symfile.h (dwarf2_get_section_info): Update.
8409
8410 2013-04-12 Tom Tromey <tromey@redhat.com>
8411
8412 * symtab.h (struct general_symbol_info) <value.bytes>: Make const.
8413
8414 2013-04-12 Eli Zaretskii <eliz@gnu.org>
8415
8416 * NEWS: Mention "show configuration", --configuration.
8417 * top.c (print_gdb_configuration): New function, displays the
8418 details about GDB configure-time parameters.
8419 (print_gdb_version): Mention "show configuration".
8420 * cli/cli-cmds.c (show_configuration): New function.
8421 (_initialize_cli_cmds): Add the "show configuration" command.
8422 * main.c (captured_main) <print_configuration>: New static var.
8423 <long_options>: Use it.
8424 If --configuration was given, call print_gdb_configuration.
8425
8426 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8427 Pedro Alves <palves@redhat.com>
8428
8429 * Makefile.in (HAVE_NATIVE_GCORE_TARGET): New.
8430 (generated_files): Add gcore.
8431 (install-only, uninstall): Add gcore if HAVE_NATIVE_GCORE_TARGET or
8432 HAVE_NATIVE_GCORE_HOST.
8433 (gcore): New.
8434 * NEWS (Changes since GDB 7.6): Mention newly installed gcore.
8435 * config/alpha/alpha-osf3.mh, config/i386/fbsd.mh,
8436 config/i386/fbsd64.mh, config/i386/i386gnu.mh, config/i386/i386sol2.mh,
8437 config/i386/sol2-64.mh, config/mips/irix5.mh, config/mips/irix6.mh,
8438 config/powerpc/fbsd.mh, config/sparc/fbsd.mh, config/sparc/sol2.mh:
8439 Add HAVE_NATIVE_GCORE_HOST.
8440 * configure: Regenerate.
8441 * configure.ac (HAVE_NATIVE_GCORE_TARGET): New, set it, AC_SUBST it.
8442 New AC_SUBST fir GDB_TRANSFORM_NAME and GCORE_TRANSFORM_NAME. New
8443 AC_CONFIG_FILES for gcore.
8444 * configure.tgt: Add gdb_have_gcore to the initial comment. Set
8445 gdb_have_gcore.
8446 * gdb_gcore.sh: Rename to ...
8447 * gcore.in: ... here. Remove gcore.sh comment. Use GDB_TRANSFORM_NAME
8448 and GCORE_TRANSFORM_NAME substitutions.
8449
8450 Fix parsing tabs in ${gdb_target_obs}.
8451 * configure.tgt (gdb_have_gcore): Replace case with for and if.
8452
8453 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8454
8455 * remote.c (unpush_and_perror): Add output message final dot.
8456
8457 2013-04-11 Yao Qi <yao@codesourcery.com>
8458
8459 * tracepoint.c (tfile_interp_line): Fit parameters line and
8460 utpp in one line.
8461
8462 2013-04-10 Joel Brobecker <brobecker@adacore.com>
8463
8464 * solib.c (solib_map_sections): Remove code overwriting
8465 SO->SO_NAME with the bfd's filename.
8466
8467 2013-04-10 Pedro Alves <palves@redhat.com>
8468
8469 * cli/cli-decode.c (integer_unlimited_completer): New function.
8470 (add_setshow_integer_cmd, add_setshow_uinteger_cmd)
8471 (add_setshow_zuinteger_unlimited_cmd): Install the "unlimited"
8472 completer.
8473 * cli/cli-setshow.c: Include "cli/cli-utils.h".
8474 (is_unlimited_literal): New function.
8475 (do_set_command): Handle literal "unlimited" arguments.
8476 * frame.c (_initialize_frame) <set backtrace limit>: Document
8477 "unlimited".
8478 * printcmd.c (_initialize_printcmd) <set print
8479 max-symbolic-offset>: Add help text.
8480 * record-full.c (_initialize_record_full) <set record full
8481 insn-number-max>: Likewise.
8482 * record.c (_initialize_record) <set record
8483 instruction-history-size, set record function-call-history-size>:
8484 Add help text.
8485 * ser-tcp.c (_initialize_ser_tcp) <set tcp connect-timeout>: Add
8486 help text.
8487 * tracepoint.c (_initialize_tracepoint) <set trace-buffer-size>:
8488 Likewise.
8489 * source.c (_initialize_source) <set listsize>: Add help text.
8490 * utils.c (initialize_utils) <set height, set width>: Likewise.
8491 <set pagination>: Mention "set height unlimited".
8492 * valprint.c (_initialize_valprint) <set print elements, set print
8493 repeats>: Document "unlimited".
8494
8495 2013-04-10 Pedro Alves <palves@redhat.com>
8496
8497 * cli/cli-cmds.c (quit_command): Call query_if_trace_running
8498 instead of disconnect_tracing.
8499 * infcmd.c (detach_command, disconnect_command): Call
8500 query_if_trace_running. Adjust.
8501 * top.c: Include "tracepoint.h".
8502 (quit_target): Delete. Contents moved ...
8503 (quit_force): ... here. Wrap each stage of teardown in
8504 TRY_CATCH. Call disconnect_tracing before detaching.
8505
8506 2013-04-10 Hui Zhu <hui@codesourcery.com>
8507 Yao Qi <yao@codesourcery.com>
8508
8509 * configure.ac: Check libbabeltrace is installed.
8510 * config.in: Regenerate.
8511 * configure: Regenerate.
8512 * Makefile.in (LIBBABELTRACE): New.
8513 (CLIBS): Add LIBBABELTRACE.
8514 * ctf.c: Include "exec.h".
8515 (CTF_EVENT_ID_STATUS, CTF_EVENT_ID_TSV_DEF): New macros.
8516 (CTF_EVENT_ID_TP_DEF, ctf_save_write_int32): New macros.
8517 (ctf_save_metadata_header): Define new type aliases in
8518 metadata.
8519 (ctf_write_header): Define event type "tsv_def" and "tp_def"
8520 in metadata. Start a new faked packet for trace status.
8521 (ctf_write_status): Write trace status to CTF.
8522 (ctf_write_uploaded_tsv): Write TSV to CTF.
8523 (ctf_write_uploaded_tp): Write tracepoint definition to CTF.
8524 (ctf_write_definition_end): End the faked packet.
8525
8526 (ctx, ctf_iter, trace_dirname): New.
8527 (start_pos): New variable.
8528 (ctf_destroy, ctf_open_dir, ctf_open): New.
8529 (SET_INT32_FIELD, SET_ARRAY_FIELD, SET_STRING_FIELD): New
8530 macros.
8531 (ctf_read_tsv, ctf_read_tp, ctf_close, ctf_files_info): New.
8532 (ctf_fetch_registers, ctf_xfer_partial): New.
8533 (ctf_get_trace_state_variable_value): New.
8534 (ctf_get_tpnum_from_frame_event): New.
8535 (ctf_get_traceframe_address): New.
8536 (ctf_trace_find, ctf_has_stack): New.
8537 (ctf_has_registers, ctf_traceframe_info, init_ctf_ops): New.
8538 (ctf_get_trace_status, ctf_read_status): New.
8539 (_initialize_ctf): New.
8540 * tracepoint.c (get_tracepoint_number): New
8541 (get_uploaded_tsv): Remove 'static'.
8542 (struct traceframe_info, trace_regblock_size): Move it to ...
8543 * tracepoint.h: ... here.
8544 (get_tracepoint_number): Declare it.
8545 (get_uploaded_tsv): Declare it.
8546
8547 * NEWS: Mention new configure option.
8548
8549 2013-04-10 Pedro Alves <palves@redhat.com>
8550 Hui Zhu <hui@codesourcery.com>
8551
8552 * breakpoint.c (dprintf_re_set): New.
8553 (initialize_breakpoint_ops): Set dprintf_breakpoint_ops re_set
8554 to dprintf_re_set.
8555
8556 2013-04-09 Joel Brobecker <brobecker@adacore.com>
8557
8558 * configure.tgt (gdb_target_obs) <powerpc-*-aix* | rs6000-*-*>:
8559 Remove solib-svr4.o from the list.
8560
8561 2013-04-09 Joel Brobecker <brobecker@adacore.com>
8562
8563 * varobj.c (update_dynamic_varobj_children) [!HAVE_PYTHON]:
8564 Use gdb_assert_not_reached instead of invalid boolean expression.
8565
8566 2013-04-09 Pedro Alves <palves@redhat.com>
8567
8568 * remote.c (unpush_and_perror): New function.
8569 (readchar, remote_serial_write): Use it.
8570
8571 2013-04-09 Markus Metzger <markus.t.metzger@intel.com>
8572
8573 * NEWS: Mention new btrace RSP packets.
8574
8575 2013-04-08 Tom Tromey <tromey@redhat.com>
8576
8577 * symmisc.c (dump_msymbols): Cast fprintf_filtered argument to
8578 long.
8579
8580 2013-04-08 Tom Tromey <tromey@redhat.com>
8581
8582 * maint.c (print_bfd_section_info): Print the section index.
8583 * symmisc.c (dump_msymbols): Print the section index.
8584
8585 2013-04-08 Tom Tromey <tromey@redhat.com>
8586
8587 PR symtab/8424:
8588 * blockframe.c (find_pc_partial_function_gnu_ifunc): Check
8589 SYMBOL_SECTION, not SYMBOL_OBJ_SECTION.
8590 * breakpoint.c (resolve_sal_pc): Update.
8591 * elfread.c (elf_gnu_ifunc_record_cache): Update.
8592 * findvar.c (struct minsym_lookup_data) <objfile>: New field.
8593 (minsym_lookup_iterator_cb): Use it.
8594 (default_read_var_value): Update.
8595 * hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline):
8596 Update.
8597 * infcmd.c (jump_command): Update.
8598 * linespec.c (minsym_found): Update.
8599 * maint.c (maintenance_translate_address): Update.
8600 * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Update.
8601 (prim_record_minimal_symbol_full): Don't set SYMBOL_OBJ_SECTION.
8602 * parse.c (write_exp_msymbol): Update.
8603 * printcmd.c (address_info): Update.
8604 * psymtab.c (find_pc_sect_psymbol): Update.
8605 (fixup_psymbol_section): Check SYMBOL_SECTION, not
8606 SYMBOL_OBJ_SECTION.
8607 (add_psymbol_to_bcache): Correctly initialize SYMBOL_SECTION.
8608 Don't initialize SYMBOL_OBJ_SECTION.
8609 * spu-tdep.c (spu_catch_start): Update.
8610 * stabsread.c (define_symbol): Don't set SYMBOL_SECTION.
8611 * symmisc.c (dump_msymbols, print_symbol): Update.
8612 * symtab.c (fixup_section): Don't set 'obj_section'. Change
8613 how fallback section is computed.
8614 (fixup_symbol_section): Update.
8615 (find_pc_sect_symtab, find_function_start_sal, skip_prologue_sal):
8616 Update.
8617 (allocate_symbol, initialize_symbol, allocate_template_symbol):
8618 Initialize SYMBOL_SECTION.
8619 * symtab.h (struct general_symbol_info) <section>: Update comment.
8620 <obj_section>: Remove.
8621 (SYMBOL_OBJ_SECTION): Add 'objfile' argument. Rewrite.
8622 (SYMBOL_OBJFILE): New macro.
8623
8624 2013-04-08 Tom Tromey <tromey@redhat.com>
8625
8626 * coffread.c (record_minimal_symbol): Update.
8627 * dbxread.c (record_minimal_symbol): Update.
8628 * elfread.c (record_minimal_symbol): Update.
8629 * machoread.c (macho_symtab_add_minsym): Update.
8630 * mdebugread.c (record_minimal_symbol, parse_partial_symbols):
8631 Update.
8632 * minsyms.c (prim_record_minimal_symbol): Update.
8633 (prim_record_minimal_symbol_full): Remove 'bfd_section'
8634 argument.
8635 (prim_record_minimal_symbol_and_info): Likewise.
8636 * minsyms.h (prim_record_minimal_symbol_full)
8637 (prim_record_minimal_symbol_and_info): Update.
8638 * symtab.c (allocate_symbol, initialize_symbol)
8639 (allocate_template_symbol): Initialize SYMBOL_SECTION.
8640 * xcoffread.c (record_minimal_symbol, scan_xcoff_symtab):
8641 Update.
8642
8643 2013-04-08 Tom Tromey <tromey@redhat.com>
8644
8645 PR symtab/8423:
8646 * solib-som.c (som_solib_section_offsets): Use BFD section
8647 indices. Set offsets for all sections.
8648 * somread.c (som_symtab_read): Compute BFD section for
8649 symbol. Use prim_record_minimal_symbol_and_info.
8650 (som_symfile_read): Fix comment.
8651 (struct find_section_offset_arg): New.
8652 (find_section_offset, set_section_index): New functions.
8653 (som_symfile_offsets): Use set_section_index to compute
8654 section indices.
8655
8656 2013-04-08 Tom Tromey <tromey@redhat.com>
8657
8658 * coffread.c (cs_to_section): Use gdb_bfd_section_index.
8659 * elfread.c (record_minimal_symbol, elf_symtab_read): Use
8660 gdb_bfd_section_index.
8661 * gdb_bfd.c (gdb_bfd_section_index, gdb_bfd_count_sections):
8662 New functions.
8663 * gdb_bfd.h (gdb_bfd_section_index, gdb_bfd_count_sections):
8664 Declare.
8665 * machoread.c (macho_symtab_add_minsym, macho_symfile_offsets):
8666 Update.
8667 * objfiles.c (add_to_objfile_sections_full): New function.
8668 (add_to_objfile_sections): Use it.
8669 (build_section_table): Rewrite.
8670 (objfile_relocate1): Use gdb_bfd_section_index. Update.
8671 * objfiles.h (obj_section_offset): Use gdb_bfd_section_index.
8672 (struct objfile) <sections>: Update comment.
8673 (ALL_OBJFILE_OSECTIONS): Skip sections where the_bfd_section
8674 is NULL.
8675 (ALL_OBJSECTIONS): Use it.
8676 * solib-dsbt.c (dsbt_relocate_main_executable): Update.
8677 * solib-frv.c (frv_relocate_main_executable): Update.
8678 * solib-target.c (solib_target_relocate_section_addresses):
8679 Use gdb_bfd_section_index.
8680 * symfile.c (build_section_addr_info_from_section_table):
8681 Use gdb_bfd_section_index.
8682 (build_section_addr_info_from_bfd, place_section): Likewise.
8683 * symtab.c (fixup_section): Update.
8684 * xcoffread.c (find_targ_sec): Use gdb_bfd_section_index.
8685
8686 2013-04-08 Tom Tromey <tromey@redhat.com>
8687
8688 * minsyms.h (struct bound_minimal_symbol): New.
8689 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
8690 Remove objfile argument.
8691 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
8692 Return bound_minimal_symbol.
8693 * minsyms.c (lookup_minimal_symbol_by_pc_1)
8694 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
8695 Return bound_minimal_symbol.
8696 (in_gnu_ifunc_stub): Update.
8697 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
8698 Remove 'objfile_p' argument.
8699 (lookup_solib_trampoline_symbol_by_pc): Update.
8700 * ada-tasks.c, amd64-windows-tdep.c, arm-tdep.c,
8701 arm-wince-tdep.c, block.c, blockframe.c, breakpoint.c, btrace.c,
8702 c-valprint.c, dwarf2loc.c, elfread.c, frame.c, frv-tdep.c,
8703 glibc-tdep.c, gnu-v2-abi.c, gnu-v3-abi.c, hppa-hpux-tdep.c,
8704 i386-tdep.c, ia64-tdep.c, infcall.c, infcmd.c, jit.c,
8705 linux-fork.c, m32c-tdep.c, m68hc11-tdep.c, maint.c,
8706 mips-tdep.c, p-valprint.c, parse.c, ppc-linux-tdep.c,
8707 ppc-sysv-tdep.c, printcmd.c, rs6000-tdep.c, sh64-tdep.c,
8708 stack.c, symtab.c, tui/tui-disasm.c: Update.
8709
8710 2013-04-08 Tom Tromey <tromey@redhat.com>
8711
8712 * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.
8713 Use symbol's obstack, not an objfile.
8714 * coffread.c (process_coff_symbol): Update.
8715 * dwarf2read.c (fixup_go_packaging, new_symbol_full): Update.
8716 * jv-lang.c (add_class_symbol): Update.
8717 * mdebugread.c (new_symbol): Update.
8718 * minsyms.c (prim_record_minimal_symbol_full)
8719 (terminate_minimal_symbol_table): Update.
8720 * psymtab.c (add_psymbol_to_bcache): Clear entire symbol. Update.
8721 * stabsread.c (define_symbol, read_enum_type): Update.
8722 * symtab.c (symbol_set_demangled_name, symbol_get_demangled_name):
8723 Handle Ada specially.
8724 (symbol_set_language): Add 'obstack' argument.
8725 (symbol_set_names): Update.
8726 (symbol_natural_name, symbol_demangled_name): Always use
8727 ada_decode_symbol.
8728 * symtab.h (struct general_symbol_info)
8729 <language_specific::obstack>: New field.
8730 <ada_mangled>: New field.
8731 (SYMBOL_SET_LANGUAGE): Add 'obstack' argument.
8732 (symbol_set_language): Update.
8733
8734 2013-04-08 Tom Tromey <tromey@redhat.com>
8735
8736 * symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name):
8737 Take an obstack, not an objfile.
8738 (symbol_set_names): Update.
8739 * symtab.h (symbol_set_demangled_name): Update.
8740
8741 2013-04-08 Tom Tromey <tromey@redhat.com>
8742
8743 * coffread.c (process_coff_symbol, coff_read_enum_type): Call
8744 allocate_symbol.
8745 * dwarf2read.c (fixup_go_packaging): Call allocate_symbol.
8746 (read_func_scope): Call allocate_template_symbol.
8747 (new_symbol_full): Call allocate_symbol.
8748 * jit.c (finalize_symtab): Call allocate_symbol.
8749 * jv-lang.c (add_class_symbol): Call allocate_symbol.
8750 * mdebugread.c (parse_symbol, new_block): Call allocate_symbol.
8751 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
8752 (common_block_end): Call allocate_symbol.
8753 * symtab.c (allocate_symbol, initialize_symbol)
8754 (allocate_template_symbol): New functions.
8755 * symtab.c (allocate_symbol, initialize_symbol)
8756 (allocate_template_symbol): Declare.
8757 * xcoffread.c (process_xcoff_symbol): Call initialize_symbol.
8758
8759 2013-04-08 Pedro Alves <palves@redhat.com>
8760 Keith Seitz <keiths@redhat.com>
8761
8762 * breakpoint.c (create_breakpoint): Rename
8763 "parse_condition_and_thread" parameter to "parse_arg". Update
8764 describing comment. If !PARSE_ARG, then error out if ARG is not
8765 the empty string after extracting the location.
8766 * breakpoint.h (create_breakpoint): Rename
8767 "parse_condition_and_thread" parameter to "parse_arg".
8768
8769 2013-04-08 Aleksandar Ristovski <aristovski@qnx.com
8770
8771 * solib-svr4.c (lm_addr_check): Add const qualifier to 'so' arg.
8772
8773 2013-04-07 Yao Qi <yao@codesourcery.com>
8774
8775 * remote.c (remote_trace_find): Change type of parameters 'addr1'
8776 and 'addr2' to CORE_ADDR.
8777 * target.c (update_current_target): Update.
8778 * target.h (struct target_ops) <to_trace_find>: Change parameter
8779 type to CORE_ADDR.
8780 * tracepoint.c (tfind_1): Change type of parameters 'addr1' and
8781 'addr2' to CORE_ADDR.
8782 (tfile_trace_find): Likewise.
8783 (tfile_get_traceframe_address): Change return type to CORE_ADDR.
8784 Change local variable 'addr' to type CORE_ADDR.
8785 * tracepoint.h (tfind_1): Update declaration.
8786
8787 2013-04-06 Eli Zaretskii <eliz@gnu.org>
8788
8789 * windows-nat.c (windows_get_absolute_argv0): Move from here...
8790 * mingw-hdep.c (windows_get_absolute_argv0): ...to here.
8791 Include main.h.
8792
8793 * windows-nat.h (windows_get_absolute_argv0): Move prototype from
8794 here...
8795 * main.h (windows_get_absolute_argv0): ...to here.
8796
8797 2013-04-05 Doug Evans <dje@google.com>
8798
8799 * dwarf2read.c (struct dwarf2_per_objfile): Tweak comment.
8800 (read_cutu_die_from_dwo): Add comments.
8801 (read_structure_type): Update comment.
8802 (read_enumeration_type, read_namespace_type): Update comment.
8803 (read_die_type, get_die_type_at_offset, get_die_type): Update comment.
8804
8805 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8806
8807 Convert man pages to texinfo, new gdbinit.5 texinfo page.
8808 * Makefile.in (gdb.z): Remove.
8809 (install-only): Remove $(man1dir) and gdb.1 installation.
8810 * gdb.1: Remove.
8811
8812 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8813
8814 Fix compatibility with Linux kernel 3.8.3.
8815 * linux-tdep.c (linux_find_memory_regions_full): Move variable number
8816 to more inner block. Remove parsing of NUMBER from outer block.
8817 Parse NUMBER only if KEYWORD has been identified.
8818
8819 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8820
8821 Fix variable name shadowing.
8822 * linux-tdep.c (linux_find_memory_regions_full): Rename outer variable
8823 filename to mapsfilename and update its uses.
8824
8825 2013-04-05 Eli Zaretskii <eliz@gnu.org>
8826
8827 * Makefile.in (TAGS): Avoid warning from etags when $GDB_NM_FILE is
8828 empty. See http://sourceware.org/ml/gdb-patches/2012-08/msg00504.html
8829 and http://sourceware.org/ml/gdb-patches/2013-04/msg00055.html for
8830 details of the problem.
8831
8832 2013-04-04 Pedro Alves <palves@redhat.com>
8833 Hui Zhu <hui@codesourcery.com>
8834
8835 * breakpoint.c (validate_commands_for_breakpoint): If validating a
8836 tracepoint, reset its STEP_COUNT and call validate_actionline.
8837
8838 2013-04-03 Doug Evans <dje@google.com>
8839
8840 * dwarf2read.c (read_die_and_siblings_1): Renamed from
8841 read_die_and_siblings.
8842 (read_die_and_siblings): New function.
8843 (read_cutu_die_from_dwo): Dump die if requested.
8844 (read_die_and_children): Call read_full_die_1 and
8845 read_die_and_siblings_1.
8846 (read_full_die): Dump die if requested.
8847
8848 * dwarf2read.c (read_comp_units_from_section): Add debugging printf.
8849
8850 * dwarf2read.c (struct dwo_file): New member comp_dir.
8851 Rename member name to dwo_name. All uses updated.
8852 (hash_dwo_file): Include comp_dir in computation.
8853 (eq_dwo_file): Ditto.
8854 (lookup_dwo_file_slot): New arg comp_dir. All callers updated.
8855 (create_dwo_in_dwp, lookup_dwo_in_dwp, open_and_init_dwo_file): Ditto.
8856
8857 * psymtab.c (read_psymtabs_with_fullname): Don't call
8858 psymtab_to_fullname if the basenames are different.
8859
8860 2013-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8861
8862 * NEWS (Changes in GDB 7.6): Update the data-disassemble for "fullname".
8863 New entry about "fullname" presence.
8864
8865 2013-04-03 Pedro Alves <palves@redhat.com>
8866
8867 * NEWS: Mention x86_64/Cygwin as new native configuration.
8868
8869 2013-04-02 Doug Evans <dje@google.com>
8870
8871 * dwarf2read.c (read_structure_type): Fix typo in comment.
8872
8873 2013-04-02 Pedro Alves <palves@redhat.com>
8874
8875 * NEWS: Mention "set/show debug aarch64", "set/show debug
8876 coff-pe-read" and "set/show debug mach-o".
8877
8878 2013-04-02 Pedro Alves <palves@redhat.com>
8879
8880 * NEWS: Mention "set/show remote trace-buffer-size-packet".
8881
8882 2013-04-02 Eli Zaretskii <eliz@gnu.org>
8883
8884 * Makefile.in (HFILES_NO_SRCDIR): Remove call-cmds.h.
8885 gdb_string.h is now in common/.
8886
8887 2013-04-02 Pedro Alves <palves@redhat.com>
8888
8889 * NEWS: Move "set debug notification" and "set trace-buffer-size"
8890 under "New options".
8891
8892 2013-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8893
8894 Revert this patch:
8895 PR gdb/15275
8896 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
8897
8898 2013-04-02 Pedro Alves <palves@redhat.com>
8899
8900 PR gdb/15275
8901
8902 * remote.c (send_interrupt_sequence): Use remote_serial_write.
8903 (remote_serial_write): New function.
8904 (putpkt_binary, getpkt_or_notif_sane_1): Use remote_serial_write.
8905
8906 2013-04-01 Jiong Wang <jiwang@tilera.com>
8907
8908 * NEWS: Mention TILE-Gx in "New native configurations" and
8909 "New targets" sections.
8910
8911 2013-04-01 Doug Evans <dje@google.com>
8912
8913 * dwarf2read.c (lookup_signatured_type_at_offset): Delete.
8914 (process_enumeration_scope): Simplify.
8915
8916 * dwarf2read.c (struct dwarf2_per_cu_data): Move member
8917 type_unit_group ...
8918 (struct signatured_type): ... to here.
8919 (sig_type_ptr): New typedef.
8920 (type_unit_group): Delete member 't.first_cu'. Move member 'tus'
8921 out of union 't'. All uses updated.
8922 (dw2_get_file_names_reader): Assert not called for a type unit.
8923 (dw2_get_file_names): Assert not called for a type unit or type
8924 unit group.
8925 (build_type_psymtabs_reader): Assert called for a type unit.
8926 (build_type_psymtab_dependencies): Assert called for a type unit group.
8927
8928 * dwarf2read.c (free_dwo_file): Add comment.
8929 (dwarf2_per_objfile_free): Unref dwp bfd.
8930
8931 2013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
8932
8933 * coff-pe-read.c (add_pe_exported_sym): Remove unused 'dll_name_len'.
8934 (add_pe_forwarded_sym): Remove unused 'section', 'dll_name_len'.
8935 (read_pe_exported_syms): Remove unused 'exportix'.
8936 (pe_text_section_offset): Remove unused 'opthdr_ofs', 'num_entries',
8937 'export_rva', 'export_size', 'expptr', 'exp_funcbase', 'expdata',
8938 'erva', 'name_rvas', 'ordinals', 'nexp', 'ordbase', 'dll_name'.
8939
8940 2013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
8941
8942 * breakpoint.c (parse_cond_to_aexpr): Remove unused 'old_chain'.
8943 (print_it_watchpoint): Remove unused 'bl'.
8944 (say_where): Remove unused 'uiout'.
8945 (bpstat_remove_breakpoint_callback): Remove unused 'uiout'.
8946 (bkpt_breakpoint_hit): Remove unused 'b'.
8947 (internal_bkpt_print_it): Remove unused 'uiout'.
8948 * buildsym.c (augment_type_symtab): Remove unused 'i'.
8949
8950 2013-03-31 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
8951
8952 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_float): New function.
8953 (ppc64_sysv_abi_push_dummy_call): Handle complex arguments.
8954
8955 2013-03-29 Doug Evans <dje@google.com>
8956
8957 * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file.
8958 Delete arg is_dwp. All callers updated.
8959 (open_dwp_file): New function.
8960 (open_and_init_dwp_file): Call it.
8961 (get_dwp_file): New function.
8962 (lookup_dwo_cutu): Call it.
8963
8964 * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, and
8965 unnecessary, cleanup.
8966
8967 * dwarf2read.c (lookup_dwo_cutu): Improve complaint text.
8968
8969 * dwarf2read.c (read_cutu_die_from_dwo): New function.
8970 (lookup_dwo_unit): New function.
8971 (init_cutu_and_read_dies): Move DWO handling to new functions.
8972
8973 * dwarf2read.c (struct signatured_type): Tweak comment.
8974 (struct dwo_unit): Tweak comment.
8975 (create_debug_types_hash_table): Tweak comment. Reformat long line.
8976 (create_dwo_debug_info_hash_table): Tweak comment.
8977 (dwarf2_per_cu_offset_and_type): Tweak comment.
8978
8979 * dwarf2read.c (lookup_signatured_type): Remove complaint about
8980 missing .debug_types section.
8981
8982 2013-03-29 Yao Qi <yao@codesourcery.com>
8983
8984 * corelow.c: Include "completer.h".
8985 (_initialize_corelow): Call add_target_with_completer with
8986 argument 'filename_completer'.
8987 * tracepoint.c: Likewise.
8988 * exec.c (_initialize_exec): Likewise.
8989 * target.c (add_target): Rename to ...
8990 (add_target_with_completer): ... this. Call set_cmd_completer
8991 if parameter completer is not NULL.
8992 (add_target): New.
8993 * target.h: Include "command.h".
8994 (add_target_with_completer): Declare it.
8995
8996 2013-03-28 Joel Brobecker <brobecker@adacore.com>
8997
8998 * coffread.c (is_import_fixup_symbol): New function.
8999 (record_minimal_symbol): Use is_import_fixup_symbol to
9000 detect import fixup symbols, and discard them.
9001
9002 2013-03-28 Doug Evans <dje@google.com>
9003
9004 * dwarf2read.c (create_debug_types_hash_table): Don't allocate the
9005 types hash table until we know we need it.
9006
9007 * dwarf2read.c (create_addrmap_from_index): Complain about bad CU
9008 index numbers.
9009
9010 * dwarf2read.c (dw2_get_file_names): Delete arg "objfile".
9011 All callers updated.
9012 (dw2_print_stats): Print #read CUs too.
9013 (dump_die_shallow): Print signatured types better.
9014
9015 * dwarf2read.c (struct dwarf2_per_cu_data): Rename member
9016 info_or_types_section to section. All uses updated.
9017 (struct dwo_unit): Ditto.
9018
9019 2013-03-28 Pedro Alves <palves@redhat.com>
9020
9021 * NEWS (New options): New section.
9022 (New options): Mention set/show remote trace-status-packet.
9023 * remote.c (PACKET_qTStatus): New enumeration value.
9024 (remote_get_trace_status): Skip sending qTStatus if the packet is
9025 disabled. Use packet_ok.
9026 (_initialize_remote): Register a configuration command for
9027 qTStatus packet.
9028
9029 2013-03-28 Doug Evans <dje@google.com>
9030
9031 * symfile.c (find_separate_debug_file): Add comment.
9032 (terminate_after_last_dir_separator): Tweak comment.
9033
9034 * dwarf2read.c (create_partial_symtab): Add forward decl.
9035 (create_partial_symtab): Move to be closer to other psymtab functions.
9036 (process_psymtab_comp_unit_reader, process_psymtab_comp_unit): Ditto.
9037
9038 * dwarf2read.c (dwarf2_physname): Move declaration to better spot.
9039 (compute_symtab_includes): Remove unnecessary forward declaration.
9040 (die_needs_namespace): Add comment marking group of functions for
9041 dwarf2 name computation.
9042
9043 * typeprint.c (_initialize_typeprint): Improve type help text.
9044
9045 * python/python.c (finish_python_initialization): Provide suggestion
9046 for how to tell gdb to find its python files.
9047
9048 2013-03-28 Pedro Alves <palves@redhat.com>
9049
9050 PR gdb/15294
9051
9052 * source.c (_initialize_source): Change back "set listsize" to an
9053 integer command.
9054
9055 2013-03-27 Gareth McMullin <gareth@blacksphere.co.nz>
9056
9057 PR gdb/15275
9058 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
9059
9060 2013-03-27 Pedro Alves <palves@redhat.com>
9061
9062 * top.c (history_size): Rename to ...
9063 (history_size_setshow_var): ... this. Add comment.
9064 (show_commands): Use readline's 'history_length' instead of
9065 computing the history length by calling history_get in a loop.
9066 (set_history_size_command): Error out for sizes over INT_MAX.
9067 Restore previous history size on invalid size.
9068 (init_history): If HISTSIZE is negative, leave the history size as
9069 zero. Add comments.
9070 (init_main): Adjust.
9071
9072 2013-03-27 Pedro Alves <palves@redhat.com>
9073
9074 * coff-pe-read.c (_initialize_coff_pe_read): Rename "set debug
9075 coff_pe_read" command to "set debug coff-pe-read".
9076
9077 2013-03-27 Markus Metzger <markus.t.metzger@intel.com>
9078
9079 * record.c (command_size_to_target_size): Fix size comparison.
9080 Change parameter type from pointer to integer to integer.
9081 Update all users.
9082
9083 2013-03-27 Pierre Muller <muller@sourceware.org>
9084
9085 * windows-nat.c (handle_output_debug_string): Avoid typecast
9086 from integer of different size warning.
9087
9088 2013-03-26 Joel Brobecker <brobecker@adacore.com>
9089
9090 * windows-nat.c (handle_output_debug_string): Add empty line
9091 after local block variable definition.
9092
9093 2013-03-26 Pedro Alves <palves@redhat.com>
9094
9095 * ser-tcp.c (wait_for_connect): Make 'polls' parameter unsigned.
9096 (net_open): Make 'polls' local unsigned.
9097
9098 2013-03-26 Pedro Alves <palves@redhat.com>
9099
9100 * remote.c (_initialize_remote): Make "set remoteaddresssize"
9101 a zuinteger command instead of uinteger.
9102
9103 2013-03-26 Pedro Alves <palves@redhat.com>
9104
9105 * record-full.c (record_full_insn_num): Make it unsigned.
9106 (record_full_check_insn_num, record_full_message)
9107 (record_full_registers_change, record_full_xfer_partial): Remove
9108 record_full_insn_max_num check (it's always != 0).
9109 (record_full_info, record_full_restore): Use %u as format string.
9110 (): Use %u as format string.
9111 (set_record_full_insn_max_num): Remove record_full_insn_max_num
9112 check (it's always != 0).
9113
9114 2013-03-26 Pedro Alves <palves@redhat.com>
9115
9116 * dcache.c (_initialize_dcache): Make the "set dcache line-size"
9117 and "set dcache size" commands zuinteger instead of uinteger.
9118
9119 2013-03-26 Pedro Alves <palves@redhat.com>
9120
9121 * cris-tdep.c (_initialize_cris_tdep): Make the "set cris-version"
9122 command zuinteger instead of uinteger.
9123
9124 2013-03-26 Pedro Alves <palves@redhat.com>
9125
9126 * coff-pe-read.c (_initialize_coff_pe_read): Make the command
9127 zuinteger instead of uinteger.
9128
9129 2013-03-26 Pedro Alves <palves@redhat.com>
9130
9131 * record.c (record_insn_history_size_setshow_var)
9132 (record_call_history_size_setshow_var): New globals.
9133 (command_size_to_target_size): New function.
9134 (cmd_record_insn_history, cmd_record_call_history): Use
9135 command_size_to_target_size instead of cast.
9136 (validate_history_size, set_record_insn_history_size)
9137 (set_record_call_history_size): New functions.
9138 (_initialize_record): Install set_record_insn_history_size and
9139 set_record_call_history_size as "set" hooks of "set record
9140 instruction-history-size" and "set record
9141 function-call-history-size".
9142
9143 2013-03-26 Pedro Alves <palves@redhat.com>
9144
9145 * top.c (gdb_rl_operate_and_get_next): Replace max_input_history
9146 use with history_max_entries use. Remove FIXME note.
9147
9148 2013-03-26 Markus Metzger <markus.t.metzger@intel.com>
9149
9150 * record-btrace.c (record_btrace_close): Call
9151 record_btrace_auto_disable.
9152
9153 2013-03-25 Joel Brobecker <brobecker@adacore.com>
9154
9155 * rs6000-nat.c (fixup_breakpoints): Delete declaration.
9156
9157 2013-03-25 Doug Evans <dje@google.com>
9158
9159 * contrib/cc-with-tweaks.sh: Check exit code of dwp.
9160
9161 2013-03-25 Tom Tromey <tromey@redhat.com>
9162
9163 PR symtab/11462:
9164 * c-exp.y (exp): Add new productions for destructors after '.' and
9165 '->'.
9166 (write_destructor_name): New function.
9167
9168 2013-03-25 Tom Tromey <tromey@redhat.com>
9169
9170 PR c++/9197:
9171 * opencl-lang.c (evaluate_subexp_opencl) <STRUCTOP_STRUCT>: Use
9172 value_struct_elt, not lookup_struct_elt_type.
9173 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
9174 STRUCTOP_PTR>: Use value_struct_elt, not lookup_struct_elt_type.
9175 * expression.h (EVAL_AVOID_SIDE_EFFECTS): Update comment.
9176
9177 2013-03-25 Yao Qi <yao@codesourcery.com>
9178
9179 * ctf.c [USE_WIN32API]: Undef 'mkdir' and use 'mkdir'
9180 instead of '_mkdir'.
9181
9182 2013-03-23 Eli Zaretskii <eliz@gnu.org>
9183
9184 * windows-nat.c (windows_get_absolute_argv0): New function.
9185 * windows-nat.h: Add its prototype.
9186
9187 * main.c (get_init_files): Use filename_ncmp instead of strncmp.
9188 Use IS_DIR_SEPARATOR instead of looking for a character inside
9189 SLASH_STRING. Include filenames.h.
9190 (captured_main) [__MINGW32__]: Make argv[0] absolute, so that
9191 relocate_gdb_directory works when passed gdb_program_name.
9192 Include windows-nat.h.
9193
9194 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9195
9196 * exceptions.h (enum errors): New entry TARGET_CLOSE_ERROR.
9197 * remote.c (trace_error): Remove the special handling of '2'.
9198 (readchar) <SERIAL_EOF>
9199 (readchar) <SERIAL_ERROR>
9200 (getpkt_or_notif_sane_1): Use TARGET_CLOSE_ERROR for them.
9201 (remote_get_trace_status): Call throw_exception if EX is
9202 TARGET_CLOSE_ERROR.
9203 * utils.c (perror_with_name): Rename to ...
9204 (throw_perror_with_name): ... here. New parameter errcode, describe it
9205 in the function comment.
9206 (perror_with_name): New function wrapper.
9207 * utils.h (enum errors): New stub declaration.
9208 (throw_perror_with_name): New declaration.
9209
9210 2013-03-22 Pedro Alves <palves@redhat.com>
9211 Yao Qi <yao@codesourcery.com>
9212 Mark Kettenis <kettenis@gnu.org>
9213
9214 * cli/cli-setshow.c (do_set_command) <var_uinteger>:
9215 Don't let the user set the value to UINT_MAX directly.
9216 <var_integer>: Don't let the user set the value to INT_MAX
9217 directly.
9218
9219 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9220
9221 * remote.c (remote_unpush_target): New function.
9222 (remote_open_1): Remove two pop_target calls, update one comment, add
9223 comment to target_preopen call. Replace pop_target call by
9224 remote_unpush_target call.
9225 (interrupt_query, readchar, getpkt_or_notif_sane_1): Replace
9226 pop_target calls by remote_unpush_target calls.
9227
9228 2013-03-22 Pedro Alves <palves@redhat.com>
9229
9230 * linux-nat.c (linux_child_follow_fork): Don't call
9231 linux_enable_event_reporting.
9232 (linux_handle_extended_wait): Don't call
9233 linux_enable_event_reporting.
9234
9235 2013-03-22 Pedro Alves <palves@redhat.com>
9236
9237 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Define INSN macro,
9238 use it to rewrite the trampoline buffers with type gdb_byte[], and
9239 undefine the macro. Remove char* cast.
9240
9241 2013-03-21 Doug Evans <dje@google.com>
9242
9243 New commands "mt set per-command {space,time,symtab} {on,off}".
9244 * NEWS: Add entry.
9245 * event-top.c: #include "maint.h".
9246 * main.c: #include "maint.h".
9247 * maint.c: #include <sys/time.h>, <time.h>, block.h, top.h,
9248 timeval-utils.h, maint.h, cli/cli-setshow.h.
9249 (per_command_time, per_command_space): New static globals.
9250 (per_command_symtab): New static global.
9251 (per_command_setlist, per_command_showlist): New static globals.
9252 (struct cmd_stats): Move here from utils.c.
9253 (set_per_command_time): Renamed from set_display_time in utils.c
9254 and moved here. All callers updated.
9255 (set_per_command_space): Renamed from set_display_space in utils.c
9256 and moved here. All callers updated.
9257 (count_symtabs_and_blocks): New function.
9258 (report_command_stats): Moved here from utils.c. Add support for
9259 printing symtab stats. Only print data if enabled before command
9260 executed.
9261 (make_command_stats_cleanup): Ditto.
9262 (sert_per_command_cmd, show_per_command_cmd): New functions.
9263 (_initialize_maint_cmds): Add new commands
9264 mt set per-command {space,time,symtab} {on,off}.
9265 * maint.h: New file.
9266 * top.c: #include "maint.h".
9267 * utils.c (reset_prompt_for_continue_wait_time): New function.
9268 (get_prompt_for_continue_wait_time): New function.
9269 * utils.h (reset_prompt_for_continue_wait_time): Declare
9270 (get_prompt_for_continue_wait_time): Declare.
9271 (make_command_stats_cleanup): Moved to maint.h.
9272 (set_display_time, set_display_space): Moved to maint.h and renamed
9273 to set_per_command_time, set_per_command_space.
9274 * cli/cli-setshow.c (parse_cli_boolean_value): Renamed from
9275 parse_binary_operation and made non-static. Don't call error,
9276 just return an error marker. All callers updated.
9277 * cli/cli-setshow.h (parse_cli_boolean_value): Declare.
9278
9279 2013-03-21 Tom Tromey <tromey@redhat.com>
9280
9281 * symfile.c (alloc_section_addr_info): Update header. Don't set
9282 'num_sections' field.
9283 (build_section_addr_info_from_section_table): Set 'num_sections'.
9284 (build_section_addr_info_from_bfd): Likewise.
9285 (build_section_addr_info_from_objfile): Remove dead loop
9286 condition.
9287 (free_section_addr_info): Unconditionally call xfree.
9288 (relative_addr_info_to_section_offsets, addrs_section_sort)
9289 (addr_info_make_relative, syms_from_objfile_1): Remove dead loop
9290 condition.
9291 (syms_from_objfile_1): Remove dead 'if' condition. Check
9292 'num_sections'.
9293 (add_symbol_file_command): Set 'num_sections'.
9294 * symfile-mem.c (symbol_file_add_from_memory): Set
9295 'num_sections'.
9296 * somread.c (som_symfile_offsets): Remove dead loop condition.
9297 * machoread.c (macho_symfile_offsets): Remove dead 'if'.
9298 * jit.c (jit_bfd_try_read_symtab): Set 'num_sections'.
9299
9300 2013-03-21 Tom Tromey <tromey@redhat.com>
9301
9302 * tracepoint.h (decode_agent_options): Add 'trace_string'
9303 argument.
9304 * tracepoint.c (decode_agent_options): Add 'trace_string'
9305 argument.
9306 (validate_actionline): Update.
9307 (collect_symbol): Add 'trace_string' argument.
9308 (struct add_local_symbols_data) <trace_string>: New field.
9309 (do_collect_symbol): Update.
9310 (add_local_symbols): Add 'trace_string' argument.
9311 (encode_actions_1): Update.
9312 (trace_dump_actions): Update.
9313 * dwarf2loc.c (access_memory): Update.
9314 * ax.h (struct agent_expr) <tracing, trace_string>: New fields.
9315 * ax-general.c (new_agent_expr): Update.
9316 * ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
9317 (gen_trace_for_return_address): Add argument.
9318 (trace_kludge, trace_string_kludge): Remove.
9319 * ax-gdb.c (trace_kludge, trace_string_kludge): Remove.
9320 (gen_traced_pop, gen_fetch, gen_bitfield_ref, gen_expr): Update.
9321 (gen_trace_for_var): Add 'trace_string' argument.
9322 (gen_trace_for_expr, gen_trace_for_return_address): Likewise.
9323 (gen_printf, agent_eval_command_one): Update.
9324
9325 2013-03-21 Tom Tromey <tromey@redhat.com>
9326
9327 PR exp/15109:
9328 * c-exp.y (yylex): Rewrite to push all tokens onto the FIFO.
9329 Handle FILENAME token.
9330
9331 2013-03-21 Tom Tromey <tromey@redhat.com>
9332
9333 * c-exp.y (YYPRINT): Define.
9334 (c_print_token): New function.
9335
9336 2013-03-21 Tom Tromey <tromey@redhat.com>
9337
9338 * c-exp.y (%union) <sym, ivar, ivec>: Remove.
9339
9340 2013-03-21 Yao Qi <yao@codesourcery.com>
9341
9342 * ctf.c: Include "gdb_stat.h".
9343 [USE_WIN32API]: New macro 'mkdir'.
9344 (ctf_start): Use permission bits macros if they are defined.
9345
9346 2013-03-20 Keith Seitz <keiths@redhat.com>
9347
9348 * breakpoint.h (struct breakpoint): Add comment to
9349 extra_string indicating that this member is mallod'd.
9350 * breakpoint.c (base_breakpoint_dtor): Free extra_string.
9351
9352 2013-03-20 Pedro Alves <palves@redhat.com>
9353
9354 PR gdb/15289
9355
9356 * cli/cli-setshow.c (do_set_command)
9357 <var_uinteger, var_zuinteger>: Use LONGEST for variable holding
9358 the result of parsing the command argument. Throw error if the
9359 value is greater than UINT_MAX. Print the invalid value with
9360 plongest.
9361 <var_integer, var_zinteger>: Use LONGEST for variable holding the
9362 result of parsing the command argument. Throw error if the value
9363 is greater than INT_MAX, not greater or equal. Also throw error
9364 if the value is less than INT_MIN. Print the invalid value with
9365 plongest.
9366 <var_zuinteger_unlimited>: Throw error if the value is greater
9367 than INT_MAX, not greater or equal.
9368 (do_show_command) <var_integer, var_zinteger,
9369 var_zuinteger_unlimited>: Use %d for printing int, not %u.
9370
9371 2013-03-20 Tom Tromey <tromey@redhat.com>
9372
9373 * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,
9374 if possible.
9375 * dwarf2read.c (read_func_scope): Remove old FIXME.
9376 * eval.c (evaluate_subexp_standard): Check SYMBOL_COMPUTED_OPS,
9377 not LOC_COMPUTED.
9378 * findvar.c (symbol_read_needs_frame, default_read_var_value):
9379 Unconditionally call via computed ops, if possible.
9380 * printcmd.c (address_info): Unconditionally call via computed ops,
9381 if possible.
9382 * stack.c (read_frame_arg): Unconditionally call via computed ops,
9383 if possible.
9384 * symtab.c (register_symbol_computed_impl): Sanity check 'ops'.
9385 * tracepoint.c (scope_info): Unconditionally call via computed ops,
9386 if possible.
9387
9388 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9389 Tom Tromey <tromey@redhat.com>
9390
9391 PR symtab/8421:
9392 * coffread.c (coff_register_index): New global.
9393 (process_coff_symbol, coff_read_enum_type): Set
9394 SYMBOL_ACLASS_INDEX.
9395 (_initialize_coffread): Initialize new global.
9396 * dwarf2loc.c (locexpr_find_frame_base_location)
9397 (dwarf2_block_frame_base_locexpr_funcs)
9398 (loclist_find_frame_base_location)
9399 (dwarf2_block_frame_base_loclist_funcs): New.
9400 (dwarf_expr_frame_base_1): Call SYMBOL_BLOCK_OPS, remove internal_error.
9401 (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Add location_has_loclist.
9402 * dwarf2loc.h (dwarf2_block_frame_base_locexpr_funcs)
9403 (dwarf2_block_frame_base_loclist_funcs): New.
9404 * dwarf2read.c (dwarf2_locexpr_index, dwarf2_loclist_index)
9405 (dwarf2_locexpr_block_index, dwarf2_loclist_block_index): New
9406 globals.
9407 (read_func_scope): Update.
9408 (fixup_go_packaging, mark_common_block_symbol_computed)
9409 (var_decode_location, new_symbol_full, dwarf2_const_value):
9410 Set SYMBOL_ACLASS_INDEX.
9411 (dwarf2_symbol_mark_computed): Likewise. Add 'is_block' argument.
9412 (_initialize_dwarf2_read): Initialize new globals.
9413 * jit.c (finalize_symtab): Set SYMBOL_ACLASS_INDEX.
9414 * jv-lang.c (add_class_symbol): Set SYMBOL_ACLASS_INDEX.
9415 * mdebugread.c (mdebug_register_index, mdebug_regparm_index): New
9416 globals.
9417 (parse_symbol, psymtab_to_symtab_1): Set SYMBOL_ACLASS_INDEX.
9418 (_initialize_mdebugread): Initialize new globals.
9419 * psympriv.h (struct partial_symbol) <aclass>: Update comment.
9420 * stabsread.c (patch_block_stabs): Set SYMBOL_ACLASS_INDEX.
9421 (stab_register_index, stab_regparm_index): New globals.
9422 (define_symbol, read_enum_type, common_block_end): Set
9423 SYMBOL_ACLASS_INDEX.
9424 (_initialize_stabsread): Initialize new globals.
9425 * symtab.c (next_aclass_value, symbol_impl, symbol_impls): New
9426 globals.
9427 (MAX_SYMBOL_IMPLS): New define.
9428 (register_symbol_computed_impl, register_symbol_block_impl)
9429 (register_symbol_register_impl)
9430 (initialize_ordinary_address_classes): New functions.
9431 (_initialize_symtab): Call initialize_ordinary_address_classes.
9432 * symtab.h (enum address_class) <LOC_FINAL_VALUE>: New constant.
9433 (struct symbol_impl): New.
9434 (SYMBOL_ACLASS_BITS): New define.
9435 (struct symbol) <aclass, ops>: Remove fields.
9436 <aclass_index>: New field.
9437 (symbol_impls): Declare.
9438 (SYMBOL_CLASS, SYMBOL_COMPUTED_OPS, SYMBOL_REGISTER_OPS): Redefine.
9439 (SYMBOL_IMPL, SYMBOL_ACLASS_INDEX): New defines.
9440 (register_symbol_computed_impl, register_symbol_block_impl)
9441 (register_symbol_register_impl): Declare.
9442 (struct symbol_computed_ops): Add location_has_loclist.
9443 (struct symbol_block_ops): New.
9444 (SYMBOL_BLOCK_OPS): New.
9445 * xcoffread.c (process_xcoff_symbol): Set SYMBOL_ACLASS_INDEX.
9446
9447 2013-03-20 Tom Tromey <tromey@redhat.com>
9448
9449 * psymtab.c (find_pc_sect_psymbol, fixup_psymbol_section)
9450 (print_partial_symbols, recursively_search_psymtabs): Use
9451 PSYMBOL_CLASS.
9452
9453 2013-03-20 Pierre Muller <muller@sourceware.org>
9454
9455 * contrib/ari/gdb_ari.sh (OP eol rule): Also check
9456 addtion, subtraction, multiplication and division binary operator.
9457
9458 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9459
9460 Code cleanup.
9461 * bfd-target.c (target_bfd_xclose): Remove parameter quitting.
9462 * bsd-kvm.c (bsd_kvm_close): Likewise.
9463 * bsd-uthread.c (bsd_uthread_close): Likewise.
9464 * corelow.c (core_close): Likewise.
9465 (core_close_cleanup): Remove parameter quitting from a caller.
9466 * event-top.c (async_disconnect): Likewise.
9467 * exec.c (exec_close_1): Remove parameter quitting.
9468 * go32-nat.c (go32_close): Likewise.
9469 * linux-nat.c (linux_nat_close): Remove parameter quitting. Remove
9470 parameter quitting from a caller.
9471 * mips-linux-nat.c (super_close): Remove parameter quitting from the
9472 variable.
9473 (mips_linux_close): Remove parameter quitting. Remove parameter
9474 quitting from a caller.
9475 * monitor.c (monitor_close): Remove parameter quitting.
9476 * monitor.h (monitor_close): Likewise.
9477 * record-btrace.c (record_btrace_close): Likewise.
9478 * record-full.c (record_full_close): Likewise.
9479 * remote-m32r-sdi.c (m32r_close): Remove parameter quitting and remove
9480 it also from fprintf_unfiltered.
9481 * remote-mips.c (mips_close): Remove parameter quitting.
9482 (mips_detach): Remove parameter quitting from a caller.
9483 * remote-sim.c (gdbsim_close): Remove parameter quitting.
9484 (gdbsim_close): Remove duplicate function comment. Remove parameter
9485 quitting and remove it also from printf_filtered.
9486 * remote.c (remote_close): Remove parameter quitting.
9487 * solib-svr4.c (enable_break): Remove parameter quitting from a caller.
9488 * target.c (update_current_target): Remove parameter int from to_close
9489 de_fault.
9490 (push_target, unpush_target, pop_target): Remove parameter quitting from
9491 a caller.
9492 (pop_all_targets_above, pop_all_targets): Remove parameter quitting.
9493 Remove parameter quitting from a caller.
9494 (target_preopen): Remove parameter quitting from a caller.
9495 (target_close): Remove parameter quitting. Remove parameter quitting
9496 from a caller two times. Remove parameter quitting also from
9497 fprintf_unfiltered.
9498 * target.h (struct target_ops): Remove parameter quitting and as int
9499 from fields to_xclose and to_close.
9500 (extern struct target_ops current_target):
9501 (target_close, pop_all_targets): Remove parameter quitting. Update the
9502 comment.
9503 (pop_all_targets_above): Remove parameter quitting.
9504 * top.c (quit_target): Remove parameter quitting from a caller.
9505 * tracepoint.c (tfile_close): Remove parameter quitting.
9506 * windows-nat.c (windows_close): Remove parameter quitting.
9507
9508 2013-03-20 Corinna Vinschen <vinschen@redhat.com>
9509
9510 * windows-nat.c (handle_output_debug_string): Replace call
9511 to string_to_core_addr with call to strtoull.
9512
9513 2013-03-20 Yao Qi <yao@codesourcery.com>
9514
9515 * ctf.c (ctf_save_metadata_header): Define macro HOST_ENDIANNESS
9516 and write it to CTF metadata.
9517
9518 2013-03-19 Corinna Vinschen <vinschen@redhat.com>
9519
9520 * windows-nat.c (handle_output_debug_string): Change type of n to
9521 SIZE_T to avoid crash on 64 bit systems.
9522
9523 2013-03-17 Eli Zaretskii <eliz@gnu.org>
9524
9525 * python/python-internal.h (HAVE_SNPRINTF)
9526 [_WIN32 && HAVE_DECL_SNPRINTF]: Define, to avoid compiler warnings
9527 about redefinition of snprintf by pyerrors.h.
9528
9529 2013-03-15 Steve Ellcey <sellcey@mips.com>
9530
9531 * remote-sim.c (sim_command_completer): Make char arguments const.
9532
9533 2013-03-15 Tom Tromey <tromey@redhat.com>
9534
9535 PR c++/15116:
9536 * gdbtypes.c (types_equal): Handle TYPE_CODE_FUNC.
9537
9538 2013-03-14 Tom Tromey <tromey@redhat.com>
9539
9540 * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:
9541 New fields.
9542 (get_file_crc): Move from symfile.c.
9543 (gdb_bfd_crc): New function.
9544 * gdb_bfd.h (gdb_bfd_crc): Declare.
9545 * objfiles.h (struct objfile) <crc32, crc32_p>: Remove.
9546 * symfile.c (get_file_crc): Move to gdb_bfd.c.
9547 (separate_debug_file_exists): Use gdb_bfd_crc.
9548
9549 2013-03-14 Tom Tromey <tromey@redhat.com>
9550
9551 * symfile.c (get_debug_link_info): Remove.
9552 (find_separate_debug_file_by_debuglink): Use
9553 bfd_get_debug_link_info.
9554
9555 2013-03-14 Tom Tromey <tromey@redhat.com>
9556
9557 * symtab.c (error_in_psymtab_expansion): New function.
9558 (lookup_symbol_aux_quick)
9559 (basic_lookup_transparent_type_quick): Remove "last resort"
9560 code. Use error_in_psymtab_expansion.
9561
9562 2013-03-14 Doug Evans <dje@google.com>
9563 Jan Kratochvil <jan.kratochvil@redhat.com>
9564
9565 * dwarf2read.c (dw2_map_symtabs_matching_filename): Put continue after
9566 any successful compare_filenames_for_search or FILENAME_CMP.
9567 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
9568 * symtab.c (iterate_over_some_symtabs): Likewise.
9569
9570 2013-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9571
9572 * source.c (print_source_lines_base): Make a local copy of
9573 symtab_to_fullname.
9574
9575 2013-03-14 Hui Zhu <hui_zhu@mentor.com>
9576 Jan Kratochvil <jan.kratochvil@redhat.com>
9577
9578 * source.c (print_source_lines_base): Suppress "file" for TUI.
9579
9580 2013-03-14 Keith Seitz <keiths@redhat.com>
9581 Alan Matsuoka <alanm@redhat.com>
9582
9583 PR c++/15203
9584 PR c++/15210
9585 * cp-namespace.c (cp_lookup_nested_symbol): Handle TYPE_CODE_FUNC and
9586 TYPE_CODE_METHOD.
9587 * elfread.c (elf_symtab_read): Handle BSF_GNU_UNIQUE for certain
9588 symbols.
9589
9590 2013-03-14 Yao Qi <yao@codesourcery.com>
9591
9592 * tracepoint.c (tfile_write_status): Write 'stop_desc' of trace
9593 status to tfile if trace is stopped by command 'tstop'.
9594
9595 2013-03-14 Yao Qi <yao@codesourcery.com>
9596
9597 * tracepoint.c (tfile_write_status): Write trace notes and user
9598 name into tfile if they are not NULL.
9599
9600 2013-03-14 Hui Zhu <hui@codesourcery.com>
9601 Yao Qi <yao@codesourcery.com>
9602
9603 * Makefile.in (REMOTE_OBS): Add ctf.o.
9604 (SFILES): Add ctf.c.
9605 (HFILES_NO_SRCDIR): Add ctf.h.
9606 * ctf.c, ctf.h: New files.
9607 * tracepoint.c: Include 'ctf.h'.
9608 (collect_pseudocommand): Remove static.
9609 (trace_save_command): Parse option "-ctf".
9610 Produce different trace file writers per option.
9611 Adjust output message.
9612 (trace_save_tfile, trace_save_ctf): New.
9613 * tracepoint.h (trace_save_tfile, trace_save_ctf): Declare.
9614 * mi/mi-main.c: Include 'ctf.h'.
9615 (mi_cmd_trace_save): Handle option '-ctf'. Call either
9616 trace_save_tfile or trace_save_ctf.
9617 * NEWS: Mention these changes.
9618
9619 2013-03-14 Yao Qi <yao@codesourcery.com>
9620
9621 * tracepoint.c (trace_file_writer_xfree): New.
9622 (struct tfile_writer_data): New.
9623 (tfile_dtor, tfile_can_target_save, tfile_start): New.
9624 (tfile_write_header, tfile_write_regblock_type): New.
9625 (tfile_write_status, tfile_write_uploaded_tsv): New.
9626 (tfile_write_uploaded_tp, tfile_write_definition_end): New.
9627 (tfile_write_raw_data, (tfile_end): New.
9628 (tfile_write_ops): New global variable.
9629 (TRACE_WRITE_R_BLOCK): New macro.
9630 (TRACE_WRITE_M_BLOCK_HEADER): New macro.
9631 (TRACE_WRITE_M_BLOCK_MEMORY): New macro.
9632 (TRACE_WRITE_V_BLOCK): New macro.
9633 (trace_save): Add extra one parameter WRITER. Make it static.
9634 Use WRITER to writer trace.
9635 (tfile_trace_file_writer_new): New.
9636 (trace_save_command): Caller update.
9637 (trace_save_tfile): Write trace data in TFILE format.
9638 * tracepoint.h (struct trace_frame_write_ops): New.
9639 (struct trace_file_write_ops): New.
9640 (struct trace_file_writer): New.
9641 (trace_save): Remove its declaration.
9642 (trace_save_tfile): Declare it.
9643 * mi/mi-main.c (mi_cmd_trace_save): Call trace_save_tfile
9644 instead of trace_save.
9645
9646 2013-03-13 Pedro Alves <palves@redhat.com>
9647
9648 * hppa-hpux-nat.c (hppa_hpux_save_state_offset): Make static.
9649
9650 2013-03-13 Pedro Alves <palves@redhat.com>
9651
9652 * dbxread.c (read_ofile_symtab, process_one_symbol): Remove
9653 commented out code.
9654 * demangle.c (current_demangling_style_string): Make it const.
9655 (set_demangling_command): Assert the demangling style is known.
9656 Remove all handling of unknown styles. Set
9657 'current_demangling_style_string' to an element of the
9658 demangling_style_names array.
9659 (set_demangling_style): Delete.
9660 (_initialize_demangler): Set current_demangling_style_string to the
9661 element of the demangling_style_names array that corresponds to
9662 the default demangling style. Remove FIXME note. Don't call
9663 set_demangling_style.
9664 * gdb-demangle.h (set_demangling_style): Remove declaration.
9665
9666 2013-03-13 Pedro Alves <palves@redhat.com>
9667
9668 * ada-lang.c (struct add_partial_datum) <text, text0, word>: Make
9669 fields const.
9670 (ada_make_symbol_completion_list): Make "text0" parameter const.
9671 * ax-gdb.c (agent_eval_command_one): Make "exp" parameter const.
9672 * breakpoint.c (condition_completer): Make "text" and "word"
9673 parameters const. Adjust.
9674 (check_tracepoint_command): Adjust to validate_actionline
9675 prototype change.
9676 (catch_syscall_completer): Make "text" and "word" parameters
9677 const.
9678 * cli/cli-cmds.c (show_user): Make "comname" local const.
9679 (valid_command_p): Make "command" parameter const.
9680 (alias_command): Make "alias_prefix" and "command_prefix" locals
9681 const.
9682 * cli/cli-decode.c (add_cmd): Make "name" parameter const.
9683 (add_alias_cmd): Make "name" and "oldname" parameters const.
9684 Adjust. No longer make copy of OLDNAME.
9685 (add_prefix_cmd, add_abbrev_prefix_cmd, add_set_or_show_cmd)
9686 (add_setshow_cmd_full, add_setshow_enum_cmd)
9687 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
9688 (add_setshow_filename_cmd, add_setshow_string_cmd)
9689 (add_setshow_string_noescape_cmd)
9690 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
9691 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
9692 (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd)
9693 (delete_cmd, add_info, add_info_alias, add_com, add_com_alias):
9694 Make "name" parameter const.
9695 (help_cmd): Rename "command" parameter to "arg". New const local
9696 "command".
9697 (find_cmd): Make "command" parameter const.
9698 (lookup_cmd_1): Make "text" parameter pointer to const. Adjust to
9699 deprecated_cmd_warning prototype change.
9700 (undef_cmd_error): Make "cmdtype" parameter const.
9701 (lookup_cmd): Make "line" parameter const.
9702 (deprecated_cmd_warning): Change type of "text" parameter to
9703 pointer to const char, from pointer to pointer to char. Adjust.
9704 (lookup_cmd_composition): Make "text" parameter const.
9705 (complete_on_cmdlist, complete_on_enum): Make "text" and "word"
9706 parameters const.
9707 * cli/cli-decode.h (struct cmd_list_element) <name>: Make field
9708 const.
9709 * cli/cli-script.c (validate_comname): Make "tem" local const.
9710 (define_command): New const local "tem_c". Use it in calls to
9711 lookup_cmd.
9712 (document_command): Make "tem" and "comfull" locals const.
9713 (show_user_1): Make "prefix" and "name" parameters const.
9714 * cli-script.h (show_user_1): Make "prefix" and "name" parameters
9715 const.
9716 * command.h (add_cmd, add_alias_cmd, add_prefix_cmd)
9717 (add_abbrev_prefix_cmd, completer_ftype, lookup_cmd, lookup_cmd_1)
9718 (deprecated_cmd_warning, lookup_cmd_composition, add_com)
9719 (add_com_alias, add_info, add_info_alias, complete_on_cmdlist)
9720 (complete_on_enum, add_setshow_enum_cmd)
9721 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
9722 (add_setshow_filename_cmd, add_setshow_string_cmd)
9723 (add_setshow_string_noescape_cmd)
9724 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
9725 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
9726 (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
9727 Change prototypes, constifying strings.
9728 * completer.c (noop_completer, filename_completer): Make "text"
9729 and "prefix" parameters const.
9730 (location_completer, expression_completer)
9731 (complete_line_internal): Make "text" and "prefix" parameters
9732 const and adjust.
9733 (command_completer, signal_completer): Make "text" and "prefix"
9734 parameters const.
9735 * completer.h (noop_completer, filename_completer)
9736 (expression_completer, location_completer, command_completer)
9737 (signal_completer): Change prototypes.
9738 * corefile.c (complete_set_gnutarget): Make "text" and "word"
9739 parameters const.
9740 * cp-abi.c (cp_abi_completer): Likewise.
9741 * expression.h (parse_expression_for_completion): Change
9742 prototype.
9743 * f-lang.c (f_make_symbol_completion_list): Make "text" and "word"
9744 parameters const.
9745 * infcmd.c (_initialize_infcmd): Make "cmd_name" local const.
9746 * infrun.c (handle_completer): Make "text" and "word" parameters
9747 const.
9748 * interps.c (interpreter_completer): Make "text" and "word"
9749 parameters const.
9750 * language.h (struct language_defn)
9751 <la_make_symbol_completion_list>: Make "text" and "word"
9752 parameters const.
9753 * parse.c (parse_exp_1): Move const hack to parse_exp_in_context.
9754 (parse_exp_in_context): Rename to ...
9755 (parse_exp_in_context_1): ... this.
9756 (parse_exp_in_context): Reimplement, with const hack from
9757 parse_exp_1.
9758 (parse_expression_for_completion): Make "string" parameter const.
9759 * printcmd.c (decode_format): Make "string_ptr" parameter pointer
9760 to pointer to const char. Adjust.
9761 (print_command_1): Make "exp" parameter const.
9762 (output_command): Rename to ...
9763 (output_command_const): ... this. Make "exp" parameter const.
9764 (output_command): Reimplement.
9765 (x_command): Adjust.
9766 (display_command): Rename "exp" parameter to "arg". New "exp"
9767 local, const version of "arg".
9768 * python/py-auto-load.c (gdbpy_initialize_auto_load): Make
9769 "cmd_name" local const.
9770 * python/py-cmd.c (cmdpy_destroyer): Cast const away in xfree
9771 call.
9772 (cmdpy_completer): Make "text" and "word" parameters const.
9773 (gdbpy_parse_command_name): Make "prefix_text2" local const.
9774 * python/py-param.c (add_setshow_generic): Make "tmp_name" local
9775 const.
9776 * remote.c (_initialize_remote): Make "cmd_name" local const.
9777 * symtab.c (language_search_unquoted_string): Make "text" and "p"
9778 parameters const. Adjust.
9779 (completion_list_add_fields): Make "sym_text", "text" and "word"
9780 parameters const.
9781 (struct add_name_data) <sym_text, text, word>: Make fields const.
9782 (default_make_symbol_completion_list_break_on): Make "text" and
9783 "word" parameters const. Adjust locals.
9784 (default_make_symbol_completion_list)
9785 (make_symbol_completion_list, make_symbol_completion_type)
9786 (make_symbol_completion_list_fn): Make "text" and "word"
9787 parameters const.
9788 (make_file_symbol_completion_list): Make "text", "word" and
9789 "srcfile" parameters const. Adjust locals.
9790 (add_filename_to_list): Make "text" and "word" parameters const.
9791 (struct add_partial_filename_data) <text, word>: Make fields
9792 const.
9793 (make_source_files_completion_list): Make "text" and "word"
9794 parameters const.
9795 * symtab.h (default_make_symbol_completion_list_break_on)
9796 (default_make_symbol_completion_list, make_symbol_completion_list)
9797 (make_symbol_completion_type enum type_code)
9798 (make_symbol_completion_list_fn make_file_symbol_completion_list)
9799 (make_source_files_completion_list): Change prototype.
9800 * top.c (execute_command): Adjust to pass pointer to pointer to
9801 const char to lookup_cmd, and to deprecated_cmd_warning prototype
9802 change.
9803 (set_verbose): Make "cmdname" local const.
9804 * tracepoint.c (decode_agent_options): Make "exp" parameter const,
9805 and adjust.
9806 (validate_actionline): Make "line" parameter a pointer to const
9807 char, and adjust.
9808 (encode_actions_1): Make "action_exp" local const, and adjust.
9809 (encode_actions): Adjust.
9810 (replace_comma): Delete.
9811 (trace_dump_actions): Make "action_exp" and "next_comma" locals
9812 const, and adjust. Don't frob the action string while splitting
9813 it at commas. Instead, make a copy of each split substring in
9814 turn.
9815 (trace_dump_command): Adjust to validate_actionline prototype
9816 change.
9817 * tracepoint.h (decode_agent_options, decode_agent_options)
9818 (encode_actions, validate_actionline): Change prototypes.
9819 * valprint.h (output_command): Delete declaration.
9820 (output_command_const): Declare.
9821 * value.c (function_destroyer): Cast const away in xfree call.
9822
9823 2013-03-13 Pedro Alves <palves@redhat.com>
9824
9825 * ada-lang.c (ada_decode_symbol): Cast away constness of GSYMBOL
9826 rather than casting 'const char * const *' to 'const char **'.
9827 * ada-lex.l (processInt): Make "trailer" local const. Remove
9828 'const char **' cast.
9829 * arm-linux-tdep.c (arm_stap_parse_special_token): Add 'char *'
9830 locals, and use those as strtol output pointer, instead than doing
9831 invalid casts to from 'const char **' to 'char **'.
9832 (_initialize_demangle): Remove cast.
9833 * i386-tdep.c (i386_stap_parse_special_token): : Add 'char *'
9834 locals, and use those as strtol output pointer, instead than doing
9835 invalid casts to from 'const char **' to 'char **'.
9836 * solib-dsbt.c (dsbt_get_initial_loadmaps): Remove 'gdb_byte**'
9837 casts.
9838 * stap-probe.c (stap_parse_register_operand)
9839 (stap_parse_single_operand): Likewise.
9840
9841 2013-03-13 Yao Qi <yao@codesourcery.com>
9842
9843 * tracepoint.c (tfile_get_trace_state_variable_value): Look for
9844 the last matched 'V' blcok in trace frame.
9845
9846 2013-03-12 Joel Brobecker <brobecker@adacore.com>
9847
9848 * NEWS: Create a new section for the next release branch.
9849 Rename the section of the current branch, now that it has
9850 been cut.
9851
9852 2013-03-12 Joel Brobecker <brobecker@adacore.com>
9853
9854 GDB 7.6 branch created (branch timestamp: 2013-03-12 22:15 UTC)
9855 * version.in: Bump version to 7.6.50.20130312-cvs.
9856
9857 2013-03-12 Keith Seitz <keiths@redhat.com>
9858
9859 * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.
9860 * mi/mi-interp.c (mi_interpreter_exec): Make "command" const.
9861 Remove temporary copy of input string.
9862 (mi_execute_command_wrapper): Make "cmd" const.
9863 * mi/mi-main.c (mi_execute_command): Make "string_ptr" const.
9864 * mi/mi-parse.c (mi_parse_argv): Make "args" const.
9865 Use const strings.
9866 (mi_parse): Make "cmd" const.
9867 Use const strings.
9868 * mi/mi-parse.h (mi_parse): Make "cmd" const.
9869
9870 2013-03-12 Keith Seitz <keiths@redhat.com>
9871
9872 * ada-lang.c (ada_read_renaming_var_value): Pass const
9873 pointer to expression string to parse_exp_1.
9874 (create_excep_cond_exprs): Likewise.
9875 * ax-gdb.c (agent_eval_command_one): Likewise.
9876 (maint_agent_printf_command): Likewise.
9877 Constify much of the string handling/parsing.
9878 * breakpoint.c (set_breakpoint_condition): Pass const
9879 pointer to expression string to parse_exp_1.
9880 (update_watchpoint): Likewise.
9881 (parse_cmd_to_aexpr): Constify string handling.
9882 Pass const pointer to parse_exp_1.
9883 (init_breakpoint_sal): Pass const pointer to parse_exp_1.
9884 (find_condition_and_thread): Likewise.
9885 Make TOK const.
9886 (watch_command_1): Make "arg" const.
9887 Constify string handling.
9888 Copy the expression string instead of changing the input
9889 string.
9890 (update_breakpoint_location): Pass const pointer to
9891 parse_exp_1.
9892 * eval.c (parse_and_eval_address): Make "exp" const.
9893 (parse_to_comma_and_eval): Make "expp" const.
9894 (parse_and_eval): Make "exp" const.
9895 * expression.h (parse_expression): Make argument const.
9896 (parse_exp_1): Make first argument const.
9897 * findcmd.c (parse_find_args): Treat "args" as const.
9898 * linespec.c (parse_linespec): Pass const pointer to
9899 linespec_expression_to_pc.
9900 (linespec_expression_to_pc): Make "exp_ptr" const.
9901 * parse.c (parse_exp_1): Make "stringptr" const.
9902 Make a copy of the expression to pass to parse_exp_in_context until
9903 this whole interface can be constified.
9904 (parse_expression): Make "string" const.
9905 * printcmd.c (ui_printf): Treat "arg" as const.
9906 Handle const strings.
9907 * tracepoint.c (validate_actionline): Pass const pointer to
9908 all calls to parse_exp_1.
9909 (encode_actions_1): Likewise.
9910 * value.h (parse_to_comma_and_eval): Make argument const.
9911 (parse_and_eval_address): Likewise.
9912 (parse_and_eval): Likewise.
9913 * varobj.c (varobj_create): Pass const pointer to parse_exp_1.
9914 (varobj_set_value): Likewise.
9915 * cli/cli-cmds.c (disassemble_command): Treat "arg" as const and
9916 constify string handling.
9917 Pass const pointers to parse_and_eval_address and
9918 parse_to_comman_and_eval.
9919 * cli/cli-utils.c (skip_to_space): Rename to ...
9920 (skip_to_space_const): ... this. Handle const strings.
9921 * cli/cli-utils.h (skip_to_space): Turn into macro which invokes
9922 skip_to_space_const.
9923 (skip_to_space_const): Declare.
9924 * common/format.c (parse_format_string): Make "arg" const.
9925 Handle const strings.
9926 * common/format.h (parse_format_string): Make "arg" const.
9927 * gdbserver/ax.c (ax_printf): Make "format" const.
9928 * python/python.c (gdbpy_parse_and_eval): Do not make a copy
9929 of the expression string.
9930
9931 2013-03-12 Hui Zhu <hui@codesourcery.com>
9932
9933 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Update error message.
9934
9935 2013-03-12 Yao Qi <yao@codesourcery.com>
9936 Hui Zhu <hui@codesourcery.com>
9937
9938 * dwarf2loc.c (access_memory): Change nbits to nbytes in gdb_assert.
9939 (dwarf2_compile_expr_to_ax): Call access_memory in DW_OP_deref and
9940 DW_OP_deref_size.
9941
9942 2013-03-12 Paul Hilfinger <hilfingr@adacore.com>
9943
9944 * ada-lex.l (rules): Only recognize 'thread' as a
9945 delimiter when followed by numerals, as for c-exp.y.
9946 Use new rewind_to_char function to rewind the input for
9947 expression-delimiting tokens.
9948 (rewind_to_char): New function.
9949
9950 2013-03-11 Pedro Alves <palves@redhat.com>
9951 Jan Kratochvil <jan.kratochvil@redhat.com>
9952
9953 * configure: Regenerate.
9954 * configure.ac (check dynamic export flag): Link python test with
9955 $PYTHON_LIBS.
9956
9957 2013-03-11 Doug Evans <dje@google.com>
9958 Keith Seitz <keiths@redhat.com>
9959
9960 * linespec.c (find_linespec_symbols): Call find_function_symbols
9961 first, and then call lookup_prefix_sym/find_method.
9962
9963 2013-03-11 Pedro Alves <palves@redhat.com>
9964
9965 * charset.c (convert_between_encodings): Don't cast between
9966 different pointer to pointer types. Instead, make the 'inp' local
9967 be of the type iconv expects.
9968 (wchar_iterate): Don't cast between different pointer to pointer
9969 types. Instead, use new pointer local of the type iconv expects.
9970 * target.c (target_read_stralloc, target_fileio_read_stralloc):
9971 Add new local of type char pointer, and use it to get a
9972 char/string view of the byte buffer, instead of casting between
9973 pointer to pointer types.
9974
9975 2013-03-11 Hafiz Abid Qadeer <abidh@codesourcery.com>
9976
9977 * remote.c (remote_set_trace_buffer_size): Move != operator
9978 to the start of next line to fix an ARI warning.
9979
9980 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9981
9982 * NEWS: Add record changes.
9983
9984 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9985
9986 * record-btrace.c (btrace_insn_history): Omit the pc prefix in
9987 the instruction history disassembly.
9988 * disasm.c (dump_insns): Omit the pc prefix, if requested.
9989 * disasm.h (DISASSEMBLY_OMIT_PC): New.
9990
9991 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9992
9993 * Makefile.in (SFILES): Add record-btrace.c
9994 (COMMON_OBS): Add record-btrace.o
9995 * record-btrace.c: New.
9996 * objfiles.c: Include btrace.h.
9997 (free_objfile): call btrace_free_objfile.
9998
9999 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10000
10001 * target.c (target_call_history, target_call_history_from,
10002 target_call_history_range): New.
10003 * target.h (target_ops) <to_call_history, to_call_history_from,
10004 to_call_history_range>: New fields.
10005 (target_call_history, target_call_history_from,
10006 target_call_history_range): New declaration.
10007 * record.c (get_call_history_modifiers, cmd_record_call_history,
10008 record_call_history_size): New.
10009 (_initialize_record): Add the "record function-call-history" command.
10010 Add "set/show record function-call-history-size" commands.
10011 * record.h (record_print_flag): New.
10012
10013 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10014
10015 * target.h (target_ops) <to_insn_history, to_insn_history_from,
10016 to_insn_history_range>: New fields.
10017 (target_insn_history): New.
10018 (target_insn_history_from): New.
10019 (target_insn_history_range): New.
10020 * target.c (target_insn_history): New.
10021 (target_insn_history_from): New.
10022 (target_insn_history_range): New.
10023 * record.c: Include cli/cli-utils.h, disasm.h, ctype.h.
10024 (record_insn_history_size): New.
10025 (get_insn_number): New.
10026 (get_context_size): New.
10027 (no_chunk): New.
10028 (get_insn_history_modifiers): New.
10029 (cmd_record_insn_history): New.
10030 (_initialize_record): Add "set/show record instruction-history-size"
10031 command. Add "record instruction-history" command.
10032
10033 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10034
10035 * record.h (record_disconnect): New.
10036 (record_detach): New.
10037 (record_mourn_inferior): New.
10038 (record_kill): New.
10039 * record-full.c (record_disconnect, record_detach,
10040 record_mourn_inferior, record_kill): Move to...
10041 * record.c: ...here.
10042 (DEBUG): New.
10043 (record_stop): New.
10044 (record_unpush): New.
10045 (cmd_record_stop): Call record_stop. Replace unpush_target
10046 call with record_unpush call.
10047 (record_disconnect, record_detach): Assert that the target
10048 is of record stratum. Call record_unpush, record_stop, and
10049 DEBUG.
10050 (record_mourn_inferior, record_kill): Assert that the target
10051 is of record stratum. Call record_unpush and DEBUG.
10052
10053 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10054
10055 * record-full.h, record-full.c (record_memory_query): Rename
10056 to ...
10057 (record_full_memory_query): ...this. Update all users.
10058 (record_arch_list_add_reg): Rename to ...
10059 (record_full_arch_list_add_reg): ...this. Update all users.
10060 (record_arch_list_add_mem): Rename to ...
10061 (record_full_arch_list_add_mem): ...this. Update all users.
10062 (record_arch_list_add_end): Rename to ...
10063 (record_full_arch_list_add_end): ...this. Update all users.
10064 (record_gdb_operation_disable_set): Rename to ...
10065 (record_full_gdb_operation_disable_set): ...this.
10066 Update all users.
10067
10068 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10069
10070 * record-full.c (DEFAULT_RECORD_INSN_MAX_NUM): Renamed to ...
10071 (DEFAULT_RECORD_FULL_INSN_MAX_NUM): ... this. Updated all users.
10072 (RECORD_IS_REPLAY): Renamed to ...
10073 (RECORD_FULL_IS_REPLAY): ... this. Updated all users.
10074 (RECORD_FILE_MAGIC): Renamed to ...
10075 (RECORD_FULL_FILE_MAGIC): ... this. Updated all users.
10076 (record_mem_entry): Renamed to ...
10077 (record_full_mem_entry): ... this. Updated all users.
10078 (record_reg_entry): Renamed to ...
10079 (record_full_reg_entry): ... this. Updated all users.
10080 (record_end_entry): Renamed to ...
10081 (record_full_end_entry): ... this. Updated all users.
10082 (record_type) <record_end, record_reg, record_mem>: Renamed
10083 to ...
10084 (record_full_type) <record_full_end, record_full_reg,
10085 record_full_mem>: ... this. Updated all users.
10086 (record_entry): Renamed to ...
10087 (record_full_entry): ... this. Updated all users.
10088 (record_core_buf_entry): Renamed to ...
10089 (record_full_core_buf_entry): ... this. Updated all users.
10090 (record_core_regbuf): Renamed to ...
10091 (record_full_core_regbuf): ... this. Updated all users.
10092 (record_core_start): Renamed to ...
10093 (record_full_core_start): ... this. Updated all users.
10094 (record_core_end): Renamed to ...
10095 (record_full_core_end): ... this. Updated all users.
10096 (record_core_buf_list): Renamed to ...
10097 (record_full_core_buf_list): ... this. Updated all users.
10098 (record_first): Renamed to ...
10099 (record_full_first): ... this. Updated all users.
10100 (record_list): Renamed to ...
10101 (record_full_list): ... this. Updated all users.
10102 (record_arch_list_head): Renamed to ...
10103 (record_full_arch_list_head): ... this. Updated all users.
10104 (record_arch_list_tail): Renamed to ...
10105 (record_full_arch_list_tail): ... this. Updated all users.
10106 (record_stop_at_limit): Renamed to ...
10107 (record_full_stop_at_limit): ... this. Updated all users.
10108 (record_insn_max_num): Renamed to ...
10109 (record_full_insn_max_num): ... this. Updated all users.
10110 (record_insn_num): Renamed to ...
10111 (record_full_insn_num): ... this. Updated all users.
10112 (record_insn_count): Renamed to ...
10113 (record_full_insn_count): ... this. Updated all users.
10114 (record_ops): Renamed to ...
10115 (record_full_ops): ... this. Updated all users.
10116 (record_core_ops): Renamed to ...
10117 (record_full_core_ops): ... this. Updated all users.
10118 (set_record_cmdlist): Renamed to ...
10119 (set_record_full_cmdlist): ... this. Updated all users.
10120 (show_record_cmdlist): Renamed to ...
10121 (show_record_full_cmdlist): ... this. Updated all users.
10122 (record_cmdlist): Renamed to ...
10123 (record_full_cmdlist): ... this. Updated all users.
10124 (record_beneath_to_resume_ops): Renamed to ...
10125 (record_full_beneath_to_resume_ops): ... this. Updated all users.
10126 (record_beneath_to_resume): Renamed to ...
10127 (record_full_beneath_to_resume): ... this. Updated all users.
10128 (record_beneath_to_wait_ops): Renamed to ...
10129 (record_full_beneath_to_wait_ops): ... this. Updated all users.
10130 (record_beneath_to_wait): Renamed to ...
10131 (record_full_beneath_to_wait): ... this. Updated all users.
10132 (record_beneath_to_store_registers_ops): Renamed to ...
10133 (record_full_beneath_to_store_registers_ops): ... this.
10134 Updated all users.
10135 (record_beneath_to_store_registers): Renamed to ...
10136 (record_full_beneath_to_store_registers): ... this.
10137 Updated all users.
10138 (record_beneath_to_xfer_partial_ops): Renamed to ...
10139 (record_full_beneath_to_xfer_partial_ops): ... this.
10140 Updated all users.
10141 (record_beneath_to_xfer_partial): Renamed to ...
10142 (record_full_beneath_to_xfer_partial): ... this.
10143 Updated all users.
10144 (record_beneath_to_insert_breakpoint): Renamed to ...
10145 (record_full_beneath_to_insert_breakpoint): ... this.
10146 Updated all users.
10147 (record_beneath_to_stopped_by_watchpoint): Renamed to ...
10148 (record_full_beneath_to_stopped_by_watchpoint): ... this.
10149 Updated all users.
10150 (record_beneath_to_stopped_data_address): Renamed to ...
10151 (record_full_beneath_to_stopped_data_address): ... this.
10152 Updated all users.
10153 (record_beneath_to_async): Renamed to ...
10154 (record_full_beneath_to_async): ... this. Updated all users.
10155 (record_goto_insn): Renamed to ...
10156 (record_full_goto_insn): ... this. Updated all users.
10157 (record_save): Renamed to ...
10158 (record_full_save): ... this. Updated all users.
10159 (record_reg_alloc): Renamed to ...
10160 (record_full_reg_alloc): ... this. Updated all users.
10161 (record_reg_release): Renamed to ...
10162 (record_full_reg_release): ... this. Updated all users.
10163 (record_mem_alloc): Renamed to ...
10164 (record_full_mem_alloc): ... this. Updated all users.
10165 (record_mem_release): Renamed to ...
10166 (record_full_mem_release): ... this. Updated all users.
10167 (record_end_alloc): Renamed to ...
10168 (record_full_end_alloc): ... this. Updated all users.
10169 (record_end_release): Renamed to ...
10170 (record_full_end_release): ... this. Updated all users.
10171 (record_entry_release): Renamed to ...
10172 (record_full_entry_release): ... this. Updated all users.
10173 (record_list_release): Renamed to ...
10174 (record_full_list_release): ... this. Updated all users.
10175 (record_list_release_following): Renamed to ...
10176 (record_full_list_release_following): ... this.
10177 Updated all users.
10178 (record_list_release_first): Renamed to ...
10179 (record_full_list_release_first): ... this. Updated all users.
10180 (record_arch_list_add): Renamed to ...
10181 (record_full_arch_list_add): ... this. Updated all users.
10182 (record_get_loc): Renamed to ...
10183 (record_full_get_loc): ... this. Updated all users.
10184 (record_check_insn_num): Renamed to ...
10185 (record_full_check_insn_num): ... this. Updated all users.
10186 (record_arch_list_cleanups): Renamed to ...
10187 (record_full_arch_list_cleanups): ... this. Updated all users.
10188 (record_message): Renamed to ...
10189 (record_full_message): ... this. Updated all users.
10190 (record_message_wrapper): Renamed to ...
10191 (record_full_message_wrapper): ... this. Updated all users.
10192 (record_message_wrapper_safe): Renamed to ...
10193 (record_full_message_wrapper_safe): ... this. Updated all users.
10194 (record_gdb_operation_disable): Renamed to ...
10195 (record_full_gdb_operation_disable): ... this. Updated all users.
10196 (record_hw_watchpoint): Renamed to ...
10197 (record_full_hw_watchpoint): ... this. Updated all users.
10198 (record_exec_insn): Renamed to ...
10199 (record_full_exec_insn): ... this. Updated all users.
10200 (record_restore): Renamed to ...
10201 (record_full_restore): ... this. Updated all users.
10202 (record_async_inferior_event_token): Renamed to ...
10203 (record_full_async_inferior_event_token): ... this.
10204 Updated all users.
10205 (record_async_inferior_event_handler): Renamed to ...
10206 (record_full_async_inferior_event_handler): ... this.
10207 Updated all users.
10208 (record_core_open_1): Renamed to ...
10209 (record_full_core_open_1): ... this. Updated all users.
10210 (record_open_1): Renamed to ...
10211 (record_full_open_1): ... this. Updated all users.
10212 (record_open): Renamed to ...
10213 (record_full_open): ... this. Updated all users.
10214 (record_close): Renamed to ...
10215 (record_full_close): ... this. Updated all users.
10216 (record_resume_step): Renamed to ...
10217 (record_full_resume_step): ... this. Updated all users.
10218 (record_resumed): Renamed to ...
10219 (record_full_resumed): ... this. Updated all users.
10220 (record_execution_dir): Renamed to ...
10221 (record_full_execution_dir): ... this. Updated all users.
10222 (record_resume): Renamed to ...
10223 (record_full_resume): ... this. Updated all users.
10224 (record_get_sig): Renamed to ...
10225 (record_full_get_sig): ... this. Updated all users.
10226 (record_sig_handler): Renamed to ...
10227 (record_full_sig_handler): ... this. Updated all users.
10228 (record_wait_cleanups): Renamed to ...
10229 (record_full_wait_cleanups): ... this. Updated all users.
10230 (record_wait_1): Renamed to ...
10231 (record_full_wait_1): ... this. Updated all users.
10232 (record_wait): Renamed to ...
10233 (record_full_wait): ... this. Updated all users.
10234 (record_stopped_by_watchpoint): Renamed to ...
10235 (record_full_stopped_by_watchpoint): ... this. Updated all users.
10236 (record_disconnect): Renamed to ...
10237 (record_full_disconnect): ... this. Updated all users.
10238 (record_detach): Renamed to ...
10239 (record_full_detach): ... this. Updated all users.
10240 (record_mourn_inferior): Renamed to ...
10241 (record_full_mourn_inferior): ... this. Updated all users.
10242 (record_kill): Renamed to ...
10243 (record_full_kill): ... this. Updated all users.
10244 (record_stopped_data_address): Renamed to ...
10245 (record_full_stopped_data_address): ... this. Updated all users.
10246 (record_registers_change): Renamed to ...
10247 (record_full_registers_change): ... this. Updated all users.
10248 (record_store_registers): Renamed to ...
10249 (record_full_store_registers): ... this. Updated all users.
10250 (record_xfer_partial): Renamed to ...
10251 (record_full_xfer_partial): ... this. Updated all users.
10252 (record_breakpoint): Renamed to ...
10253 (record_full_breakpoint): ... this. Updated all users.
10254 (record_breakpoint_p): Renamed to ...
10255 (record_full_breakpoint_p): ... this. Updated all users.
10256 (record_breakpoints): Renamed to ...
10257 (record_full_breakpoints): ... this. Updated all users.
10258 (record_sync_record_breakpoints): Renamed to ...
10259 (record_full_sync_record_breakpoints): ... this.
10260 Updated all users.
10261 (record_init_record_breakpoints): Renamed to ...
10262 (record_full_init_record_breakpoints): ... this.
10263 Updated all users.
10264 (record_insert_breakpoint): Renamed to ...
10265 (record_full_insert_breakpoint): ... this. Updated all users.
10266 (record_remove_breakpoint): Renamed to ...
10267 (record_full_remove_breakpoint): ... this. Updated all users.
10268 (record_can_execute_reverse): Renamed to ...
10269 (record_full_can_execute_reverse): ... this. Updated all users.
10270 (record_get_bookmark): Renamed to ...
10271 (record_full_get_bookmark): ... this. Updated all users.
10272 (record_goto_bookmark): Renamed to ...
10273 (record_full_goto_bookmark): ... this. Updated all users.
10274 (record_async): Renamed to ...
10275 (record_full_async): ... this. Updated all users.
10276 (record_can_async_p): Renamed to ...
10277 (record_full_can_async_p): ... this. Updated all users.
10278 (record_is_async_p): Renamed to ...
10279 (record_full_is_async_p): ... this. Updated all users.
10280 (record_execution_direction): Renamed to ...
10281 (record_full_execution_direction): ... this. Updated all users.
10282 (record_info): Renamed to ...
10283 (record_full_info): ... this. Updated all users.
10284 (record_delete): Renamed to ...
10285 (record_full_delete): ... this. Updated all users.
10286 (record_is_replaying): Renamed to ...
10287 (record_full_is_replaying): ... this. Updated all users.
10288 (record_goto_entry): Renamed to ...
10289 (record_full_goto_entry): ... this. Updated all users.
10290 (record_goto_begin): Renamed to ...
10291 (record_full_goto_begin): ... this. Updated all users.
10292 (record_goto_end): Renamed to ...
10293 (record_full_goto_end): ... this. Updated all users.
10294 (record_goto): Renamed to ...
10295 (record_full_goto): ... this. Updated all users.
10296 (init_record_ops): Renamed to ...
10297 (init_record_full_ops): ... this. Updated all users.
10298 (record_core_resume): Renamed to ...
10299 (record_full_core_resume): ... this. Updated all users.
10300 (record_core_kill): Renamed to ...
10301 (record_full_core_kill): ... this. Updated all users.
10302 (record_core_fetch_registers): Renamed to ...
10303 (record_full_core_fetch_registers): ... this. Updated all users.
10304 (record_core_prepare_to_store): Renamed to ...
10305 (record_full_core_prepare_to_store): ... this. Updated all users.
10306 (record_core_store_registers): Renamed to ...
10307 (record_full_core_store_registers): ... this. Updated all users.
10308 (record_core_xfer_partial): Renamed to ...
10309 (record_full_core_xfer_partial): ... this. Updated all users.
10310 (record_core_insert_breakpoint): Renamed to ...
10311 (record_full_core_insert_breakpoint): ... this. Updated all users.
10312 (record_core_remove_breakpoint): Renamed to ...
10313 (record_full_core_remove_breakpoint): ... this. Updated all users.
10314 (record_core_has_execution): Renamed to ...
10315 (record_full_core_has_execution): ... this. Updated all users.
10316 (init_record_core_ops): Renamed to ...
10317 (init_record_full_core_ops): ... this. Updated all users.
10318 (cmd_record_restore): Renamed to ...
10319 (cmd_record_full_restore): ... this. Updated all users.
10320 (record_save_cleanups): Renamed to ...
10321 (record_full_save_cleanups): ... this. Updated all users.
10322 (cmd_record_start): Renamed to ...
10323 (cmd_record_full_start): ... this. Updated all users.
10324 (set_record_insn_max_num): Renamed to ...
10325 (set_record_full_insn_max_num): ... this. Updated all users.
10326 (set_record_command): Renamed to ...
10327 (set_record_full_command): ... this. Updated all users.
10328 (show_record_command): Renamed to ...
10329 (show_record_full_command): ... this. Updated all users.
10330 (_initialize_record): Renamed to ...
10331 (_initialize_record_full): ... this. Updated all users.
10332
10333 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10334
10335 * record.h: Split into this and ...
10336 * record-full.h: ... this.
10337 * record.c: Split into this and ...
10338 * record-full.c: ... this.
10339 * target.h (target_ops): Add new fields to_info_record,
10340 to_save_record, to_delete_record, to_record_is_replaying,
10341 to_goto_record_begin, to_goto_record_end, to_goto_record.
10342 (target_info_record): New.
10343 (target_save_record): New.
10344 (target_supports_delete_record): New.
10345 (target_delete_record): New.
10346 (target_record_is_replaying): New.
10347 (target_goto_record_begin): New.
10348 (target_goto_record_end): New.
10349 (target_goto_record): New.
10350 * target.c (target_info_record): New.
10351 (target_save_record): New.
10352 (target_supports_delete_record): New.
10353 (target_delete_record): New.
10354 (target_record_is_replaying): New.
10355 (target_goto_record_begin): New.
10356 (target_goto_record_end): New.
10357 (target_goto_record): New.
10358 * record.h: Declare struct cmd_list_element.
10359 (record_cmdlist): New declaration.
10360 (set_record_cmdlist): New declaration.
10361 (show_record_cmdlist): New declaration.
10362 (info_record_cmdlist): New declaration.
10363 (cmd_record_goto): New declaration.
10364 * record.c: Remove unnecessary includes.
10365 Include inferior.h.
10366 (cmd_record_goto): Remove declaration.
10367 (record_cmdlist): Now extern. Initialize.
10368 (set_record_cmdlist): Now extern. Initialize.
10369 (show_record_cmdlist): Now extern. Initialize.
10370 (info_record_cmdlist): Now extern. Initialize.
10371 (find_record_target): New.
10372 (require_record_target): New.
10373 (cmd_record_start): Update.
10374 (cmd_record_delete): Remove target-specific code.
10375 Call target_delete_record.
10376 (cmd_record_stop): Unpush any record target.
10377 (set_record_insn_max_num): Move to record-full.c
10378 (set_record_command): Add comment.
10379 (show_record_command): Add comment.
10380 (info_record_command): Update comment.
10381 Remove target-specific code.
10382 Call the record target's to_info_record.
10383 (cmd_record_start): New.
10384 (cmd_record_goto): Now extern.
10385 Remove target-specific code.
10386 Call target_goto_begin, target_goto_end, or target_goto.
10387 (_initialize_record): Move record target ops initialization to
10388 record-full.c.
10389 Change "record" command help text.
10390 Move "record restore", "record set", and "record show" commands to
10391 record-full.c.
10392 * Makefile.in (SFILES): Add record-full.c.
10393 (HFILES_NO_SRCDIR): Add record-full.h.
10394 (COMMON_OBS): Add record-full.o.
10395 * amd64-linux-tdep.c: Include record-full.h instead of record.h.
10396 * arm-tdep.c: Include record-full.h.
10397 * i386-linux-tdep.c: Include record-full.h instead of record.h.
10398 * i386-tdep.c: Include record-full.h.
10399 * infrun.c: Include record-full.h.
10400 * linux-record.c: Include record-full.h.
10401 * moxie-tdep.c: Include record-full.h.
10402 * record-full.c: Include record-full.h.
10403 Change module comment.
10404 (set_record_full_cmdlist): New.
10405 (show_record_full_cmdlist): New.
10406 (record_full_cmdlist): New.
10407 (record_goto_insn): New declaration.
10408 (record_save): New declaration.
10409 (record_check_insn_num): Change query string.
10410 (record_info): New.
10411 (record_delete): New.
10412 (record_is_replaying): New.
10413 (record_goto_entry): New.
10414 (record_goto_begin): New.
10415 (record_goto_end): New.
10416 (record_goto): New.
10417 (init_record_ops): Update.
10418 (init_record_core_ops): Update.
10419 (cmd_record_save): Rename to record_save. Remove target and arg checks.
10420 (cmd_record_start): New.
10421 (set_record_insn_max_num): Moved from record.c
10422 (set_record_full_command): New.
10423 (show_record_full_command): New.
10424 (_initialize_record_full): New.
10425
10426 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10427
10428 * target.h (add_deprecated_target_alias): New.
10429 * target.c (add_deprecated_target_alias): New.
10430
10431 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10432
10433 * common/linux-btrace.c: Include sys/ptrace, sys/types, sys/wait.h,
10434 and signal.h.
10435 (linux_supports_btrace): Add kernel and
10436 cpuid check.
10437 (kernel_supports_btrace): New function.
10438 (cpu_supports_btrace): New function.
10439 (intel_supports_btrace): New function.
10440
10441 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10442
10443 * target.h (enum target_object): Add TARGET_OBJECT_BTRACE.
10444 * remote.c: Include btrace.h.
10445 (struct btrace_target_info): New struct.
10446 (remote_supports_btrace): New function.
10447 (send_Qbtrace): New function.
10448 (remote_enable_btrace): New function.
10449 (remote_disable_btrace): New function.
10450 (remote_teardown_btrace): New function.
10451 (remote_read_btrace): New function.
10452 (init_remote_ops): Add btrace ops.
10453 (enum <unnamed>): Add btrace packets.
10454 (struct protocol_feature remote_protocol_features[]): Add btrace packets.
10455 (_initialize_remote): Add packet configuration for branch tracing.
10456
10457 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10458
10459 * features/btrace.dtd: New file.
10460 * Makefile.in (XMLFILES): Add btrace.dtd.
10461 * btrace.h (parse_xml_btrace): New declaration.
10462 * btrace.c: Include xml-support.h.
10463 (parse_xml_btrace): New function.
10464 (parse_xml_btrace_block): New function.
10465 (block_attributes): New struct.
10466 (btrace_attributes): New struct.
10467 (btrace_children): New struct.
10468 (btrace_elements): New struct.
10469
10470 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10471
10472 * amd64-linux-nat.c: Include btrace.h and linux-btrace.h.
10473 (amd64_linux_enable_btrace): New.
10474 (amd64_linux_disable_btrace): New.
10475 (amd64_linux_teardown_btrace): New.
10476 (_initialize_amd64_linux_nat): Initialize btrace ops.
10477 * i386-linux.nat.c: Include btrace.h and linux-btrace.h.
10478 (i386_linux_enable_btrace): New.
10479 (i386_linux_disable_btrace): New.
10480 (i386_linux_teardown_btrace): New.
10481 (_initialize_i386_linux_nat): Initialize btrace ops.
10482 * config/i386/linux.mh: Add linux-btrace.o.
10483 * config/i386/linux64.mh: Add linux-btrace.o.
10484
10485 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10486
10487 * common/linux_btrace.h: New file.
10488 * common/linux_btrace.c: New file.
10489 * Makefile.in (SFILES): Add btrace.c.
10490 (HFILES_NO_SRCDIR): Add common/linux-btrace.h.
10491 (COMMON_OBS): Add btrace.o.
10492 (linux-btrace.o): New rule.
10493
10494 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10495
10496 * target.h: Include btrace.h.
10497 (struct target_ops) <to_supports_btrace, to_enable_btrace,
10498 to_disable_btrace, to_teardown_btrace, to_read_btrace>: New.
10499 * target.c (target_supports_btrace): New function.
10500 (target_enable_btrace): New function.
10501 (target_disable_btrace): New function.
10502 (target_teardown_btrace): New function.
10503 (target_read_btrace): New function.
10504 * btrace.h: New file.
10505 * btrace.c: New file.
10506 * Makefile.in: Add btrace.c.
10507 * gdbthread.h: Include btrace.h.
10508 (struct thread_info): Add btrace field.
10509 * thread.c: Include btrace.h.
10510 (clear_thread_inferior_resources): Call target_teardown_btrace.
10511 * common/btrace-common.h: New file.
10512
10513 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10514
10515 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Call also kill
10516 for CHILD, ignore PTRACE_KILL errors, move the inner block variable
10517 kill_status to outer block.
10518
10519 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10520
10521 Fix entry-values if the callee called a noreturn function.
10522 * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Use
10523 get_frame_address_in_block. Add new comment.
10524
10525 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10526
10527 Fix entry-values in C++ across CUs.
10528 * dwarf2loc.c (call_site_to_target_addr) <FIELD_LOC_KIND_PHYSNAME>: Use
10529 lookup_minimal_symbol. Add a comment.
10530 * dwarf2read.c
10531 (read_call_site_scope) <is_ref_attr> <die_is_declaration>: Prefer
10532 DW_AT_linkage_name.
10533
10534 2013-03-08 Yao Qi <yao@codesourcery.com>
10535
10536 * tracepoint.c (_initialize_tracepoint): Indent the code.
10537
10538 2013-03-08 Pedro Alves <palves@redhat.com>
10539
10540 * findcmd.c (put_bits): Change type of parameter to 'gdb_byte *'.
10541 (parse_find_args, find_command): Change type of pattern buffer
10542 locals to 'gdb_byte *'.
10543
10544 2013-03-08 Stan Shebs <stan@codesourcery.com>
10545 Hafiz Abid Qadeer <abidh@codesourcery.com>
10546
10547 * NEWS: Mention set and show trace-buffer-size commands.
10548 Mention new packet.
10549 * target.h (struct target_ops): New method
10550 to_set_trace_buffer_size.
10551 (target_set_trace_buffer_size): New macro.
10552 * target.c (update_current_target): Set up new method.
10553 * tracepoint.c (trace_buffer_size): New global.
10554 (start_tracing): Send it to the target.
10555 (set_trace_buffer_size): New function.
10556 (_initialize_tracepoint): Add new setshow for trace-buffer-size.
10557 * remote.c (remote_set_trace_buffer_size): New function.
10558 (_initialize_remote): Use it.
10559 (QTBuffer:size) New remote command.
10560 (PACKET_QTBuffer_size): New enum.
10561 (remote_protocol_features): Add an entry for
10562 PACKET_QTBuffer_size.
10563
10564 2013-03-08 Tom Tromey <tromey@redhat.com>
10565
10566 * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
10567 variable.
10568
10569 2013-03-07 Pedro Alves <palves@redhat.com>
10570
10571 * target.c (target_read_stralloc, target_fileio_read_alloc):
10572 *Cast pointer to 'gdb_byte *' in target call.
10573
10574 2013-03-07 Pedro Alves <palves@redhat.com>
10575
10576 * corefile.c (read_memory_string): Cast pointer to gdb_byte* in
10577 call.
10578
10579 2013-03-07 Keith Seitz <keiths@redhat.com>
10580
10581 * breakpoint.c (catch_syscall_split_args): Use skip_spaces.
10582 (trace_pass_command): Likewise.
10583 * cli/cli-cmds.c: Include cli/cli-utils.h.
10584 (source_command): Use skip-spaces.
10585 (disassemble_command): Likewise.
10586 * findcmd.c: Include cli/cli-utils.h.
10587 (parse_find_args): Use skip_spaces.
10588 * go32-nat.c: Include cli/cli-utils.h.
10589 (go32_sldt): Use skip_spaces.
10590 (go32_sgdt): Likewise.
10591 (go32_sidt): Likewise.
10592 (go32_pde): Likewise.
10593 (go32_pte): Likewise.
10594 (go32_pte_for_address): Likewise.
10595 * infcmd.c: Include cli/cli-utils.h.
10596 (registers_info): Use skip_spaces.
10597 * linux-tdep.c (read_mapping): Use skip_spaces_const.
10598 (linux_info_proc): Likewise.
10599 * linux-thread-db.c: Include cli/cli-utils.h.
10600 (info_auto_load_libthread_db): Use skip_spaces_const.
10601 * m32r-rom.c: Include cli/cli-utils.h.
10602 (m32r_upload_command): Use skip_spaces.
10603 * maint.c: Include cli/cli-utils.h.
10604 (maintenance_translate_address): Use skip_spaces.
10605 * mi/mi-parse.c: Include cli/cli-utils.h.
10606 (mi_parse_argv): Use skip_spaces.
10607 (mi_parse): Likewise.
10608 * minsyms.c: Include cli/cli-utils.h.
10609 (msymbol_hash_iw): Use skip_spaces_const.
10610 * objc-lang.c: Include cli/cli-utils.h.
10611 (parse_selector): Use skip_spaces.
10612 (parse_method): Likewise.
10613 * python/python.c: Include cli/cli-utils.h.
10614 (python_interactive_command)[HAVE_PYTHON]: Use skip_spaces.
10615 (python_command)[HAVE_PYTHON]: Likewise.
10616 (python_interactive_command)[!HAVE_PYTHON]: Likewise.
10617 * remote-m32r-sdi.c: Include cli/cli-utils.h.
10618 (m32r_load): Use skip_spaces.
10619 * serial.c: Include cli/cli-utils.h.
10620 (serial_open): Use skip_spaces_const.
10621 * stack.c: Include cli/cli-utils.h.
10622 (parse_frame_specification_1): Use skip_spaces_const.
10623 * symfile.c: Include cli/cli-utils.h.
10624 (set_ext_lang_command): Use skip_spaces.
10625 * symtab.c: Include cli/cli-utils.h.
10626 (rbreak_command): Use skip_spaces.
10627 * thread.c (thread_name_command): Use skip_spaces.
10628 * tracepoint.c (validate_actionline): Use skip_spaces.
10629 (encode_actions_1): Likewise.
10630 (trace_find_range_command): Likewise.
10631 (trace_find_outside_command): Likewise.
10632 (trace_dump_actions): Likewise.
10633
10634 2013-03-07 Pedro Alves <palves@redhat.com>
10635
10636 * c-lang.c (parse_one_string): Cast argument to gdb_byte *.
10637 * expprint.c (print_subexp_standard): Likewise.
10638 * utils.c (host_char_to_target): Likewise.
10639 * valprint.c (generic_emit_char, generic_printstr): Likewise.
10640 * varobj.c (value_get_print_value): Change type of local to char*.
10641 Cast it gdb_byte * in call to language printer.
10642
10643 2013-03-07 Pedro Alves <palves@redhat.com>
10644
10645 * charset.c (struct wchar_iterator) <input>: Change type to 'const
10646 gdb_byte *'.
10647 (make_wchar_iterator): Remove cast to char*.
10648 (wchar_iterate): Change type of local.
10649
10650 2013-03-07 Pedro Alves <palves@redhat.com>
10651
10652 * regcache.c (regcache_xmalloc_1): Call XCALLOC with signed char
10653 for 'regcache->register_status'.
10654
10655 2013-03-07 Pedro Alves <palves@redhat.com>
10656
10657 * breakpoint.c (breakpoint_xfer_memory): Change type of local to
10658 int.
10659
10660 2013-03-07 Pedro Alves <palves@redhat.com>
10661
10662 * stap-probe.c (handle_stap_probe): Add cast to char*.
10663
10664 2013-03-07 Pedro Alves <palves@redhat.com>
10665
10666 * linux-record.c (record_linux_system_call) <gdb_sys_msgrcv,
10667 RECORD_MSGRCV>: Pass a signed variable to
10668 regcache_raw_read_signed, instead of an unsigned one.
10669
10670 2013-03-07 Pedro Alves <palves@redhat.com>
10671
10672 * remote-notif.c (notif_debug): Change type to int.
10673 * remote-notif.h (notif_debug): Likewise.
10674
10675 2013-03-07 Pedro Alves <palves@redhat.com>
10676
10677 * ser-tcp.c (tcp_retry_limit): Change type to unsigned int.
10678
10679 2013-03-07 Pedro Alves <palves@redhat.com>
10680
10681 * remote.c (hex2bin, bin2hex): Move extern declarations to ...
10682 * remote.h (hex2bin, bin2hex): ... here.
10683 * tracepoint.c (hex2bin, bin2hex): Remove extern declarations.
10684
10685 2013-03-07 Eli Zaretskii <eliz@gnu.org>
10686
10687 * utils.c (initialize_utils): Improve doc strings of "set/show
10688 width", "set/show height", and "set/show pagination".
10689
10690 2013-03-06 Keith Seitz <keiths@redhat.com>
10691
10692 * ax-gdb.c (gen_printf): Make FORMAT const.
10693 * ax-gdb.h (gen_printf): Likewise.
10694 * ax-general.c (ax_string): Make STR const.
10695 * ax.h (ax_string): Likewise.
10696
10697 2013-03-06 Doug Evans <dje@google.com>
10698
10699 * elfread.c (elf_symfile_read): Move debugging printf to more
10700 logical location.
10701
10702 2013-03-06 Pedro Alves <palves@redhat.com>
10703
10704 * python/py-utils.c (target_string_to_unicode): Delete function.
10705 * python/python-internal.h (target_string_to_unicode): Delete
10706 declaration.
10707
10708 2013-03-06 Pierre Muller <muller@sourceware.org>
10709
10710 * linespec.c (get_current_search_block): ARI fix, use (void)
10711 for empty parameter list.
10712
10713 2013-03-05 Doug Evans <dje@google.com>
10714
10715 * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents
10716 of old ada_lookup_symbol_list. In !full_search case, don't
10717 search superblocks.
10718 (ada_lookup_symbol_list): Delete arg full_search, all callers
10719 updated. Call ada_lookup_symbol_list_worker.
10720 (ada_iterate_over_symbols): Call ada_lookup_symbol_list_worker.
10721 * ada-lang.h (ada_lookup_symbol_list): Update.
10722 * language.h (language_defn): Update comment for
10723 la_iterate_over_symbols.
10724 * linespec.c (iterate_over_file_blocks): New function.
10725 (iterate_over_all_matching_symtabs): Call it.
10726 (lookup_prefix_sym): Ditto.
10727 (get_current_search_block): New function.
10728 (get_search_block): Delete.
10729 (find_label_symbols): Call get_current_search_block.
10730 (add_matching_symbols_to_info): Call iterate_over_file_blocks.
10731 * symtab.c (iterate_over_symbols): Don't search superblocks.
10732
10733 2013-03-05 Yao Qi <yao@codesourcery.com>
10734
10735 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): Change
10736 parameter VAR's type from "unsigned int" to "int".
10737 * command.h (var_zuinteger_unlimited): Update its comments.
10738 (add_setshow_zuinteger_unlimited_cmd): Update the declaration.
10739
10740 2013-03-05 Corinna Vinschen <vinschen@redhat.de>
10741
10742 * NEWS: Mention new target x86_64-*-cygwin*.
10743
10744 2013-03-05 Corinna Vinschen <vinschen@redhat.de>
10745
10746 * configure.host: Add x86_64-*-cygwin* as host.
10747 * configure.tgt: Add x86_64-*-cygwin* as target.
10748 * config/i386/cygwin64.mh: New file.
10749
10750 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10751
10752 * linespec.c (decode_line_2): Fix duplicate request off by two message.
10753
10754 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10755
10756 * linespec.c (struct linespec_canonical_name): New.
10757 (struct linespec_state): Change canonical_names type to it.
10758 (add_sal_to_sals): Change variable canonical_name to canonical. Change
10759 xrealloc element size. Initialize the different CANONICAL fields.
10760 (canonical_to_fullform): New.
10761 (filter_results): Use it. Add variables canonical, fullform and
10762 cleanup.
10763 (struct decode_line_2_item, decode_line_2_compare_items): New.
10764 (decode_line_2): Remove variables iter and item_names, add variables
10765 items and items_count. Modify the code for these new variables.
10766
10767 2013-03-04 Corinna Vinschen <vinschen@redhat.com>
10768
10769 * coff-pe-read.c (read_pe_exported_syms): Don't return without
10770 calling do_cleanup.
10771
10772 2013-03-04 Luis Machado <lgustavo@codesourcery.com>
10773
10774 * tracepoint.c (build_traceframe_info): Add code for byte order.
10775
10776 2013-03-02 Kevin Buettner <kevinb@redhat.com>
10777
10778 * v850-tdep.c: (v850e2_register_name): Revise system register
10779 names to match current V850E2M architecture specifications.
10780 Update register number enum comments too.
10781
10782 2013-03-01 Jiong Wang <jiwang@tilera.com>
10783 Pedro Alves <palves@redhat.com>
10784
10785 * tilegx-tdep.c (tilegx_analyze_prologue): Limit bundle reading
10786 to END_ADDR.
10787 (tilegx_skip_prologue): Limit prologue analysis to section end.
10788
10789 2013-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10790
10791 * dwarf2loc.c (call_site_find_chain_1): New variable save_callee_pc,
10792 use it.
10793
10794 2013-03-01 Pedro Alves <palves@redhat.com>
10795
10796 Use gdb_byte for bytes from the program being debugged.
10797
10798 * arm-tdep.c (arm_store_return_value, arm_get_longjmp_target):
10799 Change type of local 'buf' to gdb_byte.
10800 * avr-tdep.c (avr_frame_prev_register, avr_push_dummy_call): Likewise.
10801 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
10802 * cris-tdep.c (cris_sigcontext_addr)
10803 (cris_sigtramp_frame_unwind_cache): Likewise.
10804 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp)
10805 (frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
10806 Likewise.
10807 * frv-tdep.c (frv_pseudo_register_write, frv_analyze_prologue): Likewise.
10808 * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer)
10809 (hppa32_hpux_search_dummy_call_sequence)
10810 (hppa_hpux_supply_save_state): Likewise.
10811 * hppa-linux-tdep.c (insns_match_pattern)
10812 (hppa_linux_find_global_pointer): Likewise.
10813 * hppa-tdep.c (hppa_in_function_epilogue_p)
10814 (skip_prologue_hard_way, hppa_frame_cache): Likewise.
10815 * i386-nto-tdep.c (i386nto_sigcontext_addr): Likewise.
10816 * i386fbsd-tdep.c (i386fbsd_supply_uthread)
10817 (i386fbsd_collect_uthread): Likewise.
10818 * ia64-hpux-tdep.c (ia64_hpux_push_dummy_code): Likewise.
10819 * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Likewise.
10820 * ia64-tdep.c (examine_prologue, ia64_frame_cache)
10821 (ia64_frame_prev_register, ia64_sigtramp_frame_cache)
10822 (ia64_sigtramp_frame_prev_register, ia64_access_reg)
10823 (ia64_access_rse_reg, ia64_libunwind_frame_this_id)
10824 (ia64_libunwind_frame_prev_register)
10825 (ia64_libunwind_sigtramp_frame_this_id)
10826 (ia64_find_global_pointer_from_dynamic_section)
10827 (find_extant_func_descr, find_func_descr, ia64_dummy_id)
10828 (ia64_unwind_pc): Likewise.
10829 * iq2000-tdep.c (iq2000_store_return_value): Likewise.
10830 * m68hc11-tdep.c (m68hc11_push_dummy_call)
10831 (m68hc11_extract_return_value): Likewise.
10832 * m68klinux-nat.c (fetch_register, store_register): Likewise.
10833 * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_cr32_write)
10834 (mep_get_insn, mep_push_dummy_call): Likewise.
10835 * mips-linux-tdep.c (mips_linux_get_longjmp_target)
10836 (mips_linux_in_dynsym_stub): Likewise.
10837 * mn10300-tdep.c (mep_pseudo_cr32_write): Likewise.
10838 * ppc-linux-nat.c (fetch_register, store_register): Likewise.
10839 * regcache.c (dump_endian_bytes): Change type of parameter 'buf'
10840 to gdb_byte.
10841 * remote-mips.c (mips_set_register): Likewise.
10842 * remote-sim.c (gdbsim_fetch_register): Likewise.
10843 * score-tdep.c (score7_fetch_inst): Change type of parameter
10844 'memblock' and local 'buf' to gdb_byte.
10845 (score7_malloc_and_get_memblock): Change return type to gdb_byte.
10846 Change type of local 'buf' to gdb_byte. Adjust.
10847 (score7_adjust_memblock_ptr): Change type of parameter 'memblock'
10848 to gdb_byte**.
10849 (score7_analyze_prologue): Change type of 'memblock' and
10850 'memblock_ptr' locals to gdb_byte*.
10851 * sh64-tdep.c (sh64_extract_return_value)
10852 (sh64_store_return_value): Change type of local 'buf' to gdb_byte.
10853 * solib-darwin.c (darwin_current_sos, darwin_read_exec_load_addr):
10854 * solib-pa64.c (pa64_solib_create_inferior_hook)
10855 (pa64_open_symbol_file_object): Remove local 'buf'.
10856 * solib-som.c (som_solib_create_inferior_hook, link_map_start)
10857 (som_open_symbol_file_object): Likewise.
10858 * solib-spu.c (spu_current_sos): Likewise.
10859 * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
10860 * spu-multiarch.c (parse_spufs_run, spu_fetch_registers)
10861 (spu_store_registers): Likewise.
10862 * target.c (debug_print_register): Likewise.
10863 * tic6x-tdep.c (tic6x_get_longjmp_target): Likewise.
10864 * xstormy16-tdep.c (xstormy16_store_return_value)
10865 (xstormy16_push_dummy_call, xstormy16_resolve_jmp_table_entry)
10866 (xstormy16_find_jmp_table_entry): Likewise.
10867
10868 2013-03-01 Jiong Wang <jiwang@tilera.com>
10869
10870 * tilegx-tdep.c (tilegx_get_longjmp_target): New function.
10871 (tilegx_gdbarch_init): Install it.
10872
10873 2013-02-28 Tom Tromey <tromey@redhat.com>
10874
10875 * python/py-arch.c (archpy_disassemble): Use PyInt_Check and
10876 PyLong_Check.
10877
10878 2013-02-28 Doug Evans <dje@google.com>
10879
10880 * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
10881 * python/python.c (gdbpy_find_pc_line): Ditto.
10882
10883 2013-02-28 Tom Tromey <tromey@redhat.com>
10884
10885 * contrib/excheck.py: New file.
10886 * contrib/exsummary.py: New file.
10887 * contrib/gcc-with-excheck: New file.
10888
10889 2013-02-28 Tom Tromey <tromey@redhat.com>
10890
10891 * python/python.c (gdbpy_print_stack): Call begin_line and
10892 fprintf_filtered inside TRY_CATCH.
10893
10894 2013-02-28 Tom Tromey <tromey@redhat.com>
10895
10896 * python/python.c (gdbpy_find_pc_line): Call find_pc_line
10897 inside TRY_CATCH.
10898
10899 2013-02-28 Tom Tromey <tromey@redhat.com>
10900
10901 * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to call
10902 frame_object_to_frame_info inside TRY_CATCH.
10903
10904 2013-02-28 Tom Tromey <tromey@redhat.com>
10905
10906 * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside
10907 TRY_CATCH.
10908
10909 2013-02-28 Tom Tromey <tromey@redhat.com>
10910
10911 * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.
10912
10913 2013-02-27 Corinna Vinschen <vinschen@redhat.com>
10914
10915 * windows-nat.c: Throughout, fix format strings and casts of
10916 printf-like functions to avoid type related warnings on all
10917 platforms.
10918 (handle_output_debug_string): Fetch context information address
10919 from debug string using string_to_core_addr.
10920
10921 2013-02-27 Jiong Wang <jiwang@tilera.com>
10922
10923 * regformats/reg-tilegx.dat (name): Change abi name to "tilegx".
10924 * regformats/reg-tilegx32.dat: New.
10925
10926 2013-02-27 Jiong Wang <jiwang@tilera.com>
10927
10928 * configure.tgt (tilegx-*-linux*): Enable gdbserver.
10929
10930 2013-02-27 Jiong Wang <jiwang@tilera.com>
10931
10932 * configure.tgt (tilegx-*-linux*): Replace whitespace with tab.
10933
10934 2013-02-27 Yao Qi <yao@codesourcery.com>
10935 Pedro Alves <palves@redhat.com>
10936
10937 * tracepoint.c (tfile_trace_find): For tfind
10938 pc/tp/range/outside, look for the next trace frame instead of
10939 always starting from frame 0.
10940
10941 2013-02-26 Anthony Green <green@moxielogic.com>
10942
10943 * configure.tgt: Add support for moxie-*-rtems* target.
10944
10945 2013-02-25 Pedro Alves <palves@redhat.com>
10946
10947 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Change
10948 warning text.
10949
10950 2013-02-24 Maciej W. Rozycki <macro@codesourcery.com>
10951
10952 * mips-tdep.c (mips32_scan_prologue): Reset frame_offset to zero
10953 if $fp is used as the virtual frame pointer.
10954
10955 2013-02-23 Alan Modra <amodra@gmail.com>
10956
10957 * elfread.c (elf_symtab_read): Do not use udata.p here to find
10958 symbol size.
10959 * ppc64-tdep.c (ppc64_elf_make_msymbol_special): New function.
10960 * ppc64-tdep.h (ppc64_elf_make_msymbol_special): Declare.
10961 * ppc-linux-tdep.c (ppc_linux_init_abi): Set up to use the above.
10962 * ppcfbsd-tdep.c (ppcfbsd_init_abi): Likewise.
10963
10964 2013-02-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10965
10966 Code cleanup.
10967 * elfread.c (build_id_bfd_get): Make the return type const.
10968 (build_id_verify): Make the check parameter const.
10969 (build_id_to_debug_filename): Make the build_id parameter and variable
10970 data const.
10971 (find_separate_debug_file_by_buildid): Make the variable build_id const.
10972
10973 2013-02-21 Alan Modra <amodra@gmail.com>
10974
10975 * elfread.c (build_id_bfd_get): Adjust for elf_tdata changes.
10976
10977 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
10978
10979 Add a new method 'disassemble' to gdb.Architecture class.
10980 * python/py-arch.c (archpy_disassmble): Implementation of the
10981 new method gdb.Architecture.disassemble.
10982 (arch_object_methods): Add entry for the new method.
10983
10984 2013-02-20 Jiong Wang <jiwang@tilera.com>
10985
10986 * MAINTAINERS (Write After Approval): Add myself to the list.
10987
10988 2013-02-19 Pedro Alves <palves@redhat.com>
10989
10990 Garbage collect 'struct monitor_ops'::load_routine.
10991
10992 * monitor.h (struct monitor_ops) <load_routine>: Remove field.
10993 * monitor.c (monitor_load): No longer call
10994 current_monitor->load_routine.
10995 * dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
10996 * m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
10997 * ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.
10998
10999 2013-02-19 Pedro Alves <palves@redhat.com>
11000
11001 PR gdb/15161
11002
11003 Harmonize with generic_load.
11004
11005 * monitor.c: Include "readline/readline.h".
11006 (monitor_load): Rename parameter 'file' to 'args'. Use build_argv
11007 instead of sscanf. Use CORE_ADDR/strtoulst instead of unsigned
11008 long/strtol for the 'load_offset' local. Error out if no argument
11009 is given or if too many arguments are given. Tilde expand the
11010 passed in file name.
11011
11012 2013-02-19 Kai Tietz <ktietz@redhat.com>
11013
11014 PR gdb/15161
11015 * symfile.c (load_section_data): Change type of load_offset
11016 to CORE_ADDR.
11017 (generic_load): User strtoulst instead of strtoul for conversion
11018 of load_offset.
11019
11020 2013-02-19 Jiong Wang <jiwang@tilera.com>
11021
11022 * tilegx-tdep.c (tilegx_analyze_prologue): add check for
11023 for return address, "lr" register, saved on stack.
11024 * tilegx-tdep.c (tilegx_frame_cache): update "PC" reg
11025 after we invoke tilegx_analyze_prologue.
11026
11027 2013-02-19 Jiong Wang <jiwang@tilera.com>
11028
11029 * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
11030
11031 2013-02-19 Jiong Wang <jiwang@tilera.com>
11032
11033 * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal.
11034
11035 2013-02-19 Jiong Wang <jiwang@tilera.com>
11036
11037 * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro.
11038 (tilegx_write_pc): New function.
11039 (tilegx_cannot_reference_register): Return zero if REGNO
11040 is TILEGX_FAULTNUM_REGNUM.
11041 (tilegx_gdbarch_init): Add call to set_gdbarch_write_pc.
11042 (tilegx_register_name): Add handling of "faultnum" register.
11043 * tilegx-tdep.h (enum tilegx_regnum): Add TILEGX_FAULTNUM_REGNUM.
11044 * tilegx-linux-tdep.c (tilegx_linux_supply_regset): Add
11045 handling of TILEGX_FAULTNUM_REGNUM.
11046 * tilegx-linux-nat.c (regmap): Add entry for TILEGX_FAULTNUM_REGNUM.
11047
11048 2013-02-19 Jiong Wang <jiwang@tilera.com>
11049
11050 * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack
11051 should be aligned to 64bit.
11052
11053 2013-02-19 Kai Tietz <ktietz@redhat.com>
11054
11055 * windows-nat.c (windows_xfer_memory): Fix debug-output
11056 for LLP64.
11057
11058 2013-02-19 Lei Liu <lei.liu2@windriver.com>
11059
11060 * mips-linux-nat.c (mips64_linux_regsets_store_registers):
11061 Don't check DSP register number if HAVE_DSP is not set.
11062
11063 2013-02-19 Alan Modra <amodra@gmail.com>
11064
11065 * elfread.c (struct build_id): Delete. Use struct elf_build_id
11066 throughout file instead.
11067 (build_id_bfd_get): Update to use new elf_tdata build_id field.
11068 Don't xmalloc return value.
11069 (build_id_verify): Similarly. Don't xfree.
11070 (build_id_to_debug_filename): Update.
11071 (find_separate_debug_file_by_buildid): Update, don't xfree.
11072
11073 2013-02-18 Tom Tromey <tromey@redhat.com>
11074
11075 PR gdb/15102:
11076 * dwarf2read.c (read_subrange_type): Use result of
11077 'check_typedef'.
11078
11079 2013-02-16 Yuanhui Zhang <asmwarrior@gmail.com>
11080
11081 * frame.c: Remove one extra white space after #include
11082 directive.
11083
11084 2013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11085
11086 * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
11087
11088 2013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11089
11090 * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
11091 and dir commands into an if block.
11092
11093 2013-02-15 Sanimir Agovic <sanimir.agovic@intel.com>
11094
11095 * python/py-breakpoint (struct pybp_code): Use int instead of
11096 enum type_code.
11097
11098 2013-02-15 Pedro Alves <pedro@codesourcery.com>
11099 Hafiz Abid Qadeer <abidh@codesourcery.com>
11100
11101 * NEWS: Mention new field "trace-file".
11102 * tracepoint.c (trace_status_mi): Output "trace-file" field.
11103 (tfile_open): Record the trace file's filename in the trace
11104 status.
11105 (tfile_files_info): Mention the name of the trace file.
11106 Check the "filename" field explicitely.
11107 (trace_status_command): Explicitely check "filename" field.
11108 (trace_find_command): Ditto.
11109 (trace_find_pc_command): Ditto.
11110 (trace_find_tracepoint_command): Ditto.
11111 (trace_find_line_command): Ditto.
11112 (trace_find_range_command): Ditto.
11113 (trace_find_outside_command): Ditto.
11114 * tracepoint.h (struct trace_status) <from_file>: Rename it
11115 to "filename" and make it hold the trace file's filename
11116 instead of a boolean.
11117 * remote.c (remote_get_trace_status): Initialize "filename"
11118 field with NULL instead of 0.
11119
11120 2013-02-15 Yao Qi <yao@codesourcery.com>
11121
11122 * remote.c: Fix a typo.
11123
11124 2013-02-14 Pierre Muller <muller@sourceware.org>
11125
11126 * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
11127
11128 2013-02-14 Pedro Alves <palves@redhat.com>
11129
11130 * utils.c (savestring): Don't #undef it. Move function to
11131 common/common-utils.c.
11132 * common/common-utils.c: Include gdb_string.h.
11133 (savestring): Move here from utils.c.
11134 * common/common-utils.h (savestring): Declare.
11135
11136 2013-02-14 Pedro Alves <palves@redhat.com>
11137
11138 * utils.c (savestring): Rename parameter 'size' to 'len'.
11139
11140 2013-02-14 Pedro Alves <palves@redhat.com>
11141 Yufeng Zhang <yufeng.zhang@arm.com>
11142
11143 * aarch64-linux-nat.c (aarch64_init_debug_reg_state): Delete.
11144 (aarch64_inferior_data, struct aarch64_inferior_data):
11145 Delete.
11146 (struct aarch64_process_info): New.
11147 (aarch64_process_list): New global.
11148 (aarch64_find_process_pid, aarch64_add_process)
11149 (aarch64_process_info_get): New functions.
11150 (aarch64_inferior_data_get): Delete.
11151 (aarch64_process_info_get): New function.
11152 (aarch64_forget_process): New function.
11153 (aarch64_get_debug_reg_state): New parameter 'pid'. Reimplement.
11154 (aarch64_linux_prepare_to_resume): Pass the lwp's pid to
11155 aarch64_get_debug_reg_state.
11156 (aarch64_notify_debug_reg_change): Use iterate_over_lwps
11157 instead of linux_nat_iterate_watchpoint_lwps.
11158 (aarch64_linux_new_fork): New function.
11159 (aarch64_linux_child_post_startup_inferior): Use
11160 aarch64_forget_process instead of aarch64_init_debug_reg_state.
11161 (aarch64_handle_breakpoint, aarch64_linux_insert_hw_breakpoint)
11162 (aarch64_linux_remove_hw_breakpoint)
11163 (aarch64_handle_aligned_watchpoint)
11164 (aarch64_handle_unaligned_watchpoint)
11165 (aarch64_linux_insert_watchpoint)
11166 (aarch64_linux_remove_watchpoint)
11167 (aarch64_linux_stopped_data_address): Adjust to pass the current
11168 process id to aarch64_debug_reg_state.
11169 (_initialize_aarch64_linux_nat): Install aarch64_linux_new_fork as
11170 linux_nat_new_fork hook, and aarch64_forget_process as
11171 linux_nat_forget_process hook; remove the call to
11172 register_inferior_data_with_cleanup.
11173
11174 2013-02-14 Pedro Alves <palves@redhat.com>
11175
11176 * eval.c (evaluate_subexp_for_address) <default_case_after_eval,
11177 EVAL_AVOID_SIDE_EFFECTS>: Swap and handle TYPE_CODE_REF before
11178 lval_memory.
11179
11180 2013-02-14 Pedro Alves <pedro@codesourcery.com>
11181 Hafiz Abid Qadeer <abidh@codesourcery.com>
11182
11183 * tracepoint.h (validate_trace_state_variable_name): Declare.
11184 * tracepoint.c (validate_trace_state_variable_name): New.
11185 (trace_variable_command): Parse the trace state variable's name
11186 without using parse_expression. Do several validations.
11187 * mi/mi-main.c (mi_cmd_trace_define_variable): Don't parse the
11188 trace state variable's name with parse_expression. Validate it.
11189
11190 2013-02-14 Yao Qi <yao@codesourcery.com>
11191
11192 * infcmd.c (breakpoint_proceeded): Remove it.
11193
11194 2013-02-14 Yao Qi <yao@codesourcery.com>
11195
11196 * tracepoint.c (end_actions_pseudocommand): Make it static.
11197 (while_stepping_pseudocommand): Likewise.
11198 * tracepoint.h (end_actions_pseudocommand): Remove the
11199 declaration.
11200 (while_stepping_pseudocommand): Likewise.
11201
11202 2013-02-14 Yao Qi <yao@codesourcery.com>
11203
11204 * cli/cli-decode.c (help_cmd): Remove the declaration of
11205 "cmdlist".
11206 (help_all): Likewise.
11207
11208 2013-02-13 Pedro Alves <palves@redhat.com>
11209
11210 * amd64-linux-nat.c (update_debug_registers_callback):
11211 Update comment.
11212 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
11213 iterate_over_lwps.
11214 (amd64_linux_prepare_to_resume): Pass the lwp's pid to
11215 i386_debug_reg_state.
11216 (amd64_linux_new_fork): New function.
11217 (_initialize_amd64_linux_nat): Install amd64_linux_new_fork as
11218 linux_nat_new_fork hook, and i386_forget_process as
11219 linux_nat_forget_process hook.
11220 * i386-linux-nat.c (update_debug_registers_callback):
11221 Update comment.
11222 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
11223 iterate_over_lwps.
11224 (i386_linux_prepare_to_resume): Pass the lwp's pid to
11225 i386_debug_reg_state.
11226 (i386_linux_new_fork): New function.
11227 (_initialize_i386_linux_nat): Install i386_linux_new_fork as
11228 linux_nat_new_fork hook, and i386_forget_process as
11229 linux_nat_forget_process hook.
11230 * i386-nat.c (i386_init_dregs): Delete.
11231 (i386_inferior_data, struct i386_inferior_data):
11232 Delete.
11233 (struct i386_process_info): New.
11234 (i386_process_list): New global.
11235 (i386_find_process_pid, i386_add_process, i386_process_info_get):
11236 New functions.
11237 (i386_inferior_data_get): Delete.
11238 (i386_process_info_get): New function.
11239 (i386_debug_reg_state): New parameter 'pid'. Reimplement.
11240 (i386_forget_process): New function.
11241 (i386_cleanup_dregs): Rewrite.
11242 (i386_update_inferior_debug_regs, i386_insert_watchpoint)
11243 (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
11244 (i386_stopped_data_address, i386_insert_hw_breakpoint)
11245 (i386_remove_hw_breakpoint): Adjust to pass the current process id
11246 to i386_debug_reg_state.
11247 (i386_use_watchpoints): Don't register inferior data.
11248 * i386-nat.h (i386_debug_reg_state): Add new 'pid' parameter, and
11249 adjust comment.
11250 (i386_forget_process): Declare.
11251 * linux-fork.c (delete_fork): Call linux_nat_forget_process.
11252 * linux-nat.c (linux_nat_new_fork, linux_nat_forget_process_hook):
11253 New static globals.
11254 (linux_child_follow_fork): Don't call linux_nat_new_thread here.
11255 (add_initial_lwp): New, factored out from ...
11256 (add_lwp): ... this. Don't check the number of lwps before
11257 calling linux_nat_new_thread.
11258 (linux_nat_iterate_watchpoint_lwps): Delete.
11259 (linux_nat_attach): Use add_initial_lwp instead of add_lwp.
11260 (linux_handle_extended_wait): Call the linux_nat_new_fork hook on
11261 forks and vforks.
11262 (linux_nat_wait_1): Use add_initial_lwp instead of add_lwp for the
11263 initial lwp.
11264 (linux_nat_kill, linux_nat_mourn_inferior): Call
11265 linux_nat_forget_process.
11266 (linux_nat_set_new_fork, linux_nat_set_forget_process)
11267 (linux_nat_forget_process): New functions.
11268 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): Delete
11269 type.
11270 (linux_nat_iterate_watchpoint_lwps): Delete declaration.
11271 (linux_nat_new_fork_ftype, linux_nat_forget_process_ftype): New
11272 types.
11273 (linux_nat_set_new_fork, linux_nat_set_forget_process)
11274 (linux_nat_forget_process): New declarations.
11275
11276 * amd64fbsd-nat.c (super_mourn_inferior): New global.
11277 (amd64fbsd_mourn_inferior): New function.
11278 (_initialize_amd64fbsd_nat): Override to_mourn_inferior.
11279 * windows-nat.c (windows_detach): Call i386_cleanup_dregs.
11280
11281 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
11282
11283 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
11284 Adding _().
11285
11286 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
11287
11288 * aarch64-linux-nat.c (debug_reg_change_callback)
11289 (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
11290 %s and phex().
11291
11292 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
11293
11294 * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
11295 with LONGEST.
11296
11297 2013-02-13 Pedro Alves <palves@redhat.com>
11298 Hafiz Abid Qadeer <abidh@codesourcery.com>
11299
11300 * c-lang.c (c_op_print_tab): Add entry for UNOP_PLUS.
11301
11302 2013-02-12 Tom Tromey <tromey@redhat.com>
11303
11304 PR symtab/11464:
11305 * c-exp.y (lex_one_token): Initialize other fields of yylval on
11306 NAME return.
11307 (classify_inner_name): Remove 'first_name' argument, add
11308 'context'. Remove unused variable.
11309 (yylex): Explicitly maintain the context type. Exit loop earlier
11310 if NAME result is seen.
11311
11312 2013-02-12 Pedro Alves <palves@redhat.com>
11313
11314 * amd64-darwin-tdep.c: Add (C) after Copyright.
11315 * cli/cli-cmds.h: Ditto.
11316 * cli/cli-decode.c: Ditto.
11317 * cli/cli-decode.h: Ditto.
11318 * cli/cli-dump.c: Ditto.
11319 * cli/cli-dump.h: Ditto.
11320 * cli/cli-interp.c: Ditto.
11321 * cli/cli-logging.c: Ditto.
11322 * cli/cli-script.c: Ditto.
11323 * cli/cli-script.h: Ditto.
11324 * cli/cli-setshow.c: Ditto.
11325 * cli/cli-setshow.h: Ditto.
11326 * cli/cli-utils.c: Ditto.
11327 * cli/cli-utils.h: Ditto.
11328 * config/alpha/nm-osf3.h: Ditto.
11329 * config/djgpp/djconfig.sh: Ditto.
11330 * config/i386/nm-fbsd.h: Ditto.
11331 * config/i386/nm-i386gnu.h: Ditto.
11332 * config/nm-linux.h: Ditto.
11333 * config/nm-nto.h: Ditto.
11334 * config/rs6000/nm-rs6000.h: Ditto.
11335 * config/sparc/nm-sol2.h: Ditto.
11336 * darwin-nat-info.c: Ditto.
11337 * dfp.c: Ditto.
11338 * dfp.h: Ditto.
11339 * gdb-demangle.h: Ditto.
11340 * i386-darwin-nat.c: Ditto.
11341 * i386-darwin-tdep.c: Ditto.
11342 * linux-fork.h: Ditto.
11343 * m32c-tdep.c: Ditto.
11344 * microblaze-linux-tdep.c: Ditto.
11345 * microblaze-rom.c: Ditto.
11346 * microblaze-tdep.c: Ditto.
11347 * microblaze-tdep.h: Ditto.
11348 * mips-linux-tdep.h: Ditto.
11349 * ppc-ravenscar-thread.c: Ditto.
11350 * ppc-ravenscar-thread.h: Ditto.
11351 * prologue-value.c: Ditto.
11352 * prologue-value.h: Ditto.
11353 * ravenscar-thread.c: Ditto.
11354 * ravenscar-thread.h: Ditto.
11355 * sparc-ravenscar-thread.c: Ditto.
11356 * sparc-ravenscar-thread.h: Ditto.
11357 * tilegx-linux-tdep.c: Ditto.
11358 * unwind_stop_reasons.def: Ditto.
11359 * windows-nat.h: Ditto.
11360 * xtensa-linux-tdep.c: Ditto.
11361 * xtensa-xtregs.c: Ditto.
11362 * regformats/regdat.sh: Ditto.
11363 * regformats/regdef.h: Ditto.
11364
11365 2013-02-12 Pedro Alves <palves@redhat.com>
11366
11367 * break-catch-sig.c: Update copyright years.
11368
11369 2013-02-11 Siva Chandra Reddy <sivachandra@google.com>
11370
11371 Add support for a destructor for ui_out data and use it to
11372 provide a ui_out destructor.
11373 * ui-out.h: Declare the new ui_out destructor.
11374 (ui_out_impl): Add a field for data destructor in ui_out_impl.
11375 * ui-out.c (default_data_destroy): Add a default data destructor
11376 which does nothing.
11377 (default_ui_out_impl): Set the new data_destroy field to
11378 default_data_destroy
11379 (uo_data_destroy): Local function which invokes the data
11380 destructor if present.
11381 (clear_table): Local function which clears the table data of a
11382 ui_out object.
11383 (ui_out_destroy): Public function which frees a ui_out object.
11384 (ui_out_table_end): Use the new clear_table function.
11385 * cli-out.c (cli_ui_out_impl): Set the new data_destroy field to
11386 NULL.
11387 * mi/mi-out.c (mi_ui_out_impl): Set the new data_destroy field
11388 to NULL.
11389
11390 2013-02-11 Doug Evans <dje@google.com>
11391
11392 * printcmd.c (printf_c_string,printf_wide_c_string): New functions.
11393 (printf_decfloat): New function. Broken out from ui_printf.
11394 Remove unnecessary code to shift the entire format string down.
11395 (printf_pointer): New function.
11396 (ui_printf): Code to print C strings, wide C strings, decfloats,
11397 and pointers moved to separate functions.
11398
11399 2013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
11400
11401 * valops.c (value_assign): Handling bitfield offset in
11402 `lval_internalvar_component' case.
11403
11404 2013-02-08 Doug Evans <dje@google.com>
11405
11406 * common/format.c (parse_format_string): Fix whitespace.
11407
11408 2013-02-08 Matthew Gretton-Dann <matthew.gretton-dann@linaro.org>
11409
11410 * stack.c (return_command): Work around uninitialized variable
11411 warning.
11412
11413 2013-02-08 Yufeng Zhang <yufeng.zhang@arm.com>
11414
11415 * aarch64-linux-tdep.c (AARCH64_LINUX_SIZEOF_GREGSET): Change the
11416 number of the registers from 36 to 34.
11417
11418 2013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
11419
11420 * NEWS: Mention new AArch64 native and target support.
11421
11422 2013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
11423
11424 * MAINTAINERS (Write After Approval): Add myself.
11425
11426 2013-02-08 Jim MacArthur <jim.macarthur@arm.com>
11427 Marcus Shawcroft <marcus.shawcroft@arm.com>
11428 Nigel Stephens <nigel.stephens@arm.com>
11429 Yufeng Zhang <yufeng.zhang@arm.com>
11430
11431 * aarch64-linux-nat.c: New file.
11432 * config/aarch64/linux.mh: New file.
11433 * configure.host: Add AArch64.
11434 * Makefile.in (ALLDEPFILES): Add aarch64-linux-nat.c.
11435
11436 2013-02-07 Doug Evans <dje@google.com>
11437
11438 * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument to
11439 disassemble command.
11440
11441 2013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
11442
11443 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
11444 set_gdbarch_fetch_tls_load_module_address.
11445
11446 2013-02-06 David S. Miller <davem@davemloft.net>
11447
11448 * sparc-tdep.c (sparc32_return_value): Handle writing return value when
11449 using RETURN_VALUE_ABI_PRESERVES_ADDRESS.
11450 * value.c (struct_return_convention): New function.
11451 (using_struct_return): Implement in terms of struct_return_convention.
11452 * value.h (struct_return_convention): Declare.
11453 * stack.c (return_command): Allow successful overriding of the return
11454 value when RETURN_VALUE_ABI_PRESERVES_ADDRESS.
11455
11456 2013-02-06 Tom Tromey <tromey@redhat.com>
11457
11458 * python/py-type.c (typy_strip_typedefs): Don't call check_typedef
11459 outside of TRY_CATCH.
11460
11461 2013-02-06 Yao Qi <yao@codesourcery.com>
11462
11463 * mi/mi-interp.c: Include "tracepoint.h".
11464 (mi_tsv_modified): Declare.
11465 (mi_tsv_created, mi_tsv_deleted): Update declaration.
11466 (mi_interpreter_init): Call observer_attach_tsv_modified.
11467 (mi_tsv_modified): New.
11468 (mi_tsv_created, mi_tsv_deleted): Update.
11469 * tracepoint.c (trace_variable_command): Call
11470 observer_notify_tsv_modified if the initial value of tsv is
11471 changed.
11472 (delete_trace_state_variable): Call
11473 observer_notify_tsv_deleted earlier.
11474 (trace_variable_command): Caller update.
11475 (create_tsv_from_upload): Likewise.
11476 * observer.sh: Declare "struct trace_state_variable".
11477
11478 * NEWS: Mention the new MI notification "=tsv-modified".
11479
11480 2013-02-05 Doug Evans <dje@google.com>
11481
11482 * completer.c (location_completer): Fix typo in comment.
11483
11484 2013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11485
11486 * breakpoint.c (add_location_to_breakpoint): Insert the location with
11487 ADDRESS sorted.
11488
11489 2013-02-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
11490
11491 * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:
11492 Refactor if statement to avoid trailing || operator.
11493
11494 2013-02-05 Andreas Tobler <andreast@fgznet.ch>
11495
11496 * NEWS: Add PowerPC FreeBSD as a new native configuration.
11497
11498 2013-02-04 Andreas Tobler <andreast@fgznet.ch>
11499
11500 * Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
11501 * configure.host: Add powerpc*-*-freebsd* target.
11502 * configure.tgt: Add target info for powerpc*-*-freebsd*.
11503 * ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
11504 * config/powerpc/fbsd.mh: New file.
11505
11506 2013-02-04 Sergio Durigan Junior <sergiodj@redhat.com>
11507 Denys Vlasenko <dvlasenk@redhat.com>
11508 Pedro Alves <palves@redhat.com>
11509
11510 * gdbarch.sh (elfcore_write_linux_prpsinfo): New F hook.
11511 (struct elf_internal_linux_prpsinfo): Forward declare.
11512 * gdbarch.h, gdbarch.c: Regenerate.
11513 * linux-tdep.c: Include `cli/cli-utils.h'.
11514 (linux_fill_prpsinfo): New function.
11515 (linux_make_corefile_notes): Use linux_fill_prpsinfo. If there's
11516 an elfcore_write_linux_prpsinfo hook, use it, otherwise, use
11517 elfcore_write_linux_prpsinfo32 or elfcore_write_linux_prpsinfo64
11518 depending on gdbarch pointer bitness.
11519 * ppc-linux-tdep.c: Include elf-bfd.h.
11520 (ppc_linux_init_abi): Hook in elfcore_write_ppc_linux_prpsinfo32
11521 on 32-bit.
11522
11523 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
11524 Marcus Shawcroft <marcus.shawcroft@arm.com>
11525 Nigel Stephens <nigel.stephens@arm.com>
11526 Yufeng Zhang <yufeng.zhang@arm.com>
11527
11528 * configure.tgt (aarch64*-*-linux*): Set build_gdbserver=yes.
11529
11530 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
11531 Marcus Shawcroft <marcus.shawcroft@arm.com>
11532 Nigel Stephens <nigel.stephens@arm.com>
11533 Yufeng Zhang <yufeng.zhang@arm.com>
11534
11535 * aarch64-newlib-tdep.c: New file.
11536 * configure.tgt: Add aarch64-newlib-tdep.o to gdb_target_obs of
11537 aarch64*-*-elf.
11538 * defs.h (enum gdb_osabi): Add GDB_OSABI_NEWLIB.
11539 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-newlib-tdep.o.
11540 (ALLDEPFILES): Add aarch64-newlib-tdep.c.
11541 * osabi.c (gdb_osabi_names): Add "Newlib".
11542
11543 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
11544 Marcus Shawcroft <marcus.shawcroft@arm.com>
11545 Nigel Stephens <nigel.stephens@arm.com>
11546 Yufeng Zhang <yufeng.zhang@arm.com>
11547
11548 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-linux-tdep.o.
11549 (ALLDEPFILES): Add aarch64-linux-tdep.c.
11550 * aarch64-linux-tdep.c: New file.
11551 * aarch64-linux-tdep.h: New file.
11552 * aarch64-tdep.h (gdbarch_tdep): Define gregset and fpregset.
11553 * configure.tgt: Add aarch64-none-linux-gnu.
11554
11555 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
11556 Marcus Shawcroft <marcus.shawcroft@arm.com>
11557 Nigel Stephens <nigel.stephens@arm.com>
11558 Yufeng Zhang <yufeng.zhang@arm.com>
11559
11560 * Makefile.in (ALL_64_TARGET_OBS): Add arch64-tdep.o.
11561 (HFILES_NO_SRCDIR): Add aarch64-tdep.h.
11562 (ALLDEPFILES): Add aarch64-tdep.c.
11563 * aarch64-tdep.c: New file.
11564 * aarch64-tdep.h: New file.
11565 * configure.tgt: Add AArch64.
11566 * features/Makefile (WHICH): Add aarch64 and aarch64-without-fpu.
11567 (aarch64-expedite): New definition.
11568 * features/aarch64-core.xml: New file.
11569 * features/aarch64-fpu.xml: New file.
11570 * features/aarch64-without-fpu.c: New file (generated).
11571 * features/aarch64-without-fpu.xml: New file.
11572 * features/aarch64.c: New file (generated).
11573 * features/aarch64.xml: New file.
11574 * regformats/aarch64-without-fpu.dat: New file (generated).
11575 * regformats/aarch64.dat: New file (generated).
11576
11577 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11578
11579 * contrib/expect-read1.c: New file.
11580 * contrib/expect-read1.sh: New file.
11581
11582 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11583
11584 * dwarf2read.c (file_file_name): New function with code from
11585 file_full_name.
11586 (file_full_name): Move most of the code to file_file_name.
11587 (macro_start_file): Rename variable full_name to file_name and use
11588 file_file_name for it. Add comp_dir parameter to new_macro_table.
11589 * macrocmd.c (show_pp_source_pos): New variable fullname. Replace any
11590 macro_source_file->filename access by macro_source_fullname call.
11591 * macroscope.c (_initialize_macroscope): Update the new_macro_table
11592 caller.
11593 * macrotab.c (struct macro_table): New field comp_dir.
11594 (macro_include): New variables link_fullname and source_fullname.
11595 Replace any macro_source_file->filename access by macro_source_fullname
11596 call.
11597 (macro_lookup_inclusion): Remove the partial filenames checking code.
11598 (check_for_redefinition): New variables source_fullname and
11599 found_key_fullname. Replace any macro_source_file->filename access by
11600 macro_source_fullname call.
11601 (macro_undef): New variables source_fullname and key_fullname. Replace
11602 any macro_source_file->filename access by macro_source_fullname call.
11603 (macro_lookup_definition): New variables retval and source_fullname.
11604 Replace any macro_source_file->filename access by macro_source_fullname
11605 call.
11606 (foreach_macro): New variable key_fullname. Replace any
11607 macro_source_file->filename access by macro_source_fullname call.
11608 (foreach_macro_in_scope): New variable datum_fullname. Replace any
11609 macro_source_file->filename access by macro_source_fullname call.
11610 (new_macro_table): Add parameter comp_dir. Initialize T with it.
11611 (macro_source_fullname): New function.
11612 * macrotab.h (struct macro_source_file): Extent the filename field
11613 comment.
11614 (new_macro_table): New parameter comp_dir, add a comment for it.
11615 (macro_source_fullname): new declaration.
11616
11617 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11618
11619 * dwarf2read.c (dw2_map_symtabs_matching_filename): Move variable
11620 this_real_name to outer block. Use it also for
11621 compare_filenames_for_search.
11622 (dw2_expand_symtabs_matching): New variable this_real_name. Use it
11623 with dw2_get_real_path for file_matcher, considering also
11624 BASENAMES_MAY_DIFFER.
11625 (file_full_name): Prepend COMP_DIR even for relative lh->INCLUDE_DIRS.
11626
11627 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11628
11629 * dwarf2read.c (dw2_expand_symtabs_matching): Add basenames parameter
11630 to the file_matcher parameter. Pass 0 to it.
11631 (dwarf2_create_include_psymtab): Copy also DIRNAME.
11632 * psymtab.c (partial_map_symtabs_matching_filename): Drop handling of
11633 NULL psymtab_to_fullname result.
11634 (psymtab_to_fullname): Remove variable r. Never return NULL, assemble
11635 an expected filename instead.
11636 (expand_symtabs_matching_via_partial): Add basenames parameter to the
11637 file_matcher parameter. Call also psymtab_to_fullname, after newly
11638 considering BASENAMES_MAY_DIFFER.
11639 * source.c (rewrite_source_path): Remove static.
11640 * source.h (rewrite_source_path): New declaration.
11641 * symfile.h (struct quick_symbol_functions): Add basenames parameter to
11642 the expand_symtabs_matching field. Comment it.
11643 * symtab.c (file_matches): New function comment. Add parameter
11644 basenames, implement it.
11645 (search_symbols_file_matches): Add basenames parameter. Update the
11646 file_matches caller.
11647 (search_symbols): Match FILES also against symtab_to_fullname.
11648 Optimize it for BASENAMES_MAY_DIFFER.
11649
11650 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11651
11652 * source.c (print_source_lines_base): Print for TUI also "fullname".
11653 * tui/tui-data.c (init_content_element): Change tui_locator_element
11654 field to full_name.
11655 * tui/tui-data.h (struct tui_locator_element): Likewise.
11656 * tui/tui-disasm.c (tui_show_disassem_and_update_source): Rename
11657 tui_update_locator_filename calls to tui_update_locator_fullname.
11658 Replace symtab->filename refererence by symtab_to_fullname call.
11659 * tui/tui-out.c (tui_field_string): Check for "fullname" now.
11660 * tui/tui-source.c (tui_set_source_content): Change tui_locator_element
11661 field to full_name. Replace symtab->filename refererence by
11662 symtab_to_fullname call.
11663 (tui_show_symtab_source): Rename parameter to fullname. Change
11664 tui_locator_element field to full_name.
11665 * tui/tui-stack.c: Include source.h.
11666 (tui_set_locator_filename): Rename the declaration to ...
11667 (tui_set_locator_fullname): ... here. Rename its parameter to
11668 fullname, updates its comment.
11669 (tui_set_locator_info): Rename its parameter to fullname.
11670 (tui_set_locator_filename): Rename the definition to ...
11671 (tui_set_locator_fullname): ... here. Rename its parameter to
11672 fullname, updates its comment. Change tui_locator_element field to
11673 full_name.
11674 (tui_set_locator_info): Rename its parameter to fullname.
11675 (tui_set_locator_info): Rename callee to tui_set_locator_fullname.
11676 (tui_update_locator_filename): Rename to ...
11677 (tui_update_locator_fullname): ... here. Rename callee to
11678 tui_set_locator_fullname.
11679 (tui_show_frame_info): Replace symtab->filename refererence by
11680 symtab_to_fullname call.
11681 * tui/tui-stack.h (tui_update_locator_filename): Rename to ...
11682 (tui_update_locator_fullname): ... here.
11683 * tui/tui-winsource.c (tui_display_main): Rename the callee to
11684 tui_update_locator_fullname. Replace symtab->filename refererence by
11685 symtab_to_fullname call.
11686 * tui/tui.c (tui_show_source): Rename its parameter to fullname.
11687 Rename the callee to tui_update_locator_fullname.
11688 * tui/tui.h (tui_show_source): Rename its parameter to fullname.
11689
11690 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11691
11692 * ada-lang.c (user_select_syms): Replace symtab->filename refererences
11693 by symtab_to_filename_for_display calls.
11694 * breakpoint.c (print_breakpoint_location, resolve_sal_pc): Likewise.
11695 (clear_command): New variable sal_fullname, initialize it. Replace
11696 compare_filenames_for_search by filename_cmp with sal_fullname.
11697 (say_where, update_static_tracepoint): Replace symtab->filename
11698 refererences by symtab_to_filename_for_display calls.
11699 * cli/cli-cmds.c (edit_command, list_command, ambiguous_line_spec):
11700 Likewise.
11701 * dwarf2read.c: Include source.h.
11702 (fixup_go_packaging): Replace symtab->filename refererences by
11703 symtab_to_filename_for_display calls.
11704 * linespec.c (add_sal_to_sals): Rename variable filename to fullname.
11705 Replace symtab->filename refererences by symtab_to_filename_for_display
11706 calls.
11707 (create_sals_line_offset, convert_linespec_to_sals): New variable
11708 fullname, initialize it, replace symtab->filename reference by the
11709 variable.
11710 * linux-fork.c: Include source.h.
11711 (info_checkpoints_command): Replace symtab->filename refererences by
11712 symtab_to_filename_for_display calls.
11713 * macroscope.c (sal_macro_scope): Replace symtab->filename refererences
11714 by symtab_to_filename_for_display calls.
11715 * mdebugread.c: Include source.h.
11716 (psymtab_to_symtab_1): Replace symtab->filename refererences by
11717 symtab_to_filename_for_display calls.
11718 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
11719 (mi_cmd_file_list_exec_source_files): Likewise.
11720 * printcmd.c: Include source.h.
11721 (build_address_symbolic): Replace symtab->filename refererences by
11722 symtab_to_filename_for_display calls.
11723 * psymtab.c (partial_map_symtabs_matching_filename)
11724 (read_psymtabs_with_fullname): Call compare_filenames_for_search also
11725 with psymtab_to_fullname.
11726 * python/py-symtab.c (stpy_str): Replace symtab->filename refererences
11727 by symtab_to_filename_for_display calls.
11728 (stpy_get_filename): New variable filename, initialize it, use instead
11729 of symtab->filename refererences.
11730 (salpy_str): Make variable filename const char *. Replace
11731 symtab->filename refererences by symtab_to_filename_for_display calls.
11732 * skip.c: Include source.h and filenames.h.
11733 (skip_file_command): Remove const from the symtab variable. Replace
11734 symtab->filename refererences by symtab_to_fullname call.
11735 (function_name_is_marked_for_skip): New variables searched_for_fullname
11736 and fullname. Use them to search also with symtab's fullname.
11737 * source.c (find_source_lines): Replace symtab->filename refererences
11738 by symtab_to_filename_for_display calls.
11739 (print_source_lines_base): New variable filename, use it instead of
11740 symtab->filename. Replace symtab->filename refererences by
11741 symtab_to_filename_for_display calls.
11742 (line_info, forward_search_command): Replace symtab->filename
11743 refererences by symtab_to_filename_for_display calls.
11744 (reverse_search_command): Replace symtab->filename refererences by
11745 symtab_to_filename_for_display calls. New variable filename for it.
11746 * stack.c (frame_info): Likewise.
11747 * symmisc.c: Include source.h.
11748 (dump_objfile, dump_symtab_1, maintenance_print_symbols)
11749 (maintenance_info_symtabs): Replace symtab->filename refererences by
11750 symtab_to_filename_for_display calls.
11751 * symtab.c (iterate_over_some_symtabs): Call
11752 compare_filenames_for_search also with symtab_to_fullname.
11753 (lookup_symbol_aux_quick, basic_lookup_transparent_type_quick): Replace
11754 symtab->filename refererences by symtab_to_filename_for_display calls.
11755 (find_line_symtab): Replace symtab->filename refererences by
11756 symtab_to_filename_for_display calls.
11757 (file_matches): Replace filename_cmp by compare_filenames_for_search.
11758 (print_symbol_info): Make the last parameter const char *. New
11759 variable s_filename. Use it in the function.
11760 (symtab_symbol_info): Make the last_filename variable const char *.
11761 Replace symtab->filename refererences by symtab_to_filename_for_display
11762 calls.
11763 (rbreak_command): New variable fullname. Use it. Replace
11764 symtab->filename refererence by symtab_to_filename_for_display call.
11765 * tracepoint.c (set_traceframe_context, trace_find_line_command)
11766 (print_one_static_tracepoint_marker): Replace symtab->filename
11767 refererences by symtab_to_filename_for_display calls.
11768 * tui/tui-source.c (tui_set_source_content): New variables filename and
11769 s_filename. Replace symtab->filename refererences by this variable.
11770 Replace other symtab->filename refererences by
11771 symtab_to_filename_for_display calls.
11772
11773 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
11774 Jan Kratochvil <jan.kratochvil@redhat.com>
11775
11776 Add a new variable that controls a way in which filenames are
11777 displayed.
11778 * NEWS (set filename-display): New entry.
11779 * source.c (filename_display_basename, filename_display_relative)
11780 (filename_display_absolute, filename_display_kind_names)
11781 (filename_display_string, show_filename_display_string)
11782 (symtab_to_filename_for_display): New.
11783 (_initialize_source): Added initialization of 'filename-display'
11784 variable.
11785 * source.h (symtab_to_filename_for_display): Added declaration.
11786 * stack.c (print_frame): Added new variable and calling of a new
11787 function and condition with this variable. Changed third argument of
11788 calling of a function.
11789
11790 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11791
11792 * tui/tui-data.c (init_win_info, tui_del_window, tui_free_window):
11793 Rename field reference filename to fullname.
11794 * tui/tui-data.h (struct tui_source_info): Rename field filename to
11795 fullname. New comment for it.
11796 * tui/tui-source.c (tui_set_source_content): Rename field reference
11797 filename to fullname. Initialize field by symtab_to_fullname now.
11798 * tui/tui-winsource.c (tui_update_breakpoint_info): Rename field
11799 reference filename to fullname. Use symtab_to_fullname during
11800 comparison.
11801
11802 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11803
11804 Code cleanup.
11805 * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ...
11806 (dw2_expand_symtabs_with_fullname): ... here. Rename parameter
11807 filename to fullname. Rename variable this_name to this_fullname.
11808 Lowercase FILENAME_CMP call.
11809 (dw2_find_symbol_file): New comment for the returned string.
11810 (dwarf2_gdb_index_functions): Rename the function to
11811 dw2_expand_symtabs_with_fullname.
11812 * psymtab.c (read_psymtabs_with_filename): Rename to ...
11813 (read_psymtabs_with_fullname): ... here. Rename parameter filename to
11814 fullname.
11815 (psym_functions): Rename the function to read_psymtabs_with_fullname.
11816 * symfile.h (struct quick_symbol_functions): Rename field
11817 expand_symtabs_with_filename to expand_symtabs_with_fullname and its
11818 parameter filename to fullname. Document returned string meaning for
11819 find_symbol_file.
11820 * symtab.c (find_line_symtab): Rename the called function to
11821 expand_symtabs_with_fullname.
11822
11823 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11824
11825 Code cleanup.
11826 * breakpoint.c (clear_command): Remove variable is_abs, unify the
11827 call of filename_cmp with compare_filenames_for_search.
11828 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
11829 is_abs, unify the call of FILENAME_CMP with
11830 compare_filenames_for_search. New gdb_asserts for real_path and name.
11831 Unify the call of compare_filenames_for_search with FILENAME_CMP.
11832 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
11833 * symfile.h (struct quick_symbol_functions): Extend the comment for
11834 map_symtabs_matching_filename.
11835 * symtab.c (compare_filenames_for_search): Remove the function comment
11836 relative path requirement. Handle absolute filenames, with a comment.
11837 (iterate_over_some_symtabs): Remove variable is_abs, unify the call of
11838 FILENAME_CMP with compare_filenames_for_search. New gdb_asserts for
11839 real_path and name. Unify the call of compare_filenames_for_search
11840 with FILENAME_CMP.
11841 (iterate_over_symtabs): New gdb_assert on REAL_PATH.
11842
11843 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11844
11845 Code cleanup.
11846 * breakpoint.c (print_breakpoint_location): Replace bp_location field
11847 source_file references by symtab field references. Remove variables
11848 sal and fullname.
11849 (momentary_breakpoint_from_master, add_location_to_breakpoint):
11850 (clear_command, say_where): Replace bp_location field source_file
11851 references by symtab field references.
11852 (bp_location_dtor): Remove the source_file reference.
11853 (update_static_tracepoint): Replace bp_location field source_file
11854 references by symtab field references.
11855 (breakpoint_free_objfile): New function.
11856 * breakpoint.h (struct bp_location): Extend the comment for line_number.
11857 Replace the field source_file by field symtab, extend its comment.
11858 (breakpoint_free_objfile): New declaration.
11859 * objfiles.c (free_objfile): Call breakpoint_free_objfile.
11860 * tui/tui-winsource.c (tui_update_breakpoint_info): Replace bp_location
11861 field source_file references by symtab field references.
11862
11863 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11864
11865 Replace xfullpath calls by gdb_realpath calls.
11866 * cli/cli-cmds.c (find_and_open_script): Remove xfullpath from the
11867 function comment.
11868 * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path.
11869 Remove it from the iterate_over_some_symtabs call.
11870 (dw2_map_symtabs_matching_filename): Remove parameter full_path.
11871 Remove it from the dw2_map_expand_apply calls, remove a block handling
11872 it.
11873 * psymtab.c (partial_map_expand_apply): Remove parameter full_path.
11874 Remove it from the iterate_over_some_symtabs call.
11875 (partial_map_symtabs_matching_filename): Remove parameter full_path.
11876 Remove it from the partial_map_expand_apply calls, remove a block
11877 handling it. Drop gdb_realpath call and cleanups from the real_path
11878 handling.
11879 * source.c (openp): Drop the comment part about xfullpath. Replace
11880 xfullpath calls by gdb_realpath calls.
11881 (find_and_open_source): Replace xfullpath call by gdb_realpath call.
11882 * symfile.h (struct quick_symbol_functions): Remove parameter full_path
11883 from method map_symtabs_matching_filename and its comment.
11884 * symmisc.c (maintenance_print_msymbols): Replace xfullpath call by
11885 gdb_realpath call.
11886 * symtab.c (iterate_over_some_symtabs): Remove parameter full_path,
11887 remove it also from the function comment, remove a block handling it.
11888 Drop gdb_realpath call and cleanups from the real_path handling.
11889 (iterate_over_symtabs): Drop variable full_path and its use.
11890 * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
11891 * utils.c (xfullpath): Remove.
11892 * utils.h (xfullpath): Remove.
11893
11894 2013-02-01 Andreas Tobler <andreast@fgznet.ch>
11895
11896 * Makefile.in (ALL_TARGET_OBS): Add ppc64-tdep.o.
11897 (HFILES_NO_SRCDIR): Add ppc64-tdep.h.
11898 (ALLDEPFILES): Add ppc64-tdep.c.
11899 * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
11900 ppc64-tdep.o to gdb_target_obs.
11901 * ppc64-tdep.h: New file.
11902 * ppc64-tdep.c: New file.
11903 (insn_d, insn_ds, insn_xfx, ppc64_desc_entry_point): Move from
11904 ppc-linux-tdep.c to here.
11905 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN)
11906 (PPC64_STANDARD_LINKAGE2_LEN): Likewise and use ARRAY_SIZE macro.
11907 (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target)
11908 (ppc64_standard_linkage3_target, ppc64_skip_trampoline_code): Move
11909 from ppc-linux-tdep.c to here.
11910 (ppc64_convert_from_func_ptr_addr): Rename from
11911 ppc64_linux_convert_from_func_ptr_addr to
11912 ppc64_convert_from_func_ptr_addr and move from ppc-linux-tdep.c to
11913 here.
11914 * rs6000-tdep.c:
11915 (read_insn): Move from ppc-linux-tdep.c to here.
11916 (insns_match_pattern, insn_d_field, insn_ds_field): Move
11917 from ppc-linux-tdep.c to here and rename them with the ppc_ prefix.
11918 * ppc-linux-tdep.c: Include ppc64-tdep.h.
11919 Removed above functions.
11920 (ppc_linux_init_abi): Adjust.
11921
11922 2013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
11923
11924 * ada-valprint.c (ada_print_floating): Remove unused 'len'.
11925
11926 2013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
11927
11928 * ada-lang.c (assign_aggregate): Remove unused 'is_array_aggregate'.
11929
11930 2013-02-01 Pedro Alves <palves@redhat.com>
11931
11932 * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
11933 * frame.h (deprecated_pc_in_call_dummy): Delete declaration.
11934
11935 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11936
11937 * elfread.c (elf_symfile_read): Limit separate debug info additions to
11938 files with no separate debug info.
11939 * objfiles.c (add_separate_debug_objfile): Add gdb_assert calls.
11940 * symfile.c (read_symbols): Call find_separate_debug_file_in_section
11941 only for files with no separate debug info.
11942
11943 2013-01-31 Tom Tromey <tromey@redhat.com>
11944
11945 * jit.c (jit_program_space_data): Rename from jit_inferior_data;
11946 change type.
11947 (struct jit_program_space_data): Rename from jit_inferior_data.
11948 Update comments.
11949 (get_jit_program_space_data): Rename from get_jit_inferior_data.
11950 Change return type. Attach data to program space.
11951 (jit_program_space_data_cleanup): Rename from
11952 jit_inferior_data_cleanup; change argument type.
11953 (jit_read_descriptor): Change 'inf_data' argument to 'ps_data',
11954 change type.
11955 (jit_register_code): Update.
11956 (jit_update_inferior_cache): Remove.
11957 (jit_breakpoint_deleted): Get jit data from the location's program
11958 space.
11959 (jit_breakpoint_re_set_internal): Rename 'inf_data' argument to
11960 'ps_data', change type.
11961 (jit_inferior_init, jit_breakpoint_re_set_internal)
11962 (jit_event_handler): Update.
11963 (free_objfile_data): Get data from objfile's program space.
11964 (_initialize_jit): Update.
11965
11966 2013-01-31 Tom Tromey <tromey@redhat.com>
11967
11968 PR gdb/13987:
11969 * jit.c (struct jit_inferior_data) <cached_code_address,
11970 jit_breakpoint>: New fields.
11971 (jit_breakpoint_re_set_internal): Fix logging. Only create
11972 breakpoint if cached address has changed.
11973 (jit_update_inferior_cache, jit_breakpoint_deleted): New
11974 functions.
11975 (_initialize_jit): Register breakpoint deleted observer.
11976
11977 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
11978
11979 * infrun.c (handle_syscall_event): Remove unused gdbarch.
11980 (save_infcall_suspend_state): Ifdef out unused inf.
11981 (restore_infcall_suspend_state): Ifdef out unused inf.
11982 * jit.c (jit_register_code): Remove unused i, b, inf_data.
11983 (jit_frame_sniffer): Remove unused inf_data.
11984
11985 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
11986
11987 * c-exp.y (classify_inner_name): Remove unused type.
11988 * c-lang.c (c_printstr): Remove unused byte_order, i, things_printed,
11989 in_quotes, need_comma, wchar_buf, output, cleanup, iter, finished,
11990 need_escape.
11991 (c_get_string): Remove unused kind.
11992 * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2.
11993
11994 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
11995
11996 * charset.c (intermediate_encoding): Remove unused i.
11997 * completer.c (signal_completer): Remove unused i.
11998 * continuations.c (discard_my_continuations_1): Remove unused
11999 continuation_ptr.
12000 * corelow.c (core_close): Remove unuseD name.
12001 (get_core_siginfo): Remove unused pid.
12002 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Remove unused
12003 i, cps.
12004 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove unused base_offset.
12005 (loclist_describe_location): Remove unused first.
12006 * event-top.c (command_line_handler): Remove unused got_eof.
12007 * exec.c (exec_close_1): Remove unused need_symtab_cleanup.
12008 (resize_section_table): Remove unused old_value.
12009 * gdb_bfd.c (gdb_bfd_map_section): Remove unused header.
12010 * gnu-v3-abi.c (compute_vtable_size): Remove unused addr.
12011 * i386-tdep.c (i386_process_record): Remove unused rex.
12012 * infcmd.c (get_return_value): Remove unused uiout.
12013 * jv-lang.c (type_from_class): Remove unused is_array.
12014 * jv-valprint.c (java_val_print): Remove unused i.
12015 * linux-nat.c (linux_nat_stop_lwp): Remove unused ptid.
12016 * linux-thread-db.c (thread_db_find_new_threads_2): Remove unuseD pid.
12017 * m2-typeprint.c (m2_print_type): Remove unused code.
12018 * macroexp.c (get_character_constant): Remove unused body_start.
12019 (macro_stringify): Remove unused result.
12020 * objc-lang.c (find_methods): Remove unused gdbarch.
12021 * objfiles.c (filter_overlapping_sections): Remove unused abfd1, abfd2.
12022 * regcache.c (regcache_cooked_read): Remove unused gdbarch.
12023 * stack.c (print_frame_args): Remove unused summary.
12024 * thread.c (thread_apply_command): Remove unused p.
12025 * valarith.c (value_x_unop): Remove unused mangle_ptr.
12026 * valops.c (search_struct_method): Remove unused skip.
12027 * valprint.c (generic_val_print): Remove unused byte_order.
12028 * varobj.c (varobj_update): Remove unused changed.
12029 * cli/cli-cmds.c (complete_command): Remove unused next_item.
12030 (alias_command): Remove unused c.
12031 * mi/mi-cmd-catch.c (mi_catch_load_unload): Remove unused c.
12032 * mi/mi-main.c (mi_cmd_data_write_register_values): Remove unused
12033 format.
12034 (mi_cmd_data_write_memory): Remove unused word_format.
12035 (mi_cmd_data_write_memory_bytes): Remove unused r.
12036 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Remove unused
12037 p_start, p_end.
12038 * python/python.c (_initialize_python): Remove unused cmd_name, cmd.
12039 * tui/tui-disasm.c (tui_set_disassem_content): Remove unused
12040 line_width.
12041
12042 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
12043
12044 * dwarf2-frame.c (dwarf2_compile_cfa_to_ax): Remove unused num_regs.
12045 * symtab.c (iterate_over_symtabs): Remove unused s.
12046 (find_pc_sect_symtab): Remove unused pspAce.
12047 (find_pc_sect_line): Remove unused alt_symtab.
12048 (find_pcs_for_symtab_line): Remove unused ix, previous_function.
12049 (completion_list_add_name): Remove unused newsize.
12050
12051 2013-01-31 Tom Tromey <tromey@redhat.com>
12052
12053 PR c++/14998:
12054 * dwarf2read.c (read_tag_ptr_to_member_type): Handle
12055 TYPE_CODE_FUNC.
12056
12057 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
12058
12059 * target.c (target_read_string): Remove unused origlen.
12060
12061 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
12062
12063 * auto-load.c (auto_load_expand_dir_vars): Remove unused dir_vec.
12064 * ax-gdb.c (gen_printf): Remove unused expr, i, bot, fr, flen, fmt.
12065 * ax-general.c (ax_print): Remove unused is_float.
12066 * blockframe.c (block_innermost_frame): Remove unused start, end.
12067 * break-catch-sig.c (catch_signal_command): Remove unused gdbarch.
12068
12069 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
12070
12071 * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.
12072 (svr4_read_so_list): Remove unused lmo.
12073 * solib-target.c (solib_target_relocate_section_addresses): Remove
12074 unused flags.
12075
12076 2013-01-30 Tom Tromey <tromey@redhat.com>
12077
12078 * hppa-tdep.c (read_unwind_info): Use SECT_OFF_TEXT, not "0".
12079
12080 2013-01-30 Tom Tromey <tromey@redhat.com>
12081
12082 * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.
12083 * utils.c (gnu_debuglink_crc32): Remove.
12084 * utils.h (gnu_debuglink_crc32): Don't declare.
12085
12086 2013-01-30 Tom Tromey <tromey@redhat.com>
12087
12088 * dwarf2read.c (compute_delayed_physnames, read_call_site_scope)
12089 (read_structure_type, read_enumeration_type): Remove cast.
12090
12091 2013-01-30 Tom Tromey <tromey@redhat.com>
12092
12093 * dwarf2read.c (read_namespace_type): Remove cast.
12094 (read_typedef): Likewise.
12095
12096 2013-01-29 Tom Tromey <tromey@redhat.com>
12097
12098 * dwarf2read.c (free_dwo_file): Remove assert.
12099
12100 2013-01-29 Tom Tromey <tromey@redhat.com>
12101
12102 * value.c (deprecated_set_value_modifiable): Remove.
12103 * value.h (deprecated_set_value_modifiable): Remove.
12104
12105 2013-01-28 Doug Evans <dje@google.com>
12106
12107 * dwarf2loc.c (dwarf2_find_location_expression): Don't add base address
12108 to addresses from dwo files.
12109
12110 2013-01-25 Siva Chandra Reddy <sivachandra@google.com>
12111
12112 * valops.c (find_overload_match): Remove unused argument 'lax'.
12113 * value.h: Remove unused argument 'lax' from the declaration of
12114 find_overload_match.
12115 * eval.c (value_subexp_standard): Do not pass a 'lax' argument
12116 to find_overload_match.
12117 * valarith.c (value_user_defined_cpp_op): Do not pass a 'lax'
12118 argument to find_overload_match.
12119
12120 2013-01-25 Tom Tromey <tromey@redhat.com>
12121
12122 * dwarf2read.c (processing_has_namespace_info): Remove.
12123 (struct dwarf2_cu) <processing_has_namespace_info>: New field.
12124 (process_die, read_func_scope, dwarf2_start_symtab)
12125 (new_symbol_full): Update.
12126
12127 2013-01-25 Tom Tromey <tromey@redhat.com>
12128
12129 * cp-namespace.c (cp_set_block_scope): Remove.
12130 * cp-support.h (cp_set_block_scope): Remove.
12131 * dbxread.c: Include block.h.
12132 (cp_set_block_scope): New function.
12133 (process_one_symbol): Update.
12134 * dwarf2read.c (read_func_scope): Use block_set_scope.
12135
12136 2013-01-25 Pedro Alves <palves@redhat.com>
12137
12138 * remote.c (add_current_inferior_and_thread): Tweak comment.
12139
12140 2013-01-25 Tom Tromey <tromey@redhat.com>
12141
12142 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
12143 (cp_add_using_directive): Add 'copy_names' argument.
12144 * cp-support.h (cp_add_using_directive): Update.
12145 (struct using_direct) <import_src, import_dest, alias,
12146 declaration>: Now const.
12147 * dwarf2read.c (read_import_statement): Use obconcat.
12148 Don't copy names passed to cp_add_using_directive.
12149
12150 2013-01-25 Tom Tromey <tromey@redhat.com>
12151
12152 * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
12153
12154 2013-01-25 Pedro Alves <palves@redhat.com>
12155
12156 * remote.c (stop_reply_extract_thread): New.
12157 (add_current_inferior_and_thread): New parameter 'wait_status'.
12158 Handle it.
12159 (remote_start_remote): Pass wait status to
12160 add_current_inferior_and_thread.
12161 (extended_remote_run): Update comment.
12162 (extended_remote_create_inferior_1): Pass wait status to
12163 add_current_inferior_and_thread.
12164
12165 2013-01-25 Andrew Burgess <aburgess@broadcom.com>
12166 Ulrich Weigand <uweigand@de.ibm.com>
12167
12168 * valarith.c (value_vector_widen): New function for replicating a
12169 scalar into a vector.
12170 (value_binop): Use value_vector_widen to widen scalar to vector
12171 rather than casting, this better matches gcc C behaviour.
12172 * valops.c (value_casst): Update logic for casting between vector
12173 types, and for casting from scalar to vector, try to match gcc C
12174 behaviour.
12175 * value.h (value_vector_widen): Declare.
12176 * opencl-lang.c (opencl_value_cast): New opencl specific casting
12177 function, handle special case for casting scalar to vector.
12178 (opencl_relop): Use opencl_value_cast.
12179 (evaluate_subexp_opencl): Use opencl_value_cast instead of
12180 value_cast, and handle BINOP_ASSIGN, UNOP_CAST, and UNOP_CAST_TYPE
12181 in order to use opencl_value_cast.
12182
12183 2013-01-25 Yao Qi <yao@codesourcery.com>
12184
12185 * event-loop.c: Include "queue.h".
12186 (gdb_event_p): New typedef.
12187 (DECLARE_QUEUE_P): Use.
12188 (DEFINE_QUEUE_P): Use.
12189 (async_queue_event): Remove.
12190 (gdb_event_xfree): New.
12191 (initialize_event_loop): New.
12192 (process_event): Use QUEUE macros.
12193 (event_queue): Remove.
12194 (gdb_wait_for_event): Caller update.
12195 (check_async_event_handlers): Likewise.
12196 (poll_timers): Likewise.
12197 * event-loop.h (initialize_event_loop): Declare.
12198 * event-loop.c (gdb_event_xfree): New.
12199 * top.c (gdb_init): Call initialize_event_loop.
12200
12201 2013-01-25 Yao Qi <yao@codesourcery.com>
12202
12203 * event-loop.c (async_queue_event): Remove one parameter
12204 'position'. Remove code handling 'position' == TAIL.
12205 (gdb_wait_for_event): Caller update.
12206 (check_async_event_handlers): Caller update.
12207 (poll_timers): Caller update.
12208 * event-loop.h (enum queue_position): Remove.
12209
12210 2013-01-25 Maxim Kuvyrkov <maxim@kugelworks.com>
12211
12212 * MAINTAINERS: Update my email.
12213
12214 2013-01-25 Yao Qi <yao@codesourcery.com>
12215
12216 * main.c (print_gdb_help): Remove "--epoch" from the help
12217 message.
12218
12219 2013-01-24 Ulrich Weigand  <uweigand@de.ibm.com>
12220
12221 * symtab.c (skip_prologue_using_sal): Consider a file
12222 change the same as an increased line number
12223
12224 2013-01-24 Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
12225
12226 * MAINTAINERS (Write After Approval): Add myself to the list.
12227
12228 2013-01-24 Tom Tromey <tromey@redhat.com>
12229
12230 * ada-lang.h (ada_decode_symbol): Make return type const.
12231 * ada-lang.c (ada_decode_symbol): Likewise.
12232
12233 2013-01-23 Doug Evans <dje@google.com>
12234
12235 * linespec.c (find_linespec_symbols): Make static.
12236
12237 2013-01-23 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
12238
12239 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
12240 type on float conversion for complex type.
12241
12242 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
12243
12244 Add a new class gdb.Architecture which exposes GDB's
12245 internal representation of architecture via GDB Python API.
12246 * Makefile.in: Add entries corresponding to the new file
12247 python/py-arch.c.
12248 * NEWS (Python Scripting): Add entries for the new class
12249 gdb.Architecture and the new method gdb.Frame.architecture.
12250 * python/py-arch.c: Implement gdb.Architecture class.
12251 * python/py-frame.c (frapy_arch): Implement the method
12252 gdb.Frame.architecture().
12253 (frame_object_methods): Add 'architecture' to the method table.
12254 * python/python-internal.h: Add declarations of new utility
12255 functions.
12256 * python/python.c (_initialize_python): Initialize
12257 gdb.Architecture class.
12258
12259 2013-01-23 Doug Evans <dje@google.com>
12260
12261 Work around binutils/15021.
12262 * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
12263 type_unit_group out of union s. All uses updated.
12264 (read_index_from_section): Watch for index version 8.
12265 (follow_die_sig): If using .gdb_index version <= 7, record the TU as
12266 an imported symtab.
12267 (write_psymtabs_to_index): Increment version number to 8.
12268
12269 2013-01-22 Pedro Alves <palves@redhat.com>
12270
12271 * annotate.c (breakpoint_changed): Skip if breakpoint is not
12272 user-visible.
12273
12274 2013-01-22 Pedro Alves <palves@redhat.com>
12275
12276 * annotate.c (annotate_breakpoints_changed): Rename to ...
12277 (annotate_breakpoints_invalid): ... this. Make static.
12278 (breakpoint_changed): Adjust.
12279 (_initialize_annotate): Always install the observers. Install a
12280 "breakpoint_created" observer.
12281 * annotate.h (annotate_breakpoints_changed): Delete declaration.
12282 * breakpoint.c (set_breakpoint_condition)
12283 (breakpoint_set_commands, do_map_commands_command)
12284 (init_raw_breakpoint, clear_command, set_ignore_count)
12285 (enable_breakpoint_disp): No longer call
12286 annotate_breakpoints_changed.
12287
12288 2013-01-22 Pedro Alves <palves@redhat.com>
12289
12290 * annotate.c: Include "inferior.h".
12291 (frames_invalid_emitted)
12292 (breakpoints_invalid_emitted): New globals.
12293 (async_background_execution_p): New function.
12294 (annotate_breakpoints_changed, annotate_frames_invalid): Skip
12295 emitting the annotation if it has already been emitted.
12296 (annotate_display_prompt): New function.
12297 * annotate.h (annotate_display_prompt): New declaration.
12298 * event-top.c: Include annotate.h.
12299 (display_gdb_prompt): Call annotate_display_prompt.
12300
12301 2013-01-22 Pedro Alves <palves@redhat.com>
12302
12303 * annotate.c (ignore_count_changed): Delete.
12304 (annotate_breakpoints_changed): Don't clear ignore_count_changed.
12305 (annotate_ignore_count_change): Delete.
12306 (annotate_stopped): Don't emit a delayed breakpoints-changed
12307 annotation.
12308 * annotate.h (annotate_ignore_count_change): Delete.
12309 * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
12310 annotate_ignore_count_change.
12311
12312 2013-01-22 Tom Tromey <tromey@redhat.com>
12313
12314 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
12315 require_rvalue for a register location.
12316
12317 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
12318
12319 * breakpoint.c (print_one_breakpoint_location): Add MI
12320 field 'thread-groups' when printing a breakpoint.
12321 (output_thread_groups): New function.
12322
12323 2013-01-21 Siva Chandra Reddy <sivachandra@google.com>
12324
12325 * python/lib/gdb/commands/explore.py
12326 (CompoundExplorer.explore_expr): Correct the name of a method
12327 being invoked.
12328 (ExploreTypeCommand.invoke): Add a missing 'return'.
12329
12330 2013-01-21 Tom Tromey <tromey@redhat.com>
12331
12332 * gdb_obstack.h (obconcat): Move declaration here, from...
12333 * symfile.h (obconcat): ... here.
12334 * gdb_obstack.c: New file.
12335 (obconcat): Move from...
12336 * symfile.c (obconcat): ... here.
12337 * Makefile.in (SFILES): Add gdb_obstack.c.
12338 (COMMON_OBS): Add gdb_obstack.o.
12339
12340 2013-01-21 Tom Tromey <tromey@redhat.com>
12341
12342 * symfile.h (obsavestring): Don't declare.
12343 * symfile.c (obsavestring): Remove.
12344 * ada-exp.y: Use obstack_copy0, not obsavestring.
12345 * ada-lang.c: Use obstack_copy0, not obsavestring.
12346 * coffread.c: Use obstack_copy0, not obsavestring.
12347 * cp-namespace.c: Use obstack_copy0, not obsavestring.
12348 * dbxread.c: Use obstack_copy0, not obsavestring.
12349 * dwarf2read.c: Use obstack_copy0, not obsavestring.
12350 * jit.c: Use obstack_copy0, not obsavestring.
12351 * mdebugread.c: Use obstack_copy0, not obsavestring.
12352 * psymtab.c: Use obstack_copy0, not obsavestring.
12353 * stabsread.c: Use obstack_copy0, not obsavestring.
12354 * xcoffread.c: Use obstack_copy0, not obsavestring.
12355
12356 2013-01-21 Tom Tromey <tromey@redhat.com>
12357
12358 * dwarf2read.c (fixup_go_packaging): Save package name
12359 on objfile obstack.
12360 * gdbtypes.c (init_type): Don't copy name.
12361
12362 2013-01-21 Tom Tromey <tromey@redhat.com>
12363
12364 * dwarf2read.c (struct partial_die_info) <name, scope>: Now
12365 const.
12366 (struct attribute) <u.str>: Now const.
12367 (struct fnfieldlist) <name>: Now const.
12368 (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
12369 (partial_die_parent_scope): Make return type const.
12370 (partial_die_full_name, add_partial_symbol): Update.
12371 (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
12372 'name' const.
12373 (find_file_and_directory): Make 'name' and 'comp_dir' const.
12374 (read_file_scope, read_func_scope, dwarf2_add_field)
12375 (dwarf2_add_member_fn, read_structure_type)
12376 (process_enumeration_scope, read_array_type, read_module_type)
12377 (read_base_type, read_subrange_type): Update.
12378 (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
12379 (new_symbol_full, guess_full_die_structure_name): Update.
12380 (dwarf2_canonicalize_name): Return const type. Make 'name' const.
12381 (dwarf2_name): Return const type.
12382 (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
12383 const.
12384
12385 2013-01-21 Tom Tromey <tromey@redhat.com>
12386
12387 * gdbtypes.c (init_type): Make 'name' const.
12388 * gdbtypes.h (init_type): Update.
12389
12390 2013-01-21 Tom Tromey <tromey@redhat.com>
12391
12392 * buildsym.c (patch_subfile_names): Use set_last_source_file.
12393 (start_symtab): Make 'name' and 'dirname' const. Use
12394 set_last_source_file.
12395 (restart_symtab, reset_symtab_globals): Use set_last_source_file.
12396 (last_source_file): Define. Now static.
12397 (set_last_source_file, get_last_source_file): New functions.
12398 * buildsym.h (last_source_file): Don't declare.
12399 (start_symtab): Update.
12400 (set_last_source_file, get_last_source_file): Declare.
12401 * coffread.c (complete_symtab): Use set_last_source_file.
12402 (coff_end_symtab): Likewise.
12403 (coff_symtab_read): Use set_last_source_file, get_last_source_file.
12404 * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
12405 set_last_source_file.
12406 (process_one_symbol): Use get_last_source_file.
12407 * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
12408 (psymtab_to_symtab_1): Use get_last_source_file.
12409 * xcoffread.c (process_linenos): Use get_last_source_file.
12410 (complete_symtab): Use set_last_source_file.
12411 (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
12412 (scan_xcoff_symtab): Use set_last_source_file.
12413
12414 2013-01-21 Tom Tromey <tromey@redhat.com>
12415
12416 * symtab.c (struct demangled_name_entry) <mangled>: Now const.
12417 (symbol_set_names): Remove casts. Handle field const-ness.
12418
12419 2013-01-21 Tom Tromey <tromey@redhat.com>
12420
12421 * dwarf2read.c (new_symbol_full): Remove cast.
12422 * symtab.c (symbol_set_demangled_name): Make 'name' const.
12423 * symtab.h (symbol_set_demangled_name): Update.
12424
12425 2013-01-21 Tom Tromey <tromey@redhat.com>
12426
12427 * main.c (captured_main): Call bfd_init.
12428
12429 2013-01-21 Tom Tromey <tromey@redhat.com>
12430
12431 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
12432 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
12433 * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
12434 * NEWS: Update.
12435
12436 2013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12437
12438 * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
12439
12440 2013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12441
12442 Fix gdb.fortran/common-block.exp crash in PIE mode.
12443 * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
12444 LOC_COMMON_BLOCK.
12445 * f-valprint.c (info_common_command_for_block): Expect
12446 LOC_COMMON_BLOCK in gdb_assert.
12447 * symtab.h (struct general_symbol_info): Update comment for the
12448 common_block member.
12449 (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
12450 (enum address_class): New member LOC_COMMON_BLOCK.
12451
12452 2013-01-18 David Blaikie <dblaikie@gmail.com>
12453
12454 * MAINTAINERS (Write After Approval): Add "David Blaikie".
12455
12456 2013-01-18 Tom Tromey <tromey@redhat.com>
12457
12458 PR c++/14999:
12459 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
12460 Call require_rvalue.
12461
12462 2013-01-18 Yao Qi <yao@codesourcery.com>
12463
12464 * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
12465 (dbx_read_symtab): New declaration.
12466 (dbx_psymtab_to_symtab): Delete.
12467 (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
12468 Rename parameter PST to SELF. Exchanged two parameters.
12469 (start_psymtab): Caller update.
12470 * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
12471 (dwarf2_read_symtab): New declaration.
12472 (dwarf2_psymtab_to_symtab): Delete.
12473 (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
12474 Rename parameter PST to SELF. Exchanged two parameters.
12475 (create_partial_symtab): Caller update.
12476 * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
12477 (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
12478 Rename parameter PST to SELF. Exchanged two parameters.
12479 (parse_partial_symbols, new_psymtab): Caller update.
12480 * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
12481 two parameters.
12482 * psymtab.c (psymtab_to_symtab): Caller update.
12483 * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
12484 (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
12485 Rename parameter PST to SELF. Exchanged two parameters.
12486 (xcoff_start_psymtab): Caller update.
12487
12488 2013-01-18 Yao Qi <yao@codesourcery.com>
12489
12490 * infrun.c (proceed): Rename local variable 'oneproc' to
12491 'force_step'.
12492
12493 2013-01-17 Doug Evans <dje@google.com>
12494
12495 * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
12496 (dw2_build_type_unit_groups): Delete. All uses updated.
12497
12498 * symtab.h (struct symbol_search): Add comment.
12499
12500 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12501
12502 * symtab.c (compare_filenames_for_search): New comment for
12503 HAS_DRIVE_SPEC.
12504
12505 2013-01-17 Tom Tromey <tromey@redhat.com>
12506
12507 * cp-abi.c (cp_abi_completer): Fix typo in assignment.
12508
12509 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12510
12511 * symtab.c (iterate_over_some_symtabs): New variable cleanups,
12512 initialize it by existing make_cleanup. Call new do_cleanups.
12513
12514 2013-01-17 Tom Tromey <tromey@redhat.com>
12515
12516 * cp-abi.c (cp_abi_completer): New function.
12517 (_initialize_cp_abi): Set completer for "set cp-abi".
12518
12519 2013-01-17 Tom Tromey <tromey@redhat.com>
12520
12521 * mem-break.c: Remove obsolete comment.
12522 * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
12523
12524 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
12525
12526 * jit.c (jit_reader_load_command): Interpret the jit reader name
12527 as an absolute path if it begins with a forward slash.
12528
12529 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
12530
12531 PR gdb/14550
12532
12533 * jit.c (finalize_symtab): Ensure that only the global block has a
12534 NULL superblock.
12535
12536 2013-01-17 Pedro Alves <palves@redhat.com>
12537
12538 * acinclude.m4: Include ../config/plugins.m4,
12539 ../config/largefile.m4 and ../config/lead-dot.m4. Add comments.
12540 * Makefile.in (aclocal_m4_deps): Update.
12541 * aclocal.m4: Renegerate.
12542
12543 2013-01-16 Doug Evans <dje@google.com>
12544
12545 * contrib/cc-with-tweaks.sh: Add references to Fission docs.
12546
12547 2013-01-16 Pedro Alves <palves@redhat.com>
12548 Tom Tromey <tromey@redhat.com>
12549
12550 PR cli/7221:
12551 * NEWS: Add "catch signal".
12552 * breakpoint.c (base_breakpoint_ops): No longer static.
12553 (bpstat_explains_signal): New function.
12554 (init_catchpoint): No longer static.
12555 (base_breakpoint_explains_signal): New function.
12556 (base_breakpoint_ops): Initialize new field.
12557 * breakpoint.h (enum bpstat_signal_value): New.
12558 (struct breakpoint_ops) <explains_signal>: New field.
12559 (bpstat_explains_signal): Remove macro, declare as function.
12560 (base_breakpoint_ops, init_catchpoint): Declare.
12561 * break-catch-sig.c: New file.
12562 * inferior.h (signal_catch_update): Declare.
12563 * infrun.c (signal_catch): New global.
12564 (handle_syscall_event): Update for change to
12565 bpstat_explains_signal.
12566 (handle_inferior_event): Likewise. Always handle random signals
12567 via bpstats.
12568 (signal_cache_update): Check signal_catch.
12569 (signal_catch_update): New function.
12570 (_initialize_infrun): Initialize signal_catch.
12571 * Makefile.in (SFILES): Add break-catch-sig.c.
12572 (COMMON_OBS): Add break-catch-sig.o.
12573
12574 2013-01-16 Tom Tromey <tromey@redhat.com>
12575
12576 * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
12577 (print_one_catch_solib, print_one_catch_syscall)
12578 (print_one_catch_exec, print_one_exception_catchpoint): Emit
12579 "catch-type".
12580
12581 2013-01-16 Yao Qi <yao@codesourcery.com>
12582
12583 * printcmd.c (current_display_number): Make it static.
12584
12585 2013-01-16 Yao Qi <yao@codesourcery.com>
12586
12587 * infcmd.c (step_once): Don't check '!single_inst' as it was
12588 checked before.
12589
12590 2013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12591
12592 * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
12593
12594 2013-01-14 Tom Tromey <tromey@redhat.com>
12595
12596 * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
12597 set command.
12598 * command.h (add_setshow_string_noescape_cmd): Update.
12599 * corefile.c (set_gnutarget_command): Remove trailing whitespace.
12600 (complete_set_gnutarget): New function.
12601 (_initialize_core): Set the "set gnutarget" completer.
12602
12603 2013-01-14 Tom Tromey <tromey@redhat.com>
12604
12605 PR symtab/14442:
12606 * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
12607 (c_type_print_modifier): Likewise.
12608 * dwarf2read.c (read_tag_restrict_type): New function.
12609 (read_type_die_1): Handle DW_TAG_restrict_type.
12610 * gdbtypes.c (make_restrict_type): New function.
12611 (recursive_dump_type): Handle TYPE_RESTRICT.
12612 * gdbtypes.h (enum type_flag_values): Renumber.
12613 (enum type_instance_flag_value): Add
12614 TYPE_INSTANCE_FLAG_RESTRICT.
12615 (TYPE_RESTRICT): New macro.
12616 (make_restrict_type): Declare.
12617
12618 2013-01-14 Tom Tromey <tromey@redhat.com>
12619
12620 PR symtab/14931:
12621 * psymtab.c (struct psymtab_state): New.
12622 (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
12623 functions.
12624 * psympriv.h (make_cleanup_discard_psymtabs): Declare.
12625 * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
12626
12627 2013-01-14 Richard Sharman <richard_sharman@mitel.com>
12628 Pedro Alves <palves@redhat.com>
12629
12630 PR remote/14786
12631
12632 * remote.c (remote_threads_info): Make a copy of the reply from
12633 qfThreadInfo and use that instead of rs->buf.
12634
12635 2013-01-14 Yao Qi <yao@codesourcery.com>
12636
12637 * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
12638 (dbx_psymtab_to_symtab): Likewise.
12639 * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
12640 * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
12641 * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
12642
12643 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12644
12645 * parse.c (parse_exp_in_context): New variable inner_chain. Call
12646 make_cleanup_restore_current_language. Call set_language. Move
12647 OLD_CHAIN and INNER_CHAIN cleanups.
12648 * utils.c (do_restore_current_language)
12649 (make_cleanup_restore_current_language): New functions.
12650 * utils.h (make_cleanup_restore_current_language): New declaration.
12651
12652 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12653
12654 * source.c (symtab_to_fullname): Apply rewrite_source_path also for
12655 non-existing files.
12656
12657 * source.c (symtab_to_fullname): Do not prepend DIRNAME for
12658 non-existing files if FILENAME is already absolute.
12659
12660 2013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12661
12662 * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
12663 fputs_filtered. Append trailing newline.
12664
12665 2013-01-11 Yao Qi <yao@codesourcery.com>
12666 Stan Shebs <stan@codesourcery.com>
12667
12668 * psymtab.c (init_psymbol_list): Clarify the comment.
12669
12670 2013-01-11 Yao Qi <yao@codesourcery.com>
12671
12672 * breakpoint.c (print_one_breakpoint_location): Remove dead code.
12673 (update_dprintf_command_list): Assert that 'printf_line' is
12674 non-null. Remove condition check.
12675
12676 2013-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12677
12678 Code cleanup.
12679 * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
12680 type const char *.
12681 * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
12682 const char *.
12683 * tui/tui-source.h (tui_source_is_displayed): Likewise.
12684
12685 2013-01-09 Anthony Green <green@moxielogic.com>
12686
12687 * cp-abi.c (cplus_print_vtable): Don't return value from void
12688 function.
12689 * ada-lang.c (re_set_catch_assert): Ditto.
12690
12691 2013-01-09 Doug Evans <dje@google.com>
12692
12693 * symfile.h (quick_symbol_functions): Delete member
12694 pre_expand_symtabs_matching. All uses removed.
12695 * dwarf2read.c (dw2_lookup_symbol): Implement.
12696 (dw2_do_expand_symtabs_matching): Delete.
12697 (dw2_pre_expand_symtabs_matching): Delete.
12698 (struct dw2_symtab_iterator): New type.
12699 (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
12700 (dw2_expand_symtabs_for_function): Rewrite.
12701 (dwarf2_gdb_index_functions): Update.
12702 * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
12703 (psym_functions): Update.
12704
12705 2013-01-09 Tom Tromey <tromey@redhat.com>
12706
12707 * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
12708 * configure: Rebuild.
12709 * configure.ac: Add somread.o to the build if BFD has SOM
12710 support.
12711 * somread.c: Include som/aout.h, not syms.h.
12712 (som_symtab_read): Use som_external_symbol_dictionary_record.
12713 Unpack records manually.
12714 (_initialize_somread): Declare.
12715
12716 2012-01-08 Mike Frysinger <vapier@gentoo.org>
12717
12718 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
12719 Cast return_address to 64bits.
12720
12721 2013-01-08 Hui Zhu <hui_zhu@mentor.com>
12722
12723 * printcmd.c: Remove define of function output_command.
12724 * tracepoint.c: Remove extern of function output_command.
12725 * valprint.h: (output_command): New extern.
12726
12727 2013-01-07 Tom Tromey <tromey@redhat.com>
12728
12729 * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
12730 Remove.
12731 (objc_language_defn): Use c_printchar, c_printstr,
12732 c_emit_char.
12733
12734 2013-01-07 Tom Tromey <tromey@redhat.com>
12735
12736 PR cli/7719:
12737 * NEWS: Update.
12738 * ada-valprint.c (printstr, print_field_values): Remove
12739 "inspect_it" code.
12740 * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
12741 code.
12742 * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
12743 code.
12744 * m2-lang.c (m2_printstr): Remove "inspect_it" code.
12745 * main.c (captured_main): Remove "epoch" argument.
12746 * objc-lang.c (objc_printstr): Remove "inspect_it" code.
12747 * p-lang.c (pascal_printstr): Remove "inspect_it" code.
12748 * p-valprint.c (pascal_object_print_value_fields): Remove
12749 "inspect_it" code.
12750 * printcmd.c (print_command_1): Remove 'inspect' argument.
12751 (print_command, call_command): Update.
12752 (inspect_command): Remove.
12753 (_initialize_printcmd): Make "inspect" an alias for "print".
12754 * top.c (epoch_interface): Remove.
12755 * top.h (epoch_interface): Remove.
12756 * valprint.c (user_print_options): Update.
12757 (print_converted_chars_to_obstack): Remove "inspect_it" code.
12758 * valprint.h (struct value_print_options) <inspect_it>: Remove
12759 field.
12760
12761 2013-01-04 Tom Tromey <tromey@redhat.com>
12762
12763 * valprint.h (read_string): Add 'extern'.
12764
12765 2013-01-07 Joel Brobecker <brobecker@adacore.com>
12766
12767 * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
12768 used to decide whether to define darwin_read_dyld_info or not.
12769
12770 2013-01-03 Pierre Muller <muller@sourceware.org>
12771
12772 * main.c (relocate_gdb_directory): Avoid calling stat function
12773 if DIR is empty.
12774
12775 2013-01-03 Yao Qi <yao@codesourcery.com>
12776
12777 * psymtab.c (fixup_psymbol_section): Update declaration.
12778 (fixup_psymbol_section): Remove code returning value.
12779
12780 2013-01-03 Yao Qi <yao@codesourcery.com>
12781
12782 * symtab.h: Remove some out of date comments.
12783 (enum exception_event_kind): Move it ...
12784 * breakpoint.c: ... here.
12785
12786 2013-01-02 Iain Sandoe <developer@sandoe-acoustics.co.uk>
12787
12788 PR gdb/14405
12789 * darwin-nat.c (darwin_read_dyld_info): Only build if
12790 TASK_DYLD_INFO_COUNT is defined.
12791 (darwin_xfer_partial): Call darwin_read_dyld_info only if
12792 TASK_DYLD_INFO_COUNT is defined.
12793
12794 2013-01-02 Tom Tromey <tromey@redhat.com>
12795
12796 * symfile.h (struct ecoff_debug_hack): Remove.
12797 * objfiles.c: Don't include mdebugread.h.
12798
12799 2013-01-02 Tom Tromey <tromey@redhat.com>
12800
12801 * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
12802 * configure.ac: Check for Mach-O support in BFD. Update
12803 CONFIG_OBS.
12804 * configure: Rebuild.
12805
12806 2013-01-02 Tom Tromey <tromey@redhat.com>
12807
12808 * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
12809 * configure.ac: Use GDB_AC_CHECK_BFD.
12810 * configure: Rebuild.
12811
12812 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
12813
12814 * MAINTAINERS: Update my email.
12815
12816 2013-01-01 Joel Brobecker <brobecker@adacore.com>
12817
12818 * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
12819
12820 2013-01-01 Joel Brobecker <brobecker@adacore.com>
12821
12822 * rs6000-nat.c (bss_data_overlap): New function.
12823 (vmap_symtab): Use it to adjust the .bss section's offset.
12824
12825 2013-01-01 Joel Brobecker <brobecker@adacore.com>
12826
12827 Update year range in copyright notice of all files.
12828
12829 2013-01-01, 13 Joel Brobecker <brobecker@adacore.com>
12830
12831 * top.c (print_gdb_version): Update copyright year.
12832
12833 For older changes see ChangeLog-2012.
12834 \f
12835 Local Variables:
12836 mode: change-log
12837 left-margin: 8
12838 fill-column: 74
12839 version-control: never
12840 coding: utf-8
12841 End:
This page took 0.677042 seconds and 4 git commands to generate.