33bd755da5f86c1e81c7aeaec5eaa61398f06abb
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2013-11-28 Pedro Alves <palves@redhat.com>
2
3 * frame.c (frame_unwind_register): Say the register was "not
4 saved" instead of "optimized out".
5
6 2013-11-27 Steffen Sledz <sledz@dresearch-fe.de>
7
8 PR 16152
9 * configure: Rebuild.
10 * configure.ac: Tighten cygwin detection check.
11
12 2013-11-27 Pedro Alves <palves@redhat.com>
13
14 * frame-unwind.c (frame_unwind_got_optimized): Use the type of the
15 register in the previous frame's arch.
16
17 2013-11-27 Pedro Alves <palves@redhat.com>
18
19 * frame-unwind.c (frame_unwind_got_optimized): Return
20 an lval_register value instead of a not_lval value.
21
22 2013-11-27 Andrew Burgess <aburgess@broadcom.com>
23
24 * frame.c: Include "valprint.h".
25 (frame_unwind_register_value): Use value_optimized_out.
26 * value.c (value_fetch_lazy): Likewise.
27
28 2013-11-26 Andrew Burgess <aburgess@broadcom.com>
29
30 * value.c (allocate_optimized_out_value): Mark value as non-lazy.
31
32 2013-11-26 Tom Tromey <tromey@redhat.com>
33
34 * dwarf2-frame.c (dwarf2_frame_cache): Revert patch from
35 2013-11-22.
36
37 2013-11-26 Walfred Tedeschi <walfred.tedeschi@intel.com>
38
39 * i386-xstate.h (I386_XSTATE_MPX): New Macro.
40 (I386_XSTATE_MPX_MASK): Makes use of I386_XSTATE_MPX.
41 (HAS_MPX): New macro.
42 (HAS_AVX): New macro.
43 (I386_XSTATE_SIZE): Uses HAS_MPX and HAS_AVX.
44
45 2013-11-25 Keith Seitz <keiths@redhat.com>
46
47 PR c++/14819
48 * c-exp.y (classify_inner_name): If no matching symbol was
49 found, try looking up the token as a base class.
50 Likewise if a constructor was found.
51 * cp-namespace.c (find_type_baseclass_by_name): New function.
52 * cp-support.h (find_type_baseclass_by_name): Declare.
53 * valops.c (value_struct_elt_for_reference): If we get
54 a non-static field, try to get a value based on the
55 current instance, if any.
56
57 2013-11-24 Yao Qi <yao@codesourcery.com>
58
59 * disasm.c (dis_asm_read_memory): Call target_read_code
60 instead of target_read_memory.
61
62 2013-11-24 Yao Qi <yao@codesourcery.com>
63
64 * NEWS: Add note on new "set code-cache" option.
65 * target-dcache.c (code_cache_enabled_1): New variable.
66 (code_cache_enabled): New variable.
67 (show_code_cache, set_code_cache): New function.
68 (code_cache_enabled_p): New function.
69 (_initialize_target_dcache): Register command.
70 * target-dcache.h (code_cache_enabled_p): Declare.
71 * target.c (memory_xfer_partial_1):Handle
72 TARGET_OBJECT_CODE_MEMORY and code_cache_enabled.
73 (target_read_code): New function.
74 * target.h (enum target_object) <TARGET_OBJECT_CODE_MEMORY>:
75 New.
76 (target_read_code): Declare.
77
78 2013-11-24 Yao Qi <yao@codesourcery.com>
79
80 * target-dcache.c (stack_cache_enabled_p_1): Rename to ...
81 (stack_cache_enabled_1): ... this. New variable.
82 (stack_cache_enabled_p): Rename to ...
83 (stack_cache_enabled): ... this. New variable.
84 (set_stack_cache_enabled_p): Rename to ...
85 (set_stack_cache): ... this. Update caller.
86 (show_stack_cache_enabled_p): Rename to ...
87 (show_stack_cache): ... this. Update caller.
88 (stack_cache_enabled): Rename to ...
89 (stack_cache_enabled_p): ... this. Update caller.
90 (_initialize_target_dcache): Replace "data cache" with
91 "target memory cache".
92 * target-dcache.h (stack_cache_enabled): Remove declaration.
93 (stack_cache_enabled_p): Add declaration.
94
95 2013-11-23 Doug Evans <xdje42@gmail.com>
96
97 * python/py-frame.c (gdbpy_initialize_frames): Remove FIRST_ERROR,
98 superfluous.
99
100 2013-11-23 Doug Evans <xdje42@gmail.com>
101
102 * python/py-frame.c (frapy_block): Fix error message text.
103
104 2013-11-23 Doug Evans <xdje42@gmail.com>
105
106 * cli/cli-script.c (multi_line_command_p): New function.
107 (recurse_read_control_structure, read_command_lines_1): Call it.
108 (execute_control_command): Consistently have a blank line between
109 each case.
110
111 2013-11-22 Sterling Augustine <saugustine@google.com>
112
113 PR gdb/16196:
114 * valprint.c (read_string): Set new variable fetchlen based on
115 fetchlimit and size. Use it in call to partial_memory_read.
116 Update comment.
117
118 2013-11-22 Tom Tromey <tromey@redhat.com>
119
120 PR backtrace/16155:
121 * dwarf2-frame.c (dwarf2_frame_cache): Set undefined_retaddr if
122 the return address column is unspecified.
123
124 2013-11-22 Tom Tromey <tromey@redhat.com>
125 Pedro Alves <palves@redhat.com>
126
127 PR backtrace/16155
128 * value.c (value_fetch_lazy): Internal error if
129 get_frame_register_value returns the same register.
130
131 2013-11-22 Pedro Alves <palves@redhat.com>
132 Tom Tromey <tromey@redhat.com>
133
134 * frame.c (frame_stash_add): Now returns whether a frame with the
135 same ID was already known.
136 (compute_frame_id): New function, factored out from get_frame_id.
137 (get_frame_id): No longer lazilly compute the frame id here.
138 (get_prev_frame_if_no_cycle): New function. Detects wider stack
139 cycles.
140 (get_prev_frame_1): Use it instead of get_prev_frame_raw directly,
141 and checking for stack cycles here.
142
143 2013-11-22 Pedro Alves <palves@redhat.com>
144
145 PR 16155
146 * frame.c (get_prev_frame_1): Do the UNWIND_SAME_ID check between
147 this frame and the new previous frame, not between this frame and
148 the next frame.
149
150 2013-11-22 Pedro Alves <palves@redhat.com>
151
152 PR 16155
153 * dwarf2-frame.c (struct dwarf2_frame_cache)
154 <checked_tailcall_bottom, entry_cfa_sp_offset,
155 entry_cfa_sp_offset_p>: New fields.
156 (dwarf2_frame_cache): Adjust to use the new cache fields instead
157 of locals. Don't call dwarf2_tailcall_sniffer_first here.
158 (dwarf2_frame_prev_register): Call it here, but only once.
159
160 2013-11-21 Doug Evans <xdje42@gmail.com>
161
162 * gdbtypes.c: #include bcache.h, dwarf2loc.h.
163 (type_equality_entry): Move here from python/py-type.c.
164 (type_equality_entry_d): Ditto.
165 (compare_maybe_null_strings, check_types_equal): Ditto.
166 (check_types_worklist, types_deeply_equal): Ditto.
167 * gdbtypes.h (types_deeply_equal): Declare.
168 * python/py-type.c: Remove inclusion of bcache.h, dwarf2loc.h.
169 (typy_richcompare): Update.
170
171 2013-11-20 Joel Brobecker <brobecker@adacore.com>
172
173 * python/py-value.c (is_intlike): Delete.
174 (valpy_int): Replace use of CHECK_TYPEDEF and is_intlike
175 by use of is_integral_type.
176 (valpy_long): Replace use of CHECK_TYPEDEF and is_intlike
177 by use of is_integral_type and check for TYPE_CODE_PTR.
178
179 2013-11-20 Tom Tromey <tromey@redhat.com>
180
181 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Remove
182 strerror module.
183 * gnulib/aclocal.m4: Update.
184 * gnulib/config.in: Update.
185 * gnulib/configure: Update.
186 * gnulib/import/Makefile.am: Update.
187 * gnulib/import/Makefile.in: Update.
188 * gnulib/import/errno.in.h: Remove.
189 * gnulib/import/intprops.h: Remove.
190 * gnulib/import/m4/errno_h.m4: Remove.
191 * gnulib/import/m4/gnulib-cache.m4: Update.
192 * gnulib/import/m4/gnulib-comp.m4: Update.
193 * gnulib/import/m4/strerror.m4: Remove.
194 * gnulib/import/m4/sys_socket_h.m4: Remove.
195 * gnulib/import/strerror-override.c: Remove.
196 * gnulib/import/strerror-override.h: Remove.
197 * gnulib/import/strerror.c: Remove.
198 * gnulib/update-gnulib.sh: Update.
199
200 2013-11-20 Yao Qi <yao@codesourcery.com>
201
202 * target-dcache.c (target_dcache_get_or_init): Call
203 set_address_space_data if 'dcache' is NULL.
204
205 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
206
207 * common/i386-gcc-cpuid.h (bit_MPX): Synchronize with gcc file.
208
209 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
210
211 * python/lib/gdb/command/bound_register.py: New file.
212 * data-directory/Makefile.in: Copy bond_register.py to the right path
213 to be initialized at gdb startup.
214
215 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
216
217 * amd64-linux-nat.c (amd64_linux_gregset32_reg_offset):
218 Add MPX registers.
219 (amd64_linux_read_description): Add initialization for MPX and
220 AVX independently.
221 * amd64-linux-tdep.c: Includes features/i386/amd64-mpx-linux.c.
222 (amd64_linux_gregset_reg_offset): Add MPX registers.
223 (amd64_linux_core_read_description): Add initialization for MPX
224 registers.
225 (_initialize_amd64_linux_tdep): Initialize MPX targets.
226 * amd64-linux-tdep.h (AMD64_LINUX_RAX_REGNUM): Set it to the last
227 register on the list.
228 (tdesc_amd64_mpx_linux) Add new target for MPX.
229 * amd64-tdep.c: Includes features/i386/amd64-mpx.c.
230 (amd64_mpx_names): MPX register names.
231 (amd64_init_abi): Add MPX register while initializing the ABI.
232 (_initialize_amd64_tdep): Initialize MPX targets.
233 * amd64-tdep.h (amd64_regnum): Add MPX registers.
234 (AMD64_NUM_REGS): Set number of registers taking MPX into account.
235
236 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
237
238 * i386-linux-nat.c (GETXSTATEREGS_SUPPLIES): Add MPX
239 registers on the range of registers to be read from
240 xsave buffer.
241 (i386_linux_read_description): Add case for MPX.
242 * i386-linux-tdep.c: Include features/i386/i386-mpx-linux.c.
243 (i386_linux_gregset_reg_offset): Add MPX registers.
244 (i386_linux_core_read_description): Initialize also MPX.
245 (_initialize_i386_linux_tdep): Add mpx initialization.
246 * i386-tdep.h (gdbarch_tdep): Add fields bnd0r_regnum, bnd0_regnum,
247 mpx_register_names.
248 (i386_regnum): Add MPX registers.
249 (I386_MPX_NUM_REGS): New macro.
250 (i386_bnd_regnum_p): New function.
251 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): Set
252 number of registers to be the number of BNDSTATUS.
253 (tdesc_i386_mpx_linux): Add description for MPX Linux registers.
254 * i386-tdep.c: Include features/i386/i386-mpx.c.
255 (i386_mpx_names): Add MPX register names array.
256 (i386_bnd_names): Add bnd pseudo register names array.
257 (i386_bndr_regnum_p): Lookup register numbers for bnd raw
258 registers.
259 (i386_bndr_regnum_p): Lookup register numbers for bnd raw registers.
260 (386_mpx_ctrl_regnum_p): Lookup register numbers for MPX control
261 registers.
262 (i386_bnd_type): New function.
263 (i386_pseudo_register_type): Use i386_bnd_type for bnd pseudo
264 register types.
265 (i386_pseudo_register_read_into_value): Add bnd case.
266 (i386_pseudo_register_write): Add bnd pseudo registers.
267 (i386_register_reggroup_p): Add MPX register to the group all.
268 (i386_validate_tdesc_p): Add MPX to the target description
269 validation.
270 (i386_pseudo_register_name): Add bnd pseudo registers.
271 (i386_gdbarch_init): Add MPX for architecture initialization.
272 (_initia_initialize_i386_tdep): Add mpx initialization.
273 * i387-tdep.c (xsave_mpx_offset): New vector for MPX offsets on
274 XSAVE buffer.
275 (XSAVE_MPX_ADDR): New macro.
276 (i387_supply_xsave): Add MPX case.
277 (i387_collect_xsave): Add MPX case.
278 * i387-tdep.h (I387_BND0R_REGNUM): New macro.
279 (I387_BNDCFGU_REGNUM): New macro.
280 (I387_NUM_MPX_REGS): New macro.
281 (I387_NUM_BND_REGS): New macro.
282 (I387_NUM_MPX_CTRL_REGS): New macro.
283 (I387_MPXEND_REGNUM): New macro.
284 * common/i386-xstate.h (I386_XSTATE_BNDREGS): New macro.
285 (I386_XSTATE_BNDCFG): Likewise.
286 (I386_XSTATE_MPX_MASK): Likewise.
287 (I386_XSTATE_ALL_MASK): New macro represents flags for all states.
288 (I386_XSTATE_BNDREGS_SIZE): New macro.
289 (I386_XSTATE_BNDCFG_SIZE): Likewise.
290 (I386_XSTATE_SIZE): Adapt for MPX.
291 (I386_XSTATE_MAX_SIZE): Likewise.
292
293 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
294
295 * features/i386/Makefile: Adapts for using MPX registers.
296 * features/i386/32bit-mpx.xml: New file.
297 * features/i386/64bit-mpx.xml: Likewise.
298 * features/i386/amd64-mpx-linux.c: Likewise.
299 * features/i386/amd64-mpx-linux.xml: Likewise.
300 * features/i386/amd64-mpx.c: Likewise.
301 * features/i386/amd64-mpx.xml: Likewise.
302 * features/i386/i386-mpx-linux.c: Likewise.
303 * features/i386/i386-mpx-linux.xml: Likewise.
304 * features/i386/i386-mpx.c: Likewise.
305 * features/i386/i386-mpx.xml: Likewise.
306 * regformats/i386/amd64-mpx-linux.dat: New file.
307 * regformats/i386/amd64-mpx.dat: Likewise.
308 * regformats/i386/i386-mpx-linux.dat: Likewise.
309 * regformats/i386/i386-mpx.dat: Likewise.
310
311 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
312
313 * target-descriptions.c (maint_print_maint_print_c_tdesc_cmd):
314 Modified logic of creating a bitfield to be in sync with
315 tdesc_gdb_type.
316
317 2013-11-20 Will Newton <will.newton@linaro.org>
318
319 * arm-tdep.c (arm_get_next_pc): Remove "Infinite loop detected"
320 error message.
321
322 2013-11-20 Yao Qi <yao@codesourcery.com>
323
324 * progspace.h (struct address_space_data): Declare.
325 * target-dcache.c: Include "progspace.h".
326 (target_dache): Remove.
327 (target_dcache_aspace_key): New.
328 (target_dcache_cleanup): New function.
329 (target_dcache_init_p): Get data through
330 target_dcache_aspace_key.
331 (target_dcache_invalidate): Likewise.
332 (target_dcache_get): Likewise.
333 (target_dcache_get_or_init): Likewise.
334 (_initialize_target_dcache): Initialize
335 target_dcache_aspace_key.
336
337 2013-11-20 Yao Qi <yao@codesourcery.com>
338
339 * progspace.c (struct address_space): Update comments.
340 <REGISTRY_FIELDS>: New fields.
341 DEFINE_REGISTRY for address_space.
342 (new_address_space): Call address_space_alloc_data.
343 (free_address_space): Call address_space_free_data.
344 * progspace.h: Use DECLARE_REGISTRY.
345
346 2013-11-20 Yao Qi <yao@codesourcery.com>
347
348 * Makefile.in (SFILES):Add target-dcache.c.
349 (HFILES_NO_SRCDIR): Add target-dcache.h.
350 (COMMON_OBS): Add target-dcache.o.
351 * dcache.c: Remove inclusion to "target.h". Include
352 "target-dcache.h".
353 * memattr.c: Include "target-dcache.h".
354 * top.c: Likewise.
355 * tracepoint.c: Likewise.
356 * target.c: (stack_cache_enabled_p_1): Move to
357 target-dcache.c.
358 (stack_cache_enabled_p): Likewise.
359 (set_stack_cache_enabled_p): Likewise.
360 (show_stack_cache_enabled_p): Likewise.
361 (target_dcache, target_dcache_init_p): Likewise.
362 (target_dcache_invalidate): Likewise.
363 (target_dcache_get, target_dcache_get_or_init): Likewise.
364 (memory_xfer_partial_1): Call function stack_cache_enabled.
365 (initialize_target): Move code to target-dcache.c.
366 * target.h (target_dcache_invalidate): Move to
367 target-dcache.h.
368 (target_dcache_get): Likewise.
369 * target-dcache.c: New.
370 * target-dcache.h: New.
371
372 2013-11-20 Yao Qi <yao@codesourcery.com>
373
374 * target.c (memory_xfer_partial_1): Update 'target_dcache' if
375 it is initialized.
376
377 2013-11-20 Yao Qi <yao@codesourcery.com>
378
379 * dcache.c (last_cache): Remove.
380 (dcache_free, dcache_init): Update.
381 (dcache_update):
382 (dcache_print_line): Add parameter 'dcache'. Replace
383 'target_dcache' with 'dcache'.
384 (dcache_info): Move code to dcache_info_1. Call
385 'dcache_info_1'.
386 (dcache_info_1): New function.
387 (set_dcache_size): Call target_dcache_invalidate.
388 (set_dcache_line_size): Call target_dcache_invalidate.
389 * target.c (target_dcache_init_p): New function.
390 (target_dcache_invalidate): Check target_dcache_init_p first.
391 (target_dcache_get, target_dcache_get_or_init): New function.
392 (memory_xfer_partial_1): Adjust.
393 (initialize_target): Don't initialize 'target_dcache'.
394 * target.h (struct dcache_struct): Declare.
395 (target_dcache_get): Declare.
396
397 2013-11-19 Yao Qi <yao@codesourcery.com>
398
399 * varobj.c (varobj_get_type): Fix typo.
400
401 2013-11-19 Joel Brobecker <brobecker@adacore.com>
402
403 * python/py-value.c (is_intlike): Add TYPE_CODE_RANGE handling.
404
405 2013-11-19 Joel Brobecker <brobecker@adacore.com>
406
407 * contrib/ari/gdb_ari.sh: Remove checks for "dirent.h" and
408 "stat.h".
409
410 2013-11-18 Tom Tromey <tromey@redhat.com>
411
412 * common/gdb_stat.h: Remove.
413 * ada-lang.c: Use sys/stat.h, not gdb_stat.h.
414 * common/filestuff.c: Use sys/stat.h, not gdb_stat.h.
415 * common/linux-osdata.c: Use sys/stat.h, not gdb_stat.h.
416 * corefile.c: Use sys/stat.h, not gdb_stat.h.
417 * ctf.c: Use sys/stat.h, not gdb_stat.h.
418 * darwin-nat.c: Use sys/stat.h, not gdb_stat.h.
419 * dbxread.c: Use sys/stat.h, not gdb_stat.h.
420 * dwarf2read.c: Use sys/stat.h, not gdb_stat.h.
421 * exec.c: Use sys/stat.h, not gdb_stat.h.
422 * gdbserver/linux-low.c: Use sys/stat.h, not gdb_stat.h.
423 * gdbserver/remote-utils.c: Use sys/stat.h, not gdb_stat.h.
424 * inf-child.c: Use sys/stat.h, not gdb_stat.h.
425 * jit.c: Use sys/stat.h, not gdb_stat.h.
426 * linux-nat.c: Use sys/stat.h, not gdb_stat.h.
427 * m68klinux-nat.c: Use sys/stat.h, not gdb_stat.h.
428 * main.c: Use sys/stat.h, not gdb_stat.h.
429 * mdebugread.c: Use sys/stat.h, not gdb_stat.h.
430 * mi/mi-cmd-env.c: Use sys/stat.h, not gdb_stat.h.
431 * nto-tdep.c: Use sys/stat.h, not gdb_stat.h.
432 * objfiles.c: Use sys/stat.h, not gdb_stat.h.
433 * procfs.c: Use sys/stat.h, not gdb_stat.h.
434 * remote-fileio.c: Use sys/stat.h, not gdb_stat.h.
435 * remote-mips.c: Use sys/stat.h, not gdb_stat.h.
436 * remote.c: Use sys/stat.h, not gdb_stat.h.
437 * rs6000-nat.c: Use sys/stat.h, not gdb_stat.h.
438 * sol-thread.c: Use sys/stat.h, not gdb_stat.h.
439 * solib-spu.c: Use sys/stat.h, not gdb_stat.h.
440 * source.c: Use sys/stat.h, not gdb_stat.h.
441 * symfile.c: Use sys/stat.h, not gdb_stat.h.
442 * symmisc.c: Use sys/stat.h, not gdb_stat.h.
443 * symtab.c: Use sys/stat.h, not gdb_stat.h.
444 * top.c: Use sys/stat.h, not gdb_stat.h.
445 * xcoffread.c: Use sys/stat.h, not gdb_stat.h.
446
447 2013-11-18 Tom Tromey <tromey@redhat.com>
448
449 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add
450 sys_stat.
451 * gnulib/aclocal.m4: Update.
452 * gnulib/config.in: Update.
453 * gnulib/configure: Update.
454 * gnulib/import/Makefile.am: Update.
455 * gnulib/import/Makefile.in: Update.
456 * gnulib/import/m4/gnulib-cache.m4: Update.
457 * gnulib/import/m4/gnulib-comp.m4: Update.
458 * gnulib/import/m4/sys_stat_h.m4: New.
459 * gnulib/import/m4/time_h.m4: New.
460 * gnulib/import/sys_stat.in.h: New.
461 * gnulib/import/time.in.h: New.
462
463 2013-11-18 Tom Tromey <tromey@redhat.com>
464
465 * configure: Rebuild.
466 * configure.ac: Remove check of HAVE_SYS_TYPES_H.
467
468 2013-11-18 Tom Tromey <tromey@redhat.com>
469
470 * configure: Rebuild.
471 * configure.ac: Don't check for unistd.h.
472
473 2013-11-18 Tom Tromey <tromey@redhat.com>
474
475 * configure: Rebuild.
476 * configure.ac: Don't check for stdlib.h
477 * defs.h: Include stdlib.h unconditionally.
478
479 2013-11-18 Tom Tromey <tromey@redhat.com>
480
481 * config.in: Rebuild.
482 * configure: Rebuild.
483 * configure.ac: Don't check for stddef.h.
484 * defs.h: Unconditionally include stddef.h. Remove duplicate
485 inclusion.
486
487 2013-11-18 Tom Tromey <tromey@redhat.com>
488
489 * common/common.m4 (GDB_AC_COMMON): Don't use AC_HEADER_DIRENT.
490 * common/gdb_dirent.h: Remove.
491 * common/filestuff.c: Use dirent.h.
492 * common/linux-osdata.c: Use dirent.h.
493 (NAMELEN): Define.
494 * config.in: Rebuild.
495 * configure: Rebuild.
496 * configure.ac: Don't use AC_HEADER_DIRENT.
497 * linux-fork.c: Use dirent.h
498 * linux-nat.c: Use dirent.h.
499 * nto-procfs.c: Use dirent.h.
500 * procfs.c: Use dirent.h.
501
502 2013-11-18 Tom Tromey <tromey@redhat.com>
503
504 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add dirent.
505 * gnulib/aclocal.m4: Update.
506 * gnulib/config.in: Update.
507 * gnulib/configure: Update.
508 * gnulib/import/Makefile.am: Update.
509 * gnulib/import/Makefile.in: Update.
510 * gnulib/import/dirent.in.h: New.
511 * gnulib/import/m4/dirent_h.m4: New.
512 * gnulib/import/m4/gnulib-cache.m4: Update.
513 * gnulib/import/m4/gnulib-comp.m4: Update.
514
515 2013-11-18 Tom Tromey <tromey@redhat.com>
516
517 * configure: Rebuild.
518 * common/common.m4 (GDB_AC_COMMON): Don't check for string.h or
519 strings.h.
520
521 2013-11-18 Tom Tromey <tromey@redhat.com>
522
523 * common/gdb_string.h: Remove.
524 * aarch64-tdep.c: Use string.h, not gdb_string.h.
525 * ada-exp.y: Use string.h, not gdb_string.h.
526 * ada-lang.c: Use string.h, not gdb_string.h.
527 * ada-lex.l: Use string.h, not gdb_string.h.
528 * ada-typeprint.c: Use string.h, not gdb_string.h.
529 * ada-valprint.c: Use string.h, not gdb_string.h.
530 * aix-thread.c: Use string.h, not gdb_string.h.
531 * alpha-linux-tdep.c: Use string.h, not gdb_string.h.
532 * alpha-mdebug-tdep.c: Use string.h, not gdb_string.h.
533 * alpha-nat.c: Use string.h, not gdb_string.h.
534 * alpha-osf1-tdep.c: Use string.h, not gdb_string.h.
535 * alpha-tdep.c: Use string.h, not gdb_string.h.
536 * alphanbsd-tdep.c: Use string.h, not gdb_string.h.
537 * amd64-dicos-tdep.c: Use string.h, not gdb_string.h.
538 * amd64-linux-nat.c: Use string.h, not gdb_string.h.
539 * amd64-linux-tdep.c: Use string.h, not gdb_string.h.
540 * amd64-nat.c: Use string.h, not gdb_string.h.
541 * amd64-sol2-tdep.c: Use string.h, not gdb_string.h.
542 * amd64fbsd-tdep.c: Use string.h, not gdb_string.h.
543 * amd64obsd-tdep.c: Use string.h, not gdb_string.h.
544 * arch-utils.c: Use string.h, not gdb_string.h.
545 * arm-linux-nat.c: Use string.h, not gdb_string.h.
546 * arm-linux-tdep.c: Use string.h, not gdb_string.h.
547 * arm-tdep.c: Use string.h, not gdb_string.h.
548 * arm-wince-tdep.c: Use string.h, not gdb_string.h.
549 * armbsd-tdep.c: Use string.h, not gdb_string.h.
550 * armnbsd-nat.c: Use string.h, not gdb_string.h.
551 * armnbsd-tdep.c: Use string.h, not gdb_string.h.
552 * armobsd-tdep.c: Use string.h, not gdb_string.h.
553 * avr-tdep.c: Use string.h, not gdb_string.h.
554 * ax-gdb.c: Use string.h, not gdb_string.h.
555 * ax-general.c: Use string.h, not gdb_string.h.
556 * bcache.c: Use string.h, not gdb_string.h.
557 * bfin-tdep.c: Use string.h, not gdb_string.h.
558 * breakpoint.c: Use string.h, not gdb_string.h.
559 * build-id.c: Use string.h, not gdb_string.h.
560 * buildsym.c: Use string.h, not gdb_string.h.
561 * c-exp.y: Use string.h, not gdb_string.h.
562 * c-lang.c: Use string.h, not gdb_string.h.
563 * c-typeprint.c: Use string.h, not gdb_string.h.
564 * c-valprint.c: Use string.h, not gdb_string.h.
565 * charset.c: Use string.h, not gdb_string.h.
566 * cli-out.c: Use string.h, not gdb_string.h.
567 * cli/cli-cmds.c: Use string.h, not gdb_string.h.
568 * cli/cli-decode.c: Use string.h, not gdb_string.h.
569 * cli/cli-dump.c: Use string.h, not gdb_string.h.
570 * cli/cli-interp.c: Use string.h, not gdb_string.h.
571 * cli/cli-logging.c: Use string.h, not gdb_string.h.
572 * cli/cli-script.c: Use string.h, not gdb_string.h.
573 * cli/cli-setshow.c: Use string.h, not gdb_string.h.
574 * cli/cli-utils.c: Use string.h, not gdb_string.h.
575 * coffread.c: Use string.h, not gdb_string.h.
576 * common/common-utils.c: Use string.h, not gdb_string.h.
577 * common/filestuff.c: Use string.h, not gdb_string.h.
578 * common/linux-procfs.c: Use string.h, not gdb_string.h.
579 * common/linux-ptrace.c: Use string.h, not gdb_string.h.
580 * common/signals.c: Use string.h, not gdb_string.h.
581 * common/vec.h: Use string.h, not gdb_string.h.
582 * core-regset.c: Use string.h, not gdb_string.h.
583 * corefile.c: Use string.h, not gdb_string.h.
584 * corelow.c: Use string.h, not gdb_string.h.
585 * cp-abi.c: Use string.h, not gdb_string.h.
586 * cp-support.c: Use string.h, not gdb_string.h.
587 * cp-valprint.c: Use string.h, not gdb_string.h.
588 * cris-tdep.c: Use string.h, not gdb_string.h.
589 * d-lang.c: Use string.h, not gdb_string.h.
590 * dbxread.c: Use string.h, not gdb_string.h.
591 * dcache.c: Use string.h, not gdb_string.h.
592 * demangle.c: Use string.h, not gdb_string.h.
593 * dicos-tdep.c: Use string.h, not gdb_string.h.
594 * disasm.c: Use string.h, not gdb_string.h.
595 * doublest.c: Use string.h, not gdb_string.h.
596 * dsrec.c: Use string.h, not gdb_string.h.
597 * dummy-frame.c: Use string.h, not gdb_string.h.
598 * dwarf2-frame.c: Use string.h, not gdb_string.h.
599 * dwarf2loc.c: Use string.h, not gdb_string.h.
600 * dwarf2read.c: Use string.h, not gdb_string.h.
601 * elfread.c: Use string.h, not gdb_string.h.
602 * environ.c: Use string.h, not gdb_string.h.
603 * eval.c: Use string.h, not gdb_string.h.
604 * event-loop.c: Use string.h, not gdb_string.h.
605 * exceptions.c: Use string.h, not gdb_string.h.
606 * exec.c: Use string.h, not gdb_string.h.
607 * expprint.c: Use string.h, not gdb_string.h.
608 * f-exp.y: Use string.h, not gdb_string.h.
609 * f-lang.c: Use string.h, not gdb_string.h.
610 * f-typeprint.c: Use string.h, not gdb_string.h.
611 * f-valprint.c: Use string.h, not gdb_string.h.
612 * fbsd-nat.c: Use string.h, not gdb_string.h.
613 * findcmd.c: Use string.h, not gdb_string.h.
614 * findvar.c: Use string.h, not gdb_string.h.
615 * fork-child.c: Use string.h, not gdb_string.h.
616 * frame.c: Use string.h, not gdb_string.h.
617 * frv-linux-tdep.c: Use string.h, not gdb_string.h.
618 * frv-tdep.c: Use string.h, not gdb_string.h.
619 * gdb.c: Use string.h, not gdb_string.h.
620 * gdb_bfd.c: Use string.h, not gdb_string.h.
621 * gdbarch.c: Use string.h, not gdb_string.h.
622 * gdbtypes.c: Use string.h, not gdb_string.h.
623 * gnu-nat.c: Use string.h, not gdb_string.h.
624 * gnu-v2-abi.c: Use string.h, not gdb_string.h.
625 * gnu-v3-abi.c: Use string.h, not gdb_string.h.
626 * go-exp.y: Use string.h, not gdb_string.h.
627 * go-lang.c: Use string.h, not gdb_string.h.
628 * go32-nat.c: Use string.h, not gdb_string.h.
629 * hppa-hpux-tdep.c: Use string.h, not gdb_string.h.
630 * hppa-linux-nat.c: Use string.h, not gdb_string.h.
631 * hppanbsd-tdep.c: Use string.h, not gdb_string.h.
632 * hppaobsd-tdep.c: Use string.h, not gdb_string.h.
633 * i386-cygwin-tdep.c: Use string.h, not gdb_string.h.
634 * i386-dicos-tdep.c: Use string.h, not gdb_string.h.
635 * i386-linux-nat.c: Use string.h, not gdb_string.h.
636 * i386-linux-tdep.c: Use string.h, not gdb_string.h.
637 * i386-nto-tdep.c: Use string.h, not gdb_string.h.
638 * i386-sol2-tdep.c: Use string.h, not gdb_string.h.
639 * i386-tdep.c: Use string.h, not gdb_string.h.
640 * i386bsd-tdep.c: Use string.h, not gdb_string.h.
641 * i386gnu-nat.c: Use string.h, not gdb_string.h.
642 * i386nbsd-tdep.c: Use string.h, not gdb_string.h.
643 * i386obsd-tdep.c: Use string.h, not gdb_string.h.
644 * i387-tdep.c: Use string.h, not gdb_string.h.
645 * ia64-libunwind-tdep.c: Use string.h, not gdb_string.h.
646 * ia64-linux-nat.c: Use string.h, not gdb_string.h.
647 * inf-child.c: Use string.h, not gdb_string.h.
648 * inf-ptrace.c: Use string.h, not gdb_string.h.
649 * inf-ttrace.c: Use string.h, not gdb_string.h.
650 * infcall.c: Use string.h, not gdb_string.h.
651 * infcmd.c: Use string.h, not gdb_string.h.
652 * inflow.c: Use string.h, not gdb_string.h.
653 * infrun.c: Use string.h, not gdb_string.h.
654 * interps.c: Use string.h, not gdb_string.h.
655 * iq2000-tdep.c: Use string.h, not gdb_string.h.
656 * irix5-nat.c: Use string.h, not gdb_string.h.
657 * jv-exp.y: Use string.h, not gdb_string.h.
658 * jv-lang.c: Use string.h, not gdb_string.h.
659 * jv-typeprint.c: Use string.h, not gdb_string.h.
660 * jv-valprint.c: Use string.h, not gdb_string.h.
661 * language.c: Use string.h, not gdb_string.h.
662 * linux-fork.c: Use string.h, not gdb_string.h.
663 * linux-nat.c: Use string.h, not gdb_string.h.
664 * lm32-tdep.c: Use string.h, not gdb_string.h.
665 * m2-exp.y: Use string.h, not gdb_string.h.
666 * m2-typeprint.c: Use string.h, not gdb_string.h.
667 * m32c-tdep.c: Use string.h, not gdb_string.h.
668 * m32r-linux-nat.c: Use string.h, not gdb_string.h.
669 * m32r-linux-tdep.c: Use string.h, not gdb_string.h.
670 * m32r-rom.c: Use string.h, not gdb_string.h.
671 * m32r-tdep.c: Use string.h, not gdb_string.h.
672 * m68hc11-tdep.c: Use string.h, not gdb_string.h.
673 * m68k-tdep.c: Use string.h, not gdb_string.h.
674 * m68kbsd-tdep.c: Use string.h, not gdb_string.h.
675 * m68klinux-nat.c: Use string.h, not gdb_string.h.
676 * m68klinux-tdep.c: Use string.h, not gdb_string.h.
677 * m88k-tdep.c: Use string.h, not gdb_string.h.
678 * macrocmd.c: Use string.h, not gdb_string.h.
679 * main.c: Use string.h, not gdb_string.h.
680 * mdebugread.c: Use string.h, not gdb_string.h.
681 * mem-break.c: Use string.h, not gdb_string.h.
682 * memattr.c: Use string.h, not gdb_string.h.
683 * memory-map.c: Use string.h, not gdb_string.h.
684 * mep-tdep.c: Use string.h, not gdb_string.h.
685 * mi/mi-cmd-break.c: Use string.h, not gdb_string.h.
686 * mi/mi-cmd-disas.c: Use string.h, not gdb_string.h.
687 * mi/mi-cmd-env.c: Use string.h, not gdb_string.h.
688 * mi/mi-cmd-stack.c: Use string.h, not gdb_string.h.
689 * mi/mi-cmd-var.c: Use string.h, not gdb_string.h.
690 * mi/mi-cmds.c: Use string.h, not gdb_string.h.
691 * mi/mi-console.c: Use string.h, not gdb_string.h.
692 * mi/mi-getopt.c: Use string.h, not gdb_string.h.
693 * mi/mi-interp.c: Use string.h, not gdb_string.h.
694 * mi/mi-main.c: Use string.h, not gdb_string.h.
695 * mi/mi-parse.c: Use string.h, not gdb_string.h.
696 * microblaze-rom.c: Use string.h, not gdb_string.h.
697 * microblaze-tdep.c: Use string.h, not gdb_string.h.
698 * mingw-hdep.c: Use string.h, not gdb_string.h.
699 * minidebug.c: Use string.h, not gdb_string.h.
700 * minsyms.c: Use string.h, not gdb_string.h.
701 * mips-irix-tdep.c: Use string.h, not gdb_string.h.
702 * mips-linux-tdep.c: Use string.h, not gdb_string.h.
703 * mips-tdep.c: Use string.h, not gdb_string.h.
704 * mips64obsd-tdep.c: Use string.h, not gdb_string.h.
705 * mipsnbsd-tdep.c: Use string.h, not gdb_string.h.
706 * mipsread.c: Use string.h, not gdb_string.h.
707 * mn10300-linux-tdep.c: Use string.h, not gdb_string.h.
708 * mn10300-tdep.c: Use string.h, not gdb_string.h.
709 * monitor.c: Use string.h, not gdb_string.h.
710 * moxie-tdep.c: Use string.h, not gdb_string.h.
711 * mt-tdep.c: Use string.h, not gdb_string.h.
712 * nbsd-tdep.c: Use string.h, not gdb_string.h.
713 * nios2-linux-tdep.c: Use string.h, not gdb_string.h.
714 * nto-procfs.c: Use string.h, not gdb_string.h.
715 * nto-tdep.c: Use string.h, not gdb_string.h.
716 * objc-lang.c: Use string.h, not gdb_string.h.
717 * objfiles.c: Use string.h, not gdb_string.h.
718 * opencl-lang.c: Use string.h, not gdb_string.h.
719 * osabi.c: Use string.h, not gdb_string.h.
720 * osdata.c: Use string.h, not gdb_string.h.
721 * p-exp.y: Use string.h, not gdb_string.h.
722 * p-lang.c: Use string.h, not gdb_string.h.
723 * p-typeprint.c: Use string.h, not gdb_string.h.
724 * parse.c: Use string.h, not gdb_string.h.
725 * posix-hdep.c: Use string.h, not gdb_string.h.
726 * ppc-linux-nat.c: Use string.h, not gdb_string.h.
727 * ppc-sysv-tdep.c: Use string.h, not gdb_string.h.
728 * ppcfbsd-tdep.c: Use string.h, not gdb_string.h.
729 * ppcnbsd-tdep.c: Use string.h, not gdb_string.h.
730 * ppcobsd-tdep.c: Use string.h, not gdb_string.h.
731 * printcmd.c: Use string.h, not gdb_string.h.
732 * procfs.c: Use string.h, not gdb_string.h.
733 * prologue-value.c: Use string.h, not gdb_string.h.
734 * python/py-auto-load.c: Use string.h, not gdb_string.h.
735 * python/py-gdb-readline.c: Use string.h, not gdb_string.h.
736 * ravenscar-thread.c: Use string.h, not gdb_string.h.
737 * regcache.c: Use string.h, not gdb_string.h.
738 * registry.c: Use string.h, not gdb_string.h.
739 * remote-fileio.c: Use string.h, not gdb_string.h.
740 * remote-m32r-sdi.c: Use string.h, not gdb_string.h.
741 * remote-mips.c: Use string.h, not gdb_string.h.
742 * remote-sim.c: Use string.h, not gdb_string.h.
743 * remote.c: Use string.h, not gdb_string.h.
744 * reverse.c: Use string.h, not gdb_string.h.
745 * rs6000-aix-tdep.c: Use string.h, not gdb_string.h.
746 * ser-base.c: Use string.h, not gdb_string.h.
747 * ser-go32.c: Use string.h, not gdb_string.h.
748 * ser-mingw.c: Use string.h, not gdb_string.h.
749 * ser-pipe.c: Use string.h, not gdb_string.h.
750 * ser-tcp.c: Use string.h, not gdb_string.h.
751 * ser-unix.c: Use string.h, not gdb_string.h.
752 * serial.c: Use string.h, not gdb_string.h.
753 * sh-tdep.c: Use string.h, not gdb_string.h.
754 * sh64-tdep.c: Use string.h, not gdb_string.h.
755 * shnbsd-tdep.c: Use string.h, not gdb_string.h.
756 * skip.c: Use string.h, not gdb_string.h.
757 * sol-thread.c: Use string.h, not gdb_string.h.
758 * solib-dsbt.c: Use string.h, not gdb_string.h.
759 * solib-frv.c: Use string.h, not gdb_string.h.
760 * solib-osf.c: Use string.h, not gdb_string.h.
761 * solib-spu.c: Use string.h, not gdb_string.h.
762 * solib-target.c: Use string.h, not gdb_string.h.
763 * solib.c: Use string.h, not gdb_string.h.
764 * somread.c: Use string.h, not gdb_string.h.
765 * source.c: Use string.h, not gdb_string.h.
766 * sparc-nat.c: Use string.h, not gdb_string.h.
767 * sparc-sol2-tdep.c: Use string.h, not gdb_string.h.
768 * sparc-tdep.c: Use string.h, not gdb_string.h.
769 * sparc64-tdep.c: Use string.h, not gdb_string.h.
770 * sparc64fbsd-tdep.c: Use string.h, not gdb_string.h.
771 * sparc64nbsd-tdep.c: Use string.h, not gdb_string.h.
772 * sparcnbsd-tdep.c: Use string.h, not gdb_string.h.
773 * spu-linux-nat.c: Use string.h, not gdb_string.h.
774 * spu-multiarch.c: Use string.h, not gdb_string.h.
775 * spu-tdep.c: Use string.h, not gdb_string.h.
776 * stabsread.c: Use string.h, not gdb_string.h.
777 * stack.c: Use string.h, not gdb_string.h.
778 * std-regs.c: Use string.h, not gdb_string.h.
779 * symfile.c: Use string.h, not gdb_string.h.
780 * symmisc.c: Use string.h, not gdb_string.h.
781 * symtab.c: Use string.h, not gdb_string.h.
782 * target.c: Use string.h, not gdb_string.h.
783 * thread.c: Use string.h, not gdb_string.h.
784 * tilegx-linux-nat.c: Use string.h, not gdb_string.h.
785 * tilegx-tdep.c: Use string.h, not gdb_string.h.
786 * top.c: Use string.h, not gdb_string.h.
787 * tracepoint.c: Use string.h, not gdb_string.h.
788 * tui/tui-command.c: Use string.h, not gdb_string.h.
789 * tui/tui-data.c: Use string.h, not gdb_string.h.
790 * tui/tui-disasm.c: Use string.h, not gdb_string.h.
791 * tui/tui-file.c: Use string.h, not gdb_string.h.
792 * tui/tui-layout.c: Use string.h, not gdb_string.h.
793 * tui/tui-out.c: Use string.h, not gdb_string.h.
794 * tui/tui-regs.c: Use string.h, not gdb_string.h.
795 * tui/tui-source.c: Use string.h, not gdb_string.h.
796 * tui/tui-stack.c: Use string.h, not gdb_string.h.
797 * tui/tui-win.c: Use string.h, not gdb_string.h.
798 * tui/tui-windata.c: Use string.h, not gdb_string.h.
799 * tui/tui-winsource.c: Use string.h, not gdb_string.h.
800 * typeprint.c: Use string.h, not gdb_string.h.
801 * ui-file.c: Use string.h, not gdb_string.h.
802 * ui-out.c: Use string.h, not gdb_string.h.
803 * user-regs.c: Use string.h, not gdb_string.h.
804 * utils.c: Use string.h, not gdb_string.h.
805 * v850-tdep.c: Use string.h, not gdb_string.h.
806 * valarith.c: Use string.h, not gdb_string.h.
807 * valops.c: Use string.h, not gdb_string.h.
808 * valprint.c: Use string.h, not gdb_string.h.
809 * value.c: Use string.h, not gdb_string.h.
810 * varobj.c: Use string.h, not gdb_string.h.
811 * vax-tdep.c: Use string.h, not gdb_string.h.
812 * vaxnbsd-tdep.c: Use string.h, not gdb_string.h.
813 * vaxobsd-tdep.c: Use string.h, not gdb_string.h.
814 * windows-nat.c: Use string.h, not gdb_string.h.
815 * xcoffread.c: Use string.h, not gdb_string.h.
816 * xml-support.c: Use string.h, not gdb_string.h.
817 * xstormy16-tdep.c: Use string.h, not gdb_string.h.
818 * xtensa-linux-nat.c: Use string.h, not gdb_string.h.
819
820 2013-11-18 Tom Tromey <tromey@redhat.com>
821
822 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strerror
823 and strstr.
824 * gnulib/aclocal.m4: Update.
825 * gnulib/config.in: Update.
826 * gnulib/configure: Update.
827 * gnulib/import/Makefile.am: Update.
828 * gnulib/import/Makefile.in: Update.
829 * gnulib/import/errno.in.h: New.
830 * gnulib/import/intprops.h: New.
831 * gnulib/import/m4/errno_h.m4: New.
832 * gnulib/import/m4/gnulib-cache.m4: Update.
833 * gnulib/import/m4/gnulib-comp.m4: Update.
834 * gnulib/import/m4/strerror.m4: New.
835 * gnulib/import/m4/strstr.m4: New.
836 * gnulib/import/m4/sys_socket_h.m4: New.
837 * gnulib/import/strerror-override.c: New.
838 * gnulib/import/strerror-override.h: New.
839 * gnulib/import/strerror.c: New.
840 * gnulib/import/strstr.c: New.
841
842 2013-11-18 Tom Tromey <tromey@redhat.com>
843
844 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Split into
845 multiple lines.
846
847 2013-11-18 Jose E. Marchesi <jose.marchesi@oracle.com>
848
849 * sparc-tdep.c (sparc_is_annulled_branch_insn): New function.
850 * sparc-tdep.h: And its prototype.
851
852 * sparc64-linux-tdep.c (sparc64_linux_get_longjmp_target): New
853 function.
854 (sparc64_linux_init_abi): Register the get_longjmp_target hook.
855
856 2013-11-18 Pedro Alves <palves@redhat.com>
857
858 * dwarf2-frame.c (read_addr_from_reg): Remove stale comment and
859 use unpack_pointer.
860
861 2013-11-18 Joel Brobecker <brobecker@adacore.com>
862
863 * mi/mi-main.c (mi_cmd_list_features): Add "language-options"
864 to -list-features output.
865
866 2013-11-17 Joel Brobecker <brobecker@adacore.com>
867
868 * dwarf2expr.h (struct dwarf_expr_context_funcs)
869 <read_addr_from_reg>: Renames "read_reg".
870 * dwarf2-frame.c (read_addr_from_reg): Renames "read_reg".
871 Adjust comment.
872 (dwarf2_frame_ctx_funcs, execute_stack_op, dwarf2_frame_cache):
873 Use read_addr_from_reg in place of read_reg.
874 * dwarf2expr.c (execute_stack_op): Use read_addr_from_reg
875 in place of read_reg.
876 * dwarf2loc.c (dwarf_expr_read_addr_from_reg): Renames
877 dwarf_expr_read_reg.
878 (dwarf_expr_ctx_funcs): Replace dwarf_expr_read_reg
879 with dwarf_expr_read_addr_from_reg.
880 (needs_frame_read_addr_from_reg): Renames needs_frame_read_reg.
881 (needs_frame_ctx_funcs): Replace needs_frame_read_reg with
882 needs_frame_read_addr_from_reg.
883
884 2013-11-15 Jan Kratochvil <jan.kratochvil@redhat.com>
885
886 * NEWS (Changes in GDB 7.5) (New commands) (explore): Fix typo.
887
888 2013-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
889
890 * dwarf2loc.c (chain_candidate): Prevent invoking memcpy with
891 NULL.
892
893 2013-11-15 Tom Tromey <tromey@redhat.com>
894
895 PR c++/16117:
896 * c-exp.y (lex_one_token): Add "is_quoted_name" argument.
897 (classify_name): Likewise. Prefer a field of "this" over a
898 filename.
899 (classify_inner_name, yylex): Update.
900
901 2013-11-15 Joel Brobecker <brobecker@adacore.com>
902
903 * dwarf2expr.h (struct dwarf_expr_context_funcs) <read_reg>:
904 Extend the documentation a bit.
905 <get_reg_value>: New field.
906 * dwarf2loc.c (dwarf_expr_get_reg_value)
907 (needs_frame_get_reg_value): New functions.
908 (dwarf_expr_ctx_funcs, needs_frame_ctx_funcs): Add "get_reg_value"
909 callback.
910 * dwarf2-frame.c (get_reg_value): New function.
911 (dwarf2_frame_ctx_funcs): Add "get_reg_value" callback.
912 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_regval_type>:
913 Use new callback to compute result_val.
914
915 2013-11-15 Alan Modra <amodra@gmail.com>
916
917 * ppc64-tdep.c (ppc64_plt_entry_point): Renamed from..
918 (ppc64_desc_entry_point): ..this. Update comments here and at
919 call points.
920 (ppc64_standard_linkage1, ppc64_standard_linkage2,
921 ppc64_standard_linkage3): Update comments.
922 (ppc64_standard_linkage4, ppc64_standard_linkage5,
923 (ppc64_standard_linkage6, ppc64_standard_linkage7): New insn
924 patterns.
925 (ppc64_standard_linkage4_target): New function.
926 (ppc64_skip_trampoline_code): Skip ELFv2 patterns too.
927 * rs6000-tdep.c (skip_prologue): Skip ELFv2 r2 setup. Correct
928 nop match. Fix comment wrap.
929
930 2013-11-14 Pedro Alves <palves@redhat.com>
931
932 * infrun.c (handle_signal_stop): Move STOP_QUIETLY,
933 STOP_QUIETLY_REMOTE and 'stop_after_trap' handling earlier.
934
935 2013-11-14 Pedro Alves <palves@redhat.com>
936
937 * infrun.c (struct execution_control_state)
938 <stepped_after_stopped_by_watchpoint>: New field.
939 (get_inferior_stop_soon): New function.
940 (handle_inferior_event): 'stepped_after_stopped_by_watchpoint' was
941 moved to struct execution_control_state -- adjust. Use
942 get_inferior_stop_soon. Split TARGET_WAITKIND_STOPPED handling to
943 new function.
944 (handle_signal_stop): New function, factored out from
945 handle_inferior_event.
946
947 2013-11-14 Pedro Alves <palves@redhat.com>
948
949 * break-catch-sig.c (signal_catchpoint_explains_signal): Adjust to
950 return a boolean.
951 * breakpoint.c (bpstat_explains_signal): Adjust to return a
952 boolean.
953 (explains_signal_watchpoint, base_breakpoint_explains_signal):
954 Adjust to return a boolean.
955 * breakpoint.h (enum bpstat_signal_value): Delete.
956 (struct breakpoint_ops) <explains_signal>: New returns a boolean.
957 (bpstat_explains_signal): Likewise.
958 * infrun.c (handle_inferior_event) <random signal checks>:
959 bpstat_explains_signal now returns a boolean - adjust. No longer
960 consider hiding signals.
961
962 2013-11-14 Pedro Alves <palves@redhat.com>
963
964 * breakpoint.c (bpstat_explains_signal) <Moribund locations>:
965 Return BPSTAT_SIGNAL_PASS instead of BPSTAT_SIGNAL_HIDE.
966 (explains_signal_watchpoint): Return BPSTAT_SIGNAL_PASS instead of
967 BPSTAT_SIGNAL_HIDE.
968 (base_breakpoint_explains_signal): Return BPSTAT_SIGNAL_PASS
969 instead of BPSTAT_SIGNAL_HIDE.
970 * infrun.c (handle_inferior_event): Rework random signal checks.
971
972 2013-11-14 Pedro Alves <palves@redhat.com>
973
974 * infrun.c (struct execution_control_state): Remove
975 'random_signal' field.
976 (handle_syscall_event): Use bpstat_causes_stop instead of
977 bpstat_explains_signal. Don't set ecs->random_signal.
978 (handle_inferior_event): New 'random_signal' local.
979 <TARGET_WAITKIND_FORKED, TARGET_WAITKIND_VFORKED,
980 TARGET_WAITKIND_EXECD>: Use bpstat_causes_stop instead of
981 bpstat_explains_signal. Don't set ecs->random_signal.
982 <TARGET_WAITKIND_STOPPED>: Adjust to use local instead of
983 ecs->random_signal.
984
985 2013-11-14 Pedro Alves <palves@redhat.com>
986
987 * infrun.c (handle_inferior_event): Move comment from the
988 function's body to the function's description, adjusted.
989
990 2013-11-14 Pedro Alves <palves@redhat.com>
991
992 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>:
993 Handle STOP_QUIETLY_NO_SIGSTOP and STOP_QUIETLY_REMOTE here.
994 Assert we never fall through out of the TARGET_WAITKIND_LOADED
995 case.
996
997 2013-11-14 Tom Tromey <tromey@redhat.com>
998
999 * python/py-linetable.c (ltpy_has_line)
1000 (ltpy_get_all_source_lines): Fix loop termination condition.
1001
1002 2013-11-14 Joel Brobecker <brobecker@adacore.com>
1003
1004 * mi/mi-parse.h (struct mi_parse) <language>: New field.
1005 * mi/mi-main.c (mi_cmd_execute): Temporarily set language to
1006 PARSE->LANGUAGE during command execution, if set.
1007 * mi/mi-parse.c: Add "language.h" #include.
1008 (mi_parse): Add parsing of "--language" command option.
1009
1010 * NEWS: Add entry mentioning the new "--language" command option.
1011
1012 2013-11-14 Pedro Alves <palves@redhat.com>
1013 Joel Brobecker <brobecker@adacore.com>
1014
1015 * cli/cli-utils.h (extract_arg_const): Add declaration.
1016 * cli/cli-utils.c (extract_arg_const): New function.
1017 (extract_arg): Reimplement using extract_arg_const.
1018
1019 2013-11-14 Joel Brobecker <brobecker@adacore.com>
1020
1021 * language.h: Add "symtab.h" #include.
1022
1023 2013-11-13 Doug Evans <xdje42@gmail.com>
1024
1025 * breakpoint.c (bpstat_check_breakpoint_conditions): For thread
1026 specific breakpoints, don't evaluate breakpoint condition if
1027 different thread.
1028
1029 2013-11-13 Keith Seitz <keiths@redhat.com>
1030
1031 PR c++/7935
1032 PR c++/10541
1033 * cp-support.c (insepct_type): Add support for substituting
1034 namespace aliases, too.
1035 * dwarf2read.c (scan_partial_symbols): Add a partial symbol
1036 for DW_TAG_imported_declaration.
1037 (add_partial_symbol): Likewise.
1038 (process_die): Handle namespace aliases with
1039 read_namespace_alias.
1040 (die_needs_namespace): Add DW_TAG_imported_declaration.
1041 (read_namespace_alias): New function.
1042 (load_partial_dies): Load DW_TAG_imported_declaration, too.
1043 (new_symbol_full): Handle DW_TAG_imported_declaration.
1044
1045 2013-11-13 Keith Seitz <keiths@redhat.com>
1046
1047 * p-exp.y (uptok): Make first parameter const.
1048 (yylex): Make `tokstart' and `tokptr' const.
1049 Don't copy the lexer input to a temporary buffer.
1050 Make `p' const.
1051 Remove const workaround for parse_escape.
1052 Create a temporary buffer for a convenience variable instead
1053 of doing in-place modification of the input.
1054 If a match is found with a different case from the input,
1055 do not change the input at all.
1056 Use `tmp' to construct the resultant stoken instead of
1057 `tokstart'.
1058
1059 2013-11-13 Doug Evans <xdje42@gmail.com>
1060
1061 * breakpoint.c (breakpoint_cond_eval): Fix and enhance comment.
1062
1063 2013-11-13 Joel Brobecker <brobecker@adacore.com>
1064
1065 * mi/mi-main.c (mi_cmd_list_features): Replace "info-ada-exceptions"
1066 entry with "ada-exceptions".
1067
1068 2013-11-13 Joel Brobecker <brobecker@adacore.com>
1069
1070 * symfile.c (reread_symbols): Move call to set_objfile_per_bfd
1071 after re-initialization of OBJFILE's obstack.
1072
1073 2013-11-12 Doug Evans <xdje42@gmail.com>
1074
1075 * breakpoint.c (bpstat_check_breakpoint_conditions): Assert
1076 bs->stop != 0 on entry. Update function comment. Simplify early
1077 exit for frame mismatch. Reindent rest of function.
1078
1079 2013-11-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1080
1081 * objc-lang.c (uniquify_strings): Prevent invoking qsort with
1082 NULL.
1083
1084 2013-11-12 Doug Evans <dje@google.com>
1085
1086 Work around gold/15646.
1087 * dwarf2read.c (read_index_from_section): Update comment.
1088 (struct dw2_symtab_iterator): New member global_seen.
1089 (dw2_symtab_iter_init): Initialize it.
1090 (dw2_symtab_iter_next): Skip duplicate global symbols.
1091 (dw2_expand_symtabs_matching): Ditto.
1092
1093 2013-11-12 Joel Brobecker <brobecker@adacore.com>
1094
1095 * mi/mi-cmds.h (mi_cmd_info_ada_exceptions): Add declaration.
1096 * mi/mi-cmds.c (mi_cmds): Add entry for -info-ada-exceptions
1097 command.
1098 * mi/mi-cmd-info.c: #include "ada-lang.c" and "arch-utils.c".
1099 (mi_cmd_info_ada_exceptions): New function.
1100 * mi/mi-main.c (mi_cmd_list_features): Add "info-ada-exceptions".
1101
1102 2013-11-12 Joel Brobecker <brobecker@adacore.com>
1103
1104 * ada-lang.h: #include "vec.h".
1105 (struct ada_exc_info): New.
1106 (ada_exc_info): New typedef.
1107 (DEF_VEC_O(ada_exc_info)): New vector.
1108 (ada_exceptions_list): Add declaration.
1109 * ada-lang.c (ada_is_exception_sym)
1110 (ada_is_non_standard_exception_sym, compare_ada_exception_info)
1111 (sort_remove_dups_ada_exceptions_list)
1112 (ada_exc_search_name_matches, ada_add_standard_exceptions)
1113 (ada_add_exceptions_from_frame, ada_add_global_exceptions)
1114 (ada_exceptions_list_1, ada_exceptions_list)
1115 (info_exceptions_command): New function.
1116 (_initialize_ada_language): Add "info exception" command.
1117
1118 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
1119
1120 PR python/15629
1121 * NEWS: Add linetable feature.
1122 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-linetable entries.
1123 * python/py-linetable.c: New file.
1124 * python/py-symtab.c (stpy_get_linetable): New function.
1125 * python/python-internal.h (symtab_to_linetable_object): Declare.
1126 (gdbpy_initialize_linetable): Ditto.
1127 * python/python.c (_initialize_python): Call
1128 gdbpy_initialize_linetable.
1129
1130 2013-11-11 Joel Brobecker <brobecker@adacore.com>
1131
1132 * ada-lang.c (create_ada_exception_catchpoint): Enhance
1133 the documentation of fields "except_string" and "condition".
1134 * mi/mi-cmd-catch.c (mi_cmd_catch_assert): Reallocate
1135 CONDITION on the heap before passing it to
1136 create_ada_exception_catchpoint.
1137 (mi_cmd_catch_exception): Likewise for EXCEPTION_NAME and
1138 CONDITION.
1139
1140 2013-11-11 Tom Tromey <tromey@redhat.com>
1141
1142 * config.in, configure: Rebuild.
1143 * configure.ac (HAVE_TKILL_SYSCALL): Check for "syscall".
1144
1145 2013-11-11 Joel Brobecker <brobecker@adacore.com>
1146
1147 * remote-sim.c (gdbsim_detach): Break declaration into
1148 shorter lines. No code change.
1149
1150 2013-11-11 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1151
1152 * remote-sim.c (gdbsim_detach): Fix prototype.
1153
1154 2013-11-08 Doug Evans <dje@google.com>
1155
1156 * dwarf2read.c (dwarf2_read_debug): Change to unsigned int.
1157 (create_debug_types_hash_table): Only print debugging messages for
1158 each TU if dwarf2-read >= 2.
1159 (process_queue): Ditto.
1160 (_initialize_dwarf2_read): Make "set debug dwarf2-read" a zuinteger.
1161 Update doc string.
1162
1163 2013-11-08 Tom Tromey <tromey@redhat.com>
1164
1165 * configure: Rebuild.
1166 * configure.ac: Remove mentions of HAVE_MULTIPLE_PROC_FDS.
1167
1168 2013-11-08 Tom Tromey <tromey@redhat.com>
1169
1170 * configure, config.in: Rebuild.
1171 * configure.ac: Remove unused configury.
1172
1173 2013-11-08 Tom Tromey <tromey@redhat.com>
1174
1175 * m32c-tdep.c: Use gdb_string.h.
1176
1177 2013-11-08 Tom Tromey <tromey@redhat.com>
1178
1179 * configure, config.in: Rebuild.
1180 * configure.ac: Remove all link.h-related checks.
1181
1182 2013-11-08 Tom Tromey <tromey@redhat.com>
1183
1184 * acinclude.m4: Include common.m4.
1185 * common/common.m4: New file.
1186 * configure, config.in: Rebuild.
1187 * configure.ac: Use GDB_AC_COMMON.
1188
1189 2013-11-08 Doug Evans <dje@google.com>
1190
1191 * NEWS: Mention that "set debug symtab-create" now accepts a
1192 verbosity level.
1193 * buildsym.c (end_symtab_from_static_block): Call set_symtab_primary
1194 to set the symtab's primary flag.
1195 * jit.c (finalize_symtab): Ditto.
1196 * mdebugread.c (psymtab_to_symtab_1): Ditto.
1197 * symfile.c (allocate_symtab): Only print debugging messages for
1198 symtab_create_debug levels 2 and higher.
1199 * symtab.c (symtab_create_debug): Change type to unsigned int.
1200 (set_symtab_primary): New function.
1201 (_initialize_symtab): Change "set debug symtab-create" to a
1202 zuinteger option.
1203 * symtab.h (set_symtab_primary): Declare.
1204 (symtab_create_debug): Update decl.
1205
1206 2013-11-08 Tom Tromey <tromey@redhat.com>
1207
1208 * aix-thread.c (aix_thread_detach): Update.
1209 * corelow.c (core_detach): Update.
1210 * darwin-nat.c (darwin_detach): Update.
1211 * dec-thread.c (dec_thread_detach): Update.
1212 * gnu-nat.c (gnu_detach): Update.
1213 * go32-nat.c (go32_detach): Update.
1214 * inf-ptrace.c (inf_ptrace_detach): Update.
1215 * inf-ttrace.c (inf_ttrace_detach): Update.
1216 * linux-fork.c (linux_fork_detach): Update.
1217 * linux-fork.h (linux_fork_detach): Update.
1218 * linux-nat.c (linux_nat_detach): Update. Introduce "tem"
1219 local for const-correctness.
1220 * linux-thread-db.c (thread_db_detach): Update.
1221 * monitor.c (monitor_detach): Update.
1222 * nto-procfs.c (procfs_detach): Update.
1223 * procfs.c (procfs_detach): Update.
1224 * record.c (record_detach): Update.
1225 * record.h (record_detach): Update.
1226 * remote-m32r-sdi.c (m32r_detach): Update.
1227 * remote-mips.c (mips_detach): Update.
1228 * remote-sim.c (gdbsim_detach): Update.
1229 * remote.c (remote_detach_1, remote_detach)
1230 (extended_remote_detach): Update.
1231 * sol-thread.c (sol_thread_detach): Update.
1232 * target.c (target_detach): Make "args" const.
1233 (init_dummy_target): Update.
1234 * target.h (struct target_ops) <to_detach>: Make argument const.
1235 (target_detach): Likewise.
1236 * windows-nat.c (windows_detach): Update.
1237
1238 2013-11-07 Doug Evans <dje@google.com>
1239
1240 PR 11786
1241 * solib-svr4.c (svr4_exec_displacement): Ignore filesz, memsz, flags
1242 and align fields for PT_GNU_RELRO segments.
1243
1244 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1245
1246 PR python/15747
1247 * python/py-cmd.c: Add COMPLETE_EXPRESSION constant.
1248
1249 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1250
1251 * NEWS: Document Python temporary breakpoint support.
1252 * python/py-breakpoint.c (bppy_get_temporary): New function.
1253 (bppy_init): New keyword: temporary. Parse it and set breakpoint
1254 to temporary if True.
1255
1256 2013-11-07 Jose E. Marchesi <jose.marchesi@oracle.com>
1257
1258 * sparc-tdep.c (sparc_analyze_control_transfer): Assertion
1259 removed to allow analyzing unconditional branch instructions
1260 with PC-relative offsets of zero.
1261
1262 2013-11-07 Yao Qi <yao@codesourcery.com>
1263
1264 * mi/mi-cmd-var.c: Include "language.h".
1265 (mi_cmd_var_info_expression): Get language name from
1266 language_defn.
1267 * varobj.c (varobj_language_string): Remove.
1268 (variable_language): Remove declaration.
1269 (languages): Remove.
1270 (varobj_get_language): Change the type of return value.
1271 (variable_language): Remove.
1272 * varobj.h (enum varobj_languages): Remove.
1273 (varobj_language_string): Remove declaration.
1274 (varobj_get_language): Update declaration.
1275
1276 2013-11-07 Yao Qi <yao@codesourcery.com>
1277
1278 * language.h (struct language_defn) <la_natural_name>: New
1279 field.
1280 * ada-lang.c (ada_language_defn): Initialize field
1281 'la_natural_name'.
1282 * c-lang.c (c_language_defn): Likewise.
1283 (cplus_language_defn, asm_language_defn): Likewise.
1284 * d-lang.c (d_language_defn): Likewise.
1285 * f-lang.c (f_language_defn): Likewise.
1286 * go-lang.c (go_language_defn): Likewise.
1287 * jv-lang.c (java_language_defn): Likewise.
1288 * language.c (unknown_language_defn ): Likewise.
1289 (auto_language_defn): Likewise.
1290 * m2-lang.c (m2_language_defn): Likewise.
1291 * objc-lang.c (objc_language_defn): Likewise.
1292 * opencl-lang.c (opencl_language_defn): Likewise.
1293 * p-lang.c (pascal_language_defn): Likewise.
1294
1295 2013-11-07 Yao Qi <yao@codesourcery.com>
1296
1297 * language.c (language_str): Return const char *.
1298 (add_language): Add const to 'language_names'
1299 * language.h (struct language_defn) <la_name>: Add const.
1300 (language_str: Update declaration.
1301
1302 2013-11-06 Andreas Arnez <arnez@linux.vnet.ibm.com>
1303
1304 * s390-linux-nat.c (s390_read_description): Consider the TE field
1305 in the HWCAP for determining 'have_regset_tdb'.
1306
1307 2013-11-06 Will Newton <will.newton@linaro.org>
1308
1309 PR gdb/12866
1310 * dwarf2read.c (skip_one_die): Sanity check DW_AT_sibling
1311 values. (read_partial_die): Likewise.
1312
1313 2013-11-06 Muhammad Bilal <mbilal@codesourcery.com>
1314
1315 PR cli/16122
1316 * top.c (command_line_input): Unify interactivity tests to use
1317 input_from_terminal_p.
1318 * event-top.c (command_line_handler): Likewise.
1319
1320 2013-11-06 Yao Qi <yao@codesourcery.com>
1321
1322 * Makefile.in (check-perf): New target.
1323
1324 2013-11-05 Will Newton <will.newton@linaro.org>
1325
1326 PR gdb/7670
1327 * arm-tdep.c (print_fpu_flags): Use filtered output routines.
1328 (arm_print_float_info): Likewise.
1329
1330 2013-11-04 Anton Blanchard <anton@samba.org>
1331
1332 * target.c (memory_xfer_partial): Cap write to 4KB.
1333
1334 2013-11-01 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
1335
1336 * breakpoint.c (create_longjmp_master_breakpoint): Allow libc
1337 probe scan even when the arch provides no get_longjmp_target.
1338
1339 2013-10-31 Pedro Alves <palves@redhat.com>
1340
1341 * infrun.c (handle_syscall_event): Don't set or clear stop_signal.
1342 (handle_inferior_event) <TARGET_WAITKIND_FORKED,
1343 TARGET_WAITKIND_VFORKED>: Don't set stop_signal to
1344 GDB_SIGNAL_TRAP, or clear it. Pass GDB_SIGNAL_0 to
1345 bpstat_explains signal, instead of GDB_SIGNAL_TRAP.
1346 <bpstat handling>: If the bpstat chain wants the signal to be
1347 hidden, then set stop_signal to GDB_SIGNAL_0 instead of
1348 GDB_SIGNAL_TRAP.
1349
1350 2013-10-31 Andrew Burgess <aburgess@broadcom.com>
1351
1352 * breakpoint.c (update_watchpoint): Update error message and add
1353 an additional error message.
1354
1355 2013-10-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
1356
1357 * s390-tdep.h: Rename to...
1358 * s390-linux-tdep.h: ...here.
1359 * s390-tdep.c: Rename to...
1360 * s390-linux-tdep.c: ...here. Adjust #include.
1361 * s390-nat.c: Rename to...
1362 * s390-linux-nat.c: ...here. Adjust #include.
1363 * config/s390/s390.mh: Rename to...
1364 * config/s390/linux.mh: ...here. Reflect rename s390-nat.o ->
1365 s390-linux-nat.o.
1366 * configure.host: Reflect host rename "s390" -> "linux".
1367 * configure.tgt: Reflect rename s390-tdep.o -> s390-linux-tdep.o.
1368 * Makefile.in (ALL_TARGET_OBS): Likewise.
1369 (HFILES_NO_SRCDIR): Reflect rename s390-tdep.h ->
1370 s390-linux-tdep.h.
1371 (ALLDEPFILES): Reflect rename of .c files.
1372
1373 2013-10-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
1374
1375 * s390-nat.c: Whitespace cleanup.
1376 * s390-tdep.c: Likewise.
1377 * s390-tdep.h: Remove empty line at end of file.
1378
1379 2013-10-30 Maciej W. Rozycki <macro@codesourcery.com>
1380
1381 * linux-tdep.c (linux_corefile_thread_callback): Preinitialize
1382 siginfo_size.
1383
1384 2013-10-29 Tom Tromey <tromey@redhat.com>
1385
1386 * utils.c (reg): Move undefinition...
1387 * gdb_curses.h: ... here. Update comment to mention AIX.
1388
1389 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
1390
1391 * exec.h (add_target_sections_of_objfile): New declaration.
1392 * exec.c (add_target_sections_of_objfile): New function.
1393 * symfile.c (add_symbol_file_command): Update current target sections.
1394 (remove_symbol_file_command): New command.
1395 (symfile_free_objfile): New function.
1396 (_initialize_symfile): Register observer for free_objfile events.
1397 * NEWS: Add description of the remove-symbol-file command.
1398 * breakpoint.c (disable_breakpoints_in_freed_objfile): New function.
1399 * objfiles.c (free_objfile): Notify free_objfile.
1400 (is_addr_in_objfile): New function.
1401 * objfiles.h (is_addr_in_objfile): New declaration.
1402 * printcmd.c (clear_dangling_display_expressions): Act upon free_objfile
1403 events instead of solib_unloaded events.
1404 (_initialize_printcmd): Register observer for free_objfile instead
1405 of solib_unloaded notifications.
1406 * solib.c (remove_user_added_objfile): New function.
1407 (_initialize_symfile): Add remove-symbol-file.
1408
1409 2013-10-29 Andrew Burgess <aburgess@broadcom.com>
1410
1411 * infcmd.c (default_print_one_register_info): Use val_print to
1412 print all values even optimized out or unavailable ones. Don't
1413 try to print a raw form of optimized out or unavailable values.
1414
1415 2013-10-29 Yao Qi <yao@codesourcery.com>
1416
1417 * auto-load.c (auto_load_pspace_data_cleanup): Get data from
1418 parameter 'arg' instead of from program_space_data.
1419 * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
1420 * solib-darwin.c (darwin_pspace_data_cleanup): Likewise.
1421 * solib-dsbt.c (dsbt_pspace_data_cleanup): Likewise.
1422 * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
1423 * inflow.c (inflow_inferior_data_cleanup): Get data from
1424 parameter 'arg' instead of inferior_data.
1425 * registry.h: Add comments.
1426
1427 2013-10-28 Pedro Alves <palves@redhat.com>
1428
1429 * breakpoint.c (watchpoints_triggered)
1430 <!target_stopped_data_address>: Hardcode return 1.
1431
1432 2013-10-28 Pedro Alves <palves@redhat.com>
1433
1434 * infrun.c (process_event_stop_test): Remove unnecessary scoping
1435 level and reindent.
1436
1437 2013-10-28 Pedro Alves <palves@redhat.com>
1438
1439 * infrun.c (process_event_stop_test): New function, factored out
1440 from handle_inferior_event.
1441 (handle_inferior_event): 'process_event_stop_test' is now a
1442 function instead of a goto label -- adjust.
1443
1444 2013-10-28 Pedro Alves <palves@redhat.com>
1445
1446 * infrun.c (handle_inferior_event): Move process_event_stop_test
1447 goto label to the else branch of the ecs->random_signal check,
1448 along with FRAME and GDBARCH re-fetching.
1449
1450 2013-10-28 Pedro Alves <palves@redhat.com>
1451
1452 * infrun.c (switch_back_to_stepped_thread): New function, factored
1453 out from handle_inferior_event.
1454 (handle_inferior_event): Adjust to call
1455 switch_back_to_stepped_thread. Call it also at the tail of the
1456 random signal handling, and return, instead of also handling
1457 random signals just before the stepping tests.
1458
1459 2013-10-28 Pedro Alves <palves@redhat.com>
1460
1461 * infrun.c (clear_stop_func): Delete.
1462 (handle_inferior_event): Don't call clear_stop_func and don't
1463 clear 'ecs->random_signal'.
1464
1465 2013-10-27 Yao Qi <yao@codesourcery.com>
1466
1467 * varobj.c (struct varobj_root) <lang>: Rename to 'lang_ops'.
1468 (varobj_create, varobj_get_path_expr): Update.
1469 (varobj_value_has_mutated, varobj_update): Likewise.
1470 (create_child_with_value, new_root_variable): Likewise.
1471 (number_of_children, name_of_variable): Likewise.
1472 (value_of_child, my_value_of_variable): Likewise.
1473 (varobj_value_is_changeable_p): Likewise.
1474
1475 2013-10-25 Yao Qi <yao@codesourcery.com>
1476
1477 * language.h (struct lang_varobj_ops): Declare.
1478 (struct language_defn) <la_varobj_ops>: New field.
1479 * ada-lang.c: Include "varobj.h"
1480 (defn ada_language_defn): Initialize field 'la_varobj_ops' with
1481 ada_varobj_ops.
1482 * c-lang.c: Include "varobj.h"
1483 (c_language_defn): Initialize field 'la_varobj_ops' with
1484 c_varobj_ops.
1485 (cplus_language_defn): Initialize field 'la_varobj_ops' with
1486 cplus_varobj_ops.
1487 (asm_language_defn): Initialize field 'la_varobj_ops' with
1488 default_varobj_ops.
1489 (minimal_language_defn): Likewise.
1490 * d-lang.c (d_language_defn): Likewise.
1491 * f-lang.c (f_language_defn): Likewise.
1492 * go-lang.c (go_language_defn): Likewise.
1493 * m2-lang.c (m2_language_defn): Likewise.
1494 * objc-lang.c (objc_language_defn): Likewise.
1495 * opencl-lang.c (opencl_language_defn): Likewise.
1496 * p-lang.c (pascal_language_defn): Likewise.
1497 * language.c (unknown_language_defn): Likewise.
1498 (auto_language_defn): Likewise.
1499 (local_language_defn): Likewise.
1500 * jv-lang.c (java_language_defn): Initialize field
1501 'la_varobj_ops' with java_varobj_ops.
1502 * varobj.c (varobj_create): Update.
1503 * varobj.h (default_varobj_ops): Define macro.
1504
1505 2013-10-25 Pedro Alves <palves@redhat.com>
1506
1507 * cp-valprint.c (cp_print_value_fields): No longer handle a NULL
1508 static field value.
1509 (cp_print_static_field): If the value is entirely optimized out,
1510 print <optimized out> here.
1511 * jv-valprint.c (java_print_value_fields): No longer handle a NULL
1512 static field value.
1513 * p-valprint.c (pascal_object_print_static_field): If the value is
1514 entirely optimized out, print <optimized out> here.
1515 * valops.c (do_search_struct_field)
1516 (value_struct_elt_for_reference): No longer handle a NULL static
1517 field value.
1518 * value.c (value_static_field): Return an optimized out value
1519 instead of NULL.
1520
1521 2013-10-25 Yao Qi <yao@codesourcery.com>
1522
1523 * remote.c (remote_traceframe_info): Return early if
1524 traceframe is not selected.
1525
1526 2013-10-25 Yao Qi <yao@codesourcery.com>
1527
1528 * tracepoint.c (traceframe_fun): Remove.
1529 (traceframe_sal): Remove.
1530 (set_traceframe_context): Add local variables.
1531
1532 2013-10-25 Joel Brobecker <brobecker@adacore.com>
1533
1534 * varobj.h (struct lang_varobj_ops): Remove spaces between '*'
1535 and parameter name.
1536
1537 2013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
1538
1539 * linux-tdep.c (linux_corefile_thread_callback): Propagate any
1540 failure from register information collection.
1541
1542 2013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
1543
1544 * linux-tdep.c (linux_corefile_thread_data): Remove `num_notes'
1545 member.
1546 (linux_corefile_thread_callback): Update accordingly.
1547 (linux_make_corefile_notes): Likewise.
1548
1549 2013-10-24 Pedro Alves <palves@redhat.com>
1550
1551 * NEWS (New options): Mention set/show startup-with-shell.
1552 * config/alpha/nm-osf3.h (START_INFERIOR_TRAPS_EXPECTED): Set to 2
1553 instead of 3.
1554 * fork-child.c (fork_inferior, startup_inferior): Handle 'set
1555 startup-with-shell'.
1556 (show_startup_with_shell): New function.
1557 (_initialize_fork_child): Register the set/show startup-with-shell
1558 commands.
1559 * inf-ptrace.c (inf_ptrace_create_inferior): Remove comment.
1560 * inf-ttrace.c (inf_ttrace_him): Remove comment.
1561 * procfs.c (procfs_init_inferior): Remove comment.
1562 * infcmd.c (startup_with_shell): New global.
1563 * inferior.h (startup_with_shell): Declare global.
1564 (STARTUP_WITH_SHELL): Delete.
1565 (START_INFERIOR_TRAPS_EXPECTED): Set to 1 by default instead of 2.
1566
1567 2013-10-23 Pedro Alves <palves@redhat.com>
1568
1569 * common/gdb_signals.h (gdb_signal_to_symbol_string): Declare.
1570 * common/signals.c: Include "gdb_assert.h".
1571 (signals): New field 'symbol'.
1572 (SET): Use the 'symbol' parameter.
1573 (gdb_signal_to_symbol_string): New function.
1574 * infrun.c (handle_inferior_event) <random signal>: In debug
1575 output, print the random signal enum as string in addition to its
1576 number.
1577 * target/waitstatus.c (target_waitstatus_to_string): Print the
1578 signal's enum value as string instead of the (POSIX) signal name.
1579
1580 2013-10-23 Gary Benson <gbenson@redhat.com>
1581
1582 PR 16013
1583 * common/linux-osdata.c (command_from_pid): Reduced size of cmd
1584 from 32 to 18. Adjusted fscanf format string accordingly.
1585 (Avoids leaving cmd unterminated.)
1586 (print_sockets): Do not parse tlen, inode, sl, timeout, txq, rxq,
1587 trun, retn or extra. (Avoids leaving extra unterminated.) Check
1588 that local_address and remote_address will not overflow.
1589 (linux_xfer_osdata_modules): Parse lines using strtok to avoid
1590 leaving dependencies unterminated. Parse size as "%u" to match
1591 definition.
1592
1593 2013-10-22 Pedro Alves <palves@redhat.com>
1594
1595 * infrun.c (handle_inferior_event) <thread hop>: Don't clear or
1596 set ecs->random signal.
1597
1598 2013-10-22 Pedro Alves <palves@redhat.com>
1599
1600 * infrun.c (keep_going): Update comments.
1601
1602 2013-10-22 Pedro Alves <palves@redhat.com>
1603
1604 * remote.c (remote_parse_stop_reply) <'T'/'S'/'X' replies>: Map
1605 invalid signal numbers to GDB_SIGNAL_UNKNOWN.
1606
1607 2013-10-22 Pedro Alves <palves@redhat.com>
1608
1609 * include/gdb/signals.def (TARGET_EXC_BAD_ACCESS): Rename to
1610 GDB_EXC_BAD_ACCESS.
1611 (TARGET_EXC_BAD_INSTRUCTION): Rename to GDB_EXC_BAD_INSTRUCTION.
1612 (TARGET_EXC_ARITHMETIC): Rename to GDB_EXC_ARITHMETIC.
1613 (TARGET_EXC_EMULATION): Rename to GDB_EXC_EMULATION.
1614 (TARGET_EXC_SOFTWARE): Rename to GDB_EXC_SOFTWARE.
1615 (TARGET_EXC_BREAKPOINT): Rename to GDB_EXC_BREAKPOINT.
1616 (GDB_SIGNAL_LAST): Change description string.
1617 * common/signals.c (gdb_signal_from_host, do_gdb_signal_to_host):
1618 Adjust to signal renaming.
1619 * darwin-nat.c (darwin_decode_message): Likewise.
1620
1621 2013-10-22 Jose E. Marchesi <jose.marchesi@oracle.com>
1622
1623 * MAINTAINERS (Write After Approval): Add myself to the list.
1624
1625 2013-10-18 Andrew Burgess <aburgess@broadcom.com>
1626
1627 * breakpoint.c (update_watchpoint): If hardware watchpoints are
1628 forced off, downgrade them to software watchpoints if possible,
1629 and error out if not possible.
1630 (watch_command_1): Move watchpoint type selection closer to
1631 watchpoint creation, and extend the comments.
1632
1633 2013-10-18 Pedro Alves <palves@redhat.com>
1634
1635 PR gdb/16062
1636 * infrun.c (handle_inferior_event): Keep going if we got a random
1637 signal we should not stop for, instead of falling through to the
1638 step tests.
1639
1640 2013-10-18 Yao Qi <yao@codesourcery.com>
1641
1642 * c-varobj.c (cplus_number_of_children): Fix indentation.
1643
1644 2013-10-17 Tom Tromey <tromey@redhat.com>
1645
1646 PR gdb/15995:
1647 * printcmd.c (printcmd): Call gdb_flush.
1648
1649 2013-10-17 Tom Tromey <tromey@redhat.com>
1650
1651 * elfread.c (struct elfinfo) <stabindexsect>: Remove.
1652 (elf_locate_sections): Update.
1653
1654 2013-10-17 Yao Qi <yao@codesourcery.com>
1655
1656 * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
1657 * ada-varobj.c: Remove the include of ada-varobj.h.
1658 (ada_varobj_get_number_of_children): Declare.
1659 (ada_varobj_get_name_of_child): Make it static.
1660 (ada_varobj_get_path_expr_of_child): Likewise.
1661 (ada_varobj_get_value_of_child): Likewise.
1662 (ada_varobj_get_type_of_child): Likewise.
1663 (ada_varobj_get_value_of_array_variable): Likewise.
1664 * ada-varobj.h: Remove.
1665
1666 2013-10-17 Yao Qi <yao@codesourcery.com>
1667
1668 * Makefile.in (SFILES): Add c-varobj.c and jv-varobj.c.
1669 (COMMON_OBS): Add c-varobj.o and jv-varobj.o.
1670 * ada-varobj.c: Include "varobj.h".
1671 (ada_number_of_children): New. Moved from varobj.c.
1672 (ada_name_of_variable, ada_name_of_child): Likewise.
1673 (ada_path_expr_of_child, ada_value_of_child): Likewise.
1674 (ada_type_of_child, ada_value_of_variable): Likewise.
1675 (ada_value_is_changeable_p, ada_value_has_mutated): Likewise.
1676 (ada_varobj_ops): New.
1677 * c-varobj.c, jv-varobj.c: New file. Moved from varobj.c.
1678 * gdbtypes.c (get_target_type): New. Moved from varobj.c.
1679 * gdbtypes.h (get_target_type): Declare.
1680 * varobj.c: Remove the inclusion of "ada-varobj.h" and
1681 "ada-lang.h".
1682 (ANONYMOUS_STRUCT_NAME): Move it to c-varobj.c.
1683 (ANONYMOUS_UNION_NAME): Likewise.
1684 (get_type, get_value_type, get_target_type): Remove declarations.
1685 (value_get_print_value, varobj_value_get_print_value): Likewise.
1686 (c_number_of_children, c_name_of_variable): Likewise.
1687 (c_name_of_child, c_path_expr_of_child): Likewise.
1688 (c_value_of_child, c_type_of_child): Likewise.
1689 (c_value_of_variable, cplus_number_of_children): Likewise.
1690 (cplus_class_num_children, cplus_name_of_variable): Likewise.
1691 (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
1692 (cplus_value_of_child, cplus_type_of_child): Likewise.
1693 (cplus_value_of_variable, java_number_of_children): Likewise.
1694 (java_name_of_variable, java_name_of_child): Likewise.
1695 (java_path_expr_of_child, java_value_of_child): Likewise.
1696 (java_type_of_child, java_value_of_variable): Likewise.
1697 (ada_number_of_children, ada_name_of_variable): Likewise.
1698 (ada_name_of_child, ada_path_expr_of_child): Likewise.
1699 (ada_value_of_child, ada_type_of_child): Likewise.
1700 (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
1701 (ada_value_has_mutated): Likewise.
1702 (struct language_specific): Move it to varobj.h.
1703 (CPLUS_FAKE_CHILD): Move it to varobj.h.
1704 (restrict_range): Rename it varobj_restrict_range. Make it extern.
1705 Callers update.
1706 (get_path_expr_parent): Rename it to varobj_get_path_expr_parent.
1707 Make it extern.
1708 (is_anonymous_child): Move it to c-varobj.c and rename to
1709 varobj_is_anonymous_child. Caller update.
1710 (get_type): Move it to c-varobj.c.
1711 (get_value_type): Rename it varobj_get_value_type. Make it
1712 extern.
1713 (get_target_type): Move it gdbtypes.c.
1714 (varobj_formatted_print_options): New function.
1715 (value_get_print_value): Rename it to
1716 varobj_value_get_print_value and make it extern.
1717 (varobj_value_is_changeable_p): Make it extern.
1718 (adjust_value_for_child_access): Move it to c-varobj.c.
1719 (default_value_is_changeable_p): Rename it to
1720 varobj_default_value_is_changeable_p. Make it extern.
1721 (c_number_of_children, c_name_of_variable): Move it to c-varobj.c
1722 (c_name_of_child, c_path_expr_of_child): Likewise.
1723 (c_value_of_child, c_type_of_child): Likewise.
1724 (c_value_of_variable, cplus_number_of_children): Likewise.
1725 (cplus_class_num_children, cplus_name_of_variable): Likewise.
1726 (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
1727 (cplus_value_of_child, cplus_type_of_child): Likewise.
1728 (cplus_value_of_variable): Likewise.
1729 (java_number_of_children, java_name_of_variable): Move it to jv-varobj.c.
1730 (java_name_of_child, java_path_expr_of_child): Likewise.
1731 (java_value_of_child, java_type_of_child): Likewise.
1732 (java_value_of_variable): Likewise.
1733 (ada_number_of_children, ada_name_of_variable): Move it to ada-varobj.c.
1734 (ada_name_of_child, ada_path_expr_of_child): Likewise.
1735 (ada_value_of_child, ada_type_of_child): Likewise.
1736 (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
1737 (ada_value_has_mutated): Likewise.
1738 * varobj.h (CPLUS_FAKE_CHILD): New macro, moved from varobj.c.
1739 (struct lang_varobj_ops): New. Renamed by 'struct language_specific'.
1740 (c_varobj_ops, cplus_varobj_ops): Declare.
1741 (java_varobj_ops, ada_varobj_ops): Declare.
1742 (varobj_default_value_is_changeable_p): Declare.
1743 (varobj_value_is_changeable_p): Declare.
1744 (varobj_get_value_type, varobj_is_anonymous_child): Declare.
1745 (varobj_get_path_expr_parent): Declare.
1746 (varobj_value_get_print_value): Declare.
1747 (varobj_formatted_print_options): Declare.
1748 (varobj_restrict_range): Declare.
1749
1750 2013-10-17 Luis Machado <lgustavo@codesourcery.com>
1751
1752 * target/waitstatus.h (target_waitkind): Remove spurious
1753 character from the comments.
1754
1755 2013-10-17 Joel Brobecker <brobecker@adacore.com>
1756
1757 * gdbarch.sh (get_longjmp_target): Add method documentation.
1758 * gdbarch.h: Regenerate.
1759
1760 2013-10-16 Tom Tromey <tromey@redhat.com>
1761
1762 * dbxread.c (read_dbx_symtab) <bss_ext_symbol>: Remove unused
1763 label.
1764
1765 2013-10-16 Luis Machado <lgustavo@codesourcery.com>
1766
1767 * gcore.in: Call GDB using the full path to the gcore script.
1768 Error out if the GDB binary is not found.
1769
1770 2013-10-16 Sergio Durigan Junior <sergiodj@redhat.com>
1771
1772 PR gdb/16014
1773 * dwarf2read.c (dw2_get_real_path): Remove unnecessary call to
1774 sizeof.
1775
1776 2013-10-16 Sergio Durigan Junior <sergiodj@redhat.com>
1777
1778 PR gdb/16042
1779 * target.c (target_disable_btrace): Fix invalid return value for
1780 void function.
1781 (target_teardown_btrace): Likewise.
1782
1783 2013-10-14 Yao Qi <yao@codesourcery.com>
1784
1785 * varobj.c (struct varobj): Move most of the fields to
1786 varobj.h.
1787 (struct varobj_dynamic): New struct.
1788 (varobj_get_display_hint) [HAVE_PYTHON]: Adjust.
1789 (varobj_has_more): Likewise.
1790 (dynamic_varobj_has_child_method): Likewise.
1791 (update_dynamic_varobj_children): Likewise.
1792 (varobj_get_num_children): Likewise.
1793 (varobj_list_children, varobj_pretty_printed_p): Likewise.
1794 (install_new_value_visualizer): Likewise.
1795 (install_new_value_visualizer, install_new_value): Likewise.
1796 (varobj_update, new_variable, free_variable): Likewise.
1797 (my_value_of_variable, value_get_print_value): Likewise.
1798 (install_visualizer): Change the type of parameter 'var' to
1799 'struct varobjd_dynamic *'. Callers update.
1800 * varobj.h (struct varobj): Moved from varobj.c.
1801 (struct varobj) <dynamic>: New field.
1802
1803 2013-10-13 Sandra Loosemore <sandra@codesourcery.com>
1804
1805 * nios2-tdep.c (nios2_reg_names): Use "sstatus" rather than "ba"
1806 as the preferred name of r30.
1807 * nios2-linux-tdep.c (reg_offsets): Likewise.
1808 * features/nios2-cpu.xml: Likewise.
1809 * features/nios2-linux.c: Regenerated.
1810 * features/nios2.c: Regenerated.
1811 * regformats/nios2-linux.dat: Regenerated.
1812
1813 2013-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1814
1815 Canonicalize directories for EXEC_FILENAME.
1816 * exec.c (exec_file_attach): Use gdb_realpath_keepfile for
1817 exec_filename.
1818 * utils.c (gdb_realpath_keepfile): New function.
1819 * utils.h (gdb_realpath_keepfile): New declaration.
1820
1821 2013-10-11 Doug Evans <dje@google.com>
1822
1823 * Makefile.in (GDBFLAGS): New variable.
1824 (run): New rule.
1825
1826 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1827
1828 * NEWS: Add entry documenting the new "-catch-assert" and
1829 "-catch-exception" GDB/MI commands.
1830
1831 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1832
1833 * breakpoint.h (init_ada_exception_breakpoint): Add parameter
1834 "enabled".
1835 * breakpoint.c (init_ada_exception_breakpoint): Add parameter
1836 "enabled". Set B->ENABLE_STATE accordingly.
1837 * ada-lang.h (ada_exception_catchpoint_kind): Move here from
1838 ada-lang.c.
1839 (create_ada_exception_catchpoint): Add declaration.
1840 * ada-lang.c (ada_exception_catchpoint_kind): Move to ada-lang.h.
1841 (create_ada_exception_catchpoint): Make non-static. Add new
1842 parameter "disabled". Use it in call to
1843 init_ada_exception_breakpoint.
1844 (catch_ada_exception_command): Add parameter "enabled" in call
1845 to create_ada_exception_catchpoint.
1846 (catch_assert_command): Likewise.
1847
1848 * mi/mi-cmds.h (mi_cmd_catch_assert, mi_cmd_catch_exception):
1849 Add declarations.
1850 * mi/mi-cmds.c (mi_cmds): Add the "catch-assert" and
1851 "catch-exception" commands.
1852 * mi/mi-cmd-catch.c: Add #include "ada-lang.h".
1853 (mi_cmd_catch_assert, mi_cmd_catch_exception): New functions.
1854
1855 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1856
1857 * ada-lang.c (enum ada_exception_catchpoint_kind): Renames
1858 "enum exception_catchpoint_kind". Replace the "ex_" prefix
1859 of all its enumerates with "ada_". Update the rest of this
1860 file throughout.
1861
1862 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1863
1864 * ada-lang.c (ada_decode_exception_location): Delete.
1865 (create_ada_exception_catchpoint): Remove arguments "sal",
1866 "addr_string" and "ops". Add argument "ex_kind" instead.
1867 Adjust implementation accordingly, calling ada_exception_sal
1868 to get the entities it no longer gets passed as arguments.
1869 Document the function's arguments.
1870 (catch_ada_exception_command): Use catch_ada_exception_command_split
1871 instead of ada_decode_exception_location, and update call to
1872 create_ada_exception_catchpoint.
1873 (catch_ada_assert_command_split): Renames
1874 ada_decode_assert_location. Remove parameters "addr_string" and
1875 "ops", and now returns void. Adjust implementation accordingly.
1876 Update the function documentation.
1877 (catch_assert_command): Use catch_ada_assert_command_split
1878 instead of ada_decode_assert_location. Update call to
1879 create_ada_exception_catchpoint.
1880
1881 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1882
1883 * utils.h (perror_warning_with_name): Add declaration.
1884 * utils.c (perror_warning_with_name): New function.
1885 * cli/cli-cmds.c (source_script_with_search): Add call to
1886 perror_warning_with_name if from_tty is nul.
1887
1888 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1889
1890 * utils.c (perror_string): New function, extracted out of
1891 throw_perror_with_name.
1892 (throw_perror_with_name): Rework to use perror_string.
1893
1894 2013-10-11 Yao Qi <yao@codesourcery.com>
1895
1896 * remote.c (discard_pending_stop_replies_in_queue): Update
1897 declaration.
1898 (struct stop_reply) <rs>: New field.
1899 (remove_stop_reply_of_remote_state): New function.
1900 (discard_pending_stop_replies_in_queue): Add parameter 'rs'.
1901 Callers update. Pass remove_stop_reply_of_remote_state to
1902 QUEUE_iterate.
1903 (remote_parse_stop_reply): Initialize field 'rs'.
1904
1905 2013-10-10 Will Newton <will.newton@linaro.org>
1906
1907 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
1908 linux_init_abi.
1909
1910 2013-10-10 Joel Brobecker <brobecker@adacore.com>
1911
1912 * cli/cli-cmds.c (show_baud_rate): Moved to serial.c as
1913 serial_baud_show_cmd.
1914 (_initialize_cli_cmds): Delete the code creating the
1915 "set/show remotebaud" commands.
1916 * serial.c (baud_rate): Move here from top.c.
1917 (serial_baud_show_cmd): Move here from cli/cli-cmds.c.
1918 (_initialize_serial): Create "set/show serial baud" commands.
1919 Add "set/show remotebaud" command aliases.
1920 * top.c (baud_rate): Moved to serial.c.
1921 * NEWS: Document the new "set/show serial baud" commands,
1922 replacing "set/show remotebaud".
1923
1924 2013-10-09 Pedro Alves <palves@redhat.com>
1925
1926 * breakpoint.c (insert_bp_location): Use memory_error_message to
1927 build the memory error string.
1928 * c-lang.c: Include "gdbcore.h".
1929 (c_get_string): Use memory_error to throw error.
1930 (target_xfer_memory_error): Delete.
1931 (memory_error_message): New, factored out from
1932 target_xfer_memory_error.
1933 (memory_error): Change parameter type to target_xfer_error.
1934 Rewrite.
1935 (read_memory): Use memory_error instead of
1936 target_xfer_memory_error.
1937 * gdbcore.h: Include "target.h".
1938 (memory_error): Change parameter type to target_xfer_error.
1939 (memory_error_message): Declare function.
1940 * target.c (target_read_memory, target_read_stack)
1941 (target_write_memory, target_write_raw_memory): Return
1942 TARGET_XFER_E_IO on error. Adjust comments.
1943 (get_target_memory): Pass TARGET_XFER_E_IO to memory_error,
1944 instead of EIO.
1945 * target.h (target_read, target_insert_breakpoint)
1946 (target_remove_breakpoint): Adjust comments.
1947 * valprint.c (partial_memory_read): Rename parameter, and adjust
1948 comment.
1949 (val_print_string): Use memory_error_message to build the memory
1950 error string.
1951
1952 2013-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1953
1954 * common/filestuff.c (gdb_fopen_cloexec): Remove initialization of
1955 result variable. Rename variable fopen_e_ever_failed to
1956 fopen_e_ever_failed_einval. Retry fopen only for errno EINVAL.
1957
1958 2013-10-09 Pedro Alves <palves@redhat.com>
1959
1960 * monitor.c (monitor_write_memory, monitor_write_memory_bytes)
1961 (monitor_write_memory_longlongs, monitor_write_memory_block):
1962 Constify 'myaddr' parameter.
1963 (monitor_xfer_memory): Adjust interface as monitor_xfer_partial
1964 helper.
1965 (monitor_xfer_partial): New function.
1966 (init_base_monitor_ops): Don't install a deprecated_xfer_memory
1967 hook. Install a to_xfer_partial hook.
1968
1969 2013-10-09 Tom Tromey <tromey@redhat.com>
1970
1971 * dwarf2read.c (dwarf2_get_dwz_file): Update for type change in
1972 bfd_get_alt_debug_link_info.
1973
1974 2013-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1975
1976 New flag OBJF_NOT_FILENAME.
1977 * auto-load.c (auto_load_objfile_script): Check also OBJF_NOT_FILENAME.
1978 * jit.c (jit_object_close_impl): Use OBJF_NOT_FILENAME for
1979 allocate_objfile.
1980 (jit_bfd_try_read_symtab): Use OBJF_NOT_FILENAME for
1981 symbol_file_add_from_bfd.
1982 * jv-lang.c (get_dynamics_objfile): Use OBJF_NOT_FILENAME for
1983 allocate_objfile.
1984 * objfiles.c (allocate_objfile): Assert OBJF_NOT_FILENAME if NAME is
1985 NULL.
1986 * objfiles.h (OBJF_NOT_FILENAME): New.
1987
1988 2013-10-08 Tom Tromey <tromey@redhat.com>
1989
1990 * Makefile.in (SFILES): Add build-id.c.
1991 (HFILES_NO_SRCDIR): Add build-id.h.
1992 * build-id.c: New file, largely from elfread.c. Modified
1993 most functions.
1994 * build-id.h: New file.
1995 * dwarf2read.c (dwarf2_get_dwz_file): Update for change to
1996 bfd_get_alt_debug_link_info. Verify dwz file's build-id.
1997 Search for dwz file using build-id.
1998 * elfread.c (build_id_bfd_get, build_id_verify)
1999 (build_id_to_debug_filename, find_separate_debug_file): Remove.
2000
2001 2013-10-08 Joel Brobecker <brobecker@adacore.com>
2002
2003 * ada-lang.c (compare_names_with_case): Renamed from
2004 compare_names, adding a new parameter "casing" and its handling.
2005 New function documentation.
2006 (compare_names): New function, implemented using
2007 compare_names_with_case.
2008
2009 2013-10-08 Joel Brobecker <brobecker@adacore.com>
2010
2011 * ada-lang.c (ada_exception_sal): Remove advance declaration.
2012
2013 2013-10-07 Tom Tromey <tromey@redhat.com>
2014
2015 * objfiles.c (free_objfile_per_bfd_storage): Delete the
2016 demangled_names_hash.
2017 (free_objfile): Don't delete the demangled_names_hash.
2018 * objfiles.h (struct objfile_per_bfd_storage)
2019 <demangled_names_hash>: New field.
2020 (struct objfile) <demangled_names_hash>: Move to
2021 objfile_per_bfd_storage.
2022 * symfile.c (reread_symbols): Don't delete the
2023 demangled_names_hash.
2024 * symtab.c (create_demangled_names_hash): Update.
2025 (symbol_set_names): Update.
2026
2027 2013-10-07 Tom Tromey <tromey@redhat.com>
2028
2029 * gdb_bfd.c (struct gdb_bfd_data) <relocation_computed,
2030 needs_relocations>: New fields.
2031 (gdb_bfd_requires_relocations): New function.
2032 * gdb_bfd.h (gdb_bfd_requires_relocations): Declare.
2033 * objfiles.c (get_objfile_bfd_data): Disallow sharing if
2034 the BFD needs relocations applied.
2035
2036 2013-10-07 Pedro Alves <palves@redhat.com>
2037
2038 PR breakpoints/11568
2039 * breakpoint.c (remove_threaded_breakpoints): Say "no longer in
2040 the thread list" instead of "gone".
2041
2042 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2043
2044 * NEWS: Mention new convenience variable $_exitsignal.
2045 * corelow.c (core_open): Reset exit convenience variables. Set
2046 $_exitsignal to the uncaught signal which generated the corefile.
2047 * infrun.c (handle_inferior_event): Reset exit convenience
2048 variables. Set $_exitsignal for TARGET_WAITKIND_SIGNALLED.
2049 (clear_exit_convenience_vars): New function.
2050 * inferior.h (clear_exit_convenience_vars): New prototype.
2051
2052 2013-10-06 Yao Qi <yao@codesourcery.com>
2053
2054 * varobj.h: Add comments to enum varobj_languages.
2055
2056 2013-10-04 Doug Evans <dje@google.com>
2057
2058 Add support for DWP file format version 2.
2059 * NEWS: Mention support for DWP file format version 2.
2060 * dwarf2read.c (dwarf2_section_info): Convert asection field to a
2061 union of asection, containing_section. New fields virtual_offset
2062 and is_virtual. Change type of readin filed from int to char.
2063 (dwo_sections, dwo_file): Tweak comments.
2064 (dwp_v2_section_ids): New enum.
2065 (dwp_sections): New fields abbrev, info, line, loc, macinfo, macro,
2066 str_offsets, types.
2067 (virtual_v1_dwo_sections): Renamed from virtual_dwo_sections.
2068 All uses updated.
2069 (virtual_v2_dwo_sections): New struct.
2070 (dwp_hash_table): New fields version, nr_columns. Change type of
2071 section_pool field to a union.
2072 (dwp_file): New field version.
2073 (dwarf2_has_info): Check for virtual sections.
2074 (get_containing_section): New function.
2075 (get_section_bfd_owner, get_section_bfd_section): Call it.
2076 (dwarf2_locate_sections): Update.
2077 (dwarf2_section_empty_p): Update.
2078 (dwarf2_read_section): Handle virtual sections.
2079 (locate_dwz_sections): Update.
2080 (create_dwp_hash_table): Document and handle V2 format.
2081 (locate_v1_virtual_dwo_sections): Renamed from
2082 locate_virtual_dwo_sections and update. All callers updated.
2083 (create_dwo_unit_in_dwp_v1): Renamed from create_dwo_in_dwp.
2084 Delete arg htab. Rename arg section_index to unit_index.
2085 All callers updated.
2086 (MAX_NR_V1_DWO_SECTIONS): Renamed from MAX_NR_DWO_SECTIONS.
2087 All uses updated.
2088 (create_dwp_v2_section, create_dwo_unit_in_dwp_v2): New functions.
2089 (lookup_dwo_unit_in_dwp): Add V2 support.
2090 (dwarf2_locate_dwo_sections): Update.
2091 (dwarf2_locate_common_dwp_sections): Renamed from
2092 dwarf2_locate_dwp_sections and update. All callers updated.
2093 (dwarf2_locate_v2_dwp_sections): New function.
2094 (open_and_init_dwp_file): Add V2 support.
2095 (read_str_index): New locals str_section, str_offsets_section.
2096
2097 2013-10-04 Pedro Alves <palves@redhat.com>
2098
2099 * common/ptid.c (null_ptid, minus_one_ptid, ptid_build)
2100 (pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid)
2101 (ptid_equal, ptid_is_pid, ptid_lwp_p, ptid_tid_p): Replace
2102 describing comments with references to ptid.h.
2103 * common/ptid.h: Remove intro description of constructors,
2104 accessors and predicates.
2105 (struct ptid): Reformat.
2106 (minus_one_ptid, ptid_build, pid_to_ptid, ptid_get_pid)
2107 (ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid): Change
2108 describing comments.
2109
2110 2013-10-04 Joel Brobecker <brobecker@adacore.com>
2111
2112 * aix-thread.c (sync_threadlists): Add missing ')' in call
2113 to ptid_build.
2114
2115 2013-10-04 Joel Brobecker <brobecker@adacore.com>
2116
2117 * procfs.c (procfs_init_inferior): Fix typo causing the build
2118 to fail.
2119
2120 2013-10-04 Joel Brobecker <brobecker@adacore.com>
2121
2122 * aix-thread.c (ptrace32): Remove cast to addr_ptr.
2123
2124 2013-10-04 Joel Brobecker <brobecker@adacore.com>
2125
2126 * mi/mi-main.c (run_one_inferior): Add function description.
2127 Make ARG a pointer to an integer whose value determines whether
2128 we should "run" or "start" the program.
2129 (mi_cmd_exec_run): Add handling of the "--start" option.
2130 Reject all other command-line options.
2131 * NEWS: Add entry for "-exec-run"'s new "--start" option.
2132
2133 2013-10-04 Yao Qi <yao@codesourcery.com>
2134
2135 * remote-notif.h (REMOTE_NOTIF_ID): New enum.
2136 (struct notif_client) <pending_event>: Moved
2137 to struct remote_notif_state.
2138 <id>: New field.
2139 (struct remote_notif_state) <pending_event>: New field.
2140 (notif_event_xfree): Declare.
2141 * remote-notif.c (handle_notification): Adjust.
2142 (notif_event_xfree): New function.
2143 (do_notif_event_xfree): Call notif_event_xfree.
2144 (remote_notif_state_xfree): Call notif_event_xfree to free
2145 each element in field pending_event.
2146 * remote.c (discard_pending_stop_replies): Remove declaration.
2147 (discard_pending_stop_replies_in_queue): Declare.
2148 (remote_close): Call discard_pending_stop_replies_in_queue
2149 instead of discard_pending_stop_replies.
2150 (remote_start_remote): Adjust.
2151 (stop_reply_xfree): Call notif_event_xfree.
2152 (notif_client_stop): Adjust initialization.
2153 (remote_notif_remove_all): Rename it to ...
2154 (remove_stop_reply_for_inferior): ... this. Update comments.
2155 Don't check INF is NULL.
2156 (discard_pending_stop_replies): Return early if notif_state is
2157 NULL. Adjust. Don't check INF is NULL.
2158 (remote_notif_get_pending_events): Adjust.
2159 (discard_pending_stop_replies_in_queue): New function.
2160 (remote_wait_ns): Likewise.
2161
2162 2013-10-04 Yao Qi <yao@codesourcery.com>
2163
2164 * remote-notif.c (DECLARE_QUEUE_P): Remove.
2165 (notif_queue): Remove.
2166 (remote_notif_process): Add one parameter 'notif_queue'.
2167 Update comments. Callers update.
2168 (remote_async_get_pending_events_token): Remove.
2169 (remote_notif_register_async_event_handler): Remove.
2170 (remote_notif_unregister_async_event_handler): Remove.
2171 (handle_notification): Add parameter 'notif_queue'. Update
2172 comments. Callers update.
2173 (notif_xfree): Remove.
2174 (remote_notif_state_allocate): New function.
2175 (remote_notif_state_xfree): New function.
2176 (_initialize_notif): Remove code to allocate queue.
2177 * remote-notif.h (DECLARE_QUEUE_P): Moved from remote-notif.c.
2178 (struct remote_notif_state): New.
2179 (handle_notification): Update declaration.
2180 (remote_notif_process): Likewise.
2181 (remote_notif_register_async_event_handler): Remove.
2182 (remote_notif_unregister_async_event_handler): Remove.
2183 (remote_notif_state_allocate): Declare.
2184 (remote_notif_state_xfree): Declare.
2185 * remote.c (struct remote_state) <notif_state>: New field.
2186 (remote_close): Don't call
2187 remote_notif_unregister_async_event_handler. Call
2188 remote_notif_state_xfree.
2189 (remote_open_1): Don't call
2190 remote_notif_register_async_event_handler. Call
2191 remote_notif_state_allocate.
2192
2193 2013-10-04 Yao Qi <yao@codesourcery.com>
2194
2195 * varobj.c (create_child_with_value): Remove 'const' from the
2196 type of parameter 'name'.
2197 (varobj_add_child): Likewise.
2198 (install_dynamic_child): Remove 'const' from the type of
2199 parameter 'name'.
2200 (varobj_add_child): Likewise.
2201 (create_child_with_value): Likewise. Update comments. Don't
2202 duplicate 'name'.
2203 (update_dynamic_varobj_children): Duplicate 'name'
2204 and pass it to install_dynamic_child.
2205
2206 2013-10-03 Phil Muldoon <pmuldoon@redhat.com>
2207
2208 * python/py-value.c (convert_value_from_python): Move PyInt_Check
2209 conversion logic to occur after PyLong_Check. Comment on order
2210 change significance.
2211 * python/py-arch.c (archpy_disassemble): Comment on order of
2212 conversion for integers and longs.
2213
2214 2013-10-03 Pedro Alves <palves@redhat.com>
2215
2216 * common/linux-ptrace.c (linux_check_ptrace_features): Factor out
2217 the PTRACE_O_TRACESYSGOOD and PTRACE_O_TRACEFORK to separate
2218 functions. Always test for PTRACE_O_TRACESYSGOOD even if
2219 PTRACE_O_TRACEFORK is not supported.
2220 (linux_test_for_tracesysgood): New function.
2221 (linux_test_for_tracefork): New function, factored out from
2222 linux_check_ptrace_features, and also don't kill child_pid here.
2223
2224 2013-10-03 Tristan Gingold <gingold@adacore.com>
2225
2226 * i386-darwin-nat.c (i386_darwin_dr_set): Fix argument type.
2227 Remove verbose error reporting. Use detected state to
2228 thread_set_state call.
2229 (i386_darwin_dr_get): Fix return type. Remove verbose error
2230 report.
2231 Remove trailing spaces.
2232
2233 2013-10-02 Pedro Alves <palves@redhat.com>
2234
2235 * cp-valprint.c (cp_print_value_fields): Adjust calls to
2236 val_print_optimized_out.
2237 * jv-valprint.c (java_print_value_fields): Likewise.
2238 * p-valprint.c (pascal_object_print_value_fields): Likewise.
2239 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full)
2240 <DWARF_VALUE_REGISTER>: If the register was not saved, return a
2241 new optimized out value.
2242 * findvar.c (address_from_register): Likewise.
2243 * frame.c (put_frame_register): Tweak error string to say the
2244 register was not saved, rather than optimized out.
2245 * infcmd.c (default_print_one_register_info): Adjust call to
2246 val_print_optimized_out. Use value_of_register instead of
2247 get_frame_register_value.
2248 * mi/mi-main.c (output_register): Use value_of_register instead of
2249 get_frame_register_value.
2250 * valprint.c (valprint_check_validity): Likewise.
2251 (val_print_optimized_out): New value parameter. If the value is
2252 lval_register, print <not saved> instead.
2253 (value_check_printable, val_print_scalar_formatted): Adjust calls
2254 to val_print_optimized_out.
2255 * valprint.h (val_print_optimized_out): New value parameter.
2256 * value.c (struct value) <optimized_out>: Extend comment.
2257 (error_value_optimized_out): New function.
2258 (require_not_optimized_out): Use it. Use a different string for
2259 lval_register values.
2260 * value.h (error_value_optimized_out): New declaration.
2261 * NEWS: Mention <not saved>.
2262
2263 2013-10-02 Joel Brobecker <brobecker@adacore.com>
2264
2265 * symtab.c (compare_search_syms): Use FILENAME_CMP instead of
2266 strcmp to compare two symtab filenames.
2267
2268 2013-10-02 Joel Brobecker <brobecker@adacore.com>
2269
2270 * symtab.c (search_symbols_equal): Delete.
2271 (sort_search_symbols_remove_dups): Replace call to
2272 search_symbols_equal by call to compare_search_syms,
2273 adjusting as necessary.
2274
2275 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
2276
2277 PR python/15579
2278 * python/python.c: Document gdb.execute command in Python help.
2279
2280 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
2281
2282 * python/py-frame.c (frame_info_to_frame_object): Use
2283 gdbpy_convert_exception. Clean up Python object on failure.
2284
2285 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
2286
2287 * python/lib/gdb/command/frame_filters.py
2288 (InfoFrameFilter.list_frame_filters): Retrieve exception manually.
2289 (ShowFrameFilterPriority.invoke): Ditto.
2290
2291 2013-10-01 Keith Seitz <keiths@redhat.com>
2292
2293 * linespec.c (struct ls_parser): Make 'saved_arg' const.
2294 (parse_linespec): Make 'argptr' const.
2295 Remove temporary cast of 'argptr' to const char **.
2296 (decode_line_full): Pass const pointer to parse_linespec.
2297 (decode_line_1): Likewise.
2298 (decode_objc): Make local variable 'new_argptr' const.
2299 (find_function_symbols): Remove temporary cast to char *
2300 to find_imps.
2301 * objc-lang.c (find_imps): Make argument 'method' const.
2302 Return const.
2303 * objc-lang.h (find_imps): Likewise.
2304
2305 2013-10-01 Keith Seitz <keiths@redhat.com>
2306
2307 * completer.c (skip_quoted_chars): Make all arguments const.
2308 Return const.
2309 (skip_quoted): Likewise.
2310 * completer.h (skip_quoted_chars): Likewise.
2311 (skip_quoted): Likewise.
2312 * defs.h (skip_quoted): Remove duplicate declaration.
2313 * jv-exp.y: Include completer.h.
2314 (yylex): Remove unneccessary cast to char * fro skip_quoted.
2315 * p-exp.y: Include completer.h.
2316
2317 2013-10-01 Keith Seitz <keiths@redhat.com>
2318
2319 * c-exp.y (parse_number): Make first argument const.
2320 Make a copy of the input to manipulate.
2321 (c_parse_escape): Make first argument const.
2322 Make local variable 'tokptr' const.
2323 (parse_string_or_char): Make first two arguments const.
2324 (macro_original_text): Make const.
2325 (lex_one_token): Make local variable 'tokstart' const.
2326 Likewise for local variables named 'p'.
2327 Cast away const for struct stoken (temporary).
2328 * c-lang.h (c_parse_escpae): Make first argument const.
2329 * cli/cli-cmds.c (echo_command): Make local variable 'p'
2330 const.
2331 * cli/cli-setshow.c (do_set_command): Likewise for 'p' in
2332 var_string case.
2333 * f-exp.y (parse_number): Make first argument const.
2334 (match_string_literal): Make local variable 'tokstart'
2335 const.
2336 (yylex): Make local variable 'p' const.
2337 Cast away const for struct stoken (temporary).
2338 * go-exp.y (parse_number): Make first argument const.
2339 (parse_string_or_char): Likewise.
2340 Make local variable 'tokstart' const.
2341 (lex_one_token): Likewise for numerous locals called 'p'.
2342 Cast away const for struct stoken (temporary).
2343 * jv-exp.y (parse_number): Make first argument const.
2344 Make local variables 'tokstart' and 'tokptr' const.
2345 Cast away const for call to skip_quoted (temporary).
2346 (yylex): Make local variable 'p' const.
2347 Cast away const for struct stoken (temporary).
2348 * m2-exp.y (parse_number): Make local variable 'p' const.
2349 (yylex): Likewise for 'tokstart'.
2350 Cast away const for struct stoken (temporary).
2351 Make local variable 'p' const.
2352 * macroexp.c (get_character_constant): Pass a const string
2353 to c_parse_escape.
2354 (get_string_literal): Likewise.
2355 (macro_expand_next): Make first argument const.
2356 Cast away const for init_shared_buffer.
2357 * macroexp.h (macro_expand_next): Make first argument const.
2358 * p-exp.y (yylex): Make a local copy of 'lexptr'.
2359 Pass a const string to c_parse_escape.
2360 Make local variables 'p' and 'namestart' const.
2361 * parse.c (lexptr): Make const.
2362 (prev_lexptr): Likewise.
2363 (find_template_name_end): Return const.
2364 Make argument const, too.
2365 (parse_exp_in_context): Make first argument const.
2366 Remove the entire const_hack.
2367 (parse_exp_in_context_1): Make first argument const.
2368 * parser-defs.h (find_template_name_end): Return const.
2369 Make argument const, too.
2370 (lexptr): Make const.
2371 (prev_lexptr): Likewise.
2372 * utils.c (parse_escape): Make second argument const.
2373 * utils.h (parse_escape): Likewise.
2374
2375 2013-10-01 Keith Seitz <keiths@redhat.com>
2376
2377 * ada-exp.y (write_object_renaming): Update: struct stoken.ptr
2378 is now const.
2379 (block_lookup): Make 'raw_name' and 'name' const.
2380 * ada-lex.l (processString): Update for struct stoken.ptr.
2381 * c-exp.y (qualified_name : TYPENAME COLONCOLON '~' name): Likewise.
2382 (operator_stoken): Likewise.
2383 (lex_one_token): Remove temporary cast to char * for
2384 'yylval.sval.ptr'.
2385 * f-exp.y (yylex): Likewise.
2386 * gdb-types.c (lookup_struct_elt_type): Make argument 'name' const.
2387 * gdbtypes.h (lookup_struct_elt_type): Likewisee.
2388 * go-exp.y (lex_one_token): Remove temporary cast to char * for
2389 'yylval.sval.ptr'.
2390 * jv-exp.y (QualifiedName): Update for struct stoken.ptr.
2391 (yylex): Remove temporary cast to char * for 'yylval.sval.ptr'.
2392 * linespec.c (struct ls_parser): Make 'stream' const.
2393 (find_parameter_list_end): Make argument 'input' and local
2394 variable 'p' const.
2395 (linespec_lexer_lex_string): Make local variables 'start' and
2396 'p' const.
2397 Use skip_spaces_const instead of skip_spaces.
2398 (linespec_lexer_peek_token): Make local variable 'saved_stream'
2399 const.
2400 (parse_linespec): Temporarily cast 'argptr' to const for
2401 'parser->lexer.stream'.
2402 * m2-exp.y (yylex): Remove temporary cast to char * for
2403 'yylval.sval.ptr'.
2404 * objc-lang.c (add_msglist): Make local variable 'p' const.
2405 * p-exp.y (exp : exp '['): Update for struct stoken.ptr.
2406 (exp : STRING): Make 'sp' const.
2407 (parse_number): Make argument 'p' const.
2408 * parser-defs.h (struct stoken): Make 'ptr' const.
2409
2410 2013-10-01 Doug Evans <dje@google.com>
2411
2412 * cli/cli-decode.c: Remove unnecessary inclusion of tui/tui.h.
2413
2414 2013-10-01 Yao Qi <yao@codesourcery.com>
2415
2416 * varobj.c (c_value_of_root): Remove declaration.
2417 (cplus_value_of_root, java_value_of_root): Likewise.
2418 (ada_value_of_root): Likewise.
2419 (struct language_specific) <value_of_root>: Remove.
2420 (languages): Update initialization.
2421 (check_scope): Move earlier.
2422 (c_value_of_root): Move earlier and rename to ...
2423 (value_of_root_1): ... this.
2424 (value_of_root): Caller update.
2425 (cplus_value_of_root, java_value_of_root): Remove.
2426 (ada_value_of_root): Remove.
2427
2428 2013-10-01 Yao Qi <yao@codesourcery.com>
2429
2430 * varobj.c (varobj_format_string): Remove "unknown".
2431 (languages): Remove the first element.
2432 * varobj.h (enum varobj_languages): Remove vlang_c.
2433
2434 2013-10-01 Yao Qi <yao@codesourcery.com>
2435
2436 * varobj.c (struct language_specific) <language>: Remove.
2437 (languages): Update the initialization.
2438
2439 2013-10-01 Yao Qi <yao@codesourcery.com>
2440
2441 * arm-wince-tdep.c: Remove inclusion of "solib.h" and
2442 "solib-target.h". Include "windows-tdep.h".
2443 (arm_wince_init_abi): Call windows_init_abi. Remove call to
2444 set_solib_ops and set_gdbarch_has_dos_based_file_system.
2445 * configure.tgt (arm*-wince-pe | arm*-*-mingw32ce*): Append
2446 windows-tdep.o to gdb_target_obs.
2447
2448 2013-10-01 Yao Qi <yao@codesourcery.com>
2449
2450 * amd64-windows-tdep.c: Remove inclusion of "solib.h" and
2451 "solib-target.h".
2452 (amd64_windows_init_abi): Don't call set_solib_ops and
2453 set_gdbarch_iterate_over_objfiles_in_search_order. Call
2454 windows_init_abi instead.
2455 * i386-cygwin-tdep.c: Remove inclusion of "solib.h" and
2456 "solib-target.h".
2457 (i386_cygwin_init_abi): Don't call set_solib_ops,
2458 set_gdbarch_has_dos_based_file_system and
2459 set_gdbarch_iterate_over_objfiles_in_search_order. Call
2460 windows_init_abi instead.
2461 * windows-tdep.c: Include "solib.h" and "solib-target.h".
2462 (windows_init_abi): New function.
2463 (windows_iterate_over_objfiles_in_search_order): Make it
2464 static.
2465 * windows-tdep.h (windows_init_abi): Declare.
2466 (windows_iterate_over_objfiles_in_search_order): Remove
2467 declaration.
2468
2469 2013-10-01 Jerome Guitton <guitton@adacore.com>
2470
2471 Checked in by Joel Brobecker <brobecker@adacore.com>
2472 * system-gdbinit/elinos.py (get_elinos_environment): Return an
2473 incomplete dictionnary instead of None in case of missing
2474 environment variables.
2475 (elinos_init): in case of an incomplete environment, best
2476 effort to load system libraries instead of abort.
2477
2478 2013-10-01 Joel Brobecker <brobecker@adacore.com>
2479
2480 * ada-lang.c (ada_has_this_exception_support): Ignore
2481 mst_solib_trampoline minimal symbols.
2482
2483 2013-09-30 Tristan Gingold <gingold@adacore.com>
2484
2485 * i386-darwin-nat.c (darwin_complete_target): Install methods for
2486 hardware watchpoint.
2487 (i386_darwin_dr_set): Support 32 and 64 bit states.
2488 (i386_darwin_dr_get): Likewise.
2489 (i386_darwin_dr_set_control): Make static.
2490 (i386_darwin_dr_set_addr, i386_darwin_dr_get_addr)
2491 (i386_darwin_dr_get_status, i386_darwin_dr_get_control): Likewise.
2492
2493 2013-09-30 Luis Machado <lgustavo@codesourcery.com>
2494
2495 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2496 Replace TIDGET with ptid_get_lwp.
2497 Replace GET_LWP with ptid_get_lwp.
2498 * aix-thread.c (BUILD_THREAD, BUILD_LWP): Remove.
2499 Replace BUILD_THREAD with ptid_build.
2500 Replace BUILD_LWP with ptid_build.
2501 Replace PIDGET with ptid_get_pid.
2502 Replace TIDGET with ptid_get_lwp.
2503 * alphabsd-nat.c: Replace PIDGET with ptid_get_pid.
2504 * amd64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2505 Replace TIDGET with ptid_get_lwp.
2506 * amd64bsd-nat.c: Replace PIDGET with ptid_get_pid.
2507 * arm-linux-nat.c: Replace PIDGET with ptid_get_pid.
2508 Replace TIDGET with ptid_get_lwp.
2509 Replace GET_LWP with ptid_get_lwp.
2510 * armnbsd-nat.c: Replace PIDGET with ptid_get_pid.
2511 * auxv.c: Likewise.
2512 * breakpoint.c: Likewise.
2513 * common/ptid.c (ptid_is_pid): Condense check for
2514 null_ptid and minus_one_ptid.
2515 (ptid_lwp_p): New function.
2516 (ptid_tid_p): New function.
2517 * common/ptid.h: Update comments for accessors.
2518 (ptid_lwp_p): New prototype.
2519 (ptid_tid_p): New prototype.
2520 * defs.h (PIDGET, TIDGET, MERGEPID): Do not define.
2521 * gcore.c: Replace PIDGET with ptid_get_pid.
2522 * gdbthread.h: Likewise.
2523 * gnu-nat.c: Likewise.
2524 * hppa-linux-nat.c: Replace PIDGET with ptid_get_pid.
2525 Replace TIDGET with ptid_get_lwp.
2526 * hppabsd-nat.c: Replace PIDGET with ptid_get_pid.
2527 * hppanbsd-nat.c: Likewise.
2528 * i386-linux-nat.c: Replace PIDGET with ptid_get_pid.
2529 Replace TIDGET with ptid_get_lwp.
2530 * i386bsd-nat.c: Replace PIDGET with ptid_get_pid.
2531 * ia64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2532 * infcmd.c: Likewise.
2533 * inferior.h: Likewise.
2534 * inflow.c: Likewise.
2535 * infrun.c: Likewise.
2536 * linux-fork.c: Likewise.
2537 * linux-nat.c: Replace PIDGET with ptid_get_pid.
2538 Replace GET_PID with ptid_get_pid.
2539 Replace is_lwp with ptid_lwp_p.
2540 Replace GET_LWP with ptid_get_lwp.
2541 Replace BUILD_LWP with ptid_build.
2542
2543 2013-09-28 Mike Frysinger <vapier@gentoo.org>
2544
2545 * common/linux-btrace.c: Move sys/syscall.h out of the
2546 HAVE_LINUX_PERF_EVENT_H check and wrap it in HAVE_SYS_SYSCALL_H.
2547 Also check for SYS_perf_event_open before attempting to buid.
2548
2549 2013-09-27 Doug Evans <dje@google.com>
2550
2551 * dwarf2read.c (dwarf2_section_info): Add comment.
2552 (dwp_file): Split loaded_cutus into loaded_cus, loaded_tus.
2553 All uses updated.
2554 (dwarf2_section_empty_p): Rename arg from "info" to "section".
2555 (dwarf2_read_section): Delete unused local "header". Add section
2556 name to error message.
2557 (create_dwo_in_dwp): Tweak comment.
2558 (MAX_NR_DWO_SECTIONS): Combine count of .debug_macro + .debug_macinfo.
2559
2560 * dwarf2read.c (die_reader_specs): Tweak comment.
2561 (get_section_bfd_owner, get_section_bfd_section): New functions.
2562 (get_section_name, get_section_file_name): New functions.
2563 (get_section_id, get_section_flags): New functions.
2564 (*): Use new functions to access section fields.
2565
2566 * dwarf2read.c (struct dwo_file): Add/tweak comments.
2567 (lookup_dwo_unit_in_dwp): Renamed from lookup_dwo_in_dwp. Remove
2568 arg "htab". All callers updated.
2569 (create_debug_types_hash_table): Remove redundant copy of
2570 abbrev_section.
2571 (create_dwo_in_dwp): Tweak comments.
2572 (read_str_index): Tweak comment. Record dwarf form name in static
2573 local.
2574
2575 2013-09-27 Pedro Alves <palves@redhat.com>
2576
2577 * remote.h (REMOTE_SYSROOT_PREFIX): New define.
2578 (remote_filename_p): Add comment.
2579 * remote.c (remote_filename_p): Adjust to use
2580 REMOTE_SYSROOT_PREFIX.
2581 * solib.c (solib_find): When deciding whether we need to add a
2582 directory separator, check whether the sysroot is "remote:"
2583 instead of checking whether the patch has a drive spec. Add
2584 comments.
2585
2586 2013-09-27 Pedro Alves <palves@redhat.com>
2587
2588 * remote.c (struct stop_reply) <solibs_changed, replay_event>:
2589 Delete fields.
2590 (remote_parse_stop_reply): Adjust, setting event->ws.kind
2591 directly.
2592
2593 2013-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2594
2595 Fix set debug frame output.
2596 * frame.c (fprint_frame_type): Add TAILCALL_FRAME entry. Move
2597 SENTINEL_FRAME entry lower to match enum frame_type order.
2598
2599 2013-09-26 Pierre Muller <muller@sourceware.org>
2600
2601 Replace constant values 8 to 15 by AMD64_R8_REGNUM to
2602 AMD64_R15_REGNUM when a register index is expected.
2603 * amd64-windows-tdep.c (amd64_windows_dummy_call_integer_regs):
2604 Substitute in array.
2605 * amd64-tdep.c (amd64_dwarf_regmap): Ditto.
2606 (amd64_push_arguments): Substitute in integer_regnum array.
2607
2608 2013-09-25 Doug Evans <dje@google.com>
2609
2610 * objfiles.c (allocate_objfile): Move comment to better place.
2611
2612 New option "set debug symfile on".
2613 * NEWS: Mention "set debug symfile".
2614 * Makefile.in (SFILES): Add symfile-debug.c.
2615 (COMMON_OBS): Add symfile-debug.o.
2616 * elfread.c (elf_symfile_read): Use objfile_set_sym_fns to set the
2617 objfile's symbol functions.
2618 * objfiles.h (objfile_set_sym_fns): Declare.
2619 * symfile-debug.c: New file.
2620 * symfile.c (syms_from_objfile_1): Use objfile_set_sym_fns to set the
2621 objfile's symbol functions.
2622 (reread_symbols): Ditto.
2623
2624 * symfile.h (struct sym_fns): Delete member "sym_flavour".
2625 All uses updated.
2626 (add_symtab_fns): Update prototype.
2627 * symfile.c (sym_fns_ptr): Delete. Replace with ...
2628 (registered_sym_fns): ... this.
2629 (symtab_fns): Update.
2630 (add_symtab_fns): New arg "flavour". All callers updated.
2631 (find_sym_fns): Rewrite to use new sym_fns registry.
2632
2633 * symfile.h (struct sym_fns): Add "objfile" argument to
2634 sym_read_linetable. All uses updated.
2635
2636 * symtab.c (domain_name, search_domain_name): New functions.
2637 * symtab.h (domain_name, search_domain_name): Declare.
2638
2639 * symfile.h (struct quick_symbol_functions): Reorg arg list of
2640 map_matching_symbols so objfile is first. All uses updated.
2641 * dwarf2read.c (dw2_map_matching_symbols): Update signature.
2642 * psymtab.c (map_matching_symbols_psymtab): Update signature.
2643
2644 2013-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
2645
2646 PR shlibs/8882
2647 * solib-svr4.c (svr4_read_so_list): Skip the vDSO when reading
2648 link map entries.
2649
2650 2013-09-24 Doug Evans <dje@google.com>
2651
2652 * objfiles.c (free_objfile): Move comment.
2653
2654 2013-09-24 Joel Brobecker <brobecker@adacore.com>
2655
2656 * ada-exp.y (string_to_operator): Delete.
2657 (dummy_string_to_ada_operator): Delete.
2658
2659 2013-09-24 Joel Brobecker <brobecker@adacore.com>
2660
2661 Revert:
2662 * i386-tdep.h (enum amd64_reg_class): New, moved here from
2663 amd64-tdep.c.
2664 (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
2665 call_dummy_integer_regs, and classify.
2666 * amd64-tdep.h (amd64_classify): Add declaration.
2667 * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
2668 (amd64_reg_class): Delete, moved to i386-tdep.h.
2669 (amd64_classify): Make non-static. Move declaration to amd64-tdep.h.
2670 Replace call to amd64_classify by call to tdep->classify.
2671 (amd64_push_arguments): Get the list of registers to use for
2672 passing integer parameters from the gdbarch tdep structure,
2673 rather than using a hardcoded one. Replace calls to amd64_classify
2674 by calls to tdep->classify.
2675 (amd64_push_dummy_call): Get the register number used for
2676 the "hidden" argument from tdep->call_dummy_integer_regs.
2677 (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
2678 and tdep->call_dummy_integer_regs. Set tdep->classify.
2679
2680 2013-09-24 Joel Brobecker <brobecker@adacore.com>
2681
2682 Revert:
2683 * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
2684 * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
2685 where tdep->memory_args_by_pointer is non-zero.
2686
2687 2013-09-24 Joel Brobecker <brobecker@adacore.com>
2688
2689 Revert:
2690 * i386-tdep.h (struct gdbarch_tdep): Add new field
2691 integer_param_regs_saved_in_caller_frame.
2692 * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
2693 stack if tdep->integer_param_regs_saved_in_caller_frame is set.
2694
2695 2013-09-24 Joel Brobecker <brobecker@adacore.com>
2696
2697 * amd64-windows-tdep.c: #include "value.h"
2698 (amd64_windows_classify): Delete.
2699 (amd64_windows_passed_by_integer_register)
2700 (amd64_windows_passed_by_xmm_register)
2701 (amd64_windows_passed_by_pointer)
2702 (amd64_windows_adjust_args_passed_by_pointer)
2703 (amd64_windows_store_arg_in_reg, amd64_windows_push_arguments)
2704 (amd64_windows_push_dummy_call): New functions.
2705 (amd64_windows_init_abi): Remove setting of
2706 tdep->call_dummy_num_integer_regs, tdep->call_dummy_integer_regs,
2707 tdep->classify, tdep->memory_args_by_pointer and
2708 tdep->integer_param_regs_saved_in_caller_frame.
2709 Add call to set_gdbarch_push_dummy_call.
2710
2711 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2712
2713 * dwarf2read.c (open_and_init_dwp_file): Try open_dwp_file also with
2714 objfile->original_name.
2715
2716 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2717
2718 Pass down original filename for objfile.
2719 * coffread.c (coff_symfile_read): Update symbol_file_add_separate call.
2720 * elfread.c (elf_symfile_read): Likewise.
2721 * jit.c (jit_object_close_impl): Update allocate_objfile call, no
2722 longer set ORIGINAL_NAME.
2723 (jit_bfd_try_read_symtab): Update symbol_file_add_from_bfd call.
2724 * jv-lang.c (get_dynamics_objfile): Update allocate_objfile call.
2725 * machoread.c (macho_add_oso_symfile): Add parameter name. Update
2726 symbol_file_add_from_bfd call.
2727 (macho_symfile_read_all_oso): Update two macho_add_oso_symfile calls.
2728 (macho_check_dsym): Add parameter filenamep. Change function comment.
2729 Set *filenamep.
2730 (macho_symfile_read): New variable dsym_filename. Update
2731 macho_check_dsym call. Use it for symbol_file_add_separate.
2732 * objfiles.c (allocate_objfile): Add parameter name. New comment for
2733 it. Use it for objfile->original_name.
2734 (objfile_name): Return OBFD's filename, if available.
2735 * objfiles.h (allocate_objfile): Add new parameter name.
2736 * solib.c (solib_read_symbols): Update symbol_file_add_from_bfd call.
2737 * symfile-mem.c (symbol_file_add_from_memory): Update
2738 symbol_file_add_from_bfd call.
2739 * symfile.c (read_symbols): Update symbol_file_add_separate call, new
2740 comment for it.
2741 (symbol_file_add_with_addrs): New parameter name, add function comment
2742 for it. Remove variable name. Update allocate_objfile call.
2743 (symbol_file_add_separate): New parameter name, add function comment
2744 for it. Update symbol_file_add_with_addrs call.
2745 (symbol_file_add_from_bfd): New parameter name. Update
2746 symbol_file_add_with_addrs call.
2747 (symbol_file_add): Update symbol_file_add_from_bfd call.
2748 (reread_symbols): New variable original_name. Save
2749 objfile->original_name by it.
2750 * symfile.h (symbol_file_add_from_bfd, symbol_file_add_separate): Add
2751 second parameter.
2752
2753 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2754
2755 Code cleanup: Add objfile_name accessor function.
2756 * ada-lang.c (is_known_support_routine): Use objfile_name.
2757 * auto-load.c (source_gdb_script_for_objfile)
2758 (auto_load_objfile_script): Likewise.
2759 * coffread.c (coff_symtab_read, read_one_sym): Likewise.
2760 * dbxread.c (dbx_symfile_read): Likewise.
2761 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
2762 * dwarf2loc.c (locexpr_describe_location_piece): Likewise.
2763 * dwarf2read.c (dwarf2_get_dwz_file, dwarf2_read_index)
2764 (dw2_symtab_iter_next, dw2_expand_symtabs_matching)
2765 (lookup_dwp_signatured_type, lookup_dwo_unit)
2766 (dwarf2_build_psymtabs_hard, scan_partial_symbols, process_queue)
2767 (fixup_go_packaging, process_imported_unit_die, dwarf2_physname)
2768 (read_import_statement, create_dwo_cu, open_and_init_dwp_file)
2769 (lookup_dwo_cutu, read_call_site_scope, dwarf2_ranges_read)
2770 (dwarf2_record_block_ranges, read_common_block, read_typedef)
2771 (read_subrange_type, load_partial_dies, read_partial_die)
2772 (read_addr_index_1, read_str_index, dwarf_decode_lines_1)
2773 (die_containing_type, build_error_marker_type, lookup_die_type)
2774 (follow_die_ref_or_sig, follow_die_ref, dwarf2_fetch_die_loc_sect_off)
2775 (dwarf2_fetch_constant_bytes, follow_die_sig, get_signatured_type)
2776 (get_DW_AT_signature_type, write_psymtabs_to_index)
2777 (save_gdb_index_command): Likewise.
2778 * elfread.c (find_separate_debug_file_by_buildid, elf_symfile_read):
2779 Likewise.
2780 * expprint.c (dump_subexp_body_standard): Likewise.
2781 * gdbtypes.c (type_name_no_tag_or_error): Likewise.
2782 * jit.c (jit_object_close_impl): Use the objfile field name renamed to
2783 original_name.
2784 * linux-thread-db.c (try_thread_db_load_from_pdir_1): New variable
2785 obj_name, use objfile_name for it, use the variable.
2786 (try_thread_db_load_from_pdir, has_libpthread, thread_db_new_objfile):
2787 Use objfile_name.
2788 * machoread.c (macho_symtab_read, macho_check_dsym)
2789 (macho_symfile_relocate): Likewise.
2790 * maint.c (maintenance_translate_address): Likewise.
2791 * minidebug.c (find_separate_debug_file_in_section): Likewise.
2792 * minsyms.c (install_minimal_symbols): Likewise.
2793 * objfiles.c (allocate_objfile): Use the objfile field name renamed to
2794 original_name.
2795 (filter_overlapping_sections): Use objfile_name.
2796 (objfile_name): New function.
2797 * objfiles.h (struct objfile): Rename field name to original_name.
2798 (objfile_name): New prototype.
2799 * printcmd.c (sym_info, address_info): Use objfile_name.
2800 * probe.c (parse_probes, collect_probes, compare_probes)
2801 (info_probes_for_ops): Likewise.
2802 * progspace.c (clone_program_space): Likewise.
2803 * psymtab.c (require_partial_symbols, dump_psymtab, allocate_psymtab)
2804 (maintenance_info_psymtabs): Likewise.
2805 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
2806 (source_section_scripts): Likewise.
2807 * python/py-objfile.c (objfpy_get_filename): Likewise.
2808 * python/py-progspace.c (pspy_get_filename): Likewise.
2809 * solib-aix.c (solib_aix_get_toc_value): Likewise.
2810 * solib-som.c (match_main, som_solib_section_offsets): Likewise.
2811 * solib.c (solib_read_symbols): Likewise.
2812 * stabsread.c (scan_file_globals): Likewise.
2813 * stap-probe.c (handle_stap_probe): Likewise.
2814 * symfile.c (symbol_file_clear, separate_debug_file_exists)
2815 (find_separate_debug_file_by_debuglink): Likewise.
2816 (reread_symbols): Likewise. Use the objfile field name renamed to
2817 original_name.
2818 (allocate_symtab): Use objfile_name.
2819 * symmisc.c (print_symbol_bcache_statistics, print_objfile_statistics)
2820 (dump_objfile, dump_msymbols, dump_symtab_1)
2821 (maintenance_print_msymbols, maintenance_print_objfiles)
2822 (maintenance_info_symtabs, maintenance_check_symtabs): Likewise.
2823 * target.c (target_translate_tls_address, target_info): Likewise.
2824 * xcoffread.c (xcoff_initial_scan): Make variable name const. Use
2825 objfile_name.
2826
2827 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2828
2829 Code cleanup.
2830 * probe.c (parse_probes): Rename variable objfile_name to
2831 objfile_namestr.
2832
2833 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2834
2835 Remove solib-sunos.c.
2836 * Makefile.in (ALLDEPFILES): Remove solib-sunos.c.
2837 * config/m68k/obsd.mh (NATDEPFILES): Remove solib-sunos.o.
2838 * objfiles.c (rt_common_objfile): Remove.
2839 (free_objfile): Remove rt_common_objfile comparison.
2840 * objfiles.h (rt_common_objfile): Remove.
2841 * solib-sunos.c: Remove.
2842 * symfile.c (reread_symbols): Remove solib-sunos.c comment.
2843
2844 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2845
2846 Remove a.out NetBSD and OpenBSD hosts.
2847 * NEWS (Removed native configurations): New.
2848 * config/arm/nbsdaout.mh: Remove.
2849 * config/i386/nbsdaout.mh: Remove.
2850 * config/i386/obsdaout.mh: Remove.
2851 * config/m68k/nbsdaout.mh: Remove.
2852 * config/sparc/nbsdaout.mh: Remove.
2853 * config/vax/nbsdaout.mh: Remove.
2854 * configure.host (arm*-*-netbsd*, i[34567]86-*-netbsd*)
2855 (i[34567]86-*-openbsd[0-2].*, i[34567]86-*-openbsd3.[0-3])
2856 (m68*-*-netbsd*, sparc-*-netbsd*, vax-*-netbsd*): Add them to obsolete
2857 error.
2858 (arm*-*-netbsd*, i[34567]86-*-netbsd*, i[34567]86-*-openbsd[0-2].*)
2859 (i[34567]86-*-openbsd3.[0-3], m68*-*-netbsd*, sparc-*-netbsdaout*)
2860 (sparc-*-netbsd*, vax-*-netbsd*): Remove.
2861
2862 2013-09-23 Tom Tromey <tromey@redhat.com>
2863
2864 * linespec.c (struct minsym_and_objfile): Remove.
2865 (minsym_and_objfile_d): Remove.
2866 (struct linespec, struct collect_info, linespec_parse_basic)
2867 (convert_linespec_to_sals, linespec_parser_delete, decode_objc)
2868 (compare_msymbols, find_method, find_function_symbols)
2869 (find_linespec_symbols, struct collect_minsyms, compare_msyms)
2870 (add_minsym, search_minsyms_for_name): Update.
2871
2872 2013-09-23 Andrew Burgess <aburgess@broadcom.com>
2873
2874 * regcache.c: Add include of valprint.h.
2875 (dump_endian_bytes): Delete.
2876 (regcache_dump): Use print_hex_chars not dump_endian_bytes.
2877
2878 2013-09-23 Andrew Burgess <aburgess@broadcom.com>
2879
2880 * sh64-tdep.c (sh64_do_fp_register): Use print_hex_chars.
2881
2882 2013-09-19 Pedro Alves <palves@redhat.com>
2883
2884 * breakpoint.c (remove_threaded_breakpoints): Skip non-user
2885 breakpoints.
2886
2887 2013-09-19 Pedro Alves <palves@redhat.com>
2888 Thomas Schwinge <thomas@codesourcery.com>
2889 Yue Lu <hacklu.newborn@gmail.com>
2890
2891 * gnu-nat.c (gnu_read_inferior, gnu_write_inferior): Make static.
2892 Take a gdb_byte pointer instead of a char pointer.
2893
2894 * gnu-nat.c (gnu_xfer_memory): Adjust interface as
2895 gnu_xfer_partial helper.
2896 (gnu_xfer_partial): New function.
2897 (gnu_target): Don't install a deprecated_xfer_memory hook.
2898 Install a to_xfer_partial hook.
2899
2900 2013-09-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2901
2902 Constification.
2903 * main.c (captured_main): Replace catch_command_errors by
2904 catch_command_errors_const. Twice.
2905 * symfile.c (symbol_file_add_main_1): Make args parameter const.
2906 (symbol_file_add): Make name parameter const.
2907 (symbol_file_add_main, symbol_file_add_main_1): Make args parameter const.
2908 (symfile_bfd_open): Make name parameter const, rename it to cname. Add
2909 variable name. Change their usage accordingly.
2910 * symfile.h (symbol_file_add, symfile_bfd_open): Make first parameter
2911 const.
2912 (symbol_file_add_main): Make args parameter const.
2913
2914 2013-09-18 Raunaq Bathija <raunaq12@in.ibm.com>
2915 Ulrich Weigand <uweigand@de.ibm.com>
2916
2917 * xcoffread.c (struct coff_symbol): Use CORE_ADDR as type
2918 of c_value member.
2919 (read_xcoff_symtab): Use CORE_ADDR as type of fcn_start_addr.
2920
2921 2013-09-18 Pedro Alves <palves@redhat.com>
2922 Yue Lu <hacklu.newborn@gmail.com>
2923
2924 * gnu-nat.c (inf_validate_procs, gnu_wait, gnu_resume)
2925 (gnu_create_inferior)
2926 (gnu_attach, gnu_thread_alive, gnu_pid_to_str, cur_thread)
2927 (set_sig_thread_cmd): Use the lwpid field of ptids to
2928 store/extract thread ids instead of the tid field.
2929 * i386gnu-nat.c (gnu_fetch_registers): Adjust.
2930
2931 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
2932
2933 * infcmd.c (default_print_one_register_info): Add detection of
2934 optimized out values.
2935 (default_print_registers_info): Switch to using
2936 get_frame_register_value.
2937
2938 2013-09-18 Markus Metzger <markus.t.metzger@intel.com>
2939
2940 * infrun.c (handle_inferior_event): Check if we know the
2941 function start address before setting a resume breakpoint.
2942
2943 2013-09-18 Pedro Alves <palves@redhat.com>
2944
2945 * gnu-nat.c (set_sig_thread_cmd): Compare the thread's ptid to
2946 minus_one_ptid instead of looking at the ptid's tid field and
2947 comparing that to -1.
2948
2949 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
2950
2951 * main.h (get_gdb_program_name): Remove extra whitespace.
2952
2953 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
2954
2955 * main.h (get_gdb_program_name): Add declaration.
2956 * main.c (get_gdb_program_name): Add definition.
2957
2958 2013-09-17 Doug Evans <dje@google.com>
2959
2960 * dwarf2read.c: Move definitions of complaint functions to after
2961 forward declarations of local functions.
2962
2963 2013-09-17 Muhammad Waqas <mwaqas@codesourcery.com>
2964 Pedro Alves <palves@redhat.com>
2965
2966 PR gdb/11568
2967 * breakpoint.c (remove_threaded_breakpoints): New function.
2968 (_initialize_breakpoint): Attach remove_threaded_breakpoints
2969 as thread_exit observer.
2970
2971 2013-09-17 Pedro Alves <palves@redhat.com>
2972
2973 PR gdb/15911
2974 * ada-tasks.c (task_command_1): Adjust call to print_stack_frame.
2975 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
2976 * corelow.c (core_open):
2977 * frame.h (print_stack_frame, print_frame_info): New
2978 'set_current_sal' parameter.
2979 * infcmd.c (finish_command, kill_command): Adjust call to
2980 print_stack_frame.
2981 * inferior.c (inferior_command): Likewise.
2982 * infrun.c (normal_stop): Likewise.
2983 * linux-fork.c (linux_fork_context): Likewise.
2984 * record-full.c (record_full_goto_entry, record_full_restore):
2985 Likewise.
2986 * remote-mips.c (common_open): Likewise.
2987 * stack.c (print_stack_frame): New 'set_current_sal' parameter.
2988 Use it.
2989 (print_frame_info): New 'set_current_sal' parameter. Set the last
2990 displayed sal depending on the new paremeter instead of looking at
2991 print_what.
2992 (backtrace_command_1, select_and_print_frame, frame_command)
2993 (current_frame_command, up_command, down_command): Adjust call to
2994 print_stack_frame.
2995 * thread.c (print_thread_info, restore_selected_frame)
2996 (do_captured_thread_select): Adjust call to print_stack_frame.
2997 * tracepoint.c (tfind_1): Likewise.
2998 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
2999 (mi_cmd_stack_info_frame): Likewise.
3000 * mi/mi-interp.c (mi_on_normal_stop): Likewise.
3001 * mi/mi-main.c (mi_cmd_exec_return, mi_cmd_trace_find): Likewise.
3002
3003 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3004
3005 * value.c (isvoid_internal_fn): Replace "parameter" with
3006 "argument".
3007
3008 2013-09-16 Stan Shebs <stan@codesourcery.com>
3009
3010 * README: Update references to writing code for GDB.
3011 * configure.ac (build_warnings): Remove obsolete comment.
3012 * configure: Regenerate.
3013 * gdbarch.sh: Remove references to gdbint.texinfo.
3014 * gdbarch.h: Regenerate.
3015 * gdbtypes.c (objfile_type): Remove comments referencing internals
3016 manual and D10V.
3017
3018 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3019
3020 * NEWS: Mention new convenience function $_isvoid.
3021 * value.c (isvoid_internal_fn): New function.
3022 (_initialize_values): Add new convenience function $_isvoid.
3023
3024 2013-09-16 Pierre Muller <muller@sourceware.org>
3025
3026 * arm-linux-tdep.c: Add "elf/common.h" header.
3027 Remove AT_HWCAP macro definintion as it is provided in
3028 added include file.
3029 * s390-tdep.c: Remove system header <elf.h>
3030 Add "elf/common.h" header for AT_HWCAP definition.
3031 (s390_core_read_description): Use correct CORE_ADDR
3032 for hwcap local variable used as third parameter
3033 of function target_auxv_search.
3034
3035 2013-09-14 Pierre Muller <muller@sourceware.org>
3036 Tom Tromey <tromey@redhat.com>
3037 Pedro Alves <palves@redhat.com>
3038
3039 * common/filestuff.c (gdb_fopen_cloexec): Do not try to use "e"
3040 mode if operating system doesn't know O_CLOEXEC.
3041
3042 2013-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3043
3044 Code cleanup.
3045 * symfile.c (reread_symbols): Move variable obfd_filename to a more
3046 inner block.
3047
3048 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3049
3050 * NEWS: Mention TDB support.
3051 * features/s390-tdb.xml: New file.
3052 * features/s390-te-linux64.xml: New file.
3053 * features/s390x-te-linux64.xml: New file.
3054 * features/Makefile (WHICH): Add new tdescs above.
3055 (s390-te-linux64-expedite): Set.
3056 (s390x-te-linux64-expedite): Set.
3057 * features/s390-te-linux64.c: New file (generated).
3058 * features/s390x-te-linux64.c: New file (generated).
3059 * regformats/s390-te-linux64.dat: New file (generated).
3060 * regformats/s390x-te-linux64.dat: New file (generated).
3061 * s390-tdep.h (HWCAP_S390_HIGH_GPRS): Define.
3062 (HWCAP_S390_TE): Likewise.
3063 (S390_TDB_DWORD0_REGNUM): Likewise.
3064 (S390_TDB_DWORD0_REGNUM): Likewise.
3065 (S390_TDB_ABORT_CODE_REGNUM): Likewise.
3066 (S390_TDB_CONFLICT_TOKEN_REGNUM): Likewise.
3067 (S390_TDB_ATIA_REGNUM): Likewise.
3068 (S390_TDB_R0_REGNUM): Likewise.
3069 (S390_TDB_R1_REGNUM): Likewise.
3070 (S390_TDB_R2_REGNUM): Likewise.
3071 (S390_TDB_R3_REGNUM): Likewise.
3072 (S390_TDB_R4_REGNUM): Likewise.
3073 (S390_TDB_R5_REGNUM): Likewise.
3074 (S390_TDB_R6_REGNUM): Likewise.
3075 (S390_TDB_R7_REGNUM): Likewise.
3076 (S390_TDB_R8_REGNUM): Likewise.
3077 (S390_TDB_R9_REGNUM): Likewise.
3078 (S390_TDB_R10_REGNUM): Likewise.
3079 (S390_TDB_R11_REGNUM): Likewise.
3080 (S390_TDB_R12_REGNUM): Likewise.
3081 (S390_TDB_R13_REGNUM): Likewise.
3082 (S390_TDB_R14_REGNUM): Likewise.
3083 (S390_TDB_R15_REGNUM): Likewise.
3084 (S390_NUM_REGS): Increase.
3085 (S390_IS_TDBREGSET_REGNUM): New macro.
3086 (s390_regmap_tdb): Declare.
3087 (s390_sizeof_tdbregset): Define.
3088 (tdesc_s390_te_linux64): Declare.
3089 (tdesc_s390x_te_linux64): Likewise.
3090 * s390-tdep.c: Add includes for "auxv.h", <elf.h>,
3091 "features/s390-te-linux64.c", and "features/s390x-te-linux64.c".
3092 (s390_regmap_tdb): New regmap.
3093 (s390_supply_tdb_regset): New function.
3094 (s390_tdb_regset): New regset.
3095 (s390_linux64v2_regset_sections): Add TDB regset to list.
3096 (s390x_linux64v2_regset_sections): Likewise.
3097 (s390_regset_from_core_section): Recognize TDB core note section.
3098 (s390_core_read_description): If HWCAP indicates TE support,
3099 select tdesc_s390_te_linux64 or tdesc_s390_s390x_te_linux64.
3100 (s390_gdbarch_init): Handle TDB regset.
3101 (_initialize_s390_tdep): Initialize new tdescs.
3102 * s390-nat.c (HWCAP_S390_HIGH_GPRS): Remove define.
3103 (have_regset_tdb): New variable.
3104 (s390_native_supply): Support register invalidation.
3105 (fetch_regset): Invalidate registers if ptrace yields ENODATA.
3106 (check_regset): Treat ENODATA as "regset exists".
3107 (s390_linux_fetch_inferior_registers): Add TDB.
3108 (s390_read_description): Check for TDB existence and select
3109 appropriate tdesc.
3110 * gdbserver/Makefile.in (clean): Add removal of new makefile
3111 targets.
3112 (s390-te-linux64.c): New makefile target.
3113 (s390x-te-linux64.c): Likewise.
3114 * gdbserver/configure.srv (srv_regobj): Append new objects
3115 s390-te-linux64.o and s390x-te-linux64.o.
3116 (srv_xmlfiles): Append new files s390-te-linux64.xml,
3117 s390x-te-linux64.xml, and s390-tdb.xml.
3118 * gdbserver/linux-s390-low.c (init_registers_s390_te_linux64): New
3119 declaration.
3120 (tdesc_s390_te_linux64): Likewise.
3121 (init_registers_s390x_te_linux64): Likewise.
3122 (tdesc_s390x_te_linux64): Likewise.
3123 (s390_check_regset): Treat ENODATA as "regset exists".
3124 (s390_arch_setup): Add TDB regset support.
3125 (initialize_low_arch): Initialize registers for new tdescs.
3126
3127 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3128
3129 * s390-tdep.h (S390_IS_GREGSET_REGNUM): New macro.
3130 (S390_IS_FPREGSET_REGNUM): New macro.
3131 * s390-tdep.c (s390_dwarf_regmap): Make const.
3132 (regnum_is_gpr_full): New function for replacing repeated code.
3133 (s390_pseudo_register_name): Use it.
3134 (s390_pseudo_register_type): Likewise.
3135 (s390_pseudo_register_read): Likewise.
3136 (s390_pseudo_register_write): Likewise.
3137 (s390_unwind_pseudo_register): Likewise.
3138 (s390_regmap_gregset): New format for regmap.
3139 (s390x_regmap_gregset): Likewise.
3140 (s390_regmap_fpregset): Likewise.
3141 (s390_regmap_upper): Likewise.
3142 (s390_regmap_last_break): Likewise.
3143 (s390_regmap_system_call): Likewise.
3144 (s390_supply_regset): Adjust to new regmap format.
3145 (s390_collect_regset): Likewise.
3146 * s390-nat.c (s390_native_supply): Adjust to new regmap format.
3147 (s390_native_collect): Likewise.
3148 (supply_gregset): Likewise.
3149 (fill_gregset): Likewise.
3150 (supply_fpregset): Likewise.
3151 (fill_fpregset): Likewise.
3152 (fetch_regset): Likewise.
3153 (store_regset): Likewise.
3154 (s390_linux_fetch_inferior_registers): Likewise.
3155 (s390_linux_fetch_inferior_registers): Likewise.
3156
3157 2013-09-12 Andrew Pinski <apinski@cavium.com>
3158
3159 * aarch64-linux-nat.c (aarch64_linux_set_debug_regs): Zero out regs.
3160
3161 2013-09-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
3162
3163 * config/s390/s390.mh (NATDEPFILES): Add linux-waitpid.o.
3164
3165 2013-09-09 Andrew Burgess <aburgess@broadcom.com>
3166
3167 * top.c (quit_confirm): Remove use of deprecated_init_ui_hook.
3168
3169 2013-09-06 Pedro Alves <palves@redhat.com>
3170
3171 * remote-sim.c (dump_mem, gdbsim_fetch_register)
3172 (gdbsim_store_register, gdbsim_kill, gdbsim_load)
3173 (gdbsim_create_inferior, gdbsim_open, gdbsim_close)
3174 (gdbsim_detach, gdbsim_resume_inferior, gdbsim_wait)
3175 (gdbsim_files_info, gdbsim_mourn_inferior): Send debug output to
3176 gdb_stdlog.
3177
3178 2013-09-06 Pedro Alves <palves@redhat.com>
3179
3180 * remote-sim.c (dump_mem): Constify buf parameter.
3181 gdbsim_xfer_inferior_memory): Rename to ...
3182 (gdbsim_xfer_memory): ... this. Adjust interface as
3183 target_xfer_partial helper.
3184 (gdbsim_xfer_partial): New function.
3185 (init_gdbsim_ops): Don't install a deprecated_xfer_memory hook.
3186 Install a to_xfer_partial hook. Send output to gdb_stdlog.
3187
3188 2013-09-06 Pedro Alves <palves@redhat.com>
3189
3190 * remote-sim.c (gdbsim_xfer_inferior_memory): Use
3191 host_address_to_string, and send debug output to gdb_stdlog.
3192
3193 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
3194
3195 * Makefile.in (ALL_TARGET_OBS): Add cris-linux-tdep.o.
3196 * configure.tgt: Add cris-linux-tdep.o and linux-tdep.o to
3197 gdb_target_obs for cris target.
3198 * cris-tdep.c (struct gdbarch_tdep): Move to cris-tdep.h.
3199 (cris_gdbarch_init): Move calls to
3200 set_gdbarch_fetch_tls_load_module_address and
3201 set_solib_svr4_fetch_link_map_offsets to cris-linux-tdep.c.
3202 Add call to gdbarch_init_osabi.
3203 * cris-linux-tdep.c: New file.
3204 * cris-tdep.h: New file.
3205
3206 2013-09-06 Andrew Burgess <aburgess@broadcom.com>
3207
3208 * tui/tui-io.c (tui_initialize_io): Remove legacy comment referring
3209 to deprecated_init_ui_hook.
3210
3211 2013-09-06 Andrew Burgess <aburgess@broadcom.com>
3212
3213 * cli/cli-interp.c (_initialize_cli_interp): Add a
3214 command_loop_proc to interp_procs.
3215 * event-top.c (cli_command_loop): Change signature to match
3216 interp_command_loop_ftype.
3217 * event-top.h (cli_command_loop): Same.
3218 * interps.c (interp_new): Require every interpreter to have a
3219 command_loop_proc.
3220 (current_interp_command_loop): Just call the command_loop_proc on
3221 the current interpreter.
3222 * tui/tui-interp.c (_initialize_tui_interp): Add a
3223 command_loop_proc to interp_procs.
3224
3225 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
3226
3227 * cris-tdep.c (cris_gdbarch_init): Add call to
3228 get_gdbarch_fetch_tls_load_module_address.
3229
3230 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
3231
3232 * cris-tdep.c (cris_elf_greg_t): Rename from elf_greg_t.
3233 (cris_elf_gregset_t): Rename from elf_gregset_t.
3234 (crisv32_elf_gregset_t): Adjust.
3235 (cris_supply_gregset, fetch_core_registers): Adjust.
3236
3237 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
3238
3239 * cris-tdep.c (elf_greg_t): Change typedef to unsigned char[4]
3240
3241 2013-09-05 Andrew Burgess <aburgess@broadcom.com>
3242
3243 * defs.h (deprecated_command_loop_hook): Remove, including
3244 references in comments.
3245 * interps.c (current_interp_command_loop): No longer use
3246 deprecated_command_loop_hook.
3247 (clear_interpreter_hooks): Remove deprecated_command_loop_hook
3248 setup.
3249 * top.c (deprecated_command_loop_hook): Remove.
3250
3251 2013-09-05 Pedro Alves <palves@redhat.com>
3252
3253 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): 'dwarf_regnum'
3254 local is now int instead of ULONGEST. Print it with %d
3255 instead of paddress.
3256
3257 2013-09-05 Tristan Gingold <gingold@adacore.com>
3258
3259 * MAINTAINERS: Remove avr maintainership.
3260
3261 2013-09-05 Pedro Alves <palves@redhat.com>
3262
3263 * findvar.c (value_of_register): Rework in terms of
3264 value_of_register_lazy.
3265
3266 2013-09-05 Muhammad Bilal <mbilal@codesourcery.com>
3267
3268 * symfile.c (add_symbol_file_command): Remove trailing
3269 whitespaces and blank line after comment.
3270
3271 2013-09-05 Pedro Alves <palves@redhat.com>
3272
3273 * tui/tui-regs.c (tui_register_format): Don't look at the
3274 register's name here. Return string representing register
3275 value instead of storing it in the data element.
3276 (tui_get_register): Compare register string representations
3277 instead of register value states and contents.
3278
3279 2013-09-05 Pedro Alves <palves@redhat.com>
3280
3281 PR tui/15933
3282 * tui/tui-regs.c (tui_show_registers): Show registers of the
3283 selected frame, not the current frame.
3284
3285 2013-09-05 Ricard Wanderlof <ricardw@axis.com>
3286
3287 * MAINTAINERS (Write After Approval): Add myself to the list.
3288
3289 2013-09-04 Doug Evans <dje@google.com>
3290
3291 * dwarf2read.c (queue_and_load_all_dwo_tus): New function.
3292 (queue_and_load_dwo_tu): New function.
3293 (lookup_dwo_signatured_type): Set per_cu.tu_read.
3294 (maybe_queue_comp_unit): Rename this_cu argument to dependent_cu.
3295 Make dependent_cu optional.
3296 (dw2_do_instantiate_symtab): If we just loaded a CU from a DWO,
3297 and an older .gdb_index is in use, queue and load all its TUs too.
3298
3299 2013-09-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3300
3301 Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.
3302 * cli/cli-cmds.c (find_and_open_script): Add OPF_RETURN_REALPATH to
3303 variable search_flags.
3304 * defs.h (OPF_DISABLE_REALPATH): Rename to ...
3305 (OPF_RETURN_REALPATH): ... here.
3306 * dwarf2read.c (try_open_dwop_file): Set OPF_RETURN_REALPATH for flags.
3307 * exec.c (exec_file_attach): Remove OPF_DISABLE_REALPATH from openp
3308 call. Twice.
3309 * nto-tdep.c (nto_find_and_open_solib): Add OPF_RETURN_REALPATH for
3310 openp call.
3311 * solib.c (solib_find): Likewise. Four times.
3312 * source.c (openp): Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH
3313 in the function comment and for the realpath_fptr variable.
3314 (source_full_path_of): Add OPF_RETURN_REALPATH for openp call.
3315 (find_and_open_source): Likewise. Twice.
3316 * symfile.c (symfile_bfd_open): Likewise, also twice.
3317
3318 2013-09-04 Doug Evans <dje@google.com>
3319
3320 * progspace.c (save_current_space_and_thread): Remove unnecessary
3321 call to save_current_inferior.
3322
3323 2013-09-04 Andrew Burgess <aburgess@broadcom.com>
3324
3325 * sh64-tdep.c (sh64_do_register): Return after printing message
3326 about unavailable register contents.
3327
3328 2013-09-04 Muhammad Bilal <mbilal@codesourcery.com>
3329 Pedro Alves <palves@redhat.com>
3330
3331 * symfile.c (add_symbol_file_command): Error out on unknown
3332 option. Handle EXPECTING_SEC_ADDR/EXPECTING_SEC_NAME before '-'
3333 options and collapse into single conditional branch.
3334
3335 2013-09-03 Luis Machado <lgustavo@codesourcery.com>
3336
3337 * inf-child.c (inf_child_follow_fork): New parameter
3338 detach_fork.
3339 * inf-ptrace.c (inf_ptrace_follow_fork): Likewise.
3340 * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
3341 * inferior.h (detach_fork): Remove.
3342 * infrun.c (detach_fork): Adjust comment and make it
3343 static.
3344 (follow_fork): Pass detach_fork parameter to
3345 target_follow_fork.
3346 * linux-nat.c (linux_child_follow_fork): New parameter
3347 detach_fork.
3348 * target.c (target_follow_fork): New parameter detach_fork.
3349 Pass detach_fork as parameter and print its value.
3350 * target.h (struct target_ops) <to_follow_fork>: New int
3351 parameter.
3352 (target_follow_fork): New parameter detach_fork.
3353
3354 2013-09-03 Joel Brobecker <brobecker@adacore.com>
3355
3356 * solib-ia64-hpux.c (ia64_hpux_relocate_section_addresses):
3357 Replace sec->bfd by sec->the_bfd_section->owner.
3358
3359 2013-09-03 Yao Qi <yao@codesourcery.com>
3360
3361 * linux-tdep.c (linux_is_uclinux): New function. Code moved
3362 from linux_has_shared_address_space.
3363 (linux_has_shared_address_space): Call linux_is_uclinux.
3364 * linux-tdep.h (linux_is_uclinux): Declare.
3365 * m68klinux-tdep.c (m68k_linux_get_sigtramp_info): Call
3366 linux_is_uclinux.
3367
3368 2013-09-03 Yao Qi <yao@codesourcery.com>
3369
3370 * config/djgpp/fnchange.lst: Remove entry of
3371 i386-interix-nat.c and i386-interix-tdep.c.
3372 * configure.ac: Remove '*-*-interix*'.
3373 * configure: Re-generated.
3374 * defs.h (enum gdb_osabi): Remove GDB_OSABI_INTERIX.
3375 * i386-cygwin-tdep.c (i386_cygwin_osabi_sniffer): Remove
3376 obsolete comments.
3377 * osabi.c (gdb_osabi_names): Remove "Interix".
3378
3379 2013-09-03 Yao Qi <yao@codesourcery.com>
3380
3381 * arch-utils.c: Fix typo in the comment to gdbarch_update_p.
3382
3383 2013-09-02 Markus Metzger <markus.t.metzger@intel.com>
3384
3385 * record.h (record_print_flag) <record_print_src_line,
3386 record_print_insn_range>: Rename into ...
3387 (record_print_flag) <record_print_src_line,
3388 record_print_insn_range>: ... this. Update all users.
3389
3390 2013-09-02 Pierre Muller <muller@sourceware.org>
3391
3392 * windows-nat.c (windows_xfer_memory): Handle ERROR_PARTIAL_COPY
3393 error code.
3394
3395 2013-09-02 Pierre Muller <muller@sourceware.org>
3396
3397 * windows-nat.c (windows_xfer_memory): Fix compilation failure
3398 by use of plongest function.
3399
3400 2013-09-02 Tristan Gingold <gingold@adacore.com>
3401
3402 * NEWS: Add entry mentioning support for native Windows x64
3403 SEH data.
3404
3405 * amd64-windows-tdep.c: #include "objfiles.h", "frame-unwind.h",
3406 "coff/internal.h", "coff/i386.h", "coff/pe.h" and "libcoff.h".
3407 (struct amd64_windows_frame_cache): New struct.
3408 (amd64_windows_w2gdb_regnum): New global.
3409 (pc_in_range, amd64_windows_frame_decode_epilogue)
3410 (amd64_windows_frame_decode_insns, amd64_windows_find_unwind_info)
3411 (amd64_windows_frame_cache, amd64_windows_frame_prev_register)
3412 (amd64_windows_frame_this_id): New functions.
3413 (amd64_windows_frame_unwind): New static global.
3414 (amd64_windows_skip_prologue): New function.
3415 (amd64_windows_init_abi): Call frame_unwind_prepend_unwinder
3416 with amd64_windows_frame_unwind. Call set_gdbarch_skip_prologue
3417 with amd64_windows_skip_prologue.
3418
3419 2013-08-30 Joel Brobecker <brobecker@adacore.com>
3420
3421 GDB 7.6.1 released.
3422
3423 2013-08-30 Pedro Alves <palves@redhat.com>
3424
3425 * mi/mi-main.c (mi_cmd_trace_find): Use LOC_AND_ADDRESS instead of
3426 SRC_AND_LOC.
3427
3428 2013-08-30 Pedro Alves <palves@redhat.com>
3429
3430 * thread.c (restore_selected_frame): Use SRC_AND_LOC, and change
3431 warning text.
3432
3433 2013-08-30 Pedro Alves <palves@redhat.com>
3434
3435 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
3436 Adjust arguments to print_stack_frame.
3437
3438 2013-08-30 Pedro Alves <palves@redhat.com>
3439
3440 * ada-tasks.c (task_command_1): Write SRC_AND_LOC instead '1'.
3441
3442 2013-08-30 Pedro Alves <palves@redhat.com>
3443
3444 * frame.h (show_and_print_stack_frame): Delete declaration.
3445
3446 2013-08-30 Phil Muldoon <pmuldoon@redhat.com>
3447
3448 PR python/15461
3449 * python/py-arch.c (ARCHPY_REQUIRE_VALID): New macro.
3450 (archpy_name): Check for valid architecture.
3451 (archpy_disassemble): Ditto.
3452
3453 2013-08-29 Joel Brobecker <brobecker@adacore.com>
3454
3455 * rs6000-nat.c (rs6000_ptrace32): Cast "addr" to "uintptr_t"
3456 instead of "long long" in call to ptrace64.
3457
3458 2013-08-29 Andrew Burgess <aburgess@broadcom.com>
3459
3460 * mi/mi-interp.c (mi_command_loop): Change signature to match
3461 interp_command_loop_ftype.
3462 (mi1_command_loop): Remove.
3463 (mi2_command_loop): Remove.
3464 (mi3_command_loop): Remove.
3465 (mi_interpreter_resume): Remove setting of
3466 deprecated_command_loop_hook.
3467 (_initialize_mi_interp): Set mi_command_loop as the command loop
3468 callback.
3469
3470 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
3471
3472 * valops.c (do_search_struct_field): Pass v2 instead of base_type to
3473 value_type.
3474
3475 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
3476
3477 * value.c (allocate_value_contents): Make static.
3478 * value.h (allocate_value_contents): Remove prototype.
3479
3480 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
3481
3482 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use value_at_lazy instead
3483 of assembling value via allocate_value_lazy and attribute setter.
3484 * findvar.c (default_read_var_value): Use value_at_lazy instead of
3485 assembling value via allocate_value_lazy and attribute setter.
3486 * valops.c (do_search_struct_field): Use value_at_lazy instead of
3487 assembling value via allocate_value_lazy and attribute setter.
3488
3489 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
3490
3491 * value.c (value_from_contents_and_address): Replace allocate_value and
3492 memcpy with value_from_contents.
3493
3494 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
3495
3496 * python/py-framefilter.c (py_print_frame): Remove usage of
3497 PyString_AsString. Use python_string_to_host_string instead.
3498 Refactor function to work with a string as a new allocation
3499 instead of a pointer.
3500 (py_print_frame): Ditto.
3501 * python/lib/gdb/frames.py (return_list): Cain iterators together
3502 instead of adding them as a list.
3503 (_sort_list): Call return_list, and remove duplicate code.
3504 (execute_frame_filters): Convert iterator to a list with list().
3505 * python/lib/gdb/command/frame_filters.py
3506 (SetFrameFilterPriority._set_filter_priority): Convert priority
3507 attribute to an integer.
3508 * python/lib/gdb/FrameIterator.py (FrameIterator.next): Define
3509 wrapper function __next__.
3510 * python/lib/gdb/FrameDecorator.py: If basestring not defined,
3511 define as "str".
3512
3513 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
3514
3515 PR python/15752
3516 * python/py-framefilter.c (apply_frame_filter): Check
3517 gdb_python_initialized. Exit if the Python frame-filter code
3518 cannot be initialized.
3519
3520 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
3521
3522 PR cli/15842
3523 * top.c (print_gdb_version): Remove erroneous newline after help
3524 text.
3525
3526 2013-08-29 Yao Qi <yao@codesourcery.com>
3527
3528 * varobj.c (install_dynamic_child): Remove trailing space.
3529 Add one blank line after variable declaration.
3530
3531 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3532
3533 PR gdb/15415
3534 * corefile.c (get_exec_file): Use exec_filename.
3535 * defs.h (OPF_DISABLE_REALPATH): New definition. Add new comment.
3536 * exec.c (exec_close): Free EXEC_FILENAME.
3537 (exec_file_attach): New variable canonical_pathname. Use
3538 OPF_DISABLE_REALPATH. Call gdb_realpath explicitly. Set
3539 EXEC_FILENAME.
3540 * exec.h (exec_filename): New.
3541 * inferior.c (print_inferior, inferior_command): Use
3542 PSPACE_EXEC_FILENAME.
3543 * mi/mi-main.c (print_one_inferior): Likewise.
3544 * progspace.c (clone_program_space, print_program_space): Likewise.
3545 * progspace.h (struct program_space): New field pspace_exec_filename.
3546 * source.c (openp): Describe OPF_DISABLE_REALPATH. New variable
3547 realpath_fptr, initialize it from OPF_DISABLE_REALPATH, use it.
3548
3549 2013-08-28 Will Newton <will.newton@linaro.org>
3550
3551 * common/linux-ptrace.c: Include stdint.h unconditionally.
3552
3553 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3554
3555 Code cleanup.
3556 * nto-tdep.c (nto_find_and_open_solib): Use OPF_TRY_CWD_FIRST.
3557
3558 2013-08-28 Yao Qi <yao@codesourcery.com>
3559 Pedro Alves <palves@redhat.com>
3560
3561 * event-top.c (gdb_setup_readline): Call stderr_fileopen
3562 instead of stdio_fileopen.
3563 * main.c (captured_main) [__MINGW32__]: Set stderr unbuffered.
3564 .Call stderr_fileopen instead of stdio_fileopen.
3565 * ui-file.c [__MINGW32__] (stderr_file_write): New function.
3566 [__MINGW32__] (stderr_file_fputs): New function.
3567 (stderr_fileopen): New function.
3568 * ui-file.h (stderr_fileopen): Declare.
3569
3570 2013-08-27 Doug Evans <dje@google.com>
3571
3572 * dwarf2read.c (struct dwarf2_cu): Tweak comment.
3573 (struct dwarf2_per_cu_data): Ditto.
3574 (maybe_queue_comp_unit): Delete forward decl. Add comment.
3575 (process_imported_unit_die): Ditto.
3576 (follow_die_sig_1): Simplify assert.
3577
3578 2013-08-27 Pedro Alves <palves@redhat.com>
3579
3580 * windows-nat.c (windows_xfer_memory): Adjust prototype to follow
3581 xfer_partial's interface. Return TARGET_XFER_E_IO on error.
3582 (windows_xfer_partial): Defer TARGET_OBJECT_MEMORY handling to
3583 windows_xfer_memory directly.
3584 (init_windows_ops): Don't install a deprecated_xfer_memory method.
3585
3586 2013-08-27 Pedro Alves <palves@redhat.com>
3587
3588 * darwin-nat.c (darwin_xfer_memory): Delete.
3589 (_initialize_darwin_inferior): Don't install a
3590 deprecated_xfer_memory method.
3591
3592 2013-08-27 Pedro Alves <pedro@codesourcery.com>
3593 Yao Qi <yao@codesourcery.com>
3594
3595 * mi/mi-cmd-stack.c (list_args_or_locals): Adjust prototype.
3596 (parse_no_frames_option): Remove.
3597 (mi_cmd_stack_list_locals): Handle --skip-unavailable.
3598 (mi_cmd_stack_list_args): Adjust.
3599 (mi_cmd_stack_list_variables): Handle --skip-unavailable.
3600 (list_arg_or_local): Add new parameter 'skip_unavailable'. Return
3601 early if SKIP_UNAVAILABLE is true and ARG->val is unavailable.
3602 Caller update.
3603 (list_args_or_locals): New parameter 'skip_unavailable'.
3604 Handle it.
3605 * valprint.c (scalar_type_p): Rename to ...
3606 (val_print_scalar_type_p): ... this. Make extern.
3607 (val_print, value_check_printable): Adjust.
3608 * valprint.h (val_print_scalar_type_p): Declare.
3609 * value.c (value_entirely_unavailable): New function.
3610 * value.h (value_entirely_unavailable): Declare.
3611
3612 * NEWS: Mention the new option "--skip-unavailable" to MI
3613 commands '-stack-list-locals', '-stack-list-arguments' and
3614 '-stack-list-variables'.
3615
3616 2013-08-27 Yao Qi <yao@codesourcery.com>
3617
3618 * mi/mi-cmd-stack.c (parse_no_frames_option): Remove.
3619 (mi_cmd_stack_list_args): Use mi_getopt_silent to handle
3620 options.
3621 * mi/mi-getopt.c (mi_getopt): Remove.
3622 (mi_getopt_1): Renamed from mi_getopt. Add one parameter
3623 'error_on_unknown'.
3624 (mi_getopt): Call mi_getopt_1.
3625 (mi_getopt_silent): New.
3626 * mi/mi-getopt.h (mi_getopt_silent): Declare.
3627
3628 2013-08-26 Doug Evans <dje@google.com>
3629
3630 PR symtab/15885
3631 * dwarf2read.c (dw2_dump): Print some minimal information indicating
3632 .gdb_index is in use.
3633 * symfile.c (reread_symbols): Reset objfile->sf.
3634
3635 * NEWS: Document "mt print objfiles" now takes optional regexp.
3636 * symmisc.c (maintenance_print_objfiles): Argument is now an optional
3637 regexp of objfiles to print.
3638 (_initialize_symmisc): Update doc string for "mt print objfiles".
3639
3640 * dwarf2read.c (write_psymtabs_to_index): Move error checks ahead of
3641 missing debug info checks.
3642
3643 2013-08-26 Raunaq Bathija <raunaq12@in.ibm.com>
3644 Ulrich Weigand <uweigand@de.ibm.com>
3645
3646 * xcoffread.c (arrange_linetable): Add fix to correctly handle
3647 line tables generated by XLC compiled binaries.
3648
3649 2013-08-23 Doug Evans <dje@google.com>
3650
3651 * symmisc.c (dump_symtab): Delete prototype.
3652 (dump_msymbols, dump_objfile): Ditto.
3653 (maintenance_info_symtabs): Mark as dont_repeat.
3654 (_initialize_symmisc): Improve doc string for "mt info symtabs".
3655
3656 * elfread.c (elf_symfile_read): Move "Done reading minimal symbols"
3657 debugging printf to better location.
3658
3659 2013-08-23 Pedro Alves <palves@redhat.com>
3660
3661 * target.c (target_read_live_memory): Change type of 'ret' local
3662 to LONGEST.
3663
3664 2013-08-23 Pedro Alves <palves@redhat.com>
3665
3666 * remote.c (remote_write_bytes_aux, remote_write_bytes)
3667 (remote_read_bytes): Change return type to LONGEST, and adjust to
3668 return a target_xfer_error on error.
3669 (remote_xfer_memory): Delete.
3670 (remote_flash_write): Change type of 'ret' local to LONGEST.
3671 (remote_xfer_partial, remote_xfer_partial): Adjust.
3672 (init_remote_ops): Don't install a deprecated_xfer_memory hook.
3673
3674 2013-08-23 Pierre Muller <muller@sourceware.org>
3675
3676 ARI fix: Push # directives to start of line.
3677 * rs6000-nat.c (rs6000_ptrace32, rs6000_ptrace64): Rule applied.
3678
3679 2013-08-12 Muhammad Waqas <mwaqas@codesourcery.com>
3680
3681 PR gdb/15501
3682 * breakpoint.c (enable_command, disable_command): Iterate over
3683 all specified breakpoint locations.
3684
3685 2013-08-22 Luis Machado <lgustavo@codesourcery.com>
3686
3687 * common/linux-ptrace.c (linux_fork_to_function): Push #
3688 directives to the start of the line.
3689 (linux_check_ptrace_features): Fix warning message to use
3690 the "_" markup.
3691
3692 2013-08-22 Luis Machado <lgustavo@codesourcery.com>
3693
3694 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-nat.h and
3695 nat/linux-waitpid.h.
3696 (linux-waitpid.o): New object file rule.
3697 * common/linux-ptrace.c: Include nat/linux-waitpid.h.
3698 (current_ptrace_options): Moved from linux-nat.c.
3699 (linux_ptrace_test_ret_to_nx): Use type casts for ptrace
3700 parameters.
3701 (linux_fork_to_function): New function.
3702 (linux_grandchild_function): Likewise.
3703 (linux_child_function): Likewise.
3704 (linux_check_ptrace_features): New function, heavily
3705 based on linux-nat.c:linux_test_for_tracefork.
3706 (linux_enable_event_reporting): New function.
3707 (ptrace_supports_feature): Likewise.
3708 (linux_supports_tracefork): Likewise.
3709 (linux_supports_traceclone): Likewise.
3710 (linux_supports_tracevforkdone): Likewise.
3711 (linux_supports_tracesysgood): Likewise.
3712 * common/linux-ptrace.h (HAS_NOMMU): Moved from
3713 gdbserver/linux-low.c.
3714 (linux_enable_event_reporting): New declaration.
3715 (linux_supports_tracefork): Likewise.
3716 (linux_supports_traceclone): Likewise.
3717 (linux_supports_tracevforkdone): Likewise.
3718 (linux_supports_tracesysgood): Likewise.
3719 * config.in (PTRACE_TYPE_ARG4): Regenerate.
3720 * config/aarch64/linux.mh (NATDEPFILES): Add linux-waitpid.o.
3721 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
3722 * config/arm/linux.mh (NATDEPFILES): Likewise.
3723 * config/i386/linux.mh (NATDEPFILES): Likewise.
3724 * config/i386/linux64.mh (NATDEPFILES): Likewise.
3725 * config/ia64/linux.mh (NATDEPFILES): Likewise.
3726 * config/m32r/linux.mh (NATDEPFILES): Likewise.
3727 * config/m68k/linux.mh (NATDEPFILES): Likewise.
3728 * config/mips/linux.mh (NATDEPFILES): Likewise.
3729 * config/pa/linux.mh (NATDEPFILES): Likewise..
3730 * config/powerpc/linux.mh (NATDEPFILES): Likewise..
3731 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
3732 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
3733 * config/sparc/linux.mh (NATDEPFILES): Likewise.
3734 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
3735 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
3736 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
3737 * configure.ac (AC_CACHE_CHECK): Add void * to the list of
3738 ptrace's 4th argument's types.
3739 Check the type of PTRACE_TYPE_ARG4.
3740 * configure: Regenerate.
3741 * linux-nat.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
3742 (SYSCALL_SIGTRAP): Moved to nat/linux-nat.h.
3743 (linux_supports_tracefork_flag): Remove.
3744 (linux_supports_tracesysgood_flag): Likewise.
3745 (linux_supports_tracevforkdone_flag): Likewise.
3746 (current_ptrace_options): Moved to
3747 common/linux-ptrace.c.
3748 (linux_tracefork_child): Remove.
3749 (my_waitpid): Remove.
3750 (linux_test_for_tracefork): Renamed to
3751 linux_check_ptrace_features and moved to common/linux-ptrace.c.
3752 (linux_test_for_tracesysgood): Remove.
3753 (linux_supports_tracesysgood): Remove.
3754 (linux_supports_tracefork): Remove.
3755 (linux_supports_tracevforkdone): Remove.
3756 (linux_enable_tracesysgood): Remove.
3757 (linux_enable_event_reporting): Remove.
3758 (linux_init_ptrace): New function.
3759 (linux_child_post_attach): Call linux_init_ptrace.
3760 (linux_child_post_startup_inferior): Call linux_init_ptrace.
3761 (linux_child_follow_fork): Call linux_supports_tracefork
3762 and linux_supports_tracevforkdone.
3763 (linux_child_insert_fork_catchpoint): Call
3764 linux_supports_tracefork.
3765 (linux_child_insert_vfork_catchpoint): Likewise.
3766 (linux_child_set_syscall_catchpoint): Call
3767 linux_supports_tracesysgood.
3768 (lin_lwp_attach_lwp): Call linux_supports_tracefork.
3769 * nat/linux-nat.h: New file.
3770 * nat/linux-waitpid.c: New file.
3771 * nat/linux-waitpid.h: New file.
3772
3773 2013-08-22 Samuel Bronson <naesten@gmail.com>
3774
3775 ARM Linux support for `catch syscall'.
3776 * syscalls/arm-linux.py: New file.
3777 * syscalls/arm-linux.xml: Likewise.
3778 * arm-linux-tdep.c (arm_linux_get_syscall_number): New function.
3779 (arm_linux_init_abi): Register the new function and syscall xml file.
3780 * data-directory/Makefile.in: Install the new syscall xml file.
3781 * NEWS: Brag about this.
3782
3783 2013-08-22 Pedro Alves <palves@redhat.com>
3784
3785 PR gdb/15871
3786 * corefile.c (target_xfer_memory_error): New function.
3787 (memory_error): Defer EIO to target_memory_error.
3788 (read_memory): Use target_xfer_partial, and handle finer-grained
3789 target xfer errors.
3790 * target.c (target_xfer_error_to_string): New function.
3791 (memory_xfer_partial_1): If memory is known to be
3792 unavailable, return TARGET_XFER_E_UNAVAILABLE instead of -1.
3793 (target_xfer_partial): Make extern.
3794 * target.h (enum target_xfer_error): New enum.
3795 (target_xfer_error_to_string): Declare function.
3796 (target_xfer_partial): Declare function.
3797 (struct target_ops) <xfer_partial>: Adjust describing comment.
3798
3799 2013-08-22 Alan Modra <amodra@gmail.com>
3800
3801 * configure.host: Support powerpc64le-linux and powerpcle-linux hosts.
3802 * configure.tgt: Likewise as targets.
3803
3804 2013-08-20 Doug Evans <dje@google.com>
3805
3806 * buildsym.c (subfile_stack): Move here from buildsym.h.
3807 (pending_macros): Ditto.
3808 (get_macro_table): New function.
3809 (buildsym_init): Initialize subfile_stack.
3810 * coffread.c (type_vector,type_vector_length): Moved here from
3811 buildsym.h.
3812 (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
3813 (coff_symtab_read): Use it.
3814 * dbxread.c (read_ofile_symtab): Delete init of subfile_stack.
3815 * dwarf2read.c (macro_start_file): Replace uses of pending_macros
3816 with call to get_macro_table.
3817 * stabsread.c (type_vector,type_vector_length): Moved here from
3818 buildsym.h.
3819 (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
3820 * buildsym.h (get_macro_table): Declare.
3821
3822 2013-08-20 Tom Tromey <tromey@redhat.com>
3823
3824 * dbxread.c (record_minimal_symbol): Make 'name' argument const.
3825 Update.
3826 (read_dbx_dynamic_symtab): Make 'name' const. Remove casts.
3827
3828 2013-08-20 Doug Evans <dje@google.com>
3829
3830 * blockframe.c: Remove #include "psymtab.h".
3831 * cp-support.c: Ditto.
3832 * source.c: Ditto.
3833 * stack.c: Ditto.
3834
3835 2013-08-20 Tom Tromey <tromey@redhat.com>
3836
3837 PR python/15816:
3838 * exceptions.h (return_mask): Now an enum.
3839 (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL): Now
3840 enum constants.
3841
3842 2013-08-20 Tom Tromey <tromey@redhat.com>
3843
3844 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Use
3845 get_objfile_arch.
3846 * elfread.c (elf_rel_plt_read, elf_gnu_ifunc_record_cache)
3847 (elf_gnu_ifunc_resolve_by_got): Use get_objfile_arch.
3848 * jit.c (jit_object_close_impl): Update.
3849 * jv-lang.c (get_dynamics_objfile): Update.
3850 * linespec.c (add_minsym): Use get_dynamics_objfile.
3851 * objfiles.c (get_objfile_bfd_data): Initialize 'gdbarch' field.
3852 (allocate_objfile): Don't initialize 'gdbarch' field.
3853 (get_objfile_arch): Update.
3854 * objfiles.h (struct objfile_per_bfd_storage) <gdbarch>: New field,
3855 moved from...
3856 (struct objfile) <gdbarch>: ... here. Remove.
3857 * stap-probe.c (stap_can_evaluate_probe_arguments): Use
3858 get_objfile_arch.
3859 * symfile.c (init_entry_point_info): Use get_objfile_arch.
3860
3861 2013-08-20 Alan Modra <amodra@gmail.com>
3862
3863 * doublest.c (convert_floatformat_to_doublest): Use fmt->split_half
3864 for IBM long double nan and inf.
3865 (floatformat_is_negative, floatformat_classify,
3866 floatformat_mantissa): Similarly.
3867 (floatformat_ieee_single, floatformat_ieee_double,
3868 floatformat_ieee_quad, floatformat_arm_ext,
3869 floatformat_ia64_spill): Delete unused vars.
3870 (_initialize_doublest): Delete unused function.
3871 * gdbtypes.c (floatformats_ibm_long_double): Use new big- and
3872 little-endian variants of floatformat_ibm_long_double.
3873
3874 2013-08-19 Luis Machado <lgustavo@codesourcery.com>
3875
3876 * Makefile.in (SFILES): Remove common/target-common.c and
3877 add target/waitstatus.c.
3878 (HFILES_NO_SRCDIR): Remove common/target-common.h and add
3879 target/resume.h, target/wait.h and target/waitstatus.h.
3880 (COMMON_OBS): Remove target-common.o and add
3881 waitstatus.o.
3882 (target-common.o): Remove.
3883 (waitstatus.o): New target object file.
3884 * common/target-common.c: Move contents to
3885 target/waitstatus.c and remove.
3886 * common/target-common.h: Move contents to other files and
3887 remove.
3888 (enum resume_kind: Move to target/resume.h.
3889 (TARGET_WNOHANG): Move to target/wait.h.
3890 (enum target_waitkind): Move to target/waitstatus.h.
3891 (struct target_waitstatus): Likewise.
3892 * target.h: Do not include target-common.h and
3893 include target/resume.h, target/wait.h and
3894 target/waitstatus.h.
3895 * target/resume.h: New file.
3896 * target/wait.h: New file.
3897 * target/waitstatus.h: New file.
3898 * target/waitstatus.c: New file.
3899
3900 2013-08-19 Pedro Alves <palves@redhat.com>
3901
3902 * linux-nat.c (linux_test_for_tracefork)
3903 (linux_test_for_tracesysgood, linux_child_follow_fork)
3904 (lin_lwp_attach_lwp, linux_nat_resume): Don't block child signals.
3905 (linux_nat_wait_1): Extend comment.
3906 (linux_async_pipe): Add comment.
3907
3908 2013-08-15 Kevin Buettner <kevinb@redhat.com>
3909
3910 * rl78-tdep.c (RL78_RAW_PC_REGNUM): New enum.
3911 (RL78_PC_REGNUM): Move to list of pseudo-register enums.
3912 (rl78_register_type, rl78_register_name, rl78_register_reggroup_p):
3913 Update to account for fact that PC is now a pseudo-register.
3914 (rl78_pseudo_register_write, rl78_pseudo_register_read): Add
3915 cases for RL78_PC_REGNUM.
3916
3917 2013-08-15 Muhammad Bilal <mbilal@codesourcery.com>
3918
3919 PR cli/15841
3920 * top.c (quit_force): Skip writing history file
3921 if input is not from terminal.
3922
3923 2013-08-14 Tom Tromey <tromey@redhat.com>
3924
3925 * remote.c (struct remote_state) <echo_nextthread, nextthread,
3926 resultthreadlist>: New fields.
3927 (OPAQUETHREADBYTES, threadref, MAXTHREADLISTRESULTS): Move earlier.
3928 (remote_get_threadlist, remote_threadlist_iterator): Use
3929 new fields. Remove static variables.
3930
3931 2013-08-14 Tom Tromey <tromey@redhat.com>
3932
3933 * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p,
3934 remote_watch_data_address>: New fields.
3935 (remote_stopped_by_watchpoint_p, remote_watch_data_address): Remove.
3936 (process_stop_reply, remote_wait_as)
3937 (remote_check_watch_resources, remote_stopped_data_address): Update.
3938
3939 2013-08-14 Tom Tromey <tromey@redhat.com>
3940
3941 * remote.c (struct remote_state) <async_client_callback,
3942 async_client_context>: New fields.
3943 (async_client_callback, async_client_context): Remove.
3944 (remote_async_serial_handler, remote_async): Update.
3945
3946 2013-08-14 Tom Tromey <tromey@redhat.com>
3947
3948 * remote.c (sizeof_pkt): Remove.
3949 (remote_trace_find): Use rs->buf_size, not sizeof_pkt.
3950
3951 2013-08-14 Tom Tromey <tromey@redhat.com>
3952
3953 * remote.c (struct remote_state) <use_threadinfo_query,
3954 use_threadextra_query>: New fields.
3955 (remote_threads_info, remote_threads_extra_info)
3956 (remote_open_1): Update.
3957
3958 2013-08-14 Tom Tromey <tromey@redhat.com>
3959
3960 * remote.c (struct remote_state) <finished_object,
3961 finished_annex, finished_offset>: New fields.
3962 (remote_read_qxfer): Use remote_state fields; remove static
3963 variables.
3964
3965 2013-08-14 Tom Tromey <tromey@redhat.com>
3966
3967 * remote.c (struct remote_state) <last_sent_step>:
3968 New field.
3969 (last_sent_step): Remove.
3970 (remote_resume, remote_wait_as): Update.
3971
3972 2013-08-14 Tom Tromey <tromey@redhat.com>
3973
3974 * remote.c (struct remote_state) <last_sent_signal>:
3975 New field.
3976 (last_sent_signal): Remove.
3977 (new_remote_state, remote_resume, remote_wait_as): Update.
3978
3979 2013-08-14 Tom Tromey <tromey@redhat.com>
3980
3981 * remote.c (struct remote_state) <last_program_signals_packet>:
3982 New field.
3983 (last_program_signals_packet): Remove.
3984 (remote_program_signals, remote_open_1): Update.
3985
3986 2013-08-14 Tom Tromey <tromey@redhat.com>
3987
3988 * remote.c (struct remote_state) <last_pass_packet>:
3989 New field.
3990 (last_pass_packet): Remove.
3991 (remote_pass_signals, remote_open_1): Update.
3992
3993 2013-08-14 Tom Tromey <tromey@redhat.com>
3994
3995 * remote.c (struct remote_state) <remote_traceframe_number>:
3996 New field.
3997 (remote_traceframe_number): Remove.
3998 (new_remote_state, remote_open_1, set_remote_traceframe)
3999 (remote_trace_find): Update.
4000
4001 2013-08-14 Tom Tromey <tromey@redhat.com>
4002
4003 * remote.c (struct remote_state) <general_thread, continue_thread>:
4004 New fields.
4005 (general_thread, continue_thread): Remove.
4006 (record_currthread, set_thread, set_general_process)
4007 (remote_open_1, extended_remote_attach_1, remote_wait_as)
4008 (extended_remote_mourn_1): Update.
4009
4010 2013-08-14 Tom Tromey <tromey@redhat.com>
4011
4012 * remote.c (struct remote_state) <remote_desc>: New field.
4013 (remote_desc): Remove.
4014 (remote_threads_info, remote_threads_extra_info, remote_close)
4015 (send_interrupt_sequence, remote_start_remote, remote_open_1)
4016 (readchar, remote_xfer_partial, remote_rcmd, packet_command)
4017 (remote_hostio_send_command, remote_file_put, remote_file_get)
4018 (remote_file_delete, remote_can_async_p, remote_is_async_p)
4019 (remote_async, remote_new_objfile, set_range_stepping): Update.
4020
4021 2013-08-14 Tom Tromey <tromey@redhat.com>
4022
4023 * remote.c (remote_state): Now a pointer.
4024 (get_remote_state_raw): Update.
4025 (new_remote_state): New function.
4026 (_initialize_remote): Use new_remote_state.
4027
4028 2013-08-14 Tom Tromey <tromey@redhat.com>
4029
4030 * remote.c (remote_protocol_features): Now const.
4031
4032 2013-08-14 Tom Tromey <tromey@redhat.com>
4033
4034 * remote.c (crc32_table, crc32): Remove.
4035 (remote_verify_memory): Use xcrc32.
4036
4037 2013-08-13 Sergio Durigan Junior <sergiodj@redhat.com>
4038
4039 * value.h (create_internalvar_type_lazy): Adjust prototype
4040 declaration.
4041
4042 2013-08-13 Andrew Burgess <aburgess@broadcom.com>
4043
4044 * common/format.c (parse_format_string): Don't allow '#' flag for
4045 pointer arguments in format string.
4046
4047 2013-08-13 Pierre Muller <muller@sourceware.org>
4048
4049 * utils.c (init_page_info): Only call tgetnum function
4050 if rl_get_screen_size did not return useful values.
4051
4052 2013-08-12 Ali Anwar <ali_anwar@codesourcery.com>
4053
4054 PR breakpoints/15117
4055 * linespec.c (linespec_parse_basic): Check for convenience
4056 variable or history value while parsing.
4057
4058 2013-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
4059
4060 Revert implementation of gdbarch_gdb_signal_{to,from}_target for
4061 AVR.
4062 * avr-tdep.c: Remove include of "linux-tdep.h". Remove enum with
4063 different signals between the generic Linux kernel implementation
4064 and AVR's.
4065 (avr_linux_gdb_signal_from_target): Delete.
4066 (avr_linux_gdb_signal_to_target): Delete.
4067 (avr_gdbarch_init): Don't set gdbarch_gdb_signal_{to,from}_target.
4068
4069 2013-08-09 Doug Evans <dje@google.com>
4070
4071 * dwarf2read.c (create_addrmap_from_index): Ignore bad address table
4072 entries.
4073
4074 2013-08-09 Sergio Durigan Junior <sergiodj@redhat.com>
4075
4076 * linux-tdep.c: Define enum with generic signal numbers.
4077 (linux_gdb_signal_from_target): New function.
4078 (linux_gdb_signal_to_target): Likewise.
4079 (linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
4080 methods to the functions above.
4081 * linux-tdep.h (linux_gdb_signal_from_target): New prototype.
4082 (linux_gdb_signal_to_target): Likewise.
4083 * alpha-linux-tdep.c: Define new enum with signals different
4084 from generic Linux kernel.
4085 (alpha_linux_gdb_signal_from_target): New function.
4086 (alpha_linux_gdb_signal_to_target): Likewise.
4087 (alpha_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
4088 with the functions mentioned above.
4089 * avr-tdep.c: Define enum with differences between Linux kernel
4090 and AVR signals.
4091 (avr_linux_gdb_signal_from_target): New function.
4092 (avr_linux_gdb_signal_to_target): Likewise.
4093 (avr_gdbarch_init): Set gdbarch_gdb_signal_{to,from}_target to
4094 the functions mentioned above.
4095 * sparc-linux-tdep.c: Define enum with differences between SPARC
4096 and generic Linux kernel signal numbers.
4097 (sparc32_linux_gdb_signal_from_target): New function.
4098 (sparc32_linux_gdb_signal_to_target): Likewise.
4099 (sparc32_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
4100 to the functions defined above.
4101 * xtensa-linux-tdep.c: Define enum with differences between
4102 Xtensa and Linux kernel generic signals.
4103 (xtensa_linux_gdb_signal_from_target): New function.
4104 (xtensa_linux_gdb_signal_to_target): Likewise.
4105 (xtensa_linux_init_abi): Set gdbarch_gdb_signal_to_target
4106 to the functions defined above.
4107 * mips-linux-tdep.c: Define enum with differences between
4108 signals in MIPS and Linux kernel generic ones.
4109 (mips_gdb_signal_to_target): New function.
4110 (mips_gdb_signal_from_target): Redefine to use new enum, handle
4111 only different signals from the Linux kernel generic.
4112 (mips_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
4113 the functions defined above.
4114 * mips-linux-tdep.h (enum mips_signals): Remove.
4115
4116 2013-08-09 Pedro Alves <palves@redhat.com>
4117
4118 * avr-tdep.c (XMALLOC): Delete macro.
4119 * cli/cli-dump.c (XMALLOC): Delete macro.
4120
4121 2013-08-09 Pedro Alves <palves@redhat.com>
4122
4123 * cli/cli-dump.c: Don't include cli/cli-dump.h.
4124 (scan_expression_with_cleanup, scan_filename_with_cleanup)
4125 (fopen_with_cleanup, add_dump_command): Make static.
4126 * cli/cli-dump.h: Delete file.
4127 * Makefile.in (HFILES_NO_SRCDIR): Remove reference to
4128 cli/cli-dump.h.
4129
4130 2013-08-09 Pedro Alves <palves@redhat.com>
4131
4132 * tracepoint.c (tfile_start): Show tilde-expanded filename in
4133 error message.
4134
4135 2013-08-09 Pedro Alves <palves@redhat.com>
4136
4137 * breakpoint.c (save_breakpoints): Show tilde-expanded filename in
4138 error message.
4139
4140 2013-08-09 Pedro Alves <palves@redhat.com>
4141
4142 * gcore.c (create_gcore_bfd): Don't use tilde_expand here.
4143 (gcore_command): Use tilde_expand here, and when showing the
4144 filename to the user, show the expanded version.
4145
4146 2013-08-09 Yao Qi <yao@codesourcery.com>
4147
4148 * stack.c (read_frame_arg): Set 'entryval_error' to NULL if
4149 'entryval' is set.
4150
4151 2013-08-08 Azat Khuzhin <a3at.mail@gmail.com> (tiny change)
4152
4153 * gcore.c (create_gcore_bfd): Use tilde_expand.
4154
4155 2013-08-08 Yao Qi <yao@codesourcery.com>
4156
4157 * frame.h (read_frame_local): Declare.
4158 * mi/mi-cmd-stack.c (list_args_or_locals): Call
4159 read_frame_local.
4160 * stack.c (read_frame_local): New.
4161
4162 2013-08-08 Yao Qi <yao@codesourcery.com>
4163
4164 * mi/mi-cmd-stack.c: Update comments to function
4165 list_args_or_locals.
4166
4167 2013-08-07 Tom Tromey <tromey@redhat.com>
4168
4169 PR symtab/15028:
4170 * dwarf2read.c (struct process_psymtab_comp_unit_data): New.
4171 (process_psymtab_comp_unit_reader): Use it.
4172 (process_psymtab_comp_unit): Update. Add "pretend_language"
4173 argument.
4174 (dwarf2_build_psymtabs_hard): Update.
4175 (scan_partial_symbols): Pass CU's language to
4176 process_psymtab_comp_unit.
4177
4178 2013-08-07 Tom Tromey <tromey@redhat.com>
4179
4180 * dwarf2read.c (dw2_get_primary_filename_reader): Remove.
4181 (dwarf2_gdb_index_functions): Update.
4182 * psymtab.c (find_symbol_file_from_partial): Remove.
4183 (psym_functions): Update.
4184 * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
4185 Remove.
4186
4187 2013-08-07 Tom Tromey <tromey@redhat.com>
4188
4189 * symfile.c (set_initial_language): Look up "main" symbol
4190 and use its language.
4191 * symtab.c (find_main_filename): Remove.
4192 * symtab.h (find_main_filename): Remove.
4193
4194 2013-08-07 Tom Tromey <tromey@redhat.com>
4195
4196 * dwarf2read.c (recursively_compute_inclusions): Add
4197 "immediate_parent" argument. Set symtab's "user" field
4198 if not set.
4199 (compute_symtab_includes): Update.
4200
4201 2013-08-07 Tom Tromey <tromey@redhat.com>
4202
4203 * linespec.c (convert_linespec_to_sals): Use maybe_add_address
4204 when adding label symbols.
4205
4206 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
4207 Ulrich Weigand <uweigand@de.ibm.com>
4208
4209 * configure.tgt (powerpc64-*-aix*): Match powerpc64 running aix.
4210 * configure.host (powerpc64-*-aix*): Likewise.
4211
4212 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
4213 Ulrich Weigand <uweigand@de.ibm.com>
4214
4215 * gdb_ptrace.h: Use ptrace64 instead of ptrace if HAVE_PTRACE64
4216 is defined.
4217 * rs6000-nat.c: Check for __ld_info64_ if compiling 64 BIT gdb.
4218 (rs6000_ptrace32): Call ptrace64 instead of ptrace if present.
4219 (rs6000_ptrace64): Call ptace64 instead of ptracex if present.
4220 * configure.ac: Check for ptrace64.
4221 * configure, config.in: Regenerate.
4222
4223 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
4224 Ulrich Weigand <uweigand@de.ibm.com>
4225
4226 * aixthread.c: Call ptrace64 instead of ptracex if defined.
4227 Call ptrace64 instead of ptrace if defined.
4228 Add macro addr_ptr to take care of ptrace address argument.
4229 (pdc_read_regs): Likewise.
4230 (pdc_write_regs): Likewise.
4231 (aix_thread_resume): Likewise.
4232 (fetch_regs_kernel_thread): Likewise.
4233 (store_regs_kernel_thread): Likewise.
4234
4235 2013-08-07 Anton Blanchard <anton@samba.org>
4236
4237 * MAINTAINERS: Add myself to Write After Approval.
4238
4239 2013-08-05 Tom Tromey <tromey@redhat.com>
4240
4241 * aix-thread.c (_initialize_aix_thread): Use
4242 complete_target_initialization.
4243 * bsd-uthread.c (_initialize_bsd_uthread): Use
4244 complete_target_initialization.
4245 * dec-thread.c (_initialize_dec_thread): Use
4246 complete_target_initialization.
4247 * ravenscar-thread.c (_initialize_ravenscar): Use
4248 complete_target_initialization.
4249 * sol-thread.c (_initialize_sol_thread): Use
4250 complete_target_initialization.
4251 * spu-multiarch.c (_initialize_spu_multiarch): Use
4252 complete_target_initialization.
4253
4254 2013-08-05 Tom Tromey <tromey@redhat.com>
4255
4256 * ada-exp.y (write_var_or_type): Use bound_minimal_symbol.
4257 * ada-lang.c (ada_lookup_simple_minsym): Return
4258 bound_minimal_symbol.
4259 * ada-lang.h (ada_lookup_simple_minsym): Update.
4260 * c-exp.y (variable): Use lookup_bound_minimal_symbol.
4261 * f-exp.y (variable): Use lookup_bound_minimal_symbol.
4262 * go-exp.y (variable): Use lookup_bound_minimal_symbol.
4263 * jv-exp.y (push_expression_name): Use lookup_bound_minimal_symbol.
4264 * m2-exp.y (variable): Use lookup_bound_minimal_symbol.
4265 * minsyms.c (msymbol_objfile): Remove.
4266 (lookup_minimal_symbol_internal): New function, from
4267 lookup_minimal_symbol.
4268 (lookup_minimal_symbol): Rewrite using
4269 lookup_minimal_symbol_internal.
4270 (lookup_bound_minimal_symbol): New function.
4271 * minsyms.h (msymbol_objfile): Remove.
4272 (lookup_bound_minimal_symbol): Declare.
4273 * p-exp.y (variable): Use lookup_bound_minimal_symbol.
4274 * parse.c (write_exp_msymbol): Change parameter to a
4275 bound_minimal_symbol.
4276 (write_dollar_variable): Use lookup_bound_minimal_symbol.
4277 * parser-defs.h (write_exp_msymbol): Update.
4278 * printcmd.c (address_info): Use lookup_bound_minimal_symbol.
4279 * symfile.c (simple_read_overlay_table): Use
4280 lookup_bound_minimal_symbol.
4281 * symtab.c (skip_prologue_sal): Don't use msymbol_objfile.
4282 (search_symbols): Likewise.
4283 (print_msymbol_info): Take a bound_minimal_symbol argument.
4284 (symtab_symbol_info, rbreak_command): Update.
4285 * symtab.h (struct symbol_search) <msymbol>: Change type
4286 to bound_minimal_symbol.
4287 * valops.c (find_function_in_inferior): Use
4288 lookup_bound_minimal_symbol.
4289 * value.c (value_fn_field): Use lookup_bound_minimal_symbol.
4290
4291 2013-08-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4292
4293 Code cleanup.
4294 * remote.c (cleanup_sigint_signal_handler): Rename the declaration
4295 to ...
4296 (async_cleanup_sigint_signal_handler): ... this.
4297 (initialize_sigint_signal_handler): Remove declaration.
4298 (handle_remote_sigint): Rename the declaration to ...
4299 (async_handle_remote_sigint): ... this.
4300 (handle_remote_sigint_twice): Rename the declaration to ...
4301 (async_handle_remote_sigint_twice): ... this.
4302 (async_remote_interrupt, async_remote_interrupt_twice)
4303 (remote_interrupt): Remove the declarations.
4304 (remote_interrupt_twice): Rename the declaration ...
4305 (sync_remote_interrupt_twice): ... this.
4306 (sigint_remote_twice_token): Rename the variable to ...
4307 (async_sigint_remote_twice_token): ... this.
4308 (sigint_remote_token): Rename the variable to ...
4309 (async_sigint_remote_token): ... this.
4310 (initialize_sigint_signal_handler): Rename the function to ...
4311 (async_initialize_sigint_signal_handler): ... this. Update the name
4312 inside.
4313 (handle_remote_sigint): Rename the function to ...
4314 (async_handle_remote_sigint): ... this. Update the names inside.
4315 (handle_remote_sigint_twice): Rename the function to ...
4316 (async_handle_remote_sigint_twice): ... this. Update the names inside.
4317 (cleanup_sigint_signal_handler): Rename the function to ...
4318 (async_cleanup_sigint_signal_handler): ... this.
4319 (remote_interrupt): Rename the function to ...
4320 (sync_remote_interrupt): this. Update the names inside.
4321 (remote_interrupt_twice): Rename the function to ...
4322 (sync_remote_interrupt_twice): this. Update the names inside.
4323 (remote_terminal_inferior, remote_terminal_ours, remote_wait_as)
4324 (_initialize_remote): Update the names inside.
4325
4326 2013-08-02 Tom Tromey <tromey@redhat.com>
4327
4328 PR symtab/15719:
4329 * breakpoint.c (update_watchpoint, watchpoint_check)
4330 (watch_command_1): Update.
4331 * eval.c (fetch_subexp_value): Add "preserve_errors"
4332 parameter.
4333 * ppc-linux-nat.c (check_condition): Update.
4334 * value.h (fetch_subexp_value): Update.
4335
4336 2013-08-02 Andrew Burgess <aburgess@broadcom.com>
4337
4338 * mi/mi-interp.c (mi_interpreter_resume): Remove call to
4339 add_file_handler.
4340
4341 2013-08-01 Doug Evans <dje@google.com>
4342
4343 PR symtab/15691
4344 * dwarf2read.c (struct dwarf2_per_cu_data): New member tu_read.
4345 (fill_in_sig_entry_from_dwo_entry): Reorganize asserts.
4346 Add assert of sig_entry->dwo_unit == NULL.
4347 (lookup_dwo_signatured_type): Don't assign TU to a DWO if the TU
4348 had already been read.
4349 (read_signatured_type): Set per_cu.tu_read.
4350
4351 PR symtab/15695
4352 * valops.c (value_struct_elt): Add missing call to check_typedef.
4353 (value_find_oload_method_list): Ditto.
4354
4355 * symtab.c (do_free_search_symbols_cleanup): Change arg to,
4356 effectively, struct symbol_search **.
4357 (make_cleanup_free_search_symbols): Change arg to struct
4358 symbol_search **. All callers updated.
4359 (compare_search_syms): Compare symtab file name and block as well.
4360 (search_symbols_equal): New function.
4361 (sort_search_symbols_remove_dups): Renamed from sort_search_symbols.
4362 New args new_head, new_tail. Result is now void. Remove dups after
4363 sorting the symbols.
4364 (search_symbols): Sort all found symbols once, after all have been
4365 found, and remove duplicates. Simplify cleanup tracking of result.
4366 * symtab.h (make_cleanup_free_search_symbols): Update prototype.
4367
4368 Further workarounds for binutils/15021.
4369 * dwarf2read.c (recursively_compute_inclusions): Change type of result
4370 parameter to VEC (symtab_ptr) **. New parameter all_type_symtabs.
4371 Watch for duplicate symtabs coming from type units.
4372 (compute_symtab_includes): Update call to
4373 recursively_compute_inclusions. Build vector of included symtabs
4374 instead of per_cus.
4375 * symtab.h (symtab_ptr): New typedef.
4376 (DEF_VEC_P (symtab_ptr)): New VEC type.
4377 * linespec.c (symtab_p): Delete. All uses updated to use symtab_ptr
4378 instead.
4379
4380 2013-08-01 Andrew Burgess <aburgess@broadcom.com>
4381
4382 * cli/cli-script.c (script_from_file): Remove use of
4383 error_pre_print.
4384 * main.c (captured_main): Remove use of error_pre_print and
4385 quit_pre_print.
4386 * utils.c (error_pre_print, quit_pre_print): Remove.
4387 * utils.h (error_pre_print, quit_pre_print): Likewise.
4388
4389 2013-08-01 Yao Qi <yao@codesourcery.com>
4390
4391 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Parse argv
4392 with mi_getopt.
4393 (mi_cmd_stack_list_variables): Likewise.
4394
4395 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
4396
4397 * exceptions.c (deprecated_throw_reason): Remove.
4398 * exceptions.h (deprecated_throw_reason): Remove.
4399
4400 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
4401
4402 * remote-mips.c (mips_error): Replace use of
4403 deprecated_throw_reason with throw_verror. Use the error message
4404 passed to mips_error as the error message for throw_verror.
4405
4406 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
4407
4408 * monitor.c (monitor_interrupt_query): Replace use of
4409 deprecated_throw_reason with quit.
4410 * nto-procfs.c (interrupt_query): Likewise.
4411 * remote-fileio.c (remote_fileio_sig_exit): Likewise.
4412 * remote-mips.c (mips_kill): Likewise.
4413 * remote.c (interrupt_query): Likewise.
4414
4415 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
4416
4417 * utils.c (internal_verror): Replace use of deprecated_throw_reason
4418 with call to fatal.
4419
4420 2013-07-31 Pedro Alves <pedro@codesourcery.com>
4421 Yao Qi <yao@codesourcery.com>
4422
4423 * tracepoint.c (trace_dump_command): Select the current frame.
4424
4425 2013-07-30 Doug Evans <dje@google.com>
4426
4427 * dwarf2read.c (process_queue): Add type signature to debug output.
4428
4429 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
4430
4431 * value.c (value_fetch_lazy): Mark optimized out values as such
4432 rather than raising an error.
4433
4434 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
4435
4436 * value.c (value_fetch_lazy): Ensure parent value is not lazy
4437 before checking which bits of the parent, not the child, value are
4438 valid.
4439
4440 2013-07-30 Muhammad Bilal <mbilal@codesorcery.com>
4441
4442 PR gdb/15715
4443 * top.c: Include "filenames.h".
4444 (set_history_filename): New function.
4445 (init_main): Install it as set hook of the "set history filename"
4446 command.
4447
4448 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
4449
4450 * dwarf2read.c (dwarf2_get_ref_die_offset): Constify struct
4451 attribute parameter.
4452 (dwarf2_const_value_data): Constify struct attribute parameter.
4453 (dwarf2_const_value): Constify struct attribute parameter.
4454 (dwarf2_const_value_attr): Constify struct attribute parameter.
4455 (lookup_die_type): Constify struct attribute parameter.
4456 (dwarf2_get_attr_constant_value): Constify struct attribute parameter.
4457 (follow_die_ref_or_sig): Constify struct attribute parameter.
4458 (follow_die_ref): Constify struct attribute parameter.
4459 (follow_die_sig): Constify struct attribute parameter.
4460 (get_DW_AT_signature_type): Constify struct attribute parameter.
4461 (get_type_unit_group): Constify struct attribute parameter.
4462 (fill_in_loclist_baton): Constify struct attribute parameter.
4463 (dwarf2_symbol_mark_computed): Constify struct attribute parameter.
4464 (type_unit_group): Constify struct attribute parameter.
4465
4466 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
4467
4468 * dwarf2read.c (attr_form_is_block): Make argument const.
4469 (attr_form_is_section_offset): Make argument const.
4470 (attr_form_is_constant): Make argument const.
4471 (attr_form_is_ref): Make argument const.
4472
4473 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
4474
4475 * dwarf2read.c (attr_is_ref): Rename to attr_form_is_ref.
4476 All uses updated.
4477 (attr_form_is_ref): Moved below attr_form_is_constant.
4478
4479 2013-07-29 Doug Evans <dje@google.com>
4480
4481 * main.c (captured_command_loop): Tweak comment.
4482
4483 * target.c (target_async_permitted_1): Fix comment.
4484
4485 * symtab.c (iterate_over_some_symtabs): Add comment.
4486
4487 * symtab.c (iterate_over_some_symtabs): Fix indentation.
4488
4489 2013-07-27 Yao Qi <yao@codesourcery.com>
4490
4491 * NEWS: Mention that GDBserver now supports hardware
4492 watchpoints on the MIPS GNU/Linux target.
4493
4494 2013-07-27 Yao Qi <yao@codesourcery.com>
4495
4496 * Makefile.in (HFILES_NO_SRCDIR): Add
4497 common/mips-linux-watch.h.
4498 (mips-linux-watch.o): New rule.
4499 * common/mips-linux-watch.c: New.
4500 * common/mips-linux-watch.h: New.
4501 * config/mips/linux.mh (NATDEPFILES): Add mips-linux-watch.o
4502 * mips-linux-nat.c: Include mips-linux-watch.h.
4503 (W_BIT, R_BIT, I_BIT, W_MASK, R_MASK, I_MASK, IRW_MASK): Move
4504 to common/mips-linux-watch.h.
4505 (MAX_DEBUG_REGISTER): Likewise.
4506 (enum pt_watch_style): Likewise.
4507 (struct mips32_watch_regs): Likewise.
4508 (struct mips64_watch_regs): Likewise.
4509 (struct pt_watch_regs): Likewise.
4510 (struct mips_watchpoint): Likewise.
4511 (mips_linux_watch_get_irw_mask): Move to
4512 common/mips-linux-watch.c.
4513 (get_reg_mask, mips_linux_watch_get_num_valid): Likewise.
4514 (mips_linux_watch_get_watchlo): Likewise.
4515 (mips_linux_watch_set_watchlo): Likewise.
4516 (mips_linux_watch_get_watchhi): Likewise.
4517 (mips_linux_watch_set_watchhi): Likewise.
4518 (mips_linux_read_watch_registers): Likewise.
4519 (mips_linux_watch_type_to_irw): Likewise.
4520 (mips_linux_stopped_data_address, fill_mask): Likewise.
4521 (mips_linux_watch_try_one_watch): Likewise.
4522 (mips_linux_watch_populate_regs): Likewise.
4523
4524 2013-07-27 Yao Qi <yao@codesourcery.com>
4525
4526 * mips-linux-nat.c (get_irw_mask): Rename to ...
4527 (mips_linux_watch_get_irw_mask): ... this. Rename parameter
4528 'set' to 'n'. Update function comment. All callers changed.
4529 (get_reg_mask): Rename parameter 'set' to 'n'. Update
4530 function comment. All callers changed.
4531 (get_num_valid): Rename to ...
4532 (mips_linux_watch_get_num_valid): ... this. Rename parameter
4533 'set' to 'n'. Update function comment. All callers changed.
4534 (get_watchlo): Rename to ...
4535 (mips_linux_watch_get_watchlo): ... this. Rename parameter
4536 'set' to 'n'. Update function comment. All callers changed.
4537 (set_watchlo): Rename to ...
4538 (mips_linux_watch_set_watchlo): ... this. Rename parameter
4539 'set' to 'n'. Update function comment. All callers changed.
4540 (get_watchhi): Rename to ...
4541 (mips_linux_watch_get_watchhi): ... this. Update function
4542 comment. All callers changed.
4543 (set_watchhi): Rename to ...
4544 (mips_linux_watch_set_watchhi): ... this. Update function
4545 comment. All callers changed.
4546 (mips_linux_read_watch_registers): Update function comment.
4547 Add new parameters 'lwpid', 'watch_readback', and
4548 'watch_readback_valid'. Update.
4549 (type_to_irw): Rename to ...
4550 (mips_linux_watch_type_to_irw): ... this. Update function
4551 comment. All callers changed.
4552 (fill_mask): Update function comment.
4553 (try_one_watch): Rename to ...
4554 (mips_linux_watch_try_one_watch): ... this. Change the type
4555 of parameter 'irw' from 'unsigned' to 'uint32_t'.
4556 (populate_regs_from_watches): Rename to ...
4557 (mips_linux_watch_populate_regs): ... this. Add parameter
4558 'current_watches'. All callers changed.
4559
4560 2013-07-27 Yao Qi <yao@codesourcery.com>
4561
4562 * mips-linux-nat.c (MAX_DEBUG_REGISTER): Move it earlier in
4563 the code.
4564 (PTRACE_SET_WATCH_REGS, enum pt_watch_style): Remove.
4565 (struct mips32_watch_regs, struct mips64_watch_regs): Remove.
4566 (struct pt_watch_regs): Likewise.
4567 [!PTRACE_GET_WATCH_REGS] (PTRACE_SET_WATCH_REGS): New macro.
4568 [!PTRACE_GET_WATCH_REGS] (enum pt_watch_style): New.
4569 [!PTRACE_GET_WATCH_REGS] (struct mips32_watch_regs): New.
4570 [!PTRACE_GET_WATCH_REGS] (struct mips64_watch_regs): New.
4571 [!PTRACE_GET_WATCH_REGS] (struct pt_watch_regs): New.
4572
4573 2013-07-27 Yao Qi <yao@codesourcery.com>
4574
4575 * breakpoint.h: Include break-common.h.
4576 (enum target_hw_bp_type): Move to ...
4577 * common/break-common.h: ... here. New.
4578
4579 2013-07-26 Cyril Nikolaev <cyril@nichtverstehen.de>
4580
4581 * inflow.c (terminal_init_inferior_with_pgrp): Save inferior
4582 process group regardless of having tty on stdin.
4583
4584 2013-07-25 Doug Evans <dje@google.com>
4585
4586 * linux-fork.h (detach_fork): Delete.
4587
4588 2013-07-25 Tom Tromey <tromey@redhat.com>
4589
4590 PR remote/15256, PR remote/15266:
4591 * bfd-target.c (target_bfd_reopen): Initialize to_magic.
4592 * monitor.c (monitor_detach): Use unpush_target.
4593 * remote-m32r-sdi.c (m32r_detach): Use unpush_target.
4594 * remote-mips.c (mips_detach): Use unpush_target. Don't
4595 call mips_close.
4596 * remote-sim.c (gdbsim_detach): Use unpush_target.
4597 * target.c (pop_target): Remove.
4598 (pop_all_targets_above): Don't call target_close.
4599 (target_close): Assert that the target is unpushed.
4600 * target.h (pop_target): Don't declare.
4601 * tracepoint.c (tfile_open): Use unpush_target.
4602
4603 2013-07-25 Tom Tromey <tromey@redhat.com>
4604
4605 * linux-thread-db.c (init_thread_db_ops): Call
4606 complete_target_initialization.
4607 (_initialize_thread_db): Don't call add_target.
4608 * target.c (complete_target_initialization): New function.
4609 (add_target_with_completer): Call it.
4610 * target.h (complete_target_initialization): Declare.
4611
4612 2013-07-25 Mark Kettenis <kettenis@gnu.org>
4613
4614 * hppa-tdep.h (enum hppa_regnum): Add members for all space registers.
4615 * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Add comment.
4616 (HPPANBSD_SIZEOF_GREGS): New define.
4617 (hppaobsd_supply_gregset): Handle additional registers.
4618 * hppabsd-nat.c (hppabsd_gregset_supplies_p): Adjust to indicate
4619 we provide more registers now.
4620 (hppabsd_supply_gregset): Supply additional registers.
4621 (hppabsd_collect_gregset): Collect additional registers.
4622
4623 2013-07-25 Mark Kettenis <kettenis@gnu.org>
4624
4625 * hppabsd-tdep.c: Include "dwarf2-frame.h".
4626 (hppabsd_dwarf2_frame_init_reg): New function.
4627 (hppabsd_init_abi): Hook in the DWARF CFI frame unwinder.
4628
4629 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
4630
4631 * mi/mi-main.c (output_register): Make MI 'r' format use standard
4632 'z' format code. Remove error for optimized out values, standard
4633 code will handle these fine.
4634
4635 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
4636
4637 * NEWS: Mention new 'z' formatter.
4638 * printcmd.c (print_scalar_formatted): Add new 'z' formatter.
4639 (_initialize_printcmd): Mention 'z' formatter in help text of the
4640 'x' command.
4641
4642 2013-07-24 Maciej W. Rozycki <macro@codesourcery.com>
4643
4644 * mips-tdep.c (micromips_deal_with_atomic_sequence): Correct
4645 formatting.
4646
4647 2013-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
4648
4649 * breakpoint.c (create_longjmp_master_breakpoint): Check if probe
4650 interface can evaluate arguments. Fallback to the old mode if it
4651 cannot.
4652 (create_exception_master_breakpoint): Likewise.
4653 * elfread.c (elf_can_evaluate_probe_arguments): New function.
4654 (struct sym_probe_fns elf_probe_fns): Export function above to the
4655 probe interface.
4656 * probe.c (can_evaluate_probe_arguments): New function.
4657 * probe.h (struct probe_ops) <can_evaluate_probe_arguments>: New
4658 function pointer.
4659 (can_evaluate_probe_arguments): New function prototype.
4660 * solib-svr4.c (svr4_create_solib_event_breakpoints): Check if
4661 probe interface can evaluate arguments. Fallback to the old mode
4662 if it cannot.
4663 * stap-probe.c (stap_get_probe_argument_count): Check if probe
4664 interface can evaluate arguments. Warning the user if it cannot.
4665 (stap_can_evaluate_probe_arguments): New function.
4666 (struct probe_ops stap_probe_ops): Export function above to the
4667 probe interface.
4668 * symfile.h (struct sym_probe_fns) <can_evaluate_probe_arguments>:
4669 New function pointer.
4670
4671 2013-07-24 Luis Machado <lgustavo@codesourcery.com>
4672
4673 * Makefile.in (SFILES): Add common/target-common.c.
4674 Add common/target-common.h to headers.
4675 (COMMON_OBS): Add target-common.o.
4676 (target-common.o): New target.
4677 * linux-nat.h (resume_kind): Move to common/target-common.h.
4678 * target.c (target_waitstatus_to_string): Move to
4679 common/target-common.c.
4680 * target.h: Include target-common.h.
4681 (target_waitkind): Move to common/target-common.h.
4682 (target_waitstatus): Likewise.
4683 (TARGET_WNOHANG): Likewise.
4684 * common/target-common.c: New file.
4685 * common/target-common.h: New file.
4686
4687 2013-07-24 Doug Evans <dje@google.com>
4688
4689 * dwarf2read.c (lookup_dwo_cutu): Change missing DWO complaint to
4690 a warning.
4691
4692 2013-07-23 Yao Qi <yao@codesourcery.com>
4693
4694 * i386-tdep.c (i386_in_stack_tramp_p): Remove unused
4695 parameter 'gdbarch'.
4696 (i386_stack_tramp_frame_sniffer): Caller update.
4697 * i386-linux-tdep.c (i386_linux_core_read_xcr0): Remove
4698 parameter 'gdbarch' and 'target'.
4699 (i386_linux_core_read_description): Caller update.
4700 * amd64-linux-tdep.c (amd64_linux_core_read_description):
4701 Likewise.
4702 * i386-linux-tdep.h (i386_linux_core_read_xcr0): Update
4703 declaration.
4704
4705 2013-07-23 Tom Tromey <tromey@redhat.com>
4706
4707 * dwarf2read.c (init_cutu_and_read_dies): Revert patch from
4708 2013-07-22.
4709
4710 2013-07-22 Doug Evans <dje@google.com>
4711
4712 * exec.h (remove_target_sections): Delete arg abfd.
4713 * exec.c (exec_close): Update call to remove_target_sections.
4714 (remove_target_sections): Delete arg abfd.
4715 * solib.c (update_solib_list): Ditto.
4716 (reload_shared_libraries_1): Ditto.
4717 (clear_solib): Ditto, and unconditionally call remove_target_sections.
4718 * target.h (struct target_section): Rename key to owner.
4719 All uses updated.
4720
4721 2013-07-22 Tom Tromey <tromey@redhat.com>
4722
4723 * solib-som.c (som_open_symbol_file_object): Call do_cleanups.
4724
4725 2013-07-22 Tom Tromey <tromey@redhat.com>
4726
4727 * dwarf2read.c (init_cutu_and_read_dies): Remove 'free_cu_cleanup'.
4728 Simplify cleanup handling.
4729
4730 2013-07-22 Tom Tromey <tromey@redhat.com>
4731
4732 * dwarf2read.c (dwarf_decode_line_header): Call do_cleanups
4733 on all return paths.
4734
4735 2013-07-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4736
4737 * ppc-linux-nat.c (PPC_DEBUG_FEATURE_DATA_BP_DAWR): New define.
4738 (ppc_linux_region_ok_for_hw_watchpoint): Add checking to use the new
4739 DAWR interface for longer ranges hardware watchpoint (up to 512 bytes).
4740
4741 2013-07-22 Phil Muldoon <pmuldoon@redhat.com>
4742
4743 * top.c (print_gdb_version): Add help, apropos description and
4744 url to online documentation.
4745
4746 2013-07-19 Hui Zhu <hui@codesourcery.com>
4747
4748 PR gdb/15692
4749 * mi/mi-cmd-break.c (mi_argv_to_format): Handle double quotes.
4750
4751 2013-07-19 Yao Qi <yao@codesourcery.com>
4752
4753 * target.c (update_current_target): Change the default action
4754 of 'to_traceframe_info' from tcomplain to return_zero.
4755 * target.h (struct target_ops) <to_traceframe_info>: Add more
4756 comments.
4757 * valops.c (read_value_memory): Call
4758 traceframe_available_memory unconditionally.
4759
4760 2013-07-18 Yao Qi <yao@codesourcery.com>
4761
4762 * coffread.c (coff_symfile_read): Iterate over minimal symbols,
4763 if the name is prefixed by "__imp_" or "_imp_", look for minimal
4764 symbol without prefix. If found, set its type to
4765 'mst_solib_trampoline'.
4766
4767 2013-07-17 Doug Evans <dje@google.com>
4768
4769 * NEWS: Mention "set print raw frame-arguments".
4770 * gdbcmd.h (setprintrawlist, showprintrawlist): Declare.
4771 * stack.c (print_raw_frame_arguments): New static global.
4772 (print_frame_arg): Set opts.raw from print_raw_frame_arguments.
4773 (_initialize_stack): New command "set/show print raw frame-arguments".
4774 * valprint.c (setprintrawlist, showprintrawlist): New globals.
4775 (set_print_raw, show_print_raw): New functions.
4776 (_initialize_valprint): New prefix command "set/show print raw".
4777 * valprint.h (value_print_options): Improve comments.
4778
4779 * cli/cli-cmds.c (init_cmd_lists): Delete unnecessary initialization
4780 of all *list variables.
4781
4782 * gdbcmd.h (togglelist): Delete.
4783 * cli/cli-cmds.c (togglelist): Delete.
4784 (init_cmd_lists): Update.
4785 * cli/cli-cmds.h (togglelist): Delete.
4786
4787 2013-07-17 Tom Tromey <tromey@redhat.com>
4788
4789 * dwarf2read.c (dwarf2_per_objfile_free): Clear
4790 dwarf2_per_objfile.
4791
4792 2013-07-16 Doug Evans <dje@google.com>
4793
4794 * nto-tdep.c (nto_relocate_section_addresses): Update,
4795 target_section.bfd deleted.
4796 * ppc64-tdep.c (ppc64_convert_from_func_ptr_addr): Ditto.
4797 * s390-tdep.c (s390_load): Ditto.
4798 * solib-aix.c (solib_aix_relocate_section_addresses): Ditto.
4799
4800 2013-07-16 Andrew Burgess <aburgess@broadcom.com>
4801
4802 * common/format.c (parse_format_string): Add checks for NULL
4803 character before calling strchr.
4804
4805 2013-07-16 Doug Evans <dje@google.com>
4806
4807 * solist.h (target_so_ops.find_and_open_solib): Clarify usage of
4808 temp_pathname argument.
4809 * nto-tdep.c (nto_find_and_open_solib): Fix setting of temp_pathname
4810 when opening the file fails.
4811
4812 * target.h (struct target_section): Delete member bfd.
4813 All users updated to use the_bfd_section->owner instead.
4814 * exec.c (add_to_section_table): Assert bfd is expected value.
4815 Remove initialization of target_section.bfd.
4816 (remove_target_sections): Update.
4817 (section_table_available_memory): Update.
4818 (section_table_xfer_memory_partial): Update.
4819 (print_section_info): Update.
4820 (exec_set_section_address): Update.
4821 * record-full.c (record_full_core_xfer_partial): Update.
4822 * solib-svr4.c (svr4_relocate_section_addresses): Update.
4823 * solib-target.c (solib_target_relocate_section_addresses): Update.
4824 * symfile.c (build_section_addr_info_from_section_table): Update.
4825 * target.c (memory_xfer_live_readonly_partial): Update.
4826 (memory_xfer_partial_1): Update.
4827
4828 2013-07-15 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4829
4830 * ppc-linux-nat.c: Since the new PowerPC specific ptrace interface is
4831 now available for embedded (BookE) and server (BookS) processors,
4832 correct mentions of 'booke' and adjust comments accordingly in order to
4833 avoid confusion. Rename struct 'booke_debug_info' to 'hwdebug_info'.
4834 (have_ptrace_booke_interface): Rename function and variable
4835 'have_ptrace_booke_interface' to 'have_ptrace_hwdebug_interface'.
4836 Rename struct 'booke_debug_info' to 'hwdebug_info'. Update all uses.
4837 (booke_cmp_hw_point): Rename function 'booke_cmp_hw_point' to
4838 'hwdebug_point_cmp'. Update all uses.
4839 (booke_find_thread_points_by_tid): Rename function
4840 'booke_find_thread_points_by_tid' to
4841 'hwdebug_find_thread_points_by_tid'. Update all uses.
4842 (booke_insert_point): Rename function 'booke_insert_point' to
4843 'hwdebug_insert_point'. Update all uses.
4844 (booke_remove_point): Rename function 'booke_remove_point' to
4845 'hwdebug_remove_point'. Update all uses.
4846
4847 2013-07-15 Maciej W. Rozycki <macro@codesourcery.com>
4848
4849 * mips-tdep.c (mips_gdbarch_init): Replace hardcoded magic
4850 numbers with enum values.
4851
4852 2013-07-15 Ali Anwar <ali_anwar@codesourcery.com>
4853
4854 PR threads/13217
4855 * thread.c (thread_apply_all_command): Check for valid threads
4856 and thread count.
4857 (thread_array_cleanup): New struct.
4858 (set_thread_refcount): New function.
4859
4860 2013-07-11 Andrew Burgess <aburgess@broadcom.com>
4861
4862 * infcmd.c (default_print_one_register_info): Reuse function
4863 print_hex_chars.
4864
4865 2013-07-10 Tom Tromey <tromey@redhat.com>
4866
4867 * Makefile.in (GDB_WARN_CFLAGS_NO_DEFS, ADA_EXP_C): New macros.
4868 (ada-exp.o): New target.
4869
4870 2013-07-10 Sergio Durigan Junior <sergiodj@redhat.com>
4871
4872 * mt-tdep.c (mt_registers_info): Call
4873 get_no_prettyformat_print_options instead of
4874 get_raw_print_options (regression by last patch from Doug
4875 Evans).
4876
4877 2013-07-09 Pedro Alves <palves@redhat.com>
4878
4879 Checked in by Joel Brobecker <brobecker@adacore.com>.
4880 * ada-lang.c (coerce_unspec_val_to_type): Use
4881 value_optimized_out_const.
4882 * value.c (value_optimized_out_const): New function.
4883 * value.h (value_optimized_out_const): New declaration.
4884
4885 2013-07-09 Doug Evans <dje@google.com>
4886
4887 * defs.h (enum val_prettyformat): Renamed from val_prettyprint.
4888 Enum values rename as well. All uses updated.
4889 * valprint.h (value_print_options): Rename member pretty to
4890 pretty format. Rename member prettyprint_arrays to
4891 prettyformat_arrays. Rename member prettyprint_structs to
4892 prettyformat_structs. All uses updated.
4893 (get_no_prettyformat_print_options): Renamed from
4894 get_raw_print_options.
4895 * valprint.c (get_no_prettyformat_print_options): Renamed from
4896 get_raw_print_options. All callers updated.
4897 (show_prettyformat_structs): Renamed from show_prettyprint_structs.
4898 All callers updated.
4899 (show_prettyformat_arrays): Renamed from show_prettyprint_arrays.
4900 All callers updated.
4901 (_initialize_valprint): Improve help text for "set print pretty" and
4902 "set print arrays".
4903
4904 2013-07-09 Andrew Burgess <aburgess@broadcom.com>
4905
4906 * value.c (value_bits_valid): Revert previous change, and change
4907 by Pedro on 2013-07-04, due to regressions in
4908 gdb.dwarf2/implptr.exp and gdb.dwarf2/pieces.exp.
4909
4910 2013-07-08 Andrew Burgess <aburgess@broadcom.com>
4911 Pedro Alves <palves@redhat.com>
4912
4913 * value.c (value_bits_valid): If the value is not lval_computed
4914 or has no check validity handler then the answer is the
4915 optimized_out flag, otherwise defer to the handler.
4916
4917 2013-07-06 Eli Zaretskii <eliz@gnu.org>
4918
4919 * top.c (print_gdb_configuration): Explain in output of
4920 --configuration what does "relocatable" mean.
4921
4922 * main.c (print_gdb_help): Regroup options in the --help text.
4923 See http://sourceware.org/ml/gdb-patches/2013-04/msg00362.html for
4924 the relevant discussions.
4925
4926 2013-07-06 Yao Qi <yao@codesourcery.com>
4927
4928 * breakpoint.h (struct breakpoint_ops) <create_breakpoints_sal>:
4929 Remove parameter 'lsal'.
4930 * breakpoint.c (create_breakpoint): Move local variable 'lsal'
4931 to inner block. Caller update.
4932 (base_breakpoint_create_breakpoints_sal): Update.
4933 (bkpt_create_breakpoints_sal): Likewise.
4934 (tracepoint_create_breakpoints_sal): Likewise.
4935 (strace_marker_create_breakpoints_sal): Get 'lsal' from the
4936 element 0 of vector 'canonical->sals'.
4937
4938 2013-07-05 Luis Machado <lgustavo@codesourcery.com>
4939
4940 * rs6000-tdep.c (rs6000_stab_reg_to_regnum): Return the real
4941 register number instead of the pseudo register one.
4942 (rs6000_dwarf2_reg_to_regnum): Likewise.
4943
4944 2013-07-04 Pedro Alves <palves@redhat.com>
4945
4946 * findvar.c (value_of_register): Use allocate_optimized_out_value
4947 if the register has been optimized out, instead of
4948 set_value_optimized_out.
4949 * frame-unwind.c (frame_unwind_got_optimized): Use
4950 allocate_optimized_out_value.
4951
4952 2013-07-04 Pedro Alves <palves@redhat.com>
4953
4954 * value.c (value_bits_valid): If the value is not lval_computed,
4955 or doesn't have a check_validity hook, assume the value is entirely
4956 valid.
4957
4958 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
4959
4960 * stack.c (read_frame_arg): No longer fetch lazy values.
4961 * value.c (value_optimized_out): If the value is not already
4962 marked optimized out, and is lazy then fetch it.
4963 (value_primitive_field): Move optimized out check to later in the
4964 function, after we have loaded any lazy values.
4965 (value_fetch_lazy): Use optimized out flag directly rather than
4966 calling optimized_out method.
4967
4968 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
4969
4970 * valops.c: Don't include "user-regs.h".
4971 (value_fetch_lazy): Moved to value.c.
4972 * value.c: Include "user-regs.h".
4973 (value_fetch_lazy): Moved from valops.c.
4974
4975 2013-07-04 Yao Qi <yao@codesourcery.com>
4976
4977 Revert:
4978 2013-06-27 Yao Qi <yao@codesourcery.com>
4979
4980 * common/create-version.sh: Update comments. Handle the case
4981 that TARGET_ALIAS is empty.
4982
4983 2013-07-03 Pedro Alves <palves@redhat.com>
4984
4985 * Makefile.in (config.status): Depend on development.sh.
4986 (aclocal_m4_deps): Add libmcheck.m4.
4987 * acinclude.m4: Include libmcheck.m4.
4988 * configure.ac: Source development.sh instead of setting
4989 'development' here. --enable-libmcheck/--disable-libmcheck code
4990 factored out to GDB_AC_LIBMCHECK. Run it.
4991 * development.sh: New file.
4992 * libmcheck.m4: New file.
4993 * configure: Regenerate.
4994
4995 2013-07-02 Tom Tromey <tromey@redhat.com>
4996
4997 * contrib/ari/update-web-ari.sh: Update for version.in change.
4998
4999 2013-07-02 Tom Tromey <tromey@redhat.com>
5000
5001 * common/ptid.h: Comment fixes.
5002
5003 2013-07-01 Tom Tromey <tromey@redhat.com>
5004
5005 * dwarf2read.c (dwarf2_get_dwz_file): Return NULL if
5006 .gnu_debugaltlink not found. Use bfd_get_alt_debug_link_info.
5007 (dwarf2_read_index, create_all_comp_units): Update.
5008
5009 2013-07-01 Tom Tromey <tromey@redhat.com>
5010
5011 * configure.ac (build_warnings): Add -Wold-style-definition.
5012 * configure: Rebuild.
5013 * machoread.c (_initialize_machoread): Use "(void)".
5014 * macrocmd.c (macro_inform_no_debuginfo): Fix formatting;
5015 use "(void)".
5016
5017 2013-07-01 Tom Tromey <tromey@redhat.com>
5018
5019 * configure.ac (build_warnings): Add -Wold-style-declaration.
5020 * configure: Rebuild.
5021 * dsrec.c (make_srec): Use "static const", not "const static".
5022 * h8300-tdep.c (h8300_breakpoint_from_pc): Use "static const",
5023 not "const static".
5024 * mi/mi-parse.c (mi_no_values, mi_simple_values, mi_all_values):
5025 Use "static const", not "const static".
5026 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Use "static const",
5027 not "const static".
5028 * moxie-tdep.c (moxie_breakpoint_from_pc): Use "static const",
5029 not "const static".
5030 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Use "static const",
5031 not "const static".
5032 * v850-tdep.c (v850_breakpoint_from_pc): Use "static const",
5033 not "const static".
5034 (v850_dbtrap_breakpoint_from_pc): Likewise.
5035 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Use "static const",
5036 not "const static".
5037
5038 2013-07-01 Tom Tromey <tromey@redhat.com>
5039
5040 * configure.ac (build_warnings): Add -Wmissing-parameter-type.
5041 * configure: Rebuild.
5042
5043 2013-07-01 Pedro Alves <palves@redhat.com>
5044
5045 * defs.h: Include "pathmax.h".
5046 * utils.c: Don't include sys/param.h.
5047 (gdb_realpath): Remove code that checks for MAXPATHLEN.
5048 * solib-ia64-hpux.c (ia64_hpux_handle_load_event): Use PATH_MAX
5049 instead of MAXPATHLEN.
5050 * solib-sunos.c: Don't include sys/param.h.
5051 * xcoffread.c: Don't include sys/param.h.
5052 * bsd-kvm.c: Don't include sys/param.h.
5053 * darwin-nat.c: Don't include sys/param.h.
5054 (darwin_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
5055 * darwin-nat-info.c: Don't include sys/param.h.
5056 * fbsd-nat.c (fbsd_pid_to_exec_file): Use PATH_MAX instead of
5057 MAXPATHLEN.
5058 * i386obsd-nat.c: Don't include sys/param.h.
5059 * inf-child.c: Don't include sys/param.h.
5060 (inf_child_fileio_readlink): Use PATH_MAX instead of MAXPATHLEN.
5061 * linux-fork.c: Don't include sys/param.h.
5062 (fork_save_infrun_state): Use PATH_MAX instead of MAXPATHLEN.
5063 * linux-nat.c: Don't include sys/param.h.
5064 (linux_child_pid_to_exec_file, linux_proc_pending_signals)
5065 (linux_proc_pending_signals): Use PATH_MAX instead of MAXPATHLEN.
5066 * m68klinux-nat.c: Don't include sys/param.h.
5067 * nbsd-nat.c: Don't include sys/param.h.
5068 (nbsd_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
5069 * ppc-linux-nat.c: Don't include sys/param.h.
5070 * rs6000-nat.c: Don't include sys/param.h.
5071 * spu-linux-nat.c. Don't include sys/param.h.
5072 * windows-nat.c: Don't include sys/param.h.
5073 * xtensa-linux-nat.c: Don't include sys/param.h.
5074 * config/i386/nm-fbsd.h: Don't include sys/param.h.
5075
5076 2013-07-01 Pedro Alves <palves@redhat.com>
5077
5078 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add pathmax.
5079 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/pathmax.m4.
5080 * gnulib/aclocal.m4: Regenerate.
5081 * gnulib/config.in: Regenerate.
5082 * gnulib/configure: Regenerate.
5083 * gnulib/import/pathmax.h: New file.
5084 * gnulib/import/Makefile.am: Regenerate.
5085 * gnulib/import/Makefile.in: Regenerate.
5086 * gnulib/import/m4/gnulib-cache.m4: Regenerate.
5087 * gnulib/import/m4/gnulib-comp.m4: Regenerate.
5088 * gnulib/import/m4/pathmax.m4: New file.
5089
5090 2013-07-01 Pedro Alves <palves@redhat.com>
5091
5092 * configure.ac (GDBINIT): Define, depending on host.
5093 * go32-nat.c (init_go32_ops): Don't override gdbinit here.
5094 * top.c (PATH_MAX): Delete fallback definition.
5095 (GDBINIT_FILENAME): Delete.
5096 (gdbinit): Reimplement as const char array set to the GDBINIT
5097 string constant.
5098 * top.h (gdbinit): Make const.
5099 * configure, config.in: Regenerate.
5100
5101 2013-07-01 Pedro Alves <palves@redhat.com>
5102
5103 * cli/cli-cmds.c (source_script): Make 'file' parameter const.
5104 * cli/cli-cmds.h (source_script): Likewise.
5105 * exceptions.c (catch_command_errors_const): New function.
5106 * exceptions.h (catch_command_errors_const): Declare.
5107 * main.c (get_init_files): Make parameters const, and adjust.
5108 (captured_main): Make 'system_gdbinit', 'home_gdbinit' and
5109 'local_gdbinit' locals const. Adjust to use
5110 catch_command_errors_const.
5111 (print_gdb_help): Make 'system_gdbinit', 'home_gdbinit' and
5112 'local_gdbinit' locals const.
5113
5114 2013-07-01 Pedro Alves <palves@redhat.com>
5115
5116 * defs.h: Don't check HAVE_UNISTD_H before including <unistd.h>.
5117 (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Delete.
5118 * tracepoint.c: Don't check HAVE_UNISTD_H before including
5119 <unistd.h>.
5120
5121 2013-07-01 Pedro Alves <palves@redhat.com>
5122
5123 Import the "unistd" gnulib module.
5124 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add "unistd".
5125 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/off_t.m4,
5126 import/m4/ssize_t.m4, import/m4/sys_types_h.m4 and
5127 import/m4/unistd_h.m4.
5128 * gnulib/aclocal.m4: Renenerate.
5129 * gnulib/config.in: Renenerate.
5130 * gnulib/configure: Renenerate.
5131 * gnulib/import/Makefile.am: Renenerate.
5132 * gnulib/import/Makefile.in: Renenerate.
5133 * gnulib/import/m4/gnulib-cache.m4: Renenerate.
5134 * gnulib/import/m4/gnulib-comp.m4: Renenerate.
5135 * gnulib/import/m4/off_t.m4: New file.
5136 * gnulib/import/m4/ssize_t.m4: New file.
5137 * gnulib/import/m4/sys_types_h.m4: New file.
5138 * gnulib/import/m4/unistd_h.m4: New file.
5139 * gnulib/import/sys_types.in.h: New file.
5140 * gnulib/import/unistd.c: New file.
5141 * gnulib/import/unistd.in.h: New file.
5142
5143 2013-07-01 Pedro Alves <palves@redhat.com>
5144
5145 * utils.c <pathconf/_PC_PATH_MAX use>: Check if _PC_PATH_MAX is
5146 defined instead of checking HAVE_UNISTD_H.
5147
5148 2013-07-01 Pedro Alves <palves@redhat.com>
5149
5150 Reimport gnulib from scratch.
5151 * gnulib/Makefile.in (aclocal_m4_deps): Remove reference to
5152 import/m4/onceonly.m4.
5153 * gnulib/aclocal.m4: Renegerate.
5154 * gnulib/config.in: Renegerate.
5155 * gnulib/configure: Renegerate.
5156 * gnulib/import/Makefile.in: Renegerate.
5157 * gnulib/import/extra/update-copyright: Renegerate.
5158 * gnulib/import/m4/onceonly.m4: Delete.
5159
5160 2013-07-01 Pedro Alves <palves@redhat.com>
5161
5162 * tui/tui-regs.c (pagination_enabled): Delete declaration.
5163
5164 2013-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5165
5166 Code cleanup.
5167 * remote.c (async_remote_interrupt_twice): Make it static.
5168 * remote.h (async_remote_interrupt_twice): Remove the declaration.
5169
5170 2013-06-29 Sergio Durigan Junior <sergiodj@redhat.com>
5171
5172 * ia64-linux-tdep.c: Include <ctype.h>.
5173 (ia64_linux_stap_is_single_operand): New function.
5174 (ia64_linux_init_abi): Initialize SystemTap related attributes.
5175
5176 2013-06-28 Tom Tromey <tromey@redhat.com>
5177
5178 * Makefile.in (version.c): Use version.in, not
5179 common/version.in.
5180 * common/create-version.sh: Likewise.
5181 * common/version.in: Move...
5182 * version.in: ...here.
5183
5184 2013-06-28 Pedro Alves <palves@redhat.com>
5185
5186 * infrun.c (set_observer_mode): Don't declare pagination_enabled
5187 here.
5188 * utils.h (pagination_enabled): Declare.
5189
5190 2013-06-28 Pedro Alves <palves@redhat.com>
5191
5192 * infrun.c (non_stop, non_stop_1, set_non_stop, show_non_stop):
5193 Move higher up in file.
5194
5195 2013-06-28 Tom Tromey <tromey@redhat.com>
5196
5197 * tracepoint.c (deprecated_readline_begin_hook)
5198 (deprecated_readline_hook, deprecated_readline_end_hook): Don't
5199 declare.
5200
5201 2013-06-28 Pedro Alves <palves@redhat.com>
5202
5203 PR tui/14880
5204 * tui/tui-regs.c (tui_get_register): Fetch value contents before
5205 checking if they're available.
5206 * value.c (value_available_contents_eq): Change comment.
5207 * value.h (value_available_contents_eq): Expand comment.
5208
5209 2013-06-27 Tom Tromey <tromey@redhat.com>
5210
5211 * target.c (find_run_target): Remove.
5212 * target.h (find_run_target): Remove.
5213
5214 2013-06-27 Tom Tromey <tromey@redhat.com>
5215
5216 * corelow.c (core_gdbarch): Now static.
5217
5218 2013-06-27 Tom Tromey <tromey@redhat.com>
5219
5220 * target.c (target_struct_index): Remove.
5221
5222 2013-06-27 Pedro Alves <palves@redhat.com>
5223
5224 * infrun.c: Remove comment describing the 'stepping over runtime
5225 loader dynamic symbol resolution code' mechanism; moved to
5226 gdbint.texinfo.
5227
5228 2013-06-27 Pedro Alves <palves@redhat.com>
5229
5230 * exceptions.c (catch_command_errors): Remove spurious space.
5231 * exceptions.h (catch_command_errors): Second parameter is "arg",
5232 not "command".
5233
5234 2013-06-27 Yao Qi <yao@codesourcery.com>
5235
5236 * common/create-version.sh: Update comments. Handle the case
5237 that TARGET_ALIAS is empty.
5238
5239 2013-06-26 Pedro Alves <palves@redhat.com>
5240
5241 * infrun.c (SOLIB_IN_DYNAMIC_LINKER): Delete macro and describing
5242 comment.
5243
5244 2013-06-26 Pedro Alves <palves@redhat.com>
5245
5246 * infrun.c: Update comments on stepping over runtime loader
5247 dynamic symbol resolution code.
5248
5249 2013-06-26 Sergio Durigan Junior <sergiodj@redhat.com>
5250
5251 * ax-gdb.h (union exp_element): Forward declare.
5252 * parser-defs.h: Include expression.h.
5253
5254 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
5255
5256 * mips-tdep.c (fetch_mips_16): Use unmake_compact_addr.
5257
5258 2013-06-26 Dmitry Kozlov <ddk@codesourcery.com>
5259
5260 * tracepoint.c (trace_save): Extend tsave to save starttime, stoptime.
5261
5262 2013-06-26 Dmitry Kozlov <ddk@codesourcery.com>
5263
5264 Fix trace-status to output proper start-time and stop-time.
5265 * tracepoint.c (trace_status_command): Fix type of printf arg to
5266 prevent improper type conversion.
5267 (trace_status_mi): Likewise.
5268
5269 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
5270
5271 * mips-tdep.c (mips_next_pc): Fix a typo.
5272
5273 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
5274
5275 * mips-tdep.c (micromips_scan_prologue): Fix a typo.
5276
5277 2013-06-26 Pedro Alves <pedro@codesourcery.com>
5278 Yao Qi <yao@codesourcery.com>
5279
5280 * mi/mi-cmds.c (mi_cmds): Register -trace-frame-collected.
5281 * mi/mi-cmds.h (mi_cmd_trace_frame_collected): Declare.
5282 * mi/mi-main.c (print_variable_or_computed): New function.
5283 (mi_cmd_trace_frame_collected): New function.
5284 * tracepoint.c (find_trace_state_variable_by_number): New.
5285 (struct traceframe_info): Move to tracepoint.h
5286 (struct collection_list): Likewise.
5287 (do_collect_symbol): Include locals and arguments in the
5288 collected variables list.
5289 (clear_collection_list): Clear wholly collected variables list
5290 and computed variables list.
5291 (append_exp): New function.
5292 (encode_actions_1): Include variables in the wholly
5293 collected variables list. Include memory ranges and
5294 full-fledged expressions in the computed expressions list.
5295 (encode_actions): Move some code to ...
5296 Return the cleanup chain.
5297 (encode_actions_rsp): ... here. New function.
5298 (get_traceframe_location, get_traceframe_info): Remove static.
5299 * tracepoint.h (struct memrange): Moved from tracepoint.c.
5300 (struct collection_list): Moved from tracepoint.c. Add two
5301 new fields 'wholly_collected' and 'computed'.
5302 (find_trace_state_variable_by_number): Declare.
5303 (encode_actions): Adjust declaration.
5304 (encode_actions_rsp): Declare.
5305 (get_traceframe_info, get_traceframe_location): Declare.
5306
5307 * NEWS: Mention new MI command -trace-frame-collected.
5308
5309 2013-06-26 Pedro Alves <pedro@codesourcery.com>
5310 Yao Qi <yao@codesourcery.com>
5311
5312 * ctf.c (ctf_traceframe_info): Push trace state variables
5313 present in the trace data into the traceframe info object.
5314 * breakpoint.c (DEF_VEC_I): Remove.
5315 * common/filestuff.c (DEF_VEC_I): Likewise.
5316 * dwarf2loc.c (DEF_VEC_I): Likewise.
5317 * mi/mi-main.c (DEF_VEC_I): Likewise.
5318 * common/gdb_vecs.h (DEF_VEC_I): Define vector for int.
5319 * features/traceframe-info.dtd: Add tvar element and its
5320 attributes.
5321 * tracepoint.c (free_traceframe_info): Free vector 'tvars'.
5322 (build_traceframe_info): Push trace state variables present in
5323 the trace data into the traceframe info object.
5324 (traceframe_info_start_tvar): New function.
5325 (tvar_attributes): New.
5326 (traceframe_info_children): Add "tvar" element.
5327 * tracepoint.h (struct traceframe_info) <tvars>: New field.
5328
5329 * NEWS: Mention the change in GDB and GDBserver.
5330
5331 2013-06-26 Pedro Alves <pedro@codesourcery.com>
5332 Yao Qi <yao@codesourcery.com>
5333
5334 * tracepoint.c (trace_dump_command): Move code to ...
5335 (get_traceframe_location): ... here. New.
5336
5337 2013-06-26 Pedro Alves <pedro@codesourcery.com>
5338 Yao Qi <yao@codesourcery.com>
5339
5340 * tracepoint.c (trace_dump_command): GDB emits an error
5341 instead of a warning when a traceframe is not selected.
5342
5343 2013-06-26 Pedro Alves <pedro@codesourcery.com>
5344 Yao Qi <yao@codesourcery.com>
5345
5346 * tracepoint.c (tracepoint_list, stepping_list): Remove.
5347 (clear_collection_list): Free fields 'aexpre_list' and 'list'
5348 in collection_list.
5349 (do_clear_collection_list, init_collection_list): New.
5350 (encode_actions): Add local variables 'tracepoint_list' and
5351 'stepping_list'. Call init_collection_list and make cleanup
5352 which calls do_clear_collection_list. Don't call
5353 clear_collection_list.
5354 (_initialize_tracepoint): Delete references to
5355 'tracepoint_list' and 'stepping_list'.
5356
5357 2013-06-25 Tom Tromey <tromey@redhat.com>
5358
5359 * common/create-version.sh (date): Use "$", not "$$" in sed
5360 expression.
5361
5362 2013-06-25 Kevin Buettner <kevinb@redhat.com>
5363
5364 * NEWS (New targets): Add entry for TI MSP430.
5365
5366 2013-06-25 Yao Qi <yao@codesourcery.com>
5367
5368 * remote.c (remote_start_remote): Move code to upload tsv
5369 earlier.
5370
5371 2013-06-25 Yao Qi <yao@codesourcery.com>
5372 Hui Zhu <hui@codesourcery.com>
5373 Pedro Alves <palves@redhat.com>
5374
5375 PR breakpoints/15075
5376 PR breakpoints/15434
5377 * breakpoint.c (bpstat_stop_status): Call
5378 b->ops->after_condition_true.
5379 (update_dprintf_command_list): Don't append "continue" command
5380 to the command list of dprintf breakpoint.
5381 (base_breakpoint_after_condition_true): New function.
5382 (base_breakpoint_ops): Add base_breakpoint_after_condition_true.
5383 (dprintf_after_condition_true): New function.
5384 (initialize_breakpoint_ops): Set dprintf_after_condition_true.
5385 * breakpoint.h (breakpoint_ops): Add after_condition_true.
5386
5387 2013-06-24 Kevin Buettner <kevinb@redhat.com>
5388
5389 * Makefile.in (ALL_TARGET_OBS): Add msp430-tdep.o.
5390 (ALLDEPFILES): Add msp430-tdep.c.
5391 * configure.tgt (msp430*-*-elf): New target.
5392 * msp430-tdep.c: New file.
5393
5394 2013-06-24 Maciej W. Rozycki <macro@codesourcery.com>
5395
5396 * mips-tdep.c (mips_elf_make_msymbol_special): Handle MIPS16 and
5397 microMIPS synthetic symbols.
5398
5399 2013-06-24 Maciej W. Rozycki <macro@codesourcery.com>
5400
5401 * objfiles.h (pc_in_section): New prototype.
5402 (in_plt_section): Remove name argument, replace prototype with
5403 static inline function.
5404 * mips-tdep.h: Include "objfiles.h".
5405 (in_mips_stubs_section): New function.
5406 * hppa-tdep.h (gdbarch_tdep): Remove name argument of
5407 in_solib_call_trampoline member.
5408 (hppa_in_solib_call_trampoline): Remove name argument.
5409 * objfiles.c (pc_in_section): New function.
5410 (in_plt_section): Remove function.
5411 * mips-linux-tdep.c: Include "objfiles.h".
5412 (mips_linux_in_dynsym_stub): Call in_mips_stubs_section. Remove
5413 name argument. Return 1 rather than the low 16-bit halfword of
5414 any instruction examined.
5415 (mips_linux_in_dynsym_resolve_code): Update
5416 mips_linux_in_dynsym_stub call accordingly.
5417 * mips-tdep.c (mips_stub_frame_sniffer): Use in_mips_stubs_section
5418 rather than an equivalent hand-coded sequence.
5419 * hppa-hpux-tdep.c (in_opd_section): Remove function.
5420 (hppa32_hpux_in_solib_call_trampoline): Remove name argument.
5421 (hppa64_hpux_in_solib_call_trampoline): Likewise.
5422 (hppa64_hpux_find_global_pointer): Use pc_in_section rather than
5423 in_opd_section.
5424 * hppa-tdep.c (hppa_stub_unwind_sniffer): Remove name argument
5425 on call to tdep->in_solib_call_trampoline.
5426 (hppa_in_solib_call_trampoline): Remove name argument, update
5427 according to in_plt_section change.
5428 (hppa_skip_trampoline_code): Update according to in_plt_section
5429 change.
5430 * aarch64-tdep.c (aarch64_stub_unwind_sniffer): Likewise.
5431 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code):
5432 Likewise.
5433 * arm-tdep.c (arm_stub_unwind_sniffer): Likewise.
5434 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
5435 * hppabsd-tdep.c (hppabsd_find_global_pointer): Likewise.
5436 * nios2-tdep.c (nios2_stub_frame_sniffer): Likewise.
5437 * nto-tdep.c (nto_relocate_section_addresses): Likewise.
5438 * s390-tdep.c (s390_stub_frame_sniffer): Likewise.
5439 * sh-tdep.c (sh_stub_unwind_sniffer): Likewise.
5440 * solib-dsbt.c (dsbt_in_dynsym_resolve_code): Likewise.
5441 * solib-frv.c (frv_in_dynsym_resolve_code): Likewise.
5442 * solib-svr4.c (svr4_in_dynsym_resolve_code): Likewise.
5443 * solib-target.c (solib_target_in_dynsym_resolve_code): Likewise.
5444 * sparc-tdep.c (sparc_analyze_prologue): Likewise.
5445 * tic6x-tdep.c (tic6x_stub_unwind_sniffer): Likewise.
5446
5447 2013-06-24 Joel Brobecker <brobecker@adacore.com>
5448
5449 * common/create-version.sh: Fix expansion of $host_alias
5450 and $target_alias in generation of HOST_NAME and TARGET_NAME
5451 (resp.).
5452
5453 2013-06-24 Tom Tromey <tromey@redhat.com>
5454
5455 * common/create-version.sh: New file.
5456 * Makefile.in (version.c): Use bfd/version.h, common/version.in,
5457 create-version.sh.
5458 (HFILES_NO_SRCDIR): Use common/version.h.
5459 * version.in: Move to ...
5460 * common/version.in: ... here. Replace date with "DATE".
5461 * version.h: Move to ...
5462 * common/version.h: ... here.
5463
5464 2013-06-21 Joel Brobecker <brobecker@adacore.com>
5465
5466 * gdb/gnulib/Makefile.in: Update date in copyright header.
5467 * gdb/gnulib/configure.ac: Ditto.
5468 * gdb/gnulib/update-gnulib.sh: Ditto.
5469
5470 2013-06-21 Joel Brobecker <brobecker@adacore.com>
5471
5472 * copyright.py (EXCLUDE_LIST): Replace "gdb/gnulib" by
5473 "gdb/gnulib/import".
5474
5475 2013-06-21 Will Newton <will.newton@linaro.org>
5476
5477 * doublest.c (ldfrexp): Remove function.
5478 (convert_doublest_to_floatformat): Call frexpl instead of
5479 ldfrexp.
5480
5481 2013-06-21 Will Newton <will.newton@linaro.org>
5482
5483 * gnulib/update-gnulib.sh(IMPORTED_GNULIB_MODULES): Add frexpl.
5484 * gnulib/aclocal.m4: Regenerate.
5485 * gnulib/config.in: Regenerate.
5486 * gnulib/configure: Regenerate.
5487 * gnulib/import/Makefile.am: Update.
5488 * gnulib/import/Makefile.in: Update.
5489 * gnulib/import/m4/gnulib-cache.m4: Update.
5490 * gnulib/import/m4/gnulib-comp.m4: Update.
5491 * gnulib/import/float+.h: Import.
5492 * gnulib/import/float.c: Import.
5493 * gnulib/import/float.in.h: Import.
5494 * gnulib/import/fpucw.h: Import.
5495 * gnulib/import/frexp.c: Import.
5496 * gnulib/import/frexpl.c: Import.
5497 * gnulib/import/isnan.c: Import.
5498 * gnulib/import/isnand-nolibm.h: Import.
5499 * gnulib/import/isnand.c: Import.
5500 * gnulib/import/isnanl-nolibm.h: Import.
5501 * gnulib/import/isnanl.c: Import.
5502 * gnulib/import/itold.c: Import.
5503 * gnulib/import/m4/exponentd.m4: Import.
5504 * gnulib/import/m4/exponentl.m4: Import.
5505 * gnulib/import/m4/float_h.m4: Import.
5506 * gnulib/import/m4/fpieee.m4: Import.
5507 * gnulib/import/m4/frexp.m4: Import.
5508 * gnulib/import/m4/frexpl.m4: Import.
5509 * gnulib/import/m4/isnand.m4: Import.
5510 * gnulib/import/m4/isnanl.m4: Import.
5511 * gnulib/import/m4/math_h.m4: Import.
5512 * gnulib/import/math.c: Import.
5513 * gnulib/import/math.in.h: Import.
5514
5515 2013-06-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5516
5517 * common/linux-btrace.c (cpu_supports_btrace): Remove variable vendor,
5518 replace strcmp with signature_INTEL_ebx, signature_INTEL_ecx and
5519 signature_INTEL_edx comparisons.
5520
5521 2013-06-20 Doug Evans <dje@google.com>
5522
5523 symtab/15652
5524 * dwarf2read.c (try_open_dwop_file): New arg search_cwd.
5525 All callers updated.
5526 (open_dwp_file): If we can't find the dwp file, search the basename
5527 in debug-file-directory.
5528
5529 * dwarf2read.c (struct dwp_file): Fix comment.
5530 (open_and_init_dwp_file): Set dwp_file->name to bfd's file name.
5531
5532 * source.c (openp): Document OPF_TRY_CWD_FIRST+OPF_SEARCH_IN_PATH
5533 better.
5534
5535 2013-06-20 Yao Qi <yao@codesourcery.com>
5536
5537 * breakpoint.c (create_breakpoint): Fix code indentation.
5538
5539 2013-06-20 Yao Qi <yao@codesourcery.com>
5540
5541 * breakpoint.c (create_breakpoints_sal_default): Remove
5542 parameter 'lsal'. Update declaration.
5543 (bkpt_create_breakpoints_sal): Caller update.
5544 (tracepoint_create_breakpoints_sal): Likewise.
5545
5546 2013-06-20 Pedro Alves <pedro@codesourcery.com>
5547 Yao Qi <yao@codesourcery.com>
5548
5549 * NEWS: Mention the new option '--skip-unavailable' of command
5550 -data-list-register-values.
5551 * mi/mi-main.c (mi_cmd_data_list_register_values): Accept the
5552 --skip-unavailable option. Adjust to use output_register.
5553 (output_register): Add new 'skip_unavailable' parameter.
5554 Handle it.
5555
5556 2013-06-19 Mike Frysinger <vapier@gentoo.org>
5557
5558 * Makefile.in (HFILES_NO_SRCDIR): Add common/i386-cpuid.h and
5559 common/i386-gcc-cpuid.h.
5560 * common/i386-cpuid.h: New wrapper header around i386-gcc-cpuid.h.
5561 * common/i386-gcc-cpuid.h: Rename from testsuite/gdb.arch/i386-cpuid.h.
5562 Copy the latest version from upstream gcc.
5563 * common/linux-btrace.c: Include i386-cpuid.h.
5564 (intel_supports_btrace): Delete x86 ifdefs and replace inline asm with
5565 call to i386_cpuid.
5566 (cpu_supports_btrace): Likewise.
5567 * go32-nat.c: Include i386-cpuid.h.
5568 (go32_sysinfo): Add (disabled) calls to i386_cpuid with comments.
5569
5570 2013-06-19 Doug Evans <dje@google.com>
5571
5572 * symfile.c (symfile_bfd_open): Delete unnecessary declaration.
5573 (get_section_index): Ditto.
5574
5575 2013-06-19 Tom Tromey <tromey@redhat.com>
5576
5577 * breakpoint.c (_initialize_breakpoint): Remove trailing \n from
5578 "dprintf" help.
5579
5580 2013-06-18 Doug Evans <dje@google.com>
5581
5582 * dwarf2read.c (dw2_symtab_iter_next): Check value of cu_index
5583 before using it.
5584 (dw2_expand_symtabs_matching): Fix symbol kind validity check.
5585 Move test of cu_index closer to use. Print complaint if cu_index
5586 is bad.
5587
5588 2013-06-18 Joel Brobecker <brobecker@adacore.com>
5589
5590 * machoread.c (oso_vector): Delete this global.
5591 (macho_register_oso): Add new parameter "oso_vector_ptr".
5592 Use it instead of the "oso_vector" global.
5593 (macho_symtab_read, macho_symfile_read_all_oso): Likewise.
5594 (macho_symfile_read): Use a local oso_vector, to be free'ed
5595 at the end of this function, in place of the old "oso_vector"
5596 global. Update various function calls accordingly. Use one
5597 single cleanup chain for the entire function.
5598
5599 2013-06-18 Joel Brobecker <brobecker@adacore.com>
5600
5601 * dwarf2read.c (dwarf2_per_objfile_free): Replace uses of
5602 DWARF2_PER_OBJFILE by uses of DATA instead.
5603
5604 2013-06-18 Tom Tromey <tromey@redhat.com>
5605
5606 * break-catch-sig.c (signal_catchpoint_explains_signal): Add 'sig'
5607 argument.
5608 * breakpoint.c (bpstat_explains_signal): Add 'sig' argument.
5609 Special case signals other than GDB_SIGNAL_TRAP.
5610 (explains_signal_watchpoint): New function.
5611 (base_breakpoint_explains_signal): Add 'sig' argument.
5612 (initialize_breakpoint_ops): Set 'explains_signal' method for
5613 watchpoints.
5614 * breakpoint.h (struct breakpoint_ops) <explains_signal>: Add
5615 signal argument.
5616 (bpstat_explains_signal): Likewise.
5617 * infrun.c (handle_syscall_event, handle_inferior_event): Update.
5618
5619 2013-06-18 Tom Tromey <tromey@redhat.com>
5620
5621 * python/py-inferior.c (gdbpy_selected_inferior): Don't incref.
5622
5623 2013-06-18 Tom Tromey <tromey@redhat.com>
5624
5625 * python/python.c (finish_python_initialization): Decref
5626 'pythondir' on failure path as well.
5627
5628 2013-06-18 Tom Tromey <tromey@redhat.com>
5629
5630 PR symtab/15391:
5631 * dwarf2loc.c (read_pieced_value): Truncate this_size_bits
5632 after taking bits_to_skip into account. Sign extend byte_offset.
5633 * utils.h (gdb_sign_extend): Declare.
5634 * utils.c (gdb_sign_extend): New function.
5635
5636 2013-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5637
5638 * dwarf2read.c (write_psymtabs_to_index): Ignore NULL PSYMTAB.
5639
5640 2013-06-17 Pierre Muller <muller@sourceware.org>
5641
5642 * corelow.c (core_open): Print GDB signal name instead of target
5643 signal number.
5644
5645 2013-06-17 Mike Frysinger <vapier@gentoo.org>
5646
5647 * .gitignore: Add /gcore.
5648
5649 2013-06-13 Doug Evans <dje@google.com>
5650
5651 * dwarf2read.c (try_open_dwop_file): Work around behaviour of
5652 OPF_TRY_CWD_FIRST to not search path if the file contains a '/'.
5653
5654 2013-06-12 Phil Muldoon <pmuldoon@redhat.com>
5655
5656 * stack.c (backtrace_command_1): Fix indentation.
5657
5658 2013-06-11 Joel Brobecker <brobecker@adacore.com>
5659
5660 * window-nat.c (thread_rec): Add missing empty line after
5661 local variable declaration.
5662
5663 2013-06-11 Joel Brobecker <brobecker@adacore.com>
5664
5665 * windows-nat.c (thread_rec): Revert format used to print
5666 error code returned by SuspendThread from %d back to %u.
5667
5668 2013-06-11 Joel Brobecker <brobecker@adacore.com>
5669
5670 * windows-nat.c (windows_continue): Add "0x" prefix for thread
5671 ID in debug trace.
5672 (get_windows_debug_event): Likewise, for all debug traces.
5673
5674 2013-06-11 Joel Brobecker <brobecker@adacore.com>
5675
5676 * window-nat.c (thread_rec): Add thread ID in SuspendThread
5677 warning message.
5678
5679 2013-06-08 Pedro Alves <pedro@codesourcery.com>
5680 Yao Qi <yao@codesourcery.com>
5681
5682 * mi/mi-main.c (get_register): Remove declaration.
5683 (output_register): Declare.
5684 (mi_cmd_data_list_register_values): Remove local variable
5685 'tuple_cleanup'. Move some code into output_register.
5686 (get_register): Renamed to ...
5687 (output_register): ... this. Output the register's
5688 "number" ui_out tuple here.
5689
5690 2013-06-07 Pedro Alves <palves@redhat.com>
5691
5692 * darwin-nat.c: Fix formating in copyright header.
5693 * darwin-nat.h: Likewise.
5694 * gnu-nat.c: Likewise.
5695 * machoread.c: Likewise.
5696
5697 2013-06-07 Pedro Alves <palves@redhat.com>
5698
5699 PR server/14823
5700 * regformats/regdat.sh: Output #include tdesc.h. Make globals
5701 static. Output a global target description pointer.
5702 (init_registers_${name}): Adjust to initialize a
5703 target description structure.
5704
5705 2013-06-07 Will Newton <will.newton@linaro.org>
5706
5707 * printcmd.c (build_address_symbolic): Call
5708 gdbarch_addr_bits_remove for text minimal symbols.
5709
5710 2013-06-07 Will Newton <will.newton@linaro.org>
5711
5712 * MAINTAINERS: Add myself to Write After Approval.
5713
5714 2013-06-07 Yao Qi <yao@codesourcery.com>
5715
5716 * tracepoint.c (start_tracing): Move code to ...
5717 (trace_reset_local_state): ... here. New.
5718 (disconnect_tracing): Don't call set_current_traceframe,
5719 set_tracepoint_num, and set_traceframe_context. Call
5720 trace_reset_local_state instead.
5721 (tfile_close): Call trace_reset_local_state.
5722 * ctf.c (ctf_close): Likewise.
5723 * remote.c (remote_close): Likewise.
5724 * tracepoint.h (trace_reset_local_state): Declare.
5725
5726 2013-06-06 Doug Evans <dje@google.com>
5727
5728 * dwarf2read.c: Whitespace fixes for DWP file format documentation,
5729 and fix header docs.
5730
5731 2013-06-05 Doug Evans <dje@google.com>
5732 Keith Seitz <keiths@redhat.com>
5733
5734 PR 15519
5735 * cp-namespace.c (find_symbol_in_baseclass): Call
5736 cp_lookup_symbol_in_namespace instead of cp_lookup_symbol_namespace.
5737 Check result of call to lookup_symbol_static.
5738 Call lookup_static_symbol_aux unconditionally.
5739 Call check_typedef on base types before accessing them.
5740 (cp_lookup_nested_symbol): Fix comment.
5741
5742 2013-06-05 Luis Machado <lgustavo@codesourcery.com>
5743
5744 * gnu-v3-abi.c (gnuv3_skip_trampoline): Handle thunk
5745 minimal symbols pointing to function descriptors.
5746
5747 2013-06-05 Tom Tromey <tromey@redhat.com>
5748
5749 * python/py-utils.c (gdb_pymodule_addobject): Cast away const.
5750
5751 2013-06-04 Sergio Durigan Junior <sergiodj@redhat.com>
5752 Pedro Alves <palves@redhat.com>
5753
5754 * remote.c (remote_wait_as): Restore signal handler before returning
5755 when GDB gets a notification.
5756
5757 2013-06-04 Gary Benson <gbenson@redhat.com>
5758
5759 PR 2328
5760 * breakpoint.h (handle_solib_event): Moved function declaration
5761 to solib.h.
5762 * breakpoint.c (handle_solib_event): Moved function to solib.c.
5763 (bpstat_stop_status): Pass new argument to handle_solib_event.
5764 * solib.h (update_solib_breakpoints): New function declaration.
5765 (handle_solib_event): Moved function declaration from
5766 breakpoint.h.
5767 * solib.c (update_solib_breakpoints): New function.
5768 (handle_solib_event): Moved function from breakpoint.c.
5769 Updated to call solib_ops->handle_event if not NULL.
5770 * solist.h (target_so_ops): New fields "update_breakpoints" and
5771 "handle_event".
5772 * infrun.c (set_stop_on_solib_events): New function.
5773 (_initialize_infrun): Use the above for "set
5774 stop-on-solib-events".
5775 (handle_inferior_event): Pass new argument to handle_solib_event.
5776 * solib-svr4.c (probe.h): New include.
5777 (svr4_free_library_list): New forward declaration.
5778 (probe_action): New enum.
5779 (probe_info): New struct.
5780 (probe_info): New static variable.
5781 (NUM_PROBES): New definition.
5782 (svr4_info): New fields "using_xfer", "probes_table" and
5783 "solib_list".
5784 (free_probes_table): New function.
5785 (free_solib_list): New function.
5786 (svr4_pspace_data_cleanup): Free probes table and solib list.
5787 (svr4_copy_library_list): New function.
5788 (svr4_current_sos_via_xfer_libraries): New parameter "annex".
5789 (svr4_read_so_list): New parameter "prev_lm".
5790 (svr4_current_sos_direct): Renamed from "svr4_current_sos".
5791 (svr4_current_sos): New function.
5792 (probe_and_action): New struct.
5793 (hash_probe_and_action): New function.
5794 (equal_probe_and_action): Likewise.
5795 (register_solib_event_probe): Likewise.
5796 (solib_event_probe_at): Likewise.
5797 (solib_event_probe_action): Likewise.
5798 (solist_update_full): Likewise.
5799 (solist_update_incremental): Likewise.
5800 (disable_probes_interface_cleanup): Likewise.
5801 (svr4_handle_solib_event): Likewise.
5802 (svr4_update_solib_event_breakpoint): Likewise.
5803 (svr4_update_solib_event_breakpoints): Likewise.
5804 (svr4_create_solib_event_breakpoints): Likewise.
5805 (enable_break): Free probes table before creating breakpoints.
5806 Use svr4_create_solib_event_breakpoints to create breakpoints.
5807 (svr4_solib_create_inferior_hook): Free the solib list.
5808 (_initialize_svr4_solib): Initialise
5809 svr4_so_ops.handle_solib_event and svr4_so_ops.update_breakpoints.
5810
5811 2013-06-04 Gary Benson <gbenson@redhat.com>
5812
5813 * target.h (target_ops): New field
5814 "to_augmented_libraries_svr4_read".
5815 (target_augmented_libraries_svr4_read): New macro.
5816 * target.c (update_current_target): Handle
5817 to_augmented_libraries_svr4_read.
5818 * remote.c (remote_state): New field
5819 "augmented_libraries_svr4_read".
5820 (remote_augmented_libraries_svr4_read_feature): New function.
5821 (remote_protocol_features): Add entry for
5822 "augmented-libraries-svr4-read".
5823 (remote_augmented_libraries_svr4_read): New function.
5824 (init_remote_ops): Initialize
5825 remote_ops.to_augmented_libraries_svr4_read.
5826
5827 2013-06-04 Gary Benson <gbenson@redhat.com>
5828
5829 * NEWS: Update.
5830
5831 2013-06-04 Gary Benson <gbenson@redhat.com>
5832
5833 * objfiles.h (inhibit_section_map_updates): New function
5834 declaration.
5835 (resume_section_map_updates): Likewise.
5836 (resume_section_map_updates_cleanup): Likewise.
5837 * objfiles.c (objfile_pspace_info): Removed field
5838 "objfiles_changed_p". New fields "new_objfiles_available",
5839 "section_map_dirty" and "inhibit_updates".
5840 (allocate_objfile): Set new_objfiles_available.
5841 (free_objfile): Set section_map_dirty.
5842 (objfile_relocate1): Likewise.
5843 (in_plt_section): Likewise.
5844 (find_pc_section): Update the conditions under which the
5845 section map will be updated.
5846 (inhibit_section_map_updates): New function.
5847 (resume_section_map_updates): Likewise.
5848 (resume_section_map_updates_cleanup): Likewise.
5849
5850 2013-06-04 Gary Benson <gbenson@redhat.com>
5851
5852 * probe.h (get_probe_argument_count): New declaration.
5853 (evaluate_probe_argument): Likewise.
5854 * probe.c (get_probe_argument_count): New function.
5855 (evaluate_probe_argument): Likewise.
5856 (probe_safe_evaluate_at_pc): Use the above new functions.
5857
5858 2013-06-04 Alan Modra <amodra@gmail.com>
5859
5860 * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
5861 * rs6000-tdep.c (read_insn): Add frame param, don't assume big-endian.
5862 (ppc_insns_match_pattern): Add frame param. Avoid multiple
5863 target mem reads on optional insns.
5864 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Update
5865 ppc_insns_match_pattern calls.
5866 * ppc64-tdep.c (ppc64_standard_linkage2, ppc64_standard_linkage3):
5867 Add match for power7 thread safety insns, and new order of
5868 std 2,40(1) insn. Correct code shown for _dl_runtime_resolve
5869 invocation in comment, and update rest of comment.
5870 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN,
5871 PPC64_STANDARD_LINKAGE3_LEN): Delete.
5872 (ppc64_standard_linkage2_target): Update insn offsets.
5873 (ppc64_skip_trampoline_code): Use a single insn buffer. Match newer
5874 stubs first. Update calls.
5875
5876 2013-06-04 Yao Qi <yao@codesourcery.com>
5877
5878 * solib.c (solib_find): Don't need dir separator if path has
5879 drive spec.
5880
5881 2013-06-03 Joel Brobecker <brobecker@adacore.com>
5882
5883 Revert (indirectly causes a SIGSEGV):
5884 * machoread.c (macho_symfile_read): Assign first cleanup to
5885 'back_to'.
5886
5887 2013-06-03 Yao Qi <yao@codesourcery.com>
5888
5889 * mi/mi-cmd-var.c (mi_no_values, mi_simple_values): Move to
5890 mi-parse.c. Make them static.
5891 (mi_all_values): Likewise.
5892 (mi_parse_values_option): Move to mi-parse.c. Rename it to
5893 mi_parse_print_values. Make it external.
5894 * mi/mi-cmds.h (mi_no_values, mi_simple_values, mi_all_values):
5895 Remove the declarations.
5896 * mi/mi-parse.c (mi_parse_print_values): Moved from mi-cmd-var.c.
5897 * mi/mi-parse.h (mi_parse_print_values): Declare.
5898 * mi/mi-cmd-stack.c: Include mi-parse.h.
5899 (parse_print_values): Remove
5900 (mi_cmd_stack_list_locals): Call mi_parse_print_values instead
5901 of parse_print_values.
5902 (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Likewise.
5903
5904 2013-05-31 Pedro Alves <pedro@codesourcery.com>
5905 Yao Qi <yao@codesourcery.com>
5906
5907 * tracepoint.c (all_tracepoint_actions_and_cleanup): Declare.
5908 (encode_actions): Move code to ...
5909 (all_tracepoint_actions_and_cleanup): ... here. New.
5910 (trace_dump_command): Likewise.
5911
5912 2013-05-30 Tom Tromey <tromey@redhat.com>
5913
5914 * symmisc.c (maintenance_expand_symtabs): Call do_cleanups.
5915
5916 2013-05-30 Tom Tromey <tromey@redhat.com>
5917
5918 * xml-support.c (gdb_xml_create_parser_and_cleanup): Rename from
5919 gdb_xml_create_parser_and_cleanup_1. Return a cleanup. Remove
5920 'old_chain' argument. Add 'parser_result' argument.
5921 (gdb_xml_create_parser_and_cleanup): Remove old version.
5922 (gdb_xml_parse_quick): Update.
5923 (xml_process_xincludes): Update.
5924 * xml-support.h (gdb_xml_create_parser_and_cleanup): Don't
5925 declare.
5926
5927 2013-05-30 Tom Tromey <tromey@redhat.com>
5928
5929 * probe.c (collect_probes): Check arguments for NULL before
5930 calling compile_rx_or_error.
5931 * utils.c (compile_rx_or_error): Require 'rx' to be non-NULL.
5932 Remove NULL return.
5933
5934 2013-05-30 Tom Tromey <tromey@redhat.com>
5935
5936 * infrun.c (adjust_pc_after_break): Introduce an outer null
5937 cleanup.
5938
5939 2013-05-30 Tom Tromey <tromey@redhat.com>
5940
5941 * mi/mi-cmd-var.c (varobj_update_one): Add an outer null cleanup.
5942
5943 2013-05-30 Tom Tromey <tromey@redhat.com>
5944
5945 * cli/cli-script.c (read_command_lines_1): Use a null cleanup
5946 for 'old_chain'. Do not check 'head' before processing
5947 cleanups.
5948
5949 2013-05-30 Tom Tromey <tromey@redhat.com>
5950
5951 * mi/mi-cmd-stack.c (list_arg_or_local): Remove
5952 "cleanup_tuple".
5953
5954 2013-05-30 Tom Tromey <tromey@redhat.com>
5955
5956 * dbxread.c (dbx_read_symtab): Declare 'back_to' in a more
5957 inner scope. Unconditionally call do_cleanups.
5958
5959 2013-05-30 Tom Tromey <tromey@redhat.com>
5960
5961 * source.c (find_and_open_source): Call do_cleanups.
5962
5963 2013-05-30 Tom Tromey <tromey@redhat.com>
5964
5965 * linux-thread-db.c (thread_db_load_search): Unconditionally
5966 call do_cleanups.
5967
5968 2013-05-30 Tom Tromey <tromey@redhat.com>
5969
5970 * solib-aix.c (solib_aix_bfd_open): Don't use a null cleanup
5971 for 'cleanup'; instead use a later one.
5972
5973 2013-05-30 Tom Tromey <tromey@redhat.com>
5974
5975 * python/py-breakpoint.c (bppy_get_commands): Use
5976 explicit, unconditional return.
5977 * python/py-frame.c (frapy_read_var): Likewise.
5978 * python/python.c (gdbpy_decode_line): Likewise.
5979
5980 2013-05-30 Tom Tromey <tromey@redhat.com>
5981
5982 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Call
5983 do_cleanups on all return paths.
5984
5985 2013-05-30 Tom Tromey <tromey@redhat.com>
5986
5987 * top.c (execute_command): Discard 'cleanup_if_error' cleanups.
5988
5989 2013-05-30 Tom Tromey <tromey@redhat.com>
5990
5991 * stabsread.c (read_struct_type): Call do_cleanups along
5992 all return paths.
5993
5994 2013-05-30 Maciej W. Rozycki <macro@codesourcery.com>
5995
5996 * mips-linux-tdep.c: Adjust formatting throughout.
5997
5998 2013-05-30 Tom Tromey <tromey@redhat.com>
5999
6000 * mipsread.c (read_alphacoff_dynamic_symtab): Call do_cleanups
6001 along all return paths.
6002
6003 2013-05-30 Tom Tromey <tromey@redhat.com>
6004
6005 * symfile.c (find_separate_debug_file): Call do_cleanups
6006 along all return paths.
6007
6008 2013-05-30 Tom Tromey <tromey@redhat.com>
6009
6010 * symtab.c (search_symbols): Introduce a null cleanup for
6011 'retval_chain'.
6012
6013 2013-05-30 Tom Tromey <tromey@redhat.com>
6014
6015 * python/py-value.c (valpy_binop): Call do_cleanups before
6016 exiting loop.
6017
6018 2013-05-30 Tom Tromey <tromey@redhat.com>
6019
6020 * python/py-prettyprint.c (print_children): Remove extra
6021 do_cleanups call.
6022
6023 2013-05-30 Tom Tromey <tromey@redhat.com>
6024
6025 * python/py-frame.c (frapy_read_var): Call do_cleanups along
6026 all return paths.
6027
6028 2013-05-30 Tom Tromey <tromey@redhat.com>
6029
6030 * python/py-breakpoint.c (bppy_get_commands): Call do_cleanups
6031 along all return paths.
6032
6033 2013-05-30 Tom Tromey <tromey@redhat.com>
6034
6035 * cli/cli-logging.c (set_logging_redirect): Unconditionally
6036 call do_cleanups.
6037
6038 2013-05-30 Tom Tromey <tromey@redhat.com>
6039
6040 * varobj.c (c_value_of_root): Call do_cleanups along all
6041 return paths.
6042
6043 2013-05-30 Tom Tromey <tromey@redhat.com>
6044
6045 * tracepoint.c (trace_dump_command): Unconditionally call
6046 do_cleanups.
6047
6048 2013-05-30 Tom Tromey <tromey@redhat.com>
6049
6050 * breakpoint.c (output_thread_groups, parse_cmd_to_aexpr): Call
6051 do_cleanups earlier.
6052
6053 2013-05-30 Tom Tromey <tromey@redhat.com>
6054
6055 * machoread.c (macho_symfile_read): Assign first cleanup to
6056 'back_to'.
6057
6058 2013-05-30 Tom Tromey <tromey@redhat.com>
6059
6060 * m32r-rom.c (m32r_load): Call do_cleanups at all returns.
6061
6062 2013-05-30 Tom Tromey <tromey@redhat.com>
6063
6064 * mi/mi-main.c (list_available_thread_groups): Call do_cleanups.
6065
6066 2013-05-30 Tom Tromey <tromey@redhat.com>
6067
6068 * inf-ptrace.c (inf_ptrace_create_inferior): Unconditionally
6069 call discard_cleanups.
6070 (inf_ptrace_attach): Likewise.
6071
6072 2013-05-30 Tom Tromey <tromey@redhat.com>
6073
6074 * remote-mips.c (mips_exit_debug): Call do_cleanups on all
6075 return paths.
6076 (mips_initialize): Likewise.
6077 (common_open): Call do_cleanups.
6078
6079 2013-05-30 Tom Tromey <tromey@redhat.com>
6080
6081 * utils.c (internal_vproblem): Call do_cleanups.
6082
6083 2013-05-30 Tom Tromey <tromey@redhat.com>
6084
6085 * linespec.c (find_linespec_symbols): Don't reassign to 'cleanup'.
6086
6087 2013-05-30 Tom Tromey <tromey@redhat.com>
6088
6089 * cli/cli-script.c (setup_user_args): Don't return after error.
6090
6091 2013-05-30 Tom Tromey <tromey@redhat.com>
6092
6093 * somread.c (som_symtab_read): Call do_cleanups.
6094
6095 2013-05-30 Tom Tromey <tromey@redhat.com>
6096
6097 * printcmd.c (print_command_1): Unconditionally call do_cleanups.
6098
6099 2013-05-30 Tom Tromey <tromey@redhat.com>
6100
6101 * cli/cli-cmds.c (cd_command, alias_command): Call do_cleanups.
6102 * cli/cli-dump.c (restore_binary_file): Call do_cleanups.
6103 * interps.c (interpreter_exec_cmd): Call do_cleanups.
6104 * source.c (show_substitute_path_command): Call do_cleanups.
6105 (unset_substitute_path_command, set_substitute_path_command):
6106 Likewise.
6107 * symfile.c (load_command): Call do_cleanups.
6108
6109 2013-05-30 Tom Tromey <tromey@redhat.com>
6110
6111 * contrib/cleanup_check.py: New file.
6112 * contrib/gcc-with-excheck: Add option parsing.
6113
6114 2013-05-30 Joel Brobecker <brobecker@adacore.com>
6115
6116 * windows-nat.c (windows_delete_thread): Add missing space
6117 in cast expression.
6118
6119 2013-05-30 Hafiz Abid Qadeer <abidh@codesourcery.com>
6120
6121 * inferior.c (top level): Include tilde.h.
6122 (add_inferior_command): Call tilde_expand on the value of 'exec'
6123 argument.
6124
6125 2013-05-30 Pedro Alves <pedro@codesourcery.com>
6126 Yao Qi <yao@codesourcery.com>
6127
6128 * tracepoint.c (encode_actions_1): Remove parameter 't'.
6129 Caller update.
6130 (encode_actions): Likewise.
6131 * remote.c (remote_download_tracepoint): Caller update.
6132 * tracepoint.h (encode_actions): Update declaration.
6133
6134 2013-05-30 Pedro Alves <palves@redhat.com>
6135
6136 * python/python-internal.h (gdb_Py_DECREF): Cast OP to PyObject
6137 pointer.
6138
6139 2013-05-30 Yao Qi <yao@codesourcery.com>
6140
6141 * remote.c (remote_check_symbols): Remove unused parameter
6142 'objfile'.
6143 Declaration update.
6144 (remote_start_remote, remote_new_objfile): Caller update.
6145
6146 2013-05-30 Yao Qi <yao@codesourcery.com>
6147
6148 * mi/mi-cmds.c (mi_cmds): Define MI command
6149 '-exec-arguments' by macro DEF_MI_CMD_CLI_1 instead of
6150 DEF_MI_CMD_CLI.
6151
6152 2013-05-29 Pedro Alves <palves@redhat.com>
6153
6154 * remote.c (remote_insert_breakpoint, remote_remove_breakpoint)
6155 (remote_insert_watchpoint, remote_remove_watchpoint)
6156 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
6157 (remote_verify_memory, compare_sections_command)
6158 (remote_search_memory): Set the general process/thread on the
6159 remote side.
6160
6161 2013-05-29 Pedro Alves <palves@redhat.com>
6162
6163 * aarch64-tdep.c: Don't include "features/aarch64-without-fpu.c".
6164 (_initialize_aarch64_tdep): Don't call
6165 initialize_tdesc_aarch64_without_fpu.
6166 * features/Makefile (WHICH): Remove reference to
6167 aarch64-without-fpu.
6168 * features/aarch64-without-fpu.c: Delete file.
6169 * regformats/aarch64-without-fpu.dat: Delete file.
6170
6171 2013-05-28 Yao Qi <yao@codesourcery.com>
6172
6173 * tracepoint.c (stringify_collection_list): Remove parameter
6174 'string'.
6175 (encode_actions): Caller update. Remove local variables.
6176
6177 2013-05-24 Yao Qi <yao@codesourcery.com>
6178
6179 * tracepoint.c (TFILE_PID): Remove.
6180 (tfile_open): Don't add thread and inferior.
6181 (tfile_close): Don't set 'inferior_ptid'. Don't call
6182 exit_inferior_silent.
6183 (tfile_thread_alive): Remove.
6184 (init_tfile_ops): Don't set field 'to_thread_alive' of
6185 tfile_ops.
6186
6187 2013-05-23 Doug Evans <dje@google.com>
6188
6189 * contrib/cc-with-tweaks.sh (-p): Handle no dwo files.
6190
6191 2013-05-23 Pedro Alves <palves@redhat.com>
6192
6193 * common/filestuff.c [USE_WIN32API]: Define HAVE_SOCKETS.
6194 [HAVE_SYS_SOCKET_H]: Define HAVE_SOCKETS.
6195 (socket_mark_cloexec, gdb_socketpair_cloexec, gdb_socket_cloexec):
6196 Only define if HAVE_SOCKETS is defined.
6197 * configure.ac: Check for sys/socket.h.
6198 * config.in, configure: Regenerate.
6199
6200 2013-05-23 Pedro Alves <palves@redhat.com>
6201
6202 * dwarf2read.c (create_dwp_hash_table, create_dwo_in_dwp)
6203 (open_and_init_dwp_file): Use %s/pulongest instead of %u for
6204 printing uint32_t variables.
6205
6206 2013-05-23 Pedro Alves <palves@redhat.com>
6207
6208 * NEWS: Mention GDBserver range stepping support.
6209
6210 2013-05-23 Yao Qi <yao@codesourcery.com>
6211 Pedro Alves <palves@redhat.com>
6212
6213 * gdbthread.h (struct thread_control_state) <may_range_step>: New
6214 field.
6215 * infcmd.c (step_once, until_next_command): Enable range stepping.
6216 * infrun.c (displaced_step_prepare): Disable range stepping.
6217 (resume): Disable range stepping if stepping over a breakpoint or
6218 we have software watchpoints. If range stepping is enabled,
6219 assert the thread is in the stepping range.
6220 (clear_proceed_status_thread): Clear may_range_step.
6221 (handle_inferior_event): Disable range stepping as soon as we know
6222 the thread that hit the event. Re-enable it whenever we're going
6223 to step with a step range.
6224 * remote.c (struct vCont_action_support) <r>: New field.
6225 (use_range_stepping): New global.
6226 (remote_vcont_probe): Handle 'r' action.
6227 (append_resumption): Append an 'r' action if the thread may range
6228 step.
6229 (show_range_stepping): New function.
6230 (set_range_stepping): New function.
6231 (_initialize_remote): Call add_setshow_boolean_cmd to register the
6232 'set range-stepping' and 'show range-stepping' commands.
6233 * NEWS: Mention range stepping, the new vCont;r action, and the
6234 new "set/show range-stepping" commands.
6235
6236 2013-05-23 Yao Qi <yao@codesourcery.com>
6237 Pedro Alves <palves@redhat.com>
6238
6239 * remote.c (struct vCont_action_support): New struct.
6240 (struct remote_state) <support_vCont_t>: Remove field.
6241 <vCont_actions_support>: New field.
6242 (remote_vcont_probe, remote_stop_ns): Update.
6243
6244 2013-05-23 Yao Qi <yao@codesourcery.com>
6245 Pedro Alves <palves@redhat.com>
6246
6247 * gdbthread.h (pc_in_thread_step_range): New declaration.
6248 * thread.c (pc_in_thread_step_range): New function.
6249 * infrun.c (handle_inferior_event): Use it.
6250
6251 2013-05-23 Joel Brobecker <brobecker@adacore.com>
6252
6253 * mi/mi-cmd-break.c (mi_argv_to_format): Use xsnprintf instead
6254 of sprintf.
6255
6256 2013-05-22 Keith Seitz <keiths@redhat.com>
6257
6258 * ada-lang.c (is_known_support_routine): Add explicit free of
6259 'func_name' from find_frame_funname.
6260 (ada_unhandled_exception_name_addr_from_raise): Add cleanups
6261 for func_name from find_frame_funname.
6262 * python/py-frame.c (frapy_name): Add explicit free of
6263 'name' from find_frame_funname.
6264 * stack.c (find_frame_funname): Add comment explaining that
6265 funcp must be freed by the caller.
6266 Return copy of symbol names instead of pointers.
6267 (print_frame): Add a cleanup for 'funname' from
6268 find_frame_funname.
6269 * stack.h (find_frame_funname): Remove "const" from
6270 'funname' parameter.
6271
6272 2013-05-22 Tom Tromey <tromey@redhat.com>
6273
6274 PR c++/15401:
6275 * c-valprint.c (c_value_print): Use value_addr for
6276 references. Convert back to reference type with value_ref.
6277
6278 2013-05-22 Eli Zaretskii <eliz@gnu.org>
6279
6280 * windows-nat.c (handle_unload_dll): Don't call solib_add for the
6281 unloaded DLL, it will be done by handle_solib_event. See
6282 http://sourceware.org/ml/gdb-patches/2013-05/msg00713.html for the
6283 details.
6284
6285 2013-05-22 Phil Muldoon <pmuldoon@redhat.com>
6286
6287 * ui-out.c: Create typedef ui_out_level_p and define vector
6288 operations for that type.
6289 (struct ui_out): Use a vector instead of an array.
6290 (current_level): Return level from a vector.
6291 (push_level): Create a level in a vector.
6292 (pop_level): Delete a level in a vector.
6293 (ui_out_new): Create initial level zero level, and store in a
6294 vector.
6295 (ui_out_destroy): Add vector cleanup.
6296
6297 2013-05-22 Pedro Alves <palves@redhat.com>
6298
6299 * python/python-internal.h (gdb_Py_DECREF): Tag with
6300 "ARI: editCase function".
6301
6302 2013-05-21 Paul Pluzhnikov <ppluzhnikov@google.com>
6303
6304 * solib-svr4.c (svr4_free_so): Protect against NULL dereference.
6305
6306 2013-05-21 Pedro Alves <palves@redhat.com>
6307
6308 * python/py-prettyprint.c (apply_val_pretty_printer): Check
6309 whether PRINTER is NULL before installing a Py_DECREF cleanup.
6310 * python/py-utils.c (py_decref): Don't check for NULL before
6311 calling Py_DECREF.
6312
6313 2013-05-21 Pedro Alves <palves@redhat.com>
6314
6315 * python/py-utils.c (py_decref): Remove extra braces.
6316 (gdb_pymodule_addobject): Remove extra braces.
6317 * python-internal.h (gdb_Py_DECREF): New static inline function.
6318 (Py_DECREF): Redefine as calling gdb_Py_DECREF.
6319
6320 2013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6321
6322 * breakpoints.c (detach_breakpoints): Do not
6323 detach breakpoints locations with loc_type bp_loc_other.
6324
6325 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6326
6327 Workaround Python 2.6.
6328 * python/py-utils.c (gdb_pymodule_addobject): Wrap Py_DECREF into
6329 a block.
6330
6331 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6332
6333 Code cleanup: constification.
6334 * solib.c (solib_ops): Make return type and ops variable type const.
6335 (set_solib_ops): Make the new_ops parameter and ops variable const.
6336 (solib_find, solib_map_sections, clear_so, free_so, update_solib_list)
6337 (solib_add, solib_keep_data_in_core, clear_solib)
6338 (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
6339 (reload_shared_libraries, solib_global_lookup): Make the ops variable
6340 const.
6341 * solib.h (set_solib_ops): Make the new_ops parameter const.
6342
6343 2013-05-21 Joel Brobecker <brobecker@adacore.com>
6344
6345 * data-directory/Makefile.in (SYSTEM_GDBINIT_SRCDIR): New
6346 variable.
6347 (VPATH): Add SYSTEM_GDBINIT_SRCDIR.
6348 (SYSTEM_GDBINIT_DIR, SYSTEM_GDBINIT_INSTALL_DIR)
6349 (SYSTEM_GDBINIT_FILES): New variables.
6350 (all): Add stamp-system-gdbinit.
6351 (stamp-system-gdbinit): New rule.
6352 (clean-system-gdbinit, install-system-gdbinit)
6353 (uninstall-system-gdbinit): New rules. Make them .PHONY.
6354 (install-only): Add dependency on install-system-gdbinit.
6355 (uninstall): Add dependency on uninstall-system-gdbinit.
6356 (clean): Add dependency on clean-system-gdbinit.
6357 * system-gdbinit/elinos.py: New file.
6358 * system-gdbinit/wrs-linux.py: New file.
6359
6360 2013-05-21 Joel Brobecker <brobecker@adacore.com>
6361
6362 * ada-lang.c (old_renaming_is_invisible): Fix cleanup leak.
6363
6364 2013-05-21 Hui Zhu <hui@codesourcery.com>
6365
6366 * breakpoint.c (dprintf_breakpoint_ops): Remove its static.
6367 * breakpoint.h (dprintf_breakpoint_ops): Add extern.
6368 * mi/mi-cmd-break.c (ctype.h): New include.
6369 (gdb_obstack.h): New include.
6370 (mi_argv_to_format, mi_cmd_break_insert_1): New.
6371 (mi_cmd_break_insert): Call mi_cmd_break_insert_1.
6372 (mi_cmd_dprintf_insert): New.
6373 * mi/mi-cmds.c (mi_cmds): Add "dprintf-insert".
6374 * mi/mi-cmds.h (mi_cmd_dprintf_insert): New extern.
6375
6376 2013-05-20 Tom Tromey <tromey@redhat.com>
6377
6378 * python/py-prettyprint.c (search_pp_list): Decref 'attr'.
6379
6380 2013-05-20 Tom Tromey <tromey@redhat.com>
6381
6382 * python/py-value.c (valpy_get_dynamic_type): Simplify
6383 dynamic_type assignment. Use Py_XINCREF.
6384
6385 2013-05-20 Tom Tromey <tromey@redhat.com>
6386
6387 * python/py-type.c (typy_fields): Unconditionally decref 'r'.
6388
6389 2013-05-20 Tom Tromey <tromey@redhat.com>
6390
6391 * python/py-frame.c (frapy_older, frapy_newer, gdbpy_newest_frame)
6392 (gdbpy_selected_frame): Move object-construction code
6393 out of TRY_CATCH.
6394
6395 2013-05-20 Tom Tromey <tromey@redhat.com>
6396
6397 * python/py-arch.c (gdbpy_initialize_arch): Use
6398 gdb_pymodule_addobject.
6399 * python/py-block.c (gdbpy_initialize_blocks): Use
6400 gdb_pymodule_addobject.
6401 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Use
6402 gdb_pymodule_addobject.
6403 * python/py-cmd.c (gdbpy_initialize_breakpoints): Use
6404 gdb_pymodule_addobject.
6405 * python/py-event.c (gdbpy_initialize_event_generic): Use
6406 gdb_pymodule_addobject.
6407 * python/py-evtregistry.c (gdbpy_initialize_eventregistry): Use
6408 gdb_pymodule_addobject.
6409 * python/py-evts.c (add_new_registry): Use
6410 gdb_pymodule_addobject.
6411 (gdbpy_initialize_py_events): Likewise.
6412 * python/py-finishbreakpoint.c
6413 (gdbpy_initialize_finishbreakpoints): Use
6414 gdb_pymodule_addobject.
6415 * python/py-frame.c (gdbpy_initialize_frames): Use
6416 gdb_pymodule_addobject.
6417 * python/py-function.c (gdbpy_initialize_functions): Use
6418 gdb_pymodule_addobject.
6419 * python/py-inferior.c (gdbpy_initialize_inferior): Use
6420 gdb_pymodule_addobject.
6421 * python/py-infthread.c (gdbpy_initialize_thread): Use
6422 gdb_pymodule_addobject.
6423 * python/py-objfile.c (gdbpy_initialize_objfile): Use
6424 gdb_pymodule_addobject.
6425 * python/py-param.c (gdbpy_initialize_parameters): Use
6426 gdb_pymodule_addobject.
6427 * python/py-progspace.c (gdbpy_initialize_pspace): Use
6428 gdb_pymodule_addobject.
6429 * python/py-symbol.c (gdbpy_initialize_symbols): Use
6430 gdb_pymodule_addobject.
6431 * python/py-symtab.c (gdbpy_initialize_symtabs): Use
6432 gdb_pymodule_addobject.
6433 * python/py-type.c (gdbpy_initialize_types): Use
6434 gdb_pymodule_addobject.
6435 * python/py-utils.c (gdb_pymodule_addobject): New function.
6436 * python/py-value.c (gdbpy_initialize_values): Use
6437 gdb_pymodule_addobject.
6438 * python/python-internal.h (gdb_pymodule_addobject): Declare.
6439 * python/python.c (_initialize_python): Use
6440 gdb_pymodule_addobject.
6441
6442 2013-05-20 Tom Tromey <tromey@redhat.com>
6443
6444 * python/py-cmd.c (cmdpy_completer): Use explicit decref.
6445 * python/py-param.c (get_set_value, get_show_value): Use
6446 explicit decrefs.
6447 * python/python.c (start_type_printers, apply_type_printers):
6448 Use explicit decrefs.
6449
6450 2013-05-20 Tom Tromey <tromey@redhat.com>
6451
6452 * python/py-evts.c (gdbpy_initialize_py_events): Don't
6453 incref the module.
6454
6455 2013-05-20 Tom Tromey <tromey@redhat.com>
6456
6457 * python/python.c (gdbpy_run_events): Decref the result
6458 of PyObject_CallObject.
6459
6460 2013-05-20 Tom Tromey <tromey@redhat.com>
6461
6462 * python/py-symtab.c (set_sal): Use
6463 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION. Return -1 on error.
6464 (symtab_and_line_to_sal_object): Update.
6465
6466 2013-05-20 Tom Tromey <tromey@redhat.com>
6467
6468 * python/py-param.c (compute_enum_values): Decref 'item'.
6469
6470 2013-05-20 Tom Tromey <tromey@redhat.com>
6471
6472 * mi/mi-main.c: Include python-internal.h.
6473 (mi_cmd_list_features): Check gdb_python_initialized.
6474 * python/py-inferior.c (python_on_normal_stop, python_on_resume)
6475 (python_inferior_exit, python_new_objfile, add_thread_object)
6476 (delete_thread_object, py_free_inferior): Check
6477 gdb_python_initialized.
6478 * python/py-prettyprint.c (apply_val_pretty_printer): Check
6479 gdb_python_initialized.
6480 * python/py-type.c (save_objfile_types): Check
6481 gdb_python_initialized.
6482 * python/python-internal.h (gdb_python_initialized): Declare.
6483 * python/python.c (ensure_python_env): Throw exception if
6484 Python not initialized.
6485 (before_prompt_hook, source_python_script_for_objfile)
6486 (start_type_printers, apply_type_printers,
6487 free_type_printers): Check gdb_python_initialized.
6488 * varobj.c (varobj_get_display_hint)
6489 (dynamic_varobj_has_child_method, update_dynamic_varobj_children)
6490 (install_new_value_visualizer, varobj_set_visualizer)
6491 (value_get_print_value): Check gdb_python_initialized.
6492
6493 2013-05-20 Tom Tromey <tromey@redhat.com>
6494
6495 * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.
6496 Check errors.
6497 * python/py-auto-load.c (gdbpy_initialize_auto_load): Return 'int'.
6498 * python/py-block.c (gdbpy_initialize_blocks): Return 'int'.
6499 Check errors.
6500 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Return 'int'.
6501 Check errors.
6502 * python/py-cmd.c (gdbpy_initialize_commands): Return 'int'.
6503 Check errors.
6504 * python/py-event.c (gdbpy_initialize_event): Return 'int'.
6505 Check errors.
6506 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Change generated
6507 init function to return 'int'.
6508 * python/py-evtregistry.c (gdbpy_initialize_eventregistry):
6509 Return 'int'. Check errors.
6510 * python/py-evts.c (gdbpy_initialize_py_events): Return 'int'.
6511 Check errors.
6512 * python/py-finishbreakpoint.c (gdbpy_initialize_finishbreakpoints):
6513 Return 'int'. Check errors.
6514 * python/py-frame.c (gdbpy_initialize_frames): Return 'int'.
6515 Check errors.
6516 * python/py-function.c (gdbpy_initialize_functions): Return 'int'.
6517 Check errors.
6518 * python/py-gdb-readline.c (gdbpy_initialize_gdb_readline):
6519 Check errors.
6520 * python/py-inferior.c (gdbpy_initialize_inferior): Return 'int'.
6521 Check errors.
6522 * python/py-infthread.c (gdbpy_initialize_thread): Return 'int'.
6523 Check errors.
6524 * python/py-lazy-string.c (gdbpy_initialize_lazy_string): Return 'int'.
6525 Check errors.
6526 * python/py-objfile.c (gdbpy_initialize_objfile): Return 'int'.
6527 Check errors.
6528 * python/py-param.c (gdbpy_initialize_parameters): Return 'int'.
6529 Check errors.
6530 * python/py-progspace.c (gdbpy_initialize_pspace): Return 'int'.
6531 Check errors.
6532 * python/py-symbol.c (gdbpy_initialize_symbols): Return 'int'.
6533 Check errors.
6534 * python/py-symtab.c (gdbpy_initialize_symtabs): Return 'int'.
6535 Check errors.
6536 * python/py-type.c (gdbpy_initialize_types): Return 'int'.
6537 Check errors.
6538 * python/py-value.c (gdbpy_initialize_values): Return 'int'.
6539 Check errors.
6540 * python/python-internal.h (gdbpy_initialize_auto_load,
6541 gdbpy_initialize_values, gdbpy_initialize_frames,
6542 gdbpy_initialize_symtabs, gdbpy_initialize_commands,
6543 gdbpy_initialize_symbols, gdbpy_initialize_symtabs,
6544 gdbpy_initialize_blocks, gdbpy_initialize_types,
6545 gdbpy_initialize_functions, gdbpy_initialize_pspace,
6546 gdbpy_initialize_objfile, gdbpy_initialize_breakpoints,
6547 gdbpy_initialize_finishbreakpoints,
6548 gdbpy_initialize_lazy_string, gdbpy_initialize_parameters,
6549 gdbpy_initialize_thread, gdbpy_initialize_inferior,
6550 gdbpy_initialize_eventregistry, gdbpy_initialize_event,
6551 gdbpy_initialize_py_events, gdbpy_initialize_stop_event,
6552 gdbpy_initialize_signal_event,
6553 gdbpy_initialize_breakpoint_event,
6554 gdbpy_initialize_continue_event,
6555 gdbpy_initialize_exited_event, gdbpy_initialize_thread_event,
6556 gdbpy_initialize_new_objfile_event, gdbpy_initialize_arch):
6557 Update. Use CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
6558 * python/python.c (gdb_python_initialized): New global.
6559 (gdbpy_initialize_events): Return 'int'. Check errors.
6560 (_initialize_python): Check errors. Set
6561 gdb_python_initialized.
6562
6563 2013-05-20 Tom Tromey <tromey@redhat.com>
6564
6565 * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope):
6566 Decref the reslut of PyObject_CallMethod.
6567
6568 2013-05-20 Tom Tromey <tromey@redhat.com>
6569
6570 * python/py-event.c (gdbpy_initialize_event_generic): Return
6571 early if PyType_Ready fails.
6572
6573 2013-05-20 Tom Tromey <tromey@redhat.com>
6574
6575 * python/py-type.c (make_fielditem): Add gdb_assert_not_reached
6576 as 'default' in the switch.
6577
6578 2013-05-20 Tom Tromey <tromey@redhat.com>
6579
6580 * python/py-inferior.c (gdbpy_inferiors): Update. Hoist
6581 get_addr_from_python calls out of TRY_CATCH.
6582 (infpy_write_memory, infpy_search_memory): Likewise.
6583 * python/py-utils.c (get_addr_from_python): Return negative
6584 value on error. Use TRY_CATCH.
6585 * python/python-internal.h (get_addr_from_python): Use
6586 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
6587
6588 2013-05-20 Tom Tromey <tromey@redhat.com>
6589
6590 * python/py-event.c (evpy_emit_event): Decref the
6591 result of PyObject_CallFunctionObjArgs.
6592
6593 2013-05-20 Tom Tromey <tromey@redhat.com>
6594
6595 * python/py-cmd.c (cmdpy_completer): Use iterator protocol.
6596 Correctly decref.
6597
6598 2013-05-20 Tom Tromey <tromey@redhat.com>
6599
6600 * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'.
6601
6602 2013-05-20 Tom Tromey <tromey@redhat.com>
6603
6604 * python/py-event.h (gdbpy_initialize_event_generic): Use
6605 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
6606 * python/py-evts.c (add_new_registry): Use
6607 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
6608 * python/python-internal.h
6609 (CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION): New macro.
6610
6611 2013-05-20 Tom Tromey <tromey@redhat.com>
6612
6613 * python/py-arch.c (archpy_disassemble): Update.
6614 * python/py-type.c (typy_get_composite, typy_lookup_typename)
6615 (typy_lookup_type): Use GDB_PY_HANDLE_EXCEPTION.
6616 * python/py-utils.c (gdbpy_convert_exception): Return 'void'.
6617 * python/python-internal.h (CPYCHECKER_SETS_EXCEPTION): New
6618 macro.
6619 (GDB_PY_HANDLE_EXCEPTION): Update.
6620 (gdbpy_convert_exception): Update. Use CPYCHECKER_SETS_EXCEPTION.
6621
6622 2013-05-20 Tom Tromey <tromey@redhat.com>
6623
6624 * python/python-internal.h (events_object_type): Remove.
6625
6626 2013-05-20 Tom Tromey <tromey@redhat.com>
6627
6628 * python/py-event.h (evpy_emit_event): Use
6629 CPYCHECKER_STEALS_REFERENCE_TO_ARG.
6630 * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
6631 New macro.
6632
6633 2013-05-20 Tom Tromey <tromey@redhat.com>
6634
6635 * py-evtregistry.c (create_event_object): Decref
6636 eventregistry_object if PyList_New fails.
6637
6638 2013-05-20 Tom Tromey <tromey@redhat.com>
6639
6640 * py-cmd.c (gdbpy_string_to_argv): Check result of
6641 PyList_New.
6642
6643 2013-05-20 Tom Tromey <tromey@redhat.com>
6644
6645 * python/python.c (before_prompt_hook): Add cleanup to
6646 decref 'hook'.
6647
6648 2013-05-20 Tom Tromey <tromey@redhat.com>
6649
6650 * python/py-function.c (fnpy_init): Decref result of
6651 PyObject_GetAttrString.
6652
6653 2013-05-20 Tom Tromey <tromey@redhat.com>
6654
6655 * python/py-threadevent.c (get_event_thread): Use
6656 CPYCHECKER_RETURNS_BORROWED_REF.
6657 * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
6658 New define.
6659 (pspace_to_pspace_object, objfile_to_objfile_object)
6660 (find_thread_object): Use it.
6661
6662 2013-05-20 Tom Tromey <tromey@redhat.com>
6663
6664 * python/py-arch.c (arch_object_type): Use
6665 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6666 * python/py-block.c (block_syms_iterator_object_type):
6667 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6668 * python/py-bpevent.c (breakpoint_event_object_type):
6669 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6670 * python/py-cmd.c (cmdpy_object_type): Use
6671 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6672 * python/py-continueevent.c (continue_event_object_type):
6673 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6674 * python/py-event.h (GDBPY_NEW_EVENT_TYPE):
6675 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6676 * python/py-events.h (thread_event_object_type):
6677 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6678 * python/py-evtregistry.c (eventregistry_object_type): Use
6679 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6680 * python/py-exitedevent.c (exited_event_object_type):
6681 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6682 * python/py-finishbreakpoint.c (finish_breakpoint_object_type):
6683 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6684 * python/py-function.c (fnpy_object_type): Use
6685 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6686 * python/py-inferior.c (inferior_object_type, membuf_object_type):
6687 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6688 * python/py-infthread.c (thread_object_type): Use
6689 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6690 * python/py-lazy-string.c (lazy_string_object_type):
6691 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6692 * python/py-newobjfileevent.c (new_objfile_event_object_type):
6693 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6694 * python/py-objfile.c (objfile_object_type): Use
6695 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6696 * python/py-param.c (parmpy_object_type):
6697 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6698 * python/py-progspace.c (pspace_object_type):
6699 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6700 * python/py-signalevent.c (signal_event_object_type):
6701 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6702 * python/py-symtab.c (symtab_object_type, sal_object_type): Use
6703 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6704 * python/py-type.c (type_object_type, field_object_type)
6705 (type_iterator_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6706 * python/py-internal.h (CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF): New
6707 define.
6708 (value_object_type, block_object_type, symbol_object_type)
6709 (event_object_type, stop_event_object_type, breakpoint_object_type)
6710 (frame_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6711
6712 2013-05-20 Andreas Tobler <andreas@fgznet.ch>
6713
6714 * Makefile.in (ALL_TARGET_OBS): Add ppcfbsd-tdep.o.
6715 (ALLDEPFILES): Add ppcfbsd-nat.c and ppcfbsd-tdep.c.
6716
6717 2013-05-20 Doug Evans <dje@google.com>
6718
6719 When reading CU, stay in DWO. Be more tolerent of bad debug info.
6720 For Fission.
6721 * dwarf2read.c (struct dwarf2_per_cu_data): New member
6722 reading_dwo_directly.
6723 (struct signatured_type): New member dwo_unit.
6724 (struct die_reader_specs): New member comp_dir.
6725 (create_signatured_type_table_from_index): Use malloc for
6726 all_type_units instead of objfile's obstack.
6727 (create_all_type_units): Ditto.
6728 (fill_in_sig_entry_from_dwo_entry): New function.
6729 (add_type_unit): New function.
6730 (lookup_dwo_signatured_type): New function.
6731 (lookup_dwp_signatured_type): New function.
6732 (lookup_signatured_type): New arg cu. All callers updated.
6733 (init_cu_die_reader): Initialize comp_dir.
6734 (read_cutu_die_from_dwo): New arg stub_comp_dir. All callers updated.
6735 Change assert of matching type signatures to call error on mismatch.
6736 (lookup_dwo_unit): Add assert.
6737 (init_tu_and_read_dwo_dies): New function.
6738 (init_cutu_and_read_dies): Call it.
6739 (build_type_unit_groups): Handle case of no type unit groups created.
6740 (hash_dwo_file, eq_dwo_file): Handle missing comp_dir.
6741 (lookup_dwo_cutu): Tweak complaint.
6742 (dwarf2_free_abbrev_table): Check for NULL abbrev_table.
6743 (dwarf2_per_objfile_free): Free all_type_units.
6744
6745 2013-05-20 Joel Brobecker <brobecker@adacore.com>
6746
6747 * windows-nat.c (handle_unload_dll): Add missing empty line.
6748
6749 2013-05-20 Joel Brobecker <brobecker@adacore.com>
6750
6751 * dwarf2read.c (prototyped_function_p): New function.
6752 (read_subroutine_type): Use it.
6753
6754 2013-05-20 Joel Brobecker <brobecker@adacore.com>
6755
6756 * rs6000-aix-tdep.c: De-indent some example code provided
6757 as a comment.
6758
6759 2013-05-17 Edjunior Machado <emachado@linux.vnet.ibm.com>
6760
6761 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Check if the
6762 region is ok for a hardware watchpoint using the new ptrace interface
6763 on Power servers.
6764
6765 2013-05-17 Doug Evans <dje@google.com>
6766
6767 * NEWS: Mention new maintenance commands check-symtabs, and
6768 expand-symtabs, and renamed check-psymtabs.
6769 * psymtab.c (maintenance_check_psymtabs): Renamed from
6770 maintenance_check_symtabs. Only process already-expanded symbol
6771 tables.
6772 (_initialize_psymtab): Update.
6773 * symmisc.c (maintenance_check_symtabs): New function.
6774 (maintenance_expand_name_matcher): New function
6775 (maintenance_expand_file_matcher): New function
6776 (maintenance_expand_symtabs): New function.
6777 (_initialize_symmisc): Add "mt check-symtabs" and "mt expand-symtabs"
6778 commands.
6779
6780 2013-05-17 Tom Tromey <tromey@redhat.com>
6781
6782 * python/py-inferior.c (infpy_read_memory): Don't call
6783 PyErr_SetString if PyObject_New fails.
6784 * python/py-frame.c (frame_info_to_frame_object): Don't call
6785 PyErr_SetString if PyObject_New fails.
6786
6787 2013-05-17 Pavel Chupin <pavel.v.chupin@intel.com>
6788
6789 * acinclude.m4: Add check for dlopen in libdl.
6790 * configure.ac: Ditto.
6791 * configure: Regenerate.
6792
6793 2013-05-17 Phil Muldoon <pmuldoon@redhat.com>
6794
6795 * frame.c (frame_stash): Convert to htab.
6796 (frame_addr_hash): New function.
6797 (frame_addr_hash_eq): New function.
6798 (frame_stash_create): Convert function to create
6799 a hash table.
6800 (frame_stash_add): Convert function to add an entry to a hash
6801 table.
6802 (frame_stash_find): Convert function to search the hash table.
6803 (frame_stash_invalidate): Convert function to empty the hash
6804 table.
6805 (get_frame_id): Only add to stash if a frame_id is created.
6806 (_initialize_frame): Call frame_stash_create.
6807
6808 2013-05-16 Yue Lu <hacklu.newborn@gmail.com> (tiny change)
6809
6810 * configure.ac: Ensure MIG is available when building for GNU Hurd
6811 hosts.
6812 * configure: Regenerate.
6813
6814 2013-05-16 Joel Brobecker <brobecker@adacore.com>
6815
6816 * dwarf2read.c (set_cu_language): Add DW_LANG_UPC handling.
6817
6818 2013-05-16 Joel Brobecker <brobecker@adacore.com>
6819
6820 * ada-lang.c (ada_make_symbol_completion_list): Make sure
6821 all cleanups are done before returning from this function.
6822
6823 2013-05-15 Joel Brobecker <brobecker@adacore.com>
6824
6825 * utils.h: #include "exceptions.h".
6826 (enum errors): Remove partial declaration.
6827
6828 2013-05-15 Joel Brobecker <brobecker@adacore.com>
6829
6830 * gdbarch.sh (core_xfer_shared_libraries_aix): New method.
6831 * gdbarch.h, gdbarch.c: Regenerate.
6832 * corelow.c (core_xfer_partial): Add TARGET_OBJECT_LIBRARIES_AIX
6833 handling.
6834
6835 * rs6000-aix-tdep.h: New file.
6836 * Makefile.in (HFILES_NO_SRCDIR): Add rs6000-aix-tdep.h.
6837 * rs6000-aix-tdep.c: Include "rs6000-aix-tdep.h" and
6838 "xml-utils.h".
6839 (struct field_info, struct ld_info_desc): New types.
6840 (ld_info32_desc, ld_info64_desc): New static constants.
6841 (struct ld_info): New type.
6842 (rs6000_aix_extract_ld_info): New function.
6843 (rs6000_aix_shared_library_to_xml): Likewise.
6844 (rs6000_aix_ld_info_to_xml): Likewise.
6845 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
6846 (rs6000_aix_init_osabi): Add call to
6847 set_gdbarch_core_xfer_shared_libraries_aix.
6848 * rs6000-nat.c: Add "rs6000-aix-tdep.h" include.
6849 Remove "xml-utils.h" include.
6850 (LdInfo): Delete typedef.
6851 (ARCH64_DECL, LDI_FIELD, LDI_NEXT, LDI_FD, LDI_FILENAME):
6852 Delete macros.
6853 (rs6000_ptrace_ldinfo): Change return type to gdb_byte *.
6854 Adjust code accordingly.
6855 (rs6000_core_ldinfo): Delete, folded into
6856 rs6000_aix_core_xfer_shared_libraries_aix.
6857 (rs6000_xfer_shared_library): Delete.
6858 (rs6000_xfer_shared_libraries): Reimplement.
6859
6860 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
6861
6862 * record.c (record_goto_cmdlist): New.
6863 (cmd_record_goto): Split into this ...
6864 (cmd_record_goto_begin): ... this
6865 (cmd_record_goto_end): ... and this.
6866 (_initialize_record): Change "record goto" to prefix command.
6867 Add commands for "record goto begin" and "record goto end".
6868 Add an alias for "record goto start" to "record goto begin".
6869
6870 2013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6871
6872 * linespec.c (convert_linespec_to_sals): New comment for
6873 SOURCE_FILENAME assignment.
6874
6875 2013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6876
6877 * cleanups.c (restore_my_cleanups): Replace gdb_assert by
6878 internal_warning.
6879
6880 2013-05-14 Tom Tromey <tromey@redhat.com>
6881
6882 * eval.c (parse_and_eval_long): Make 'exp' const.
6883 * value.h (parse_and_eval_long): Update.
6884
6885 2013-05-14 Tom Tromey <tromey@redhat.com>
6886
6887 * ui-file.c (gdb_fopen): Make arguments const.
6888 * ui-file.h (gdb_fopen): Make arguments const.
6889
6890 2013-05-14 Tom Tromey <tromey@redhat.com>
6891
6892 * remote.c (remote_set_trace_notes): Make arguments const.
6893 * target.c (update_current_target): Update cast.
6894 * target.h (to_set_trace_notes): Make arguments const.
6895
6896 2013-05-14 Tom Tromey <tromey@redhat.com>
6897
6898 * go32-nat.c (go32_terminal_info): Make 'args' const.
6899 * inferior.h (child_terminal_info): Update.
6900 * inflow.c (child_terminal_info): Make 'args' const.
6901 * target.c (default_terminal_info): Make 'args' const.
6902 (debug_to_terminal_save_ours): Likewise.
6903 * target.h (struct target_ops) <to_terminal_info>: Make argument
6904 const.
6905
6906 2013-05-13 Tom Tromey <tromey@redhat.com>
6907
6908 * gcore.c (create_gcore_bfd): Make 'filename' const.
6909 * gcore.h (create_gcore_bfd): Make 'filename' const.
6910 * record-full.c (record_full_save): Make 'recfilename' const.
6911 * target.c (target_save_record): Make 'filename' const.
6912 * target.h (struct target_ops) <to_save_record>: Make 'filename'
6913 const.
6914 (target_save_record): Likewise.
6915
6916 2013-05-13 Tom Tromey <tromey@redhat.com>
6917
6918 PR gdb/15338:
6919 * dwarf2read.c (dwarf2_record_block_ranges): Ensure that the
6920 ranges section has been read.
6921
6922 2013-05-13 Tom Tromey <tromey@redhat.com>
6923
6924 PR exp/15364:
6925 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
6926 STRUCTOP_PTR>: Return a not_lval value for
6927 EVAL_AVOID_SIDE_EFFECTS.
6928 * opencl-lang.c (evaluate_subexp_opencl): Return a not_lval value
6929 for EVAL_AVOID_SIDE_EFFECTS.
6930
6931 2013-05-13 Joel Brobecker <brobecker@adacore.com>
6932
6933 * rs6000-aix-tdep.c (rs6000_push_dummy_call): Convert
6934 floating point registers to register type before storing
6935 value.
6936 * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call):
6937 Likewise.
6938
6939 2013-05-10 Joel Brobecker <brobecker@adacore.com>
6940 Tom Tromey <tromey@redhat.com>
6941
6942 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
6943 New functions.
6944 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
6945 Declare.
6946 * darwin-nat.c (darwin_pre_ptrace): Use mark_fd_no_cloexec.
6947 (darwin_ptrace_him): Use unmark_fd_no_cloexec.
6948 * inf-ttrace.c (do_cleanup_pfds): Use unmark_fd_no_cloexec.
6949 (inf_ttrace_prepare): Use mark_fd_no_cloexec.
6950
6951 2013-05-10 Freddie Chopin <freddie_chopin@op.pl>
6952 Tom Tromey <tromey@redhat.com>
6953
6954 PR build/15414:
6955 * configure: Rebuild.
6956 * configure.ac (build_warnings): Do not use -Wformat-nonliteral
6957 with -Wno-format.
6958
6959 2013-05-10 Pedro Alves <palves@redhat.com>
6960
6961 * remote.c (_initialize_remote): Fix spelling of
6962 qXfer:traceframe-info:read packet in packet config command.
6963
6964 2013-05-10 David Taylor <dtaylor@emc.com>
6965
6966 PR remote/15455
6967
6968 * remote.c (remote_trace_set_readonly_regions): Do not overwrite
6969 "QTro" at start of packet.
6970
6971 2013-05-10 Joel Brobecker <brobecker@adacore.com>
6972
6973 * solib-aix.c (solib_aix_relocate_section_addresses):
6974 For the .bss section action, apply the same offset as
6975 the .data section.
6976
6977 2013-05-10 Joel Brobecker <brobecker@adacore.com>
6978
6979 * solib-aix.c (solib_aix_relocate_section_addresses):
6980 Remove FIXME comment.
6981
6982 2013-05-10 Joel Brobecker <brobecker@adacore.com>
6983
6984 PR tdep/15420:
6985 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
6986 New functions, directly copied from sparc-sol-thread.c.
6987 * sparc-sol-thread.c: Delete.
6988 * configure.ac: Remove code handling sparc-solaris-thread.c.
6989 * configure: Regenerate.
6990
6991 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
6992
6993 * stack.c (backtrace_command_1): Add "no-filters", and Python frame
6994 filter logic.
6995 (backtrace_command): Add "no-filters" option parsing.
6996 (_initialize_stack): Alter help to reflect "no-filters" option.
6997 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-framefilter.o
6998 (SUBDIR_PYTHON_SRCS): Add py-framefilter.c
6999 (py-frame.o): Add target
7000 * data-directory/Makefile.in (PYTHON_DIR): Add Python frame
7001 filter files.
7002 * python/python.h: Add new frame filter constants, and flag enum.
7003 (apply_frame_filter): Add definition.
7004 * python/python.c (apply_frame_filter): New non-Python
7005 enabled function.
7006 * python/py-utils.c (py_xdecref): New function.
7007 (make_cleanup_py_xdecref): Ditto.
7008 * python/py-objfile.c: Declare frame_filters dictionary.
7009 (objfpy_dealloc): Add frame_filters dealloc.
7010 (objfpy_new): Initialize frame_filters attribute.
7011 (objfile_to_objfile_object): Ditto.
7012 (objfpy_get_frame_filters): New function.
7013 (objfpy_set_frame_filters): New function.
7014 * python/py-progspace.c: Declare frame_filters dictionary.
7015 (pspy_dealloc): Add frame_filters dealloc.
7016 (pspy_new): Initialize frame_filters attribute.
7017 (pspacee_to_pspace_object): Ditto.
7018 (pspy_get_frame_filters): New function.
7019 (pspy_set_frame_filters): New function.
7020 * python/py-framefilter.c: New file.
7021 * python/lib/gdb/command/frame_filters.py: New file.
7022 * python/lib/gdb/frames.py: New file.
7023 * python/lib/gdb/__init__.py: Initialize global frame_filters
7024 dictionary
7025 * python/lib/gdb/FrameDecorator.py: New file.
7026 * python/lib/gdb/FrameIterator.py: New file.
7027 * mi/mi-cmds.c (mi_cmds): Add frame filters command.
7028 * mi/mi-cmds.h: Declare.
7029 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Add
7030 --no-frame-filter logic, and Python frame filter logic.
7031 (stack_enable_frame_filters): New function.
7032 (parse_no_frame_option): Ditto.
7033 (mi_cmd_stack_list_frames): Add --no-frame-filter and Python frame
7034 filter logic.
7035 (mi_cmd_stack_list_locals): Ditto.
7036 (mi_cmd_stack_list_args): Ditto.
7037 (mi_cmd_stack_list_variables): Ditto.
7038 * NEWS: Add frame filter note.
7039
7040 2013-05-09 Doug Evans <dje@google.com>
7041
7042 * symfile.c (syms_from_objfile_1): Delete args offsets, num_offsets.
7043 All callers updated.
7044 (syms_from_objfile): Ditto. Make static.
7045 (symbol_file_add_with_addrs): Renamed from
7046 symbol_file_add_with_addrs_or_offsets. Delete args offsets,
7047 num_offsets. All callers updated.
7048 * symfile.h (syms_from_objfile): Delete.
7049
7050 * symfile.c (decrement_reading_symtab): Add assert.
7051 (increment_reading_symtab): Ditto.
7052
7053 2013-05-09 Joel Brobecker <brobecker@adacore.com>
7054
7055 * source.c (forward_search_command): Replace call to getc
7056 by call to fgetc.
7057 (reverse_search_command): Likewise.
7058
7059 2013-05-08 Doug Evans <dje@google.com>
7060
7061 * psymtab.c (expand_symtabs_matching_via_partial): Fix file name
7062 matching test.
7063
7064 2013-05-08 Joel Brobecker <brobecker@adacore.com>
7065
7066 * sol-thread.c (info_cb): Factorize the code a little.
7067
7068 2013-05-08 Joel Brobecker <brobecker@adacore.com>
7069
7070 * sol-thread.c (info_cb): Rework the output of the "maintenance
7071 info sol-threads" command a bit.
7072
7073 2013-05-08 Joel Brobecker <brobecker@adacore.com>
7074
7075 * sol-thread.c (info_cb) [ti.ti_state == TD_THR_SLEEP]:
7076 Replace ti.ti_startfunc by ti.ti_pc.
7077
7078 2013-05-08 Joel Brobecker <brobecker@adacore.com>
7079
7080 * solib-aix.c (solib_aix_free_library_list): New function
7081 for the case where HAVE_LIBEXPAT is not defined.
7082
7083 2013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
7084
7085 PR breakpoints/15413:
7086 * breakpoint.c (condition_completer): Simplify the code to
7087 disconsider multiple locations of breakpoints when completing the
7088 "condition" command.
7089
7090 2013-05-07 Pierre Muller <muller@sourceware.org>
7091
7092 * common/linux-btrace.c: ARI fix: Include "gdb_wait.h"
7093 instead of <sys/wait.h>.
7094
7095 2013-05-07 Pierre Muller <muller@sourceware.org>
7096
7097 * nios2-tdep.c (nios2_dwarf_reg_to_regnum): ARI fix: remove
7098 trailing new line from warning message.
7099
7100 2013-05-07 Pierre Muller <muller@sourceware.org>
7101
7102 * contrib/ari/gdb_ari.sh (SOLIB_ADD, SOLIB_CREATE_INFERIOR_HOOK)
7103 (PC_SOLIB): Change type from ari_deprecate to ari_regression.
7104
7105 2013-05-07 Joel Brobecker <brobecker@adacore.com>
7106
7107 * rs6000-nat.c (rs6000_core_ldinfo): Remove '\n' at end of
7108 error message (ARI fix).
7109
7110 2013-05-07 Joel Brobecker <brobecker@adacore.com>
7111
7112 * features/library-list-aix.dtd: Replace library-list by
7113 library-list-aix.
7114 * rs6000-nat.c: Replace library-list by library-list-aix
7115 throughout.
7116 * solib-aix.c: Likewise.
7117
7118 2013-05-07 Joel Brobecker <brobecker@adacore.com>
7119
7120 * target.h (enum target_object) [TARGET_OBJECT_LIBRARIES_AIX]:
7121 Renames TARGET_OBJECT_AIX_LIBRARIES.
7122 * rs6000-nat.c: Replace TARGET_OBJECT_AIX_LIBRARIES with
7123 TARGET_OBJECT_LIBRARIES_AIX throughout.
7124 * solib-aix.c: Likwise.
7125
7126 2013-05-07 Yao Qi <yao@codesourcery.com>
7127
7128 * solib-dsbt.c (struct dsbt_info) <enable_break2_done>: Remove.
7129 (get_dsbt_info, enable_break, dsbt_clear_solib): Update.
7130
7131 2013-05-07 Yao Qi <yao@codesourcery.com>
7132
7133 * solib-dsbt.c (enable_break): Declare.
7134 (dsbt_current_sos): Remove call to enable_break2.
7135 (enable_break2): Rename to enable_break. Set solib breakpoint
7136 on '_dl_debug_state'.
7137 (enable_break): Remove.
7138
7139 2013-05-07 Luis Machado <lgustavo@codesourcery.com>
7140
7141 * ppc-linux-nat.c (ppc_linux_new_thread): Clear the new thread's
7142 debug state prior to replicating existing hardware watchpoints or
7143 breakpoints.
7144
7145 2013-05-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7146
7147 * gcore.c (gcore_create_callback): Ignore sections with
7148 separate_debug_objfile_backlink != NULL.
7149
7150 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
7151 Andrew Jenner <andrew@codesourcery.com>
7152 Chung-Lin Tang <cltang@codesourcery.com>
7153 Julian Brown <julian@codesourcery.com>
7154
7155 Based on the nios2-elf port from Altera Corporation.
7156
7157 * Makefile.in (ALL_TARGET_OBS): Add nios2-tdep.o and
7158 nios2-linux-tdep.o.
7159 (HFILES_NO_SRCDIR): Add nios2-tdep.h.
7160 (ALLDEPFILES): Add nios2-tdep.c and nios2-linux-tdep.c.
7161 * configure.tgt: Add nios2*-*-linux* and nios2*-*-* targets.
7162 * nios2-tdep.h: New.
7163 * nios2-tdep.c: New.
7164 * nios2-linux-tdep.c: New.
7165 * features/Makefile (WHICH): Add nios2-linux.
7166 (nios2-linux-expedite): Set.
7167 * features/nios2-cpu.xml: New.
7168 * features/nios2.xml: New.
7169 * features/nios2-linux.xml: New.
7170 * features/nios2.c: New (autogenerated).
7171 * features/nios2-linux.c: New (autogenerated).
7172 * regformats/nios2-linux.dat: New (autogenerated).
7173 * NEWS (Changes since GDB 7.6): Add new Nios II targets
7174 and commands.
7175
7176 2013-05-06 Doug Evans <dje@google.com>
7177
7178 * symfile.c: Whitespace cleanup.
7179
7180 * solist.h (struct target_so_ops): New member clear_so.
7181 * solib-svr4.c (svr4_clear_so): New function.
7182 (_initialize_svr4_solib): Set svr4_so_ops.clear_so.
7183 * solib.c (clear_so): Renamed from free_so_symbols.
7184 All callers updated. Call target clear_so if it exists.
7185
7186 2013-05-06 Tom Tromey <tromey@redhat.com>
7187
7188 * ada-lang.c (ada_value_primitive_packed_val): Don't
7189 call value_incref.
7190 * value.c (set_value_parent): Incref the new parent and decref
7191 the old parent.
7192 (value_copy, value_primitive_field): Use set_value_parent.
7193
7194 2013-05-06 Tom Tromey <tromey@redhat.com>
7195
7196 * dwarf2loc.c (invalid_synthetic_pointer): Move earlier.
7197 (indirect_pieced_value): Call dwarf2_fetch_constant_bytes
7198 if needed.
7199 * dwarf2loc.h (dwarf2_fetch_constant_bytes): Declare.
7200 * dwarf2read.c (write_constant_as_bytes)
7201 (dwarf2_fetch_constant_bytes): New functions.
7202
7203 2013-05-06 Tom Tromey <tromey@redhat.com>
7204
7205 * dwarf2read.c (dwarf2_const_value_data): Remove unused
7206 parameters.
7207 (dwarf2_const_value_attr): Update.
7208
7209 2013-05-06 Tom Tromey <tromey@redhat.com>
7210
7211 * somread.c (som_symfile_offsets): Add 'const' to addrs.
7212 * machoread.c (macho_symfile_offsets): Add 'const' to addrs.
7213 * xcoffread.c (xcoff_symfile_offsets): Add 'const' to addrs.
7214 Remove declaration.
7215
7216 2013-05-06 Tom Tromey <tromey@redhat.com>
7217
7218 * dwarf2read.c (dwarf2_const_value_attr): Use 'obstack', not
7219 objfile's obstack.
7220
7221 2013-05-06 Doug Evans <dje@google.com>
7222
7223 * dbxread.c (process_one_symbol): Constify section_offsets parameter.
7224 * stabsread.h (process_one_symbol): Update declaration.
7225 * dwarf2read.c (dw2_relocate): Constify new_offsets, delta parameters.
7226 * elfread.c (elf_symfile_relocate_probe): Ditto.
7227 * psymtab.c (relocate_psymtabs): Ditto.
7228 * objfiles.c (objfile_relocate1): Constify new_offsets parameter.
7229 (objfile_relocate): Ditto.
7230 * objfiles.h (objfile_relocate): Update declaration.
7231 * symfile.c (relative_addr_info_to_section_offsets): Constify
7232 addrs parameter.
7233 (default_symfile_offsets): Ditto.
7234 (syms_from_objfile_1): Constify offsets parameter.
7235 (syms_from_objfile): Ditto.
7236 (symbol_file_add_with_addrs_or_offsets): Ditto.
7237 (symfile_map_offsets_to_segments): Constify data parameter.
7238 * symfile.h (struct quick_symbol_functions): Constify new_offsets,
7239 delta parameters of member relocate.
7240 (struct sym_probe_fns): Constify new_offsets,
7241 delta parameters of member sym_relocate_probe.
7242 (struct sym_fns): Constify section_addr_info parameter of member
7243 sym_offsets.
7244 (relative_addr_info_to_section_offsets): Update declaration.
7245 (default_symfile_offsets): Ditto.
7246 (syms_from_objfile): Ditto.
7247 (symfile_map_offsets_to_segments): Ditto.
7248
7249 * symfile.c (syms_from_objfile_1): Use correct section count when
7250 objfile->sf == NULL.
7251
7252 2013-05-06 Mike Frysinger <vapier@gentoo.org>
7253
7254 * common/linux-btrace.c (intel_supports_btrace): Fix indentation.
7255
7256 2013-05-06 Doug Evans <dje@google.com>
7257
7258 * psympriv.h (struct partial_symtab): Augment comment for member
7259 section_offsets.
7260
7261 2013-05-06 Joel Brobecker <brobecker@adacore.com>
7262
7263 Reimplement shared library support on ppc-aix...
7264 * target.h (TARGET_OBJECT_AIX_LIBRARIES): New target_object enum.
7265 * features/library-list-aix.dtd: New file.
7266 * solib-aix.h, solib-aix.c: New file.
7267 * rs6000-aix-tdep.c: #include "solib.h" and "solib-aix.h".
7268 (rs6000_find_toc_address_hook): Delete.
7269 (rs6000_push_dummy_call): Rewrite code setting the TOC value.
7270 (rs6000_aix_init_osabi): Register solib_aix_so_ops.
7271 * rs6000-nat.c: Remove "xcoffsolib.h" include. Include
7272 "xml-utils.h".
7273 (map_vmap, vmap_exec, vmap_ldinfo, add_vmap, objfile_symbol_add)
7274 (vmap_symtab, fixup_breakpoints): Delete.
7275 (rs6000_xfer_shared_libraries): New function.
7276 (rs6000_xfer_partial): Add TARGET_OBJECT_AIX_LIBRARIES handling.
7277 (vmap_secs, bss_data_overlap, vmap_add_symbols): Delete.
7278 (xcoff_relocate_symtab, xcoff_relocate_core): Delete.
7279 (rs6000_ptrace_ldinfo, rs6000_core_ldinfo)
7280 (rs6000_xfer_shared_library): New function.
7281 (find_toc_address): Delete.
7282 (_initialize_rs6000_nat): Do not set rs6000_find_toc_address_hook.
7283 * rs6000-tdep.h (rs6000_find_toc_address_hook): Remove.
7284 * xcoffread.c (record_minimal_symbol): Reloate symbol address
7285 before creating minimal symbol. Adjust function description
7286 accordingly.
7287 (scan_xcoff_symtab): Replace call to
7288 prim_record_minimal_symbol_and_info by call to
7289 record_minimal_symbol.
7290 (xcoff_symfile_offsets): Reimplement mostly as a wrapper
7291 around default_symfile_offsets.
7292 * configure.tgt: Add solib-aix.o to gdb_target_obs for
7293 powerpc-aix targets.
7294 * config/rs6000/nm-rs6000.h: Delete.
7295 * config/powerpc/aix.mh (NAT_FILE): Delete.
7296 (NATDEPFILES): Remove xcoffsolib.o.
7297 * Makefile.in (XMLFILES): Add library-list-aix.dtd.
7298 (ALL_TARGET_OBS): Add solib-aix.o.
7299 (HFILES_NO_SRCDIR): Remove xcoffsolib.h and
7300 config/rs6000/nm-rs6000.h. Add solib-aix.h.
7301 (ALLDEPFILES): Add solib-aix.c. Remove xcoffsolib.c.
7302 * xcoffsolib.h, xcoffsolib.c: Delete.
7303
7304 * solib.c (reload_shared_libraries): Remove reference to
7305 SOLIB_CREATE_INFERIOR_HOOK.
7306 * breakpoint.c (handle_solib_event): Remove reference to SOLIB_ADD.
7307 (disable_breakpoints_in_shlibs): Remove reference to PC_SOLIB.
7308 (momentary_bkpt_re_set): Replace SOLIB_ADD by solib_add in
7309 comment.
7310 * corelow.c (deprecated_core_resize_section_table): Delete.
7311 * exec.c: Remove include of xcoffsolib.h".
7312 (map_vmap, vmap): Delete.
7313 (exec_close_1): Remove references to vmap.
7314 (exec_file_attach): Remove vmap handling code, and reference
7315 to DEPRECATED_IBM6000_TARGET.
7316 (bfdsec_to_vmap): Delete.
7317 (exec_files_info): Remove block of code handling VMAP.
7318 * infcmd.c (post_create_inferior): Remove reference to
7319 SOLIB_CREATE_INFERIOR_HOOK and SOLIB_ADD.
7320 * infrun.c (follow_exec): Remove reference to
7321 SOLIB_CREATE_INFERIOR_HOOK.
7322 * stack.c (print_frame): Remove reference to PC_SOLIB.
7323 * solib-dsbt.c (dsbt_current_sos): Adjust comment.
7324 (dsbt_relocate_main_executable): Likewise.
7325 * solib-frv.c (frv_current_sos): Likewise.
7326
7327 2013-05-06 Joel Brobecker <brobecker@adacore.com>
7328
7329 * sol-thread.c (rw_common): Cast BUF to "gdb_byte *" in calls
7330 to target_write_memory and target_read_memory.
7331
7332 2013-05-06 Joel Brobecker <brobecker@adacore.com>
7333
7334 * darwin-nat.c (darwin_setup_fake_stop_event): New function.
7335 (darwin_attach): Adjust using darwin_setup_fake_stop_event.
7336
7337 2013-05-06 Joel Brobecker <brobecker@adacore.com>
7338
7339 * darwin-nat.c: Replace all "%x" instances in format strings
7340 into "0x%x" throughout.
7341
7342 2013-05-06 Joel Brobecker <brobecker@adacore.com>
7343
7344 * darwin-nat.c (darwin_mourn_inferior): Replace call to
7345 gdb_assert by call to MACH_CHECK_ERROR.
7346 (darwin_attach_pid): Raise an error rather than a failed
7347 assertion when various system calls failed. Report a warning
7348 instead of raising a failed assertion when PREV_NOT is not NULL
7349 after call to mach_port_request_notification.
7350 (darwin_ptrace_me): Raise an error rather than a failed
7351 assertion when read returns nonzero.
7352
7353 2013-05-06 Joel Brobecker <brobecker@adacore.com>
7354
7355 * amd64-darwin-tdep.c: Remove #include "gdb_assert.h".
7356
7357 2013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7358
7359 * cleanups.c (restore_my_cleanups): New gdb_assert for SENTINEL_CLEANUP.
7360
7361 2013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7362
7363 * event-top.c (display_gdb_prompt): Call missing do_cleanups.
7364 * infcmd.c (get_return_value) <!stop_regs>: Do not overwrite CLEANUP.
7365 * symfile.c (symfile_bfd_open): New variable back_to. Do not leave
7366 a stale cleanup. Fix double free of NAME.
7367
7368 2013-05-04 Eli Zaretskii <eliz@gnu.org>
7369
7370 * windows-nat.c (windows_delete_thread): Accept an additional
7371 argument, the thread's exit code, and announce thread death when
7372 print_thread_events is non-zero and we are deleting a thread that
7373 is not the main thread.
7374 (get_windows_debug_event): Pass thread exit code to
7375 windows_delete_thread.
7376
7377 2013-05-03 Kevin Buettner <kevinb@redhat.com>
7378
7379 * v850-tdep.c (elf-bfd.h, elf/v850.h): Include.
7380 (R_149_REGNUM, E_NUM_OF_V850E2_REGS, E_SELID_1_R0_REGNUM)
7381 (E_SELID_1_R31_REGNUM, E_SELID_2_R0_REGNUM, E_SELID_2_R31_REGNUM)
7382 (E_SELID_3_R0_REGNUM, E_SELID_3_R31_REGNUM, E_SELID_4_R0_REGNUM)
7383 (E_SELID_4_R31_REGNUM, E_SELID_5_R0_REGNUM, E_SELID_5_R31_REGNUM)
7384 (E_SELID_6_R0_REGNUM, E_SELID_6_R31_REGNUM, E_SELID_7_R0_REGNUM, E_SELID_7_R31_REGNUM)
7385 (E_VR0_REGNUM, E_VR31_REGNUM, E_NUM_OF_V850E3V5_REGS): Define.
7386 (v850_abi, V850_ABI_GCC, V850_ABI_RH850): New enum and constants.
7387 (gdbarch_tdep): New struct.
7388 (v850e2_register_name): Use E_NUM_OF_V850E2_REGS instead of
7389 E_NUM_REGS.
7390 (v850e3v5_register_name): New function.
7391 (v850_register_type): v850e3v5 vector registers are 64-bits wide.
7392 (v850_use_struct_convention): Add `gdbarch' parameter. Add new
7393 code handling the struct return conventions for the RH850 ABI.
7394 Update all callers.
7395 (v850_eight_byte_align_p): New function.
7396 (v850_push_call_dummy): Push structs by value, not by reference
7397 for the RH850 ABI. Add support for eight byte alignment.
7398 (v850_dbtrap_breakpoint_from_pc): New function.
7399 (v850_gdbarch_init): Add ABI detection code. Register
7400 v850e3v5_register_name for the v850e3v5 architecture. Set the
7401 number of registers for v850e3v5. Register
7402 v850_dbtrap_breakpoint_from_pc as appropriate.
7403 (_initialize_gdbarch_init): Registration bfd_arch_v850_rh850.
7404
7405 2013-05-03 Doug Evans <dje@google.com>
7406
7407 * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections instead
7408 of bfd_count_sections.
7409 * solib-target.c (solib_target_relocate_section_addresses): Ditto.
7410 * symfile.c (default_symfile_offsets): Ditto.
7411 (syms_from_objfile_1): Ditto. Make dummy addrs list an array of
7412 one entry, not bfd_count_sections entries.
7413
7414 2013-05-03 Kevin Buettner <kevinb@redhat.com>
7415
7416 * rl78-tdep.c (rl78_register_reggroup_p): Include SP in the
7417 `save' and `restore' register groups. Don't include SPL
7418 or SPH in these groups.
7419 (rl78_dwarf_reg_to_regnum): Adjust mapping for
7420 RL78_PC_REGNUM. Add mappings for RL78_PSW_REGNUM,
7421 RL78_ES_REGNUM, and RL78_CS_REGNUM.
7422 (rl78_gdbarch_init): Set `dwarf2_addr_size' to 4. Invoke
7423 dwarf2_append_unwinders().
7424
7425 2013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7426
7427 * break-catch-sig.c (signal_catchpoint_breakpoint_hit): Do not
7428 ignore SIGINT and SIGTRAP in case these internal signals are
7429 caught explicitely.
7430
7431 2013-05-01 Joel Brobecker <brobecker@adacore.com>
7432
7433 * darwin-nat.c (darwin_read_write_inferior): Change types
7434 of parameters rdaddr and wraddr to "gdb_byte *". Change type
7435 of copy_count to "mach_msg_type_number_t".
7436 (darwin_read_dyld_info): Change type of parameter
7437 rdaddr to "gdb_byte *".
7438
7439 2013-05-01 Joel Brobecker <brobecker@adacore.com>
7440
7441 * solib-ia64-hpux.c (ia64_hpux_read_dynamic_info): Change cast
7442 of &info->load_map from "char *" to "gdb_byte *".
7443
7444 2013-05-01 Joel Brobecker <brobecker@adacore.com>
7445
7446 * ia64-tdep.c (ia64_access_fpreg): Change cast of val
7447 from "char *" to "gdb_byte *".
7448 (ia64_access_rse_fpreg, ia64_access_mem): Likewise.
7449
7450 2013-04-30 Doug Evans <dje@google.com>
7451
7452 * dwarf2read.c (lookup_dwo_unit): Return NULL if DWO not found.
7453 (init_cutu_and_read_dies): Flag a complaint, not error, for bad
7454 DWO stub. If DWO isn't found, just use stub.
7455 (lookup_dwo_cutu): Don't try DWO if there's a DWP file.
7456
7457 * dwarf2read.c (dw2_find_symbol_file): Initialize filename before
7458 calling init_cutu_and_read_dies.
7459
7460 2013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
7461
7462 * target-descriptions.c (maint_print_c_tdesc_cmd):
7463 Add case to parse structures as register types and
7464 bitfields.
7465
7466 2013-04-30 Walfred Tedeschi <walfred.tedeschi@intel.com>
7467
7468 * MAINTAINERS (Write After Approval): Add myself to the list.
7469
7470 2013-04-30 Joel Brobecker <brobecker@adacore.com>
7471
7472 * sol-thread.c (rw_common): Change type of parameter "buf"
7473 to "gdb_byte *".
7474 (ps_pdwrite, ps_ptwrite): Cast parameter "buf" in call to
7475 rw_common to "gdb_byte *" instead of "char *".
7476
7477 2013-04-30 Joel Brobecker <brobecker@adacore.com>
7478
7479 * sol-thread.c (info_cb) [ti.ti_startfunc != 0]: Change type
7480 of local variable msym to const struct bound_minimal_symbol.
7481 Adjust use accordingly.
7482 [ti.ti_state == TD_THR_SLEEP]: Likewise.
7483
7484 2013-04-30 Samuel Thibault <samuel.thibault@gnu.org>
7485
7486 * i386gnu-nat.c (CREG_OFFSET): New macro.
7487 (creg_offset): New array.
7488 (CREG_ADDR): Use creg_offset instead of reg_offset.
7489
7490 2013-04-30 Joel Brobecker <brobecker@adacore.com>
7491
7492 * mep-tdep.c (mep_write_pc): Delete.
7493 (mep_gdbarch_init): Remove call to set_gdbarch_write_pc.
7494 Add call to set_gdbarch_pc_regnum.
7495
7496 2013-04-30 Joel Brobecker <brobecker@adacore.com>
7497
7498 * common/filestuff.c: Replace #include <dirent.h> by
7499 #include "gdb_dirent.h".
7500
7501 2013-04-30 Joel Brobecker <brobecker@adacore.com>
7502
7503 * common/filestuff.c: Replace #include <sys/stat.h> by
7504 #include "gdb_stat.h".
7505
7506 2013-04-29 Pierre Muller <muller@sourceware.org>
7507
7508 * dwarf2read.c (handle_DW_AT_stmt_list): Avoid ARI warning for
7509 editCase function rule.
7510 (get_DW_AT_signature_type): Likewise.
7511
7512 2013-04-29 Joel Brobecker <brobecker@adacore.com>
7513
7514 * m32r-tdep.c (m32r_write_pc): Delete.
7515 (m32r_gdbarch_init): Remove call to set_gdbarch_write_pc.
7516 Add call to set_gdbarch_pc_regnum.
7517
7518 2013-04-29 Pierre Muller <muller@sourceware.org>
7519
7520 * ./contrib/ari/gdb_ari.sh (editCase rule): Fix spelling error.
7521
7522 2013-04-29 Joel Brobecker <brobecker@adacore.com>
7523
7524 * dwarf2read.c (get_DW_AT_signature_type): Add ARI marker.
7525
7526 2013-04-28 Yao Qi <yao@codesourcery.com>
7527
7528 * solib-dsbt.c (fetch_loadmap): Re-indent.
7529 (displacement_from_map, enable_break2): Likewise.
7530 (dsbt_relocate_section_addresses): Likewise.
7531
7532 2013-04-26 Joel Brobecker <brobecker@adacore.com>
7533
7534 GDB 7.6 released.
7535
7536 2013-04-25 Andreas Kaufmann <Andreas.Kaufmann@synopsys.com>
7537
7538 PR corefiles/14983:
7539 * dwarf2read.c (process_full_comp_unit): Always create a static
7540 block.
7541
7542 2013-04-25 Hui Zhu <hui@codesourcery.com>
7543
7544 * breakpoint.c (build_target_command_list): Change loc->cond_bytecode
7545 to loc->cmd_bytecode.
7546
7547 2013-04-24 Doug Evans <dje@google.com>
7548
7549 * dwarf2read.c (setup_type_unit_groups): Fix comment.
7550
7551 2013-04-22 Keith Seitz <keiths@redhat.com>
7552
7553 * tracepoint.c (trace_save): Call the writer's start method.
7554
7555 2013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
7556
7557 PR gdb/10462
7558 * cli/cli-decode.c (lookup_command): Show an error if there is no space
7559 before argument.
7560
7561 2013-04-23 Tom Tromey <tromey@redhat.com>
7562
7563 * common/filestuff.c: Check USE_WIN32API before including
7564 sys/socket.h.
7565 (HAVE_F_GETFD): New define.
7566 (mark_cloexec): Check HAVE_F_GETFD.
7567 (gdb_open_cloexec): Change 'mode' to unsigned long.
7568 (gdb_socketpair_cloexec): Check HAVE_SOCKETPAIR.
7569 (gdb_pipe_cloexec): Check HAVE_PIPE.
7570 * common/filestuff.h (gdb_open_cloexec): Change 'mode' to unsigned
7571 long.
7572
7573 2013-04-23 Hui Zhu <hui@codesourcery.com>
7574
7575 PR gdb/15293
7576 * breakpoint.c (bpstat_what): Add BPSTAT_WHAT_SINGLE to bp_dprintf.
7577
7578 2013-04-23 Hui Zhu <hui@codesourcery.com>
7579
7580 PR gdb/15165
7581 * breakpoint.c (dprintf_print_recreate): New.
7582 (save_breakpoints): Let it not save dprintf commands.
7583 (initialize_breakpoint_ops): Set dprintf_print_recreate.
7584
7585 2013-04-22 Tom Tromey <tromey@redhat.com>
7586
7587 PR gdb/7912:
7588 * Makefile.in (SFILES): Add filestuff.c
7589 (COMMON_OBS): Add filestuff.o.
7590 (filestuff.o): New target.
7591 * auto-load.c (auto_load_objfile_script_1): Use
7592 gdb_fopen_cloexec.
7593 * auxv.c (procfs_xfer_auxv): Use gdb_open_cloexec.
7594 * cli/cli-cmds.c (shell_escape): Call close_most_fds.
7595 * cli/cli-dump.c (fopen_with_cleanup): Use gdb_fopen_cloexec.
7596 * common/agent.c (gdb_connect_sync_socket): Use
7597 gdb_socket_cloexec.
7598 * common/filestuff.c: New file.
7599 * common/filestuff.h: New file.
7600 * common/linux-osdata.c (linux_common_core_of_thread)
7601 (command_from_pid, commandline_from_pid, print_source_lines)
7602 (linux_xfer_osdata_shm, linux_xfer_osdata_sem)
7603 (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Use
7604 gdb_fopen_cloexec.
7605 * common/linux-procfs.c (linux_proc_get_int)
7606 (linux_proc_pid_has_state): Use gdb_fopen_cloexec.
7607 * config.in, configure: Rebuild.
7608 * configure.ac: Don't check for sys/socket.h. Check for
7609 fdwalk, pipe2.
7610 * corelow.c (core_open): Use gdb_open_cloexec.
7611 * dwarf2read.c (write_psymtabs_to_index): Use gdb_fopen_cloexec.
7612 * fork-child.c (fork_inferior): Call close_most_fds.
7613 * gdb_bfd.c (gdb_bfd_open): Use gdb_open_cloexec.
7614 * inf-child.c (inf_child_fileio_readlink): Use gdb_open_cloexec.
7615 * linux-nat.c (linux_nat_thread_name, linux_proc_pending_signals):
7616 Use gdb_fopen_cloexec.
7617 (linux_proc_xfer_partial, linux_proc_xfer_spu): Use
7618 gdb_open_cloexec.
7619 (linux_async_pipe): Use gdb_pipe_cloexec.
7620 * remote-fileio.c (remote_fileio_func_open): Use
7621 gdb_open_cloexec.
7622 * remote.c (remote_file_put, remote_file_get): Use
7623 gdb_fopen_cloexec.
7624 * ser-pipe.c (pipe_open): Use gdb_socketpair_cloexec,
7625 close_most_fds.
7626 * ser-tcp.c (net_open): Use gdb_socket_cloexec.
7627 * ser-unix.c (hardwire_open): Use gdb_open_cloexec.
7628 * solib.c (solib_find): Use gdb_open_cloexec.
7629 * source.c (openp, find_and_open_source): Use gdb_open_cloexec.
7630 * tracepoint.c (tfile_start): Use gdb_fopen_cloexec.
7631 (tfile_open): Use gdb_open_cloexec.
7632 * tui/tui-io.c (tui_initialize_io): Use gdb_pipe_cloexec.
7633 * ui-file.c (gdb_fopen): Use gdb_fopen_cloexec.
7634 * xml-support.c (xml_fetch_content_from_file): Use
7635 gdb_fopen_cloexec.
7636 * main.c (captured_main): Call notice_open_fds.
7637
7638 2013-04-22 Edjunior Machado <emachado@linux.vnet.ibm.com>
7639
7640 * remote-sim.c (dump_mem): Change the type of 'buf' parameter from
7641 'char *' to 'gdb_byte *'.
7642 (gdbsim_store_register): Change the type of 'tmp' from 'char' to
7643 'gdb_byte'.
7644
7645 2013-04-22 Yao Qi <yao@codesourcery.com>
7646
7647 * infrun.c: Fix typo in comment.
7648
7649 2013-04-22 Andrew Haley <aph@redhat.com>
7650
7651 * arm-tdep.c (BranchDest): Cast result as "unsigned long",
7652 instead of "long".
7653
7654 2013-04-20 Yao Qi <yao@codesourcery.com>
7655
7656 * ctf.c (ctf_fetch_registers): Change the type of 'regs' from
7657 'char *' to 'gdb_byte *'. Cast the return value of
7658 'bt_ctf_get_char_array' to 'gdb_byte *'.
7659
7660 2013-04-19 Pedro Alves <palves@redhat.com>
7661
7662 * configure.ac (build_warnings): Replace -Wno-pointer-sign with
7663 -Wpointer-sign.
7664 * configure: Regenerate.
7665
7666 2013-04-19 Pedro Alves <palves@redhat.com>
7667
7668 * ser-tcp.c (net_read_prim): Cast second argument to recv to
7669 'void *'.
7670
7671 2013-04-19 Pedro Alves <palves@redhat.com>
7672
7673 * monitor.c (monitor_write_memory, monitor_write_memory_bytes):
7674 Change type of 'myaddr' parameter to gdb_byte pointer.
7675 (monitor_write_memory_longlongs): Likewise. Cast 'myaddr' pointer
7676 to 'long long' pointer instead of to 'unsigned long long'.
7677 (monitor_write_memory_block, monitor_read_memory_single)
7678 (monitor_read_memory): Change type of 'myaddr' parameter to
7679 gdb_byte pointer.
7680
7681 2013-04-19 Pedro Alves <palves@redhat.com>
7682
7683 * record.c (validate_history_size): Make parameter 'setting'
7684 unsigned.
7685
7686 2013-04-19 Pedro Alves <palves@redhat.com>
7687
7688 * ctf.c (ctf_write_uploaded_tsv, ctf_write_uploaded_tp): Add casts
7689 to 'gdb_byte *'.
7690
7691 2013-04-19 Pedro Alves <palves@redhat.com>
7692
7693 * cp-valprint.c (cp_print_class_member): Change type of 'fieldno'
7694 local to int.
7695
7696 2013-04-19 Pedro Alves <palves@redhat.com>
7697
7698 * ada-lang.c (print_it_exception): Add cast to gdb_byte *.
7699 * ada-tasks.c (read_fat_string_value): Likewise.
7700
7701 2013-04-19 Pedro Alves <palves@redhat.com>
7702
7703 * dwarf2-frame.c (execute_cfa_program): Make 'bytes_read' local
7704 unsigned. Pass 'tmp' to safe_read_uleb128 instead of the signed
7705 'offset', and adjust.
7706
7707 2013-04-19 Pedro Alves <palves@redhat.com>
7708
7709 * dwarf2read.c (dwarf2_get_dwz_file): Add cast to const char *.
7710 (read_index_from_section): Add cast to 'char *'.
7711
7712 2013-04-19 Pedro Alves <palves@redhat.com>
7713
7714 * xcoffread.c (xcoff_initial_scan): Add cast to 'char *'.
7715
7716 2013-04-19 Pedro Alves <palves@redhat.com>
7717
7718 * coff-pe-read.c (read_pe_exported_syms): Handle strings as char.
7719
7720 2013-04-19 Pedro Alves <palves@redhat.com>
7721
7722 * record-full.c (record_full_get_bookmark): Change local 'ret'
7723 type to char * and add cast to gdb_byte *.
7724 (record_full_goto_bookmark): Handle 'bookmark' argument as a
7725 string.
7726 * reverse.c (goto_bookmark_command): Add casts to gdb_byte *.
7727
7728 2013-04-19 Pedro Alves <palves@redhat.com>
7729
7730 * python/py-inferior.c (infpy_write_memory): Add cast to gdb_byte
7731 * python/py-prettyprint.c (print_string_repr): Change type of
7732 'output' local to char *. Add cast to gdb_byte * in
7733 LA_PRINT_STRING call.
7734 (print_children): Change type of 'output' local to char *.
7735 * python/py-value.c (valpy_string): Add cast to const char * in
7736 PyUnicode_Decode call.
7737
7738 2013-04-19 Pedro Alves <palves@redhat.com>
7739
7740 * remote-mips.c (mips_cksum): Rename 'data' parameter to 'datastr'
7741 and change its type to 'const char *'. Adjust.
7742 (mips_send_packet): Add cast to 'char *', and remove cast to
7743 'unsigned char *'.
7744 (mips_receive_packet): Remove cast to 'unsigned char *'.
7745 (mips_load_srec): Use bfd_byte.
7746 (pmon_makeb64, pmon_zeroset): Make 'chksum' parameter unsigned.
7747 (pmon_checkset): Make 'value' parameter unsigned.
7748
7749 2013-04-19 Pedro Alves <palves@redhat.com>
7750
7751 * common/agent.c (agent_run_command): Add cast to gdb_byte *.
7752
7753 2013-04-19 Pedro Alves <palves@redhat.com>
7754
7755 * remote.c (remote_write_bytes_aux, compare_sections_command)
7756 (remote_read_qxfer)
7757 (remote_search_memory, remote_hostio_pwrite, remote_hostio_pread)
7758 (remote_hostio_readlink, remote_bfd_iovec_pread)
7759 (remote_set_trace_notes): Use gdb_byte when RSP buffer is used as
7760 binary buffer, and char when buffer is used as string.
7761 * tracepoint.c (encode_source_string, tfile_write_uploaded_tp)
7762 (trace_save, tfile_open, traceframe_walk_blocks)
7763 (tfile_fetch_registers): Likewise.
7764
7765 2013-04-19 Pedro Alves <palves@redhat.com>
7766
7767 * ser-base.c (ser_base_write): Change prototype -- take 'void *'
7768 buffer and size_t size. Adjust.
7769 * ser-base.h (ser_base_write): Adjust.
7770 * ser-go32.c (cnts): Change type to size_t.
7771 (dos_write): Change prototype -- take 'void *'
7772 buffer and size_t size. Adjust.
7773 (dos_info): Print elements of 'cnts' as unsigned long.
7774 * serial.c (serial_write): Likewise.
7775 * serial.h (serial_write): Adjust.
7776 (struct serial_ops) <write>: Change prototype -- take 'void *'
7777 buffer and size_t size. Adjust.
7778
7779 2013-04-19 Pedro Alves <palves@redhat.com>
7780
7781 * c-lang.c (evaluate_subexp_c): Cast result of obstack_base to
7782 gdb_byte *.
7783 * linux-tdep.c (linux_make_mappings_corefile_notes): Likewise.
7784
7785 2013-04-19 Pedro Alves <palves@redhat.com>
7786
7787 * alpha-tdep.c (alpha_extract_return_value): Use
7788 regcache_cooked_read_unsigned to read 'v0'.
7789
7790 2013-04-19 Pedro Alves <palves@redhat.com>
7791
7792 * xtensa-tdep.c (execute_l32e, execute_s32e): Change type of
7793 parameters 'at', 'as' and 'offset' to uint32_t.
7794
7795 2013-04-19 Pedro Alves <palves@redhat.com>
7796
7797 * aarch64-tdep.c (aarch64_analyze_prologue): Change type of local
7798 'is64' to signed 'int'.
7799
7800 2013-04-19 Pedro Alves <palves@redhat.com>
7801
7802 * s390-tdep.c (is_rs, is_rsy, is_rx, is_rxy): Change type of 'd2'
7803 parameter to int *.
7804
7805 2013-04-19 Pedro Alves <palves@redhat.com>
7806
7807 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Change local
7808 'insnbuf' buffer type to unsigned int[].
7809
7810 2013-04-19 Pedro Alves <palves@redhat.com>
7811
7812 * mips-tdep.c (mips_read_pc): Change local 'pc' type to LONGEST.
7813
7814 2013-04-19 Pedro Alves <palves@redhat.com>
7815
7816 * mep-tdep.c (mep_get_insn): Change 'insn' parameter type to
7817 unsigned long *.
7818
7819 2013-04-19 Pedro Alves <palves@redhat.com>
7820
7821 * alpha-tdep.c (heuristic_fence_post): Change type to int.
7822 (alpha_heuristic_proc_start): Adjust to check -1 instead of
7823 UINT_MAX.
7824 * mips-tdep.c (heuristic_fence_post): Change type to int.
7825 (heuristic_proc_start): Adjust to check -1 instead of UINT_MAX.
7826
7827 2013-04-19 Pedro Alves <palves@redhat.com>
7828
7829 * cris-tdep.c (usr_cmd_cris_version): Make unsigned.
7830 (struct gdbarch_tdep) <cris_version>: Make unsigned.
7831 (cris_spec_reg_applicable, cris_gdbarch_init): Adjust locals.
7832
7833 2013-04-19 Pedro Alves <palves@redhat.com>
7834
7835 * avr-tdep.c (avr_io_reg_read_command): New local 'bufstr'. Use
7836 it to get a string view of the byte buffer.
7837 * i386-cygwin-tdep.c (core_process_module_section): Change local 'buf'
7838 type to gdb_byte *. Adjust.
7839 * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full):
7840 Change local to char *.
7841 * solib-darwin.c (find_program_interpreter): Change return type to
7842 char *. Adjust.
7843 (darwin_solib_get_all_image_info_addr_at_init): Adjust.
7844 * solib-dsbt.c (enable_break2): Change local 'buf' to char *.
7845 * solib-frv.c (enable_break2): Change local 'buf' to char *.
7846 * solib-spu.c (spu_current_sos): Add gdb_byte * cast.
7847 * solib-svr4.c (find_program_interpreter): Change return type to
7848 char *. Adjust.
7849 (enable_break): Change local 'interp_name' to char *.
7850 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
7851 * spu-tdep.c (spu_pseudo_register_read_spu): Add cast to 'char *'.
7852 (spu_pseudo_register_write_spu): Use char for string buffer.
7853 Adjust.
7854 (info_spu_event_command, info_spu_signal_command): Add casts to
7855 'char *'.
7856
7857 2013-04-19 Pedro Alves <palves@redhat.com>
7858
7859 * aarch64-tdep.c (aarch64_default_breakpoint): Change type to
7860 gdb_byte[].
7861 (aarch64_breakpoint_from_pc): Change return type to gdb_byte *.
7862 * ada-lang.c (ada_value_assign): Use gdb_byte.
7863 * alphanbsd-tdep.c (sigtramp_retcode): Change type to gdb_byte[].
7864 (alphanbsd_sigtramp_offset): Use gdb_byte.
7865 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint)
7866 (arm_linux_arm_be_breakpoint, eabi_linux_arm_le_breakpoint)
7867 (eabi_linux_arm_be_breakpoint, arm_linux_thumb_be_breakpoint)
7868 (arm_linux_thumb_le_breakpoint, arm_linux_thumb2_be_breakpoint)
7869 (arm_linux_thumb2_le_breakpoint): Change type to gdb_byte[].
7870 * arm-tdep.c (arm_stub_unwind_sniffer)
7871 (arm_displaced_init_closure): Use gdb_byte.
7872 (arm_default_arm_le_breakpoint, arm_default_arm_be_breakpoint)
7873 (arm_default_thumb_le_breakpoint)
7874 (arm_default_thumb_be_breakpoint): Change type to gdb_byte[].
7875 * arm-tdep.h (struct gdbarch_tdep) <arm_breakpoint,
7876 thumb_breakpoint, thumb2_breakpoint>: Change type to gdb_byte *.
7877 * arm-wince-tdep.c (arm_wince_le_breakpoint)
7878 (arm_wince_thumb_le_breakpoint): Change type to gdb_byte[].
7879 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint)
7880 (arm_nbsd_arm_be_breakpoint, arm_nbsd_thumb_le_breakpoint)
7881 (arm_nbsd_thumb_be_breakpoint): Change type to gdb_byte[].
7882 * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint)
7883 (arm_obsd_thumb_be_breakpoint): Change type to gdb_byte[].
7884 * cris-tdep.c (push_stack_item, cris_push_dummy_call)
7885 (cris_store_return_value, cris_extract_return_value): Use
7886 gdb_byte.
7887 (constraint): Change type of parameter to char * from signed
7888 char*. Use gdb_byte.
7889 * dwarf2loc.c (read_pieced_value, write_pieced_value): Change type
7890 of local buffer to gdb_byte *.
7891 * dwarf2read.c (read_index_from_section): Use gdb_byte.
7892 (create_dwp_hash_table): Change type of locals to gdb_byte *.
7893 (add_address_entry): Change type of local buffer to gdb_byte[].
7894 * frv-tdep.c (frv_adjust_breakpoint_address, find_func_descr)
7895 (frv_push_dummy_call): Use gdb_byte.
7896 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code)
7897 (hppa_hpux_supply_ss_fpblock, hppa_hpux_supply_ss_wide)
7898 (hppa_hpux_supply_save_state): Use gdb_byte.
7899 * hppa-tdep.c (hppa32_push_dummy_call)
7900 (hppa64_convert_code_addr_to_fptr): Use gdb_byte.
7901 * ia64-tdep.c (extract_bit_field, replace_bit_field)
7902 (slotN_contents, replace_slotN_contents): Change type of parameter
7903 to gdb_byte *.
7904 (fetch_instruction, ia64_pseudo_register_write)
7905 (ia64_register_to_value, ia64_value_to_register)
7906 (ia64_extract_return_value, ia64_store_return_value)
7907 (ia64_push_dummy_call): Use gdb_byte.
7908 * m32c-tdep.c (m32c_return_value): Remove cast.
7909 * m68hc11-tdep.c (m68hc11_pseudo_register_write)
7910 (m68hc11_push_dummy_call, m68hc11_store_return_value): Use
7911 gdb_byte.
7912 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Use gdb_byte.
7913 * mn10300-tdep.c (mn10300_store_return_value)
7914 (mn10300_breakpoint_from_pc, mn10300_push_dummy_call): Use
7915 gdb_byte.
7916 * moxie-tdep.c (moxie_process_readu): Use gdb_byte.
7917 (moxie_process_record): Remove casts.
7918 * ppc-ravenscar-thread.c (supply_register_at_address)
7919 (ppc_ravenscar_generic_store_registers): Use gdb_byte.
7920 * ravenscar-thread.c (get_running_thread_id): Use gdb_byte.
7921 * remote-m32r-sdi.c (m32r_fetch_register): Use gdb_byte.
7922 * remote-mips.c (mips_xfer_memory): Use gdb_byte.
7923 * remote.c (compare_sections_command): Use gdb_byte.
7924 * score-tdep.c (score7_free_memblock): Change type of parameter to
7925 gdb_byte *.
7926 * sh-tdep.c (sh_justify_value_in_reg): Change return type to
7927 gdb_byte *. Use gdb_byte.
7928 (sh_push_dummy_call_fpu): Use gdb_byte.
7929 (sh_extract_return_value_nofpu, sh_extract_return_value_fpu)
7930 (sh_store_return_value_nofpu, sh_store_return_value_fpu)
7931 (sh_register_convert_to_virtual, sh_register_convert_to_raw):
7932 Change parameter type to 'gdb_byte *'. Use gdb_byte.
7933 (sh_pseudo_register_read, sh_pseudo_register_write): Use gdb_byte.
7934 * sh64-tdep.c (sh64_push_dummy_call): Use gdb_byte.
7935 (sh64_store_return_value, sh64_register_convert_to_virtual):
7936 Change parameter type to 'gdb_byte *'. Use gdb_byte.
7937 (sh64_pseudo_register_write): Use gdb_byte.
7938 * solib-darwin.c (darwin_current_sos): Add casts to 'gdb_byte *'.
7939 * solib-irix.c (fetch_lm_info): Likewise. Use gdb_byte for byte
7940 buffer.
7941 (irix_current_sos): Use gdb_byte.
7942 * solib-som.c (som_current_sos): Use gdb_byte.
7943 * sparc-ravenscar-thread.c (supply_register_at_address)
7944 (sparc_ravenscar_generic_store_registers): Use gdb_byte.
7945 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
7946 * spu-tdep.c (spu_get_overlay_table): Use gdb_byte.
7947 * tic6x-tdep.c (tic6x_breakpoint_from_pc): Change return type to
7948 'gdb_byte *'.
7949 * tic6x-tdep.h (struct gdbarch_tdep) <breakpoint>: Change type to
7950 'gdb_byte *'.
7951 * tracepoint.c (tfile_fetch_registers): Use gdb_byte.
7952 * xstormy16-tdep.c (xstormy16_extract_return_value)
7953 (xstormy16_store_return_value): Change parameter type to
7954 'gdb_byte *'. Adjust.
7955 (xstormy16_push_dummy_call): Use gdb_byte.
7956 * xtensa-tdep.c (xtensa_scan_prologue, call0_ret)
7957 (call0_analyze_prologue, execute_code): Use gdb_byte.
7958
7959 2013-04-19 Vladimir Kargov <kargov@gmail.com>
7960 Pedro Alves <palves@redhat.com>
7961
7962 * i387-tdep.c (i387_print_float_info): Use gdb_byte for pointer to
7963 value contents.
7964
7965 2013-04-17 Doug Evans <dje@google.com>
7966
7967 * dwarf2read.c (struct signatured_type): New member type.
7968 (struct attribute): Replace member signatured_type with signature.
7969 (DW_SIGNATURE): Replaces DW_SIGNATURE_TYPE.
7970 (read_call_site_scope): Call follow_die_ref instead of
7971 follow_die_ref_or_sig.
7972 (read_structure_type): Rewrite handling of signatured types.
7973 (read_enumeration_type): Ditto.
7974 (read_attribute_value): Update.
7975 (build_error_marker_type): New function.
7976 (lookup_die_type): Add assert. Rewrite handling of signatured types.
7977 Don't call error for bad types, just build an error marker type.
7978 (dump_die_shallow): Update.
7979 (follow_die_sig_1): Renamed from follow_die_sig.
7980 Don't call error for bad types, instead return NULL.
7981 (follow_die_sig): New function.
7982 (get_signatured_type, get_DW_AT_signature_type): New functions.
7983
7984 2013-04-17 Yufeng Zhang <yufeng.zhang@arm.com>
7985
7986 * aarch64-tdep.c (aarch64_write_pc): Removed.
7987 (aarch64_gdbarch_init): Remove set_gdbarch_write_pc of the above
7988 function.
7989
7990 2013-04-17 Yao Qi <yao@codesourcery.com>
7991
7992 * top.c (print_gdb_configuration): Print configure-time
7993 parameter on using libbabeltrace or not.
7994
7995 2013-04-16 Pedro Alves <palves@redhat.com>
7996
7997 * copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.
7998
7999 2013-04-16 Pedro Alves <palves@redhat.com>
8000
8001 * common/glibc_thread_db.h: Update from upstream glibc
8002 (git 568035b7874a099087b77f7bba3e36a1173787b0).
8003
8004 2013-04-16 Pedro Alves <palves@redhat.com>
8005
8006 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: Factor out to ...
8007 * common/glibc_thread_db.h: ... this new file ...
8008 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: ... and include it.
8009
8010 2013-04-16 Will Newton <will.newton@gmail.com>
8011 Pedro Alves <palves@redhat.com>
8012
8013 PR build/11881
8014
8015 * common/gdb_thread_db.h (LIBTHREAD_DB_SO)
8016 (LIBTHREAD_DB_SEARCH_PATH): Move outside of #ifdef
8017 HAVE_THREAD_DB_H.
8018
8019 2013-04-16 Pedro Alves <palves@redhat.com>
8020 Eli Zaretskii <eliz@gnu.org>
8021
8022 * NEWS: Mention "set foo unlimited".
8023
8024 2013-04-15 Doug Evans <dje@google.com>
8025
8026 * dwarf2read.c (struct dwo_file): Replace member "cus" with "cu".
8027 (struct create_dwo_cu_data): Renamed from create_dwo_info_table_data.
8028 (create_dwo_cu_reader): Renamed from
8029 create_dwo_debug_info_hash_table_reader.
8030 (create_dwo_cu): Renamed from create_dwo_debug_info_hash_table.
8031 Remove support for multiple CUs in a DWO file.
8032 (open_and_init_dwo_file, lookup_dwo_cutu): Update.
8033
8034 * dwarf2read.c (create_debug_types_hash_table): Use hex_string
8035 instead of phex.
8036 (lookup_dwo_unit, create_dwo_debug_info_hash_table_reader): Ditto.
8037 (create_dwo_in_dwp): Ditto.
8038
8039 2013-04-15 Tom Tromey <tromey@redhat.com>
8040
8041 * NEWS: Move recent entries into "since 7.6" section.
8042
8043 2013-04-15 Tom Tromey <tromey@redhat.com>
8044
8045 PR c++/13588:
8046 * NEWS: Update.
8047 * break-catch-throw.c (struct exception_catchpoint)
8048 <exception_rx, pattern>: New fields.
8049 (fetch_probe_arguments, dtor_exception_catchpoint)
8050 (check_status_exception_catchpoint)
8051 (print_one_detail_exception_catchpoint): New functions.
8052 (handle_gnu_v3_exceptions): Add "except_rx" argument.
8053 Compile regular expression if needed.
8054 (extract_exception_regexp): New function.
8055 (catch_exception_command_1): Use extract_exception_regexp.
8056 (compute_exception): Use fetch_probe_arguments.
8057 (initialize_throw_catchpoint_ops): Set dtor, print_one_detail,
8058 and check_status fields.
8059 * cp-abi.c (cplus_typename_from_type_info): New function.
8060 * cp-abi.h (cplus_typename_from_type_info): Declare.
8061 (struct cp_abi_ops) <get_typename_from_type_info>: New field.
8062 * gdb_regex.h (compile_rx_or_error): Declare.
8063 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info): Update
8064 comment.
8065 (init_gnuv3_ops): Set get_type_from_type_info field.
8066 * probe.c (compile_rx_or_error): Move...
8067 * utils.c (compile_rx_or_error): ... here.
8068
8069 2013-04-15 Tom Tromey <tromey@redhat.com>
8070
8071 PR c++/15176:
8072 * NEWS: Update.
8073 * break-catch-throw.c (compute_exception): New function.
8074 (exception_funcs): New global.
8075 (_initialize_break_catch_throw): Create $_exception.
8076 * cp-abi.c (cplus_type_from_type_info): New function.
8077 * cp-abi.h (cplus_type_from_type_info): Declare.
8078 (struct cp_abi_ops) <get_type_from_type_info>: New field.
8079 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info)
8080 (gnuv3_get_type_from_type_info): New functions.
8081 (init_gnuv3_ops): Set get_type_from_type_info ABI field.
8082
8083 2013-04-15 Tom Tromey <tromey@redhat.com>
8084
8085 * break-catch-throw.c (struct exception_names): New.
8086 (exception_functions): Change type.
8087 (re_set_exception_catchpoint): Look for SDT probes.
8088
8089 2013-04-15 Tom Tromey <tromey@redhat.com>
8090
8091 PR c++/10119:
8092 * break-catch-throw.c (exception_functions): New global.
8093 (gnu_v3_exception_catchpoint_ops): Move earlier.
8094 (struct exception_catchpoint): New.
8095 (classify_exception_breakpoint): Rewrite.
8096 (re_set_exception_catchpoint): New function.
8097 (handle_gnu_v3_exceptions): Return void. Use init_catchpoint.
8098 Allocate a struct exception_catchpoint.
8099 (catch_exception_command_1): Update.
8100 (initialize_throw_catchpoint_ops): Set 're_set' method.
8101
8102 2013-04-15 Tom Tromey <tromey@redhat.com>
8103
8104 * Makefile.in (SFILES): Add break-catch-throw.c
8105 (COMMON_OBS): Add break-catch-throw.o.
8106 * break-catch-throw.c: New file.
8107 * breakpoint.c: Move exception-catching code to new file.
8108 (ep_parse_optional_if_clause): No longer static.
8109 * breakpoint.h (ep_parse_optional_if_clause): Declare.
8110
8111 2013-04-15 Tom Tromey <tromey@redhat.com>
8112
8113 PR c++/9065:
8114 * NEWS: Update.
8115 * breakpoint.c (watchpoint_exp_is_const): Add OP_TYPEID.
8116 * c-exp.y (TYPEID): New token.
8117 (exp): Add new TYPEID productions.
8118 (ident_tokens): Add "typeid".
8119 * cp-abi.c (cplus_typeid, cplus_typeid_type): New functions.
8120 * cp-abi.h (cplus_typeid, cplus_typeid_type): Declare.
8121 (struct cp_abi_ops) <get_typeid, get_typeid_type>: New fields.
8122 * eval.c (evaluate_subexp_standard) <OP_TYPEID>: New case.
8123 * expprint.c (dump_subexp_body_standard) <OP_TYPEID>: New
8124 case.
8125 * gnu-v3-abi.c (std_type_info_gdbarch_data): New global.
8126 (build_std_type_info_type, gnuv3_get_typeid_type)
8127 (gnuv3_get_typeid): New functions.
8128 (init_gnuv3_ops): Initialize std_type_info_gdbarch_data. Set
8129 new fields on ABI object.
8130 * parse.c (operator_length_standard) <OP_TYPEID>: New case.
8131 * std-operator.def (OP_TYPEID): New.
8132
8133 2013-04-15 Tom Tromey <tromey@redhat.com>
8134
8135 * elfread.c (elf_symtab_read): Install versioned symbol under
8136 unversioned name as well.
8137
8138 2013-04-15 Tom Tromey <tromey@redhat.com>
8139
8140 PR c++/11990:
8141 * c-lang.c (cplus_language_defn): Use gdb_demangle.
8142 * c-typeprint.c (c_type_print_base): Use gdb_demangle.
8143 * cp-support.c (mangled_name_to_comp): Use gdb_demangle.
8144 (gdb_demangle): New function.
8145 * cp-support.h (gdb_demangle): Declare.
8146 * dwarf2read.c (dwarf2_physname, fixup_partial_die)
8147 (dwarf2_name): Use gdb_demangle.
8148 * gdbtypes.c (check_stub_method): Use gdb_demangle.
8149 * gnu-v3-abi.c (gnuv3_rtti_type): Strip @plt and version
8150 suffixes from name.
8151 (gnuv3_print_method_ptr): Use gdb_demangle.
8152 * jv-lang.c (java_demangle): Use gdb_demangle.
8153 * jv-typeprint.c (java_type_print_base): Use gdb_demangle.
8154 * language.c (unk_lang_demangle): Use gdb_demangle.
8155 * symtab.c (symbol_find_demangled_name)
8156 (demangle_for_lookup): Use gdb_demangle.
8157
8158 2013-04-15 Tom Tromey <tromey@redhat.com>
8159
8160 PR c++/12824:
8161 * NEWS: Update.
8162 * breakpoint.c (enum exception_event_kind) <EX_EVENT_RETHROW>:
8163 New constant.
8164 (classify_exception_breakpoint): New function.
8165 (print_it_exception_catchpoint, print_one_exception_catchpoint)
8166 (print_mention_exception_catchpoint)
8167 (print_recreate_exception_catchpoint, handle_gnu_v3_exceptions)
8168 (catch_exception_command_1): Handle "rethrow" catchpoint.
8169 (catch_rethrow_command): New function.
8170 (_initialize_breakpoint): Add "catch rethrow" command.
8171
8172 2013-04-15 Pierre Muller <muller@sourceware.org>
8173
8174 * contrib/ari/gdb_ari.sh (write_pc rule): Do not consider
8175 set_gdbarch_write_pc as deprecated anymore.
8176
8177 2013-04-15 Joel Brobecker <brobecker@adacore.com>
8178
8179 * spu-tdep.c (spu_write_pc): Add empty line after local variable
8180 declarations.
8181
8182 2013-04-13 Yao Qi <yao@codesourcery.com>
8183
8184 * ctf.c (_initialize_ctf): Include "completer.h".
8185 Call add_target_with_completer instead of add_target.
8186
8187 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8188
8189 Fix GDB regression related to PR binutils/14813.
8190 * jit.c (mem_bfd_iovec_close): Return 0 for success.
8191 * minidebug.c (lzma_close): Add return value comment.
8192 * remote.c (remote_bfd_iovec_close): Return 0 for success.
8193 * solib-spu.c (spu_bfd_iovec_close): Likewise.
8194 * spu-linux-nat.c (spu_bfd_iovec_close): Likewise.
8195
8196 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8197
8198 * config.in: Regenerate.
8199
8200 2013-04-12 Tom Tromey <tromey@redhat.com>
8201
8202 * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: Now
8203 const.
8204 * dwarf2read.c (struct dwarf2_section_info) <buffer>: Now const.
8205 (struct die_reader_specs) <buffer>: Likewise.
8206 (die_reader_func_ftype): Make 'info_ptr' const.
8207 (struct line_header) <include_dirs, statement_program_start,
8208 statement_program_end>: Now const.
8209 (struct file_entry) <name>: Likewise.
8210 (struct partial_die_info) <sibling>: Likewise.
8211 (struct dwarf_block) <data>: Likewise.
8212 (dwarf2_read_section): Remove cast.
8213 (dwarf2_get_section_info): Make 'bufp' const.
8214 (read_index_from_section): Constify.
8215 (dw2_get_file_names_reader): Make 'info_ptr' const.
8216 (dw2_get_primary_filename_reader): Likewise.
8217 (read_comp_unit_head): Make 'info_ptr' and return type const.
8218 (read_and_check_comp_unit_head, read_and_check_type_unit_head):
8219 Likewise.
8220 (read_abbrev_offset): Constify.
8221 (dwarf2_create_include_psymtab): Make 'name' const.
8222 (create_debug_types_hash_table): Update.
8223 (read_cutu_die_from_dwo): Make 'result_info_ptr' const.
8224 (init_cutu_and_read_dies, init_cutu_and_read_dies_no_follow):
8225 Constify.
8226 (process_psymtab_comp_unit_reader, build_type_psymtabs_reader)
8227 (load_partial_comp_unit_reader): Make 'info_ptr' const.
8228 (read_comp_units_from_section): Constify.
8229 (peek_abbrev_code, peek_die_abbrev, skip_children, skip_one_die)
8230 (locate_pdi_sibling, load_full_comp_unit_reader): Make 'info_ptr'
8231 const.
8232 (dwarf2_compute_name, setup_type_unit_groups): Constify.
8233 (create_dwo_debug_info_hash_table): Make 'info_ptr' const.
8234 (create_dwp_hash_table, dwarf2_ranges_read)
8235 (dwarf2_record_block_ranges): Constify.
8236 (read_die_and_children, read_die_and_siblings_1)
8237 (read_die_and_siblings): Make 'info_ptr' and 'new_info_ptr'
8238 const.
8239 (read_full_die_1, read_full_die): Make 'info_ptr' const.
8240 (abbrev_table_read_table): Constify.
8241 (load_partial_dies): Make 'info_ptr' const.
8242 (read_partial_die, read_attribute_value, read_attribute): Make
8243 'info_ptr' and return type const.
8244 (read_address, read_initial_length)
8245 (read_checked_initial_length_and_offset, read_offset)
8246 (read_offset_1, read_n_bytes, read_direct_string): Make 'buf'
8247 const.
8248 (read_direct_string): Make 'buf' and return type const.
8249 (read_indirect_string_at_offset, read_indirect_string_from_dwz)
8250 (read_indirect_string): Make return type const.
8251 (read_unsigned_leb128, read_signed_leb128): Make 'buf' const.
8252 (read_addr_index_from_leb128, dwarf2_read_addr_index_reader): Make
8253 'info_ptr' const.
8254 (read_str_index): Make return type const.
8255 (add_include_dir): Make 'include_dir' const.
8256 (add_file_name): Make 'name' const.
8257 (dwarf_decode_line_header): Constify.
8258 (psymtab_include_file_name): Make return type const.
8259 (dwarf_decode_lines_1, dwarf_decode_lines): Constify.
8260 (dwarf2_start_subfile): Make 'filename' const.
8261 (dwarf2_const_value_attr): Make 'bytes' const.
8262 (read_signatured_type_reader): Make 'info_ptr' const.
8263 (decode_locdesc): Constify.
8264 (skip_form_bytes): Make 'bytes', 'buffer_end', and return type
8265 const.
8266 (skip_unknown_opcode): Make 'opcode_definitions', 'mac_ptr',
8267 'mac_end', and return type const.
8268 (dwarf_parse_macro_header): Make 'mac_ptr' and return type const.
8269 (dwarf_decode_macro_bytes): Make 'mac_ptr', 'mac_end', and return
8270 type const.
8271 (per_cu_header_read_in): Constify.
8272 * symfile.h (dwarf2_get_section_info): Update.
8273
8274 2013-04-12 Tom Tromey <tromey@redhat.com>
8275
8276 * symtab.h (struct general_symbol_info) <value.bytes>: Make const.
8277
8278 2013-04-12 Eli Zaretskii <eliz@gnu.org>
8279
8280 * NEWS: Mention "show configuration", --configuration.
8281 * top.c (print_gdb_configuration): New function, displays the
8282 details about GDB configure-time parameters.
8283 (print_gdb_version): Mention "show configuration".
8284 * cli/cli-cmds.c (show_configuration): New function.
8285 (_initialize_cli_cmds): Add the "show configuration" command.
8286 * main.c (captured_main) <print_configuration>: New static var.
8287 <long_options>: Use it.
8288 If --configuration was given, call print_gdb_configuration.
8289
8290 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8291 Pedro Alves <palves@redhat.com>
8292
8293 * Makefile.in (HAVE_NATIVE_GCORE_TARGET): New.
8294 (generated_files): Add gcore.
8295 (install-only, uninstall): Add gcore if HAVE_NATIVE_GCORE_TARGET or
8296 HAVE_NATIVE_GCORE_HOST.
8297 (gcore): New.
8298 * NEWS (Changes since GDB 7.6): Mention newly installed gcore.
8299 * config/alpha/alpha-osf3.mh, config/i386/fbsd.mh,
8300 config/i386/fbsd64.mh, config/i386/i386gnu.mh, config/i386/i386sol2.mh,
8301 config/i386/sol2-64.mh, config/mips/irix5.mh, config/mips/irix6.mh,
8302 config/powerpc/fbsd.mh, config/sparc/fbsd.mh, config/sparc/sol2.mh:
8303 Add HAVE_NATIVE_GCORE_HOST.
8304 * configure: Regenerate.
8305 * configure.ac (HAVE_NATIVE_GCORE_TARGET): New, set it, AC_SUBST it.
8306 New AC_SUBST fir GDB_TRANSFORM_NAME and GCORE_TRANSFORM_NAME. New
8307 AC_CONFIG_FILES for gcore.
8308 * configure.tgt: Add gdb_have_gcore to the initial comment. Set
8309 gdb_have_gcore.
8310 * gdb_gcore.sh: Rename to ...
8311 * gcore.in: ... here. Remove gcore.sh comment. Use GDB_TRANSFORM_NAME
8312 and GCORE_TRANSFORM_NAME substitutions.
8313
8314 Fix parsing tabs in ${gdb_target_obs}.
8315 * configure.tgt (gdb_have_gcore): Replace case with for and if.
8316
8317 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8318
8319 * remote.c (unpush_and_perror): Add output message final dot.
8320
8321 2013-04-11 Yao Qi <yao@codesourcery.com>
8322
8323 * tracepoint.c (tfile_interp_line): Fit parameters line and
8324 utpp in one line.
8325
8326 2013-04-10 Joel Brobecker <brobecker@adacore.com>
8327
8328 * solib.c (solib_map_sections): Remove code overwriting
8329 SO->SO_NAME with the bfd's filename.
8330
8331 2013-04-10 Pedro Alves <palves@redhat.com>
8332
8333 * cli/cli-decode.c (integer_unlimited_completer): New function.
8334 (add_setshow_integer_cmd, add_setshow_uinteger_cmd)
8335 (add_setshow_zuinteger_unlimited_cmd): Install the "unlimited"
8336 completer.
8337 * cli/cli-setshow.c: Include "cli/cli-utils.h".
8338 (is_unlimited_literal): New function.
8339 (do_set_command): Handle literal "unlimited" arguments.
8340 * frame.c (_initialize_frame) <set backtrace limit>: Document
8341 "unlimited".
8342 * printcmd.c (_initialize_printcmd) <set print
8343 max-symbolic-offset>: Add help text.
8344 * record-full.c (_initialize_record_full) <set record full
8345 insn-number-max>: Likewise.
8346 * record.c (_initialize_record) <set record
8347 instruction-history-size, set record function-call-history-size>:
8348 Add help text.
8349 * ser-tcp.c (_initialize_ser_tcp) <set tcp connect-timeout>: Add
8350 help text.
8351 * tracepoint.c (_initialize_tracepoint) <set trace-buffer-size>:
8352 Likewise.
8353 * source.c (_initialize_source) <set listsize>: Add help text.
8354 * utils.c (initialize_utils) <set height, set width>: Likewise.
8355 <set pagination>: Mention "set height unlimited".
8356 * valprint.c (_initialize_valprint) <set print elements, set print
8357 repeats>: Document "unlimited".
8358
8359 2013-04-10 Pedro Alves <palves@redhat.com>
8360
8361 * cli/cli-cmds.c (quit_command): Call query_if_trace_running
8362 instead of disconnect_tracing.
8363 * infcmd.c (detach_command, disconnect_command): Call
8364 query_if_trace_running. Adjust.
8365 * top.c: Include "tracepoint.h".
8366 (quit_target): Delete. Contents moved ...
8367 (quit_force): ... here. Wrap each stage of teardown in
8368 TRY_CATCH. Call disconnect_tracing before detaching.
8369
8370 2013-04-10 Hui Zhu <hui@codesourcery.com>
8371 Yao Qi <yao@codesourcery.com>
8372
8373 * configure.ac: Check libbabeltrace is installed.
8374 * config.in: Regenerate.
8375 * configure: Regenerate.
8376 * Makefile.in (LIBBABELTRACE): New.
8377 (CLIBS): Add LIBBABELTRACE.
8378 * ctf.c: Include "exec.h".
8379 (CTF_EVENT_ID_STATUS, CTF_EVENT_ID_TSV_DEF): New macros.
8380 (CTF_EVENT_ID_TP_DEF, ctf_save_write_int32): New macros.
8381 (ctf_save_metadata_header): Define new type aliases in
8382 metadata.
8383 (ctf_write_header): Define event type "tsv_def" and "tp_def"
8384 in metadata. Start a new faked packet for trace status.
8385 (ctf_write_status): Write trace status to CTF.
8386 (ctf_write_uploaded_tsv): Write TSV to CTF.
8387 (ctf_write_uploaded_tp): Write tracepoint definition to CTF.
8388 (ctf_write_definition_end): End the faked packet.
8389
8390 (ctx, ctf_iter, trace_dirname): New.
8391 (start_pos): New variable.
8392 (ctf_destroy, ctf_open_dir, ctf_open): New.
8393 (SET_INT32_FIELD, SET_ARRAY_FIELD, SET_STRING_FIELD): New
8394 macros.
8395 (ctf_read_tsv, ctf_read_tp, ctf_close, ctf_files_info): New.
8396 (ctf_fetch_registers, ctf_xfer_partial): New.
8397 (ctf_get_trace_state_variable_value): New.
8398 (ctf_get_tpnum_from_frame_event): New.
8399 (ctf_get_traceframe_address): New.
8400 (ctf_trace_find, ctf_has_stack): New.
8401 (ctf_has_registers, ctf_traceframe_info, init_ctf_ops): New.
8402 (ctf_get_trace_status, ctf_read_status): New.
8403 (_initialize_ctf): New.
8404 * tracepoint.c (get_tracepoint_number): New
8405 (get_uploaded_tsv): Remove 'static'.
8406 (struct traceframe_info, trace_regblock_size): Move it to ...
8407 * tracepoint.h: ... here.
8408 (get_tracepoint_number): Declare it.
8409 (get_uploaded_tsv): Declare it.
8410
8411 * NEWS: Mention new configure option.
8412
8413 2013-04-10 Pedro Alves <palves@redhat.com>
8414 Hui Zhu <hui@codesourcery.com>
8415
8416 * breakpoint.c (dprintf_re_set): New.
8417 (initialize_breakpoint_ops): Set dprintf_breakpoint_ops re_set
8418 to dprintf_re_set.
8419
8420 2013-04-09 Joel Brobecker <brobecker@adacore.com>
8421
8422 * configure.tgt (gdb_target_obs) <powerpc-*-aix* | rs6000-*-*>:
8423 Remove solib-svr4.o from the list.
8424
8425 2013-04-09 Joel Brobecker <brobecker@adacore.com>
8426
8427 * varobj.c (update_dynamic_varobj_children) [!HAVE_PYTHON]:
8428 Use gdb_assert_not_reached instead of invalid boolean expression.
8429
8430 2013-04-09 Pedro Alves <palves@redhat.com>
8431
8432 * remote.c (unpush_and_perror): New function.
8433 (readchar, remote_serial_write): Use it.
8434
8435 2013-04-09 Markus Metzger <markus.t.metzger@intel.com>
8436
8437 * NEWS: Mention new btrace RSP packets.
8438
8439 2013-04-08 Tom Tromey <tromey@redhat.com>
8440
8441 * symmisc.c (dump_msymbols): Cast fprintf_filtered argument to
8442 long.
8443
8444 2013-04-08 Tom Tromey <tromey@redhat.com>
8445
8446 * maint.c (print_bfd_section_info): Print the section index.
8447 * symmisc.c (dump_msymbols): Print the section index.
8448
8449 2013-04-08 Tom Tromey <tromey@redhat.com>
8450
8451 PR symtab/8424:
8452 * blockframe.c (find_pc_partial_function_gnu_ifunc): Check
8453 SYMBOL_SECTION, not SYMBOL_OBJ_SECTION.
8454 * breakpoint.c (resolve_sal_pc): Update.
8455 * elfread.c (elf_gnu_ifunc_record_cache): Update.
8456 * findvar.c (struct minsym_lookup_data) <objfile>: New field.
8457 (minsym_lookup_iterator_cb): Use it.
8458 (default_read_var_value): Update.
8459 * hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline):
8460 Update.
8461 * infcmd.c (jump_command): Update.
8462 * linespec.c (minsym_found): Update.
8463 * maint.c (maintenance_translate_address): Update.
8464 * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Update.
8465 (prim_record_minimal_symbol_full): Don't set SYMBOL_OBJ_SECTION.
8466 * parse.c (write_exp_msymbol): Update.
8467 * printcmd.c (address_info): Update.
8468 * psymtab.c (find_pc_sect_psymbol): Update.
8469 (fixup_psymbol_section): Check SYMBOL_SECTION, not
8470 SYMBOL_OBJ_SECTION.
8471 (add_psymbol_to_bcache): Correctly initialize SYMBOL_SECTION.
8472 Don't initialize SYMBOL_OBJ_SECTION.
8473 * spu-tdep.c (spu_catch_start): Update.
8474 * stabsread.c (define_symbol): Don't set SYMBOL_SECTION.
8475 * symmisc.c (dump_msymbols, print_symbol): Update.
8476 * symtab.c (fixup_section): Don't set 'obj_section'. Change
8477 how fallback section is computed.
8478 (fixup_symbol_section): Update.
8479 (find_pc_sect_symtab, find_function_start_sal, skip_prologue_sal):
8480 Update.
8481 (allocate_symbol, initialize_symbol, allocate_template_symbol):
8482 Initialize SYMBOL_SECTION.
8483 * symtab.h (struct general_symbol_info) <section>: Update comment.
8484 <obj_section>: Remove.
8485 (SYMBOL_OBJ_SECTION): Add 'objfile' argument. Rewrite.
8486 (SYMBOL_OBJFILE): New macro.
8487
8488 2013-04-08 Tom Tromey <tromey@redhat.com>
8489
8490 * coffread.c (record_minimal_symbol): Update.
8491 * dbxread.c (record_minimal_symbol): Update.
8492 * elfread.c (record_minimal_symbol): Update.
8493 * machoread.c (macho_symtab_add_minsym): Update.
8494 * mdebugread.c (record_minimal_symbol, parse_partial_symbols):
8495 Update.
8496 * minsyms.c (prim_record_minimal_symbol): Update.
8497 (prim_record_minimal_symbol_full): Remove 'bfd_section'
8498 argument.
8499 (prim_record_minimal_symbol_and_info): Likewise.
8500 * minsyms.h (prim_record_minimal_symbol_full)
8501 (prim_record_minimal_symbol_and_info): Update.
8502 * symtab.c (allocate_symbol, initialize_symbol)
8503 (allocate_template_symbol): Initialize SYMBOL_SECTION.
8504 * xcoffread.c (record_minimal_symbol, scan_xcoff_symtab):
8505 Update.
8506
8507 2013-04-08 Tom Tromey <tromey@redhat.com>
8508
8509 PR symtab/8423:
8510 * solib-som.c (som_solib_section_offsets): Use BFD section
8511 indices. Set offsets for all sections.
8512 * somread.c (som_symtab_read): Compute BFD section for
8513 symbol. Use prim_record_minimal_symbol_and_info.
8514 (som_symfile_read): Fix comment.
8515 (struct find_section_offset_arg): New.
8516 (find_section_offset, set_section_index): New functions.
8517 (som_symfile_offsets): Use set_section_index to compute
8518 section indices.
8519
8520 2013-04-08 Tom Tromey <tromey@redhat.com>
8521
8522 * coffread.c (cs_to_section): Use gdb_bfd_section_index.
8523 * elfread.c (record_minimal_symbol, elf_symtab_read): Use
8524 gdb_bfd_section_index.
8525 * gdb_bfd.c (gdb_bfd_section_index, gdb_bfd_count_sections):
8526 New functions.
8527 * gdb_bfd.h (gdb_bfd_section_index, gdb_bfd_count_sections):
8528 Declare.
8529 * machoread.c (macho_symtab_add_minsym, macho_symfile_offsets):
8530 Update.
8531 * objfiles.c (add_to_objfile_sections_full): New function.
8532 (add_to_objfile_sections): Use it.
8533 (build_section_table): Rewrite.
8534 (objfile_relocate1): Use gdb_bfd_section_index. Update.
8535 * objfiles.h (obj_section_offset): Use gdb_bfd_section_index.
8536 (struct objfile) <sections>: Update comment.
8537 (ALL_OBJFILE_OSECTIONS): Skip sections where the_bfd_section
8538 is NULL.
8539 (ALL_OBJSECTIONS): Use it.
8540 * solib-dsbt.c (dsbt_relocate_main_executable): Update.
8541 * solib-frv.c (frv_relocate_main_executable): Update.
8542 * solib-target.c (solib_target_relocate_section_addresses):
8543 Use gdb_bfd_section_index.
8544 * symfile.c (build_section_addr_info_from_section_table):
8545 Use gdb_bfd_section_index.
8546 (build_section_addr_info_from_bfd, place_section): Likewise.
8547 * symtab.c (fixup_section): Update.
8548 * xcoffread.c (find_targ_sec): Use gdb_bfd_section_index.
8549
8550 2013-04-08 Tom Tromey <tromey@redhat.com>
8551
8552 * minsyms.h (struct bound_minimal_symbol): New.
8553 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
8554 Remove objfile argument.
8555 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
8556 Return bound_minimal_symbol.
8557 * minsyms.c (lookup_minimal_symbol_by_pc_1)
8558 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
8559 Return bound_minimal_symbol.
8560 (in_gnu_ifunc_stub): Update.
8561 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
8562 Remove 'objfile_p' argument.
8563 (lookup_solib_trampoline_symbol_by_pc): Update.
8564 * ada-tasks.c, amd64-windows-tdep.c, arm-tdep.c,
8565 arm-wince-tdep.c, block.c, blockframe.c, breakpoint.c, btrace.c,
8566 c-valprint.c, dwarf2loc.c, elfread.c, frame.c, frv-tdep.c,
8567 glibc-tdep.c, gnu-v2-abi.c, gnu-v3-abi.c, hppa-hpux-tdep.c,
8568 i386-tdep.c, ia64-tdep.c, infcall.c, infcmd.c, jit.c,
8569 linux-fork.c, m32c-tdep.c, m68hc11-tdep.c, maint.c,
8570 mips-tdep.c, p-valprint.c, parse.c, ppc-linux-tdep.c,
8571 ppc-sysv-tdep.c, printcmd.c, rs6000-tdep.c, sh64-tdep.c,
8572 stack.c, symtab.c, tui/tui-disasm.c: Update.
8573
8574 2013-04-08 Tom Tromey <tromey@redhat.com>
8575
8576 * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.
8577 Use symbol's obstack, not an objfile.
8578 * coffread.c (process_coff_symbol): Update.
8579 * dwarf2read.c (fixup_go_packaging, new_symbol_full): Update.
8580 * jv-lang.c (add_class_symbol): Update.
8581 * mdebugread.c (new_symbol): Update.
8582 * minsyms.c (prim_record_minimal_symbol_full)
8583 (terminate_minimal_symbol_table): Update.
8584 * psymtab.c (add_psymbol_to_bcache): Clear entire symbol. Update.
8585 * stabsread.c (define_symbol, read_enum_type): Update.
8586 * symtab.c (symbol_set_demangled_name, symbol_get_demangled_name):
8587 Handle Ada specially.
8588 (symbol_set_language): Add 'obstack' argument.
8589 (symbol_set_names): Update.
8590 (symbol_natural_name, symbol_demangled_name): Always use
8591 ada_decode_symbol.
8592 * symtab.h (struct general_symbol_info)
8593 <language_specific::obstack>: New field.
8594 <ada_mangled>: New field.
8595 (SYMBOL_SET_LANGUAGE): Add 'obstack' argument.
8596 (symbol_set_language): Update.
8597
8598 2013-04-08 Tom Tromey <tromey@redhat.com>
8599
8600 * symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name):
8601 Take an obstack, not an objfile.
8602 (symbol_set_names): Update.
8603 * symtab.h (symbol_set_demangled_name): Update.
8604
8605 2013-04-08 Tom Tromey <tromey@redhat.com>
8606
8607 * coffread.c (process_coff_symbol, coff_read_enum_type): Call
8608 allocate_symbol.
8609 * dwarf2read.c (fixup_go_packaging): Call allocate_symbol.
8610 (read_func_scope): Call allocate_template_symbol.
8611 (new_symbol_full): Call allocate_symbol.
8612 * jit.c (finalize_symtab): Call allocate_symbol.
8613 * jv-lang.c (add_class_symbol): Call allocate_symbol.
8614 * mdebugread.c (parse_symbol, new_block): Call allocate_symbol.
8615 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
8616 (common_block_end): Call allocate_symbol.
8617 * symtab.c (allocate_symbol, initialize_symbol)
8618 (allocate_template_symbol): New functions.
8619 * symtab.c (allocate_symbol, initialize_symbol)
8620 (allocate_template_symbol): Declare.
8621 * xcoffread.c (process_xcoff_symbol): Call initialize_symbol.
8622
8623 2013-04-08 Pedro Alves <palves@redhat.com>
8624 Keith Seitz <keiths@redhat.com>
8625
8626 * breakpoint.c (create_breakpoint): Rename
8627 "parse_condition_and_thread" parameter to "parse_arg". Update
8628 describing comment. If !PARSE_ARG, then error out if ARG is not
8629 the empty string after extracting the location.
8630 * breakpoint.h (create_breakpoint): Rename
8631 "parse_condition_and_thread" parameter to "parse_arg".
8632
8633 2013-04-08 Aleksandar Ristovski <aristovski@qnx.com
8634
8635 * solib-svr4.c (lm_addr_check): Add const qualifier to 'so' arg.
8636
8637 2013-04-07 Yao Qi <yao@codesourcery.com>
8638
8639 * remote.c (remote_trace_find): Change type of parameters 'addr1'
8640 and 'addr2' to CORE_ADDR.
8641 * target.c (update_current_target): Update.
8642 * target.h (struct target_ops) <to_trace_find>: Change parameter
8643 type to CORE_ADDR.
8644 * tracepoint.c (tfind_1): Change type of parameters 'addr1' and
8645 'addr2' to CORE_ADDR.
8646 (tfile_trace_find): Likewise.
8647 (tfile_get_traceframe_address): Change return type to CORE_ADDR.
8648 Change local variable 'addr' to type CORE_ADDR.
8649 * tracepoint.h (tfind_1): Update declaration.
8650
8651 2013-04-06 Eli Zaretskii <eliz@gnu.org>
8652
8653 * windows-nat.c (windows_get_absolute_argv0): Move from here...
8654 * mingw-hdep.c (windows_get_absolute_argv0): ...to here.
8655 Include main.h.
8656
8657 * windows-nat.h (windows_get_absolute_argv0): Move prototype from
8658 here...
8659 * main.h (windows_get_absolute_argv0): ...to here.
8660
8661 2013-04-05 Doug Evans <dje@google.com>
8662
8663 * dwarf2read.c (struct dwarf2_per_objfile): Tweak comment.
8664 (read_cutu_die_from_dwo): Add comments.
8665 (read_structure_type): Update comment.
8666 (read_enumeration_type, read_namespace_type): Update comment.
8667 (read_die_type, get_die_type_at_offset, get_die_type): Update comment.
8668
8669 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8670
8671 Convert man pages to texinfo, new gdbinit.5 texinfo page.
8672 * Makefile.in (gdb.z): Remove.
8673 (install-only): Remove $(man1dir) and gdb.1 installation.
8674 * gdb.1: Remove.
8675
8676 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8677
8678 Fix compatibility with Linux kernel 3.8.3.
8679 * linux-tdep.c (linux_find_memory_regions_full): Move variable number
8680 to more inner block. Remove parsing of NUMBER from outer block.
8681 Parse NUMBER only if KEYWORD has been identified.
8682
8683 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8684
8685 Fix variable name shadowing.
8686 * linux-tdep.c (linux_find_memory_regions_full): Rename outer variable
8687 filename to mapsfilename and update its uses.
8688
8689 2013-04-05 Eli Zaretskii <eliz@gnu.org>
8690
8691 * Makefile.in (TAGS): Avoid warning from etags when $GDB_NM_FILE is
8692 empty. See http://sourceware.org/ml/gdb-patches/2012-08/msg00504.html
8693 and http://sourceware.org/ml/gdb-patches/2013-04/msg00055.html for
8694 details of the problem.
8695
8696 2013-04-04 Pedro Alves <palves@redhat.com>
8697 Hui Zhu <hui@codesourcery.com>
8698
8699 * breakpoint.c (validate_commands_for_breakpoint): If validating a
8700 tracepoint, reset its STEP_COUNT and call validate_actionline.
8701
8702 2013-04-03 Doug Evans <dje@google.com>
8703
8704 * dwarf2read.c (read_die_and_siblings_1): Renamed from
8705 read_die_and_siblings.
8706 (read_die_and_siblings): New function.
8707 (read_cutu_die_from_dwo): Dump die if requested.
8708 (read_die_and_children): Call read_full_die_1 and
8709 read_die_and_siblings_1.
8710 (read_full_die): Dump die if requested.
8711
8712 * dwarf2read.c (read_comp_units_from_section): Add debugging printf.
8713
8714 * dwarf2read.c (struct dwo_file): New member comp_dir.
8715 Rename member name to dwo_name. All uses updated.
8716 (hash_dwo_file): Include comp_dir in computation.
8717 (eq_dwo_file): Ditto.
8718 (lookup_dwo_file_slot): New arg comp_dir. All callers updated.
8719 (create_dwo_in_dwp, lookup_dwo_in_dwp, open_and_init_dwo_file): Ditto.
8720
8721 * psymtab.c (read_psymtabs_with_fullname): Don't call
8722 psymtab_to_fullname if the basenames are different.
8723
8724 2013-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8725
8726 * NEWS (Changes in GDB 7.6): Update the data-disassemble for "fullname".
8727 New entry about "fullname" presence.
8728
8729 2013-04-03 Pedro Alves <palves@redhat.com>
8730
8731 * NEWS: Mention x86_64/Cygwin as new native configuration.
8732
8733 2013-04-02 Doug Evans <dje@google.com>
8734
8735 * dwarf2read.c (read_structure_type): Fix typo in comment.
8736
8737 2013-04-02 Pedro Alves <palves@redhat.com>
8738
8739 * NEWS: Mention "set/show debug aarch64", "set/show debug
8740 coff-pe-read" and "set/show debug mach-o".
8741
8742 2013-04-02 Pedro Alves <palves@redhat.com>
8743
8744 * NEWS: Mention "set/show remote trace-buffer-size-packet".
8745
8746 2013-04-02 Eli Zaretskii <eliz@gnu.org>
8747
8748 * Makefile.in (HFILES_NO_SRCDIR): Remove call-cmds.h.
8749 gdb_string.h is now in common/.
8750
8751 2013-04-02 Pedro Alves <palves@redhat.com>
8752
8753 * NEWS: Move "set debug notification" and "set trace-buffer-size"
8754 under "New options".
8755
8756 2013-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8757
8758 Revert this patch:
8759 PR gdb/15275
8760 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
8761
8762 2013-04-02 Pedro Alves <palves@redhat.com>
8763
8764 PR gdb/15275
8765
8766 * remote.c (send_interrupt_sequence): Use remote_serial_write.
8767 (remote_serial_write): New function.
8768 (putpkt_binary, getpkt_or_notif_sane_1): Use remote_serial_write.
8769
8770 2013-04-01 Jiong Wang <jiwang@tilera.com>
8771
8772 * NEWS: Mention TILE-Gx in "New native configurations" and
8773 "New targets" sections.
8774
8775 2013-04-01 Doug Evans <dje@google.com>
8776
8777 * dwarf2read.c (lookup_signatured_type_at_offset): Delete.
8778 (process_enumeration_scope): Simplify.
8779
8780 * dwarf2read.c (struct dwarf2_per_cu_data): Move member
8781 type_unit_group ...
8782 (struct signatured_type): ... to here.
8783 (sig_type_ptr): New typedef.
8784 (type_unit_group): Delete member 't.first_cu'. Move member 'tus'
8785 out of union 't'. All uses updated.
8786 (dw2_get_file_names_reader): Assert not called for a type unit.
8787 (dw2_get_file_names): Assert not called for a type unit or type
8788 unit group.
8789 (build_type_psymtabs_reader): Assert called for a type unit.
8790 (build_type_psymtab_dependencies): Assert called for a type unit group.
8791
8792 * dwarf2read.c (free_dwo_file): Add comment.
8793 (dwarf2_per_objfile_free): Unref dwp bfd.
8794
8795 2013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
8796
8797 * coff-pe-read.c (add_pe_exported_sym): Remove unused 'dll_name_len'.
8798 (add_pe_forwarded_sym): Remove unused 'section', 'dll_name_len'.
8799 (read_pe_exported_syms): Remove unused 'exportix'.
8800 (pe_text_section_offset): Remove unused 'opthdr_ofs', 'num_entries',
8801 'export_rva', 'export_size', 'expptr', 'exp_funcbase', 'expdata',
8802 'erva', 'name_rvas', 'ordinals', 'nexp', 'ordbase', 'dll_name'.
8803
8804 2013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
8805
8806 * breakpoint.c (parse_cond_to_aexpr): Remove unused 'old_chain'.
8807 (print_it_watchpoint): Remove unused 'bl'.
8808 (say_where): Remove unused 'uiout'.
8809 (bpstat_remove_breakpoint_callback): Remove unused 'uiout'.
8810 (bkpt_breakpoint_hit): Remove unused 'b'.
8811 (internal_bkpt_print_it): Remove unused 'uiout'.
8812 * buildsym.c (augment_type_symtab): Remove unused 'i'.
8813
8814 2013-03-31 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
8815
8816 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_float): New function.
8817 (ppc64_sysv_abi_push_dummy_call): Handle complex arguments.
8818
8819 2013-03-29 Doug Evans <dje@google.com>
8820
8821 * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file.
8822 Delete arg is_dwp. All callers updated.
8823 (open_dwp_file): New function.
8824 (open_and_init_dwp_file): Call it.
8825 (get_dwp_file): New function.
8826 (lookup_dwo_cutu): Call it.
8827
8828 * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, and
8829 unnecessary, cleanup.
8830
8831 * dwarf2read.c (lookup_dwo_cutu): Improve complaint text.
8832
8833 * dwarf2read.c (read_cutu_die_from_dwo): New function.
8834 (lookup_dwo_unit): New function.
8835 (init_cutu_and_read_dies): Move DWO handling to new functions.
8836
8837 * dwarf2read.c (struct signatured_type): Tweak comment.
8838 (struct dwo_unit): Tweak comment.
8839 (create_debug_types_hash_table): Tweak comment. Reformat long line.
8840 (create_dwo_debug_info_hash_table): Tweak comment.
8841 (dwarf2_per_cu_offset_and_type): Tweak comment.
8842
8843 * dwarf2read.c (lookup_signatured_type): Remove complaint about
8844 missing .debug_types section.
8845
8846 2013-03-29 Yao Qi <yao@codesourcery.com>
8847
8848 * corelow.c: Include "completer.h".
8849 (_initialize_corelow): Call add_target_with_completer with
8850 argument 'filename_completer'.
8851 * tracepoint.c: Likewise.
8852 * exec.c (_initialize_exec): Likewise.
8853 * target.c (add_target): Rename to ...
8854 (add_target_with_completer): ... this. Call set_cmd_completer
8855 if parameter completer is not NULL.
8856 (add_target): New.
8857 * target.h: Include "command.h".
8858 (add_target_with_completer): Declare it.
8859
8860 2013-03-28 Joel Brobecker <brobecker@adacore.com>
8861
8862 * coffread.c (is_import_fixup_symbol): New function.
8863 (record_minimal_symbol): Use is_import_fixup_symbol to
8864 detect import fixup symbols, and discard them.
8865
8866 2013-03-28 Doug Evans <dje@google.com>
8867
8868 * dwarf2read.c (create_debug_types_hash_table): Don't allocate the
8869 types hash table until we know we need it.
8870
8871 * dwarf2read.c (create_addrmap_from_index): Complain about bad CU
8872 index numbers.
8873
8874 * dwarf2read.c (dw2_get_file_names): Delete arg "objfile".
8875 All callers updated.
8876 (dw2_print_stats): Print #read CUs too.
8877 (dump_die_shallow): Print signatured types better.
8878
8879 * dwarf2read.c (struct dwarf2_per_cu_data): Rename member
8880 info_or_types_section to section. All uses updated.
8881 (struct dwo_unit): Ditto.
8882
8883 2013-03-28 Pedro Alves <palves@redhat.com>
8884
8885 * NEWS (New options): New section.
8886 (New options): Mention set/show remote trace-status-packet.
8887 * remote.c (PACKET_qTStatus): New enumeration value.
8888 (remote_get_trace_status): Skip sending qTStatus if the packet is
8889 disabled. Use packet_ok.
8890 (_initialize_remote): Register a configuration command for
8891 qTStatus packet.
8892
8893 2013-03-28 Doug Evans <dje@google.com>
8894
8895 * symfile.c (find_separate_debug_file): Add comment.
8896 (terminate_after_last_dir_separator): Tweak comment.
8897
8898 * dwarf2read.c (create_partial_symtab): Add forward decl.
8899 (create_partial_symtab): Move to be closer to other psymtab functions.
8900 (process_psymtab_comp_unit_reader, process_psymtab_comp_unit): Ditto.
8901
8902 * dwarf2read.c (dwarf2_physname): Move declaration to better spot.
8903 (compute_symtab_includes): Remove unnecessary forward declaration.
8904 (die_needs_namespace): Add comment marking group of functions for
8905 dwarf2 name computation.
8906
8907 * typeprint.c (_initialize_typeprint): Improve type help text.
8908
8909 * python/python.c (finish_python_initialization): Provide suggestion
8910 for how to tell gdb to find its python files.
8911
8912 2013-03-28 Pedro Alves <palves@redhat.com>
8913
8914 PR gdb/15294
8915
8916 * source.c (_initialize_source): Change back "set listsize" to an
8917 integer command.
8918
8919 2013-03-27 Gareth McMullin <gareth@blacksphere.co.nz>
8920
8921 PR gdb/15275
8922 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
8923
8924 2013-03-27 Pedro Alves <palves@redhat.com>
8925
8926 * top.c (history_size): Rename to ...
8927 (history_size_setshow_var): ... this. Add comment.
8928 (show_commands): Use readline's 'history_length' instead of
8929 computing the history length by calling history_get in a loop.
8930 (set_history_size_command): Error out for sizes over INT_MAX.
8931 Restore previous history size on invalid size.
8932 (init_history): If HISTSIZE is negative, leave the history size as
8933 zero. Add comments.
8934 (init_main): Adjust.
8935
8936 2013-03-27 Pedro Alves <palves@redhat.com>
8937
8938 * coff-pe-read.c (_initialize_coff_pe_read): Rename "set debug
8939 coff_pe_read" command to "set debug coff-pe-read".
8940
8941 2013-03-27 Markus Metzger <markus.t.metzger@intel.com>
8942
8943 * record.c (command_size_to_target_size): Fix size comparison.
8944 Change parameter type from pointer to integer to integer.
8945 Update all users.
8946
8947 2013-03-27 Pierre Muller <muller@sourceware.org>
8948
8949 * windows-nat.c (handle_output_debug_string): Avoid typecast
8950 from integer of different size warning.
8951
8952 2013-03-26 Joel Brobecker <brobecker@adacore.com>
8953
8954 * windows-nat.c (handle_output_debug_string): Add empty line
8955 after local block variable definition.
8956
8957 2013-03-26 Pedro Alves <palves@redhat.com>
8958
8959 * ser-tcp.c (wait_for_connect): Make 'polls' parameter unsigned.
8960 (net_open): Make 'polls' local unsigned.
8961
8962 2013-03-26 Pedro Alves <palves@redhat.com>
8963
8964 * remote.c (_initialize_remote): Make "set remoteaddresssize"
8965 a zuinteger command instead of uinteger.
8966
8967 2013-03-26 Pedro Alves <palves@redhat.com>
8968
8969 * record-full.c (record_full_insn_num): Make it unsigned.
8970 (record_full_check_insn_num, record_full_message)
8971 (record_full_registers_change, record_full_xfer_partial): Remove
8972 record_full_insn_max_num check (it's always != 0).
8973 (record_full_info, record_full_restore): Use %u as format string.
8974 (): Use %u as format string.
8975 (set_record_full_insn_max_num): Remove record_full_insn_max_num
8976 check (it's always != 0).
8977
8978 2013-03-26 Pedro Alves <palves@redhat.com>
8979
8980 * dcache.c (_initialize_dcache): Make the "set dcache line-size"
8981 and "set dcache size" commands zuinteger instead of uinteger.
8982
8983 2013-03-26 Pedro Alves <palves@redhat.com>
8984
8985 * cris-tdep.c (_initialize_cris_tdep): Make the "set cris-version"
8986 command zuinteger instead of uinteger.
8987
8988 2013-03-26 Pedro Alves <palves@redhat.com>
8989
8990 * coff-pe-read.c (_initialize_coff_pe_read): Make the command
8991 zuinteger instead of uinteger.
8992
8993 2013-03-26 Pedro Alves <palves@redhat.com>
8994
8995 * record.c (record_insn_history_size_setshow_var)
8996 (record_call_history_size_setshow_var): New globals.
8997 (command_size_to_target_size): New function.
8998 (cmd_record_insn_history, cmd_record_call_history): Use
8999 command_size_to_target_size instead of cast.
9000 (validate_history_size, set_record_insn_history_size)
9001 (set_record_call_history_size): New functions.
9002 (_initialize_record): Install set_record_insn_history_size and
9003 set_record_call_history_size as "set" hooks of "set record
9004 instruction-history-size" and "set record
9005 function-call-history-size".
9006
9007 2013-03-26 Pedro Alves <palves@redhat.com>
9008
9009 * top.c (gdb_rl_operate_and_get_next): Replace max_input_history
9010 use with history_max_entries use. Remove FIXME note.
9011
9012 2013-03-26 Markus Metzger <markus.t.metzger@intel.com>
9013
9014 * record-btrace.c (record_btrace_close): Call
9015 record_btrace_auto_disable.
9016
9017 2013-03-25 Joel Brobecker <brobecker@adacore.com>
9018
9019 * rs6000-nat.c (fixup_breakpoints): Delete declaration.
9020
9021 2013-03-25 Doug Evans <dje@google.com>
9022
9023 * contrib/cc-with-tweaks.sh: Check exit code of dwp.
9024
9025 2013-03-25 Tom Tromey <tromey@redhat.com>
9026
9027 PR symtab/11462:
9028 * c-exp.y (exp): Add new productions for destructors after '.' and
9029 '->'.
9030 (write_destructor_name): New function.
9031
9032 2013-03-25 Tom Tromey <tromey@redhat.com>
9033
9034 PR c++/9197:
9035 * opencl-lang.c (evaluate_subexp_opencl) <STRUCTOP_STRUCT>: Use
9036 value_struct_elt, not lookup_struct_elt_type.
9037 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
9038 STRUCTOP_PTR>: Use value_struct_elt, not lookup_struct_elt_type.
9039 * expression.h (EVAL_AVOID_SIDE_EFFECTS): Update comment.
9040
9041 2013-03-25 Yao Qi <yao@codesourcery.com>
9042
9043 * ctf.c [USE_WIN32API]: Undef 'mkdir' and use 'mkdir'
9044 instead of '_mkdir'.
9045
9046 2013-03-23 Eli Zaretskii <eliz@gnu.org>
9047
9048 * windows-nat.c (windows_get_absolute_argv0): New function.
9049 * windows-nat.h: Add its prototype.
9050
9051 * main.c (get_init_files): Use filename_ncmp instead of strncmp.
9052 Use IS_DIR_SEPARATOR instead of looking for a character inside
9053 SLASH_STRING. Include filenames.h.
9054 (captured_main) [__MINGW32__]: Make argv[0] absolute, so that
9055 relocate_gdb_directory works when passed gdb_program_name.
9056 Include windows-nat.h.
9057
9058 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9059
9060 * exceptions.h (enum errors): New entry TARGET_CLOSE_ERROR.
9061 * remote.c (trace_error): Remove the special handling of '2'.
9062 (readchar) <SERIAL_EOF>
9063 (readchar) <SERIAL_ERROR>
9064 (getpkt_or_notif_sane_1): Use TARGET_CLOSE_ERROR for them.
9065 (remote_get_trace_status): Call throw_exception if EX is
9066 TARGET_CLOSE_ERROR.
9067 * utils.c (perror_with_name): Rename to ...
9068 (throw_perror_with_name): ... here. New parameter errcode, describe it
9069 in the function comment.
9070 (perror_with_name): New function wrapper.
9071 * utils.h (enum errors): New stub declaration.
9072 (throw_perror_with_name): New declaration.
9073
9074 2013-03-22 Pedro Alves <palves@redhat.com>
9075 Yao Qi <yao@codesourcery.com>
9076 Mark Kettenis <kettenis@gnu.org>
9077
9078 * cli/cli-setshow.c (do_set_command) <var_uinteger>:
9079 Don't let the user set the value to UINT_MAX directly.
9080 <var_integer>: Don't let the user set the value to INT_MAX
9081 directly.
9082
9083 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9084
9085 * remote.c (remote_unpush_target): New function.
9086 (remote_open_1): Remove two pop_target calls, update one comment, add
9087 comment to target_preopen call. Replace pop_target call by
9088 remote_unpush_target call.
9089 (interrupt_query, readchar, getpkt_or_notif_sane_1): Replace
9090 pop_target calls by remote_unpush_target calls.
9091
9092 2013-03-22 Pedro Alves <palves@redhat.com>
9093
9094 * linux-nat.c (linux_child_follow_fork): Don't call
9095 linux_enable_event_reporting.
9096 (linux_handle_extended_wait): Don't call
9097 linux_enable_event_reporting.
9098
9099 2013-03-22 Pedro Alves <palves@redhat.com>
9100
9101 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Define INSN macro,
9102 use it to rewrite the trampoline buffers with type gdb_byte[], and
9103 undefine the macro. Remove char* cast.
9104
9105 2013-03-21 Doug Evans <dje@google.com>
9106
9107 New commands "mt set per-command {space,time,symtab} {on,off}".
9108 * NEWS: Add entry.
9109 * event-top.c: #include "maint.h".
9110 * main.c: #include "maint.h".
9111 * maint.c: #include <sys/time.h>, <time.h>, block.h, top.h,
9112 timeval-utils.h, maint.h, cli/cli-setshow.h.
9113 (per_command_time, per_command_space): New static globals.
9114 (per_command_symtab): New static global.
9115 (per_command_setlist, per_command_showlist): New static globals.
9116 (struct cmd_stats): Move here from utils.c.
9117 (set_per_command_time): Renamed from set_display_time in utils.c
9118 and moved here. All callers updated.
9119 (set_per_command_space): Renamed from set_display_space in utils.c
9120 and moved here. All callers updated.
9121 (count_symtabs_and_blocks): New function.
9122 (report_command_stats): Moved here from utils.c. Add support for
9123 printing symtab stats. Only print data if enabled before command
9124 executed.
9125 (make_command_stats_cleanup): Ditto.
9126 (sert_per_command_cmd, show_per_command_cmd): New functions.
9127 (_initialize_maint_cmds): Add new commands
9128 mt set per-command {space,time,symtab} {on,off}.
9129 * maint.h: New file.
9130 * top.c: #include "maint.h".
9131 * utils.c (reset_prompt_for_continue_wait_time): New function.
9132 (get_prompt_for_continue_wait_time): New function.
9133 * utils.h (reset_prompt_for_continue_wait_time): Declare
9134 (get_prompt_for_continue_wait_time): Declare.
9135 (make_command_stats_cleanup): Moved to maint.h.
9136 (set_display_time, set_display_space): Moved to maint.h and renamed
9137 to set_per_command_time, set_per_command_space.
9138 * cli/cli-setshow.c (parse_cli_boolean_value): Renamed from
9139 parse_binary_operation and made non-static. Don't call error,
9140 just return an error marker. All callers updated.
9141 * cli/cli-setshow.h (parse_cli_boolean_value): Declare.
9142
9143 2013-03-21 Tom Tromey <tromey@redhat.com>
9144
9145 * symfile.c (alloc_section_addr_info): Update header. Don't set
9146 'num_sections' field.
9147 (build_section_addr_info_from_section_table): Set 'num_sections'.
9148 (build_section_addr_info_from_bfd): Likewise.
9149 (build_section_addr_info_from_objfile): Remove dead loop
9150 condition.
9151 (free_section_addr_info): Unconditionally call xfree.
9152 (relative_addr_info_to_section_offsets, addrs_section_sort)
9153 (addr_info_make_relative, syms_from_objfile_1): Remove dead loop
9154 condition.
9155 (syms_from_objfile_1): Remove dead 'if' condition. Check
9156 'num_sections'.
9157 (add_symbol_file_command): Set 'num_sections'.
9158 * symfile-mem.c (symbol_file_add_from_memory): Set
9159 'num_sections'.
9160 * somread.c (som_symfile_offsets): Remove dead loop condition.
9161 * machoread.c (macho_symfile_offsets): Remove dead 'if'.
9162 * jit.c (jit_bfd_try_read_symtab): Set 'num_sections'.
9163
9164 2013-03-21 Tom Tromey <tromey@redhat.com>
9165
9166 * tracepoint.h (decode_agent_options): Add 'trace_string'
9167 argument.
9168 * tracepoint.c (decode_agent_options): Add 'trace_string'
9169 argument.
9170 (validate_actionline): Update.
9171 (collect_symbol): Add 'trace_string' argument.
9172 (struct add_local_symbols_data) <trace_string>: New field.
9173 (do_collect_symbol): Update.
9174 (add_local_symbols): Add 'trace_string' argument.
9175 (encode_actions_1): Update.
9176 (trace_dump_actions): Update.
9177 * dwarf2loc.c (access_memory): Update.
9178 * ax.h (struct agent_expr) <tracing, trace_string>: New fields.
9179 * ax-general.c (new_agent_expr): Update.
9180 * ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
9181 (gen_trace_for_return_address): Add argument.
9182 (trace_kludge, trace_string_kludge): Remove.
9183 * ax-gdb.c (trace_kludge, trace_string_kludge): Remove.
9184 (gen_traced_pop, gen_fetch, gen_bitfield_ref, gen_expr): Update.
9185 (gen_trace_for_var): Add 'trace_string' argument.
9186 (gen_trace_for_expr, gen_trace_for_return_address): Likewise.
9187 (gen_printf, agent_eval_command_one): Update.
9188
9189 2013-03-21 Tom Tromey <tromey@redhat.com>
9190
9191 PR exp/15109:
9192 * c-exp.y (yylex): Rewrite to push all tokens onto the FIFO.
9193 Handle FILENAME token.
9194
9195 2013-03-21 Tom Tromey <tromey@redhat.com>
9196
9197 * c-exp.y (YYPRINT): Define.
9198 (c_print_token): New function.
9199
9200 2013-03-21 Tom Tromey <tromey@redhat.com>
9201
9202 * c-exp.y (%union) <sym, ivar, ivec>: Remove.
9203
9204 2013-03-21 Yao Qi <yao@codesourcery.com>
9205
9206 * ctf.c: Include "gdb_stat.h".
9207 [USE_WIN32API]: New macro 'mkdir'.
9208 (ctf_start): Use permission bits macros if they are defined.
9209
9210 2013-03-20 Keith Seitz <keiths@redhat.com>
9211
9212 * breakpoint.h (struct breakpoint): Add comment to
9213 extra_string indicating that this member is mallod'd.
9214 * breakpoint.c (base_breakpoint_dtor): Free extra_string.
9215
9216 2013-03-20 Pedro Alves <palves@redhat.com>
9217
9218 PR gdb/15289
9219
9220 * cli/cli-setshow.c (do_set_command)
9221 <var_uinteger, var_zuinteger>: Use LONGEST for variable holding
9222 the result of parsing the command argument. Throw error if the
9223 value is greater than UINT_MAX. Print the invalid value with
9224 plongest.
9225 <var_integer, var_zinteger>: Use LONGEST for variable holding the
9226 result of parsing the command argument. Throw error if the value
9227 is greater than INT_MAX, not greater or equal. Also throw error
9228 if the value is less than INT_MIN. Print the invalid value with
9229 plongest.
9230 <var_zuinteger_unlimited>: Throw error if the value is greater
9231 than INT_MAX, not greater or equal.
9232 (do_show_command) <var_integer, var_zinteger,
9233 var_zuinteger_unlimited>: Use %d for printing int, not %u.
9234
9235 2013-03-20 Tom Tromey <tromey@redhat.com>
9236
9237 * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,
9238 if possible.
9239 * dwarf2read.c (read_func_scope): Remove old FIXME.
9240 * eval.c (evaluate_subexp_standard): Check SYMBOL_COMPUTED_OPS,
9241 not LOC_COMPUTED.
9242 * findvar.c (symbol_read_needs_frame, default_read_var_value):
9243 Unconditionally call via computed ops, if possible.
9244 * printcmd.c (address_info): Unconditionally call via computed ops,
9245 if possible.
9246 * stack.c (read_frame_arg): Unconditionally call via computed ops,
9247 if possible.
9248 * symtab.c (register_symbol_computed_impl): Sanity check 'ops'.
9249 * tracepoint.c (scope_info): Unconditionally call via computed ops,
9250 if possible.
9251
9252 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9253 Tom Tromey <tromey@redhat.com>
9254
9255 PR symtab/8421:
9256 * coffread.c (coff_register_index): New global.
9257 (process_coff_symbol, coff_read_enum_type): Set
9258 SYMBOL_ACLASS_INDEX.
9259 (_initialize_coffread): Initialize new global.
9260 * dwarf2loc.c (locexpr_find_frame_base_location)
9261 (dwarf2_block_frame_base_locexpr_funcs)
9262 (loclist_find_frame_base_location)
9263 (dwarf2_block_frame_base_loclist_funcs): New.
9264 (dwarf_expr_frame_base_1): Call SYMBOL_BLOCK_OPS, remove internal_error.
9265 (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Add location_has_loclist.
9266 * dwarf2loc.h (dwarf2_block_frame_base_locexpr_funcs)
9267 (dwarf2_block_frame_base_loclist_funcs): New.
9268 * dwarf2read.c (dwarf2_locexpr_index, dwarf2_loclist_index)
9269 (dwarf2_locexpr_block_index, dwarf2_loclist_block_index): New
9270 globals.
9271 (read_func_scope): Update.
9272 (fixup_go_packaging, mark_common_block_symbol_computed)
9273 (var_decode_location, new_symbol_full, dwarf2_const_value):
9274 Set SYMBOL_ACLASS_INDEX.
9275 (dwarf2_symbol_mark_computed): Likewise. Add 'is_block' argument.
9276 (_initialize_dwarf2_read): Initialize new globals.
9277 * jit.c (finalize_symtab): Set SYMBOL_ACLASS_INDEX.
9278 * jv-lang.c (add_class_symbol): Set SYMBOL_ACLASS_INDEX.
9279 * mdebugread.c (mdebug_register_index, mdebug_regparm_index): New
9280 globals.
9281 (parse_symbol, psymtab_to_symtab_1): Set SYMBOL_ACLASS_INDEX.
9282 (_initialize_mdebugread): Initialize new globals.
9283 * psympriv.h (struct partial_symbol) <aclass>: Update comment.
9284 * stabsread.c (patch_block_stabs): Set SYMBOL_ACLASS_INDEX.
9285 (stab_register_index, stab_regparm_index): New globals.
9286 (define_symbol, read_enum_type, common_block_end): Set
9287 SYMBOL_ACLASS_INDEX.
9288 (_initialize_stabsread): Initialize new globals.
9289 * symtab.c (next_aclass_value, symbol_impl, symbol_impls): New
9290 globals.
9291 (MAX_SYMBOL_IMPLS): New define.
9292 (register_symbol_computed_impl, register_symbol_block_impl)
9293 (register_symbol_register_impl)
9294 (initialize_ordinary_address_classes): New functions.
9295 (_initialize_symtab): Call initialize_ordinary_address_classes.
9296 * symtab.h (enum address_class) <LOC_FINAL_VALUE>: New constant.
9297 (struct symbol_impl): New.
9298 (SYMBOL_ACLASS_BITS): New define.
9299 (struct symbol) <aclass, ops>: Remove fields.
9300 <aclass_index>: New field.
9301 (symbol_impls): Declare.
9302 (SYMBOL_CLASS, SYMBOL_COMPUTED_OPS, SYMBOL_REGISTER_OPS): Redefine.
9303 (SYMBOL_IMPL, SYMBOL_ACLASS_INDEX): New defines.
9304 (register_symbol_computed_impl, register_symbol_block_impl)
9305 (register_symbol_register_impl): Declare.
9306 (struct symbol_computed_ops): Add location_has_loclist.
9307 (struct symbol_block_ops): New.
9308 (SYMBOL_BLOCK_OPS): New.
9309 * xcoffread.c (process_xcoff_symbol): Set SYMBOL_ACLASS_INDEX.
9310
9311 2013-03-20 Tom Tromey <tromey@redhat.com>
9312
9313 * psymtab.c (find_pc_sect_psymbol, fixup_psymbol_section)
9314 (print_partial_symbols, recursively_search_psymtabs): Use
9315 PSYMBOL_CLASS.
9316
9317 2013-03-20 Pierre Muller <muller@sourceware.org>
9318
9319 * contrib/ari/gdb_ari.sh (OP eol rule): Also check
9320 addtion, subtraction, multiplication and division binary operator.
9321
9322 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9323
9324 Code cleanup.
9325 * bfd-target.c (target_bfd_xclose): Remove parameter quitting.
9326 * bsd-kvm.c (bsd_kvm_close): Likewise.
9327 * bsd-uthread.c (bsd_uthread_close): Likewise.
9328 * corelow.c (core_close): Likewise.
9329 (core_close_cleanup): Remove parameter quitting from a caller.
9330 * event-top.c (async_disconnect): Likewise.
9331 * exec.c (exec_close_1): Remove parameter quitting.
9332 * go32-nat.c (go32_close): Likewise.
9333 * linux-nat.c (linux_nat_close): Remove parameter quitting. Remove
9334 parameter quitting from a caller.
9335 * mips-linux-nat.c (super_close): Remove parameter quitting from the
9336 variable.
9337 (mips_linux_close): Remove parameter quitting. Remove parameter
9338 quitting from a caller.
9339 * monitor.c (monitor_close): Remove parameter quitting.
9340 * monitor.h (monitor_close): Likewise.
9341 * record-btrace.c (record_btrace_close): Likewise.
9342 * record-full.c (record_full_close): Likewise.
9343 * remote-m32r-sdi.c (m32r_close): Remove parameter quitting and remove
9344 it also from fprintf_unfiltered.
9345 * remote-mips.c (mips_close): Remove parameter quitting.
9346 (mips_detach): Remove parameter quitting from a caller.
9347 * remote-sim.c (gdbsim_close): Remove parameter quitting.
9348 (gdbsim_close): Remove duplicate function comment. Remove parameter
9349 quitting and remove it also from printf_filtered.
9350 * remote.c (remote_close): Remove parameter quitting.
9351 * solib-svr4.c (enable_break): Remove parameter quitting from a caller.
9352 * target.c (update_current_target): Remove parameter int from to_close
9353 de_fault.
9354 (push_target, unpush_target, pop_target): Remove parameter quitting from
9355 a caller.
9356 (pop_all_targets_above, pop_all_targets): Remove parameter quitting.
9357 Remove parameter quitting from a caller.
9358 (target_preopen): Remove parameter quitting from a caller.
9359 (target_close): Remove parameter quitting. Remove parameter quitting
9360 from a caller two times. Remove parameter quitting also from
9361 fprintf_unfiltered.
9362 * target.h (struct target_ops): Remove parameter quitting and as int
9363 from fields to_xclose and to_close.
9364 (extern struct target_ops current_target):
9365 (target_close, pop_all_targets): Remove parameter quitting. Update the
9366 comment.
9367 (pop_all_targets_above): Remove parameter quitting.
9368 * top.c (quit_target): Remove parameter quitting from a caller.
9369 * tracepoint.c (tfile_close): Remove parameter quitting.
9370 * windows-nat.c (windows_close): Remove parameter quitting.
9371
9372 2013-03-20 Corinna Vinschen <vinschen@redhat.com>
9373
9374 * windows-nat.c (handle_output_debug_string): Replace call
9375 to string_to_core_addr with call to strtoull.
9376
9377 2013-03-20 Yao Qi <yao@codesourcery.com>
9378
9379 * ctf.c (ctf_save_metadata_header): Define macro HOST_ENDIANNESS
9380 and write it to CTF metadata.
9381
9382 2013-03-19 Corinna Vinschen <vinschen@redhat.com>
9383
9384 * windows-nat.c (handle_output_debug_string): Change type of n to
9385 SIZE_T to avoid crash on 64 bit systems.
9386
9387 2013-03-17 Eli Zaretskii <eliz@gnu.org>
9388
9389 * python/python-internal.h (HAVE_SNPRINTF)
9390 [_WIN32 && HAVE_DECL_SNPRINTF]: Define, to avoid compiler warnings
9391 about redefinition of snprintf by pyerrors.h.
9392
9393 2013-03-15 Steve Ellcey <sellcey@mips.com>
9394
9395 * remote-sim.c (sim_command_completer): Make char arguments const.
9396
9397 2013-03-15 Tom Tromey <tromey@redhat.com>
9398
9399 PR c++/15116:
9400 * gdbtypes.c (types_equal): Handle TYPE_CODE_FUNC.
9401
9402 2013-03-14 Tom Tromey <tromey@redhat.com>
9403
9404 * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:
9405 New fields.
9406 (get_file_crc): Move from symfile.c.
9407 (gdb_bfd_crc): New function.
9408 * gdb_bfd.h (gdb_bfd_crc): Declare.
9409 * objfiles.h (struct objfile) <crc32, crc32_p>: Remove.
9410 * symfile.c (get_file_crc): Move to gdb_bfd.c.
9411 (separate_debug_file_exists): Use gdb_bfd_crc.
9412
9413 2013-03-14 Tom Tromey <tromey@redhat.com>
9414
9415 * symfile.c (get_debug_link_info): Remove.
9416 (find_separate_debug_file_by_debuglink): Use
9417 bfd_get_debug_link_info.
9418
9419 2013-03-14 Tom Tromey <tromey@redhat.com>
9420
9421 * symtab.c (error_in_psymtab_expansion): New function.
9422 (lookup_symbol_aux_quick)
9423 (basic_lookup_transparent_type_quick): Remove "last resort"
9424 code. Use error_in_psymtab_expansion.
9425
9426 2013-03-14 Doug Evans <dje@google.com>
9427 Jan Kratochvil <jan.kratochvil@redhat.com>
9428
9429 * dwarf2read.c (dw2_map_symtabs_matching_filename): Put continue after
9430 any successful compare_filenames_for_search or FILENAME_CMP.
9431 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
9432 * symtab.c (iterate_over_some_symtabs): Likewise.
9433
9434 2013-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9435
9436 * source.c (print_source_lines_base): Make a local copy of
9437 symtab_to_fullname.
9438
9439 2013-03-14 Hui Zhu <hui_zhu@mentor.com>
9440 Jan Kratochvil <jan.kratochvil@redhat.com>
9441
9442 * source.c (print_source_lines_base): Suppress "file" for TUI.
9443
9444 2013-03-14 Keith Seitz <keiths@redhat.com>
9445 Alan Matsuoka <alanm@redhat.com>
9446
9447 PR c++/15203
9448 PR c++/15210
9449 * cp-namespace.c (cp_lookup_nested_symbol): Handle TYPE_CODE_FUNC and
9450 TYPE_CODE_METHOD.
9451 * elfread.c (elf_symtab_read): Handle BSF_GNU_UNIQUE for certain
9452 symbols.
9453
9454 2013-03-14 Yao Qi <yao@codesourcery.com>
9455
9456 * tracepoint.c (tfile_write_status): Write 'stop_desc' of trace
9457 status to tfile if trace is stopped by command 'tstop'.
9458
9459 2013-03-14 Yao Qi <yao@codesourcery.com>
9460
9461 * tracepoint.c (tfile_write_status): Write trace notes and user
9462 name into tfile if they are not NULL.
9463
9464 2013-03-14 Hui Zhu <hui@codesourcery.com>
9465 Yao Qi <yao@codesourcery.com>
9466
9467 * Makefile.in (REMOTE_OBS): Add ctf.o.
9468 (SFILES): Add ctf.c.
9469 (HFILES_NO_SRCDIR): Add ctf.h.
9470 * ctf.c, ctf.h: New files.
9471 * tracepoint.c: Include 'ctf.h'.
9472 (collect_pseudocommand): Remove static.
9473 (trace_save_command): Parse option "-ctf".
9474 Produce different trace file writers per option.
9475 Adjust output message.
9476 (trace_save_tfile, trace_save_ctf): New.
9477 * tracepoint.h (trace_save_tfile, trace_save_ctf): Declare.
9478 * mi/mi-main.c: Include 'ctf.h'.
9479 (mi_cmd_trace_save): Handle option '-ctf'. Call either
9480 trace_save_tfile or trace_save_ctf.
9481 * NEWS: Mention these changes.
9482
9483 2013-03-14 Yao Qi <yao@codesourcery.com>
9484
9485 * tracepoint.c (trace_file_writer_xfree): New.
9486 (struct tfile_writer_data): New.
9487 (tfile_dtor, tfile_can_target_save, tfile_start): New.
9488 (tfile_write_header, tfile_write_regblock_type): New.
9489 (tfile_write_status, tfile_write_uploaded_tsv): New.
9490 (tfile_write_uploaded_tp, tfile_write_definition_end): New.
9491 (tfile_write_raw_data, (tfile_end): New.
9492 (tfile_write_ops): New global variable.
9493 (TRACE_WRITE_R_BLOCK): New macro.
9494 (TRACE_WRITE_M_BLOCK_HEADER): New macro.
9495 (TRACE_WRITE_M_BLOCK_MEMORY): New macro.
9496 (TRACE_WRITE_V_BLOCK): New macro.
9497 (trace_save): Add extra one parameter WRITER. Make it static.
9498 Use WRITER to writer trace.
9499 (tfile_trace_file_writer_new): New.
9500 (trace_save_command): Caller update.
9501 (trace_save_tfile): Write trace data in TFILE format.
9502 * tracepoint.h (struct trace_frame_write_ops): New.
9503 (struct trace_file_write_ops): New.
9504 (struct trace_file_writer): New.
9505 (trace_save): Remove its declaration.
9506 (trace_save_tfile): Declare it.
9507 * mi/mi-main.c (mi_cmd_trace_save): Call trace_save_tfile
9508 instead of trace_save.
9509
9510 2013-03-13 Pedro Alves <palves@redhat.com>
9511
9512 * hppa-hpux-nat.c (hppa_hpux_save_state_offset): Make static.
9513
9514 2013-03-13 Pedro Alves <palves@redhat.com>
9515
9516 * dbxread.c (read_ofile_symtab, process_one_symbol): Remove
9517 commented out code.
9518 * demangle.c (current_demangling_style_string): Make it const.
9519 (set_demangling_command): Assert the demangling style is known.
9520 Remove all handling of unknown styles. Set
9521 'current_demangling_style_string' to an element of the
9522 demangling_style_names array.
9523 (set_demangling_style): Delete.
9524 (_initialize_demangler): Set current_demangling_style_string to the
9525 element of the demangling_style_names array that corresponds to
9526 the default demangling style. Remove FIXME note. Don't call
9527 set_demangling_style.
9528 * gdb-demangle.h (set_demangling_style): Remove declaration.
9529
9530 2013-03-13 Pedro Alves <palves@redhat.com>
9531
9532 * ada-lang.c (struct add_partial_datum) <text, text0, word>: Make
9533 fields const.
9534 (ada_make_symbol_completion_list): Make "text0" parameter const.
9535 * ax-gdb.c (agent_eval_command_one): Make "exp" parameter const.
9536 * breakpoint.c (condition_completer): Make "text" and "word"
9537 parameters const. Adjust.
9538 (check_tracepoint_command): Adjust to validate_actionline
9539 prototype change.
9540 (catch_syscall_completer): Make "text" and "word" parameters
9541 const.
9542 * cli/cli-cmds.c (show_user): Make "comname" local const.
9543 (valid_command_p): Make "command" parameter const.
9544 (alias_command): Make "alias_prefix" and "command_prefix" locals
9545 const.
9546 * cli/cli-decode.c (add_cmd): Make "name" parameter const.
9547 (add_alias_cmd): Make "name" and "oldname" parameters const.
9548 Adjust. No longer make copy of OLDNAME.
9549 (add_prefix_cmd, add_abbrev_prefix_cmd, add_set_or_show_cmd)
9550 (add_setshow_cmd_full, add_setshow_enum_cmd)
9551 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
9552 (add_setshow_filename_cmd, add_setshow_string_cmd)
9553 (add_setshow_string_noescape_cmd)
9554 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
9555 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
9556 (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd)
9557 (delete_cmd, add_info, add_info_alias, add_com, add_com_alias):
9558 Make "name" parameter const.
9559 (help_cmd): Rename "command" parameter to "arg". New const local
9560 "command".
9561 (find_cmd): Make "command" parameter const.
9562 (lookup_cmd_1): Make "text" parameter pointer to const. Adjust to
9563 deprecated_cmd_warning prototype change.
9564 (undef_cmd_error): Make "cmdtype" parameter const.
9565 (lookup_cmd): Make "line" parameter const.
9566 (deprecated_cmd_warning): Change type of "text" parameter to
9567 pointer to const char, from pointer to pointer to char. Adjust.
9568 (lookup_cmd_composition): Make "text" parameter const.
9569 (complete_on_cmdlist, complete_on_enum): Make "text" and "word"
9570 parameters const.
9571 * cli/cli-decode.h (struct cmd_list_element) <name>: Make field
9572 const.
9573 * cli/cli-script.c (validate_comname): Make "tem" local const.
9574 (define_command): New const local "tem_c". Use it in calls to
9575 lookup_cmd.
9576 (document_command): Make "tem" and "comfull" locals const.
9577 (show_user_1): Make "prefix" and "name" parameters const.
9578 * cli-script.h (show_user_1): Make "prefix" and "name" parameters
9579 const.
9580 * command.h (add_cmd, add_alias_cmd, add_prefix_cmd)
9581 (add_abbrev_prefix_cmd, completer_ftype, lookup_cmd, lookup_cmd_1)
9582 (deprecated_cmd_warning, lookup_cmd_composition, add_com)
9583 (add_com_alias, add_info, add_info_alias, complete_on_cmdlist)
9584 (complete_on_enum, add_setshow_enum_cmd)
9585 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
9586 (add_setshow_filename_cmd, add_setshow_string_cmd)
9587 (add_setshow_string_noescape_cmd)
9588 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
9589 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
9590 (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
9591 Change prototypes, constifying strings.
9592 * completer.c (noop_completer, filename_completer): Make "text"
9593 and "prefix" parameters const.
9594 (location_completer, expression_completer)
9595 (complete_line_internal): Make "text" and "prefix" parameters
9596 const and adjust.
9597 (command_completer, signal_completer): Make "text" and "prefix"
9598 parameters const.
9599 * completer.h (noop_completer, filename_completer)
9600 (expression_completer, location_completer, command_completer)
9601 (signal_completer): Change prototypes.
9602 * corefile.c (complete_set_gnutarget): Make "text" and "word"
9603 parameters const.
9604 * cp-abi.c (cp_abi_completer): Likewise.
9605 * expression.h (parse_expression_for_completion): Change
9606 prototype.
9607 * f-lang.c (f_make_symbol_completion_list): Make "text" and "word"
9608 parameters const.
9609 * infcmd.c (_initialize_infcmd): Make "cmd_name" local const.
9610 * infrun.c (handle_completer): Make "text" and "word" parameters
9611 const.
9612 * interps.c (interpreter_completer): Make "text" and "word"
9613 parameters const.
9614 * language.h (struct language_defn)
9615 <la_make_symbol_completion_list>: Make "text" and "word"
9616 parameters const.
9617 * parse.c (parse_exp_1): Move const hack to parse_exp_in_context.
9618 (parse_exp_in_context): Rename to ...
9619 (parse_exp_in_context_1): ... this.
9620 (parse_exp_in_context): Reimplement, with const hack from
9621 parse_exp_1.
9622 (parse_expression_for_completion): Make "string" parameter const.
9623 * printcmd.c (decode_format): Make "string_ptr" parameter pointer
9624 to pointer to const char. Adjust.
9625 (print_command_1): Make "exp" parameter const.
9626 (output_command): Rename to ...
9627 (output_command_const): ... this. Make "exp" parameter const.
9628 (output_command): Reimplement.
9629 (x_command): Adjust.
9630 (display_command): Rename "exp" parameter to "arg". New "exp"
9631 local, const version of "arg".
9632 * python/py-auto-load.c (gdbpy_initialize_auto_load): Make
9633 "cmd_name" local const.
9634 * python/py-cmd.c (cmdpy_destroyer): Cast const away in xfree
9635 call.
9636 (cmdpy_completer): Make "text" and "word" parameters const.
9637 (gdbpy_parse_command_name): Make "prefix_text2" local const.
9638 * python/py-param.c (add_setshow_generic): Make "tmp_name" local
9639 const.
9640 * remote.c (_initialize_remote): Make "cmd_name" local const.
9641 * symtab.c (language_search_unquoted_string): Make "text" and "p"
9642 parameters const. Adjust.
9643 (completion_list_add_fields): Make "sym_text", "text" and "word"
9644 parameters const.
9645 (struct add_name_data) <sym_text, text, word>: Make fields const.
9646 (default_make_symbol_completion_list_break_on): Make "text" and
9647 "word" parameters const. Adjust locals.
9648 (default_make_symbol_completion_list)
9649 (make_symbol_completion_list, make_symbol_completion_type)
9650 (make_symbol_completion_list_fn): Make "text" and "word"
9651 parameters const.
9652 (make_file_symbol_completion_list): Make "text", "word" and
9653 "srcfile" parameters const. Adjust locals.
9654 (add_filename_to_list): Make "text" and "word" parameters const.
9655 (struct add_partial_filename_data) <text, word>: Make fields
9656 const.
9657 (make_source_files_completion_list): Make "text" and "word"
9658 parameters const.
9659 * symtab.h (default_make_symbol_completion_list_break_on)
9660 (default_make_symbol_completion_list, make_symbol_completion_list)
9661 (make_symbol_completion_type enum type_code)
9662 (make_symbol_completion_list_fn make_file_symbol_completion_list)
9663 (make_source_files_completion_list): Change prototype.
9664 * top.c (execute_command): Adjust to pass pointer to pointer to
9665 const char to lookup_cmd, and to deprecated_cmd_warning prototype
9666 change.
9667 (set_verbose): Make "cmdname" local const.
9668 * tracepoint.c (decode_agent_options): Make "exp" parameter const,
9669 and adjust.
9670 (validate_actionline): Make "line" parameter a pointer to const
9671 char, and adjust.
9672 (encode_actions_1): Make "action_exp" local const, and adjust.
9673 (encode_actions): Adjust.
9674 (replace_comma): Delete.
9675 (trace_dump_actions): Make "action_exp" and "next_comma" locals
9676 const, and adjust. Don't frob the action string while splitting
9677 it at commas. Instead, make a copy of each split substring in
9678 turn.
9679 (trace_dump_command): Adjust to validate_actionline prototype
9680 change.
9681 * tracepoint.h (decode_agent_options, decode_agent_options)
9682 (encode_actions, validate_actionline): Change prototypes.
9683 * valprint.h (output_command): Delete declaration.
9684 (output_command_const): Declare.
9685 * value.c (function_destroyer): Cast const away in xfree call.
9686
9687 2013-03-13 Pedro Alves <palves@redhat.com>
9688
9689 * ada-lang.c (ada_decode_symbol): Cast away constness of GSYMBOL
9690 rather than casting 'const char * const *' to 'const char **'.
9691 * ada-lex.l (processInt): Make "trailer" local const. Remove
9692 'const char **' cast.
9693 * arm-linux-tdep.c (arm_stap_parse_special_token): Add 'char *'
9694 locals, and use those as strtol output pointer, instead than doing
9695 invalid casts to from 'const char **' to 'char **'.
9696 (_initialize_demangle): Remove cast.
9697 * i386-tdep.c (i386_stap_parse_special_token): : Add 'char *'
9698 locals, and use those as strtol output pointer, instead than doing
9699 invalid casts to from 'const char **' to 'char **'.
9700 * solib-dsbt.c (dsbt_get_initial_loadmaps): Remove 'gdb_byte**'
9701 casts.
9702 * stap-probe.c (stap_parse_register_operand)
9703 (stap_parse_single_operand): Likewise.
9704
9705 2013-03-13 Yao Qi <yao@codesourcery.com>
9706
9707 * tracepoint.c (tfile_get_trace_state_variable_value): Look for
9708 the last matched 'V' blcok in trace frame.
9709
9710 2013-03-12 Joel Brobecker <brobecker@adacore.com>
9711
9712 * NEWS: Create a new section for the next release branch.
9713 Rename the section of the current branch, now that it has
9714 been cut.
9715
9716 2013-03-12 Joel Brobecker <brobecker@adacore.com>
9717
9718 GDB 7.6 branch created (branch timestamp: 2013-03-12 22:15 UTC)
9719 * version.in: Bump version to 7.6.50.20130312-cvs.
9720
9721 2013-03-12 Keith Seitz <keiths@redhat.com>
9722
9723 * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.
9724 * mi/mi-interp.c (mi_interpreter_exec): Make "command" const.
9725 Remove temporary copy of input string.
9726 (mi_execute_command_wrapper): Make "cmd" const.
9727 * mi/mi-main.c (mi_execute_command): Make "string_ptr" const.
9728 * mi/mi-parse.c (mi_parse_argv): Make "args" const.
9729 Use const strings.
9730 (mi_parse): Make "cmd" const.
9731 Use const strings.
9732 * mi/mi-parse.h (mi_parse): Make "cmd" const.
9733
9734 2013-03-12 Keith Seitz <keiths@redhat.com>
9735
9736 * ada-lang.c (ada_read_renaming_var_value): Pass const
9737 pointer to expression string to parse_exp_1.
9738 (create_excep_cond_exprs): Likewise.
9739 * ax-gdb.c (agent_eval_command_one): Likewise.
9740 (maint_agent_printf_command): Likewise.
9741 Constify much of the string handling/parsing.
9742 * breakpoint.c (set_breakpoint_condition): Pass const
9743 pointer to expression string to parse_exp_1.
9744 (update_watchpoint): Likewise.
9745 (parse_cmd_to_aexpr): Constify string handling.
9746 Pass const pointer to parse_exp_1.
9747 (init_breakpoint_sal): Pass const pointer to parse_exp_1.
9748 (find_condition_and_thread): Likewise.
9749 Make TOK const.
9750 (watch_command_1): Make "arg" const.
9751 Constify string handling.
9752 Copy the expression string instead of changing the input
9753 string.
9754 (update_breakpoint_location): Pass const pointer to
9755 parse_exp_1.
9756 * eval.c (parse_and_eval_address): Make "exp" const.
9757 (parse_to_comma_and_eval): Make "expp" const.
9758 (parse_and_eval): Make "exp" const.
9759 * expression.h (parse_expression): Make argument const.
9760 (parse_exp_1): Make first argument const.
9761 * findcmd.c (parse_find_args): Treat "args" as const.
9762 * linespec.c (parse_linespec): Pass const pointer to
9763 linespec_expression_to_pc.
9764 (linespec_expression_to_pc): Make "exp_ptr" const.
9765 * parse.c (parse_exp_1): Make "stringptr" const.
9766 Make a copy of the expression to pass to parse_exp_in_context until
9767 this whole interface can be constified.
9768 (parse_expression): Make "string" const.
9769 * printcmd.c (ui_printf): Treat "arg" as const.
9770 Handle const strings.
9771 * tracepoint.c (validate_actionline): Pass const pointer to
9772 all calls to parse_exp_1.
9773 (encode_actions_1): Likewise.
9774 * value.h (parse_to_comma_and_eval): Make argument const.
9775 (parse_and_eval_address): Likewise.
9776 (parse_and_eval): Likewise.
9777 * varobj.c (varobj_create): Pass const pointer to parse_exp_1.
9778 (varobj_set_value): Likewise.
9779 * cli/cli-cmds.c (disassemble_command): Treat "arg" as const and
9780 constify string handling.
9781 Pass const pointers to parse_and_eval_address and
9782 parse_to_comman_and_eval.
9783 * cli/cli-utils.c (skip_to_space): Rename to ...
9784 (skip_to_space_const): ... this. Handle const strings.
9785 * cli/cli-utils.h (skip_to_space): Turn into macro which invokes
9786 skip_to_space_const.
9787 (skip_to_space_const): Declare.
9788 * common/format.c (parse_format_string): Make "arg" const.
9789 Handle const strings.
9790 * common/format.h (parse_format_string): Make "arg" const.
9791 * gdbserver/ax.c (ax_printf): Make "format" const.
9792 * python/python.c (gdbpy_parse_and_eval): Do not make a copy
9793 of the expression string.
9794
9795 2013-03-12 Hui Zhu <hui@codesourcery.com>
9796
9797 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Update error message.
9798
9799 2013-03-12 Yao Qi <yao@codesourcery.com>
9800 Hui Zhu <hui@codesourcery.com>
9801
9802 * dwarf2loc.c (access_memory): Change nbits to nbytes in gdb_assert.
9803 (dwarf2_compile_expr_to_ax): Call access_memory in DW_OP_deref and
9804 DW_OP_deref_size.
9805
9806 2013-03-12 Paul Hilfinger <hilfingr@adacore.com>
9807
9808 * ada-lex.l (rules): Only recognize 'thread' as a
9809 delimiter when followed by numerals, as for c-exp.y.
9810 Use new rewind_to_char function to rewind the input for
9811 expression-delimiting tokens.
9812 (rewind_to_char): New function.
9813
9814 2013-03-11 Pedro Alves <palves@redhat.com>
9815 Jan Kratochvil <jan.kratochvil@redhat.com>
9816
9817 * configure: Regenerate.
9818 * configure.ac (check dynamic export flag): Link python test with
9819 $PYTHON_LIBS.
9820
9821 2013-03-11 Doug Evans <dje@google.com>
9822 Keith Seitz <keiths@redhat.com>
9823
9824 * linespec.c (find_linespec_symbols): Call find_function_symbols
9825 first, and then call lookup_prefix_sym/find_method.
9826
9827 2013-03-11 Pedro Alves <palves@redhat.com>
9828
9829 * charset.c (convert_between_encodings): Don't cast between
9830 different pointer to pointer types. Instead, make the 'inp' local
9831 be of the type iconv expects.
9832 (wchar_iterate): Don't cast between different pointer to pointer
9833 types. Instead, use new pointer local of the type iconv expects.
9834 * target.c (target_read_stralloc, target_fileio_read_stralloc):
9835 Add new local of type char pointer, and use it to get a
9836 char/string view of the byte buffer, instead of casting between
9837 pointer to pointer types.
9838
9839 2013-03-11 Hafiz Abid Qadeer <abidh@codesourcery.com>
9840
9841 * remote.c (remote_set_trace_buffer_size): Move != operator
9842 to the start of next line to fix an ARI warning.
9843
9844 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9845
9846 * NEWS: Add record changes.
9847
9848 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9849
9850 * record-btrace.c (btrace_insn_history): Omit the pc prefix in
9851 the instruction history disassembly.
9852 * disasm.c (dump_insns): Omit the pc prefix, if requested.
9853 * disasm.h (DISASSEMBLY_OMIT_PC): New.
9854
9855 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9856
9857 * Makefile.in (SFILES): Add record-btrace.c
9858 (COMMON_OBS): Add record-btrace.o
9859 * record-btrace.c: New.
9860 * objfiles.c: Include btrace.h.
9861 (free_objfile): call btrace_free_objfile.
9862
9863 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9864
9865 * target.c (target_call_history, target_call_history_from,
9866 target_call_history_range): New.
9867 * target.h (target_ops) <to_call_history, to_call_history_from,
9868 to_call_history_range>: New fields.
9869 (target_call_history, target_call_history_from,
9870 target_call_history_range): New declaration.
9871 * record.c (get_call_history_modifiers, cmd_record_call_history,
9872 record_call_history_size): New.
9873 (_initialize_record): Add the "record function-call-history" command.
9874 Add "set/show record function-call-history-size" commands.
9875 * record.h (record_print_flag): New.
9876
9877 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9878
9879 * target.h (target_ops) <to_insn_history, to_insn_history_from,
9880 to_insn_history_range>: New fields.
9881 (target_insn_history): New.
9882 (target_insn_history_from): New.
9883 (target_insn_history_range): New.
9884 * target.c (target_insn_history): New.
9885 (target_insn_history_from): New.
9886 (target_insn_history_range): New.
9887 * record.c: Include cli/cli-utils.h, disasm.h, ctype.h.
9888 (record_insn_history_size): New.
9889 (get_insn_number): New.
9890 (get_context_size): New.
9891 (no_chunk): New.
9892 (get_insn_history_modifiers): New.
9893 (cmd_record_insn_history): New.
9894 (_initialize_record): Add "set/show record instruction-history-size"
9895 command. Add "record instruction-history" command.
9896
9897 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9898
9899 * record.h (record_disconnect): New.
9900 (record_detach): New.
9901 (record_mourn_inferior): New.
9902 (record_kill): New.
9903 * record-full.c (record_disconnect, record_detach,
9904 record_mourn_inferior, record_kill): Move to...
9905 * record.c: ...here.
9906 (DEBUG): New.
9907 (record_stop): New.
9908 (record_unpush): New.
9909 (cmd_record_stop): Call record_stop. Replace unpush_target
9910 call with record_unpush call.
9911 (record_disconnect, record_detach): Assert that the target
9912 is of record stratum. Call record_unpush, record_stop, and
9913 DEBUG.
9914 (record_mourn_inferior, record_kill): Assert that the target
9915 is of record stratum. Call record_unpush and DEBUG.
9916
9917 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9918
9919 * record-full.h, record-full.c (record_memory_query): Rename
9920 to ...
9921 (record_full_memory_query): ...this. Update all users.
9922 (record_arch_list_add_reg): Rename to ...
9923 (record_full_arch_list_add_reg): ...this. Update all users.
9924 (record_arch_list_add_mem): Rename to ...
9925 (record_full_arch_list_add_mem): ...this. Update all users.
9926 (record_arch_list_add_end): Rename to ...
9927 (record_full_arch_list_add_end): ...this. Update all users.
9928 (record_gdb_operation_disable_set): Rename to ...
9929 (record_full_gdb_operation_disable_set): ...this.
9930 Update all users.
9931
9932 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9933
9934 * record-full.c (DEFAULT_RECORD_INSN_MAX_NUM): Renamed to ...
9935 (DEFAULT_RECORD_FULL_INSN_MAX_NUM): ... this. Updated all users.
9936 (RECORD_IS_REPLAY): Renamed to ...
9937 (RECORD_FULL_IS_REPLAY): ... this. Updated all users.
9938 (RECORD_FILE_MAGIC): Renamed to ...
9939 (RECORD_FULL_FILE_MAGIC): ... this. Updated all users.
9940 (record_mem_entry): Renamed to ...
9941 (record_full_mem_entry): ... this. Updated all users.
9942 (record_reg_entry): Renamed to ...
9943 (record_full_reg_entry): ... this. Updated all users.
9944 (record_end_entry): Renamed to ...
9945 (record_full_end_entry): ... this. Updated all users.
9946 (record_type) <record_end, record_reg, record_mem>: Renamed
9947 to ...
9948 (record_full_type) <record_full_end, record_full_reg,
9949 record_full_mem>: ... this. Updated all users.
9950 (record_entry): Renamed to ...
9951 (record_full_entry): ... this. Updated all users.
9952 (record_core_buf_entry): Renamed to ...
9953 (record_full_core_buf_entry): ... this. Updated all users.
9954 (record_core_regbuf): Renamed to ...
9955 (record_full_core_regbuf): ... this. Updated all users.
9956 (record_core_start): Renamed to ...
9957 (record_full_core_start): ... this. Updated all users.
9958 (record_core_end): Renamed to ...
9959 (record_full_core_end): ... this. Updated all users.
9960 (record_core_buf_list): Renamed to ...
9961 (record_full_core_buf_list): ... this. Updated all users.
9962 (record_first): Renamed to ...
9963 (record_full_first): ... this. Updated all users.
9964 (record_list): Renamed to ...
9965 (record_full_list): ... this. Updated all users.
9966 (record_arch_list_head): Renamed to ...
9967 (record_full_arch_list_head): ... this. Updated all users.
9968 (record_arch_list_tail): Renamed to ...
9969 (record_full_arch_list_tail): ... this. Updated all users.
9970 (record_stop_at_limit): Renamed to ...
9971 (record_full_stop_at_limit): ... this. Updated all users.
9972 (record_insn_max_num): Renamed to ...
9973 (record_full_insn_max_num): ... this. Updated all users.
9974 (record_insn_num): Renamed to ...
9975 (record_full_insn_num): ... this. Updated all users.
9976 (record_insn_count): Renamed to ...
9977 (record_full_insn_count): ... this. Updated all users.
9978 (record_ops): Renamed to ...
9979 (record_full_ops): ... this. Updated all users.
9980 (record_core_ops): Renamed to ...
9981 (record_full_core_ops): ... this. Updated all users.
9982 (set_record_cmdlist): Renamed to ...
9983 (set_record_full_cmdlist): ... this. Updated all users.
9984 (show_record_cmdlist): Renamed to ...
9985 (show_record_full_cmdlist): ... this. Updated all users.
9986 (record_cmdlist): Renamed to ...
9987 (record_full_cmdlist): ... this. Updated all users.
9988 (record_beneath_to_resume_ops): Renamed to ...
9989 (record_full_beneath_to_resume_ops): ... this. Updated all users.
9990 (record_beneath_to_resume): Renamed to ...
9991 (record_full_beneath_to_resume): ... this. Updated all users.
9992 (record_beneath_to_wait_ops): Renamed to ...
9993 (record_full_beneath_to_wait_ops): ... this. Updated all users.
9994 (record_beneath_to_wait): Renamed to ...
9995 (record_full_beneath_to_wait): ... this. Updated all users.
9996 (record_beneath_to_store_registers_ops): Renamed to ...
9997 (record_full_beneath_to_store_registers_ops): ... this.
9998 Updated all users.
9999 (record_beneath_to_store_registers): Renamed to ...
10000 (record_full_beneath_to_store_registers): ... this.
10001 Updated all users.
10002 (record_beneath_to_xfer_partial_ops): Renamed to ...
10003 (record_full_beneath_to_xfer_partial_ops): ... this.
10004 Updated all users.
10005 (record_beneath_to_xfer_partial): Renamed to ...
10006 (record_full_beneath_to_xfer_partial): ... this.
10007 Updated all users.
10008 (record_beneath_to_insert_breakpoint): Renamed to ...
10009 (record_full_beneath_to_insert_breakpoint): ... this.
10010 Updated all users.
10011 (record_beneath_to_stopped_by_watchpoint): Renamed to ...
10012 (record_full_beneath_to_stopped_by_watchpoint): ... this.
10013 Updated all users.
10014 (record_beneath_to_stopped_data_address): Renamed to ...
10015 (record_full_beneath_to_stopped_data_address): ... this.
10016 Updated all users.
10017 (record_beneath_to_async): Renamed to ...
10018 (record_full_beneath_to_async): ... this. Updated all users.
10019 (record_goto_insn): Renamed to ...
10020 (record_full_goto_insn): ... this. Updated all users.
10021 (record_save): Renamed to ...
10022 (record_full_save): ... this. Updated all users.
10023 (record_reg_alloc): Renamed to ...
10024 (record_full_reg_alloc): ... this. Updated all users.
10025 (record_reg_release): Renamed to ...
10026 (record_full_reg_release): ... this. Updated all users.
10027 (record_mem_alloc): Renamed to ...
10028 (record_full_mem_alloc): ... this. Updated all users.
10029 (record_mem_release): Renamed to ...
10030 (record_full_mem_release): ... this. Updated all users.
10031 (record_end_alloc): Renamed to ...
10032 (record_full_end_alloc): ... this. Updated all users.
10033 (record_end_release): Renamed to ...
10034 (record_full_end_release): ... this. Updated all users.
10035 (record_entry_release): Renamed to ...
10036 (record_full_entry_release): ... this. Updated all users.
10037 (record_list_release): Renamed to ...
10038 (record_full_list_release): ... this. Updated all users.
10039 (record_list_release_following): Renamed to ...
10040 (record_full_list_release_following): ... this.
10041 Updated all users.
10042 (record_list_release_first): Renamed to ...
10043 (record_full_list_release_first): ... this. Updated all users.
10044 (record_arch_list_add): Renamed to ...
10045 (record_full_arch_list_add): ... this. Updated all users.
10046 (record_get_loc): Renamed to ...
10047 (record_full_get_loc): ... this. Updated all users.
10048 (record_check_insn_num): Renamed to ...
10049 (record_full_check_insn_num): ... this. Updated all users.
10050 (record_arch_list_cleanups): Renamed to ...
10051 (record_full_arch_list_cleanups): ... this. Updated all users.
10052 (record_message): Renamed to ...
10053 (record_full_message): ... this. Updated all users.
10054 (record_message_wrapper): Renamed to ...
10055 (record_full_message_wrapper): ... this. Updated all users.
10056 (record_message_wrapper_safe): Renamed to ...
10057 (record_full_message_wrapper_safe): ... this. Updated all users.
10058 (record_gdb_operation_disable): Renamed to ...
10059 (record_full_gdb_operation_disable): ... this. Updated all users.
10060 (record_hw_watchpoint): Renamed to ...
10061 (record_full_hw_watchpoint): ... this. Updated all users.
10062 (record_exec_insn): Renamed to ...
10063 (record_full_exec_insn): ... this. Updated all users.
10064 (record_restore): Renamed to ...
10065 (record_full_restore): ... this. Updated all users.
10066 (record_async_inferior_event_token): Renamed to ...
10067 (record_full_async_inferior_event_token): ... this.
10068 Updated all users.
10069 (record_async_inferior_event_handler): Renamed to ...
10070 (record_full_async_inferior_event_handler): ... this.
10071 Updated all users.
10072 (record_core_open_1): Renamed to ...
10073 (record_full_core_open_1): ... this. Updated all users.
10074 (record_open_1): Renamed to ...
10075 (record_full_open_1): ... this. Updated all users.
10076 (record_open): Renamed to ...
10077 (record_full_open): ... this. Updated all users.
10078 (record_close): Renamed to ...
10079 (record_full_close): ... this. Updated all users.
10080 (record_resume_step): Renamed to ...
10081 (record_full_resume_step): ... this. Updated all users.
10082 (record_resumed): Renamed to ...
10083 (record_full_resumed): ... this. Updated all users.
10084 (record_execution_dir): Renamed to ...
10085 (record_full_execution_dir): ... this. Updated all users.
10086 (record_resume): Renamed to ...
10087 (record_full_resume): ... this. Updated all users.
10088 (record_get_sig): Renamed to ...
10089 (record_full_get_sig): ... this. Updated all users.
10090 (record_sig_handler): Renamed to ...
10091 (record_full_sig_handler): ... this. Updated all users.
10092 (record_wait_cleanups): Renamed to ...
10093 (record_full_wait_cleanups): ... this. Updated all users.
10094 (record_wait_1): Renamed to ...
10095 (record_full_wait_1): ... this. Updated all users.
10096 (record_wait): Renamed to ...
10097 (record_full_wait): ... this. Updated all users.
10098 (record_stopped_by_watchpoint): Renamed to ...
10099 (record_full_stopped_by_watchpoint): ... this. Updated all users.
10100 (record_disconnect): Renamed to ...
10101 (record_full_disconnect): ... this. Updated all users.
10102 (record_detach): Renamed to ...
10103 (record_full_detach): ... this. Updated all users.
10104 (record_mourn_inferior): Renamed to ...
10105 (record_full_mourn_inferior): ... this. Updated all users.
10106 (record_kill): Renamed to ...
10107 (record_full_kill): ... this. Updated all users.
10108 (record_stopped_data_address): Renamed to ...
10109 (record_full_stopped_data_address): ... this. Updated all users.
10110 (record_registers_change): Renamed to ...
10111 (record_full_registers_change): ... this. Updated all users.
10112 (record_store_registers): Renamed to ...
10113 (record_full_store_registers): ... this. Updated all users.
10114 (record_xfer_partial): Renamed to ...
10115 (record_full_xfer_partial): ... this. Updated all users.
10116 (record_breakpoint): Renamed to ...
10117 (record_full_breakpoint): ... this. Updated all users.
10118 (record_breakpoint_p): Renamed to ...
10119 (record_full_breakpoint_p): ... this. Updated all users.
10120 (record_breakpoints): Renamed to ...
10121 (record_full_breakpoints): ... this. Updated all users.
10122 (record_sync_record_breakpoints): Renamed to ...
10123 (record_full_sync_record_breakpoints): ... this.
10124 Updated all users.
10125 (record_init_record_breakpoints): Renamed to ...
10126 (record_full_init_record_breakpoints): ... this.
10127 Updated all users.
10128 (record_insert_breakpoint): Renamed to ...
10129 (record_full_insert_breakpoint): ... this. Updated all users.
10130 (record_remove_breakpoint): Renamed to ...
10131 (record_full_remove_breakpoint): ... this. Updated all users.
10132 (record_can_execute_reverse): Renamed to ...
10133 (record_full_can_execute_reverse): ... this. Updated all users.
10134 (record_get_bookmark): Renamed to ...
10135 (record_full_get_bookmark): ... this. Updated all users.
10136 (record_goto_bookmark): Renamed to ...
10137 (record_full_goto_bookmark): ... this. Updated all users.
10138 (record_async): Renamed to ...
10139 (record_full_async): ... this. Updated all users.
10140 (record_can_async_p): Renamed to ...
10141 (record_full_can_async_p): ... this. Updated all users.
10142 (record_is_async_p): Renamed to ...
10143 (record_full_is_async_p): ... this. Updated all users.
10144 (record_execution_direction): Renamed to ...
10145 (record_full_execution_direction): ... this. Updated all users.
10146 (record_info): Renamed to ...
10147 (record_full_info): ... this. Updated all users.
10148 (record_delete): Renamed to ...
10149 (record_full_delete): ... this. Updated all users.
10150 (record_is_replaying): Renamed to ...
10151 (record_full_is_replaying): ... this. Updated all users.
10152 (record_goto_entry): Renamed to ...
10153 (record_full_goto_entry): ... this. Updated all users.
10154 (record_goto_begin): Renamed to ...
10155 (record_full_goto_begin): ... this. Updated all users.
10156 (record_goto_end): Renamed to ...
10157 (record_full_goto_end): ... this. Updated all users.
10158 (record_goto): Renamed to ...
10159 (record_full_goto): ... this. Updated all users.
10160 (init_record_ops): Renamed to ...
10161 (init_record_full_ops): ... this. Updated all users.
10162 (record_core_resume): Renamed to ...
10163 (record_full_core_resume): ... this. Updated all users.
10164 (record_core_kill): Renamed to ...
10165 (record_full_core_kill): ... this. Updated all users.
10166 (record_core_fetch_registers): Renamed to ...
10167 (record_full_core_fetch_registers): ... this. Updated all users.
10168 (record_core_prepare_to_store): Renamed to ...
10169 (record_full_core_prepare_to_store): ... this. Updated all users.
10170 (record_core_store_registers): Renamed to ...
10171 (record_full_core_store_registers): ... this. Updated all users.
10172 (record_core_xfer_partial): Renamed to ...
10173 (record_full_core_xfer_partial): ... this. Updated all users.
10174 (record_core_insert_breakpoint): Renamed to ...
10175 (record_full_core_insert_breakpoint): ... this. Updated all users.
10176 (record_core_remove_breakpoint): Renamed to ...
10177 (record_full_core_remove_breakpoint): ... this. Updated all users.
10178 (record_core_has_execution): Renamed to ...
10179 (record_full_core_has_execution): ... this. Updated all users.
10180 (init_record_core_ops): Renamed to ...
10181 (init_record_full_core_ops): ... this. Updated all users.
10182 (cmd_record_restore): Renamed to ...
10183 (cmd_record_full_restore): ... this. Updated all users.
10184 (record_save_cleanups): Renamed to ...
10185 (record_full_save_cleanups): ... this. Updated all users.
10186 (cmd_record_start): Renamed to ...
10187 (cmd_record_full_start): ... this. Updated all users.
10188 (set_record_insn_max_num): Renamed to ...
10189 (set_record_full_insn_max_num): ... this. Updated all users.
10190 (set_record_command): Renamed to ...
10191 (set_record_full_command): ... this. Updated all users.
10192 (show_record_command): Renamed to ...
10193 (show_record_full_command): ... this. Updated all users.
10194 (_initialize_record): Renamed to ...
10195 (_initialize_record_full): ... this. Updated all users.
10196
10197 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10198
10199 * record.h: Split into this and ...
10200 * record-full.h: ... this.
10201 * record.c: Split into this and ...
10202 * record-full.c: ... this.
10203 * target.h (target_ops): Add new fields to_info_record,
10204 to_save_record, to_delete_record, to_record_is_replaying,
10205 to_goto_record_begin, to_goto_record_end, to_goto_record.
10206 (target_info_record): New.
10207 (target_save_record): New.
10208 (target_supports_delete_record): New.
10209 (target_delete_record): New.
10210 (target_record_is_replaying): New.
10211 (target_goto_record_begin): New.
10212 (target_goto_record_end): New.
10213 (target_goto_record): New.
10214 * target.c (target_info_record): New.
10215 (target_save_record): New.
10216 (target_supports_delete_record): New.
10217 (target_delete_record): New.
10218 (target_record_is_replaying): New.
10219 (target_goto_record_begin): New.
10220 (target_goto_record_end): New.
10221 (target_goto_record): New.
10222 * record.h: Declare struct cmd_list_element.
10223 (record_cmdlist): New declaration.
10224 (set_record_cmdlist): New declaration.
10225 (show_record_cmdlist): New declaration.
10226 (info_record_cmdlist): New declaration.
10227 (cmd_record_goto): New declaration.
10228 * record.c: Remove unnecessary includes.
10229 Include inferior.h.
10230 (cmd_record_goto): Remove declaration.
10231 (record_cmdlist): Now extern. Initialize.
10232 (set_record_cmdlist): Now extern. Initialize.
10233 (show_record_cmdlist): Now extern. Initialize.
10234 (info_record_cmdlist): Now extern. Initialize.
10235 (find_record_target): New.
10236 (require_record_target): New.
10237 (cmd_record_start): Update.
10238 (cmd_record_delete): Remove target-specific code.
10239 Call target_delete_record.
10240 (cmd_record_stop): Unpush any record target.
10241 (set_record_insn_max_num): Move to record-full.c
10242 (set_record_command): Add comment.
10243 (show_record_command): Add comment.
10244 (info_record_command): Update comment.
10245 Remove target-specific code.
10246 Call the record target's to_info_record.
10247 (cmd_record_start): New.
10248 (cmd_record_goto): Now extern.
10249 Remove target-specific code.
10250 Call target_goto_begin, target_goto_end, or target_goto.
10251 (_initialize_record): Move record target ops initialization to
10252 record-full.c.
10253 Change "record" command help text.
10254 Move "record restore", "record set", and "record show" commands to
10255 record-full.c.
10256 * Makefile.in (SFILES): Add record-full.c.
10257 (HFILES_NO_SRCDIR): Add record-full.h.
10258 (COMMON_OBS): Add record-full.o.
10259 * amd64-linux-tdep.c: Include record-full.h instead of record.h.
10260 * arm-tdep.c: Include record-full.h.
10261 * i386-linux-tdep.c: Include record-full.h instead of record.h.
10262 * i386-tdep.c: Include record-full.h.
10263 * infrun.c: Include record-full.h.
10264 * linux-record.c: Include record-full.h.
10265 * moxie-tdep.c: Include record-full.h.
10266 * record-full.c: Include record-full.h.
10267 Change module comment.
10268 (set_record_full_cmdlist): New.
10269 (show_record_full_cmdlist): New.
10270 (record_full_cmdlist): New.
10271 (record_goto_insn): New declaration.
10272 (record_save): New declaration.
10273 (record_check_insn_num): Change query string.
10274 (record_info): New.
10275 (record_delete): New.
10276 (record_is_replaying): New.
10277 (record_goto_entry): New.
10278 (record_goto_begin): New.
10279 (record_goto_end): New.
10280 (record_goto): New.
10281 (init_record_ops): Update.
10282 (init_record_core_ops): Update.
10283 (cmd_record_save): Rename to record_save. Remove target and arg checks.
10284 (cmd_record_start): New.
10285 (set_record_insn_max_num): Moved from record.c
10286 (set_record_full_command): New.
10287 (show_record_full_command): New.
10288 (_initialize_record_full): New.
10289
10290 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10291
10292 * target.h (add_deprecated_target_alias): New.
10293 * target.c (add_deprecated_target_alias): New.
10294
10295 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10296
10297 * common/linux-btrace.c: Include sys/ptrace, sys/types, sys/wait.h,
10298 and signal.h.
10299 (linux_supports_btrace): Add kernel and
10300 cpuid check.
10301 (kernel_supports_btrace): New function.
10302 (cpu_supports_btrace): New function.
10303 (intel_supports_btrace): New function.
10304
10305 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10306
10307 * target.h (enum target_object): Add TARGET_OBJECT_BTRACE.
10308 * remote.c: Include btrace.h.
10309 (struct btrace_target_info): New struct.
10310 (remote_supports_btrace): New function.
10311 (send_Qbtrace): New function.
10312 (remote_enable_btrace): New function.
10313 (remote_disable_btrace): New function.
10314 (remote_teardown_btrace): New function.
10315 (remote_read_btrace): New function.
10316 (init_remote_ops): Add btrace ops.
10317 (enum <unnamed>): Add btrace packets.
10318 (struct protocol_feature remote_protocol_features[]): Add btrace packets.
10319 (_initialize_remote): Add packet configuration for branch tracing.
10320
10321 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10322
10323 * features/btrace.dtd: New file.
10324 * Makefile.in (XMLFILES): Add btrace.dtd.
10325 * btrace.h (parse_xml_btrace): New declaration.
10326 * btrace.c: Include xml-support.h.
10327 (parse_xml_btrace): New function.
10328 (parse_xml_btrace_block): New function.
10329 (block_attributes): New struct.
10330 (btrace_attributes): New struct.
10331 (btrace_children): New struct.
10332 (btrace_elements): New struct.
10333
10334 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10335
10336 * amd64-linux-nat.c: Include btrace.h and linux-btrace.h.
10337 (amd64_linux_enable_btrace): New.
10338 (amd64_linux_disable_btrace): New.
10339 (amd64_linux_teardown_btrace): New.
10340 (_initialize_amd64_linux_nat): Initialize btrace ops.
10341 * i386-linux.nat.c: Include btrace.h and linux-btrace.h.
10342 (i386_linux_enable_btrace): New.
10343 (i386_linux_disable_btrace): New.
10344 (i386_linux_teardown_btrace): New.
10345 (_initialize_i386_linux_nat): Initialize btrace ops.
10346 * config/i386/linux.mh: Add linux-btrace.o.
10347 * config/i386/linux64.mh: Add linux-btrace.o.
10348
10349 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10350
10351 * common/linux_btrace.h: New file.
10352 * common/linux_btrace.c: New file.
10353 * Makefile.in (SFILES): Add btrace.c.
10354 (HFILES_NO_SRCDIR): Add common/linux-btrace.h.
10355 (COMMON_OBS): Add btrace.o.
10356 (linux-btrace.o): New rule.
10357
10358 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10359
10360 * target.h: Include btrace.h.
10361 (struct target_ops) <to_supports_btrace, to_enable_btrace,
10362 to_disable_btrace, to_teardown_btrace, to_read_btrace>: New.
10363 * target.c (target_supports_btrace): New function.
10364 (target_enable_btrace): New function.
10365 (target_disable_btrace): New function.
10366 (target_teardown_btrace): New function.
10367 (target_read_btrace): New function.
10368 * btrace.h: New file.
10369 * btrace.c: New file.
10370 * Makefile.in: Add btrace.c.
10371 * gdbthread.h: Include btrace.h.
10372 (struct thread_info): Add btrace field.
10373 * thread.c: Include btrace.h.
10374 (clear_thread_inferior_resources): Call target_teardown_btrace.
10375 * common/btrace-common.h: New file.
10376
10377 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10378
10379 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Call also kill
10380 for CHILD, ignore PTRACE_KILL errors, move the inner block variable
10381 kill_status to outer block.
10382
10383 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10384
10385 Fix entry-values if the callee called a noreturn function.
10386 * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Use
10387 get_frame_address_in_block. Add new comment.
10388
10389 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10390
10391 Fix entry-values in C++ across CUs.
10392 * dwarf2loc.c (call_site_to_target_addr) <FIELD_LOC_KIND_PHYSNAME>: Use
10393 lookup_minimal_symbol. Add a comment.
10394 * dwarf2read.c
10395 (read_call_site_scope) <is_ref_attr> <die_is_declaration>: Prefer
10396 DW_AT_linkage_name.
10397
10398 2013-03-08 Yao Qi <yao@codesourcery.com>
10399
10400 * tracepoint.c (_initialize_tracepoint): Indent the code.
10401
10402 2013-03-08 Pedro Alves <palves@redhat.com>
10403
10404 * findcmd.c (put_bits): Change type of parameter to 'gdb_byte *'.
10405 (parse_find_args, find_command): Change type of pattern buffer
10406 locals to 'gdb_byte *'.
10407
10408 2013-03-08 Stan Shebs <stan@codesourcery.com>
10409 Hafiz Abid Qadeer <abidh@codesourcery.com>
10410
10411 * NEWS: Mention set and show trace-buffer-size commands.
10412 Mention new packet.
10413 * target.h (struct target_ops): New method
10414 to_set_trace_buffer_size.
10415 (target_set_trace_buffer_size): New macro.
10416 * target.c (update_current_target): Set up new method.
10417 * tracepoint.c (trace_buffer_size): New global.
10418 (start_tracing): Send it to the target.
10419 (set_trace_buffer_size): New function.
10420 (_initialize_tracepoint): Add new setshow for trace-buffer-size.
10421 * remote.c (remote_set_trace_buffer_size): New function.
10422 (_initialize_remote): Use it.
10423 (QTBuffer:size) New remote command.
10424 (PACKET_QTBuffer_size): New enum.
10425 (remote_protocol_features): Add an entry for
10426 PACKET_QTBuffer_size.
10427
10428 2013-03-08 Tom Tromey <tromey@redhat.com>
10429
10430 * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
10431 variable.
10432
10433 2013-03-07 Pedro Alves <palves@redhat.com>
10434
10435 * target.c (target_read_stralloc, target_fileio_read_alloc):
10436 *Cast pointer to 'gdb_byte *' in target call.
10437
10438 2013-03-07 Pedro Alves <palves@redhat.com>
10439
10440 * corefile.c (read_memory_string): Cast pointer to gdb_byte* in
10441 call.
10442
10443 2013-03-07 Keith Seitz <keiths@redhat.com>
10444
10445 * breakpoint.c (catch_syscall_split_args): Use skip_spaces.
10446 (trace_pass_command): Likewise.
10447 * cli/cli-cmds.c: Include cli/cli-utils.h.
10448 (source_command): Use skip-spaces.
10449 (disassemble_command): Likewise.
10450 * findcmd.c: Include cli/cli-utils.h.
10451 (parse_find_args): Use skip_spaces.
10452 * go32-nat.c: Include cli/cli-utils.h.
10453 (go32_sldt): Use skip_spaces.
10454 (go32_sgdt): Likewise.
10455 (go32_sidt): Likewise.
10456 (go32_pde): Likewise.
10457 (go32_pte): Likewise.
10458 (go32_pte_for_address): Likewise.
10459 * infcmd.c: Include cli/cli-utils.h.
10460 (registers_info): Use skip_spaces.
10461 * linux-tdep.c (read_mapping): Use skip_spaces_const.
10462 (linux_info_proc): Likewise.
10463 * linux-thread-db.c: Include cli/cli-utils.h.
10464 (info_auto_load_libthread_db): Use skip_spaces_const.
10465 * m32r-rom.c: Include cli/cli-utils.h.
10466 (m32r_upload_command): Use skip_spaces.
10467 * maint.c: Include cli/cli-utils.h.
10468 (maintenance_translate_address): Use skip_spaces.
10469 * mi/mi-parse.c: Include cli/cli-utils.h.
10470 (mi_parse_argv): Use skip_spaces.
10471 (mi_parse): Likewise.
10472 * minsyms.c: Include cli/cli-utils.h.
10473 (msymbol_hash_iw): Use skip_spaces_const.
10474 * objc-lang.c: Include cli/cli-utils.h.
10475 (parse_selector): Use skip_spaces.
10476 (parse_method): Likewise.
10477 * python/python.c: Include cli/cli-utils.h.
10478 (python_interactive_command)[HAVE_PYTHON]: Use skip_spaces.
10479 (python_command)[HAVE_PYTHON]: Likewise.
10480 (python_interactive_command)[!HAVE_PYTHON]: Likewise.
10481 * remote-m32r-sdi.c: Include cli/cli-utils.h.
10482 (m32r_load): Use skip_spaces.
10483 * serial.c: Include cli/cli-utils.h.
10484 (serial_open): Use skip_spaces_const.
10485 * stack.c: Include cli/cli-utils.h.
10486 (parse_frame_specification_1): Use skip_spaces_const.
10487 * symfile.c: Include cli/cli-utils.h.
10488 (set_ext_lang_command): Use skip_spaces.
10489 * symtab.c: Include cli/cli-utils.h.
10490 (rbreak_command): Use skip_spaces.
10491 * thread.c (thread_name_command): Use skip_spaces.
10492 * tracepoint.c (validate_actionline): Use skip_spaces.
10493 (encode_actions_1): Likewise.
10494 (trace_find_range_command): Likewise.
10495 (trace_find_outside_command): Likewise.
10496 (trace_dump_actions): Likewise.
10497
10498 2013-03-07 Pedro Alves <palves@redhat.com>
10499
10500 * c-lang.c (parse_one_string): Cast argument to gdb_byte *.
10501 * expprint.c (print_subexp_standard): Likewise.
10502 * utils.c (host_char_to_target): Likewise.
10503 * valprint.c (generic_emit_char, generic_printstr): Likewise.
10504 * varobj.c (value_get_print_value): Change type of local to char*.
10505 Cast it gdb_byte * in call to language printer.
10506
10507 2013-03-07 Pedro Alves <palves@redhat.com>
10508
10509 * charset.c (struct wchar_iterator) <input>: Change type to 'const
10510 gdb_byte *'.
10511 (make_wchar_iterator): Remove cast to char*.
10512 (wchar_iterate): Change type of local.
10513
10514 2013-03-07 Pedro Alves <palves@redhat.com>
10515
10516 * regcache.c (regcache_xmalloc_1): Call XCALLOC with signed char
10517 for 'regcache->register_status'.
10518
10519 2013-03-07 Pedro Alves <palves@redhat.com>
10520
10521 * breakpoint.c (breakpoint_xfer_memory): Change type of local to
10522 int.
10523
10524 2013-03-07 Pedro Alves <palves@redhat.com>
10525
10526 * stap-probe.c (handle_stap_probe): Add cast to char*.
10527
10528 2013-03-07 Pedro Alves <palves@redhat.com>
10529
10530 * linux-record.c (record_linux_system_call) <gdb_sys_msgrcv,
10531 RECORD_MSGRCV>: Pass a signed variable to
10532 regcache_raw_read_signed, instead of an unsigned one.
10533
10534 2013-03-07 Pedro Alves <palves@redhat.com>
10535
10536 * remote-notif.c (notif_debug): Change type to int.
10537 * remote-notif.h (notif_debug): Likewise.
10538
10539 2013-03-07 Pedro Alves <palves@redhat.com>
10540
10541 * ser-tcp.c (tcp_retry_limit): Change type to unsigned int.
10542
10543 2013-03-07 Pedro Alves <palves@redhat.com>
10544
10545 * remote.c (hex2bin, bin2hex): Move extern declarations to ...
10546 * remote.h (hex2bin, bin2hex): ... here.
10547 * tracepoint.c (hex2bin, bin2hex): Remove extern declarations.
10548
10549 2013-03-07 Eli Zaretskii <eliz@gnu.org>
10550
10551 * utils.c (initialize_utils): Improve doc strings of "set/show
10552 width", "set/show height", and "set/show pagination".
10553
10554 2013-03-06 Keith Seitz <keiths@redhat.com>
10555
10556 * ax-gdb.c (gen_printf): Make FORMAT const.
10557 * ax-gdb.h (gen_printf): Likewise.
10558 * ax-general.c (ax_string): Make STR const.
10559 * ax.h (ax_string): Likewise.
10560
10561 2013-03-06 Doug Evans <dje@google.com>
10562
10563 * elfread.c (elf_symfile_read): Move debugging printf to more
10564 logical location.
10565
10566 2013-03-06 Pedro Alves <palves@redhat.com>
10567
10568 * python/py-utils.c (target_string_to_unicode): Delete function.
10569 * python/python-internal.h (target_string_to_unicode): Delete
10570 declaration.
10571
10572 2013-03-06 Pierre Muller <muller@sourceware.org>
10573
10574 * linespec.c (get_current_search_block): ARI fix, use (void)
10575 for empty parameter list.
10576
10577 2013-03-05 Doug Evans <dje@google.com>
10578
10579 * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents
10580 of old ada_lookup_symbol_list. In !full_search case, don't
10581 search superblocks.
10582 (ada_lookup_symbol_list): Delete arg full_search, all callers
10583 updated. Call ada_lookup_symbol_list_worker.
10584 (ada_iterate_over_symbols): Call ada_lookup_symbol_list_worker.
10585 * ada-lang.h (ada_lookup_symbol_list): Update.
10586 * language.h (language_defn): Update comment for
10587 la_iterate_over_symbols.
10588 * linespec.c (iterate_over_file_blocks): New function.
10589 (iterate_over_all_matching_symtabs): Call it.
10590 (lookup_prefix_sym): Ditto.
10591 (get_current_search_block): New function.
10592 (get_search_block): Delete.
10593 (find_label_symbols): Call get_current_search_block.
10594 (add_matching_symbols_to_info): Call iterate_over_file_blocks.
10595 * symtab.c (iterate_over_symbols): Don't search superblocks.
10596
10597 2013-03-05 Yao Qi <yao@codesourcery.com>
10598
10599 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): Change
10600 parameter VAR's type from "unsigned int" to "int".
10601 * command.h (var_zuinteger_unlimited): Update its comments.
10602 (add_setshow_zuinteger_unlimited_cmd): Update the declaration.
10603
10604 2013-03-05 Corinna Vinschen <vinschen@redhat.de>
10605
10606 * NEWS: Mention new target x86_64-*-cygwin*.
10607
10608 2013-03-05 Corinna Vinschen <vinschen@redhat.de>
10609
10610 * configure.host: Add x86_64-*-cygwin* as host.
10611 * configure.tgt: Add x86_64-*-cygwin* as target.
10612 * config/i386/cygwin64.mh: New file.
10613
10614 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10615
10616 * linespec.c (decode_line_2): Fix duplicate request off by two message.
10617
10618 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10619
10620 * linespec.c (struct linespec_canonical_name): New.
10621 (struct linespec_state): Change canonical_names type to it.
10622 (add_sal_to_sals): Change variable canonical_name to canonical. Change
10623 xrealloc element size. Initialize the different CANONICAL fields.
10624 (canonical_to_fullform): New.
10625 (filter_results): Use it. Add variables canonical, fullform and
10626 cleanup.
10627 (struct decode_line_2_item, decode_line_2_compare_items): New.
10628 (decode_line_2): Remove variables iter and item_names, add variables
10629 items and items_count. Modify the code for these new variables.
10630
10631 2013-03-04 Corinna Vinschen <vinschen@redhat.com>
10632
10633 * coff-pe-read.c (read_pe_exported_syms): Don't return without
10634 calling do_cleanup.
10635
10636 2013-03-04 Luis Machado <lgustavo@codesourcery.com>
10637
10638 * tracepoint.c (build_traceframe_info): Add code for byte order.
10639
10640 2013-03-02 Kevin Buettner <kevinb@redhat.com>
10641
10642 * v850-tdep.c: (v850e2_register_name): Revise system register
10643 names to match current V850E2M architecture specifications.
10644 Update register number enum comments too.
10645
10646 2013-03-01 Jiong Wang <jiwang@tilera.com>
10647 Pedro Alves <palves@redhat.com>
10648
10649 * tilegx-tdep.c (tilegx_analyze_prologue): Limit bundle reading
10650 to END_ADDR.
10651 (tilegx_skip_prologue): Limit prologue analysis to section end.
10652
10653 2013-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10654
10655 * dwarf2loc.c (call_site_find_chain_1): New variable save_callee_pc,
10656 use it.
10657
10658 2013-03-01 Pedro Alves <palves@redhat.com>
10659
10660 Use gdb_byte for bytes from the program being debugged.
10661
10662 * arm-tdep.c (arm_store_return_value, arm_get_longjmp_target):
10663 Change type of local 'buf' to gdb_byte.
10664 * avr-tdep.c (avr_frame_prev_register, avr_push_dummy_call): Likewise.
10665 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
10666 * cris-tdep.c (cris_sigcontext_addr)
10667 (cris_sigtramp_frame_unwind_cache): Likewise.
10668 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp)
10669 (frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
10670 Likewise.
10671 * frv-tdep.c (frv_pseudo_register_write, frv_analyze_prologue): Likewise.
10672 * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer)
10673 (hppa32_hpux_search_dummy_call_sequence)
10674 (hppa_hpux_supply_save_state): Likewise.
10675 * hppa-linux-tdep.c (insns_match_pattern)
10676 (hppa_linux_find_global_pointer): Likewise.
10677 * hppa-tdep.c (hppa_in_function_epilogue_p)
10678 (skip_prologue_hard_way, hppa_frame_cache): Likewise.
10679 * i386-nto-tdep.c (i386nto_sigcontext_addr): Likewise.
10680 * i386fbsd-tdep.c (i386fbsd_supply_uthread)
10681 (i386fbsd_collect_uthread): Likewise.
10682 * ia64-hpux-tdep.c (ia64_hpux_push_dummy_code): Likewise.
10683 * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Likewise.
10684 * ia64-tdep.c (examine_prologue, ia64_frame_cache)
10685 (ia64_frame_prev_register, ia64_sigtramp_frame_cache)
10686 (ia64_sigtramp_frame_prev_register, ia64_access_reg)
10687 (ia64_access_rse_reg, ia64_libunwind_frame_this_id)
10688 (ia64_libunwind_frame_prev_register)
10689 (ia64_libunwind_sigtramp_frame_this_id)
10690 (ia64_find_global_pointer_from_dynamic_section)
10691 (find_extant_func_descr, find_func_descr, ia64_dummy_id)
10692 (ia64_unwind_pc): Likewise.
10693 * iq2000-tdep.c (iq2000_store_return_value): Likewise.
10694 * m68hc11-tdep.c (m68hc11_push_dummy_call)
10695 (m68hc11_extract_return_value): Likewise.
10696 * m68klinux-nat.c (fetch_register, store_register): Likewise.
10697 * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_cr32_write)
10698 (mep_get_insn, mep_push_dummy_call): Likewise.
10699 * mips-linux-tdep.c (mips_linux_get_longjmp_target)
10700 (mips_linux_in_dynsym_stub): Likewise.
10701 * mn10300-tdep.c (mep_pseudo_cr32_write): Likewise.
10702 * ppc-linux-nat.c (fetch_register, store_register): Likewise.
10703 * regcache.c (dump_endian_bytes): Change type of parameter 'buf'
10704 to gdb_byte.
10705 * remote-mips.c (mips_set_register): Likewise.
10706 * remote-sim.c (gdbsim_fetch_register): Likewise.
10707 * score-tdep.c (score7_fetch_inst): Change type of parameter
10708 'memblock' and local 'buf' to gdb_byte.
10709 (score7_malloc_and_get_memblock): Change return type to gdb_byte.
10710 Change type of local 'buf' to gdb_byte. Adjust.
10711 (score7_adjust_memblock_ptr): Change type of parameter 'memblock'
10712 to gdb_byte**.
10713 (score7_analyze_prologue): Change type of 'memblock' and
10714 'memblock_ptr' locals to gdb_byte*.
10715 * sh64-tdep.c (sh64_extract_return_value)
10716 (sh64_store_return_value): Change type of local 'buf' to gdb_byte.
10717 * solib-darwin.c (darwin_current_sos, darwin_read_exec_load_addr):
10718 * solib-pa64.c (pa64_solib_create_inferior_hook)
10719 (pa64_open_symbol_file_object): Remove local 'buf'.
10720 * solib-som.c (som_solib_create_inferior_hook, link_map_start)
10721 (som_open_symbol_file_object): Likewise.
10722 * solib-spu.c (spu_current_sos): Likewise.
10723 * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
10724 * spu-multiarch.c (parse_spufs_run, spu_fetch_registers)
10725 (spu_store_registers): Likewise.
10726 * target.c (debug_print_register): Likewise.
10727 * tic6x-tdep.c (tic6x_get_longjmp_target): Likewise.
10728 * xstormy16-tdep.c (xstormy16_store_return_value)
10729 (xstormy16_push_dummy_call, xstormy16_resolve_jmp_table_entry)
10730 (xstormy16_find_jmp_table_entry): Likewise.
10731
10732 2013-03-01 Jiong Wang <jiwang@tilera.com>
10733
10734 * tilegx-tdep.c (tilegx_get_longjmp_target): New function.
10735 (tilegx_gdbarch_init): Install it.
10736
10737 2013-02-28 Tom Tromey <tromey@redhat.com>
10738
10739 * python/py-arch.c (archpy_disassemble): Use PyInt_Check and
10740 PyLong_Check.
10741
10742 2013-02-28 Doug Evans <dje@google.com>
10743
10744 * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
10745 * python/python.c (gdbpy_find_pc_line): Ditto.
10746
10747 2013-02-28 Tom Tromey <tromey@redhat.com>
10748
10749 * contrib/excheck.py: New file.
10750 * contrib/exsummary.py: New file.
10751 * contrib/gcc-with-excheck: New file.
10752
10753 2013-02-28 Tom Tromey <tromey@redhat.com>
10754
10755 * python/python.c (gdbpy_print_stack): Call begin_line and
10756 fprintf_filtered inside TRY_CATCH.
10757
10758 2013-02-28 Tom Tromey <tromey@redhat.com>
10759
10760 * python/python.c (gdbpy_find_pc_line): Call find_pc_line
10761 inside TRY_CATCH.
10762
10763 2013-02-28 Tom Tromey <tromey@redhat.com>
10764
10765 * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to call
10766 frame_object_to_frame_info inside TRY_CATCH.
10767
10768 2013-02-28 Tom Tromey <tromey@redhat.com>
10769
10770 * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside
10771 TRY_CATCH.
10772
10773 2013-02-28 Tom Tromey <tromey@redhat.com>
10774
10775 * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.
10776
10777 2013-02-27 Corinna Vinschen <vinschen@redhat.com>
10778
10779 * windows-nat.c: Throughout, fix format strings and casts of
10780 printf-like functions to avoid type related warnings on all
10781 platforms.
10782 (handle_output_debug_string): Fetch context information address
10783 from debug string using string_to_core_addr.
10784
10785 2013-02-27 Jiong Wang <jiwang@tilera.com>
10786
10787 * regformats/reg-tilegx.dat (name): Change abi name to "tilegx".
10788 * regformats/reg-tilegx32.dat: New.
10789
10790 2013-02-27 Jiong Wang <jiwang@tilera.com>
10791
10792 * configure.tgt (tilegx-*-linux*): Enable gdbserver.
10793
10794 2013-02-27 Jiong Wang <jiwang@tilera.com>
10795
10796 * configure.tgt (tilegx-*-linux*): Replace whitespace with tab.
10797
10798 2013-02-27 Yao Qi <yao@codesourcery.com>
10799 Pedro Alves <palves@redhat.com>
10800
10801 * tracepoint.c (tfile_trace_find): For tfind
10802 pc/tp/range/outside, look for the next trace frame instead of
10803 always starting from frame 0.
10804
10805 2013-02-26 Anthony Green <green@moxielogic.com>
10806
10807 * configure.tgt: Add support for moxie-*-rtems* target.
10808
10809 2013-02-25 Pedro Alves <palves@redhat.com>
10810
10811 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Change
10812 warning text.
10813
10814 2013-02-24 Maciej W. Rozycki <macro@codesourcery.com>
10815
10816 * mips-tdep.c (mips32_scan_prologue): Reset frame_offset to zero
10817 if $fp is used as the virtual frame pointer.
10818
10819 2013-02-23 Alan Modra <amodra@gmail.com>
10820
10821 * elfread.c (elf_symtab_read): Do not use udata.p here to find
10822 symbol size.
10823 * ppc64-tdep.c (ppc64_elf_make_msymbol_special): New function.
10824 * ppc64-tdep.h (ppc64_elf_make_msymbol_special): Declare.
10825 * ppc-linux-tdep.c (ppc_linux_init_abi): Set up to use the above.
10826 * ppcfbsd-tdep.c (ppcfbsd_init_abi): Likewise.
10827
10828 2013-02-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10829
10830 Code cleanup.
10831 * elfread.c (build_id_bfd_get): Make the return type const.
10832 (build_id_verify): Make the check parameter const.
10833 (build_id_to_debug_filename): Make the build_id parameter and variable
10834 data const.
10835 (find_separate_debug_file_by_buildid): Make the variable build_id const.
10836
10837 2013-02-21 Alan Modra <amodra@gmail.com>
10838
10839 * elfread.c (build_id_bfd_get): Adjust for elf_tdata changes.
10840
10841 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
10842
10843 Add a new method 'disassemble' to gdb.Architecture class.
10844 * python/py-arch.c (archpy_disassmble): Implementation of the
10845 new method gdb.Architecture.disassemble.
10846 (arch_object_methods): Add entry for the new method.
10847
10848 2013-02-20 Jiong Wang <jiwang@tilera.com>
10849
10850 * MAINTAINERS (Write After Approval): Add myself to the list.
10851
10852 2013-02-19 Pedro Alves <palves@redhat.com>
10853
10854 Garbage collect 'struct monitor_ops'::load_routine.
10855
10856 * monitor.h (struct monitor_ops) <load_routine>: Remove field.
10857 * monitor.c (monitor_load): No longer call
10858 current_monitor->load_routine.
10859 * dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
10860 * m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
10861 * ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.
10862
10863 2013-02-19 Pedro Alves <palves@redhat.com>
10864
10865 PR gdb/15161
10866
10867 Harmonize with generic_load.
10868
10869 * monitor.c: Include "readline/readline.h".
10870 (monitor_load): Rename parameter 'file' to 'args'. Use build_argv
10871 instead of sscanf. Use CORE_ADDR/strtoulst instead of unsigned
10872 long/strtol for the 'load_offset' local. Error out if no argument
10873 is given or if too many arguments are given. Tilde expand the
10874 passed in file name.
10875
10876 2013-02-19 Kai Tietz <ktietz@redhat.com>
10877
10878 PR gdb/15161
10879 * symfile.c (load_section_data): Change type of load_offset
10880 to CORE_ADDR.
10881 (generic_load): User strtoulst instead of strtoul for conversion
10882 of load_offset.
10883
10884 2013-02-19 Jiong Wang <jiwang@tilera.com>
10885
10886 * tilegx-tdep.c (tilegx_analyze_prologue): add check for
10887 for return address, "lr" register, saved on stack.
10888 * tilegx-tdep.c (tilegx_frame_cache): update "PC" reg
10889 after we invoke tilegx_analyze_prologue.
10890
10891 2013-02-19 Jiong Wang <jiwang@tilera.com>
10892
10893 * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
10894
10895 2013-02-19 Jiong Wang <jiwang@tilera.com>
10896
10897 * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal.
10898
10899 2013-02-19 Jiong Wang <jiwang@tilera.com>
10900
10901 * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro.
10902 (tilegx_write_pc): New function.
10903 (tilegx_cannot_reference_register): Return zero if REGNO
10904 is TILEGX_FAULTNUM_REGNUM.
10905 (tilegx_gdbarch_init): Add call to set_gdbarch_write_pc.
10906 (tilegx_register_name): Add handling of "faultnum" register.
10907 * tilegx-tdep.h (enum tilegx_regnum): Add TILEGX_FAULTNUM_REGNUM.
10908 * tilegx-linux-tdep.c (tilegx_linux_supply_regset): Add
10909 handling of TILEGX_FAULTNUM_REGNUM.
10910 * tilegx-linux-nat.c (regmap): Add entry for TILEGX_FAULTNUM_REGNUM.
10911
10912 2013-02-19 Jiong Wang <jiwang@tilera.com>
10913
10914 * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack
10915 should be aligned to 64bit.
10916
10917 2013-02-19 Kai Tietz <ktietz@redhat.com>
10918
10919 * windows-nat.c (windows_xfer_memory): Fix debug-output
10920 for LLP64.
10921
10922 2013-02-19 Lei Liu <lei.liu2@windriver.com>
10923
10924 * mips-linux-nat.c (mips64_linux_regsets_store_registers):
10925 Don't check DSP register number if HAVE_DSP is not set.
10926
10927 2013-02-19 Alan Modra <amodra@gmail.com>
10928
10929 * elfread.c (struct build_id): Delete. Use struct elf_build_id
10930 throughout file instead.
10931 (build_id_bfd_get): Update to use new elf_tdata build_id field.
10932 Don't xmalloc return value.
10933 (build_id_verify): Similarly. Don't xfree.
10934 (build_id_to_debug_filename): Update.
10935 (find_separate_debug_file_by_buildid): Update, don't xfree.
10936
10937 2013-02-18 Tom Tromey <tromey@redhat.com>
10938
10939 PR gdb/15102:
10940 * dwarf2read.c (read_subrange_type): Use result of
10941 'check_typedef'.
10942
10943 2013-02-16 Yuanhui Zhang <asmwarrior@gmail.com>
10944
10945 * frame.c: Remove one extra white space after #include
10946 directive.
10947
10948 2013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10949
10950 * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
10951
10952 2013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10953
10954 * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
10955 and dir commands into an if block.
10956
10957 2013-02-15 Sanimir Agovic <sanimir.agovic@intel.com>
10958
10959 * python/py-breakpoint (struct pybp_code): Use int instead of
10960 enum type_code.
10961
10962 2013-02-15 Pedro Alves <pedro@codesourcery.com>
10963 Hafiz Abid Qadeer <abidh@codesourcery.com>
10964
10965 * NEWS: Mention new field "trace-file".
10966 * tracepoint.c (trace_status_mi): Output "trace-file" field.
10967 (tfile_open): Record the trace file's filename in the trace
10968 status.
10969 (tfile_files_info): Mention the name of the trace file.
10970 Check the "filename" field explicitely.
10971 (trace_status_command): Explicitely check "filename" field.
10972 (trace_find_command): Ditto.
10973 (trace_find_pc_command): Ditto.
10974 (trace_find_tracepoint_command): Ditto.
10975 (trace_find_line_command): Ditto.
10976 (trace_find_range_command): Ditto.
10977 (trace_find_outside_command): Ditto.
10978 * tracepoint.h (struct trace_status) <from_file>: Rename it
10979 to "filename" and make it hold the trace file's filename
10980 instead of a boolean.
10981 * remote.c (remote_get_trace_status): Initialize "filename"
10982 field with NULL instead of 0.
10983
10984 2013-02-15 Yao Qi <yao@codesourcery.com>
10985
10986 * remote.c: Fix a typo.
10987
10988 2013-02-14 Pierre Muller <muller@sourceware.org>
10989
10990 * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
10991
10992 2013-02-14 Pedro Alves <palves@redhat.com>
10993
10994 * utils.c (savestring): Don't #undef it. Move function to
10995 common/common-utils.c.
10996 * common/common-utils.c: Include gdb_string.h.
10997 (savestring): Move here from utils.c.
10998 * common/common-utils.h (savestring): Declare.
10999
11000 2013-02-14 Pedro Alves <palves@redhat.com>
11001
11002 * utils.c (savestring): Rename parameter 'size' to 'len'.
11003
11004 2013-02-14 Pedro Alves <palves@redhat.com>
11005 Yufeng Zhang <yufeng.zhang@arm.com>
11006
11007 * aarch64-linux-nat.c (aarch64_init_debug_reg_state): Delete.
11008 (aarch64_inferior_data, struct aarch64_inferior_data):
11009 Delete.
11010 (struct aarch64_process_info): New.
11011 (aarch64_process_list): New global.
11012 (aarch64_find_process_pid, aarch64_add_process)
11013 (aarch64_process_info_get): New functions.
11014 (aarch64_inferior_data_get): Delete.
11015 (aarch64_process_info_get): New function.
11016 (aarch64_forget_process): New function.
11017 (aarch64_get_debug_reg_state): New parameter 'pid'. Reimplement.
11018 (aarch64_linux_prepare_to_resume): Pass the lwp's pid to
11019 aarch64_get_debug_reg_state.
11020 (aarch64_notify_debug_reg_change): Use iterate_over_lwps
11021 instead of linux_nat_iterate_watchpoint_lwps.
11022 (aarch64_linux_new_fork): New function.
11023 (aarch64_linux_child_post_startup_inferior): Use
11024 aarch64_forget_process instead of aarch64_init_debug_reg_state.
11025 (aarch64_handle_breakpoint, aarch64_linux_insert_hw_breakpoint)
11026 (aarch64_linux_remove_hw_breakpoint)
11027 (aarch64_handle_aligned_watchpoint)
11028 (aarch64_handle_unaligned_watchpoint)
11029 (aarch64_linux_insert_watchpoint)
11030 (aarch64_linux_remove_watchpoint)
11031 (aarch64_linux_stopped_data_address): Adjust to pass the current
11032 process id to aarch64_debug_reg_state.
11033 (_initialize_aarch64_linux_nat): Install aarch64_linux_new_fork as
11034 linux_nat_new_fork hook, and aarch64_forget_process as
11035 linux_nat_forget_process hook; remove the call to
11036 register_inferior_data_with_cleanup.
11037
11038 2013-02-14 Pedro Alves <palves@redhat.com>
11039
11040 * eval.c (evaluate_subexp_for_address) <default_case_after_eval,
11041 EVAL_AVOID_SIDE_EFFECTS>: Swap and handle TYPE_CODE_REF before
11042 lval_memory.
11043
11044 2013-02-14 Pedro Alves <pedro@codesourcery.com>
11045 Hafiz Abid Qadeer <abidh@codesourcery.com>
11046
11047 * tracepoint.h (validate_trace_state_variable_name): Declare.
11048 * tracepoint.c (validate_trace_state_variable_name): New.
11049 (trace_variable_command): Parse the trace state variable's name
11050 without using parse_expression. Do several validations.
11051 * mi/mi-main.c (mi_cmd_trace_define_variable): Don't parse the
11052 trace state variable's name with parse_expression. Validate it.
11053
11054 2013-02-14 Yao Qi <yao@codesourcery.com>
11055
11056 * infcmd.c (breakpoint_proceeded): Remove it.
11057
11058 2013-02-14 Yao Qi <yao@codesourcery.com>
11059
11060 * tracepoint.c (end_actions_pseudocommand): Make it static.
11061 (while_stepping_pseudocommand): Likewise.
11062 * tracepoint.h (end_actions_pseudocommand): Remove the
11063 declaration.
11064 (while_stepping_pseudocommand): Likewise.
11065
11066 2013-02-14 Yao Qi <yao@codesourcery.com>
11067
11068 * cli/cli-decode.c (help_cmd): Remove the declaration of
11069 "cmdlist".
11070 (help_all): Likewise.
11071
11072 2013-02-13 Pedro Alves <palves@redhat.com>
11073
11074 * amd64-linux-nat.c (update_debug_registers_callback):
11075 Update comment.
11076 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
11077 iterate_over_lwps.
11078 (amd64_linux_prepare_to_resume): Pass the lwp's pid to
11079 i386_debug_reg_state.
11080 (amd64_linux_new_fork): New function.
11081 (_initialize_amd64_linux_nat): Install amd64_linux_new_fork as
11082 linux_nat_new_fork hook, and i386_forget_process as
11083 linux_nat_forget_process hook.
11084 * i386-linux-nat.c (update_debug_registers_callback):
11085 Update comment.
11086 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
11087 iterate_over_lwps.
11088 (i386_linux_prepare_to_resume): Pass the lwp's pid to
11089 i386_debug_reg_state.
11090 (i386_linux_new_fork): New function.
11091 (_initialize_i386_linux_nat): Install i386_linux_new_fork as
11092 linux_nat_new_fork hook, and i386_forget_process as
11093 linux_nat_forget_process hook.
11094 * i386-nat.c (i386_init_dregs): Delete.
11095 (i386_inferior_data, struct i386_inferior_data):
11096 Delete.
11097 (struct i386_process_info): New.
11098 (i386_process_list): New global.
11099 (i386_find_process_pid, i386_add_process, i386_process_info_get):
11100 New functions.
11101 (i386_inferior_data_get): Delete.
11102 (i386_process_info_get): New function.
11103 (i386_debug_reg_state): New parameter 'pid'. Reimplement.
11104 (i386_forget_process): New function.
11105 (i386_cleanup_dregs): Rewrite.
11106 (i386_update_inferior_debug_regs, i386_insert_watchpoint)
11107 (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
11108 (i386_stopped_data_address, i386_insert_hw_breakpoint)
11109 (i386_remove_hw_breakpoint): Adjust to pass the current process id
11110 to i386_debug_reg_state.
11111 (i386_use_watchpoints): Don't register inferior data.
11112 * i386-nat.h (i386_debug_reg_state): Add new 'pid' parameter, and
11113 adjust comment.
11114 (i386_forget_process): Declare.
11115 * linux-fork.c (delete_fork): Call linux_nat_forget_process.
11116 * linux-nat.c (linux_nat_new_fork, linux_nat_forget_process_hook):
11117 New static globals.
11118 (linux_child_follow_fork): Don't call linux_nat_new_thread here.
11119 (add_initial_lwp): New, factored out from ...
11120 (add_lwp): ... this. Don't check the number of lwps before
11121 calling linux_nat_new_thread.
11122 (linux_nat_iterate_watchpoint_lwps): Delete.
11123 (linux_nat_attach): Use add_initial_lwp instead of add_lwp.
11124 (linux_handle_extended_wait): Call the linux_nat_new_fork hook on
11125 forks and vforks.
11126 (linux_nat_wait_1): Use add_initial_lwp instead of add_lwp for the
11127 initial lwp.
11128 (linux_nat_kill, linux_nat_mourn_inferior): Call
11129 linux_nat_forget_process.
11130 (linux_nat_set_new_fork, linux_nat_set_forget_process)
11131 (linux_nat_forget_process): New functions.
11132 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): Delete
11133 type.
11134 (linux_nat_iterate_watchpoint_lwps): Delete declaration.
11135 (linux_nat_new_fork_ftype, linux_nat_forget_process_ftype): New
11136 types.
11137 (linux_nat_set_new_fork, linux_nat_set_forget_process)
11138 (linux_nat_forget_process): New declarations.
11139
11140 * amd64fbsd-nat.c (super_mourn_inferior): New global.
11141 (amd64fbsd_mourn_inferior): New function.
11142 (_initialize_amd64fbsd_nat): Override to_mourn_inferior.
11143 * windows-nat.c (windows_detach): Call i386_cleanup_dregs.
11144
11145 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
11146
11147 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
11148 Adding _().
11149
11150 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
11151
11152 * aarch64-linux-nat.c (debug_reg_change_callback)
11153 (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
11154 %s and phex().
11155
11156 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
11157
11158 * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
11159 with LONGEST.
11160
11161 2013-02-13 Pedro Alves <palves@redhat.com>
11162 Hafiz Abid Qadeer <abidh@codesourcery.com>
11163
11164 * c-lang.c (c_op_print_tab): Add entry for UNOP_PLUS.
11165
11166 2013-02-12 Tom Tromey <tromey@redhat.com>
11167
11168 PR symtab/11464:
11169 * c-exp.y (lex_one_token): Initialize other fields of yylval on
11170 NAME return.
11171 (classify_inner_name): Remove 'first_name' argument, add
11172 'context'. Remove unused variable.
11173 (yylex): Explicitly maintain the context type. Exit loop earlier
11174 if NAME result is seen.
11175
11176 2013-02-12 Pedro Alves <palves@redhat.com>
11177
11178 * amd64-darwin-tdep.c: Add (C) after Copyright.
11179 * cli/cli-cmds.h: Ditto.
11180 * cli/cli-decode.c: Ditto.
11181 * cli/cli-decode.h: Ditto.
11182 * cli/cli-dump.c: Ditto.
11183 * cli/cli-dump.h: Ditto.
11184 * cli/cli-interp.c: Ditto.
11185 * cli/cli-logging.c: Ditto.
11186 * cli/cli-script.c: Ditto.
11187 * cli/cli-script.h: Ditto.
11188 * cli/cli-setshow.c: Ditto.
11189 * cli/cli-setshow.h: Ditto.
11190 * cli/cli-utils.c: Ditto.
11191 * cli/cli-utils.h: Ditto.
11192 * config/alpha/nm-osf3.h: Ditto.
11193 * config/djgpp/djconfig.sh: Ditto.
11194 * config/i386/nm-fbsd.h: Ditto.
11195 * config/i386/nm-i386gnu.h: Ditto.
11196 * config/nm-linux.h: Ditto.
11197 * config/nm-nto.h: Ditto.
11198 * config/rs6000/nm-rs6000.h: Ditto.
11199 * config/sparc/nm-sol2.h: Ditto.
11200 * darwin-nat-info.c: Ditto.
11201 * dfp.c: Ditto.
11202 * dfp.h: Ditto.
11203 * gdb-demangle.h: Ditto.
11204 * i386-darwin-nat.c: Ditto.
11205 * i386-darwin-tdep.c: Ditto.
11206 * linux-fork.h: Ditto.
11207 * m32c-tdep.c: Ditto.
11208 * microblaze-linux-tdep.c: Ditto.
11209 * microblaze-rom.c: Ditto.
11210 * microblaze-tdep.c: Ditto.
11211 * microblaze-tdep.h: Ditto.
11212 * mips-linux-tdep.h: Ditto.
11213 * ppc-ravenscar-thread.c: Ditto.
11214 * ppc-ravenscar-thread.h: Ditto.
11215 * prologue-value.c: Ditto.
11216 * prologue-value.h: Ditto.
11217 * ravenscar-thread.c: Ditto.
11218 * ravenscar-thread.h: Ditto.
11219 * sparc-ravenscar-thread.c: Ditto.
11220 * sparc-ravenscar-thread.h: Ditto.
11221 * tilegx-linux-tdep.c: Ditto.
11222 * unwind_stop_reasons.def: Ditto.
11223 * windows-nat.h: Ditto.
11224 * xtensa-linux-tdep.c: Ditto.
11225 * xtensa-xtregs.c: Ditto.
11226 * regformats/regdat.sh: Ditto.
11227 * regformats/regdef.h: Ditto.
11228
11229 2013-02-12 Pedro Alves <palves@redhat.com>
11230
11231 * break-catch-sig.c: Update copyright years.
11232
11233 2013-02-11 Siva Chandra Reddy <sivachandra@google.com>
11234
11235 Add support for a destructor for ui_out data and use it to
11236 provide a ui_out destructor.
11237 * ui-out.h: Declare the new ui_out destructor.
11238 (ui_out_impl): Add a field for data destructor in ui_out_impl.
11239 * ui-out.c (default_data_destroy): Add a default data destructor
11240 which does nothing.
11241 (default_ui_out_impl): Set the new data_destroy field to
11242 default_data_destroy
11243 (uo_data_destroy): Local function which invokes the data
11244 destructor if present.
11245 (clear_table): Local function which clears the table data of a
11246 ui_out object.
11247 (ui_out_destroy): Public function which frees a ui_out object.
11248 (ui_out_table_end): Use the new clear_table function.
11249 * cli-out.c (cli_ui_out_impl): Set the new data_destroy field to
11250 NULL.
11251 * mi/mi-out.c (mi_ui_out_impl): Set the new data_destroy field
11252 to NULL.
11253
11254 2013-02-11 Doug Evans <dje@google.com>
11255
11256 * printcmd.c (printf_c_string,printf_wide_c_string): New functions.
11257 (printf_decfloat): New function. Broken out from ui_printf.
11258 Remove unnecessary code to shift the entire format string down.
11259 (printf_pointer): New function.
11260 (ui_printf): Code to print C strings, wide C strings, decfloats,
11261 and pointers moved to separate functions.
11262
11263 2013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
11264
11265 * valops.c (value_assign): Handling bitfield offset in
11266 `lval_internalvar_component' case.
11267
11268 2013-02-08 Doug Evans <dje@google.com>
11269
11270 * common/format.c (parse_format_string): Fix whitespace.
11271
11272 2013-02-08 Matthew Gretton-Dann <matthew.gretton-dann@linaro.org>
11273
11274 * stack.c (return_command): Work around uninitialized variable
11275 warning.
11276
11277 2013-02-08 Yufeng Zhang <yufeng.zhang@arm.com>
11278
11279 * aarch64-linux-tdep.c (AARCH64_LINUX_SIZEOF_GREGSET): Change the
11280 number of the registers from 36 to 34.
11281
11282 2013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
11283
11284 * NEWS: Mention new AArch64 native and target support.
11285
11286 2013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
11287
11288 * MAINTAINERS (Write After Approval): Add myself.
11289
11290 2013-02-08 Jim MacArthur <jim.macarthur@arm.com>
11291 Marcus Shawcroft <marcus.shawcroft@arm.com>
11292 Nigel Stephens <nigel.stephens@arm.com>
11293 Yufeng Zhang <yufeng.zhang@arm.com>
11294
11295 * aarch64-linux-nat.c: New file.
11296 * config/aarch64/linux.mh: New file.
11297 * configure.host: Add AArch64.
11298 * Makefile.in (ALLDEPFILES): Add aarch64-linux-nat.c.
11299
11300 2013-02-07 Doug Evans <dje@google.com>
11301
11302 * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument to
11303 disassemble command.
11304
11305 2013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
11306
11307 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
11308 set_gdbarch_fetch_tls_load_module_address.
11309
11310 2013-02-06 David S. Miller <davem@davemloft.net>
11311
11312 * sparc-tdep.c (sparc32_return_value): Handle writing return value when
11313 using RETURN_VALUE_ABI_PRESERVES_ADDRESS.
11314 * value.c (struct_return_convention): New function.
11315 (using_struct_return): Implement in terms of struct_return_convention.
11316 * value.h (struct_return_convention): Declare.
11317 * stack.c (return_command): Allow successful overriding of the return
11318 value when RETURN_VALUE_ABI_PRESERVES_ADDRESS.
11319
11320 2013-02-06 Tom Tromey <tromey@redhat.com>
11321
11322 * python/py-type.c (typy_strip_typedefs): Don't call check_typedef
11323 outside of TRY_CATCH.
11324
11325 2013-02-06 Yao Qi <yao@codesourcery.com>
11326
11327 * mi/mi-interp.c: Include "tracepoint.h".
11328 (mi_tsv_modified): Declare.
11329 (mi_tsv_created, mi_tsv_deleted): Update declaration.
11330 (mi_interpreter_init): Call observer_attach_tsv_modified.
11331 (mi_tsv_modified): New.
11332 (mi_tsv_created, mi_tsv_deleted): Update.
11333 * tracepoint.c (trace_variable_command): Call
11334 observer_notify_tsv_modified if the initial value of tsv is
11335 changed.
11336 (delete_trace_state_variable): Call
11337 observer_notify_tsv_deleted earlier.
11338 (trace_variable_command): Caller update.
11339 (create_tsv_from_upload): Likewise.
11340 * observer.sh: Declare "struct trace_state_variable".
11341
11342 * NEWS: Mention the new MI notification "=tsv-modified".
11343
11344 2013-02-05 Doug Evans <dje@google.com>
11345
11346 * completer.c (location_completer): Fix typo in comment.
11347
11348 2013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11349
11350 * breakpoint.c (add_location_to_breakpoint): Insert the location with
11351 ADDRESS sorted.
11352
11353 2013-02-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
11354
11355 * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:
11356 Refactor if statement to avoid trailing || operator.
11357
11358 2013-02-05 Andreas Tobler <andreast@fgznet.ch>
11359
11360 * NEWS: Add PowerPC FreeBSD as a new native configuration.
11361
11362 2013-02-04 Andreas Tobler <andreast@fgznet.ch>
11363
11364 * Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
11365 * configure.host: Add powerpc*-*-freebsd* target.
11366 * configure.tgt: Add target info for powerpc*-*-freebsd*.
11367 * ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
11368 * config/powerpc/fbsd.mh: New file.
11369
11370 2013-02-04 Sergio Durigan Junior <sergiodj@redhat.com>
11371 Denys Vlasenko <dvlasenk@redhat.com>
11372 Pedro Alves <palves@redhat.com>
11373
11374 * gdbarch.sh (elfcore_write_linux_prpsinfo): New F hook.
11375 (struct elf_internal_linux_prpsinfo): Forward declare.
11376 * gdbarch.h, gdbarch.c: Regenerate.
11377 * linux-tdep.c: Include `cli/cli-utils.h'.
11378 (linux_fill_prpsinfo): New function.
11379 (linux_make_corefile_notes): Use linux_fill_prpsinfo. If there's
11380 an elfcore_write_linux_prpsinfo hook, use it, otherwise, use
11381 elfcore_write_linux_prpsinfo32 or elfcore_write_linux_prpsinfo64
11382 depending on gdbarch pointer bitness.
11383 * ppc-linux-tdep.c: Include elf-bfd.h.
11384 (ppc_linux_init_abi): Hook in elfcore_write_ppc_linux_prpsinfo32
11385 on 32-bit.
11386
11387 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
11388 Marcus Shawcroft <marcus.shawcroft@arm.com>
11389 Nigel Stephens <nigel.stephens@arm.com>
11390 Yufeng Zhang <yufeng.zhang@arm.com>
11391
11392 * configure.tgt (aarch64*-*-linux*): Set build_gdbserver=yes.
11393
11394 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
11395 Marcus Shawcroft <marcus.shawcroft@arm.com>
11396 Nigel Stephens <nigel.stephens@arm.com>
11397 Yufeng Zhang <yufeng.zhang@arm.com>
11398
11399 * aarch64-newlib-tdep.c: New file.
11400 * configure.tgt: Add aarch64-newlib-tdep.o to gdb_target_obs of
11401 aarch64*-*-elf.
11402 * defs.h (enum gdb_osabi): Add GDB_OSABI_NEWLIB.
11403 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-newlib-tdep.o.
11404 (ALLDEPFILES): Add aarch64-newlib-tdep.c.
11405 * osabi.c (gdb_osabi_names): Add "Newlib".
11406
11407 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
11408 Marcus Shawcroft <marcus.shawcroft@arm.com>
11409 Nigel Stephens <nigel.stephens@arm.com>
11410 Yufeng Zhang <yufeng.zhang@arm.com>
11411
11412 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-linux-tdep.o.
11413 (ALLDEPFILES): Add aarch64-linux-tdep.c.
11414 * aarch64-linux-tdep.c: New file.
11415 * aarch64-linux-tdep.h: New file.
11416 * aarch64-tdep.h (gdbarch_tdep): Define gregset and fpregset.
11417 * configure.tgt: Add aarch64-none-linux-gnu.
11418
11419 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
11420 Marcus Shawcroft <marcus.shawcroft@arm.com>
11421 Nigel Stephens <nigel.stephens@arm.com>
11422 Yufeng Zhang <yufeng.zhang@arm.com>
11423
11424 * Makefile.in (ALL_64_TARGET_OBS): Add arch64-tdep.o.
11425 (HFILES_NO_SRCDIR): Add aarch64-tdep.h.
11426 (ALLDEPFILES): Add aarch64-tdep.c.
11427 * aarch64-tdep.c: New file.
11428 * aarch64-tdep.h: New file.
11429 * configure.tgt: Add AArch64.
11430 * features/Makefile (WHICH): Add aarch64 and aarch64-without-fpu.
11431 (aarch64-expedite): New definition.
11432 * features/aarch64-core.xml: New file.
11433 * features/aarch64-fpu.xml: New file.
11434 * features/aarch64-without-fpu.c: New file (generated).
11435 * features/aarch64-without-fpu.xml: New file.
11436 * features/aarch64.c: New file (generated).
11437 * features/aarch64.xml: New file.
11438 * regformats/aarch64-without-fpu.dat: New file (generated).
11439 * regformats/aarch64.dat: New file (generated).
11440
11441 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11442
11443 * contrib/expect-read1.c: New file.
11444 * contrib/expect-read1.sh: New file.
11445
11446 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11447
11448 * dwarf2read.c (file_file_name): New function with code from
11449 file_full_name.
11450 (file_full_name): Move most of the code to file_file_name.
11451 (macro_start_file): Rename variable full_name to file_name and use
11452 file_file_name for it. Add comp_dir parameter to new_macro_table.
11453 * macrocmd.c (show_pp_source_pos): New variable fullname. Replace any
11454 macro_source_file->filename access by macro_source_fullname call.
11455 * macroscope.c (_initialize_macroscope): Update the new_macro_table
11456 caller.
11457 * macrotab.c (struct macro_table): New field comp_dir.
11458 (macro_include): New variables link_fullname and source_fullname.
11459 Replace any macro_source_file->filename access by macro_source_fullname
11460 call.
11461 (macro_lookup_inclusion): Remove the partial filenames checking code.
11462 (check_for_redefinition): New variables source_fullname and
11463 found_key_fullname. Replace any macro_source_file->filename access by
11464 macro_source_fullname call.
11465 (macro_undef): New variables source_fullname and key_fullname. Replace
11466 any macro_source_file->filename access by macro_source_fullname call.
11467 (macro_lookup_definition): New variables retval and source_fullname.
11468 Replace any macro_source_file->filename access by macro_source_fullname
11469 call.
11470 (foreach_macro): New variable key_fullname. Replace any
11471 macro_source_file->filename access by macro_source_fullname call.
11472 (foreach_macro_in_scope): New variable datum_fullname. Replace any
11473 macro_source_file->filename access by macro_source_fullname call.
11474 (new_macro_table): Add parameter comp_dir. Initialize T with it.
11475 (macro_source_fullname): New function.
11476 * macrotab.h (struct macro_source_file): Extent the filename field
11477 comment.
11478 (new_macro_table): New parameter comp_dir, add a comment for it.
11479 (macro_source_fullname): new declaration.
11480
11481 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11482
11483 * dwarf2read.c (dw2_map_symtabs_matching_filename): Move variable
11484 this_real_name to outer block. Use it also for
11485 compare_filenames_for_search.
11486 (dw2_expand_symtabs_matching): New variable this_real_name. Use it
11487 with dw2_get_real_path for file_matcher, considering also
11488 BASENAMES_MAY_DIFFER.
11489 (file_full_name): Prepend COMP_DIR even for relative lh->INCLUDE_DIRS.
11490
11491 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11492
11493 * dwarf2read.c (dw2_expand_symtabs_matching): Add basenames parameter
11494 to the file_matcher parameter. Pass 0 to it.
11495 (dwarf2_create_include_psymtab): Copy also DIRNAME.
11496 * psymtab.c (partial_map_symtabs_matching_filename): Drop handling of
11497 NULL psymtab_to_fullname result.
11498 (psymtab_to_fullname): Remove variable r. Never return NULL, assemble
11499 an expected filename instead.
11500 (expand_symtabs_matching_via_partial): Add basenames parameter to the
11501 file_matcher parameter. Call also psymtab_to_fullname, after newly
11502 considering BASENAMES_MAY_DIFFER.
11503 * source.c (rewrite_source_path): Remove static.
11504 * source.h (rewrite_source_path): New declaration.
11505 * symfile.h (struct quick_symbol_functions): Add basenames parameter to
11506 the expand_symtabs_matching field. Comment it.
11507 * symtab.c (file_matches): New function comment. Add parameter
11508 basenames, implement it.
11509 (search_symbols_file_matches): Add basenames parameter. Update the
11510 file_matches caller.
11511 (search_symbols): Match FILES also against symtab_to_fullname.
11512 Optimize it for BASENAMES_MAY_DIFFER.
11513
11514 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11515
11516 * source.c (print_source_lines_base): Print for TUI also "fullname".
11517 * tui/tui-data.c (init_content_element): Change tui_locator_element
11518 field to full_name.
11519 * tui/tui-data.h (struct tui_locator_element): Likewise.
11520 * tui/tui-disasm.c (tui_show_disassem_and_update_source): Rename
11521 tui_update_locator_filename calls to tui_update_locator_fullname.
11522 Replace symtab->filename refererence by symtab_to_fullname call.
11523 * tui/tui-out.c (tui_field_string): Check for "fullname" now.
11524 * tui/tui-source.c (tui_set_source_content): Change tui_locator_element
11525 field to full_name. Replace symtab->filename refererence by
11526 symtab_to_fullname call.
11527 (tui_show_symtab_source): Rename parameter to fullname. Change
11528 tui_locator_element field to full_name.
11529 * tui/tui-stack.c: Include source.h.
11530 (tui_set_locator_filename): Rename the declaration to ...
11531 (tui_set_locator_fullname): ... here. Rename its parameter to
11532 fullname, updates its comment.
11533 (tui_set_locator_info): Rename its parameter to fullname.
11534 (tui_set_locator_filename): Rename the definition to ...
11535 (tui_set_locator_fullname): ... here. Rename its parameter to
11536 fullname, updates its comment. Change tui_locator_element field to
11537 full_name.
11538 (tui_set_locator_info): Rename its parameter to fullname.
11539 (tui_set_locator_info): Rename callee to tui_set_locator_fullname.
11540 (tui_update_locator_filename): Rename to ...
11541 (tui_update_locator_fullname): ... here. Rename callee to
11542 tui_set_locator_fullname.
11543 (tui_show_frame_info): Replace symtab->filename refererence by
11544 symtab_to_fullname call.
11545 * tui/tui-stack.h (tui_update_locator_filename): Rename to ...
11546 (tui_update_locator_fullname): ... here.
11547 * tui/tui-winsource.c (tui_display_main): Rename the callee to
11548 tui_update_locator_fullname. Replace symtab->filename refererence by
11549 symtab_to_fullname call.
11550 * tui/tui.c (tui_show_source): Rename its parameter to fullname.
11551 Rename the callee to tui_update_locator_fullname.
11552 * tui/tui.h (tui_show_source): Rename its parameter to fullname.
11553
11554 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11555
11556 * ada-lang.c (user_select_syms): Replace symtab->filename refererences
11557 by symtab_to_filename_for_display calls.
11558 * breakpoint.c (print_breakpoint_location, resolve_sal_pc): Likewise.
11559 (clear_command): New variable sal_fullname, initialize it. Replace
11560 compare_filenames_for_search by filename_cmp with sal_fullname.
11561 (say_where, update_static_tracepoint): Replace symtab->filename
11562 refererences by symtab_to_filename_for_display calls.
11563 * cli/cli-cmds.c (edit_command, list_command, ambiguous_line_spec):
11564 Likewise.
11565 * dwarf2read.c: Include source.h.
11566 (fixup_go_packaging): Replace symtab->filename refererences by
11567 symtab_to_filename_for_display calls.
11568 * linespec.c (add_sal_to_sals): Rename variable filename to fullname.
11569 Replace symtab->filename refererences by symtab_to_filename_for_display
11570 calls.
11571 (create_sals_line_offset, convert_linespec_to_sals): New variable
11572 fullname, initialize it, replace symtab->filename reference by the
11573 variable.
11574 * linux-fork.c: Include source.h.
11575 (info_checkpoints_command): Replace symtab->filename refererences by
11576 symtab_to_filename_for_display calls.
11577 * macroscope.c (sal_macro_scope): Replace symtab->filename refererences
11578 by symtab_to_filename_for_display calls.
11579 * mdebugread.c: Include source.h.
11580 (psymtab_to_symtab_1): Replace symtab->filename refererences by
11581 symtab_to_filename_for_display calls.
11582 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
11583 (mi_cmd_file_list_exec_source_files): Likewise.
11584 * printcmd.c: Include source.h.
11585 (build_address_symbolic): Replace symtab->filename refererences by
11586 symtab_to_filename_for_display calls.
11587 * psymtab.c (partial_map_symtabs_matching_filename)
11588 (read_psymtabs_with_fullname): Call compare_filenames_for_search also
11589 with psymtab_to_fullname.
11590 * python/py-symtab.c (stpy_str): Replace symtab->filename refererences
11591 by symtab_to_filename_for_display calls.
11592 (stpy_get_filename): New variable filename, initialize it, use instead
11593 of symtab->filename refererences.
11594 (salpy_str): Make variable filename const char *. Replace
11595 symtab->filename refererences by symtab_to_filename_for_display calls.
11596 * skip.c: Include source.h and filenames.h.
11597 (skip_file_command): Remove const from the symtab variable. Replace
11598 symtab->filename refererences by symtab_to_fullname call.
11599 (function_name_is_marked_for_skip): New variables searched_for_fullname
11600 and fullname. Use them to search also with symtab's fullname.
11601 * source.c (find_source_lines): Replace symtab->filename refererences
11602 by symtab_to_filename_for_display calls.
11603 (print_source_lines_base): New variable filename, use it instead of
11604 symtab->filename. Replace symtab->filename refererences by
11605 symtab_to_filename_for_display calls.
11606 (line_info, forward_search_command): Replace symtab->filename
11607 refererences by symtab_to_filename_for_display calls.
11608 (reverse_search_command): Replace symtab->filename refererences by
11609 symtab_to_filename_for_display calls. New variable filename for it.
11610 * stack.c (frame_info): Likewise.
11611 * symmisc.c: Include source.h.
11612 (dump_objfile, dump_symtab_1, maintenance_print_symbols)
11613 (maintenance_info_symtabs): Replace symtab->filename refererences by
11614 symtab_to_filename_for_display calls.
11615 * symtab.c (iterate_over_some_symtabs): Call
11616 compare_filenames_for_search also with symtab_to_fullname.
11617 (lookup_symbol_aux_quick, basic_lookup_transparent_type_quick): Replace
11618 symtab->filename refererences by symtab_to_filename_for_display calls.
11619 (find_line_symtab): Replace symtab->filename refererences by
11620 symtab_to_filename_for_display calls.
11621 (file_matches): Replace filename_cmp by compare_filenames_for_search.
11622 (print_symbol_info): Make the last parameter const char *. New
11623 variable s_filename. Use it in the function.
11624 (symtab_symbol_info): Make the last_filename variable const char *.
11625 Replace symtab->filename refererences by symtab_to_filename_for_display
11626 calls.
11627 (rbreak_command): New variable fullname. Use it. Replace
11628 symtab->filename refererence by symtab_to_filename_for_display call.
11629 * tracepoint.c (set_traceframe_context, trace_find_line_command)
11630 (print_one_static_tracepoint_marker): Replace symtab->filename
11631 refererences by symtab_to_filename_for_display calls.
11632 * tui/tui-source.c (tui_set_source_content): New variables filename and
11633 s_filename. Replace symtab->filename refererences by this variable.
11634 Replace other symtab->filename refererences by
11635 symtab_to_filename_for_display calls.
11636
11637 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
11638 Jan Kratochvil <jan.kratochvil@redhat.com>
11639
11640 Add a new variable that controls a way in which filenames are
11641 displayed.
11642 * NEWS (set filename-display): New entry.
11643 * source.c (filename_display_basename, filename_display_relative)
11644 (filename_display_absolute, filename_display_kind_names)
11645 (filename_display_string, show_filename_display_string)
11646 (symtab_to_filename_for_display): New.
11647 (_initialize_source): Added initialization of 'filename-display'
11648 variable.
11649 * source.h (symtab_to_filename_for_display): Added declaration.
11650 * stack.c (print_frame): Added new variable and calling of a new
11651 function and condition with this variable. Changed third argument of
11652 calling of a function.
11653
11654 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11655
11656 * tui/tui-data.c (init_win_info, tui_del_window, tui_free_window):
11657 Rename field reference filename to fullname.
11658 * tui/tui-data.h (struct tui_source_info): Rename field filename to
11659 fullname. New comment for it.
11660 * tui/tui-source.c (tui_set_source_content): Rename field reference
11661 filename to fullname. Initialize field by symtab_to_fullname now.
11662 * tui/tui-winsource.c (tui_update_breakpoint_info): Rename field
11663 reference filename to fullname. Use symtab_to_fullname during
11664 comparison.
11665
11666 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11667
11668 Code cleanup.
11669 * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ...
11670 (dw2_expand_symtabs_with_fullname): ... here. Rename parameter
11671 filename to fullname. Rename variable this_name to this_fullname.
11672 Lowercase FILENAME_CMP call.
11673 (dw2_find_symbol_file): New comment for the returned string.
11674 (dwarf2_gdb_index_functions): Rename the function to
11675 dw2_expand_symtabs_with_fullname.
11676 * psymtab.c (read_psymtabs_with_filename): Rename to ...
11677 (read_psymtabs_with_fullname): ... here. Rename parameter filename to
11678 fullname.
11679 (psym_functions): Rename the function to read_psymtabs_with_fullname.
11680 * symfile.h (struct quick_symbol_functions): Rename field
11681 expand_symtabs_with_filename to expand_symtabs_with_fullname and its
11682 parameter filename to fullname. Document returned string meaning for
11683 find_symbol_file.
11684 * symtab.c (find_line_symtab): Rename the called function to
11685 expand_symtabs_with_fullname.
11686
11687 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11688
11689 Code cleanup.
11690 * breakpoint.c (clear_command): Remove variable is_abs, unify the
11691 call of filename_cmp with compare_filenames_for_search.
11692 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
11693 is_abs, unify the call of FILENAME_CMP with
11694 compare_filenames_for_search. New gdb_asserts for real_path and name.
11695 Unify the call of compare_filenames_for_search with FILENAME_CMP.
11696 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
11697 * symfile.h (struct quick_symbol_functions): Extend the comment for
11698 map_symtabs_matching_filename.
11699 * symtab.c (compare_filenames_for_search): Remove the function comment
11700 relative path requirement. Handle absolute filenames, with a comment.
11701 (iterate_over_some_symtabs): Remove variable is_abs, unify the call of
11702 FILENAME_CMP with compare_filenames_for_search. New gdb_asserts for
11703 real_path and name. Unify the call of compare_filenames_for_search
11704 with FILENAME_CMP.
11705 (iterate_over_symtabs): New gdb_assert on REAL_PATH.
11706
11707 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11708
11709 Code cleanup.
11710 * breakpoint.c (print_breakpoint_location): Replace bp_location field
11711 source_file references by symtab field references. Remove variables
11712 sal and fullname.
11713 (momentary_breakpoint_from_master, add_location_to_breakpoint):
11714 (clear_command, say_where): Replace bp_location field source_file
11715 references by symtab field references.
11716 (bp_location_dtor): Remove the source_file reference.
11717 (update_static_tracepoint): Replace bp_location field source_file
11718 references by symtab field references.
11719 (breakpoint_free_objfile): New function.
11720 * breakpoint.h (struct bp_location): Extend the comment for line_number.
11721 Replace the field source_file by field symtab, extend its comment.
11722 (breakpoint_free_objfile): New declaration.
11723 * objfiles.c (free_objfile): Call breakpoint_free_objfile.
11724 * tui/tui-winsource.c (tui_update_breakpoint_info): Replace bp_location
11725 field source_file references by symtab field references.
11726
11727 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11728
11729 Replace xfullpath calls by gdb_realpath calls.
11730 * cli/cli-cmds.c (find_and_open_script): Remove xfullpath from the
11731 function comment.
11732 * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path.
11733 Remove it from the iterate_over_some_symtabs call.
11734 (dw2_map_symtabs_matching_filename): Remove parameter full_path.
11735 Remove it from the dw2_map_expand_apply calls, remove a block handling
11736 it.
11737 * psymtab.c (partial_map_expand_apply): Remove parameter full_path.
11738 Remove it from the iterate_over_some_symtabs call.
11739 (partial_map_symtabs_matching_filename): Remove parameter full_path.
11740 Remove it from the partial_map_expand_apply calls, remove a block
11741 handling it. Drop gdb_realpath call and cleanups from the real_path
11742 handling.
11743 * source.c (openp): Drop the comment part about xfullpath. Replace
11744 xfullpath calls by gdb_realpath calls.
11745 (find_and_open_source): Replace xfullpath call by gdb_realpath call.
11746 * symfile.h (struct quick_symbol_functions): Remove parameter full_path
11747 from method map_symtabs_matching_filename and its comment.
11748 * symmisc.c (maintenance_print_msymbols): Replace xfullpath call by
11749 gdb_realpath call.
11750 * symtab.c (iterate_over_some_symtabs): Remove parameter full_path,
11751 remove it also from the function comment, remove a block handling it.
11752 Drop gdb_realpath call and cleanups from the real_path handling.
11753 (iterate_over_symtabs): Drop variable full_path and its use.
11754 * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
11755 * utils.c (xfullpath): Remove.
11756 * utils.h (xfullpath): Remove.
11757
11758 2013-02-01 Andreas Tobler <andreast@fgznet.ch>
11759
11760 * Makefile.in (ALL_TARGET_OBS): Add ppc64-tdep.o.
11761 (HFILES_NO_SRCDIR): Add ppc64-tdep.h.
11762 (ALLDEPFILES): Add ppc64-tdep.c.
11763 * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
11764 ppc64-tdep.o to gdb_target_obs.
11765 * ppc64-tdep.h: New file.
11766 * ppc64-tdep.c: New file.
11767 (insn_d, insn_ds, insn_xfx, ppc64_desc_entry_point): Move from
11768 ppc-linux-tdep.c to here.
11769 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN)
11770 (PPC64_STANDARD_LINKAGE2_LEN): Likewise and use ARRAY_SIZE macro.
11771 (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target)
11772 (ppc64_standard_linkage3_target, ppc64_skip_trampoline_code): Move
11773 from ppc-linux-tdep.c to here.
11774 (ppc64_convert_from_func_ptr_addr): Rename from
11775 ppc64_linux_convert_from_func_ptr_addr to
11776 ppc64_convert_from_func_ptr_addr and move from ppc-linux-tdep.c to
11777 here.
11778 * rs6000-tdep.c:
11779 (read_insn): Move from ppc-linux-tdep.c to here.
11780 (insns_match_pattern, insn_d_field, insn_ds_field): Move
11781 from ppc-linux-tdep.c to here and rename them with the ppc_ prefix.
11782 * ppc-linux-tdep.c: Include ppc64-tdep.h.
11783 Removed above functions.
11784 (ppc_linux_init_abi): Adjust.
11785
11786 2013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
11787
11788 * ada-valprint.c (ada_print_floating): Remove unused 'len'.
11789
11790 2013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
11791
11792 * ada-lang.c (assign_aggregate): Remove unused 'is_array_aggregate'.
11793
11794 2013-02-01 Pedro Alves <palves@redhat.com>
11795
11796 * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
11797 * frame.h (deprecated_pc_in_call_dummy): Delete declaration.
11798
11799 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11800
11801 * elfread.c (elf_symfile_read): Limit separate debug info additions to
11802 files with no separate debug info.
11803 * objfiles.c (add_separate_debug_objfile): Add gdb_assert calls.
11804 * symfile.c (read_symbols): Call find_separate_debug_file_in_section
11805 only for files with no separate debug info.
11806
11807 2013-01-31 Tom Tromey <tromey@redhat.com>
11808
11809 * jit.c (jit_program_space_data): Rename from jit_inferior_data;
11810 change type.
11811 (struct jit_program_space_data): Rename from jit_inferior_data.
11812 Update comments.
11813 (get_jit_program_space_data): Rename from get_jit_inferior_data.
11814 Change return type. Attach data to program space.
11815 (jit_program_space_data_cleanup): Rename from
11816 jit_inferior_data_cleanup; change argument type.
11817 (jit_read_descriptor): Change 'inf_data' argument to 'ps_data',
11818 change type.
11819 (jit_register_code): Update.
11820 (jit_update_inferior_cache): Remove.
11821 (jit_breakpoint_deleted): Get jit data from the location's program
11822 space.
11823 (jit_breakpoint_re_set_internal): Rename 'inf_data' argument to
11824 'ps_data', change type.
11825 (jit_inferior_init, jit_breakpoint_re_set_internal)
11826 (jit_event_handler): Update.
11827 (free_objfile_data): Get data from objfile's program space.
11828 (_initialize_jit): Update.
11829
11830 2013-01-31 Tom Tromey <tromey@redhat.com>
11831
11832 PR gdb/13987:
11833 * jit.c (struct jit_inferior_data) <cached_code_address,
11834 jit_breakpoint>: New fields.
11835 (jit_breakpoint_re_set_internal): Fix logging. Only create
11836 breakpoint if cached address has changed.
11837 (jit_update_inferior_cache, jit_breakpoint_deleted): New
11838 functions.
11839 (_initialize_jit): Register breakpoint deleted observer.
11840
11841 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
11842
11843 * infrun.c (handle_syscall_event): Remove unused gdbarch.
11844 (save_infcall_suspend_state): Ifdef out unused inf.
11845 (restore_infcall_suspend_state): Ifdef out unused inf.
11846 * jit.c (jit_register_code): Remove unused i, b, inf_data.
11847 (jit_frame_sniffer): Remove unused inf_data.
11848
11849 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
11850
11851 * c-exp.y (classify_inner_name): Remove unused type.
11852 * c-lang.c (c_printstr): Remove unused byte_order, i, things_printed,
11853 in_quotes, need_comma, wchar_buf, output, cleanup, iter, finished,
11854 need_escape.
11855 (c_get_string): Remove unused kind.
11856 * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2.
11857
11858 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
11859
11860 * charset.c (intermediate_encoding): Remove unused i.
11861 * completer.c (signal_completer): Remove unused i.
11862 * continuations.c (discard_my_continuations_1): Remove unused
11863 continuation_ptr.
11864 * corelow.c (core_close): Remove unuseD name.
11865 (get_core_siginfo): Remove unused pid.
11866 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Remove unused
11867 i, cps.
11868 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove unused base_offset.
11869 (loclist_describe_location): Remove unused first.
11870 * event-top.c (command_line_handler): Remove unused got_eof.
11871 * exec.c (exec_close_1): Remove unused need_symtab_cleanup.
11872 (resize_section_table): Remove unused old_value.
11873 * gdb_bfd.c (gdb_bfd_map_section): Remove unused header.
11874 * gnu-v3-abi.c (compute_vtable_size): Remove unused addr.
11875 * i386-tdep.c (i386_process_record): Remove unused rex.
11876 * infcmd.c (get_return_value): Remove unused uiout.
11877 * jv-lang.c (type_from_class): Remove unused is_array.
11878 * jv-valprint.c (java_val_print): Remove unused i.
11879 * linux-nat.c (linux_nat_stop_lwp): Remove unused ptid.
11880 * linux-thread-db.c (thread_db_find_new_threads_2): Remove unuseD pid.
11881 * m2-typeprint.c (m2_print_type): Remove unused code.
11882 * macroexp.c (get_character_constant): Remove unused body_start.
11883 (macro_stringify): Remove unused result.
11884 * objc-lang.c (find_methods): Remove unused gdbarch.
11885 * objfiles.c (filter_overlapping_sections): Remove unused abfd1, abfd2.
11886 * regcache.c (regcache_cooked_read): Remove unused gdbarch.
11887 * stack.c (print_frame_args): Remove unused summary.
11888 * thread.c (thread_apply_command): Remove unused p.
11889 * valarith.c (value_x_unop): Remove unused mangle_ptr.
11890 * valops.c (search_struct_method): Remove unused skip.
11891 * valprint.c (generic_val_print): Remove unused byte_order.
11892 * varobj.c (varobj_update): Remove unused changed.
11893 * cli/cli-cmds.c (complete_command): Remove unused next_item.
11894 (alias_command): Remove unused c.
11895 * mi/mi-cmd-catch.c (mi_catch_load_unload): Remove unused c.
11896 * mi/mi-main.c (mi_cmd_data_write_register_values): Remove unused
11897 format.
11898 (mi_cmd_data_write_memory): Remove unused word_format.
11899 (mi_cmd_data_write_memory_bytes): Remove unused r.
11900 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Remove unused
11901 p_start, p_end.
11902 * python/python.c (_initialize_python): Remove unused cmd_name, cmd.
11903 * tui/tui-disasm.c (tui_set_disassem_content): Remove unused
11904 line_width.
11905
11906 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
11907
11908 * dwarf2-frame.c (dwarf2_compile_cfa_to_ax): Remove unused num_regs.
11909 * symtab.c (iterate_over_symtabs): Remove unused s.
11910 (find_pc_sect_symtab): Remove unused pspAce.
11911 (find_pc_sect_line): Remove unused alt_symtab.
11912 (find_pcs_for_symtab_line): Remove unused ix, previous_function.
11913 (completion_list_add_name): Remove unused newsize.
11914
11915 2013-01-31 Tom Tromey <tromey@redhat.com>
11916
11917 PR c++/14998:
11918 * dwarf2read.c (read_tag_ptr_to_member_type): Handle
11919 TYPE_CODE_FUNC.
11920
11921 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
11922
11923 * target.c (target_read_string): Remove unused origlen.
11924
11925 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
11926
11927 * auto-load.c (auto_load_expand_dir_vars): Remove unused dir_vec.
11928 * ax-gdb.c (gen_printf): Remove unused expr, i, bot, fr, flen, fmt.
11929 * ax-general.c (ax_print): Remove unused is_float.
11930 * blockframe.c (block_innermost_frame): Remove unused start, end.
11931 * break-catch-sig.c (catch_signal_command): Remove unused gdbarch.
11932
11933 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
11934
11935 * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.
11936 (svr4_read_so_list): Remove unused lmo.
11937 * solib-target.c (solib_target_relocate_section_addresses): Remove
11938 unused flags.
11939
11940 2013-01-30 Tom Tromey <tromey@redhat.com>
11941
11942 * hppa-tdep.c (read_unwind_info): Use SECT_OFF_TEXT, not "0".
11943
11944 2013-01-30 Tom Tromey <tromey@redhat.com>
11945
11946 * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.
11947 * utils.c (gnu_debuglink_crc32): Remove.
11948 * utils.h (gnu_debuglink_crc32): Don't declare.
11949
11950 2013-01-30 Tom Tromey <tromey@redhat.com>
11951
11952 * dwarf2read.c (compute_delayed_physnames, read_call_site_scope)
11953 (read_structure_type, read_enumeration_type): Remove cast.
11954
11955 2013-01-30 Tom Tromey <tromey@redhat.com>
11956
11957 * dwarf2read.c (read_namespace_type): Remove cast.
11958 (read_typedef): Likewise.
11959
11960 2013-01-29 Tom Tromey <tromey@redhat.com>
11961
11962 * dwarf2read.c (free_dwo_file): Remove assert.
11963
11964 2013-01-29 Tom Tromey <tromey@redhat.com>
11965
11966 * value.c (deprecated_set_value_modifiable): Remove.
11967 * value.h (deprecated_set_value_modifiable): Remove.
11968
11969 2013-01-28 Doug Evans <dje@google.com>
11970
11971 * dwarf2loc.c (dwarf2_find_location_expression): Don't add base address
11972 to addresses from dwo files.
11973
11974 2013-01-25 Siva Chandra Reddy <sivachandra@google.com>
11975
11976 * valops.c (find_overload_match): Remove unused argument 'lax'.
11977 * value.h: Remove unused argument 'lax' from the declaration of
11978 find_overload_match.
11979 * eval.c (value_subexp_standard): Do not pass a 'lax' argument
11980 to find_overload_match.
11981 * valarith.c (value_user_defined_cpp_op): Do not pass a 'lax'
11982 argument to find_overload_match.
11983
11984 2013-01-25 Tom Tromey <tromey@redhat.com>
11985
11986 * dwarf2read.c (processing_has_namespace_info): Remove.
11987 (struct dwarf2_cu) <processing_has_namespace_info>: New field.
11988 (process_die, read_func_scope, dwarf2_start_symtab)
11989 (new_symbol_full): Update.
11990
11991 2013-01-25 Tom Tromey <tromey@redhat.com>
11992
11993 * cp-namespace.c (cp_set_block_scope): Remove.
11994 * cp-support.h (cp_set_block_scope): Remove.
11995 * dbxread.c: Include block.h.
11996 (cp_set_block_scope): New function.
11997 (process_one_symbol): Update.
11998 * dwarf2read.c (read_func_scope): Use block_set_scope.
11999
12000 2013-01-25 Pedro Alves <palves@redhat.com>
12001
12002 * remote.c (add_current_inferior_and_thread): Tweak comment.
12003
12004 2013-01-25 Tom Tromey <tromey@redhat.com>
12005
12006 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
12007 (cp_add_using_directive): Add 'copy_names' argument.
12008 * cp-support.h (cp_add_using_directive): Update.
12009 (struct using_direct) <import_src, import_dest, alias,
12010 declaration>: Now const.
12011 * dwarf2read.c (read_import_statement): Use obconcat.
12012 Don't copy names passed to cp_add_using_directive.
12013
12014 2013-01-25 Tom Tromey <tromey@redhat.com>
12015
12016 * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
12017
12018 2013-01-25 Pedro Alves <palves@redhat.com>
12019
12020 * remote.c (stop_reply_extract_thread): New.
12021 (add_current_inferior_and_thread): New parameter 'wait_status'.
12022 Handle it.
12023 (remote_start_remote): Pass wait status to
12024 add_current_inferior_and_thread.
12025 (extended_remote_run): Update comment.
12026 (extended_remote_create_inferior_1): Pass wait status to
12027 add_current_inferior_and_thread.
12028
12029 2013-01-25 Andrew Burgess <aburgess@broadcom.com>
12030 Ulrich Weigand <uweigand@de.ibm.com>
12031
12032 * valarith.c (value_vector_widen): New function for replicating a
12033 scalar into a vector.
12034 (value_binop): Use value_vector_widen to widen scalar to vector
12035 rather than casting, this better matches gcc C behaviour.
12036 * valops.c (value_casst): Update logic for casting between vector
12037 types, and for casting from scalar to vector, try to match gcc C
12038 behaviour.
12039 * value.h (value_vector_widen): Declare.
12040 * opencl-lang.c (opencl_value_cast): New opencl specific casting
12041 function, handle special case for casting scalar to vector.
12042 (opencl_relop): Use opencl_value_cast.
12043 (evaluate_subexp_opencl): Use opencl_value_cast instead of
12044 value_cast, and handle BINOP_ASSIGN, UNOP_CAST, and UNOP_CAST_TYPE
12045 in order to use opencl_value_cast.
12046
12047 2013-01-25 Yao Qi <yao@codesourcery.com>
12048
12049 * event-loop.c: Include "queue.h".
12050 (gdb_event_p): New typedef.
12051 (DECLARE_QUEUE_P): Use.
12052 (DEFINE_QUEUE_P): Use.
12053 (async_queue_event): Remove.
12054 (gdb_event_xfree): New.
12055 (initialize_event_loop): New.
12056 (process_event): Use QUEUE macros.
12057 (event_queue): Remove.
12058 (gdb_wait_for_event): Caller update.
12059 (check_async_event_handlers): Likewise.
12060 (poll_timers): Likewise.
12061 * event-loop.h (initialize_event_loop): Declare.
12062 * event-loop.c (gdb_event_xfree): New.
12063 * top.c (gdb_init): Call initialize_event_loop.
12064
12065 2013-01-25 Yao Qi <yao@codesourcery.com>
12066
12067 * event-loop.c (async_queue_event): Remove one parameter
12068 'position'. Remove code handling 'position' == TAIL.
12069 (gdb_wait_for_event): Caller update.
12070 (check_async_event_handlers): Caller update.
12071 (poll_timers): Caller update.
12072 * event-loop.h (enum queue_position): Remove.
12073
12074 2013-01-25 Maxim Kuvyrkov <maxim@kugelworks.com>
12075
12076 * MAINTAINERS: Update my email.
12077
12078 2013-01-25 Yao Qi <yao@codesourcery.com>
12079
12080 * main.c (print_gdb_help): Remove "--epoch" from the help
12081 message.
12082
12083 2013-01-24 Ulrich Weigand  <uweigand@de.ibm.com>
12084
12085 * symtab.c (skip_prologue_using_sal): Consider a file
12086 change the same as an increased line number
12087
12088 2013-01-24 Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
12089
12090 * MAINTAINERS (Write After Approval): Add myself to the list.
12091
12092 2013-01-24 Tom Tromey <tromey@redhat.com>
12093
12094 * ada-lang.h (ada_decode_symbol): Make return type const.
12095 * ada-lang.c (ada_decode_symbol): Likewise.
12096
12097 2013-01-23 Doug Evans <dje@google.com>
12098
12099 * linespec.c (find_linespec_symbols): Make static.
12100
12101 2013-01-23 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
12102
12103 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
12104 type on float conversion for complex type.
12105
12106 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
12107
12108 Add a new class gdb.Architecture which exposes GDB's
12109 internal representation of architecture via GDB Python API.
12110 * Makefile.in: Add entries corresponding to the new file
12111 python/py-arch.c.
12112 * NEWS (Python Scripting): Add entries for the new class
12113 gdb.Architecture and the new method gdb.Frame.architecture.
12114 * python/py-arch.c: Implement gdb.Architecture class.
12115 * python/py-frame.c (frapy_arch): Implement the method
12116 gdb.Frame.architecture().
12117 (frame_object_methods): Add 'architecture' to the method table.
12118 * python/python-internal.h: Add declarations of new utility
12119 functions.
12120 * python/python.c (_initialize_python): Initialize
12121 gdb.Architecture class.
12122
12123 2013-01-23 Doug Evans <dje@google.com>
12124
12125 Work around binutils/15021.
12126 * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
12127 type_unit_group out of union s. All uses updated.
12128 (read_index_from_section): Watch for index version 8.
12129 (follow_die_sig): If using .gdb_index version <= 7, record the TU as
12130 an imported symtab.
12131 (write_psymtabs_to_index): Increment version number to 8.
12132
12133 2013-01-22 Pedro Alves <palves@redhat.com>
12134
12135 * annotate.c (breakpoint_changed): Skip if breakpoint is not
12136 user-visible.
12137
12138 2013-01-22 Pedro Alves <palves@redhat.com>
12139
12140 * annotate.c (annotate_breakpoints_changed): Rename to ...
12141 (annotate_breakpoints_invalid): ... this. Make static.
12142 (breakpoint_changed): Adjust.
12143 (_initialize_annotate): Always install the observers. Install a
12144 "breakpoint_created" observer.
12145 * annotate.h (annotate_breakpoints_changed): Delete declaration.
12146 * breakpoint.c (set_breakpoint_condition)
12147 (breakpoint_set_commands, do_map_commands_command)
12148 (init_raw_breakpoint, clear_command, set_ignore_count)
12149 (enable_breakpoint_disp): No longer call
12150 annotate_breakpoints_changed.
12151
12152 2013-01-22 Pedro Alves <palves@redhat.com>
12153
12154 * annotate.c: Include "inferior.h".
12155 (frames_invalid_emitted)
12156 (breakpoints_invalid_emitted): New globals.
12157 (async_background_execution_p): New function.
12158 (annotate_breakpoints_changed, annotate_frames_invalid): Skip
12159 emitting the annotation if it has already been emitted.
12160 (annotate_display_prompt): New function.
12161 * annotate.h (annotate_display_prompt): New declaration.
12162 * event-top.c: Include annotate.h.
12163 (display_gdb_prompt): Call annotate_display_prompt.
12164
12165 2013-01-22 Pedro Alves <palves@redhat.com>
12166
12167 * annotate.c (ignore_count_changed): Delete.
12168 (annotate_breakpoints_changed): Don't clear ignore_count_changed.
12169 (annotate_ignore_count_change): Delete.
12170 (annotate_stopped): Don't emit a delayed breakpoints-changed
12171 annotation.
12172 * annotate.h (annotate_ignore_count_change): Delete.
12173 * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
12174 annotate_ignore_count_change.
12175
12176 2013-01-22 Tom Tromey <tromey@redhat.com>
12177
12178 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
12179 require_rvalue for a register location.
12180
12181 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
12182
12183 * breakpoint.c (print_one_breakpoint_location): Add MI
12184 field 'thread-groups' when printing a breakpoint.
12185 (output_thread_groups): New function.
12186
12187 2013-01-21 Siva Chandra Reddy <sivachandra@google.com>
12188
12189 * python/lib/gdb/commands/explore.py
12190 (CompoundExplorer.explore_expr): Correct the name of a method
12191 being invoked.
12192 (ExploreTypeCommand.invoke): Add a missing 'return'.
12193
12194 2013-01-21 Tom Tromey <tromey@redhat.com>
12195
12196 * gdb_obstack.h (obconcat): Move declaration here, from...
12197 * symfile.h (obconcat): ... here.
12198 * gdb_obstack.c: New file.
12199 (obconcat): Move from...
12200 * symfile.c (obconcat): ... here.
12201 * Makefile.in (SFILES): Add gdb_obstack.c.
12202 (COMMON_OBS): Add gdb_obstack.o.
12203
12204 2013-01-21 Tom Tromey <tromey@redhat.com>
12205
12206 * symfile.h (obsavestring): Don't declare.
12207 * symfile.c (obsavestring): Remove.
12208 * ada-exp.y: Use obstack_copy0, not obsavestring.
12209 * ada-lang.c: Use obstack_copy0, not obsavestring.
12210 * coffread.c: Use obstack_copy0, not obsavestring.
12211 * cp-namespace.c: Use obstack_copy0, not obsavestring.
12212 * dbxread.c: Use obstack_copy0, not obsavestring.
12213 * dwarf2read.c: Use obstack_copy0, not obsavestring.
12214 * jit.c: Use obstack_copy0, not obsavestring.
12215 * mdebugread.c: Use obstack_copy0, not obsavestring.
12216 * psymtab.c: Use obstack_copy0, not obsavestring.
12217 * stabsread.c: Use obstack_copy0, not obsavestring.
12218 * xcoffread.c: Use obstack_copy0, not obsavestring.
12219
12220 2013-01-21 Tom Tromey <tromey@redhat.com>
12221
12222 * dwarf2read.c (fixup_go_packaging): Save package name
12223 on objfile obstack.
12224 * gdbtypes.c (init_type): Don't copy name.
12225
12226 2013-01-21 Tom Tromey <tromey@redhat.com>
12227
12228 * dwarf2read.c (struct partial_die_info) <name, scope>: Now
12229 const.
12230 (struct attribute) <u.str>: Now const.
12231 (struct fnfieldlist) <name>: Now const.
12232 (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
12233 (partial_die_parent_scope): Make return type const.
12234 (partial_die_full_name, add_partial_symbol): Update.
12235 (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
12236 'name' const.
12237 (find_file_and_directory): Make 'name' and 'comp_dir' const.
12238 (read_file_scope, read_func_scope, dwarf2_add_field)
12239 (dwarf2_add_member_fn, read_structure_type)
12240 (process_enumeration_scope, read_array_type, read_module_type)
12241 (read_base_type, read_subrange_type): Update.
12242 (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
12243 (new_symbol_full, guess_full_die_structure_name): Update.
12244 (dwarf2_canonicalize_name): Return const type. Make 'name' const.
12245 (dwarf2_name): Return const type.
12246 (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
12247 const.
12248
12249 2013-01-21 Tom Tromey <tromey@redhat.com>
12250
12251 * gdbtypes.c (init_type): Make 'name' const.
12252 * gdbtypes.h (init_type): Update.
12253
12254 2013-01-21 Tom Tromey <tromey@redhat.com>
12255
12256 * buildsym.c (patch_subfile_names): Use set_last_source_file.
12257 (start_symtab): Make 'name' and 'dirname' const. Use
12258 set_last_source_file.
12259 (restart_symtab, reset_symtab_globals): Use set_last_source_file.
12260 (last_source_file): Define. Now static.
12261 (set_last_source_file, get_last_source_file): New functions.
12262 * buildsym.h (last_source_file): Don't declare.
12263 (start_symtab): Update.
12264 (set_last_source_file, get_last_source_file): Declare.
12265 * coffread.c (complete_symtab): Use set_last_source_file.
12266 (coff_end_symtab): Likewise.
12267 (coff_symtab_read): Use set_last_source_file, get_last_source_file.
12268 * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
12269 set_last_source_file.
12270 (process_one_symbol): Use get_last_source_file.
12271 * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
12272 (psymtab_to_symtab_1): Use get_last_source_file.
12273 * xcoffread.c (process_linenos): Use get_last_source_file.
12274 (complete_symtab): Use set_last_source_file.
12275 (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
12276 (scan_xcoff_symtab): Use set_last_source_file.
12277
12278 2013-01-21 Tom Tromey <tromey@redhat.com>
12279
12280 * symtab.c (struct demangled_name_entry) <mangled>: Now const.
12281 (symbol_set_names): Remove casts. Handle field const-ness.
12282
12283 2013-01-21 Tom Tromey <tromey@redhat.com>
12284
12285 * dwarf2read.c (new_symbol_full): Remove cast.
12286 * symtab.c (symbol_set_demangled_name): Make 'name' const.
12287 * symtab.h (symbol_set_demangled_name): Update.
12288
12289 2013-01-21 Tom Tromey <tromey@redhat.com>
12290
12291 * main.c (captured_main): Call bfd_init.
12292
12293 2013-01-21 Tom Tromey <tromey@redhat.com>
12294
12295 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
12296 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
12297 * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
12298 * NEWS: Update.
12299
12300 2013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12301
12302 * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
12303
12304 2013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12305
12306 Fix gdb.fortran/common-block.exp crash in PIE mode.
12307 * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
12308 LOC_COMMON_BLOCK.
12309 * f-valprint.c (info_common_command_for_block): Expect
12310 LOC_COMMON_BLOCK in gdb_assert.
12311 * symtab.h (struct general_symbol_info): Update comment for the
12312 common_block member.
12313 (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
12314 (enum address_class): New member LOC_COMMON_BLOCK.
12315
12316 2013-01-18 David Blaikie <dblaikie@gmail.com>
12317
12318 * MAINTAINERS (Write After Approval): Add "David Blaikie".
12319
12320 2013-01-18 Tom Tromey <tromey@redhat.com>
12321
12322 PR c++/14999:
12323 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
12324 Call require_rvalue.
12325
12326 2013-01-18 Yao Qi <yao@codesourcery.com>
12327
12328 * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
12329 (dbx_read_symtab): New declaration.
12330 (dbx_psymtab_to_symtab): Delete.
12331 (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
12332 Rename parameter PST to SELF. Exchanged two parameters.
12333 (start_psymtab): Caller update.
12334 * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
12335 (dwarf2_read_symtab): New declaration.
12336 (dwarf2_psymtab_to_symtab): Delete.
12337 (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
12338 Rename parameter PST to SELF. Exchanged two parameters.
12339 (create_partial_symtab): Caller update.
12340 * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
12341 (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
12342 Rename parameter PST to SELF. Exchanged two parameters.
12343 (parse_partial_symbols, new_psymtab): Caller update.
12344 * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
12345 two parameters.
12346 * psymtab.c (psymtab_to_symtab): Caller update.
12347 * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
12348 (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
12349 Rename parameter PST to SELF. Exchanged two parameters.
12350 (xcoff_start_psymtab): Caller update.
12351
12352 2013-01-18 Yao Qi <yao@codesourcery.com>
12353
12354 * infrun.c (proceed): Rename local variable 'oneproc' to
12355 'force_step'.
12356
12357 2013-01-17 Doug Evans <dje@google.com>
12358
12359 * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
12360 (dw2_build_type_unit_groups): Delete. All uses updated.
12361
12362 * symtab.h (struct symbol_search): Add comment.
12363
12364 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12365
12366 * symtab.c (compare_filenames_for_search): New comment for
12367 HAS_DRIVE_SPEC.
12368
12369 2013-01-17 Tom Tromey <tromey@redhat.com>
12370
12371 * cp-abi.c (cp_abi_completer): Fix typo in assignment.
12372
12373 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12374
12375 * symtab.c (iterate_over_some_symtabs): New variable cleanups,
12376 initialize it by existing make_cleanup. Call new do_cleanups.
12377
12378 2013-01-17 Tom Tromey <tromey@redhat.com>
12379
12380 * cp-abi.c (cp_abi_completer): New function.
12381 (_initialize_cp_abi): Set completer for "set cp-abi".
12382
12383 2013-01-17 Tom Tromey <tromey@redhat.com>
12384
12385 * mem-break.c: Remove obsolete comment.
12386 * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
12387
12388 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
12389
12390 * jit.c (jit_reader_load_command): Interpret the jit reader name
12391 as an absolute path if it begins with a forward slash.
12392
12393 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
12394
12395 PR gdb/14550
12396
12397 * jit.c (finalize_symtab): Ensure that only the global block has a
12398 NULL superblock.
12399
12400 2013-01-17 Pedro Alves <palves@redhat.com>
12401
12402 * acinclude.m4: Include ../config/plugins.m4,
12403 ../config/largefile.m4 and ../config/lead-dot.m4. Add comments.
12404 * Makefile.in (aclocal_m4_deps): Update.
12405 * aclocal.m4: Renegerate.
12406
12407 2013-01-16 Doug Evans <dje@google.com>
12408
12409 * contrib/cc-with-tweaks.sh: Add references to Fission docs.
12410
12411 2013-01-16 Pedro Alves <palves@redhat.com>
12412 Tom Tromey <tromey@redhat.com>
12413
12414 PR cli/7221:
12415 * NEWS: Add "catch signal".
12416 * breakpoint.c (base_breakpoint_ops): No longer static.
12417 (bpstat_explains_signal): New function.
12418 (init_catchpoint): No longer static.
12419 (base_breakpoint_explains_signal): New function.
12420 (base_breakpoint_ops): Initialize new field.
12421 * breakpoint.h (enum bpstat_signal_value): New.
12422 (struct breakpoint_ops) <explains_signal>: New field.
12423 (bpstat_explains_signal): Remove macro, declare as function.
12424 (base_breakpoint_ops, init_catchpoint): Declare.
12425 * break-catch-sig.c: New file.
12426 * inferior.h (signal_catch_update): Declare.
12427 * infrun.c (signal_catch): New global.
12428 (handle_syscall_event): Update for change to
12429 bpstat_explains_signal.
12430 (handle_inferior_event): Likewise. Always handle random signals
12431 via bpstats.
12432 (signal_cache_update): Check signal_catch.
12433 (signal_catch_update): New function.
12434 (_initialize_infrun): Initialize signal_catch.
12435 * Makefile.in (SFILES): Add break-catch-sig.c.
12436 (COMMON_OBS): Add break-catch-sig.o.
12437
12438 2013-01-16 Tom Tromey <tromey@redhat.com>
12439
12440 * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
12441 (print_one_catch_solib, print_one_catch_syscall)
12442 (print_one_catch_exec, print_one_exception_catchpoint): Emit
12443 "catch-type".
12444
12445 2013-01-16 Yao Qi <yao@codesourcery.com>
12446
12447 * printcmd.c (current_display_number): Make it static.
12448
12449 2013-01-16 Yao Qi <yao@codesourcery.com>
12450
12451 * infcmd.c (step_once): Don't check '!single_inst' as it was
12452 checked before.
12453
12454 2013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12455
12456 * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
12457
12458 2013-01-14 Tom Tromey <tromey@redhat.com>
12459
12460 * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
12461 set command.
12462 * command.h (add_setshow_string_noescape_cmd): Update.
12463 * corefile.c (set_gnutarget_command): Remove trailing whitespace.
12464 (complete_set_gnutarget): New function.
12465 (_initialize_core): Set the "set gnutarget" completer.
12466
12467 2013-01-14 Tom Tromey <tromey@redhat.com>
12468
12469 PR symtab/14442:
12470 * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
12471 (c_type_print_modifier): Likewise.
12472 * dwarf2read.c (read_tag_restrict_type): New function.
12473 (read_type_die_1): Handle DW_TAG_restrict_type.
12474 * gdbtypes.c (make_restrict_type): New function.
12475 (recursive_dump_type): Handle TYPE_RESTRICT.
12476 * gdbtypes.h (enum type_flag_values): Renumber.
12477 (enum type_instance_flag_value): Add
12478 TYPE_INSTANCE_FLAG_RESTRICT.
12479 (TYPE_RESTRICT): New macro.
12480 (make_restrict_type): Declare.
12481
12482 2013-01-14 Tom Tromey <tromey@redhat.com>
12483
12484 PR symtab/14931:
12485 * psymtab.c (struct psymtab_state): New.
12486 (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
12487 functions.
12488 * psympriv.h (make_cleanup_discard_psymtabs): Declare.
12489 * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
12490
12491 2013-01-14 Richard Sharman <richard_sharman@mitel.com>
12492 Pedro Alves <palves@redhat.com>
12493
12494 PR remote/14786
12495
12496 * remote.c (remote_threads_info): Make a copy of the reply from
12497 qfThreadInfo and use that instead of rs->buf.
12498
12499 2013-01-14 Yao Qi <yao@codesourcery.com>
12500
12501 * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
12502 (dbx_psymtab_to_symtab): Likewise.
12503 * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
12504 * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
12505 * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
12506
12507 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12508
12509 * parse.c (parse_exp_in_context): New variable inner_chain. Call
12510 make_cleanup_restore_current_language. Call set_language. Move
12511 OLD_CHAIN and INNER_CHAIN cleanups.
12512 * utils.c (do_restore_current_language)
12513 (make_cleanup_restore_current_language): New functions.
12514 * utils.h (make_cleanup_restore_current_language): New declaration.
12515
12516 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12517
12518 * source.c (symtab_to_fullname): Apply rewrite_source_path also for
12519 non-existing files.
12520
12521 * source.c (symtab_to_fullname): Do not prepend DIRNAME for
12522 non-existing files if FILENAME is already absolute.
12523
12524 2013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12525
12526 * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
12527 fputs_filtered. Append trailing newline.
12528
12529 2013-01-11 Yao Qi <yao@codesourcery.com>
12530 Stan Shebs <stan@codesourcery.com>
12531
12532 * psymtab.c (init_psymbol_list): Clarify the comment.
12533
12534 2013-01-11 Yao Qi <yao@codesourcery.com>
12535
12536 * breakpoint.c (print_one_breakpoint_location): Remove dead code.
12537 (update_dprintf_command_list): Assert that 'printf_line' is
12538 non-null. Remove condition check.
12539
12540 2013-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12541
12542 Code cleanup.
12543 * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
12544 type const char *.
12545 * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
12546 const char *.
12547 * tui/tui-source.h (tui_source_is_displayed): Likewise.
12548
12549 2013-01-09 Anthony Green <green@moxielogic.com>
12550
12551 * cp-abi.c (cplus_print_vtable): Don't return value from void
12552 function.
12553 * ada-lang.c (re_set_catch_assert): Ditto.
12554
12555 2013-01-09 Doug Evans <dje@google.com>
12556
12557 * symfile.h (quick_symbol_functions): Delete member
12558 pre_expand_symtabs_matching. All uses removed.
12559 * dwarf2read.c (dw2_lookup_symbol): Implement.
12560 (dw2_do_expand_symtabs_matching): Delete.
12561 (dw2_pre_expand_symtabs_matching): Delete.
12562 (struct dw2_symtab_iterator): New type.
12563 (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
12564 (dw2_expand_symtabs_for_function): Rewrite.
12565 (dwarf2_gdb_index_functions): Update.
12566 * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
12567 (psym_functions): Update.
12568
12569 2013-01-09 Tom Tromey <tromey@redhat.com>
12570
12571 * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
12572 * configure: Rebuild.
12573 * configure.ac: Add somread.o to the build if BFD has SOM
12574 support.
12575 * somread.c: Include som/aout.h, not syms.h.
12576 (som_symtab_read): Use som_external_symbol_dictionary_record.
12577 Unpack records manually.
12578 (_initialize_somread): Declare.
12579
12580 2012-01-08 Mike Frysinger <vapier@gentoo.org>
12581
12582 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
12583 Cast return_address to 64bits.
12584
12585 2013-01-08 Hui Zhu <hui_zhu@mentor.com>
12586
12587 * printcmd.c: Remove define of function output_command.
12588 * tracepoint.c: Remove extern of function output_command.
12589 * valprint.h: (output_command): New extern.
12590
12591 2013-01-07 Tom Tromey <tromey@redhat.com>
12592
12593 * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
12594 Remove.
12595 (objc_language_defn): Use c_printchar, c_printstr,
12596 c_emit_char.
12597
12598 2013-01-07 Tom Tromey <tromey@redhat.com>
12599
12600 PR cli/7719:
12601 * NEWS: Update.
12602 * ada-valprint.c (printstr, print_field_values): Remove
12603 "inspect_it" code.
12604 * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
12605 code.
12606 * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
12607 code.
12608 * m2-lang.c (m2_printstr): Remove "inspect_it" code.
12609 * main.c (captured_main): Remove "epoch" argument.
12610 * objc-lang.c (objc_printstr): Remove "inspect_it" code.
12611 * p-lang.c (pascal_printstr): Remove "inspect_it" code.
12612 * p-valprint.c (pascal_object_print_value_fields): Remove
12613 "inspect_it" code.
12614 * printcmd.c (print_command_1): Remove 'inspect' argument.
12615 (print_command, call_command): Update.
12616 (inspect_command): Remove.
12617 (_initialize_printcmd): Make "inspect" an alias for "print".
12618 * top.c (epoch_interface): Remove.
12619 * top.h (epoch_interface): Remove.
12620 * valprint.c (user_print_options): Update.
12621 (print_converted_chars_to_obstack): Remove "inspect_it" code.
12622 * valprint.h (struct value_print_options) <inspect_it>: Remove
12623 field.
12624
12625 2013-01-04 Tom Tromey <tromey@redhat.com>
12626
12627 * valprint.h (read_string): Add 'extern'.
12628
12629 2013-01-07 Joel Brobecker <brobecker@adacore.com>
12630
12631 * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
12632 used to decide whether to define darwin_read_dyld_info or not.
12633
12634 2013-01-03 Pierre Muller <muller@sourceware.org>
12635
12636 * main.c (relocate_gdb_directory): Avoid calling stat function
12637 if DIR is empty.
12638
12639 2013-01-03 Yao Qi <yao@codesourcery.com>
12640
12641 * psymtab.c (fixup_psymbol_section): Update declaration.
12642 (fixup_psymbol_section): Remove code returning value.
12643
12644 2013-01-03 Yao Qi <yao@codesourcery.com>
12645
12646 * symtab.h: Remove some out of date comments.
12647 (enum exception_event_kind): Move it ...
12648 * breakpoint.c: ... here.
12649
12650 2013-01-02 Iain Sandoe <developer@sandoe-acoustics.co.uk>
12651
12652 PR gdb/14405
12653 * darwin-nat.c (darwin_read_dyld_info): Only build if
12654 TASK_DYLD_INFO_COUNT is defined.
12655 (darwin_xfer_partial): Call darwin_read_dyld_info only if
12656 TASK_DYLD_INFO_COUNT is defined.
12657
12658 2013-01-02 Tom Tromey <tromey@redhat.com>
12659
12660 * symfile.h (struct ecoff_debug_hack): Remove.
12661 * objfiles.c: Don't include mdebugread.h.
12662
12663 2013-01-02 Tom Tromey <tromey@redhat.com>
12664
12665 * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
12666 * configure.ac: Check for Mach-O support in BFD. Update
12667 CONFIG_OBS.
12668 * configure: Rebuild.
12669
12670 2013-01-02 Tom Tromey <tromey@redhat.com>
12671
12672 * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
12673 * configure.ac: Use GDB_AC_CHECK_BFD.
12674 * configure: Rebuild.
12675
12676 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
12677
12678 * MAINTAINERS: Update my email.
12679
12680 2013-01-01 Joel Brobecker <brobecker@adacore.com>
12681
12682 * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
12683
12684 2013-01-01 Joel Brobecker <brobecker@adacore.com>
12685
12686 * rs6000-nat.c (bss_data_overlap): New function.
12687 (vmap_symtab): Use it to adjust the .bss section's offset.
12688
12689 2013-01-01 Joel Brobecker <brobecker@adacore.com>
12690
12691 Update year range in copyright notice of all files.
12692
12693 2013-01-01, 13 Joel Brobecker <brobecker@adacore.com>
12694
12695 * top.c (print_gdb_version): Update copyright year.
12696
12697 For older changes see ChangeLog-2012.
12698 \f
12699 Local Variables:
12700 mode: change-log
12701 left-margin: 8
12702 fill-column: 74
12703 version-control: never
12704 coding: utf-8
12705 End:
This page took 0.447198 seconds and 4 git commands to generate.