* linux-low.c (linux_set_resume_request): Fix comment.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2013-11-20 Joel Brobecker <brobecker@adacore.com>
2
3 * python/py-value.c (is_intlike): Delete.
4 (valpy_int): Replace use of CHECK_TYPEDEF and is_intlike
5 by use of is_integral_type.
6 (valpy_long): Replace use of CHECK_TYPEDEF and is_intlike
7 by use of is_integral_type and check for TYPE_CODE_PTR.
8
9 2013-11-20 Tom Tromey <tromey@redhat.com>
10
11 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Remove
12 strerror module.
13 * gnulib/aclocal.m4: Update.
14 * gnulib/config.in: Update.
15 * gnulib/configure: Update.
16 * gnulib/import/Makefile.am: Update.
17 * gnulib/import/Makefile.in: Update.
18 * gnulib/import/errno.in.h: Remove.
19 * gnulib/import/intprops.h: Remove.
20 * gnulib/import/m4/errno_h.m4: Remove.
21 * gnulib/import/m4/gnulib-cache.m4: Update.
22 * gnulib/import/m4/gnulib-comp.m4: Update.
23 * gnulib/import/m4/strerror.m4: Remove.
24 * gnulib/import/m4/sys_socket_h.m4: Remove.
25 * gnulib/import/strerror-override.c: Remove.
26 * gnulib/import/strerror-override.h: Remove.
27 * gnulib/import/strerror.c: Remove.
28 * gnulib/update-gnulib.sh: Update.
29
30 2013-11-20 Yao Qi <yao@codesourcery.com>
31
32 * target-dcache.c (target_dcache_get_or_init): Call
33 set_address_space_data if 'dcache' is NULL.
34
35 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
36
37 * common/i386-gcc-cpuid.h (bit_MPX): Synchronize with gcc file.
38
39 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
40
41 * python/lib/gdb/command/bound_register.py: New file.
42 * gdb/data-directory/Makefile.in: copy bond_register.py to the right path to
43 be initialized at gdb startup.
44
45 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
46
47 * amd64-linux-nat.c (amd64_linux_gregset32_reg_offset):
48 Add MPX registers.
49 (amd64_linux_read_description): Add initialization for MPX and
50 AVX independently.
51 * amd64-linux-tdep.c: Includes features/i386/amd64-mpx-linux.c.
52 (amd64_linux_gregset_reg_offset): Add MPX registers.
53 (amd64_linux_core_read_description): Add initialization for MPX
54 registers.
55 (_initialize_amd64_linux_tdep): Initialize MPX targets.
56 * amd64-linux-tdep.h (AMD64_LINUX_RAX_REGNUM): Set it to the last
57 register on the list.
58 (tdesc_amd64_mpx_linux) Add new target for MPX.
59 * amd64-tdep.c: Includes features/i386/amd64-mpx.c.
60 (amd64_mpx_names): MPX register names.
61 (amd64_init_abi): Add MPX register while initializing the ABI.
62 (_initialize_amd64_tdep): Initialize MPX targets.
63 * amd64-tdep.h (amd64_regnum): Add MPX registers.
64 (AMD64_NUM_REGS): Set number of registers taking MPX into account.
65
66 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
67
68 * i386-linux-nat.c (GETXSTATEREGS_SUPPLIES): Add MPX
69 registers on the range of registers to be read from
70 xsave buffer.
71 (i386_linux_read_description): Add case for MPX.
72 * i386-linux-tdep.c: Include features/i386/i386-mpx-linux.c.
73 (i386_linux_gregset_reg_offset): Add MPX registers.
74 (i386_linux_core_read_description): Initialize also MPX.
75 (_initialize_i386_linux_tdep): Add mpx initialization.
76 * i386-tdep.h (gdbarch_tdep): Add fields bnd0r_regnum, bnd0_regnum,
77 mpx_register_names.
78 (i386_regnum): Add MPX registers.
79 (I386_MPX_NUM_REGS): New macro.
80 (i386_bnd_regnum_p): New function.
81 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): Set
82 number of registers to be the number of BNDSTATUS.
83 (tdesc_i386_mpx_linux): Add description for MPX Linux registers.
84 * i386-tdep.c: Include features/i386/i386-mpx.c.
85 (i386_mpx_names): Add MPX register names array.
86 (i386_bnd_names): Add bnd pseudo register names array.
87 (i386_bndr_regnum_p): Lookup register numbers for bnd raw
88 registers.
89 (i386_bndr_regnum_p): Lookup register numbers for bnd raw registers.
90 (386_mpx_ctrl_regnum_p): Lookup register numbers for MPX control
91 registers.
92 (i386_bnd_type): New function.
93 (i386_pseudo_register_type): Use i386_bnd_type for bnd pseudo
94 register types.
95 (i386_pseudo_register_read_into_value): Add bnd case.
96 (i386_pseudo_register_write): Add bnd pseudo registers.
97 (i386_register_reggroup_p): Add MPX register to the group all.
98 (i386_validate_tdesc_p): Add MPX to the target description
99 validation.
100 (i386_pseudo_register_name): Add bnd pseudo registers.
101 (i386_gdbarch_init): Add MPX for architecture initialization.
102 (_initia_initialize_i386_tdep): Add mpx initialization.
103 * i387-tdep.c (xsave_mpx_offset): New vector for MPX offsets on
104 XSAVE buffer.
105 (XSAVE_MPX_ADDR): New macro.
106 (i387_supply_xsave): Add MPX case.
107 (i387_collect_xsave): Add MPX case.
108 * i387-tdep.h (I387_BND0R_REGNUM): New macro.
109 (I387_BNDCFGU_REGNUM): New macro.
110 (I387_NUM_MPX_REGS): New macro.
111 (I387_NUM_BND_REGS): New macro.
112 (I387_NUM_MPX_CTRL_REGS): New macro.
113 (I387_MPXEND_REGNUM): New macro.
114 * common/i386-xstate.h (I386_XSTATE_BNDREGS): New macro.
115 (I386_XSTATE_BNDCFG): Likewise.
116 (I386_XSTATE_MPX_MASK): Likewise.
117 (I386_XSTATE_ALL_MASK): New macro represents flags for all states.
118 (I386_XSTATE_BNDREGS_SIZE): New macro.
119 (I386_XSTATE_BNDCFG_SIZE): Likewise.
120 (I386_XSTATE_SIZE): Adapt for MPX.
121 (I386_XSTATE_MAX_SIZE): Likewise.
122
123 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
124
125 * features/i386/Makefile: Adapts for using MPX registers.
126 * features/i386/32bit-mpx.xml: New file.
127 * features/i386/64bit-mpx.xml: Likewise.
128 * features/i386/amd64-mpx-linux.c: Likewise.
129 * features/i386/amd64-mpx-linux.xml: Likewise.
130 * features/i386/amd64-mpx.c: Likewise.
131 * features/i386/amd64-mpx.xml: Likewise.
132 * features/i386/i386-mpx-linux.c: Likewise.
133 * features/i386/i386-mpx-linux.xml: Likewise.
134 * features/i386/i386-mpx.c: Likewise.
135 * features/i386/i386-mpx.xml: Likewise.
136 * regformats/i386/amd64-mpx-linux.dat: New file.
137 * regformats/i386/amd64-mpx.dat: Likewise.
138 * regformats/i386/i386-mpx-linux.dat: Likewise.
139 * regformats/i386/i386-mpx.dat: Likewise.
140
141 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
142
143 * target-descriptions.c (maint_print_maint_print_c_tdesc_cmd):
144 Modified logic of creating a bitfield to be in sync with
145 tdesc_gdb_type.
146
147 2013-11-20 Will Newton <will.newton@linaro.org>
148
149 * arm-tdep.c (arm_get_next_pc): Remove "Infinite loop detected"
150 error message.
151
152 2013-11-20 Yao Qi <yao@codesourcery.com>
153
154 * progspace.h (struct address_space_data): Declare.
155 * target-dcache.c: Include "progspace.h".
156 (target_dache): Remove.
157 (target_dcache_aspace_key): New.
158 (target_dcache_cleanup): New function.
159 (target_dcache_init_p): Get data through
160 target_dcache_aspace_key.
161 (target_dcache_invalidate): Likewise.
162 (target_dcache_get): Likewise.
163 (target_dcache_get_or_init): Likewise.
164 (_initialize_target_dcache): Initialize
165 target_dcache_aspace_key.
166
167 2013-11-20 Yao Qi <yao@codesourcery.com>
168
169 * progspace.c (struct address_space): Update comments.
170 <REGISTRY_FIELDS>: New fields.
171 DEFINE_REGISTRY for address_space.
172 (new_address_space): Call address_space_alloc_data.
173 (free_address_space): Call address_space_free_data.
174 * progspace.h: Use DECLARE_REGISTRY.
175
176 2013-11-20 Yao Qi <yao@codesourcery.com>
177
178 * Makefile.in (SFILES):Add target-dcache.c.
179 (HFILES_NO_SRCDIR): Add target-dcache.h.
180 (COMMON_OBS): Add target-dcache.o.
181 * dcache.c: Remove inclusion to "target.h". Include
182 "target-dcache.h".
183 * memattr.c: Include "target-dcache.h".
184 * top.c: Likewise.
185 * tracepoint.c: Likewise.
186 * target.c: (stack_cache_enabled_p_1): Move to
187 target-dcache.c.
188 (stack_cache_enabled_p): Likewise.
189 (set_stack_cache_enabled_p): Likewise.
190 (show_stack_cache_enabled_p): Likewise.
191 (target_dcache, target_dcache_init_p): Likewise.
192 (target_dcache_invalidate): Likewise.
193 (target_dcache_get, target_dcache_get_or_init): Likewise.
194 (memory_xfer_partial_1): Call function stack_cache_enabled.
195 (initialize_target): Move code to target-dcache.c.
196 * target.h (target_dcache_invalidate): Move to
197 target-dcache.h.
198 (target_dcache_get): Likewise.
199 * target-dcache.c: New.
200 * target-dcache.h: New.
201
202 2013-11-20 Yao Qi <yao@codesourcery.com>
203
204 * target.c (memory_xfer_partial_1): Update 'target_dcache' if
205 it is initialized.
206
207 2013-11-20 Yao Qi <yao@codesourcery.com>
208
209 * dcache.c (last_cache): Remove.
210 (dcache_free, dcache_init): Update.
211 (dcache_update):
212 (dcache_print_line): Add parameter 'dcache'. Replace
213 'target_dcache' with 'dcache'.
214 (dcache_info): Move code to dcache_info_1. Call
215 'dcache_info_1'.
216 (dcache_info_1): New function.
217 (set_dcache_size): Call target_dcache_invalidate.
218 (set_dcache_line_size): Call target_dcache_invalidate.
219 * target.c (target_dcache_init_p): New function.
220 (target_dcache_invalidate): Check target_dcache_init_p first.
221 (target_dcache_get, target_dcache_get_or_init): New function.
222 (memory_xfer_partial_1): Adjust.
223 (initialize_target): Don't initialize 'target_dcache'.
224 * target.h (struct dcache_struct): Declare.
225 (target_dcache_get): Declare.
226
227 2013-11-19 Yao Qi <yao@codesourcery.com>
228
229 * varobj.c (varobj_get_type): Fix typo.
230
231 2013-11-19 Joel Brobecker <brobecker@adacore.com>
232
233 * python/py-value.c (is_intlike): Add TYPE_CODE_RANGE handling.
234
235 2013-11-19 Joel Brobecker <brobecker@adacore.com>
236
237 * contrib/ari/gdb_ari.sh: Remove checks for "dirent.h" and
238 "stat.h".
239
240 2013-11-18 Tom Tromey <tromey@redhat.com>
241
242 * common/gdb_stat.h: Remove.
243 * ada-lang.c: Use sys/stat.h, not gdb_stat.h.
244 * common/filestuff.c: Use sys/stat.h, not gdb_stat.h.
245 * common/linux-osdata.c: Use sys/stat.h, not gdb_stat.h.
246 * corefile.c: Use sys/stat.h, not gdb_stat.h.
247 * ctf.c: Use sys/stat.h, not gdb_stat.h.
248 * darwin-nat.c: Use sys/stat.h, not gdb_stat.h.
249 * dbxread.c: Use sys/stat.h, not gdb_stat.h.
250 * dwarf2read.c: Use sys/stat.h, not gdb_stat.h.
251 * exec.c: Use sys/stat.h, not gdb_stat.h.
252 * gdbserver/linux-low.c: Use sys/stat.h, not gdb_stat.h.
253 * gdbserver/remote-utils.c: Use sys/stat.h, not gdb_stat.h.
254 * inf-child.c: Use sys/stat.h, not gdb_stat.h.
255 * jit.c: Use sys/stat.h, not gdb_stat.h.
256 * linux-nat.c: Use sys/stat.h, not gdb_stat.h.
257 * m68klinux-nat.c: Use sys/stat.h, not gdb_stat.h.
258 * main.c: Use sys/stat.h, not gdb_stat.h.
259 * mdebugread.c: Use sys/stat.h, not gdb_stat.h.
260 * mi/mi-cmd-env.c: Use sys/stat.h, not gdb_stat.h.
261 * nto-tdep.c: Use sys/stat.h, not gdb_stat.h.
262 * objfiles.c: Use sys/stat.h, not gdb_stat.h.
263 * procfs.c: Use sys/stat.h, not gdb_stat.h.
264 * remote-fileio.c: Use sys/stat.h, not gdb_stat.h.
265 * remote-mips.c: Use sys/stat.h, not gdb_stat.h.
266 * remote.c: Use sys/stat.h, not gdb_stat.h.
267 * rs6000-nat.c: Use sys/stat.h, not gdb_stat.h.
268 * sol-thread.c: Use sys/stat.h, not gdb_stat.h.
269 * solib-spu.c: Use sys/stat.h, not gdb_stat.h.
270 * source.c: Use sys/stat.h, not gdb_stat.h.
271 * symfile.c: Use sys/stat.h, not gdb_stat.h.
272 * symmisc.c: Use sys/stat.h, not gdb_stat.h.
273 * symtab.c: Use sys/stat.h, not gdb_stat.h.
274 * top.c: Use sys/stat.h, not gdb_stat.h.
275 * xcoffread.c: Use sys/stat.h, not gdb_stat.h.
276
277 2013-11-18 Tom Tromey <tromey@redhat.com>
278
279 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add
280 sys_stat.
281 * gnulib/aclocal.m4: Update.
282 * gnulib/config.in: Update.
283 * gnulib/configure: Update.
284 * gnulib/import/Makefile.am: Update.
285 * gnulib/import/Makefile.in: Update.
286 * gnulib/import/m4/gnulib-cache.m4: Update.
287 * gnulib/import/m4/gnulib-comp.m4: Update.
288 * gnulib/import/m4/sys_stat_h.m4: New.
289 * gnulib/import/m4/time_h.m4: New.
290 * gnulib/import/sys_stat.in.h: New.
291 * gnulib/import/time.in.h: New.
292
293 2013-11-18 Tom Tromey <tromey@redhat.com>
294
295 * configure: Rebuild.
296 * configure.ac: Remove check of HAVE_SYS_TYPES_H.
297
298 2013-11-18 Tom Tromey <tromey@redhat.com>
299
300 * configure: Rebuild.
301 * configure.ac: Don't check for unistd.h.
302
303 2013-11-18 Tom Tromey <tromey@redhat.com>
304
305 * configure: Rebuild.
306 * configure.ac: Don't check for stdlib.h
307 * defs.h: Include stdlib.h unconditionally.
308
309 2013-11-18 Tom Tromey <tromey@redhat.com>
310
311 * config.in: Rebuild.
312 * configure: Rebuild.
313 * configure.ac: Don't check for stddef.h.
314 * defs.h: Unconditionally include stddef.h. Remove duplicate
315 inclusion.
316
317 2013-11-18 Tom Tromey <tromey@redhat.com>
318
319 * common/common.m4 (GDB_AC_COMMON): Don't use AC_HEADER_DIRENT.
320 * common/gdb_dirent.h: Remove.
321 * common/filestuff.c: Use dirent.h.
322 * common/linux-osdata.c: Use dirent.h.
323 (NAMELEN): Define.
324 * config.in: Rebuild.
325 * configure: Rebuild.
326 * configure.ac: Don't use AC_HEADER_DIRENT.
327 * linux-fork.c: Use dirent.h
328 * linux-nat.c: Use dirent.h.
329 * nto-procfs.c: Use dirent.h.
330 * procfs.c: Use dirent.h.
331
332 2013-11-18 Tom Tromey <tromey@redhat.com>
333
334 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add dirent.
335 * gnulib/aclocal.m4: Update.
336 * gnulib/config.in: Update.
337 * gnulib/configure: Update.
338 * gnulib/import/Makefile.am: Update.
339 * gnulib/import/Makefile.in: Update.
340 * gnulib/import/dirent.in.h: New.
341 * gnulib/import/m4/dirent_h.m4: New.
342 * gnulib/import/m4/gnulib-cache.m4: Update.
343 * gnulib/import/m4/gnulib-comp.m4: Update.
344
345 2013-11-18 Tom Tromey <tromey@redhat.com>
346
347 * configure: Rebuild.
348 * common/common.m4 (GDB_AC_COMMON): Don't check for string.h or
349 strings.h.
350
351 2013-11-18 Tom Tromey <tromey@redhat.com>
352
353 * common/gdb_string.h: Remove.
354 * aarch64-tdep.c: Use string.h, not gdb_string.h.
355 * ada-exp.y: Use string.h, not gdb_string.h.
356 * ada-lang.c: Use string.h, not gdb_string.h.
357 * ada-lex.l: Use string.h, not gdb_string.h.
358 * ada-typeprint.c: Use string.h, not gdb_string.h.
359 * ada-valprint.c: Use string.h, not gdb_string.h.
360 * aix-thread.c: Use string.h, not gdb_string.h.
361 * alpha-linux-tdep.c: Use string.h, not gdb_string.h.
362 * alpha-mdebug-tdep.c: Use string.h, not gdb_string.h.
363 * alpha-nat.c: Use string.h, not gdb_string.h.
364 * alpha-osf1-tdep.c: Use string.h, not gdb_string.h.
365 * alpha-tdep.c: Use string.h, not gdb_string.h.
366 * alphanbsd-tdep.c: Use string.h, not gdb_string.h.
367 * amd64-dicos-tdep.c: Use string.h, not gdb_string.h.
368 * amd64-linux-nat.c: Use string.h, not gdb_string.h.
369 * amd64-linux-tdep.c: Use string.h, not gdb_string.h.
370 * amd64-nat.c: Use string.h, not gdb_string.h.
371 * amd64-sol2-tdep.c: Use string.h, not gdb_string.h.
372 * amd64fbsd-tdep.c: Use string.h, not gdb_string.h.
373 * amd64obsd-tdep.c: Use string.h, not gdb_string.h.
374 * arch-utils.c: Use string.h, not gdb_string.h.
375 * arm-linux-nat.c: Use string.h, not gdb_string.h.
376 * arm-linux-tdep.c: Use string.h, not gdb_string.h.
377 * arm-tdep.c: Use string.h, not gdb_string.h.
378 * arm-wince-tdep.c: Use string.h, not gdb_string.h.
379 * armbsd-tdep.c: Use string.h, not gdb_string.h.
380 * armnbsd-nat.c: Use string.h, not gdb_string.h.
381 * armnbsd-tdep.c: Use string.h, not gdb_string.h.
382 * armobsd-tdep.c: Use string.h, not gdb_string.h.
383 * avr-tdep.c: Use string.h, not gdb_string.h.
384 * ax-gdb.c: Use string.h, not gdb_string.h.
385 * ax-general.c: Use string.h, not gdb_string.h.
386 * bcache.c: Use string.h, not gdb_string.h.
387 * bfin-tdep.c: Use string.h, not gdb_string.h.
388 * breakpoint.c: Use string.h, not gdb_string.h.
389 * build-id.c: Use string.h, not gdb_string.h.
390 * buildsym.c: Use string.h, not gdb_string.h.
391 * c-exp.y: Use string.h, not gdb_string.h.
392 * c-lang.c: Use string.h, not gdb_string.h.
393 * c-typeprint.c: Use string.h, not gdb_string.h.
394 * c-valprint.c: Use string.h, not gdb_string.h.
395 * charset.c: Use string.h, not gdb_string.h.
396 * cli-out.c: Use string.h, not gdb_string.h.
397 * cli/cli-cmds.c: Use string.h, not gdb_string.h.
398 * cli/cli-decode.c: Use string.h, not gdb_string.h.
399 * cli/cli-dump.c: Use string.h, not gdb_string.h.
400 * cli/cli-interp.c: Use string.h, not gdb_string.h.
401 * cli/cli-logging.c: Use string.h, not gdb_string.h.
402 * cli/cli-script.c: Use string.h, not gdb_string.h.
403 * cli/cli-setshow.c: Use string.h, not gdb_string.h.
404 * cli/cli-utils.c: Use string.h, not gdb_string.h.
405 * coffread.c: Use string.h, not gdb_string.h.
406 * common/common-utils.c: Use string.h, not gdb_string.h.
407 * common/filestuff.c: Use string.h, not gdb_string.h.
408 * common/linux-procfs.c: Use string.h, not gdb_string.h.
409 * common/linux-ptrace.c: Use string.h, not gdb_string.h.
410 * common/signals.c: Use string.h, not gdb_string.h.
411 * common/vec.h: Use string.h, not gdb_string.h.
412 * core-regset.c: Use string.h, not gdb_string.h.
413 * corefile.c: Use string.h, not gdb_string.h.
414 * corelow.c: Use string.h, not gdb_string.h.
415 * cp-abi.c: Use string.h, not gdb_string.h.
416 * cp-support.c: Use string.h, not gdb_string.h.
417 * cp-valprint.c: Use string.h, not gdb_string.h.
418 * cris-tdep.c: Use string.h, not gdb_string.h.
419 * d-lang.c: Use string.h, not gdb_string.h.
420 * dbxread.c: Use string.h, not gdb_string.h.
421 * dcache.c: Use string.h, not gdb_string.h.
422 * demangle.c: Use string.h, not gdb_string.h.
423 * dicos-tdep.c: Use string.h, not gdb_string.h.
424 * disasm.c: Use string.h, not gdb_string.h.
425 * doublest.c: Use string.h, not gdb_string.h.
426 * dsrec.c: Use string.h, not gdb_string.h.
427 * dummy-frame.c: Use string.h, not gdb_string.h.
428 * dwarf2-frame.c: Use string.h, not gdb_string.h.
429 * dwarf2loc.c: Use string.h, not gdb_string.h.
430 * dwarf2read.c: Use string.h, not gdb_string.h.
431 * elfread.c: Use string.h, not gdb_string.h.
432 * environ.c: Use string.h, not gdb_string.h.
433 * eval.c: Use string.h, not gdb_string.h.
434 * event-loop.c: Use string.h, not gdb_string.h.
435 * exceptions.c: Use string.h, not gdb_string.h.
436 * exec.c: Use string.h, not gdb_string.h.
437 * expprint.c: Use string.h, not gdb_string.h.
438 * f-exp.y: Use string.h, not gdb_string.h.
439 * f-lang.c: Use string.h, not gdb_string.h.
440 * f-typeprint.c: Use string.h, not gdb_string.h.
441 * f-valprint.c: Use string.h, not gdb_string.h.
442 * fbsd-nat.c: Use string.h, not gdb_string.h.
443 * findcmd.c: Use string.h, not gdb_string.h.
444 * findvar.c: Use string.h, not gdb_string.h.
445 * fork-child.c: Use string.h, not gdb_string.h.
446 * frame.c: Use string.h, not gdb_string.h.
447 * frv-linux-tdep.c: Use string.h, not gdb_string.h.
448 * frv-tdep.c: Use string.h, not gdb_string.h.
449 * gdb.c: Use string.h, not gdb_string.h.
450 * gdb_bfd.c: Use string.h, not gdb_string.h.
451 * gdbarch.c: Use string.h, not gdb_string.h.
452 * gdbtypes.c: Use string.h, not gdb_string.h.
453 * gnu-nat.c: Use string.h, not gdb_string.h.
454 * gnu-v2-abi.c: Use string.h, not gdb_string.h.
455 * gnu-v3-abi.c: Use string.h, not gdb_string.h.
456 * go-exp.y: Use string.h, not gdb_string.h.
457 * go-lang.c: Use string.h, not gdb_string.h.
458 * go32-nat.c: Use string.h, not gdb_string.h.
459 * hppa-hpux-tdep.c: Use string.h, not gdb_string.h.
460 * hppa-linux-nat.c: Use string.h, not gdb_string.h.
461 * hppanbsd-tdep.c: Use string.h, not gdb_string.h.
462 * hppaobsd-tdep.c: Use string.h, not gdb_string.h.
463 * i386-cygwin-tdep.c: Use string.h, not gdb_string.h.
464 * i386-dicos-tdep.c: Use string.h, not gdb_string.h.
465 * i386-linux-nat.c: Use string.h, not gdb_string.h.
466 * i386-linux-tdep.c: Use string.h, not gdb_string.h.
467 * i386-nto-tdep.c: Use string.h, not gdb_string.h.
468 * i386-sol2-tdep.c: Use string.h, not gdb_string.h.
469 * i386-tdep.c: Use string.h, not gdb_string.h.
470 * i386bsd-tdep.c: Use string.h, not gdb_string.h.
471 * i386gnu-nat.c: Use string.h, not gdb_string.h.
472 * i386nbsd-tdep.c: Use string.h, not gdb_string.h.
473 * i386obsd-tdep.c: Use string.h, not gdb_string.h.
474 * i387-tdep.c: Use string.h, not gdb_string.h.
475 * ia64-libunwind-tdep.c: Use string.h, not gdb_string.h.
476 * ia64-linux-nat.c: Use string.h, not gdb_string.h.
477 * inf-child.c: Use string.h, not gdb_string.h.
478 * inf-ptrace.c: Use string.h, not gdb_string.h.
479 * inf-ttrace.c: Use string.h, not gdb_string.h.
480 * infcall.c: Use string.h, not gdb_string.h.
481 * infcmd.c: Use string.h, not gdb_string.h.
482 * inflow.c: Use string.h, not gdb_string.h.
483 * infrun.c: Use string.h, not gdb_string.h.
484 * interps.c: Use string.h, not gdb_string.h.
485 * iq2000-tdep.c: Use string.h, not gdb_string.h.
486 * irix5-nat.c: Use string.h, not gdb_string.h.
487 * jv-exp.y: Use string.h, not gdb_string.h.
488 * jv-lang.c: Use string.h, not gdb_string.h.
489 * jv-typeprint.c: Use string.h, not gdb_string.h.
490 * jv-valprint.c: Use string.h, not gdb_string.h.
491 * language.c: Use string.h, not gdb_string.h.
492 * linux-fork.c: Use string.h, not gdb_string.h.
493 * linux-nat.c: Use string.h, not gdb_string.h.
494 * lm32-tdep.c: Use string.h, not gdb_string.h.
495 * m2-exp.y: Use string.h, not gdb_string.h.
496 * m2-typeprint.c: Use string.h, not gdb_string.h.
497 * m32c-tdep.c: Use string.h, not gdb_string.h.
498 * m32r-linux-nat.c: Use string.h, not gdb_string.h.
499 * m32r-linux-tdep.c: Use string.h, not gdb_string.h.
500 * m32r-rom.c: Use string.h, not gdb_string.h.
501 * m32r-tdep.c: Use string.h, not gdb_string.h.
502 * m68hc11-tdep.c: Use string.h, not gdb_string.h.
503 * m68k-tdep.c: Use string.h, not gdb_string.h.
504 * m68kbsd-tdep.c: Use string.h, not gdb_string.h.
505 * m68klinux-nat.c: Use string.h, not gdb_string.h.
506 * m68klinux-tdep.c: Use string.h, not gdb_string.h.
507 * m88k-tdep.c: Use string.h, not gdb_string.h.
508 * macrocmd.c: Use string.h, not gdb_string.h.
509 * main.c: Use string.h, not gdb_string.h.
510 * mdebugread.c: Use string.h, not gdb_string.h.
511 * mem-break.c: Use string.h, not gdb_string.h.
512 * memattr.c: Use string.h, not gdb_string.h.
513 * memory-map.c: Use string.h, not gdb_string.h.
514 * mep-tdep.c: Use string.h, not gdb_string.h.
515 * mi/mi-cmd-break.c: Use string.h, not gdb_string.h.
516 * mi/mi-cmd-disas.c: Use string.h, not gdb_string.h.
517 * mi/mi-cmd-env.c: Use string.h, not gdb_string.h.
518 * mi/mi-cmd-stack.c: Use string.h, not gdb_string.h.
519 * mi/mi-cmd-var.c: Use string.h, not gdb_string.h.
520 * mi/mi-cmds.c: Use string.h, not gdb_string.h.
521 * mi/mi-console.c: Use string.h, not gdb_string.h.
522 * mi/mi-getopt.c: Use string.h, not gdb_string.h.
523 * mi/mi-interp.c: Use string.h, not gdb_string.h.
524 * mi/mi-main.c: Use string.h, not gdb_string.h.
525 * mi/mi-parse.c: Use string.h, not gdb_string.h.
526 * microblaze-rom.c: Use string.h, not gdb_string.h.
527 * microblaze-tdep.c: Use string.h, not gdb_string.h.
528 * mingw-hdep.c: Use string.h, not gdb_string.h.
529 * minidebug.c: Use string.h, not gdb_string.h.
530 * minsyms.c: Use string.h, not gdb_string.h.
531 * mips-irix-tdep.c: Use string.h, not gdb_string.h.
532 * mips-linux-tdep.c: Use string.h, not gdb_string.h.
533 * mips-tdep.c: Use string.h, not gdb_string.h.
534 * mips64obsd-tdep.c: Use string.h, not gdb_string.h.
535 * mipsnbsd-tdep.c: Use string.h, not gdb_string.h.
536 * mipsread.c: Use string.h, not gdb_string.h.
537 * mn10300-linux-tdep.c: Use string.h, not gdb_string.h.
538 * mn10300-tdep.c: Use string.h, not gdb_string.h.
539 * monitor.c: Use string.h, not gdb_string.h.
540 * moxie-tdep.c: Use string.h, not gdb_string.h.
541 * mt-tdep.c: Use string.h, not gdb_string.h.
542 * nbsd-tdep.c: Use string.h, not gdb_string.h.
543 * nios2-linux-tdep.c: Use string.h, not gdb_string.h.
544 * nto-procfs.c: Use string.h, not gdb_string.h.
545 * nto-tdep.c: Use string.h, not gdb_string.h.
546 * objc-lang.c: Use string.h, not gdb_string.h.
547 * objfiles.c: Use string.h, not gdb_string.h.
548 * opencl-lang.c: Use string.h, not gdb_string.h.
549 * osabi.c: Use string.h, not gdb_string.h.
550 * osdata.c: Use string.h, not gdb_string.h.
551 * p-exp.y: Use string.h, not gdb_string.h.
552 * p-lang.c: Use string.h, not gdb_string.h.
553 * p-typeprint.c: Use string.h, not gdb_string.h.
554 * parse.c: Use string.h, not gdb_string.h.
555 * posix-hdep.c: Use string.h, not gdb_string.h.
556 * ppc-linux-nat.c: Use string.h, not gdb_string.h.
557 * ppc-sysv-tdep.c: Use string.h, not gdb_string.h.
558 * ppcfbsd-tdep.c: Use string.h, not gdb_string.h.
559 * ppcnbsd-tdep.c: Use string.h, not gdb_string.h.
560 * ppcobsd-tdep.c: Use string.h, not gdb_string.h.
561 * printcmd.c: Use string.h, not gdb_string.h.
562 * procfs.c: Use string.h, not gdb_string.h.
563 * prologue-value.c: Use string.h, not gdb_string.h.
564 * python/py-auto-load.c: Use string.h, not gdb_string.h.
565 * python/py-gdb-readline.c: Use string.h, not gdb_string.h.
566 * ravenscar-thread.c: Use string.h, not gdb_string.h.
567 * regcache.c: Use string.h, not gdb_string.h.
568 * registry.c: Use string.h, not gdb_string.h.
569 * remote-fileio.c: Use string.h, not gdb_string.h.
570 * remote-m32r-sdi.c: Use string.h, not gdb_string.h.
571 * remote-mips.c: Use string.h, not gdb_string.h.
572 * remote-sim.c: Use string.h, not gdb_string.h.
573 * remote.c: Use string.h, not gdb_string.h.
574 * reverse.c: Use string.h, not gdb_string.h.
575 * rs6000-aix-tdep.c: Use string.h, not gdb_string.h.
576 * ser-base.c: Use string.h, not gdb_string.h.
577 * ser-go32.c: Use string.h, not gdb_string.h.
578 * ser-mingw.c: Use string.h, not gdb_string.h.
579 * ser-pipe.c: Use string.h, not gdb_string.h.
580 * ser-tcp.c: Use string.h, not gdb_string.h.
581 * ser-unix.c: Use string.h, not gdb_string.h.
582 * serial.c: Use string.h, not gdb_string.h.
583 * sh-tdep.c: Use string.h, not gdb_string.h.
584 * sh64-tdep.c: Use string.h, not gdb_string.h.
585 * shnbsd-tdep.c: Use string.h, not gdb_string.h.
586 * skip.c: Use string.h, not gdb_string.h.
587 * sol-thread.c: Use string.h, not gdb_string.h.
588 * solib-dsbt.c: Use string.h, not gdb_string.h.
589 * solib-frv.c: Use string.h, not gdb_string.h.
590 * solib-osf.c: Use string.h, not gdb_string.h.
591 * solib-spu.c: Use string.h, not gdb_string.h.
592 * solib-target.c: Use string.h, not gdb_string.h.
593 * solib.c: Use string.h, not gdb_string.h.
594 * somread.c: Use string.h, not gdb_string.h.
595 * source.c: Use string.h, not gdb_string.h.
596 * sparc-nat.c: Use string.h, not gdb_string.h.
597 * sparc-sol2-tdep.c: Use string.h, not gdb_string.h.
598 * sparc-tdep.c: Use string.h, not gdb_string.h.
599 * sparc64-tdep.c: Use string.h, not gdb_string.h.
600 * sparc64fbsd-tdep.c: Use string.h, not gdb_string.h.
601 * sparc64nbsd-tdep.c: Use string.h, not gdb_string.h.
602 * sparcnbsd-tdep.c: Use string.h, not gdb_string.h.
603 * spu-linux-nat.c: Use string.h, not gdb_string.h.
604 * spu-multiarch.c: Use string.h, not gdb_string.h.
605 * spu-tdep.c: Use string.h, not gdb_string.h.
606 * stabsread.c: Use string.h, not gdb_string.h.
607 * stack.c: Use string.h, not gdb_string.h.
608 * std-regs.c: Use string.h, not gdb_string.h.
609 * symfile.c: Use string.h, not gdb_string.h.
610 * symmisc.c: Use string.h, not gdb_string.h.
611 * symtab.c: Use string.h, not gdb_string.h.
612 * target.c: Use string.h, not gdb_string.h.
613 * thread.c: Use string.h, not gdb_string.h.
614 * tilegx-linux-nat.c: Use string.h, not gdb_string.h.
615 * tilegx-tdep.c: Use string.h, not gdb_string.h.
616 * top.c: Use string.h, not gdb_string.h.
617 * tracepoint.c: Use string.h, not gdb_string.h.
618 * tui/tui-command.c: Use string.h, not gdb_string.h.
619 * tui/tui-data.c: Use string.h, not gdb_string.h.
620 * tui/tui-disasm.c: Use string.h, not gdb_string.h.
621 * tui/tui-file.c: Use string.h, not gdb_string.h.
622 * tui/tui-layout.c: Use string.h, not gdb_string.h.
623 * tui/tui-out.c: Use string.h, not gdb_string.h.
624 * tui/tui-regs.c: Use string.h, not gdb_string.h.
625 * tui/tui-source.c: Use string.h, not gdb_string.h.
626 * tui/tui-stack.c: Use string.h, not gdb_string.h.
627 * tui/tui-win.c: Use string.h, not gdb_string.h.
628 * tui/tui-windata.c: Use string.h, not gdb_string.h.
629 * tui/tui-winsource.c: Use string.h, not gdb_string.h.
630 * typeprint.c: Use string.h, not gdb_string.h.
631 * ui-file.c: Use string.h, not gdb_string.h.
632 * ui-out.c: Use string.h, not gdb_string.h.
633 * user-regs.c: Use string.h, not gdb_string.h.
634 * utils.c: Use string.h, not gdb_string.h.
635 * v850-tdep.c: Use string.h, not gdb_string.h.
636 * valarith.c: Use string.h, not gdb_string.h.
637 * valops.c: Use string.h, not gdb_string.h.
638 * valprint.c: Use string.h, not gdb_string.h.
639 * value.c: Use string.h, not gdb_string.h.
640 * varobj.c: Use string.h, not gdb_string.h.
641 * vax-tdep.c: Use string.h, not gdb_string.h.
642 * vaxnbsd-tdep.c: Use string.h, not gdb_string.h.
643 * vaxobsd-tdep.c: Use string.h, not gdb_string.h.
644 * windows-nat.c: Use string.h, not gdb_string.h.
645 * xcoffread.c: Use string.h, not gdb_string.h.
646 * xml-support.c: Use string.h, not gdb_string.h.
647 * xstormy16-tdep.c: Use string.h, not gdb_string.h.
648 * xtensa-linux-nat.c: Use string.h, not gdb_string.h.
649
650 2013-11-18 Tom Tromey <tromey@redhat.com>
651
652 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strerror
653 and strstr.
654 * gnulib/aclocal.m4: Update.
655 * gnulib/config.in: Update.
656 * gnulib/configure: Update.
657 * gnulib/import/Makefile.am: Update.
658 * gnulib/import/Makefile.in: Update.
659 * gnulib/import/errno.in.h: New.
660 * gnulib/import/intprops.h: New.
661 * gnulib/import/m4/errno_h.m4: New.
662 * gnulib/import/m4/gnulib-cache.m4: Update.
663 * gnulib/import/m4/gnulib-comp.m4: Update.
664 * gnulib/import/m4/strerror.m4: New.
665 * gnulib/import/m4/strstr.m4: New.
666 * gnulib/import/m4/sys_socket_h.m4: New.
667 * gnulib/import/strerror-override.c: New.
668 * gnulib/import/strerror-override.h: New.
669 * gnulib/import/strerror.c: New.
670 * gnulib/import/strstr.c: New.
671
672 2013-11-18 Tom Tromey <tromey@redhat.com>
673
674 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Split into
675 multiple lines.
676
677 2013-11-18 Jose E. Marchesi <jose.marchesi@oracle.com>
678
679 * sparc-tdep.c (sparc_is_annulled_branch_insn): New function.
680 * sparc-tdep.h: And its prototype.
681
682 * sparc64-linux-tdep.c (sparc64_linux_get_longjmp_target): New
683 function.
684 (sparc64_linux_init_abi): Register the get_longjmp_target hook.
685
686 2013-11-18 Pedro Alves <palves@redhat.com>
687
688 * dwarf2-frame.c (read_addr_from_reg): Remove stale comment and
689 use unpack_pointer.
690
691 2013-11-18 Joel Brobecker <brobecker@adacore.com>
692
693 * mi/mi-main.c (mi_cmd_list_features): Add "language-options"
694 to -list-features output.
695
696 2013-11-17 Joel Brobecker <brobecker@adacore.com>
697
698 * dwarf2expr.h (struct dwarf_expr_context_funcs)
699 <read_addr_from_reg>: Renames "read_reg".
700 * dwarf2-frame.c (read_addr_from_reg): Renames "read_reg".
701 Adjust comment.
702 (dwarf2_frame_ctx_funcs, execute_stack_op, dwarf2_frame_cache):
703 Use read_addr_from_reg in place of read_reg.
704 * dwarf2expr.c (execute_stack_op): Use read_addr_from_reg
705 in place of read_reg.
706 * dwarf2loc.c (dwarf_expr_read_addr_from_reg): Renames
707 dwarf_expr_read_reg.
708 (dwarf_expr_ctx_funcs): Replace dwarf_expr_read_reg
709 with dwarf_expr_read_addr_from_reg.
710 (needs_frame_read_addr_from_reg): Renames needs_frame_read_reg.
711 (needs_frame_ctx_funcs): Replace needs_frame_read_reg with
712 needs_frame_read_addr_from_reg.
713
714 2013-11-15 Jan Kratochvil <jan.kratochvil@redhat.com>
715
716 * NEWS (Changes in GDB 7.5) (New commands) (explore): Fix typo.
717
718 2013-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
719
720 * dwarf2loc.c (chain_candidate): Prevent invoking memcpy with
721 NULL.
722
723 2013-11-15 Tom Tromey <tromey@redhat.com>
724
725 PR c++/16117:
726 * c-exp.y (lex_one_token): Add "is_quoted_name" argument.
727 (classify_name): Likewise. Prefer a field of "this" over a
728 filename.
729 (classify_inner_name, yylex): Update.
730
731 2013-11-15 Joel Brobecker <brobecker@adacore.com>
732
733 * dwarf2expr.h (struct dwarf_expr_context_funcs) <read_reg>:
734 Extend the documentation a bit.
735 <get_reg_value>: New field.
736 * dwarf2loc.c (dwarf_expr_get_reg_value)
737 (needs_frame_get_reg_value): New functions.
738 (dwarf_expr_ctx_funcs, needs_frame_ctx_funcs): Add "get_reg_value"
739 callback.
740 * dwarf2-frame.c (get_reg_value): New function.
741 (dwarf2_frame_ctx_funcs): Add "get_reg_value" callback.
742 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_regval_type>:
743 Use new callback to compute result_val.
744
745 2013-11-15 Alan Modra <amodra@gmail.com>
746
747 * ppc64-tdep.c (ppc64_plt_entry_point): Renamed from..
748 (ppc64_desc_entry_point): ..this. Update comments here and at
749 call points.
750 (ppc64_standard_linkage1, ppc64_standard_linkage2,
751 ppc64_standard_linkage3): Update comments.
752 (ppc64_standard_linkage4, ppc64_standard_linkage5,
753 (ppc64_standard_linkage6, ppc64_standard_linkage7): New insn
754 patterns.
755 (ppc64_standard_linkage4_target): New function.
756 (ppc64_skip_trampoline_code): Skip ELFv2 patterns too.
757 * rs6000-tdep.c (skip_prologue): Skip ELFv2 r2 setup. Correct
758 nop match. Fix comment wrap.
759
760 2013-11-14 Pedro Alves <palves@redhat.com>
761
762 * infrun.c (handle_signal_stop): Move STOP_QUIETLY,
763 STOP_QUIETLY_REMOTE and 'stop_after_trap' handling earlier.
764
765 2013-11-14 Pedro Alves <palves@redhat.com>
766
767 * infrun.c (struct execution_control_state)
768 <stepped_after_stopped_by_watchpoint>: New field.
769 (get_inferior_stop_soon): New function.
770 (handle_inferior_event): 'stepped_after_stopped_by_watchpoint' was
771 moved to struct execution_control_state -- adjust. Use
772 get_inferior_stop_soon. Split TARGET_WAITKIND_STOPPED handling to
773 new function.
774 (handle_signal_stop): New function, factored out from
775 handle_inferior_event.
776
777 2013-11-14 Pedro Alves <palves@redhat.com>
778
779 * break-catch-sig.c (signal_catchpoint_explains_signal): Adjust to
780 return a boolean.
781 * breakpoint.c (bpstat_explains_signal): Adjust to return a
782 boolean.
783 (explains_signal_watchpoint, base_breakpoint_explains_signal):
784 Adjust to return a boolean.
785 * breakpoint.h (enum bpstat_signal_value): Delete.
786 (struct breakpoint_ops) <explains_signal>: New returns a boolean.
787 (bpstat_explains_signal): Likewise.
788 * infrun.c (handle_inferior_event) <random signal checks>:
789 bpstat_explains_signal now returns a boolean - adjust. No longer
790 consider hiding signals.
791
792 2013-11-14 Pedro Alves <palves@redhat.com>
793
794 * breakpoint.c (bpstat_explains_signal) <Moribund locations>:
795 Return BPSTAT_SIGNAL_PASS instead of BPSTAT_SIGNAL_HIDE.
796 (explains_signal_watchpoint): Return BPSTAT_SIGNAL_PASS instead of
797 BPSTAT_SIGNAL_HIDE.
798 (base_breakpoint_explains_signal): Return BPSTAT_SIGNAL_PASS
799 instead of BPSTAT_SIGNAL_HIDE.
800 * infrun.c (handle_inferior_event): Rework random signal checks.
801
802 2013-11-14 Pedro Alves <palves@redhat.com>
803
804 * infrun.c (struct execution_control_state): Remove
805 'random_signal' field.
806 (handle_syscall_event): Use bpstat_causes_stop instead of
807 bpstat_explains_signal. Don't set ecs->random_signal.
808 (handle_inferior_event): New 'random_signal' local.
809 <TARGET_WAITKIND_FORKED, TARGET_WAITKIND_VFORKED,
810 TARGET_WAITKIND_EXECD>: Use bpstat_causes_stop instead of
811 bpstat_explains_signal. Don't set ecs->random_signal.
812 <TARGET_WAITKIND_STOPPED>: Adjust to use local instead of
813 ecs->random_signal.
814
815 2013-11-14 Pedro Alves <palves@redhat.com>
816
817 * infrun.c (handle_inferior_event): Move comment from the
818 function's body to the function's description, adjusted.
819
820 2013-11-14 Pedro Alves <palves@redhat.com>
821
822 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>:
823 Handle STOP_QUIETLY_NO_SIGSTOP and STOP_QUIETLY_REMOTE here.
824 Assert we never fall through out of the TARGET_WAITKIND_LOADED
825 case.
826
827 2013-11-14 Tom Tromey <tromey@redhat.com>
828
829 * python/py-linetable.c (ltpy_has_line)
830 (ltpy_get_all_source_lines): Fix loop termination condition.
831
832 2013-11-14 Joel Brobecker <brobecker@adacore.com>
833
834 * mi/mi-parse.h (struct mi_parse) <language>: New field.
835 * mi/mi-main.c (mi_cmd_execute): Temporarily set language to
836 PARSE->LANGUAGE during command execution, if set.
837 * mi/mi-parse.c: Add "language.h" #include.
838 (mi_parse): Add parsing of "--language" command option.
839
840 * NEWS: Add entry mentioning the new "--language" command option.
841
842 2013-11-14 Pedro Alves <palves@redhat.com>
843 Joel Brobecker <brobecker@adacore.com>
844
845 * cli/cli-utils.h (extract_arg_const): Add declaration.
846 * cli/cli-utils.c (extract_arg_const): New function.
847 (extract_arg): Reimplement using extract_arg_const.
848
849 2013-11-14 Joel Brobecker <brobecker@adacore.com>
850
851 * language.h: Add "symtab.h" #include.
852
853 2013-11-13 Doug Evans <xdje42@gmail.com>
854
855 * breakpoint.c (bpstat_check_breakpoint_conditions): For thread
856 specific breakpoints, don't evaluate breakpoint condition if
857 different thread.
858
859 2013-11-13 Keith Seitz <keiths@redhat.com>
860
861 PR c++/7935
862 PR c++/10541
863 * cp-support.c (insepct_type): Add support for substituting
864 namespace aliases, too.
865 * dwarf2read.c (scan_partial_symbols): Add a partial symbol
866 for DW_TAG_imported_declaration.
867 (add_partial_symbol): Likewise.
868 (process_die): Handle namespace aliases with
869 read_namespace_alias.
870 (die_needs_namespace): Add DW_TAG_imported_declaration.
871 (read_namespace_alias): New function.
872 (load_partial_dies): Load DW_TAG_imported_declaration, too.
873 (new_symbol_full): Handle DW_TAG_imported_declaration.
874
875 2013-11-13 Keith Seitz <keiths@redhat.com>
876
877 * p-exp.y (uptok): Make first parameter const.
878 (yylex): Make `tokstart' and `tokptr' const.
879 Don't copy the lexer input to a temporary buffer.
880 Make `p' const.
881 Remove const workaround for parse_escape.
882 Create a temporary buffer for a convenience variable instead
883 of doing in-place modification of the input.
884 If a match is found with a different case from the input,
885 do not change the input at all.
886 Use `tmp' to construct the resultant stoken instead of
887 `tokstart'.
888
889 2013-11-13 Doug Evans <xdje42@gmail.com>
890
891 * breakpoint.c (breakpoint_cond_eval): Fix and enhance comment.
892
893 2013-11-13 Joel Brobecker <brobecker@adacore.com>
894
895 * mi/mi-main.c (mi_cmd_list_features): Replace "info-ada-exceptions"
896 entry with "ada-exceptions".
897
898 2013-11-13 Joel Brobecker <brobecker@adacore.com>
899
900 * symfile.c (reread_symbols): Move call to set_objfile_per_bfd
901 after re-initialization of OBJFILE's obstack.
902
903 2013-11-12 Doug Evans <xdje42@gmail.com>
904
905 * breakpoint.c (bpstat_check_breakpoint_conditions): Assert
906 bs->stop != 0 on entry. Update function comment. Simplify early
907 exit for frame mismatch. Reindent rest of function.
908
909 2013-11-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
910
911 * objc-lang.c (uniquify_strings): Prevent invoking qsort with
912 NULL.
913
914 2013-11-12 Doug Evans <dje@google.com>
915
916 Work around gold/15646.
917 * dwarf2read.c (read_index_from_section): Update comment.
918 (struct dw2_symtab_iterator): New member global_seen.
919 (dw2_symtab_iter_init): Initialize it.
920 (dw2_symtab_iter_next): Skip duplicate global symbols.
921 (dw2_expand_symtabs_matching): Ditto.
922
923 2013-11-12 Joel Brobecker <brobecker@adacore.com>
924
925 * mi/mi-cmds.h (mi_cmd_info_ada_exceptions): Add declaration.
926 * mi/mi-cmds.c (mi_cmds): Add entry for -info-ada-exceptions
927 command.
928 * mi/mi-cmd-info.c: #include "ada-lang.c" and "arch-utils.c".
929 (mi_cmd_info_ada_exceptions): New function.
930 * mi/mi-main.c (mi_cmd_list_features): Add "info-ada-exceptions".
931
932 2013-11-12 Joel Brobecker <brobecker@adacore.com>
933
934 * ada-lang.h: #include "vec.h".
935 (struct ada_exc_info): New.
936 (ada_exc_info): New typedef.
937 (DEF_VEC_O(ada_exc_info)): New vector.
938 (ada_exceptions_list): Add declaration.
939 * ada-lang.c (ada_is_exception_sym)
940 (ada_is_non_standard_exception_sym, compare_ada_exception_info)
941 (sort_remove_dups_ada_exceptions_list)
942 (ada_exc_search_name_matches, ada_add_standard_exceptions)
943 (ada_add_exceptions_from_frame, ada_add_global_exceptions)
944 (ada_exceptions_list_1, ada_exceptions_list)
945 (info_exceptions_command): New function.
946 (_initialize_ada_language): Add "info exception" command.
947
948 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
949
950 PR python/15629
951 * NEWS: Add linetable feature.
952 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-linetable entries.
953 * python/py-linetable.c: New file.
954 * python/py-symtab.c (stpy_get_linetable): New function.
955 * python/python-internal.h (symtab_to_linetable_object): Declare.
956 (gdbpy_initialize_linetable): Ditto.
957 * python/python.c (_initialize_python): Call
958 gdbpy_initialize_linetable.
959
960 2013-11-11 Joel Brobecker <brobecker@adacore.com>
961
962 * ada-lang.c (create_ada_exception_catchpoint): Enhance
963 the documentation of fields "except_string" and "condition".
964 * mi/mi-cmd-catch.c (mi_cmd_catch_assert): Reallocate
965 CONDITION on the heap before passing it to
966 create_ada_exception_catchpoint.
967 (mi_cmd_catch_exception): Likewise for EXCEPTION_NAME and
968 CONDITION.
969
970 2013-11-11 Tom Tromey <tromey@redhat.com>
971
972 * config.in, configure: Rebuild.
973 * configure.ac (HAVE_TKILL_SYSCALL): Check for "syscall".
974
975 2013-11-11 Joel Brobecker <brobecker@adacore.com>
976
977 * remote-sim.c (gdbsim_detach): Break declaration into
978 shorter lines. No code change.
979
980 2013-11-11 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
981
982 * remote-sim.c (gdbsim_detach): Fix prototype.
983
984 2013-11-08 Doug Evans <dje@google.com>
985
986 * dwarf2read.c (dwarf2_read_debug): Change to unsigned int.
987 (create_debug_types_hash_table): Only print debugging messages for
988 each TU if dwarf2-read >= 2.
989 (process_queue): Ditto.
990 (_initialize_dwarf2_read): Make "set debug dwarf2-read" a zuinteger.
991 Update doc string.
992
993 2013-11-08 Tom Tromey <tromey@redhat.com>
994
995 * configure: Rebuild.
996 * configure.ac: Remove mentions of HAVE_MULTIPLE_PROC_FDS.
997
998 2013-11-08 Tom Tromey <tromey@redhat.com>
999
1000 * configure, config.in: Rebuild.
1001 * configure.ac: Remove unused configury.
1002
1003 2013-11-08 Tom Tromey <tromey@redhat.com>
1004
1005 * m32c-tdep.c: Use gdb_string.h.
1006
1007 2013-11-08 Tom Tromey <tromey@redhat.com>
1008
1009 * configure, config.in: Rebuild.
1010 * configure.ac: Remove all link.h-related checks.
1011
1012 2013-11-08 Tom Tromey <tromey@redhat.com>
1013
1014 * acinclude.m4: Include common.m4.
1015 * common/common.m4: New file.
1016 * configure, config.in: Rebuild.
1017 * configure.ac: Use GDB_AC_COMMON.
1018
1019 2013-11-08 Doug Evans <dje@google.com>
1020
1021 * NEWS: Mention that "set debug symtab-create" now accepts a
1022 verbosity level.
1023 * buildsym.c (end_symtab_from_static_block): Call set_symtab_primary
1024 to set the symtab's primary flag.
1025 * jit.c (finalize_symtab): Ditto.
1026 * mdebugread.c (psymtab_to_symtab_1): Ditto.
1027 * symfile.c (allocate_symtab): Only print debugging messages for
1028 symtab_create_debug levels 2 and higher.
1029 * symtab.c (symtab_create_debug): Change type to unsigned int.
1030 (set_symtab_primary): New function.
1031 (_initialize_symtab): Change "set debug symtab-create" to a
1032 zuinteger option.
1033 * symtab.h (set_symtab_primary): Declare.
1034 (symtab_create_debug): Update decl.
1035
1036 2013-11-08 Tom Tromey <tromey@redhat.com>
1037
1038 * aix-thread.c (aix_thread_detach): Update.
1039 * corelow.c (core_detach): Update.
1040 * darwin-nat.c (darwin_detach): Update.
1041 * dec-thread.c (dec_thread_detach): Update.
1042 * gnu-nat.c (gnu_detach): Update.
1043 * go32-nat.c (go32_detach): Update.
1044 * inf-ptrace.c (inf_ptrace_detach): Update.
1045 * inf-ttrace.c (inf_ttrace_detach): Update.
1046 * linux-fork.c (linux_fork_detach): Update.
1047 * linux-fork.h (linux_fork_detach): Update.
1048 * linux-nat.c (linux_nat_detach): Update. Introduce "tem"
1049 local for const-correctness.
1050 * linux-thread-db.c (thread_db_detach): Update.
1051 * monitor.c (monitor_detach): Update.
1052 * nto-procfs.c (procfs_detach): Update.
1053 * procfs.c (procfs_detach): Update.
1054 * record.c (record_detach): Update.
1055 * record.h (record_detach): Update.
1056 * remote-m32r-sdi.c (m32r_detach): Update.
1057 * remote-mips.c (mips_detach): Update.
1058 * remote-sim.c (gdbsim_detach): Update.
1059 * remote.c (remote_detach_1, remote_detach)
1060 (extended_remote_detach): Update.
1061 * sol-thread.c (sol_thread_detach): Update.
1062 * target.c (target_detach): Make "args" const.
1063 (init_dummy_target): Update.
1064 * target.h (struct target_ops) <to_detach>: Make argument const.
1065 (target_detach): Likewise.
1066 * windows-nat.c (windows_detach): Update.
1067
1068 2013-11-07 Doug Evans <dje@google.com>
1069
1070 PR 11786
1071 * solib-svr4.c (svr4_exec_displacement): Ignore filesz, memsz, flags
1072 and align fields for PT_GNU_RELRO segments.
1073
1074 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1075
1076 PR python/15747
1077 * python/py-cmd.c: Add COMPLETE_EXPRESSION constant.
1078
1079 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1080
1081 * NEWS: Document Python temporary breakpoint support.
1082 * python/py-breakpoint.c (bppy_get_temporary): New function.
1083 (bppy_init): New keyword: temporary. Parse it and set breakpoint
1084 to temporary if True.
1085
1086 2013-11-07 Jose E. Marchesi <jose.marchesi@oracle.com>
1087
1088 * sparc-tdep.c (sparc_analyze_control_transfer): Assertion
1089 removed to allow analyzing unconditional branch instructions
1090 with PC-relative offsets of zero.
1091
1092 2013-11-07 Yao Qi <yao@codesourcery.com>
1093
1094 * mi/mi-cmd-var.c: Include "language.h".
1095 (mi_cmd_var_info_expression): Get language name from
1096 language_defn.
1097 * varobj.c (varobj_language_string): Remove.
1098 (variable_language): Remove declaration.
1099 (languages): Remove.
1100 (varobj_get_language): Change the type of return value.
1101 (variable_language): Remove.
1102 * varobj.h (enum varobj_languages): Remove.
1103 (varobj_language_string): Remove declaration.
1104 (varobj_get_language): Update declaration.
1105
1106 2013-11-07 Yao Qi <yao@codesourcery.com>
1107
1108 * language.h (struct language_defn) <la_natural_name>: New
1109 field.
1110 * ada-lang.c (ada_language_defn): Initialize field
1111 'la_natural_name'.
1112 * c-lang.c (c_language_defn): Likewise.
1113 (cplus_language_defn, asm_language_defn): Likewise.
1114 * d-lang.c (d_language_defn): Likewise.
1115 * f-lang.c (f_language_defn): Likewise.
1116 * go-lang.c (go_language_defn): Likewise.
1117 * jv-lang.c (java_language_defn): Likewise.
1118 * language.c (unknown_language_defn ): Likewise.
1119 (auto_language_defn): Likewise.
1120 * m2-lang.c (m2_language_defn): Likewise.
1121 * objc-lang.c (objc_language_defn): Likewise.
1122 * opencl-lang.c (opencl_language_defn): Likewise.
1123 * p-lang.c (pascal_language_defn): Likewise.
1124
1125 2013-11-07 Yao Qi <yao@codesourcery.com>
1126
1127 * language.c (language_str): Return const char *.
1128 (add_language): Add const to 'language_names'
1129 * language.h (struct language_defn) <la_name>: Add const.
1130 (language_str: Update declaration.
1131
1132 2013-11-06 Andreas Arnez <arnez@linux.vnet.ibm.com>
1133
1134 * s390-linux-nat.c (s390_read_description): Consider the TE field
1135 in the HWCAP for determining 'have_regset_tdb'.
1136
1137 2013-11-06 Will Newton <will.newton@linaro.org>
1138
1139 PR gdb/12866
1140 * dwarf2read.c (skip_one_die): Sanity check DW_AT_sibling
1141 values. (read_partial_die): Likewise.
1142
1143 2013-11-06 Muhammad Bilal <mbilal@codesourcery.com>
1144
1145 PR cli/16122
1146 * top.c (command_line_input): Unify interactivity tests to use
1147 input_from_terminal_p.
1148 * event-top.c (command_line_handler): Likewise.
1149
1150 2013-11-06 Yao Qi <yao@codesourcery.com>
1151
1152 * Makefile.in (check-perf): New target.
1153
1154 2013-11-05 Will Newton <will.newton@linaro.org>
1155
1156 PR gdb/7670
1157 * arm-tdep.c (print_fpu_flags): Use filtered output routines.
1158 (arm_print_float_info): Likewise.
1159
1160 2013-11-04 Anton Blanchard <anton@samba.org>
1161
1162 * target.c (memory_xfer_partial): Cap write to 4KB.
1163
1164 2013-11-01 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
1165
1166 * breakpoint.c (create_longjmp_master_breakpoint): Allow libc
1167 probe scan even when the arch provides no get_longjmp_target.
1168
1169 2013-10-31 Pedro Alves <palves@redhat.com>
1170
1171 * infrun.c (handle_syscall_event): Don't set or clear stop_signal.
1172 (handle_inferior_event) <TARGET_WAITKIND_FORKED,
1173 TARGET_WAITKIND_VFORKED>: Don't set stop_signal to
1174 GDB_SIGNAL_TRAP, or clear it. Pass GDB_SIGNAL_0 to
1175 bpstat_explains signal, instead of GDB_SIGNAL_TRAP.
1176 <bpstat handling>: If the bpstat chain wants the signal to be
1177 hidden, then set stop_signal to GDB_SIGNAL_0 instead of
1178 GDB_SIGNAL_TRAP.
1179
1180 2013-10-31 Andrew Burgess <aburgess@broadcom.com>
1181
1182 * breakpoint.c (update_watchpoint): Update error message and add
1183 an additional error message.
1184
1185 2013-10-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
1186
1187 * s390-tdep.h: Rename to...
1188 * s390-linux-tdep.h: ...here.
1189 * s390-tdep.c: Rename to...
1190 * s390-linux-tdep.c: ...here. Adjust #include.
1191 * s390-nat.c: Rename to...
1192 * s390-linux-nat.c: ...here. Adjust #include.
1193 * config/s390/s390.mh: Rename to...
1194 * config/s390/linux.mh: ...here. Reflect rename s390-nat.o ->
1195 s390-linux-nat.o.
1196 * configure.host: Reflect host rename "s390" -> "linux".
1197 * configure.tgt: Reflect rename s390-tdep.o -> s390-linux-tdep.o.
1198 * Makefile.in (ALL_TARGET_OBS): Likewise.
1199 (HFILES_NO_SRCDIR): Reflect rename s390-tdep.h ->
1200 s390-linux-tdep.h.
1201 (ALLDEPFILES): Reflect rename of .c files.
1202
1203 2013-10-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
1204
1205 * s390-nat.c: Whitespace cleanup.
1206 * s390-tdep.c: Likewise.
1207 * s390-tdep.h: Remove empty line at end of file.
1208
1209 2013-10-30 Maciej W. Rozycki <macro@codesourcery.com>
1210
1211 * linux-tdep.c (linux_corefile_thread_callback): Preinitialize
1212 siginfo_size.
1213
1214 2013-10-29 Tom Tromey <tromey@redhat.com>
1215
1216 * utils.c (reg): Move undefinition...
1217 * gdb_curses.h: ... here. Update comment to mention AIX.
1218
1219 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
1220
1221 * exec.h (add_target_sections_of_objfile): New declaration.
1222 * exec.c (add_target_sections_of_objfile): New function.
1223 * symfile.c (add_symbol_file_command): Update current target sections.
1224 (remove_symbol_file_command): New command.
1225 (symfile_free_objfile): New function.
1226 (_initialize_symfile): Register observer for free_objfile events.
1227 * NEWS: Add description of the remove-symbol-file command.
1228 * breakpoint.c (disable_breakpoints_in_freed_objfile): New function.
1229 * objfiles.c (free_objfile): Notify free_objfile.
1230 (is_addr_in_objfile): New function.
1231 * objfiles.h (is_addr_in_objfile): New declaration.
1232 * printcmd.c (clear_dangling_display_expressions): Act upon free_objfile
1233 events instead of solib_unloaded events.
1234 (_initialize_printcmd): Register observer for free_objfile instead
1235 of solib_unloaded notifications.
1236 * solib.c (remove_user_added_objfile): New function.
1237 (_initialize_symfile): Add remove-symbol-file.
1238
1239 2013-10-29 Andrew Burgess <aburgess@broadcom.com>
1240
1241 * infcmd.c (default_print_one_register_info): Use val_print to
1242 print all values even optimized out or unavailable ones. Don't
1243 try to print a raw form of optimized out or unavailable values.
1244
1245 2013-10-29 Yao Qi <yao@codesourcery.com>
1246
1247 * auto-load.c (auto_load_pspace_data_cleanup): Get data from
1248 parameter 'arg' instead of from program_space_data.
1249 * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
1250 * solib-darwin.c (darwin_pspace_data_cleanup): Likewise.
1251 * solib-dsbt.c (dsbt_pspace_data_cleanup): Likewise.
1252 * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
1253 * inflow.c (inflow_inferior_data_cleanup): Get data from
1254 parameter 'arg' instead of inferior_data.
1255 * registry.h: Add comments.
1256
1257 2013-10-28 Pedro Alves <palves@redhat.com>
1258
1259 * breakpoint.c (watchpoints_triggered)
1260 <!target_stopped_data_address>: Hardcode return 1.
1261
1262 2013-10-28 Pedro Alves <palves@redhat.com>
1263
1264 * infrun.c (process_event_stop_test): Remove unnecessary scoping
1265 level and reindent.
1266
1267 2013-10-28 Pedro Alves <palves@redhat.com>
1268
1269 * infrun.c (process_event_stop_test): New function, factored out
1270 from handle_inferior_event.
1271 (handle_inferior_event): 'process_event_stop_test' is now a
1272 function instead of a goto label -- adjust.
1273
1274 2013-10-28 Pedro Alves <palves@redhat.com>
1275
1276 * infrun.c (handle_inferior_event): Move process_event_stop_test
1277 goto label to the else branch of the ecs->random_signal check,
1278 along with FRAME and GDBARCH re-fetching.
1279
1280 2013-10-28 Pedro Alves <palves@redhat.com>
1281
1282 * infrun.c (switch_back_to_stepped_thread): New function, factored
1283 out from handle_inferior_event.
1284 (handle_inferior_event): Adjust to call
1285 switch_back_to_stepped_thread. Call it also at the tail of the
1286 random signal handling, and return, instead of also handling
1287 random signals just before the stepping tests.
1288
1289 2013-10-28 Pedro Alves <palves@redhat.com>
1290
1291 * infrun.c (clear_stop_func): Delete.
1292 (handle_inferior_event): Don't call clear_stop_func and don't
1293 clear 'ecs->random_signal'.
1294
1295 2013-10-27 Yao Qi <yao@codesourcery.com>
1296
1297 * varobj.c (struct varobj_root) <lang>: Rename to 'lang_ops'.
1298 (varobj_create, varobj_get_path_expr): Update.
1299 (varobj_value_has_mutated, varobj_update): Likewise.
1300 (create_child_with_value, new_root_variable): Likewise.
1301 (number_of_children, name_of_variable): Likewise.
1302 (value_of_child, my_value_of_variable): Likewise.
1303 (varobj_value_is_changeable_p): Likewise.
1304
1305 2013-10-25 Yao Qi <yao@codesourcery.com>
1306
1307 * language.h (struct lang_varobj_ops): Declare.
1308 (struct language_defn) <la_varobj_ops>: New field.
1309 * ada-lang.c: Include "varobj.h"
1310 (defn ada_language_defn): Initialize field 'la_varobj_ops' with
1311 ada_varobj_ops.
1312 * c-lang.c: Include "varobj.h"
1313 (c_language_defn): Initialize field 'la_varobj_ops' with
1314 c_varobj_ops.
1315 (cplus_language_defn): Initialize field 'la_varobj_ops' with
1316 cplus_varobj_ops.
1317 (asm_language_defn): Initialize field 'la_varobj_ops' with
1318 default_varobj_ops.
1319 (minimal_language_defn): Likewise.
1320 * d-lang.c (d_language_defn): Likewise.
1321 * f-lang.c (f_language_defn): Likewise.
1322 * go-lang.c (go_language_defn): Likewise.
1323 * m2-lang.c (m2_language_defn): Likewise.
1324 * objc-lang.c (objc_language_defn): Likewise.
1325 * opencl-lang.c (opencl_language_defn): Likewise.
1326 * p-lang.c (pascal_language_defn): Likewise.
1327 * language.c (unknown_language_defn): Likewise.
1328 (auto_language_defn): Likewise.
1329 (local_language_defn): Likewise.
1330 * jv-lang.c (java_language_defn): Initialize field
1331 'la_varobj_ops' with java_varobj_ops.
1332 * varobj.c (varobj_create): Update.
1333 * varobj.h (default_varobj_ops): Define macro.
1334
1335 2013-10-25 Pedro Alves <palves@redhat.com>
1336
1337 * cp-valprint.c (cp_print_value_fields): No longer handle a NULL
1338 static field value.
1339 (cp_print_static_field): If the value is entirely optimized out,
1340 print <optimized out> here.
1341 * jv-valprint.c (java_print_value_fields): No longer handle a NULL
1342 static field value.
1343 * p-valprint.c (pascal_object_print_static_field): If the value is
1344 entirely optimized out, print <optimized out> here.
1345 * valops.c (do_search_struct_field)
1346 (value_struct_elt_for_reference): No longer handle a NULL static
1347 field value.
1348 * value.c (value_static_field): Return an optimized out value
1349 instead of NULL.
1350
1351 2013-10-25 Yao Qi <yao@codesourcery.com>
1352
1353 * remote.c (remote_traceframe_info): Return early if
1354 traceframe is not selected.
1355
1356 2013-10-25 Yao Qi <yao@codesourcery.com>
1357
1358 * tracepoint.c (traceframe_fun): Remove.
1359 (traceframe_sal): Remove.
1360 (set_traceframe_context): Add local variables.
1361
1362 2013-10-25 Joel Brobecker <brobecker@adacore.com>
1363
1364 * varobj.h (struct lang_varobj_ops): Remove spaces between '*'
1365 and parameter name.
1366
1367 2013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
1368
1369 * linux-tdep.c (linux_corefile_thread_callback): Propagate any
1370 failure from register information collection.
1371
1372 2013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
1373
1374 * linux-tdep.c (linux_corefile_thread_data): Remove `num_notes'
1375 member.
1376 (linux_corefile_thread_callback): Update accordingly.
1377 (linux_make_corefile_notes): Likewise.
1378
1379 2013-10-24 Pedro Alves <palves@redhat.com>
1380
1381 * NEWS (New options): Mention set/show startup-with-shell.
1382 * config/alpha/nm-osf3.h (START_INFERIOR_TRAPS_EXPECTED): Set to 2
1383 instead of 3.
1384 * fork-child.c (fork_inferior, startup_inferior): Handle 'set
1385 startup-with-shell'.
1386 (show_startup_with_shell): New function.
1387 (_initialize_fork_child): Register the set/show startup-with-shell
1388 commands.
1389 * inf-ptrace.c (inf_ptrace_create_inferior): Remove comment.
1390 * inf-ttrace.c (inf_ttrace_him): Remove comment.
1391 * procfs.c (procfs_init_inferior): Remove comment.
1392 * infcmd.c (startup_with_shell): New global.
1393 * inferior.h (startup_with_shell): Declare global.
1394 (STARTUP_WITH_SHELL): Delete.
1395 (START_INFERIOR_TRAPS_EXPECTED): Set to 1 by default instead of 2.
1396
1397 2013-10-23 Pedro Alves <palves@redhat.com>
1398
1399 * common/gdb_signals.h (gdb_signal_to_symbol_string): Declare.
1400 * common/signals.c: Include "gdb_assert.h".
1401 (signals): New field 'symbol'.
1402 (SET): Use the 'symbol' parameter.
1403 (gdb_signal_to_symbol_string): New function.
1404 * infrun.c (handle_inferior_event) <random signal>: In debug
1405 output, print the random signal enum as string in addition to its
1406 number.
1407 * target/waitstatus.c (target_waitstatus_to_string): Print the
1408 signal's enum value as string instead of the (POSIX) signal name.
1409
1410 2013-10-23 Gary Benson <gbenson@redhat.com>
1411
1412 PR 16013
1413 * common/linux-osdata.c (command_from_pid): Reduced size of cmd
1414 from 32 to 18. Adjusted fscanf format string accordingly.
1415 (Avoids leaving cmd unterminated.)
1416 (print_sockets): Do not parse tlen, inode, sl, timeout, txq, rxq,
1417 trun, retn or extra. (Avoids leaving extra unterminated.) Check
1418 that local_address and remote_address will not overflow.
1419 (linux_xfer_osdata_modules): Parse lines using strtok to avoid
1420 leaving dependencies unterminated. Parse size as "%u" to match
1421 definition.
1422
1423 2013-10-22 Pedro Alves <palves@redhat.com>
1424
1425 * infrun.c (handle_inferior_event) <thread hop>: Don't clear or
1426 set ecs->random signal.
1427
1428 2013-10-22 Pedro Alves <palves@redhat.com>
1429
1430 * infrun.c (keep_going): Update comments.
1431
1432 2013-10-22 Pedro Alves <palves@redhat.com>
1433
1434 * remote.c (remote_parse_stop_reply) <'T'/'S'/'X' replies>: Map
1435 invalid signal numbers to GDB_SIGNAL_UNKNOWN.
1436
1437 2013-10-22 Pedro Alves <palves@redhat.com>
1438
1439 * include/gdb/signals.def (TARGET_EXC_BAD_ACCESS): Rename to
1440 GDB_EXC_BAD_ACCESS.
1441 (TARGET_EXC_BAD_INSTRUCTION): Rename to GDB_EXC_BAD_INSTRUCTION.
1442 (TARGET_EXC_ARITHMETIC): Rename to GDB_EXC_ARITHMETIC.
1443 (TARGET_EXC_EMULATION): Rename to GDB_EXC_EMULATION.
1444 (TARGET_EXC_SOFTWARE): Rename to GDB_EXC_SOFTWARE.
1445 (TARGET_EXC_BREAKPOINT): Rename to GDB_EXC_BREAKPOINT.
1446 (GDB_SIGNAL_LAST): Change description string.
1447 * common/signals.c (gdb_signal_from_host, do_gdb_signal_to_host):
1448 Adjust to signal renaming.
1449 * darwin-nat.c (darwin_decode_message): Likewise.
1450
1451 2013-10-22 Jose E. Marchesi <jose.marchesi@oracle.com>
1452
1453 * MAINTAINERS (Write After Approval): Add myself to the list.
1454
1455 2013-10-18 Andrew Burgess <aburgess@broadcom.com>
1456
1457 * breakpoint.c (update_watchpoint): If hardware watchpoints are
1458 forced off, downgrade them to software watchpoints if possible,
1459 and error out if not possible.
1460 (watch_command_1): Move watchpoint type selection closer to
1461 watchpoint creation, and extend the comments.
1462
1463 2013-10-18 Pedro Alves <palves@redhat.com>
1464
1465 PR gdb/16062
1466 * infrun.c (handle_inferior_event): Keep going if we got a random
1467 signal we should not stop for, instead of falling through to the
1468 step tests.
1469
1470 2013-10-18 Yao Qi <yao@codesourcery.com>
1471
1472 * c-varobj.c (cplus_number_of_children): Fix indentation.
1473
1474 2013-10-17 Tom Tromey <tromey@redhat.com>
1475
1476 PR gdb/15995:
1477 * printcmd.c (printcmd): Call gdb_flush.
1478
1479 2013-10-17 Tom Tromey <tromey@redhat.com>
1480
1481 * elfread.c (struct elfinfo) <stabindexsect>: Remove.
1482 (elf_locate_sections): Update.
1483
1484 2013-10-17 Yao Qi <yao@codesourcery.com>
1485
1486 * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
1487 * ada-varobj.c: Remove the include of ada-varobj.h.
1488 (ada_varobj_get_number_of_children): Declare.
1489 (ada_varobj_get_name_of_child): Make it static.
1490 (ada_varobj_get_path_expr_of_child): Likewise.
1491 (ada_varobj_get_value_of_child): Likewise.
1492 (ada_varobj_get_type_of_child): Likewise.
1493 (ada_varobj_get_value_of_array_variable): Likewise.
1494 * ada-varobj.h: Remove.
1495
1496 2013-10-17 Yao Qi <yao@codesourcery.com>
1497
1498 * Makefile.in (SFILES): Add c-varobj.c and jv-varobj.c.
1499 (COMMON_OBS): Add c-varobj.o and jv-varobj.o.
1500 * ada-varobj.c: Include "varobj.h".
1501 (ada_number_of_children): New. Moved from varobj.c.
1502 (ada_name_of_variable, ada_name_of_child): Likewise.
1503 (ada_path_expr_of_child, ada_value_of_child): Likewise.
1504 (ada_type_of_child, ada_value_of_variable): Likewise.
1505 (ada_value_is_changeable_p, ada_value_has_mutated): Likewise.
1506 (ada_varobj_ops): New.
1507 * c-varobj.c, jv-varobj.c: New file. Moved from varobj.c.
1508 * gdbtypes.c (get_target_type): New. Moved from varobj.c.
1509 * gdbtypes.h (get_target_type): Declare.
1510 * varobj.c: Remove the inclusion of "ada-varobj.h" and
1511 "ada-lang.h".
1512 (ANONYMOUS_STRUCT_NAME): Move it to c-varobj.c.
1513 (ANONYMOUS_UNION_NAME): Likewise.
1514 (get_type, get_value_type, get_target_type): Remove declarations.
1515 (value_get_print_value, varobj_value_get_print_value): Likewise.
1516 (c_number_of_children, c_name_of_variable): Likewise.
1517 (c_name_of_child, c_path_expr_of_child): Likewise.
1518 (c_value_of_child, c_type_of_child): Likewise.
1519 (c_value_of_variable, cplus_number_of_children): Likewise.
1520 (cplus_class_num_children, cplus_name_of_variable): Likewise.
1521 (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
1522 (cplus_value_of_child, cplus_type_of_child): Likewise.
1523 (cplus_value_of_variable, java_number_of_children): Likewise.
1524 (java_name_of_variable, java_name_of_child): Likewise.
1525 (java_path_expr_of_child, java_value_of_child): Likewise.
1526 (java_type_of_child, java_value_of_variable): Likewise.
1527 (ada_number_of_children, ada_name_of_variable): Likewise.
1528 (ada_name_of_child, ada_path_expr_of_child): Likewise.
1529 (ada_value_of_child, ada_type_of_child): Likewise.
1530 (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
1531 (ada_value_has_mutated): Likewise.
1532 (struct language_specific): Move it to varobj.h.
1533 (CPLUS_FAKE_CHILD): Move it to varobj.h.
1534 (restrict_range): Rename it varobj_restrict_range. Make it extern.
1535 Callers update.
1536 (get_path_expr_parent): Rename it to varobj_get_path_expr_parent.
1537 Make it extern.
1538 (is_anonymous_child): Move it to c-varobj.c and rename to
1539 varobj_is_anonymous_child. Caller update.
1540 (get_type): Move it to c-varobj.c.
1541 (get_value_type): Rename it varobj_get_value_type. Make it
1542 extern.
1543 (get_target_type): Move it gdbtypes.c.
1544 (varobj_formatted_print_options): New function.
1545 (value_get_print_value): Rename it to
1546 varobj_value_get_print_value and make it extern.
1547 (varobj_value_is_changeable_p): Make it extern.
1548 (adjust_value_for_child_access): Move it to c-varobj.c.
1549 (default_value_is_changeable_p): Rename it to
1550 varobj_default_value_is_changeable_p. Make it extern.
1551 (c_number_of_children, c_name_of_variable): Move it to c-varobj.c
1552 (c_name_of_child, c_path_expr_of_child): Likewise.
1553 (c_value_of_child, c_type_of_child): Likewise.
1554 (c_value_of_variable, cplus_number_of_children): Likewise.
1555 (cplus_class_num_children, cplus_name_of_variable): Likewise.
1556 (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
1557 (cplus_value_of_child, cplus_type_of_child): Likewise.
1558 (cplus_value_of_variable): Likewise.
1559 (java_number_of_children, java_name_of_variable): Move it to jv-varobj.c.
1560 (java_name_of_child, java_path_expr_of_child): Likewise.
1561 (java_value_of_child, java_type_of_child): Likewise.
1562 (java_value_of_variable): Likewise.
1563 (ada_number_of_children, ada_name_of_variable): Move it to ada-varobj.c.
1564 (ada_name_of_child, ada_path_expr_of_child): Likewise.
1565 (ada_value_of_child, ada_type_of_child): Likewise.
1566 (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
1567 (ada_value_has_mutated): Likewise.
1568 * varobj.h (CPLUS_FAKE_CHILD): New macro, moved from varobj.c.
1569 (struct lang_varobj_ops): New. Renamed by 'struct language_specific'.
1570 (c_varobj_ops, cplus_varobj_ops): Declare.
1571 (java_varobj_ops, ada_varobj_ops): Declare.
1572 (varobj_default_value_is_changeable_p): Declare.
1573 (varobj_value_is_changeable_p): Declare.
1574 (varobj_get_value_type, varobj_is_anonymous_child): Declare.
1575 (varobj_get_path_expr_parent): Declare.
1576 (varobj_value_get_print_value): Declare.
1577 (varobj_formatted_print_options): Declare.
1578 (varobj_restrict_range): Declare.
1579
1580 2013-10-17 Luis Machado <lgustavo@codesourcery.com>
1581
1582 * target/waitstatus.h (target_waitkind): Remove spurious
1583 character from the comments.
1584
1585 2013-10-17 Joel Brobecker <brobecker@adacore.com>
1586
1587 * gdbarch.sh (get_longjmp_target): Add method documentation.
1588 * gdbarch.h: Regenerate.
1589
1590 2013-10-16 Tom Tromey <tromey@redhat.com>
1591
1592 * dbxread.c (read_dbx_symtab) <bss_ext_symbol>: Remove unused
1593 label.
1594
1595 2013-10-16 Luis Machado <lgustavo@codesourcery.com>
1596
1597 * gcore.in: Call GDB using the full path to the gcore script.
1598 Error out if the GDB binary is not found.
1599
1600 2013-10-16 Sergio Durigan Junior <sergiodj@redhat.com>
1601
1602 PR gdb/16014
1603 * dwarf2read.c (dw2_get_real_path): Remove unnecessary call to
1604 sizeof.
1605
1606 2013-10-16 Sergio Durigan Junior <sergiodj@redhat.com>
1607
1608 PR gdb/16042
1609 * target.c (target_disable_btrace): Fix invalid return value for
1610 void function.
1611 (target_teardown_btrace): Likewise.
1612
1613 2013-10-14 Yao Qi <yao@codesourcery.com>
1614
1615 * varobj.c (struct varobj): Move most of the fields to
1616 varobj.h.
1617 (struct varobj_dynamic): New struct.
1618 (varobj_get_display_hint) [HAVE_PYTHON]: Adjust.
1619 (varobj_has_more): Likewise.
1620 (dynamic_varobj_has_child_method): Likewise.
1621 (update_dynamic_varobj_children): Likewise.
1622 (varobj_get_num_children): Likewise.
1623 (varobj_list_children, varobj_pretty_printed_p): Likewise.
1624 (install_new_value_visualizer): Likewise.
1625 (install_new_value_visualizer, install_new_value): Likewise.
1626 (varobj_update, new_variable, free_variable): Likewise.
1627 (my_value_of_variable, value_get_print_value): Likewise.
1628 (install_visualizer): Change the type of parameter 'var' to
1629 'struct varobjd_dynamic *'. Callers update.
1630 * varobj.h (struct varobj): Moved from varobj.c.
1631 (struct varobj) <dynamic>: New field.
1632
1633 2013-10-13 Sandra Loosemore <sandra@codesourcery.com>
1634
1635 * nios2-tdep.c (nios2_reg_names): Use "sstatus" rather than "ba"
1636 as the preferred name of r30.
1637 * nios2-linux-tdep.c (reg_offsets): Likewise.
1638 * features/nios2-cpu.xml: Likewise.
1639 * features/nios2-linux.c: Regenerated.
1640 * features/nios2.c: Regenerated.
1641 * regformats/nios2-linux.dat: Regenerated.
1642
1643 2013-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1644
1645 Canonicalize directories for EXEC_FILENAME.
1646 * exec.c (exec_file_attach): Use gdb_realpath_keepfile for
1647 exec_filename.
1648 * utils.c (gdb_realpath_keepfile): New function.
1649 * utils.h (gdb_realpath_keepfile): New declaration.
1650
1651 2013-10-11 Doug Evans <dje@google.com>
1652
1653 * Makefile.in (GDBFLAGS): New variable.
1654 (run): New rule.
1655
1656 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1657
1658 * NEWS: Add entry documenting the new "-catch-assert" and
1659 "-catch-exception" GDB/MI commands.
1660
1661 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1662
1663 * breakpoint.h (init_ada_exception_breakpoint): Add parameter
1664 "enabled".
1665 * breakpoint.c (init_ada_exception_breakpoint): Add parameter
1666 "enabled". Set B->ENABLE_STATE accordingly.
1667 * ada-lang.h (ada_exception_catchpoint_kind): Move here from
1668 ada-lang.c.
1669 (create_ada_exception_catchpoint): Add declaration.
1670 * ada-lang.c (ada_exception_catchpoint_kind): Move to ada-lang.h.
1671 (create_ada_exception_catchpoint): Make non-static. Add new
1672 parameter "disabled". Use it in call to
1673 init_ada_exception_breakpoint.
1674 (catch_ada_exception_command): Add parameter "enabled" in call
1675 to create_ada_exception_catchpoint.
1676 (catch_assert_command): Likewise.
1677
1678 * mi/mi-cmds.h (mi_cmd_catch_assert, mi_cmd_catch_exception):
1679 Add declarations.
1680 * mi/mi-cmds.c (mi_cmds): Add the "catch-assert" and
1681 "catch-exception" commands.
1682 * mi/mi-cmd-catch.c: Add #include "ada-lang.h".
1683 (mi_cmd_catch_assert, mi_cmd_catch_exception): New functions.
1684
1685 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1686
1687 * ada-lang.c (enum ada_exception_catchpoint_kind): Renames
1688 "enum exception_catchpoint_kind". Replace the "ex_" prefix
1689 of all its enumerates with "ada_". Update the rest of this
1690 file throughout.
1691
1692 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1693
1694 * ada-lang.c (ada_decode_exception_location): Delete.
1695 (create_ada_exception_catchpoint): Remove arguments "sal",
1696 "addr_string" and "ops". Add argument "ex_kind" instead.
1697 Adjust implementation accordingly, calling ada_exception_sal
1698 to get the entities it no longer gets passed as arguments.
1699 Document the function's arguments.
1700 (catch_ada_exception_command): Use catch_ada_exception_command_split
1701 instead of ada_decode_exception_location, and update call to
1702 create_ada_exception_catchpoint.
1703 (catch_ada_assert_command_split): Renames
1704 ada_decode_assert_location. Remove parameters "addr_string" and
1705 "ops", and now returns void. Adjust implementation accordingly.
1706 Update the function documentation.
1707 (catch_assert_command): Use catch_ada_assert_command_split
1708 instead of ada_decode_assert_location. Update call to
1709 create_ada_exception_catchpoint.
1710
1711 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1712
1713 * utils.h (perror_warning_with_name): Add declaration.
1714 * utils.c (perror_warning_with_name): New function.
1715 * cli/cli-cmds.c (source_script_with_search): Add call to
1716 perror_warning_with_name if from_tty is nul.
1717
1718 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1719
1720 * utils.c (perror_string): New function, extracted out of
1721 throw_perror_with_name.
1722 (throw_perror_with_name): Rework to use perror_string.
1723
1724 2013-10-11 Yao Qi <yao@codesourcery.com>
1725
1726 * remote.c (discard_pending_stop_replies_in_queue): Update
1727 declaration.
1728 (struct stop_reply) <rs>: New field.
1729 (remove_stop_reply_of_remote_state): New function.
1730 (discard_pending_stop_replies_in_queue): Add parameter 'rs'.
1731 Callers update. Pass remove_stop_reply_of_remote_state to
1732 QUEUE_iterate.
1733 (remote_parse_stop_reply): Initialize field 'rs'.
1734
1735 2013-10-10 Will Newton <will.newton@linaro.org>
1736
1737 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
1738 linux_init_abi.
1739
1740 2013-10-10 Joel Brobecker <brobecker@adacore.com>
1741
1742 * cli/cli-cmds.c (show_baud_rate): Moved to serial.c as
1743 serial_baud_show_cmd.
1744 (_initialize_cli_cmds): Delete the code creating the
1745 "set/show remotebaud" commands.
1746 * serial.c (baud_rate): Move here from top.c.
1747 (serial_baud_show_cmd): Move here from cli/cli-cmds.c.
1748 (_initialize_serial): Create "set/show serial baud" commands.
1749 Add "set/show remotebaud" command aliases.
1750 * top.c (baud_rate): Moved to serial.c.
1751 * NEWS: Document the new "set/show serial baud" commands,
1752 replacing "set/show remotebaud".
1753
1754 2013-10-09 Pedro Alves <palves@redhat.com>
1755
1756 * breakpoint.c (insert_bp_location): Use memory_error_message to
1757 build the memory error string.
1758 * c-lang.c: Include "gdbcore.h".
1759 (c_get_string): Use memory_error to throw error.
1760 (target_xfer_memory_error): Delete.
1761 (memory_error_message): New, factored out from
1762 target_xfer_memory_error.
1763 (memory_error): Change parameter type to target_xfer_error.
1764 Rewrite.
1765 (read_memory): Use memory_error instead of
1766 target_xfer_memory_error.
1767 * gdbcore.h: Include "target.h".
1768 (memory_error): Change parameter type to target_xfer_error.
1769 (memory_error_message): Declare function.
1770 * target.c (target_read_memory, target_read_stack)
1771 (target_write_memory, target_write_raw_memory): Return
1772 TARGET_XFER_E_IO on error. Adjust comments.
1773 (get_target_memory): Pass TARGET_XFER_E_IO to memory_error,
1774 instead of EIO.
1775 * target.h (target_read, target_insert_breakpoint)
1776 (target_remove_breakpoint): Adjust comments.
1777 * valprint.c (partial_memory_read): Rename parameter, and adjust
1778 comment.
1779 (val_print_string): Use memory_error_message to build the memory
1780 error string.
1781
1782 2013-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1783
1784 * common/filestuff.c (gdb_fopen_cloexec): Remove initialization of
1785 result variable. Rename variable fopen_e_ever_failed to
1786 fopen_e_ever_failed_einval. Retry fopen only for errno EINVAL.
1787
1788 2013-10-09 Pedro Alves <palves@redhat.com>
1789
1790 * monitor.c (monitor_write_memory, monitor_write_memory_bytes)
1791 (monitor_write_memory_longlongs, monitor_write_memory_block):
1792 Constify 'myaddr' parameter.
1793 (monitor_xfer_memory): Adjust interface as monitor_xfer_partial
1794 helper.
1795 (monitor_xfer_partial): New function.
1796 (init_base_monitor_ops): Don't install a deprecated_xfer_memory
1797 hook. Install a to_xfer_partial hook.
1798
1799 2013-10-09 Tom Tromey <tromey@redhat.com>
1800
1801 * dwarf2read.c (dwarf2_get_dwz_file): Update for type change in
1802 bfd_get_alt_debug_link_info.
1803
1804 2013-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1805
1806 New flag OBJF_NOT_FILENAME.
1807 * auto-load.c (auto_load_objfile_script): Check also OBJF_NOT_FILENAME.
1808 * jit.c (jit_object_close_impl): Use OBJF_NOT_FILENAME for
1809 allocate_objfile.
1810 (jit_bfd_try_read_symtab): Use OBJF_NOT_FILENAME for
1811 symbol_file_add_from_bfd.
1812 * jv-lang.c (get_dynamics_objfile): Use OBJF_NOT_FILENAME for
1813 allocate_objfile.
1814 * objfiles.c (allocate_objfile): Assert OBJF_NOT_FILENAME if NAME is
1815 NULL.
1816 * objfiles.h (OBJF_NOT_FILENAME): New.
1817
1818 2013-10-08 Tom Tromey <tromey@redhat.com>
1819
1820 * Makefile.in (SFILES): Add build-id.c.
1821 (HFILES_NO_SRCDIR): Add build-id.h.
1822 * build-id.c: New file, largely from elfread.c. Modified
1823 most functions.
1824 * build-id.h: New file.
1825 * dwarf2read.c (dwarf2_get_dwz_file): Update for change to
1826 bfd_get_alt_debug_link_info. Verify dwz file's build-id.
1827 Search for dwz file using build-id.
1828 * elfread.c (build_id_bfd_get, build_id_verify)
1829 (build_id_to_debug_filename, find_separate_debug_file): Remove.
1830
1831 2013-10-08 Joel Brobecker <brobecker@adacore.com>
1832
1833 * ada-lang.c (compare_names_with_case): Renamed from
1834 compare_names, adding a new parameter "casing" and its handling.
1835 New function documentation.
1836 (compare_names): New function, implemented using
1837 compare_names_with_case.
1838
1839 2013-10-08 Joel Brobecker <brobecker@adacore.com>
1840
1841 * ada-lang.c (ada_exception_sal): Remove advance declaration.
1842
1843 2013-10-07 Tom Tromey <tromey@redhat.com>
1844
1845 * objfiles.c (free_objfile_per_bfd_storage): Delete the
1846 demangled_names_hash.
1847 (free_objfile): Don't delete the demangled_names_hash.
1848 * objfiles.h (struct objfile_per_bfd_storage)
1849 <demangled_names_hash>: New field.
1850 (struct objfile) <demangled_names_hash>: Move to
1851 objfile_per_bfd_storage.
1852 * symfile.c (reread_symbols): Don't delete the
1853 demangled_names_hash.
1854 * symtab.c (create_demangled_names_hash): Update.
1855 (symbol_set_names): Update.
1856
1857 2013-10-07 Tom Tromey <tromey@redhat.com>
1858
1859 * gdb_bfd.c (struct gdb_bfd_data) <relocation_computed,
1860 needs_relocations>: New fields.
1861 (gdb_bfd_requires_relocations): New function.
1862 * gdb_bfd.h (gdb_bfd_requires_relocations): Declare.
1863 * objfiles.c (get_objfile_bfd_data): Disallow sharing if
1864 the BFD needs relocations applied.
1865
1866 2013-10-07 Pedro Alves <palves@redhat.com>
1867
1868 PR breakpoints/11568
1869 * breakpoint.c (remove_threaded_breakpoints): Say "no longer in
1870 the thread list" instead of "gone".
1871
1872 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1873
1874 * NEWS: Mention new convenience variable $_exitsignal.
1875 * corelow.c (core_open): Reset exit convenience variables. Set
1876 $_exitsignal to the uncaught signal which generated the corefile.
1877 * infrun.c (handle_inferior_event): Reset exit convenience
1878 variables. Set $_exitsignal for TARGET_WAITKIND_SIGNALLED.
1879 (clear_exit_convenience_vars): New function.
1880 * inferior.h (clear_exit_convenience_vars): New prototype.
1881
1882 2013-10-06 Yao Qi <yao@codesourcery.com>
1883
1884 * varobj.h: Add comments to enum varobj_languages.
1885
1886 2013-10-04 Doug Evans <dje@google.com>
1887
1888 Add support for DWP file format version 2.
1889 * NEWS: Mention support for DWP file format version 2.
1890 * dwarf2read.c (dwarf2_section_info): Convert asection field to a
1891 union of asection, containing_section. New fields virtual_offset
1892 and is_virtual. Change type of readin filed from int to char.
1893 (dwo_sections, dwo_file): Tweak comments.
1894 (dwp_v2_section_ids): New enum.
1895 (dwp_sections): New fields abbrev, info, line, loc, macinfo, macro,
1896 str_offsets, types.
1897 (virtual_v1_dwo_sections): Renamed from virtual_dwo_sections.
1898 All uses updated.
1899 (virtual_v2_dwo_sections): New struct.
1900 (dwp_hash_table): New fields version, nr_columns. Change type of
1901 section_pool field to a union.
1902 (dwp_file): New field version.
1903 (dwarf2_has_info): Check for virtual sections.
1904 (get_containing_section): New function.
1905 (get_section_bfd_owner, get_section_bfd_section): Call it.
1906 (dwarf2_locate_sections): Update.
1907 (dwarf2_section_empty_p): Update.
1908 (dwarf2_read_section): Handle virtual sections.
1909 (locate_dwz_sections): Update.
1910 (create_dwp_hash_table): Document and handle V2 format.
1911 (locate_v1_virtual_dwo_sections): Renamed from
1912 locate_virtual_dwo_sections and update. All callers updated.
1913 (create_dwo_unit_in_dwp_v1): Renamed from create_dwo_in_dwp.
1914 Delete arg htab. Rename arg section_index to unit_index.
1915 All callers updated.
1916 (MAX_NR_V1_DWO_SECTIONS): Renamed from MAX_NR_DWO_SECTIONS.
1917 All uses updated.
1918 (create_dwp_v2_section, create_dwo_unit_in_dwp_v2): New functions.
1919 (lookup_dwo_unit_in_dwp): Add V2 support.
1920 (dwarf2_locate_dwo_sections): Update.
1921 (dwarf2_locate_common_dwp_sections): Renamed from
1922 dwarf2_locate_dwp_sections and update. All callers updated.
1923 (dwarf2_locate_v2_dwp_sections): New function.
1924 (open_and_init_dwp_file): Add V2 support.
1925 (read_str_index): New locals str_section, str_offsets_section.
1926
1927 2013-10-04 Pedro Alves <palves@redhat.com>
1928
1929 * common/ptid.c (null_ptid, minus_one_ptid, ptid_build)
1930 (pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid)
1931 (ptid_equal, ptid_is_pid, ptid_lwp_p, ptid_tid_p): Replace
1932 describing comments with references to ptid.h.
1933 * common/ptid.h: Remove intro description of constructors,
1934 accessors and predicates.
1935 (struct ptid): Reformat.
1936 (minus_one_ptid, ptid_build, pid_to_ptid, ptid_get_pid)
1937 (ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid): Change
1938 describing comments.
1939
1940 2013-10-04 Joel Brobecker <brobecker@adacore.com>
1941
1942 * aix-thread.c (sync_threadlists): Add missing ')' in call
1943 to ptid_build.
1944
1945 2013-10-04 Joel Brobecker <brobecker@adacore.com>
1946
1947 * procfs.c (procfs_init_inferior): Fix typo causing the build
1948 to fail.
1949
1950 2013-10-04 Joel Brobecker <brobecker@adacore.com>
1951
1952 * aix-thread.c (ptrace32): Remove cast to addr_ptr.
1953
1954 2013-10-04 Joel Brobecker <brobecker@adacore.com>
1955
1956 * mi/mi-main.c (run_one_inferior): Add function description.
1957 Make ARG a pointer to an integer whose value determines whether
1958 we should "run" or "start" the program.
1959 (mi_cmd_exec_run): Add handling of the "--start" option.
1960 Reject all other command-line options.
1961 * NEWS: Add entry for "-exec-run"'s new "--start" option.
1962
1963 2013-10-04 Yao Qi <yao@codesourcery.com>
1964
1965 * remote-notif.h (REMOTE_NOTIF_ID): New enum.
1966 (struct notif_client) <pending_event>: Moved
1967 to struct remote_notif_state.
1968 <id>: New field.
1969 (struct remote_notif_state) <pending_event>: New field.
1970 (notif_event_xfree): Declare.
1971 * remote-notif.c (handle_notification): Adjust.
1972 (notif_event_xfree): New function.
1973 (do_notif_event_xfree): Call notif_event_xfree.
1974 (remote_notif_state_xfree): Call notif_event_xfree to free
1975 each element in field pending_event.
1976 * remote.c (discard_pending_stop_replies): Remove declaration.
1977 (discard_pending_stop_replies_in_queue): Declare.
1978 (remote_close): Call discard_pending_stop_replies_in_queue
1979 instead of discard_pending_stop_replies.
1980 (remote_start_remote): Adjust.
1981 (stop_reply_xfree): Call notif_event_xfree.
1982 (notif_client_stop): Adjust initialization.
1983 (remote_notif_remove_all): Rename it to ...
1984 (remove_stop_reply_for_inferior): ... this. Update comments.
1985 Don't check INF is NULL.
1986 (discard_pending_stop_replies): Return early if notif_state is
1987 NULL. Adjust. Don't check INF is NULL.
1988 (remote_notif_get_pending_events): Adjust.
1989 (discard_pending_stop_replies_in_queue): New function.
1990 (remote_wait_ns): Likewise.
1991
1992 2013-10-04 Yao Qi <yao@codesourcery.com>
1993
1994 * remote-notif.c (DECLARE_QUEUE_P): Remove.
1995 (notif_queue): Remove.
1996 (remote_notif_process): Add one parameter 'notif_queue'.
1997 Update comments. Callers update.
1998 (remote_async_get_pending_events_token): Remove.
1999 (remote_notif_register_async_event_handler): Remove.
2000 (remote_notif_unregister_async_event_handler): Remove.
2001 (handle_notification): Add parameter 'notif_queue'. Update
2002 comments. Callers update.
2003 (notif_xfree): Remove.
2004 (remote_notif_state_allocate): New function.
2005 (remote_notif_state_xfree): New function.
2006 (_initialize_notif): Remove code to allocate queue.
2007 * remote-notif.h (DECLARE_QUEUE_P): Moved from remote-notif.c.
2008 (struct remote_notif_state): New.
2009 (handle_notification): Update declaration.
2010 (remote_notif_process): Likewise.
2011 (remote_notif_register_async_event_handler): Remove.
2012 (remote_notif_unregister_async_event_handler): Remove.
2013 (remote_notif_state_allocate): Declare.
2014 (remote_notif_state_xfree): Declare.
2015 * remote.c (struct remote_state) <notif_state>: New field.
2016 (remote_close): Don't call
2017 remote_notif_unregister_async_event_handler. Call
2018 remote_notif_state_xfree.
2019 (remote_open_1): Don't call
2020 remote_notif_register_async_event_handler. Call
2021 remote_notif_state_allocate.
2022
2023 2013-10-04 Yao Qi <yao@codesourcery.com>
2024
2025 * varobj.c (create_child_with_value): Remove 'const' from the
2026 type of parameter 'name'.
2027 (varobj_add_child): Likewise.
2028 (install_dynamic_child): Remove 'const' from the type of
2029 parameter 'name'.
2030 (varobj_add_child): Likewise.
2031 (create_child_with_value): Likewise. Update comments. Don't
2032 duplicate 'name'.
2033 (update_dynamic_varobj_children): Duplicate 'name'
2034 and pass it to install_dynamic_child.
2035
2036 2013-10-03 Phil Muldoon <pmuldoon@redhat.com>
2037
2038 * python/py-value.c (convert_value_from_python): Move PyInt_Check
2039 conversion logic to occur after PyLong_Check. Comment on order
2040 change significance.
2041 * python/py-arch.c (archpy_disassemble): Comment on order of
2042 conversion for integers and longs.
2043
2044 2013-10-03 Pedro Alves <palves@redhat.com>
2045
2046 * common/linux-ptrace.c (linux_check_ptrace_features): Factor out
2047 the PTRACE_O_TRACESYSGOOD and PTRACE_O_TRACEFORK to separate
2048 functions. Always test for PTRACE_O_TRACESYSGOOD even if
2049 PTRACE_O_TRACEFORK is not supported.
2050 (linux_test_for_tracesysgood): New function.
2051 (linux_test_for_tracefork): New function, factored out from
2052 linux_check_ptrace_features, and also don't kill child_pid here.
2053
2054 2013-10-03 Tristan Gingold <gingold@adacore.com>
2055
2056 * i386-darwin-nat.c (i386_darwin_dr_set): Fix argument type.
2057 Remove verbose error reporting. Use detected state to
2058 thread_set_state call.
2059 (i386_darwin_dr_get): Fix return type. Remove verbose error
2060 report.
2061 Remove trailing spaces.
2062
2063 2013-10-02 Pedro Alves <palves@redhat.com>
2064
2065 * cp-valprint.c (cp_print_value_fields): Adjust calls to
2066 val_print_optimized_out.
2067 * jv-valprint.c (java_print_value_fields): Likewise.
2068 * p-valprint.c (pascal_object_print_value_fields): Likewise.
2069 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full)
2070 <DWARF_VALUE_REGISTER>: If the register was not saved, return a
2071 new optimized out value.
2072 * findvar.c (address_from_register): Likewise.
2073 * frame.c (put_frame_register): Tweak error string to say the
2074 register was not saved, rather than optimized out.
2075 * infcmd.c (default_print_one_register_info): Adjust call to
2076 val_print_optimized_out. Use value_of_register instead of
2077 get_frame_register_value.
2078 * mi/mi-main.c (output_register): Use value_of_register instead of
2079 get_frame_register_value.
2080 * valprint.c (valprint_check_validity): Likewise.
2081 (val_print_optimized_out): New value parameter. If the value is
2082 lval_register, print <not saved> instead.
2083 (value_check_printable, val_print_scalar_formatted): Adjust calls
2084 to val_print_optimized_out.
2085 * valprint.h (val_print_optimized_out): New value parameter.
2086 * value.c (struct value) <optimized_out>: Extend comment.
2087 (error_value_optimized_out): New function.
2088 (require_not_optimized_out): Use it. Use a different string for
2089 lval_register values.
2090 * value.h (error_value_optimized_out): New declaration.
2091 * NEWS: Mention <not saved>.
2092
2093 2013-10-02 Joel Brobecker <brobecker@adacore.com>
2094
2095 * symtab.c (compare_search_syms): Use FILENAME_CMP instead of
2096 strcmp to compare two symtab filenames.
2097
2098 2013-10-02 Joel Brobecker <brobecker@adacore.com>
2099
2100 * symtab.c (search_symbols_equal): Delete.
2101 (sort_search_symbols_remove_dups): Replace call to
2102 search_symbols_equal by call to compare_search_syms,
2103 adjusting as necessary.
2104
2105 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
2106
2107 PR python/15579
2108 * python/python.c: Document gdb.execute command in Python help.
2109
2110 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
2111
2112 * python/py-frame.c (frame_info_to_frame_object): Use
2113 gdbpy_convert_exception. Clean up Python object on failure.
2114
2115 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
2116
2117 * python/lib/gdb/command/frame_filters.py
2118 (InfoFrameFilter.list_frame_filters): Retrieve exception manually.
2119 (ShowFrameFilterPriority.invoke): Ditto.
2120
2121 2013-10-01 Keith Seitz <keiths@redhat.com>
2122
2123 * linespec.c (struct ls_parser): Make 'saved_arg' const.
2124 (parse_linespec): Make 'argptr' const.
2125 Remove temporary cast of 'argptr' to const char **.
2126 (decode_line_full): Pass const pointer to parse_linespec.
2127 (decode_line_1): Likewise.
2128 (decode_objc): Make local variable 'new_argptr' const.
2129 (find_function_symbols): Remove temporary cast to char *
2130 to find_imps.
2131 * objc-lang.c (find_imps): Make argument 'method' const.
2132 Return const.
2133 * objc-lang.h (find_imps): Likewise.
2134
2135 2013-10-01 Keith Seitz <keiths@redhat.com>
2136
2137 * completer.c (skip_quoted_chars): Make all arguments const.
2138 Return const.
2139 (skip_quoted): Likewise.
2140 * completer.h (skip_quoted_chars): Likewise.
2141 (skip_quoted): Likewise.
2142 * defs.h (skip_quoted): Remove duplicate declaration.
2143 * jv-exp.y: Include completer.h.
2144 (yylex): Remove unneccessary cast to char * fro skip_quoted.
2145 * p-exp.y: Include completer.h.
2146
2147 2013-10-01 Keith Seitz <keiths@redhat.com>
2148
2149 * c-exp.y (parse_number): Make first argument const.
2150 Make a copy of the input to manipulate.
2151 (c_parse_escape): Make first argument const.
2152 Make local variable 'tokptr' const.
2153 (parse_string_or_char): Make first two arguments const.
2154 (macro_original_text): Make const.
2155 (lex_one_token): Make local variable 'tokstart' const.
2156 Likewise for local variables named 'p'.
2157 Cast away const for struct stoken (temporary).
2158 * c-lang.h (c_parse_escpae): Make first argument const.
2159 * cli/cli-cmds.c (echo_command): Make local variable 'p'
2160 const.
2161 * cli/cli-setshow.c (do_set_command): Likewise for 'p' in
2162 var_string case.
2163 * f-exp.y (parse_number): Make first argument const.
2164 (match_string_literal): Make local variable 'tokstart'
2165 const.
2166 (yylex): Make local variable 'p' const.
2167 Cast away const for struct stoken (temporary).
2168 * go-exp.y (parse_number): Make first argument const.
2169 (parse_string_or_char): Likewise.
2170 Make local variable 'tokstart' const.
2171 (lex_one_token): Likewise for numerous locals called 'p'.
2172 Cast away const for struct stoken (temporary).
2173 * jv-exp.y (parse_number): Make first argument const.
2174 Make local variables 'tokstart' and 'tokptr' const.
2175 Cast away const for call to skip_quoted (temporary).
2176 (yylex): Make local variable 'p' const.
2177 Cast away const for struct stoken (temporary).
2178 * m2-exp.y (parse_number): Make local variable 'p' const.
2179 (yylex): Likewise for 'tokstart'.
2180 Cast away const for struct stoken (temporary).
2181 Make local variable 'p' const.
2182 * macroexp.c (get_character_constant): Pass a const string
2183 to c_parse_escape.
2184 (get_string_literal): Likewise.
2185 (macro_expand_next): Make first argument const.
2186 Cast away const for init_shared_buffer.
2187 * macroexp.h (macro_expand_next): Make first argument const.
2188 * p-exp.y (yylex): Make a local copy of 'lexptr'.
2189 Pass a const string to c_parse_escape.
2190 Make local variables 'p' and 'namestart' const.
2191 * parse.c (lexptr): Make const.
2192 (prev_lexptr): Likewise.
2193 (find_template_name_end): Return const.
2194 Make argument const, too.
2195 (parse_exp_in_context): Make first argument const.
2196 Remove the entire const_hack.
2197 (parse_exp_in_context_1): Make first argument const.
2198 * parser-defs.h (find_template_name_end): Return const.
2199 Make argument const, too.
2200 (lexptr): Make const.
2201 (prev_lexptr): Likewise.
2202 * utils.c (parse_escape): Make second argument const.
2203 * utils.h (parse_escape): Likewise.
2204
2205 2013-10-01 Keith Seitz <keiths@redhat.com>
2206
2207 * ada-exp.y (write_object_renaming): Update: struct stoken.ptr
2208 is now const.
2209 (block_lookup): Make 'raw_name' and 'name' const.
2210 * ada-lex.l (processString): Update for struct stoken.ptr.
2211 * c-exp.y (qualified_name : TYPENAME COLONCOLON '~' name): Likewise.
2212 (operator_stoken): Likewise.
2213 (lex_one_token): Remove temporary cast to char * for
2214 'yylval.sval.ptr'.
2215 * f-exp.y (yylex): Likewise.
2216 * gdb-types.c (lookup_struct_elt_type): Make argument 'name' const.
2217 * gdbtypes.h (lookup_struct_elt_type): Likewisee.
2218 * go-exp.y (lex_one_token): Remove temporary cast to char * for
2219 'yylval.sval.ptr'.
2220 * jv-exp.y (QualifiedName): Update for struct stoken.ptr.
2221 (yylex): Remove temporary cast to char * for 'yylval.sval.ptr'.
2222 * linespec.c (struct ls_parser): Make 'stream' const.
2223 (find_parameter_list_end): Make argument 'input' and local
2224 variable 'p' const.
2225 (linespec_lexer_lex_string): Make local variables 'start' and
2226 'p' const.
2227 Use skip_spaces_const instead of skip_spaces.
2228 (linespec_lexer_peek_token): Make local variable 'saved_stream'
2229 const.
2230 (parse_linespec): Temporarily cast 'argptr' to const for
2231 'parser->lexer.stream'.
2232 * m2-exp.y (yylex): Remove temporary cast to char * for
2233 'yylval.sval.ptr'.
2234 * objc-lang.c (add_msglist): Make local variable 'p' const.
2235 * p-exp.y (exp : exp '['): Update for struct stoken.ptr.
2236 (exp : STRING): Make 'sp' const.
2237 (parse_number): Make argument 'p' const.
2238 * parser-defs.h (struct stoken): Make 'ptr' const.
2239
2240 2013-10-01 Doug Evans <dje@google.com>
2241
2242 * cli/cli-decode.c: Remove unnecessary inclusion of tui/tui.h.
2243
2244 2013-10-01 Yao Qi <yao@codesourcery.com>
2245
2246 * varobj.c (c_value_of_root): Remove declaration.
2247 (cplus_value_of_root, java_value_of_root): Likewise.
2248 (ada_value_of_root): Likewise.
2249 (struct language_specific) <value_of_root>: Remove.
2250 (languages): Update initialization.
2251 (check_scope): Move earlier.
2252 (c_value_of_root): Move earlier and rename to ...
2253 (value_of_root_1): ... this.
2254 (value_of_root): Caller update.
2255 (cplus_value_of_root, java_value_of_root): Remove.
2256 (ada_value_of_root): Remove.
2257
2258 2013-10-01 Yao Qi <yao@codesourcery.com>
2259
2260 * varobj.c (varobj_format_string): Remove "unknown".
2261 (languages): Remove the first element.
2262 * varobj.h (enum varobj_languages): Remove vlang_c.
2263
2264 2013-10-01 Yao Qi <yao@codesourcery.com>
2265
2266 * varobj.c (struct language_specific) <language>: Remove.
2267 (languages): Update the initialization.
2268
2269 2013-10-01 Yao Qi <yao@codesourcery.com>
2270
2271 * arm-wince-tdep.c: Remove inclusion of "solib.h" and
2272 "solib-target.h". Include "windows-tdep.h".
2273 (arm_wince_init_abi): Call windows_init_abi. Remove call to
2274 set_solib_ops and set_gdbarch_has_dos_based_file_system.
2275 * configure.tgt (arm*-wince-pe | arm*-*-mingw32ce*): Append
2276 windows-tdep.o to gdb_target_obs.
2277
2278 2013-10-01 Yao Qi <yao@codesourcery.com>
2279
2280 * amd64-windows-tdep.c: Remove inclusion of "solib.h" and
2281 "solib-target.h".
2282 (amd64_windows_init_abi): Don't call set_solib_ops and
2283 set_gdbarch_iterate_over_objfiles_in_search_order. Call
2284 windows_init_abi instead.
2285 * i386-cygwin-tdep.c: Remove inclusion of "solib.h" and
2286 "solib-target.h".
2287 (i386_cygwin_init_abi): Don't call set_solib_ops,
2288 set_gdbarch_has_dos_based_file_system and
2289 set_gdbarch_iterate_over_objfiles_in_search_order. Call
2290 windows_init_abi instead.
2291 * windows-tdep.c: Include "solib.h" and "solib-target.h".
2292 (windows_init_abi): New function.
2293 (windows_iterate_over_objfiles_in_search_order): Make it
2294 static.
2295 * windows-tdep.h (windows_init_abi): Declare.
2296 (windows_iterate_over_objfiles_in_search_order): Remove
2297 declaration.
2298
2299 2013-10-01 Jerome Guitton <guitton@adacore.com>
2300
2301 Checked in by Joel Brobecker <brobecker@adacore.com>
2302 * system-gdbinit/elinos.py (get_elinos_environment): Return an
2303 incomplete dictionnary instead of None in case of missing
2304 environment variables.
2305 (elinos_init): in case of an incomplete environment, best
2306 effort to load system libraries instead of abort.
2307
2308 2013-10-01 Joel Brobecker <brobecker@adacore.com>
2309
2310 * ada-lang.c (ada_has_this_exception_support): Ignore
2311 mst_solib_trampoline minimal symbols.
2312
2313 2013-09-30 Tristan Gingold <gingold@adacore.com>
2314
2315 * i386-darwin-nat.c (darwin_complete_target): Install methods for
2316 hardware watchpoint.
2317 (i386_darwin_dr_set): Support 32 and 64 bit states.
2318 (i386_darwin_dr_get): Likewise.
2319 (i386_darwin_dr_set_control): Make static.
2320 (i386_darwin_dr_set_addr, i386_darwin_dr_get_addr)
2321 (i386_darwin_dr_get_status, i386_darwin_dr_get_control): Likewise.
2322
2323 2013-09-30 Luis Machado <lgustavo@codesourcery.com>
2324
2325 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2326 Replace TIDGET with ptid_get_lwp.
2327 Replace GET_LWP with ptid_get_lwp.
2328 * aix-thread.c (BUILD_THREAD, BUILD_LWP): Remove.
2329 Replace BUILD_THREAD with ptid_build.
2330 Replace BUILD_LWP with ptid_build.
2331 Replace PIDGET with ptid_get_pid.
2332 Replace TIDGET with ptid_get_lwp.
2333 * alphabsd-nat.c: Replace PIDGET with ptid_get_pid.
2334 * amd64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2335 Replace TIDGET with ptid_get_lwp.
2336 * amd64bsd-nat.c: Replace PIDGET with ptid_get_pid.
2337 * arm-linux-nat.c: Replace PIDGET with ptid_get_pid.
2338 Replace TIDGET with ptid_get_lwp.
2339 Replace GET_LWP with ptid_get_lwp.
2340 * armnbsd-nat.c: Replace PIDGET with ptid_get_pid.
2341 * auxv.c: Likewise.
2342 * breakpoint.c: Likewise.
2343 * common/ptid.c (ptid_is_pid): Condense check for
2344 null_ptid and minus_one_ptid.
2345 (ptid_lwp_p): New function.
2346 (ptid_tid_p): New function.
2347 * common/ptid.h: Update comments for accessors.
2348 (ptid_lwp_p): New prototype.
2349 (ptid_tid_p): New prototype.
2350 * defs.h (PIDGET, TIDGET, MERGEPID): Do not define.
2351 * gcore.c: Replace PIDGET with ptid_get_pid.
2352 * gdbthread.h: Likewise.
2353 * gnu-nat.c: Likewise.
2354 * hppa-linux-nat.c: Replace PIDGET with ptid_get_pid.
2355 Replace TIDGET with ptid_get_lwp.
2356 * hppabsd-nat.c: Replace PIDGET with ptid_get_pid.
2357 * hppanbsd-nat.c: Likewise.
2358 * i386-linux-nat.c: Replace PIDGET with ptid_get_pid.
2359 Replace TIDGET with ptid_get_lwp.
2360 * i386bsd-nat.c: Replace PIDGET with ptid_get_pid.
2361 * ia64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2362 * infcmd.c: Likewise.
2363 * inferior.h: Likewise.
2364 * inflow.c: Likewise.
2365 * infrun.c: Likewise.
2366 * linux-fork.c: Likewise.
2367 * linux-nat.c: Replace PIDGET with ptid_get_pid.
2368 Replace GET_PID with ptid_get_pid.
2369 Replace is_lwp with ptid_lwp_p.
2370 Replace GET_LWP with ptid_get_lwp.
2371 Replace BUILD_LWP with ptid_build.
2372
2373 2013-09-28 Mike Frysinger <vapier@gentoo.org>
2374
2375 * common/linux-btrace.c: Move sys/syscall.h out of the
2376 HAVE_LINUX_PERF_EVENT_H check and wrap it in HAVE_SYS_SYSCALL_H.
2377 Also check for SYS_perf_event_open before attempting to buid.
2378
2379 2013-09-27 Doug Evans <dje@google.com>
2380
2381 * dwarf2read.c (dwarf2_section_info): Add comment.
2382 (dwp_file): Split loaded_cutus into loaded_cus, loaded_tus.
2383 All uses updated.
2384 (dwarf2_section_empty_p): Rename arg from "info" to "section".
2385 (dwarf2_read_section): Delete unused local "header". Add section
2386 name to error message.
2387 (create_dwo_in_dwp): Tweak comment.
2388 (MAX_NR_DWO_SECTIONS): Combine count of .debug_macro + .debug_macinfo.
2389
2390 * dwarf2read.c (die_reader_specs): Tweak comment.
2391 (get_section_bfd_owner, get_section_bfd_section): New functions.
2392 (get_section_name, get_section_file_name): New functions.
2393 (get_section_id, get_section_flags): New functions.
2394 (*): Use new functions to access section fields.
2395
2396 * dwarf2read.c (struct dwo_file): Add/tweak comments.
2397 (lookup_dwo_unit_in_dwp): Renamed from lookup_dwo_in_dwp. Remove
2398 arg "htab". All callers updated.
2399 (create_debug_types_hash_table): Remove redundant copy of
2400 abbrev_section.
2401 (create_dwo_in_dwp): Tweak comments.
2402 (read_str_index): Tweak comment. Record dwarf form name in static
2403 local.
2404
2405 2013-09-27 Pedro Alves <palves@redhat.com>
2406
2407 * remote.h (REMOTE_SYSROOT_PREFIX): New define.
2408 (remote_filename_p): Add comment.
2409 * remote.c (remote_filename_p): Adjust to use
2410 REMOTE_SYSROOT_PREFIX.
2411 * solib.c (solib_find): When deciding whether we need to add a
2412 directory separator, check whether the sysroot is "remote:"
2413 instead of checking whether the patch has a drive spec. Add
2414 comments.
2415
2416 2013-09-27 Pedro Alves <palves@redhat.com>
2417
2418 * remote.c (struct stop_reply) <solibs_changed, replay_event>:
2419 Delete fields.
2420 (remote_parse_stop_reply): Adjust, setting event->ws.kind
2421 directly.
2422
2423 2013-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2424
2425 Fix set debug frame output.
2426 * frame.c (fprint_frame_type): Add TAILCALL_FRAME entry. Move
2427 SENTINEL_FRAME entry lower to match enum frame_type order.
2428
2429 2013-09-26 Pierre Muller <muller@sourceware.org>
2430
2431 Replace constant values 8 to 15 by AMD64_R8_REGNUM to
2432 AMD64_R15_REGNUM when a register index is expected.
2433 * amd64-windows-tdep.c (amd64_windows_dummy_call_integer_regs):
2434 Substitute in array.
2435 * amd64-tdep.c (amd64_dwarf_regmap): Ditto.
2436 (amd64_push_arguments): Substitute in integer_regnum array.
2437
2438 2013-09-25 Doug Evans <dje@google.com>
2439
2440 * objfiles.c (allocate_objfile): Move comment to better place.
2441
2442 New option "set debug symfile on".
2443 * NEWS: Mention "set debug symfile".
2444 * Makefile.in (SFILES): Add symfile-debug.c.
2445 (COMMON_OBS): Add symfile-debug.o.
2446 * elfread.c (elf_symfile_read): Use objfile_set_sym_fns to set the
2447 objfile's symbol functions.
2448 * objfiles.h (objfile_set_sym_fns): Declare.
2449 * symfile-debug.c: New file.
2450 * symfile.c (syms_from_objfile_1): Use objfile_set_sym_fns to set the
2451 objfile's symbol functions.
2452 (reread_symbols): Ditto.
2453
2454 * symfile.h (struct sym_fns): Delete member "sym_flavour".
2455 All uses updated.
2456 (add_symtab_fns): Update prototype.
2457 * symfile.c (sym_fns_ptr): Delete. Replace with ...
2458 (registered_sym_fns): ... this.
2459 (symtab_fns): Update.
2460 (add_symtab_fns): New arg "flavour". All callers updated.
2461 (find_sym_fns): Rewrite to use new sym_fns registry.
2462
2463 * symfile.h (struct sym_fns): Add "objfile" argument to
2464 sym_read_linetable. All uses updated.
2465
2466 * symtab.c (domain_name, search_domain_name): New functions.
2467 * symtab.h (domain_name, search_domain_name): Declare.
2468
2469 * symfile.h (struct quick_symbol_functions): Reorg arg list of
2470 map_matching_symbols so objfile is first. All uses updated.
2471 * dwarf2read.c (dw2_map_matching_symbols): Update signature.
2472 * psymtab.c (map_matching_symbols_psymtab): Update signature.
2473
2474 2013-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
2475
2476 PR shlibs/8882
2477 * solib-svr4.c (svr4_read_so_list): Skip the vDSO when reading
2478 link map entries.
2479
2480 2013-09-24 Doug Evans <dje@google.com>
2481
2482 * objfiles.c (free_objfile): Move comment.
2483
2484 2013-09-24 Joel Brobecker <brobecker@adacore.com>
2485
2486 * ada-exp.y (string_to_operator): Delete.
2487 (dummy_string_to_ada_operator): Delete.
2488
2489 2013-09-24 Joel Brobecker <brobecker@adacore.com>
2490
2491 Revert:
2492 * i386-tdep.h (enum amd64_reg_class): New, moved here from
2493 amd64-tdep.c.
2494 (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
2495 call_dummy_integer_regs, and classify.
2496 * amd64-tdep.h (amd64_classify): Add declaration.
2497 * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
2498 (amd64_reg_class): Delete, moved to i386-tdep.h.
2499 (amd64_classify): Make non-static. Move declaration to amd64-tdep.h.
2500 Replace call to amd64_classify by call to tdep->classify.
2501 (amd64_push_arguments): Get the list of registers to use for
2502 passing integer parameters from the gdbarch tdep structure,
2503 rather than using a hardcoded one. Replace calls to amd64_classify
2504 by calls to tdep->classify.
2505 (amd64_push_dummy_call): Get the register number used for
2506 the "hidden" argument from tdep->call_dummy_integer_regs.
2507 (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
2508 and tdep->call_dummy_integer_regs. Set tdep->classify.
2509
2510 2013-09-24 Joel Brobecker <brobecker@adacore.com>
2511
2512 Revert:
2513 * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
2514 * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
2515 where tdep->memory_args_by_pointer is non-zero.
2516
2517 2013-09-24 Joel Brobecker <brobecker@adacore.com>
2518
2519 Revert:
2520 * i386-tdep.h (struct gdbarch_tdep): Add new field
2521 integer_param_regs_saved_in_caller_frame.
2522 * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
2523 stack if tdep->integer_param_regs_saved_in_caller_frame is set.
2524
2525 2013-09-24 Joel Brobecker <brobecker@adacore.com>
2526
2527 * amd64-windows-tdep.c: #include "value.h"
2528 (amd64_windows_classify): Delete.
2529 (amd64_windows_passed_by_integer_register)
2530 (amd64_windows_passed_by_xmm_register)
2531 (amd64_windows_passed_by_pointer)
2532 (amd64_windows_adjust_args_passed_by_pointer)
2533 (amd64_windows_store_arg_in_reg, amd64_windows_push_arguments)
2534 (amd64_windows_push_dummy_call): New functions.
2535 (amd64_windows_init_abi): Remove setting of
2536 tdep->call_dummy_num_integer_regs, tdep->call_dummy_integer_regs,
2537 tdep->classify, tdep->memory_args_by_pointer and
2538 tdep->integer_param_regs_saved_in_caller_frame.
2539 Add call to set_gdbarch_push_dummy_call.
2540
2541 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2542
2543 * dwarf2read.c (open_and_init_dwp_file): Try open_dwp_file also with
2544 objfile->original_name.
2545
2546 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2547
2548 Pass down original filename for objfile.
2549 * coffread.c (coff_symfile_read): Update symbol_file_add_separate call.
2550 * elfread.c (elf_symfile_read): Likewise.
2551 * jit.c (jit_object_close_impl): Update allocate_objfile call, no
2552 longer set ORIGINAL_NAME.
2553 (jit_bfd_try_read_symtab): Update symbol_file_add_from_bfd call.
2554 * jv-lang.c (get_dynamics_objfile): Update allocate_objfile call.
2555 * machoread.c (macho_add_oso_symfile): Add parameter name. Update
2556 symbol_file_add_from_bfd call.
2557 (macho_symfile_read_all_oso): Update two macho_add_oso_symfile calls.
2558 (macho_check_dsym): Add parameter filenamep. Change function comment.
2559 Set *filenamep.
2560 (macho_symfile_read): New variable dsym_filename. Update
2561 macho_check_dsym call. Use it for symbol_file_add_separate.
2562 * objfiles.c (allocate_objfile): Add parameter name. New comment for
2563 it. Use it for objfile->original_name.
2564 (objfile_name): Return OBFD's filename, if available.
2565 * objfiles.h (allocate_objfile): Add new parameter name.
2566 * solib.c (solib_read_symbols): Update symbol_file_add_from_bfd call.
2567 * symfile-mem.c (symbol_file_add_from_memory): Update
2568 symbol_file_add_from_bfd call.
2569 * symfile.c (read_symbols): Update symbol_file_add_separate call, new
2570 comment for it.
2571 (symbol_file_add_with_addrs): New parameter name, add function comment
2572 for it. Remove variable name. Update allocate_objfile call.
2573 (symbol_file_add_separate): New parameter name, add function comment
2574 for it. Update symbol_file_add_with_addrs call.
2575 (symbol_file_add_from_bfd): New parameter name. Update
2576 symbol_file_add_with_addrs call.
2577 (symbol_file_add): Update symbol_file_add_from_bfd call.
2578 (reread_symbols): New variable original_name. Save
2579 objfile->original_name by it.
2580 * symfile.h (symbol_file_add_from_bfd, symbol_file_add_separate): Add
2581 second parameter.
2582
2583 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2584
2585 Code cleanup: Add objfile_name accessor function.
2586 * ada-lang.c (is_known_support_routine): Use objfile_name.
2587 * auto-load.c (source_gdb_script_for_objfile)
2588 (auto_load_objfile_script): Likewise.
2589 * coffread.c (coff_symtab_read, read_one_sym): Likewise.
2590 * dbxread.c (dbx_symfile_read): Likewise.
2591 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
2592 * dwarf2loc.c (locexpr_describe_location_piece): Likewise.
2593 * dwarf2read.c (dwarf2_get_dwz_file, dwarf2_read_index)
2594 (dw2_symtab_iter_next, dw2_expand_symtabs_matching)
2595 (lookup_dwp_signatured_type, lookup_dwo_unit)
2596 (dwarf2_build_psymtabs_hard, scan_partial_symbols, process_queue)
2597 (fixup_go_packaging, process_imported_unit_die, dwarf2_physname)
2598 (read_import_statement, create_dwo_cu, open_and_init_dwp_file)
2599 (lookup_dwo_cutu, read_call_site_scope, dwarf2_ranges_read)
2600 (dwarf2_record_block_ranges, read_common_block, read_typedef)
2601 (read_subrange_type, load_partial_dies, read_partial_die)
2602 (read_addr_index_1, read_str_index, dwarf_decode_lines_1)
2603 (die_containing_type, build_error_marker_type, lookup_die_type)
2604 (follow_die_ref_or_sig, follow_die_ref, dwarf2_fetch_die_loc_sect_off)
2605 (dwarf2_fetch_constant_bytes, follow_die_sig, get_signatured_type)
2606 (get_DW_AT_signature_type, write_psymtabs_to_index)
2607 (save_gdb_index_command): Likewise.
2608 * elfread.c (find_separate_debug_file_by_buildid, elf_symfile_read):
2609 Likewise.
2610 * expprint.c (dump_subexp_body_standard): Likewise.
2611 * gdbtypes.c (type_name_no_tag_or_error): Likewise.
2612 * jit.c (jit_object_close_impl): Use the objfile field name renamed to
2613 original_name.
2614 * linux-thread-db.c (try_thread_db_load_from_pdir_1): New variable
2615 obj_name, use objfile_name for it, use the variable.
2616 (try_thread_db_load_from_pdir, has_libpthread, thread_db_new_objfile):
2617 Use objfile_name.
2618 * machoread.c (macho_symtab_read, macho_check_dsym)
2619 (macho_symfile_relocate): Likewise.
2620 * maint.c (maintenance_translate_address): Likewise.
2621 * minidebug.c (find_separate_debug_file_in_section): Likewise.
2622 * minsyms.c (install_minimal_symbols): Likewise.
2623 * objfiles.c (allocate_objfile): Use the objfile field name renamed to
2624 original_name.
2625 (filter_overlapping_sections): Use objfile_name.
2626 (objfile_name): New function.
2627 * objfiles.h (struct objfile): Rename field name to original_name.
2628 (objfile_name): New prototype.
2629 * printcmd.c (sym_info, address_info): Use objfile_name.
2630 * probe.c (parse_probes, collect_probes, compare_probes)
2631 (info_probes_for_ops): Likewise.
2632 * progspace.c (clone_program_space): Likewise.
2633 * psymtab.c (require_partial_symbols, dump_psymtab, allocate_psymtab)
2634 (maintenance_info_psymtabs): Likewise.
2635 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
2636 (source_section_scripts): Likewise.
2637 * python/py-objfile.c (objfpy_get_filename): Likewise.
2638 * python/py-progspace.c (pspy_get_filename): Likewise.
2639 * solib-aix.c (solib_aix_get_toc_value): Likewise.
2640 * solib-som.c (match_main, som_solib_section_offsets): Likewise.
2641 * solib.c (solib_read_symbols): Likewise.
2642 * stabsread.c (scan_file_globals): Likewise.
2643 * stap-probe.c (handle_stap_probe): Likewise.
2644 * symfile.c (symbol_file_clear, separate_debug_file_exists)
2645 (find_separate_debug_file_by_debuglink): Likewise.
2646 (reread_symbols): Likewise. Use the objfile field name renamed to
2647 original_name.
2648 (allocate_symtab): Use objfile_name.
2649 * symmisc.c (print_symbol_bcache_statistics, print_objfile_statistics)
2650 (dump_objfile, dump_msymbols, dump_symtab_1)
2651 (maintenance_print_msymbols, maintenance_print_objfiles)
2652 (maintenance_info_symtabs, maintenance_check_symtabs): Likewise.
2653 * target.c (target_translate_tls_address, target_info): Likewise.
2654 * xcoffread.c (xcoff_initial_scan): Make variable name const. Use
2655 objfile_name.
2656
2657 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2658
2659 Code cleanup.
2660 * probe.c (parse_probes): Rename variable objfile_name to
2661 objfile_namestr.
2662
2663 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2664
2665 Remove solib-sunos.c.
2666 * Makefile.in (ALLDEPFILES): Remove solib-sunos.c.
2667 * config/m68k/obsd.mh (NATDEPFILES): Remove solib-sunos.o.
2668 * objfiles.c (rt_common_objfile): Remove.
2669 (free_objfile): Remove rt_common_objfile comparison.
2670 * objfiles.h (rt_common_objfile): Remove.
2671 * solib-sunos.c: Remove.
2672 * symfile.c (reread_symbols): Remove solib-sunos.c comment.
2673
2674 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2675
2676 Remove a.out NetBSD and OpenBSD hosts.
2677 * NEWS (Removed native configurations): New.
2678 * config/arm/nbsdaout.mh: Remove.
2679 * config/i386/nbsdaout.mh: Remove.
2680 * config/i386/obsdaout.mh: Remove.
2681 * config/m68k/nbsdaout.mh: Remove.
2682 * config/sparc/nbsdaout.mh: Remove.
2683 * config/vax/nbsdaout.mh: Remove.
2684 * configure.host (arm*-*-netbsd*, i[34567]86-*-netbsd*)
2685 (i[34567]86-*-openbsd[0-2].*, i[34567]86-*-openbsd3.[0-3])
2686 (m68*-*-netbsd*, sparc-*-netbsd*, vax-*-netbsd*): Add them to obsolete
2687 error.
2688 (arm*-*-netbsd*, i[34567]86-*-netbsd*, i[34567]86-*-openbsd[0-2].*)
2689 (i[34567]86-*-openbsd3.[0-3], m68*-*-netbsd*, sparc-*-netbsdaout*)
2690 (sparc-*-netbsd*, vax-*-netbsd*): Remove.
2691
2692 2013-09-23 Tom Tromey <tromey@redhat.com>
2693
2694 * linespec.c (struct minsym_and_objfile): Remove.
2695 (minsym_and_objfile_d): Remove.
2696 (struct linespec, struct collect_info, linespec_parse_basic)
2697 (convert_linespec_to_sals, linespec_parser_delete, decode_objc)
2698 (compare_msymbols, find_method, find_function_symbols)
2699 (find_linespec_symbols, struct collect_minsyms, compare_msyms)
2700 (add_minsym, search_minsyms_for_name): Update.
2701
2702 2013-09-23 Andrew Burgess <aburgess@broadcom.com>
2703
2704 * regcache.c: Add include of valprint.h.
2705 (dump_endian_bytes): Delete.
2706 (regcache_dump): Use print_hex_chars not dump_endian_bytes.
2707
2708 2013-09-23 Andrew Burgess <aburgess@broadcom.com>
2709
2710 * sh64-tdep.c (sh64_do_fp_register): Use print_hex_chars.
2711
2712 2013-09-19 Pedro Alves <palves@redhat.com>
2713
2714 * breakpoint.c (remove_threaded_breakpoints): Skip non-user
2715 breakpoints.
2716
2717 2013-09-19 Pedro Alves <palves@redhat.com>
2718 Thomas Schwinge <thomas@codesourcery.com>
2719 Yue Lu <hacklu.newborn@gmail.com>
2720
2721 * gnu-nat.c (gnu_read_inferior, gnu_write_inferior): Make static.
2722 Take a gdb_byte pointer instead of a char pointer.
2723
2724 * gnu-nat.c (gnu_xfer_memory): Adjust interface as
2725 gnu_xfer_partial helper.
2726 (gnu_xfer_partial): New function.
2727 (gnu_target): Don't install a deprecated_xfer_memory hook.
2728 Install a to_xfer_partial hook.
2729
2730 2013-09-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2731
2732 Constification.
2733 * main.c (captured_main): Replace catch_command_errors by
2734 catch_command_errors_const. Twice.
2735 * symfile.c (symbol_file_add_main_1): Make args parameter const.
2736 (symbol_file_add): Make name parameter const.
2737 (symbol_file_add_main, symbol_file_add_main_1): Make args parameter const.
2738 (symfile_bfd_open): Make name parameter const, rename it to cname. Add
2739 variable name. Change their usage accordingly.
2740 * symfile.h (symbol_file_add, symfile_bfd_open): Make first parameter
2741 const.
2742 (symbol_file_add_main): Make args parameter const.
2743
2744 2013-09-18 Raunaq Bathija <raunaq12@in.ibm.com>
2745 Ulrich Weigand <uweigand@de.ibm.com>
2746
2747 * xcoffread.c (struct coff_symbol): Use CORE_ADDR as type
2748 of c_value member.
2749 (read_xcoff_symtab): Use CORE_ADDR as type of fcn_start_addr.
2750
2751 2013-09-18 Pedro Alves <palves@redhat.com>
2752 Yue Lu <hacklu.newborn@gmail.com>
2753
2754 * gnu-nat.c (inf_validate_procs, gnu_wait, gnu_resume)
2755 (gnu_create_inferior)
2756 (gnu_attach, gnu_thread_alive, gnu_pid_to_str, cur_thread)
2757 (set_sig_thread_cmd): Use the lwpid field of ptids to
2758 store/extract thread ids instead of the tid field.
2759 * i386gnu-nat.c (gnu_fetch_registers): Adjust.
2760
2761 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
2762
2763 * infcmd.c (default_print_one_register_info): Add detection of
2764 optimized out values.
2765 (default_print_registers_info): Switch to using
2766 get_frame_register_value.
2767
2768 2013-09-18 Markus Metzger <markus.t.metzger@intel.com>
2769
2770 * infrun.c (handle_inferior_event): Check if we know the
2771 function start address before setting a resume breakpoint.
2772
2773 2013-09-18 Pedro Alves <palves@redhat.com>
2774
2775 * gnu-nat.c (set_sig_thread_cmd): Compare the thread's ptid to
2776 minus_one_ptid instead of looking at the ptid's tid field and
2777 comparing that to -1.
2778
2779 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
2780
2781 * main.h (get_gdb_program_name): Remove extra whitespace.
2782
2783 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
2784
2785 * main.h (get_gdb_program_name): Add declaration.
2786 * main.c (get_gdb_program_name): Add definition.
2787
2788 2013-09-17 Doug Evans <dje@google.com>
2789
2790 * dwarf2read.c: Move definitions of complaint functions to after
2791 forward declarations of local functions.
2792
2793 2013-09-17 Muhammad Waqas <mwaqas@codesourcery.com>
2794 Pedro Alves <palves@redhat.com>
2795
2796 PR gdb/11568
2797 * breakpoint.c (remove_threaded_breakpoints): New function.
2798 (_initialize_breakpoint): Attach remove_threaded_breakpoints
2799 as thread_exit observer.
2800
2801 2013-09-17 Pedro Alves <palves@redhat.com>
2802
2803 PR gdb/15911
2804 * ada-tasks.c (task_command_1): Adjust call to print_stack_frame.
2805 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
2806 * corelow.c (core_open):
2807 * frame.h (print_stack_frame, print_frame_info): New
2808 'set_current_sal' parameter.
2809 * infcmd.c (finish_command, kill_command): Adjust call to
2810 print_stack_frame.
2811 * inferior.c (inferior_command): Likewise.
2812 * infrun.c (normal_stop): Likewise.
2813 * linux-fork.c (linux_fork_context): Likewise.
2814 * record-full.c (record_full_goto_entry, record_full_restore):
2815 Likewise.
2816 * remote-mips.c (common_open): Likewise.
2817 * stack.c (print_stack_frame): New 'set_current_sal' parameter.
2818 Use it.
2819 (print_frame_info): New 'set_current_sal' parameter. Set the last
2820 displayed sal depending on the new paremeter instead of looking at
2821 print_what.
2822 (backtrace_command_1, select_and_print_frame, frame_command)
2823 (current_frame_command, up_command, down_command): Adjust call to
2824 print_stack_frame.
2825 * thread.c (print_thread_info, restore_selected_frame)
2826 (do_captured_thread_select): Adjust call to print_stack_frame.
2827 * tracepoint.c (tfind_1): Likewise.
2828 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
2829 (mi_cmd_stack_info_frame): Likewise.
2830 * mi/mi-interp.c (mi_on_normal_stop): Likewise.
2831 * mi/mi-main.c (mi_cmd_exec_return, mi_cmd_trace_find): Likewise.
2832
2833 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2834
2835 * value.c (isvoid_internal_fn): Replace "parameter" with
2836 "argument".
2837
2838 2013-09-16 Stan Shebs <stan@codesourcery.com>
2839
2840 * README: Update references to writing code for GDB.
2841 * configure.ac (build_warnings): Remove obsolete comment.
2842 * configure: Regenerate.
2843 * gdbarch.sh: Remove references to gdbint.texinfo.
2844 * gdbarch.h: Regenerate.
2845 * gdbtypes.c (objfile_type): Remove comments referencing internals
2846 manual and D10V.
2847
2848 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2849
2850 * NEWS: Mention new convenience function $_isvoid.
2851 * value.c (isvoid_internal_fn): New function.
2852 (_initialize_values): Add new convenience function $_isvoid.
2853
2854 2013-09-16 Pierre Muller <muller@sourceware.org>
2855
2856 * arm-linux-tdep.c: Add "elf/common.h" header.
2857 Remove AT_HWCAP macro definintion as it is provided in
2858 added include file.
2859 * s390-tdep.c: Remove system header <elf.h>
2860 Add "elf/common.h" header for AT_HWCAP definition.
2861 (s390_core_read_description): Use correct CORE_ADDR
2862 for hwcap local variable used as third parameter
2863 of function target_auxv_search.
2864
2865 2013-09-14 Pierre Muller <muller@sourceware.org>
2866 Tom Tromey <tromey@redhat.com>
2867 Pedro Alves <palves@redhat.com>
2868
2869 * common/filestuff.c (gdb_fopen_cloexec): Do not try to use "e"
2870 mode if operating system doesn't know O_CLOEXEC.
2871
2872 2013-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2873
2874 Code cleanup.
2875 * symfile.c (reread_symbols): Move variable obfd_filename to a more
2876 inner block.
2877
2878 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2879
2880 * NEWS: Mention TDB support.
2881 * features/s390-tdb.xml: New file.
2882 * features/s390-te-linux64.xml: New file.
2883 * features/s390x-te-linux64.xml: New file.
2884 * features/Makefile (WHICH): Add new tdescs above.
2885 (s390-te-linux64-expedite): Set.
2886 (s390x-te-linux64-expedite): Set.
2887 * features/s390-te-linux64.c: New file (generated).
2888 * features/s390x-te-linux64.c: New file (generated).
2889 * regformats/s390-te-linux64.dat: New file (generated).
2890 * regformats/s390x-te-linux64.dat: New file (generated).
2891 * s390-tdep.h (HWCAP_S390_HIGH_GPRS): Define.
2892 (HWCAP_S390_TE): Likewise.
2893 (S390_TDB_DWORD0_REGNUM): Likewise.
2894 (S390_TDB_DWORD0_REGNUM): Likewise.
2895 (S390_TDB_ABORT_CODE_REGNUM): Likewise.
2896 (S390_TDB_CONFLICT_TOKEN_REGNUM): Likewise.
2897 (S390_TDB_ATIA_REGNUM): Likewise.
2898 (S390_TDB_R0_REGNUM): Likewise.
2899 (S390_TDB_R1_REGNUM): Likewise.
2900 (S390_TDB_R2_REGNUM): Likewise.
2901 (S390_TDB_R3_REGNUM): Likewise.
2902 (S390_TDB_R4_REGNUM): Likewise.
2903 (S390_TDB_R5_REGNUM): Likewise.
2904 (S390_TDB_R6_REGNUM): Likewise.
2905 (S390_TDB_R7_REGNUM): Likewise.
2906 (S390_TDB_R8_REGNUM): Likewise.
2907 (S390_TDB_R9_REGNUM): Likewise.
2908 (S390_TDB_R10_REGNUM): Likewise.
2909 (S390_TDB_R11_REGNUM): Likewise.
2910 (S390_TDB_R12_REGNUM): Likewise.
2911 (S390_TDB_R13_REGNUM): Likewise.
2912 (S390_TDB_R14_REGNUM): Likewise.
2913 (S390_TDB_R15_REGNUM): Likewise.
2914 (S390_NUM_REGS): Increase.
2915 (S390_IS_TDBREGSET_REGNUM): New macro.
2916 (s390_regmap_tdb): Declare.
2917 (s390_sizeof_tdbregset): Define.
2918 (tdesc_s390_te_linux64): Declare.
2919 (tdesc_s390x_te_linux64): Likewise.
2920 * s390-tdep.c: Add includes for "auxv.h", <elf.h>,
2921 "features/s390-te-linux64.c", and "features/s390x-te-linux64.c".
2922 (s390_regmap_tdb): New regmap.
2923 (s390_supply_tdb_regset): New function.
2924 (s390_tdb_regset): New regset.
2925 (s390_linux64v2_regset_sections): Add TDB regset to list.
2926 (s390x_linux64v2_regset_sections): Likewise.
2927 (s390_regset_from_core_section): Recognize TDB core note section.
2928 (s390_core_read_description): If HWCAP indicates TE support,
2929 select tdesc_s390_te_linux64 or tdesc_s390_s390x_te_linux64.
2930 (s390_gdbarch_init): Handle TDB regset.
2931 (_initialize_s390_tdep): Initialize new tdescs.
2932 * s390-nat.c (HWCAP_S390_HIGH_GPRS): Remove define.
2933 (have_regset_tdb): New variable.
2934 (s390_native_supply): Support register invalidation.
2935 (fetch_regset): Invalidate registers if ptrace yields ENODATA.
2936 (check_regset): Treat ENODATA as "regset exists".
2937 (s390_linux_fetch_inferior_registers): Add TDB.
2938 (s390_read_description): Check for TDB existence and select
2939 appropriate tdesc.
2940 * gdbserver/Makefile.in (clean): Add removal of new makefile
2941 targets.
2942 (s390-te-linux64.c): New makefile target.
2943 (s390x-te-linux64.c): Likewise.
2944 * gdbserver/configure.srv (srv_regobj): Append new objects
2945 s390-te-linux64.o and s390x-te-linux64.o.
2946 (srv_xmlfiles): Append new files s390-te-linux64.xml,
2947 s390x-te-linux64.xml, and s390-tdb.xml.
2948 * gdbserver/linux-s390-low.c (init_registers_s390_te_linux64): New
2949 declaration.
2950 (tdesc_s390_te_linux64): Likewise.
2951 (init_registers_s390x_te_linux64): Likewise.
2952 (tdesc_s390x_te_linux64): Likewise.
2953 (s390_check_regset): Treat ENODATA as "regset exists".
2954 (s390_arch_setup): Add TDB regset support.
2955 (initialize_low_arch): Initialize registers for new tdescs.
2956
2957 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2958
2959 * s390-tdep.h (S390_IS_GREGSET_REGNUM): New macro.
2960 (S390_IS_FPREGSET_REGNUM): New macro.
2961 * s390-tdep.c (s390_dwarf_regmap): Make const.
2962 (regnum_is_gpr_full): New function for replacing repeated code.
2963 (s390_pseudo_register_name): Use it.
2964 (s390_pseudo_register_type): Likewise.
2965 (s390_pseudo_register_read): Likewise.
2966 (s390_pseudo_register_write): Likewise.
2967 (s390_unwind_pseudo_register): Likewise.
2968 (s390_regmap_gregset): New format for regmap.
2969 (s390x_regmap_gregset): Likewise.
2970 (s390_regmap_fpregset): Likewise.
2971 (s390_regmap_upper): Likewise.
2972 (s390_regmap_last_break): Likewise.
2973 (s390_regmap_system_call): Likewise.
2974 (s390_supply_regset): Adjust to new regmap format.
2975 (s390_collect_regset): Likewise.
2976 * s390-nat.c (s390_native_supply): Adjust to new regmap format.
2977 (s390_native_collect): Likewise.
2978 (supply_gregset): Likewise.
2979 (fill_gregset): Likewise.
2980 (supply_fpregset): Likewise.
2981 (fill_fpregset): Likewise.
2982 (fetch_regset): Likewise.
2983 (store_regset): Likewise.
2984 (s390_linux_fetch_inferior_registers): Likewise.
2985 (s390_linux_fetch_inferior_registers): Likewise.
2986
2987 2013-09-12 Andrew Pinski <apinski@cavium.com>
2988
2989 * aarch64-linux-nat.c (aarch64_linux_set_debug_regs): Zero out regs.
2990
2991 2013-09-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
2992
2993 * config/s390/s390.mh (NATDEPFILES): Add linux-waitpid.o.
2994
2995 2013-09-09 Andrew Burgess <aburgess@broadcom.com>
2996
2997 * top.c (quit_confirm): Remove use of deprecated_init_ui_hook.
2998
2999 2013-09-06 Pedro Alves <palves@redhat.com>
3000
3001 * remote-sim.c (dump_mem, gdbsim_fetch_register)
3002 (gdbsim_store_register, gdbsim_kill, gdbsim_load)
3003 (gdbsim_create_inferior, gdbsim_open, gdbsim_close)
3004 (gdbsim_detach, gdbsim_resume_inferior, gdbsim_wait)
3005 (gdbsim_files_info, gdbsim_mourn_inferior): Send debug output to
3006 gdb_stdlog.
3007
3008 2013-09-06 Pedro Alves <palves@redhat.com>
3009
3010 * remote-sim.c (dump_mem): Constify buf parameter.
3011 gdbsim_xfer_inferior_memory): Rename to ...
3012 (gdbsim_xfer_memory): ... this. Adjust interface as
3013 target_xfer_partial helper.
3014 (gdbsim_xfer_partial): New function.
3015 (init_gdbsim_ops): Don't install a deprecated_xfer_memory hook.
3016 Install a to_xfer_partial hook. Send output to gdb_stdlog.
3017
3018 2013-09-06 Pedro Alves <palves@redhat.com>
3019
3020 * remote-sim.c (gdbsim_xfer_inferior_memory): Use
3021 host_address_to_string, and send debug output to gdb_stdlog.
3022
3023 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
3024
3025 * Makefile.in (ALL_TARGET_OBS): Add cris-linux-tdep.o.
3026 * configure.tgt: Add cris-linux-tdep.o and linux-tdep.o to
3027 gdb_target_obs for cris target.
3028 * cris-tdep.c (struct gdbarch_tdep): Move to cris-tdep.h.
3029 (cris_gdbarch_init): Move calls to
3030 set_gdbarch_fetch_tls_load_module_address and
3031 set_solib_svr4_fetch_link_map_offsets to cris-linux-tdep.c.
3032 Add call to gdbarch_init_osabi.
3033 * cris-linux-tdep.c: New file.
3034 * cris-tdep.h: New file.
3035
3036 2013-09-06 Andrew Burgess <aburgess@broadcom.com>
3037
3038 * tui/tui-io.c (tui_initialize_io): Remove legacy comment referring
3039 to deprecated_init_ui_hook.
3040
3041 2013-09-06 Andrew Burgess <aburgess@broadcom.com>
3042
3043 * cli/cli-interp.c (_initialize_cli_interp): Add a
3044 command_loop_proc to interp_procs.
3045 * event-top.c (cli_command_loop): Change signature to match
3046 interp_command_loop_ftype.
3047 * event-top.h (cli_command_loop): Same.
3048 * interps.c (interp_new): Require every interpreter to have a
3049 command_loop_proc.
3050 (current_interp_command_loop): Just call the command_loop_proc on
3051 the current interpreter.
3052 * tui/tui-interp.c (_initialize_tui_interp): Add a
3053 command_loop_proc to interp_procs.
3054
3055 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
3056
3057 * cris-tdep.c (cris_gdbarch_init): Add call to
3058 get_gdbarch_fetch_tls_load_module_address.
3059
3060 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
3061
3062 * cris-tdep.c (cris_elf_greg_t): Rename from elf_greg_t.
3063 (cris_elf_gregset_t): Rename from elf_gregset_t.
3064 (crisv32_elf_gregset_t): Adjust.
3065 (cris_supply_gregset, fetch_core_registers): Adjust.
3066
3067 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
3068
3069 * cris-tdep.c (elf_greg_t): Change typedef to unsigned char[4]
3070
3071 2013-09-05 Andrew Burgess <aburgess@broadcom.com>
3072
3073 * defs.h (deprecated_command_loop_hook): Remove, including
3074 references in comments.
3075 * interps.c (current_interp_command_loop): No longer use
3076 deprecated_command_loop_hook.
3077 (clear_interpreter_hooks): Remove deprecated_command_loop_hook
3078 setup.
3079 * top.c (deprecated_command_loop_hook): Remove.
3080
3081 2013-09-05 Pedro Alves <palves@redhat.com>
3082
3083 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): 'dwarf_regnum'
3084 local is now int instead of ULONGEST. Print it with %d
3085 instead of paddress.
3086
3087 2013-09-05 Tristan Gingold <gingold@adacore.com>
3088
3089 * MAINTAINERS: Remove avr maintainership.
3090
3091 2013-09-05 Pedro Alves <palves@redhat.com>
3092
3093 * findvar.c (value_of_register): Rework in terms of
3094 value_of_register_lazy.
3095
3096 2013-09-05 Muhammad Bilal <mbilal@codesourcery.com>
3097
3098 * symfile.c (add_symbol_file_command): Remove trailing
3099 whitespaces and blank line after comment.
3100
3101 2013-09-05 Pedro Alves <palves@redhat.com>
3102
3103 * tui/tui-regs.c (tui_register_format): Don't look at the
3104 register's name here. Return string representing register
3105 value instead of storing it in the data element.
3106 (tui_get_register): Compare register string representations
3107 instead of register value states and contents.
3108
3109 2013-09-05 Pedro Alves <palves@redhat.com>
3110
3111 PR tui/15933
3112 * tui/tui-regs.c (tui_show_registers): Show registers of the
3113 selected frame, not the current frame.
3114
3115 2013-09-05 Ricard Wanderlof <ricardw@axis.com>
3116
3117 * MAINTAINERS (Write After Approval): Add myself to the list.
3118
3119 2013-09-04 Doug Evans <dje@google.com>
3120
3121 * dwarf2read.c (queue_and_load_all_dwo_tus): New function.
3122 (queue_and_load_dwo_tu): New function.
3123 (lookup_dwo_signatured_type): Set per_cu.tu_read.
3124 (maybe_queue_comp_unit): Rename this_cu argument to dependent_cu.
3125 Make dependent_cu optional.
3126 (dw2_do_instantiate_symtab): If we just loaded a CU from a DWO,
3127 and an older .gdb_index is in use, queue and load all its TUs too.
3128
3129 2013-09-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3130
3131 Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.
3132 * cli/cli-cmds.c (find_and_open_script): Add OPF_RETURN_REALPATH to
3133 variable search_flags.
3134 * defs.h (OPF_DISABLE_REALPATH): Rename to ...
3135 (OPF_RETURN_REALPATH): ... here.
3136 * dwarf2read.c (try_open_dwop_file): Set OPF_RETURN_REALPATH for flags.
3137 * exec.c (exec_file_attach): Remove OPF_DISABLE_REALPATH from openp
3138 call. Twice.
3139 * nto-tdep.c (nto_find_and_open_solib): Add OPF_RETURN_REALPATH for
3140 openp call.
3141 * solib.c (solib_find): Likewise. Four times.
3142 * source.c (openp): Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH
3143 in the function comment and for the realpath_fptr variable.
3144 (source_full_path_of): Add OPF_RETURN_REALPATH for openp call.
3145 (find_and_open_source): Likewise. Twice.
3146 * symfile.c (symfile_bfd_open): Likewise, also twice.
3147
3148 2013-09-04 Doug Evans <dje@google.com>
3149
3150 * progspace.c (save_current_space_and_thread): Remove unnecessary
3151 call to save_current_inferior.
3152
3153 2013-09-04 Andrew Burgess <aburgess@broadcom.com>
3154
3155 * sh64-tdep.c (sh64_do_register): Return after printing message
3156 about unavailable register contents.
3157
3158 2013-09-04 Muhammad Bilal <mbilal@codesourcery.com>
3159 Pedro Alves <palves@redhat.com>
3160
3161 * symfile.c (add_symbol_file_command): Error out on unknown
3162 option. Handle EXPECTING_SEC_ADDR/EXPECTING_SEC_NAME before '-'
3163 options and collapse into single conditional branch.
3164
3165 2013-09-03 Luis Machado <lgustavo@codesourcery.com>
3166
3167 * inf-child.c (inf_child_follow_fork): New parameter
3168 detach_fork.
3169 * inf-ptrace.c (inf_ptrace_follow_fork): Likewise.
3170 * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
3171 * inferior.h (detach_fork): Remove.
3172 * infrun.c (detach_fork): Adjust comment and make it
3173 static.
3174 (follow_fork): Pass detach_fork parameter to
3175 target_follow_fork.
3176 * linux-nat.c (linux_child_follow_fork): New parameter
3177 detach_fork.
3178 * target.c (target_follow_fork): New parameter detach_fork.
3179 Pass detach_fork as parameter and print its value.
3180 * target.h (struct target_ops) <to_follow_fork>: New int
3181 parameter.
3182 (target_follow_fork): New parameter detach_fork.
3183
3184 2013-09-03 Joel Brobecker <brobecker@adacore.com>
3185
3186 * solib-ia64-hpux.c (ia64_hpux_relocate_section_addresses):
3187 Replace sec->bfd by sec->the_bfd_section->owner.
3188
3189 2013-09-03 Yao Qi <yao@codesourcery.com>
3190
3191 * linux-tdep.c (linux_is_uclinux): New function. Code moved
3192 from linux_has_shared_address_space.
3193 (linux_has_shared_address_space): Call linux_is_uclinux.
3194 * linux-tdep.h (linux_is_uclinux): Declare.
3195 * m68klinux-tdep.c (m68k_linux_get_sigtramp_info): Call
3196 linux_is_uclinux.
3197
3198 2013-09-03 Yao Qi <yao@codesourcery.com>
3199
3200 * config/djgpp/fnchange.lst: Remove entry of
3201 i386-interix-nat.c and i386-interix-tdep.c.
3202 * configure.ac: Remove '*-*-interix*'.
3203 * configure: Re-generated.
3204 * defs.h (enum gdb_osabi): Remove GDB_OSABI_INTERIX.
3205 * i386-cygwin-tdep.c (i386_cygwin_osabi_sniffer): Remove
3206 obsolete comments.
3207 * osabi.c (gdb_osabi_names): Remove "Interix".
3208
3209 2013-09-03 Yao Qi <yao@codesourcery.com>
3210
3211 * arch-utils.c: Fix typo in the comment to gdbarch_update_p.
3212
3213 2013-09-02 Markus Metzger <markus.t.metzger@intel.com>
3214
3215 * record.h (record_print_flag) <record_print_src_line,
3216 record_print_insn_range>: Rename into ...
3217 (record_print_flag) <record_print_src_line,
3218 record_print_insn_range>: ... this. Update all users.
3219
3220 2013-09-02 Pierre Muller <muller@sourceware.org>
3221
3222 * windows-nat.c (windows_xfer_memory): Handle ERROR_PARTIAL_COPY
3223 error code.
3224
3225 2013-09-02 Pierre Muller <muller@sourceware.org>
3226
3227 * windows-nat.c (windows_xfer_memory): Fix compilation failure
3228 by use of plongest function.
3229
3230 2013-09-02 Tristan Gingold <gingold@adacore.com>
3231
3232 * NEWS: Add entry mentioning support for native Windows x64
3233 SEH data.
3234
3235 * amd64-windows-tdep.c: #include "objfiles.h", "frame-unwind.h",
3236 "coff/internal.h", "coff/i386.h", "coff/pe.h" and "libcoff.h".
3237 (struct amd64_windows_frame_cache): New struct.
3238 (amd64_windows_w2gdb_regnum): New global.
3239 (pc_in_range, amd64_windows_frame_decode_epilogue)
3240 (amd64_windows_frame_decode_insns, amd64_windows_find_unwind_info)
3241 (amd64_windows_frame_cache, amd64_windows_frame_prev_register)
3242 (amd64_windows_frame_this_id): New functions.
3243 (amd64_windows_frame_unwind): New static global.
3244 (amd64_windows_skip_prologue): New function.
3245 (amd64_windows_init_abi): Call frame_unwind_prepend_unwinder
3246 with amd64_windows_frame_unwind. Call set_gdbarch_skip_prologue
3247 with amd64_windows_skip_prologue.
3248
3249 2013-08-30 Joel Brobecker <brobecker@adacore.com>
3250
3251 GDB 7.6.1 released.
3252
3253 2013-08-30 Pedro Alves <palves@redhat.com>
3254
3255 * mi/mi-main.c (mi_cmd_trace_find): Use LOC_AND_ADDRESS instead of
3256 SRC_AND_LOC.
3257
3258 2013-08-30 Pedro Alves <palves@redhat.com>
3259
3260 * thread.c (restore_selected_frame): Use SRC_AND_LOC, and change
3261 warning text.
3262
3263 2013-08-30 Pedro Alves <palves@redhat.com>
3264
3265 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
3266 Adjust arguments to print_stack_frame.
3267
3268 2013-08-30 Pedro Alves <palves@redhat.com>
3269
3270 * ada-tasks.c (task_command_1): Write SRC_AND_LOC instead '1'.
3271
3272 2013-08-30 Pedro Alves <palves@redhat.com>
3273
3274 * frame.h (show_and_print_stack_frame): Delete declaration.
3275
3276 2013-08-30 Phil Muldoon <pmuldoon@redhat.com>
3277
3278 PR python/15461
3279 * python/py-arch.c (ARCHPY_REQUIRE_VALID): New macro.
3280 (archpy_name): Check for valid architecture.
3281 (archpy_disassemble): Ditto.
3282
3283 2013-08-29 Joel Brobecker <brobecker@adacore.com>
3284
3285 * rs6000-nat.c (rs6000_ptrace32): Cast "addr" to "uintptr_t"
3286 instead of "long long" in call to ptrace64.
3287
3288 2013-08-29 Andrew Burgess <aburgess@broadcom.com>
3289
3290 * mi/mi-interp.c (mi_command_loop): Change signature to match
3291 interp_command_loop_ftype.
3292 (mi1_command_loop): Remove.
3293 (mi2_command_loop): Remove.
3294 (mi3_command_loop): Remove.
3295 (mi_interpreter_resume): Remove setting of
3296 deprecated_command_loop_hook.
3297 (_initialize_mi_interp): Set mi_command_loop as the command loop
3298 callback.
3299
3300 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
3301
3302 * valops.c (do_search_struct_field): Pass v2 instead of base_type to
3303 value_type.
3304
3305 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
3306
3307 * value.c (allocate_value_contents): Make static.
3308 * value.h (allocate_value_contents): Remove prototype.
3309
3310 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
3311
3312 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use value_at_lazy instead
3313 of assembling value via allocate_value_lazy and attribute setter.
3314 * findvar.c (default_read_var_value): Use value_at_lazy instead of
3315 assembling value via allocate_value_lazy and attribute setter.
3316 * valops.c (do_search_struct_field): Use value_at_lazy instead of
3317 assembling value via allocate_value_lazy and attribute setter.
3318
3319 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
3320
3321 * value.c (value_from_contents_and_address): Replace allocate_value and
3322 memcpy with value_from_contents.
3323
3324 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
3325
3326 * python/py-framefilter.c (py_print_frame): Remove usage of
3327 PyString_AsString. Use python_string_to_host_string instead.
3328 Refactor function to work with a string as a new allocation
3329 instead of a pointer.
3330 (py_print_frame): Ditto.
3331 * python/lib/gdb/frames.py (return_list): Cain iterators together
3332 instead of adding them as a list.
3333 (_sort_list): Call return_list, and remove duplicate code.
3334 (execute_frame_filters): Convert iterator to a list with list().
3335 * python/lib/gdb/command/frame_filters.py
3336 (SetFrameFilterPriority._set_filter_priority): Convert priority
3337 attribute to an integer.
3338 * python/lib/gdb/FrameIterator.py (FrameIterator.next): Define
3339 wrapper function __next__.
3340 * python/lib/gdb/FrameDecorator.py: If basestring not defined,
3341 define as "str".
3342
3343 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
3344
3345 PR python/15752
3346 * python/py-framefilter.c (apply_frame_filter): Check
3347 gdb_python_initialized. Exit if the Python frame-filter code
3348 cannot be initialized.
3349
3350 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
3351
3352 PR cli/15842
3353 * top.c (print_gdb_version): Remove erroneous newline after help
3354 text.
3355
3356 2013-08-29 Yao Qi <yao@codesourcery.com>
3357
3358 * varobj.c (install_dynamic_child): Remove trailing space.
3359 Add one blank line after variable declaration.
3360
3361 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3362
3363 PR gdb/15415
3364 * corefile.c (get_exec_file): Use exec_filename.
3365 * defs.h (OPF_DISABLE_REALPATH): New definition. Add new comment.
3366 * exec.c (exec_close): Free EXEC_FILENAME.
3367 (exec_file_attach): New variable canonical_pathname. Use
3368 OPF_DISABLE_REALPATH. Call gdb_realpath explicitly. Set
3369 EXEC_FILENAME.
3370 * exec.h (exec_filename): New.
3371 * inferior.c (print_inferior, inferior_command): Use
3372 PSPACE_EXEC_FILENAME.
3373 * mi/mi-main.c (print_one_inferior): Likewise.
3374 * progspace.c (clone_program_space, print_program_space): Likewise.
3375 * progspace.h (struct program_space): New field pspace_exec_filename.
3376 * source.c (openp): Describe OPF_DISABLE_REALPATH. New variable
3377 realpath_fptr, initialize it from OPF_DISABLE_REALPATH, use it.
3378
3379 2013-08-28 Will Newton <will.newton@linaro.org>
3380
3381 * common/linux-ptrace.c: Include stdint.h unconditionally.
3382
3383 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3384
3385 Code cleanup.
3386 * nto-tdep.c (nto_find_and_open_solib): Use OPF_TRY_CWD_FIRST.
3387
3388 2013-08-28 Yao Qi <yao@codesourcery.com>
3389 Pedro Alves <palves@redhat.com>
3390
3391 * event-top.c (gdb_setup_readline): Call stderr_fileopen
3392 instead of stdio_fileopen.
3393 * main.c (captured_main) [__MINGW32__]: Set stderr unbuffered.
3394 .Call stderr_fileopen instead of stdio_fileopen.
3395 * ui-file.c [__MINGW32__] (stderr_file_write): New function.
3396 [__MINGW32__] (stderr_file_fputs): New function.
3397 (stderr_fileopen): New function.
3398 * ui-file.h (stderr_fileopen): Declare.
3399
3400 2013-08-27 Doug Evans <dje@google.com>
3401
3402 * dwarf2read.c (struct dwarf2_cu): Tweak comment.
3403 (struct dwarf2_per_cu_data): Ditto.
3404 (maybe_queue_comp_unit): Delete forward decl. Add comment.
3405 (process_imported_unit_die): Ditto.
3406 (follow_die_sig_1): Simplify assert.
3407
3408 2013-08-27 Pedro Alves <palves@redhat.com>
3409
3410 * windows-nat.c (windows_xfer_memory): Adjust prototype to follow
3411 xfer_partial's interface. Return TARGET_XFER_E_IO on error.
3412 (windows_xfer_partial): Defer TARGET_OBJECT_MEMORY handling to
3413 windows_xfer_memory directly.
3414 (init_windows_ops): Don't install a deprecated_xfer_memory method.
3415
3416 2013-08-27 Pedro Alves <palves@redhat.com>
3417
3418 * darwin-nat.c (darwin_xfer_memory): Delete.
3419 (_initialize_darwin_inferior): Don't install a
3420 deprecated_xfer_memory method.
3421
3422 2013-08-27 Pedro Alves <pedro@codesourcery.com>
3423 Yao Qi <yao@codesourcery.com>
3424
3425 * mi/mi-cmd-stack.c (list_args_or_locals): Adjust prototype.
3426 (parse_no_frames_option): Remove.
3427 (mi_cmd_stack_list_locals): Handle --skip-unavailable.
3428 (mi_cmd_stack_list_args): Adjust.
3429 (mi_cmd_stack_list_variables): Handle --skip-unavailable.
3430 (list_arg_or_local): Add new parameter 'skip_unavailable'. Return
3431 early if SKIP_UNAVAILABLE is true and ARG->val is unavailable.
3432 Caller update.
3433 (list_args_or_locals): New parameter 'skip_unavailable'.
3434 Handle it.
3435 * valprint.c (scalar_type_p): Rename to ...
3436 (val_print_scalar_type_p): ... this. Make extern.
3437 (val_print, value_check_printable): Adjust.
3438 * valprint.h (val_print_scalar_type_p): Declare.
3439 * value.c (value_entirely_unavailable): New function.
3440 * value.h (value_entirely_unavailable): Declare.
3441
3442 * NEWS: Mention the new option "--skip-unavailable" to MI
3443 commands '-stack-list-locals', '-stack-list-arguments' and
3444 '-stack-list-variables'.
3445
3446 2013-08-27 Yao Qi <yao@codesourcery.com>
3447
3448 * mi/mi-cmd-stack.c (parse_no_frames_option): Remove.
3449 (mi_cmd_stack_list_args): Use mi_getopt_silent to handle
3450 options.
3451 * mi/mi-getopt.c (mi_getopt): Remove.
3452 (mi_getopt_1): Renamed from mi_getopt. Add one parameter
3453 'error_on_unknown'.
3454 (mi_getopt): Call mi_getopt_1.
3455 (mi_getopt_silent): New.
3456 * mi/mi-getopt.h (mi_getopt_silent): Declare.
3457
3458 2013-08-26 Doug Evans <dje@google.com>
3459
3460 PR symtab/15885
3461 * dwarf2read.c (dw2_dump): Print some minimal information indicating
3462 .gdb_index is in use.
3463 * symfile.c (reread_symbols): Reset objfile->sf.
3464
3465 * NEWS: Document "mt print objfiles" now takes optional regexp.
3466 * symmisc.c (maintenance_print_objfiles): Argument is now an optional
3467 regexp of objfiles to print.
3468 (_initialize_symmisc): Update doc string for "mt print objfiles".
3469
3470 * dwarf2read.c (write_psymtabs_to_index): Move error checks ahead of
3471 missing debug info checks.
3472
3473 2013-08-26 Raunaq Bathija <raunaq12@in.ibm.com>
3474 Ulrich Weigand <uweigand@de.ibm.com>
3475
3476 * xcoffread.c (arrange_linetable): Add fix to correctly handle
3477 line tables generated by XLC compiled binaries.
3478
3479 2013-08-23 Doug Evans <dje@google.com>
3480
3481 * symmisc.c (dump_symtab): Delete prototype.
3482 (dump_msymbols, dump_objfile): Ditto.
3483 (maintenance_info_symtabs): Mark as dont_repeat.
3484 (_initialize_symmisc): Improve doc string for "mt info symtabs".
3485
3486 * elfread.c (elf_symfile_read): Move "Done reading minimal symbols"
3487 debugging printf to better location.
3488
3489 2013-08-23 Pedro Alves <palves@redhat.com>
3490
3491 * target.c (target_read_live_memory): Change type of 'ret' local
3492 to LONGEST.
3493
3494 2013-08-23 Pedro Alves <palves@redhat.com>
3495
3496 * remote.c (remote_write_bytes_aux, remote_write_bytes)
3497 (remote_read_bytes): Change return type to LONGEST, and adjust to
3498 return a target_xfer_error on error.
3499 (remote_xfer_memory): Delete.
3500 (remote_flash_write): Change type of 'ret' local to LONGEST.
3501 (remote_xfer_partial, remote_xfer_partial): Adjust.
3502 (init_remote_ops): Don't install a deprecated_xfer_memory hook.
3503
3504 2013-08-23 Pierre Muller <muller@sourceware.org>
3505
3506 ARI fix: Push # directives to start of line.
3507 * rs6000-nat.c (rs6000_ptrace32, rs6000_ptrace64): Rule applied.
3508
3509 2013-08-12 Muhammad Waqas <mwaqas@codesourcery.com>
3510
3511 PR gdb/15501
3512 * breakpoint.c (enable_command, disable_command): Iterate over
3513 all specified breakpoint locations.
3514
3515 2013-08-22 Luis Machado <lgustavo@codesourcery.com>
3516
3517 * common/linux-ptrace.c (linux_fork_to_function): Push #
3518 directives to the start of the line.
3519 (linux_check_ptrace_features): Fix warning message to use
3520 the "_" markup.
3521
3522 2013-08-22 Luis Machado <lgustavo@codesourcery.com>
3523
3524 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-nat.h and
3525 nat/linux-waitpid.h.
3526 (linux-waitpid.o): New object file rule.
3527 * common/linux-ptrace.c: Include nat/linux-waitpid.h.
3528 (current_ptrace_options): Moved from linux-nat.c.
3529 (linux_ptrace_test_ret_to_nx): Use type casts for ptrace
3530 parameters.
3531 (linux_fork_to_function): New function.
3532 (linux_grandchild_function): Likewise.
3533 (linux_child_function): Likewise.
3534 (linux_check_ptrace_features): New function, heavily
3535 based on linux-nat.c:linux_test_for_tracefork.
3536 (linux_enable_event_reporting): New function.
3537 (ptrace_supports_feature): Likewise.
3538 (linux_supports_tracefork): Likewise.
3539 (linux_supports_traceclone): Likewise.
3540 (linux_supports_tracevforkdone): Likewise.
3541 (linux_supports_tracesysgood): Likewise.
3542 * common/linux-ptrace.h (HAS_NOMMU): Moved from
3543 gdbserver/linux-low.c.
3544 (linux_enable_event_reporting): New declaration.
3545 (linux_supports_tracefork): Likewise.
3546 (linux_supports_traceclone): Likewise.
3547 (linux_supports_tracevforkdone): Likewise.
3548 (linux_supports_tracesysgood): Likewise.
3549 * config.in (PTRACE_TYPE_ARG4): Regenerate.
3550 * config/aarch64/linux.mh (NATDEPFILES): Add linux-waitpid.o.
3551 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
3552 * config/arm/linux.mh (NATDEPFILES): Likewise.
3553 * config/i386/linux.mh (NATDEPFILES): Likewise.
3554 * config/i386/linux64.mh (NATDEPFILES): Likewise.
3555 * config/ia64/linux.mh (NATDEPFILES): Likewise.
3556 * config/m32r/linux.mh (NATDEPFILES): Likewise.
3557 * config/m68k/linux.mh (NATDEPFILES): Likewise.
3558 * config/mips/linux.mh (NATDEPFILES): Likewise.
3559 * config/pa/linux.mh (NATDEPFILES): Likewise..
3560 * config/powerpc/linux.mh (NATDEPFILES): Likewise..
3561 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
3562 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
3563 * config/sparc/linux.mh (NATDEPFILES): Likewise.
3564 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
3565 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
3566 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
3567 * configure.ac (AC_CACHE_CHECK): Add void * to the list of
3568 ptrace's 4th argument's types.
3569 Check the type of PTRACE_TYPE_ARG4.
3570 * configure: Regenerate.
3571 * linux-nat.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
3572 (SYSCALL_SIGTRAP): Moved to nat/linux-nat.h.
3573 (linux_supports_tracefork_flag): Remove.
3574 (linux_supports_tracesysgood_flag): Likewise.
3575 (linux_supports_tracevforkdone_flag): Likewise.
3576 (current_ptrace_options): Moved to
3577 common/linux-ptrace.c.
3578 (linux_tracefork_child): Remove.
3579 (my_waitpid): Remove.
3580 (linux_test_for_tracefork): Renamed to
3581 linux_check_ptrace_features and moved to common/linux-ptrace.c.
3582 (linux_test_for_tracesysgood): Remove.
3583 (linux_supports_tracesysgood): Remove.
3584 (linux_supports_tracefork): Remove.
3585 (linux_supports_tracevforkdone): Remove.
3586 (linux_enable_tracesysgood): Remove.
3587 (linux_enable_event_reporting): Remove.
3588 (linux_init_ptrace): New function.
3589 (linux_child_post_attach): Call linux_init_ptrace.
3590 (linux_child_post_startup_inferior): Call linux_init_ptrace.
3591 (linux_child_follow_fork): Call linux_supports_tracefork
3592 and linux_supports_tracevforkdone.
3593 (linux_child_insert_fork_catchpoint): Call
3594 linux_supports_tracefork.
3595 (linux_child_insert_vfork_catchpoint): Likewise.
3596 (linux_child_set_syscall_catchpoint): Call
3597 linux_supports_tracesysgood.
3598 (lin_lwp_attach_lwp): Call linux_supports_tracefork.
3599 * nat/linux-nat.h: New file.
3600 * nat/linux-waitpid.c: New file.
3601 * nat/linux-waitpid.h: New file.
3602
3603 2013-08-22 Samuel Bronson <naesten@gmail.com>
3604
3605 ARM Linux support for `catch syscall'.
3606 * syscalls/arm-linux.py: New file.
3607 * syscalls/arm-linux.xml: Likewise.
3608 * arm-linux-tdep.c (arm_linux_get_syscall_number): New function.
3609 (arm_linux_init_abi): Register the new function and syscall xml file.
3610 * data-directory/Makefile.in: Install the new syscall xml file.
3611 * NEWS: Brag about this.
3612
3613 2013-08-22 Pedro Alves <palves@redhat.com>
3614
3615 PR gdb/15871
3616 * corefile.c (target_xfer_memory_error): New function.
3617 (memory_error): Defer EIO to target_memory_error.
3618 (read_memory): Use target_xfer_partial, and handle finer-grained
3619 target xfer errors.
3620 * target.c (target_xfer_error_to_string): New function.
3621 (memory_xfer_partial_1): If memory is known to be
3622 unavailable, return TARGET_XFER_E_UNAVAILABLE instead of -1.
3623 (target_xfer_partial): Make extern.
3624 * target.h (enum target_xfer_error): New enum.
3625 (target_xfer_error_to_string): Declare function.
3626 (target_xfer_partial): Declare function.
3627 (struct target_ops) <xfer_partial>: Adjust describing comment.
3628
3629 2013-08-22 Alan Modra <amodra@gmail.com>
3630
3631 * configure.host: Support powerpc64le-linux and powerpcle-linux hosts.
3632 * configure.tgt: Likewise as targets.
3633
3634 2013-08-20 Doug Evans <dje@google.com>
3635
3636 * buildsym.c (subfile_stack): Move here from buildsym.h.
3637 (pending_macros): Ditto.
3638 (get_macro_table): New function.
3639 (buildsym_init): Initialize subfile_stack.
3640 * coffread.c (type_vector,type_vector_length): Moved here from
3641 buildsym.h.
3642 (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
3643 (coff_symtab_read): Use it.
3644 * dbxread.c (read_ofile_symtab): Delete init of subfile_stack.
3645 * dwarf2read.c (macro_start_file): Replace uses of pending_macros
3646 with call to get_macro_table.
3647 * stabsread.c (type_vector,type_vector_length): Moved here from
3648 buildsym.h.
3649 (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
3650 * buildsym.h (get_macro_table): Declare.
3651
3652 2013-08-20 Tom Tromey <tromey@redhat.com>
3653
3654 * dbxread.c (record_minimal_symbol): Make 'name' argument const.
3655 Update.
3656 (read_dbx_dynamic_symtab): Make 'name' const. Remove casts.
3657
3658 2013-08-20 Doug Evans <dje@google.com>
3659
3660 * blockframe.c: Remove #include "psymtab.h".
3661 * cp-support.c: Ditto.
3662 * source.c: Ditto.
3663 * stack.c: Ditto.
3664
3665 2013-08-20 Tom Tromey <tromey@redhat.com>
3666
3667 PR python/15816:
3668 * exceptions.h (return_mask): Now an enum.
3669 (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL): Now
3670 enum constants.
3671
3672 2013-08-20 Tom Tromey <tromey@redhat.com>
3673
3674 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Use
3675 get_objfile_arch.
3676 * elfread.c (elf_rel_plt_read, elf_gnu_ifunc_record_cache)
3677 (elf_gnu_ifunc_resolve_by_got): Use get_objfile_arch.
3678 * jit.c (jit_object_close_impl): Update.
3679 * jv-lang.c (get_dynamics_objfile): Update.
3680 * linespec.c (add_minsym): Use get_dynamics_objfile.
3681 * objfiles.c (get_objfile_bfd_data): Initialize 'gdbarch' field.
3682 (allocate_objfile): Don't initialize 'gdbarch' field.
3683 (get_objfile_arch): Update.
3684 * objfiles.h (struct objfile_per_bfd_storage) <gdbarch>: New field,
3685 moved from...
3686 (struct objfile) <gdbarch>: ... here. Remove.
3687 * stap-probe.c (stap_can_evaluate_probe_arguments): Use
3688 get_objfile_arch.
3689 * symfile.c (init_entry_point_info): Use get_objfile_arch.
3690
3691 2013-08-20 Alan Modra <amodra@gmail.com>
3692
3693 * doublest.c (convert_floatformat_to_doublest): Use fmt->split_half
3694 for IBM long double nan and inf.
3695 (floatformat_is_negative, floatformat_classify,
3696 floatformat_mantissa): Similarly.
3697 (floatformat_ieee_single, floatformat_ieee_double,
3698 floatformat_ieee_quad, floatformat_arm_ext,
3699 floatformat_ia64_spill): Delete unused vars.
3700 (_initialize_doublest): Delete unused function.
3701 * gdbtypes.c (floatformats_ibm_long_double): Use new big- and
3702 little-endian variants of floatformat_ibm_long_double.
3703
3704 2013-08-19 Luis Machado <lgustavo@codesourcery.com>
3705
3706 * Makefile.in (SFILES): Remove common/target-common.c and
3707 add target/waitstatus.c.
3708 (HFILES_NO_SRCDIR): Remove common/target-common.h and add
3709 target/resume.h, target/wait.h and target/waitstatus.h.
3710 (COMMON_OBS): Remove target-common.o and add
3711 waitstatus.o.
3712 (target-common.o): Remove.
3713 (waitstatus.o): New target object file.
3714 * common/target-common.c: Move contents to
3715 target/waitstatus.c and remove.
3716 * common/target-common.h: Move contents to other files and
3717 remove.
3718 (enum resume_kind: Move to target/resume.h.
3719 (TARGET_WNOHANG): Move to target/wait.h.
3720 (enum target_waitkind): Move to target/waitstatus.h.
3721 (struct target_waitstatus): Likewise.
3722 * target.h: Do not include target-common.h and
3723 include target/resume.h, target/wait.h and
3724 target/waitstatus.h.
3725 * target/resume.h: New file.
3726 * target/wait.h: New file.
3727 * target/waitstatus.h: New file.
3728 * target/waitstatus.c: New file.
3729
3730 2013-08-19 Pedro Alves <palves@redhat.com>
3731
3732 * linux-nat.c (linux_test_for_tracefork)
3733 (linux_test_for_tracesysgood, linux_child_follow_fork)
3734 (lin_lwp_attach_lwp, linux_nat_resume): Don't block child signals.
3735 (linux_nat_wait_1): Extend comment.
3736 (linux_async_pipe): Add comment.
3737
3738 2013-08-15 Kevin Buettner <kevinb@redhat.com>
3739
3740 * rl78-tdep.c (RL78_RAW_PC_REGNUM): New enum.
3741 (RL78_PC_REGNUM): Move to list of pseudo-register enums.
3742 (rl78_register_type, rl78_register_name, rl78_register_reggroup_p):
3743 Update to account for fact that PC is now a pseudo-register.
3744 (rl78_pseudo_register_write, rl78_pseudo_register_read): Add
3745 cases for RL78_PC_REGNUM.
3746
3747 2013-08-15 Muhammad Bilal <mbilal@codesourcery.com>
3748
3749 PR cli/15841
3750 * top.c (quit_force): Skip writing history file
3751 if input is not from terminal.
3752
3753 2013-08-14 Tom Tromey <tromey@redhat.com>
3754
3755 * remote.c (struct remote_state) <echo_nextthread, nextthread,
3756 resultthreadlist>: New fields.
3757 (OPAQUETHREADBYTES, threadref, MAXTHREADLISTRESULTS): Move earlier.
3758 (remote_get_threadlist, remote_threadlist_iterator): Use
3759 new fields. Remove static variables.
3760
3761 2013-08-14 Tom Tromey <tromey@redhat.com>
3762
3763 * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p,
3764 remote_watch_data_address>: New fields.
3765 (remote_stopped_by_watchpoint_p, remote_watch_data_address): Remove.
3766 (process_stop_reply, remote_wait_as)
3767 (remote_check_watch_resources, remote_stopped_data_address): Update.
3768
3769 2013-08-14 Tom Tromey <tromey@redhat.com>
3770
3771 * remote.c (struct remote_state) <async_client_callback,
3772 async_client_context>: New fields.
3773 (async_client_callback, async_client_context): Remove.
3774 (remote_async_serial_handler, remote_async): Update.
3775
3776 2013-08-14 Tom Tromey <tromey@redhat.com>
3777
3778 * remote.c (sizeof_pkt): Remove.
3779 (remote_trace_find): Use rs->buf_size, not sizeof_pkt.
3780
3781 2013-08-14 Tom Tromey <tromey@redhat.com>
3782
3783 * remote.c (struct remote_state) <use_threadinfo_query,
3784 use_threadextra_query>: New fields.
3785 (remote_threads_info, remote_threads_extra_info)
3786 (remote_open_1): Update.
3787
3788 2013-08-14 Tom Tromey <tromey@redhat.com>
3789
3790 * remote.c (struct remote_state) <finished_object,
3791 finished_annex, finished_offset>: New fields.
3792 (remote_read_qxfer): Use remote_state fields; remove static
3793 variables.
3794
3795 2013-08-14 Tom Tromey <tromey@redhat.com>
3796
3797 * remote.c (struct remote_state) <last_sent_step>:
3798 New field.
3799 (last_sent_step): Remove.
3800 (remote_resume, remote_wait_as): Update.
3801
3802 2013-08-14 Tom Tromey <tromey@redhat.com>
3803
3804 * remote.c (struct remote_state) <last_sent_signal>:
3805 New field.
3806 (last_sent_signal): Remove.
3807 (new_remote_state, remote_resume, remote_wait_as): Update.
3808
3809 2013-08-14 Tom Tromey <tromey@redhat.com>
3810
3811 * remote.c (struct remote_state) <last_program_signals_packet>:
3812 New field.
3813 (last_program_signals_packet): Remove.
3814 (remote_program_signals, remote_open_1): Update.
3815
3816 2013-08-14 Tom Tromey <tromey@redhat.com>
3817
3818 * remote.c (struct remote_state) <last_pass_packet>:
3819 New field.
3820 (last_pass_packet): Remove.
3821 (remote_pass_signals, remote_open_1): Update.
3822
3823 2013-08-14 Tom Tromey <tromey@redhat.com>
3824
3825 * remote.c (struct remote_state) <remote_traceframe_number>:
3826 New field.
3827 (remote_traceframe_number): Remove.
3828 (new_remote_state, remote_open_1, set_remote_traceframe)
3829 (remote_trace_find): Update.
3830
3831 2013-08-14 Tom Tromey <tromey@redhat.com>
3832
3833 * remote.c (struct remote_state) <general_thread, continue_thread>:
3834 New fields.
3835 (general_thread, continue_thread): Remove.
3836 (record_currthread, set_thread, set_general_process)
3837 (remote_open_1, extended_remote_attach_1, remote_wait_as)
3838 (extended_remote_mourn_1): Update.
3839
3840 2013-08-14 Tom Tromey <tromey@redhat.com>
3841
3842 * remote.c (struct remote_state) <remote_desc>: New field.
3843 (remote_desc): Remove.
3844 (remote_threads_info, remote_threads_extra_info, remote_close)
3845 (send_interrupt_sequence, remote_start_remote, remote_open_1)
3846 (readchar, remote_xfer_partial, remote_rcmd, packet_command)
3847 (remote_hostio_send_command, remote_file_put, remote_file_get)
3848 (remote_file_delete, remote_can_async_p, remote_is_async_p)
3849 (remote_async, remote_new_objfile, set_range_stepping): Update.
3850
3851 2013-08-14 Tom Tromey <tromey@redhat.com>
3852
3853 * remote.c (remote_state): Now a pointer.
3854 (get_remote_state_raw): Update.
3855 (new_remote_state): New function.
3856 (_initialize_remote): Use new_remote_state.
3857
3858 2013-08-14 Tom Tromey <tromey@redhat.com>
3859
3860 * remote.c (remote_protocol_features): Now const.
3861
3862 2013-08-14 Tom Tromey <tromey@redhat.com>
3863
3864 * remote.c (crc32_table, crc32): Remove.
3865 (remote_verify_memory): Use xcrc32.
3866
3867 2013-08-13 Sergio Durigan Junior <sergiodj@redhat.com>
3868
3869 * value.h (create_internalvar_type_lazy): Adjust prototype
3870 declaration.
3871
3872 2013-08-13 Andrew Burgess <aburgess@broadcom.com>
3873
3874 * common/format.c (parse_format_string): Don't allow '#' flag for
3875 pointer arguments in format string.
3876
3877 2013-08-13 Pierre Muller <muller@sourceware.org>
3878
3879 * utils.c (init_page_info): Only call tgetnum function
3880 if rl_get_screen_size did not return useful values.
3881
3882 2013-08-12 Ali Anwar <ali_anwar@codesourcery.com>
3883
3884 PR breakpoints/15117
3885 * linespec.c (linespec_parse_basic): Check for convenience
3886 variable or history value while parsing.
3887
3888 2013-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
3889
3890 Revert implementation of gdbarch_gdb_signal_{to,from}_target for
3891 AVR.
3892 * avr-tdep.c: Remove include of "linux-tdep.h". Remove enum with
3893 different signals between the generic Linux kernel implementation
3894 and AVR's.
3895 (avr_linux_gdb_signal_from_target): Delete.
3896 (avr_linux_gdb_signal_to_target): Delete.
3897 (avr_gdbarch_init): Don't set gdbarch_gdb_signal_{to,from}_target.
3898
3899 2013-08-09 Doug Evans <dje@google.com>
3900
3901 * dwarf2read.c (create_addrmap_from_index): Ignore bad address table
3902 entries.
3903
3904 2013-08-09 Sergio Durigan Junior <sergiodj@redhat.com>
3905
3906 * linux-tdep.c: Define enum with generic signal numbers.
3907 (linux_gdb_signal_from_target): New function.
3908 (linux_gdb_signal_to_target): Likewise.
3909 (linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
3910 methods to the functions above.
3911 * linux-tdep.h (linux_gdb_signal_from_target): New prototype.
3912 (linux_gdb_signal_to_target): Likewise.
3913 * alpha-linux-tdep.c: Define new enum with signals different
3914 from generic Linux kernel.
3915 (alpha_linux_gdb_signal_from_target): New function.
3916 (alpha_linux_gdb_signal_to_target): Likewise.
3917 (alpha_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
3918 with the functions mentioned above.
3919 * avr-tdep.c: Define enum with differences between Linux kernel
3920 and AVR signals.
3921 (avr_linux_gdb_signal_from_target): New function.
3922 (avr_linux_gdb_signal_to_target): Likewise.
3923 (avr_gdbarch_init): Set gdbarch_gdb_signal_{to,from}_target to
3924 the functions mentioned above.
3925 * sparc-linux-tdep.c: Define enum with differences between SPARC
3926 and generic Linux kernel signal numbers.
3927 (sparc32_linux_gdb_signal_from_target): New function.
3928 (sparc32_linux_gdb_signal_to_target): Likewise.
3929 (sparc32_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
3930 to the functions defined above.
3931 * xtensa-linux-tdep.c: Define enum with differences between
3932 Xtensa and Linux kernel generic signals.
3933 (xtensa_linux_gdb_signal_from_target): New function.
3934 (xtensa_linux_gdb_signal_to_target): Likewise.
3935 (xtensa_linux_init_abi): Set gdbarch_gdb_signal_to_target
3936 to the functions defined above.
3937 * mips-linux-tdep.c: Define enum with differences between
3938 signals in MIPS and Linux kernel generic ones.
3939 (mips_gdb_signal_to_target): New function.
3940 (mips_gdb_signal_from_target): Redefine to use new enum, handle
3941 only different signals from the Linux kernel generic.
3942 (mips_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
3943 the functions defined above.
3944 * mips-linux-tdep.h (enum mips_signals): Remove.
3945
3946 2013-08-09 Pedro Alves <palves@redhat.com>
3947
3948 * avr-tdep.c (XMALLOC): Delete macro.
3949 * cli/cli-dump.c (XMALLOC): Delete macro.
3950
3951 2013-08-09 Pedro Alves <palves@redhat.com>
3952
3953 * cli/cli-dump.c: Don't include cli/cli-dump.h.
3954 (scan_expression_with_cleanup, scan_filename_with_cleanup)
3955 (fopen_with_cleanup, add_dump_command): Make static.
3956 * cli/cli-dump.h: Delete file.
3957 * Makefile.in (HFILES_NO_SRCDIR): Remove reference to
3958 cli/cli-dump.h.
3959
3960 2013-08-09 Pedro Alves <palves@redhat.com>
3961
3962 * tracepoint.c (tfile_start): Show tilde-expanded filename in
3963 error message.
3964
3965 2013-08-09 Pedro Alves <palves@redhat.com>
3966
3967 * breakpoint.c (save_breakpoints): Show tilde-expanded filename in
3968 error message.
3969
3970 2013-08-09 Pedro Alves <palves@redhat.com>
3971
3972 * gcore.c (create_gcore_bfd): Don't use tilde_expand here.
3973 (gcore_command): Use tilde_expand here, and when showing the
3974 filename to the user, show the expanded version.
3975
3976 2013-08-09 Yao Qi <yao@codesourcery.com>
3977
3978 * stack.c (read_frame_arg): Set 'entryval_error' to NULL if
3979 'entryval' is set.
3980
3981 2013-08-08 Azat Khuzhin <a3at.mail@gmail.com> (tiny change)
3982
3983 * gcore.c (create_gcore_bfd): Use tilde_expand.
3984
3985 2013-08-08 Yao Qi <yao@codesourcery.com>
3986
3987 * frame.h (read_frame_local): Declare.
3988 * mi/mi-cmd-stack.c (list_args_or_locals): Call
3989 read_frame_local.
3990 * stack.c (read_frame_local): New.
3991
3992 2013-08-08 Yao Qi <yao@codesourcery.com>
3993
3994 * mi/mi-cmd-stack.c: Update comments to function
3995 list_args_or_locals.
3996
3997 2013-08-07 Tom Tromey <tromey@redhat.com>
3998
3999 PR symtab/15028:
4000 * dwarf2read.c (struct process_psymtab_comp_unit_data): New.
4001 (process_psymtab_comp_unit_reader): Use it.
4002 (process_psymtab_comp_unit): Update. Add "pretend_language"
4003 argument.
4004 (dwarf2_build_psymtabs_hard): Update.
4005 (scan_partial_symbols): Pass CU's language to
4006 process_psymtab_comp_unit.
4007
4008 2013-08-07 Tom Tromey <tromey@redhat.com>
4009
4010 * dwarf2read.c (dw2_get_primary_filename_reader): Remove.
4011 (dwarf2_gdb_index_functions): Update.
4012 * psymtab.c (find_symbol_file_from_partial): Remove.
4013 (psym_functions): Update.
4014 * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
4015 Remove.
4016
4017 2013-08-07 Tom Tromey <tromey@redhat.com>
4018
4019 * symfile.c (set_initial_language): Look up "main" symbol
4020 and use its language.
4021 * symtab.c (find_main_filename): Remove.
4022 * symtab.h (find_main_filename): Remove.
4023
4024 2013-08-07 Tom Tromey <tromey@redhat.com>
4025
4026 * dwarf2read.c (recursively_compute_inclusions): Add
4027 "immediate_parent" argument. Set symtab's "user" field
4028 if not set.
4029 (compute_symtab_includes): Update.
4030
4031 2013-08-07 Tom Tromey <tromey@redhat.com>
4032
4033 * linespec.c (convert_linespec_to_sals): Use maybe_add_address
4034 when adding label symbols.
4035
4036 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
4037 Ulrich Weigand <uweigand@de.ibm.com>
4038
4039 * configure.tgt (powerpc64-*-aix*): Match powerpc64 running aix.
4040 * configure.host (powerpc64-*-aix*): Likewise.
4041
4042 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
4043 Ulrich Weigand <uweigand@de.ibm.com>
4044
4045 * gdb_ptrace.h: Use ptrace64 instead of ptrace if HAVE_PTRACE64
4046 is defined.
4047 * rs6000-nat.c: Check for __ld_info64_ if compiling 64 BIT gdb.
4048 (rs6000_ptrace32): Call ptrace64 instead of ptrace if present.
4049 (rs6000_ptrace64): Call ptace64 instead of ptracex if present.
4050 * configure.ac: Check for ptrace64.
4051 * configure, config.in: Regenerate.
4052
4053 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
4054 Ulrich Weigand <uweigand@de.ibm.com>
4055
4056 * aixthread.c: Call ptrace64 instead of ptracex if defined.
4057 Call ptrace64 instead of ptrace if defined.
4058 Add macro addr_ptr to take care of ptrace address argument.
4059 (pdc_read_regs): Likewise.
4060 (pdc_write_regs): Likewise.
4061 (aix_thread_resume): Likewise.
4062 (fetch_regs_kernel_thread): Likewise.
4063 (store_regs_kernel_thread): Likewise.
4064
4065 2013-08-07 Anton Blanchard <anton@samba.org>
4066
4067 * MAINTAINERS: Add myself to Write After Approval.
4068
4069 2013-08-05 Tom Tromey <tromey@redhat.com>
4070
4071 * aix-thread.c (_initialize_aix_thread): Use
4072 complete_target_initialization.
4073 * bsd-uthread.c (_initialize_bsd_uthread): Use
4074 complete_target_initialization.
4075 * dec-thread.c (_initialize_dec_thread): Use
4076 complete_target_initialization.
4077 * ravenscar-thread.c (_initialize_ravenscar): Use
4078 complete_target_initialization.
4079 * sol-thread.c (_initialize_sol_thread): Use
4080 complete_target_initialization.
4081 * spu-multiarch.c (_initialize_spu_multiarch): Use
4082 complete_target_initialization.
4083
4084 2013-08-05 Tom Tromey <tromey@redhat.com>
4085
4086 * ada-exp.y (write_var_or_type): Use bound_minimal_symbol.
4087 * ada-lang.c (ada_lookup_simple_minsym): Return
4088 bound_minimal_symbol.
4089 * ada-lang.h (ada_lookup_simple_minsym): Update.
4090 * c-exp.y (variable): Use lookup_bound_minimal_symbol.
4091 * f-exp.y (variable): Use lookup_bound_minimal_symbol.
4092 * go-exp.y (variable): Use lookup_bound_minimal_symbol.
4093 * jv-exp.y (push_expression_name): Use lookup_bound_minimal_symbol.
4094 * m2-exp.y (variable): Use lookup_bound_minimal_symbol.
4095 * minsyms.c (msymbol_objfile): Remove.
4096 (lookup_minimal_symbol_internal): New function, from
4097 lookup_minimal_symbol.
4098 (lookup_minimal_symbol): Rewrite using
4099 lookup_minimal_symbol_internal.
4100 (lookup_bound_minimal_symbol): New function.
4101 * minsyms.h (msymbol_objfile): Remove.
4102 (lookup_bound_minimal_symbol): Declare.
4103 * p-exp.y (variable): Use lookup_bound_minimal_symbol.
4104 * parse.c (write_exp_msymbol): Change parameter to a
4105 bound_minimal_symbol.
4106 (write_dollar_variable): Use lookup_bound_minimal_symbol.
4107 * parser-defs.h (write_exp_msymbol): Update.
4108 * printcmd.c (address_info): Use lookup_bound_minimal_symbol.
4109 * symfile.c (simple_read_overlay_table): Use
4110 lookup_bound_minimal_symbol.
4111 * symtab.c (skip_prologue_sal): Don't use msymbol_objfile.
4112 (search_symbols): Likewise.
4113 (print_msymbol_info): Take a bound_minimal_symbol argument.
4114 (symtab_symbol_info, rbreak_command): Update.
4115 * symtab.h (struct symbol_search) <msymbol>: Change type
4116 to bound_minimal_symbol.
4117 * valops.c (find_function_in_inferior): Use
4118 lookup_bound_minimal_symbol.
4119 * value.c (value_fn_field): Use lookup_bound_minimal_symbol.
4120
4121 2013-08-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4122
4123 Code cleanup.
4124 * remote.c (cleanup_sigint_signal_handler): Rename the declaration
4125 to ...
4126 (async_cleanup_sigint_signal_handler): ... this.
4127 (initialize_sigint_signal_handler): Remove declaration.
4128 (handle_remote_sigint): Rename the declaration to ...
4129 (async_handle_remote_sigint): ... this.
4130 (handle_remote_sigint_twice): Rename the declaration to ...
4131 (async_handle_remote_sigint_twice): ... this.
4132 (async_remote_interrupt, async_remote_interrupt_twice)
4133 (remote_interrupt): Remove the declarations.
4134 (remote_interrupt_twice): Rename the declaration ...
4135 (sync_remote_interrupt_twice): ... this.
4136 (sigint_remote_twice_token): Rename the variable to ...
4137 (async_sigint_remote_twice_token): ... this.
4138 (sigint_remote_token): Rename the variable to ...
4139 (async_sigint_remote_token): ... this.
4140 (initialize_sigint_signal_handler): Rename the function to ...
4141 (async_initialize_sigint_signal_handler): ... this. Update the name
4142 inside.
4143 (handle_remote_sigint): Rename the function to ...
4144 (async_handle_remote_sigint): ... this. Update the names inside.
4145 (handle_remote_sigint_twice): Rename the function to ...
4146 (async_handle_remote_sigint_twice): ... this. Update the names inside.
4147 (cleanup_sigint_signal_handler): Rename the function to ...
4148 (async_cleanup_sigint_signal_handler): ... this.
4149 (remote_interrupt): Rename the function to ...
4150 (sync_remote_interrupt): this. Update the names inside.
4151 (remote_interrupt_twice): Rename the function to ...
4152 (sync_remote_interrupt_twice): this. Update the names inside.
4153 (remote_terminal_inferior, remote_terminal_ours, remote_wait_as)
4154 (_initialize_remote): Update the names inside.
4155
4156 2013-08-02 Tom Tromey <tromey@redhat.com>
4157
4158 PR symtab/15719:
4159 * breakpoint.c (update_watchpoint, watchpoint_check)
4160 (watch_command_1): Update.
4161 * eval.c (fetch_subexp_value): Add "preserve_errors"
4162 parameter.
4163 * ppc-linux-nat.c (check_condition): Update.
4164 * value.h (fetch_subexp_value): Update.
4165
4166 2013-08-02 Andrew Burgess <aburgess@broadcom.com>
4167
4168 * mi/mi-interp.c (mi_interpreter_resume): Remove call to
4169 add_file_handler.
4170
4171 2013-08-01 Doug Evans <dje@google.com>
4172
4173 PR symtab/15691
4174 * dwarf2read.c (struct dwarf2_per_cu_data): New member tu_read.
4175 (fill_in_sig_entry_from_dwo_entry): Reorganize asserts.
4176 Add assert of sig_entry->dwo_unit == NULL.
4177 (lookup_dwo_signatured_type): Don't assign TU to a DWO if the TU
4178 had already been read.
4179 (read_signatured_type): Set per_cu.tu_read.
4180
4181 PR symtab/15695
4182 * valops.c (value_struct_elt): Add missing call to check_typedef.
4183 (value_find_oload_method_list): Ditto.
4184
4185 * symtab.c (do_free_search_symbols_cleanup): Change arg to,
4186 effectively, struct symbol_search **.
4187 (make_cleanup_free_search_symbols): Change arg to struct
4188 symbol_search **. All callers updated.
4189 (compare_search_syms): Compare symtab file name and block as well.
4190 (search_symbols_equal): New function.
4191 (sort_search_symbols_remove_dups): Renamed from sort_search_symbols.
4192 New args new_head, new_tail. Result is now void. Remove dups after
4193 sorting the symbols.
4194 (search_symbols): Sort all found symbols once, after all have been
4195 found, and remove duplicates. Simplify cleanup tracking of result.
4196 * symtab.h (make_cleanup_free_search_symbols): Update prototype.
4197
4198 Further workarounds for binutils/15021.
4199 * dwarf2read.c (recursively_compute_inclusions): Change type of result
4200 parameter to VEC (symtab_ptr) **. New parameter all_type_symtabs.
4201 Watch for duplicate symtabs coming from type units.
4202 (compute_symtab_includes): Update call to
4203 recursively_compute_inclusions. Build vector of included symtabs
4204 instead of per_cus.
4205 * symtab.h (symtab_ptr): New typedef.
4206 (DEF_VEC_P (symtab_ptr)): New VEC type.
4207 * linespec.c (symtab_p): Delete. All uses updated to use symtab_ptr
4208 instead.
4209
4210 2013-08-01 Andrew Burgess <aburgess@broadcom.com>
4211
4212 * cli/cli-script.c (script_from_file): Remove use of
4213 error_pre_print.
4214 * main.c (captured_main): Remove use of error_pre_print and
4215 quit_pre_print.
4216 * utils.c (error_pre_print, quit_pre_print): Remove.
4217 * utils.h (error_pre_print, quit_pre_print): Likewise.
4218
4219 2013-08-01 Yao Qi <yao@codesourcery.com>
4220
4221 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Parse argv
4222 with mi_getopt.
4223 (mi_cmd_stack_list_variables): Likewise.
4224
4225 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
4226
4227 * exceptions.c (deprecated_throw_reason): Remove.
4228 * exceptions.h (deprecated_throw_reason): Remove.
4229
4230 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
4231
4232 * remote-mips.c (mips_error): Replace use of
4233 deprecated_throw_reason with throw_verror. Use the error message
4234 passed to mips_error as the error message for throw_verror.
4235
4236 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
4237
4238 * monitor.c (monitor_interrupt_query): Replace use of
4239 deprecated_throw_reason with quit.
4240 * nto-procfs.c (interrupt_query): Likewise.
4241 * remote-fileio.c (remote_fileio_sig_exit): Likewise.
4242 * remote-mips.c (mips_kill): Likewise.
4243 * remote.c (interrupt_query): Likewise.
4244
4245 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
4246
4247 * utils.c (internal_verror): Replace use of deprecated_throw_reason
4248 with call to fatal.
4249
4250 2013-07-31 Pedro Alves <pedro@codesourcery.com>
4251 Yao Qi <yao@codesourcery.com>
4252
4253 * tracepoint.c (trace_dump_command): Select the current frame.
4254
4255 2013-07-30 Doug Evans <dje@google.com>
4256
4257 * dwarf2read.c (process_queue): Add type signature to debug output.
4258
4259 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
4260
4261 * value.c (value_fetch_lazy): Mark optimized out values as such
4262 rather than raising an error.
4263
4264 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
4265
4266 * value.c (value_fetch_lazy): Ensure parent value is not lazy
4267 before checking which bits of the parent, not the child, value are
4268 valid.
4269
4270 2013-07-30 Muhammad Bilal <mbilal@codesorcery.com>
4271
4272 PR gdb/15715
4273 * top.c: Include "filenames.h".
4274 (set_history_filename): New function.
4275 (init_main): Install it as set hook of the "set history filename"
4276 command.
4277
4278 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
4279
4280 * dwarf2read.c (dwarf2_get_ref_die_offset): Constify struct
4281 attribute parameter.
4282 (dwarf2_const_value_data): Constify struct attribute parameter.
4283 (dwarf2_const_value): Constify struct attribute parameter.
4284 (dwarf2_const_value_attr): Constify struct attribute parameter.
4285 (lookup_die_type): Constify struct attribute parameter.
4286 (dwarf2_get_attr_constant_value): Constify struct attribute parameter.
4287 (follow_die_ref_or_sig): Constify struct attribute parameter.
4288 (follow_die_ref): Constify struct attribute parameter.
4289 (follow_die_sig): Constify struct attribute parameter.
4290 (get_DW_AT_signature_type): Constify struct attribute parameter.
4291 (get_type_unit_group): Constify struct attribute parameter.
4292 (fill_in_loclist_baton): Constify struct attribute parameter.
4293 (dwarf2_symbol_mark_computed): Constify struct attribute parameter.
4294 (type_unit_group): Constify struct attribute parameter.
4295
4296 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
4297
4298 * dwarf2read.c (attr_form_is_block): Make argument const.
4299 (attr_form_is_section_offset): Make argument const.
4300 (attr_form_is_constant): Make argument const.
4301 (attr_form_is_ref): Make argument const.
4302
4303 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
4304
4305 * dwarf2read.c (attr_is_ref): Rename to attr_form_is_ref.
4306 All uses updated.
4307 (attr_form_is_ref): Moved below attr_form_is_constant.
4308
4309 2013-07-29 Doug Evans <dje@google.com>
4310
4311 * main.c (captured_command_loop): Tweak comment.
4312
4313 * target.c (target_async_permitted_1): Fix comment.
4314
4315 * symtab.c (iterate_over_some_symtabs): Add comment.
4316
4317 * symtab.c (iterate_over_some_symtabs): Fix indentation.
4318
4319 2013-07-27 Yao Qi <yao@codesourcery.com>
4320
4321 * NEWS: Mention that GDBserver now supports hardware
4322 watchpoints on the MIPS GNU/Linux target.
4323
4324 2013-07-27 Yao Qi <yao@codesourcery.com>
4325
4326 * Makefile.in (HFILES_NO_SRCDIR): Add
4327 common/mips-linux-watch.h.
4328 (mips-linux-watch.o): New rule.
4329 * common/mips-linux-watch.c: New.
4330 * common/mips-linux-watch.h: New.
4331 * config/mips/linux.mh (NATDEPFILES): Add mips-linux-watch.o
4332 * mips-linux-nat.c: Include mips-linux-watch.h.
4333 (W_BIT, R_BIT, I_BIT, W_MASK, R_MASK, I_MASK, IRW_MASK): Move
4334 to common/mips-linux-watch.h.
4335 (MAX_DEBUG_REGISTER): Likewise.
4336 (enum pt_watch_style): Likewise.
4337 (struct mips32_watch_regs): Likewise.
4338 (struct mips64_watch_regs): Likewise.
4339 (struct pt_watch_regs): Likewise.
4340 (struct mips_watchpoint): Likewise.
4341 (mips_linux_watch_get_irw_mask): Move to
4342 common/mips-linux-watch.c.
4343 (get_reg_mask, mips_linux_watch_get_num_valid): Likewise.
4344 (mips_linux_watch_get_watchlo): Likewise.
4345 (mips_linux_watch_set_watchlo): Likewise.
4346 (mips_linux_watch_get_watchhi): Likewise.
4347 (mips_linux_watch_set_watchhi): Likewise.
4348 (mips_linux_read_watch_registers): Likewise.
4349 (mips_linux_watch_type_to_irw): Likewise.
4350 (mips_linux_stopped_data_address, fill_mask): Likewise.
4351 (mips_linux_watch_try_one_watch): Likewise.
4352 (mips_linux_watch_populate_regs): Likewise.
4353
4354 2013-07-27 Yao Qi <yao@codesourcery.com>
4355
4356 * mips-linux-nat.c (get_irw_mask): Rename to ...
4357 (mips_linux_watch_get_irw_mask): ... this. Rename parameter
4358 'set' to 'n'. Update function comment. All callers changed.
4359 (get_reg_mask): Rename parameter 'set' to 'n'. Update
4360 function comment. All callers changed.
4361 (get_num_valid): Rename to ...
4362 (mips_linux_watch_get_num_valid): ... this. Rename parameter
4363 'set' to 'n'. Update function comment. All callers changed.
4364 (get_watchlo): Rename to ...
4365 (mips_linux_watch_get_watchlo): ... this. Rename parameter
4366 'set' to 'n'. Update function comment. All callers changed.
4367 (set_watchlo): Rename to ...
4368 (mips_linux_watch_set_watchlo): ... this. Rename parameter
4369 'set' to 'n'. Update function comment. All callers changed.
4370 (get_watchhi): Rename to ...
4371 (mips_linux_watch_get_watchhi): ... this. Update function
4372 comment. All callers changed.
4373 (set_watchhi): Rename to ...
4374 (mips_linux_watch_set_watchhi): ... this. Update function
4375 comment. All callers changed.
4376 (mips_linux_read_watch_registers): Update function comment.
4377 Add new parameters 'lwpid', 'watch_readback', and
4378 'watch_readback_valid'. Update.
4379 (type_to_irw): Rename to ...
4380 (mips_linux_watch_type_to_irw): ... this. Update function
4381 comment. All callers changed.
4382 (fill_mask): Update function comment.
4383 (try_one_watch): Rename to ...
4384 (mips_linux_watch_try_one_watch): ... this. Change the type
4385 of parameter 'irw' from 'unsigned' to 'uint32_t'.
4386 (populate_regs_from_watches): Rename to ...
4387 (mips_linux_watch_populate_regs): ... this. Add parameter
4388 'current_watches'. All callers changed.
4389
4390 2013-07-27 Yao Qi <yao@codesourcery.com>
4391
4392 * mips-linux-nat.c (MAX_DEBUG_REGISTER): Move it earlier in
4393 the code.
4394 (PTRACE_SET_WATCH_REGS, enum pt_watch_style): Remove.
4395 (struct mips32_watch_regs, struct mips64_watch_regs): Remove.
4396 (struct pt_watch_regs): Likewise.
4397 [!PTRACE_GET_WATCH_REGS] (PTRACE_SET_WATCH_REGS): New macro.
4398 [!PTRACE_GET_WATCH_REGS] (enum pt_watch_style): New.
4399 [!PTRACE_GET_WATCH_REGS] (struct mips32_watch_regs): New.
4400 [!PTRACE_GET_WATCH_REGS] (struct mips64_watch_regs): New.
4401 [!PTRACE_GET_WATCH_REGS] (struct pt_watch_regs): New.
4402
4403 2013-07-27 Yao Qi <yao@codesourcery.com>
4404
4405 * breakpoint.h: Include break-common.h.
4406 (enum target_hw_bp_type): Move to ...
4407 * common/break-common.h: ... here. New.
4408
4409 2013-07-26 Cyril Nikolaev <cyril@nichtverstehen.de>
4410
4411 * inflow.c (terminal_init_inferior_with_pgrp): Save inferior
4412 process group regardless of having tty on stdin.
4413
4414 2013-07-25 Doug Evans <dje@google.com>
4415
4416 * linux-fork.h (detach_fork): Delete.
4417
4418 2013-07-25 Tom Tromey <tromey@redhat.com>
4419
4420 PR remote/15256, PR remote/15266:
4421 * bfd-target.c (target_bfd_reopen): Initialize to_magic.
4422 * monitor.c (monitor_detach): Use unpush_target.
4423 * remote-m32r-sdi.c (m32r_detach): Use unpush_target.
4424 * remote-mips.c (mips_detach): Use unpush_target. Don't
4425 call mips_close.
4426 * remote-sim.c (gdbsim_detach): Use unpush_target.
4427 * target.c (pop_target): Remove.
4428 (pop_all_targets_above): Don't call target_close.
4429 (target_close): Assert that the target is unpushed.
4430 * target.h (pop_target): Don't declare.
4431 * tracepoint.c (tfile_open): Use unpush_target.
4432
4433 2013-07-25 Tom Tromey <tromey@redhat.com>
4434
4435 * linux-thread-db.c (init_thread_db_ops): Call
4436 complete_target_initialization.
4437 (_initialize_thread_db): Don't call add_target.
4438 * target.c (complete_target_initialization): New function.
4439 (add_target_with_completer): Call it.
4440 * target.h (complete_target_initialization): Declare.
4441
4442 2013-07-25 Mark Kettenis <kettenis@gnu.org>
4443
4444 * hppa-tdep.h (enum hppa_regnum): Add members for all space registers.
4445 * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Add comment.
4446 (HPPANBSD_SIZEOF_GREGS): New define.
4447 (hppaobsd_supply_gregset): Handle additional registers.
4448 * hppabsd-nat.c (hppabsd_gregset_supplies_p): Adjust to indicate
4449 we provide more registers now.
4450 (hppabsd_supply_gregset): Supply additional registers.
4451 (hppabsd_collect_gregset): Collect additional registers.
4452
4453 2013-07-25 Mark Kettenis <kettenis@gnu.org>
4454
4455 * hppabsd-tdep.c: Include "dwarf2-frame.h".
4456 (hppabsd_dwarf2_frame_init_reg): New function.
4457 (hppabsd_init_abi): Hook in the DWARF CFI frame unwinder.
4458
4459 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
4460
4461 * mi/mi-main.c (output_register): Make MI 'r' format use standard
4462 'z' format code. Remove error for optimized out values, standard
4463 code will handle these fine.
4464
4465 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
4466
4467 * NEWS: Mention new 'z' formatter.
4468 * printcmd.c (print_scalar_formatted): Add new 'z' formatter.
4469 (_initialize_printcmd): Mention 'z' formatter in help text of the
4470 'x' command.
4471
4472 2013-07-24 Maciej W. Rozycki <macro@codesourcery.com>
4473
4474 * mips-tdep.c (micromips_deal_with_atomic_sequence): Correct
4475 formatting.
4476
4477 2013-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
4478
4479 * breakpoint.c (create_longjmp_master_breakpoint): Check if probe
4480 interface can evaluate arguments. Fallback to the old mode if it
4481 cannot.
4482 (create_exception_master_breakpoint): Likewise.
4483 * elfread.c (elf_can_evaluate_probe_arguments): New function.
4484 (struct sym_probe_fns elf_probe_fns): Export function above to the
4485 probe interface.
4486 * probe.c (can_evaluate_probe_arguments): New function.
4487 * probe.h (struct probe_ops) <can_evaluate_probe_arguments>: New
4488 function pointer.
4489 (can_evaluate_probe_arguments): New function prototype.
4490 * solib-svr4.c (svr4_create_solib_event_breakpoints): Check if
4491 probe interface can evaluate arguments. Fallback to the old mode
4492 if it cannot.
4493 * stap-probe.c (stap_get_probe_argument_count): Check if probe
4494 interface can evaluate arguments. Warning the user if it cannot.
4495 (stap_can_evaluate_probe_arguments): New function.
4496 (struct probe_ops stap_probe_ops): Export function above to the
4497 probe interface.
4498 * symfile.h (struct sym_probe_fns) <can_evaluate_probe_arguments>:
4499 New function pointer.
4500
4501 2013-07-24 Luis Machado <lgustavo@codesourcery.com>
4502
4503 * Makefile.in (SFILES): Add common/target-common.c.
4504 Add common/target-common.h to headers.
4505 (COMMON_OBS): Add target-common.o.
4506 (target-common.o): New target.
4507 * linux-nat.h (resume_kind): Move to common/target-common.h.
4508 * target.c (target_waitstatus_to_string): Move to
4509 common/target-common.c.
4510 * target.h: Include target-common.h.
4511 (target_waitkind): Move to common/target-common.h.
4512 (target_waitstatus): Likewise.
4513 (TARGET_WNOHANG): Likewise.
4514 * common/target-common.c: New file.
4515 * common/target-common.h: New file.
4516
4517 2013-07-24 Doug Evans <dje@google.com>
4518
4519 * dwarf2read.c (lookup_dwo_cutu): Change missing DWO complaint to
4520 a warning.
4521
4522 2013-07-23 Yao Qi <yao@codesourcery.com>
4523
4524 * i386-tdep.c (i386_in_stack_tramp_p): Remove unused
4525 parameter 'gdbarch'.
4526 (i386_stack_tramp_frame_sniffer): Caller update.
4527 * i386-linux-tdep.c (i386_linux_core_read_xcr0): Remove
4528 parameter 'gdbarch' and 'target'.
4529 (i386_linux_core_read_description): Caller update.
4530 * amd64-linux-tdep.c (amd64_linux_core_read_description):
4531 Likewise.
4532 * i386-linux-tdep.h (i386_linux_core_read_xcr0): Update
4533 declaration.
4534
4535 2013-07-23 Tom Tromey <tromey@redhat.com>
4536
4537 * dwarf2read.c (init_cutu_and_read_dies): Revert patch from
4538 2013-07-22.
4539
4540 2013-07-22 Doug Evans <dje@google.com>
4541
4542 * exec.h (remove_target_sections): Delete arg abfd.
4543 * exec.c (exec_close): Update call to remove_target_sections.
4544 (remove_target_sections): Delete arg abfd.
4545 * solib.c (update_solib_list): Ditto.
4546 (reload_shared_libraries_1): Ditto.
4547 (clear_solib): Ditto, and unconditionally call remove_target_sections.
4548 * target.h (struct target_section): Rename key to owner.
4549 All uses updated.
4550
4551 2013-07-22 Tom Tromey <tromey@redhat.com>
4552
4553 * solib-som.c (som_open_symbol_file_object): Call do_cleanups.
4554
4555 2013-07-22 Tom Tromey <tromey@redhat.com>
4556
4557 * dwarf2read.c (init_cutu_and_read_dies): Remove 'free_cu_cleanup'.
4558 Simplify cleanup handling.
4559
4560 2013-07-22 Tom Tromey <tromey@redhat.com>
4561
4562 * dwarf2read.c (dwarf_decode_line_header): Call do_cleanups
4563 on all return paths.
4564
4565 2013-07-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4566
4567 * ppc-linux-nat.c (PPC_DEBUG_FEATURE_DATA_BP_DAWR): New define.
4568 (ppc_linux_region_ok_for_hw_watchpoint): Add checking to use the new
4569 DAWR interface for longer ranges hardware watchpoint (up to 512 bytes).
4570
4571 2013-07-22 Phil Muldoon <pmuldoon@redhat.com>
4572
4573 * top.c (print_gdb_version): Add help, apropos description and
4574 url to online documentation.
4575
4576 2013-07-19 Hui Zhu <hui@codesourcery.com>
4577
4578 PR gdb/15692
4579 * mi/mi-cmd-break.c (mi_argv_to_format): Handle double quotes.
4580
4581 2013-07-19 Yao Qi <yao@codesourcery.com>
4582
4583 * target.c (update_current_target): Change the default action
4584 of 'to_traceframe_info' from tcomplain to return_zero.
4585 * target.h (struct target_ops) <to_traceframe_info>: Add more
4586 comments.
4587 * valops.c (read_value_memory): Call
4588 traceframe_available_memory unconditionally.
4589
4590 2013-07-18 Yao Qi <yao@codesourcery.com>
4591
4592 * coffread.c (coff_symfile_read): Iterate over minimal symbols,
4593 if the name is prefixed by "__imp_" or "_imp_", look for minimal
4594 symbol without prefix. If found, set its type to
4595 'mst_solib_trampoline'.
4596
4597 2013-07-17 Doug Evans <dje@google.com>
4598
4599 * NEWS: Mention "set print raw frame-arguments".
4600 * gdbcmd.h (setprintrawlist, showprintrawlist): Declare.
4601 * stack.c (print_raw_frame_arguments): New static global.
4602 (print_frame_arg): Set opts.raw from print_raw_frame_arguments.
4603 (_initialize_stack): New command "set/show print raw frame-arguments".
4604 * valprint.c (setprintrawlist, showprintrawlist): New globals.
4605 (set_print_raw, show_print_raw): New functions.
4606 (_initialize_valprint): New prefix command "set/show print raw".
4607 * valprint.h (value_print_options): Improve comments.
4608
4609 * cli/cli-cmds.c (init_cmd_lists): Delete unnecessary initialization
4610 of all *list variables.
4611
4612 * gdbcmd.h (togglelist): Delete.
4613 * cli/cli-cmds.c (togglelist): Delete.
4614 (init_cmd_lists): Update.
4615 * cli/cli-cmds.h (togglelist): Delete.
4616
4617 2013-07-17 Tom Tromey <tromey@redhat.com>
4618
4619 * dwarf2read.c (dwarf2_per_objfile_free): Clear
4620 dwarf2_per_objfile.
4621
4622 2013-07-16 Doug Evans <dje@google.com>
4623
4624 * nto-tdep.c (nto_relocate_section_addresses): Update,
4625 target_section.bfd deleted.
4626 * ppc64-tdep.c (ppc64_convert_from_func_ptr_addr): Ditto.
4627 * s390-tdep.c (s390_load): Ditto.
4628 * solib-aix.c (solib_aix_relocate_section_addresses): Ditto.
4629
4630 2013-07-16 Andrew Burgess <aburgess@broadcom.com>
4631
4632 * common/format.c (parse_format_string): Add checks for NULL
4633 character before calling strchr.
4634
4635 2013-07-16 Doug Evans <dje@google.com>
4636
4637 * solist.h (target_so_ops.find_and_open_solib): Clarify usage of
4638 temp_pathname argument.
4639 * nto-tdep.c (nto_find_and_open_solib): Fix setting of temp_pathname
4640 when opening the file fails.
4641
4642 * target.h (struct target_section): Delete member bfd.
4643 All users updated to use the_bfd_section->owner instead.
4644 * exec.c (add_to_section_table): Assert bfd is expected value.
4645 Remove initialization of target_section.bfd.
4646 (remove_target_sections): Update.
4647 (section_table_available_memory): Update.
4648 (section_table_xfer_memory_partial): Update.
4649 (print_section_info): Update.
4650 (exec_set_section_address): Update.
4651 * record-full.c (record_full_core_xfer_partial): Update.
4652 * solib-svr4.c (svr4_relocate_section_addresses): Update.
4653 * solib-target.c (solib_target_relocate_section_addresses): Update.
4654 * symfile.c (build_section_addr_info_from_section_table): Update.
4655 * target.c (memory_xfer_live_readonly_partial): Update.
4656 (memory_xfer_partial_1): Update.
4657
4658 2013-07-15 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4659
4660 * ppc-linux-nat.c: Since the new PowerPC specific ptrace interface is
4661 now available for embedded (BookE) and server (BookS) processors,
4662 correct mentions of 'booke' and adjust comments accordingly in order to
4663 avoid confusion. Rename struct 'booke_debug_info' to 'hwdebug_info'.
4664 (have_ptrace_booke_interface): Rename function and variable
4665 'have_ptrace_booke_interface' to 'have_ptrace_hwdebug_interface'.
4666 Rename struct 'booke_debug_info' to 'hwdebug_info'. Update all uses.
4667 (booke_cmp_hw_point): Rename function 'booke_cmp_hw_point' to
4668 'hwdebug_point_cmp'. Update all uses.
4669 (booke_find_thread_points_by_tid): Rename function
4670 'booke_find_thread_points_by_tid' to
4671 'hwdebug_find_thread_points_by_tid'. Update all uses.
4672 (booke_insert_point): Rename function 'booke_insert_point' to
4673 'hwdebug_insert_point'. Update all uses.
4674 (booke_remove_point): Rename function 'booke_remove_point' to
4675 'hwdebug_remove_point'. Update all uses.
4676
4677 2013-07-15 Maciej W. Rozycki <macro@codesourcery.com>
4678
4679 * mips-tdep.c (mips_gdbarch_init): Replace hardcoded magic
4680 numbers with enum values.
4681
4682 2013-07-15 Ali Anwar <ali_anwar@codesourcery.com>
4683
4684 PR threads/13217
4685 * thread.c (thread_apply_all_command): Check for valid threads
4686 and thread count.
4687 (thread_array_cleanup): New struct.
4688 (set_thread_refcount): New function.
4689
4690 2013-07-11 Andrew Burgess <aburgess@broadcom.com>
4691
4692 * infcmd.c (default_print_one_register_info): Reuse function
4693 print_hex_chars.
4694
4695 2013-07-10 Tom Tromey <tromey@redhat.com>
4696
4697 * Makefile.in (GDB_WARN_CFLAGS_NO_DEFS, ADA_EXP_C): New macros.
4698 (ada-exp.o): New target.
4699
4700 2013-07-10 Sergio Durigan Junior <sergiodj@redhat.com>
4701
4702 * mt-tdep.c (mt_registers_info): Call
4703 get_no_prettyformat_print_options instead of
4704 get_raw_print_options (regression by last patch from Doug
4705 Evans).
4706
4707 2013-07-09 Pedro Alves <palves@redhat.com>
4708
4709 Checked in by Joel Brobecker <brobecker@adacore.com>.
4710 * ada-lang.c (coerce_unspec_val_to_type): Use
4711 value_optimized_out_const.
4712 * value.c (value_optimized_out_const): New function.
4713 * value.h (value_optimized_out_const): New declaration.
4714
4715 2013-07-09 Doug Evans <dje@google.com>
4716
4717 * defs.h (enum val_prettyformat): Renamed from val_prettyprint.
4718 Enum values rename as well. All uses updated.
4719 * valprint.h (value_print_options): Rename member pretty to
4720 pretty format. Rename member prettyprint_arrays to
4721 prettyformat_arrays. Rename member prettyprint_structs to
4722 prettyformat_structs. All uses updated.
4723 (get_no_prettyformat_print_options): Renamed from
4724 get_raw_print_options.
4725 * valprint.c (get_no_prettyformat_print_options): Renamed from
4726 get_raw_print_options. All callers updated.
4727 (show_prettyformat_structs): Renamed from show_prettyprint_structs.
4728 All callers updated.
4729 (show_prettyformat_arrays): Renamed from show_prettyprint_arrays.
4730 All callers updated.
4731 (_initialize_valprint): Improve help text for "set print pretty" and
4732 "set print arrays".
4733
4734 2013-07-09 Andrew Burgess <aburgess@broadcom.com>
4735
4736 * value.c (value_bits_valid): Revert previous change, and change
4737 by Pedro on 2013-07-04, due to regressions in
4738 gdb.dwarf2/implptr.exp and gdb.dwarf2/pieces.exp.
4739
4740 2013-07-08 Andrew Burgess <aburgess@broadcom.com>
4741 Pedro Alves <palves@redhat.com>
4742
4743 * value.c (value_bits_valid): If the value is not lval_computed
4744 or has no check validity handler then the answer is the
4745 optimized_out flag, otherwise defer to the handler.
4746
4747 2013-07-06 Eli Zaretskii <eliz@gnu.org>
4748
4749 * top.c (print_gdb_configuration): Explain in output of
4750 --configuration what does "relocatable" mean.
4751
4752 * main.c (print_gdb_help): Regroup options in the --help text.
4753 See http://sourceware.org/ml/gdb-patches/2013-04/msg00362.html for
4754 the relevant discussions.
4755
4756 2013-07-06 Yao Qi <yao@codesourcery.com>
4757
4758 * breakpoint.h (struct breakpoint_ops) <create_breakpoints_sal>:
4759 Remove parameter 'lsal'.
4760 * breakpoint.c (create_breakpoint): Move local variable 'lsal'
4761 to inner block. Caller update.
4762 (base_breakpoint_create_breakpoints_sal): Update.
4763 (bkpt_create_breakpoints_sal): Likewise.
4764 (tracepoint_create_breakpoints_sal): Likewise.
4765 (strace_marker_create_breakpoints_sal): Get 'lsal' from the
4766 element 0 of vector 'canonical->sals'.
4767
4768 2013-07-05 Luis Machado <lgustavo@codesourcery.com>
4769
4770 * rs6000-tdep.c (rs6000_stab_reg_to_regnum): Return the real
4771 register number instead of the pseudo register one.
4772 (rs6000_dwarf2_reg_to_regnum): Likewise.
4773
4774 2013-07-04 Pedro Alves <palves@redhat.com>
4775
4776 * findvar.c (value_of_register): Use allocate_optimized_out_value
4777 if the register has been optimized out, instead of
4778 set_value_optimized_out.
4779 * frame-unwind.c (frame_unwind_got_optimized): Use
4780 allocate_optimized_out_value.
4781
4782 2013-07-04 Pedro Alves <palves@redhat.com>
4783
4784 * value.c (value_bits_valid): If the value is not lval_computed,
4785 or doesn't have a check_validity hook, assume the value is entirely
4786 valid.
4787
4788 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
4789
4790 * stack.c (read_frame_arg): No longer fetch lazy values.
4791 * value.c (value_optimized_out): If the value is not already
4792 marked optimized out, and is lazy then fetch it.
4793 (value_primitive_field): Move optimized out check to later in the
4794 function, after we have loaded any lazy values.
4795 (value_fetch_lazy): Use optimized out flag directly rather than
4796 calling optimized_out method.
4797
4798 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
4799
4800 * valops.c: Don't include "user-regs.h".
4801 (value_fetch_lazy): Moved to value.c.
4802 * value.c: Include "user-regs.h".
4803 (value_fetch_lazy): Moved from valops.c.
4804
4805 2013-07-04 Yao Qi <yao@codesourcery.com>
4806
4807 Revert:
4808 2013-06-27 Yao Qi <yao@codesourcery.com>
4809
4810 * common/create-version.sh: Update comments. Handle the case
4811 that TARGET_ALIAS is empty.
4812
4813 2013-07-03 Pedro Alves <palves@redhat.com>
4814
4815 * Makefile.in (config.status): Depend on development.sh.
4816 (aclocal_m4_deps): Add libmcheck.m4.
4817 * acinclude.m4: Include libmcheck.m4.
4818 * configure.ac: Source development.sh instead of setting
4819 'development' here. --enable-libmcheck/--disable-libmcheck code
4820 factored out to GDB_AC_LIBMCHECK. Run it.
4821 * development.sh: New file.
4822 * libmcheck.m4: New file.
4823 * configure: Regenerate.
4824
4825 2013-07-02 Tom Tromey <tromey@redhat.com>
4826
4827 * contrib/ari/update-web-ari.sh: Update for version.in change.
4828
4829 2013-07-02 Tom Tromey <tromey@redhat.com>
4830
4831 * common/ptid.h: Comment fixes.
4832
4833 2013-07-01 Tom Tromey <tromey@redhat.com>
4834
4835 * dwarf2read.c (dwarf2_get_dwz_file): Return NULL if
4836 .gnu_debugaltlink not found. Use bfd_get_alt_debug_link_info.
4837 (dwarf2_read_index, create_all_comp_units): Update.
4838
4839 2013-07-01 Tom Tromey <tromey@redhat.com>
4840
4841 * configure.ac (build_warnings): Add -Wold-style-definition.
4842 * configure: Rebuild.
4843 * machoread.c (_initialize_machoread): Use "(void)".
4844 * macrocmd.c (macro_inform_no_debuginfo): Fix formatting;
4845 use "(void)".
4846
4847 2013-07-01 Tom Tromey <tromey@redhat.com>
4848
4849 * configure.ac (build_warnings): Add -Wold-style-declaration.
4850 * configure: Rebuild.
4851 * dsrec.c (make_srec): Use "static const", not "const static".
4852 * h8300-tdep.c (h8300_breakpoint_from_pc): Use "static const",
4853 not "const static".
4854 * mi/mi-parse.c (mi_no_values, mi_simple_values, mi_all_values):
4855 Use "static const", not "const static".
4856 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Use "static const",
4857 not "const static".
4858 * moxie-tdep.c (moxie_breakpoint_from_pc): Use "static const",
4859 not "const static".
4860 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Use "static const",
4861 not "const static".
4862 * v850-tdep.c (v850_breakpoint_from_pc): Use "static const",
4863 not "const static".
4864 (v850_dbtrap_breakpoint_from_pc): Likewise.
4865 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Use "static const",
4866 not "const static".
4867
4868 2013-07-01 Tom Tromey <tromey@redhat.com>
4869
4870 * configure.ac (build_warnings): Add -Wmissing-parameter-type.
4871 * configure: Rebuild.
4872
4873 2013-07-01 Pedro Alves <palves@redhat.com>
4874
4875 * defs.h: Include "pathmax.h".
4876 * utils.c: Don't include sys/param.h.
4877 (gdb_realpath): Remove code that checks for MAXPATHLEN.
4878 * solib-ia64-hpux.c (ia64_hpux_handle_load_event): Use PATH_MAX
4879 instead of MAXPATHLEN.
4880 * solib-sunos.c: Don't include sys/param.h.
4881 * xcoffread.c: Don't include sys/param.h.
4882 * bsd-kvm.c: Don't include sys/param.h.
4883 * darwin-nat.c: Don't include sys/param.h.
4884 (darwin_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
4885 * darwin-nat-info.c: Don't include sys/param.h.
4886 * fbsd-nat.c (fbsd_pid_to_exec_file): Use PATH_MAX instead of
4887 MAXPATHLEN.
4888 * i386obsd-nat.c: Don't include sys/param.h.
4889 * inf-child.c: Don't include sys/param.h.
4890 (inf_child_fileio_readlink): Use PATH_MAX instead of MAXPATHLEN.
4891 * linux-fork.c: Don't include sys/param.h.
4892 (fork_save_infrun_state): Use PATH_MAX instead of MAXPATHLEN.
4893 * linux-nat.c: Don't include sys/param.h.
4894 (linux_child_pid_to_exec_file, linux_proc_pending_signals)
4895 (linux_proc_pending_signals): Use PATH_MAX instead of MAXPATHLEN.
4896 * m68klinux-nat.c: Don't include sys/param.h.
4897 * nbsd-nat.c: Don't include sys/param.h.
4898 (nbsd_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
4899 * ppc-linux-nat.c: Don't include sys/param.h.
4900 * rs6000-nat.c: Don't include sys/param.h.
4901 * spu-linux-nat.c. Don't include sys/param.h.
4902 * windows-nat.c: Don't include sys/param.h.
4903 * xtensa-linux-nat.c: Don't include sys/param.h.
4904 * config/i386/nm-fbsd.h: Don't include sys/param.h.
4905
4906 2013-07-01 Pedro Alves <palves@redhat.com>
4907
4908 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add pathmax.
4909 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/pathmax.m4.
4910 * gnulib/aclocal.m4: Regenerate.
4911 * gnulib/config.in: Regenerate.
4912 * gnulib/configure: Regenerate.
4913 * gnulib/import/pathmax.h: New file.
4914 * gnulib/import/Makefile.am: Regenerate.
4915 * gnulib/import/Makefile.in: Regenerate.
4916 * gnulib/import/m4/gnulib-cache.m4: Regenerate.
4917 * gnulib/import/m4/gnulib-comp.m4: Regenerate.
4918 * gnulib/import/m4/pathmax.m4: New file.
4919
4920 2013-07-01 Pedro Alves <palves@redhat.com>
4921
4922 * configure.ac (GDBINIT): Define, depending on host.
4923 * go32-nat.c (init_go32_ops): Don't override gdbinit here.
4924 * top.c (PATH_MAX): Delete fallback definition.
4925 (GDBINIT_FILENAME): Delete.
4926 (gdbinit): Reimplement as const char array set to the GDBINIT
4927 string constant.
4928 * top.h (gdbinit): Make const.
4929 * configure, config.in: Regenerate.
4930
4931 2013-07-01 Pedro Alves <palves@redhat.com>
4932
4933 * cli/cli-cmds.c (source_script): Make 'file' parameter const.
4934 * cli/cli-cmds.h (source_script): Likewise.
4935 * exceptions.c (catch_command_errors_const): New function.
4936 * exceptions.h (catch_command_errors_const): Declare.
4937 * main.c (get_init_files): Make parameters const, and adjust.
4938 (captured_main): Make 'system_gdbinit', 'home_gdbinit' and
4939 'local_gdbinit' locals const. Adjust to use
4940 catch_command_errors_const.
4941 (print_gdb_help): Make 'system_gdbinit', 'home_gdbinit' and
4942 'local_gdbinit' locals const.
4943
4944 2013-07-01 Pedro Alves <palves@redhat.com>
4945
4946 * defs.h: Don't check HAVE_UNISTD_H before including <unistd.h>.
4947 (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Delete.
4948 * tracepoint.c: Don't check HAVE_UNISTD_H before including
4949 <unistd.h>.
4950
4951 2013-07-01 Pedro Alves <palves@redhat.com>
4952
4953 Import the "unistd" gnulib module.
4954 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add "unistd".
4955 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/off_t.m4,
4956 import/m4/ssize_t.m4, import/m4/sys_types_h.m4 and
4957 import/m4/unistd_h.m4.
4958 * gnulib/aclocal.m4: Renenerate.
4959 * gnulib/config.in: Renenerate.
4960 * gnulib/configure: Renenerate.
4961 * gnulib/import/Makefile.am: Renenerate.
4962 * gnulib/import/Makefile.in: Renenerate.
4963 * gnulib/import/m4/gnulib-cache.m4: Renenerate.
4964 * gnulib/import/m4/gnulib-comp.m4: Renenerate.
4965 * gnulib/import/m4/off_t.m4: New file.
4966 * gnulib/import/m4/ssize_t.m4: New file.
4967 * gnulib/import/m4/sys_types_h.m4: New file.
4968 * gnulib/import/m4/unistd_h.m4: New file.
4969 * gnulib/import/sys_types.in.h: New file.
4970 * gnulib/import/unistd.c: New file.
4971 * gnulib/import/unistd.in.h: New file.
4972
4973 2013-07-01 Pedro Alves <palves@redhat.com>
4974
4975 * utils.c <pathconf/_PC_PATH_MAX use>: Check if _PC_PATH_MAX is
4976 defined instead of checking HAVE_UNISTD_H.
4977
4978 2013-07-01 Pedro Alves <palves@redhat.com>
4979
4980 Reimport gnulib from scratch.
4981 * gnulib/Makefile.in (aclocal_m4_deps): Remove reference to
4982 import/m4/onceonly.m4.
4983 * gnulib/aclocal.m4: Renegerate.
4984 * gnulib/config.in: Renegerate.
4985 * gnulib/configure: Renegerate.
4986 * gnulib/import/Makefile.in: Renegerate.
4987 * gnulib/import/extra/update-copyright: Renegerate.
4988 * gnulib/import/m4/onceonly.m4: Delete.
4989
4990 2013-07-01 Pedro Alves <palves@redhat.com>
4991
4992 * tui/tui-regs.c (pagination_enabled): Delete declaration.
4993
4994 2013-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4995
4996 Code cleanup.
4997 * remote.c (async_remote_interrupt_twice): Make it static.
4998 * remote.h (async_remote_interrupt_twice): Remove the declaration.
4999
5000 2013-06-29 Sergio Durigan Junior <sergiodj@redhat.com>
5001
5002 * ia64-linux-tdep.c: Include <ctype.h>.
5003 (ia64_linux_stap_is_single_operand): New function.
5004 (ia64_linux_init_abi): Initialize SystemTap related attributes.
5005
5006 2013-06-28 Tom Tromey <tromey@redhat.com>
5007
5008 * Makefile.in (version.c): Use version.in, not
5009 common/version.in.
5010 * common/create-version.sh: Likewise.
5011 * common/version.in: Move...
5012 * version.in: ...here.
5013
5014 2013-06-28 Pedro Alves <palves@redhat.com>
5015
5016 * infrun.c (set_observer_mode): Don't declare pagination_enabled
5017 here.
5018 * utils.h (pagination_enabled): Declare.
5019
5020 2013-06-28 Pedro Alves <palves@redhat.com>
5021
5022 * infrun.c (non_stop, non_stop_1, set_non_stop, show_non_stop):
5023 Move higher up in file.
5024
5025 2013-06-28 Tom Tromey <tromey@redhat.com>
5026
5027 * tracepoint.c (deprecated_readline_begin_hook)
5028 (deprecated_readline_hook, deprecated_readline_end_hook): Don't
5029 declare.
5030
5031 2013-06-28 Pedro Alves <palves@redhat.com>
5032
5033 PR tui/14880
5034 * tui/tui-regs.c (tui_get_register): Fetch value contents before
5035 checking if they're available.
5036 * value.c (value_available_contents_eq): Change comment.
5037 * value.h (value_available_contents_eq): Expand comment.
5038
5039 2013-06-27 Tom Tromey <tromey@redhat.com>
5040
5041 * target.c (find_run_target): Remove.
5042 * target.h (find_run_target): Remove.
5043
5044 2013-06-27 Tom Tromey <tromey@redhat.com>
5045
5046 * corelow.c (core_gdbarch): Now static.
5047
5048 2013-06-27 Tom Tromey <tromey@redhat.com>
5049
5050 * target.c (target_struct_index): Remove.
5051
5052 2013-06-27 Pedro Alves <palves@redhat.com>
5053
5054 * infrun.c: Remove comment describing the 'stepping over runtime
5055 loader dynamic symbol resolution code' mechanism; moved to
5056 gdbint.texinfo.
5057
5058 2013-06-27 Pedro Alves <palves@redhat.com>
5059
5060 * exceptions.c (catch_command_errors): Remove spurious space.
5061 * exceptions.h (catch_command_errors): Second parameter is "arg",
5062 not "command".
5063
5064 2013-06-27 Yao Qi <yao@codesourcery.com>
5065
5066 * common/create-version.sh: Update comments. Handle the case
5067 that TARGET_ALIAS is empty.
5068
5069 2013-06-26 Pedro Alves <palves@redhat.com>
5070
5071 * infrun.c (SOLIB_IN_DYNAMIC_LINKER): Delete macro and describing
5072 comment.
5073
5074 2013-06-26 Pedro Alves <palves@redhat.com>
5075
5076 * infrun.c: Update comments on stepping over runtime loader
5077 dynamic symbol resolution code.
5078
5079 2013-06-26 Sergio Durigan Junior <sergiodj@redhat.com>
5080
5081 * ax-gdb.h (union exp_element): Forward declare.
5082 * parser-defs.h: Include expression.h.
5083
5084 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
5085
5086 * mips-tdep.c (fetch_mips_16): Use unmake_compact_addr.
5087
5088 2013-06-26 Dmitry Kozlov <ddk@codesourcery.com>
5089
5090 * tracepoint.c (trace_save): Extend tsave to save starttime, stoptime.
5091
5092 2013-06-26 Dmitry Kozlov <ddk@codesourcery.com>
5093
5094 Fix trace-status to output proper start-time and stop-time.
5095 * tracepoint.c (trace_status_command): Fix type of printf arg to
5096 prevent improper type conversion.
5097 (trace_status_mi): Likewise.
5098
5099 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
5100
5101 * mips-tdep.c (mips_next_pc): Fix a typo.
5102
5103 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
5104
5105 * mips-tdep.c (micromips_scan_prologue): Fix a typo.
5106
5107 2013-06-26 Pedro Alves <pedro@codesourcery.com>
5108 Yao Qi <yao@codesourcery.com>
5109
5110 * mi/mi-cmds.c (mi_cmds): Register -trace-frame-collected.
5111 * mi/mi-cmds.h (mi_cmd_trace_frame_collected): Declare.
5112 * mi/mi-main.c (print_variable_or_computed): New function.
5113 (mi_cmd_trace_frame_collected): New function.
5114 * tracepoint.c (find_trace_state_variable_by_number): New.
5115 (struct traceframe_info): Move to tracepoint.h
5116 (struct collection_list): Likewise.
5117 (do_collect_symbol): Include locals and arguments in the
5118 collected variables list.
5119 (clear_collection_list): Clear wholly collected variables list
5120 and computed variables list.
5121 (append_exp): New function.
5122 (encode_actions_1): Include variables in the wholly
5123 collected variables list. Include memory ranges and
5124 full-fledged expressions in the computed expressions list.
5125 (encode_actions): Move some code to ...
5126 Return the cleanup chain.
5127 (encode_actions_rsp): ... here. New function.
5128 (get_traceframe_location, get_traceframe_info): Remove static.
5129 * tracepoint.h (struct memrange): Moved from tracepoint.c.
5130 (struct collection_list): Moved from tracepoint.c. Add two
5131 new fields 'wholly_collected' and 'computed'.
5132 (find_trace_state_variable_by_number): Declare.
5133 (encode_actions): Adjust declaration.
5134 (encode_actions_rsp): Declare.
5135 (get_traceframe_info, get_traceframe_location): Declare.
5136
5137 * NEWS: Mention new MI command -trace-frame-collected.
5138
5139 2013-06-26 Pedro Alves <pedro@codesourcery.com>
5140 Yao Qi <yao@codesourcery.com>
5141
5142 * ctf.c (ctf_traceframe_info): Push trace state variables
5143 present in the trace data into the traceframe info object.
5144 * breakpoint.c (DEF_VEC_I): Remove.
5145 * common/filestuff.c (DEF_VEC_I): Likewise.
5146 * dwarf2loc.c (DEF_VEC_I): Likewise.
5147 * mi/mi-main.c (DEF_VEC_I): Likewise.
5148 * common/gdb_vecs.h (DEF_VEC_I): Define vector for int.
5149 * features/traceframe-info.dtd: Add tvar element and its
5150 attributes.
5151 * tracepoint.c (free_traceframe_info): Free vector 'tvars'.
5152 (build_traceframe_info): Push trace state variables present in
5153 the trace data into the traceframe info object.
5154 (traceframe_info_start_tvar): New function.
5155 (tvar_attributes): New.
5156 (traceframe_info_children): Add "tvar" element.
5157 * tracepoint.h (struct traceframe_info) <tvars>: New field.
5158
5159 * NEWS: Mention the change in GDB and GDBserver.
5160
5161 2013-06-26 Pedro Alves <pedro@codesourcery.com>
5162 Yao Qi <yao@codesourcery.com>
5163
5164 * tracepoint.c (trace_dump_command): Move code to ...
5165 (get_traceframe_location): ... here. New.
5166
5167 2013-06-26 Pedro Alves <pedro@codesourcery.com>
5168 Yao Qi <yao@codesourcery.com>
5169
5170 * tracepoint.c (trace_dump_command): GDB emits an error
5171 instead of a warning when a traceframe is not selected.
5172
5173 2013-06-26 Pedro Alves <pedro@codesourcery.com>
5174 Yao Qi <yao@codesourcery.com>
5175
5176 * tracepoint.c (tracepoint_list, stepping_list): Remove.
5177 (clear_collection_list): Free fields 'aexpre_list' and 'list'
5178 in collection_list.
5179 (do_clear_collection_list, init_collection_list): New.
5180 (encode_actions): Add local variables 'tracepoint_list' and
5181 'stepping_list'. Call init_collection_list and make cleanup
5182 which calls do_clear_collection_list. Don't call
5183 clear_collection_list.
5184 (_initialize_tracepoint): Delete references to
5185 'tracepoint_list' and 'stepping_list'.
5186
5187 2013-06-25 Tom Tromey <tromey@redhat.com>
5188
5189 * common/create-version.sh (date): Use "$", not "$$" in sed
5190 expression.
5191
5192 2013-06-25 Kevin Buettner <kevinb@redhat.com>
5193
5194 * NEWS (New targets): Add entry for TI MSP430.
5195
5196 2013-06-25 Yao Qi <yao@codesourcery.com>
5197
5198 * remote.c (remote_start_remote): Move code to upload tsv
5199 earlier.
5200
5201 2013-06-25 Yao Qi <yao@codesourcery.com>
5202 Hui Zhu <hui@codesourcery.com>
5203 Pedro Alves <palves@redhat.com>
5204
5205 PR breakpoints/15075
5206 PR breakpoints/15434
5207 * breakpoint.c (bpstat_stop_status): Call
5208 b->ops->after_condition_true.
5209 (update_dprintf_command_list): Don't append "continue" command
5210 to the command list of dprintf breakpoint.
5211 (base_breakpoint_after_condition_true): New function.
5212 (base_breakpoint_ops): Add base_breakpoint_after_condition_true.
5213 (dprintf_after_condition_true): New function.
5214 (initialize_breakpoint_ops): Set dprintf_after_condition_true.
5215 * breakpoint.h (breakpoint_ops): Add after_condition_true.
5216
5217 2013-06-24 Kevin Buettner <kevinb@redhat.com>
5218
5219 * Makefile.in (ALL_TARGET_OBS): Add msp430-tdep.o.
5220 (ALLDEPFILES): Add msp430-tdep.c.
5221 * configure.tgt (msp430*-*-elf): New target.
5222 * msp430-tdep.c: New file.
5223
5224 2013-06-24 Maciej W. Rozycki <macro@codesourcery.com>
5225
5226 * mips-tdep.c (mips_elf_make_msymbol_special): Handle MIPS16 and
5227 microMIPS synthetic symbols.
5228
5229 2013-06-24 Maciej W. Rozycki <macro@codesourcery.com>
5230
5231 * objfiles.h (pc_in_section): New prototype.
5232 (in_plt_section): Remove name argument, replace prototype with
5233 static inline function.
5234 * mips-tdep.h: Include "objfiles.h".
5235 (in_mips_stubs_section): New function.
5236 * hppa-tdep.h (gdbarch_tdep): Remove name argument of
5237 in_solib_call_trampoline member.
5238 (hppa_in_solib_call_trampoline): Remove name argument.
5239 * objfiles.c (pc_in_section): New function.
5240 (in_plt_section): Remove function.
5241 * mips-linux-tdep.c: Include "objfiles.h".
5242 (mips_linux_in_dynsym_stub): Call in_mips_stubs_section. Remove
5243 name argument. Return 1 rather than the low 16-bit halfword of
5244 any instruction examined.
5245 (mips_linux_in_dynsym_resolve_code): Update
5246 mips_linux_in_dynsym_stub call accordingly.
5247 * mips-tdep.c (mips_stub_frame_sniffer): Use in_mips_stubs_section
5248 rather than an equivalent hand-coded sequence.
5249 * hppa-hpux-tdep.c (in_opd_section): Remove function.
5250 (hppa32_hpux_in_solib_call_trampoline): Remove name argument.
5251 (hppa64_hpux_in_solib_call_trampoline): Likewise.
5252 (hppa64_hpux_find_global_pointer): Use pc_in_section rather than
5253 in_opd_section.
5254 * hppa-tdep.c (hppa_stub_unwind_sniffer): Remove name argument
5255 on call to tdep->in_solib_call_trampoline.
5256 (hppa_in_solib_call_trampoline): Remove name argument, update
5257 according to in_plt_section change.
5258 (hppa_skip_trampoline_code): Update according to in_plt_section
5259 change.
5260 * aarch64-tdep.c (aarch64_stub_unwind_sniffer): Likewise.
5261 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code):
5262 Likewise.
5263 * arm-tdep.c (arm_stub_unwind_sniffer): Likewise.
5264 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
5265 * hppabsd-tdep.c (hppabsd_find_global_pointer): Likewise.
5266 * nios2-tdep.c (nios2_stub_frame_sniffer): Likewise.
5267 * nto-tdep.c (nto_relocate_section_addresses): Likewise.
5268 * s390-tdep.c (s390_stub_frame_sniffer): Likewise.
5269 * sh-tdep.c (sh_stub_unwind_sniffer): Likewise.
5270 * solib-dsbt.c (dsbt_in_dynsym_resolve_code): Likewise.
5271 * solib-frv.c (frv_in_dynsym_resolve_code): Likewise.
5272 * solib-svr4.c (svr4_in_dynsym_resolve_code): Likewise.
5273 * solib-target.c (solib_target_in_dynsym_resolve_code): Likewise.
5274 * sparc-tdep.c (sparc_analyze_prologue): Likewise.
5275 * tic6x-tdep.c (tic6x_stub_unwind_sniffer): Likewise.
5276
5277 2013-06-24 Joel Brobecker <brobecker@adacore.com>
5278
5279 * common/create-version.sh: Fix expansion of $host_alias
5280 and $target_alias in generation of HOST_NAME and TARGET_NAME
5281 (resp.).
5282
5283 2013-06-24 Tom Tromey <tromey@redhat.com>
5284
5285 * common/create-version.sh: New file.
5286 * Makefile.in (version.c): Use bfd/version.h, common/version.in,
5287 create-version.sh.
5288 (HFILES_NO_SRCDIR): Use common/version.h.
5289 * version.in: Move to ...
5290 * common/version.in: ... here. Replace date with "DATE".
5291 * version.h: Move to ...
5292 * common/version.h: ... here.
5293
5294 2013-06-21 Joel Brobecker <brobecker@adacore.com>
5295
5296 * gdb/gnulib/Makefile.in: Update date in copyright header.
5297 * gdb/gnulib/configure.ac: Ditto.
5298 * gdb/gnulib/update-gnulib.sh: Ditto.
5299
5300 2013-06-21 Joel Brobecker <brobecker@adacore.com>
5301
5302 * copyright.py (EXCLUDE_LIST): Replace "gdb/gnulib" by
5303 "gdb/gnulib/import".
5304
5305 2013-06-21 Will Newton <will.newton@linaro.org>
5306
5307 * doublest.c (ldfrexp): Remove function.
5308 (convert_doublest_to_floatformat): Call frexpl instead of
5309 ldfrexp.
5310
5311 2013-06-21 Will Newton <will.newton@linaro.org>
5312
5313 * gnulib/update-gnulib.sh(IMPORTED_GNULIB_MODULES): Add frexpl.
5314 * gnulib/aclocal.m4: Regenerate.
5315 * gnulib/config.in: Regenerate.
5316 * gnulib/configure: Regenerate.
5317 * gnulib/import/Makefile.am: Update.
5318 * gnulib/import/Makefile.in: Update.
5319 * gnulib/import/m4/gnulib-cache.m4: Update.
5320 * gnulib/import/m4/gnulib-comp.m4: Update.
5321 * gnulib/import/float+.h: Import.
5322 * gnulib/import/float.c: Import.
5323 * gnulib/import/float.in.h: Import.
5324 * gnulib/import/fpucw.h: Import.
5325 * gnulib/import/frexp.c: Import.
5326 * gnulib/import/frexpl.c: Import.
5327 * gnulib/import/isnan.c: Import.
5328 * gnulib/import/isnand-nolibm.h: Import.
5329 * gnulib/import/isnand.c: Import.
5330 * gnulib/import/isnanl-nolibm.h: Import.
5331 * gnulib/import/isnanl.c: Import.
5332 * gnulib/import/itold.c: Import.
5333 * gnulib/import/m4/exponentd.m4: Import.
5334 * gnulib/import/m4/exponentl.m4: Import.
5335 * gnulib/import/m4/float_h.m4: Import.
5336 * gnulib/import/m4/fpieee.m4: Import.
5337 * gnulib/import/m4/frexp.m4: Import.
5338 * gnulib/import/m4/frexpl.m4: Import.
5339 * gnulib/import/m4/isnand.m4: Import.
5340 * gnulib/import/m4/isnanl.m4: Import.
5341 * gnulib/import/m4/math_h.m4: Import.
5342 * gnulib/import/math.c: Import.
5343 * gnulib/import/math.in.h: Import.
5344
5345 2013-06-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5346
5347 * common/linux-btrace.c (cpu_supports_btrace): Remove variable vendor,
5348 replace strcmp with signature_INTEL_ebx, signature_INTEL_ecx and
5349 signature_INTEL_edx comparisons.
5350
5351 2013-06-20 Doug Evans <dje@google.com>
5352
5353 symtab/15652
5354 * dwarf2read.c (try_open_dwop_file): New arg search_cwd.
5355 All callers updated.
5356 (open_dwp_file): If we can't find the dwp file, search the basename
5357 in debug-file-directory.
5358
5359 * dwarf2read.c (struct dwp_file): Fix comment.
5360 (open_and_init_dwp_file): Set dwp_file->name to bfd's file name.
5361
5362 * source.c (openp): Document OPF_TRY_CWD_FIRST+OPF_SEARCH_IN_PATH
5363 better.
5364
5365 2013-06-20 Yao Qi <yao@codesourcery.com>
5366
5367 * breakpoint.c (create_breakpoint): Fix code indentation.
5368
5369 2013-06-20 Yao Qi <yao@codesourcery.com>
5370
5371 * breakpoint.c (create_breakpoints_sal_default): Remove
5372 parameter 'lsal'. Update declaration.
5373 (bkpt_create_breakpoints_sal): Caller update.
5374 (tracepoint_create_breakpoints_sal): Likewise.
5375
5376 2013-06-20 Pedro Alves <pedro@codesourcery.com>
5377 Yao Qi <yao@codesourcery.com>
5378
5379 * NEWS: Mention the new option '--skip-unavailable' of command
5380 -data-list-register-values.
5381 * mi/mi-main.c (mi_cmd_data_list_register_values): Accept the
5382 --skip-unavailable option. Adjust to use output_register.
5383 (output_register): Add new 'skip_unavailable' parameter.
5384 Handle it.
5385
5386 2013-06-19 Mike Frysinger <vapier@gentoo.org>
5387
5388 * Makefile.in (HFILES_NO_SRCDIR): Add common/i386-cpuid.h and
5389 common/i386-gcc-cpuid.h.
5390 * common/i386-cpuid.h: New wrapper header around i386-gcc-cpuid.h.
5391 * common/i386-gcc-cpuid.h: Rename from testsuite/gdb.arch/i386-cpuid.h.
5392 Copy the latest version from upstream gcc.
5393 * common/linux-btrace.c: Include i386-cpuid.h.
5394 (intel_supports_btrace): Delete x86 ifdefs and replace inline asm with
5395 call to i386_cpuid.
5396 (cpu_supports_btrace): Likewise.
5397 * go32-nat.c: Include i386-cpuid.h.
5398 (go32_sysinfo): Add (disabled) calls to i386_cpuid with comments.
5399
5400 2013-06-19 Doug Evans <dje@google.com>
5401
5402 * symfile.c (symfile_bfd_open): Delete unnecessary declaration.
5403 (get_section_index): Ditto.
5404
5405 2013-06-19 Tom Tromey <tromey@redhat.com>
5406
5407 * breakpoint.c (_initialize_breakpoint): Remove trailing \n from
5408 "dprintf" help.
5409
5410 2013-06-18 Doug Evans <dje@google.com>
5411
5412 * dwarf2read.c (dw2_symtab_iter_next): Check value of cu_index
5413 before using it.
5414 (dw2_expand_symtabs_matching): Fix symbol kind validity check.
5415 Move test of cu_index closer to use. Print complaint if cu_index
5416 is bad.
5417
5418 2013-06-18 Joel Brobecker <brobecker@adacore.com>
5419
5420 * machoread.c (oso_vector): Delete this global.
5421 (macho_register_oso): Add new parameter "oso_vector_ptr".
5422 Use it instead of the "oso_vector" global.
5423 (macho_symtab_read, macho_symfile_read_all_oso): Likewise.
5424 (macho_symfile_read): Use a local oso_vector, to be free'ed
5425 at the end of this function, in place of the old "oso_vector"
5426 global. Update various function calls accordingly. Use one
5427 single cleanup chain for the entire function.
5428
5429 2013-06-18 Joel Brobecker <brobecker@adacore.com>
5430
5431 * dwarf2read.c (dwarf2_per_objfile_free): Replace uses of
5432 DWARF2_PER_OBJFILE by uses of DATA instead.
5433
5434 2013-06-18 Tom Tromey <tromey@redhat.com>
5435
5436 * break-catch-sig.c (signal_catchpoint_explains_signal): Add 'sig'
5437 argument.
5438 * breakpoint.c (bpstat_explains_signal): Add 'sig' argument.
5439 Special case signals other than GDB_SIGNAL_TRAP.
5440 (explains_signal_watchpoint): New function.
5441 (base_breakpoint_explains_signal): Add 'sig' argument.
5442 (initialize_breakpoint_ops): Set 'explains_signal' method for
5443 watchpoints.
5444 * breakpoint.h (struct breakpoint_ops) <explains_signal>: Add
5445 signal argument.
5446 (bpstat_explains_signal): Likewise.
5447 * infrun.c (handle_syscall_event, handle_inferior_event): Update.
5448
5449 2013-06-18 Tom Tromey <tromey@redhat.com>
5450
5451 * python/py-inferior.c (gdbpy_selected_inferior): Don't incref.
5452
5453 2013-06-18 Tom Tromey <tromey@redhat.com>
5454
5455 * python/python.c (finish_python_initialization): Decref
5456 'pythondir' on failure path as well.
5457
5458 2013-06-18 Tom Tromey <tromey@redhat.com>
5459
5460 PR symtab/15391:
5461 * dwarf2loc.c (read_pieced_value): Truncate this_size_bits
5462 after taking bits_to_skip into account. Sign extend byte_offset.
5463 * utils.h (gdb_sign_extend): Declare.
5464 * utils.c (gdb_sign_extend): New function.
5465
5466 2013-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5467
5468 * dwarf2read.c (write_psymtabs_to_index): Ignore NULL PSYMTAB.
5469
5470 2013-06-17 Pierre Muller <muller@sourceware.org>
5471
5472 * corelow.c (core_open): Print GDB signal name instead of target
5473 signal number.
5474
5475 2013-06-17 Mike Frysinger <vapier@gentoo.org>
5476
5477 * .gitignore: Add /gcore.
5478
5479 2013-06-13 Doug Evans <dje@google.com>
5480
5481 * dwarf2read.c (try_open_dwop_file): Work around behaviour of
5482 OPF_TRY_CWD_FIRST to not search path if the file contains a '/'.
5483
5484 2013-06-12 Phil Muldoon <pmuldoon@redhat.com>
5485
5486 * stack.c (backtrace_command_1): Fix indentation.
5487
5488 2013-06-11 Joel Brobecker <brobecker@adacore.com>
5489
5490 * window-nat.c (thread_rec): Add missing empty line after
5491 local variable declaration.
5492
5493 2013-06-11 Joel Brobecker <brobecker@adacore.com>
5494
5495 * windows-nat.c (thread_rec): Revert format used to print
5496 error code returned by SuspendThread from %d back to %u.
5497
5498 2013-06-11 Joel Brobecker <brobecker@adacore.com>
5499
5500 * windows-nat.c (windows_continue): Add "0x" prefix for thread
5501 ID in debug trace.
5502 (get_windows_debug_event): Likewise, for all debug traces.
5503
5504 2013-06-11 Joel Brobecker <brobecker@adacore.com>
5505
5506 * window-nat.c (thread_rec): Add thread ID in SuspendThread
5507 warning message.
5508
5509 2013-06-08 Pedro Alves <pedro@codesourcery.com>
5510 Yao Qi <yao@codesourcery.com>
5511
5512 * mi/mi-main.c (get_register): Remove declaration.
5513 (output_register): Declare.
5514 (mi_cmd_data_list_register_values): Remove local variable
5515 'tuple_cleanup'. Move some code into output_register.
5516 (get_register): Renamed to ...
5517 (output_register): ... this. Output the register's
5518 "number" ui_out tuple here.
5519
5520 2013-06-07 Pedro Alves <palves@redhat.com>
5521
5522 * darwin-nat.c: Fix formating in copyright header.
5523 * darwin-nat.h: Likewise.
5524 * gnu-nat.c: Likewise.
5525 * machoread.c: Likewise.
5526
5527 2013-06-07 Pedro Alves <palves@redhat.com>
5528
5529 PR server/14823
5530 * regformats/regdat.sh: Output #include tdesc.h. Make globals
5531 static. Output a global target description pointer.
5532 (init_registers_${name}): Adjust to initialize a
5533 target description structure.
5534
5535 2013-06-07 Will Newton <will.newton@linaro.org>
5536
5537 * printcmd.c (build_address_symbolic): Call
5538 gdbarch_addr_bits_remove for text minimal symbols.
5539
5540 2013-06-07 Will Newton <will.newton@linaro.org>
5541
5542 * MAINTAINERS: Add myself to Write After Approval.
5543
5544 2013-06-07 Yao Qi <yao@codesourcery.com>
5545
5546 * tracepoint.c (start_tracing): Move code to ...
5547 (trace_reset_local_state): ... here. New.
5548 (disconnect_tracing): Don't call set_current_traceframe,
5549 set_tracepoint_num, and set_traceframe_context. Call
5550 trace_reset_local_state instead.
5551 (tfile_close): Call trace_reset_local_state.
5552 * ctf.c (ctf_close): Likewise.
5553 * remote.c (remote_close): Likewise.
5554 * tracepoint.h (trace_reset_local_state): Declare.
5555
5556 2013-06-06 Doug Evans <dje@google.com>
5557
5558 * dwarf2read.c: Whitespace fixes for DWP file format documentation,
5559 and fix header docs.
5560
5561 2013-06-05 Doug Evans <dje@google.com>
5562 Keith Seitz <keiths@redhat.com>
5563
5564 PR 15519
5565 * cp-namespace.c (find_symbol_in_baseclass): Call
5566 cp_lookup_symbol_in_namespace instead of cp_lookup_symbol_namespace.
5567 Check result of call to lookup_symbol_static.
5568 Call lookup_static_symbol_aux unconditionally.
5569 Call check_typedef on base types before accessing them.
5570 (cp_lookup_nested_symbol): Fix comment.
5571
5572 2013-06-05 Luis Machado <lgustavo@codesourcery.com>
5573
5574 * gnu-v3-abi.c (gnuv3_skip_trampoline): Handle thunk
5575 minimal symbols pointing to function descriptors.
5576
5577 2013-06-05 Tom Tromey <tromey@redhat.com>
5578
5579 * python/py-utils.c (gdb_pymodule_addobject): Cast away const.
5580
5581 2013-06-04 Sergio Durigan Junior <sergiodj@redhat.com>
5582 Pedro Alves <palves@redhat.com>
5583
5584 * remote.c (remote_wait_as): Restore signal handler before returning
5585 when GDB gets a notification.
5586
5587 2013-06-04 Gary Benson <gbenson@redhat.com>
5588
5589 PR 2328
5590 * breakpoint.h (handle_solib_event): Moved function declaration
5591 to solib.h.
5592 * breakpoint.c (handle_solib_event): Moved function to solib.c.
5593 (bpstat_stop_status): Pass new argument to handle_solib_event.
5594 * solib.h (update_solib_breakpoints): New function declaration.
5595 (handle_solib_event): Moved function declaration from
5596 breakpoint.h.
5597 * solib.c (update_solib_breakpoints): New function.
5598 (handle_solib_event): Moved function from breakpoint.c.
5599 Updated to call solib_ops->handle_event if not NULL.
5600 * solist.h (target_so_ops): New fields "update_breakpoints" and
5601 "handle_event".
5602 * infrun.c (set_stop_on_solib_events): New function.
5603 (_initialize_infrun): Use the above for "set
5604 stop-on-solib-events".
5605 (handle_inferior_event): Pass new argument to handle_solib_event.
5606 * solib-svr4.c (probe.h): New include.
5607 (svr4_free_library_list): New forward declaration.
5608 (probe_action): New enum.
5609 (probe_info): New struct.
5610 (probe_info): New static variable.
5611 (NUM_PROBES): New definition.
5612 (svr4_info): New fields "using_xfer", "probes_table" and
5613 "solib_list".
5614 (free_probes_table): New function.
5615 (free_solib_list): New function.
5616 (svr4_pspace_data_cleanup): Free probes table and solib list.
5617 (svr4_copy_library_list): New function.
5618 (svr4_current_sos_via_xfer_libraries): New parameter "annex".
5619 (svr4_read_so_list): New parameter "prev_lm".
5620 (svr4_current_sos_direct): Renamed from "svr4_current_sos".
5621 (svr4_current_sos): New function.
5622 (probe_and_action): New struct.
5623 (hash_probe_and_action): New function.
5624 (equal_probe_and_action): Likewise.
5625 (register_solib_event_probe): Likewise.
5626 (solib_event_probe_at): Likewise.
5627 (solib_event_probe_action): Likewise.
5628 (solist_update_full): Likewise.
5629 (solist_update_incremental): Likewise.
5630 (disable_probes_interface_cleanup): Likewise.
5631 (svr4_handle_solib_event): Likewise.
5632 (svr4_update_solib_event_breakpoint): Likewise.
5633 (svr4_update_solib_event_breakpoints): Likewise.
5634 (svr4_create_solib_event_breakpoints): Likewise.
5635 (enable_break): Free probes table before creating breakpoints.
5636 Use svr4_create_solib_event_breakpoints to create breakpoints.
5637 (svr4_solib_create_inferior_hook): Free the solib list.
5638 (_initialize_svr4_solib): Initialise
5639 svr4_so_ops.handle_solib_event and svr4_so_ops.update_breakpoints.
5640
5641 2013-06-04 Gary Benson <gbenson@redhat.com>
5642
5643 * target.h (target_ops): New field
5644 "to_augmented_libraries_svr4_read".
5645 (target_augmented_libraries_svr4_read): New macro.
5646 * target.c (update_current_target): Handle
5647 to_augmented_libraries_svr4_read.
5648 * remote.c (remote_state): New field
5649 "augmented_libraries_svr4_read".
5650 (remote_augmented_libraries_svr4_read_feature): New function.
5651 (remote_protocol_features): Add entry for
5652 "augmented-libraries-svr4-read".
5653 (remote_augmented_libraries_svr4_read): New function.
5654 (init_remote_ops): Initialize
5655 remote_ops.to_augmented_libraries_svr4_read.
5656
5657 2013-06-04 Gary Benson <gbenson@redhat.com>
5658
5659 * NEWS: Update.
5660
5661 2013-06-04 Gary Benson <gbenson@redhat.com>
5662
5663 * objfiles.h (inhibit_section_map_updates): New function
5664 declaration.
5665 (resume_section_map_updates): Likewise.
5666 (resume_section_map_updates_cleanup): Likewise.
5667 * objfiles.c (objfile_pspace_info): Removed field
5668 "objfiles_changed_p". New fields "new_objfiles_available",
5669 "section_map_dirty" and "inhibit_updates".
5670 (allocate_objfile): Set new_objfiles_available.
5671 (free_objfile): Set section_map_dirty.
5672 (objfile_relocate1): Likewise.
5673 (in_plt_section): Likewise.
5674 (find_pc_section): Update the conditions under which the
5675 section map will be updated.
5676 (inhibit_section_map_updates): New function.
5677 (resume_section_map_updates): Likewise.
5678 (resume_section_map_updates_cleanup): Likewise.
5679
5680 2013-06-04 Gary Benson <gbenson@redhat.com>
5681
5682 * probe.h (get_probe_argument_count): New declaration.
5683 (evaluate_probe_argument): Likewise.
5684 * probe.c (get_probe_argument_count): New function.
5685 (evaluate_probe_argument): Likewise.
5686 (probe_safe_evaluate_at_pc): Use the above new functions.
5687
5688 2013-06-04 Alan Modra <amodra@gmail.com>
5689
5690 * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
5691 * rs6000-tdep.c (read_insn): Add frame param, don't assume big-endian.
5692 (ppc_insns_match_pattern): Add frame param. Avoid multiple
5693 target mem reads on optional insns.
5694 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Update
5695 ppc_insns_match_pattern calls.
5696 * ppc64-tdep.c (ppc64_standard_linkage2, ppc64_standard_linkage3):
5697 Add match for power7 thread safety insns, and new order of
5698 std 2,40(1) insn. Correct code shown for _dl_runtime_resolve
5699 invocation in comment, and update rest of comment.
5700 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN,
5701 PPC64_STANDARD_LINKAGE3_LEN): Delete.
5702 (ppc64_standard_linkage2_target): Update insn offsets.
5703 (ppc64_skip_trampoline_code): Use a single insn buffer. Match newer
5704 stubs first. Update calls.
5705
5706 2013-06-04 Yao Qi <yao@codesourcery.com>
5707
5708 * solib.c (solib_find): Don't need dir separator if path has
5709 drive spec.
5710
5711 2013-06-03 Joel Brobecker <brobecker@adacore.com>
5712
5713 Revert (indirectly causes a SIGSEGV):
5714 * machoread.c (macho_symfile_read): Assign first cleanup to
5715 'back_to'.
5716
5717 2013-06-03 Yao Qi <yao@codesourcery.com>
5718
5719 * mi/mi-cmd-var.c (mi_no_values, mi_simple_values): Move to
5720 mi-parse.c. Make them static.
5721 (mi_all_values): Likewise.
5722 (mi_parse_values_option): Move to mi-parse.c. Rename it to
5723 mi_parse_print_values. Make it external.
5724 * mi/mi-cmds.h (mi_no_values, mi_simple_values, mi_all_values):
5725 Remove the declarations.
5726 * mi/mi-parse.c (mi_parse_print_values): Moved from mi-cmd-var.c.
5727 * mi/mi-parse.h (mi_parse_print_values): Declare.
5728 * mi/mi-cmd-stack.c: Include mi-parse.h.
5729 (parse_print_values): Remove
5730 (mi_cmd_stack_list_locals): Call mi_parse_print_values instead
5731 of parse_print_values.
5732 (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Likewise.
5733
5734 2013-05-31 Pedro Alves <pedro@codesourcery.com>
5735 Yao Qi <yao@codesourcery.com>
5736
5737 * tracepoint.c (all_tracepoint_actions_and_cleanup): Declare.
5738 (encode_actions): Move code to ...
5739 (all_tracepoint_actions_and_cleanup): ... here. New.
5740 (trace_dump_command): Likewise.
5741
5742 2013-05-30 Tom Tromey <tromey@redhat.com>
5743
5744 * symmisc.c (maintenance_expand_symtabs): Call do_cleanups.
5745
5746 2013-05-30 Tom Tromey <tromey@redhat.com>
5747
5748 * xml-support.c (gdb_xml_create_parser_and_cleanup): Rename from
5749 gdb_xml_create_parser_and_cleanup_1. Return a cleanup. Remove
5750 'old_chain' argument. Add 'parser_result' argument.
5751 (gdb_xml_create_parser_and_cleanup): Remove old version.
5752 (gdb_xml_parse_quick): Update.
5753 (xml_process_xincludes): Update.
5754 * xml-support.h (gdb_xml_create_parser_and_cleanup): Don't
5755 declare.
5756
5757 2013-05-30 Tom Tromey <tromey@redhat.com>
5758
5759 * probe.c (collect_probes): Check arguments for NULL before
5760 calling compile_rx_or_error.
5761 * utils.c (compile_rx_or_error): Require 'rx' to be non-NULL.
5762 Remove NULL return.
5763
5764 2013-05-30 Tom Tromey <tromey@redhat.com>
5765
5766 * infrun.c (adjust_pc_after_break): Introduce an outer null
5767 cleanup.
5768
5769 2013-05-30 Tom Tromey <tromey@redhat.com>
5770
5771 * mi/mi-cmd-var.c (varobj_update_one): Add an outer null cleanup.
5772
5773 2013-05-30 Tom Tromey <tromey@redhat.com>
5774
5775 * cli/cli-script.c (read_command_lines_1): Use a null cleanup
5776 for 'old_chain'. Do not check 'head' before processing
5777 cleanups.
5778
5779 2013-05-30 Tom Tromey <tromey@redhat.com>
5780
5781 * mi/mi-cmd-stack.c (list_arg_or_local): Remove
5782 "cleanup_tuple".
5783
5784 2013-05-30 Tom Tromey <tromey@redhat.com>
5785
5786 * dbxread.c (dbx_read_symtab): Declare 'back_to' in a more
5787 inner scope. Unconditionally call do_cleanups.
5788
5789 2013-05-30 Tom Tromey <tromey@redhat.com>
5790
5791 * source.c (find_and_open_source): Call do_cleanups.
5792
5793 2013-05-30 Tom Tromey <tromey@redhat.com>
5794
5795 * linux-thread-db.c (thread_db_load_search): Unconditionally
5796 call do_cleanups.
5797
5798 2013-05-30 Tom Tromey <tromey@redhat.com>
5799
5800 * solib-aix.c (solib_aix_bfd_open): Don't use a null cleanup
5801 for 'cleanup'; instead use a later one.
5802
5803 2013-05-30 Tom Tromey <tromey@redhat.com>
5804
5805 * python/py-breakpoint.c (bppy_get_commands): Use
5806 explicit, unconditional return.
5807 * python/py-frame.c (frapy_read_var): Likewise.
5808 * python/python.c (gdbpy_decode_line): Likewise.
5809
5810 2013-05-30 Tom Tromey <tromey@redhat.com>
5811
5812 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Call
5813 do_cleanups on all return paths.
5814
5815 2013-05-30 Tom Tromey <tromey@redhat.com>
5816
5817 * top.c (execute_command): Discard 'cleanup_if_error' cleanups.
5818
5819 2013-05-30 Tom Tromey <tromey@redhat.com>
5820
5821 * stabsread.c (read_struct_type): Call do_cleanups along
5822 all return paths.
5823
5824 2013-05-30 Maciej W. Rozycki <macro@codesourcery.com>
5825
5826 * mips-linux-tdep.c: Adjust formatting throughout.
5827
5828 2013-05-30 Tom Tromey <tromey@redhat.com>
5829
5830 * mipsread.c (read_alphacoff_dynamic_symtab): Call do_cleanups
5831 along all return paths.
5832
5833 2013-05-30 Tom Tromey <tromey@redhat.com>
5834
5835 * symfile.c (find_separate_debug_file): Call do_cleanups
5836 along all return paths.
5837
5838 2013-05-30 Tom Tromey <tromey@redhat.com>
5839
5840 * symtab.c (search_symbols): Introduce a null cleanup for
5841 'retval_chain'.
5842
5843 2013-05-30 Tom Tromey <tromey@redhat.com>
5844
5845 * python/py-value.c (valpy_binop): Call do_cleanups before
5846 exiting loop.
5847
5848 2013-05-30 Tom Tromey <tromey@redhat.com>
5849
5850 * python/py-prettyprint.c (print_children): Remove extra
5851 do_cleanups call.
5852
5853 2013-05-30 Tom Tromey <tromey@redhat.com>
5854
5855 * python/py-frame.c (frapy_read_var): Call do_cleanups along
5856 all return paths.
5857
5858 2013-05-30 Tom Tromey <tromey@redhat.com>
5859
5860 * python/py-breakpoint.c (bppy_get_commands): Call do_cleanups
5861 along all return paths.
5862
5863 2013-05-30 Tom Tromey <tromey@redhat.com>
5864
5865 * cli/cli-logging.c (set_logging_redirect): Unconditionally
5866 call do_cleanups.
5867
5868 2013-05-30 Tom Tromey <tromey@redhat.com>
5869
5870 * varobj.c (c_value_of_root): Call do_cleanups along all
5871 return paths.
5872
5873 2013-05-30 Tom Tromey <tromey@redhat.com>
5874
5875 * tracepoint.c (trace_dump_command): Unconditionally call
5876 do_cleanups.
5877
5878 2013-05-30 Tom Tromey <tromey@redhat.com>
5879
5880 * breakpoint.c (output_thread_groups, parse_cmd_to_aexpr): Call
5881 do_cleanups earlier.
5882
5883 2013-05-30 Tom Tromey <tromey@redhat.com>
5884
5885 * machoread.c (macho_symfile_read): Assign first cleanup to
5886 'back_to'.
5887
5888 2013-05-30 Tom Tromey <tromey@redhat.com>
5889
5890 * m32r-rom.c (m32r_load): Call do_cleanups at all returns.
5891
5892 2013-05-30 Tom Tromey <tromey@redhat.com>
5893
5894 * mi/mi-main.c (list_available_thread_groups): Call do_cleanups.
5895
5896 2013-05-30 Tom Tromey <tromey@redhat.com>
5897
5898 * inf-ptrace.c (inf_ptrace_create_inferior): Unconditionally
5899 call discard_cleanups.
5900 (inf_ptrace_attach): Likewise.
5901
5902 2013-05-30 Tom Tromey <tromey@redhat.com>
5903
5904 * remote-mips.c (mips_exit_debug): Call do_cleanups on all
5905 return paths.
5906 (mips_initialize): Likewise.
5907 (common_open): Call do_cleanups.
5908
5909 2013-05-30 Tom Tromey <tromey@redhat.com>
5910
5911 * utils.c (internal_vproblem): Call do_cleanups.
5912
5913 2013-05-30 Tom Tromey <tromey@redhat.com>
5914
5915 * linespec.c (find_linespec_symbols): Don't reassign to 'cleanup'.
5916
5917 2013-05-30 Tom Tromey <tromey@redhat.com>
5918
5919 * cli/cli-script.c (setup_user_args): Don't return after error.
5920
5921 2013-05-30 Tom Tromey <tromey@redhat.com>
5922
5923 * somread.c (som_symtab_read): Call do_cleanups.
5924
5925 2013-05-30 Tom Tromey <tromey@redhat.com>
5926
5927 * printcmd.c (print_command_1): Unconditionally call do_cleanups.
5928
5929 2013-05-30 Tom Tromey <tromey@redhat.com>
5930
5931 * cli/cli-cmds.c (cd_command, alias_command): Call do_cleanups.
5932 * cli/cli-dump.c (restore_binary_file): Call do_cleanups.
5933 * interps.c (interpreter_exec_cmd): Call do_cleanups.
5934 * source.c (show_substitute_path_command): Call do_cleanups.
5935 (unset_substitute_path_command, set_substitute_path_command):
5936 Likewise.
5937 * symfile.c (load_command): Call do_cleanups.
5938
5939 2013-05-30 Tom Tromey <tromey@redhat.com>
5940
5941 * contrib/cleanup_check.py: New file.
5942 * contrib/gcc-with-excheck: Add option parsing.
5943
5944 2013-05-30 Joel Brobecker <brobecker@adacore.com>
5945
5946 * windows-nat.c (windows_delete_thread): Add missing space
5947 in cast expression.
5948
5949 2013-05-30 Hafiz Abid Qadeer <abidh@codesourcery.com>
5950
5951 * inferior.c (top level): Include tilde.h.
5952 (add_inferior_command): Call tilde_expand on the value of 'exec'
5953 argument.
5954
5955 2013-05-30 Pedro Alves <pedro@codesourcery.com>
5956 Yao Qi <yao@codesourcery.com>
5957
5958 * tracepoint.c (encode_actions_1): Remove parameter 't'.
5959 Caller update.
5960 (encode_actions): Likewise.
5961 * remote.c (remote_download_tracepoint): Caller update.
5962 * tracepoint.h (encode_actions): Update declaration.
5963
5964 2013-05-30 Pedro Alves <palves@redhat.com>
5965
5966 * python/python-internal.h (gdb_Py_DECREF): Cast OP to PyObject
5967 pointer.
5968
5969 2013-05-30 Yao Qi <yao@codesourcery.com>
5970
5971 * remote.c (remote_check_symbols): Remove unused parameter
5972 'objfile'.
5973 Declaration update.
5974 (remote_start_remote, remote_new_objfile): Caller update.
5975
5976 2013-05-30 Yao Qi <yao@codesourcery.com>
5977
5978 * mi/mi-cmds.c (mi_cmds): Define MI command
5979 '-exec-arguments' by macro DEF_MI_CMD_CLI_1 instead of
5980 DEF_MI_CMD_CLI.
5981
5982 2013-05-29 Pedro Alves <palves@redhat.com>
5983
5984 * remote.c (remote_insert_breakpoint, remote_remove_breakpoint)
5985 (remote_insert_watchpoint, remote_remove_watchpoint)
5986 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
5987 (remote_verify_memory, compare_sections_command)
5988 (remote_search_memory): Set the general process/thread on the
5989 remote side.
5990
5991 2013-05-29 Pedro Alves <palves@redhat.com>
5992
5993 * aarch64-tdep.c: Don't include "features/aarch64-without-fpu.c".
5994 (_initialize_aarch64_tdep): Don't call
5995 initialize_tdesc_aarch64_without_fpu.
5996 * features/Makefile (WHICH): Remove reference to
5997 aarch64-without-fpu.
5998 * features/aarch64-without-fpu.c: Delete file.
5999 * regformats/aarch64-without-fpu.dat: Delete file.
6000
6001 2013-05-28 Yao Qi <yao@codesourcery.com>
6002
6003 * tracepoint.c (stringify_collection_list): Remove parameter
6004 'string'.
6005 (encode_actions): Caller update. Remove local variables.
6006
6007 2013-05-24 Yao Qi <yao@codesourcery.com>
6008
6009 * tracepoint.c (TFILE_PID): Remove.
6010 (tfile_open): Don't add thread and inferior.
6011 (tfile_close): Don't set 'inferior_ptid'. Don't call
6012 exit_inferior_silent.
6013 (tfile_thread_alive): Remove.
6014 (init_tfile_ops): Don't set field 'to_thread_alive' of
6015 tfile_ops.
6016
6017 2013-05-23 Doug Evans <dje@google.com>
6018
6019 * contrib/cc-with-tweaks.sh (-p): Handle no dwo files.
6020
6021 2013-05-23 Pedro Alves <palves@redhat.com>
6022
6023 * common/filestuff.c [USE_WIN32API]: Define HAVE_SOCKETS.
6024 [HAVE_SYS_SOCKET_H]: Define HAVE_SOCKETS.
6025 (socket_mark_cloexec, gdb_socketpair_cloexec, gdb_socket_cloexec):
6026 Only define if HAVE_SOCKETS is defined.
6027 * configure.ac: Check for sys/socket.h.
6028 * config.in, configure: Regenerate.
6029
6030 2013-05-23 Pedro Alves <palves@redhat.com>
6031
6032 * dwarf2read.c (create_dwp_hash_table, create_dwo_in_dwp)
6033 (open_and_init_dwp_file): Use %s/pulongest instead of %u for
6034 printing uint32_t variables.
6035
6036 2013-05-23 Pedro Alves <palves@redhat.com>
6037
6038 * NEWS: Mention GDBserver range stepping support.
6039
6040 2013-05-23 Yao Qi <yao@codesourcery.com>
6041 Pedro Alves <palves@redhat.com>
6042
6043 * gdbthread.h (struct thread_control_state) <may_range_step>: New
6044 field.
6045 * infcmd.c (step_once, until_next_command): Enable range stepping.
6046 * infrun.c (displaced_step_prepare): Disable range stepping.
6047 (resume): Disable range stepping if stepping over a breakpoint or
6048 we have software watchpoints. If range stepping is enabled,
6049 assert the thread is in the stepping range.
6050 (clear_proceed_status_thread): Clear may_range_step.
6051 (handle_inferior_event): Disable range stepping as soon as we know
6052 the thread that hit the event. Re-enable it whenever we're going
6053 to step with a step range.
6054 * remote.c (struct vCont_action_support) <r>: New field.
6055 (use_range_stepping): New global.
6056 (remote_vcont_probe): Handle 'r' action.
6057 (append_resumption): Append an 'r' action if the thread may range
6058 step.
6059 (show_range_stepping): New function.
6060 (set_range_stepping): New function.
6061 (_initialize_remote): Call add_setshow_boolean_cmd to register the
6062 'set range-stepping' and 'show range-stepping' commands.
6063 * NEWS: Mention range stepping, the new vCont;r action, and the
6064 new "set/show range-stepping" commands.
6065
6066 2013-05-23 Yao Qi <yao@codesourcery.com>
6067 Pedro Alves <palves@redhat.com>
6068
6069 * remote.c (struct vCont_action_support): New struct.
6070 (struct remote_state) <support_vCont_t>: Remove field.
6071 <vCont_actions_support>: New field.
6072 (remote_vcont_probe, remote_stop_ns): Update.
6073
6074 2013-05-23 Yao Qi <yao@codesourcery.com>
6075 Pedro Alves <palves@redhat.com>
6076
6077 * gdbthread.h (pc_in_thread_step_range): New declaration.
6078 * thread.c (pc_in_thread_step_range): New function.
6079 * infrun.c (handle_inferior_event): Use it.
6080
6081 2013-05-23 Joel Brobecker <brobecker@adacore.com>
6082
6083 * mi/mi-cmd-break.c (mi_argv_to_format): Use xsnprintf instead
6084 of sprintf.
6085
6086 2013-05-22 Keith Seitz <keiths@redhat.com>
6087
6088 * ada-lang.c (is_known_support_routine): Add explicit free of
6089 'func_name' from find_frame_funname.
6090 (ada_unhandled_exception_name_addr_from_raise): Add cleanups
6091 for func_name from find_frame_funname.
6092 * python/py-frame.c (frapy_name): Add explicit free of
6093 'name' from find_frame_funname.
6094 * stack.c (find_frame_funname): Add comment explaining that
6095 funcp must be freed by the caller.
6096 Return copy of symbol names instead of pointers.
6097 (print_frame): Add a cleanup for 'funname' from
6098 find_frame_funname.
6099 * stack.h (find_frame_funname): Remove "const" from
6100 'funname' parameter.
6101
6102 2013-05-22 Tom Tromey <tromey@redhat.com>
6103
6104 PR c++/15401:
6105 * c-valprint.c (c_value_print): Use value_addr for
6106 references. Convert back to reference type with value_ref.
6107
6108 2013-05-22 Eli Zaretskii <eliz@gnu.org>
6109
6110 * windows-nat.c (handle_unload_dll): Don't call solib_add for the
6111 unloaded DLL, it will be done by handle_solib_event. See
6112 http://sourceware.org/ml/gdb-patches/2013-05/msg00713.html for the
6113 details.
6114
6115 2013-05-22 Phil Muldoon <pmuldoon@redhat.com>
6116
6117 * ui-out.c: Create typedef ui_out_level_p and define vector
6118 operations for that type.
6119 (struct ui_out): Use a vector instead of an array.
6120 (current_level): Return level from a vector.
6121 (push_level): Create a level in a vector.
6122 (pop_level): Delete a level in a vector.
6123 (ui_out_new): Create initial level zero level, and store in a
6124 vector.
6125 (ui_out_destroy): Add vector cleanup.
6126
6127 2013-05-22 Pedro Alves <palves@redhat.com>
6128
6129 * python/python-internal.h (gdb_Py_DECREF): Tag with
6130 "ARI: editCase function".
6131
6132 2013-05-21 Paul Pluzhnikov <ppluzhnikov@google.com>
6133
6134 * solib-svr4.c (svr4_free_so): Protect against NULL dereference.
6135
6136 2013-05-21 Pedro Alves <palves@redhat.com>
6137
6138 * python/py-prettyprint.c (apply_val_pretty_printer): Check
6139 whether PRINTER is NULL before installing a Py_DECREF cleanup.
6140 * python/py-utils.c (py_decref): Don't check for NULL before
6141 calling Py_DECREF.
6142
6143 2013-05-21 Pedro Alves <palves@redhat.com>
6144
6145 * python/py-utils.c (py_decref): Remove extra braces.
6146 (gdb_pymodule_addobject): Remove extra braces.
6147 * python-internal.h (gdb_Py_DECREF): New static inline function.
6148 (Py_DECREF): Redefine as calling gdb_Py_DECREF.
6149
6150 2013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6151
6152 * breakpoints.c (detach_breakpoints): Do not
6153 detach breakpoints locations with loc_type bp_loc_other.
6154
6155 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6156
6157 Workaround Python 2.6.
6158 * python/py-utils.c (gdb_pymodule_addobject): Wrap Py_DECREF into
6159 a block.
6160
6161 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6162
6163 Code cleanup: constification.
6164 * solib.c (solib_ops): Make return type and ops variable type const.
6165 (set_solib_ops): Make the new_ops parameter and ops variable const.
6166 (solib_find, solib_map_sections, clear_so, free_so, update_solib_list)
6167 (solib_add, solib_keep_data_in_core, clear_solib)
6168 (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
6169 (reload_shared_libraries, solib_global_lookup): Make the ops variable
6170 const.
6171 * solib.h (set_solib_ops): Make the new_ops parameter const.
6172
6173 2013-05-21 Joel Brobecker <brobecker@adacore.com>
6174
6175 * data-directory/Makefile.in (SYSTEM_GDBINIT_SRCDIR): New
6176 variable.
6177 (VPATH): Add SYSTEM_GDBINIT_SRCDIR.
6178 (SYSTEM_GDBINIT_DIR, SYSTEM_GDBINIT_INSTALL_DIR)
6179 (SYSTEM_GDBINIT_FILES): New variables.
6180 (all): Add stamp-system-gdbinit.
6181 (stamp-system-gdbinit): New rule.
6182 (clean-system-gdbinit, install-system-gdbinit)
6183 (uninstall-system-gdbinit): New rules. Make them .PHONY.
6184 (install-only): Add dependency on install-system-gdbinit.
6185 (uninstall): Add dependency on uninstall-system-gdbinit.
6186 (clean): Add dependency on clean-system-gdbinit.
6187 * system-gdbinit/elinos.py: New file.
6188 * system-gdbinit/wrs-linux.py: New file.
6189
6190 2013-05-21 Joel Brobecker <brobecker@adacore.com>
6191
6192 * ada-lang.c (old_renaming_is_invisible): Fix cleanup leak.
6193
6194 2013-05-21 Hui Zhu <hui@codesourcery.com>
6195
6196 * breakpoint.c (dprintf_breakpoint_ops): Remove its static.
6197 * breakpoint.h (dprintf_breakpoint_ops): Add extern.
6198 * mi/mi-cmd-break.c (ctype.h): New include.
6199 (gdb_obstack.h): New include.
6200 (mi_argv_to_format, mi_cmd_break_insert_1): New.
6201 (mi_cmd_break_insert): Call mi_cmd_break_insert_1.
6202 (mi_cmd_dprintf_insert): New.
6203 * mi/mi-cmds.c (mi_cmds): Add "dprintf-insert".
6204 * mi/mi-cmds.h (mi_cmd_dprintf_insert): New extern.
6205
6206 2013-05-20 Tom Tromey <tromey@redhat.com>
6207
6208 * python/py-prettyprint.c (search_pp_list): Decref 'attr'.
6209
6210 2013-05-20 Tom Tromey <tromey@redhat.com>
6211
6212 * python/py-value.c (valpy_get_dynamic_type): Simplify
6213 dynamic_type assignment. Use Py_XINCREF.
6214
6215 2013-05-20 Tom Tromey <tromey@redhat.com>
6216
6217 * python/py-type.c (typy_fields): Unconditionally decref 'r'.
6218
6219 2013-05-20 Tom Tromey <tromey@redhat.com>
6220
6221 * python/py-frame.c (frapy_older, frapy_newer, gdbpy_newest_frame)
6222 (gdbpy_selected_frame): Move object-construction code
6223 out of TRY_CATCH.
6224
6225 2013-05-20 Tom Tromey <tromey@redhat.com>
6226
6227 * python/py-arch.c (gdbpy_initialize_arch): Use
6228 gdb_pymodule_addobject.
6229 * python/py-block.c (gdbpy_initialize_blocks): Use
6230 gdb_pymodule_addobject.
6231 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Use
6232 gdb_pymodule_addobject.
6233 * python/py-cmd.c (gdbpy_initialize_breakpoints): Use
6234 gdb_pymodule_addobject.
6235 * python/py-event.c (gdbpy_initialize_event_generic): Use
6236 gdb_pymodule_addobject.
6237 * python/py-evtregistry.c (gdbpy_initialize_eventregistry): Use
6238 gdb_pymodule_addobject.
6239 * python/py-evts.c (add_new_registry): Use
6240 gdb_pymodule_addobject.
6241 (gdbpy_initialize_py_events): Likewise.
6242 * python/py-finishbreakpoint.c
6243 (gdbpy_initialize_finishbreakpoints): Use
6244 gdb_pymodule_addobject.
6245 * python/py-frame.c (gdbpy_initialize_frames): Use
6246 gdb_pymodule_addobject.
6247 * python/py-function.c (gdbpy_initialize_functions): Use
6248 gdb_pymodule_addobject.
6249 * python/py-inferior.c (gdbpy_initialize_inferior): Use
6250 gdb_pymodule_addobject.
6251 * python/py-infthread.c (gdbpy_initialize_thread): Use
6252 gdb_pymodule_addobject.
6253 * python/py-objfile.c (gdbpy_initialize_objfile): Use
6254 gdb_pymodule_addobject.
6255 * python/py-param.c (gdbpy_initialize_parameters): Use
6256 gdb_pymodule_addobject.
6257 * python/py-progspace.c (gdbpy_initialize_pspace): Use
6258 gdb_pymodule_addobject.
6259 * python/py-symbol.c (gdbpy_initialize_symbols): Use
6260 gdb_pymodule_addobject.
6261 * python/py-symtab.c (gdbpy_initialize_symtabs): Use
6262 gdb_pymodule_addobject.
6263 * python/py-type.c (gdbpy_initialize_types): Use
6264 gdb_pymodule_addobject.
6265 * python/py-utils.c (gdb_pymodule_addobject): New function.
6266 * python/py-value.c (gdbpy_initialize_values): Use
6267 gdb_pymodule_addobject.
6268 * python/python-internal.h (gdb_pymodule_addobject): Declare.
6269 * python/python.c (_initialize_python): Use
6270 gdb_pymodule_addobject.
6271
6272 2013-05-20 Tom Tromey <tromey@redhat.com>
6273
6274 * python/py-cmd.c (cmdpy_completer): Use explicit decref.
6275 * python/py-param.c (get_set_value, get_show_value): Use
6276 explicit decrefs.
6277 * python/python.c (start_type_printers, apply_type_printers):
6278 Use explicit decrefs.
6279
6280 2013-05-20 Tom Tromey <tromey@redhat.com>
6281
6282 * python/py-evts.c (gdbpy_initialize_py_events): Don't
6283 incref the module.
6284
6285 2013-05-20 Tom Tromey <tromey@redhat.com>
6286
6287 * python/python.c (gdbpy_run_events): Decref the result
6288 of PyObject_CallObject.
6289
6290 2013-05-20 Tom Tromey <tromey@redhat.com>
6291
6292 * python/py-symtab.c (set_sal): Use
6293 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION. Return -1 on error.
6294 (symtab_and_line_to_sal_object): Update.
6295
6296 2013-05-20 Tom Tromey <tromey@redhat.com>
6297
6298 * python/py-param.c (compute_enum_values): Decref 'item'.
6299
6300 2013-05-20 Tom Tromey <tromey@redhat.com>
6301
6302 * mi/mi-main.c: Include python-internal.h.
6303 (mi_cmd_list_features): Check gdb_python_initialized.
6304 * python/py-inferior.c (python_on_normal_stop, python_on_resume)
6305 (python_inferior_exit, python_new_objfile, add_thread_object)
6306 (delete_thread_object, py_free_inferior): Check
6307 gdb_python_initialized.
6308 * python/py-prettyprint.c (apply_val_pretty_printer): Check
6309 gdb_python_initialized.
6310 * python/py-type.c (save_objfile_types): Check
6311 gdb_python_initialized.
6312 * python/python-internal.h (gdb_python_initialized): Declare.
6313 * python/python.c (ensure_python_env): Throw exception if
6314 Python not initialized.
6315 (before_prompt_hook, source_python_script_for_objfile)
6316 (start_type_printers, apply_type_printers,
6317 free_type_printers): Check gdb_python_initialized.
6318 * varobj.c (varobj_get_display_hint)
6319 (dynamic_varobj_has_child_method, update_dynamic_varobj_children)
6320 (install_new_value_visualizer, varobj_set_visualizer)
6321 (value_get_print_value): Check gdb_python_initialized.
6322
6323 2013-05-20 Tom Tromey <tromey@redhat.com>
6324
6325 * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.
6326 Check errors.
6327 * python/py-auto-load.c (gdbpy_initialize_auto_load): Return 'int'.
6328 * python/py-block.c (gdbpy_initialize_blocks): Return 'int'.
6329 Check errors.
6330 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Return 'int'.
6331 Check errors.
6332 * python/py-cmd.c (gdbpy_initialize_commands): Return 'int'.
6333 Check errors.
6334 * python/py-event.c (gdbpy_initialize_event): Return 'int'.
6335 Check errors.
6336 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Change generated
6337 init function to return 'int'.
6338 * python/py-evtregistry.c (gdbpy_initialize_eventregistry):
6339 Return 'int'. Check errors.
6340 * python/py-evts.c (gdbpy_initialize_py_events): Return 'int'.
6341 Check errors.
6342 * python/py-finishbreakpoint.c (gdbpy_initialize_finishbreakpoints):
6343 Return 'int'. Check errors.
6344 * python/py-frame.c (gdbpy_initialize_frames): Return 'int'.
6345 Check errors.
6346 * python/py-function.c (gdbpy_initialize_functions): Return 'int'.
6347 Check errors.
6348 * python/py-gdb-readline.c (gdbpy_initialize_gdb_readline):
6349 Check errors.
6350 * python/py-inferior.c (gdbpy_initialize_inferior): Return 'int'.
6351 Check errors.
6352 * python/py-infthread.c (gdbpy_initialize_thread): Return 'int'.
6353 Check errors.
6354 * python/py-lazy-string.c (gdbpy_initialize_lazy_string): Return 'int'.
6355 Check errors.
6356 * python/py-objfile.c (gdbpy_initialize_objfile): Return 'int'.
6357 Check errors.
6358 * python/py-param.c (gdbpy_initialize_parameters): Return 'int'.
6359 Check errors.
6360 * python/py-progspace.c (gdbpy_initialize_pspace): Return 'int'.
6361 Check errors.
6362 * python/py-symbol.c (gdbpy_initialize_symbols): Return 'int'.
6363 Check errors.
6364 * python/py-symtab.c (gdbpy_initialize_symtabs): Return 'int'.
6365 Check errors.
6366 * python/py-type.c (gdbpy_initialize_types): Return 'int'.
6367 Check errors.
6368 * python/py-value.c (gdbpy_initialize_values): Return 'int'.
6369 Check errors.
6370 * python/python-internal.h (gdbpy_initialize_auto_load,
6371 gdbpy_initialize_values, gdbpy_initialize_frames,
6372 gdbpy_initialize_symtabs, gdbpy_initialize_commands,
6373 gdbpy_initialize_symbols, gdbpy_initialize_symtabs,
6374 gdbpy_initialize_blocks, gdbpy_initialize_types,
6375 gdbpy_initialize_functions, gdbpy_initialize_pspace,
6376 gdbpy_initialize_objfile, gdbpy_initialize_breakpoints,
6377 gdbpy_initialize_finishbreakpoints,
6378 gdbpy_initialize_lazy_string, gdbpy_initialize_parameters,
6379 gdbpy_initialize_thread, gdbpy_initialize_inferior,
6380 gdbpy_initialize_eventregistry, gdbpy_initialize_event,
6381 gdbpy_initialize_py_events, gdbpy_initialize_stop_event,
6382 gdbpy_initialize_signal_event,
6383 gdbpy_initialize_breakpoint_event,
6384 gdbpy_initialize_continue_event,
6385 gdbpy_initialize_exited_event, gdbpy_initialize_thread_event,
6386 gdbpy_initialize_new_objfile_event, gdbpy_initialize_arch):
6387 Update. Use CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
6388 * python/python.c (gdb_python_initialized): New global.
6389 (gdbpy_initialize_events): Return 'int'. Check errors.
6390 (_initialize_python): Check errors. Set
6391 gdb_python_initialized.
6392
6393 2013-05-20 Tom Tromey <tromey@redhat.com>
6394
6395 * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope):
6396 Decref the reslut of PyObject_CallMethod.
6397
6398 2013-05-20 Tom Tromey <tromey@redhat.com>
6399
6400 * python/py-event.c (gdbpy_initialize_event_generic): Return
6401 early if PyType_Ready fails.
6402
6403 2013-05-20 Tom Tromey <tromey@redhat.com>
6404
6405 * python/py-type.c (make_fielditem): Add gdb_assert_not_reached
6406 as 'default' in the switch.
6407
6408 2013-05-20 Tom Tromey <tromey@redhat.com>
6409
6410 * python/py-inferior.c (gdbpy_inferiors): Update. Hoist
6411 get_addr_from_python calls out of TRY_CATCH.
6412 (infpy_write_memory, infpy_search_memory): Likewise.
6413 * python/py-utils.c (get_addr_from_python): Return negative
6414 value on error. Use TRY_CATCH.
6415 * python/python-internal.h (get_addr_from_python): Use
6416 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
6417
6418 2013-05-20 Tom Tromey <tromey@redhat.com>
6419
6420 * python/py-event.c (evpy_emit_event): Decref the
6421 result of PyObject_CallFunctionObjArgs.
6422
6423 2013-05-20 Tom Tromey <tromey@redhat.com>
6424
6425 * python/py-cmd.c (cmdpy_completer): Use iterator protocol.
6426 Correctly decref.
6427
6428 2013-05-20 Tom Tromey <tromey@redhat.com>
6429
6430 * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'.
6431
6432 2013-05-20 Tom Tromey <tromey@redhat.com>
6433
6434 * python/py-event.h (gdbpy_initialize_event_generic): Use
6435 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
6436 * python/py-evts.c (add_new_registry): Use
6437 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
6438 * python/python-internal.h
6439 (CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION): New macro.
6440
6441 2013-05-20 Tom Tromey <tromey@redhat.com>
6442
6443 * python/py-arch.c (archpy_disassemble): Update.
6444 * python/py-type.c (typy_get_composite, typy_lookup_typename)
6445 (typy_lookup_type): Use GDB_PY_HANDLE_EXCEPTION.
6446 * python/py-utils.c (gdbpy_convert_exception): Return 'void'.
6447 * python/python-internal.h (CPYCHECKER_SETS_EXCEPTION): New
6448 macro.
6449 (GDB_PY_HANDLE_EXCEPTION): Update.
6450 (gdbpy_convert_exception): Update. Use CPYCHECKER_SETS_EXCEPTION.
6451
6452 2013-05-20 Tom Tromey <tromey@redhat.com>
6453
6454 * python/python-internal.h (events_object_type): Remove.
6455
6456 2013-05-20 Tom Tromey <tromey@redhat.com>
6457
6458 * python/py-event.h (evpy_emit_event): Use
6459 CPYCHECKER_STEALS_REFERENCE_TO_ARG.
6460 * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
6461 New macro.
6462
6463 2013-05-20 Tom Tromey <tromey@redhat.com>
6464
6465 * py-evtregistry.c (create_event_object): Decref
6466 eventregistry_object if PyList_New fails.
6467
6468 2013-05-20 Tom Tromey <tromey@redhat.com>
6469
6470 * py-cmd.c (gdbpy_string_to_argv): Check result of
6471 PyList_New.
6472
6473 2013-05-20 Tom Tromey <tromey@redhat.com>
6474
6475 * python/python.c (before_prompt_hook): Add cleanup to
6476 decref 'hook'.
6477
6478 2013-05-20 Tom Tromey <tromey@redhat.com>
6479
6480 * python/py-function.c (fnpy_init): Decref result of
6481 PyObject_GetAttrString.
6482
6483 2013-05-20 Tom Tromey <tromey@redhat.com>
6484
6485 * python/py-threadevent.c (get_event_thread): Use
6486 CPYCHECKER_RETURNS_BORROWED_REF.
6487 * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
6488 New define.
6489 (pspace_to_pspace_object, objfile_to_objfile_object)
6490 (find_thread_object): Use it.
6491
6492 2013-05-20 Tom Tromey <tromey@redhat.com>
6493
6494 * python/py-arch.c (arch_object_type): Use
6495 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6496 * python/py-block.c (block_syms_iterator_object_type):
6497 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6498 * python/py-bpevent.c (breakpoint_event_object_type):
6499 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6500 * python/py-cmd.c (cmdpy_object_type): Use
6501 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6502 * python/py-continueevent.c (continue_event_object_type):
6503 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6504 * python/py-event.h (GDBPY_NEW_EVENT_TYPE):
6505 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6506 * python/py-events.h (thread_event_object_type):
6507 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6508 * python/py-evtregistry.c (eventregistry_object_type): Use
6509 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6510 * python/py-exitedevent.c (exited_event_object_type):
6511 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6512 * python/py-finishbreakpoint.c (finish_breakpoint_object_type):
6513 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6514 * python/py-function.c (fnpy_object_type): Use
6515 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6516 * python/py-inferior.c (inferior_object_type, membuf_object_type):
6517 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6518 * python/py-infthread.c (thread_object_type): Use
6519 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6520 * python/py-lazy-string.c (lazy_string_object_type):
6521 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6522 * python/py-newobjfileevent.c (new_objfile_event_object_type):
6523 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6524 * python/py-objfile.c (objfile_object_type): Use
6525 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6526 * python/py-param.c (parmpy_object_type):
6527 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6528 * python/py-progspace.c (pspace_object_type):
6529 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6530 * python/py-signalevent.c (signal_event_object_type):
6531 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6532 * python/py-symtab.c (symtab_object_type, sal_object_type): Use
6533 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6534 * python/py-type.c (type_object_type, field_object_type)
6535 (type_iterator_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6536 * python/py-internal.h (CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF): New
6537 define.
6538 (value_object_type, block_object_type, symbol_object_type)
6539 (event_object_type, stop_event_object_type, breakpoint_object_type)
6540 (frame_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6541
6542 2013-05-20 Andreas Tobler <andreas@fgznet.ch>
6543
6544 * Makefile.in (ALL_TARGET_OBS): Add ppcfbsd-tdep.o.
6545 (ALLDEPFILES): Add ppcfbsd-nat.c and ppcfbsd-tdep.c.
6546
6547 2013-05-20 Doug Evans <dje@google.com>
6548
6549 When reading CU, stay in DWO. Be more tolerent of bad debug info.
6550 For Fission.
6551 * dwarf2read.c (struct dwarf2_per_cu_data): New member
6552 reading_dwo_directly.
6553 (struct signatured_type): New member dwo_unit.
6554 (struct die_reader_specs): New member comp_dir.
6555 (create_signatured_type_table_from_index): Use malloc for
6556 all_type_units instead of objfile's obstack.
6557 (create_all_type_units): Ditto.
6558 (fill_in_sig_entry_from_dwo_entry): New function.
6559 (add_type_unit): New function.
6560 (lookup_dwo_signatured_type): New function.
6561 (lookup_dwp_signatured_type): New function.
6562 (lookup_signatured_type): New arg cu. All callers updated.
6563 (init_cu_die_reader): Initialize comp_dir.
6564 (read_cutu_die_from_dwo): New arg stub_comp_dir. All callers updated.
6565 Change assert of matching type signatures to call error on mismatch.
6566 (lookup_dwo_unit): Add assert.
6567 (init_tu_and_read_dwo_dies): New function.
6568 (init_cutu_and_read_dies): Call it.
6569 (build_type_unit_groups): Handle case of no type unit groups created.
6570 (hash_dwo_file, eq_dwo_file): Handle missing comp_dir.
6571 (lookup_dwo_cutu): Tweak complaint.
6572 (dwarf2_free_abbrev_table): Check for NULL abbrev_table.
6573 (dwarf2_per_objfile_free): Free all_type_units.
6574
6575 2013-05-20 Joel Brobecker <brobecker@adacore.com>
6576
6577 * windows-nat.c (handle_unload_dll): Add missing empty line.
6578
6579 2013-05-20 Joel Brobecker <brobecker@adacore.com>
6580
6581 * dwarf2read.c (prototyped_function_p): New function.
6582 (read_subroutine_type): Use it.
6583
6584 2013-05-20 Joel Brobecker <brobecker@adacore.com>
6585
6586 * rs6000-aix-tdep.c: De-indent some example code provided
6587 as a comment.
6588
6589 2013-05-17 Edjunior Machado <emachado@linux.vnet.ibm.com>
6590
6591 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Check if the
6592 region is ok for a hardware watchpoint using the new ptrace interface
6593 on Power servers.
6594
6595 2013-05-17 Doug Evans <dje@google.com>
6596
6597 * NEWS: Mention new maintenance commands check-symtabs, and
6598 expand-symtabs, and renamed check-psymtabs.
6599 * psymtab.c (maintenance_check_psymtabs): Renamed from
6600 maintenance_check_symtabs. Only process already-expanded symbol
6601 tables.
6602 (_initialize_psymtab): Update.
6603 * symmisc.c (maintenance_check_symtabs): New function.
6604 (maintenance_expand_name_matcher): New function
6605 (maintenance_expand_file_matcher): New function
6606 (maintenance_expand_symtabs): New function.
6607 (_initialize_symmisc): Add "mt check-symtabs" and "mt expand-symtabs"
6608 commands.
6609
6610 2013-05-17 Tom Tromey <tromey@redhat.com>
6611
6612 * python/py-inferior.c (infpy_read_memory): Don't call
6613 PyErr_SetString if PyObject_New fails.
6614 * python/py-frame.c (frame_info_to_frame_object): Don't call
6615 PyErr_SetString if PyObject_New fails.
6616
6617 2013-05-17 Pavel Chupin <pavel.v.chupin@intel.com>
6618
6619 * acinclude.m4: Add check for dlopen in libdl.
6620 * configure.ac: Ditto.
6621 * configure: Regenerate.
6622
6623 2013-05-17 Phil Muldoon <pmuldoon@redhat.com>
6624
6625 * frame.c (frame_stash): Convert to htab.
6626 (frame_addr_hash): New function.
6627 (frame_addr_hash_eq): New function.
6628 (frame_stash_create): Convert function to create
6629 a hash table.
6630 (frame_stash_add): Convert function to add an entry to a hash
6631 table.
6632 (frame_stash_find): Convert function to search the hash table.
6633 (frame_stash_invalidate): Convert function to empty the hash
6634 table.
6635 (get_frame_id): Only add to stash if a frame_id is created.
6636 (_initialize_frame): Call frame_stash_create.
6637
6638 2013-05-16 Yue Lu <hacklu.newborn@gmail.com> (tiny change)
6639
6640 * configure.ac: Ensure MIG is available when building for GNU Hurd
6641 hosts.
6642 * configure: Regenerate.
6643
6644 2013-05-16 Joel Brobecker <brobecker@adacore.com>
6645
6646 * dwarf2read.c (set_cu_language): Add DW_LANG_UPC handling.
6647
6648 2013-05-16 Joel Brobecker <brobecker@adacore.com>
6649
6650 * ada-lang.c (ada_make_symbol_completion_list): Make sure
6651 all cleanups are done before returning from this function.
6652
6653 2013-05-15 Joel Brobecker <brobecker@adacore.com>
6654
6655 * utils.h: #include "exceptions.h".
6656 (enum errors): Remove partial declaration.
6657
6658 2013-05-15 Joel Brobecker <brobecker@adacore.com>
6659
6660 * gdbarch.sh (core_xfer_shared_libraries_aix): New method.
6661 * gdbarch.h, gdbarch.c: Regenerate.
6662 * corelow.c (core_xfer_partial): Add TARGET_OBJECT_LIBRARIES_AIX
6663 handling.
6664
6665 * rs6000-aix-tdep.h: New file.
6666 * Makefile.in (HFILES_NO_SRCDIR): Add rs6000-aix-tdep.h.
6667 * rs6000-aix-tdep.c: Include "rs6000-aix-tdep.h" and
6668 "xml-utils.h".
6669 (struct field_info, struct ld_info_desc): New types.
6670 (ld_info32_desc, ld_info64_desc): New static constants.
6671 (struct ld_info): New type.
6672 (rs6000_aix_extract_ld_info): New function.
6673 (rs6000_aix_shared_library_to_xml): Likewise.
6674 (rs6000_aix_ld_info_to_xml): Likewise.
6675 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
6676 (rs6000_aix_init_osabi): Add call to
6677 set_gdbarch_core_xfer_shared_libraries_aix.
6678 * rs6000-nat.c: Add "rs6000-aix-tdep.h" include.
6679 Remove "xml-utils.h" include.
6680 (LdInfo): Delete typedef.
6681 (ARCH64_DECL, LDI_FIELD, LDI_NEXT, LDI_FD, LDI_FILENAME):
6682 Delete macros.
6683 (rs6000_ptrace_ldinfo): Change return type to gdb_byte *.
6684 Adjust code accordingly.
6685 (rs6000_core_ldinfo): Delete, folded into
6686 rs6000_aix_core_xfer_shared_libraries_aix.
6687 (rs6000_xfer_shared_library): Delete.
6688 (rs6000_xfer_shared_libraries): Reimplement.
6689
6690 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
6691
6692 * record.c (record_goto_cmdlist): New.
6693 (cmd_record_goto): Split into this ...
6694 (cmd_record_goto_begin): ... this
6695 (cmd_record_goto_end): ... and this.
6696 (_initialize_record): Change "record goto" to prefix command.
6697 Add commands for "record goto begin" and "record goto end".
6698 Add an alias for "record goto start" to "record goto begin".
6699
6700 2013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6701
6702 * linespec.c (convert_linespec_to_sals): New comment for
6703 SOURCE_FILENAME assignment.
6704
6705 2013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6706
6707 * cleanups.c (restore_my_cleanups): Replace gdb_assert by
6708 internal_warning.
6709
6710 2013-05-14 Tom Tromey <tromey@redhat.com>
6711
6712 * eval.c (parse_and_eval_long): Make 'exp' const.
6713 * value.h (parse_and_eval_long): Update.
6714
6715 2013-05-14 Tom Tromey <tromey@redhat.com>
6716
6717 * ui-file.c (gdb_fopen): Make arguments const.
6718 * ui-file.h (gdb_fopen): Make arguments const.
6719
6720 2013-05-14 Tom Tromey <tromey@redhat.com>
6721
6722 * remote.c (remote_set_trace_notes): Make arguments const.
6723 * target.c (update_current_target): Update cast.
6724 * target.h (to_set_trace_notes): Make arguments const.
6725
6726 2013-05-14 Tom Tromey <tromey@redhat.com>
6727
6728 * go32-nat.c (go32_terminal_info): Make 'args' const.
6729 * inferior.h (child_terminal_info): Update.
6730 * inflow.c (child_terminal_info): Make 'args' const.
6731 * target.c (default_terminal_info): Make 'args' const.
6732 (debug_to_terminal_save_ours): Likewise.
6733 * target.h (struct target_ops) <to_terminal_info>: Make argument
6734 const.
6735
6736 2013-05-13 Tom Tromey <tromey@redhat.com>
6737
6738 * gcore.c (create_gcore_bfd): Make 'filename' const.
6739 * gcore.h (create_gcore_bfd): Make 'filename' const.
6740 * record-full.c (record_full_save): Make 'recfilename' const.
6741 * target.c (target_save_record): Make 'filename' const.
6742 * target.h (struct target_ops) <to_save_record>: Make 'filename'
6743 const.
6744 (target_save_record): Likewise.
6745
6746 2013-05-13 Tom Tromey <tromey@redhat.com>
6747
6748 PR gdb/15338:
6749 * dwarf2read.c (dwarf2_record_block_ranges): Ensure that the
6750 ranges section has been read.
6751
6752 2013-05-13 Tom Tromey <tromey@redhat.com>
6753
6754 PR exp/15364:
6755 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
6756 STRUCTOP_PTR>: Return a not_lval value for
6757 EVAL_AVOID_SIDE_EFFECTS.
6758 * opencl-lang.c (evaluate_subexp_opencl): Return a not_lval value
6759 for EVAL_AVOID_SIDE_EFFECTS.
6760
6761 2013-05-13 Joel Brobecker <brobecker@adacore.com>
6762
6763 * rs6000-aix-tdep.c (rs6000_push_dummy_call): Convert
6764 floating point registers to register type before storing
6765 value.
6766 * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call):
6767 Likewise.
6768
6769 2013-05-10 Joel Brobecker <brobecker@adacore.com>
6770 Tom Tromey <tromey@redhat.com>
6771
6772 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
6773 New functions.
6774 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
6775 Declare.
6776 * darwin-nat.c (darwin_pre_ptrace): Use mark_fd_no_cloexec.
6777 (darwin_ptrace_him): Use unmark_fd_no_cloexec.
6778 * inf-ttrace.c (do_cleanup_pfds): Use unmark_fd_no_cloexec.
6779 (inf_ttrace_prepare): Use mark_fd_no_cloexec.
6780
6781 2013-05-10 Freddie Chopin <freddie_chopin@op.pl>
6782 Tom Tromey <tromey@redhat.com>
6783
6784 PR build/15414:
6785 * configure: Rebuild.
6786 * configure.ac (build_warnings): Do not use -Wformat-nonliteral
6787 with -Wno-format.
6788
6789 2013-05-10 Pedro Alves <palves@redhat.com>
6790
6791 * remote.c (_initialize_remote): Fix spelling of
6792 qXfer:traceframe-info:read packet in packet config command.
6793
6794 2013-05-10 David Taylor <dtaylor@emc.com>
6795
6796 PR remote/15455
6797
6798 * remote.c (remote_trace_set_readonly_regions): Do not overwrite
6799 "QTro" at start of packet.
6800
6801 2013-05-10 Joel Brobecker <brobecker@adacore.com>
6802
6803 * solib-aix.c (solib_aix_relocate_section_addresses):
6804 For the .bss section action, apply the same offset as
6805 the .data section.
6806
6807 2013-05-10 Joel Brobecker <brobecker@adacore.com>
6808
6809 * solib-aix.c (solib_aix_relocate_section_addresses):
6810 Remove FIXME comment.
6811
6812 2013-05-10 Joel Brobecker <brobecker@adacore.com>
6813
6814 PR tdep/15420:
6815 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
6816 New functions, directly copied from sparc-sol-thread.c.
6817 * sparc-sol-thread.c: Delete.
6818 * configure.ac: Remove code handling sparc-solaris-thread.c.
6819 * configure: Regenerate.
6820
6821 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
6822
6823 * stack.c (backtrace_command_1): Add "no-filters", and Python frame
6824 filter logic.
6825 (backtrace_command): Add "no-filters" option parsing.
6826 (_initialize_stack): Alter help to reflect "no-filters" option.
6827 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-framefilter.o
6828 (SUBDIR_PYTHON_SRCS): Add py-framefilter.c
6829 (py-frame.o): Add target
6830 * data-directory/Makefile.in (PYTHON_DIR): Add Python frame
6831 filter files.
6832 * python/python.h: Add new frame filter constants, and flag enum.
6833 (apply_frame_filter): Add definition.
6834 * python/python.c (apply_frame_filter): New non-Python
6835 enabled function.
6836 * python/py-utils.c (py_xdecref): New function.
6837 (make_cleanup_py_xdecref): Ditto.
6838 * python/py-objfile.c: Declare frame_filters dictionary.
6839 (objfpy_dealloc): Add frame_filters dealloc.
6840 (objfpy_new): Initialize frame_filters attribute.
6841 (objfile_to_objfile_object): Ditto.
6842 (objfpy_get_frame_filters): New function.
6843 (objfpy_set_frame_filters): New function.
6844 * python/py-progspace.c: Declare frame_filters dictionary.
6845 (pspy_dealloc): Add frame_filters dealloc.
6846 (pspy_new): Initialize frame_filters attribute.
6847 (pspacee_to_pspace_object): Ditto.
6848 (pspy_get_frame_filters): New function.
6849 (pspy_set_frame_filters): New function.
6850 * python/py-framefilter.c: New file.
6851 * python/lib/gdb/command/frame_filters.py: New file.
6852 * python/lib/gdb/frames.py: New file.
6853 * python/lib/gdb/__init__.py: Initialize global frame_filters
6854 dictionary
6855 * python/lib/gdb/FrameDecorator.py: New file.
6856 * python/lib/gdb/FrameIterator.py: New file.
6857 * mi/mi-cmds.c (mi_cmds): Add frame filters command.
6858 * mi/mi-cmds.h: Declare.
6859 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Add
6860 --no-frame-filter logic, and Python frame filter logic.
6861 (stack_enable_frame_filters): New function.
6862 (parse_no_frame_option): Ditto.
6863 (mi_cmd_stack_list_frames): Add --no-frame-filter and Python frame
6864 filter logic.
6865 (mi_cmd_stack_list_locals): Ditto.
6866 (mi_cmd_stack_list_args): Ditto.
6867 (mi_cmd_stack_list_variables): Ditto.
6868 * NEWS: Add frame filter note.
6869
6870 2013-05-09 Doug Evans <dje@google.com>
6871
6872 * symfile.c (syms_from_objfile_1): Delete args offsets, num_offsets.
6873 All callers updated.
6874 (syms_from_objfile): Ditto. Make static.
6875 (symbol_file_add_with_addrs): Renamed from
6876 symbol_file_add_with_addrs_or_offsets. Delete args offsets,
6877 num_offsets. All callers updated.
6878 * symfile.h (syms_from_objfile): Delete.
6879
6880 * symfile.c (decrement_reading_symtab): Add assert.
6881 (increment_reading_symtab): Ditto.
6882
6883 2013-05-09 Joel Brobecker <brobecker@adacore.com>
6884
6885 * source.c (forward_search_command): Replace call to getc
6886 by call to fgetc.
6887 (reverse_search_command): Likewise.
6888
6889 2013-05-08 Doug Evans <dje@google.com>
6890
6891 * psymtab.c (expand_symtabs_matching_via_partial): Fix file name
6892 matching test.
6893
6894 2013-05-08 Joel Brobecker <brobecker@adacore.com>
6895
6896 * sol-thread.c (info_cb): Factorize the code a little.
6897
6898 2013-05-08 Joel Brobecker <brobecker@adacore.com>
6899
6900 * sol-thread.c (info_cb): Rework the output of the "maintenance
6901 info sol-threads" command a bit.
6902
6903 2013-05-08 Joel Brobecker <brobecker@adacore.com>
6904
6905 * sol-thread.c (info_cb) [ti.ti_state == TD_THR_SLEEP]:
6906 Replace ti.ti_startfunc by ti.ti_pc.
6907
6908 2013-05-08 Joel Brobecker <brobecker@adacore.com>
6909
6910 * solib-aix.c (solib_aix_free_library_list): New function
6911 for the case where HAVE_LIBEXPAT is not defined.
6912
6913 2013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
6914
6915 PR breakpoints/15413:
6916 * breakpoint.c (condition_completer): Simplify the code to
6917 disconsider multiple locations of breakpoints when completing the
6918 "condition" command.
6919
6920 2013-05-07 Pierre Muller <muller@sourceware.org>
6921
6922 * common/linux-btrace.c: ARI fix: Include "gdb_wait.h"
6923 instead of <sys/wait.h>.
6924
6925 2013-05-07 Pierre Muller <muller@sourceware.org>
6926
6927 * nios2-tdep.c (nios2_dwarf_reg_to_regnum): ARI fix: remove
6928 trailing new line from warning message.
6929
6930 2013-05-07 Pierre Muller <muller@sourceware.org>
6931
6932 * contrib/ari/gdb_ari.sh (SOLIB_ADD, SOLIB_CREATE_INFERIOR_HOOK)
6933 (PC_SOLIB): Change type from ari_deprecate to ari_regression.
6934
6935 2013-05-07 Joel Brobecker <brobecker@adacore.com>
6936
6937 * rs6000-nat.c (rs6000_core_ldinfo): Remove '\n' at end of
6938 error message (ARI fix).
6939
6940 2013-05-07 Joel Brobecker <brobecker@adacore.com>
6941
6942 * features/library-list-aix.dtd: Replace library-list by
6943 library-list-aix.
6944 * rs6000-nat.c: Replace library-list by library-list-aix
6945 throughout.
6946 * solib-aix.c: Likewise.
6947
6948 2013-05-07 Joel Brobecker <brobecker@adacore.com>
6949
6950 * target.h (enum target_object) [TARGET_OBJECT_LIBRARIES_AIX]:
6951 Renames TARGET_OBJECT_AIX_LIBRARIES.
6952 * rs6000-nat.c: Replace TARGET_OBJECT_AIX_LIBRARIES with
6953 TARGET_OBJECT_LIBRARIES_AIX throughout.
6954 * solib-aix.c: Likwise.
6955
6956 2013-05-07 Yao Qi <yao@codesourcery.com>
6957
6958 * solib-dsbt.c (struct dsbt_info) <enable_break2_done>: Remove.
6959 (get_dsbt_info, enable_break, dsbt_clear_solib): Update.
6960
6961 2013-05-07 Yao Qi <yao@codesourcery.com>
6962
6963 * solib-dsbt.c (enable_break): Declare.
6964 (dsbt_current_sos): Remove call to enable_break2.
6965 (enable_break2): Rename to enable_break. Set solib breakpoint
6966 on '_dl_debug_state'.
6967 (enable_break): Remove.
6968
6969 2013-05-07 Luis Machado <lgustavo@codesourcery.com>
6970
6971 * ppc-linux-nat.c (ppc_linux_new_thread): Clear the new thread's
6972 debug state prior to replicating existing hardware watchpoints or
6973 breakpoints.
6974
6975 2013-05-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6976
6977 * gcore.c (gcore_create_callback): Ignore sections with
6978 separate_debug_objfile_backlink != NULL.
6979
6980 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
6981 Andrew Jenner <andrew@codesourcery.com>
6982 Chung-Lin Tang <cltang@codesourcery.com>
6983 Julian Brown <julian@codesourcery.com>
6984
6985 Based on the nios2-elf port from Altera Corporation.
6986
6987 * Makefile.in (ALL_TARGET_OBS): Add nios2-tdep.o and
6988 nios2-linux-tdep.o.
6989 (HFILES_NO_SRCDIR): Add nios2-tdep.h.
6990 (ALLDEPFILES): Add nios2-tdep.c and nios2-linux-tdep.c.
6991 * configure.tgt: Add nios2*-*-linux* and nios2*-*-* targets.
6992 * nios2-tdep.h: New.
6993 * nios2-tdep.c: New.
6994 * nios2-linux-tdep.c: New.
6995 * features/Makefile (WHICH): Add nios2-linux.
6996 (nios2-linux-expedite): Set.
6997 * features/nios2-cpu.xml: New.
6998 * features/nios2.xml: New.
6999 * features/nios2-linux.xml: New.
7000 * features/nios2.c: New (autogenerated).
7001 * features/nios2-linux.c: New (autogenerated).
7002 * regformats/nios2-linux.dat: New (autogenerated).
7003 * NEWS (Changes since GDB 7.6): Add new Nios II targets
7004 and commands.
7005
7006 2013-05-06 Doug Evans <dje@google.com>
7007
7008 * symfile.c: Whitespace cleanup.
7009
7010 * solist.h (struct target_so_ops): New member clear_so.
7011 * solib-svr4.c (svr4_clear_so): New function.
7012 (_initialize_svr4_solib): Set svr4_so_ops.clear_so.
7013 * solib.c (clear_so): Renamed from free_so_symbols.
7014 All callers updated. Call target clear_so if it exists.
7015
7016 2013-05-06 Tom Tromey <tromey@redhat.com>
7017
7018 * ada-lang.c (ada_value_primitive_packed_val): Don't
7019 call value_incref.
7020 * value.c (set_value_parent): Incref the new parent and decref
7021 the old parent.
7022 (value_copy, value_primitive_field): Use set_value_parent.
7023
7024 2013-05-06 Tom Tromey <tromey@redhat.com>
7025
7026 * dwarf2loc.c (invalid_synthetic_pointer): Move earlier.
7027 (indirect_pieced_value): Call dwarf2_fetch_constant_bytes
7028 if needed.
7029 * dwarf2loc.h (dwarf2_fetch_constant_bytes): Declare.
7030 * dwarf2read.c (write_constant_as_bytes)
7031 (dwarf2_fetch_constant_bytes): New functions.
7032
7033 2013-05-06 Tom Tromey <tromey@redhat.com>
7034
7035 * dwarf2read.c (dwarf2_const_value_data): Remove unused
7036 parameters.
7037 (dwarf2_const_value_attr): Update.
7038
7039 2013-05-06 Tom Tromey <tromey@redhat.com>
7040
7041 * somread.c (som_symfile_offsets): Add 'const' to addrs.
7042 * machoread.c (macho_symfile_offsets): Add 'const' to addrs.
7043 * xcoffread.c (xcoff_symfile_offsets): Add 'const' to addrs.
7044 Remove declaration.
7045
7046 2013-05-06 Tom Tromey <tromey@redhat.com>
7047
7048 * dwarf2read.c (dwarf2_const_value_attr): Use 'obstack', not
7049 objfile's obstack.
7050
7051 2013-05-06 Doug Evans <dje@google.com>
7052
7053 * dbxread.c (process_one_symbol): Constify section_offsets parameter.
7054 * stabsread.h (process_one_symbol): Update declaration.
7055 * dwarf2read.c (dw2_relocate): Constify new_offsets, delta parameters.
7056 * elfread.c (elf_symfile_relocate_probe): Ditto.
7057 * psymtab.c (relocate_psymtabs): Ditto.
7058 * objfiles.c (objfile_relocate1): Constify new_offsets parameter.
7059 (objfile_relocate): Ditto.
7060 * objfiles.h (objfile_relocate): Update declaration.
7061 * symfile.c (relative_addr_info_to_section_offsets): Constify
7062 addrs parameter.
7063 (default_symfile_offsets): Ditto.
7064 (syms_from_objfile_1): Constify offsets parameter.
7065 (syms_from_objfile): Ditto.
7066 (symbol_file_add_with_addrs_or_offsets): Ditto.
7067 (symfile_map_offsets_to_segments): Constify data parameter.
7068 * symfile.h (struct quick_symbol_functions): Constify new_offsets,
7069 delta parameters of member relocate.
7070 (struct sym_probe_fns): Constify new_offsets,
7071 delta parameters of member sym_relocate_probe.
7072 (struct sym_fns): Constify section_addr_info parameter of member
7073 sym_offsets.
7074 (relative_addr_info_to_section_offsets): Update declaration.
7075 (default_symfile_offsets): Ditto.
7076 (syms_from_objfile): Ditto.
7077 (symfile_map_offsets_to_segments): Ditto.
7078
7079 * symfile.c (syms_from_objfile_1): Use correct section count when
7080 objfile->sf == NULL.
7081
7082 2013-05-06 Mike Frysinger <vapier@gentoo.org>
7083
7084 * common/linux-btrace.c (intel_supports_btrace): Fix indentation.
7085
7086 2013-05-06 Doug Evans <dje@google.com>
7087
7088 * psympriv.h (struct partial_symtab): Augment comment for member
7089 section_offsets.
7090
7091 2013-05-06 Joel Brobecker <brobecker@adacore.com>
7092
7093 Reimplement shared library support on ppc-aix...
7094 * target.h (TARGET_OBJECT_AIX_LIBRARIES): New target_object enum.
7095 * features/library-list-aix.dtd: New file.
7096 * solib-aix.h, solib-aix.c: New file.
7097 * rs6000-aix-tdep.c: #include "solib.h" and "solib-aix.h".
7098 (rs6000_find_toc_address_hook): Delete.
7099 (rs6000_push_dummy_call): Rewrite code setting the TOC value.
7100 (rs6000_aix_init_osabi): Register solib_aix_so_ops.
7101 * rs6000-nat.c: Remove "xcoffsolib.h" include. Include
7102 "xml-utils.h".
7103 (map_vmap, vmap_exec, vmap_ldinfo, add_vmap, objfile_symbol_add)
7104 (vmap_symtab, fixup_breakpoints): Delete.
7105 (rs6000_xfer_shared_libraries): New function.
7106 (rs6000_xfer_partial): Add TARGET_OBJECT_AIX_LIBRARIES handling.
7107 (vmap_secs, bss_data_overlap, vmap_add_symbols): Delete.
7108 (xcoff_relocate_symtab, xcoff_relocate_core): Delete.
7109 (rs6000_ptrace_ldinfo, rs6000_core_ldinfo)
7110 (rs6000_xfer_shared_library): New function.
7111 (find_toc_address): Delete.
7112 (_initialize_rs6000_nat): Do not set rs6000_find_toc_address_hook.
7113 * rs6000-tdep.h (rs6000_find_toc_address_hook): Remove.
7114 * xcoffread.c (record_minimal_symbol): Reloate symbol address
7115 before creating minimal symbol. Adjust function description
7116 accordingly.
7117 (scan_xcoff_symtab): Replace call to
7118 prim_record_minimal_symbol_and_info by call to
7119 record_minimal_symbol.
7120 (xcoff_symfile_offsets): Reimplement mostly as a wrapper
7121 around default_symfile_offsets.
7122 * configure.tgt: Add solib-aix.o to gdb_target_obs for
7123 powerpc-aix targets.
7124 * config/rs6000/nm-rs6000.h: Delete.
7125 * config/powerpc/aix.mh (NAT_FILE): Delete.
7126 (NATDEPFILES): Remove xcoffsolib.o.
7127 * Makefile.in (XMLFILES): Add library-list-aix.dtd.
7128 (ALL_TARGET_OBS): Add solib-aix.o.
7129 (HFILES_NO_SRCDIR): Remove xcoffsolib.h and
7130 config/rs6000/nm-rs6000.h. Add solib-aix.h.
7131 (ALLDEPFILES): Add solib-aix.c. Remove xcoffsolib.c.
7132 * xcoffsolib.h, xcoffsolib.c: Delete.
7133
7134 * solib.c (reload_shared_libraries): Remove reference to
7135 SOLIB_CREATE_INFERIOR_HOOK.
7136 * breakpoint.c (handle_solib_event): Remove reference to SOLIB_ADD.
7137 (disable_breakpoints_in_shlibs): Remove reference to PC_SOLIB.
7138 (momentary_bkpt_re_set): Replace SOLIB_ADD by solib_add in
7139 comment.
7140 * corelow.c (deprecated_core_resize_section_table): Delete.
7141 * exec.c: Remove include of xcoffsolib.h".
7142 (map_vmap, vmap): Delete.
7143 (exec_close_1): Remove references to vmap.
7144 (exec_file_attach): Remove vmap handling code, and reference
7145 to DEPRECATED_IBM6000_TARGET.
7146 (bfdsec_to_vmap): Delete.
7147 (exec_files_info): Remove block of code handling VMAP.
7148 * infcmd.c (post_create_inferior): Remove reference to
7149 SOLIB_CREATE_INFERIOR_HOOK and SOLIB_ADD.
7150 * infrun.c (follow_exec): Remove reference to
7151 SOLIB_CREATE_INFERIOR_HOOK.
7152 * stack.c (print_frame): Remove reference to PC_SOLIB.
7153 * solib-dsbt.c (dsbt_current_sos): Adjust comment.
7154 (dsbt_relocate_main_executable): Likewise.
7155 * solib-frv.c (frv_current_sos): Likewise.
7156
7157 2013-05-06 Joel Brobecker <brobecker@adacore.com>
7158
7159 * sol-thread.c (rw_common): Cast BUF to "gdb_byte *" in calls
7160 to target_write_memory and target_read_memory.
7161
7162 2013-05-06 Joel Brobecker <brobecker@adacore.com>
7163
7164 * darwin-nat.c (darwin_setup_fake_stop_event): New function.
7165 (darwin_attach): Adjust using darwin_setup_fake_stop_event.
7166
7167 2013-05-06 Joel Brobecker <brobecker@adacore.com>
7168
7169 * darwin-nat.c: Replace all "%x" instances in format strings
7170 into "0x%x" throughout.
7171
7172 2013-05-06 Joel Brobecker <brobecker@adacore.com>
7173
7174 * darwin-nat.c (darwin_mourn_inferior): Replace call to
7175 gdb_assert by call to MACH_CHECK_ERROR.
7176 (darwin_attach_pid): Raise an error rather than a failed
7177 assertion when various system calls failed. Report a warning
7178 instead of raising a failed assertion when PREV_NOT is not NULL
7179 after call to mach_port_request_notification.
7180 (darwin_ptrace_me): Raise an error rather than a failed
7181 assertion when read returns nonzero.
7182
7183 2013-05-06 Joel Brobecker <brobecker@adacore.com>
7184
7185 * amd64-darwin-tdep.c: Remove #include "gdb_assert.h".
7186
7187 2013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7188
7189 * cleanups.c (restore_my_cleanups): New gdb_assert for SENTINEL_CLEANUP.
7190
7191 2013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7192
7193 * event-top.c (display_gdb_prompt): Call missing do_cleanups.
7194 * infcmd.c (get_return_value) <!stop_regs>: Do not overwrite CLEANUP.
7195 * symfile.c (symfile_bfd_open): New variable back_to. Do not leave
7196 a stale cleanup. Fix double free of NAME.
7197
7198 2013-05-04 Eli Zaretskii <eliz@gnu.org>
7199
7200 * windows-nat.c (windows_delete_thread): Accept an additional
7201 argument, the thread's exit code, and announce thread death when
7202 print_thread_events is non-zero and we are deleting a thread that
7203 is not the main thread.
7204 (get_windows_debug_event): Pass thread exit code to
7205 windows_delete_thread.
7206
7207 2013-05-03 Kevin Buettner <kevinb@redhat.com>
7208
7209 * v850-tdep.c (elf-bfd.h, elf/v850.h): Include.
7210 (R_149_REGNUM, E_NUM_OF_V850E2_REGS, E_SELID_1_R0_REGNUM)
7211 (E_SELID_1_R31_REGNUM, E_SELID_2_R0_REGNUM, E_SELID_2_R31_REGNUM)
7212 (E_SELID_3_R0_REGNUM, E_SELID_3_R31_REGNUM, E_SELID_4_R0_REGNUM)
7213 (E_SELID_4_R31_REGNUM, E_SELID_5_R0_REGNUM, E_SELID_5_R31_REGNUM)
7214 (E_SELID_6_R0_REGNUM, E_SELID_6_R31_REGNUM, E_SELID_7_R0_REGNUM, E_SELID_7_R31_REGNUM)
7215 (E_VR0_REGNUM, E_VR31_REGNUM, E_NUM_OF_V850E3V5_REGS): Define.
7216 (v850_abi, V850_ABI_GCC, V850_ABI_RH850): New enum and constants.
7217 (gdbarch_tdep): New struct.
7218 (v850e2_register_name): Use E_NUM_OF_V850E2_REGS instead of
7219 E_NUM_REGS.
7220 (v850e3v5_register_name): New function.
7221 (v850_register_type): v850e3v5 vector registers are 64-bits wide.
7222 (v850_use_struct_convention): Add `gdbarch' parameter. Add new
7223 code handling the struct return conventions for the RH850 ABI.
7224 Update all callers.
7225 (v850_eight_byte_align_p): New function.
7226 (v850_push_call_dummy): Push structs by value, not by reference
7227 for the RH850 ABI. Add support for eight byte alignment.
7228 (v850_dbtrap_breakpoint_from_pc): New function.
7229 (v850_gdbarch_init): Add ABI detection code. Register
7230 v850e3v5_register_name for the v850e3v5 architecture. Set the
7231 number of registers for v850e3v5. Register
7232 v850_dbtrap_breakpoint_from_pc as appropriate.
7233 (_initialize_gdbarch_init): Registration bfd_arch_v850_rh850.
7234
7235 2013-05-03 Doug Evans <dje@google.com>
7236
7237 * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections instead
7238 of bfd_count_sections.
7239 * solib-target.c (solib_target_relocate_section_addresses): Ditto.
7240 * symfile.c (default_symfile_offsets): Ditto.
7241 (syms_from_objfile_1): Ditto. Make dummy addrs list an array of
7242 one entry, not bfd_count_sections entries.
7243
7244 2013-05-03 Kevin Buettner <kevinb@redhat.com>
7245
7246 * rl78-tdep.c (rl78_register_reggroup_p): Include SP in the
7247 `save' and `restore' register groups. Don't include SPL
7248 or SPH in these groups.
7249 (rl78_dwarf_reg_to_regnum): Adjust mapping for
7250 RL78_PC_REGNUM. Add mappings for RL78_PSW_REGNUM,
7251 RL78_ES_REGNUM, and RL78_CS_REGNUM.
7252 (rl78_gdbarch_init): Set `dwarf2_addr_size' to 4. Invoke
7253 dwarf2_append_unwinders().
7254
7255 2013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7256
7257 * break-catch-sig.c (signal_catchpoint_breakpoint_hit): Do not
7258 ignore SIGINT and SIGTRAP in case these internal signals are
7259 caught explicitely.
7260
7261 2013-05-01 Joel Brobecker <brobecker@adacore.com>
7262
7263 * darwin-nat.c (darwin_read_write_inferior): Change types
7264 of parameters rdaddr and wraddr to "gdb_byte *". Change type
7265 of copy_count to "mach_msg_type_number_t".
7266 (darwin_read_dyld_info): Change type of parameter
7267 rdaddr to "gdb_byte *".
7268
7269 2013-05-01 Joel Brobecker <brobecker@adacore.com>
7270
7271 * solib-ia64-hpux.c (ia64_hpux_read_dynamic_info): Change cast
7272 of &info->load_map from "char *" to "gdb_byte *".
7273
7274 2013-05-01 Joel Brobecker <brobecker@adacore.com>
7275
7276 * ia64-tdep.c (ia64_access_fpreg): Change cast of val
7277 from "char *" to "gdb_byte *".
7278 (ia64_access_rse_fpreg, ia64_access_mem): Likewise.
7279
7280 2013-04-30 Doug Evans <dje@google.com>
7281
7282 * dwarf2read.c (lookup_dwo_unit): Return NULL if DWO not found.
7283 (init_cutu_and_read_dies): Flag a complaint, not error, for bad
7284 DWO stub. If DWO isn't found, just use stub.
7285 (lookup_dwo_cutu): Don't try DWO if there's a DWP file.
7286
7287 * dwarf2read.c (dw2_find_symbol_file): Initialize filename before
7288 calling init_cutu_and_read_dies.
7289
7290 2013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
7291
7292 * target-descriptions.c (maint_print_c_tdesc_cmd):
7293 Add case to parse structures as register types and
7294 bitfields.
7295
7296 2013-04-30 Walfred Tedeschi <walfred.tedeschi@intel.com>
7297
7298 * MAINTAINERS (Write After Approval): Add myself to the list.
7299
7300 2013-04-30 Joel Brobecker <brobecker@adacore.com>
7301
7302 * sol-thread.c (rw_common): Change type of parameter "buf"
7303 to "gdb_byte *".
7304 (ps_pdwrite, ps_ptwrite): Cast parameter "buf" in call to
7305 rw_common to "gdb_byte *" instead of "char *".
7306
7307 2013-04-30 Joel Brobecker <brobecker@adacore.com>
7308
7309 * sol-thread.c (info_cb) [ti.ti_startfunc != 0]: Change type
7310 of local variable msym to const struct bound_minimal_symbol.
7311 Adjust use accordingly.
7312 [ti.ti_state == TD_THR_SLEEP]: Likewise.
7313
7314 2013-04-30 Samuel Thibault <samuel.thibault@gnu.org>
7315
7316 * i386gnu-nat.c (CREG_OFFSET): New macro.
7317 (creg_offset): New array.
7318 (CREG_ADDR): Use creg_offset instead of reg_offset.
7319
7320 2013-04-30 Joel Brobecker <brobecker@adacore.com>
7321
7322 * mep-tdep.c (mep_write_pc): Delete.
7323 (mep_gdbarch_init): Remove call to set_gdbarch_write_pc.
7324 Add call to set_gdbarch_pc_regnum.
7325
7326 2013-04-30 Joel Brobecker <brobecker@adacore.com>
7327
7328 * common/filestuff.c: Replace #include <dirent.h> by
7329 #include "gdb_dirent.h".
7330
7331 2013-04-30 Joel Brobecker <brobecker@adacore.com>
7332
7333 * common/filestuff.c: Replace #include <sys/stat.h> by
7334 #include "gdb_stat.h".
7335
7336 2013-04-29 Pierre Muller <muller@sourceware.org>
7337
7338 * dwarf2read.c (handle_DW_AT_stmt_list): Avoid ARI warning for
7339 editCase function rule.
7340 (get_DW_AT_signature_type): Likewise.
7341
7342 2013-04-29 Joel Brobecker <brobecker@adacore.com>
7343
7344 * m32r-tdep.c (m32r_write_pc): Delete.
7345 (m32r_gdbarch_init): Remove call to set_gdbarch_write_pc.
7346 Add call to set_gdbarch_pc_regnum.
7347
7348 2013-04-29 Pierre Muller <muller@sourceware.org>
7349
7350 * ./contrib/ari/gdb_ari.sh (editCase rule): Fix spelling error.
7351
7352 2013-04-29 Joel Brobecker <brobecker@adacore.com>
7353
7354 * dwarf2read.c (get_DW_AT_signature_type): Add ARI marker.
7355
7356 2013-04-28 Yao Qi <yao@codesourcery.com>
7357
7358 * solib-dsbt.c (fetch_loadmap): Re-indent.
7359 (displacement_from_map, enable_break2): Likewise.
7360 (dsbt_relocate_section_addresses): Likewise.
7361
7362 2013-04-26 Joel Brobecker <brobecker@adacore.com>
7363
7364 GDB 7.6 released.
7365
7366 2013-04-25 Andreas Kaufmann <Andreas.Kaufmann@synopsys.com>
7367
7368 PR corefiles/14983:
7369 * dwarf2read.c (process_full_comp_unit): Always create a static
7370 block.
7371
7372 2013-04-25 Hui Zhu <hui@codesourcery.com>
7373
7374 * breakpoint.c (build_target_command_list): Change loc->cond_bytecode
7375 to loc->cmd_bytecode.
7376
7377 2013-04-24 Doug Evans <dje@google.com>
7378
7379 * dwarf2read.c (setup_type_unit_groups): Fix comment.
7380
7381 2013-04-22 Keith Seitz <keiths@redhat.com>
7382
7383 * tracepoint.c (trace_save): Call the writer's start method.
7384
7385 2013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
7386
7387 PR gdb/10462
7388 * cli/cli-decode.c (lookup_command): Show an error if there is no space
7389 before argument.
7390
7391 2013-04-23 Tom Tromey <tromey@redhat.com>
7392
7393 * common/filestuff.c: Check USE_WIN32API before including
7394 sys/socket.h.
7395 (HAVE_F_GETFD): New define.
7396 (mark_cloexec): Check HAVE_F_GETFD.
7397 (gdb_open_cloexec): Change 'mode' to unsigned long.
7398 (gdb_socketpair_cloexec): Check HAVE_SOCKETPAIR.
7399 (gdb_pipe_cloexec): Check HAVE_PIPE.
7400 * common/filestuff.h (gdb_open_cloexec): Change 'mode' to unsigned
7401 long.
7402
7403 2013-04-23 Hui Zhu <hui@codesourcery.com>
7404
7405 PR gdb/15293
7406 * breakpoint.c (bpstat_what): Add BPSTAT_WHAT_SINGLE to bp_dprintf.
7407
7408 2013-04-23 Hui Zhu <hui@codesourcery.com>
7409
7410 PR gdb/15165
7411 * breakpoint.c (dprintf_print_recreate): New.
7412 (save_breakpoints): Let it not save dprintf commands.
7413 (initialize_breakpoint_ops): Set dprintf_print_recreate.
7414
7415 2013-04-22 Tom Tromey <tromey@redhat.com>
7416
7417 PR gdb/7912:
7418 * Makefile.in (SFILES): Add filestuff.c
7419 (COMMON_OBS): Add filestuff.o.
7420 (filestuff.o): New target.
7421 * auto-load.c (auto_load_objfile_script_1): Use
7422 gdb_fopen_cloexec.
7423 * auxv.c (procfs_xfer_auxv): Use gdb_open_cloexec.
7424 * cli/cli-cmds.c (shell_escape): Call close_most_fds.
7425 * cli/cli-dump.c (fopen_with_cleanup): Use gdb_fopen_cloexec.
7426 * common/agent.c (gdb_connect_sync_socket): Use
7427 gdb_socket_cloexec.
7428 * common/filestuff.c: New file.
7429 * common/filestuff.h: New file.
7430 * common/linux-osdata.c (linux_common_core_of_thread)
7431 (command_from_pid, commandline_from_pid, print_source_lines)
7432 (linux_xfer_osdata_shm, linux_xfer_osdata_sem)
7433 (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Use
7434 gdb_fopen_cloexec.
7435 * common/linux-procfs.c (linux_proc_get_int)
7436 (linux_proc_pid_has_state): Use gdb_fopen_cloexec.
7437 * config.in, configure: Rebuild.
7438 * configure.ac: Don't check for sys/socket.h. Check for
7439 fdwalk, pipe2.
7440 * corelow.c (core_open): Use gdb_open_cloexec.
7441 * dwarf2read.c (write_psymtabs_to_index): Use gdb_fopen_cloexec.
7442 * fork-child.c (fork_inferior): Call close_most_fds.
7443 * gdb_bfd.c (gdb_bfd_open): Use gdb_open_cloexec.
7444 * inf-child.c (inf_child_fileio_readlink): Use gdb_open_cloexec.
7445 * linux-nat.c (linux_nat_thread_name, linux_proc_pending_signals):
7446 Use gdb_fopen_cloexec.
7447 (linux_proc_xfer_partial, linux_proc_xfer_spu): Use
7448 gdb_open_cloexec.
7449 (linux_async_pipe): Use gdb_pipe_cloexec.
7450 * remote-fileio.c (remote_fileio_func_open): Use
7451 gdb_open_cloexec.
7452 * remote.c (remote_file_put, remote_file_get): Use
7453 gdb_fopen_cloexec.
7454 * ser-pipe.c (pipe_open): Use gdb_socketpair_cloexec,
7455 close_most_fds.
7456 * ser-tcp.c (net_open): Use gdb_socket_cloexec.
7457 * ser-unix.c (hardwire_open): Use gdb_open_cloexec.
7458 * solib.c (solib_find): Use gdb_open_cloexec.
7459 * source.c (openp, find_and_open_source): Use gdb_open_cloexec.
7460 * tracepoint.c (tfile_start): Use gdb_fopen_cloexec.
7461 (tfile_open): Use gdb_open_cloexec.
7462 * tui/tui-io.c (tui_initialize_io): Use gdb_pipe_cloexec.
7463 * ui-file.c (gdb_fopen): Use gdb_fopen_cloexec.
7464 * xml-support.c (xml_fetch_content_from_file): Use
7465 gdb_fopen_cloexec.
7466 * main.c (captured_main): Call notice_open_fds.
7467
7468 2013-04-22 Edjunior Machado <emachado@linux.vnet.ibm.com>
7469
7470 * remote-sim.c (dump_mem): Change the type of 'buf' parameter from
7471 'char *' to 'gdb_byte *'.
7472 (gdbsim_store_register): Change the type of 'tmp' from 'char' to
7473 'gdb_byte'.
7474
7475 2013-04-22 Yao Qi <yao@codesourcery.com>
7476
7477 * infrun.c: Fix typo in comment.
7478
7479 2013-04-22 Andrew Haley <aph@redhat.com>
7480
7481 * arm-tdep.c (BranchDest): Cast result as "unsigned long",
7482 instead of "long".
7483
7484 2013-04-20 Yao Qi <yao@codesourcery.com>
7485
7486 * ctf.c (ctf_fetch_registers): Change the type of 'regs' from
7487 'char *' to 'gdb_byte *'. Cast the return value of
7488 'bt_ctf_get_char_array' to 'gdb_byte *'.
7489
7490 2013-04-19 Pedro Alves <palves@redhat.com>
7491
7492 * configure.ac (build_warnings): Replace -Wno-pointer-sign with
7493 -Wpointer-sign.
7494 * configure: Regenerate.
7495
7496 2013-04-19 Pedro Alves <palves@redhat.com>
7497
7498 * ser-tcp.c (net_read_prim): Cast second argument to recv to
7499 'void *'.
7500
7501 2013-04-19 Pedro Alves <palves@redhat.com>
7502
7503 * monitor.c (monitor_write_memory, monitor_write_memory_bytes):
7504 Change type of 'myaddr' parameter to gdb_byte pointer.
7505 (monitor_write_memory_longlongs): Likewise. Cast 'myaddr' pointer
7506 to 'long long' pointer instead of to 'unsigned long long'.
7507 (monitor_write_memory_block, monitor_read_memory_single)
7508 (monitor_read_memory): Change type of 'myaddr' parameter to
7509 gdb_byte pointer.
7510
7511 2013-04-19 Pedro Alves <palves@redhat.com>
7512
7513 * record.c (validate_history_size): Make parameter 'setting'
7514 unsigned.
7515
7516 2013-04-19 Pedro Alves <palves@redhat.com>
7517
7518 * ctf.c (ctf_write_uploaded_tsv, ctf_write_uploaded_tp): Add casts
7519 to 'gdb_byte *'.
7520
7521 2013-04-19 Pedro Alves <palves@redhat.com>
7522
7523 * cp-valprint.c (cp_print_class_member): Change type of 'fieldno'
7524 local to int.
7525
7526 2013-04-19 Pedro Alves <palves@redhat.com>
7527
7528 * ada-lang.c (print_it_exception): Add cast to gdb_byte *.
7529 * ada-tasks.c (read_fat_string_value): Likewise.
7530
7531 2013-04-19 Pedro Alves <palves@redhat.com>
7532
7533 * dwarf2-frame.c (execute_cfa_program): Make 'bytes_read' local
7534 unsigned. Pass 'tmp' to safe_read_uleb128 instead of the signed
7535 'offset', and adjust.
7536
7537 2013-04-19 Pedro Alves <palves@redhat.com>
7538
7539 * dwarf2read.c (dwarf2_get_dwz_file): Add cast to const char *.
7540 (read_index_from_section): Add cast to 'char *'.
7541
7542 2013-04-19 Pedro Alves <palves@redhat.com>
7543
7544 * xcoffread.c (xcoff_initial_scan): Add cast to 'char *'.
7545
7546 2013-04-19 Pedro Alves <palves@redhat.com>
7547
7548 * coff-pe-read.c (read_pe_exported_syms): Handle strings as char.
7549
7550 2013-04-19 Pedro Alves <palves@redhat.com>
7551
7552 * record-full.c (record_full_get_bookmark): Change local 'ret'
7553 type to char * and add cast to gdb_byte *.
7554 (record_full_goto_bookmark): Handle 'bookmark' argument as a
7555 string.
7556 * reverse.c (goto_bookmark_command): Add casts to gdb_byte *.
7557
7558 2013-04-19 Pedro Alves <palves@redhat.com>
7559
7560 * python/py-inferior.c (infpy_write_memory): Add cast to gdb_byte
7561 * python/py-prettyprint.c (print_string_repr): Change type of
7562 'output' local to char *. Add cast to gdb_byte * in
7563 LA_PRINT_STRING call.
7564 (print_children): Change type of 'output' local to char *.
7565 * python/py-value.c (valpy_string): Add cast to const char * in
7566 PyUnicode_Decode call.
7567
7568 2013-04-19 Pedro Alves <palves@redhat.com>
7569
7570 * remote-mips.c (mips_cksum): Rename 'data' parameter to 'datastr'
7571 and change its type to 'const char *'. Adjust.
7572 (mips_send_packet): Add cast to 'char *', and remove cast to
7573 'unsigned char *'.
7574 (mips_receive_packet): Remove cast to 'unsigned char *'.
7575 (mips_load_srec): Use bfd_byte.
7576 (pmon_makeb64, pmon_zeroset): Make 'chksum' parameter unsigned.
7577 (pmon_checkset): Make 'value' parameter unsigned.
7578
7579 2013-04-19 Pedro Alves <palves@redhat.com>
7580
7581 * common/agent.c (agent_run_command): Add cast to gdb_byte *.
7582
7583 2013-04-19 Pedro Alves <palves@redhat.com>
7584
7585 * remote.c (remote_write_bytes_aux, compare_sections_command)
7586 (remote_read_qxfer)
7587 (remote_search_memory, remote_hostio_pwrite, remote_hostio_pread)
7588 (remote_hostio_readlink, remote_bfd_iovec_pread)
7589 (remote_set_trace_notes): Use gdb_byte when RSP buffer is used as
7590 binary buffer, and char when buffer is used as string.
7591 * tracepoint.c (encode_source_string, tfile_write_uploaded_tp)
7592 (trace_save, tfile_open, traceframe_walk_blocks)
7593 (tfile_fetch_registers): Likewise.
7594
7595 2013-04-19 Pedro Alves <palves@redhat.com>
7596
7597 * ser-base.c (ser_base_write): Change prototype -- take 'void *'
7598 buffer and size_t size. Adjust.
7599 * ser-base.h (ser_base_write): Adjust.
7600 * ser-go32.c (cnts): Change type to size_t.
7601 (dos_write): Change prototype -- take 'void *'
7602 buffer and size_t size. Adjust.
7603 (dos_info): Print elements of 'cnts' as unsigned long.
7604 * serial.c (serial_write): Likewise.
7605 * serial.h (serial_write): Adjust.
7606 (struct serial_ops) <write>: Change prototype -- take 'void *'
7607 buffer and size_t size. Adjust.
7608
7609 2013-04-19 Pedro Alves <palves@redhat.com>
7610
7611 * c-lang.c (evaluate_subexp_c): Cast result of obstack_base to
7612 gdb_byte *.
7613 * linux-tdep.c (linux_make_mappings_corefile_notes): Likewise.
7614
7615 2013-04-19 Pedro Alves <palves@redhat.com>
7616
7617 * alpha-tdep.c (alpha_extract_return_value): Use
7618 regcache_cooked_read_unsigned to read 'v0'.
7619
7620 2013-04-19 Pedro Alves <palves@redhat.com>
7621
7622 * xtensa-tdep.c (execute_l32e, execute_s32e): Change type of
7623 parameters 'at', 'as' and 'offset' to uint32_t.
7624
7625 2013-04-19 Pedro Alves <palves@redhat.com>
7626
7627 * aarch64-tdep.c (aarch64_analyze_prologue): Change type of local
7628 'is64' to signed 'int'.
7629
7630 2013-04-19 Pedro Alves <palves@redhat.com>
7631
7632 * s390-tdep.c (is_rs, is_rsy, is_rx, is_rxy): Change type of 'd2'
7633 parameter to int *.
7634
7635 2013-04-19 Pedro Alves <palves@redhat.com>
7636
7637 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Change local
7638 'insnbuf' buffer type to unsigned int[].
7639
7640 2013-04-19 Pedro Alves <palves@redhat.com>
7641
7642 * mips-tdep.c (mips_read_pc): Change local 'pc' type to LONGEST.
7643
7644 2013-04-19 Pedro Alves <palves@redhat.com>
7645
7646 * mep-tdep.c (mep_get_insn): Change 'insn' parameter type to
7647 unsigned long *.
7648
7649 2013-04-19 Pedro Alves <palves@redhat.com>
7650
7651 * alpha-tdep.c (heuristic_fence_post): Change type to int.
7652 (alpha_heuristic_proc_start): Adjust to check -1 instead of
7653 UINT_MAX.
7654 * mips-tdep.c (heuristic_fence_post): Change type to int.
7655 (heuristic_proc_start): Adjust to check -1 instead of UINT_MAX.
7656
7657 2013-04-19 Pedro Alves <palves@redhat.com>
7658
7659 * cris-tdep.c (usr_cmd_cris_version): Make unsigned.
7660 (struct gdbarch_tdep) <cris_version>: Make unsigned.
7661 (cris_spec_reg_applicable, cris_gdbarch_init): Adjust locals.
7662
7663 2013-04-19 Pedro Alves <palves@redhat.com>
7664
7665 * avr-tdep.c (avr_io_reg_read_command): New local 'bufstr'. Use
7666 it to get a string view of the byte buffer.
7667 * i386-cygwin-tdep.c (core_process_module_section): Change local 'buf'
7668 type to gdb_byte *. Adjust.
7669 * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full):
7670 Change local to char *.
7671 * solib-darwin.c (find_program_interpreter): Change return type to
7672 char *. Adjust.
7673 (darwin_solib_get_all_image_info_addr_at_init): Adjust.
7674 * solib-dsbt.c (enable_break2): Change local 'buf' to char *.
7675 * solib-frv.c (enable_break2): Change local 'buf' to char *.
7676 * solib-spu.c (spu_current_sos): Add gdb_byte * cast.
7677 * solib-svr4.c (find_program_interpreter): Change return type to
7678 char *. Adjust.
7679 (enable_break): Change local 'interp_name' to char *.
7680 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
7681 * spu-tdep.c (spu_pseudo_register_read_spu): Add cast to 'char *'.
7682 (spu_pseudo_register_write_spu): Use char for string buffer.
7683 Adjust.
7684 (info_spu_event_command, info_spu_signal_command): Add casts to
7685 'char *'.
7686
7687 2013-04-19 Pedro Alves <palves@redhat.com>
7688
7689 * aarch64-tdep.c (aarch64_default_breakpoint): Change type to
7690 gdb_byte[].
7691 (aarch64_breakpoint_from_pc): Change return type to gdb_byte *.
7692 * ada-lang.c (ada_value_assign): Use gdb_byte.
7693 * alphanbsd-tdep.c (sigtramp_retcode): Change type to gdb_byte[].
7694 (alphanbsd_sigtramp_offset): Use gdb_byte.
7695 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint)
7696 (arm_linux_arm_be_breakpoint, eabi_linux_arm_le_breakpoint)
7697 (eabi_linux_arm_be_breakpoint, arm_linux_thumb_be_breakpoint)
7698 (arm_linux_thumb_le_breakpoint, arm_linux_thumb2_be_breakpoint)
7699 (arm_linux_thumb2_le_breakpoint): Change type to gdb_byte[].
7700 * arm-tdep.c (arm_stub_unwind_sniffer)
7701 (arm_displaced_init_closure): Use gdb_byte.
7702 (arm_default_arm_le_breakpoint, arm_default_arm_be_breakpoint)
7703 (arm_default_thumb_le_breakpoint)
7704 (arm_default_thumb_be_breakpoint): Change type to gdb_byte[].
7705 * arm-tdep.h (struct gdbarch_tdep) <arm_breakpoint,
7706 thumb_breakpoint, thumb2_breakpoint>: Change type to gdb_byte *.
7707 * arm-wince-tdep.c (arm_wince_le_breakpoint)
7708 (arm_wince_thumb_le_breakpoint): Change type to gdb_byte[].
7709 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint)
7710 (arm_nbsd_arm_be_breakpoint, arm_nbsd_thumb_le_breakpoint)
7711 (arm_nbsd_thumb_be_breakpoint): Change type to gdb_byte[].
7712 * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint)
7713 (arm_obsd_thumb_be_breakpoint): Change type to gdb_byte[].
7714 * cris-tdep.c (push_stack_item, cris_push_dummy_call)
7715 (cris_store_return_value, cris_extract_return_value): Use
7716 gdb_byte.
7717 (constraint): Change type of parameter to char * from signed
7718 char*. Use gdb_byte.
7719 * dwarf2loc.c (read_pieced_value, write_pieced_value): Change type
7720 of local buffer to gdb_byte *.
7721 * dwarf2read.c (read_index_from_section): Use gdb_byte.
7722 (create_dwp_hash_table): Change type of locals to gdb_byte *.
7723 (add_address_entry): Change type of local buffer to gdb_byte[].
7724 * frv-tdep.c (frv_adjust_breakpoint_address, find_func_descr)
7725 (frv_push_dummy_call): Use gdb_byte.
7726 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code)
7727 (hppa_hpux_supply_ss_fpblock, hppa_hpux_supply_ss_wide)
7728 (hppa_hpux_supply_save_state): Use gdb_byte.
7729 * hppa-tdep.c (hppa32_push_dummy_call)
7730 (hppa64_convert_code_addr_to_fptr): Use gdb_byte.
7731 * ia64-tdep.c (extract_bit_field, replace_bit_field)
7732 (slotN_contents, replace_slotN_contents): Change type of parameter
7733 to gdb_byte *.
7734 (fetch_instruction, ia64_pseudo_register_write)
7735 (ia64_register_to_value, ia64_value_to_register)
7736 (ia64_extract_return_value, ia64_store_return_value)
7737 (ia64_push_dummy_call): Use gdb_byte.
7738 * m32c-tdep.c (m32c_return_value): Remove cast.
7739 * m68hc11-tdep.c (m68hc11_pseudo_register_write)
7740 (m68hc11_push_dummy_call, m68hc11_store_return_value): Use
7741 gdb_byte.
7742 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Use gdb_byte.
7743 * mn10300-tdep.c (mn10300_store_return_value)
7744 (mn10300_breakpoint_from_pc, mn10300_push_dummy_call): Use
7745 gdb_byte.
7746 * moxie-tdep.c (moxie_process_readu): Use gdb_byte.
7747 (moxie_process_record): Remove casts.
7748 * ppc-ravenscar-thread.c (supply_register_at_address)
7749 (ppc_ravenscar_generic_store_registers): Use gdb_byte.
7750 * ravenscar-thread.c (get_running_thread_id): Use gdb_byte.
7751 * remote-m32r-sdi.c (m32r_fetch_register): Use gdb_byte.
7752 * remote-mips.c (mips_xfer_memory): Use gdb_byte.
7753 * remote.c (compare_sections_command): Use gdb_byte.
7754 * score-tdep.c (score7_free_memblock): Change type of parameter to
7755 gdb_byte *.
7756 * sh-tdep.c (sh_justify_value_in_reg): Change return type to
7757 gdb_byte *. Use gdb_byte.
7758 (sh_push_dummy_call_fpu): Use gdb_byte.
7759 (sh_extract_return_value_nofpu, sh_extract_return_value_fpu)
7760 (sh_store_return_value_nofpu, sh_store_return_value_fpu)
7761 (sh_register_convert_to_virtual, sh_register_convert_to_raw):
7762 Change parameter type to 'gdb_byte *'. Use gdb_byte.
7763 (sh_pseudo_register_read, sh_pseudo_register_write): Use gdb_byte.
7764 * sh64-tdep.c (sh64_push_dummy_call): Use gdb_byte.
7765 (sh64_store_return_value, sh64_register_convert_to_virtual):
7766 Change parameter type to 'gdb_byte *'. Use gdb_byte.
7767 (sh64_pseudo_register_write): Use gdb_byte.
7768 * solib-darwin.c (darwin_current_sos): Add casts to 'gdb_byte *'.
7769 * solib-irix.c (fetch_lm_info): Likewise. Use gdb_byte for byte
7770 buffer.
7771 (irix_current_sos): Use gdb_byte.
7772 * solib-som.c (som_current_sos): Use gdb_byte.
7773 * sparc-ravenscar-thread.c (supply_register_at_address)
7774 (sparc_ravenscar_generic_store_registers): Use gdb_byte.
7775 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
7776 * spu-tdep.c (spu_get_overlay_table): Use gdb_byte.
7777 * tic6x-tdep.c (tic6x_breakpoint_from_pc): Change return type to
7778 'gdb_byte *'.
7779 * tic6x-tdep.h (struct gdbarch_tdep) <breakpoint>: Change type to
7780 'gdb_byte *'.
7781 * tracepoint.c (tfile_fetch_registers): Use gdb_byte.
7782 * xstormy16-tdep.c (xstormy16_extract_return_value)
7783 (xstormy16_store_return_value): Change parameter type to
7784 'gdb_byte *'. Adjust.
7785 (xstormy16_push_dummy_call): Use gdb_byte.
7786 * xtensa-tdep.c (xtensa_scan_prologue, call0_ret)
7787 (call0_analyze_prologue, execute_code): Use gdb_byte.
7788
7789 2013-04-19 Vladimir Kargov <kargov@gmail.com>
7790 Pedro Alves <palves@redhat.com>
7791
7792 * i387-tdep.c (i387_print_float_info): Use gdb_byte for pointer to
7793 value contents.
7794
7795 2013-04-17 Doug Evans <dje@google.com>
7796
7797 * dwarf2read.c (struct signatured_type): New member type.
7798 (struct attribute): Replace member signatured_type with signature.
7799 (DW_SIGNATURE): Replaces DW_SIGNATURE_TYPE.
7800 (read_call_site_scope): Call follow_die_ref instead of
7801 follow_die_ref_or_sig.
7802 (read_structure_type): Rewrite handling of signatured types.
7803 (read_enumeration_type): Ditto.
7804 (read_attribute_value): Update.
7805 (build_error_marker_type): New function.
7806 (lookup_die_type): Add assert. Rewrite handling of signatured types.
7807 Don't call error for bad types, just build an error marker type.
7808 (dump_die_shallow): Update.
7809 (follow_die_sig_1): Renamed from follow_die_sig.
7810 Don't call error for bad types, instead return NULL.
7811 (follow_die_sig): New function.
7812 (get_signatured_type, get_DW_AT_signature_type): New functions.
7813
7814 2013-04-17 Yufeng Zhang <yufeng.zhang@arm.com>
7815
7816 * aarch64-tdep.c (aarch64_write_pc): Removed.
7817 (aarch64_gdbarch_init): Remove set_gdbarch_write_pc of the above
7818 function.
7819
7820 2013-04-17 Yao Qi <yao@codesourcery.com>
7821
7822 * top.c (print_gdb_configuration): Print configure-time
7823 parameter on using libbabeltrace or not.
7824
7825 2013-04-16 Pedro Alves <palves@redhat.com>
7826
7827 * copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.
7828
7829 2013-04-16 Pedro Alves <palves@redhat.com>
7830
7831 * common/glibc_thread_db.h: Update from upstream glibc
7832 (git 568035b7874a099087b77f7bba3e36a1173787b0).
7833
7834 2013-04-16 Pedro Alves <palves@redhat.com>
7835
7836 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: Factor out to ...
7837 * common/glibc_thread_db.h: ... this new file ...
7838 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: ... and include it.
7839
7840 2013-04-16 Will Newton <will.newton@gmail.com>
7841 Pedro Alves <palves@redhat.com>
7842
7843 PR build/11881
7844
7845 * common/gdb_thread_db.h (LIBTHREAD_DB_SO)
7846 (LIBTHREAD_DB_SEARCH_PATH): Move outside of #ifdef
7847 HAVE_THREAD_DB_H.
7848
7849 2013-04-16 Pedro Alves <palves@redhat.com>
7850 Eli Zaretskii <eliz@gnu.org>
7851
7852 * NEWS: Mention "set foo unlimited".
7853
7854 2013-04-15 Doug Evans <dje@google.com>
7855
7856 * dwarf2read.c (struct dwo_file): Replace member "cus" with "cu".
7857 (struct create_dwo_cu_data): Renamed from create_dwo_info_table_data.
7858 (create_dwo_cu_reader): Renamed from
7859 create_dwo_debug_info_hash_table_reader.
7860 (create_dwo_cu): Renamed from create_dwo_debug_info_hash_table.
7861 Remove support for multiple CUs in a DWO file.
7862 (open_and_init_dwo_file, lookup_dwo_cutu): Update.
7863
7864 * dwarf2read.c (create_debug_types_hash_table): Use hex_string
7865 instead of phex.
7866 (lookup_dwo_unit, create_dwo_debug_info_hash_table_reader): Ditto.
7867 (create_dwo_in_dwp): Ditto.
7868
7869 2013-04-15 Tom Tromey <tromey@redhat.com>
7870
7871 * NEWS: Move recent entries into "since 7.6" section.
7872
7873 2013-04-15 Tom Tromey <tromey@redhat.com>
7874
7875 PR c++/13588:
7876 * NEWS: Update.
7877 * break-catch-throw.c (struct exception_catchpoint)
7878 <exception_rx, pattern>: New fields.
7879 (fetch_probe_arguments, dtor_exception_catchpoint)
7880 (check_status_exception_catchpoint)
7881 (print_one_detail_exception_catchpoint): New functions.
7882 (handle_gnu_v3_exceptions): Add "except_rx" argument.
7883 Compile regular expression if needed.
7884 (extract_exception_regexp): New function.
7885 (catch_exception_command_1): Use extract_exception_regexp.
7886 (compute_exception): Use fetch_probe_arguments.
7887 (initialize_throw_catchpoint_ops): Set dtor, print_one_detail,
7888 and check_status fields.
7889 * cp-abi.c (cplus_typename_from_type_info): New function.
7890 * cp-abi.h (cplus_typename_from_type_info): Declare.
7891 (struct cp_abi_ops) <get_typename_from_type_info>: New field.
7892 * gdb_regex.h (compile_rx_or_error): Declare.
7893 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info): Update
7894 comment.
7895 (init_gnuv3_ops): Set get_type_from_type_info field.
7896 * probe.c (compile_rx_or_error): Move...
7897 * utils.c (compile_rx_or_error): ... here.
7898
7899 2013-04-15 Tom Tromey <tromey@redhat.com>
7900
7901 PR c++/15176:
7902 * NEWS: Update.
7903 * break-catch-throw.c (compute_exception): New function.
7904 (exception_funcs): New global.
7905 (_initialize_break_catch_throw): Create $_exception.
7906 * cp-abi.c (cplus_type_from_type_info): New function.
7907 * cp-abi.h (cplus_type_from_type_info): Declare.
7908 (struct cp_abi_ops) <get_type_from_type_info>: New field.
7909 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info)
7910 (gnuv3_get_type_from_type_info): New functions.
7911 (init_gnuv3_ops): Set get_type_from_type_info ABI field.
7912
7913 2013-04-15 Tom Tromey <tromey@redhat.com>
7914
7915 * break-catch-throw.c (struct exception_names): New.
7916 (exception_functions): Change type.
7917 (re_set_exception_catchpoint): Look for SDT probes.
7918
7919 2013-04-15 Tom Tromey <tromey@redhat.com>
7920
7921 PR c++/10119:
7922 * break-catch-throw.c (exception_functions): New global.
7923 (gnu_v3_exception_catchpoint_ops): Move earlier.
7924 (struct exception_catchpoint): New.
7925 (classify_exception_breakpoint): Rewrite.
7926 (re_set_exception_catchpoint): New function.
7927 (handle_gnu_v3_exceptions): Return void. Use init_catchpoint.
7928 Allocate a struct exception_catchpoint.
7929 (catch_exception_command_1): Update.
7930 (initialize_throw_catchpoint_ops): Set 're_set' method.
7931
7932 2013-04-15 Tom Tromey <tromey@redhat.com>
7933
7934 * Makefile.in (SFILES): Add break-catch-throw.c
7935 (COMMON_OBS): Add break-catch-throw.o.
7936 * break-catch-throw.c: New file.
7937 * breakpoint.c: Move exception-catching code to new file.
7938 (ep_parse_optional_if_clause): No longer static.
7939 * breakpoint.h (ep_parse_optional_if_clause): Declare.
7940
7941 2013-04-15 Tom Tromey <tromey@redhat.com>
7942
7943 PR c++/9065:
7944 * NEWS: Update.
7945 * breakpoint.c (watchpoint_exp_is_const): Add OP_TYPEID.
7946 * c-exp.y (TYPEID): New token.
7947 (exp): Add new TYPEID productions.
7948 (ident_tokens): Add "typeid".
7949 * cp-abi.c (cplus_typeid, cplus_typeid_type): New functions.
7950 * cp-abi.h (cplus_typeid, cplus_typeid_type): Declare.
7951 (struct cp_abi_ops) <get_typeid, get_typeid_type>: New fields.
7952 * eval.c (evaluate_subexp_standard) <OP_TYPEID>: New case.
7953 * expprint.c (dump_subexp_body_standard) <OP_TYPEID>: New
7954 case.
7955 * gnu-v3-abi.c (std_type_info_gdbarch_data): New global.
7956 (build_std_type_info_type, gnuv3_get_typeid_type)
7957 (gnuv3_get_typeid): New functions.
7958 (init_gnuv3_ops): Initialize std_type_info_gdbarch_data. Set
7959 new fields on ABI object.
7960 * parse.c (operator_length_standard) <OP_TYPEID>: New case.
7961 * std-operator.def (OP_TYPEID): New.
7962
7963 2013-04-15 Tom Tromey <tromey@redhat.com>
7964
7965 * elfread.c (elf_symtab_read): Install versioned symbol under
7966 unversioned name as well.
7967
7968 2013-04-15 Tom Tromey <tromey@redhat.com>
7969
7970 PR c++/11990:
7971 * c-lang.c (cplus_language_defn): Use gdb_demangle.
7972 * c-typeprint.c (c_type_print_base): Use gdb_demangle.
7973 * cp-support.c (mangled_name_to_comp): Use gdb_demangle.
7974 (gdb_demangle): New function.
7975 * cp-support.h (gdb_demangle): Declare.
7976 * dwarf2read.c (dwarf2_physname, fixup_partial_die)
7977 (dwarf2_name): Use gdb_demangle.
7978 * gdbtypes.c (check_stub_method): Use gdb_demangle.
7979 * gnu-v3-abi.c (gnuv3_rtti_type): Strip @plt and version
7980 suffixes from name.
7981 (gnuv3_print_method_ptr): Use gdb_demangle.
7982 * jv-lang.c (java_demangle): Use gdb_demangle.
7983 * jv-typeprint.c (java_type_print_base): Use gdb_demangle.
7984 * language.c (unk_lang_demangle): Use gdb_demangle.
7985 * symtab.c (symbol_find_demangled_name)
7986 (demangle_for_lookup): Use gdb_demangle.
7987
7988 2013-04-15 Tom Tromey <tromey@redhat.com>
7989
7990 PR c++/12824:
7991 * NEWS: Update.
7992 * breakpoint.c (enum exception_event_kind) <EX_EVENT_RETHROW>:
7993 New constant.
7994 (classify_exception_breakpoint): New function.
7995 (print_it_exception_catchpoint, print_one_exception_catchpoint)
7996 (print_mention_exception_catchpoint)
7997 (print_recreate_exception_catchpoint, handle_gnu_v3_exceptions)
7998 (catch_exception_command_1): Handle "rethrow" catchpoint.
7999 (catch_rethrow_command): New function.
8000 (_initialize_breakpoint): Add "catch rethrow" command.
8001
8002 2013-04-15 Pierre Muller <muller@sourceware.org>
8003
8004 * contrib/ari/gdb_ari.sh (write_pc rule): Do not consider
8005 set_gdbarch_write_pc as deprecated anymore.
8006
8007 2013-04-15 Joel Brobecker <brobecker@adacore.com>
8008
8009 * spu-tdep.c (spu_write_pc): Add empty line after local variable
8010 declarations.
8011
8012 2013-04-13 Yao Qi <yao@codesourcery.com>
8013
8014 * ctf.c (_initialize_ctf): Include "completer.h".
8015 Call add_target_with_completer instead of add_target.
8016
8017 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8018
8019 Fix GDB regression related to PR binutils/14813.
8020 * jit.c (mem_bfd_iovec_close): Return 0 for success.
8021 * minidebug.c (lzma_close): Add return value comment.
8022 * remote.c (remote_bfd_iovec_close): Return 0 for success.
8023 * solib-spu.c (spu_bfd_iovec_close): Likewise.
8024 * spu-linux-nat.c (spu_bfd_iovec_close): Likewise.
8025
8026 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8027
8028 * config.in: Regenerate.
8029
8030 2013-04-12 Tom Tromey <tromey@redhat.com>
8031
8032 * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: Now
8033 const.
8034 * dwarf2read.c (struct dwarf2_section_info) <buffer>: Now const.
8035 (struct die_reader_specs) <buffer>: Likewise.
8036 (die_reader_func_ftype): Make 'info_ptr' const.
8037 (struct line_header) <include_dirs, statement_program_start,
8038 statement_program_end>: Now const.
8039 (struct file_entry) <name>: Likewise.
8040 (struct partial_die_info) <sibling>: Likewise.
8041 (struct dwarf_block) <data>: Likewise.
8042 (dwarf2_read_section): Remove cast.
8043 (dwarf2_get_section_info): Make 'bufp' const.
8044 (read_index_from_section): Constify.
8045 (dw2_get_file_names_reader): Make 'info_ptr' const.
8046 (dw2_get_primary_filename_reader): Likewise.
8047 (read_comp_unit_head): Make 'info_ptr' and return type const.
8048 (read_and_check_comp_unit_head, read_and_check_type_unit_head):
8049 Likewise.
8050 (read_abbrev_offset): Constify.
8051 (dwarf2_create_include_psymtab): Make 'name' const.
8052 (create_debug_types_hash_table): Update.
8053 (read_cutu_die_from_dwo): Make 'result_info_ptr' const.
8054 (init_cutu_and_read_dies, init_cutu_and_read_dies_no_follow):
8055 Constify.
8056 (process_psymtab_comp_unit_reader, build_type_psymtabs_reader)
8057 (load_partial_comp_unit_reader): Make 'info_ptr' const.
8058 (read_comp_units_from_section): Constify.
8059 (peek_abbrev_code, peek_die_abbrev, skip_children, skip_one_die)
8060 (locate_pdi_sibling, load_full_comp_unit_reader): Make 'info_ptr'
8061 const.
8062 (dwarf2_compute_name, setup_type_unit_groups): Constify.
8063 (create_dwo_debug_info_hash_table): Make 'info_ptr' const.
8064 (create_dwp_hash_table, dwarf2_ranges_read)
8065 (dwarf2_record_block_ranges): Constify.
8066 (read_die_and_children, read_die_and_siblings_1)
8067 (read_die_and_siblings): Make 'info_ptr' and 'new_info_ptr'
8068 const.
8069 (read_full_die_1, read_full_die): Make 'info_ptr' const.
8070 (abbrev_table_read_table): Constify.
8071 (load_partial_dies): Make 'info_ptr' const.
8072 (read_partial_die, read_attribute_value, read_attribute): Make
8073 'info_ptr' and return type const.
8074 (read_address, read_initial_length)
8075 (read_checked_initial_length_and_offset, read_offset)
8076 (read_offset_1, read_n_bytes, read_direct_string): Make 'buf'
8077 const.
8078 (read_direct_string): Make 'buf' and return type const.
8079 (read_indirect_string_at_offset, read_indirect_string_from_dwz)
8080 (read_indirect_string): Make return type const.
8081 (read_unsigned_leb128, read_signed_leb128): Make 'buf' const.
8082 (read_addr_index_from_leb128, dwarf2_read_addr_index_reader): Make
8083 'info_ptr' const.
8084 (read_str_index): Make return type const.
8085 (add_include_dir): Make 'include_dir' const.
8086 (add_file_name): Make 'name' const.
8087 (dwarf_decode_line_header): Constify.
8088 (psymtab_include_file_name): Make return type const.
8089 (dwarf_decode_lines_1, dwarf_decode_lines): Constify.
8090 (dwarf2_start_subfile): Make 'filename' const.
8091 (dwarf2_const_value_attr): Make 'bytes' const.
8092 (read_signatured_type_reader): Make 'info_ptr' const.
8093 (decode_locdesc): Constify.
8094 (skip_form_bytes): Make 'bytes', 'buffer_end', and return type
8095 const.
8096 (skip_unknown_opcode): Make 'opcode_definitions', 'mac_ptr',
8097 'mac_end', and return type const.
8098 (dwarf_parse_macro_header): Make 'mac_ptr' and return type const.
8099 (dwarf_decode_macro_bytes): Make 'mac_ptr', 'mac_end', and return
8100 type const.
8101 (per_cu_header_read_in): Constify.
8102 * symfile.h (dwarf2_get_section_info): Update.
8103
8104 2013-04-12 Tom Tromey <tromey@redhat.com>
8105
8106 * symtab.h (struct general_symbol_info) <value.bytes>: Make const.
8107
8108 2013-04-12 Eli Zaretskii <eliz@gnu.org>
8109
8110 * NEWS: Mention "show configuration", --configuration.
8111 * top.c (print_gdb_configuration): New function, displays the
8112 details about GDB configure-time parameters.
8113 (print_gdb_version): Mention "show configuration".
8114 * cli/cli-cmds.c (show_configuration): New function.
8115 (_initialize_cli_cmds): Add the "show configuration" command.
8116 * main.c (captured_main) <print_configuration>: New static var.
8117 <long_options>: Use it.
8118 If --configuration was given, call print_gdb_configuration.
8119
8120 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8121 Pedro Alves <palves@redhat.com>
8122
8123 * Makefile.in (HAVE_NATIVE_GCORE_TARGET): New.
8124 (generated_files): Add gcore.
8125 (install-only, uninstall): Add gcore if HAVE_NATIVE_GCORE_TARGET or
8126 HAVE_NATIVE_GCORE_HOST.
8127 (gcore): New.
8128 * NEWS (Changes since GDB 7.6): Mention newly installed gcore.
8129 * config/alpha/alpha-osf3.mh, config/i386/fbsd.mh,
8130 config/i386/fbsd64.mh, config/i386/i386gnu.mh, config/i386/i386sol2.mh,
8131 config/i386/sol2-64.mh, config/mips/irix5.mh, config/mips/irix6.mh,
8132 config/powerpc/fbsd.mh, config/sparc/fbsd.mh, config/sparc/sol2.mh:
8133 Add HAVE_NATIVE_GCORE_HOST.
8134 * configure: Regenerate.
8135 * configure.ac (HAVE_NATIVE_GCORE_TARGET): New, set it, AC_SUBST it.
8136 New AC_SUBST fir GDB_TRANSFORM_NAME and GCORE_TRANSFORM_NAME. New
8137 AC_CONFIG_FILES for gcore.
8138 * configure.tgt: Add gdb_have_gcore to the initial comment. Set
8139 gdb_have_gcore.
8140 * gdb_gcore.sh: Rename to ...
8141 * gcore.in: ... here. Remove gcore.sh comment. Use GDB_TRANSFORM_NAME
8142 and GCORE_TRANSFORM_NAME substitutions.
8143
8144 Fix parsing tabs in ${gdb_target_obs}.
8145 * configure.tgt (gdb_have_gcore): Replace case with for and if.
8146
8147 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8148
8149 * remote.c (unpush_and_perror): Add output message final dot.
8150
8151 2013-04-11 Yao Qi <yao@codesourcery.com>
8152
8153 * tracepoint.c (tfile_interp_line): Fit parameters line and
8154 utpp in one line.
8155
8156 2013-04-10 Joel Brobecker <brobecker@adacore.com>
8157
8158 * solib.c (solib_map_sections): Remove code overwriting
8159 SO->SO_NAME with the bfd's filename.
8160
8161 2013-04-10 Pedro Alves <palves@redhat.com>
8162
8163 * cli/cli-decode.c (integer_unlimited_completer): New function.
8164 (add_setshow_integer_cmd, add_setshow_uinteger_cmd)
8165 (add_setshow_zuinteger_unlimited_cmd): Install the "unlimited"
8166 completer.
8167 * cli/cli-setshow.c: Include "cli/cli-utils.h".
8168 (is_unlimited_literal): New function.
8169 (do_set_command): Handle literal "unlimited" arguments.
8170 * frame.c (_initialize_frame) <set backtrace limit>: Document
8171 "unlimited".
8172 * printcmd.c (_initialize_printcmd) <set print
8173 max-symbolic-offset>: Add help text.
8174 * record-full.c (_initialize_record_full) <set record full
8175 insn-number-max>: Likewise.
8176 * record.c (_initialize_record) <set record
8177 instruction-history-size, set record function-call-history-size>:
8178 Add help text.
8179 * ser-tcp.c (_initialize_ser_tcp) <set tcp connect-timeout>: Add
8180 help text.
8181 * tracepoint.c (_initialize_tracepoint) <set trace-buffer-size>:
8182 Likewise.
8183 * source.c (_initialize_source) <set listsize>: Add help text.
8184 * utils.c (initialize_utils) <set height, set width>: Likewise.
8185 <set pagination>: Mention "set height unlimited".
8186 * valprint.c (_initialize_valprint) <set print elements, set print
8187 repeats>: Document "unlimited".
8188
8189 2013-04-10 Pedro Alves <palves@redhat.com>
8190
8191 * cli/cli-cmds.c (quit_command): Call query_if_trace_running
8192 instead of disconnect_tracing.
8193 * infcmd.c (detach_command, disconnect_command): Call
8194 query_if_trace_running. Adjust.
8195 * top.c: Include "tracepoint.h".
8196 (quit_target): Delete. Contents moved ...
8197 (quit_force): ... here. Wrap each stage of teardown in
8198 TRY_CATCH. Call disconnect_tracing before detaching.
8199
8200 2013-04-10 Hui Zhu <hui@codesourcery.com>
8201 Yao Qi <yao@codesourcery.com>
8202
8203 * configure.ac: Check libbabeltrace is installed.
8204 * config.in: Regenerate.
8205 * configure: Regenerate.
8206 * Makefile.in (LIBBABELTRACE): New.
8207 (CLIBS): Add LIBBABELTRACE.
8208 * ctf.c: Include "exec.h".
8209 (CTF_EVENT_ID_STATUS, CTF_EVENT_ID_TSV_DEF): New macros.
8210 (CTF_EVENT_ID_TP_DEF, ctf_save_write_int32): New macros.
8211 (ctf_save_metadata_header): Define new type aliases in
8212 metadata.
8213 (ctf_write_header): Define event type "tsv_def" and "tp_def"
8214 in metadata. Start a new faked packet for trace status.
8215 (ctf_write_status): Write trace status to CTF.
8216 (ctf_write_uploaded_tsv): Write TSV to CTF.
8217 (ctf_write_uploaded_tp): Write tracepoint definition to CTF.
8218 (ctf_write_definition_end): End the faked packet.
8219
8220 (ctx, ctf_iter, trace_dirname): New.
8221 (start_pos): New variable.
8222 (ctf_destroy, ctf_open_dir, ctf_open): New.
8223 (SET_INT32_FIELD, SET_ARRAY_FIELD, SET_STRING_FIELD): New
8224 macros.
8225 (ctf_read_tsv, ctf_read_tp, ctf_close, ctf_files_info): New.
8226 (ctf_fetch_registers, ctf_xfer_partial): New.
8227 (ctf_get_trace_state_variable_value): New.
8228 (ctf_get_tpnum_from_frame_event): New.
8229 (ctf_get_traceframe_address): New.
8230 (ctf_trace_find, ctf_has_stack): New.
8231 (ctf_has_registers, ctf_traceframe_info, init_ctf_ops): New.
8232 (ctf_get_trace_status, ctf_read_status): New.
8233 (_initialize_ctf): New.
8234 * tracepoint.c (get_tracepoint_number): New
8235 (get_uploaded_tsv): Remove 'static'.
8236 (struct traceframe_info, trace_regblock_size): Move it to ...
8237 * tracepoint.h: ... here.
8238 (get_tracepoint_number): Declare it.
8239 (get_uploaded_tsv): Declare it.
8240
8241 * NEWS: Mention new configure option.
8242
8243 2013-04-10 Pedro Alves <palves@redhat.com>
8244 Hui Zhu <hui@codesourcery.com>
8245
8246 * breakpoint.c (dprintf_re_set): New.
8247 (initialize_breakpoint_ops): Set dprintf_breakpoint_ops re_set
8248 to dprintf_re_set.
8249
8250 2013-04-09 Joel Brobecker <brobecker@adacore.com>
8251
8252 * configure.tgt (gdb_target_obs) <powerpc-*-aix* | rs6000-*-*>:
8253 Remove solib-svr4.o from the list.
8254
8255 2013-04-09 Joel Brobecker <brobecker@adacore.com>
8256
8257 * varobj.c (update_dynamic_varobj_children) [!HAVE_PYTHON]:
8258 Use gdb_assert_not_reached instead of invalid boolean expression.
8259
8260 2013-04-09 Pedro Alves <palves@redhat.com>
8261
8262 * remote.c (unpush_and_perror): New function.
8263 (readchar, remote_serial_write): Use it.
8264
8265 2013-04-09 Markus Metzger <markus.t.metzger@intel.com>
8266
8267 * NEWS: Mention new btrace RSP packets.
8268
8269 2013-04-08 Tom Tromey <tromey@redhat.com>
8270
8271 * symmisc.c (dump_msymbols): Cast fprintf_filtered argument to
8272 long.
8273
8274 2013-04-08 Tom Tromey <tromey@redhat.com>
8275
8276 * maint.c (print_bfd_section_info): Print the section index.
8277 * symmisc.c (dump_msymbols): Print the section index.
8278
8279 2013-04-08 Tom Tromey <tromey@redhat.com>
8280
8281 PR symtab/8424:
8282 * blockframe.c (find_pc_partial_function_gnu_ifunc): Check
8283 SYMBOL_SECTION, not SYMBOL_OBJ_SECTION.
8284 * breakpoint.c (resolve_sal_pc): Update.
8285 * elfread.c (elf_gnu_ifunc_record_cache): Update.
8286 * findvar.c (struct minsym_lookup_data) <objfile>: New field.
8287 (minsym_lookup_iterator_cb): Use it.
8288 (default_read_var_value): Update.
8289 * hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline):
8290 Update.
8291 * infcmd.c (jump_command): Update.
8292 * linespec.c (minsym_found): Update.
8293 * maint.c (maintenance_translate_address): Update.
8294 * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Update.
8295 (prim_record_minimal_symbol_full): Don't set SYMBOL_OBJ_SECTION.
8296 * parse.c (write_exp_msymbol): Update.
8297 * printcmd.c (address_info): Update.
8298 * psymtab.c (find_pc_sect_psymbol): Update.
8299 (fixup_psymbol_section): Check SYMBOL_SECTION, not
8300 SYMBOL_OBJ_SECTION.
8301 (add_psymbol_to_bcache): Correctly initialize SYMBOL_SECTION.
8302 Don't initialize SYMBOL_OBJ_SECTION.
8303 * spu-tdep.c (spu_catch_start): Update.
8304 * stabsread.c (define_symbol): Don't set SYMBOL_SECTION.
8305 * symmisc.c (dump_msymbols, print_symbol): Update.
8306 * symtab.c (fixup_section): Don't set 'obj_section'. Change
8307 how fallback section is computed.
8308 (fixup_symbol_section): Update.
8309 (find_pc_sect_symtab, find_function_start_sal, skip_prologue_sal):
8310 Update.
8311 (allocate_symbol, initialize_symbol, allocate_template_symbol):
8312 Initialize SYMBOL_SECTION.
8313 * symtab.h (struct general_symbol_info) <section>: Update comment.
8314 <obj_section>: Remove.
8315 (SYMBOL_OBJ_SECTION): Add 'objfile' argument. Rewrite.
8316 (SYMBOL_OBJFILE): New macro.
8317
8318 2013-04-08 Tom Tromey <tromey@redhat.com>
8319
8320 * coffread.c (record_minimal_symbol): Update.
8321 * dbxread.c (record_minimal_symbol): Update.
8322 * elfread.c (record_minimal_symbol): Update.
8323 * machoread.c (macho_symtab_add_minsym): Update.
8324 * mdebugread.c (record_minimal_symbol, parse_partial_symbols):
8325 Update.
8326 * minsyms.c (prim_record_minimal_symbol): Update.
8327 (prim_record_minimal_symbol_full): Remove 'bfd_section'
8328 argument.
8329 (prim_record_minimal_symbol_and_info): Likewise.
8330 * minsyms.h (prim_record_minimal_symbol_full)
8331 (prim_record_minimal_symbol_and_info): Update.
8332 * symtab.c (allocate_symbol, initialize_symbol)
8333 (allocate_template_symbol): Initialize SYMBOL_SECTION.
8334 * xcoffread.c (record_minimal_symbol, scan_xcoff_symtab):
8335 Update.
8336
8337 2013-04-08 Tom Tromey <tromey@redhat.com>
8338
8339 PR symtab/8423:
8340 * solib-som.c (som_solib_section_offsets): Use BFD section
8341 indices. Set offsets for all sections.
8342 * somread.c (som_symtab_read): Compute BFD section for
8343 symbol. Use prim_record_minimal_symbol_and_info.
8344 (som_symfile_read): Fix comment.
8345 (struct find_section_offset_arg): New.
8346 (find_section_offset, set_section_index): New functions.
8347 (som_symfile_offsets): Use set_section_index to compute
8348 section indices.
8349
8350 2013-04-08 Tom Tromey <tromey@redhat.com>
8351
8352 * coffread.c (cs_to_section): Use gdb_bfd_section_index.
8353 * elfread.c (record_minimal_symbol, elf_symtab_read): Use
8354 gdb_bfd_section_index.
8355 * gdb_bfd.c (gdb_bfd_section_index, gdb_bfd_count_sections):
8356 New functions.
8357 * gdb_bfd.h (gdb_bfd_section_index, gdb_bfd_count_sections):
8358 Declare.
8359 * machoread.c (macho_symtab_add_minsym, macho_symfile_offsets):
8360 Update.
8361 * objfiles.c (add_to_objfile_sections_full): New function.
8362 (add_to_objfile_sections): Use it.
8363 (build_section_table): Rewrite.
8364 (objfile_relocate1): Use gdb_bfd_section_index. Update.
8365 * objfiles.h (obj_section_offset): Use gdb_bfd_section_index.
8366 (struct objfile) <sections>: Update comment.
8367 (ALL_OBJFILE_OSECTIONS): Skip sections where the_bfd_section
8368 is NULL.
8369 (ALL_OBJSECTIONS): Use it.
8370 * solib-dsbt.c (dsbt_relocate_main_executable): Update.
8371 * solib-frv.c (frv_relocate_main_executable): Update.
8372 * solib-target.c (solib_target_relocate_section_addresses):
8373 Use gdb_bfd_section_index.
8374 * symfile.c (build_section_addr_info_from_section_table):
8375 Use gdb_bfd_section_index.
8376 (build_section_addr_info_from_bfd, place_section): Likewise.
8377 * symtab.c (fixup_section): Update.
8378 * xcoffread.c (find_targ_sec): Use gdb_bfd_section_index.
8379
8380 2013-04-08 Tom Tromey <tromey@redhat.com>
8381
8382 * minsyms.h (struct bound_minimal_symbol): New.
8383 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
8384 Remove objfile argument.
8385 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
8386 Return bound_minimal_symbol.
8387 * minsyms.c (lookup_minimal_symbol_by_pc_1)
8388 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
8389 Return bound_minimal_symbol.
8390 (in_gnu_ifunc_stub): Update.
8391 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
8392 Remove 'objfile_p' argument.
8393 (lookup_solib_trampoline_symbol_by_pc): Update.
8394 * ada-tasks.c, amd64-windows-tdep.c, arm-tdep.c,
8395 arm-wince-tdep.c, block.c, blockframe.c, breakpoint.c, btrace.c,
8396 c-valprint.c, dwarf2loc.c, elfread.c, frame.c, frv-tdep.c,
8397 glibc-tdep.c, gnu-v2-abi.c, gnu-v3-abi.c, hppa-hpux-tdep.c,
8398 i386-tdep.c, ia64-tdep.c, infcall.c, infcmd.c, jit.c,
8399 linux-fork.c, m32c-tdep.c, m68hc11-tdep.c, maint.c,
8400 mips-tdep.c, p-valprint.c, parse.c, ppc-linux-tdep.c,
8401 ppc-sysv-tdep.c, printcmd.c, rs6000-tdep.c, sh64-tdep.c,
8402 stack.c, symtab.c, tui/tui-disasm.c: Update.
8403
8404 2013-04-08 Tom Tromey <tromey@redhat.com>
8405
8406 * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.
8407 Use symbol's obstack, not an objfile.
8408 * coffread.c (process_coff_symbol): Update.
8409 * dwarf2read.c (fixup_go_packaging, new_symbol_full): Update.
8410 * jv-lang.c (add_class_symbol): Update.
8411 * mdebugread.c (new_symbol): Update.
8412 * minsyms.c (prim_record_minimal_symbol_full)
8413 (terminate_minimal_symbol_table): Update.
8414 * psymtab.c (add_psymbol_to_bcache): Clear entire symbol. Update.
8415 * stabsread.c (define_symbol, read_enum_type): Update.
8416 * symtab.c (symbol_set_demangled_name, symbol_get_demangled_name):
8417 Handle Ada specially.
8418 (symbol_set_language): Add 'obstack' argument.
8419 (symbol_set_names): Update.
8420 (symbol_natural_name, symbol_demangled_name): Always use
8421 ada_decode_symbol.
8422 * symtab.h (struct general_symbol_info)
8423 <language_specific::obstack>: New field.
8424 <ada_mangled>: New field.
8425 (SYMBOL_SET_LANGUAGE): Add 'obstack' argument.
8426 (symbol_set_language): Update.
8427
8428 2013-04-08 Tom Tromey <tromey@redhat.com>
8429
8430 * symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name):
8431 Take an obstack, not an objfile.
8432 (symbol_set_names): Update.
8433 * symtab.h (symbol_set_demangled_name): Update.
8434
8435 2013-04-08 Tom Tromey <tromey@redhat.com>
8436
8437 * coffread.c (process_coff_symbol, coff_read_enum_type): Call
8438 allocate_symbol.
8439 * dwarf2read.c (fixup_go_packaging): Call allocate_symbol.
8440 (read_func_scope): Call allocate_template_symbol.
8441 (new_symbol_full): Call allocate_symbol.
8442 * jit.c (finalize_symtab): Call allocate_symbol.
8443 * jv-lang.c (add_class_symbol): Call allocate_symbol.
8444 * mdebugread.c (parse_symbol, new_block): Call allocate_symbol.
8445 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
8446 (common_block_end): Call allocate_symbol.
8447 * symtab.c (allocate_symbol, initialize_symbol)
8448 (allocate_template_symbol): New functions.
8449 * symtab.c (allocate_symbol, initialize_symbol)
8450 (allocate_template_symbol): Declare.
8451 * xcoffread.c (process_xcoff_symbol): Call initialize_symbol.
8452
8453 2013-04-08 Pedro Alves <palves@redhat.com>
8454 Keith Seitz <keiths@redhat.com>
8455
8456 * breakpoint.c (create_breakpoint): Rename
8457 "parse_condition_and_thread" parameter to "parse_arg". Update
8458 describing comment. If !PARSE_ARG, then error out if ARG is not
8459 the empty string after extracting the location.
8460 * breakpoint.h (create_breakpoint): Rename
8461 "parse_condition_and_thread" parameter to "parse_arg".
8462
8463 2013-04-08 Aleksandar Ristovski <aristovski@qnx.com
8464
8465 * solib-svr4.c (lm_addr_check): Add const qualifier to 'so' arg.
8466
8467 2013-04-07 Yao Qi <yao@codesourcery.com>
8468
8469 * remote.c (remote_trace_find): Change type of parameters 'addr1'
8470 and 'addr2' to CORE_ADDR.
8471 * target.c (update_current_target): Update.
8472 * target.h (struct target_ops) <to_trace_find>: Change parameter
8473 type to CORE_ADDR.
8474 * tracepoint.c (tfind_1): Change type of parameters 'addr1' and
8475 'addr2' to CORE_ADDR.
8476 (tfile_trace_find): Likewise.
8477 (tfile_get_traceframe_address): Change return type to CORE_ADDR.
8478 Change local variable 'addr' to type CORE_ADDR.
8479 * tracepoint.h (tfind_1): Update declaration.
8480
8481 2013-04-06 Eli Zaretskii <eliz@gnu.org>
8482
8483 * windows-nat.c (windows_get_absolute_argv0): Move from here...
8484 * mingw-hdep.c (windows_get_absolute_argv0): ...to here.
8485 Include main.h.
8486
8487 * windows-nat.h (windows_get_absolute_argv0): Move prototype from
8488 here...
8489 * main.h (windows_get_absolute_argv0): ...to here.
8490
8491 2013-04-05 Doug Evans <dje@google.com>
8492
8493 * dwarf2read.c (struct dwarf2_per_objfile): Tweak comment.
8494 (read_cutu_die_from_dwo): Add comments.
8495 (read_structure_type): Update comment.
8496 (read_enumeration_type, read_namespace_type): Update comment.
8497 (read_die_type, get_die_type_at_offset, get_die_type): Update comment.
8498
8499 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8500
8501 Convert man pages to texinfo, new gdbinit.5 texinfo page.
8502 * Makefile.in (gdb.z): Remove.
8503 (install-only): Remove $(man1dir) and gdb.1 installation.
8504 * gdb.1: Remove.
8505
8506 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8507
8508 Fix compatibility with Linux kernel 3.8.3.
8509 * linux-tdep.c (linux_find_memory_regions_full): Move variable number
8510 to more inner block. Remove parsing of NUMBER from outer block.
8511 Parse NUMBER only if KEYWORD has been identified.
8512
8513 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8514
8515 Fix variable name shadowing.
8516 * linux-tdep.c (linux_find_memory_regions_full): Rename outer variable
8517 filename to mapsfilename and update its uses.
8518
8519 2013-04-05 Eli Zaretskii <eliz@gnu.org>
8520
8521 * Makefile.in (TAGS): Avoid warning from etags when $GDB_NM_FILE is
8522 empty. See http://sourceware.org/ml/gdb-patches/2012-08/msg00504.html
8523 and http://sourceware.org/ml/gdb-patches/2013-04/msg00055.html for
8524 details of the problem.
8525
8526 2013-04-04 Pedro Alves <palves@redhat.com>
8527 Hui Zhu <hui@codesourcery.com>
8528
8529 * breakpoint.c (validate_commands_for_breakpoint): If validating a
8530 tracepoint, reset its STEP_COUNT and call validate_actionline.
8531
8532 2013-04-03 Doug Evans <dje@google.com>
8533
8534 * dwarf2read.c (read_die_and_siblings_1): Renamed from
8535 read_die_and_siblings.
8536 (read_die_and_siblings): New function.
8537 (read_cutu_die_from_dwo): Dump die if requested.
8538 (read_die_and_children): Call read_full_die_1 and
8539 read_die_and_siblings_1.
8540 (read_full_die): Dump die if requested.
8541
8542 * dwarf2read.c (read_comp_units_from_section): Add debugging printf.
8543
8544 * dwarf2read.c (struct dwo_file): New member comp_dir.
8545 Rename member name to dwo_name. All uses updated.
8546 (hash_dwo_file): Include comp_dir in computation.
8547 (eq_dwo_file): Ditto.
8548 (lookup_dwo_file_slot): New arg comp_dir. All callers updated.
8549 (create_dwo_in_dwp, lookup_dwo_in_dwp, open_and_init_dwo_file): Ditto.
8550
8551 * psymtab.c (read_psymtabs_with_fullname): Don't call
8552 psymtab_to_fullname if the basenames are different.
8553
8554 2013-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8555
8556 * NEWS (Changes in GDB 7.6): Update the data-disassemble for "fullname".
8557 New entry about "fullname" presence.
8558
8559 2013-04-03 Pedro Alves <palves@redhat.com>
8560
8561 * NEWS: Mention x86_64/Cygwin as new native configuration.
8562
8563 2013-04-02 Doug Evans <dje@google.com>
8564
8565 * dwarf2read.c (read_structure_type): Fix typo in comment.
8566
8567 2013-04-02 Pedro Alves <palves@redhat.com>
8568
8569 * NEWS: Mention "set/show debug aarch64", "set/show debug
8570 coff-pe-read" and "set/show debug mach-o".
8571
8572 2013-04-02 Pedro Alves <palves@redhat.com>
8573
8574 * NEWS: Mention "set/show remote trace-buffer-size-packet".
8575
8576 2013-04-02 Eli Zaretskii <eliz@gnu.org>
8577
8578 * Makefile.in (HFILES_NO_SRCDIR): Remove call-cmds.h.
8579 gdb_string.h is now in common/.
8580
8581 2013-04-02 Pedro Alves <palves@redhat.com>
8582
8583 * NEWS: Move "set debug notification" and "set trace-buffer-size"
8584 under "New options".
8585
8586 2013-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8587
8588 Revert this patch:
8589 PR gdb/15275
8590 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
8591
8592 2013-04-02 Pedro Alves <palves@redhat.com>
8593
8594 PR gdb/15275
8595
8596 * remote.c (send_interrupt_sequence): Use remote_serial_write.
8597 (remote_serial_write): New function.
8598 (putpkt_binary, getpkt_or_notif_sane_1): Use remote_serial_write.
8599
8600 2013-04-01 Jiong Wang <jiwang@tilera.com>
8601
8602 * NEWS: Mention TILE-Gx in "New native configurations" and
8603 "New targets" sections.
8604
8605 2013-04-01 Doug Evans <dje@google.com>
8606
8607 * dwarf2read.c (lookup_signatured_type_at_offset): Delete.
8608 (process_enumeration_scope): Simplify.
8609
8610 * dwarf2read.c (struct dwarf2_per_cu_data): Move member
8611 type_unit_group ...
8612 (struct signatured_type): ... to here.
8613 (sig_type_ptr): New typedef.
8614 (type_unit_group): Delete member 't.first_cu'. Move member 'tus'
8615 out of union 't'. All uses updated.
8616 (dw2_get_file_names_reader): Assert not called for a type unit.
8617 (dw2_get_file_names): Assert not called for a type unit or type
8618 unit group.
8619 (build_type_psymtabs_reader): Assert called for a type unit.
8620 (build_type_psymtab_dependencies): Assert called for a type unit group.
8621
8622 * dwarf2read.c (free_dwo_file): Add comment.
8623 (dwarf2_per_objfile_free): Unref dwp bfd.
8624
8625 2013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
8626
8627 * coff-pe-read.c (add_pe_exported_sym): Remove unused 'dll_name_len'.
8628 (add_pe_forwarded_sym): Remove unused 'section', 'dll_name_len'.
8629 (read_pe_exported_syms): Remove unused 'exportix'.
8630 (pe_text_section_offset): Remove unused 'opthdr_ofs', 'num_entries',
8631 'export_rva', 'export_size', 'expptr', 'exp_funcbase', 'expdata',
8632 'erva', 'name_rvas', 'ordinals', 'nexp', 'ordbase', 'dll_name'.
8633
8634 2013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
8635
8636 * breakpoint.c (parse_cond_to_aexpr): Remove unused 'old_chain'.
8637 (print_it_watchpoint): Remove unused 'bl'.
8638 (say_where): Remove unused 'uiout'.
8639 (bpstat_remove_breakpoint_callback): Remove unused 'uiout'.
8640 (bkpt_breakpoint_hit): Remove unused 'b'.
8641 (internal_bkpt_print_it): Remove unused 'uiout'.
8642 * buildsym.c (augment_type_symtab): Remove unused 'i'.
8643
8644 2013-03-31 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
8645
8646 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_float): New function.
8647 (ppc64_sysv_abi_push_dummy_call): Handle complex arguments.
8648
8649 2013-03-29 Doug Evans <dje@google.com>
8650
8651 * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file.
8652 Delete arg is_dwp. All callers updated.
8653 (open_dwp_file): New function.
8654 (open_and_init_dwp_file): Call it.
8655 (get_dwp_file): New function.
8656 (lookup_dwo_cutu): Call it.
8657
8658 * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, and
8659 unnecessary, cleanup.
8660
8661 * dwarf2read.c (lookup_dwo_cutu): Improve complaint text.
8662
8663 * dwarf2read.c (read_cutu_die_from_dwo): New function.
8664 (lookup_dwo_unit): New function.
8665 (init_cutu_and_read_dies): Move DWO handling to new functions.
8666
8667 * dwarf2read.c (struct signatured_type): Tweak comment.
8668 (struct dwo_unit): Tweak comment.
8669 (create_debug_types_hash_table): Tweak comment. Reformat long line.
8670 (create_dwo_debug_info_hash_table): Tweak comment.
8671 (dwarf2_per_cu_offset_and_type): Tweak comment.
8672
8673 * dwarf2read.c (lookup_signatured_type): Remove complaint about
8674 missing .debug_types section.
8675
8676 2013-03-29 Yao Qi <yao@codesourcery.com>
8677
8678 * corelow.c: Include "completer.h".
8679 (_initialize_corelow): Call add_target_with_completer with
8680 argument 'filename_completer'.
8681 * tracepoint.c: Likewise.
8682 * exec.c (_initialize_exec): Likewise.
8683 * target.c (add_target): Rename to ...
8684 (add_target_with_completer): ... this. Call set_cmd_completer
8685 if parameter completer is not NULL.
8686 (add_target): New.
8687 * target.h: Include "command.h".
8688 (add_target_with_completer): Declare it.
8689
8690 2013-03-28 Joel Brobecker <brobecker@adacore.com>
8691
8692 * coffread.c (is_import_fixup_symbol): New function.
8693 (record_minimal_symbol): Use is_import_fixup_symbol to
8694 detect import fixup symbols, and discard them.
8695
8696 2013-03-28 Doug Evans <dje@google.com>
8697
8698 * dwarf2read.c (create_debug_types_hash_table): Don't allocate the
8699 types hash table until we know we need it.
8700
8701 * dwarf2read.c (create_addrmap_from_index): Complain about bad CU
8702 index numbers.
8703
8704 * dwarf2read.c (dw2_get_file_names): Delete arg "objfile".
8705 All callers updated.
8706 (dw2_print_stats): Print #read CUs too.
8707 (dump_die_shallow): Print signatured types better.
8708
8709 * dwarf2read.c (struct dwarf2_per_cu_data): Rename member
8710 info_or_types_section to section. All uses updated.
8711 (struct dwo_unit): Ditto.
8712
8713 2013-03-28 Pedro Alves <palves@redhat.com>
8714
8715 * NEWS (New options): New section.
8716 (New options): Mention set/show remote trace-status-packet.
8717 * remote.c (PACKET_qTStatus): New enumeration value.
8718 (remote_get_trace_status): Skip sending qTStatus if the packet is
8719 disabled. Use packet_ok.
8720 (_initialize_remote): Register a configuration command for
8721 qTStatus packet.
8722
8723 2013-03-28 Doug Evans <dje@google.com>
8724
8725 * symfile.c (find_separate_debug_file): Add comment.
8726 (terminate_after_last_dir_separator): Tweak comment.
8727
8728 * dwarf2read.c (create_partial_symtab): Add forward decl.
8729 (create_partial_symtab): Move to be closer to other psymtab functions.
8730 (process_psymtab_comp_unit_reader, process_psymtab_comp_unit): Ditto.
8731
8732 * dwarf2read.c (dwarf2_physname): Move declaration to better spot.
8733 (compute_symtab_includes): Remove unnecessary forward declaration.
8734 (die_needs_namespace): Add comment marking group of functions for
8735 dwarf2 name computation.
8736
8737 * typeprint.c (_initialize_typeprint): Improve type help text.
8738
8739 * python/python.c (finish_python_initialization): Provide suggestion
8740 for how to tell gdb to find its python files.
8741
8742 2013-03-28 Pedro Alves <palves@redhat.com>
8743
8744 PR gdb/15294
8745
8746 * source.c (_initialize_source): Change back "set listsize" to an
8747 integer command.
8748
8749 2013-03-27 Gareth McMullin <gareth@blacksphere.co.nz>
8750
8751 PR gdb/15275
8752 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
8753
8754 2013-03-27 Pedro Alves <palves@redhat.com>
8755
8756 * top.c (history_size): Rename to ...
8757 (history_size_setshow_var): ... this. Add comment.
8758 (show_commands): Use readline's 'history_length' instead of
8759 computing the history length by calling history_get in a loop.
8760 (set_history_size_command): Error out for sizes over INT_MAX.
8761 Restore previous history size on invalid size.
8762 (init_history): If HISTSIZE is negative, leave the history size as
8763 zero. Add comments.
8764 (init_main): Adjust.
8765
8766 2013-03-27 Pedro Alves <palves@redhat.com>
8767
8768 * coff-pe-read.c (_initialize_coff_pe_read): Rename "set debug
8769 coff_pe_read" command to "set debug coff-pe-read".
8770
8771 2013-03-27 Markus Metzger <markus.t.metzger@intel.com>
8772
8773 * record.c (command_size_to_target_size): Fix size comparison.
8774 Change parameter type from pointer to integer to integer.
8775 Update all users.
8776
8777 2013-03-27 Pierre Muller <muller@sourceware.org>
8778
8779 * windows-nat.c (handle_output_debug_string): Avoid typecast
8780 from integer of different size warning.
8781
8782 2013-03-26 Joel Brobecker <brobecker@adacore.com>
8783
8784 * windows-nat.c (handle_output_debug_string): Add empty line
8785 after local block variable definition.
8786
8787 2013-03-26 Pedro Alves <palves@redhat.com>
8788
8789 * ser-tcp.c (wait_for_connect): Make 'polls' parameter unsigned.
8790 (net_open): Make 'polls' local unsigned.
8791
8792 2013-03-26 Pedro Alves <palves@redhat.com>
8793
8794 * remote.c (_initialize_remote): Make "set remoteaddresssize"
8795 a zuinteger command instead of uinteger.
8796
8797 2013-03-26 Pedro Alves <palves@redhat.com>
8798
8799 * record-full.c (record_full_insn_num): Make it unsigned.
8800 (record_full_check_insn_num, record_full_message)
8801 (record_full_registers_change, record_full_xfer_partial): Remove
8802 record_full_insn_max_num check (it's always != 0).
8803 (record_full_info, record_full_restore): Use %u as format string.
8804 (): Use %u as format string.
8805 (set_record_full_insn_max_num): Remove record_full_insn_max_num
8806 check (it's always != 0).
8807
8808 2013-03-26 Pedro Alves <palves@redhat.com>
8809
8810 * dcache.c (_initialize_dcache): Make the "set dcache line-size"
8811 and "set dcache size" commands zuinteger instead of uinteger.
8812
8813 2013-03-26 Pedro Alves <palves@redhat.com>
8814
8815 * cris-tdep.c (_initialize_cris_tdep): Make the "set cris-version"
8816 command zuinteger instead of uinteger.
8817
8818 2013-03-26 Pedro Alves <palves@redhat.com>
8819
8820 * coff-pe-read.c (_initialize_coff_pe_read): Make the command
8821 zuinteger instead of uinteger.
8822
8823 2013-03-26 Pedro Alves <palves@redhat.com>
8824
8825 * record.c (record_insn_history_size_setshow_var)
8826 (record_call_history_size_setshow_var): New globals.
8827 (command_size_to_target_size): New function.
8828 (cmd_record_insn_history, cmd_record_call_history): Use
8829 command_size_to_target_size instead of cast.
8830 (validate_history_size, set_record_insn_history_size)
8831 (set_record_call_history_size): New functions.
8832 (_initialize_record): Install set_record_insn_history_size and
8833 set_record_call_history_size as "set" hooks of "set record
8834 instruction-history-size" and "set record
8835 function-call-history-size".
8836
8837 2013-03-26 Pedro Alves <palves@redhat.com>
8838
8839 * top.c (gdb_rl_operate_and_get_next): Replace max_input_history
8840 use with history_max_entries use. Remove FIXME note.
8841
8842 2013-03-26 Markus Metzger <markus.t.metzger@intel.com>
8843
8844 * record-btrace.c (record_btrace_close): Call
8845 record_btrace_auto_disable.
8846
8847 2013-03-25 Joel Brobecker <brobecker@adacore.com>
8848
8849 * rs6000-nat.c (fixup_breakpoints): Delete declaration.
8850
8851 2013-03-25 Doug Evans <dje@google.com>
8852
8853 * contrib/cc-with-tweaks.sh: Check exit code of dwp.
8854
8855 2013-03-25 Tom Tromey <tromey@redhat.com>
8856
8857 PR symtab/11462:
8858 * c-exp.y (exp): Add new productions for destructors after '.' and
8859 '->'.
8860 (write_destructor_name): New function.
8861
8862 2013-03-25 Tom Tromey <tromey@redhat.com>
8863
8864 PR c++/9197:
8865 * opencl-lang.c (evaluate_subexp_opencl) <STRUCTOP_STRUCT>: Use
8866 value_struct_elt, not lookup_struct_elt_type.
8867 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
8868 STRUCTOP_PTR>: Use value_struct_elt, not lookup_struct_elt_type.
8869 * expression.h (EVAL_AVOID_SIDE_EFFECTS): Update comment.
8870
8871 2013-03-25 Yao Qi <yao@codesourcery.com>
8872
8873 * ctf.c [USE_WIN32API]: Undef 'mkdir' and use 'mkdir'
8874 instead of '_mkdir'.
8875
8876 2013-03-23 Eli Zaretskii <eliz@gnu.org>
8877
8878 * windows-nat.c (windows_get_absolute_argv0): New function.
8879 * windows-nat.h: Add its prototype.
8880
8881 * main.c (get_init_files): Use filename_ncmp instead of strncmp.
8882 Use IS_DIR_SEPARATOR instead of looking for a character inside
8883 SLASH_STRING. Include filenames.h.
8884 (captured_main) [__MINGW32__]: Make argv[0] absolute, so that
8885 relocate_gdb_directory works when passed gdb_program_name.
8886 Include windows-nat.h.
8887
8888 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8889
8890 * exceptions.h (enum errors): New entry TARGET_CLOSE_ERROR.
8891 * remote.c (trace_error): Remove the special handling of '2'.
8892 (readchar) <SERIAL_EOF>
8893 (readchar) <SERIAL_ERROR>
8894 (getpkt_or_notif_sane_1): Use TARGET_CLOSE_ERROR for them.
8895 (remote_get_trace_status): Call throw_exception if EX is
8896 TARGET_CLOSE_ERROR.
8897 * utils.c (perror_with_name): Rename to ...
8898 (throw_perror_with_name): ... here. New parameter errcode, describe it
8899 in the function comment.
8900 (perror_with_name): New function wrapper.
8901 * utils.h (enum errors): New stub declaration.
8902 (throw_perror_with_name): New declaration.
8903
8904 2013-03-22 Pedro Alves <palves@redhat.com>
8905 Yao Qi <yao@codesourcery.com>
8906 Mark Kettenis <kettenis@gnu.org>
8907
8908 * cli/cli-setshow.c (do_set_command) <var_uinteger>:
8909 Don't let the user set the value to UINT_MAX directly.
8910 <var_integer>: Don't let the user set the value to INT_MAX
8911 directly.
8912
8913 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8914
8915 * remote.c (remote_unpush_target): New function.
8916 (remote_open_1): Remove two pop_target calls, update one comment, add
8917 comment to target_preopen call. Replace pop_target call by
8918 remote_unpush_target call.
8919 (interrupt_query, readchar, getpkt_or_notif_sane_1): Replace
8920 pop_target calls by remote_unpush_target calls.
8921
8922 2013-03-22 Pedro Alves <palves@redhat.com>
8923
8924 * linux-nat.c (linux_child_follow_fork): Don't call
8925 linux_enable_event_reporting.
8926 (linux_handle_extended_wait): Don't call
8927 linux_enable_event_reporting.
8928
8929 2013-03-22 Pedro Alves <palves@redhat.com>
8930
8931 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Define INSN macro,
8932 use it to rewrite the trampoline buffers with type gdb_byte[], and
8933 undefine the macro. Remove char* cast.
8934
8935 2013-03-21 Doug Evans <dje@google.com>
8936
8937 New commands "mt set per-command {space,time,symtab} {on,off}".
8938 * NEWS: Add entry.
8939 * event-top.c: #include "maint.h".
8940 * main.c: #include "maint.h".
8941 * maint.c: #include <sys/time.h>, <time.h>, block.h, top.h,
8942 timeval-utils.h, maint.h, cli/cli-setshow.h.
8943 (per_command_time, per_command_space): New static globals.
8944 (per_command_symtab): New static global.
8945 (per_command_setlist, per_command_showlist): New static globals.
8946 (struct cmd_stats): Move here from utils.c.
8947 (set_per_command_time): Renamed from set_display_time in utils.c
8948 and moved here. All callers updated.
8949 (set_per_command_space): Renamed from set_display_space in utils.c
8950 and moved here. All callers updated.
8951 (count_symtabs_and_blocks): New function.
8952 (report_command_stats): Moved here from utils.c. Add support for
8953 printing symtab stats. Only print data if enabled before command
8954 executed.
8955 (make_command_stats_cleanup): Ditto.
8956 (sert_per_command_cmd, show_per_command_cmd): New functions.
8957 (_initialize_maint_cmds): Add new commands
8958 mt set per-command {space,time,symtab} {on,off}.
8959 * maint.h: New file.
8960 * top.c: #include "maint.h".
8961 * utils.c (reset_prompt_for_continue_wait_time): New function.
8962 (get_prompt_for_continue_wait_time): New function.
8963 * utils.h (reset_prompt_for_continue_wait_time): Declare
8964 (get_prompt_for_continue_wait_time): Declare.
8965 (make_command_stats_cleanup): Moved to maint.h.
8966 (set_display_time, set_display_space): Moved to maint.h and renamed
8967 to set_per_command_time, set_per_command_space.
8968 * cli/cli-setshow.c (parse_cli_boolean_value): Renamed from
8969 parse_binary_operation and made non-static. Don't call error,
8970 just return an error marker. All callers updated.
8971 * cli/cli-setshow.h (parse_cli_boolean_value): Declare.
8972
8973 2013-03-21 Tom Tromey <tromey@redhat.com>
8974
8975 * symfile.c (alloc_section_addr_info): Update header. Don't set
8976 'num_sections' field.
8977 (build_section_addr_info_from_section_table): Set 'num_sections'.
8978 (build_section_addr_info_from_bfd): Likewise.
8979 (build_section_addr_info_from_objfile): Remove dead loop
8980 condition.
8981 (free_section_addr_info): Unconditionally call xfree.
8982 (relative_addr_info_to_section_offsets, addrs_section_sort)
8983 (addr_info_make_relative, syms_from_objfile_1): Remove dead loop
8984 condition.
8985 (syms_from_objfile_1): Remove dead 'if' condition. Check
8986 'num_sections'.
8987 (add_symbol_file_command): Set 'num_sections'.
8988 * symfile-mem.c (symbol_file_add_from_memory): Set
8989 'num_sections'.
8990 * somread.c (som_symfile_offsets): Remove dead loop condition.
8991 * machoread.c (macho_symfile_offsets): Remove dead 'if'.
8992 * jit.c (jit_bfd_try_read_symtab): Set 'num_sections'.
8993
8994 2013-03-21 Tom Tromey <tromey@redhat.com>
8995
8996 * tracepoint.h (decode_agent_options): Add 'trace_string'
8997 argument.
8998 * tracepoint.c (decode_agent_options): Add 'trace_string'
8999 argument.
9000 (validate_actionline): Update.
9001 (collect_symbol): Add 'trace_string' argument.
9002 (struct add_local_symbols_data) <trace_string>: New field.
9003 (do_collect_symbol): Update.
9004 (add_local_symbols): Add 'trace_string' argument.
9005 (encode_actions_1): Update.
9006 (trace_dump_actions): Update.
9007 * dwarf2loc.c (access_memory): Update.
9008 * ax.h (struct agent_expr) <tracing, trace_string>: New fields.
9009 * ax-general.c (new_agent_expr): Update.
9010 * ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
9011 (gen_trace_for_return_address): Add argument.
9012 (trace_kludge, trace_string_kludge): Remove.
9013 * ax-gdb.c (trace_kludge, trace_string_kludge): Remove.
9014 (gen_traced_pop, gen_fetch, gen_bitfield_ref, gen_expr): Update.
9015 (gen_trace_for_var): Add 'trace_string' argument.
9016 (gen_trace_for_expr, gen_trace_for_return_address): Likewise.
9017 (gen_printf, agent_eval_command_one): Update.
9018
9019 2013-03-21 Tom Tromey <tromey@redhat.com>
9020
9021 PR exp/15109:
9022 * c-exp.y (yylex): Rewrite to push all tokens onto the FIFO.
9023 Handle FILENAME token.
9024
9025 2013-03-21 Tom Tromey <tromey@redhat.com>
9026
9027 * c-exp.y (YYPRINT): Define.
9028 (c_print_token): New function.
9029
9030 2013-03-21 Tom Tromey <tromey@redhat.com>
9031
9032 * c-exp.y (%union) <sym, ivar, ivec>: Remove.
9033
9034 2013-03-21 Yao Qi <yao@codesourcery.com>
9035
9036 * ctf.c: Include "gdb_stat.h".
9037 [USE_WIN32API]: New macro 'mkdir'.
9038 (ctf_start): Use permission bits macros if they are defined.
9039
9040 2013-03-20 Keith Seitz <keiths@redhat.com>
9041
9042 * breakpoint.h (struct breakpoint): Add comment to
9043 extra_string indicating that this member is mallod'd.
9044 * breakpoint.c (base_breakpoint_dtor): Free extra_string.
9045
9046 2013-03-20 Pedro Alves <palves@redhat.com>
9047
9048 PR gdb/15289
9049
9050 * cli/cli-setshow.c (do_set_command)
9051 <var_uinteger, var_zuinteger>: Use LONGEST for variable holding
9052 the result of parsing the command argument. Throw error if the
9053 value is greater than UINT_MAX. Print the invalid value with
9054 plongest.
9055 <var_integer, var_zinteger>: Use LONGEST for variable holding the
9056 result of parsing the command argument. Throw error if the value
9057 is greater than INT_MAX, not greater or equal. Also throw error
9058 if the value is less than INT_MIN. Print the invalid value with
9059 plongest.
9060 <var_zuinteger_unlimited>: Throw error if the value is greater
9061 than INT_MAX, not greater or equal.
9062 (do_show_command) <var_integer, var_zinteger,
9063 var_zuinteger_unlimited>: Use %d for printing int, not %u.
9064
9065 2013-03-20 Tom Tromey <tromey@redhat.com>
9066
9067 * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,
9068 if possible.
9069 * dwarf2read.c (read_func_scope): Remove old FIXME.
9070 * eval.c (evaluate_subexp_standard): Check SYMBOL_COMPUTED_OPS,
9071 not LOC_COMPUTED.
9072 * findvar.c (symbol_read_needs_frame, default_read_var_value):
9073 Unconditionally call via computed ops, if possible.
9074 * printcmd.c (address_info): Unconditionally call via computed ops,
9075 if possible.
9076 * stack.c (read_frame_arg): Unconditionally call via computed ops,
9077 if possible.
9078 * symtab.c (register_symbol_computed_impl): Sanity check 'ops'.
9079 * tracepoint.c (scope_info): Unconditionally call via computed ops,
9080 if possible.
9081
9082 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9083 Tom Tromey <tromey@redhat.com>
9084
9085 PR symtab/8421:
9086 * coffread.c (coff_register_index): New global.
9087 (process_coff_symbol, coff_read_enum_type): Set
9088 SYMBOL_ACLASS_INDEX.
9089 (_initialize_coffread): Initialize new global.
9090 * dwarf2loc.c (locexpr_find_frame_base_location)
9091 (dwarf2_block_frame_base_locexpr_funcs)
9092 (loclist_find_frame_base_location)
9093 (dwarf2_block_frame_base_loclist_funcs): New.
9094 (dwarf_expr_frame_base_1): Call SYMBOL_BLOCK_OPS, remove internal_error.
9095 (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Add location_has_loclist.
9096 * dwarf2loc.h (dwarf2_block_frame_base_locexpr_funcs)
9097 (dwarf2_block_frame_base_loclist_funcs): New.
9098 * dwarf2read.c (dwarf2_locexpr_index, dwarf2_loclist_index)
9099 (dwarf2_locexpr_block_index, dwarf2_loclist_block_index): New
9100 globals.
9101 (read_func_scope): Update.
9102 (fixup_go_packaging, mark_common_block_symbol_computed)
9103 (var_decode_location, new_symbol_full, dwarf2_const_value):
9104 Set SYMBOL_ACLASS_INDEX.
9105 (dwarf2_symbol_mark_computed): Likewise. Add 'is_block' argument.
9106 (_initialize_dwarf2_read): Initialize new globals.
9107 * jit.c (finalize_symtab): Set SYMBOL_ACLASS_INDEX.
9108 * jv-lang.c (add_class_symbol): Set SYMBOL_ACLASS_INDEX.
9109 * mdebugread.c (mdebug_register_index, mdebug_regparm_index): New
9110 globals.
9111 (parse_symbol, psymtab_to_symtab_1): Set SYMBOL_ACLASS_INDEX.
9112 (_initialize_mdebugread): Initialize new globals.
9113 * psympriv.h (struct partial_symbol) <aclass>: Update comment.
9114 * stabsread.c (patch_block_stabs): Set SYMBOL_ACLASS_INDEX.
9115 (stab_register_index, stab_regparm_index): New globals.
9116 (define_symbol, read_enum_type, common_block_end): Set
9117 SYMBOL_ACLASS_INDEX.
9118 (_initialize_stabsread): Initialize new globals.
9119 * symtab.c (next_aclass_value, symbol_impl, symbol_impls): New
9120 globals.
9121 (MAX_SYMBOL_IMPLS): New define.
9122 (register_symbol_computed_impl, register_symbol_block_impl)
9123 (register_symbol_register_impl)
9124 (initialize_ordinary_address_classes): New functions.
9125 (_initialize_symtab): Call initialize_ordinary_address_classes.
9126 * symtab.h (enum address_class) <LOC_FINAL_VALUE>: New constant.
9127 (struct symbol_impl): New.
9128 (SYMBOL_ACLASS_BITS): New define.
9129 (struct symbol) <aclass, ops>: Remove fields.
9130 <aclass_index>: New field.
9131 (symbol_impls): Declare.
9132 (SYMBOL_CLASS, SYMBOL_COMPUTED_OPS, SYMBOL_REGISTER_OPS): Redefine.
9133 (SYMBOL_IMPL, SYMBOL_ACLASS_INDEX): New defines.
9134 (register_symbol_computed_impl, register_symbol_block_impl)
9135 (register_symbol_register_impl): Declare.
9136 (struct symbol_computed_ops): Add location_has_loclist.
9137 (struct symbol_block_ops): New.
9138 (SYMBOL_BLOCK_OPS): New.
9139 * xcoffread.c (process_xcoff_symbol): Set SYMBOL_ACLASS_INDEX.
9140
9141 2013-03-20 Tom Tromey <tromey@redhat.com>
9142
9143 * psymtab.c (find_pc_sect_psymbol, fixup_psymbol_section)
9144 (print_partial_symbols, recursively_search_psymtabs): Use
9145 PSYMBOL_CLASS.
9146
9147 2013-03-20 Pierre Muller <muller@sourceware.org>
9148
9149 * contrib/ari/gdb_ari.sh (OP eol rule): Also check
9150 addtion, subtraction, multiplication and division binary operator.
9151
9152 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9153
9154 Code cleanup.
9155 * bfd-target.c (target_bfd_xclose): Remove parameter quitting.
9156 * bsd-kvm.c (bsd_kvm_close): Likewise.
9157 * bsd-uthread.c (bsd_uthread_close): Likewise.
9158 * corelow.c (core_close): Likewise.
9159 (core_close_cleanup): Remove parameter quitting from a caller.
9160 * event-top.c (async_disconnect): Likewise.
9161 * exec.c (exec_close_1): Remove parameter quitting.
9162 * go32-nat.c (go32_close): Likewise.
9163 * linux-nat.c (linux_nat_close): Remove parameter quitting. Remove
9164 parameter quitting from a caller.
9165 * mips-linux-nat.c (super_close): Remove parameter quitting from the
9166 variable.
9167 (mips_linux_close): Remove parameter quitting. Remove parameter
9168 quitting from a caller.
9169 * monitor.c (monitor_close): Remove parameter quitting.
9170 * monitor.h (monitor_close): Likewise.
9171 * record-btrace.c (record_btrace_close): Likewise.
9172 * record-full.c (record_full_close): Likewise.
9173 * remote-m32r-sdi.c (m32r_close): Remove parameter quitting and remove
9174 it also from fprintf_unfiltered.
9175 * remote-mips.c (mips_close): Remove parameter quitting.
9176 (mips_detach): Remove parameter quitting from a caller.
9177 * remote-sim.c (gdbsim_close): Remove parameter quitting.
9178 (gdbsim_close): Remove duplicate function comment. Remove parameter
9179 quitting and remove it also from printf_filtered.
9180 * remote.c (remote_close): Remove parameter quitting.
9181 * solib-svr4.c (enable_break): Remove parameter quitting from a caller.
9182 * target.c (update_current_target): Remove parameter int from to_close
9183 de_fault.
9184 (push_target, unpush_target, pop_target): Remove parameter quitting from
9185 a caller.
9186 (pop_all_targets_above, pop_all_targets): Remove parameter quitting.
9187 Remove parameter quitting from a caller.
9188 (target_preopen): Remove parameter quitting from a caller.
9189 (target_close): Remove parameter quitting. Remove parameter quitting
9190 from a caller two times. Remove parameter quitting also from
9191 fprintf_unfiltered.
9192 * target.h (struct target_ops): Remove parameter quitting and as int
9193 from fields to_xclose and to_close.
9194 (extern struct target_ops current_target):
9195 (target_close, pop_all_targets): Remove parameter quitting. Update the
9196 comment.
9197 (pop_all_targets_above): Remove parameter quitting.
9198 * top.c (quit_target): Remove parameter quitting from a caller.
9199 * tracepoint.c (tfile_close): Remove parameter quitting.
9200 * windows-nat.c (windows_close): Remove parameter quitting.
9201
9202 2013-03-20 Corinna Vinschen <vinschen@redhat.com>
9203
9204 * windows-nat.c (handle_output_debug_string): Replace call
9205 to string_to_core_addr with call to strtoull.
9206
9207 2013-03-20 Yao Qi <yao@codesourcery.com>
9208
9209 * ctf.c (ctf_save_metadata_header): Define macro HOST_ENDIANNESS
9210 and write it to CTF metadata.
9211
9212 2013-03-19 Corinna Vinschen <vinschen@redhat.com>
9213
9214 * windows-nat.c (handle_output_debug_string): Change type of n to
9215 SIZE_T to avoid crash on 64 bit systems.
9216
9217 2013-03-17 Eli Zaretskii <eliz@gnu.org>
9218
9219 * python/python-internal.h (HAVE_SNPRINTF)
9220 [_WIN32 && HAVE_DECL_SNPRINTF]: Define, to avoid compiler warnings
9221 about redefinition of snprintf by pyerrors.h.
9222
9223 2013-03-15 Steve Ellcey <sellcey@mips.com>
9224
9225 * remote-sim.c (sim_command_completer): Make char arguments const.
9226
9227 2013-03-15 Tom Tromey <tromey@redhat.com>
9228
9229 PR c++/15116:
9230 * gdbtypes.c (types_equal): Handle TYPE_CODE_FUNC.
9231
9232 2013-03-14 Tom Tromey <tromey@redhat.com>
9233
9234 * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:
9235 New fields.
9236 (get_file_crc): Move from symfile.c.
9237 (gdb_bfd_crc): New function.
9238 * gdb_bfd.h (gdb_bfd_crc): Declare.
9239 * objfiles.h (struct objfile) <crc32, crc32_p>: Remove.
9240 * symfile.c (get_file_crc): Move to gdb_bfd.c.
9241 (separate_debug_file_exists): Use gdb_bfd_crc.
9242
9243 2013-03-14 Tom Tromey <tromey@redhat.com>
9244
9245 * symfile.c (get_debug_link_info): Remove.
9246 (find_separate_debug_file_by_debuglink): Use
9247 bfd_get_debug_link_info.
9248
9249 2013-03-14 Tom Tromey <tromey@redhat.com>
9250
9251 * symtab.c (error_in_psymtab_expansion): New function.
9252 (lookup_symbol_aux_quick)
9253 (basic_lookup_transparent_type_quick): Remove "last resort"
9254 code. Use error_in_psymtab_expansion.
9255
9256 2013-03-14 Doug Evans <dje@google.com>
9257 Jan Kratochvil <jan.kratochvil@redhat.com>
9258
9259 * dwarf2read.c (dw2_map_symtabs_matching_filename): Put continue after
9260 any successful compare_filenames_for_search or FILENAME_CMP.
9261 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
9262 * symtab.c (iterate_over_some_symtabs): Likewise.
9263
9264 2013-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9265
9266 * source.c (print_source_lines_base): Make a local copy of
9267 symtab_to_fullname.
9268
9269 2013-03-14 Hui Zhu <hui_zhu@mentor.com>
9270 Jan Kratochvil <jan.kratochvil@redhat.com>
9271
9272 * source.c (print_source_lines_base): Suppress "file" for TUI.
9273
9274 2013-03-14 Keith Seitz <keiths@redhat.com>
9275 Alan Matsuoka <alanm@redhat.com>
9276
9277 PR c++/15203
9278 PR c++/15210
9279 * cp-namespace.c (cp_lookup_nested_symbol): Handle TYPE_CODE_FUNC and
9280 TYPE_CODE_METHOD.
9281 * elfread.c (elf_symtab_read): Handle BSF_GNU_UNIQUE for certain
9282 symbols.
9283
9284 2013-03-14 Yao Qi <yao@codesourcery.com>
9285
9286 * tracepoint.c (tfile_write_status): Write 'stop_desc' of trace
9287 status to tfile if trace is stopped by command 'tstop'.
9288
9289 2013-03-14 Yao Qi <yao@codesourcery.com>
9290
9291 * tracepoint.c (tfile_write_status): Write trace notes and user
9292 name into tfile if they are not NULL.
9293
9294 2013-03-14 Hui Zhu <hui@codesourcery.com>
9295 Yao Qi <yao@codesourcery.com>
9296
9297 * Makefile.in (REMOTE_OBS): Add ctf.o.
9298 (SFILES): Add ctf.c.
9299 (HFILES_NO_SRCDIR): Add ctf.h.
9300 * ctf.c, ctf.h: New files.
9301 * tracepoint.c: Include 'ctf.h'.
9302 (collect_pseudocommand): Remove static.
9303 (trace_save_command): Parse option "-ctf".
9304 Produce different trace file writers per option.
9305 Adjust output message.
9306 (trace_save_tfile, trace_save_ctf): New.
9307 * tracepoint.h (trace_save_tfile, trace_save_ctf): Declare.
9308 * mi/mi-main.c: Include 'ctf.h'.
9309 (mi_cmd_trace_save): Handle option '-ctf'. Call either
9310 trace_save_tfile or trace_save_ctf.
9311 * NEWS: Mention these changes.
9312
9313 2013-03-14 Yao Qi <yao@codesourcery.com>
9314
9315 * tracepoint.c (trace_file_writer_xfree): New.
9316 (struct tfile_writer_data): New.
9317 (tfile_dtor, tfile_can_target_save, tfile_start): New.
9318 (tfile_write_header, tfile_write_regblock_type): New.
9319 (tfile_write_status, tfile_write_uploaded_tsv): New.
9320 (tfile_write_uploaded_tp, tfile_write_definition_end): New.
9321 (tfile_write_raw_data, (tfile_end): New.
9322 (tfile_write_ops): New global variable.
9323 (TRACE_WRITE_R_BLOCK): New macro.
9324 (TRACE_WRITE_M_BLOCK_HEADER): New macro.
9325 (TRACE_WRITE_M_BLOCK_MEMORY): New macro.
9326 (TRACE_WRITE_V_BLOCK): New macro.
9327 (trace_save): Add extra one parameter WRITER. Make it static.
9328 Use WRITER to writer trace.
9329 (tfile_trace_file_writer_new): New.
9330 (trace_save_command): Caller update.
9331 (trace_save_tfile): Write trace data in TFILE format.
9332 * tracepoint.h (struct trace_frame_write_ops): New.
9333 (struct trace_file_write_ops): New.
9334 (struct trace_file_writer): New.
9335 (trace_save): Remove its declaration.
9336 (trace_save_tfile): Declare it.
9337 * mi/mi-main.c (mi_cmd_trace_save): Call trace_save_tfile
9338 instead of trace_save.
9339
9340 2013-03-13 Pedro Alves <palves@redhat.com>
9341
9342 * hppa-hpux-nat.c (hppa_hpux_save_state_offset): Make static.
9343
9344 2013-03-13 Pedro Alves <palves@redhat.com>
9345
9346 * dbxread.c (read_ofile_symtab, process_one_symbol): Remove
9347 commented out code.
9348 * demangle.c (current_demangling_style_string): Make it const.
9349 (set_demangling_command): Assert the demangling style is known.
9350 Remove all handling of unknown styles. Set
9351 'current_demangling_style_string' to an element of the
9352 demangling_style_names array.
9353 (set_demangling_style): Delete.
9354 (_initialize_demangler): Set current_demangling_style_string to the
9355 element of the demangling_style_names array that corresponds to
9356 the default demangling style. Remove FIXME note. Don't call
9357 set_demangling_style.
9358 * gdb-demangle.h (set_demangling_style): Remove declaration.
9359
9360 2013-03-13 Pedro Alves <palves@redhat.com>
9361
9362 * ada-lang.c (struct add_partial_datum) <text, text0, word>: Make
9363 fields const.
9364 (ada_make_symbol_completion_list): Make "text0" parameter const.
9365 * ax-gdb.c (agent_eval_command_one): Make "exp" parameter const.
9366 * breakpoint.c (condition_completer): Make "text" and "word"
9367 parameters const. Adjust.
9368 (check_tracepoint_command): Adjust to validate_actionline
9369 prototype change.
9370 (catch_syscall_completer): Make "text" and "word" parameters
9371 const.
9372 * cli/cli-cmds.c (show_user): Make "comname" local const.
9373 (valid_command_p): Make "command" parameter const.
9374 (alias_command): Make "alias_prefix" and "command_prefix" locals
9375 const.
9376 * cli/cli-decode.c (add_cmd): Make "name" parameter const.
9377 (add_alias_cmd): Make "name" and "oldname" parameters const.
9378 Adjust. No longer make copy of OLDNAME.
9379 (add_prefix_cmd, add_abbrev_prefix_cmd, add_set_or_show_cmd)
9380 (add_setshow_cmd_full, add_setshow_enum_cmd)
9381 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
9382 (add_setshow_filename_cmd, add_setshow_string_cmd)
9383 (add_setshow_string_noescape_cmd)
9384 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
9385 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
9386 (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd)
9387 (delete_cmd, add_info, add_info_alias, add_com, add_com_alias):
9388 Make "name" parameter const.
9389 (help_cmd): Rename "command" parameter to "arg". New const local
9390 "command".
9391 (find_cmd): Make "command" parameter const.
9392 (lookup_cmd_1): Make "text" parameter pointer to const. Adjust to
9393 deprecated_cmd_warning prototype change.
9394 (undef_cmd_error): Make "cmdtype" parameter const.
9395 (lookup_cmd): Make "line" parameter const.
9396 (deprecated_cmd_warning): Change type of "text" parameter to
9397 pointer to const char, from pointer to pointer to char. Adjust.
9398 (lookup_cmd_composition): Make "text" parameter const.
9399 (complete_on_cmdlist, complete_on_enum): Make "text" and "word"
9400 parameters const.
9401 * cli/cli-decode.h (struct cmd_list_element) <name>: Make field
9402 const.
9403 * cli/cli-script.c (validate_comname): Make "tem" local const.
9404 (define_command): New const local "tem_c". Use it in calls to
9405 lookup_cmd.
9406 (document_command): Make "tem" and "comfull" locals const.
9407 (show_user_1): Make "prefix" and "name" parameters const.
9408 * cli-script.h (show_user_1): Make "prefix" and "name" parameters
9409 const.
9410 * command.h (add_cmd, add_alias_cmd, add_prefix_cmd)
9411 (add_abbrev_prefix_cmd, completer_ftype, lookup_cmd, lookup_cmd_1)
9412 (deprecated_cmd_warning, lookup_cmd_composition, add_com)
9413 (add_com_alias, add_info, add_info_alias, complete_on_cmdlist)
9414 (complete_on_enum, add_setshow_enum_cmd)
9415 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
9416 (add_setshow_filename_cmd, add_setshow_string_cmd)
9417 (add_setshow_string_noescape_cmd)
9418 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
9419 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
9420 (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
9421 Change prototypes, constifying strings.
9422 * completer.c (noop_completer, filename_completer): Make "text"
9423 and "prefix" parameters const.
9424 (location_completer, expression_completer)
9425 (complete_line_internal): Make "text" and "prefix" parameters
9426 const and adjust.
9427 (command_completer, signal_completer): Make "text" and "prefix"
9428 parameters const.
9429 * completer.h (noop_completer, filename_completer)
9430 (expression_completer, location_completer, command_completer)
9431 (signal_completer): Change prototypes.
9432 * corefile.c (complete_set_gnutarget): Make "text" and "word"
9433 parameters const.
9434 * cp-abi.c (cp_abi_completer): Likewise.
9435 * expression.h (parse_expression_for_completion): Change
9436 prototype.
9437 * f-lang.c (f_make_symbol_completion_list): Make "text" and "word"
9438 parameters const.
9439 * infcmd.c (_initialize_infcmd): Make "cmd_name" local const.
9440 * infrun.c (handle_completer): Make "text" and "word" parameters
9441 const.
9442 * interps.c (interpreter_completer): Make "text" and "word"
9443 parameters const.
9444 * language.h (struct language_defn)
9445 <la_make_symbol_completion_list>: Make "text" and "word"
9446 parameters const.
9447 * parse.c (parse_exp_1): Move const hack to parse_exp_in_context.
9448 (parse_exp_in_context): Rename to ...
9449 (parse_exp_in_context_1): ... this.
9450 (parse_exp_in_context): Reimplement, with const hack from
9451 parse_exp_1.
9452 (parse_expression_for_completion): Make "string" parameter const.
9453 * printcmd.c (decode_format): Make "string_ptr" parameter pointer
9454 to pointer to const char. Adjust.
9455 (print_command_1): Make "exp" parameter const.
9456 (output_command): Rename to ...
9457 (output_command_const): ... this. Make "exp" parameter const.
9458 (output_command): Reimplement.
9459 (x_command): Adjust.
9460 (display_command): Rename "exp" parameter to "arg". New "exp"
9461 local, const version of "arg".
9462 * python/py-auto-load.c (gdbpy_initialize_auto_load): Make
9463 "cmd_name" local const.
9464 * python/py-cmd.c (cmdpy_destroyer): Cast const away in xfree
9465 call.
9466 (cmdpy_completer): Make "text" and "word" parameters const.
9467 (gdbpy_parse_command_name): Make "prefix_text2" local const.
9468 * python/py-param.c (add_setshow_generic): Make "tmp_name" local
9469 const.
9470 * remote.c (_initialize_remote): Make "cmd_name" local const.
9471 * symtab.c (language_search_unquoted_string): Make "text" and "p"
9472 parameters const. Adjust.
9473 (completion_list_add_fields): Make "sym_text", "text" and "word"
9474 parameters const.
9475 (struct add_name_data) <sym_text, text, word>: Make fields const.
9476 (default_make_symbol_completion_list_break_on): Make "text" and
9477 "word" parameters const. Adjust locals.
9478 (default_make_symbol_completion_list)
9479 (make_symbol_completion_list, make_symbol_completion_type)
9480 (make_symbol_completion_list_fn): Make "text" and "word"
9481 parameters const.
9482 (make_file_symbol_completion_list): Make "text", "word" and
9483 "srcfile" parameters const. Adjust locals.
9484 (add_filename_to_list): Make "text" and "word" parameters const.
9485 (struct add_partial_filename_data) <text, word>: Make fields
9486 const.
9487 (make_source_files_completion_list): Make "text" and "word"
9488 parameters const.
9489 * symtab.h (default_make_symbol_completion_list_break_on)
9490 (default_make_symbol_completion_list, make_symbol_completion_list)
9491 (make_symbol_completion_type enum type_code)
9492 (make_symbol_completion_list_fn make_file_symbol_completion_list)
9493 (make_source_files_completion_list): Change prototype.
9494 * top.c (execute_command): Adjust to pass pointer to pointer to
9495 const char to lookup_cmd, and to deprecated_cmd_warning prototype
9496 change.
9497 (set_verbose): Make "cmdname" local const.
9498 * tracepoint.c (decode_agent_options): Make "exp" parameter const,
9499 and adjust.
9500 (validate_actionline): Make "line" parameter a pointer to const
9501 char, and adjust.
9502 (encode_actions_1): Make "action_exp" local const, and adjust.
9503 (encode_actions): Adjust.
9504 (replace_comma): Delete.
9505 (trace_dump_actions): Make "action_exp" and "next_comma" locals
9506 const, and adjust. Don't frob the action string while splitting
9507 it at commas. Instead, make a copy of each split substring in
9508 turn.
9509 (trace_dump_command): Adjust to validate_actionline prototype
9510 change.
9511 * tracepoint.h (decode_agent_options, decode_agent_options)
9512 (encode_actions, validate_actionline): Change prototypes.
9513 * valprint.h (output_command): Delete declaration.
9514 (output_command_const): Declare.
9515 * value.c (function_destroyer): Cast const away in xfree call.
9516
9517 2013-03-13 Pedro Alves <palves@redhat.com>
9518
9519 * ada-lang.c (ada_decode_symbol): Cast away constness of GSYMBOL
9520 rather than casting 'const char * const *' to 'const char **'.
9521 * ada-lex.l (processInt): Make "trailer" local const. Remove
9522 'const char **' cast.
9523 * arm-linux-tdep.c (arm_stap_parse_special_token): Add 'char *'
9524 locals, and use those as strtol output pointer, instead than doing
9525 invalid casts to from 'const char **' to 'char **'.
9526 (_initialize_demangle): Remove cast.
9527 * i386-tdep.c (i386_stap_parse_special_token): : Add 'char *'
9528 locals, and use those as strtol output pointer, instead than doing
9529 invalid casts to from 'const char **' to 'char **'.
9530 * solib-dsbt.c (dsbt_get_initial_loadmaps): Remove 'gdb_byte**'
9531 casts.
9532 * stap-probe.c (stap_parse_register_operand)
9533 (stap_parse_single_operand): Likewise.
9534
9535 2013-03-13 Yao Qi <yao@codesourcery.com>
9536
9537 * tracepoint.c (tfile_get_trace_state_variable_value): Look for
9538 the last matched 'V' blcok in trace frame.
9539
9540 2013-03-12 Joel Brobecker <brobecker@adacore.com>
9541
9542 * NEWS: Create a new section for the next release branch.
9543 Rename the section of the current branch, now that it has
9544 been cut.
9545
9546 2013-03-12 Joel Brobecker <brobecker@adacore.com>
9547
9548 GDB 7.6 branch created (branch timestamp: 2013-03-12 22:15 UTC)
9549 * version.in: Bump version to 7.6.50.20130312-cvs.
9550
9551 2013-03-12 Keith Seitz <keiths@redhat.com>
9552
9553 * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.
9554 * mi/mi-interp.c (mi_interpreter_exec): Make "command" const.
9555 Remove temporary copy of input string.
9556 (mi_execute_command_wrapper): Make "cmd" const.
9557 * mi/mi-main.c (mi_execute_command): Make "string_ptr" const.
9558 * mi/mi-parse.c (mi_parse_argv): Make "args" const.
9559 Use const strings.
9560 (mi_parse): Make "cmd" const.
9561 Use const strings.
9562 * mi/mi-parse.h (mi_parse): Make "cmd" const.
9563
9564 2013-03-12 Keith Seitz <keiths@redhat.com>
9565
9566 * ada-lang.c (ada_read_renaming_var_value): Pass const
9567 pointer to expression string to parse_exp_1.
9568 (create_excep_cond_exprs): Likewise.
9569 * ax-gdb.c (agent_eval_command_one): Likewise.
9570 (maint_agent_printf_command): Likewise.
9571 Constify much of the string handling/parsing.
9572 * breakpoint.c (set_breakpoint_condition): Pass const
9573 pointer to expression string to parse_exp_1.
9574 (update_watchpoint): Likewise.
9575 (parse_cmd_to_aexpr): Constify string handling.
9576 Pass const pointer to parse_exp_1.
9577 (init_breakpoint_sal): Pass const pointer to parse_exp_1.
9578 (find_condition_and_thread): Likewise.
9579 Make TOK const.
9580 (watch_command_1): Make "arg" const.
9581 Constify string handling.
9582 Copy the expression string instead of changing the input
9583 string.
9584 (update_breakpoint_location): Pass const pointer to
9585 parse_exp_1.
9586 * eval.c (parse_and_eval_address): Make "exp" const.
9587 (parse_to_comma_and_eval): Make "expp" const.
9588 (parse_and_eval): Make "exp" const.
9589 * expression.h (parse_expression): Make argument const.
9590 (parse_exp_1): Make first argument const.
9591 * findcmd.c (parse_find_args): Treat "args" as const.
9592 * linespec.c (parse_linespec): Pass const pointer to
9593 linespec_expression_to_pc.
9594 (linespec_expression_to_pc): Make "exp_ptr" const.
9595 * parse.c (parse_exp_1): Make "stringptr" const.
9596 Make a copy of the expression to pass to parse_exp_in_context until
9597 this whole interface can be constified.
9598 (parse_expression): Make "string" const.
9599 * printcmd.c (ui_printf): Treat "arg" as const.
9600 Handle const strings.
9601 * tracepoint.c (validate_actionline): Pass const pointer to
9602 all calls to parse_exp_1.
9603 (encode_actions_1): Likewise.
9604 * value.h (parse_to_comma_and_eval): Make argument const.
9605 (parse_and_eval_address): Likewise.
9606 (parse_and_eval): Likewise.
9607 * varobj.c (varobj_create): Pass const pointer to parse_exp_1.
9608 (varobj_set_value): Likewise.
9609 * cli/cli-cmds.c (disassemble_command): Treat "arg" as const and
9610 constify string handling.
9611 Pass const pointers to parse_and_eval_address and
9612 parse_to_comman_and_eval.
9613 * cli/cli-utils.c (skip_to_space): Rename to ...
9614 (skip_to_space_const): ... this. Handle const strings.
9615 * cli/cli-utils.h (skip_to_space): Turn into macro which invokes
9616 skip_to_space_const.
9617 (skip_to_space_const): Declare.
9618 * common/format.c (parse_format_string): Make "arg" const.
9619 Handle const strings.
9620 * common/format.h (parse_format_string): Make "arg" const.
9621 * gdbserver/ax.c (ax_printf): Make "format" const.
9622 * python/python.c (gdbpy_parse_and_eval): Do not make a copy
9623 of the expression string.
9624
9625 2013-03-12 Hui Zhu <hui@codesourcery.com>
9626
9627 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Update error message.
9628
9629 2013-03-12 Yao Qi <yao@codesourcery.com>
9630 Hui Zhu <hui@codesourcery.com>
9631
9632 * dwarf2loc.c (access_memory): Change nbits to nbytes in gdb_assert.
9633 (dwarf2_compile_expr_to_ax): Call access_memory in DW_OP_deref and
9634 DW_OP_deref_size.
9635
9636 2013-03-12 Paul Hilfinger <hilfingr@adacore.com>
9637
9638 * ada-lex.l (rules): Only recognize 'thread' as a
9639 delimiter when followed by numerals, as for c-exp.y.
9640 Use new rewind_to_char function to rewind the input for
9641 expression-delimiting tokens.
9642 (rewind_to_char): New function.
9643
9644 2013-03-11 Pedro Alves <palves@redhat.com>
9645 Jan Kratochvil <jan.kratochvil@redhat.com>
9646
9647 * configure: Regenerate.
9648 * configure.ac (check dynamic export flag): Link python test with
9649 $PYTHON_LIBS.
9650
9651 2013-03-11 Doug Evans <dje@google.com>
9652 Keith Seitz <keiths@redhat.com>
9653
9654 * linespec.c (find_linespec_symbols): Call find_function_symbols
9655 first, and then call lookup_prefix_sym/find_method.
9656
9657 2013-03-11 Pedro Alves <palves@redhat.com>
9658
9659 * charset.c (convert_between_encodings): Don't cast between
9660 different pointer to pointer types. Instead, make the 'inp' local
9661 be of the type iconv expects.
9662 (wchar_iterate): Don't cast between different pointer to pointer
9663 types. Instead, use new pointer local of the type iconv expects.
9664 * target.c (target_read_stralloc, target_fileio_read_stralloc):
9665 Add new local of type char pointer, and use it to get a
9666 char/string view of the byte buffer, instead of casting between
9667 pointer to pointer types.
9668
9669 2013-03-11 Hafiz Abid Qadeer <abidh@codesourcery.com>
9670
9671 * remote.c (remote_set_trace_buffer_size): Move != operator
9672 to the start of next line to fix an ARI warning.
9673
9674 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9675
9676 * NEWS: Add record changes.
9677
9678 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9679
9680 * record-btrace.c (btrace_insn_history): Omit the pc prefix in
9681 the instruction history disassembly.
9682 * disasm.c (dump_insns): Omit the pc prefix, if requested.
9683 * disasm.h (DISASSEMBLY_OMIT_PC): New.
9684
9685 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9686
9687 * Makefile.in (SFILES): Add record-btrace.c
9688 (COMMON_OBS): Add record-btrace.o
9689 * record-btrace.c: New.
9690 * objfiles.c: Include btrace.h.
9691 (free_objfile): call btrace_free_objfile.
9692
9693 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9694
9695 * target.c (target_call_history, target_call_history_from,
9696 target_call_history_range): New.
9697 * target.h (target_ops) <to_call_history, to_call_history_from,
9698 to_call_history_range>: New fields.
9699 (target_call_history, target_call_history_from,
9700 target_call_history_range): New declaration.
9701 * record.c (get_call_history_modifiers, cmd_record_call_history,
9702 record_call_history_size): New.
9703 (_initialize_record): Add the "record function-call-history" command.
9704 Add "set/show record function-call-history-size" commands.
9705 * record.h (record_print_flag): New.
9706
9707 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9708
9709 * target.h (target_ops) <to_insn_history, to_insn_history_from,
9710 to_insn_history_range>: New fields.
9711 (target_insn_history): New.
9712 (target_insn_history_from): New.
9713 (target_insn_history_range): New.
9714 * target.c (target_insn_history): New.
9715 (target_insn_history_from): New.
9716 (target_insn_history_range): New.
9717 * record.c: Include cli/cli-utils.h, disasm.h, ctype.h.
9718 (record_insn_history_size): New.
9719 (get_insn_number): New.
9720 (get_context_size): New.
9721 (no_chunk): New.
9722 (get_insn_history_modifiers): New.
9723 (cmd_record_insn_history): New.
9724 (_initialize_record): Add "set/show record instruction-history-size"
9725 command. Add "record instruction-history" command.
9726
9727 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9728
9729 * record.h (record_disconnect): New.
9730 (record_detach): New.
9731 (record_mourn_inferior): New.
9732 (record_kill): New.
9733 * record-full.c (record_disconnect, record_detach,
9734 record_mourn_inferior, record_kill): Move to...
9735 * record.c: ...here.
9736 (DEBUG): New.
9737 (record_stop): New.
9738 (record_unpush): New.
9739 (cmd_record_stop): Call record_stop. Replace unpush_target
9740 call with record_unpush call.
9741 (record_disconnect, record_detach): Assert that the target
9742 is of record stratum. Call record_unpush, record_stop, and
9743 DEBUG.
9744 (record_mourn_inferior, record_kill): Assert that the target
9745 is of record stratum. Call record_unpush and DEBUG.
9746
9747 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9748
9749 * record-full.h, record-full.c (record_memory_query): Rename
9750 to ...
9751 (record_full_memory_query): ...this. Update all users.
9752 (record_arch_list_add_reg): Rename to ...
9753 (record_full_arch_list_add_reg): ...this. Update all users.
9754 (record_arch_list_add_mem): Rename to ...
9755 (record_full_arch_list_add_mem): ...this. Update all users.
9756 (record_arch_list_add_end): Rename to ...
9757 (record_full_arch_list_add_end): ...this. Update all users.
9758 (record_gdb_operation_disable_set): Rename to ...
9759 (record_full_gdb_operation_disable_set): ...this.
9760 Update all users.
9761
9762 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9763
9764 * record-full.c (DEFAULT_RECORD_INSN_MAX_NUM): Renamed to ...
9765 (DEFAULT_RECORD_FULL_INSN_MAX_NUM): ... this. Updated all users.
9766 (RECORD_IS_REPLAY): Renamed to ...
9767 (RECORD_FULL_IS_REPLAY): ... this. Updated all users.
9768 (RECORD_FILE_MAGIC): Renamed to ...
9769 (RECORD_FULL_FILE_MAGIC): ... this. Updated all users.
9770 (record_mem_entry): Renamed to ...
9771 (record_full_mem_entry): ... this. Updated all users.
9772 (record_reg_entry): Renamed to ...
9773 (record_full_reg_entry): ... this. Updated all users.
9774 (record_end_entry): Renamed to ...
9775 (record_full_end_entry): ... this. Updated all users.
9776 (record_type) <record_end, record_reg, record_mem>: Renamed
9777 to ...
9778 (record_full_type) <record_full_end, record_full_reg,
9779 record_full_mem>: ... this. Updated all users.
9780 (record_entry): Renamed to ...
9781 (record_full_entry): ... this. Updated all users.
9782 (record_core_buf_entry): Renamed to ...
9783 (record_full_core_buf_entry): ... this. Updated all users.
9784 (record_core_regbuf): Renamed to ...
9785 (record_full_core_regbuf): ... this. Updated all users.
9786 (record_core_start): Renamed to ...
9787 (record_full_core_start): ... this. Updated all users.
9788 (record_core_end): Renamed to ...
9789 (record_full_core_end): ... this. Updated all users.
9790 (record_core_buf_list): Renamed to ...
9791 (record_full_core_buf_list): ... this. Updated all users.
9792 (record_first): Renamed to ...
9793 (record_full_first): ... this. Updated all users.
9794 (record_list): Renamed to ...
9795 (record_full_list): ... this. Updated all users.
9796 (record_arch_list_head): Renamed to ...
9797 (record_full_arch_list_head): ... this. Updated all users.
9798 (record_arch_list_tail): Renamed to ...
9799 (record_full_arch_list_tail): ... this. Updated all users.
9800 (record_stop_at_limit): Renamed to ...
9801 (record_full_stop_at_limit): ... this. Updated all users.
9802 (record_insn_max_num): Renamed to ...
9803 (record_full_insn_max_num): ... this. Updated all users.
9804 (record_insn_num): Renamed to ...
9805 (record_full_insn_num): ... this. Updated all users.
9806 (record_insn_count): Renamed to ...
9807 (record_full_insn_count): ... this. Updated all users.
9808 (record_ops): Renamed to ...
9809 (record_full_ops): ... this. Updated all users.
9810 (record_core_ops): Renamed to ...
9811 (record_full_core_ops): ... this. Updated all users.
9812 (set_record_cmdlist): Renamed to ...
9813 (set_record_full_cmdlist): ... this. Updated all users.
9814 (show_record_cmdlist): Renamed to ...
9815 (show_record_full_cmdlist): ... this. Updated all users.
9816 (record_cmdlist): Renamed to ...
9817 (record_full_cmdlist): ... this. Updated all users.
9818 (record_beneath_to_resume_ops): Renamed to ...
9819 (record_full_beneath_to_resume_ops): ... this. Updated all users.
9820 (record_beneath_to_resume): Renamed to ...
9821 (record_full_beneath_to_resume): ... this. Updated all users.
9822 (record_beneath_to_wait_ops): Renamed to ...
9823 (record_full_beneath_to_wait_ops): ... this. Updated all users.
9824 (record_beneath_to_wait): Renamed to ...
9825 (record_full_beneath_to_wait): ... this. Updated all users.
9826 (record_beneath_to_store_registers_ops): Renamed to ...
9827 (record_full_beneath_to_store_registers_ops): ... this.
9828 Updated all users.
9829 (record_beneath_to_store_registers): Renamed to ...
9830 (record_full_beneath_to_store_registers): ... this.
9831 Updated all users.
9832 (record_beneath_to_xfer_partial_ops): Renamed to ...
9833 (record_full_beneath_to_xfer_partial_ops): ... this.
9834 Updated all users.
9835 (record_beneath_to_xfer_partial): Renamed to ...
9836 (record_full_beneath_to_xfer_partial): ... this.
9837 Updated all users.
9838 (record_beneath_to_insert_breakpoint): Renamed to ...
9839 (record_full_beneath_to_insert_breakpoint): ... this.
9840 Updated all users.
9841 (record_beneath_to_stopped_by_watchpoint): Renamed to ...
9842 (record_full_beneath_to_stopped_by_watchpoint): ... this.
9843 Updated all users.
9844 (record_beneath_to_stopped_data_address): Renamed to ...
9845 (record_full_beneath_to_stopped_data_address): ... this.
9846 Updated all users.
9847 (record_beneath_to_async): Renamed to ...
9848 (record_full_beneath_to_async): ... this. Updated all users.
9849 (record_goto_insn): Renamed to ...
9850 (record_full_goto_insn): ... this. Updated all users.
9851 (record_save): Renamed to ...
9852 (record_full_save): ... this. Updated all users.
9853 (record_reg_alloc): Renamed to ...
9854 (record_full_reg_alloc): ... this. Updated all users.
9855 (record_reg_release): Renamed to ...
9856 (record_full_reg_release): ... this. Updated all users.
9857 (record_mem_alloc): Renamed to ...
9858 (record_full_mem_alloc): ... this. Updated all users.
9859 (record_mem_release): Renamed to ...
9860 (record_full_mem_release): ... this. Updated all users.
9861 (record_end_alloc): Renamed to ...
9862 (record_full_end_alloc): ... this. Updated all users.
9863 (record_end_release): Renamed to ...
9864 (record_full_end_release): ... this. Updated all users.
9865 (record_entry_release): Renamed to ...
9866 (record_full_entry_release): ... this. Updated all users.
9867 (record_list_release): Renamed to ...
9868 (record_full_list_release): ... this. Updated all users.
9869 (record_list_release_following): Renamed to ...
9870 (record_full_list_release_following): ... this.
9871 Updated all users.
9872 (record_list_release_first): Renamed to ...
9873 (record_full_list_release_first): ... this. Updated all users.
9874 (record_arch_list_add): Renamed to ...
9875 (record_full_arch_list_add): ... this. Updated all users.
9876 (record_get_loc): Renamed to ...
9877 (record_full_get_loc): ... this. Updated all users.
9878 (record_check_insn_num): Renamed to ...
9879 (record_full_check_insn_num): ... this. Updated all users.
9880 (record_arch_list_cleanups): Renamed to ...
9881 (record_full_arch_list_cleanups): ... this. Updated all users.
9882 (record_message): Renamed to ...
9883 (record_full_message): ... this. Updated all users.
9884 (record_message_wrapper): Renamed to ...
9885 (record_full_message_wrapper): ... this. Updated all users.
9886 (record_message_wrapper_safe): Renamed to ...
9887 (record_full_message_wrapper_safe): ... this. Updated all users.
9888 (record_gdb_operation_disable): Renamed to ...
9889 (record_full_gdb_operation_disable): ... this. Updated all users.
9890 (record_hw_watchpoint): Renamed to ...
9891 (record_full_hw_watchpoint): ... this. Updated all users.
9892 (record_exec_insn): Renamed to ...
9893 (record_full_exec_insn): ... this. Updated all users.
9894 (record_restore): Renamed to ...
9895 (record_full_restore): ... this. Updated all users.
9896 (record_async_inferior_event_token): Renamed to ...
9897 (record_full_async_inferior_event_token): ... this.
9898 Updated all users.
9899 (record_async_inferior_event_handler): Renamed to ...
9900 (record_full_async_inferior_event_handler): ... this.
9901 Updated all users.
9902 (record_core_open_1): Renamed to ...
9903 (record_full_core_open_1): ... this. Updated all users.
9904 (record_open_1): Renamed to ...
9905 (record_full_open_1): ... this. Updated all users.
9906 (record_open): Renamed to ...
9907 (record_full_open): ... this. Updated all users.
9908 (record_close): Renamed to ...
9909 (record_full_close): ... this. Updated all users.
9910 (record_resume_step): Renamed to ...
9911 (record_full_resume_step): ... this. Updated all users.
9912 (record_resumed): Renamed to ...
9913 (record_full_resumed): ... this. Updated all users.
9914 (record_execution_dir): Renamed to ...
9915 (record_full_execution_dir): ... this. Updated all users.
9916 (record_resume): Renamed to ...
9917 (record_full_resume): ... this. Updated all users.
9918 (record_get_sig): Renamed to ...
9919 (record_full_get_sig): ... this. Updated all users.
9920 (record_sig_handler): Renamed to ...
9921 (record_full_sig_handler): ... this. Updated all users.
9922 (record_wait_cleanups): Renamed to ...
9923 (record_full_wait_cleanups): ... this. Updated all users.
9924 (record_wait_1): Renamed to ...
9925 (record_full_wait_1): ... this. Updated all users.
9926 (record_wait): Renamed to ...
9927 (record_full_wait): ... this. Updated all users.
9928 (record_stopped_by_watchpoint): Renamed to ...
9929 (record_full_stopped_by_watchpoint): ... this. Updated all users.
9930 (record_disconnect): Renamed to ...
9931 (record_full_disconnect): ... this. Updated all users.
9932 (record_detach): Renamed to ...
9933 (record_full_detach): ... this. Updated all users.
9934 (record_mourn_inferior): Renamed to ...
9935 (record_full_mourn_inferior): ... this. Updated all users.
9936 (record_kill): Renamed to ...
9937 (record_full_kill): ... this. Updated all users.
9938 (record_stopped_data_address): Renamed to ...
9939 (record_full_stopped_data_address): ... this. Updated all users.
9940 (record_registers_change): Renamed to ...
9941 (record_full_registers_change): ... this. Updated all users.
9942 (record_store_registers): Renamed to ...
9943 (record_full_store_registers): ... this. Updated all users.
9944 (record_xfer_partial): Renamed to ...
9945 (record_full_xfer_partial): ... this. Updated all users.
9946 (record_breakpoint): Renamed to ...
9947 (record_full_breakpoint): ... this. Updated all users.
9948 (record_breakpoint_p): Renamed to ...
9949 (record_full_breakpoint_p): ... this. Updated all users.
9950 (record_breakpoints): Renamed to ...
9951 (record_full_breakpoints): ... this. Updated all users.
9952 (record_sync_record_breakpoints): Renamed to ...
9953 (record_full_sync_record_breakpoints): ... this.
9954 Updated all users.
9955 (record_init_record_breakpoints): Renamed to ...
9956 (record_full_init_record_breakpoints): ... this.
9957 Updated all users.
9958 (record_insert_breakpoint): Renamed to ...
9959 (record_full_insert_breakpoint): ... this. Updated all users.
9960 (record_remove_breakpoint): Renamed to ...
9961 (record_full_remove_breakpoint): ... this. Updated all users.
9962 (record_can_execute_reverse): Renamed to ...
9963 (record_full_can_execute_reverse): ... this. Updated all users.
9964 (record_get_bookmark): Renamed to ...
9965 (record_full_get_bookmark): ... this. Updated all users.
9966 (record_goto_bookmark): Renamed to ...
9967 (record_full_goto_bookmark): ... this. Updated all users.
9968 (record_async): Renamed to ...
9969 (record_full_async): ... this. Updated all users.
9970 (record_can_async_p): Renamed to ...
9971 (record_full_can_async_p): ... this. Updated all users.
9972 (record_is_async_p): Renamed to ...
9973 (record_full_is_async_p): ... this. Updated all users.
9974 (record_execution_direction): Renamed to ...
9975 (record_full_execution_direction): ... this. Updated all users.
9976 (record_info): Renamed to ...
9977 (record_full_info): ... this. Updated all users.
9978 (record_delete): Renamed to ...
9979 (record_full_delete): ... this. Updated all users.
9980 (record_is_replaying): Renamed to ...
9981 (record_full_is_replaying): ... this. Updated all users.
9982 (record_goto_entry): Renamed to ...
9983 (record_full_goto_entry): ... this. Updated all users.
9984 (record_goto_begin): Renamed to ...
9985 (record_full_goto_begin): ... this. Updated all users.
9986 (record_goto_end): Renamed to ...
9987 (record_full_goto_end): ... this. Updated all users.
9988 (record_goto): Renamed to ...
9989 (record_full_goto): ... this. Updated all users.
9990 (init_record_ops): Renamed to ...
9991 (init_record_full_ops): ... this. Updated all users.
9992 (record_core_resume): Renamed to ...
9993 (record_full_core_resume): ... this. Updated all users.
9994 (record_core_kill): Renamed to ...
9995 (record_full_core_kill): ... this. Updated all users.
9996 (record_core_fetch_registers): Renamed to ...
9997 (record_full_core_fetch_registers): ... this. Updated all users.
9998 (record_core_prepare_to_store): Renamed to ...
9999 (record_full_core_prepare_to_store): ... this. Updated all users.
10000 (record_core_store_registers): Renamed to ...
10001 (record_full_core_store_registers): ... this. Updated all users.
10002 (record_core_xfer_partial): Renamed to ...
10003 (record_full_core_xfer_partial): ... this. Updated all users.
10004 (record_core_insert_breakpoint): Renamed to ...
10005 (record_full_core_insert_breakpoint): ... this. Updated all users.
10006 (record_core_remove_breakpoint): Renamed to ...
10007 (record_full_core_remove_breakpoint): ... this. Updated all users.
10008 (record_core_has_execution): Renamed to ...
10009 (record_full_core_has_execution): ... this. Updated all users.
10010 (init_record_core_ops): Renamed to ...
10011 (init_record_full_core_ops): ... this. Updated all users.
10012 (cmd_record_restore): Renamed to ...
10013 (cmd_record_full_restore): ... this. Updated all users.
10014 (record_save_cleanups): Renamed to ...
10015 (record_full_save_cleanups): ... this. Updated all users.
10016 (cmd_record_start): Renamed to ...
10017 (cmd_record_full_start): ... this. Updated all users.
10018 (set_record_insn_max_num): Renamed to ...
10019 (set_record_full_insn_max_num): ... this. Updated all users.
10020 (set_record_command): Renamed to ...
10021 (set_record_full_command): ... this. Updated all users.
10022 (show_record_command): Renamed to ...
10023 (show_record_full_command): ... this. Updated all users.
10024 (_initialize_record): Renamed to ...
10025 (_initialize_record_full): ... this. Updated all users.
10026
10027 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10028
10029 * record.h: Split into this and ...
10030 * record-full.h: ... this.
10031 * record.c: Split into this and ...
10032 * record-full.c: ... this.
10033 * target.h (target_ops): Add new fields to_info_record,
10034 to_save_record, to_delete_record, to_record_is_replaying,
10035 to_goto_record_begin, to_goto_record_end, to_goto_record.
10036 (target_info_record): New.
10037 (target_save_record): New.
10038 (target_supports_delete_record): New.
10039 (target_delete_record): New.
10040 (target_record_is_replaying): New.
10041 (target_goto_record_begin): New.
10042 (target_goto_record_end): New.
10043 (target_goto_record): New.
10044 * target.c (target_info_record): New.
10045 (target_save_record): New.
10046 (target_supports_delete_record): New.
10047 (target_delete_record): New.
10048 (target_record_is_replaying): New.
10049 (target_goto_record_begin): New.
10050 (target_goto_record_end): New.
10051 (target_goto_record): New.
10052 * record.h: Declare struct cmd_list_element.
10053 (record_cmdlist): New declaration.
10054 (set_record_cmdlist): New declaration.
10055 (show_record_cmdlist): New declaration.
10056 (info_record_cmdlist): New declaration.
10057 (cmd_record_goto): New declaration.
10058 * record.c: Remove unnecessary includes.
10059 Include inferior.h.
10060 (cmd_record_goto): Remove declaration.
10061 (record_cmdlist): Now extern. Initialize.
10062 (set_record_cmdlist): Now extern. Initialize.
10063 (show_record_cmdlist): Now extern. Initialize.
10064 (info_record_cmdlist): Now extern. Initialize.
10065 (find_record_target): New.
10066 (require_record_target): New.
10067 (cmd_record_start): Update.
10068 (cmd_record_delete): Remove target-specific code.
10069 Call target_delete_record.
10070 (cmd_record_stop): Unpush any record target.
10071 (set_record_insn_max_num): Move to record-full.c
10072 (set_record_command): Add comment.
10073 (show_record_command): Add comment.
10074 (info_record_command): Update comment.
10075 Remove target-specific code.
10076 Call the record target's to_info_record.
10077 (cmd_record_start): New.
10078 (cmd_record_goto): Now extern.
10079 Remove target-specific code.
10080 Call target_goto_begin, target_goto_end, or target_goto.
10081 (_initialize_record): Move record target ops initialization to
10082 record-full.c.
10083 Change "record" command help text.
10084 Move "record restore", "record set", and "record show" commands to
10085 record-full.c.
10086 * Makefile.in (SFILES): Add record-full.c.
10087 (HFILES_NO_SRCDIR): Add record-full.h.
10088 (COMMON_OBS): Add record-full.o.
10089 * amd64-linux-tdep.c: Include record-full.h instead of record.h.
10090 * arm-tdep.c: Include record-full.h.
10091 * i386-linux-tdep.c: Include record-full.h instead of record.h.
10092 * i386-tdep.c: Include record-full.h.
10093 * infrun.c: Include record-full.h.
10094 * linux-record.c: Include record-full.h.
10095 * moxie-tdep.c: Include record-full.h.
10096 * record-full.c: Include record-full.h.
10097 Change module comment.
10098 (set_record_full_cmdlist): New.
10099 (show_record_full_cmdlist): New.
10100 (record_full_cmdlist): New.
10101 (record_goto_insn): New declaration.
10102 (record_save): New declaration.
10103 (record_check_insn_num): Change query string.
10104 (record_info): New.
10105 (record_delete): New.
10106 (record_is_replaying): New.
10107 (record_goto_entry): New.
10108 (record_goto_begin): New.
10109 (record_goto_end): New.
10110 (record_goto): New.
10111 (init_record_ops): Update.
10112 (init_record_core_ops): Update.
10113 (cmd_record_save): Rename to record_save. Remove target and arg checks.
10114 (cmd_record_start): New.
10115 (set_record_insn_max_num): Moved from record.c
10116 (set_record_full_command): New.
10117 (show_record_full_command): New.
10118 (_initialize_record_full): New.
10119
10120 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10121
10122 * target.h (add_deprecated_target_alias): New.
10123 * target.c (add_deprecated_target_alias): New.
10124
10125 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10126
10127 * common/linux-btrace.c: Include sys/ptrace, sys/types, sys/wait.h,
10128 and signal.h.
10129 (linux_supports_btrace): Add kernel and
10130 cpuid check.
10131 (kernel_supports_btrace): New function.
10132 (cpu_supports_btrace): New function.
10133 (intel_supports_btrace): New function.
10134
10135 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10136
10137 * target.h (enum target_object): Add TARGET_OBJECT_BTRACE.
10138 * remote.c: Include btrace.h.
10139 (struct btrace_target_info): New struct.
10140 (remote_supports_btrace): New function.
10141 (send_Qbtrace): New function.
10142 (remote_enable_btrace): New function.
10143 (remote_disable_btrace): New function.
10144 (remote_teardown_btrace): New function.
10145 (remote_read_btrace): New function.
10146 (init_remote_ops): Add btrace ops.
10147 (enum <unnamed>): Add btrace packets.
10148 (struct protocol_feature remote_protocol_features[]): Add btrace packets.
10149 (_initialize_remote): Add packet configuration for branch tracing.
10150
10151 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10152
10153 * features/btrace.dtd: New file.
10154 * Makefile.in (XMLFILES): Add btrace.dtd.
10155 * btrace.h (parse_xml_btrace): New declaration.
10156 * btrace.c: Include xml-support.h.
10157 (parse_xml_btrace): New function.
10158 (parse_xml_btrace_block): New function.
10159 (block_attributes): New struct.
10160 (btrace_attributes): New struct.
10161 (btrace_children): New struct.
10162 (btrace_elements): New struct.
10163
10164 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10165
10166 * amd64-linux-nat.c: Include btrace.h and linux-btrace.h.
10167 (amd64_linux_enable_btrace): New.
10168 (amd64_linux_disable_btrace): New.
10169 (amd64_linux_teardown_btrace): New.
10170 (_initialize_amd64_linux_nat): Initialize btrace ops.
10171 * i386-linux.nat.c: Include btrace.h and linux-btrace.h.
10172 (i386_linux_enable_btrace): New.
10173 (i386_linux_disable_btrace): New.
10174 (i386_linux_teardown_btrace): New.
10175 (_initialize_i386_linux_nat): Initialize btrace ops.
10176 * config/i386/linux.mh: Add linux-btrace.o.
10177 * config/i386/linux64.mh: Add linux-btrace.o.
10178
10179 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10180
10181 * common/linux_btrace.h: New file.
10182 * common/linux_btrace.c: New file.
10183 * Makefile.in (SFILES): Add btrace.c.
10184 (HFILES_NO_SRCDIR): Add common/linux-btrace.h.
10185 (COMMON_OBS): Add btrace.o.
10186 (linux-btrace.o): New rule.
10187
10188 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10189
10190 * target.h: Include btrace.h.
10191 (struct target_ops) <to_supports_btrace, to_enable_btrace,
10192 to_disable_btrace, to_teardown_btrace, to_read_btrace>: New.
10193 * target.c (target_supports_btrace): New function.
10194 (target_enable_btrace): New function.
10195 (target_disable_btrace): New function.
10196 (target_teardown_btrace): New function.
10197 (target_read_btrace): New function.
10198 * btrace.h: New file.
10199 * btrace.c: New file.
10200 * Makefile.in: Add btrace.c.
10201 * gdbthread.h: Include btrace.h.
10202 (struct thread_info): Add btrace field.
10203 * thread.c: Include btrace.h.
10204 (clear_thread_inferior_resources): Call target_teardown_btrace.
10205 * common/btrace-common.h: New file.
10206
10207 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10208
10209 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Call also kill
10210 for CHILD, ignore PTRACE_KILL errors, move the inner block variable
10211 kill_status to outer block.
10212
10213 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10214
10215 Fix entry-values if the callee called a noreturn function.
10216 * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Use
10217 get_frame_address_in_block. Add new comment.
10218
10219 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10220
10221 Fix entry-values in C++ across CUs.
10222 * dwarf2loc.c (call_site_to_target_addr) <FIELD_LOC_KIND_PHYSNAME>: Use
10223 lookup_minimal_symbol. Add a comment.
10224 * dwarf2read.c
10225 (read_call_site_scope) <is_ref_attr> <die_is_declaration>: Prefer
10226 DW_AT_linkage_name.
10227
10228 2013-03-08 Yao Qi <yao@codesourcery.com>
10229
10230 * tracepoint.c (_initialize_tracepoint): Indent the code.
10231
10232 2013-03-08 Pedro Alves <palves@redhat.com>
10233
10234 * findcmd.c (put_bits): Change type of parameter to 'gdb_byte *'.
10235 (parse_find_args, find_command): Change type of pattern buffer
10236 locals to 'gdb_byte *'.
10237
10238 2013-03-08 Stan Shebs <stan@codesourcery.com>
10239 Hafiz Abid Qadeer <abidh@codesourcery.com>
10240
10241 * NEWS: Mention set and show trace-buffer-size commands.
10242 Mention new packet.
10243 * target.h (struct target_ops): New method
10244 to_set_trace_buffer_size.
10245 (target_set_trace_buffer_size): New macro.
10246 * target.c (update_current_target): Set up new method.
10247 * tracepoint.c (trace_buffer_size): New global.
10248 (start_tracing): Send it to the target.
10249 (set_trace_buffer_size): New function.
10250 (_initialize_tracepoint): Add new setshow for trace-buffer-size.
10251 * remote.c (remote_set_trace_buffer_size): New function.
10252 (_initialize_remote): Use it.
10253 (QTBuffer:size) New remote command.
10254 (PACKET_QTBuffer_size): New enum.
10255 (remote_protocol_features): Add an entry for
10256 PACKET_QTBuffer_size.
10257
10258 2013-03-08 Tom Tromey <tromey@redhat.com>
10259
10260 * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
10261 variable.
10262
10263 2013-03-07 Pedro Alves <palves@redhat.com>
10264
10265 * target.c (target_read_stralloc, target_fileio_read_alloc):
10266 *Cast pointer to 'gdb_byte *' in target call.
10267
10268 2013-03-07 Pedro Alves <palves@redhat.com>
10269
10270 * corefile.c (read_memory_string): Cast pointer to gdb_byte* in
10271 call.
10272
10273 2013-03-07 Keith Seitz <keiths@redhat.com>
10274
10275 * breakpoint.c (catch_syscall_split_args): Use skip_spaces.
10276 (trace_pass_command): Likewise.
10277 * cli/cli-cmds.c: Include cli/cli-utils.h.
10278 (source_command): Use skip-spaces.
10279 (disassemble_command): Likewise.
10280 * findcmd.c: Include cli/cli-utils.h.
10281 (parse_find_args): Use skip_spaces.
10282 * go32-nat.c: Include cli/cli-utils.h.
10283 (go32_sldt): Use skip_spaces.
10284 (go32_sgdt): Likewise.
10285 (go32_sidt): Likewise.
10286 (go32_pde): Likewise.
10287 (go32_pte): Likewise.
10288 (go32_pte_for_address): Likewise.
10289 * infcmd.c: Include cli/cli-utils.h.
10290 (registers_info): Use skip_spaces.
10291 * linux-tdep.c (read_mapping): Use skip_spaces_const.
10292 (linux_info_proc): Likewise.
10293 * linux-thread-db.c: Include cli/cli-utils.h.
10294 (info_auto_load_libthread_db): Use skip_spaces_const.
10295 * m32r-rom.c: Include cli/cli-utils.h.
10296 (m32r_upload_command): Use skip_spaces.
10297 * maint.c: Include cli/cli-utils.h.
10298 (maintenance_translate_address): Use skip_spaces.
10299 * mi/mi-parse.c: Include cli/cli-utils.h.
10300 (mi_parse_argv): Use skip_spaces.
10301 (mi_parse): Likewise.
10302 * minsyms.c: Include cli/cli-utils.h.
10303 (msymbol_hash_iw): Use skip_spaces_const.
10304 * objc-lang.c: Include cli/cli-utils.h.
10305 (parse_selector): Use skip_spaces.
10306 (parse_method): Likewise.
10307 * python/python.c: Include cli/cli-utils.h.
10308 (python_interactive_command)[HAVE_PYTHON]: Use skip_spaces.
10309 (python_command)[HAVE_PYTHON]: Likewise.
10310 (python_interactive_command)[!HAVE_PYTHON]: Likewise.
10311 * remote-m32r-sdi.c: Include cli/cli-utils.h.
10312 (m32r_load): Use skip_spaces.
10313 * serial.c: Include cli/cli-utils.h.
10314 (serial_open): Use skip_spaces_const.
10315 * stack.c: Include cli/cli-utils.h.
10316 (parse_frame_specification_1): Use skip_spaces_const.
10317 * symfile.c: Include cli/cli-utils.h.
10318 (set_ext_lang_command): Use skip_spaces.
10319 * symtab.c: Include cli/cli-utils.h.
10320 (rbreak_command): Use skip_spaces.
10321 * thread.c (thread_name_command): Use skip_spaces.
10322 * tracepoint.c (validate_actionline): Use skip_spaces.
10323 (encode_actions_1): Likewise.
10324 (trace_find_range_command): Likewise.
10325 (trace_find_outside_command): Likewise.
10326 (trace_dump_actions): Likewise.
10327
10328 2013-03-07 Pedro Alves <palves@redhat.com>
10329
10330 * c-lang.c (parse_one_string): Cast argument to gdb_byte *.
10331 * expprint.c (print_subexp_standard): Likewise.
10332 * utils.c (host_char_to_target): Likewise.
10333 * valprint.c (generic_emit_char, generic_printstr): Likewise.
10334 * varobj.c (value_get_print_value): Change type of local to char*.
10335 Cast it gdb_byte * in call to language printer.
10336
10337 2013-03-07 Pedro Alves <palves@redhat.com>
10338
10339 * charset.c (struct wchar_iterator) <input>: Change type to 'const
10340 gdb_byte *'.
10341 (make_wchar_iterator): Remove cast to char*.
10342 (wchar_iterate): Change type of local.
10343
10344 2013-03-07 Pedro Alves <palves@redhat.com>
10345
10346 * regcache.c (regcache_xmalloc_1): Call XCALLOC with signed char
10347 for 'regcache->register_status'.
10348
10349 2013-03-07 Pedro Alves <palves@redhat.com>
10350
10351 * breakpoint.c (breakpoint_xfer_memory): Change type of local to
10352 int.
10353
10354 2013-03-07 Pedro Alves <palves@redhat.com>
10355
10356 * stap-probe.c (handle_stap_probe): Add cast to char*.
10357
10358 2013-03-07 Pedro Alves <palves@redhat.com>
10359
10360 * linux-record.c (record_linux_system_call) <gdb_sys_msgrcv,
10361 RECORD_MSGRCV>: Pass a signed variable to
10362 regcache_raw_read_signed, instead of an unsigned one.
10363
10364 2013-03-07 Pedro Alves <palves@redhat.com>
10365
10366 * remote-notif.c (notif_debug): Change type to int.
10367 * remote-notif.h (notif_debug): Likewise.
10368
10369 2013-03-07 Pedro Alves <palves@redhat.com>
10370
10371 * ser-tcp.c (tcp_retry_limit): Change type to unsigned int.
10372
10373 2013-03-07 Pedro Alves <palves@redhat.com>
10374
10375 * remote.c (hex2bin, bin2hex): Move extern declarations to ...
10376 * remote.h (hex2bin, bin2hex): ... here.
10377 * tracepoint.c (hex2bin, bin2hex): Remove extern declarations.
10378
10379 2013-03-07 Eli Zaretskii <eliz@gnu.org>
10380
10381 * utils.c (initialize_utils): Improve doc strings of "set/show
10382 width", "set/show height", and "set/show pagination".
10383
10384 2013-03-06 Keith Seitz <keiths@redhat.com>
10385
10386 * ax-gdb.c (gen_printf): Make FORMAT const.
10387 * ax-gdb.h (gen_printf): Likewise.
10388 * ax-general.c (ax_string): Make STR const.
10389 * ax.h (ax_string): Likewise.
10390
10391 2013-03-06 Doug Evans <dje@google.com>
10392
10393 * elfread.c (elf_symfile_read): Move debugging printf to more
10394 logical location.
10395
10396 2013-03-06 Pedro Alves <palves@redhat.com>
10397
10398 * python/py-utils.c (target_string_to_unicode): Delete function.
10399 * python/python-internal.h (target_string_to_unicode): Delete
10400 declaration.
10401
10402 2013-03-06 Pierre Muller <muller@sourceware.org>
10403
10404 * linespec.c (get_current_search_block): ARI fix, use (void)
10405 for empty parameter list.
10406
10407 2013-03-05 Doug Evans <dje@google.com>
10408
10409 * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents
10410 of old ada_lookup_symbol_list. In !full_search case, don't
10411 search superblocks.
10412 (ada_lookup_symbol_list): Delete arg full_search, all callers
10413 updated. Call ada_lookup_symbol_list_worker.
10414 (ada_iterate_over_symbols): Call ada_lookup_symbol_list_worker.
10415 * ada-lang.h (ada_lookup_symbol_list): Update.
10416 * language.h (language_defn): Update comment for
10417 la_iterate_over_symbols.
10418 * linespec.c (iterate_over_file_blocks): New function.
10419 (iterate_over_all_matching_symtabs): Call it.
10420 (lookup_prefix_sym): Ditto.
10421 (get_current_search_block): New function.
10422 (get_search_block): Delete.
10423 (find_label_symbols): Call get_current_search_block.
10424 (add_matching_symbols_to_info): Call iterate_over_file_blocks.
10425 * symtab.c (iterate_over_symbols): Don't search superblocks.
10426
10427 2013-03-05 Yao Qi <yao@codesourcery.com>
10428
10429 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): Change
10430 parameter VAR's type from "unsigned int" to "int".
10431 * command.h (var_zuinteger_unlimited): Update its comments.
10432 (add_setshow_zuinteger_unlimited_cmd): Update the declaration.
10433
10434 2013-03-05 Corinna Vinschen <vinschen@redhat.de>
10435
10436 * NEWS: Mention new target x86_64-*-cygwin*.
10437
10438 2013-03-05 Corinna Vinschen <vinschen@redhat.de>
10439
10440 * configure.host: Add x86_64-*-cygwin* as host.
10441 * configure.tgt: Add x86_64-*-cygwin* as target.
10442 * config/i386/cygwin64.mh: New file.
10443
10444 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10445
10446 * linespec.c (decode_line_2): Fix duplicate request off by two message.
10447
10448 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10449
10450 * linespec.c (struct linespec_canonical_name): New.
10451 (struct linespec_state): Change canonical_names type to it.
10452 (add_sal_to_sals): Change variable canonical_name to canonical. Change
10453 xrealloc element size. Initialize the different CANONICAL fields.
10454 (canonical_to_fullform): New.
10455 (filter_results): Use it. Add variables canonical, fullform and
10456 cleanup.
10457 (struct decode_line_2_item, decode_line_2_compare_items): New.
10458 (decode_line_2): Remove variables iter and item_names, add variables
10459 items and items_count. Modify the code for these new variables.
10460
10461 2013-03-04 Corinna Vinschen <vinschen@redhat.com>
10462
10463 * coff-pe-read.c (read_pe_exported_syms): Don't return without
10464 calling do_cleanup.
10465
10466 2013-03-04 Luis Machado <lgustavo@codesourcery.com>
10467
10468 * tracepoint.c (build_traceframe_info): Add code for byte order.
10469
10470 2013-03-02 Kevin Buettner <kevinb@redhat.com>
10471
10472 * v850-tdep.c: (v850e2_register_name): Revise system register
10473 names to match current V850E2M architecture specifications.
10474 Update register number enum comments too.
10475
10476 2013-03-01 Jiong Wang <jiwang@tilera.com>
10477 Pedro Alves <palves@redhat.com>
10478
10479 * tilegx-tdep.c (tilegx_analyze_prologue): Limit bundle reading
10480 to END_ADDR.
10481 (tilegx_skip_prologue): Limit prologue analysis to section end.
10482
10483 2013-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10484
10485 * dwarf2loc.c (call_site_find_chain_1): New variable save_callee_pc,
10486 use it.
10487
10488 2013-03-01 Pedro Alves <palves@redhat.com>
10489
10490 Use gdb_byte for bytes from the program being debugged.
10491
10492 * arm-tdep.c (arm_store_return_value, arm_get_longjmp_target):
10493 Change type of local 'buf' to gdb_byte.
10494 * avr-tdep.c (avr_frame_prev_register, avr_push_dummy_call): Likewise.
10495 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
10496 * cris-tdep.c (cris_sigcontext_addr)
10497 (cris_sigtramp_frame_unwind_cache): Likewise.
10498 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp)
10499 (frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
10500 Likewise.
10501 * frv-tdep.c (frv_pseudo_register_write, frv_analyze_prologue): Likewise.
10502 * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer)
10503 (hppa32_hpux_search_dummy_call_sequence)
10504 (hppa_hpux_supply_save_state): Likewise.
10505 * hppa-linux-tdep.c (insns_match_pattern)
10506 (hppa_linux_find_global_pointer): Likewise.
10507 * hppa-tdep.c (hppa_in_function_epilogue_p)
10508 (skip_prologue_hard_way, hppa_frame_cache): Likewise.
10509 * i386-nto-tdep.c (i386nto_sigcontext_addr): Likewise.
10510 * i386fbsd-tdep.c (i386fbsd_supply_uthread)
10511 (i386fbsd_collect_uthread): Likewise.
10512 * ia64-hpux-tdep.c (ia64_hpux_push_dummy_code): Likewise.
10513 * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Likewise.
10514 * ia64-tdep.c (examine_prologue, ia64_frame_cache)
10515 (ia64_frame_prev_register, ia64_sigtramp_frame_cache)
10516 (ia64_sigtramp_frame_prev_register, ia64_access_reg)
10517 (ia64_access_rse_reg, ia64_libunwind_frame_this_id)
10518 (ia64_libunwind_frame_prev_register)
10519 (ia64_libunwind_sigtramp_frame_this_id)
10520 (ia64_find_global_pointer_from_dynamic_section)
10521 (find_extant_func_descr, find_func_descr, ia64_dummy_id)
10522 (ia64_unwind_pc): Likewise.
10523 * iq2000-tdep.c (iq2000_store_return_value): Likewise.
10524 * m68hc11-tdep.c (m68hc11_push_dummy_call)
10525 (m68hc11_extract_return_value): Likewise.
10526 * m68klinux-nat.c (fetch_register, store_register): Likewise.
10527 * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_cr32_write)
10528 (mep_get_insn, mep_push_dummy_call): Likewise.
10529 * mips-linux-tdep.c (mips_linux_get_longjmp_target)
10530 (mips_linux_in_dynsym_stub): Likewise.
10531 * mn10300-tdep.c (mep_pseudo_cr32_write): Likewise.
10532 * ppc-linux-nat.c (fetch_register, store_register): Likewise.
10533 * regcache.c (dump_endian_bytes): Change type of parameter 'buf'
10534 to gdb_byte.
10535 * remote-mips.c (mips_set_register): Likewise.
10536 * remote-sim.c (gdbsim_fetch_register): Likewise.
10537 * score-tdep.c (score7_fetch_inst): Change type of parameter
10538 'memblock' and local 'buf' to gdb_byte.
10539 (score7_malloc_and_get_memblock): Change return type to gdb_byte.
10540 Change type of local 'buf' to gdb_byte. Adjust.
10541 (score7_adjust_memblock_ptr): Change type of parameter 'memblock'
10542 to gdb_byte**.
10543 (score7_analyze_prologue): Change type of 'memblock' and
10544 'memblock_ptr' locals to gdb_byte*.
10545 * sh64-tdep.c (sh64_extract_return_value)
10546 (sh64_store_return_value): Change type of local 'buf' to gdb_byte.
10547 * solib-darwin.c (darwin_current_sos, darwin_read_exec_load_addr):
10548 * solib-pa64.c (pa64_solib_create_inferior_hook)
10549 (pa64_open_symbol_file_object): Remove local 'buf'.
10550 * solib-som.c (som_solib_create_inferior_hook, link_map_start)
10551 (som_open_symbol_file_object): Likewise.
10552 * solib-spu.c (spu_current_sos): Likewise.
10553 * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
10554 * spu-multiarch.c (parse_spufs_run, spu_fetch_registers)
10555 (spu_store_registers): Likewise.
10556 * target.c (debug_print_register): Likewise.
10557 * tic6x-tdep.c (tic6x_get_longjmp_target): Likewise.
10558 * xstormy16-tdep.c (xstormy16_store_return_value)
10559 (xstormy16_push_dummy_call, xstormy16_resolve_jmp_table_entry)
10560 (xstormy16_find_jmp_table_entry): Likewise.
10561
10562 2013-03-01 Jiong Wang <jiwang@tilera.com>
10563
10564 * tilegx-tdep.c (tilegx_get_longjmp_target): New function.
10565 (tilegx_gdbarch_init): Install it.
10566
10567 2013-02-28 Tom Tromey <tromey@redhat.com>
10568
10569 * python/py-arch.c (archpy_disassemble): Use PyInt_Check and
10570 PyLong_Check.
10571
10572 2013-02-28 Doug Evans <dje@google.com>
10573
10574 * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
10575 * python/python.c (gdbpy_find_pc_line): Ditto.
10576
10577 2013-02-28 Tom Tromey <tromey@redhat.com>
10578
10579 * contrib/excheck.py: New file.
10580 * contrib/exsummary.py: New file.
10581 * contrib/gcc-with-excheck: New file.
10582
10583 2013-02-28 Tom Tromey <tromey@redhat.com>
10584
10585 * python/python.c (gdbpy_print_stack): Call begin_line and
10586 fprintf_filtered inside TRY_CATCH.
10587
10588 2013-02-28 Tom Tromey <tromey@redhat.com>
10589
10590 * python/python.c (gdbpy_find_pc_line): Call find_pc_line
10591 inside TRY_CATCH.
10592
10593 2013-02-28 Tom Tromey <tromey@redhat.com>
10594
10595 * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to call
10596 frame_object_to_frame_info inside TRY_CATCH.
10597
10598 2013-02-28 Tom Tromey <tromey@redhat.com>
10599
10600 * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside
10601 TRY_CATCH.
10602
10603 2013-02-28 Tom Tromey <tromey@redhat.com>
10604
10605 * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.
10606
10607 2013-02-27 Corinna Vinschen <vinschen@redhat.com>
10608
10609 * windows-nat.c: Throughout, fix format strings and casts of
10610 printf-like functions to avoid type related warnings on all
10611 platforms.
10612 (handle_output_debug_string): Fetch context information address
10613 from debug string using string_to_core_addr.
10614
10615 2013-02-27 Jiong Wang <jiwang@tilera.com>
10616
10617 * regformats/reg-tilegx.dat (name): Change abi name to "tilegx".
10618 * regformats/reg-tilegx32.dat: New.
10619
10620 2013-02-27 Jiong Wang <jiwang@tilera.com>
10621
10622 * configure.tgt (tilegx-*-linux*): Enable gdbserver.
10623
10624 2013-02-27 Jiong Wang <jiwang@tilera.com>
10625
10626 * configure.tgt (tilegx-*-linux*): Replace whitespace with tab.
10627
10628 2013-02-27 Yao Qi <yao@codesourcery.com>
10629 Pedro Alves <palves@redhat.com>
10630
10631 * tracepoint.c (tfile_trace_find): For tfind
10632 pc/tp/range/outside, look for the next trace frame instead of
10633 always starting from frame 0.
10634
10635 2013-02-26 Anthony Green <green@moxielogic.com>
10636
10637 * configure.tgt: Add support for moxie-*-rtems* target.
10638
10639 2013-02-25 Pedro Alves <palves@redhat.com>
10640
10641 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Change
10642 warning text.
10643
10644 2013-02-24 Maciej W. Rozycki <macro@codesourcery.com>
10645
10646 * mips-tdep.c (mips32_scan_prologue): Reset frame_offset to zero
10647 if $fp is used as the virtual frame pointer.
10648
10649 2013-02-23 Alan Modra <amodra@gmail.com>
10650
10651 * elfread.c (elf_symtab_read): Do not use udata.p here to find
10652 symbol size.
10653 * ppc64-tdep.c (ppc64_elf_make_msymbol_special): New function.
10654 * ppc64-tdep.h (ppc64_elf_make_msymbol_special): Declare.
10655 * ppc-linux-tdep.c (ppc_linux_init_abi): Set up to use the above.
10656 * ppcfbsd-tdep.c (ppcfbsd_init_abi): Likewise.
10657
10658 2013-02-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10659
10660 Code cleanup.
10661 * elfread.c (build_id_bfd_get): Make the return type const.
10662 (build_id_verify): Make the check parameter const.
10663 (build_id_to_debug_filename): Make the build_id parameter and variable
10664 data const.
10665 (find_separate_debug_file_by_buildid): Make the variable build_id const.
10666
10667 2013-02-21 Alan Modra <amodra@gmail.com>
10668
10669 * elfread.c (build_id_bfd_get): Adjust for elf_tdata changes.
10670
10671 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
10672
10673 Add a new method 'disassemble' to gdb.Architecture class.
10674 * python/py-arch.c (archpy_disassmble): Implementation of the
10675 new method gdb.Architecture.disassemble.
10676 (arch_object_methods): Add entry for the new method.
10677
10678 2013-02-20 Jiong Wang <jiwang@tilera.com>
10679
10680 * MAINTAINERS (Write After Approval): Add myself to the list.
10681
10682 2013-02-19 Pedro Alves <palves@redhat.com>
10683
10684 Garbage collect 'struct monitor_ops'::load_routine.
10685
10686 * monitor.h (struct monitor_ops) <load_routine>: Remove field.
10687 * monitor.c (monitor_load): No longer call
10688 current_monitor->load_routine.
10689 * dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
10690 * m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
10691 * ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.
10692
10693 2013-02-19 Pedro Alves <palves@redhat.com>
10694
10695 PR gdb/15161
10696
10697 Harmonize with generic_load.
10698
10699 * monitor.c: Include "readline/readline.h".
10700 (monitor_load): Rename parameter 'file' to 'args'. Use build_argv
10701 instead of sscanf. Use CORE_ADDR/strtoulst instead of unsigned
10702 long/strtol for the 'load_offset' local. Error out if no argument
10703 is given or if too many arguments are given. Tilde expand the
10704 passed in file name.
10705
10706 2013-02-19 Kai Tietz <ktietz@redhat.com>
10707
10708 PR gdb/15161
10709 * symfile.c (load_section_data): Change type of load_offset
10710 to CORE_ADDR.
10711 (generic_load): User strtoulst instead of strtoul for conversion
10712 of load_offset.
10713
10714 2013-02-19 Jiong Wang <jiwang@tilera.com>
10715
10716 * tilegx-tdep.c (tilegx_analyze_prologue): add check for
10717 for return address, "lr" register, saved on stack.
10718 * tilegx-tdep.c (tilegx_frame_cache): update "PC" reg
10719 after we invoke tilegx_analyze_prologue.
10720
10721 2013-02-19 Jiong Wang <jiwang@tilera.com>
10722
10723 * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
10724
10725 2013-02-19 Jiong Wang <jiwang@tilera.com>
10726
10727 * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal.
10728
10729 2013-02-19 Jiong Wang <jiwang@tilera.com>
10730
10731 * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro.
10732 (tilegx_write_pc): New function.
10733 (tilegx_cannot_reference_register): Return zero if REGNO
10734 is TILEGX_FAULTNUM_REGNUM.
10735 (tilegx_gdbarch_init): Add call to set_gdbarch_write_pc.
10736 (tilegx_register_name): Add handling of "faultnum" register.
10737 * tilegx-tdep.h (enum tilegx_regnum): Add TILEGX_FAULTNUM_REGNUM.
10738 * tilegx-linux-tdep.c (tilegx_linux_supply_regset): Add
10739 handling of TILEGX_FAULTNUM_REGNUM.
10740 * tilegx-linux-nat.c (regmap): Add entry for TILEGX_FAULTNUM_REGNUM.
10741
10742 2013-02-19 Jiong Wang <jiwang@tilera.com>
10743
10744 * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack
10745 should be aligned to 64bit.
10746
10747 2013-02-19 Kai Tietz <ktietz@redhat.com>
10748
10749 * windows-nat.c (windows_xfer_memory): Fix debug-output
10750 for LLP64.
10751
10752 2013-02-19 Lei Liu <lei.liu2@windriver.com>
10753
10754 * mips-linux-nat.c (mips64_linux_regsets_store_registers):
10755 Don't check DSP register number if HAVE_DSP is not set.
10756
10757 2013-02-19 Alan Modra <amodra@gmail.com>
10758
10759 * elfread.c (struct build_id): Delete. Use struct elf_build_id
10760 throughout file instead.
10761 (build_id_bfd_get): Update to use new elf_tdata build_id field.
10762 Don't xmalloc return value.
10763 (build_id_verify): Similarly. Don't xfree.
10764 (build_id_to_debug_filename): Update.
10765 (find_separate_debug_file_by_buildid): Update, don't xfree.
10766
10767 2013-02-18 Tom Tromey <tromey@redhat.com>
10768
10769 PR gdb/15102:
10770 * dwarf2read.c (read_subrange_type): Use result of
10771 'check_typedef'.
10772
10773 2013-02-16 Yuanhui Zhang <asmwarrior@gmail.com>
10774
10775 * frame.c: Remove one extra white space after #include
10776 directive.
10777
10778 2013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10779
10780 * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
10781
10782 2013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10783
10784 * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
10785 and dir commands into an if block.
10786
10787 2013-02-15 Sanimir Agovic <sanimir.agovic@intel.com>
10788
10789 * python/py-breakpoint (struct pybp_code): Use int instead of
10790 enum type_code.
10791
10792 2013-02-15 Pedro Alves <pedro@codesourcery.com>
10793 Hafiz Abid Qadeer <abidh@codesourcery.com>
10794
10795 * NEWS: Mention new field "trace-file".
10796 * tracepoint.c (trace_status_mi): Output "trace-file" field.
10797 (tfile_open): Record the trace file's filename in the trace
10798 status.
10799 (tfile_files_info): Mention the name of the trace file.
10800 Check the "filename" field explicitely.
10801 (trace_status_command): Explicitely check "filename" field.
10802 (trace_find_command): Ditto.
10803 (trace_find_pc_command): Ditto.
10804 (trace_find_tracepoint_command): Ditto.
10805 (trace_find_line_command): Ditto.
10806 (trace_find_range_command): Ditto.
10807 (trace_find_outside_command): Ditto.
10808 * tracepoint.h (struct trace_status) <from_file>: Rename it
10809 to "filename" and make it hold the trace file's filename
10810 instead of a boolean.
10811 * remote.c (remote_get_trace_status): Initialize "filename"
10812 field with NULL instead of 0.
10813
10814 2013-02-15 Yao Qi <yao@codesourcery.com>
10815
10816 * remote.c: Fix a typo.
10817
10818 2013-02-14 Pierre Muller <muller@sourceware.org>
10819
10820 * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
10821
10822 2013-02-14 Pedro Alves <palves@redhat.com>
10823
10824 * utils.c (savestring): Don't #undef it. Move function to
10825 common/common-utils.c.
10826 * common/common-utils.c: Include gdb_string.h.
10827 (savestring): Move here from utils.c.
10828 * common/common-utils.h (savestring): Declare.
10829
10830 2013-02-14 Pedro Alves <palves@redhat.com>
10831
10832 * utils.c (savestring): Rename parameter 'size' to 'len'.
10833
10834 2013-02-14 Pedro Alves <palves@redhat.com>
10835 Yufeng Zhang <yufeng.zhang@arm.com>
10836
10837 * aarch64-linux-nat.c (aarch64_init_debug_reg_state): Delete.
10838 (aarch64_inferior_data, struct aarch64_inferior_data):
10839 Delete.
10840 (struct aarch64_process_info): New.
10841 (aarch64_process_list): New global.
10842 (aarch64_find_process_pid, aarch64_add_process)
10843 (aarch64_process_info_get): New functions.
10844 (aarch64_inferior_data_get): Delete.
10845 (aarch64_process_info_get): New function.
10846 (aarch64_forget_process): New function.
10847 (aarch64_get_debug_reg_state): New parameter 'pid'. Reimplement.
10848 (aarch64_linux_prepare_to_resume): Pass the lwp's pid to
10849 aarch64_get_debug_reg_state.
10850 (aarch64_notify_debug_reg_change): Use iterate_over_lwps
10851 instead of linux_nat_iterate_watchpoint_lwps.
10852 (aarch64_linux_new_fork): New function.
10853 (aarch64_linux_child_post_startup_inferior): Use
10854 aarch64_forget_process instead of aarch64_init_debug_reg_state.
10855 (aarch64_handle_breakpoint, aarch64_linux_insert_hw_breakpoint)
10856 (aarch64_linux_remove_hw_breakpoint)
10857 (aarch64_handle_aligned_watchpoint)
10858 (aarch64_handle_unaligned_watchpoint)
10859 (aarch64_linux_insert_watchpoint)
10860 (aarch64_linux_remove_watchpoint)
10861 (aarch64_linux_stopped_data_address): Adjust to pass the current
10862 process id to aarch64_debug_reg_state.
10863 (_initialize_aarch64_linux_nat): Install aarch64_linux_new_fork as
10864 linux_nat_new_fork hook, and aarch64_forget_process as
10865 linux_nat_forget_process hook; remove the call to
10866 register_inferior_data_with_cleanup.
10867
10868 2013-02-14 Pedro Alves <palves@redhat.com>
10869
10870 * eval.c (evaluate_subexp_for_address) <default_case_after_eval,
10871 EVAL_AVOID_SIDE_EFFECTS>: Swap and handle TYPE_CODE_REF before
10872 lval_memory.
10873
10874 2013-02-14 Pedro Alves <pedro@codesourcery.com>
10875 Hafiz Abid Qadeer <abidh@codesourcery.com>
10876
10877 * tracepoint.h (validate_trace_state_variable_name): Declare.
10878 * tracepoint.c (validate_trace_state_variable_name): New.
10879 (trace_variable_command): Parse the trace state variable's name
10880 without using parse_expression. Do several validations.
10881 * mi/mi-main.c (mi_cmd_trace_define_variable): Don't parse the
10882 trace state variable's name with parse_expression. Validate it.
10883
10884 2013-02-14 Yao Qi <yao@codesourcery.com>
10885
10886 * infcmd.c (breakpoint_proceeded): Remove it.
10887
10888 2013-02-14 Yao Qi <yao@codesourcery.com>
10889
10890 * tracepoint.c (end_actions_pseudocommand): Make it static.
10891 (while_stepping_pseudocommand): Likewise.
10892 * tracepoint.h (end_actions_pseudocommand): Remove the
10893 declaration.
10894 (while_stepping_pseudocommand): Likewise.
10895
10896 2013-02-14 Yao Qi <yao@codesourcery.com>
10897
10898 * cli/cli-decode.c (help_cmd): Remove the declaration of
10899 "cmdlist".
10900 (help_all): Likewise.
10901
10902 2013-02-13 Pedro Alves <palves@redhat.com>
10903
10904 * amd64-linux-nat.c (update_debug_registers_callback):
10905 Update comment.
10906 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
10907 iterate_over_lwps.
10908 (amd64_linux_prepare_to_resume): Pass the lwp's pid to
10909 i386_debug_reg_state.
10910 (amd64_linux_new_fork): New function.
10911 (_initialize_amd64_linux_nat): Install amd64_linux_new_fork as
10912 linux_nat_new_fork hook, and i386_forget_process as
10913 linux_nat_forget_process hook.
10914 * i386-linux-nat.c (update_debug_registers_callback):
10915 Update comment.
10916 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
10917 iterate_over_lwps.
10918 (i386_linux_prepare_to_resume): Pass the lwp's pid to
10919 i386_debug_reg_state.
10920 (i386_linux_new_fork): New function.
10921 (_initialize_i386_linux_nat): Install i386_linux_new_fork as
10922 linux_nat_new_fork hook, and i386_forget_process as
10923 linux_nat_forget_process hook.
10924 * i386-nat.c (i386_init_dregs): Delete.
10925 (i386_inferior_data, struct i386_inferior_data):
10926 Delete.
10927 (struct i386_process_info): New.
10928 (i386_process_list): New global.
10929 (i386_find_process_pid, i386_add_process, i386_process_info_get):
10930 New functions.
10931 (i386_inferior_data_get): Delete.
10932 (i386_process_info_get): New function.
10933 (i386_debug_reg_state): New parameter 'pid'. Reimplement.
10934 (i386_forget_process): New function.
10935 (i386_cleanup_dregs): Rewrite.
10936 (i386_update_inferior_debug_regs, i386_insert_watchpoint)
10937 (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
10938 (i386_stopped_data_address, i386_insert_hw_breakpoint)
10939 (i386_remove_hw_breakpoint): Adjust to pass the current process id
10940 to i386_debug_reg_state.
10941 (i386_use_watchpoints): Don't register inferior data.
10942 * i386-nat.h (i386_debug_reg_state): Add new 'pid' parameter, and
10943 adjust comment.
10944 (i386_forget_process): Declare.
10945 * linux-fork.c (delete_fork): Call linux_nat_forget_process.
10946 * linux-nat.c (linux_nat_new_fork, linux_nat_forget_process_hook):
10947 New static globals.
10948 (linux_child_follow_fork): Don't call linux_nat_new_thread here.
10949 (add_initial_lwp): New, factored out from ...
10950 (add_lwp): ... this. Don't check the number of lwps before
10951 calling linux_nat_new_thread.
10952 (linux_nat_iterate_watchpoint_lwps): Delete.
10953 (linux_nat_attach): Use add_initial_lwp instead of add_lwp.
10954 (linux_handle_extended_wait): Call the linux_nat_new_fork hook on
10955 forks and vforks.
10956 (linux_nat_wait_1): Use add_initial_lwp instead of add_lwp for the
10957 initial lwp.
10958 (linux_nat_kill, linux_nat_mourn_inferior): Call
10959 linux_nat_forget_process.
10960 (linux_nat_set_new_fork, linux_nat_set_forget_process)
10961 (linux_nat_forget_process): New functions.
10962 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): Delete
10963 type.
10964 (linux_nat_iterate_watchpoint_lwps): Delete declaration.
10965 (linux_nat_new_fork_ftype, linux_nat_forget_process_ftype): New
10966 types.
10967 (linux_nat_set_new_fork, linux_nat_set_forget_process)
10968 (linux_nat_forget_process): New declarations.
10969
10970 * amd64fbsd-nat.c (super_mourn_inferior): New global.
10971 (amd64fbsd_mourn_inferior): New function.
10972 (_initialize_amd64fbsd_nat): Override to_mourn_inferior.
10973 * windows-nat.c (windows_detach): Call i386_cleanup_dregs.
10974
10975 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
10976
10977 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
10978 Adding _().
10979
10980 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
10981
10982 * aarch64-linux-nat.c (debug_reg_change_callback)
10983 (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
10984 %s and phex().
10985
10986 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
10987
10988 * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
10989 with LONGEST.
10990
10991 2013-02-13 Pedro Alves <palves@redhat.com>
10992 Hafiz Abid Qadeer <abidh@codesourcery.com>
10993
10994 * c-lang.c (c_op_print_tab): Add entry for UNOP_PLUS.
10995
10996 2013-02-12 Tom Tromey <tromey@redhat.com>
10997
10998 PR symtab/11464:
10999 * c-exp.y (lex_one_token): Initialize other fields of yylval on
11000 NAME return.
11001 (classify_inner_name): Remove 'first_name' argument, add
11002 'context'. Remove unused variable.
11003 (yylex): Explicitly maintain the context type. Exit loop earlier
11004 if NAME result is seen.
11005
11006 2013-02-12 Pedro Alves <palves@redhat.com>
11007
11008 * amd64-darwin-tdep.c: Add (C) after Copyright.
11009 * cli/cli-cmds.h: Ditto.
11010 * cli/cli-decode.c: Ditto.
11011 * cli/cli-decode.h: Ditto.
11012 * cli/cli-dump.c: Ditto.
11013 * cli/cli-dump.h: Ditto.
11014 * cli/cli-interp.c: Ditto.
11015 * cli/cli-logging.c: Ditto.
11016 * cli/cli-script.c: Ditto.
11017 * cli/cli-script.h: Ditto.
11018 * cli/cli-setshow.c: Ditto.
11019 * cli/cli-setshow.h: Ditto.
11020 * cli/cli-utils.c: Ditto.
11021 * cli/cli-utils.h: Ditto.
11022 * config/alpha/nm-osf3.h: Ditto.
11023 * config/djgpp/djconfig.sh: Ditto.
11024 * config/i386/nm-fbsd.h: Ditto.
11025 * config/i386/nm-i386gnu.h: Ditto.
11026 * config/nm-linux.h: Ditto.
11027 * config/nm-nto.h: Ditto.
11028 * config/rs6000/nm-rs6000.h: Ditto.
11029 * config/sparc/nm-sol2.h: Ditto.
11030 * darwin-nat-info.c: Ditto.
11031 * dfp.c: Ditto.
11032 * dfp.h: Ditto.
11033 * gdb-demangle.h: Ditto.
11034 * i386-darwin-nat.c: Ditto.
11035 * i386-darwin-tdep.c: Ditto.
11036 * linux-fork.h: Ditto.
11037 * m32c-tdep.c: Ditto.
11038 * microblaze-linux-tdep.c: Ditto.
11039 * microblaze-rom.c: Ditto.
11040 * microblaze-tdep.c: Ditto.
11041 * microblaze-tdep.h: Ditto.
11042 * mips-linux-tdep.h: Ditto.
11043 * ppc-ravenscar-thread.c: Ditto.
11044 * ppc-ravenscar-thread.h: Ditto.
11045 * prologue-value.c: Ditto.
11046 * prologue-value.h: Ditto.
11047 * ravenscar-thread.c: Ditto.
11048 * ravenscar-thread.h: Ditto.
11049 * sparc-ravenscar-thread.c: Ditto.
11050 * sparc-ravenscar-thread.h: Ditto.
11051 * tilegx-linux-tdep.c: Ditto.
11052 * unwind_stop_reasons.def: Ditto.
11053 * windows-nat.h: Ditto.
11054 * xtensa-linux-tdep.c: Ditto.
11055 * xtensa-xtregs.c: Ditto.
11056 * regformats/regdat.sh: Ditto.
11057 * regformats/regdef.h: Ditto.
11058
11059 2013-02-12 Pedro Alves <palves@redhat.com>
11060
11061 * break-catch-sig.c: Update copyright years.
11062
11063 2013-02-11 Siva Chandra Reddy <sivachandra@google.com>
11064
11065 Add support for a destructor for ui_out data and use it to
11066 provide a ui_out destructor.
11067 * ui-out.h: Declare the new ui_out destructor.
11068 (ui_out_impl): Add a field for data destructor in ui_out_impl.
11069 * ui-out.c (default_data_destroy): Add a default data destructor
11070 which does nothing.
11071 (default_ui_out_impl): Set the new data_destroy field to
11072 default_data_destroy
11073 (uo_data_destroy): Local function which invokes the data
11074 destructor if present.
11075 (clear_table): Local function which clears the table data of a
11076 ui_out object.
11077 (ui_out_destroy): Public function which frees a ui_out object.
11078 (ui_out_table_end): Use the new clear_table function.
11079 * cli-out.c (cli_ui_out_impl): Set the new data_destroy field to
11080 NULL.
11081 * mi/mi-out.c (mi_ui_out_impl): Set the new data_destroy field
11082 to NULL.
11083
11084 2013-02-11 Doug Evans <dje@google.com>
11085
11086 * printcmd.c (printf_c_string,printf_wide_c_string): New functions.
11087 (printf_decfloat): New function. Broken out from ui_printf.
11088 Remove unnecessary code to shift the entire format string down.
11089 (printf_pointer): New function.
11090 (ui_printf): Code to print C strings, wide C strings, decfloats,
11091 and pointers moved to separate functions.
11092
11093 2013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
11094
11095 * valops.c (value_assign): Handling bitfield offset in
11096 `lval_internalvar_component' case.
11097
11098 2013-02-08 Doug Evans <dje@google.com>
11099
11100 * common/format.c (parse_format_string): Fix whitespace.
11101
11102 2013-02-08 Matthew Gretton-Dann <matthew.gretton-dann@linaro.org>
11103
11104 * stack.c (return_command): Work around uninitialized variable
11105 warning.
11106
11107 2013-02-08 Yufeng Zhang <yufeng.zhang@arm.com>
11108
11109 * aarch64-linux-tdep.c (AARCH64_LINUX_SIZEOF_GREGSET): Change the
11110 number of the registers from 36 to 34.
11111
11112 2013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
11113
11114 * NEWS: Mention new AArch64 native and target support.
11115
11116 2013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
11117
11118 * MAINTAINERS (Write After Approval): Add myself.
11119
11120 2013-02-08 Jim MacArthur <jim.macarthur@arm.com>
11121 Marcus Shawcroft <marcus.shawcroft@arm.com>
11122 Nigel Stephens <nigel.stephens@arm.com>
11123 Yufeng Zhang <yufeng.zhang@arm.com>
11124
11125 * aarch64-linux-nat.c: New file.
11126 * config/aarch64/linux.mh: New file.
11127 * configure.host: Add AArch64.
11128 * Makefile.in (ALLDEPFILES): Add aarch64-linux-nat.c.
11129
11130 2013-02-07 Doug Evans <dje@google.com>
11131
11132 * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument to
11133 disassemble command.
11134
11135 2013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
11136
11137 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
11138 set_gdbarch_fetch_tls_load_module_address.
11139
11140 2013-02-06 David S. Miller <davem@davemloft.net>
11141
11142 * sparc-tdep.c (sparc32_return_value): Handle writing return value when
11143 using RETURN_VALUE_ABI_PRESERVES_ADDRESS.
11144 * value.c (struct_return_convention): New function.
11145 (using_struct_return): Implement in terms of struct_return_convention.
11146 * value.h (struct_return_convention): Declare.
11147 * stack.c (return_command): Allow successful overriding of the return
11148 value when RETURN_VALUE_ABI_PRESERVES_ADDRESS.
11149
11150 2013-02-06 Tom Tromey <tromey@redhat.com>
11151
11152 * python/py-type.c (typy_strip_typedefs): Don't call check_typedef
11153 outside of TRY_CATCH.
11154
11155 2013-02-06 Yao Qi <yao@codesourcery.com>
11156
11157 * mi/mi-interp.c: Include "tracepoint.h".
11158 (mi_tsv_modified): Declare.
11159 (mi_tsv_created, mi_tsv_deleted): Update declaration.
11160 (mi_interpreter_init): Call observer_attach_tsv_modified.
11161 (mi_tsv_modified): New.
11162 (mi_tsv_created, mi_tsv_deleted): Update.
11163 * tracepoint.c (trace_variable_command): Call
11164 observer_notify_tsv_modified if the initial value of tsv is
11165 changed.
11166 (delete_trace_state_variable): Call
11167 observer_notify_tsv_deleted earlier.
11168 (trace_variable_command): Caller update.
11169 (create_tsv_from_upload): Likewise.
11170 * observer.sh: Declare "struct trace_state_variable".
11171
11172 * NEWS: Mention the new MI notification "=tsv-modified".
11173
11174 2013-02-05 Doug Evans <dje@google.com>
11175
11176 * completer.c (location_completer): Fix typo in comment.
11177
11178 2013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11179
11180 * breakpoint.c (add_location_to_breakpoint): Insert the location with
11181 ADDRESS sorted.
11182
11183 2013-02-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
11184
11185 * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:
11186 Refactor if statement to avoid trailing || operator.
11187
11188 2013-02-05 Andreas Tobler <andreast@fgznet.ch>
11189
11190 * NEWS: Add PowerPC FreeBSD as a new native configuration.
11191
11192 2013-02-04 Andreas Tobler <andreast@fgznet.ch>
11193
11194 * Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
11195 * configure.host: Add powerpc*-*-freebsd* target.
11196 * configure.tgt: Add target info for powerpc*-*-freebsd*.
11197 * ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
11198 * config/powerpc/fbsd.mh: New file.
11199
11200 2013-02-04 Sergio Durigan Junior <sergiodj@redhat.com>
11201 Denys Vlasenko <dvlasenk@redhat.com>
11202 Pedro Alves <palves@redhat.com>
11203
11204 * gdbarch.sh (elfcore_write_linux_prpsinfo): New F hook.
11205 (struct elf_internal_linux_prpsinfo): Forward declare.
11206 * gdbarch.h, gdbarch.c: Regenerate.
11207 * linux-tdep.c: Include `cli/cli-utils.h'.
11208 (linux_fill_prpsinfo): New function.
11209 (linux_make_corefile_notes): Use linux_fill_prpsinfo. If there's
11210 an elfcore_write_linux_prpsinfo hook, use it, otherwise, use
11211 elfcore_write_linux_prpsinfo32 or elfcore_write_linux_prpsinfo64
11212 depending on gdbarch pointer bitness.
11213 * ppc-linux-tdep.c: Include elf-bfd.h.
11214 (ppc_linux_init_abi): Hook in elfcore_write_ppc_linux_prpsinfo32
11215 on 32-bit.
11216
11217 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
11218 Marcus Shawcroft <marcus.shawcroft@arm.com>
11219 Nigel Stephens <nigel.stephens@arm.com>
11220 Yufeng Zhang <yufeng.zhang@arm.com>
11221
11222 * configure.tgt (aarch64*-*-linux*): Set build_gdbserver=yes.
11223
11224 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
11225 Marcus Shawcroft <marcus.shawcroft@arm.com>
11226 Nigel Stephens <nigel.stephens@arm.com>
11227 Yufeng Zhang <yufeng.zhang@arm.com>
11228
11229 * aarch64-newlib-tdep.c: New file.
11230 * configure.tgt: Add aarch64-newlib-tdep.o to gdb_target_obs of
11231 aarch64*-*-elf.
11232 * defs.h (enum gdb_osabi): Add GDB_OSABI_NEWLIB.
11233 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-newlib-tdep.o.
11234 (ALLDEPFILES): Add aarch64-newlib-tdep.c.
11235 * osabi.c (gdb_osabi_names): Add "Newlib".
11236
11237 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
11238 Marcus Shawcroft <marcus.shawcroft@arm.com>
11239 Nigel Stephens <nigel.stephens@arm.com>
11240 Yufeng Zhang <yufeng.zhang@arm.com>
11241
11242 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-linux-tdep.o.
11243 (ALLDEPFILES): Add aarch64-linux-tdep.c.
11244 * aarch64-linux-tdep.c: New file.
11245 * aarch64-linux-tdep.h: New file.
11246 * aarch64-tdep.h (gdbarch_tdep): Define gregset and fpregset.
11247 * configure.tgt: Add aarch64-none-linux-gnu.
11248
11249 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
11250 Marcus Shawcroft <marcus.shawcroft@arm.com>
11251 Nigel Stephens <nigel.stephens@arm.com>
11252 Yufeng Zhang <yufeng.zhang@arm.com>
11253
11254 * Makefile.in (ALL_64_TARGET_OBS): Add arch64-tdep.o.
11255 (HFILES_NO_SRCDIR): Add aarch64-tdep.h.
11256 (ALLDEPFILES): Add aarch64-tdep.c.
11257 * aarch64-tdep.c: New file.
11258 * aarch64-tdep.h: New file.
11259 * configure.tgt: Add AArch64.
11260 * features/Makefile (WHICH): Add aarch64 and aarch64-without-fpu.
11261 (aarch64-expedite): New definition.
11262 * features/aarch64-core.xml: New file.
11263 * features/aarch64-fpu.xml: New file.
11264 * features/aarch64-without-fpu.c: New file (generated).
11265 * features/aarch64-without-fpu.xml: New file.
11266 * features/aarch64.c: New file (generated).
11267 * features/aarch64.xml: New file.
11268 * regformats/aarch64-without-fpu.dat: New file (generated).
11269 * regformats/aarch64.dat: New file (generated).
11270
11271 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11272
11273 * contrib/expect-read1.c: New file.
11274 * contrib/expect-read1.sh: New file.
11275
11276 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11277
11278 * dwarf2read.c (file_file_name): New function with code from
11279 file_full_name.
11280 (file_full_name): Move most of the code to file_file_name.
11281 (macro_start_file): Rename variable full_name to file_name and use
11282 file_file_name for it. Add comp_dir parameter to new_macro_table.
11283 * macrocmd.c (show_pp_source_pos): New variable fullname. Replace any
11284 macro_source_file->filename access by macro_source_fullname call.
11285 * macroscope.c (_initialize_macroscope): Update the new_macro_table
11286 caller.
11287 * macrotab.c (struct macro_table): New field comp_dir.
11288 (macro_include): New variables link_fullname and source_fullname.
11289 Replace any macro_source_file->filename access by macro_source_fullname
11290 call.
11291 (macro_lookup_inclusion): Remove the partial filenames checking code.
11292 (check_for_redefinition): New variables source_fullname and
11293 found_key_fullname. Replace any macro_source_file->filename access by
11294 macro_source_fullname call.
11295 (macro_undef): New variables source_fullname and key_fullname. Replace
11296 any macro_source_file->filename access by macro_source_fullname call.
11297 (macro_lookup_definition): New variables retval and source_fullname.
11298 Replace any macro_source_file->filename access by macro_source_fullname
11299 call.
11300 (foreach_macro): New variable key_fullname. Replace any
11301 macro_source_file->filename access by macro_source_fullname call.
11302 (foreach_macro_in_scope): New variable datum_fullname. Replace any
11303 macro_source_file->filename access by macro_source_fullname call.
11304 (new_macro_table): Add parameter comp_dir. Initialize T with it.
11305 (macro_source_fullname): New function.
11306 * macrotab.h (struct macro_source_file): Extent the filename field
11307 comment.
11308 (new_macro_table): New parameter comp_dir, add a comment for it.
11309 (macro_source_fullname): new declaration.
11310
11311 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11312
11313 * dwarf2read.c (dw2_map_symtabs_matching_filename): Move variable
11314 this_real_name to outer block. Use it also for
11315 compare_filenames_for_search.
11316 (dw2_expand_symtabs_matching): New variable this_real_name. Use it
11317 with dw2_get_real_path for file_matcher, considering also
11318 BASENAMES_MAY_DIFFER.
11319 (file_full_name): Prepend COMP_DIR even for relative lh->INCLUDE_DIRS.
11320
11321 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11322
11323 * dwarf2read.c (dw2_expand_symtabs_matching): Add basenames parameter
11324 to the file_matcher parameter. Pass 0 to it.
11325 (dwarf2_create_include_psymtab): Copy also DIRNAME.
11326 * psymtab.c (partial_map_symtabs_matching_filename): Drop handling of
11327 NULL psymtab_to_fullname result.
11328 (psymtab_to_fullname): Remove variable r. Never return NULL, assemble
11329 an expected filename instead.
11330 (expand_symtabs_matching_via_partial): Add basenames parameter to the
11331 file_matcher parameter. Call also psymtab_to_fullname, after newly
11332 considering BASENAMES_MAY_DIFFER.
11333 * source.c (rewrite_source_path): Remove static.
11334 * source.h (rewrite_source_path): New declaration.
11335 * symfile.h (struct quick_symbol_functions): Add basenames parameter to
11336 the expand_symtabs_matching field. Comment it.
11337 * symtab.c (file_matches): New function comment. Add parameter
11338 basenames, implement it.
11339 (search_symbols_file_matches): Add basenames parameter. Update the
11340 file_matches caller.
11341 (search_symbols): Match FILES also against symtab_to_fullname.
11342 Optimize it for BASENAMES_MAY_DIFFER.
11343
11344 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11345
11346 * source.c (print_source_lines_base): Print for TUI also "fullname".
11347 * tui/tui-data.c (init_content_element): Change tui_locator_element
11348 field to full_name.
11349 * tui/tui-data.h (struct tui_locator_element): Likewise.
11350 * tui/tui-disasm.c (tui_show_disassem_and_update_source): Rename
11351 tui_update_locator_filename calls to tui_update_locator_fullname.
11352 Replace symtab->filename refererence by symtab_to_fullname call.
11353 * tui/tui-out.c (tui_field_string): Check for "fullname" now.
11354 * tui/tui-source.c (tui_set_source_content): Change tui_locator_element
11355 field to full_name. Replace symtab->filename refererence by
11356 symtab_to_fullname call.
11357 (tui_show_symtab_source): Rename parameter to fullname. Change
11358 tui_locator_element field to full_name.
11359 * tui/tui-stack.c: Include source.h.
11360 (tui_set_locator_filename): Rename the declaration to ...
11361 (tui_set_locator_fullname): ... here. Rename its parameter to
11362 fullname, updates its comment.
11363 (tui_set_locator_info): Rename its parameter to fullname.
11364 (tui_set_locator_filename): Rename the definition to ...
11365 (tui_set_locator_fullname): ... here. Rename its parameter to
11366 fullname, updates its comment. Change tui_locator_element field to
11367 full_name.
11368 (tui_set_locator_info): Rename its parameter to fullname.
11369 (tui_set_locator_info): Rename callee to tui_set_locator_fullname.
11370 (tui_update_locator_filename): Rename to ...
11371 (tui_update_locator_fullname): ... here. Rename callee to
11372 tui_set_locator_fullname.
11373 (tui_show_frame_info): Replace symtab->filename refererence by
11374 symtab_to_fullname call.
11375 * tui/tui-stack.h (tui_update_locator_filename): Rename to ...
11376 (tui_update_locator_fullname): ... here.
11377 * tui/tui-winsource.c (tui_display_main): Rename the callee to
11378 tui_update_locator_fullname. Replace symtab->filename refererence by
11379 symtab_to_fullname call.
11380 * tui/tui.c (tui_show_source): Rename its parameter to fullname.
11381 Rename the callee to tui_update_locator_fullname.
11382 * tui/tui.h (tui_show_source): Rename its parameter to fullname.
11383
11384 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11385
11386 * ada-lang.c (user_select_syms): Replace symtab->filename refererences
11387 by symtab_to_filename_for_display calls.
11388 * breakpoint.c (print_breakpoint_location, resolve_sal_pc): Likewise.
11389 (clear_command): New variable sal_fullname, initialize it. Replace
11390 compare_filenames_for_search by filename_cmp with sal_fullname.
11391 (say_where, update_static_tracepoint): Replace symtab->filename
11392 refererences by symtab_to_filename_for_display calls.
11393 * cli/cli-cmds.c (edit_command, list_command, ambiguous_line_spec):
11394 Likewise.
11395 * dwarf2read.c: Include source.h.
11396 (fixup_go_packaging): Replace symtab->filename refererences by
11397 symtab_to_filename_for_display calls.
11398 * linespec.c (add_sal_to_sals): Rename variable filename to fullname.
11399 Replace symtab->filename refererences by symtab_to_filename_for_display
11400 calls.
11401 (create_sals_line_offset, convert_linespec_to_sals): New variable
11402 fullname, initialize it, replace symtab->filename reference by the
11403 variable.
11404 * linux-fork.c: Include source.h.
11405 (info_checkpoints_command): Replace symtab->filename refererences by
11406 symtab_to_filename_for_display calls.
11407 * macroscope.c (sal_macro_scope): Replace symtab->filename refererences
11408 by symtab_to_filename_for_display calls.
11409 * mdebugread.c: Include source.h.
11410 (psymtab_to_symtab_1): Replace symtab->filename refererences by
11411 symtab_to_filename_for_display calls.
11412 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
11413 (mi_cmd_file_list_exec_source_files): Likewise.
11414 * printcmd.c: Include source.h.
11415 (build_address_symbolic): Replace symtab->filename refererences by
11416 symtab_to_filename_for_display calls.
11417 * psymtab.c (partial_map_symtabs_matching_filename)
11418 (read_psymtabs_with_fullname): Call compare_filenames_for_search also
11419 with psymtab_to_fullname.
11420 * python/py-symtab.c (stpy_str): Replace symtab->filename refererences
11421 by symtab_to_filename_for_display calls.
11422 (stpy_get_filename): New variable filename, initialize it, use instead
11423 of symtab->filename refererences.
11424 (salpy_str): Make variable filename const char *. Replace
11425 symtab->filename refererences by symtab_to_filename_for_display calls.
11426 * skip.c: Include source.h and filenames.h.
11427 (skip_file_command): Remove const from the symtab variable. Replace
11428 symtab->filename refererences by symtab_to_fullname call.
11429 (function_name_is_marked_for_skip): New variables searched_for_fullname
11430 and fullname. Use them to search also with symtab's fullname.
11431 * source.c (find_source_lines): Replace symtab->filename refererences
11432 by symtab_to_filename_for_display calls.
11433 (print_source_lines_base): New variable filename, use it instead of
11434 symtab->filename. Replace symtab->filename refererences by
11435 symtab_to_filename_for_display calls.
11436 (line_info, forward_search_command): Replace symtab->filename
11437 refererences by symtab_to_filename_for_display calls.
11438 (reverse_search_command): Replace symtab->filename refererences by
11439 symtab_to_filename_for_display calls. New variable filename for it.
11440 * stack.c (frame_info): Likewise.
11441 * symmisc.c: Include source.h.
11442 (dump_objfile, dump_symtab_1, maintenance_print_symbols)
11443 (maintenance_info_symtabs): Replace symtab->filename refererences by
11444 symtab_to_filename_for_display calls.
11445 * symtab.c (iterate_over_some_symtabs): Call
11446 compare_filenames_for_search also with symtab_to_fullname.
11447 (lookup_symbol_aux_quick, basic_lookup_transparent_type_quick): Replace
11448 symtab->filename refererences by symtab_to_filename_for_display calls.
11449 (find_line_symtab): Replace symtab->filename refererences by
11450 symtab_to_filename_for_display calls.
11451 (file_matches): Replace filename_cmp by compare_filenames_for_search.
11452 (print_symbol_info): Make the last parameter const char *. New
11453 variable s_filename. Use it in the function.
11454 (symtab_symbol_info): Make the last_filename variable const char *.
11455 Replace symtab->filename refererences by symtab_to_filename_for_display
11456 calls.
11457 (rbreak_command): New variable fullname. Use it. Replace
11458 symtab->filename refererence by symtab_to_filename_for_display call.
11459 * tracepoint.c (set_traceframe_context, trace_find_line_command)
11460 (print_one_static_tracepoint_marker): Replace symtab->filename
11461 refererences by symtab_to_filename_for_display calls.
11462 * tui/tui-source.c (tui_set_source_content): New variables filename and
11463 s_filename. Replace symtab->filename refererences by this variable.
11464 Replace other symtab->filename refererences by
11465 symtab_to_filename_for_display calls.
11466
11467 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
11468 Jan Kratochvil <jan.kratochvil@redhat.com>
11469
11470 Add a new variable that controls a way in which filenames are
11471 displayed.
11472 * NEWS (set filename-display): New entry.
11473 * source.c (filename_display_basename, filename_display_relative)
11474 (filename_display_absolute, filename_display_kind_names)
11475 (filename_display_string, show_filename_display_string)
11476 (symtab_to_filename_for_display): New.
11477 (_initialize_source): Added initialization of 'filename-display'
11478 variable.
11479 * source.h (symtab_to_filename_for_display): Added declaration.
11480 * stack.c (print_frame): Added new variable and calling of a new
11481 function and condition with this variable. Changed third argument of
11482 calling of a function.
11483
11484 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11485
11486 * tui/tui-data.c (init_win_info, tui_del_window, tui_free_window):
11487 Rename field reference filename to fullname.
11488 * tui/tui-data.h (struct tui_source_info): Rename field filename to
11489 fullname. New comment for it.
11490 * tui/tui-source.c (tui_set_source_content): Rename field reference
11491 filename to fullname. Initialize field by symtab_to_fullname now.
11492 * tui/tui-winsource.c (tui_update_breakpoint_info): Rename field
11493 reference filename to fullname. Use symtab_to_fullname during
11494 comparison.
11495
11496 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11497
11498 Code cleanup.
11499 * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ...
11500 (dw2_expand_symtabs_with_fullname): ... here. Rename parameter
11501 filename to fullname. Rename variable this_name to this_fullname.
11502 Lowercase FILENAME_CMP call.
11503 (dw2_find_symbol_file): New comment for the returned string.
11504 (dwarf2_gdb_index_functions): Rename the function to
11505 dw2_expand_symtabs_with_fullname.
11506 * psymtab.c (read_psymtabs_with_filename): Rename to ...
11507 (read_psymtabs_with_fullname): ... here. Rename parameter filename to
11508 fullname.
11509 (psym_functions): Rename the function to read_psymtabs_with_fullname.
11510 * symfile.h (struct quick_symbol_functions): Rename field
11511 expand_symtabs_with_filename to expand_symtabs_with_fullname and its
11512 parameter filename to fullname. Document returned string meaning for
11513 find_symbol_file.
11514 * symtab.c (find_line_symtab): Rename the called function to
11515 expand_symtabs_with_fullname.
11516
11517 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11518
11519 Code cleanup.
11520 * breakpoint.c (clear_command): Remove variable is_abs, unify the
11521 call of filename_cmp with compare_filenames_for_search.
11522 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
11523 is_abs, unify the call of FILENAME_CMP with
11524 compare_filenames_for_search. New gdb_asserts for real_path and name.
11525 Unify the call of compare_filenames_for_search with FILENAME_CMP.
11526 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
11527 * symfile.h (struct quick_symbol_functions): Extend the comment for
11528 map_symtabs_matching_filename.
11529 * symtab.c (compare_filenames_for_search): Remove the function comment
11530 relative path requirement. Handle absolute filenames, with a comment.
11531 (iterate_over_some_symtabs): Remove variable is_abs, unify the call of
11532 FILENAME_CMP with compare_filenames_for_search. New gdb_asserts for
11533 real_path and name. Unify the call of compare_filenames_for_search
11534 with FILENAME_CMP.
11535 (iterate_over_symtabs): New gdb_assert on REAL_PATH.
11536
11537 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11538
11539 Code cleanup.
11540 * breakpoint.c (print_breakpoint_location): Replace bp_location field
11541 source_file references by symtab field references. Remove variables
11542 sal and fullname.
11543 (momentary_breakpoint_from_master, add_location_to_breakpoint):
11544 (clear_command, say_where): Replace bp_location field source_file
11545 references by symtab field references.
11546 (bp_location_dtor): Remove the source_file reference.
11547 (update_static_tracepoint): Replace bp_location field source_file
11548 references by symtab field references.
11549 (breakpoint_free_objfile): New function.
11550 * breakpoint.h (struct bp_location): Extend the comment for line_number.
11551 Replace the field source_file by field symtab, extend its comment.
11552 (breakpoint_free_objfile): New declaration.
11553 * objfiles.c (free_objfile): Call breakpoint_free_objfile.
11554 * tui/tui-winsource.c (tui_update_breakpoint_info): Replace bp_location
11555 field source_file references by symtab field references.
11556
11557 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11558
11559 Replace xfullpath calls by gdb_realpath calls.
11560 * cli/cli-cmds.c (find_and_open_script): Remove xfullpath from the
11561 function comment.
11562 * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path.
11563 Remove it from the iterate_over_some_symtabs call.
11564 (dw2_map_symtabs_matching_filename): Remove parameter full_path.
11565 Remove it from the dw2_map_expand_apply calls, remove a block handling
11566 it.
11567 * psymtab.c (partial_map_expand_apply): Remove parameter full_path.
11568 Remove it from the iterate_over_some_symtabs call.
11569 (partial_map_symtabs_matching_filename): Remove parameter full_path.
11570 Remove it from the partial_map_expand_apply calls, remove a block
11571 handling it. Drop gdb_realpath call and cleanups from the real_path
11572 handling.
11573 * source.c (openp): Drop the comment part about xfullpath. Replace
11574 xfullpath calls by gdb_realpath calls.
11575 (find_and_open_source): Replace xfullpath call by gdb_realpath call.
11576 * symfile.h (struct quick_symbol_functions): Remove parameter full_path
11577 from method map_symtabs_matching_filename and its comment.
11578 * symmisc.c (maintenance_print_msymbols): Replace xfullpath call by
11579 gdb_realpath call.
11580 * symtab.c (iterate_over_some_symtabs): Remove parameter full_path,
11581 remove it also from the function comment, remove a block handling it.
11582 Drop gdb_realpath call and cleanups from the real_path handling.
11583 (iterate_over_symtabs): Drop variable full_path and its use.
11584 * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
11585 * utils.c (xfullpath): Remove.
11586 * utils.h (xfullpath): Remove.
11587
11588 2013-02-01 Andreas Tobler <andreast@fgznet.ch>
11589
11590 * Makefile.in (ALL_TARGET_OBS): Add ppc64-tdep.o.
11591 (HFILES_NO_SRCDIR): Add ppc64-tdep.h.
11592 (ALLDEPFILES): Add ppc64-tdep.c.
11593 * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
11594 ppc64-tdep.o to gdb_target_obs.
11595 * ppc64-tdep.h: New file.
11596 * ppc64-tdep.c: New file.
11597 (insn_d, insn_ds, insn_xfx, ppc64_desc_entry_point): Move from
11598 ppc-linux-tdep.c to here.
11599 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN)
11600 (PPC64_STANDARD_LINKAGE2_LEN): Likewise and use ARRAY_SIZE macro.
11601 (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target)
11602 (ppc64_standard_linkage3_target, ppc64_skip_trampoline_code): Move
11603 from ppc-linux-tdep.c to here.
11604 (ppc64_convert_from_func_ptr_addr): Rename from
11605 ppc64_linux_convert_from_func_ptr_addr to
11606 ppc64_convert_from_func_ptr_addr and move from ppc-linux-tdep.c to
11607 here.
11608 * rs6000-tdep.c:
11609 (read_insn): Move from ppc-linux-tdep.c to here.
11610 (insns_match_pattern, insn_d_field, insn_ds_field): Move
11611 from ppc-linux-tdep.c to here and rename them with the ppc_ prefix.
11612 * ppc-linux-tdep.c: Include ppc64-tdep.h.
11613 Removed above functions.
11614 (ppc_linux_init_abi): Adjust.
11615
11616 2013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
11617
11618 * ada-valprint.c (ada_print_floating): Remove unused 'len'.
11619
11620 2013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
11621
11622 * ada-lang.c (assign_aggregate): Remove unused 'is_array_aggregate'.
11623
11624 2013-02-01 Pedro Alves <palves@redhat.com>
11625
11626 * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
11627 * frame.h (deprecated_pc_in_call_dummy): Delete declaration.
11628
11629 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11630
11631 * elfread.c (elf_symfile_read): Limit separate debug info additions to
11632 files with no separate debug info.
11633 * objfiles.c (add_separate_debug_objfile): Add gdb_assert calls.
11634 * symfile.c (read_symbols): Call find_separate_debug_file_in_section
11635 only for files with no separate debug info.
11636
11637 2013-01-31 Tom Tromey <tromey@redhat.com>
11638
11639 * jit.c (jit_program_space_data): Rename from jit_inferior_data;
11640 change type.
11641 (struct jit_program_space_data): Rename from jit_inferior_data.
11642 Update comments.
11643 (get_jit_program_space_data): Rename from get_jit_inferior_data.
11644 Change return type. Attach data to program space.
11645 (jit_program_space_data_cleanup): Rename from
11646 jit_inferior_data_cleanup; change argument type.
11647 (jit_read_descriptor): Change 'inf_data' argument to 'ps_data',
11648 change type.
11649 (jit_register_code): Update.
11650 (jit_update_inferior_cache): Remove.
11651 (jit_breakpoint_deleted): Get jit data from the location's program
11652 space.
11653 (jit_breakpoint_re_set_internal): Rename 'inf_data' argument to
11654 'ps_data', change type.
11655 (jit_inferior_init, jit_breakpoint_re_set_internal)
11656 (jit_event_handler): Update.
11657 (free_objfile_data): Get data from objfile's program space.
11658 (_initialize_jit): Update.
11659
11660 2013-01-31 Tom Tromey <tromey@redhat.com>
11661
11662 PR gdb/13987:
11663 * jit.c (struct jit_inferior_data) <cached_code_address,
11664 jit_breakpoint>: New fields.
11665 (jit_breakpoint_re_set_internal): Fix logging. Only create
11666 breakpoint if cached address has changed.
11667 (jit_update_inferior_cache, jit_breakpoint_deleted): New
11668 functions.
11669 (_initialize_jit): Register breakpoint deleted observer.
11670
11671 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
11672
11673 * infrun.c (handle_syscall_event): Remove unused gdbarch.
11674 (save_infcall_suspend_state): Ifdef out unused inf.
11675 (restore_infcall_suspend_state): Ifdef out unused inf.
11676 * jit.c (jit_register_code): Remove unused i, b, inf_data.
11677 (jit_frame_sniffer): Remove unused inf_data.
11678
11679 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
11680
11681 * c-exp.y (classify_inner_name): Remove unused type.
11682 * c-lang.c (c_printstr): Remove unused byte_order, i, things_printed,
11683 in_quotes, need_comma, wchar_buf, output, cleanup, iter, finished,
11684 need_escape.
11685 (c_get_string): Remove unused kind.
11686 * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2.
11687
11688 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
11689
11690 * charset.c (intermediate_encoding): Remove unused i.
11691 * completer.c (signal_completer): Remove unused i.
11692 * continuations.c (discard_my_continuations_1): Remove unused
11693 continuation_ptr.
11694 * corelow.c (core_close): Remove unuseD name.
11695 (get_core_siginfo): Remove unused pid.
11696 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Remove unused
11697 i, cps.
11698 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove unused base_offset.
11699 (loclist_describe_location): Remove unused first.
11700 * event-top.c (command_line_handler): Remove unused got_eof.
11701 * exec.c (exec_close_1): Remove unused need_symtab_cleanup.
11702 (resize_section_table): Remove unused old_value.
11703 * gdb_bfd.c (gdb_bfd_map_section): Remove unused header.
11704 * gnu-v3-abi.c (compute_vtable_size): Remove unused addr.
11705 * i386-tdep.c (i386_process_record): Remove unused rex.
11706 * infcmd.c (get_return_value): Remove unused uiout.
11707 * jv-lang.c (type_from_class): Remove unused is_array.
11708 * jv-valprint.c (java_val_print): Remove unused i.
11709 * linux-nat.c (linux_nat_stop_lwp): Remove unused ptid.
11710 * linux-thread-db.c (thread_db_find_new_threads_2): Remove unuseD pid.
11711 * m2-typeprint.c (m2_print_type): Remove unused code.
11712 * macroexp.c (get_character_constant): Remove unused body_start.
11713 (macro_stringify): Remove unused result.
11714 * objc-lang.c (find_methods): Remove unused gdbarch.
11715 * objfiles.c (filter_overlapping_sections): Remove unused abfd1, abfd2.
11716 * regcache.c (regcache_cooked_read): Remove unused gdbarch.
11717 * stack.c (print_frame_args): Remove unused summary.
11718 * thread.c (thread_apply_command): Remove unused p.
11719 * valarith.c (value_x_unop): Remove unused mangle_ptr.
11720 * valops.c (search_struct_method): Remove unused skip.
11721 * valprint.c (generic_val_print): Remove unused byte_order.
11722 * varobj.c (varobj_update): Remove unused changed.
11723 * cli/cli-cmds.c (complete_command): Remove unused next_item.
11724 (alias_command): Remove unused c.
11725 * mi/mi-cmd-catch.c (mi_catch_load_unload): Remove unused c.
11726 * mi/mi-main.c (mi_cmd_data_write_register_values): Remove unused
11727 format.
11728 (mi_cmd_data_write_memory): Remove unused word_format.
11729 (mi_cmd_data_write_memory_bytes): Remove unused r.
11730 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Remove unused
11731 p_start, p_end.
11732 * python/python.c (_initialize_python): Remove unused cmd_name, cmd.
11733 * tui/tui-disasm.c (tui_set_disassem_content): Remove unused
11734 line_width.
11735
11736 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
11737
11738 * dwarf2-frame.c (dwarf2_compile_cfa_to_ax): Remove unused num_regs.
11739 * symtab.c (iterate_over_symtabs): Remove unused s.
11740 (find_pc_sect_symtab): Remove unused pspAce.
11741 (find_pc_sect_line): Remove unused alt_symtab.
11742 (find_pcs_for_symtab_line): Remove unused ix, previous_function.
11743 (completion_list_add_name): Remove unused newsize.
11744
11745 2013-01-31 Tom Tromey <tromey@redhat.com>
11746
11747 PR c++/14998:
11748 * dwarf2read.c (read_tag_ptr_to_member_type): Handle
11749 TYPE_CODE_FUNC.
11750
11751 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
11752
11753 * target.c (target_read_string): Remove unused origlen.
11754
11755 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
11756
11757 * auto-load.c (auto_load_expand_dir_vars): Remove unused dir_vec.
11758 * ax-gdb.c (gen_printf): Remove unused expr, i, bot, fr, flen, fmt.
11759 * ax-general.c (ax_print): Remove unused is_float.
11760 * blockframe.c (block_innermost_frame): Remove unused start, end.
11761 * break-catch-sig.c (catch_signal_command): Remove unused gdbarch.
11762
11763 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
11764
11765 * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.
11766 (svr4_read_so_list): Remove unused lmo.
11767 * solib-target.c (solib_target_relocate_section_addresses): Remove
11768 unused flags.
11769
11770 2013-01-30 Tom Tromey <tromey@redhat.com>
11771
11772 * hppa-tdep.c (read_unwind_info): Use SECT_OFF_TEXT, not "0".
11773
11774 2013-01-30 Tom Tromey <tromey@redhat.com>
11775
11776 * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.
11777 * utils.c (gnu_debuglink_crc32): Remove.
11778 * utils.h (gnu_debuglink_crc32): Don't declare.
11779
11780 2013-01-30 Tom Tromey <tromey@redhat.com>
11781
11782 * dwarf2read.c (compute_delayed_physnames, read_call_site_scope)
11783 (read_structure_type, read_enumeration_type): Remove cast.
11784
11785 2013-01-30 Tom Tromey <tromey@redhat.com>
11786
11787 * dwarf2read.c (read_namespace_type): Remove cast.
11788 (read_typedef): Likewise.
11789
11790 2013-01-29 Tom Tromey <tromey@redhat.com>
11791
11792 * dwarf2read.c (free_dwo_file): Remove assert.
11793
11794 2013-01-29 Tom Tromey <tromey@redhat.com>
11795
11796 * value.c (deprecated_set_value_modifiable): Remove.
11797 * value.h (deprecated_set_value_modifiable): Remove.
11798
11799 2013-01-28 Doug Evans <dje@google.com>
11800
11801 * dwarf2loc.c (dwarf2_find_location_expression): Don't add base address
11802 to addresses from dwo files.
11803
11804 2013-01-25 Siva Chandra Reddy <sivachandra@google.com>
11805
11806 * valops.c (find_overload_match): Remove unused argument 'lax'.
11807 * value.h: Remove unused argument 'lax' from the declaration of
11808 find_overload_match.
11809 * eval.c (value_subexp_standard): Do not pass a 'lax' argument
11810 to find_overload_match.
11811 * valarith.c (value_user_defined_cpp_op): Do not pass a 'lax'
11812 argument to find_overload_match.
11813
11814 2013-01-25 Tom Tromey <tromey@redhat.com>
11815
11816 * dwarf2read.c (processing_has_namespace_info): Remove.
11817 (struct dwarf2_cu) <processing_has_namespace_info>: New field.
11818 (process_die, read_func_scope, dwarf2_start_symtab)
11819 (new_symbol_full): Update.
11820
11821 2013-01-25 Tom Tromey <tromey@redhat.com>
11822
11823 * cp-namespace.c (cp_set_block_scope): Remove.
11824 * cp-support.h (cp_set_block_scope): Remove.
11825 * dbxread.c: Include block.h.
11826 (cp_set_block_scope): New function.
11827 (process_one_symbol): Update.
11828 * dwarf2read.c (read_func_scope): Use block_set_scope.
11829
11830 2013-01-25 Pedro Alves <palves@redhat.com>
11831
11832 * remote.c (add_current_inferior_and_thread): Tweak comment.
11833
11834 2013-01-25 Tom Tromey <tromey@redhat.com>
11835
11836 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
11837 (cp_add_using_directive): Add 'copy_names' argument.
11838 * cp-support.h (cp_add_using_directive): Update.
11839 (struct using_direct) <import_src, import_dest, alias,
11840 declaration>: Now const.
11841 * dwarf2read.c (read_import_statement): Use obconcat.
11842 Don't copy names passed to cp_add_using_directive.
11843
11844 2013-01-25 Tom Tromey <tromey@redhat.com>
11845
11846 * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
11847
11848 2013-01-25 Pedro Alves <palves@redhat.com>
11849
11850 * remote.c (stop_reply_extract_thread): New.
11851 (add_current_inferior_and_thread): New parameter 'wait_status'.
11852 Handle it.
11853 (remote_start_remote): Pass wait status to
11854 add_current_inferior_and_thread.
11855 (extended_remote_run): Update comment.
11856 (extended_remote_create_inferior_1): Pass wait status to
11857 add_current_inferior_and_thread.
11858
11859 2013-01-25 Andrew Burgess <aburgess@broadcom.com>
11860 Ulrich Weigand <uweigand@de.ibm.com>
11861
11862 * valarith.c (value_vector_widen): New function for replicating a
11863 scalar into a vector.
11864 (value_binop): Use value_vector_widen to widen scalar to vector
11865 rather than casting, this better matches gcc C behaviour.
11866 * valops.c (value_casst): Update logic for casting between vector
11867 types, and for casting from scalar to vector, try to match gcc C
11868 behaviour.
11869 * value.h (value_vector_widen): Declare.
11870 * opencl-lang.c (opencl_value_cast): New opencl specific casting
11871 function, handle special case for casting scalar to vector.
11872 (opencl_relop): Use opencl_value_cast.
11873 (evaluate_subexp_opencl): Use opencl_value_cast instead of
11874 value_cast, and handle BINOP_ASSIGN, UNOP_CAST, and UNOP_CAST_TYPE
11875 in order to use opencl_value_cast.
11876
11877 2013-01-25 Yao Qi <yao@codesourcery.com>
11878
11879 * event-loop.c: Include "queue.h".
11880 (gdb_event_p): New typedef.
11881 (DECLARE_QUEUE_P): Use.
11882 (DEFINE_QUEUE_P): Use.
11883 (async_queue_event): Remove.
11884 (gdb_event_xfree): New.
11885 (initialize_event_loop): New.
11886 (process_event): Use QUEUE macros.
11887 (event_queue): Remove.
11888 (gdb_wait_for_event): Caller update.
11889 (check_async_event_handlers): Likewise.
11890 (poll_timers): Likewise.
11891 * event-loop.h (initialize_event_loop): Declare.
11892 * event-loop.c (gdb_event_xfree): New.
11893 * top.c (gdb_init): Call initialize_event_loop.
11894
11895 2013-01-25 Yao Qi <yao@codesourcery.com>
11896
11897 * event-loop.c (async_queue_event): Remove one parameter
11898 'position'. Remove code handling 'position' == TAIL.
11899 (gdb_wait_for_event): Caller update.
11900 (check_async_event_handlers): Caller update.
11901 (poll_timers): Caller update.
11902 * event-loop.h (enum queue_position): Remove.
11903
11904 2013-01-25 Maxim Kuvyrkov <maxim@kugelworks.com>
11905
11906 * MAINTAINERS: Update my email.
11907
11908 2013-01-25 Yao Qi <yao@codesourcery.com>
11909
11910 * main.c (print_gdb_help): Remove "--epoch" from the help
11911 message.
11912
11913 2013-01-24 Ulrich Weigand  <uweigand@de.ibm.com>
11914
11915 * symtab.c (skip_prologue_using_sal): Consider a file
11916 change the same as an increased line number
11917
11918 2013-01-24 Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
11919
11920 * MAINTAINERS (Write After Approval): Add myself to the list.
11921
11922 2013-01-24 Tom Tromey <tromey@redhat.com>
11923
11924 * ada-lang.h (ada_decode_symbol): Make return type const.
11925 * ada-lang.c (ada_decode_symbol): Likewise.
11926
11927 2013-01-23 Doug Evans <dje@google.com>
11928
11929 * linespec.c (find_linespec_symbols): Make static.
11930
11931 2013-01-23 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
11932
11933 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
11934 type on float conversion for complex type.
11935
11936 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
11937
11938 Add a new class gdb.Architecture which exposes GDB's
11939 internal representation of architecture via GDB Python API.
11940 * Makefile.in: Add entries corresponding to the new file
11941 python/py-arch.c.
11942 * NEWS (Python Scripting): Add entries for the new class
11943 gdb.Architecture and the new method gdb.Frame.architecture.
11944 * python/py-arch.c: Implement gdb.Architecture class.
11945 * python/py-frame.c (frapy_arch): Implement the method
11946 gdb.Frame.architecture().
11947 (frame_object_methods): Add 'architecture' to the method table.
11948 * python/python-internal.h: Add declarations of new utility
11949 functions.
11950 * python/python.c (_initialize_python): Initialize
11951 gdb.Architecture class.
11952
11953 2013-01-23 Doug Evans <dje@google.com>
11954
11955 Work around binutils/15021.
11956 * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
11957 type_unit_group out of union s. All uses updated.
11958 (read_index_from_section): Watch for index version 8.
11959 (follow_die_sig): If using .gdb_index version <= 7, record the TU as
11960 an imported symtab.
11961 (write_psymtabs_to_index): Increment version number to 8.
11962
11963 2013-01-22 Pedro Alves <palves@redhat.com>
11964
11965 * annotate.c (breakpoint_changed): Skip if breakpoint is not
11966 user-visible.
11967
11968 2013-01-22 Pedro Alves <palves@redhat.com>
11969
11970 * annotate.c (annotate_breakpoints_changed): Rename to ...
11971 (annotate_breakpoints_invalid): ... this. Make static.
11972 (breakpoint_changed): Adjust.
11973 (_initialize_annotate): Always install the observers. Install a
11974 "breakpoint_created" observer.
11975 * annotate.h (annotate_breakpoints_changed): Delete declaration.
11976 * breakpoint.c (set_breakpoint_condition)
11977 (breakpoint_set_commands, do_map_commands_command)
11978 (init_raw_breakpoint, clear_command, set_ignore_count)
11979 (enable_breakpoint_disp): No longer call
11980 annotate_breakpoints_changed.
11981
11982 2013-01-22 Pedro Alves <palves@redhat.com>
11983
11984 * annotate.c: Include "inferior.h".
11985 (frames_invalid_emitted)
11986 (breakpoints_invalid_emitted): New globals.
11987 (async_background_execution_p): New function.
11988 (annotate_breakpoints_changed, annotate_frames_invalid): Skip
11989 emitting the annotation if it has already been emitted.
11990 (annotate_display_prompt): New function.
11991 * annotate.h (annotate_display_prompt): New declaration.
11992 * event-top.c: Include annotate.h.
11993 (display_gdb_prompt): Call annotate_display_prompt.
11994
11995 2013-01-22 Pedro Alves <palves@redhat.com>
11996
11997 * annotate.c (ignore_count_changed): Delete.
11998 (annotate_breakpoints_changed): Don't clear ignore_count_changed.
11999 (annotate_ignore_count_change): Delete.
12000 (annotate_stopped): Don't emit a delayed breakpoints-changed
12001 annotation.
12002 * annotate.h (annotate_ignore_count_change): Delete.
12003 * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
12004 annotate_ignore_count_change.
12005
12006 2013-01-22 Tom Tromey <tromey@redhat.com>
12007
12008 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
12009 require_rvalue for a register location.
12010
12011 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
12012
12013 * breakpoint.c (print_one_breakpoint_location): Add MI
12014 field 'thread-groups' when printing a breakpoint.
12015 (output_thread_groups): New function.
12016
12017 2013-01-21 Siva Chandra Reddy <sivachandra@google.com>
12018
12019 * python/lib/gdb/commands/explore.py
12020 (CompoundExplorer.explore_expr): Correct the name of a method
12021 being invoked.
12022 (ExploreTypeCommand.invoke): Add a missing 'return'.
12023
12024 2013-01-21 Tom Tromey <tromey@redhat.com>
12025
12026 * gdb_obstack.h (obconcat): Move declaration here, from...
12027 * symfile.h (obconcat): ... here.
12028 * gdb_obstack.c: New file.
12029 (obconcat): Move from...
12030 * symfile.c (obconcat): ... here.
12031 * Makefile.in (SFILES): Add gdb_obstack.c.
12032 (COMMON_OBS): Add gdb_obstack.o.
12033
12034 2013-01-21 Tom Tromey <tromey@redhat.com>
12035
12036 * symfile.h (obsavestring): Don't declare.
12037 * symfile.c (obsavestring): Remove.
12038 * ada-exp.y: Use obstack_copy0, not obsavestring.
12039 * ada-lang.c: Use obstack_copy0, not obsavestring.
12040 * coffread.c: Use obstack_copy0, not obsavestring.
12041 * cp-namespace.c: Use obstack_copy0, not obsavestring.
12042 * dbxread.c: Use obstack_copy0, not obsavestring.
12043 * dwarf2read.c: Use obstack_copy0, not obsavestring.
12044 * jit.c: Use obstack_copy0, not obsavestring.
12045 * mdebugread.c: Use obstack_copy0, not obsavestring.
12046 * psymtab.c: Use obstack_copy0, not obsavestring.
12047 * stabsread.c: Use obstack_copy0, not obsavestring.
12048 * xcoffread.c: Use obstack_copy0, not obsavestring.
12049
12050 2013-01-21 Tom Tromey <tromey@redhat.com>
12051
12052 * dwarf2read.c (fixup_go_packaging): Save package name
12053 on objfile obstack.
12054 * gdbtypes.c (init_type): Don't copy name.
12055
12056 2013-01-21 Tom Tromey <tromey@redhat.com>
12057
12058 * dwarf2read.c (struct partial_die_info) <name, scope>: Now
12059 const.
12060 (struct attribute) <u.str>: Now const.
12061 (struct fnfieldlist) <name>: Now const.
12062 (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
12063 (partial_die_parent_scope): Make return type const.
12064 (partial_die_full_name, add_partial_symbol): Update.
12065 (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
12066 'name' const.
12067 (find_file_and_directory): Make 'name' and 'comp_dir' const.
12068 (read_file_scope, read_func_scope, dwarf2_add_field)
12069 (dwarf2_add_member_fn, read_structure_type)
12070 (process_enumeration_scope, read_array_type, read_module_type)
12071 (read_base_type, read_subrange_type): Update.
12072 (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
12073 (new_symbol_full, guess_full_die_structure_name): Update.
12074 (dwarf2_canonicalize_name): Return const type. Make 'name' const.
12075 (dwarf2_name): Return const type.
12076 (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
12077 const.
12078
12079 2013-01-21 Tom Tromey <tromey@redhat.com>
12080
12081 * gdbtypes.c (init_type): Make 'name' const.
12082 * gdbtypes.h (init_type): Update.
12083
12084 2013-01-21 Tom Tromey <tromey@redhat.com>
12085
12086 * buildsym.c (patch_subfile_names): Use set_last_source_file.
12087 (start_symtab): Make 'name' and 'dirname' const. Use
12088 set_last_source_file.
12089 (restart_symtab, reset_symtab_globals): Use set_last_source_file.
12090 (last_source_file): Define. Now static.
12091 (set_last_source_file, get_last_source_file): New functions.
12092 * buildsym.h (last_source_file): Don't declare.
12093 (start_symtab): Update.
12094 (set_last_source_file, get_last_source_file): Declare.
12095 * coffread.c (complete_symtab): Use set_last_source_file.
12096 (coff_end_symtab): Likewise.
12097 (coff_symtab_read): Use set_last_source_file, get_last_source_file.
12098 * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
12099 set_last_source_file.
12100 (process_one_symbol): Use get_last_source_file.
12101 * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
12102 (psymtab_to_symtab_1): Use get_last_source_file.
12103 * xcoffread.c (process_linenos): Use get_last_source_file.
12104 (complete_symtab): Use set_last_source_file.
12105 (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
12106 (scan_xcoff_symtab): Use set_last_source_file.
12107
12108 2013-01-21 Tom Tromey <tromey@redhat.com>
12109
12110 * symtab.c (struct demangled_name_entry) <mangled>: Now const.
12111 (symbol_set_names): Remove casts. Handle field const-ness.
12112
12113 2013-01-21 Tom Tromey <tromey@redhat.com>
12114
12115 * dwarf2read.c (new_symbol_full): Remove cast.
12116 * symtab.c (symbol_set_demangled_name): Make 'name' const.
12117 * symtab.h (symbol_set_demangled_name): Update.
12118
12119 2013-01-21 Tom Tromey <tromey@redhat.com>
12120
12121 * main.c (captured_main): Call bfd_init.
12122
12123 2013-01-21 Tom Tromey <tromey@redhat.com>
12124
12125 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
12126 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
12127 * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
12128 * NEWS: Update.
12129
12130 2013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12131
12132 * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
12133
12134 2013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12135
12136 Fix gdb.fortran/common-block.exp crash in PIE mode.
12137 * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
12138 LOC_COMMON_BLOCK.
12139 * f-valprint.c (info_common_command_for_block): Expect
12140 LOC_COMMON_BLOCK in gdb_assert.
12141 * symtab.h (struct general_symbol_info): Update comment for the
12142 common_block member.
12143 (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
12144 (enum address_class): New member LOC_COMMON_BLOCK.
12145
12146 2013-01-18 David Blaikie <dblaikie@gmail.com>
12147
12148 * MAINTAINERS (Write After Approval): Add "David Blaikie".
12149
12150 2013-01-18 Tom Tromey <tromey@redhat.com>
12151
12152 PR c++/14999:
12153 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
12154 Call require_rvalue.
12155
12156 2013-01-18 Yao Qi <yao@codesourcery.com>
12157
12158 * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
12159 (dbx_read_symtab): New declaration.
12160 (dbx_psymtab_to_symtab): Delete.
12161 (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
12162 Rename parameter PST to SELF. Exchanged two parameters.
12163 (start_psymtab): Caller update.
12164 * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
12165 (dwarf2_read_symtab): New declaration.
12166 (dwarf2_psymtab_to_symtab): Delete.
12167 (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
12168 Rename parameter PST to SELF. Exchanged two parameters.
12169 (create_partial_symtab): Caller update.
12170 * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
12171 (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
12172 Rename parameter PST to SELF. Exchanged two parameters.
12173 (parse_partial_symbols, new_psymtab): Caller update.
12174 * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
12175 two parameters.
12176 * psymtab.c (psymtab_to_symtab): Caller update.
12177 * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
12178 (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
12179 Rename parameter PST to SELF. Exchanged two parameters.
12180 (xcoff_start_psymtab): Caller update.
12181
12182 2013-01-18 Yao Qi <yao@codesourcery.com>
12183
12184 * infrun.c (proceed): Rename local variable 'oneproc' to
12185 'force_step'.
12186
12187 2013-01-17 Doug Evans <dje@google.com>
12188
12189 * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
12190 (dw2_build_type_unit_groups): Delete. All uses updated.
12191
12192 * symtab.h (struct symbol_search): Add comment.
12193
12194 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12195
12196 * symtab.c (compare_filenames_for_search): New comment for
12197 HAS_DRIVE_SPEC.
12198
12199 2013-01-17 Tom Tromey <tromey@redhat.com>
12200
12201 * cp-abi.c (cp_abi_completer): Fix typo in assignment.
12202
12203 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12204
12205 * symtab.c (iterate_over_some_symtabs): New variable cleanups,
12206 initialize it by existing make_cleanup. Call new do_cleanups.
12207
12208 2013-01-17 Tom Tromey <tromey@redhat.com>
12209
12210 * cp-abi.c (cp_abi_completer): New function.
12211 (_initialize_cp_abi): Set completer for "set cp-abi".
12212
12213 2013-01-17 Tom Tromey <tromey@redhat.com>
12214
12215 * mem-break.c: Remove obsolete comment.
12216 * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
12217
12218 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
12219
12220 * jit.c (jit_reader_load_command): Interpret the jit reader name
12221 as an absolute path if it begins with a forward slash.
12222
12223 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
12224
12225 PR gdb/14550
12226
12227 * jit.c (finalize_symtab): Ensure that only the global block has a
12228 NULL superblock.
12229
12230 2013-01-17 Pedro Alves <palves@redhat.com>
12231
12232 * acinclude.m4: Include ../config/plugins.m4,
12233 ../config/largefile.m4 and ../config/lead-dot.m4. Add comments.
12234 * Makefile.in (aclocal_m4_deps): Update.
12235 * aclocal.m4: Renegerate.
12236
12237 2013-01-16 Doug Evans <dje@google.com>
12238
12239 * contrib/cc-with-tweaks.sh: Add references to Fission docs.
12240
12241 2013-01-16 Pedro Alves <palves@redhat.com>
12242 Tom Tromey <tromey@redhat.com>
12243
12244 PR cli/7221:
12245 * NEWS: Add "catch signal".
12246 * breakpoint.c (base_breakpoint_ops): No longer static.
12247 (bpstat_explains_signal): New function.
12248 (init_catchpoint): No longer static.
12249 (base_breakpoint_explains_signal): New function.
12250 (base_breakpoint_ops): Initialize new field.
12251 * breakpoint.h (enum bpstat_signal_value): New.
12252 (struct breakpoint_ops) <explains_signal>: New field.
12253 (bpstat_explains_signal): Remove macro, declare as function.
12254 (base_breakpoint_ops, init_catchpoint): Declare.
12255 * break-catch-sig.c: New file.
12256 * inferior.h (signal_catch_update): Declare.
12257 * infrun.c (signal_catch): New global.
12258 (handle_syscall_event): Update for change to
12259 bpstat_explains_signal.
12260 (handle_inferior_event): Likewise. Always handle random signals
12261 via bpstats.
12262 (signal_cache_update): Check signal_catch.
12263 (signal_catch_update): New function.
12264 (_initialize_infrun): Initialize signal_catch.
12265 * Makefile.in (SFILES): Add break-catch-sig.c.
12266 (COMMON_OBS): Add break-catch-sig.o.
12267
12268 2013-01-16 Tom Tromey <tromey@redhat.com>
12269
12270 * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
12271 (print_one_catch_solib, print_one_catch_syscall)
12272 (print_one_catch_exec, print_one_exception_catchpoint): Emit
12273 "catch-type".
12274
12275 2013-01-16 Yao Qi <yao@codesourcery.com>
12276
12277 * printcmd.c (current_display_number): Make it static.
12278
12279 2013-01-16 Yao Qi <yao@codesourcery.com>
12280
12281 * infcmd.c (step_once): Don't check '!single_inst' as it was
12282 checked before.
12283
12284 2013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12285
12286 * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
12287
12288 2013-01-14 Tom Tromey <tromey@redhat.com>
12289
12290 * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
12291 set command.
12292 * command.h (add_setshow_string_noescape_cmd): Update.
12293 * corefile.c (set_gnutarget_command): Remove trailing whitespace.
12294 (complete_set_gnutarget): New function.
12295 (_initialize_core): Set the "set gnutarget" completer.
12296
12297 2013-01-14 Tom Tromey <tromey@redhat.com>
12298
12299 PR symtab/14442:
12300 * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
12301 (c_type_print_modifier): Likewise.
12302 * dwarf2read.c (read_tag_restrict_type): New function.
12303 (read_type_die_1): Handle DW_TAG_restrict_type.
12304 * gdbtypes.c (make_restrict_type): New function.
12305 (recursive_dump_type): Handle TYPE_RESTRICT.
12306 * gdbtypes.h (enum type_flag_values): Renumber.
12307 (enum type_instance_flag_value): Add
12308 TYPE_INSTANCE_FLAG_RESTRICT.
12309 (TYPE_RESTRICT): New macro.
12310 (make_restrict_type): Declare.
12311
12312 2013-01-14 Tom Tromey <tromey@redhat.com>
12313
12314 PR symtab/14931:
12315 * psymtab.c (struct psymtab_state): New.
12316 (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
12317 functions.
12318 * psympriv.h (make_cleanup_discard_psymtabs): Declare.
12319 * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
12320
12321 2013-01-14 Richard Sharman <richard_sharman@mitel.com>
12322 Pedro Alves <palves@redhat.com>
12323
12324 PR remote/14786
12325
12326 * remote.c (remote_threads_info): Make a copy of the reply from
12327 qfThreadInfo and use that instead of rs->buf.
12328
12329 2013-01-14 Yao Qi <yao@codesourcery.com>
12330
12331 * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
12332 (dbx_psymtab_to_symtab): Likewise.
12333 * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
12334 * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
12335 * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
12336
12337 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12338
12339 * parse.c (parse_exp_in_context): New variable inner_chain. Call
12340 make_cleanup_restore_current_language. Call set_language. Move
12341 OLD_CHAIN and INNER_CHAIN cleanups.
12342 * utils.c (do_restore_current_language)
12343 (make_cleanup_restore_current_language): New functions.
12344 * utils.h (make_cleanup_restore_current_language): New declaration.
12345
12346 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12347
12348 * source.c (symtab_to_fullname): Apply rewrite_source_path also for
12349 non-existing files.
12350
12351 * source.c (symtab_to_fullname): Do not prepend DIRNAME for
12352 non-existing files if FILENAME is already absolute.
12353
12354 2013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12355
12356 * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
12357 fputs_filtered. Append trailing newline.
12358
12359 2013-01-11 Yao Qi <yao@codesourcery.com>
12360 Stan Shebs <stan@codesourcery.com>
12361
12362 * psymtab.c (init_psymbol_list): Clarify the comment.
12363
12364 2013-01-11 Yao Qi <yao@codesourcery.com>
12365
12366 * breakpoint.c (print_one_breakpoint_location): Remove dead code.
12367 (update_dprintf_command_list): Assert that 'printf_line' is
12368 non-null. Remove condition check.
12369
12370 2013-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12371
12372 Code cleanup.
12373 * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
12374 type const char *.
12375 * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
12376 const char *.
12377 * tui/tui-source.h (tui_source_is_displayed): Likewise.
12378
12379 2013-01-09 Anthony Green <green@moxielogic.com>
12380
12381 * cp-abi.c (cplus_print_vtable): Don't return value from void
12382 function.
12383 * ada-lang.c (re_set_catch_assert): Ditto.
12384
12385 2013-01-09 Doug Evans <dje@google.com>
12386
12387 * symfile.h (quick_symbol_functions): Delete member
12388 pre_expand_symtabs_matching. All uses removed.
12389 * dwarf2read.c (dw2_lookup_symbol): Implement.
12390 (dw2_do_expand_symtabs_matching): Delete.
12391 (dw2_pre_expand_symtabs_matching): Delete.
12392 (struct dw2_symtab_iterator): New type.
12393 (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
12394 (dw2_expand_symtabs_for_function): Rewrite.
12395 (dwarf2_gdb_index_functions): Update.
12396 * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
12397 (psym_functions): Update.
12398
12399 2013-01-09 Tom Tromey <tromey@redhat.com>
12400
12401 * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
12402 * configure: Rebuild.
12403 * configure.ac: Add somread.o to the build if BFD has SOM
12404 support.
12405 * somread.c: Include som/aout.h, not syms.h.
12406 (som_symtab_read): Use som_external_symbol_dictionary_record.
12407 Unpack records manually.
12408 (_initialize_somread): Declare.
12409
12410 2012-01-08 Mike Frysinger <vapier@gentoo.org>
12411
12412 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
12413 Cast return_address to 64bits.
12414
12415 2013-01-08 Hui Zhu <hui_zhu@mentor.com>
12416
12417 * printcmd.c: Remove define of function output_command.
12418 * tracepoint.c: Remove extern of function output_command.
12419 * valprint.h: (output_command): New extern.
12420
12421 2013-01-07 Tom Tromey <tromey@redhat.com>
12422
12423 * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
12424 Remove.
12425 (objc_language_defn): Use c_printchar, c_printstr,
12426 c_emit_char.
12427
12428 2013-01-07 Tom Tromey <tromey@redhat.com>
12429
12430 PR cli/7719:
12431 * NEWS: Update.
12432 * ada-valprint.c (printstr, print_field_values): Remove
12433 "inspect_it" code.
12434 * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
12435 code.
12436 * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
12437 code.
12438 * m2-lang.c (m2_printstr): Remove "inspect_it" code.
12439 * main.c (captured_main): Remove "epoch" argument.
12440 * objc-lang.c (objc_printstr): Remove "inspect_it" code.
12441 * p-lang.c (pascal_printstr): Remove "inspect_it" code.
12442 * p-valprint.c (pascal_object_print_value_fields): Remove
12443 "inspect_it" code.
12444 * printcmd.c (print_command_1): Remove 'inspect' argument.
12445 (print_command, call_command): Update.
12446 (inspect_command): Remove.
12447 (_initialize_printcmd): Make "inspect" an alias for "print".
12448 * top.c (epoch_interface): Remove.
12449 * top.h (epoch_interface): Remove.
12450 * valprint.c (user_print_options): Update.
12451 (print_converted_chars_to_obstack): Remove "inspect_it" code.
12452 * valprint.h (struct value_print_options) <inspect_it>: Remove
12453 field.
12454
12455 2013-01-04 Tom Tromey <tromey@redhat.com>
12456
12457 * valprint.h (read_string): Add 'extern'.
12458
12459 2013-01-07 Joel Brobecker <brobecker@adacore.com>
12460
12461 * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
12462 used to decide whether to define darwin_read_dyld_info or not.
12463
12464 2013-01-03 Pierre Muller <muller@sourceware.org>
12465
12466 * main.c (relocate_gdb_directory): Avoid calling stat function
12467 if DIR is empty.
12468
12469 2013-01-03 Yao Qi <yao@codesourcery.com>
12470
12471 * psymtab.c (fixup_psymbol_section): Update declaration.
12472 (fixup_psymbol_section): Remove code returning value.
12473
12474 2013-01-03 Yao Qi <yao@codesourcery.com>
12475
12476 * symtab.h: Remove some out of date comments.
12477 (enum exception_event_kind): Move it ...
12478 * breakpoint.c: ... here.
12479
12480 2013-01-02 Iain Sandoe <developer@sandoe-acoustics.co.uk>
12481
12482 PR gdb/14405
12483 * darwin-nat.c (darwin_read_dyld_info): Only build if
12484 TASK_DYLD_INFO_COUNT is defined.
12485 (darwin_xfer_partial): Call darwin_read_dyld_info only if
12486 TASK_DYLD_INFO_COUNT is defined.
12487
12488 2013-01-02 Tom Tromey <tromey@redhat.com>
12489
12490 * symfile.h (struct ecoff_debug_hack): Remove.
12491 * objfiles.c: Don't include mdebugread.h.
12492
12493 2013-01-02 Tom Tromey <tromey@redhat.com>
12494
12495 * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
12496 * configure.ac: Check for Mach-O support in BFD. Update
12497 CONFIG_OBS.
12498 * configure: Rebuild.
12499
12500 2013-01-02 Tom Tromey <tromey@redhat.com>
12501
12502 * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
12503 * configure.ac: Use GDB_AC_CHECK_BFD.
12504 * configure: Rebuild.
12505
12506 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
12507
12508 * MAINTAINERS: Update my email.
12509
12510 2013-01-01 Joel Brobecker <brobecker@adacore.com>
12511
12512 * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
12513
12514 2013-01-01 Joel Brobecker <brobecker@adacore.com>
12515
12516 * rs6000-nat.c (bss_data_overlap): New function.
12517 (vmap_symtab): Use it to adjust the .bss section's offset.
12518
12519 2013-01-01 Joel Brobecker <brobecker@adacore.com>
12520
12521 Update year range in copyright notice of all files.
12522
12523 2013-01-01, 13 Joel Brobecker <brobecker@adacore.com>
12524
12525 * top.c (print_gdb_version): Update copyright year.
12526
12527 For older changes see ChangeLog-2012.
12528 \f
12529 Local Variables:
12530 mode: change-log
12531 left-margin: 8
12532 fill-column: 74
12533 version-control: never
12534 coding: utf-8
12535 End:
This page took 0.351122 seconds and 4 git commands to generate.