Add MPX registers XML files.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
2
3 * features/i386/Makefile: Adapts for using MPX registers.
4 * features/i386/32bit-mpx.xml: New file.
5 * features/i386/64bit-mpx.xml: Likewise.
6 * features/i386/amd64-mpx-linux.c: Likewise.
7 * features/i386/amd64-mpx-linux.xml: Likewise.
8 * features/i386/amd64-mpx.c: Likewise.
9 * features/i386/amd64-mpx.xml: Likewise.
10 * features/i386/i386-mpx-linux.c: Likewise.
11 * features/i386/i386-mpx-linux.xml: Likewise.
12 * features/i386/i386-mpx.c: Likewise.
13 * features/i386/i386-mpx.xml: Likewise.
14 * regformats/i386/amd64-mpx-linux.dat: New file.
15 * regformats/i386/amd64-mpx.dat: Likewise.
16 * regformats/i386/i386-mpx-linux.dat: Likewise.
17 * regformats/i386/i386-mpx.dat: Likewise.
18
19 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
20
21 * target-descriptions.c (maint_print_maint_print_c_tdesc_cmd):
22 Modified logic of creating a bitfield to be in sync with
23 tdesc_gdb_type.
24
25 2013-11-20 Will Newton <will.newton@linaro.org>
26
27 * arm-tdep.c (arm_get_next_pc): Remove "Infinite loop detected"
28 error message.
29
30 2013-11-20 Yao Qi <yao@codesourcery.com>
31
32 * progspace.h (struct address_space_data): Declare.
33 * target-dcache.c: Include "progspace.h".
34 (target_dache): Remove.
35 (target_dcache_aspace_key): New.
36 (target_dcache_cleanup): New function.
37 (target_dcache_init_p): Get data through
38 target_dcache_aspace_key.
39 (target_dcache_invalidate): Likewise.
40 (target_dcache_get): Likewise.
41 (target_dcache_get_or_init): Likewise.
42 (_initialize_target_dcache): Initialize
43 target_dcache_aspace_key.
44
45 2013-11-20 Yao Qi <yao@codesourcery.com>
46
47 * progspace.c (struct address_space): Update comments.
48 <REGISTRY_FIELDS>: New fields.
49 DEFINE_REGISTRY for address_space.
50 (new_address_space): Call address_space_alloc_data.
51 (free_address_space): Call address_space_free_data.
52 * progspace.h: Use DECLARE_REGISTRY.
53
54 2013-11-20 Yao Qi <yao@codesourcery.com>
55
56 * Makefile.in (SFILES):Add target-dcache.c.
57 (HFILES_NO_SRCDIR): Add target-dcache.h.
58 (COMMON_OBS): Add target-dcache.o.
59 * dcache.c: Remove inclusion to "target.h". Include
60 "target-dcache.h".
61 * memattr.c: Include "target-dcache.h".
62 * top.c: Likewise.
63 * tracepoint.c: Likewise.
64 * target.c: (stack_cache_enabled_p_1): Move to
65 target-dcache.c.
66 (stack_cache_enabled_p): Likewise.
67 (set_stack_cache_enabled_p): Likewise.
68 (show_stack_cache_enabled_p): Likewise.
69 (target_dcache, target_dcache_init_p): Likewise.
70 (target_dcache_invalidate): Likewise.
71 (target_dcache_get, target_dcache_get_or_init): Likewise.
72 (memory_xfer_partial_1): Call function stack_cache_enabled.
73 (initialize_target): Move code to target-dcache.c.
74 * target.h (target_dcache_invalidate): Move to
75 target-dcache.h.
76 (target_dcache_get): Likewise.
77 * target-dcache.c: New.
78 * target-dcache.h: New.
79
80 2013-11-20 Yao Qi <yao@codesourcery.com>
81
82 * target.c (memory_xfer_partial_1): Update 'target_dcache' if
83 it is initialized.
84
85 2013-11-20 Yao Qi <yao@codesourcery.com>
86
87 * dcache.c (last_cache): Remove.
88 (dcache_free, dcache_init): Update.
89 (dcache_update):
90 (dcache_print_line): Add parameter 'dcache'. Replace
91 'target_dcache' with 'dcache'.
92 (dcache_info): Move code to dcache_info_1. Call
93 'dcache_info_1'.
94 (dcache_info_1): New function.
95 (set_dcache_size): Call target_dcache_invalidate.
96 (set_dcache_line_size): Call target_dcache_invalidate.
97 * target.c (target_dcache_init_p): New function.
98 (target_dcache_invalidate): Check target_dcache_init_p first.
99 (target_dcache_get, target_dcache_get_or_init): New function.
100 (memory_xfer_partial_1): Adjust.
101 (initialize_target): Don't initialize 'target_dcache'.
102 * target.h (struct dcache_struct): Declare.
103 (target_dcache_get): Declare.
104
105 2013-11-19 Yao Qi <yao@codesourcery.com>
106
107 * varobj.c (varobj_get_type): Fix typo.
108
109 2013-11-19 Joel Brobecker <brobecker@adacore.com>
110
111 * python/py-value.c (is_intlike): Add TYPE_CODE_RANGE handling.
112
113 2013-11-19 Joel Brobecker <brobecker@adacore.com>
114
115 * contrib/ari/gdb_ari.sh: Remove checks for "dirent.h" and
116 "stat.h".
117
118 2013-11-18 Tom Tromey <tromey@redhat.com>
119
120 * common/gdb_stat.h: Remove.
121 * ada-lang.c: Use sys/stat.h, not gdb_stat.h.
122 * common/filestuff.c: Use sys/stat.h, not gdb_stat.h.
123 * common/linux-osdata.c: Use sys/stat.h, not gdb_stat.h.
124 * corefile.c: Use sys/stat.h, not gdb_stat.h.
125 * ctf.c: Use sys/stat.h, not gdb_stat.h.
126 * darwin-nat.c: Use sys/stat.h, not gdb_stat.h.
127 * dbxread.c: Use sys/stat.h, not gdb_stat.h.
128 * dwarf2read.c: Use sys/stat.h, not gdb_stat.h.
129 * exec.c: Use sys/stat.h, not gdb_stat.h.
130 * gdbserver/linux-low.c: Use sys/stat.h, not gdb_stat.h.
131 * gdbserver/remote-utils.c: Use sys/stat.h, not gdb_stat.h.
132 * inf-child.c: Use sys/stat.h, not gdb_stat.h.
133 * jit.c: Use sys/stat.h, not gdb_stat.h.
134 * linux-nat.c: Use sys/stat.h, not gdb_stat.h.
135 * m68klinux-nat.c: Use sys/stat.h, not gdb_stat.h.
136 * main.c: Use sys/stat.h, not gdb_stat.h.
137 * mdebugread.c: Use sys/stat.h, not gdb_stat.h.
138 * mi/mi-cmd-env.c: Use sys/stat.h, not gdb_stat.h.
139 * nto-tdep.c: Use sys/stat.h, not gdb_stat.h.
140 * objfiles.c: Use sys/stat.h, not gdb_stat.h.
141 * procfs.c: Use sys/stat.h, not gdb_stat.h.
142 * remote-fileio.c: Use sys/stat.h, not gdb_stat.h.
143 * remote-mips.c: Use sys/stat.h, not gdb_stat.h.
144 * remote.c: Use sys/stat.h, not gdb_stat.h.
145 * rs6000-nat.c: Use sys/stat.h, not gdb_stat.h.
146 * sol-thread.c: Use sys/stat.h, not gdb_stat.h.
147 * solib-spu.c: Use sys/stat.h, not gdb_stat.h.
148 * source.c: Use sys/stat.h, not gdb_stat.h.
149 * symfile.c: Use sys/stat.h, not gdb_stat.h.
150 * symmisc.c: Use sys/stat.h, not gdb_stat.h.
151 * symtab.c: Use sys/stat.h, not gdb_stat.h.
152 * top.c: Use sys/stat.h, not gdb_stat.h.
153 * xcoffread.c: Use sys/stat.h, not gdb_stat.h.
154
155 2013-11-18 Tom Tromey <tromey@redhat.com>
156
157 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add
158 sys_stat.
159 * gnulib/aclocal.m4: Update.
160 * gnulib/config.in: Update.
161 * gnulib/configure: Update.
162 * gnulib/import/Makefile.am: Update.
163 * gnulib/import/Makefile.in: Update.
164 * gnulib/import/m4/gnulib-cache.m4: Update.
165 * gnulib/import/m4/gnulib-comp.m4: Update.
166 * gnulib/import/m4/sys_stat_h.m4: New.
167 * gnulib/import/m4/time_h.m4: New.
168 * gnulib/import/sys_stat.in.h: New.
169 * gnulib/import/time.in.h: New.
170
171 2013-11-18 Tom Tromey <tromey@redhat.com>
172
173 * configure: Rebuild.
174 * configure.ac: Remove check of HAVE_SYS_TYPES_H.
175
176 2013-11-18 Tom Tromey <tromey@redhat.com>
177
178 * configure: Rebuild.
179 * configure.ac: Don't check for unistd.h.
180
181 2013-11-18 Tom Tromey <tromey@redhat.com>
182
183 * configure: Rebuild.
184 * configure.ac: Don't check for stdlib.h
185 * defs.h: Include stdlib.h unconditionally.
186
187 2013-11-18 Tom Tromey <tromey@redhat.com>
188
189 * config.in: Rebuild.
190 * configure: Rebuild.
191 * configure.ac: Don't check for stddef.h.
192 * defs.h: Unconditionally include stddef.h. Remove duplicate
193 inclusion.
194
195 2013-11-18 Tom Tromey <tromey@redhat.com>
196
197 * common/common.m4 (GDB_AC_COMMON): Don't use AC_HEADER_DIRENT.
198 * common/gdb_dirent.h: Remove.
199 * common/filestuff.c: Use dirent.h.
200 * common/linux-osdata.c: Use dirent.h.
201 (NAMELEN): Define.
202 * config.in: Rebuild.
203 * configure: Rebuild.
204 * configure.ac: Don't use AC_HEADER_DIRENT.
205 * linux-fork.c: Use dirent.h
206 * linux-nat.c: Use dirent.h.
207 * nto-procfs.c: Use dirent.h.
208 * procfs.c: Use dirent.h.
209
210 2013-11-18 Tom Tromey <tromey@redhat.com>
211
212 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add dirent.
213 * gnulib/aclocal.m4: Update.
214 * gnulib/config.in: Update.
215 * gnulib/configure: Update.
216 * gnulib/import/Makefile.am: Update.
217 * gnulib/import/Makefile.in: Update.
218 * gnulib/import/dirent.in.h: New.
219 * gnulib/import/m4/dirent_h.m4: New.
220 * gnulib/import/m4/gnulib-cache.m4: Update.
221 * gnulib/import/m4/gnulib-comp.m4: Update.
222
223 2013-11-18 Tom Tromey <tromey@redhat.com>
224
225 * configure: Rebuild.
226 * common/common.m4 (GDB_AC_COMMON): Don't check for string.h or
227 strings.h.
228
229 2013-11-18 Tom Tromey <tromey@redhat.com>
230
231 * common/gdb_string.h: Remove.
232 * aarch64-tdep.c: Use string.h, not gdb_string.h.
233 * ada-exp.y: Use string.h, not gdb_string.h.
234 * ada-lang.c: Use string.h, not gdb_string.h.
235 * ada-lex.l: Use string.h, not gdb_string.h.
236 * ada-typeprint.c: Use string.h, not gdb_string.h.
237 * ada-valprint.c: Use string.h, not gdb_string.h.
238 * aix-thread.c: Use string.h, not gdb_string.h.
239 * alpha-linux-tdep.c: Use string.h, not gdb_string.h.
240 * alpha-mdebug-tdep.c: Use string.h, not gdb_string.h.
241 * alpha-nat.c: Use string.h, not gdb_string.h.
242 * alpha-osf1-tdep.c: Use string.h, not gdb_string.h.
243 * alpha-tdep.c: Use string.h, not gdb_string.h.
244 * alphanbsd-tdep.c: Use string.h, not gdb_string.h.
245 * amd64-dicos-tdep.c: Use string.h, not gdb_string.h.
246 * amd64-linux-nat.c: Use string.h, not gdb_string.h.
247 * amd64-linux-tdep.c: Use string.h, not gdb_string.h.
248 * amd64-nat.c: Use string.h, not gdb_string.h.
249 * amd64-sol2-tdep.c: Use string.h, not gdb_string.h.
250 * amd64fbsd-tdep.c: Use string.h, not gdb_string.h.
251 * amd64obsd-tdep.c: Use string.h, not gdb_string.h.
252 * arch-utils.c: Use string.h, not gdb_string.h.
253 * arm-linux-nat.c: Use string.h, not gdb_string.h.
254 * arm-linux-tdep.c: Use string.h, not gdb_string.h.
255 * arm-tdep.c: Use string.h, not gdb_string.h.
256 * arm-wince-tdep.c: Use string.h, not gdb_string.h.
257 * armbsd-tdep.c: Use string.h, not gdb_string.h.
258 * armnbsd-nat.c: Use string.h, not gdb_string.h.
259 * armnbsd-tdep.c: Use string.h, not gdb_string.h.
260 * armobsd-tdep.c: Use string.h, not gdb_string.h.
261 * avr-tdep.c: Use string.h, not gdb_string.h.
262 * ax-gdb.c: Use string.h, not gdb_string.h.
263 * ax-general.c: Use string.h, not gdb_string.h.
264 * bcache.c: Use string.h, not gdb_string.h.
265 * bfin-tdep.c: Use string.h, not gdb_string.h.
266 * breakpoint.c: Use string.h, not gdb_string.h.
267 * build-id.c: Use string.h, not gdb_string.h.
268 * buildsym.c: Use string.h, not gdb_string.h.
269 * c-exp.y: Use string.h, not gdb_string.h.
270 * c-lang.c: Use string.h, not gdb_string.h.
271 * c-typeprint.c: Use string.h, not gdb_string.h.
272 * c-valprint.c: Use string.h, not gdb_string.h.
273 * charset.c: Use string.h, not gdb_string.h.
274 * cli-out.c: Use string.h, not gdb_string.h.
275 * cli/cli-cmds.c: Use string.h, not gdb_string.h.
276 * cli/cli-decode.c: Use string.h, not gdb_string.h.
277 * cli/cli-dump.c: Use string.h, not gdb_string.h.
278 * cli/cli-interp.c: Use string.h, not gdb_string.h.
279 * cli/cli-logging.c: Use string.h, not gdb_string.h.
280 * cli/cli-script.c: Use string.h, not gdb_string.h.
281 * cli/cli-setshow.c: Use string.h, not gdb_string.h.
282 * cli/cli-utils.c: Use string.h, not gdb_string.h.
283 * coffread.c: Use string.h, not gdb_string.h.
284 * common/common-utils.c: Use string.h, not gdb_string.h.
285 * common/filestuff.c: Use string.h, not gdb_string.h.
286 * common/linux-procfs.c: Use string.h, not gdb_string.h.
287 * common/linux-ptrace.c: Use string.h, not gdb_string.h.
288 * common/signals.c: Use string.h, not gdb_string.h.
289 * common/vec.h: Use string.h, not gdb_string.h.
290 * core-regset.c: Use string.h, not gdb_string.h.
291 * corefile.c: Use string.h, not gdb_string.h.
292 * corelow.c: Use string.h, not gdb_string.h.
293 * cp-abi.c: Use string.h, not gdb_string.h.
294 * cp-support.c: Use string.h, not gdb_string.h.
295 * cp-valprint.c: Use string.h, not gdb_string.h.
296 * cris-tdep.c: Use string.h, not gdb_string.h.
297 * d-lang.c: Use string.h, not gdb_string.h.
298 * dbxread.c: Use string.h, not gdb_string.h.
299 * dcache.c: Use string.h, not gdb_string.h.
300 * demangle.c: Use string.h, not gdb_string.h.
301 * dicos-tdep.c: Use string.h, not gdb_string.h.
302 * disasm.c: Use string.h, not gdb_string.h.
303 * doublest.c: Use string.h, not gdb_string.h.
304 * dsrec.c: Use string.h, not gdb_string.h.
305 * dummy-frame.c: Use string.h, not gdb_string.h.
306 * dwarf2-frame.c: Use string.h, not gdb_string.h.
307 * dwarf2loc.c: Use string.h, not gdb_string.h.
308 * dwarf2read.c: Use string.h, not gdb_string.h.
309 * elfread.c: Use string.h, not gdb_string.h.
310 * environ.c: Use string.h, not gdb_string.h.
311 * eval.c: Use string.h, not gdb_string.h.
312 * event-loop.c: Use string.h, not gdb_string.h.
313 * exceptions.c: Use string.h, not gdb_string.h.
314 * exec.c: Use string.h, not gdb_string.h.
315 * expprint.c: Use string.h, not gdb_string.h.
316 * f-exp.y: Use string.h, not gdb_string.h.
317 * f-lang.c: Use string.h, not gdb_string.h.
318 * f-typeprint.c: Use string.h, not gdb_string.h.
319 * f-valprint.c: Use string.h, not gdb_string.h.
320 * fbsd-nat.c: Use string.h, not gdb_string.h.
321 * findcmd.c: Use string.h, not gdb_string.h.
322 * findvar.c: Use string.h, not gdb_string.h.
323 * fork-child.c: Use string.h, not gdb_string.h.
324 * frame.c: Use string.h, not gdb_string.h.
325 * frv-linux-tdep.c: Use string.h, not gdb_string.h.
326 * frv-tdep.c: Use string.h, not gdb_string.h.
327 * gdb.c: Use string.h, not gdb_string.h.
328 * gdb_bfd.c: Use string.h, not gdb_string.h.
329 * gdbarch.c: Use string.h, not gdb_string.h.
330 * gdbtypes.c: Use string.h, not gdb_string.h.
331 * gnu-nat.c: Use string.h, not gdb_string.h.
332 * gnu-v2-abi.c: Use string.h, not gdb_string.h.
333 * gnu-v3-abi.c: Use string.h, not gdb_string.h.
334 * go-exp.y: Use string.h, not gdb_string.h.
335 * go-lang.c: Use string.h, not gdb_string.h.
336 * go32-nat.c: Use string.h, not gdb_string.h.
337 * hppa-hpux-tdep.c: Use string.h, not gdb_string.h.
338 * hppa-linux-nat.c: Use string.h, not gdb_string.h.
339 * hppanbsd-tdep.c: Use string.h, not gdb_string.h.
340 * hppaobsd-tdep.c: Use string.h, not gdb_string.h.
341 * i386-cygwin-tdep.c: Use string.h, not gdb_string.h.
342 * i386-dicos-tdep.c: Use string.h, not gdb_string.h.
343 * i386-linux-nat.c: Use string.h, not gdb_string.h.
344 * i386-linux-tdep.c: Use string.h, not gdb_string.h.
345 * i386-nto-tdep.c: Use string.h, not gdb_string.h.
346 * i386-sol2-tdep.c: Use string.h, not gdb_string.h.
347 * i386-tdep.c: Use string.h, not gdb_string.h.
348 * i386bsd-tdep.c: Use string.h, not gdb_string.h.
349 * i386gnu-nat.c: Use string.h, not gdb_string.h.
350 * i386nbsd-tdep.c: Use string.h, not gdb_string.h.
351 * i386obsd-tdep.c: Use string.h, not gdb_string.h.
352 * i387-tdep.c: Use string.h, not gdb_string.h.
353 * ia64-libunwind-tdep.c: Use string.h, not gdb_string.h.
354 * ia64-linux-nat.c: Use string.h, not gdb_string.h.
355 * inf-child.c: Use string.h, not gdb_string.h.
356 * inf-ptrace.c: Use string.h, not gdb_string.h.
357 * inf-ttrace.c: Use string.h, not gdb_string.h.
358 * infcall.c: Use string.h, not gdb_string.h.
359 * infcmd.c: Use string.h, not gdb_string.h.
360 * inflow.c: Use string.h, not gdb_string.h.
361 * infrun.c: Use string.h, not gdb_string.h.
362 * interps.c: Use string.h, not gdb_string.h.
363 * iq2000-tdep.c: Use string.h, not gdb_string.h.
364 * irix5-nat.c: Use string.h, not gdb_string.h.
365 * jv-exp.y: Use string.h, not gdb_string.h.
366 * jv-lang.c: Use string.h, not gdb_string.h.
367 * jv-typeprint.c: Use string.h, not gdb_string.h.
368 * jv-valprint.c: Use string.h, not gdb_string.h.
369 * language.c: Use string.h, not gdb_string.h.
370 * linux-fork.c: Use string.h, not gdb_string.h.
371 * linux-nat.c: Use string.h, not gdb_string.h.
372 * lm32-tdep.c: Use string.h, not gdb_string.h.
373 * m2-exp.y: Use string.h, not gdb_string.h.
374 * m2-typeprint.c: Use string.h, not gdb_string.h.
375 * m32c-tdep.c: Use string.h, not gdb_string.h.
376 * m32r-linux-nat.c: Use string.h, not gdb_string.h.
377 * m32r-linux-tdep.c: Use string.h, not gdb_string.h.
378 * m32r-rom.c: Use string.h, not gdb_string.h.
379 * m32r-tdep.c: Use string.h, not gdb_string.h.
380 * m68hc11-tdep.c: Use string.h, not gdb_string.h.
381 * m68k-tdep.c: Use string.h, not gdb_string.h.
382 * m68kbsd-tdep.c: Use string.h, not gdb_string.h.
383 * m68klinux-nat.c: Use string.h, not gdb_string.h.
384 * m68klinux-tdep.c: Use string.h, not gdb_string.h.
385 * m88k-tdep.c: Use string.h, not gdb_string.h.
386 * macrocmd.c: Use string.h, not gdb_string.h.
387 * main.c: Use string.h, not gdb_string.h.
388 * mdebugread.c: Use string.h, not gdb_string.h.
389 * mem-break.c: Use string.h, not gdb_string.h.
390 * memattr.c: Use string.h, not gdb_string.h.
391 * memory-map.c: Use string.h, not gdb_string.h.
392 * mep-tdep.c: Use string.h, not gdb_string.h.
393 * mi/mi-cmd-break.c: Use string.h, not gdb_string.h.
394 * mi/mi-cmd-disas.c: Use string.h, not gdb_string.h.
395 * mi/mi-cmd-env.c: Use string.h, not gdb_string.h.
396 * mi/mi-cmd-stack.c: Use string.h, not gdb_string.h.
397 * mi/mi-cmd-var.c: Use string.h, not gdb_string.h.
398 * mi/mi-cmds.c: Use string.h, not gdb_string.h.
399 * mi/mi-console.c: Use string.h, not gdb_string.h.
400 * mi/mi-getopt.c: Use string.h, not gdb_string.h.
401 * mi/mi-interp.c: Use string.h, not gdb_string.h.
402 * mi/mi-main.c: Use string.h, not gdb_string.h.
403 * mi/mi-parse.c: Use string.h, not gdb_string.h.
404 * microblaze-rom.c: Use string.h, not gdb_string.h.
405 * microblaze-tdep.c: Use string.h, not gdb_string.h.
406 * mingw-hdep.c: Use string.h, not gdb_string.h.
407 * minidebug.c: Use string.h, not gdb_string.h.
408 * minsyms.c: Use string.h, not gdb_string.h.
409 * mips-irix-tdep.c: Use string.h, not gdb_string.h.
410 * mips-linux-tdep.c: Use string.h, not gdb_string.h.
411 * mips-tdep.c: Use string.h, not gdb_string.h.
412 * mips64obsd-tdep.c: Use string.h, not gdb_string.h.
413 * mipsnbsd-tdep.c: Use string.h, not gdb_string.h.
414 * mipsread.c: Use string.h, not gdb_string.h.
415 * mn10300-linux-tdep.c: Use string.h, not gdb_string.h.
416 * mn10300-tdep.c: Use string.h, not gdb_string.h.
417 * monitor.c: Use string.h, not gdb_string.h.
418 * moxie-tdep.c: Use string.h, not gdb_string.h.
419 * mt-tdep.c: Use string.h, not gdb_string.h.
420 * nbsd-tdep.c: Use string.h, not gdb_string.h.
421 * nios2-linux-tdep.c: Use string.h, not gdb_string.h.
422 * nto-procfs.c: Use string.h, not gdb_string.h.
423 * nto-tdep.c: Use string.h, not gdb_string.h.
424 * objc-lang.c: Use string.h, not gdb_string.h.
425 * objfiles.c: Use string.h, not gdb_string.h.
426 * opencl-lang.c: Use string.h, not gdb_string.h.
427 * osabi.c: Use string.h, not gdb_string.h.
428 * osdata.c: Use string.h, not gdb_string.h.
429 * p-exp.y: Use string.h, not gdb_string.h.
430 * p-lang.c: Use string.h, not gdb_string.h.
431 * p-typeprint.c: Use string.h, not gdb_string.h.
432 * parse.c: Use string.h, not gdb_string.h.
433 * posix-hdep.c: Use string.h, not gdb_string.h.
434 * ppc-linux-nat.c: Use string.h, not gdb_string.h.
435 * ppc-sysv-tdep.c: Use string.h, not gdb_string.h.
436 * ppcfbsd-tdep.c: Use string.h, not gdb_string.h.
437 * ppcnbsd-tdep.c: Use string.h, not gdb_string.h.
438 * ppcobsd-tdep.c: Use string.h, not gdb_string.h.
439 * printcmd.c: Use string.h, not gdb_string.h.
440 * procfs.c: Use string.h, not gdb_string.h.
441 * prologue-value.c: Use string.h, not gdb_string.h.
442 * python/py-auto-load.c: Use string.h, not gdb_string.h.
443 * python/py-gdb-readline.c: Use string.h, not gdb_string.h.
444 * ravenscar-thread.c: Use string.h, not gdb_string.h.
445 * regcache.c: Use string.h, not gdb_string.h.
446 * registry.c: Use string.h, not gdb_string.h.
447 * remote-fileio.c: Use string.h, not gdb_string.h.
448 * remote-m32r-sdi.c: Use string.h, not gdb_string.h.
449 * remote-mips.c: Use string.h, not gdb_string.h.
450 * remote-sim.c: Use string.h, not gdb_string.h.
451 * remote.c: Use string.h, not gdb_string.h.
452 * reverse.c: Use string.h, not gdb_string.h.
453 * rs6000-aix-tdep.c: Use string.h, not gdb_string.h.
454 * ser-base.c: Use string.h, not gdb_string.h.
455 * ser-go32.c: Use string.h, not gdb_string.h.
456 * ser-mingw.c: Use string.h, not gdb_string.h.
457 * ser-pipe.c: Use string.h, not gdb_string.h.
458 * ser-tcp.c: Use string.h, not gdb_string.h.
459 * ser-unix.c: Use string.h, not gdb_string.h.
460 * serial.c: Use string.h, not gdb_string.h.
461 * sh-tdep.c: Use string.h, not gdb_string.h.
462 * sh64-tdep.c: Use string.h, not gdb_string.h.
463 * shnbsd-tdep.c: Use string.h, not gdb_string.h.
464 * skip.c: Use string.h, not gdb_string.h.
465 * sol-thread.c: Use string.h, not gdb_string.h.
466 * solib-dsbt.c: Use string.h, not gdb_string.h.
467 * solib-frv.c: Use string.h, not gdb_string.h.
468 * solib-osf.c: Use string.h, not gdb_string.h.
469 * solib-spu.c: Use string.h, not gdb_string.h.
470 * solib-target.c: Use string.h, not gdb_string.h.
471 * solib.c: Use string.h, not gdb_string.h.
472 * somread.c: Use string.h, not gdb_string.h.
473 * source.c: Use string.h, not gdb_string.h.
474 * sparc-nat.c: Use string.h, not gdb_string.h.
475 * sparc-sol2-tdep.c: Use string.h, not gdb_string.h.
476 * sparc-tdep.c: Use string.h, not gdb_string.h.
477 * sparc64-tdep.c: Use string.h, not gdb_string.h.
478 * sparc64fbsd-tdep.c: Use string.h, not gdb_string.h.
479 * sparc64nbsd-tdep.c: Use string.h, not gdb_string.h.
480 * sparcnbsd-tdep.c: Use string.h, not gdb_string.h.
481 * spu-linux-nat.c: Use string.h, not gdb_string.h.
482 * spu-multiarch.c: Use string.h, not gdb_string.h.
483 * spu-tdep.c: Use string.h, not gdb_string.h.
484 * stabsread.c: Use string.h, not gdb_string.h.
485 * stack.c: Use string.h, not gdb_string.h.
486 * std-regs.c: Use string.h, not gdb_string.h.
487 * symfile.c: Use string.h, not gdb_string.h.
488 * symmisc.c: Use string.h, not gdb_string.h.
489 * symtab.c: Use string.h, not gdb_string.h.
490 * target.c: Use string.h, not gdb_string.h.
491 * thread.c: Use string.h, not gdb_string.h.
492 * tilegx-linux-nat.c: Use string.h, not gdb_string.h.
493 * tilegx-tdep.c: Use string.h, not gdb_string.h.
494 * top.c: Use string.h, not gdb_string.h.
495 * tracepoint.c: Use string.h, not gdb_string.h.
496 * tui/tui-command.c: Use string.h, not gdb_string.h.
497 * tui/tui-data.c: Use string.h, not gdb_string.h.
498 * tui/tui-disasm.c: Use string.h, not gdb_string.h.
499 * tui/tui-file.c: Use string.h, not gdb_string.h.
500 * tui/tui-layout.c: Use string.h, not gdb_string.h.
501 * tui/tui-out.c: Use string.h, not gdb_string.h.
502 * tui/tui-regs.c: Use string.h, not gdb_string.h.
503 * tui/tui-source.c: Use string.h, not gdb_string.h.
504 * tui/tui-stack.c: Use string.h, not gdb_string.h.
505 * tui/tui-win.c: Use string.h, not gdb_string.h.
506 * tui/tui-windata.c: Use string.h, not gdb_string.h.
507 * tui/tui-winsource.c: Use string.h, not gdb_string.h.
508 * typeprint.c: Use string.h, not gdb_string.h.
509 * ui-file.c: Use string.h, not gdb_string.h.
510 * ui-out.c: Use string.h, not gdb_string.h.
511 * user-regs.c: Use string.h, not gdb_string.h.
512 * utils.c: Use string.h, not gdb_string.h.
513 * v850-tdep.c: Use string.h, not gdb_string.h.
514 * valarith.c: Use string.h, not gdb_string.h.
515 * valops.c: Use string.h, not gdb_string.h.
516 * valprint.c: Use string.h, not gdb_string.h.
517 * value.c: Use string.h, not gdb_string.h.
518 * varobj.c: Use string.h, not gdb_string.h.
519 * vax-tdep.c: Use string.h, not gdb_string.h.
520 * vaxnbsd-tdep.c: Use string.h, not gdb_string.h.
521 * vaxobsd-tdep.c: Use string.h, not gdb_string.h.
522 * windows-nat.c: Use string.h, not gdb_string.h.
523 * xcoffread.c: Use string.h, not gdb_string.h.
524 * xml-support.c: Use string.h, not gdb_string.h.
525 * xstormy16-tdep.c: Use string.h, not gdb_string.h.
526 * xtensa-linux-nat.c: Use string.h, not gdb_string.h.
527
528 2013-11-18 Tom Tromey <tromey@redhat.com>
529
530 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strerror
531 and strstr.
532 * gnulib/aclocal.m4: Update.
533 * gnulib/config.in: Update.
534 * gnulib/configure: Update.
535 * gnulib/import/Makefile.am: Update.
536 * gnulib/import/Makefile.in: Update.
537 * gnulib/import/errno.in.h: New.
538 * gnulib/import/intprops.h: New.
539 * gnulib/import/m4/errno_h.m4: New.
540 * gnulib/import/m4/gnulib-cache.m4: Update.
541 * gnulib/import/m4/gnulib-comp.m4: Update.
542 * gnulib/import/m4/strerror.m4: New.
543 * gnulib/import/m4/strstr.m4: New.
544 * gnulib/import/m4/sys_socket_h.m4: New.
545 * gnulib/import/strerror-override.c: New.
546 * gnulib/import/strerror-override.h: New.
547 * gnulib/import/strerror.c: New.
548 * gnulib/import/strstr.c: New.
549
550 2013-11-18 Tom Tromey <tromey@redhat.com>
551
552 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Split into
553 multiple lines.
554
555 2013-11-18 Jose E. Marchesi <jose.marchesi@oracle.com>
556
557 * sparc-tdep.c (sparc_is_annulled_branch_insn): New function.
558 * sparc-tdep.h: And its prototype.
559
560 * sparc64-linux-tdep.c (sparc64_linux_get_longjmp_target): New
561 function.
562 (sparc64_linux_init_abi): Register the get_longjmp_target hook.
563
564 2013-11-18 Pedro Alves <palves@redhat.com>
565
566 * dwarf2-frame.c (read_addr_from_reg): Remove stale comment and
567 use unpack_pointer.
568
569 2013-11-18 Joel Brobecker <brobecker@adacore.com>
570
571 * mi/mi-main.c (mi_cmd_list_features): Add "language-options"
572 to -list-features output.
573
574 2013-11-17 Joel Brobecker <brobecker@adacore.com>
575
576 * dwarf2expr.h (struct dwarf_expr_context_funcs)
577 <read_addr_from_reg>: Renames "read_reg".
578 * dwarf2-frame.c (read_addr_from_reg): Renames "read_reg".
579 Adjust comment.
580 (dwarf2_frame_ctx_funcs, execute_stack_op, dwarf2_frame_cache):
581 Use read_addr_from_reg in place of read_reg.
582 * dwarf2expr.c (execute_stack_op): Use read_addr_from_reg
583 in place of read_reg.
584 * dwarf2loc.c (dwarf_expr_read_addr_from_reg): Renames
585 dwarf_expr_read_reg.
586 (dwarf_expr_ctx_funcs): Replace dwarf_expr_read_reg
587 with dwarf_expr_read_addr_from_reg.
588 (needs_frame_read_addr_from_reg): Renames needs_frame_read_reg.
589 (needs_frame_ctx_funcs): Replace needs_frame_read_reg with
590 needs_frame_read_addr_from_reg.
591
592 2013-11-15 Jan Kratochvil <jan.kratochvil@redhat.com>
593
594 * NEWS (Changes in GDB 7.5) (New commands) (explore): Fix typo.
595
596 2013-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
597
598 * dwarf2loc.c (chain_candidate): Prevent invoking memcpy with
599 NULL.
600
601 2013-11-15 Tom Tromey <tromey@redhat.com>
602
603 PR c++/16117:
604 * c-exp.y (lex_one_token): Add "is_quoted_name" argument.
605 (classify_name): Likewise. Prefer a field of "this" over a
606 filename.
607 (classify_inner_name, yylex): Update.
608
609 2013-11-15 Joel Brobecker <brobecker@adacore.com>
610
611 * dwarf2expr.h (struct dwarf_expr_context_funcs) <read_reg>:
612 Extend the documentation a bit.
613 <get_reg_value>: New field.
614 * dwarf2loc.c (dwarf_expr_get_reg_value)
615 (needs_frame_get_reg_value): New functions.
616 (dwarf_expr_ctx_funcs, needs_frame_ctx_funcs): Add "get_reg_value"
617 callback.
618 * dwarf2-frame.c (get_reg_value): New function.
619 (dwarf2_frame_ctx_funcs): Add "get_reg_value" callback.
620 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_regval_type>:
621 Use new callback to compute result_val.
622
623 2013-11-15 Alan Modra <amodra@gmail.com>
624
625 * ppc64-tdep.c (ppc64_plt_entry_point): Renamed from..
626 (ppc64_desc_entry_point): ..this. Update comments here and at
627 call points.
628 (ppc64_standard_linkage1, ppc64_standard_linkage2,
629 ppc64_standard_linkage3): Update comments.
630 (ppc64_standard_linkage4, ppc64_standard_linkage5,
631 (ppc64_standard_linkage6, ppc64_standard_linkage7): New insn
632 patterns.
633 (ppc64_standard_linkage4_target): New function.
634 (ppc64_skip_trampoline_code): Skip ELFv2 patterns too.
635 * rs6000-tdep.c (skip_prologue): Skip ELFv2 r2 setup. Correct
636 nop match. Fix comment wrap.
637
638 2013-11-14 Pedro Alves <palves@redhat.com>
639
640 * infrun.c (handle_signal_stop): Move STOP_QUIETLY,
641 STOP_QUIETLY_REMOTE and 'stop_after_trap' handling earlier.
642
643 2013-11-14 Pedro Alves <palves@redhat.com>
644
645 * infrun.c (struct execution_control_state)
646 <stepped_after_stopped_by_watchpoint>: New field.
647 (get_inferior_stop_soon): New function.
648 (handle_inferior_event): 'stepped_after_stopped_by_watchpoint' was
649 moved to struct execution_control_state -- adjust. Use
650 get_inferior_stop_soon. Split TARGET_WAITKIND_STOPPED handling to
651 new function.
652 (handle_signal_stop): New function, factored out from
653 handle_inferior_event.
654
655 2013-11-14 Pedro Alves <palves@redhat.com>
656
657 * break-catch-sig.c (signal_catchpoint_explains_signal): Adjust to
658 return a boolean.
659 * breakpoint.c (bpstat_explains_signal): Adjust to return a
660 boolean.
661 (explains_signal_watchpoint, base_breakpoint_explains_signal):
662 Adjust to return a boolean.
663 * breakpoint.h (enum bpstat_signal_value): Delete.
664 (struct breakpoint_ops) <explains_signal>: New returns a boolean.
665 (bpstat_explains_signal): Likewise.
666 * infrun.c (handle_inferior_event) <random signal checks>:
667 bpstat_explains_signal now returns a boolean - adjust. No longer
668 consider hiding signals.
669
670 2013-11-14 Pedro Alves <palves@redhat.com>
671
672 * breakpoint.c (bpstat_explains_signal) <Moribund locations>:
673 Return BPSTAT_SIGNAL_PASS instead of BPSTAT_SIGNAL_HIDE.
674 (explains_signal_watchpoint): Return BPSTAT_SIGNAL_PASS instead of
675 BPSTAT_SIGNAL_HIDE.
676 (base_breakpoint_explains_signal): Return BPSTAT_SIGNAL_PASS
677 instead of BPSTAT_SIGNAL_HIDE.
678 * infrun.c (handle_inferior_event): Rework random signal checks.
679
680 2013-11-14 Pedro Alves <palves@redhat.com>
681
682 * infrun.c (struct execution_control_state): Remove
683 'random_signal' field.
684 (handle_syscall_event): Use bpstat_causes_stop instead of
685 bpstat_explains_signal. Don't set ecs->random_signal.
686 (handle_inferior_event): New 'random_signal' local.
687 <TARGET_WAITKIND_FORKED, TARGET_WAITKIND_VFORKED,
688 TARGET_WAITKIND_EXECD>: Use bpstat_causes_stop instead of
689 bpstat_explains_signal. Don't set ecs->random_signal.
690 <TARGET_WAITKIND_STOPPED>: Adjust to use local instead of
691 ecs->random_signal.
692
693 2013-11-14 Pedro Alves <palves@redhat.com>
694
695 * infrun.c (handle_inferior_event): Move comment from the
696 function's body to the function's description, adjusted.
697
698 2013-11-14 Pedro Alves <palves@redhat.com>
699
700 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>:
701 Handle STOP_QUIETLY_NO_SIGSTOP and STOP_QUIETLY_REMOTE here.
702 Assert we never fall through out of the TARGET_WAITKIND_LOADED
703 case.
704
705 2013-11-14 Tom Tromey <tromey@redhat.com>
706
707 * python/py-linetable.c (ltpy_has_line)
708 (ltpy_get_all_source_lines): Fix loop termination condition.
709
710 2013-11-14 Joel Brobecker <brobecker@adacore.com>
711
712 * mi/mi-parse.h (struct mi_parse) <language>: New field.
713 * mi/mi-main.c (mi_cmd_execute): Temporarily set language to
714 PARSE->LANGUAGE during command execution, if set.
715 * mi/mi-parse.c: Add "language.h" #include.
716 (mi_parse): Add parsing of "--language" command option.
717
718 * NEWS: Add entry mentioning the new "--language" command option.
719
720 2013-11-14 Pedro Alves <palves@redhat.com>
721 Joel Brobecker <brobecker@adacore.com>
722
723 * cli/cli-utils.h (extract_arg_const): Add declaration.
724 * cli/cli-utils.c (extract_arg_const): New function.
725 (extract_arg): Reimplement using extract_arg_const.
726
727 2013-11-14 Joel Brobecker <brobecker@adacore.com>
728
729 * language.h: Add "symtab.h" #include.
730
731 2013-11-13 Doug Evans <xdje42@gmail.com>
732
733 * breakpoint.c (bpstat_check_breakpoint_conditions): For thread
734 specific breakpoints, don't evaluate breakpoint condition if
735 different thread.
736
737 2013-11-13 Keith Seitz <keiths@redhat.com>
738
739 PR c++/7935
740 PR c++/10541
741 * cp-support.c (insepct_type): Add support for substituting
742 namespace aliases, too.
743 * dwarf2read.c (scan_partial_symbols): Add a partial symbol
744 for DW_TAG_imported_declaration.
745 (add_partial_symbol): Likewise.
746 (process_die): Handle namespace aliases with
747 read_namespace_alias.
748 (die_needs_namespace): Add DW_TAG_imported_declaration.
749 (read_namespace_alias): New function.
750 (load_partial_dies): Load DW_TAG_imported_declaration, too.
751 (new_symbol_full): Handle DW_TAG_imported_declaration.
752
753 2013-11-13 Keith Seitz <keiths@redhat.com>
754
755 * p-exp.y (uptok): Make first parameter const.
756 (yylex): Make `tokstart' and `tokptr' const.
757 Don't copy the lexer input to a temporary buffer.
758 Make `p' const.
759 Remove const workaround for parse_escape.
760 Create a temporary buffer for a convenience variable instead
761 of doing in-place modification of the input.
762 If a match is found with a different case from the input,
763 do not change the input at all.
764 Use `tmp' to construct the resultant stoken instead of
765 `tokstart'.
766
767 2013-11-13 Doug Evans <xdje42@gmail.com>
768
769 * breakpoint.c (breakpoint_cond_eval): Fix and enhance comment.
770
771 2013-11-13 Joel Brobecker <brobecker@adacore.com>
772
773 * mi/mi-main.c (mi_cmd_list_features): Replace "info-ada-exceptions"
774 entry with "ada-exceptions".
775
776 2013-11-13 Joel Brobecker <brobecker@adacore.com>
777
778 * symfile.c (reread_symbols): Move call to set_objfile_per_bfd
779 after re-initialization of OBJFILE's obstack.
780
781 2013-11-12 Doug Evans <xdje42@gmail.com>
782
783 * breakpoint.c (bpstat_check_breakpoint_conditions): Assert
784 bs->stop != 0 on entry. Update function comment. Simplify early
785 exit for frame mismatch. Reindent rest of function.
786
787 2013-11-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
788
789 * objc-lang.c (uniquify_strings): Prevent invoking qsort with
790 NULL.
791
792 2013-11-12 Doug Evans <dje@google.com>
793
794 Work around gold/15646.
795 * dwarf2read.c (read_index_from_section): Update comment.
796 (struct dw2_symtab_iterator): New member global_seen.
797 (dw2_symtab_iter_init): Initialize it.
798 (dw2_symtab_iter_next): Skip duplicate global symbols.
799 (dw2_expand_symtabs_matching): Ditto.
800
801 2013-11-12 Joel Brobecker <brobecker@adacore.com>
802
803 * mi/mi-cmds.h (mi_cmd_info_ada_exceptions): Add declaration.
804 * mi/mi-cmds.c (mi_cmds): Add entry for -info-ada-exceptions
805 command.
806 * mi/mi-cmd-info.c: #include "ada-lang.c" and "arch-utils.c".
807 (mi_cmd_info_ada_exceptions): New function.
808 * mi/mi-main.c (mi_cmd_list_features): Add "info-ada-exceptions".
809
810 2013-11-12 Joel Brobecker <brobecker@adacore.com>
811
812 * ada-lang.h: #include "vec.h".
813 (struct ada_exc_info): New.
814 (ada_exc_info): New typedef.
815 (DEF_VEC_O(ada_exc_info)): New vector.
816 (ada_exceptions_list): Add declaration.
817 * ada-lang.c (ada_is_exception_sym)
818 (ada_is_non_standard_exception_sym, compare_ada_exception_info)
819 (sort_remove_dups_ada_exceptions_list)
820 (ada_exc_search_name_matches, ada_add_standard_exceptions)
821 (ada_add_exceptions_from_frame, ada_add_global_exceptions)
822 (ada_exceptions_list_1, ada_exceptions_list)
823 (info_exceptions_command): New function.
824 (_initialize_ada_language): Add "info exception" command.
825
826 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
827
828 PR python/15629
829 * NEWS: Add linetable feature.
830 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-linetable entries.
831 * python/py-linetable.c: New file.
832 * python/py-symtab.c (stpy_get_linetable): New function.
833 * python/python-internal.h (symtab_to_linetable_object): Declare.
834 (gdbpy_initialize_linetable): Ditto.
835 * python/python.c (_initialize_python): Call
836 gdbpy_initialize_linetable.
837
838 2013-11-11 Joel Brobecker <brobecker@adacore.com>
839
840 * ada-lang.c (create_ada_exception_catchpoint): Enhance
841 the documentation of fields "except_string" and "condition".
842 * mi/mi-cmd-catch.c (mi_cmd_catch_assert): Reallocate
843 CONDITION on the heap before passing it to
844 create_ada_exception_catchpoint.
845 (mi_cmd_catch_exception): Likewise for EXCEPTION_NAME and
846 CONDITION.
847
848 2013-11-11 Tom Tromey <tromey@redhat.com>
849
850 * config.in, configure: Rebuild.
851 * configure.ac (HAVE_TKILL_SYSCALL): Check for "syscall".
852
853 2013-11-11 Joel Brobecker <brobecker@adacore.com>
854
855 * remote-sim.c (gdbsim_detach): Break declaration into
856 shorter lines. No code change.
857
858 2013-11-11 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
859
860 * remote-sim.c (gdbsim_detach): Fix prototype.
861
862 2013-11-08 Doug Evans <dje@google.com>
863
864 * dwarf2read.c (dwarf2_read_debug): Change to unsigned int.
865 (create_debug_types_hash_table): Only print debugging messages for
866 each TU if dwarf2-read >= 2.
867 (process_queue): Ditto.
868 (_initialize_dwarf2_read): Make "set debug dwarf2-read" a zuinteger.
869 Update doc string.
870
871 2013-11-08 Tom Tromey <tromey@redhat.com>
872
873 * configure: Rebuild.
874 * configure.ac: Remove mentions of HAVE_MULTIPLE_PROC_FDS.
875
876 2013-11-08 Tom Tromey <tromey@redhat.com>
877
878 * configure, config.in: Rebuild.
879 * configure.ac: Remove unused configury.
880
881 2013-11-08 Tom Tromey <tromey@redhat.com>
882
883 * m32c-tdep.c: Use gdb_string.h.
884
885 2013-11-08 Tom Tromey <tromey@redhat.com>
886
887 * configure, config.in: Rebuild.
888 * configure.ac: Remove all link.h-related checks.
889
890 2013-11-08 Tom Tromey <tromey@redhat.com>
891
892 * acinclude.m4: Include common.m4.
893 * common/common.m4: New file.
894 * configure, config.in: Rebuild.
895 * configure.ac: Use GDB_AC_COMMON.
896
897 2013-11-08 Doug Evans <dje@google.com>
898
899 * NEWS: Mention that "set debug symtab-create" now accepts a
900 verbosity level.
901 * buildsym.c (end_symtab_from_static_block): Call set_symtab_primary
902 to set the symtab's primary flag.
903 * jit.c (finalize_symtab): Ditto.
904 * mdebugread.c (psymtab_to_symtab_1): Ditto.
905 * symfile.c (allocate_symtab): Only print debugging messages for
906 symtab_create_debug levels 2 and higher.
907 * symtab.c (symtab_create_debug): Change type to unsigned int.
908 (set_symtab_primary): New function.
909 (_initialize_symtab): Change "set debug symtab-create" to a
910 zuinteger option.
911 * symtab.h (set_symtab_primary): Declare.
912 (symtab_create_debug): Update decl.
913
914 2013-11-08 Tom Tromey <tromey@redhat.com>
915
916 * aix-thread.c (aix_thread_detach): Update.
917 * corelow.c (core_detach): Update.
918 * darwin-nat.c (darwin_detach): Update.
919 * dec-thread.c (dec_thread_detach): Update.
920 * gnu-nat.c (gnu_detach): Update.
921 * go32-nat.c (go32_detach): Update.
922 * inf-ptrace.c (inf_ptrace_detach): Update.
923 * inf-ttrace.c (inf_ttrace_detach): Update.
924 * linux-fork.c (linux_fork_detach): Update.
925 * linux-fork.h (linux_fork_detach): Update.
926 * linux-nat.c (linux_nat_detach): Update. Introduce "tem"
927 local for const-correctness.
928 * linux-thread-db.c (thread_db_detach): Update.
929 * monitor.c (monitor_detach): Update.
930 * nto-procfs.c (procfs_detach): Update.
931 * procfs.c (procfs_detach): Update.
932 * record.c (record_detach): Update.
933 * record.h (record_detach): Update.
934 * remote-m32r-sdi.c (m32r_detach): Update.
935 * remote-mips.c (mips_detach): Update.
936 * remote-sim.c (gdbsim_detach): Update.
937 * remote.c (remote_detach_1, remote_detach)
938 (extended_remote_detach): Update.
939 * sol-thread.c (sol_thread_detach): Update.
940 * target.c (target_detach): Make "args" const.
941 (init_dummy_target): Update.
942 * target.h (struct target_ops) <to_detach>: Make argument const.
943 (target_detach): Likewise.
944 * windows-nat.c (windows_detach): Update.
945
946 2013-11-07 Doug Evans <dje@google.com>
947
948 PR 11786
949 * solib-svr4.c (svr4_exec_displacement): Ignore filesz, memsz, flags
950 and align fields for PT_GNU_RELRO segments.
951
952 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
953
954 PR python/15747
955 * python/py-cmd.c: Add COMPLETE_EXPRESSION constant.
956
957 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
958
959 * NEWS: Document Python temporary breakpoint support.
960 * python/py-breakpoint.c (bppy_get_temporary): New function.
961 (bppy_init): New keyword: temporary. Parse it and set breakpoint
962 to temporary if True.
963
964 2013-11-07 Jose E. Marchesi <jose.marchesi@oracle.com>
965
966 * sparc-tdep.c (sparc_analyze_control_transfer): Assertion
967 removed to allow analyzing unconditional branch instructions
968 with PC-relative offsets of zero.
969
970 2013-11-07 Yao Qi <yao@codesourcery.com>
971
972 * mi/mi-cmd-var.c: Include "language.h".
973 (mi_cmd_var_info_expression): Get language name from
974 language_defn.
975 * varobj.c (varobj_language_string): Remove.
976 (variable_language): Remove declaration.
977 (languages): Remove.
978 (varobj_get_language): Change the type of return value.
979 (variable_language): Remove.
980 * varobj.h (enum varobj_languages): Remove.
981 (varobj_language_string): Remove declaration.
982 (varobj_get_language): Update declaration.
983
984 2013-11-07 Yao Qi <yao@codesourcery.com>
985
986 * language.h (struct language_defn) <la_natural_name>: New
987 field.
988 * ada-lang.c (ada_language_defn): Initialize field
989 'la_natural_name'.
990 * c-lang.c (c_language_defn): Likewise.
991 (cplus_language_defn, asm_language_defn): Likewise.
992 * d-lang.c (d_language_defn): Likewise.
993 * f-lang.c (f_language_defn): Likewise.
994 * go-lang.c (go_language_defn): Likewise.
995 * jv-lang.c (java_language_defn): Likewise.
996 * language.c (unknown_language_defn ): Likewise.
997 (auto_language_defn): Likewise.
998 * m2-lang.c (m2_language_defn): Likewise.
999 * objc-lang.c (objc_language_defn): Likewise.
1000 * opencl-lang.c (opencl_language_defn): Likewise.
1001 * p-lang.c (pascal_language_defn): Likewise.
1002
1003 2013-11-07 Yao Qi <yao@codesourcery.com>
1004
1005 * language.c (language_str): Return const char *.
1006 (add_language): Add const to 'language_names'
1007 * language.h (struct language_defn) <la_name>: Add const.
1008 (language_str: Update declaration.
1009
1010 2013-11-06 Andreas Arnez <arnez@linux.vnet.ibm.com>
1011
1012 * s390-linux-nat.c (s390_read_description): Consider the TE field
1013 in the HWCAP for determining 'have_regset_tdb'.
1014
1015 2013-11-06 Will Newton <will.newton@linaro.org>
1016
1017 PR gdb/12866
1018 * dwarf2read.c (skip_one_die): Sanity check DW_AT_sibling
1019 values. (read_partial_die): Likewise.
1020
1021 2013-11-06 Muhammad Bilal <mbilal@codesourcery.com>
1022
1023 PR cli/16122
1024 * top.c (command_line_input): Unify interactivity tests to use
1025 input_from_terminal_p.
1026 * event-top.c (command_line_handler): Likewise.
1027
1028 2013-11-06 Yao Qi <yao@codesourcery.com>
1029
1030 * Makefile.in (check-perf): New target.
1031
1032 2013-11-05 Will Newton <will.newton@linaro.org>
1033
1034 PR gdb/7670
1035 * arm-tdep.c (print_fpu_flags): Use filtered output routines.
1036 (arm_print_float_info): Likewise.
1037
1038 2013-11-04 Anton Blanchard <anton@samba.org>
1039
1040 * target.c (memory_xfer_partial): Cap write to 4KB.
1041
1042 2013-11-01 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
1043
1044 * breakpoint.c (create_longjmp_master_breakpoint): Allow libc
1045 probe scan even when the arch provides no get_longjmp_target.
1046
1047 2013-10-31 Pedro Alves <palves@redhat.com>
1048
1049 * infrun.c (handle_syscall_event): Don't set or clear stop_signal.
1050 (handle_inferior_event) <TARGET_WAITKIND_FORKED,
1051 TARGET_WAITKIND_VFORKED>: Don't set stop_signal to
1052 GDB_SIGNAL_TRAP, or clear it. Pass GDB_SIGNAL_0 to
1053 bpstat_explains signal, instead of GDB_SIGNAL_TRAP.
1054 <bpstat handling>: If the bpstat chain wants the signal to be
1055 hidden, then set stop_signal to GDB_SIGNAL_0 instead of
1056 GDB_SIGNAL_TRAP.
1057
1058 2013-10-31 Andrew Burgess <aburgess@broadcom.com>
1059
1060 * breakpoint.c (update_watchpoint): Update error message and add
1061 an additional error message.
1062
1063 2013-10-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
1064
1065 * s390-tdep.h: Rename to...
1066 * s390-linux-tdep.h: ...here.
1067 * s390-tdep.c: Rename to...
1068 * s390-linux-tdep.c: ...here. Adjust #include.
1069 * s390-nat.c: Rename to...
1070 * s390-linux-nat.c: ...here. Adjust #include.
1071 * config/s390/s390.mh: Rename to...
1072 * config/s390/linux.mh: ...here. Reflect rename s390-nat.o ->
1073 s390-linux-nat.o.
1074 * configure.host: Reflect host rename "s390" -> "linux".
1075 * configure.tgt: Reflect rename s390-tdep.o -> s390-linux-tdep.o.
1076 * Makefile.in (ALL_TARGET_OBS): Likewise.
1077 (HFILES_NO_SRCDIR): Reflect rename s390-tdep.h ->
1078 s390-linux-tdep.h.
1079 (ALLDEPFILES): Reflect rename of .c files.
1080
1081 2013-10-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
1082
1083 * s390-nat.c: Whitespace cleanup.
1084 * s390-tdep.c: Likewise.
1085 * s390-tdep.h: Remove empty line at end of file.
1086
1087 2013-10-30 Maciej W. Rozycki <macro@codesourcery.com>
1088
1089 * linux-tdep.c (linux_corefile_thread_callback): Preinitialize
1090 siginfo_size.
1091
1092 2013-10-29 Tom Tromey <tromey@redhat.com>
1093
1094 * utils.c (reg): Move undefinition...
1095 * gdb_curses.h: ... here. Update comment to mention AIX.
1096
1097 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
1098
1099 * exec.h (add_target_sections_of_objfile): New declaration.
1100 * exec.c (add_target_sections_of_objfile): New function.
1101 * symfile.c (add_symbol_file_command): Update current target sections.
1102 (remove_symbol_file_command): New command.
1103 (symfile_free_objfile): New function.
1104 (_initialize_symfile): Register observer for free_objfile events.
1105 * NEWS: Add description of the remove-symbol-file command.
1106 * breakpoint.c (disable_breakpoints_in_freed_objfile): New function.
1107 * objfiles.c (free_objfile): Notify free_objfile.
1108 (is_addr_in_objfile): New function.
1109 * objfiles.h (is_addr_in_objfile): New declaration.
1110 * printcmd.c (clear_dangling_display_expressions): Act upon free_objfile
1111 events instead of solib_unloaded events.
1112 (_initialize_printcmd): Register observer for free_objfile instead
1113 of solib_unloaded notifications.
1114 * solib.c (remove_user_added_objfile): New function.
1115 (_initialize_symfile): Add remove-symbol-file.
1116
1117 2013-10-29 Andrew Burgess <aburgess@broadcom.com>
1118
1119 * infcmd.c (default_print_one_register_info): Use val_print to
1120 print all values even optimized out or unavailable ones. Don't
1121 try to print a raw form of optimized out or unavailable values.
1122
1123 2013-10-29 Yao Qi <yao@codesourcery.com>
1124
1125 * auto-load.c (auto_load_pspace_data_cleanup): Get data from
1126 parameter 'arg' instead of from program_space_data.
1127 * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
1128 * solib-darwin.c (darwin_pspace_data_cleanup): Likewise.
1129 * solib-dsbt.c (dsbt_pspace_data_cleanup): Likewise.
1130 * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
1131 * inflow.c (inflow_inferior_data_cleanup): Get data from
1132 parameter 'arg' instead of inferior_data.
1133 * registry.h: Add comments.
1134
1135 2013-10-28 Pedro Alves <palves@redhat.com>
1136
1137 * breakpoint.c (watchpoints_triggered)
1138 <!target_stopped_data_address>: Hardcode return 1.
1139
1140 2013-10-28 Pedro Alves <palves@redhat.com>
1141
1142 * infrun.c (process_event_stop_test): Remove unnecessary scoping
1143 level and reindent.
1144
1145 2013-10-28 Pedro Alves <palves@redhat.com>
1146
1147 * infrun.c (process_event_stop_test): New function, factored out
1148 from handle_inferior_event.
1149 (handle_inferior_event): 'process_event_stop_test' is now a
1150 function instead of a goto label -- adjust.
1151
1152 2013-10-28 Pedro Alves <palves@redhat.com>
1153
1154 * infrun.c (handle_inferior_event): Move process_event_stop_test
1155 goto label to the else branch of the ecs->random_signal check,
1156 along with FRAME and GDBARCH re-fetching.
1157
1158 2013-10-28 Pedro Alves <palves@redhat.com>
1159
1160 * infrun.c (switch_back_to_stepped_thread): New function, factored
1161 out from handle_inferior_event.
1162 (handle_inferior_event): Adjust to call
1163 switch_back_to_stepped_thread. Call it also at the tail of the
1164 random signal handling, and return, instead of also handling
1165 random signals just before the stepping tests.
1166
1167 2013-10-28 Pedro Alves <palves@redhat.com>
1168
1169 * infrun.c (clear_stop_func): Delete.
1170 (handle_inferior_event): Don't call clear_stop_func and don't
1171 clear 'ecs->random_signal'.
1172
1173 2013-10-27 Yao Qi <yao@codesourcery.com>
1174
1175 * varobj.c (struct varobj_root) <lang>: Rename to 'lang_ops'.
1176 (varobj_create, varobj_get_path_expr): Update.
1177 (varobj_value_has_mutated, varobj_update): Likewise.
1178 (create_child_with_value, new_root_variable): Likewise.
1179 (number_of_children, name_of_variable): Likewise.
1180 (value_of_child, my_value_of_variable): Likewise.
1181 (varobj_value_is_changeable_p): Likewise.
1182
1183 2013-10-25 Yao Qi <yao@codesourcery.com>
1184
1185 * language.h (struct lang_varobj_ops): Declare.
1186 (struct language_defn) <la_varobj_ops>: New field.
1187 * ada-lang.c: Include "varobj.h"
1188 (defn ada_language_defn): Initialize field 'la_varobj_ops' with
1189 ada_varobj_ops.
1190 * c-lang.c: Include "varobj.h"
1191 (c_language_defn): Initialize field 'la_varobj_ops' with
1192 c_varobj_ops.
1193 (cplus_language_defn): Initialize field 'la_varobj_ops' with
1194 cplus_varobj_ops.
1195 (asm_language_defn): Initialize field 'la_varobj_ops' with
1196 default_varobj_ops.
1197 (minimal_language_defn): Likewise.
1198 * d-lang.c (d_language_defn): Likewise.
1199 * f-lang.c (f_language_defn): Likewise.
1200 * go-lang.c (go_language_defn): Likewise.
1201 * m2-lang.c (m2_language_defn): Likewise.
1202 * objc-lang.c (objc_language_defn): Likewise.
1203 * opencl-lang.c (opencl_language_defn): Likewise.
1204 * p-lang.c (pascal_language_defn): Likewise.
1205 * language.c (unknown_language_defn): Likewise.
1206 (auto_language_defn): Likewise.
1207 (local_language_defn): Likewise.
1208 * jv-lang.c (java_language_defn): Initialize field
1209 'la_varobj_ops' with java_varobj_ops.
1210 * varobj.c (varobj_create): Update.
1211 * varobj.h (default_varobj_ops): Define macro.
1212
1213 2013-10-25 Pedro Alves <palves@redhat.com>
1214
1215 * cp-valprint.c (cp_print_value_fields): No longer handle a NULL
1216 static field value.
1217 (cp_print_static_field): If the value is entirely optimized out,
1218 print <optimized out> here.
1219 * jv-valprint.c (java_print_value_fields): No longer handle a NULL
1220 static field value.
1221 * p-valprint.c (pascal_object_print_static_field): If the value is
1222 entirely optimized out, print <optimized out> here.
1223 * valops.c (do_search_struct_field)
1224 (value_struct_elt_for_reference): No longer handle a NULL static
1225 field value.
1226 * value.c (value_static_field): Return an optimized out value
1227 instead of NULL.
1228
1229 2013-10-25 Yao Qi <yao@codesourcery.com>
1230
1231 * remote.c (remote_traceframe_info): Return early if
1232 traceframe is not selected.
1233
1234 2013-10-25 Yao Qi <yao@codesourcery.com>
1235
1236 * tracepoint.c (traceframe_fun): Remove.
1237 (traceframe_sal): Remove.
1238 (set_traceframe_context): Add local variables.
1239
1240 2013-10-25 Joel Brobecker <brobecker@adacore.com>
1241
1242 * varobj.h (struct lang_varobj_ops): Remove spaces between '*'
1243 and parameter name.
1244
1245 2013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
1246
1247 * linux-tdep.c (linux_corefile_thread_callback): Propagate any
1248 failure from register information collection.
1249
1250 2013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
1251
1252 * linux-tdep.c (linux_corefile_thread_data): Remove `num_notes'
1253 member.
1254 (linux_corefile_thread_callback): Update accordingly.
1255 (linux_make_corefile_notes): Likewise.
1256
1257 2013-10-24 Pedro Alves <palves@redhat.com>
1258
1259 * NEWS (New options): Mention set/show startup-with-shell.
1260 * config/alpha/nm-osf3.h (START_INFERIOR_TRAPS_EXPECTED): Set to 2
1261 instead of 3.
1262 * fork-child.c (fork_inferior, startup_inferior): Handle 'set
1263 startup-with-shell'.
1264 (show_startup_with_shell): New function.
1265 (_initialize_fork_child): Register the set/show startup-with-shell
1266 commands.
1267 * inf-ptrace.c (inf_ptrace_create_inferior): Remove comment.
1268 * inf-ttrace.c (inf_ttrace_him): Remove comment.
1269 * procfs.c (procfs_init_inferior): Remove comment.
1270 * infcmd.c (startup_with_shell): New global.
1271 * inferior.h (startup_with_shell): Declare global.
1272 (STARTUP_WITH_SHELL): Delete.
1273 (START_INFERIOR_TRAPS_EXPECTED): Set to 1 by default instead of 2.
1274
1275 2013-10-23 Pedro Alves <palves@redhat.com>
1276
1277 * common/gdb_signals.h (gdb_signal_to_symbol_string): Declare.
1278 * common/signals.c: Include "gdb_assert.h".
1279 (signals): New field 'symbol'.
1280 (SET): Use the 'symbol' parameter.
1281 (gdb_signal_to_symbol_string): New function.
1282 * infrun.c (handle_inferior_event) <random signal>: In debug
1283 output, print the random signal enum as string in addition to its
1284 number.
1285 * target/waitstatus.c (target_waitstatus_to_string): Print the
1286 signal's enum value as string instead of the (POSIX) signal name.
1287
1288 2013-10-23 Gary Benson <gbenson@redhat.com>
1289
1290 PR 16013
1291 * common/linux-osdata.c (command_from_pid): Reduced size of cmd
1292 from 32 to 18. Adjusted fscanf format string accordingly.
1293 (Avoids leaving cmd unterminated.)
1294 (print_sockets): Do not parse tlen, inode, sl, timeout, txq, rxq,
1295 trun, retn or extra. (Avoids leaving extra unterminated.) Check
1296 that local_address and remote_address will not overflow.
1297 (linux_xfer_osdata_modules): Parse lines using strtok to avoid
1298 leaving dependencies unterminated. Parse size as "%u" to match
1299 definition.
1300
1301 2013-10-22 Pedro Alves <palves@redhat.com>
1302
1303 * infrun.c (handle_inferior_event) <thread hop>: Don't clear or
1304 set ecs->random signal.
1305
1306 2013-10-22 Pedro Alves <palves@redhat.com>
1307
1308 * infrun.c (keep_going): Update comments.
1309
1310 2013-10-22 Pedro Alves <palves@redhat.com>
1311
1312 * remote.c (remote_parse_stop_reply) <'T'/'S'/'X' replies>: Map
1313 invalid signal numbers to GDB_SIGNAL_UNKNOWN.
1314
1315 2013-10-22 Pedro Alves <palves@redhat.com>
1316
1317 * include/gdb/signals.def (TARGET_EXC_BAD_ACCESS): Rename to
1318 GDB_EXC_BAD_ACCESS.
1319 (TARGET_EXC_BAD_INSTRUCTION): Rename to GDB_EXC_BAD_INSTRUCTION.
1320 (TARGET_EXC_ARITHMETIC): Rename to GDB_EXC_ARITHMETIC.
1321 (TARGET_EXC_EMULATION): Rename to GDB_EXC_EMULATION.
1322 (TARGET_EXC_SOFTWARE): Rename to GDB_EXC_SOFTWARE.
1323 (TARGET_EXC_BREAKPOINT): Rename to GDB_EXC_BREAKPOINT.
1324 (GDB_SIGNAL_LAST): Change description string.
1325 * common/signals.c (gdb_signal_from_host, do_gdb_signal_to_host):
1326 Adjust to signal renaming.
1327 * darwin-nat.c (darwin_decode_message): Likewise.
1328
1329 2013-10-22 Jose E. Marchesi <jose.marchesi@oracle.com>
1330
1331 * MAINTAINERS (Write After Approval): Add myself to the list.
1332
1333 2013-10-18 Andrew Burgess <aburgess@broadcom.com>
1334
1335 * breakpoint.c (update_watchpoint): If hardware watchpoints are
1336 forced off, downgrade them to software watchpoints if possible,
1337 and error out if not possible.
1338 (watch_command_1): Move watchpoint type selection closer to
1339 watchpoint creation, and extend the comments.
1340
1341 2013-10-18 Pedro Alves <palves@redhat.com>
1342
1343 PR gdb/16062
1344 * infrun.c (handle_inferior_event): Keep going if we got a random
1345 signal we should not stop for, instead of falling through to the
1346 step tests.
1347
1348 2013-10-18 Yao Qi <yao@codesourcery.com>
1349
1350 * c-varobj.c (cplus_number_of_children): Fix indentation.
1351
1352 2013-10-17 Tom Tromey <tromey@redhat.com>
1353
1354 PR gdb/15995:
1355 * printcmd.c (printcmd): Call gdb_flush.
1356
1357 2013-10-17 Tom Tromey <tromey@redhat.com>
1358
1359 * elfread.c (struct elfinfo) <stabindexsect>: Remove.
1360 (elf_locate_sections): Update.
1361
1362 2013-10-17 Yao Qi <yao@codesourcery.com>
1363
1364 * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
1365 * ada-varobj.c: Remove the include of ada-varobj.h.
1366 (ada_varobj_get_number_of_children): Declare.
1367 (ada_varobj_get_name_of_child): Make it static.
1368 (ada_varobj_get_path_expr_of_child): Likewise.
1369 (ada_varobj_get_value_of_child): Likewise.
1370 (ada_varobj_get_type_of_child): Likewise.
1371 (ada_varobj_get_value_of_array_variable): Likewise.
1372 * ada-varobj.h: Remove.
1373
1374 2013-10-17 Yao Qi <yao@codesourcery.com>
1375
1376 * Makefile.in (SFILES): Add c-varobj.c and jv-varobj.c.
1377 (COMMON_OBS): Add c-varobj.o and jv-varobj.o.
1378 * ada-varobj.c: Include "varobj.h".
1379 (ada_number_of_children): New. Moved from varobj.c.
1380 (ada_name_of_variable, ada_name_of_child): Likewise.
1381 (ada_path_expr_of_child, ada_value_of_child): Likewise.
1382 (ada_type_of_child, ada_value_of_variable): Likewise.
1383 (ada_value_is_changeable_p, ada_value_has_mutated): Likewise.
1384 (ada_varobj_ops): New.
1385 * c-varobj.c, jv-varobj.c: New file. Moved from varobj.c.
1386 * gdbtypes.c (get_target_type): New. Moved from varobj.c.
1387 * gdbtypes.h (get_target_type): Declare.
1388 * varobj.c: Remove the inclusion of "ada-varobj.h" and
1389 "ada-lang.h".
1390 (ANONYMOUS_STRUCT_NAME): Move it to c-varobj.c.
1391 (ANONYMOUS_UNION_NAME): Likewise.
1392 (get_type, get_value_type, get_target_type): Remove declarations.
1393 (value_get_print_value, varobj_value_get_print_value): Likewise.
1394 (c_number_of_children, c_name_of_variable): Likewise.
1395 (c_name_of_child, c_path_expr_of_child): Likewise.
1396 (c_value_of_child, c_type_of_child): Likewise.
1397 (c_value_of_variable, cplus_number_of_children): Likewise.
1398 (cplus_class_num_children, cplus_name_of_variable): Likewise.
1399 (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
1400 (cplus_value_of_child, cplus_type_of_child): Likewise.
1401 (cplus_value_of_variable, java_number_of_children): Likewise.
1402 (java_name_of_variable, java_name_of_child): Likewise.
1403 (java_path_expr_of_child, java_value_of_child): Likewise.
1404 (java_type_of_child, java_value_of_variable): Likewise.
1405 (ada_number_of_children, ada_name_of_variable): Likewise.
1406 (ada_name_of_child, ada_path_expr_of_child): Likewise.
1407 (ada_value_of_child, ada_type_of_child): Likewise.
1408 (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
1409 (ada_value_has_mutated): Likewise.
1410 (struct language_specific): Move it to varobj.h.
1411 (CPLUS_FAKE_CHILD): Move it to varobj.h.
1412 (restrict_range): Rename it varobj_restrict_range. Make it extern.
1413 Callers update.
1414 (get_path_expr_parent): Rename it to varobj_get_path_expr_parent.
1415 Make it extern.
1416 (is_anonymous_child): Move it to c-varobj.c and rename to
1417 varobj_is_anonymous_child. Caller update.
1418 (get_type): Move it to c-varobj.c.
1419 (get_value_type): Rename it varobj_get_value_type. Make it
1420 extern.
1421 (get_target_type): Move it gdbtypes.c.
1422 (varobj_formatted_print_options): New function.
1423 (value_get_print_value): Rename it to
1424 varobj_value_get_print_value and make it extern.
1425 (varobj_value_is_changeable_p): Make it extern.
1426 (adjust_value_for_child_access): Move it to c-varobj.c.
1427 (default_value_is_changeable_p): Rename it to
1428 varobj_default_value_is_changeable_p. Make it extern.
1429 (c_number_of_children, c_name_of_variable): Move it to c-varobj.c
1430 (c_name_of_child, c_path_expr_of_child): Likewise.
1431 (c_value_of_child, c_type_of_child): Likewise.
1432 (c_value_of_variable, cplus_number_of_children): Likewise.
1433 (cplus_class_num_children, cplus_name_of_variable): Likewise.
1434 (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
1435 (cplus_value_of_child, cplus_type_of_child): Likewise.
1436 (cplus_value_of_variable): Likewise.
1437 (java_number_of_children, java_name_of_variable): Move it to jv-varobj.c.
1438 (java_name_of_child, java_path_expr_of_child): Likewise.
1439 (java_value_of_child, java_type_of_child): Likewise.
1440 (java_value_of_variable): Likewise.
1441 (ada_number_of_children, ada_name_of_variable): Move it to ada-varobj.c.
1442 (ada_name_of_child, ada_path_expr_of_child): Likewise.
1443 (ada_value_of_child, ada_type_of_child): Likewise.
1444 (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
1445 (ada_value_has_mutated): Likewise.
1446 * varobj.h (CPLUS_FAKE_CHILD): New macro, moved from varobj.c.
1447 (struct lang_varobj_ops): New. Renamed by 'struct language_specific'.
1448 (c_varobj_ops, cplus_varobj_ops): Declare.
1449 (java_varobj_ops, ada_varobj_ops): Declare.
1450 (varobj_default_value_is_changeable_p): Declare.
1451 (varobj_value_is_changeable_p): Declare.
1452 (varobj_get_value_type, varobj_is_anonymous_child): Declare.
1453 (varobj_get_path_expr_parent): Declare.
1454 (varobj_value_get_print_value): Declare.
1455 (varobj_formatted_print_options): Declare.
1456 (varobj_restrict_range): Declare.
1457
1458 2013-10-17 Luis Machado <lgustavo@codesourcery.com>
1459
1460 * target/waitstatus.h (target_waitkind): Remove spurious
1461 character from the comments.
1462
1463 2013-10-17 Joel Brobecker <brobecker@adacore.com>
1464
1465 * gdbarch.sh (get_longjmp_target): Add method documentation.
1466 * gdbarch.h: Regenerate.
1467
1468 2013-10-16 Tom Tromey <tromey@redhat.com>
1469
1470 * dbxread.c (read_dbx_symtab) <bss_ext_symbol>: Remove unused
1471 label.
1472
1473 2013-10-16 Luis Machado <lgustavo@codesourcery.com>
1474
1475 * gcore.in: Call GDB using the full path to the gcore script.
1476 Error out if the GDB binary is not found.
1477
1478 2013-10-16 Sergio Durigan Junior <sergiodj@redhat.com>
1479
1480 PR gdb/16014
1481 * dwarf2read.c (dw2_get_real_path): Remove unnecessary call to
1482 sizeof.
1483
1484 2013-10-16 Sergio Durigan Junior <sergiodj@redhat.com>
1485
1486 PR gdb/16042
1487 * target.c (target_disable_btrace): Fix invalid return value for
1488 void function.
1489 (target_teardown_btrace): Likewise.
1490
1491 2013-10-14 Yao Qi <yao@codesourcery.com>
1492
1493 * varobj.c (struct varobj): Move most of the fields to
1494 varobj.h.
1495 (struct varobj_dynamic): New struct.
1496 (varobj_get_display_hint) [HAVE_PYTHON]: Adjust.
1497 (varobj_has_more): Likewise.
1498 (dynamic_varobj_has_child_method): Likewise.
1499 (update_dynamic_varobj_children): Likewise.
1500 (varobj_get_num_children): Likewise.
1501 (varobj_list_children, varobj_pretty_printed_p): Likewise.
1502 (install_new_value_visualizer): Likewise.
1503 (install_new_value_visualizer, install_new_value): Likewise.
1504 (varobj_update, new_variable, free_variable): Likewise.
1505 (my_value_of_variable, value_get_print_value): Likewise.
1506 (install_visualizer): Change the type of parameter 'var' to
1507 'struct varobjd_dynamic *'. Callers update.
1508 * varobj.h (struct varobj): Moved from varobj.c.
1509 (struct varobj) <dynamic>: New field.
1510
1511 2013-10-13 Sandra Loosemore <sandra@codesourcery.com>
1512
1513 * nios2-tdep.c (nios2_reg_names): Use "sstatus" rather than "ba"
1514 as the preferred name of r30.
1515 * nios2-linux-tdep.c (reg_offsets): Likewise.
1516 * features/nios2-cpu.xml: Likewise.
1517 * features/nios2-linux.c: Regenerated.
1518 * features/nios2.c: Regenerated.
1519 * regformats/nios2-linux.dat: Regenerated.
1520
1521 2013-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1522
1523 Canonicalize directories for EXEC_FILENAME.
1524 * exec.c (exec_file_attach): Use gdb_realpath_keepfile for
1525 exec_filename.
1526 * utils.c (gdb_realpath_keepfile): New function.
1527 * utils.h (gdb_realpath_keepfile): New declaration.
1528
1529 2013-10-11 Doug Evans <dje@google.com>
1530
1531 * Makefile.in (GDBFLAGS): New variable.
1532 (run): New rule.
1533
1534 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1535
1536 * NEWS: Add entry documenting the new "-catch-assert" and
1537 "-catch-exception" GDB/MI commands.
1538
1539 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1540
1541 * breakpoint.h (init_ada_exception_breakpoint): Add parameter
1542 "enabled".
1543 * breakpoint.c (init_ada_exception_breakpoint): Add parameter
1544 "enabled". Set B->ENABLE_STATE accordingly.
1545 * ada-lang.h (ada_exception_catchpoint_kind): Move here from
1546 ada-lang.c.
1547 (create_ada_exception_catchpoint): Add declaration.
1548 * ada-lang.c (ada_exception_catchpoint_kind): Move to ada-lang.h.
1549 (create_ada_exception_catchpoint): Make non-static. Add new
1550 parameter "disabled". Use it in call to
1551 init_ada_exception_breakpoint.
1552 (catch_ada_exception_command): Add parameter "enabled" in call
1553 to create_ada_exception_catchpoint.
1554 (catch_assert_command): Likewise.
1555
1556 * mi/mi-cmds.h (mi_cmd_catch_assert, mi_cmd_catch_exception):
1557 Add declarations.
1558 * mi/mi-cmds.c (mi_cmds): Add the "catch-assert" and
1559 "catch-exception" commands.
1560 * mi/mi-cmd-catch.c: Add #include "ada-lang.h".
1561 (mi_cmd_catch_assert, mi_cmd_catch_exception): New functions.
1562
1563 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1564
1565 * ada-lang.c (enum ada_exception_catchpoint_kind): Renames
1566 "enum exception_catchpoint_kind". Replace the "ex_" prefix
1567 of all its enumerates with "ada_". Update the rest of this
1568 file throughout.
1569
1570 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1571
1572 * ada-lang.c (ada_decode_exception_location): Delete.
1573 (create_ada_exception_catchpoint): Remove arguments "sal",
1574 "addr_string" and "ops". Add argument "ex_kind" instead.
1575 Adjust implementation accordingly, calling ada_exception_sal
1576 to get the entities it no longer gets passed as arguments.
1577 Document the function's arguments.
1578 (catch_ada_exception_command): Use catch_ada_exception_command_split
1579 instead of ada_decode_exception_location, and update call to
1580 create_ada_exception_catchpoint.
1581 (catch_ada_assert_command_split): Renames
1582 ada_decode_assert_location. Remove parameters "addr_string" and
1583 "ops", and now returns void. Adjust implementation accordingly.
1584 Update the function documentation.
1585 (catch_assert_command): Use catch_ada_assert_command_split
1586 instead of ada_decode_assert_location. Update call to
1587 create_ada_exception_catchpoint.
1588
1589 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1590
1591 * utils.h (perror_warning_with_name): Add declaration.
1592 * utils.c (perror_warning_with_name): New function.
1593 * cli/cli-cmds.c (source_script_with_search): Add call to
1594 perror_warning_with_name if from_tty is nul.
1595
1596 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1597
1598 * utils.c (perror_string): New function, extracted out of
1599 throw_perror_with_name.
1600 (throw_perror_with_name): Rework to use perror_string.
1601
1602 2013-10-11 Yao Qi <yao@codesourcery.com>
1603
1604 * remote.c (discard_pending_stop_replies_in_queue): Update
1605 declaration.
1606 (struct stop_reply) <rs>: New field.
1607 (remove_stop_reply_of_remote_state): New function.
1608 (discard_pending_stop_replies_in_queue): Add parameter 'rs'.
1609 Callers update. Pass remove_stop_reply_of_remote_state to
1610 QUEUE_iterate.
1611 (remote_parse_stop_reply): Initialize field 'rs'.
1612
1613 2013-10-10 Will Newton <will.newton@linaro.org>
1614
1615 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
1616 linux_init_abi.
1617
1618 2013-10-10 Joel Brobecker <brobecker@adacore.com>
1619
1620 * cli/cli-cmds.c (show_baud_rate): Moved to serial.c as
1621 serial_baud_show_cmd.
1622 (_initialize_cli_cmds): Delete the code creating the
1623 "set/show remotebaud" commands.
1624 * serial.c (baud_rate): Move here from top.c.
1625 (serial_baud_show_cmd): Move here from cli/cli-cmds.c.
1626 (_initialize_serial): Create "set/show serial baud" commands.
1627 Add "set/show remotebaud" command aliases.
1628 * top.c (baud_rate): Moved to serial.c.
1629 * NEWS: Document the new "set/show serial baud" commands,
1630 replacing "set/show remotebaud".
1631
1632 2013-10-09 Pedro Alves <palves@redhat.com>
1633
1634 * breakpoint.c (insert_bp_location): Use memory_error_message to
1635 build the memory error string.
1636 * c-lang.c: Include "gdbcore.h".
1637 (c_get_string): Use memory_error to throw error.
1638 (target_xfer_memory_error): Delete.
1639 (memory_error_message): New, factored out from
1640 target_xfer_memory_error.
1641 (memory_error): Change parameter type to target_xfer_error.
1642 Rewrite.
1643 (read_memory): Use memory_error instead of
1644 target_xfer_memory_error.
1645 * gdbcore.h: Include "target.h".
1646 (memory_error): Change parameter type to target_xfer_error.
1647 (memory_error_message): Declare function.
1648 * target.c (target_read_memory, target_read_stack)
1649 (target_write_memory, target_write_raw_memory): Return
1650 TARGET_XFER_E_IO on error. Adjust comments.
1651 (get_target_memory): Pass TARGET_XFER_E_IO to memory_error,
1652 instead of EIO.
1653 * target.h (target_read, target_insert_breakpoint)
1654 (target_remove_breakpoint): Adjust comments.
1655 * valprint.c (partial_memory_read): Rename parameter, and adjust
1656 comment.
1657 (val_print_string): Use memory_error_message to build the memory
1658 error string.
1659
1660 2013-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1661
1662 * common/filestuff.c (gdb_fopen_cloexec): Remove initialization of
1663 result variable. Rename variable fopen_e_ever_failed to
1664 fopen_e_ever_failed_einval. Retry fopen only for errno EINVAL.
1665
1666 2013-10-09 Pedro Alves <palves@redhat.com>
1667
1668 * monitor.c (monitor_write_memory, monitor_write_memory_bytes)
1669 (monitor_write_memory_longlongs, monitor_write_memory_block):
1670 Constify 'myaddr' parameter.
1671 (monitor_xfer_memory): Adjust interface as monitor_xfer_partial
1672 helper.
1673 (monitor_xfer_partial): New function.
1674 (init_base_monitor_ops): Don't install a deprecated_xfer_memory
1675 hook. Install a to_xfer_partial hook.
1676
1677 2013-10-09 Tom Tromey <tromey@redhat.com>
1678
1679 * dwarf2read.c (dwarf2_get_dwz_file): Update for type change in
1680 bfd_get_alt_debug_link_info.
1681
1682 2013-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1683
1684 New flag OBJF_NOT_FILENAME.
1685 * auto-load.c (auto_load_objfile_script): Check also OBJF_NOT_FILENAME.
1686 * jit.c (jit_object_close_impl): Use OBJF_NOT_FILENAME for
1687 allocate_objfile.
1688 (jit_bfd_try_read_symtab): Use OBJF_NOT_FILENAME for
1689 symbol_file_add_from_bfd.
1690 * jv-lang.c (get_dynamics_objfile): Use OBJF_NOT_FILENAME for
1691 allocate_objfile.
1692 * objfiles.c (allocate_objfile): Assert OBJF_NOT_FILENAME if NAME is
1693 NULL.
1694 * objfiles.h (OBJF_NOT_FILENAME): New.
1695
1696 2013-10-08 Tom Tromey <tromey@redhat.com>
1697
1698 * Makefile.in (SFILES): Add build-id.c.
1699 (HFILES_NO_SRCDIR): Add build-id.h.
1700 * build-id.c: New file, largely from elfread.c. Modified
1701 most functions.
1702 * build-id.h: New file.
1703 * dwarf2read.c (dwarf2_get_dwz_file): Update for change to
1704 bfd_get_alt_debug_link_info. Verify dwz file's build-id.
1705 Search for dwz file using build-id.
1706 * elfread.c (build_id_bfd_get, build_id_verify)
1707 (build_id_to_debug_filename, find_separate_debug_file): Remove.
1708
1709 2013-10-08 Joel Brobecker <brobecker@adacore.com>
1710
1711 * ada-lang.c (compare_names_with_case): Renamed from
1712 compare_names, adding a new parameter "casing" and its handling.
1713 New function documentation.
1714 (compare_names): New function, implemented using
1715 compare_names_with_case.
1716
1717 2013-10-08 Joel Brobecker <brobecker@adacore.com>
1718
1719 * ada-lang.c (ada_exception_sal): Remove advance declaration.
1720
1721 2013-10-07 Tom Tromey <tromey@redhat.com>
1722
1723 * objfiles.c (free_objfile_per_bfd_storage): Delete the
1724 demangled_names_hash.
1725 (free_objfile): Don't delete the demangled_names_hash.
1726 * objfiles.h (struct objfile_per_bfd_storage)
1727 <demangled_names_hash>: New field.
1728 (struct objfile) <demangled_names_hash>: Move to
1729 objfile_per_bfd_storage.
1730 * symfile.c (reread_symbols): Don't delete the
1731 demangled_names_hash.
1732 * symtab.c (create_demangled_names_hash): Update.
1733 (symbol_set_names): Update.
1734
1735 2013-10-07 Tom Tromey <tromey@redhat.com>
1736
1737 * gdb_bfd.c (struct gdb_bfd_data) <relocation_computed,
1738 needs_relocations>: New fields.
1739 (gdb_bfd_requires_relocations): New function.
1740 * gdb_bfd.h (gdb_bfd_requires_relocations): Declare.
1741 * objfiles.c (get_objfile_bfd_data): Disallow sharing if
1742 the BFD needs relocations applied.
1743
1744 2013-10-07 Pedro Alves <palves@redhat.com>
1745
1746 PR breakpoints/11568
1747 * breakpoint.c (remove_threaded_breakpoints): Say "no longer in
1748 the thread list" instead of "gone".
1749
1750 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1751
1752 * NEWS: Mention new convenience variable $_exitsignal.
1753 * corelow.c (core_open): Reset exit convenience variables. Set
1754 $_exitsignal to the uncaught signal which generated the corefile.
1755 * infrun.c (handle_inferior_event): Reset exit convenience
1756 variables. Set $_exitsignal for TARGET_WAITKIND_SIGNALLED.
1757 (clear_exit_convenience_vars): New function.
1758 * inferior.h (clear_exit_convenience_vars): New prototype.
1759
1760 2013-10-06 Yao Qi <yao@codesourcery.com>
1761
1762 * varobj.h: Add comments to enum varobj_languages.
1763
1764 2013-10-04 Doug Evans <dje@google.com>
1765
1766 Add support for DWP file format version 2.
1767 * NEWS: Mention support for DWP file format version 2.
1768 * dwarf2read.c (dwarf2_section_info): Convert asection field to a
1769 union of asection, containing_section. New fields virtual_offset
1770 and is_virtual. Change type of readin filed from int to char.
1771 (dwo_sections, dwo_file): Tweak comments.
1772 (dwp_v2_section_ids): New enum.
1773 (dwp_sections): New fields abbrev, info, line, loc, macinfo, macro,
1774 str_offsets, types.
1775 (virtual_v1_dwo_sections): Renamed from virtual_dwo_sections.
1776 All uses updated.
1777 (virtual_v2_dwo_sections): New struct.
1778 (dwp_hash_table): New fields version, nr_columns. Change type of
1779 section_pool field to a union.
1780 (dwp_file): New field version.
1781 (dwarf2_has_info): Check for virtual sections.
1782 (get_containing_section): New function.
1783 (get_section_bfd_owner, get_section_bfd_section): Call it.
1784 (dwarf2_locate_sections): Update.
1785 (dwarf2_section_empty_p): Update.
1786 (dwarf2_read_section): Handle virtual sections.
1787 (locate_dwz_sections): Update.
1788 (create_dwp_hash_table): Document and handle V2 format.
1789 (locate_v1_virtual_dwo_sections): Renamed from
1790 locate_virtual_dwo_sections and update. All callers updated.
1791 (create_dwo_unit_in_dwp_v1): Renamed from create_dwo_in_dwp.
1792 Delete arg htab. Rename arg section_index to unit_index.
1793 All callers updated.
1794 (MAX_NR_V1_DWO_SECTIONS): Renamed from MAX_NR_DWO_SECTIONS.
1795 All uses updated.
1796 (create_dwp_v2_section, create_dwo_unit_in_dwp_v2): New functions.
1797 (lookup_dwo_unit_in_dwp): Add V2 support.
1798 (dwarf2_locate_dwo_sections): Update.
1799 (dwarf2_locate_common_dwp_sections): Renamed from
1800 dwarf2_locate_dwp_sections and update. All callers updated.
1801 (dwarf2_locate_v2_dwp_sections): New function.
1802 (open_and_init_dwp_file): Add V2 support.
1803 (read_str_index): New locals str_section, str_offsets_section.
1804
1805 2013-10-04 Pedro Alves <palves@redhat.com>
1806
1807 * common/ptid.c (null_ptid, minus_one_ptid, ptid_build)
1808 (pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid)
1809 (ptid_equal, ptid_is_pid, ptid_lwp_p, ptid_tid_p): Replace
1810 describing comments with references to ptid.h.
1811 * common/ptid.h: Remove intro description of constructors,
1812 accessors and predicates.
1813 (struct ptid): Reformat.
1814 (minus_one_ptid, ptid_build, pid_to_ptid, ptid_get_pid)
1815 (ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid): Change
1816 describing comments.
1817
1818 2013-10-04 Joel Brobecker <brobecker@adacore.com>
1819
1820 * aix-thread.c (sync_threadlists): Add missing ')' in call
1821 to ptid_build.
1822
1823 2013-10-04 Joel Brobecker <brobecker@adacore.com>
1824
1825 * procfs.c (procfs_init_inferior): Fix typo causing the build
1826 to fail.
1827
1828 2013-10-04 Joel Brobecker <brobecker@adacore.com>
1829
1830 * aix-thread.c (ptrace32): Remove cast to addr_ptr.
1831
1832 2013-10-04 Joel Brobecker <brobecker@adacore.com>
1833
1834 * mi/mi-main.c (run_one_inferior): Add function description.
1835 Make ARG a pointer to an integer whose value determines whether
1836 we should "run" or "start" the program.
1837 (mi_cmd_exec_run): Add handling of the "--start" option.
1838 Reject all other command-line options.
1839 * NEWS: Add entry for "-exec-run"'s new "--start" option.
1840
1841 2013-10-04 Yao Qi <yao@codesourcery.com>
1842
1843 * remote-notif.h (REMOTE_NOTIF_ID): New enum.
1844 (struct notif_client) <pending_event>: Moved
1845 to struct remote_notif_state.
1846 <id>: New field.
1847 (struct remote_notif_state) <pending_event>: New field.
1848 (notif_event_xfree): Declare.
1849 * remote-notif.c (handle_notification): Adjust.
1850 (notif_event_xfree): New function.
1851 (do_notif_event_xfree): Call notif_event_xfree.
1852 (remote_notif_state_xfree): Call notif_event_xfree to free
1853 each element in field pending_event.
1854 * remote.c (discard_pending_stop_replies): Remove declaration.
1855 (discard_pending_stop_replies_in_queue): Declare.
1856 (remote_close): Call discard_pending_stop_replies_in_queue
1857 instead of discard_pending_stop_replies.
1858 (remote_start_remote): Adjust.
1859 (stop_reply_xfree): Call notif_event_xfree.
1860 (notif_client_stop): Adjust initialization.
1861 (remote_notif_remove_all): Rename it to ...
1862 (remove_stop_reply_for_inferior): ... this. Update comments.
1863 Don't check INF is NULL.
1864 (discard_pending_stop_replies): Return early if notif_state is
1865 NULL. Adjust. Don't check INF is NULL.
1866 (remote_notif_get_pending_events): Adjust.
1867 (discard_pending_stop_replies_in_queue): New function.
1868 (remote_wait_ns): Likewise.
1869
1870 2013-10-04 Yao Qi <yao@codesourcery.com>
1871
1872 * remote-notif.c (DECLARE_QUEUE_P): Remove.
1873 (notif_queue): Remove.
1874 (remote_notif_process): Add one parameter 'notif_queue'.
1875 Update comments. Callers update.
1876 (remote_async_get_pending_events_token): Remove.
1877 (remote_notif_register_async_event_handler): Remove.
1878 (remote_notif_unregister_async_event_handler): Remove.
1879 (handle_notification): Add parameter 'notif_queue'. Update
1880 comments. Callers update.
1881 (notif_xfree): Remove.
1882 (remote_notif_state_allocate): New function.
1883 (remote_notif_state_xfree): New function.
1884 (_initialize_notif): Remove code to allocate queue.
1885 * remote-notif.h (DECLARE_QUEUE_P): Moved from remote-notif.c.
1886 (struct remote_notif_state): New.
1887 (handle_notification): Update declaration.
1888 (remote_notif_process): Likewise.
1889 (remote_notif_register_async_event_handler): Remove.
1890 (remote_notif_unregister_async_event_handler): Remove.
1891 (remote_notif_state_allocate): Declare.
1892 (remote_notif_state_xfree): Declare.
1893 * remote.c (struct remote_state) <notif_state>: New field.
1894 (remote_close): Don't call
1895 remote_notif_unregister_async_event_handler. Call
1896 remote_notif_state_xfree.
1897 (remote_open_1): Don't call
1898 remote_notif_register_async_event_handler. Call
1899 remote_notif_state_allocate.
1900
1901 2013-10-04 Yao Qi <yao@codesourcery.com>
1902
1903 * varobj.c (create_child_with_value): Remove 'const' from the
1904 type of parameter 'name'.
1905 (varobj_add_child): Likewise.
1906 (install_dynamic_child): Remove 'const' from the type of
1907 parameter 'name'.
1908 (varobj_add_child): Likewise.
1909 (create_child_with_value): Likewise. Update comments. Don't
1910 duplicate 'name'.
1911 (update_dynamic_varobj_children): Duplicate 'name'
1912 and pass it to install_dynamic_child.
1913
1914 2013-10-03 Phil Muldoon <pmuldoon@redhat.com>
1915
1916 * python/py-value.c (convert_value_from_python): Move PyInt_Check
1917 conversion logic to occur after PyLong_Check. Comment on order
1918 change significance.
1919 * python/py-arch.c (archpy_disassemble): Comment on order of
1920 conversion for integers and longs.
1921
1922 2013-10-03 Pedro Alves <palves@redhat.com>
1923
1924 * common/linux-ptrace.c (linux_check_ptrace_features): Factor out
1925 the PTRACE_O_TRACESYSGOOD and PTRACE_O_TRACEFORK to separate
1926 functions. Always test for PTRACE_O_TRACESYSGOOD even if
1927 PTRACE_O_TRACEFORK is not supported.
1928 (linux_test_for_tracesysgood): New function.
1929 (linux_test_for_tracefork): New function, factored out from
1930 linux_check_ptrace_features, and also don't kill child_pid here.
1931
1932 2013-10-03 Tristan Gingold <gingold@adacore.com>
1933
1934 * i386-darwin-nat.c (i386_darwin_dr_set): Fix argument type.
1935 Remove verbose error reporting. Use detected state to
1936 thread_set_state call.
1937 (i386_darwin_dr_get): Fix return type. Remove verbose error
1938 report.
1939 Remove trailing spaces.
1940
1941 2013-10-02 Pedro Alves <palves@redhat.com>
1942
1943 * cp-valprint.c (cp_print_value_fields): Adjust calls to
1944 val_print_optimized_out.
1945 * jv-valprint.c (java_print_value_fields): Likewise.
1946 * p-valprint.c (pascal_object_print_value_fields): Likewise.
1947 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full)
1948 <DWARF_VALUE_REGISTER>: If the register was not saved, return a
1949 new optimized out value.
1950 * findvar.c (address_from_register): Likewise.
1951 * frame.c (put_frame_register): Tweak error string to say the
1952 register was not saved, rather than optimized out.
1953 * infcmd.c (default_print_one_register_info): Adjust call to
1954 val_print_optimized_out. Use value_of_register instead of
1955 get_frame_register_value.
1956 * mi/mi-main.c (output_register): Use value_of_register instead of
1957 get_frame_register_value.
1958 * valprint.c (valprint_check_validity): Likewise.
1959 (val_print_optimized_out): New value parameter. If the value is
1960 lval_register, print <not saved> instead.
1961 (value_check_printable, val_print_scalar_formatted): Adjust calls
1962 to val_print_optimized_out.
1963 * valprint.h (val_print_optimized_out): New value parameter.
1964 * value.c (struct value) <optimized_out>: Extend comment.
1965 (error_value_optimized_out): New function.
1966 (require_not_optimized_out): Use it. Use a different string for
1967 lval_register values.
1968 * value.h (error_value_optimized_out): New declaration.
1969 * NEWS: Mention <not saved>.
1970
1971 2013-10-02 Joel Brobecker <brobecker@adacore.com>
1972
1973 * symtab.c (compare_search_syms): Use FILENAME_CMP instead of
1974 strcmp to compare two symtab filenames.
1975
1976 2013-10-02 Joel Brobecker <brobecker@adacore.com>
1977
1978 * symtab.c (search_symbols_equal): Delete.
1979 (sort_search_symbols_remove_dups): Replace call to
1980 search_symbols_equal by call to compare_search_syms,
1981 adjusting as necessary.
1982
1983 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
1984
1985 PR python/15579
1986 * python/python.c: Document gdb.execute command in Python help.
1987
1988 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
1989
1990 * python/py-frame.c (frame_info_to_frame_object): Use
1991 gdbpy_convert_exception. Clean up Python object on failure.
1992
1993 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
1994
1995 * python/lib/gdb/command/frame_filters.py
1996 (InfoFrameFilter.list_frame_filters): Retrieve exception manually.
1997 (ShowFrameFilterPriority.invoke): Ditto.
1998
1999 2013-10-01 Keith Seitz <keiths@redhat.com>
2000
2001 * linespec.c (struct ls_parser): Make 'saved_arg' const.
2002 (parse_linespec): Make 'argptr' const.
2003 Remove temporary cast of 'argptr' to const char **.
2004 (decode_line_full): Pass const pointer to parse_linespec.
2005 (decode_line_1): Likewise.
2006 (decode_objc): Make local variable 'new_argptr' const.
2007 (find_function_symbols): Remove temporary cast to char *
2008 to find_imps.
2009 * objc-lang.c (find_imps): Make argument 'method' const.
2010 Return const.
2011 * objc-lang.h (find_imps): Likewise.
2012
2013 2013-10-01 Keith Seitz <keiths@redhat.com>
2014
2015 * completer.c (skip_quoted_chars): Make all arguments const.
2016 Return const.
2017 (skip_quoted): Likewise.
2018 * completer.h (skip_quoted_chars): Likewise.
2019 (skip_quoted): Likewise.
2020 * defs.h (skip_quoted): Remove duplicate declaration.
2021 * jv-exp.y: Include completer.h.
2022 (yylex): Remove unneccessary cast to char * fro skip_quoted.
2023 * p-exp.y: Include completer.h.
2024
2025 2013-10-01 Keith Seitz <keiths@redhat.com>
2026
2027 * c-exp.y (parse_number): Make first argument const.
2028 Make a copy of the input to manipulate.
2029 (c_parse_escape): Make first argument const.
2030 Make local variable 'tokptr' const.
2031 (parse_string_or_char): Make first two arguments const.
2032 (macro_original_text): Make const.
2033 (lex_one_token): Make local variable 'tokstart' const.
2034 Likewise for local variables named 'p'.
2035 Cast away const for struct stoken (temporary).
2036 * c-lang.h (c_parse_escpae): Make first argument const.
2037 * cli/cli-cmds.c (echo_command): Make local variable 'p'
2038 const.
2039 * cli/cli-setshow.c (do_set_command): Likewise for 'p' in
2040 var_string case.
2041 * f-exp.y (parse_number): Make first argument const.
2042 (match_string_literal): Make local variable 'tokstart'
2043 const.
2044 (yylex): Make local variable 'p' const.
2045 Cast away const for struct stoken (temporary).
2046 * go-exp.y (parse_number): Make first argument const.
2047 (parse_string_or_char): Likewise.
2048 Make local variable 'tokstart' const.
2049 (lex_one_token): Likewise for numerous locals called 'p'.
2050 Cast away const for struct stoken (temporary).
2051 * jv-exp.y (parse_number): Make first argument const.
2052 Make local variables 'tokstart' and 'tokptr' const.
2053 Cast away const for call to skip_quoted (temporary).
2054 (yylex): Make local variable 'p' const.
2055 Cast away const for struct stoken (temporary).
2056 * m2-exp.y (parse_number): Make local variable 'p' const.
2057 (yylex): Likewise for 'tokstart'.
2058 Cast away const for struct stoken (temporary).
2059 Make local variable 'p' const.
2060 * macroexp.c (get_character_constant): Pass a const string
2061 to c_parse_escape.
2062 (get_string_literal): Likewise.
2063 (macro_expand_next): Make first argument const.
2064 Cast away const for init_shared_buffer.
2065 * macroexp.h (macro_expand_next): Make first argument const.
2066 * p-exp.y (yylex): Make a local copy of 'lexptr'.
2067 Pass a const string to c_parse_escape.
2068 Make local variables 'p' and 'namestart' const.
2069 * parse.c (lexptr): Make const.
2070 (prev_lexptr): Likewise.
2071 (find_template_name_end): Return const.
2072 Make argument const, too.
2073 (parse_exp_in_context): Make first argument const.
2074 Remove the entire const_hack.
2075 (parse_exp_in_context_1): Make first argument const.
2076 * parser-defs.h (find_template_name_end): Return const.
2077 Make argument const, too.
2078 (lexptr): Make const.
2079 (prev_lexptr): Likewise.
2080 * utils.c (parse_escape): Make second argument const.
2081 * utils.h (parse_escape): Likewise.
2082
2083 2013-10-01 Keith Seitz <keiths@redhat.com>
2084
2085 * ada-exp.y (write_object_renaming): Update: struct stoken.ptr
2086 is now const.
2087 (block_lookup): Make 'raw_name' and 'name' const.
2088 * ada-lex.l (processString): Update for struct stoken.ptr.
2089 * c-exp.y (qualified_name : TYPENAME COLONCOLON '~' name): Likewise.
2090 (operator_stoken): Likewise.
2091 (lex_one_token): Remove temporary cast to char * for
2092 'yylval.sval.ptr'.
2093 * f-exp.y (yylex): Likewise.
2094 * gdb-types.c (lookup_struct_elt_type): Make argument 'name' const.
2095 * gdbtypes.h (lookup_struct_elt_type): Likewisee.
2096 * go-exp.y (lex_one_token): Remove temporary cast to char * for
2097 'yylval.sval.ptr'.
2098 * jv-exp.y (QualifiedName): Update for struct stoken.ptr.
2099 (yylex): Remove temporary cast to char * for 'yylval.sval.ptr'.
2100 * linespec.c (struct ls_parser): Make 'stream' const.
2101 (find_parameter_list_end): Make argument 'input' and local
2102 variable 'p' const.
2103 (linespec_lexer_lex_string): Make local variables 'start' and
2104 'p' const.
2105 Use skip_spaces_const instead of skip_spaces.
2106 (linespec_lexer_peek_token): Make local variable 'saved_stream'
2107 const.
2108 (parse_linespec): Temporarily cast 'argptr' to const for
2109 'parser->lexer.stream'.
2110 * m2-exp.y (yylex): Remove temporary cast to char * for
2111 'yylval.sval.ptr'.
2112 * objc-lang.c (add_msglist): Make local variable 'p' const.
2113 * p-exp.y (exp : exp '['): Update for struct stoken.ptr.
2114 (exp : STRING): Make 'sp' const.
2115 (parse_number): Make argument 'p' const.
2116 * parser-defs.h (struct stoken): Make 'ptr' const.
2117
2118 2013-10-01 Doug Evans <dje@google.com>
2119
2120 * cli/cli-decode.c: Remove unnecessary inclusion of tui/tui.h.
2121
2122 2013-10-01 Yao Qi <yao@codesourcery.com>
2123
2124 * varobj.c (c_value_of_root): Remove declaration.
2125 (cplus_value_of_root, java_value_of_root): Likewise.
2126 (ada_value_of_root): Likewise.
2127 (struct language_specific) <value_of_root>: Remove.
2128 (languages): Update initialization.
2129 (check_scope): Move earlier.
2130 (c_value_of_root): Move earlier and rename to ...
2131 (value_of_root_1): ... this.
2132 (value_of_root): Caller update.
2133 (cplus_value_of_root, java_value_of_root): Remove.
2134 (ada_value_of_root): Remove.
2135
2136 2013-10-01 Yao Qi <yao@codesourcery.com>
2137
2138 * varobj.c (varobj_format_string): Remove "unknown".
2139 (languages): Remove the first element.
2140 * varobj.h (enum varobj_languages): Remove vlang_c.
2141
2142 2013-10-01 Yao Qi <yao@codesourcery.com>
2143
2144 * varobj.c (struct language_specific) <language>: Remove.
2145 (languages): Update the initialization.
2146
2147 2013-10-01 Yao Qi <yao@codesourcery.com>
2148
2149 * arm-wince-tdep.c: Remove inclusion of "solib.h" and
2150 "solib-target.h". Include "windows-tdep.h".
2151 (arm_wince_init_abi): Call windows_init_abi. Remove call to
2152 set_solib_ops and set_gdbarch_has_dos_based_file_system.
2153 * configure.tgt (arm*-wince-pe | arm*-*-mingw32ce*): Append
2154 windows-tdep.o to gdb_target_obs.
2155
2156 2013-10-01 Yao Qi <yao@codesourcery.com>
2157
2158 * amd64-windows-tdep.c: Remove inclusion of "solib.h" and
2159 "solib-target.h".
2160 (amd64_windows_init_abi): Don't call set_solib_ops and
2161 set_gdbarch_iterate_over_objfiles_in_search_order. Call
2162 windows_init_abi instead.
2163 * i386-cygwin-tdep.c: Remove inclusion of "solib.h" and
2164 "solib-target.h".
2165 (i386_cygwin_init_abi): Don't call set_solib_ops,
2166 set_gdbarch_has_dos_based_file_system and
2167 set_gdbarch_iterate_over_objfiles_in_search_order. Call
2168 windows_init_abi instead.
2169 * windows-tdep.c: Include "solib.h" and "solib-target.h".
2170 (windows_init_abi): New function.
2171 (windows_iterate_over_objfiles_in_search_order): Make it
2172 static.
2173 * windows-tdep.h (windows_init_abi): Declare.
2174 (windows_iterate_over_objfiles_in_search_order): Remove
2175 declaration.
2176
2177 2013-10-01 Jerome Guitton <guitton@adacore.com>
2178
2179 Checked in by Joel Brobecker <brobecker@adacore.com>
2180 * system-gdbinit/elinos.py (get_elinos_environment): Return an
2181 incomplete dictionnary instead of None in case of missing
2182 environment variables.
2183 (elinos_init): in case of an incomplete environment, best
2184 effort to load system libraries instead of abort.
2185
2186 2013-10-01 Joel Brobecker <brobecker@adacore.com>
2187
2188 * ada-lang.c (ada_has_this_exception_support): Ignore
2189 mst_solib_trampoline minimal symbols.
2190
2191 2013-09-30 Tristan Gingold <gingold@adacore.com>
2192
2193 * i386-darwin-nat.c (darwin_complete_target): Install methods for
2194 hardware watchpoint.
2195 (i386_darwin_dr_set): Support 32 and 64 bit states.
2196 (i386_darwin_dr_get): Likewise.
2197 (i386_darwin_dr_set_control): Make static.
2198 (i386_darwin_dr_set_addr, i386_darwin_dr_get_addr)
2199 (i386_darwin_dr_get_status, i386_darwin_dr_get_control): Likewise.
2200
2201 2013-09-30 Luis Machado <lgustavo@codesourcery.com>
2202
2203 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2204 Replace TIDGET with ptid_get_lwp.
2205 Replace GET_LWP with ptid_get_lwp.
2206 * aix-thread.c (BUILD_THREAD, BUILD_LWP): Remove.
2207 Replace BUILD_THREAD with ptid_build.
2208 Replace BUILD_LWP with ptid_build.
2209 Replace PIDGET with ptid_get_pid.
2210 Replace TIDGET with ptid_get_lwp.
2211 * alphabsd-nat.c: Replace PIDGET with ptid_get_pid.
2212 * amd64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2213 Replace TIDGET with ptid_get_lwp.
2214 * amd64bsd-nat.c: Replace PIDGET with ptid_get_pid.
2215 * arm-linux-nat.c: Replace PIDGET with ptid_get_pid.
2216 Replace TIDGET with ptid_get_lwp.
2217 Replace GET_LWP with ptid_get_lwp.
2218 * armnbsd-nat.c: Replace PIDGET with ptid_get_pid.
2219 * auxv.c: Likewise.
2220 * breakpoint.c: Likewise.
2221 * common/ptid.c (ptid_is_pid): Condense check for
2222 null_ptid and minus_one_ptid.
2223 (ptid_lwp_p): New function.
2224 (ptid_tid_p): New function.
2225 * common/ptid.h: Update comments for accessors.
2226 (ptid_lwp_p): New prototype.
2227 (ptid_tid_p): New prototype.
2228 * defs.h (PIDGET, TIDGET, MERGEPID): Do not define.
2229 * gcore.c: Replace PIDGET with ptid_get_pid.
2230 * gdbthread.h: Likewise.
2231 * gnu-nat.c: Likewise.
2232 * hppa-linux-nat.c: Replace PIDGET with ptid_get_pid.
2233 Replace TIDGET with ptid_get_lwp.
2234 * hppabsd-nat.c: Replace PIDGET with ptid_get_pid.
2235 * hppanbsd-nat.c: Likewise.
2236 * i386-linux-nat.c: Replace PIDGET with ptid_get_pid.
2237 Replace TIDGET with ptid_get_lwp.
2238 * i386bsd-nat.c: Replace PIDGET with ptid_get_pid.
2239 * ia64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2240 * infcmd.c: Likewise.
2241 * inferior.h: Likewise.
2242 * inflow.c: Likewise.
2243 * infrun.c: Likewise.
2244 * linux-fork.c: Likewise.
2245 * linux-nat.c: Replace PIDGET with ptid_get_pid.
2246 Replace GET_PID with ptid_get_pid.
2247 Replace is_lwp with ptid_lwp_p.
2248 Replace GET_LWP with ptid_get_lwp.
2249 Replace BUILD_LWP with ptid_build.
2250
2251 2013-09-28 Mike Frysinger <vapier@gentoo.org>
2252
2253 * common/linux-btrace.c: Move sys/syscall.h out of the
2254 HAVE_LINUX_PERF_EVENT_H check and wrap it in HAVE_SYS_SYSCALL_H.
2255 Also check for SYS_perf_event_open before attempting to buid.
2256
2257 2013-09-27 Doug Evans <dje@google.com>
2258
2259 * dwarf2read.c (dwarf2_section_info): Add comment.
2260 (dwp_file): Split loaded_cutus into loaded_cus, loaded_tus.
2261 All uses updated.
2262 (dwarf2_section_empty_p): Rename arg from "info" to "section".
2263 (dwarf2_read_section): Delete unused local "header". Add section
2264 name to error message.
2265 (create_dwo_in_dwp): Tweak comment.
2266 (MAX_NR_DWO_SECTIONS): Combine count of .debug_macro + .debug_macinfo.
2267
2268 * dwarf2read.c (die_reader_specs): Tweak comment.
2269 (get_section_bfd_owner, get_section_bfd_section): New functions.
2270 (get_section_name, get_section_file_name): New functions.
2271 (get_section_id, get_section_flags): New functions.
2272 (*): Use new functions to access section fields.
2273
2274 * dwarf2read.c (struct dwo_file): Add/tweak comments.
2275 (lookup_dwo_unit_in_dwp): Renamed from lookup_dwo_in_dwp. Remove
2276 arg "htab". All callers updated.
2277 (create_debug_types_hash_table): Remove redundant copy of
2278 abbrev_section.
2279 (create_dwo_in_dwp): Tweak comments.
2280 (read_str_index): Tweak comment. Record dwarf form name in static
2281 local.
2282
2283 2013-09-27 Pedro Alves <palves@redhat.com>
2284
2285 * remote.h (REMOTE_SYSROOT_PREFIX): New define.
2286 (remote_filename_p): Add comment.
2287 * remote.c (remote_filename_p): Adjust to use
2288 REMOTE_SYSROOT_PREFIX.
2289 * solib.c (solib_find): When deciding whether we need to add a
2290 directory separator, check whether the sysroot is "remote:"
2291 instead of checking whether the patch has a drive spec. Add
2292 comments.
2293
2294 2013-09-27 Pedro Alves <palves@redhat.com>
2295
2296 * remote.c (struct stop_reply) <solibs_changed, replay_event>:
2297 Delete fields.
2298 (remote_parse_stop_reply): Adjust, setting event->ws.kind
2299 directly.
2300
2301 2013-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2302
2303 Fix set debug frame output.
2304 * frame.c (fprint_frame_type): Add TAILCALL_FRAME entry. Move
2305 SENTINEL_FRAME entry lower to match enum frame_type order.
2306
2307 2013-09-26 Pierre Muller <muller@sourceware.org>
2308
2309 Replace constant values 8 to 15 by AMD64_R8_REGNUM to
2310 AMD64_R15_REGNUM when a register index is expected.
2311 * amd64-windows-tdep.c (amd64_windows_dummy_call_integer_regs):
2312 Substitute in array.
2313 * amd64-tdep.c (amd64_dwarf_regmap): Ditto.
2314 (amd64_push_arguments): Substitute in integer_regnum array.
2315
2316 2013-09-25 Doug Evans <dje@google.com>
2317
2318 * objfiles.c (allocate_objfile): Move comment to better place.
2319
2320 New option "set debug symfile on".
2321 * NEWS: Mention "set debug symfile".
2322 * Makefile.in (SFILES): Add symfile-debug.c.
2323 (COMMON_OBS): Add symfile-debug.o.
2324 * elfread.c (elf_symfile_read): Use objfile_set_sym_fns to set the
2325 objfile's symbol functions.
2326 * objfiles.h (objfile_set_sym_fns): Declare.
2327 * symfile-debug.c: New file.
2328 * symfile.c (syms_from_objfile_1): Use objfile_set_sym_fns to set the
2329 objfile's symbol functions.
2330 (reread_symbols): Ditto.
2331
2332 * symfile.h (struct sym_fns): Delete member "sym_flavour".
2333 All uses updated.
2334 (add_symtab_fns): Update prototype.
2335 * symfile.c (sym_fns_ptr): Delete. Replace with ...
2336 (registered_sym_fns): ... this.
2337 (symtab_fns): Update.
2338 (add_symtab_fns): New arg "flavour". All callers updated.
2339 (find_sym_fns): Rewrite to use new sym_fns registry.
2340
2341 * symfile.h (struct sym_fns): Add "objfile" argument to
2342 sym_read_linetable. All uses updated.
2343
2344 * symtab.c (domain_name, search_domain_name): New functions.
2345 * symtab.h (domain_name, search_domain_name): Declare.
2346
2347 * symfile.h (struct quick_symbol_functions): Reorg arg list of
2348 map_matching_symbols so objfile is first. All uses updated.
2349 * dwarf2read.c (dw2_map_matching_symbols): Update signature.
2350 * psymtab.c (map_matching_symbols_psymtab): Update signature.
2351
2352 2013-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
2353
2354 PR shlibs/8882
2355 * solib-svr4.c (svr4_read_so_list): Skip the vDSO when reading
2356 link map entries.
2357
2358 2013-09-24 Doug Evans <dje@google.com>
2359
2360 * objfiles.c (free_objfile): Move comment.
2361
2362 2013-09-24 Joel Brobecker <brobecker@adacore.com>
2363
2364 * ada-exp.y (string_to_operator): Delete.
2365 (dummy_string_to_ada_operator): Delete.
2366
2367 2013-09-24 Joel Brobecker <brobecker@adacore.com>
2368
2369 Revert:
2370 * i386-tdep.h (enum amd64_reg_class): New, moved here from
2371 amd64-tdep.c.
2372 (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
2373 call_dummy_integer_regs, and classify.
2374 * amd64-tdep.h (amd64_classify): Add declaration.
2375 * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
2376 (amd64_reg_class): Delete, moved to i386-tdep.h.
2377 (amd64_classify): Make non-static. Move declaration to amd64-tdep.h.
2378 Replace call to amd64_classify by call to tdep->classify.
2379 (amd64_push_arguments): Get the list of registers to use for
2380 passing integer parameters from the gdbarch tdep structure,
2381 rather than using a hardcoded one. Replace calls to amd64_classify
2382 by calls to tdep->classify.
2383 (amd64_push_dummy_call): Get the register number used for
2384 the "hidden" argument from tdep->call_dummy_integer_regs.
2385 (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
2386 and tdep->call_dummy_integer_regs. Set tdep->classify.
2387
2388 2013-09-24 Joel Brobecker <brobecker@adacore.com>
2389
2390 Revert:
2391 * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
2392 * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
2393 where tdep->memory_args_by_pointer is non-zero.
2394
2395 2013-09-24 Joel Brobecker <brobecker@adacore.com>
2396
2397 Revert:
2398 * i386-tdep.h (struct gdbarch_tdep): Add new field
2399 integer_param_regs_saved_in_caller_frame.
2400 * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
2401 stack if tdep->integer_param_regs_saved_in_caller_frame is set.
2402
2403 2013-09-24 Joel Brobecker <brobecker@adacore.com>
2404
2405 * amd64-windows-tdep.c: #include "value.h"
2406 (amd64_windows_classify): Delete.
2407 (amd64_windows_passed_by_integer_register)
2408 (amd64_windows_passed_by_xmm_register)
2409 (amd64_windows_passed_by_pointer)
2410 (amd64_windows_adjust_args_passed_by_pointer)
2411 (amd64_windows_store_arg_in_reg, amd64_windows_push_arguments)
2412 (amd64_windows_push_dummy_call): New functions.
2413 (amd64_windows_init_abi): Remove setting of
2414 tdep->call_dummy_num_integer_regs, tdep->call_dummy_integer_regs,
2415 tdep->classify, tdep->memory_args_by_pointer and
2416 tdep->integer_param_regs_saved_in_caller_frame.
2417 Add call to set_gdbarch_push_dummy_call.
2418
2419 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2420
2421 * dwarf2read.c (open_and_init_dwp_file): Try open_dwp_file also with
2422 objfile->original_name.
2423
2424 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2425
2426 Pass down original filename for objfile.
2427 * coffread.c (coff_symfile_read): Update symbol_file_add_separate call.
2428 * elfread.c (elf_symfile_read): Likewise.
2429 * jit.c (jit_object_close_impl): Update allocate_objfile call, no
2430 longer set ORIGINAL_NAME.
2431 (jit_bfd_try_read_symtab): Update symbol_file_add_from_bfd call.
2432 * jv-lang.c (get_dynamics_objfile): Update allocate_objfile call.
2433 * machoread.c (macho_add_oso_symfile): Add parameter name. Update
2434 symbol_file_add_from_bfd call.
2435 (macho_symfile_read_all_oso): Update two macho_add_oso_symfile calls.
2436 (macho_check_dsym): Add parameter filenamep. Change function comment.
2437 Set *filenamep.
2438 (macho_symfile_read): New variable dsym_filename. Update
2439 macho_check_dsym call. Use it for symbol_file_add_separate.
2440 * objfiles.c (allocate_objfile): Add parameter name. New comment for
2441 it. Use it for objfile->original_name.
2442 (objfile_name): Return OBFD's filename, if available.
2443 * objfiles.h (allocate_objfile): Add new parameter name.
2444 * solib.c (solib_read_symbols): Update symbol_file_add_from_bfd call.
2445 * symfile-mem.c (symbol_file_add_from_memory): Update
2446 symbol_file_add_from_bfd call.
2447 * symfile.c (read_symbols): Update symbol_file_add_separate call, new
2448 comment for it.
2449 (symbol_file_add_with_addrs): New parameter name, add function comment
2450 for it. Remove variable name. Update allocate_objfile call.
2451 (symbol_file_add_separate): New parameter name, add function comment
2452 for it. Update symbol_file_add_with_addrs call.
2453 (symbol_file_add_from_bfd): New parameter name. Update
2454 symbol_file_add_with_addrs call.
2455 (symbol_file_add): Update symbol_file_add_from_bfd call.
2456 (reread_symbols): New variable original_name. Save
2457 objfile->original_name by it.
2458 * symfile.h (symbol_file_add_from_bfd, symbol_file_add_separate): Add
2459 second parameter.
2460
2461 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2462
2463 Code cleanup: Add objfile_name accessor function.
2464 * ada-lang.c (is_known_support_routine): Use objfile_name.
2465 * auto-load.c (source_gdb_script_for_objfile)
2466 (auto_load_objfile_script): Likewise.
2467 * coffread.c (coff_symtab_read, read_one_sym): Likewise.
2468 * dbxread.c (dbx_symfile_read): Likewise.
2469 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
2470 * dwarf2loc.c (locexpr_describe_location_piece): Likewise.
2471 * dwarf2read.c (dwarf2_get_dwz_file, dwarf2_read_index)
2472 (dw2_symtab_iter_next, dw2_expand_symtabs_matching)
2473 (lookup_dwp_signatured_type, lookup_dwo_unit)
2474 (dwarf2_build_psymtabs_hard, scan_partial_symbols, process_queue)
2475 (fixup_go_packaging, process_imported_unit_die, dwarf2_physname)
2476 (read_import_statement, create_dwo_cu, open_and_init_dwp_file)
2477 (lookup_dwo_cutu, read_call_site_scope, dwarf2_ranges_read)
2478 (dwarf2_record_block_ranges, read_common_block, read_typedef)
2479 (read_subrange_type, load_partial_dies, read_partial_die)
2480 (read_addr_index_1, read_str_index, dwarf_decode_lines_1)
2481 (die_containing_type, build_error_marker_type, lookup_die_type)
2482 (follow_die_ref_or_sig, follow_die_ref, dwarf2_fetch_die_loc_sect_off)
2483 (dwarf2_fetch_constant_bytes, follow_die_sig, get_signatured_type)
2484 (get_DW_AT_signature_type, write_psymtabs_to_index)
2485 (save_gdb_index_command): Likewise.
2486 * elfread.c (find_separate_debug_file_by_buildid, elf_symfile_read):
2487 Likewise.
2488 * expprint.c (dump_subexp_body_standard): Likewise.
2489 * gdbtypes.c (type_name_no_tag_or_error): Likewise.
2490 * jit.c (jit_object_close_impl): Use the objfile field name renamed to
2491 original_name.
2492 * linux-thread-db.c (try_thread_db_load_from_pdir_1): New variable
2493 obj_name, use objfile_name for it, use the variable.
2494 (try_thread_db_load_from_pdir, has_libpthread, thread_db_new_objfile):
2495 Use objfile_name.
2496 * machoread.c (macho_symtab_read, macho_check_dsym)
2497 (macho_symfile_relocate): Likewise.
2498 * maint.c (maintenance_translate_address): Likewise.
2499 * minidebug.c (find_separate_debug_file_in_section): Likewise.
2500 * minsyms.c (install_minimal_symbols): Likewise.
2501 * objfiles.c (allocate_objfile): Use the objfile field name renamed to
2502 original_name.
2503 (filter_overlapping_sections): Use objfile_name.
2504 (objfile_name): New function.
2505 * objfiles.h (struct objfile): Rename field name to original_name.
2506 (objfile_name): New prototype.
2507 * printcmd.c (sym_info, address_info): Use objfile_name.
2508 * probe.c (parse_probes, collect_probes, compare_probes)
2509 (info_probes_for_ops): Likewise.
2510 * progspace.c (clone_program_space): Likewise.
2511 * psymtab.c (require_partial_symbols, dump_psymtab, allocate_psymtab)
2512 (maintenance_info_psymtabs): Likewise.
2513 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
2514 (source_section_scripts): Likewise.
2515 * python/py-objfile.c (objfpy_get_filename): Likewise.
2516 * python/py-progspace.c (pspy_get_filename): Likewise.
2517 * solib-aix.c (solib_aix_get_toc_value): Likewise.
2518 * solib-som.c (match_main, som_solib_section_offsets): Likewise.
2519 * solib.c (solib_read_symbols): Likewise.
2520 * stabsread.c (scan_file_globals): Likewise.
2521 * stap-probe.c (handle_stap_probe): Likewise.
2522 * symfile.c (symbol_file_clear, separate_debug_file_exists)
2523 (find_separate_debug_file_by_debuglink): Likewise.
2524 (reread_symbols): Likewise. Use the objfile field name renamed to
2525 original_name.
2526 (allocate_symtab): Use objfile_name.
2527 * symmisc.c (print_symbol_bcache_statistics, print_objfile_statistics)
2528 (dump_objfile, dump_msymbols, dump_symtab_1)
2529 (maintenance_print_msymbols, maintenance_print_objfiles)
2530 (maintenance_info_symtabs, maintenance_check_symtabs): Likewise.
2531 * target.c (target_translate_tls_address, target_info): Likewise.
2532 * xcoffread.c (xcoff_initial_scan): Make variable name const. Use
2533 objfile_name.
2534
2535 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2536
2537 Code cleanup.
2538 * probe.c (parse_probes): Rename variable objfile_name to
2539 objfile_namestr.
2540
2541 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2542
2543 Remove solib-sunos.c.
2544 * Makefile.in (ALLDEPFILES): Remove solib-sunos.c.
2545 * config/m68k/obsd.mh (NATDEPFILES): Remove solib-sunos.o.
2546 * objfiles.c (rt_common_objfile): Remove.
2547 (free_objfile): Remove rt_common_objfile comparison.
2548 * objfiles.h (rt_common_objfile): Remove.
2549 * solib-sunos.c: Remove.
2550 * symfile.c (reread_symbols): Remove solib-sunos.c comment.
2551
2552 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2553
2554 Remove a.out NetBSD and OpenBSD hosts.
2555 * NEWS (Removed native configurations): New.
2556 * config/arm/nbsdaout.mh: Remove.
2557 * config/i386/nbsdaout.mh: Remove.
2558 * config/i386/obsdaout.mh: Remove.
2559 * config/m68k/nbsdaout.mh: Remove.
2560 * config/sparc/nbsdaout.mh: Remove.
2561 * config/vax/nbsdaout.mh: Remove.
2562 * configure.host (arm*-*-netbsd*, i[34567]86-*-netbsd*)
2563 (i[34567]86-*-openbsd[0-2].*, i[34567]86-*-openbsd3.[0-3])
2564 (m68*-*-netbsd*, sparc-*-netbsd*, vax-*-netbsd*): Add them to obsolete
2565 error.
2566 (arm*-*-netbsd*, i[34567]86-*-netbsd*, i[34567]86-*-openbsd[0-2].*)
2567 (i[34567]86-*-openbsd3.[0-3], m68*-*-netbsd*, sparc-*-netbsdaout*)
2568 (sparc-*-netbsd*, vax-*-netbsd*): Remove.
2569
2570 2013-09-23 Tom Tromey <tromey@redhat.com>
2571
2572 * linespec.c (struct minsym_and_objfile): Remove.
2573 (minsym_and_objfile_d): Remove.
2574 (struct linespec, struct collect_info, linespec_parse_basic)
2575 (convert_linespec_to_sals, linespec_parser_delete, decode_objc)
2576 (compare_msymbols, find_method, find_function_symbols)
2577 (find_linespec_symbols, struct collect_minsyms, compare_msyms)
2578 (add_minsym, search_minsyms_for_name): Update.
2579
2580 2013-09-23 Andrew Burgess <aburgess@broadcom.com>
2581
2582 * regcache.c: Add include of valprint.h.
2583 (dump_endian_bytes): Delete.
2584 (regcache_dump): Use print_hex_chars not dump_endian_bytes.
2585
2586 2013-09-23 Andrew Burgess <aburgess@broadcom.com>
2587
2588 * sh64-tdep.c (sh64_do_fp_register): Use print_hex_chars.
2589
2590 2013-09-19 Pedro Alves <palves@redhat.com>
2591
2592 * breakpoint.c (remove_threaded_breakpoints): Skip non-user
2593 breakpoints.
2594
2595 2013-09-19 Pedro Alves <palves@redhat.com>
2596 Thomas Schwinge <thomas@codesourcery.com>
2597 Yue Lu <hacklu.newborn@gmail.com>
2598
2599 * gnu-nat.c (gnu_read_inferior, gnu_write_inferior): Make static.
2600 Take a gdb_byte pointer instead of a char pointer.
2601
2602 * gnu-nat.c (gnu_xfer_memory): Adjust interface as
2603 gnu_xfer_partial helper.
2604 (gnu_xfer_partial): New function.
2605 (gnu_target): Don't install a deprecated_xfer_memory hook.
2606 Install a to_xfer_partial hook.
2607
2608 2013-09-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2609
2610 Constification.
2611 * main.c (captured_main): Replace catch_command_errors by
2612 catch_command_errors_const. Twice.
2613 * symfile.c (symbol_file_add_main_1): Make args parameter const.
2614 (symbol_file_add): Make name parameter const.
2615 (symbol_file_add_main, symbol_file_add_main_1): Make args parameter const.
2616 (symfile_bfd_open): Make name parameter const, rename it to cname. Add
2617 variable name. Change their usage accordingly.
2618 * symfile.h (symbol_file_add, symfile_bfd_open): Make first parameter
2619 const.
2620 (symbol_file_add_main): Make args parameter const.
2621
2622 2013-09-18 Raunaq Bathija <raunaq12@in.ibm.com>
2623 Ulrich Weigand <uweigand@de.ibm.com>
2624
2625 * xcoffread.c (struct coff_symbol): Use CORE_ADDR as type
2626 of c_value member.
2627 (read_xcoff_symtab): Use CORE_ADDR as type of fcn_start_addr.
2628
2629 2013-09-18 Pedro Alves <palves@redhat.com>
2630 Yue Lu <hacklu.newborn@gmail.com>
2631
2632 * gnu-nat.c (inf_validate_procs, gnu_wait, gnu_resume)
2633 (gnu_create_inferior)
2634 (gnu_attach, gnu_thread_alive, gnu_pid_to_str, cur_thread)
2635 (set_sig_thread_cmd): Use the lwpid field of ptids to
2636 store/extract thread ids instead of the tid field.
2637 * i386gnu-nat.c (gnu_fetch_registers): Adjust.
2638
2639 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
2640
2641 * infcmd.c (default_print_one_register_info): Add detection of
2642 optimized out values.
2643 (default_print_registers_info): Switch to using
2644 get_frame_register_value.
2645
2646 2013-09-18 Markus Metzger <markus.t.metzger@intel.com>
2647
2648 * infrun.c (handle_inferior_event): Check if we know the
2649 function start address before setting a resume breakpoint.
2650
2651 2013-09-18 Pedro Alves <palves@redhat.com>
2652
2653 * gnu-nat.c (set_sig_thread_cmd): Compare the thread's ptid to
2654 minus_one_ptid instead of looking at the ptid's tid field and
2655 comparing that to -1.
2656
2657 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
2658
2659 * main.h (get_gdb_program_name): Remove extra whitespace.
2660
2661 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
2662
2663 * main.h (get_gdb_program_name): Add declaration.
2664 * main.c (get_gdb_program_name): Add definition.
2665
2666 2013-09-17 Doug Evans <dje@google.com>
2667
2668 * dwarf2read.c: Move definitions of complaint functions to after
2669 forward declarations of local functions.
2670
2671 2013-09-17 Muhammad Waqas <mwaqas@codesourcery.com>
2672 Pedro Alves <palves@redhat.com>
2673
2674 PR gdb/11568
2675 * breakpoint.c (remove_threaded_breakpoints): New function.
2676 (_initialize_breakpoint): Attach remove_threaded_breakpoints
2677 as thread_exit observer.
2678
2679 2013-09-17 Pedro Alves <palves@redhat.com>
2680
2681 PR gdb/15911
2682 * ada-tasks.c (task_command_1): Adjust call to print_stack_frame.
2683 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
2684 * corelow.c (core_open):
2685 * frame.h (print_stack_frame, print_frame_info): New
2686 'set_current_sal' parameter.
2687 * infcmd.c (finish_command, kill_command): Adjust call to
2688 print_stack_frame.
2689 * inferior.c (inferior_command): Likewise.
2690 * infrun.c (normal_stop): Likewise.
2691 * linux-fork.c (linux_fork_context): Likewise.
2692 * record-full.c (record_full_goto_entry, record_full_restore):
2693 Likewise.
2694 * remote-mips.c (common_open): Likewise.
2695 * stack.c (print_stack_frame): New 'set_current_sal' parameter.
2696 Use it.
2697 (print_frame_info): New 'set_current_sal' parameter. Set the last
2698 displayed sal depending on the new paremeter instead of looking at
2699 print_what.
2700 (backtrace_command_1, select_and_print_frame, frame_command)
2701 (current_frame_command, up_command, down_command): Adjust call to
2702 print_stack_frame.
2703 * thread.c (print_thread_info, restore_selected_frame)
2704 (do_captured_thread_select): Adjust call to print_stack_frame.
2705 * tracepoint.c (tfind_1): Likewise.
2706 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
2707 (mi_cmd_stack_info_frame): Likewise.
2708 * mi/mi-interp.c (mi_on_normal_stop): Likewise.
2709 * mi/mi-main.c (mi_cmd_exec_return, mi_cmd_trace_find): Likewise.
2710
2711 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2712
2713 * value.c (isvoid_internal_fn): Replace "parameter" with
2714 "argument".
2715
2716 2013-09-16 Stan Shebs <stan@codesourcery.com>
2717
2718 * README: Update references to writing code for GDB.
2719 * configure.ac (build_warnings): Remove obsolete comment.
2720 * configure: Regenerate.
2721 * gdbarch.sh: Remove references to gdbint.texinfo.
2722 * gdbarch.h: Regenerate.
2723 * gdbtypes.c (objfile_type): Remove comments referencing internals
2724 manual and D10V.
2725
2726 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2727
2728 * NEWS: Mention new convenience function $_isvoid.
2729 * value.c (isvoid_internal_fn): New function.
2730 (_initialize_values): Add new convenience function $_isvoid.
2731
2732 2013-09-16 Pierre Muller <muller@sourceware.org>
2733
2734 * arm-linux-tdep.c: Add "elf/common.h" header.
2735 Remove AT_HWCAP macro definintion as it is provided in
2736 added include file.
2737 * s390-tdep.c: Remove system header <elf.h>
2738 Add "elf/common.h" header for AT_HWCAP definition.
2739 (s390_core_read_description): Use correct CORE_ADDR
2740 for hwcap local variable used as third parameter
2741 of function target_auxv_search.
2742
2743 2013-09-14 Pierre Muller <muller@sourceware.org>
2744 Tom Tromey <tromey@redhat.com>
2745 Pedro Alves <palves@redhat.com>
2746
2747 * common/filestuff.c (gdb_fopen_cloexec): Do not try to use "e"
2748 mode if operating system doesn't know O_CLOEXEC.
2749
2750 2013-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2751
2752 Code cleanup.
2753 * symfile.c (reread_symbols): Move variable obfd_filename to a more
2754 inner block.
2755
2756 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2757
2758 * NEWS: Mention TDB support.
2759 * features/s390-tdb.xml: New file.
2760 * features/s390-te-linux64.xml: New file.
2761 * features/s390x-te-linux64.xml: New file.
2762 * features/Makefile (WHICH): Add new tdescs above.
2763 (s390-te-linux64-expedite): Set.
2764 (s390x-te-linux64-expedite): Set.
2765 * features/s390-te-linux64.c: New file (generated).
2766 * features/s390x-te-linux64.c: New file (generated).
2767 * regformats/s390-te-linux64.dat: New file (generated).
2768 * regformats/s390x-te-linux64.dat: New file (generated).
2769 * s390-tdep.h (HWCAP_S390_HIGH_GPRS): Define.
2770 (HWCAP_S390_TE): Likewise.
2771 (S390_TDB_DWORD0_REGNUM): Likewise.
2772 (S390_TDB_DWORD0_REGNUM): Likewise.
2773 (S390_TDB_ABORT_CODE_REGNUM): Likewise.
2774 (S390_TDB_CONFLICT_TOKEN_REGNUM): Likewise.
2775 (S390_TDB_ATIA_REGNUM): Likewise.
2776 (S390_TDB_R0_REGNUM): Likewise.
2777 (S390_TDB_R1_REGNUM): Likewise.
2778 (S390_TDB_R2_REGNUM): Likewise.
2779 (S390_TDB_R3_REGNUM): Likewise.
2780 (S390_TDB_R4_REGNUM): Likewise.
2781 (S390_TDB_R5_REGNUM): Likewise.
2782 (S390_TDB_R6_REGNUM): Likewise.
2783 (S390_TDB_R7_REGNUM): Likewise.
2784 (S390_TDB_R8_REGNUM): Likewise.
2785 (S390_TDB_R9_REGNUM): Likewise.
2786 (S390_TDB_R10_REGNUM): Likewise.
2787 (S390_TDB_R11_REGNUM): Likewise.
2788 (S390_TDB_R12_REGNUM): Likewise.
2789 (S390_TDB_R13_REGNUM): Likewise.
2790 (S390_TDB_R14_REGNUM): Likewise.
2791 (S390_TDB_R15_REGNUM): Likewise.
2792 (S390_NUM_REGS): Increase.
2793 (S390_IS_TDBREGSET_REGNUM): New macro.
2794 (s390_regmap_tdb): Declare.
2795 (s390_sizeof_tdbregset): Define.
2796 (tdesc_s390_te_linux64): Declare.
2797 (tdesc_s390x_te_linux64): Likewise.
2798 * s390-tdep.c: Add includes for "auxv.h", <elf.h>,
2799 "features/s390-te-linux64.c", and "features/s390x-te-linux64.c".
2800 (s390_regmap_tdb): New regmap.
2801 (s390_supply_tdb_regset): New function.
2802 (s390_tdb_regset): New regset.
2803 (s390_linux64v2_regset_sections): Add TDB regset to list.
2804 (s390x_linux64v2_regset_sections): Likewise.
2805 (s390_regset_from_core_section): Recognize TDB core note section.
2806 (s390_core_read_description): If HWCAP indicates TE support,
2807 select tdesc_s390_te_linux64 or tdesc_s390_s390x_te_linux64.
2808 (s390_gdbarch_init): Handle TDB regset.
2809 (_initialize_s390_tdep): Initialize new tdescs.
2810 * s390-nat.c (HWCAP_S390_HIGH_GPRS): Remove define.
2811 (have_regset_tdb): New variable.
2812 (s390_native_supply): Support register invalidation.
2813 (fetch_regset): Invalidate registers if ptrace yields ENODATA.
2814 (check_regset): Treat ENODATA as "regset exists".
2815 (s390_linux_fetch_inferior_registers): Add TDB.
2816 (s390_read_description): Check for TDB existence and select
2817 appropriate tdesc.
2818 * gdbserver/Makefile.in (clean): Add removal of new makefile
2819 targets.
2820 (s390-te-linux64.c): New makefile target.
2821 (s390x-te-linux64.c): Likewise.
2822 * gdbserver/configure.srv (srv_regobj): Append new objects
2823 s390-te-linux64.o and s390x-te-linux64.o.
2824 (srv_xmlfiles): Append new files s390-te-linux64.xml,
2825 s390x-te-linux64.xml, and s390-tdb.xml.
2826 * gdbserver/linux-s390-low.c (init_registers_s390_te_linux64): New
2827 declaration.
2828 (tdesc_s390_te_linux64): Likewise.
2829 (init_registers_s390x_te_linux64): Likewise.
2830 (tdesc_s390x_te_linux64): Likewise.
2831 (s390_check_regset): Treat ENODATA as "regset exists".
2832 (s390_arch_setup): Add TDB regset support.
2833 (initialize_low_arch): Initialize registers for new tdescs.
2834
2835 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2836
2837 * s390-tdep.h (S390_IS_GREGSET_REGNUM): New macro.
2838 (S390_IS_FPREGSET_REGNUM): New macro.
2839 * s390-tdep.c (s390_dwarf_regmap): Make const.
2840 (regnum_is_gpr_full): New function for replacing repeated code.
2841 (s390_pseudo_register_name): Use it.
2842 (s390_pseudo_register_type): Likewise.
2843 (s390_pseudo_register_read): Likewise.
2844 (s390_pseudo_register_write): Likewise.
2845 (s390_unwind_pseudo_register): Likewise.
2846 (s390_regmap_gregset): New format for regmap.
2847 (s390x_regmap_gregset): Likewise.
2848 (s390_regmap_fpregset): Likewise.
2849 (s390_regmap_upper): Likewise.
2850 (s390_regmap_last_break): Likewise.
2851 (s390_regmap_system_call): Likewise.
2852 (s390_supply_regset): Adjust to new regmap format.
2853 (s390_collect_regset): Likewise.
2854 * s390-nat.c (s390_native_supply): Adjust to new regmap format.
2855 (s390_native_collect): Likewise.
2856 (supply_gregset): Likewise.
2857 (fill_gregset): Likewise.
2858 (supply_fpregset): Likewise.
2859 (fill_fpregset): Likewise.
2860 (fetch_regset): Likewise.
2861 (store_regset): Likewise.
2862 (s390_linux_fetch_inferior_registers): Likewise.
2863 (s390_linux_fetch_inferior_registers): Likewise.
2864
2865 2013-09-12 Andrew Pinski <apinski@cavium.com>
2866
2867 * aarch64-linux-nat.c (aarch64_linux_set_debug_regs): Zero out regs.
2868
2869 2013-09-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
2870
2871 * config/s390/s390.mh (NATDEPFILES): Add linux-waitpid.o.
2872
2873 2013-09-09 Andrew Burgess <aburgess@broadcom.com>
2874
2875 * top.c (quit_confirm): Remove use of deprecated_init_ui_hook.
2876
2877 2013-09-06 Pedro Alves <palves@redhat.com>
2878
2879 * remote-sim.c (dump_mem, gdbsim_fetch_register)
2880 (gdbsim_store_register, gdbsim_kill, gdbsim_load)
2881 (gdbsim_create_inferior, gdbsim_open, gdbsim_close)
2882 (gdbsim_detach, gdbsim_resume_inferior, gdbsim_wait)
2883 (gdbsim_files_info, gdbsim_mourn_inferior): Send debug output to
2884 gdb_stdlog.
2885
2886 2013-09-06 Pedro Alves <palves@redhat.com>
2887
2888 * remote-sim.c (dump_mem): Constify buf parameter.
2889 gdbsim_xfer_inferior_memory): Rename to ...
2890 (gdbsim_xfer_memory): ... this. Adjust interface as
2891 target_xfer_partial helper.
2892 (gdbsim_xfer_partial): New function.
2893 (init_gdbsim_ops): Don't install a deprecated_xfer_memory hook.
2894 Install a to_xfer_partial hook. Send output to gdb_stdlog.
2895
2896 2013-09-06 Pedro Alves <palves@redhat.com>
2897
2898 * remote-sim.c (gdbsim_xfer_inferior_memory): Use
2899 host_address_to_string, and send debug output to gdb_stdlog.
2900
2901 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
2902
2903 * Makefile.in (ALL_TARGET_OBS): Add cris-linux-tdep.o.
2904 * configure.tgt: Add cris-linux-tdep.o and linux-tdep.o to
2905 gdb_target_obs for cris target.
2906 * cris-tdep.c (struct gdbarch_tdep): Move to cris-tdep.h.
2907 (cris_gdbarch_init): Move calls to
2908 set_gdbarch_fetch_tls_load_module_address and
2909 set_solib_svr4_fetch_link_map_offsets to cris-linux-tdep.c.
2910 Add call to gdbarch_init_osabi.
2911 * cris-linux-tdep.c: New file.
2912 * cris-tdep.h: New file.
2913
2914 2013-09-06 Andrew Burgess <aburgess@broadcom.com>
2915
2916 * tui/tui-io.c (tui_initialize_io): Remove legacy comment referring
2917 to deprecated_init_ui_hook.
2918
2919 2013-09-06 Andrew Burgess <aburgess@broadcom.com>
2920
2921 * cli/cli-interp.c (_initialize_cli_interp): Add a
2922 command_loop_proc to interp_procs.
2923 * event-top.c (cli_command_loop): Change signature to match
2924 interp_command_loop_ftype.
2925 * event-top.h (cli_command_loop): Same.
2926 * interps.c (interp_new): Require every interpreter to have a
2927 command_loop_proc.
2928 (current_interp_command_loop): Just call the command_loop_proc on
2929 the current interpreter.
2930 * tui/tui-interp.c (_initialize_tui_interp): Add a
2931 command_loop_proc to interp_procs.
2932
2933 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
2934
2935 * cris-tdep.c (cris_gdbarch_init): Add call to
2936 get_gdbarch_fetch_tls_load_module_address.
2937
2938 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
2939
2940 * cris-tdep.c (cris_elf_greg_t): Rename from elf_greg_t.
2941 (cris_elf_gregset_t): Rename from elf_gregset_t.
2942 (crisv32_elf_gregset_t): Adjust.
2943 (cris_supply_gregset, fetch_core_registers): Adjust.
2944
2945 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
2946
2947 * cris-tdep.c (elf_greg_t): Change typedef to unsigned char[4]
2948
2949 2013-09-05 Andrew Burgess <aburgess@broadcom.com>
2950
2951 * defs.h (deprecated_command_loop_hook): Remove, including
2952 references in comments.
2953 * interps.c (current_interp_command_loop): No longer use
2954 deprecated_command_loop_hook.
2955 (clear_interpreter_hooks): Remove deprecated_command_loop_hook
2956 setup.
2957 * top.c (deprecated_command_loop_hook): Remove.
2958
2959 2013-09-05 Pedro Alves <palves@redhat.com>
2960
2961 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): 'dwarf_regnum'
2962 local is now int instead of ULONGEST. Print it with %d
2963 instead of paddress.
2964
2965 2013-09-05 Tristan Gingold <gingold@adacore.com>
2966
2967 * MAINTAINERS: Remove avr maintainership.
2968
2969 2013-09-05 Pedro Alves <palves@redhat.com>
2970
2971 * findvar.c (value_of_register): Rework in terms of
2972 value_of_register_lazy.
2973
2974 2013-09-05 Muhammad Bilal <mbilal@codesourcery.com>
2975
2976 * symfile.c (add_symbol_file_command): Remove trailing
2977 whitespaces and blank line after comment.
2978
2979 2013-09-05 Pedro Alves <palves@redhat.com>
2980
2981 * tui/tui-regs.c (tui_register_format): Don't look at the
2982 register's name here. Return string representing register
2983 value instead of storing it in the data element.
2984 (tui_get_register): Compare register string representations
2985 instead of register value states and contents.
2986
2987 2013-09-05 Pedro Alves <palves@redhat.com>
2988
2989 PR tui/15933
2990 * tui/tui-regs.c (tui_show_registers): Show registers of the
2991 selected frame, not the current frame.
2992
2993 2013-09-05 Ricard Wanderlof <ricardw@axis.com>
2994
2995 * MAINTAINERS (Write After Approval): Add myself to the list.
2996
2997 2013-09-04 Doug Evans <dje@google.com>
2998
2999 * dwarf2read.c (queue_and_load_all_dwo_tus): New function.
3000 (queue_and_load_dwo_tu): New function.
3001 (lookup_dwo_signatured_type): Set per_cu.tu_read.
3002 (maybe_queue_comp_unit): Rename this_cu argument to dependent_cu.
3003 Make dependent_cu optional.
3004 (dw2_do_instantiate_symtab): If we just loaded a CU from a DWO,
3005 and an older .gdb_index is in use, queue and load all its TUs too.
3006
3007 2013-09-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3008
3009 Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.
3010 * cli/cli-cmds.c (find_and_open_script): Add OPF_RETURN_REALPATH to
3011 variable search_flags.
3012 * defs.h (OPF_DISABLE_REALPATH): Rename to ...
3013 (OPF_RETURN_REALPATH): ... here.
3014 * dwarf2read.c (try_open_dwop_file): Set OPF_RETURN_REALPATH for flags.
3015 * exec.c (exec_file_attach): Remove OPF_DISABLE_REALPATH from openp
3016 call. Twice.
3017 * nto-tdep.c (nto_find_and_open_solib): Add OPF_RETURN_REALPATH for
3018 openp call.
3019 * solib.c (solib_find): Likewise. Four times.
3020 * source.c (openp): Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH
3021 in the function comment and for the realpath_fptr variable.
3022 (source_full_path_of): Add OPF_RETURN_REALPATH for openp call.
3023 (find_and_open_source): Likewise. Twice.
3024 * symfile.c (symfile_bfd_open): Likewise, also twice.
3025
3026 2013-09-04 Doug Evans <dje@google.com>
3027
3028 * progspace.c (save_current_space_and_thread): Remove unnecessary
3029 call to save_current_inferior.
3030
3031 2013-09-04 Andrew Burgess <aburgess@broadcom.com>
3032
3033 * sh64-tdep.c (sh64_do_register): Return after printing message
3034 about unavailable register contents.
3035
3036 2013-09-04 Muhammad Bilal <mbilal@codesourcery.com>
3037 Pedro Alves <palves@redhat.com>
3038
3039 * symfile.c (add_symbol_file_command): Error out on unknown
3040 option. Handle EXPECTING_SEC_ADDR/EXPECTING_SEC_NAME before '-'
3041 options and collapse into single conditional branch.
3042
3043 2013-09-03 Luis Machado <lgustavo@codesourcery.com>
3044
3045 * inf-child.c (inf_child_follow_fork): New parameter
3046 detach_fork.
3047 * inf-ptrace.c (inf_ptrace_follow_fork): Likewise.
3048 * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
3049 * inferior.h (detach_fork): Remove.
3050 * infrun.c (detach_fork): Adjust comment and make it
3051 static.
3052 (follow_fork): Pass detach_fork parameter to
3053 target_follow_fork.
3054 * linux-nat.c (linux_child_follow_fork): New parameter
3055 detach_fork.
3056 * target.c (target_follow_fork): New parameter detach_fork.
3057 Pass detach_fork as parameter and print its value.
3058 * target.h (struct target_ops) <to_follow_fork>: New int
3059 parameter.
3060 (target_follow_fork): New parameter detach_fork.
3061
3062 2013-09-03 Joel Brobecker <brobecker@adacore.com>
3063
3064 * solib-ia64-hpux.c (ia64_hpux_relocate_section_addresses):
3065 Replace sec->bfd by sec->the_bfd_section->owner.
3066
3067 2013-09-03 Yao Qi <yao@codesourcery.com>
3068
3069 * linux-tdep.c (linux_is_uclinux): New function. Code moved
3070 from linux_has_shared_address_space.
3071 (linux_has_shared_address_space): Call linux_is_uclinux.
3072 * linux-tdep.h (linux_is_uclinux): Declare.
3073 * m68klinux-tdep.c (m68k_linux_get_sigtramp_info): Call
3074 linux_is_uclinux.
3075
3076 2013-09-03 Yao Qi <yao@codesourcery.com>
3077
3078 * config/djgpp/fnchange.lst: Remove entry of
3079 i386-interix-nat.c and i386-interix-tdep.c.
3080 * configure.ac: Remove '*-*-interix*'.
3081 * configure: Re-generated.
3082 * defs.h (enum gdb_osabi): Remove GDB_OSABI_INTERIX.
3083 * i386-cygwin-tdep.c (i386_cygwin_osabi_sniffer): Remove
3084 obsolete comments.
3085 * osabi.c (gdb_osabi_names): Remove "Interix".
3086
3087 2013-09-03 Yao Qi <yao@codesourcery.com>
3088
3089 * arch-utils.c: Fix typo in the comment to gdbarch_update_p.
3090
3091 2013-09-02 Markus Metzger <markus.t.metzger@intel.com>
3092
3093 * record.h (record_print_flag) <record_print_src_line,
3094 record_print_insn_range>: Rename into ...
3095 (record_print_flag) <record_print_src_line,
3096 record_print_insn_range>: ... this. Update all users.
3097
3098 2013-09-02 Pierre Muller <muller@sourceware.org>
3099
3100 * windows-nat.c (windows_xfer_memory): Handle ERROR_PARTIAL_COPY
3101 error code.
3102
3103 2013-09-02 Pierre Muller <muller@sourceware.org>
3104
3105 * windows-nat.c (windows_xfer_memory): Fix compilation failure
3106 by use of plongest function.
3107
3108 2013-09-02 Tristan Gingold <gingold@adacore.com>
3109
3110 * NEWS: Add entry mentioning support for native Windows x64
3111 SEH data.
3112
3113 * amd64-windows-tdep.c: #include "objfiles.h", "frame-unwind.h",
3114 "coff/internal.h", "coff/i386.h", "coff/pe.h" and "libcoff.h".
3115 (struct amd64_windows_frame_cache): New struct.
3116 (amd64_windows_w2gdb_regnum): New global.
3117 (pc_in_range, amd64_windows_frame_decode_epilogue)
3118 (amd64_windows_frame_decode_insns, amd64_windows_find_unwind_info)
3119 (amd64_windows_frame_cache, amd64_windows_frame_prev_register)
3120 (amd64_windows_frame_this_id): New functions.
3121 (amd64_windows_frame_unwind): New static global.
3122 (amd64_windows_skip_prologue): New function.
3123 (amd64_windows_init_abi): Call frame_unwind_prepend_unwinder
3124 with amd64_windows_frame_unwind. Call set_gdbarch_skip_prologue
3125 with amd64_windows_skip_prologue.
3126
3127 2013-08-30 Joel Brobecker <brobecker@adacore.com>
3128
3129 GDB 7.6.1 released.
3130
3131 2013-08-30 Pedro Alves <palves@redhat.com>
3132
3133 * mi/mi-main.c (mi_cmd_trace_find): Use LOC_AND_ADDRESS instead of
3134 SRC_AND_LOC.
3135
3136 2013-08-30 Pedro Alves <palves@redhat.com>
3137
3138 * thread.c (restore_selected_frame): Use SRC_AND_LOC, and change
3139 warning text.
3140
3141 2013-08-30 Pedro Alves <palves@redhat.com>
3142
3143 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
3144 Adjust arguments to print_stack_frame.
3145
3146 2013-08-30 Pedro Alves <palves@redhat.com>
3147
3148 * ada-tasks.c (task_command_1): Write SRC_AND_LOC instead '1'.
3149
3150 2013-08-30 Pedro Alves <palves@redhat.com>
3151
3152 * frame.h (show_and_print_stack_frame): Delete declaration.
3153
3154 2013-08-30 Phil Muldoon <pmuldoon@redhat.com>
3155
3156 PR python/15461
3157 * python/py-arch.c (ARCHPY_REQUIRE_VALID): New macro.
3158 (archpy_name): Check for valid architecture.
3159 (archpy_disassemble): Ditto.
3160
3161 2013-08-29 Joel Brobecker <brobecker@adacore.com>
3162
3163 * rs6000-nat.c (rs6000_ptrace32): Cast "addr" to "uintptr_t"
3164 instead of "long long" in call to ptrace64.
3165
3166 2013-08-29 Andrew Burgess <aburgess@broadcom.com>
3167
3168 * mi/mi-interp.c (mi_command_loop): Change signature to match
3169 interp_command_loop_ftype.
3170 (mi1_command_loop): Remove.
3171 (mi2_command_loop): Remove.
3172 (mi3_command_loop): Remove.
3173 (mi_interpreter_resume): Remove setting of
3174 deprecated_command_loop_hook.
3175 (_initialize_mi_interp): Set mi_command_loop as the command loop
3176 callback.
3177
3178 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
3179
3180 * valops.c (do_search_struct_field): Pass v2 instead of base_type to
3181 value_type.
3182
3183 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
3184
3185 * value.c (allocate_value_contents): Make static.
3186 * value.h (allocate_value_contents): Remove prototype.
3187
3188 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
3189
3190 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use value_at_lazy instead
3191 of assembling value via allocate_value_lazy and attribute setter.
3192 * findvar.c (default_read_var_value): Use value_at_lazy instead of
3193 assembling value via allocate_value_lazy and attribute setter.
3194 * valops.c (do_search_struct_field): Use value_at_lazy instead of
3195 assembling value via allocate_value_lazy and attribute setter.
3196
3197 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
3198
3199 * value.c (value_from_contents_and_address): Replace allocate_value and
3200 memcpy with value_from_contents.
3201
3202 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
3203
3204 * python/py-framefilter.c (py_print_frame): Remove usage of
3205 PyString_AsString. Use python_string_to_host_string instead.
3206 Refactor function to work with a string as a new allocation
3207 instead of a pointer.
3208 (py_print_frame): Ditto.
3209 * python/lib/gdb/frames.py (return_list): Cain iterators together
3210 instead of adding them as a list.
3211 (_sort_list): Call return_list, and remove duplicate code.
3212 (execute_frame_filters): Convert iterator to a list with list().
3213 * python/lib/gdb/command/frame_filters.py
3214 (SetFrameFilterPriority._set_filter_priority): Convert priority
3215 attribute to an integer.
3216 * python/lib/gdb/FrameIterator.py (FrameIterator.next): Define
3217 wrapper function __next__.
3218 * python/lib/gdb/FrameDecorator.py: If basestring not defined,
3219 define as "str".
3220
3221 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
3222
3223 PR python/15752
3224 * python/py-framefilter.c (apply_frame_filter): Check
3225 gdb_python_initialized. Exit if the Python frame-filter code
3226 cannot be initialized.
3227
3228 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
3229
3230 PR cli/15842
3231 * top.c (print_gdb_version): Remove erroneous newline after help
3232 text.
3233
3234 2013-08-29 Yao Qi <yao@codesourcery.com>
3235
3236 * varobj.c (install_dynamic_child): Remove trailing space.
3237 Add one blank line after variable declaration.
3238
3239 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3240
3241 PR gdb/15415
3242 * corefile.c (get_exec_file): Use exec_filename.
3243 * defs.h (OPF_DISABLE_REALPATH): New definition. Add new comment.
3244 * exec.c (exec_close): Free EXEC_FILENAME.
3245 (exec_file_attach): New variable canonical_pathname. Use
3246 OPF_DISABLE_REALPATH. Call gdb_realpath explicitly. Set
3247 EXEC_FILENAME.
3248 * exec.h (exec_filename): New.
3249 * inferior.c (print_inferior, inferior_command): Use
3250 PSPACE_EXEC_FILENAME.
3251 * mi/mi-main.c (print_one_inferior): Likewise.
3252 * progspace.c (clone_program_space, print_program_space): Likewise.
3253 * progspace.h (struct program_space): New field pspace_exec_filename.
3254 * source.c (openp): Describe OPF_DISABLE_REALPATH. New variable
3255 realpath_fptr, initialize it from OPF_DISABLE_REALPATH, use it.
3256
3257 2013-08-28 Will Newton <will.newton@linaro.org>
3258
3259 * common/linux-ptrace.c: Include stdint.h unconditionally.
3260
3261 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3262
3263 Code cleanup.
3264 * nto-tdep.c (nto_find_and_open_solib): Use OPF_TRY_CWD_FIRST.
3265
3266 2013-08-28 Yao Qi <yao@codesourcery.com>
3267 Pedro Alves <palves@redhat.com>
3268
3269 * event-top.c (gdb_setup_readline): Call stderr_fileopen
3270 instead of stdio_fileopen.
3271 * main.c (captured_main) [__MINGW32__]: Set stderr unbuffered.
3272 .Call stderr_fileopen instead of stdio_fileopen.
3273 * ui-file.c [__MINGW32__] (stderr_file_write): New function.
3274 [__MINGW32__] (stderr_file_fputs): New function.
3275 (stderr_fileopen): New function.
3276 * ui-file.h (stderr_fileopen): Declare.
3277
3278 2013-08-27 Doug Evans <dje@google.com>
3279
3280 * dwarf2read.c (struct dwarf2_cu): Tweak comment.
3281 (struct dwarf2_per_cu_data): Ditto.
3282 (maybe_queue_comp_unit): Delete forward decl. Add comment.
3283 (process_imported_unit_die): Ditto.
3284 (follow_die_sig_1): Simplify assert.
3285
3286 2013-08-27 Pedro Alves <palves@redhat.com>
3287
3288 * windows-nat.c (windows_xfer_memory): Adjust prototype to follow
3289 xfer_partial's interface. Return TARGET_XFER_E_IO on error.
3290 (windows_xfer_partial): Defer TARGET_OBJECT_MEMORY handling to
3291 windows_xfer_memory directly.
3292 (init_windows_ops): Don't install a deprecated_xfer_memory method.
3293
3294 2013-08-27 Pedro Alves <palves@redhat.com>
3295
3296 * darwin-nat.c (darwin_xfer_memory): Delete.
3297 (_initialize_darwin_inferior): Don't install a
3298 deprecated_xfer_memory method.
3299
3300 2013-08-27 Pedro Alves <pedro@codesourcery.com>
3301 Yao Qi <yao@codesourcery.com>
3302
3303 * mi/mi-cmd-stack.c (list_args_or_locals): Adjust prototype.
3304 (parse_no_frames_option): Remove.
3305 (mi_cmd_stack_list_locals): Handle --skip-unavailable.
3306 (mi_cmd_stack_list_args): Adjust.
3307 (mi_cmd_stack_list_variables): Handle --skip-unavailable.
3308 (list_arg_or_local): Add new parameter 'skip_unavailable'. Return
3309 early if SKIP_UNAVAILABLE is true and ARG->val is unavailable.
3310 Caller update.
3311 (list_args_or_locals): New parameter 'skip_unavailable'.
3312 Handle it.
3313 * valprint.c (scalar_type_p): Rename to ...
3314 (val_print_scalar_type_p): ... this. Make extern.
3315 (val_print, value_check_printable): Adjust.
3316 * valprint.h (val_print_scalar_type_p): Declare.
3317 * value.c (value_entirely_unavailable): New function.
3318 * value.h (value_entirely_unavailable): Declare.
3319
3320 * NEWS: Mention the new option "--skip-unavailable" to MI
3321 commands '-stack-list-locals', '-stack-list-arguments' and
3322 '-stack-list-variables'.
3323
3324 2013-08-27 Yao Qi <yao@codesourcery.com>
3325
3326 * mi/mi-cmd-stack.c (parse_no_frames_option): Remove.
3327 (mi_cmd_stack_list_args): Use mi_getopt_silent to handle
3328 options.
3329 * mi/mi-getopt.c (mi_getopt): Remove.
3330 (mi_getopt_1): Renamed from mi_getopt. Add one parameter
3331 'error_on_unknown'.
3332 (mi_getopt): Call mi_getopt_1.
3333 (mi_getopt_silent): New.
3334 * mi/mi-getopt.h (mi_getopt_silent): Declare.
3335
3336 2013-08-26 Doug Evans <dje@google.com>
3337
3338 PR symtab/15885
3339 * dwarf2read.c (dw2_dump): Print some minimal information indicating
3340 .gdb_index is in use.
3341 * symfile.c (reread_symbols): Reset objfile->sf.
3342
3343 * NEWS: Document "mt print objfiles" now takes optional regexp.
3344 * symmisc.c (maintenance_print_objfiles): Argument is now an optional
3345 regexp of objfiles to print.
3346 (_initialize_symmisc): Update doc string for "mt print objfiles".
3347
3348 * dwarf2read.c (write_psymtabs_to_index): Move error checks ahead of
3349 missing debug info checks.
3350
3351 2013-08-26 Raunaq Bathija <raunaq12@in.ibm.com>
3352 Ulrich Weigand <uweigand@de.ibm.com>
3353
3354 * xcoffread.c (arrange_linetable): Add fix to correctly handle
3355 line tables generated by XLC compiled binaries.
3356
3357 2013-08-23 Doug Evans <dje@google.com>
3358
3359 * symmisc.c (dump_symtab): Delete prototype.
3360 (dump_msymbols, dump_objfile): Ditto.
3361 (maintenance_info_symtabs): Mark as dont_repeat.
3362 (_initialize_symmisc): Improve doc string for "mt info symtabs".
3363
3364 * elfread.c (elf_symfile_read): Move "Done reading minimal symbols"
3365 debugging printf to better location.
3366
3367 2013-08-23 Pedro Alves <palves@redhat.com>
3368
3369 * target.c (target_read_live_memory): Change type of 'ret' local
3370 to LONGEST.
3371
3372 2013-08-23 Pedro Alves <palves@redhat.com>
3373
3374 * remote.c (remote_write_bytes_aux, remote_write_bytes)
3375 (remote_read_bytes): Change return type to LONGEST, and adjust to
3376 return a target_xfer_error on error.
3377 (remote_xfer_memory): Delete.
3378 (remote_flash_write): Change type of 'ret' local to LONGEST.
3379 (remote_xfer_partial, remote_xfer_partial): Adjust.
3380 (init_remote_ops): Don't install a deprecated_xfer_memory hook.
3381
3382 2013-08-23 Pierre Muller <muller@sourceware.org>
3383
3384 ARI fix: Push # directives to start of line.
3385 * rs6000-nat.c (rs6000_ptrace32, rs6000_ptrace64): Rule applied.
3386
3387 2013-08-12 Muhammad Waqas <mwaqas@codesourcery.com>
3388
3389 PR gdb/15501
3390 * breakpoint.c (enable_command, disable_command): Iterate over
3391 all specified breakpoint locations.
3392
3393 2013-08-22 Luis Machado <lgustavo@codesourcery.com>
3394
3395 * common/linux-ptrace.c (linux_fork_to_function): Push #
3396 directives to the start of the line.
3397 (linux_check_ptrace_features): Fix warning message to use
3398 the "_" markup.
3399
3400 2013-08-22 Luis Machado <lgustavo@codesourcery.com>
3401
3402 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-nat.h and
3403 nat/linux-waitpid.h.
3404 (linux-waitpid.o): New object file rule.
3405 * common/linux-ptrace.c: Include nat/linux-waitpid.h.
3406 (current_ptrace_options): Moved from linux-nat.c.
3407 (linux_ptrace_test_ret_to_nx): Use type casts for ptrace
3408 parameters.
3409 (linux_fork_to_function): New function.
3410 (linux_grandchild_function): Likewise.
3411 (linux_child_function): Likewise.
3412 (linux_check_ptrace_features): New function, heavily
3413 based on linux-nat.c:linux_test_for_tracefork.
3414 (linux_enable_event_reporting): New function.
3415 (ptrace_supports_feature): Likewise.
3416 (linux_supports_tracefork): Likewise.
3417 (linux_supports_traceclone): Likewise.
3418 (linux_supports_tracevforkdone): Likewise.
3419 (linux_supports_tracesysgood): Likewise.
3420 * common/linux-ptrace.h (HAS_NOMMU): Moved from
3421 gdbserver/linux-low.c.
3422 (linux_enable_event_reporting): New declaration.
3423 (linux_supports_tracefork): Likewise.
3424 (linux_supports_traceclone): Likewise.
3425 (linux_supports_tracevforkdone): Likewise.
3426 (linux_supports_tracesysgood): Likewise.
3427 * config.in (PTRACE_TYPE_ARG4): Regenerate.
3428 * config/aarch64/linux.mh (NATDEPFILES): Add linux-waitpid.o.
3429 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
3430 * config/arm/linux.mh (NATDEPFILES): Likewise.
3431 * config/i386/linux.mh (NATDEPFILES): Likewise.
3432 * config/i386/linux64.mh (NATDEPFILES): Likewise.
3433 * config/ia64/linux.mh (NATDEPFILES): Likewise.
3434 * config/m32r/linux.mh (NATDEPFILES): Likewise.
3435 * config/m68k/linux.mh (NATDEPFILES): Likewise.
3436 * config/mips/linux.mh (NATDEPFILES): Likewise.
3437 * config/pa/linux.mh (NATDEPFILES): Likewise..
3438 * config/powerpc/linux.mh (NATDEPFILES): Likewise..
3439 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
3440 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
3441 * config/sparc/linux.mh (NATDEPFILES): Likewise.
3442 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
3443 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
3444 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
3445 * configure.ac (AC_CACHE_CHECK): Add void * to the list of
3446 ptrace's 4th argument's types.
3447 Check the type of PTRACE_TYPE_ARG4.
3448 * configure: Regenerate.
3449 * linux-nat.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
3450 (SYSCALL_SIGTRAP): Moved to nat/linux-nat.h.
3451 (linux_supports_tracefork_flag): Remove.
3452 (linux_supports_tracesysgood_flag): Likewise.
3453 (linux_supports_tracevforkdone_flag): Likewise.
3454 (current_ptrace_options): Moved to
3455 common/linux-ptrace.c.
3456 (linux_tracefork_child): Remove.
3457 (my_waitpid): Remove.
3458 (linux_test_for_tracefork): Renamed to
3459 linux_check_ptrace_features and moved to common/linux-ptrace.c.
3460 (linux_test_for_tracesysgood): Remove.
3461 (linux_supports_tracesysgood): Remove.
3462 (linux_supports_tracefork): Remove.
3463 (linux_supports_tracevforkdone): Remove.
3464 (linux_enable_tracesysgood): Remove.
3465 (linux_enable_event_reporting): Remove.
3466 (linux_init_ptrace): New function.
3467 (linux_child_post_attach): Call linux_init_ptrace.
3468 (linux_child_post_startup_inferior): Call linux_init_ptrace.
3469 (linux_child_follow_fork): Call linux_supports_tracefork
3470 and linux_supports_tracevforkdone.
3471 (linux_child_insert_fork_catchpoint): Call
3472 linux_supports_tracefork.
3473 (linux_child_insert_vfork_catchpoint): Likewise.
3474 (linux_child_set_syscall_catchpoint): Call
3475 linux_supports_tracesysgood.
3476 (lin_lwp_attach_lwp): Call linux_supports_tracefork.
3477 * nat/linux-nat.h: New file.
3478 * nat/linux-waitpid.c: New file.
3479 * nat/linux-waitpid.h: New file.
3480
3481 2013-08-22 Samuel Bronson <naesten@gmail.com>
3482
3483 ARM Linux support for `catch syscall'.
3484 * syscalls/arm-linux.py: New file.
3485 * syscalls/arm-linux.xml: Likewise.
3486 * arm-linux-tdep.c (arm_linux_get_syscall_number): New function.
3487 (arm_linux_init_abi): Register the new function and syscall xml file.
3488 * data-directory/Makefile.in: Install the new syscall xml file.
3489 * NEWS: Brag about this.
3490
3491 2013-08-22 Pedro Alves <palves@redhat.com>
3492
3493 PR gdb/15871
3494 * corefile.c (target_xfer_memory_error): New function.
3495 (memory_error): Defer EIO to target_memory_error.
3496 (read_memory): Use target_xfer_partial, and handle finer-grained
3497 target xfer errors.
3498 * target.c (target_xfer_error_to_string): New function.
3499 (memory_xfer_partial_1): If memory is known to be
3500 unavailable, return TARGET_XFER_E_UNAVAILABLE instead of -1.
3501 (target_xfer_partial): Make extern.
3502 * target.h (enum target_xfer_error): New enum.
3503 (target_xfer_error_to_string): Declare function.
3504 (target_xfer_partial): Declare function.
3505 (struct target_ops) <xfer_partial>: Adjust describing comment.
3506
3507 2013-08-22 Alan Modra <amodra@gmail.com>
3508
3509 * configure.host: Support powerpc64le-linux and powerpcle-linux hosts.
3510 * configure.tgt: Likewise as targets.
3511
3512 2013-08-20 Doug Evans <dje@google.com>
3513
3514 * buildsym.c (subfile_stack): Move here from buildsym.h.
3515 (pending_macros): Ditto.
3516 (get_macro_table): New function.
3517 (buildsym_init): Initialize subfile_stack.
3518 * coffread.c (type_vector,type_vector_length): Moved here from
3519 buildsym.h.
3520 (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
3521 (coff_symtab_read): Use it.
3522 * dbxread.c (read_ofile_symtab): Delete init of subfile_stack.
3523 * dwarf2read.c (macro_start_file): Replace uses of pending_macros
3524 with call to get_macro_table.
3525 * stabsread.c (type_vector,type_vector_length): Moved here from
3526 buildsym.h.
3527 (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
3528 * buildsym.h (get_macro_table): Declare.
3529
3530 2013-08-20 Tom Tromey <tromey@redhat.com>
3531
3532 * dbxread.c (record_minimal_symbol): Make 'name' argument const.
3533 Update.
3534 (read_dbx_dynamic_symtab): Make 'name' const. Remove casts.
3535
3536 2013-08-20 Doug Evans <dje@google.com>
3537
3538 * blockframe.c: Remove #include "psymtab.h".
3539 * cp-support.c: Ditto.
3540 * source.c: Ditto.
3541 * stack.c: Ditto.
3542
3543 2013-08-20 Tom Tromey <tromey@redhat.com>
3544
3545 PR python/15816:
3546 * exceptions.h (return_mask): Now an enum.
3547 (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL): Now
3548 enum constants.
3549
3550 2013-08-20 Tom Tromey <tromey@redhat.com>
3551
3552 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Use
3553 get_objfile_arch.
3554 * elfread.c (elf_rel_plt_read, elf_gnu_ifunc_record_cache)
3555 (elf_gnu_ifunc_resolve_by_got): Use get_objfile_arch.
3556 * jit.c (jit_object_close_impl): Update.
3557 * jv-lang.c (get_dynamics_objfile): Update.
3558 * linespec.c (add_minsym): Use get_dynamics_objfile.
3559 * objfiles.c (get_objfile_bfd_data): Initialize 'gdbarch' field.
3560 (allocate_objfile): Don't initialize 'gdbarch' field.
3561 (get_objfile_arch): Update.
3562 * objfiles.h (struct objfile_per_bfd_storage) <gdbarch>: New field,
3563 moved from...
3564 (struct objfile) <gdbarch>: ... here. Remove.
3565 * stap-probe.c (stap_can_evaluate_probe_arguments): Use
3566 get_objfile_arch.
3567 * symfile.c (init_entry_point_info): Use get_objfile_arch.
3568
3569 2013-08-20 Alan Modra <amodra@gmail.com>
3570
3571 * doublest.c (convert_floatformat_to_doublest): Use fmt->split_half
3572 for IBM long double nan and inf.
3573 (floatformat_is_negative, floatformat_classify,
3574 floatformat_mantissa): Similarly.
3575 (floatformat_ieee_single, floatformat_ieee_double,
3576 floatformat_ieee_quad, floatformat_arm_ext,
3577 floatformat_ia64_spill): Delete unused vars.
3578 (_initialize_doublest): Delete unused function.
3579 * gdbtypes.c (floatformats_ibm_long_double): Use new big- and
3580 little-endian variants of floatformat_ibm_long_double.
3581
3582 2013-08-19 Luis Machado <lgustavo@codesourcery.com>
3583
3584 * Makefile.in (SFILES): Remove common/target-common.c and
3585 add target/waitstatus.c.
3586 (HFILES_NO_SRCDIR): Remove common/target-common.h and add
3587 target/resume.h, target/wait.h and target/waitstatus.h.
3588 (COMMON_OBS): Remove target-common.o and add
3589 waitstatus.o.
3590 (target-common.o): Remove.
3591 (waitstatus.o): New target object file.
3592 * common/target-common.c: Move contents to
3593 target/waitstatus.c and remove.
3594 * common/target-common.h: Move contents to other files and
3595 remove.
3596 (enum resume_kind: Move to target/resume.h.
3597 (TARGET_WNOHANG): Move to target/wait.h.
3598 (enum target_waitkind): Move to target/waitstatus.h.
3599 (struct target_waitstatus): Likewise.
3600 * target.h: Do not include target-common.h and
3601 include target/resume.h, target/wait.h and
3602 target/waitstatus.h.
3603 * target/resume.h: New file.
3604 * target/wait.h: New file.
3605 * target/waitstatus.h: New file.
3606 * target/waitstatus.c: New file.
3607
3608 2013-08-19 Pedro Alves <palves@redhat.com>
3609
3610 * linux-nat.c (linux_test_for_tracefork)
3611 (linux_test_for_tracesysgood, linux_child_follow_fork)
3612 (lin_lwp_attach_lwp, linux_nat_resume): Don't block child signals.
3613 (linux_nat_wait_1): Extend comment.
3614 (linux_async_pipe): Add comment.
3615
3616 2013-08-15 Kevin Buettner <kevinb@redhat.com>
3617
3618 * rl78-tdep.c (RL78_RAW_PC_REGNUM): New enum.
3619 (RL78_PC_REGNUM): Move to list of pseudo-register enums.
3620 (rl78_register_type, rl78_register_name, rl78_register_reggroup_p):
3621 Update to account for fact that PC is now a pseudo-register.
3622 (rl78_pseudo_register_write, rl78_pseudo_register_read): Add
3623 cases for RL78_PC_REGNUM.
3624
3625 2013-08-15 Muhammad Bilal <mbilal@codesourcery.com>
3626
3627 PR cli/15841
3628 * top.c (quit_force): Skip writing history file
3629 if input is not from terminal.
3630
3631 2013-08-14 Tom Tromey <tromey@redhat.com>
3632
3633 * remote.c (struct remote_state) <echo_nextthread, nextthread,
3634 resultthreadlist>: New fields.
3635 (OPAQUETHREADBYTES, threadref, MAXTHREADLISTRESULTS): Move earlier.
3636 (remote_get_threadlist, remote_threadlist_iterator): Use
3637 new fields. Remove static variables.
3638
3639 2013-08-14 Tom Tromey <tromey@redhat.com>
3640
3641 * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p,
3642 remote_watch_data_address>: New fields.
3643 (remote_stopped_by_watchpoint_p, remote_watch_data_address): Remove.
3644 (process_stop_reply, remote_wait_as)
3645 (remote_check_watch_resources, remote_stopped_data_address): Update.
3646
3647 2013-08-14 Tom Tromey <tromey@redhat.com>
3648
3649 * remote.c (struct remote_state) <async_client_callback,
3650 async_client_context>: New fields.
3651 (async_client_callback, async_client_context): Remove.
3652 (remote_async_serial_handler, remote_async): Update.
3653
3654 2013-08-14 Tom Tromey <tromey@redhat.com>
3655
3656 * remote.c (sizeof_pkt): Remove.
3657 (remote_trace_find): Use rs->buf_size, not sizeof_pkt.
3658
3659 2013-08-14 Tom Tromey <tromey@redhat.com>
3660
3661 * remote.c (struct remote_state) <use_threadinfo_query,
3662 use_threadextra_query>: New fields.
3663 (remote_threads_info, remote_threads_extra_info)
3664 (remote_open_1): Update.
3665
3666 2013-08-14 Tom Tromey <tromey@redhat.com>
3667
3668 * remote.c (struct remote_state) <finished_object,
3669 finished_annex, finished_offset>: New fields.
3670 (remote_read_qxfer): Use remote_state fields; remove static
3671 variables.
3672
3673 2013-08-14 Tom Tromey <tromey@redhat.com>
3674
3675 * remote.c (struct remote_state) <last_sent_step>:
3676 New field.
3677 (last_sent_step): Remove.
3678 (remote_resume, remote_wait_as): Update.
3679
3680 2013-08-14 Tom Tromey <tromey@redhat.com>
3681
3682 * remote.c (struct remote_state) <last_sent_signal>:
3683 New field.
3684 (last_sent_signal): Remove.
3685 (new_remote_state, remote_resume, remote_wait_as): Update.
3686
3687 2013-08-14 Tom Tromey <tromey@redhat.com>
3688
3689 * remote.c (struct remote_state) <last_program_signals_packet>:
3690 New field.
3691 (last_program_signals_packet): Remove.
3692 (remote_program_signals, remote_open_1): Update.
3693
3694 2013-08-14 Tom Tromey <tromey@redhat.com>
3695
3696 * remote.c (struct remote_state) <last_pass_packet>:
3697 New field.
3698 (last_pass_packet): Remove.
3699 (remote_pass_signals, remote_open_1): Update.
3700
3701 2013-08-14 Tom Tromey <tromey@redhat.com>
3702
3703 * remote.c (struct remote_state) <remote_traceframe_number>:
3704 New field.
3705 (remote_traceframe_number): Remove.
3706 (new_remote_state, remote_open_1, set_remote_traceframe)
3707 (remote_trace_find): Update.
3708
3709 2013-08-14 Tom Tromey <tromey@redhat.com>
3710
3711 * remote.c (struct remote_state) <general_thread, continue_thread>:
3712 New fields.
3713 (general_thread, continue_thread): Remove.
3714 (record_currthread, set_thread, set_general_process)
3715 (remote_open_1, extended_remote_attach_1, remote_wait_as)
3716 (extended_remote_mourn_1): Update.
3717
3718 2013-08-14 Tom Tromey <tromey@redhat.com>
3719
3720 * remote.c (struct remote_state) <remote_desc>: New field.
3721 (remote_desc): Remove.
3722 (remote_threads_info, remote_threads_extra_info, remote_close)
3723 (send_interrupt_sequence, remote_start_remote, remote_open_1)
3724 (readchar, remote_xfer_partial, remote_rcmd, packet_command)
3725 (remote_hostio_send_command, remote_file_put, remote_file_get)
3726 (remote_file_delete, remote_can_async_p, remote_is_async_p)
3727 (remote_async, remote_new_objfile, set_range_stepping): Update.
3728
3729 2013-08-14 Tom Tromey <tromey@redhat.com>
3730
3731 * remote.c (remote_state): Now a pointer.
3732 (get_remote_state_raw): Update.
3733 (new_remote_state): New function.
3734 (_initialize_remote): Use new_remote_state.
3735
3736 2013-08-14 Tom Tromey <tromey@redhat.com>
3737
3738 * remote.c (remote_protocol_features): Now const.
3739
3740 2013-08-14 Tom Tromey <tromey@redhat.com>
3741
3742 * remote.c (crc32_table, crc32): Remove.
3743 (remote_verify_memory): Use xcrc32.
3744
3745 2013-08-13 Sergio Durigan Junior <sergiodj@redhat.com>
3746
3747 * value.h (create_internalvar_type_lazy): Adjust prototype
3748 declaration.
3749
3750 2013-08-13 Andrew Burgess <aburgess@broadcom.com>
3751
3752 * common/format.c (parse_format_string): Don't allow '#' flag for
3753 pointer arguments in format string.
3754
3755 2013-08-13 Pierre Muller <muller@sourceware.org>
3756
3757 * utils.c (init_page_info): Only call tgetnum function
3758 if rl_get_screen_size did not return useful values.
3759
3760 2013-08-12 Ali Anwar <ali_anwar@codesourcery.com>
3761
3762 PR breakpoints/15117
3763 * linespec.c (linespec_parse_basic): Check for convenience
3764 variable or history value while parsing.
3765
3766 2013-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
3767
3768 Revert implementation of gdbarch_gdb_signal_{to,from}_target for
3769 AVR.
3770 * avr-tdep.c: Remove include of "linux-tdep.h". Remove enum with
3771 different signals between the generic Linux kernel implementation
3772 and AVR's.
3773 (avr_linux_gdb_signal_from_target): Delete.
3774 (avr_linux_gdb_signal_to_target): Delete.
3775 (avr_gdbarch_init): Don't set gdbarch_gdb_signal_{to,from}_target.
3776
3777 2013-08-09 Doug Evans <dje@google.com>
3778
3779 * dwarf2read.c (create_addrmap_from_index): Ignore bad address table
3780 entries.
3781
3782 2013-08-09 Sergio Durigan Junior <sergiodj@redhat.com>
3783
3784 * linux-tdep.c: Define enum with generic signal numbers.
3785 (linux_gdb_signal_from_target): New function.
3786 (linux_gdb_signal_to_target): Likewise.
3787 (linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
3788 methods to the functions above.
3789 * linux-tdep.h (linux_gdb_signal_from_target): New prototype.
3790 (linux_gdb_signal_to_target): Likewise.
3791 * alpha-linux-tdep.c: Define new enum with signals different
3792 from generic Linux kernel.
3793 (alpha_linux_gdb_signal_from_target): New function.
3794 (alpha_linux_gdb_signal_to_target): Likewise.
3795 (alpha_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
3796 with the functions mentioned above.
3797 * avr-tdep.c: Define enum with differences between Linux kernel
3798 and AVR signals.
3799 (avr_linux_gdb_signal_from_target): New function.
3800 (avr_linux_gdb_signal_to_target): Likewise.
3801 (avr_gdbarch_init): Set gdbarch_gdb_signal_{to,from}_target to
3802 the functions mentioned above.
3803 * sparc-linux-tdep.c: Define enum with differences between SPARC
3804 and generic Linux kernel signal numbers.
3805 (sparc32_linux_gdb_signal_from_target): New function.
3806 (sparc32_linux_gdb_signal_to_target): Likewise.
3807 (sparc32_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
3808 to the functions defined above.
3809 * xtensa-linux-tdep.c: Define enum with differences between
3810 Xtensa and Linux kernel generic signals.
3811 (xtensa_linux_gdb_signal_from_target): New function.
3812 (xtensa_linux_gdb_signal_to_target): Likewise.
3813 (xtensa_linux_init_abi): Set gdbarch_gdb_signal_to_target
3814 to the functions defined above.
3815 * mips-linux-tdep.c: Define enum with differences between
3816 signals in MIPS and Linux kernel generic ones.
3817 (mips_gdb_signal_to_target): New function.
3818 (mips_gdb_signal_from_target): Redefine to use new enum, handle
3819 only different signals from the Linux kernel generic.
3820 (mips_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
3821 the functions defined above.
3822 * mips-linux-tdep.h (enum mips_signals): Remove.
3823
3824 2013-08-09 Pedro Alves <palves@redhat.com>
3825
3826 * avr-tdep.c (XMALLOC): Delete macro.
3827 * cli/cli-dump.c (XMALLOC): Delete macro.
3828
3829 2013-08-09 Pedro Alves <palves@redhat.com>
3830
3831 * cli/cli-dump.c: Don't include cli/cli-dump.h.
3832 (scan_expression_with_cleanup, scan_filename_with_cleanup)
3833 (fopen_with_cleanup, add_dump_command): Make static.
3834 * cli/cli-dump.h: Delete file.
3835 * Makefile.in (HFILES_NO_SRCDIR): Remove reference to
3836 cli/cli-dump.h.
3837
3838 2013-08-09 Pedro Alves <palves@redhat.com>
3839
3840 * tracepoint.c (tfile_start): Show tilde-expanded filename in
3841 error message.
3842
3843 2013-08-09 Pedro Alves <palves@redhat.com>
3844
3845 * breakpoint.c (save_breakpoints): Show tilde-expanded filename in
3846 error message.
3847
3848 2013-08-09 Pedro Alves <palves@redhat.com>
3849
3850 * gcore.c (create_gcore_bfd): Don't use tilde_expand here.
3851 (gcore_command): Use tilde_expand here, and when showing the
3852 filename to the user, show the expanded version.
3853
3854 2013-08-09 Yao Qi <yao@codesourcery.com>
3855
3856 * stack.c (read_frame_arg): Set 'entryval_error' to NULL if
3857 'entryval' is set.
3858
3859 2013-08-08 Azat Khuzhin <a3at.mail@gmail.com> (tiny change)
3860
3861 * gcore.c (create_gcore_bfd): Use tilde_expand.
3862
3863 2013-08-08 Yao Qi <yao@codesourcery.com>
3864
3865 * frame.h (read_frame_local): Declare.
3866 * mi/mi-cmd-stack.c (list_args_or_locals): Call
3867 read_frame_local.
3868 * stack.c (read_frame_local): New.
3869
3870 2013-08-08 Yao Qi <yao@codesourcery.com>
3871
3872 * mi/mi-cmd-stack.c: Update comments to function
3873 list_args_or_locals.
3874
3875 2013-08-07 Tom Tromey <tromey@redhat.com>
3876
3877 PR symtab/15028:
3878 * dwarf2read.c (struct process_psymtab_comp_unit_data): New.
3879 (process_psymtab_comp_unit_reader): Use it.
3880 (process_psymtab_comp_unit): Update. Add "pretend_language"
3881 argument.
3882 (dwarf2_build_psymtabs_hard): Update.
3883 (scan_partial_symbols): Pass CU's language to
3884 process_psymtab_comp_unit.
3885
3886 2013-08-07 Tom Tromey <tromey@redhat.com>
3887
3888 * dwarf2read.c (dw2_get_primary_filename_reader): Remove.
3889 (dwarf2_gdb_index_functions): Update.
3890 * psymtab.c (find_symbol_file_from_partial): Remove.
3891 (psym_functions): Update.
3892 * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
3893 Remove.
3894
3895 2013-08-07 Tom Tromey <tromey@redhat.com>
3896
3897 * symfile.c (set_initial_language): Look up "main" symbol
3898 and use its language.
3899 * symtab.c (find_main_filename): Remove.
3900 * symtab.h (find_main_filename): Remove.
3901
3902 2013-08-07 Tom Tromey <tromey@redhat.com>
3903
3904 * dwarf2read.c (recursively_compute_inclusions): Add
3905 "immediate_parent" argument. Set symtab's "user" field
3906 if not set.
3907 (compute_symtab_includes): Update.
3908
3909 2013-08-07 Tom Tromey <tromey@redhat.com>
3910
3911 * linespec.c (convert_linespec_to_sals): Use maybe_add_address
3912 when adding label symbols.
3913
3914 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
3915 Ulrich Weigand <uweigand@de.ibm.com>
3916
3917 * configure.tgt (powerpc64-*-aix*): Match powerpc64 running aix.
3918 * configure.host (powerpc64-*-aix*): Likewise.
3919
3920 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
3921 Ulrich Weigand <uweigand@de.ibm.com>
3922
3923 * gdb_ptrace.h: Use ptrace64 instead of ptrace if HAVE_PTRACE64
3924 is defined.
3925 * rs6000-nat.c: Check for __ld_info64_ if compiling 64 BIT gdb.
3926 (rs6000_ptrace32): Call ptrace64 instead of ptrace if present.
3927 (rs6000_ptrace64): Call ptace64 instead of ptracex if present.
3928 * configure.ac: Check for ptrace64.
3929 * configure, config.in: Regenerate.
3930
3931 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
3932 Ulrich Weigand <uweigand@de.ibm.com>
3933
3934 * aixthread.c: Call ptrace64 instead of ptracex if defined.
3935 Call ptrace64 instead of ptrace if defined.
3936 Add macro addr_ptr to take care of ptrace address argument.
3937 (pdc_read_regs): Likewise.
3938 (pdc_write_regs): Likewise.
3939 (aix_thread_resume): Likewise.
3940 (fetch_regs_kernel_thread): Likewise.
3941 (store_regs_kernel_thread): Likewise.
3942
3943 2013-08-07 Anton Blanchard <anton@samba.org>
3944
3945 * MAINTAINERS: Add myself to Write After Approval.
3946
3947 2013-08-05 Tom Tromey <tromey@redhat.com>
3948
3949 * aix-thread.c (_initialize_aix_thread): Use
3950 complete_target_initialization.
3951 * bsd-uthread.c (_initialize_bsd_uthread): Use
3952 complete_target_initialization.
3953 * dec-thread.c (_initialize_dec_thread): Use
3954 complete_target_initialization.
3955 * ravenscar-thread.c (_initialize_ravenscar): Use
3956 complete_target_initialization.
3957 * sol-thread.c (_initialize_sol_thread): Use
3958 complete_target_initialization.
3959 * spu-multiarch.c (_initialize_spu_multiarch): Use
3960 complete_target_initialization.
3961
3962 2013-08-05 Tom Tromey <tromey@redhat.com>
3963
3964 * ada-exp.y (write_var_or_type): Use bound_minimal_symbol.
3965 * ada-lang.c (ada_lookup_simple_minsym): Return
3966 bound_minimal_symbol.
3967 * ada-lang.h (ada_lookup_simple_minsym): Update.
3968 * c-exp.y (variable): Use lookup_bound_minimal_symbol.
3969 * f-exp.y (variable): Use lookup_bound_minimal_symbol.
3970 * go-exp.y (variable): Use lookup_bound_minimal_symbol.
3971 * jv-exp.y (push_expression_name): Use lookup_bound_minimal_symbol.
3972 * m2-exp.y (variable): Use lookup_bound_minimal_symbol.
3973 * minsyms.c (msymbol_objfile): Remove.
3974 (lookup_minimal_symbol_internal): New function, from
3975 lookup_minimal_symbol.
3976 (lookup_minimal_symbol): Rewrite using
3977 lookup_minimal_symbol_internal.
3978 (lookup_bound_minimal_symbol): New function.
3979 * minsyms.h (msymbol_objfile): Remove.
3980 (lookup_bound_minimal_symbol): Declare.
3981 * p-exp.y (variable): Use lookup_bound_minimal_symbol.
3982 * parse.c (write_exp_msymbol): Change parameter to a
3983 bound_minimal_symbol.
3984 (write_dollar_variable): Use lookup_bound_minimal_symbol.
3985 * parser-defs.h (write_exp_msymbol): Update.
3986 * printcmd.c (address_info): Use lookup_bound_minimal_symbol.
3987 * symfile.c (simple_read_overlay_table): Use
3988 lookup_bound_minimal_symbol.
3989 * symtab.c (skip_prologue_sal): Don't use msymbol_objfile.
3990 (search_symbols): Likewise.
3991 (print_msymbol_info): Take a bound_minimal_symbol argument.
3992 (symtab_symbol_info, rbreak_command): Update.
3993 * symtab.h (struct symbol_search) <msymbol>: Change type
3994 to bound_minimal_symbol.
3995 * valops.c (find_function_in_inferior): Use
3996 lookup_bound_minimal_symbol.
3997 * value.c (value_fn_field): Use lookup_bound_minimal_symbol.
3998
3999 2013-08-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4000
4001 Code cleanup.
4002 * remote.c (cleanup_sigint_signal_handler): Rename the declaration
4003 to ...
4004 (async_cleanup_sigint_signal_handler): ... this.
4005 (initialize_sigint_signal_handler): Remove declaration.
4006 (handle_remote_sigint): Rename the declaration to ...
4007 (async_handle_remote_sigint): ... this.
4008 (handle_remote_sigint_twice): Rename the declaration to ...
4009 (async_handle_remote_sigint_twice): ... this.
4010 (async_remote_interrupt, async_remote_interrupt_twice)
4011 (remote_interrupt): Remove the declarations.
4012 (remote_interrupt_twice): Rename the declaration ...
4013 (sync_remote_interrupt_twice): ... this.
4014 (sigint_remote_twice_token): Rename the variable to ...
4015 (async_sigint_remote_twice_token): ... this.
4016 (sigint_remote_token): Rename the variable to ...
4017 (async_sigint_remote_token): ... this.
4018 (initialize_sigint_signal_handler): Rename the function to ...
4019 (async_initialize_sigint_signal_handler): ... this. Update the name
4020 inside.
4021 (handle_remote_sigint): Rename the function to ...
4022 (async_handle_remote_sigint): ... this. Update the names inside.
4023 (handle_remote_sigint_twice): Rename the function to ...
4024 (async_handle_remote_sigint_twice): ... this. Update the names inside.
4025 (cleanup_sigint_signal_handler): Rename the function to ...
4026 (async_cleanup_sigint_signal_handler): ... this.
4027 (remote_interrupt): Rename the function to ...
4028 (sync_remote_interrupt): this. Update the names inside.
4029 (remote_interrupt_twice): Rename the function to ...
4030 (sync_remote_interrupt_twice): this. Update the names inside.
4031 (remote_terminal_inferior, remote_terminal_ours, remote_wait_as)
4032 (_initialize_remote): Update the names inside.
4033
4034 2013-08-02 Tom Tromey <tromey@redhat.com>
4035
4036 PR symtab/15719:
4037 * breakpoint.c (update_watchpoint, watchpoint_check)
4038 (watch_command_1): Update.
4039 * eval.c (fetch_subexp_value): Add "preserve_errors"
4040 parameter.
4041 * ppc-linux-nat.c (check_condition): Update.
4042 * value.h (fetch_subexp_value): Update.
4043
4044 2013-08-02 Andrew Burgess <aburgess@broadcom.com>
4045
4046 * mi/mi-interp.c (mi_interpreter_resume): Remove call to
4047 add_file_handler.
4048
4049 2013-08-01 Doug Evans <dje@google.com>
4050
4051 PR symtab/15691
4052 * dwarf2read.c (struct dwarf2_per_cu_data): New member tu_read.
4053 (fill_in_sig_entry_from_dwo_entry): Reorganize asserts.
4054 Add assert of sig_entry->dwo_unit == NULL.
4055 (lookup_dwo_signatured_type): Don't assign TU to a DWO if the TU
4056 had already been read.
4057 (read_signatured_type): Set per_cu.tu_read.
4058
4059 PR symtab/15695
4060 * valops.c (value_struct_elt): Add missing call to check_typedef.
4061 (value_find_oload_method_list): Ditto.
4062
4063 * symtab.c (do_free_search_symbols_cleanup): Change arg to,
4064 effectively, struct symbol_search **.
4065 (make_cleanup_free_search_symbols): Change arg to struct
4066 symbol_search **. All callers updated.
4067 (compare_search_syms): Compare symtab file name and block as well.
4068 (search_symbols_equal): New function.
4069 (sort_search_symbols_remove_dups): Renamed from sort_search_symbols.
4070 New args new_head, new_tail. Result is now void. Remove dups after
4071 sorting the symbols.
4072 (search_symbols): Sort all found symbols once, after all have been
4073 found, and remove duplicates. Simplify cleanup tracking of result.
4074 * symtab.h (make_cleanup_free_search_symbols): Update prototype.
4075
4076 Further workarounds for binutils/15021.
4077 * dwarf2read.c (recursively_compute_inclusions): Change type of result
4078 parameter to VEC (symtab_ptr) **. New parameter all_type_symtabs.
4079 Watch for duplicate symtabs coming from type units.
4080 (compute_symtab_includes): Update call to
4081 recursively_compute_inclusions. Build vector of included symtabs
4082 instead of per_cus.
4083 * symtab.h (symtab_ptr): New typedef.
4084 (DEF_VEC_P (symtab_ptr)): New VEC type.
4085 * linespec.c (symtab_p): Delete. All uses updated to use symtab_ptr
4086 instead.
4087
4088 2013-08-01 Andrew Burgess <aburgess@broadcom.com>
4089
4090 * cli/cli-script.c (script_from_file): Remove use of
4091 error_pre_print.
4092 * main.c (captured_main): Remove use of error_pre_print and
4093 quit_pre_print.
4094 * utils.c (error_pre_print, quit_pre_print): Remove.
4095 * utils.h (error_pre_print, quit_pre_print): Likewise.
4096
4097 2013-08-01 Yao Qi <yao@codesourcery.com>
4098
4099 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Parse argv
4100 with mi_getopt.
4101 (mi_cmd_stack_list_variables): Likewise.
4102
4103 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
4104
4105 * exceptions.c (deprecated_throw_reason): Remove.
4106 * exceptions.h (deprecated_throw_reason): Remove.
4107
4108 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
4109
4110 * remote-mips.c (mips_error): Replace use of
4111 deprecated_throw_reason with throw_verror. Use the error message
4112 passed to mips_error as the error message for throw_verror.
4113
4114 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
4115
4116 * monitor.c (monitor_interrupt_query): Replace use of
4117 deprecated_throw_reason with quit.
4118 * nto-procfs.c (interrupt_query): Likewise.
4119 * remote-fileio.c (remote_fileio_sig_exit): Likewise.
4120 * remote-mips.c (mips_kill): Likewise.
4121 * remote.c (interrupt_query): Likewise.
4122
4123 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
4124
4125 * utils.c (internal_verror): Replace use of deprecated_throw_reason
4126 with call to fatal.
4127
4128 2013-07-31 Pedro Alves <pedro@codesourcery.com>
4129 Yao Qi <yao@codesourcery.com>
4130
4131 * tracepoint.c (trace_dump_command): Select the current frame.
4132
4133 2013-07-30 Doug Evans <dje@google.com>
4134
4135 * dwarf2read.c (process_queue): Add type signature to debug output.
4136
4137 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
4138
4139 * value.c (value_fetch_lazy): Mark optimized out values as such
4140 rather than raising an error.
4141
4142 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
4143
4144 * value.c (value_fetch_lazy): Ensure parent value is not lazy
4145 before checking which bits of the parent, not the child, value are
4146 valid.
4147
4148 2013-07-30 Muhammad Bilal <mbilal@codesorcery.com>
4149
4150 PR gdb/15715
4151 * top.c: Include "filenames.h".
4152 (set_history_filename): New function.
4153 (init_main): Install it as set hook of the "set history filename"
4154 command.
4155
4156 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
4157
4158 * dwarf2read.c (dwarf2_get_ref_die_offset): Constify struct
4159 attribute parameter.
4160 (dwarf2_const_value_data): Constify struct attribute parameter.
4161 (dwarf2_const_value): Constify struct attribute parameter.
4162 (dwarf2_const_value_attr): Constify struct attribute parameter.
4163 (lookup_die_type): Constify struct attribute parameter.
4164 (dwarf2_get_attr_constant_value): Constify struct attribute parameter.
4165 (follow_die_ref_or_sig): Constify struct attribute parameter.
4166 (follow_die_ref): Constify struct attribute parameter.
4167 (follow_die_sig): Constify struct attribute parameter.
4168 (get_DW_AT_signature_type): Constify struct attribute parameter.
4169 (get_type_unit_group): Constify struct attribute parameter.
4170 (fill_in_loclist_baton): Constify struct attribute parameter.
4171 (dwarf2_symbol_mark_computed): Constify struct attribute parameter.
4172 (type_unit_group): Constify struct attribute parameter.
4173
4174 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
4175
4176 * dwarf2read.c (attr_form_is_block): Make argument const.
4177 (attr_form_is_section_offset): Make argument const.
4178 (attr_form_is_constant): Make argument const.
4179 (attr_form_is_ref): Make argument const.
4180
4181 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
4182
4183 * dwarf2read.c (attr_is_ref): Rename to attr_form_is_ref.
4184 All uses updated.
4185 (attr_form_is_ref): Moved below attr_form_is_constant.
4186
4187 2013-07-29 Doug Evans <dje@google.com>
4188
4189 * main.c (captured_command_loop): Tweak comment.
4190
4191 * target.c (target_async_permitted_1): Fix comment.
4192
4193 * symtab.c (iterate_over_some_symtabs): Add comment.
4194
4195 * symtab.c (iterate_over_some_symtabs): Fix indentation.
4196
4197 2013-07-27 Yao Qi <yao@codesourcery.com>
4198
4199 * NEWS: Mention that GDBserver now supports hardware
4200 watchpoints on the MIPS GNU/Linux target.
4201
4202 2013-07-27 Yao Qi <yao@codesourcery.com>
4203
4204 * Makefile.in (HFILES_NO_SRCDIR): Add
4205 common/mips-linux-watch.h.
4206 (mips-linux-watch.o): New rule.
4207 * common/mips-linux-watch.c: New.
4208 * common/mips-linux-watch.h: New.
4209 * config/mips/linux.mh (NATDEPFILES): Add mips-linux-watch.o
4210 * mips-linux-nat.c: Include mips-linux-watch.h.
4211 (W_BIT, R_BIT, I_BIT, W_MASK, R_MASK, I_MASK, IRW_MASK): Move
4212 to common/mips-linux-watch.h.
4213 (MAX_DEBUG_REGISTER): Likewise.
4214 (enum pt_watch_style): Likewise.
4215 (struct mips32_watch_regs): Likewise.
4216 (struct mips64_watch_regs): Likewise.
4217 (struct pt_watch_regs): Likewise.
4218 (struct mips_watchpoint): Likewise.
4219 (mips_linux_watch_get_irw_mask): Move to
4220 common/mips-linux-watch.c.
4221 (get_reg_mask, mips_linux_watch_get_num_valid): Likewise.
4222 (mips_linux_watch_get_watchlo): Likewise.
4223 (mips_linux_watch_set_watchlo): Likewise.
4224 (mips_linux_watch_get_watchhi): Likewise.
4225 (mips_linux_watch_set_watchhi): Likewise.
4226 (mips_linux_read_watch_registers): Likewise.
4227 (mips_linux_watch_type_to_irw): Likewise.
4228 (mips_linux_stopped_data_address, fill_mask): Likewise.
4229 (mips_linux_watch_try_one_watch): Likewise.
4230 (mips_linux_watch_populate_regs): Likewise.
4231
4232 2013-07-27 Yao Qi <yao@codesourcery.com>
4233
4234 * mips-linux-nat.c (get_irw_mask): Rename to ...
4235 (mips_linux_watch_get_irw_mask): ... this. Rename parameter
4236 'set' to 'n'. Update function comment. All callers changed.
4237 (get_reg_mask): Rename parameter 'set' to 'n'. Update
4238 function comment. All callers changed.
4239 (get_num_valid): Rename to ...
4240 (mips_linux_watch_get_num_valid): ... this. Rename parameter
4241 'set' to 'n'. Update function comment. All callers changed.
4242 (get_watchlo): Rename to ...
4243 (mips_linux_watch_get_watchlo): ... this. Rename parameter
4244 'set' to 'n'. Update function comment. All callers changed.
4245 (set_watchlo): Rename to ...
4246 (mips_linux_watch_set_watchlo): ... this. Rename parameter
4247 'set' to 'n'. Update function comment. All callers changed.
4248 (get_watchhi): Rename to ...
4249 (mips_linux_watch_get_watchhi): ... this. Update function
4250 comment. All callers changed.
4251 (set_watchhi): Rename to ...
4252 (mips_linux_watch_set_watchhi): ... this. Update function
4253 comment. All callers changed.
4254 (mips_linux_read_watch_registers): Update function comment.
4255 Add new parameters 'lwpid', 'watch_readback', and
4256 'watch_readback_valid'. Update.
4257 (type_to_irw): Rename to ...
4258 (mips_linux_watch_type_to_irw): ... this. Update function
4259 comment. All callers changed.
4260 (fill_mask): Update function comment.
4261 (try_one_watch): Rename to ...
4262 (mips_linux_watch_try_one_watch): ... this. Change the type
4263 of parameter 'irw' from 'unsigned' to 'uint32_t'.
4264 (populate_regs_from_watches): Rename to ...
4265 (mips_linux_watch_populate_regs): ... this. Add parameter
4266 'current_watches'. All callers changed.
4267
4268 2013-07-27 Yao Qi <yao@codesourcery.com>
4269
4270 * mips-linux-nat.c (MAX_DEBUG_REGISTER): Move it earlier in
4271 the code.
4272 (PTRACE_SET_WATCH_REGS, enum pt_watch_style): Remove.
4273 (struct mips32_watch_regs, struct mips64_watch_regs): Remove.
4274 (struct pt_watch_regs): Likewise.
4275 [!PTRACE_GET_WATCH_REGS] (PTRACE_SET_WATCH_REGS): New macro.
4276 [!PTRACE_GET_WATCH_REGS] (enum pt_watch_style): New.
4277 [!PTRACE_GET_WATCH_REGS] (struct mips32_watch_regs): New.
4278 [!PTRACE_GET_WATCH_REGS] (struct mips64_watch_regs): New.
4279 [!PTRACE_GET_WATCH_REGS] (struct pt_watch_regs): New.
4280
4281 2013-07-27 Yao Qi <yao@codesourcery.com>
4282
4283 * breakpoint.h: Include break-common.h.
4284 (enum target_hw_bp_type): Move to ...
4285 * common/break-common.h: ... here. New.
4286
4287 2013-07-26 Cyril Nikolaev <cyril@nichtverstehen.de>
4288
4289 * inflow.c (terminal_init_inferior_with_pgrp): Save inferior
4290 process group regardless of having tty on stdin.
4291
4292 2013-07-25 Doug Evans <dje@google.com>
4293
4294 * linux-fork.h (detach_fork): Delete.
4295
4296 2013-07-25 Tom Tromey <tromey@redhat.com>
4297
4298 PR remote/15256, PR remote/15266:
4299 * bfd-target.c (target_bfd_reopen): Initialize to_magic.
4300 * monitor.c (monitor_detach): Use unpush_target.
4301 * remote-m32r-sdi.c (m32r_detach): Use unpush_target.
4302 * remote-mips.c (mips_detach): Use unpush_target. Don't
4303 call mips_close.
4304 * remote-sim.c (gdbsim_detach): Use unpush_target.
4305 * target.c (pop_target): Remove.
4306 (pop_all_targets_above): Don't call target_close.
4307 (target_close): Assert that the target is unpushed.
4308 * target.h (pop_target): Don't declare.
4309 * tracepoint.c (tfile_open): Use unpush_target.
4310
4311 2013-07-25 Tom Tromey <tromey@redhat.com>
4312
4313 * linux-thread-db.c (init_thread_db_ops): Call
4314 complete_target_initialization.
4315 (_initialize_thread_db): Don't call add_target.
4316 * target.c (complete_target_initialization): New function.
4317 (add_target_with_completer): Call it.
4318 * target.h (complete_target_initialization): Declare.
4319
4320 2013-07-25 Mark Kettenis <kettenis@gnu.org>
4321
4322 * hppa-tdep.h (enum hppa_regnum): Add members for all space registers.
4323 * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Add comment.
4324 (HPPANBSD_SIZEOF_GREGS): New define.
4325 (hppaobsd_supply_gregset): Handle additional registers.
4326 * hppabsd-nat.c (hppabsd_gregset_supplies_p): Adjust to indicate
4327 we provide more registers now.
4328 (hppabsd_supply_gregset): Supply additional registers.
4329 (hppabsd_collect_gregset): Collect additional registers.
4330
4331 2013-07-25 Mark Kettenis <kettenis@gnu.org>
4332
4333 * hppabsd-tdep.c: Include "dwarf2-frame.h".
4334 (hppabsd_dwarf2_frame_init_reg): New function.
4335 (hppabsd_init_abi): Hook in the DWARF CFI frame unwinder.
4336
4337 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
4338
4339 * mi/mi-main.c (output_register): Make MI 'r' format use standard
4340 'z' format code. Remove error for optimized out values, standard
4341 code will handle these fine.
4342
4343 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
4344
4345 * NEWS: Mention new 'z' formatter.
4346 * printcmd.c (print_scalar_formatted): Add new 'z' formatter.
4347 (_initialize_printcmd): Mention 'z' formatter in help text of the
4348 'x' command.
4349
4350 2013-07-24 Maciej W. Rozycki <macro@codesourcery.com>
4351
4352 * mips-tdep.c (micromips_deal_with_atomic_sequence): Correct
4353 formatting.
4354
4355 2013-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
4356
4357 * breakpoint.c (create_longjmp_master_breakpoint): Check if probe
4358 interface can evaluate arguments. Fallback to the old mode if it
4359 cannot.
4360 (create_exception_master_breakpoint): Likewise.
4361 * elfread.c (elf_can_evaluate_probe_arguments): New function.
4362 (struct sym_probe_fns elf_probe_fns): Export function above to the
4363 probe interface.
4364 * probe.c (can_evaluate_probe_arguments): New function.
4365 * probe.h (struct probe_ops) <can_evaluate_probe_arguments>: New
4366 function pointer.
4367 (can_evaluate_probe_arguments): New function prototype.
4368 * solib-svr4.c (svr4_create_solib_event_breakpoints): Check if
4369 probe interface can evaluate arguments. Fallback to the old mode
4370 if it cannot.
4371 * stap-probe.c (stap_get_probe_argument_count): Check if probe
4372 interface can evaluate arguments. Warning the user if it cannot.
4373 (stap_can_evaluate_probe_arguments): New function.
4374 (struct probe_ops stap_probe_ops): Export function above to the
4375 probe interface.
4376 * symfile.h (struct sym_probe_fns) <can_evaluate_probe_arguments>:
4377 New function pointer.
4378
4379 2013-07-24 Luis Machado <lgustavo@codesourcery.com>
4380
4381 * Makefile.in (SFILES): Add common/target-common.c.
4382 Add common/target-common.h to headers.
4383 (COMMON_OBS): Add target-common.o.
4384 (target-common.o): New target.
4385 * linux-nat.h (resume_kind): Move to common/target-common.h.
4386 * target.c (target_waitstatus_to_string): Move to
4387 common/target-common.c.
4388 * target.h: Include target-common.h.
4389 (target_waitkind): Move to common/target-common.h.
4390 (target_waitstatus): Likewise.
4391 (TARGET_WNOHANG): Likewise.
4392 * common/target-common.c: New file.
4393 * common/target-common.h: New file.
4394
4395 2013-07-24 Doug Evans <dje@google.com>
4396
4397 * dwarf2read.c (lookup_dwo_cutu): Change missing DWO complaint to
4398 a warning.
4399
4400 2013-07-23 Yao Qi <yao@codesourcery.com>
4401
4402 * i386-tdep.c (i386_in_stack_tramp_p): Remove unused
4403 parameter 'gdbarch'.
4404 (i386_stack_tramp_frame_sniffer): Caller update.
4405 * i386-linux-tdep.c (i386_linux_core_read_xcr0): Remove
4406 parameter 'gdbarch' and 'target'.
4407 (i386_linux_core_read_description): Caller update.
4408 * amd64-linux-tdep.c (amd64_linux_core_read_description):
4409 Likewise.
4410 * i386-linux-tdep.h (i386_linux_core_read_xcr0): Update
4411 declaration.
4412
4413 2013-07-23 Tom Tromey <tromey@redhat.com>
4414
4415 * dwarf2read.c (init_cutu_and_read_dies): Revert patch from
4416 2013-07-22.
4417
4418 2013-07-22 Doug Evans <dje@google.com>
4419
4420 * exec.h (remove_target_sections): Delete arg abfd.
4421 * exec.c (exec_close): Update call to remove_target_sections.
4422 (remove_target_sections): Delete arg abfd.
4423 * solib.c (update_solib_list): Ditto.
4424 (reload_shared_libraries_1): Ditto.
4425 (clear_solib): Ditto, and unconditionally call remove_target_sections.
4426 * target.h (struct target_section): Rename key to owner.
4427 All uses updated.
4428
4429 2013-07-22 Tom Tromey <tromey@redhat.com>
4430
4431 * solib-som.c (som_open_symbol_file_object): Call do_cleanups.
4432
4433 2013-07-22 Tom Tromey <tromey@redhat.com>
4434
4435 * dwarf2read.c (init_cutu_and_read_dies): Remove 'free_cu_cleanup'.
4436 Simplify cleanup handling.
4437
4438 2013-07-22 Tom Tromey <tromey@redhat.com>
4439
4440 * dwarf2read.c (dwarf_decode_line_header): Call do_cleanups
4441 on all return paths.
4442
4443 2013-07-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4444
4445 * ppc-linux-nat.c (PPC_DEBUG_FEATURE_DATA_BP_DAWR): New define.
4446 (ppc_linux_region_ok_for_hw_watchpoint): Add checking to use the new
4447 DAWR interface for longer ranges hardware watchpoint (up to 512 bytes).
4448
4449 2013-07-22 Phil Muldoon <pmuldoon@redhat.com>
4450
4451 * top.c (print_gdb_version): Add help, apropos description and
4452 url to online documentation.
4453
4454 2013-07-19 Hui Zhu <hui@codesourcery.com>
4455
4456 PR gdb/15692
4457 * mi/mi-cmd-break.c (mi_argv_to_format): Handle double quotes.
4458
4459 2013-07-19 Yao Qi <yao@codesourcery.com>
4460
4461 * target.c (update_current_target): Change the default action
4462 of 'to_traceframe_info' from tcomplain to return_zero.
4463 * target.h (struct target_ops) <to_traceframe_info>: Add more
4464 comments.
4465 * valops.c (read_value_memory): Call
4466 traceframe_available_memory unconditionally.
4467
4468 2013-07-18 Yao Qi <yao@codesourcery.com>
4469
4470 * coffread.c (coff_symfile_read): Iterate over minimal symbols,
4471 if the name is prefixed by "__imp_" or "_imp_", look for minimal
4472 symbol without prefix. If found, set its type to
4473 'mst_solib_trampoline'.
4474
4475 2013-07-17 Doug Evans <dje@google.com>
4476
4477 * NEWS: Mention "set print raw frame-arguments".
4478 * gdbcmd.h (setprintrawlist, showprintrawlist): Declare.
4479 * stack.c (print_raw_frame_arguments): New static global.
4480 (print_frame_arg): Set opts.raw from print_raw_frame_arguments.
4481 (_initialize_stack): New command "set/show print raw frame-arguments".
4482 * valprint.c (setprintrawlist, showprintrawlist): New globals.
4483 (set_print_raw, show_print_raw): New functions.
4484 (_initialize_valprint): New prefix command "set/show print raw".
4485 * valprint.h (value_print_options): Improve comments.
4486
4487 * cli/cli-cmds.c (init_cmd_lists): Delete unnecessary initialization
4488 of all *list variables.
4489
4490 * gdbcmd.h (togglelist): Delete.
4491 * cli/cli-cmds.c (togglelist): Delete.
4492 (init_cmd_lists): Update.
4493 * cli/cli-cmds.h (togglelist): Delete.
4494
4495 2013-07-17 Tom Tromey <tromey@redhat.com>
4496
4497 * dwarf2read.c (dwarf2_per_objfile_free): Clear
4498 dwarf2_per_objfile.
4499
4500 2013-07-16 Doug Evans <dje@google.com>
4501
4502 * nto-tdep.c (nto_relocate_section_addresses): Update,
4503 target_section.bfd deleted.
4504 * ppc64-tdep.c (ppc64_convert_from_func_ptr_addr): Ditto.
4505 * s390-tdep.c (s390_load): Ditto.
4506 * solib-aix.c (solib_aix_relocate_section_addresses): Ditto.
4507
4508 2013-07-16 Andrew Burgess <aburgess@broadcom.com>
4509
4510 * common/format.c (parse_format_string): Add checks for NULL
4511 character before calling strchr.
4512
4513 2013-07-16 Doug Evans <dje@google.com>
4514
4515 * solist.h (target_so_ops.find_and_open_solib): Clarify usage of
4516 temp_pathname argument.
4517 * nto-tdep.c (nto_find_and_open_solib): Fix setting of temp_pathname
4518 when opening the file fails.
4519
4520 * target.h (struct target_section): Delete member bfd.
4521 All users updated to use the_bfd_section->owner instead.
4522 * exec.c (add_to_section_table): Assert bfd is expected value.
4523 Remove initialization of target_section.bfd.
4524 (remove_target_sections): Update.
4525 (section_table_available_memory): Update.
4526 (section_table_xfer_memory_partial): Update.
4527 (print_section_info): Update.
4528 (exec_set_section_address): Update.
4529 * record-full.c (record_full_core_xfer_partial): Update.
4530 * solib-svr4.c (svr4_relocate_section_addresses): Update.
4531 * solib-target.c (solib_target_relocate_section_addresses): Update.
4532 * symfile.c (build_section_addr_info_from_section_table): Update.
4533 * target.c (memory_xfer_live_readonly_partial): Update.
4534 (memory_xfer_partial_1): Update.
4535
4536 2013-07-15 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4537
4538 * ppc-linux-nat.c: Since the new PowerPC specific ptrace interface is
4539 now available for embedded (BookE) and server (BookS) processors,
4540 correct mentions of 'booke' and adjust comments accordingly in order to
4541 avoid confusion. Rename struct 'booke_debug_info' to 'hwdebug_info'.
4542 (have_ptrace_booke_interface): Rename function and variable
4543 'have_ptrace_booke_interface' to 'have_ptrace_hwdebug_interface'.
4544 Rename struct 'booke_debug_info' to 'hwdebug_info'. Update all uses.
4545 (booke_cmp_hw_point): Rename function 'booke_cmp_hw_point' to
4546 'hwdebug_point_cmp'. Update all uses.
4547 (booke_find_thread_points_by_tid): Rename function
4548 'booke_find_thread_points_by_tid' to
4549 'hwdebug_find_thread_points_by_tid'. Update all uses.
4550 (booke_insert_point): Rename function 'booke_insert_point' to
4551 'hwdebug_insert_point'. Update all uses.
4552 (booke_remove_point): Rename function 'booke_remove_point' to
4553 'hwdebug_remove_point'. Update all uses.
4554
4555 2013-07-15 Maciej W. Rozycki <macro@codesourcery.com>
4556
4557 * mips-tdep.c (mips_gdbarch_init): Replace hardcoded magic
4558 numbers with enum values.
4559
4560 2013-07-15 Ali Anwar <ali_anwar@codesourcery.com>
4561
4562 PR threads/13217
4563 * thread.c (thread_apply_all_command): Check for valid threads
4564 and thread count.
4565 (thread_array_cleanup): New struct.
4566 (set_thread_refcount): New function.
4567
4568 2013-07-11 Andrew Burgess <aburgess@broadcom.com>
4569
4570 * infcmd.c (default_print_one_register_info): Reuse function
4571 print_hex_chars.
4572
4573 2013-07-10 Tom Tromey <tromey@redhat.com>
4574
4575 * Makefile.in (GDB_WARN_CFLAGS_NO_DEFS, ADA_EXP_C): New macros.
4576 (ada-exp.o): New target.
4577
4578 2013-07-10 Sergio Durigan Junior <sergiodj@redhat.com>
4579
4580 * mt-tdep.c (mt_registers_info): Call
4581 get_no_prettyformat_print_options instead of
4582 get_raw_print_options (regression by last patch from Doug
4583 Evans).
4584
4585 2013-07-09 Pedro Alves <palves@redhat.com>
4586
4587 Checked in by Joel Brobecker <brobecker@adacore.com>.
4588 * ada-lang.c (coerce_unspec_val_to_type): Use
4589 value_optimized_out_const.
4590 * value.c (value_optimized_out_const): New function.
4591 * value.h (value_optimized_out_const): New declaration.
4592
4593 2013-07-09 Doug Evans <dje@google.com>
4594
4595 * defs.h (enum val_prettyformat): Renamed from val_prettyprint.
4596 Enum values rename as well. All uses updated.
4597 * valprint.h (value_print_options): Rename member pretty to
4598 pretty format. Rename member prettyprint_arrays to
4599 prettyformat_arrays. Rename member prettyprint_structs to
4600 prettyformat_structs. All uses updated.
4601 (get_no_prettyformat_print_options): Renamed from
4602 get_raw_print_options.
4603 * valprint.c (get_no_prettyformat_print_options): Renamed from
4604 get_raw_print_options. All callers updated.
4605 (show_prettyformat_structs): Renamed from show_prettyprint_structs.
4606 All callers updated.
4607 (show_prettyformat_arrays): Renamed from show_prettyprint_arrays.
4608 All callers updated.
4609 (_initialize_valprint): Improve help text for "set print pretty" and
4610 "set print arrays".
4611
4612 2013-07-09 Andrew Burgess <aburgess@broadcom.com>
4613
4614 * value.c (value_bits_valid): Revert previous change, and change
4615 by Pedro on 2013-07-04, due to regressions in
4616 gdb.dwarf2/implptr.exp and gdb.dwarf2/pieces.exp.
4617
4618 2013-07-08 Andrew Burgess <aburgess@broadcom.com>
4619 Pedro Alves <palves@redhat.com>
4620
4621 * value.c (value_bits_valid): If the value is not lval_computed
4622 or has no check validity handler then the answer is the
4623 optimized_out flag, otherwise defer to the handler.
4624
4625 2013-07-06 Eli Zaretskii <eliz@gnu.org>
4626
4627 * top.c (print_gdb_configuration): Explain in output of
4628 --configuration what does "relocatable" mean.
4629
4630 * main.c (print_gdb_help): Regroup options in the --help text.
4631 See http://sourceware.org/ml/gdb-patches/2013-04/msg00362.html for
4632 the relevant discussions.
4633
4634 2013-07-06 Yao Qi <yao@codesourcery.com>
4635
4636 * breakpoint.h (struct breakpoint_ops) <create_breakpoints_sal>:
4637 Remove parameter 'lsal'.
4638 * breakpoint.c (create_breakpoint): Move local variable 'lsal'
4639 to inner block. Caller update.
4640 (base_breakpoint_create_breakpoints_sal): Update.
4641 (bkpt_create_breakpoints_sal): Likewise.
4642 (tracepoint_create_breakpoints_sal): Likewise.
4643 (strace_marker_create_breakpoints_sal): Get 'lsal' from the
4644 element 0 of vector 'canonical->sals'.
4645
4646 2013-07-05 Luis Machado <lgustavo@codesourcery.com>
4647
4648 * rs6000-tdep.c (rs6000_stab_reg_to_regnum): Return the real
4649 register number instead of the pseudo register one.
4650 (rs6000_dwarf2_reg_to_regnum): Likewise.
4651
4652 2013-07-04 Pedro Alves <palves@redhat.com>
4653
4654 * findvar.c (value_of_register): Use allocate_optimized_out_value
4655 if the register has been optimized out, instead of
4656 set_value_optimized_out.
4657 * frame-unwind.c (frame_unwind_got_optimized): Use
4658 allocate_optimized_out_value.
4659
4660 2013-07-04 Pedro Alves <palves@redhat.com>
4661
4662 * value.c (value_bits_valid): If the value is not lval_computed,
4663 or doesn't have a check_validity hook, assume the value is entirely
4664 valid.
4665
4666 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
4667
4668 * stack.c (read_frame_arg): No longer fetch lazy values.
4669 * value.c (value_optimized_out): If the value is not already
4670 marked optimized out, and is lazy then fetch it.
4671 (value_primitive_field): Move optimized out check to later in the
4672 function, after we have loaded any lazy values.
4673 (value_fetch_lazy): Use optimized out flag directly rather than
4674 calling optimized_out method.
4675
4676 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
4677
4678 * valops.c: Don't include "user-regs.h".
4679 (value_fetch_lazy): Moved to value.c.
4680 * value.c: Include "user-regs.h".
4681 (value_fetch_lazy): Moved from valops.c.
4682
4683 2013-07-04 Yao Qi <yao@codesourcery.com>
4684
4685 Revert:
4686 2013-06-27 Yao Qi <yao@codesourcery.com>
4687
4688 * common/create-version.sh: Update comments. Handle the case
4689 that TARGET_ALIAS is empty.
4690
4691 2013-07-03 Pedro Alves <palves@redhat.com>
4692
4693 * Makefile.in (config.status): Depend on development.sh.
4694 (aclocal_m4_deps): Add libmcheck.m4.
4695 * acinclude.m4: Include libmcheck.m4.
4696 * configure.ac: Source development.sh instead of setting
4697 'development' here. --enable-libmcheck/--disable-libmcheck code
4698 factored out to GDB_AC_LIBMCHECK. Run it.
4699 * development.sh: New file.
4700 * libmcheck.m4: New file.
4701 * configure: Regenerate.
4702
4703 2013-07-02 Tom Tromey <tromey@redhat.com>
4704
4705 * contrib/ari/update-web-ari.sh: Update for version.in change.
4706
4707 2013-07-02 Tom Tromey <tromey@redhat.com>
4708
4709 * common/ptid.h: Comment fixes.
4710
4711 2013-07-01 Tom Tromey <tromey@redhat.com>
4712
4713 * dwarf2read.c (dwarf2_get_dwz_file): Return NULL if
4714 .gnu_debugaltlink not found. Use bfd_get_alt_debug_link_info.
4715 (dwarf2_read_index, create_all_comp_units): Update.
4716
4717 2013-07-01 Tom Tromey <tromey@redhat.com>
4718
4719 * configure.ac (build_warnings): Add -Wold-style-definition.
4720 * configure: Rebuild.
4721 * machoread.c (_initialize_machoread): Use "(void)".
4722 * macrocmd.c (macro_inform_no_debuginfo): Fix formatting;
4723 use "(void)".
4724
4725 2013-07-01 Tom Tromey <tromey@redhat.com>
4726
4727 * configure.ac (build_warnings): Add -Wold-style-declaration.
4728 * configure: Rebuild.
4729 * dsrec.c (make_srec): Use "static const", not "const static".
4730 * h8300-tdep.c (h8300_breakpoint_from_pc): Use "static const",
4731 not "const static".
4732 * mi/mi-parse.c (mi_no_values, mi_simple_values, mi_all_values):
4733 Use "static const", not "const static".
4734 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Use "static const",
4735 not "const static".
4736 * moxie-tdep.c (moxie_breakpoint_from_pc): Use "static const",
4737 not "const static".
4738 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Use "static const",
4739 not "const static".
4740 * v850-tdep.c (v850_breakpoint_from_pc): Use "static const",
4741 not "const static".
4742 (v850_dbtrap_breakpoint_from_pc): Likewise.
4743 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Use "static const",
4744 not "const static".
4745
4746 2013-07-01 Tom Tromey <tromey@redhat.com>
4747
4748 * configure.ac (build_warnings): Add -Wmissing-parameter-type.
4749 * configure: Rebuild.
4750
4751 2013-07-01 Pedro Alves <palves@redhat.com>
4752
4753 * defs.h: Include "pathmax.h".
4754 * utils.c: Don't include sys/param.h.
4755 (gdb_realpath): Remove code that checks for MAXPATHLEN.
4756 * solib-ia64-hpux.c (ia64_hpux_handle_load_event): Use PATH_MAX
4757 instead of MAXPATHLEN.
4758 * solib-sunos.c: Don't include sys/param.h.
4759 * xcoffread.c: Don't include sys/param.h.
4760 * bsd-kvm.c: Don't include sys/param.h.
4761 * darwin-nat.c: Don't include sys/param.h.
4762 (darwin_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
4763 * darwin-nat-info.c: Don't include sys/param.h.
4764 * fbsd-nat.c (fbsd_pid_to_exec_file): Use PATH_MAX instead of
4765 MAXPATHLEN.
4766 * i386obsd-nat.c: Don't include sys/param.h.
4767 * inf-child.c: Don't include sys/param.h.
4768 (inf_child_fileio_readlink): Use PATH_MAX instead of MAXPATHLEN.
4769 * linux-fork.c: Don't include sys/param.h.
4770 (fork_save_infrun_state): Use PATH_MAX instead of MAXPATHLEN.
4771 * linux-nat.c: Don't include sys/param.h.
4772 (linux_child_pid_to_exec_file, linux_proc_pending_signals)
4773 (linux_proc_pending_signals): Use PATH_MAX instead of MAXPATHLEN.
4774 * m68klinux-nat.c: Don't include sys/param.h.
4775 * nbsd-nat.c: Don't include sys/param.h.
4776 (nbsd_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
4777 * ppc-linux-nat.c: Don't include sys/param.h.
4778 * rs6000-nat.c: Don't include sys/param.h.
4779 * spu-linux-nat.c. Don't include sys/param.h.
4780 * windows-nat.c: Don't include sys/param.h.
4781 * xtensa-linux-nat.c: Don't include sys/param.h.
4782 * config/i386/nm-fbsd.h: Don't include sys/param.h.
4783
4784 2013-07-01 Pedro Alves <palves@redhat.com>
4785
4786 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add pathmax.
4787 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/pathmax.m4.
4788 * gnulib/aclocal.m4: Regenerate.
4789 * gnulib/config.in: Regenerate.
4790 * gnulib/configure: Regenerate.
4791 * gnulib/import/pathmax.h: New file.
4792 * gnulib/import/Makefile.am: Regenerate.
4793 * gnulib/import/Makefile.in: Regenerate.
4794 * gnulib/import/m4/gnulib-cache.m4: Regenerate.
4795 * gnulib/import/m4/gnulib-comp.m4: Regenerate.
4796 * gnulib/import/m4/pathmax.m4: New file.
4797
4798 2013-07-01 Pedro Alves <palves@redhat.com>
4799
4800 * configure.ac (GDBINIT): Define, depending on host.
4801 * go32-nat.c (init_go32_ops): Don't override gdbinit here.
4802 * top.c (PATH_MAX): Delete fallback definition.
4803 (GDBINIT_FILENAME): Delete.
4804 (gdbinit): Reimplement as const char array set to the GDBINIT
4805 string constant.
4806 * top.h (gdbinit): Make const.
4807 * configure, config.in: Regenerate.
4808
4809 2013-07-01 Pedro Alves <palves@redhat.com>
4810
4811 * cli/cli-cmds.c (source_script): Make 'file' parameter const.
4812 * cli/cli-cmds.h (source_script): Likewise.
4813 * exceptions.c (catch_command_errors_const): New function.
4814 * exceptions.h (catch_command_errors_const): Declare.
4815 * main.c (get_init_files): Make parameters const, and adjust.
4816 (captured_main): Make 'system_gdbinit', 'home_gdbinit' and
4817 'local_gdbinit' locals const. Adjust to use
4818 catch_command_errors_const.
4819 (print_gdb_help): Make 'system_gdbinit', 'home_gdbinit' and
4820 'local_gdbinit' locals const.
4821
4822 2013-07-01 Pedro Alves <palves@redhat.com>
4823
4824 * defs.h: Don't check HAVE_UNISTD_H before including <unistd.h>.
4825 (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Delete.
4826 * tracepoint.c: Don't check HAVE_UNISTD_H before including
4827 <unistd.h>.
4828
4829 2013-07-01 Pedro Alves <palves@redhat.com>
4830
4831 Import the "unistd" gnulib module.
4832 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add "unistd".
4833 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/off_t.m4,
4834 import/m4/ssize_t.m4, import/m4/sys_types_h.m4 and
4835 import/m4/unistd_h.m4.
4836 * gnulib/aclocal.m4: Renenerate.
4837 * gnulib/config.in: Renenerate.
4838 * gnulib/configure: Renenerate.
4839 * gnulib/import/Makefile.am: Renenerate.
4840 * gnulib/import/Makefile.in: Renenerate.
4841 * gnulib/import/m4/gnulib-cache.m4: Renenerate.
4842 * gnulib/import/m4/gnulib-comp.m4: Renenerate.
4843 * gnulib/import/m4/off_t.m4: New file.
4844 * gnulib/import/m4/ssize_t.m4: New file.
4845 * gnulib/import/m4/sys_types_h.m4: New file.
4846 * gnulib/import/m4/unistd_h.m4: New file.
4847 * gnulib/import/sys_types.in.h: New file.
4848 * gnulib/import/unistd.c: New file.
4849 * gnulib/import/unistd.in.h: New file.
4850
4851 2013-07-01 Pedro Alves <palves@redhat.com>
4852
4853 * utils.c <pathconf/_PC_PATH_MAX use>: Check if _PC_PATH_MAX is
4854 defined instead of checking HAVE_UNISTD_H.
4855
4856 2013-07-01 Pedro Alves <palves@redhat.com>
4857
4858 Reimport gnulib from scratch.
4859 * gnulib/Makefile.in (aclocal_m4_deps): Remove reference to
4860 import/m4/onceonly.m4.
4861 * gnulib/aclocal.m4: Renegerate.
4862 * gnulib/config.in: Renegerate.
4863 * gnulib/configure: Renegerate.
4864 * gnulib/import/Makefile.in: Renegerate.
4865 * gnulib/import/extra/update-copyright: Renegerate.
4866 * gnulib/import/m4/onceonly.m4: Delete.
4867
4868 2013-07-01 Pedro Alves <palves@redhat.com>
4869
4870 * tui/tui-regs.c (pagination_enabled): Delete declaration.
4871
4872 2013-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4873
4874 Code cleanup.
4875 * remote.c (async_remote_interrupt_twice): Make it static.
4876 * remote.h (async_remote_interrupt_twice): Remove the declaration.
4877
4878 2013-06-29 Sergio Durigan Junior <sergiodj@redhat.com>
4879
4880 * ia64-linux-tdep.c: Include <ctype.h>.
4881 (ia64_linux_stap_is_single_operand): New function.
4882 (ia64_linux_init_abi): Initialize SystemTap related attributes.
4883
4884 2013-06-28 Tom Tromey <tromey@redhat.com>
4885
4886 * Makefile.in (version.c): Use version.in, not
4887 common/version.in.
4888 * common/create-version.sh: Likewise.
4889 * common/version.in: Move...
4890 * version.in: ...here.
4891
4892 2013-06-28 Pedro Alves <palves@redhat.com>
4893
4894 * infrun.c (set_observer_mode): Don't declare pagination_enabled
4895 here.
4896 * utils.h (pagination_enabled): Declare.
4897
4898 2013-06-28 Pedro Alves <palves@redhat.com>
4899
4900 * infrun.c (non_stop, non_stop_1, set_non_stop, show_non_stop):
4901 Move higher up in file.
4902
4903 2013-06-28 Tom Tromey <tromey@redhat.com>
4904
4905 * tracepoint.c (deprecated_readline_begin_hook)
4906 (deprecated_readline_hook, deprecated_readline_end_hook): Don't
4907 declare.
4908
4909 2013-06-28 Pedro Alves <palves@redhat.com>
4910
4911 PR tui/14880
4912 * tui/tui-regs.c (tui_get_register): Fetch value contents before
4913 checking if they're available.
4914 * value.c (value_available_contents_eq): Change comment.
4915 * value.h (value_available_contents_eq): Expand comment.
4916
4917 2013-06-27 Tom Tromey <tromey@redhat.com>
4918
4919 * target.c (find_run_target): Remove.
4920 * target.h (find_run_target): Remove.
4921
4922 2013-06-27 Tom Tromey <tromey@redhat.com>
4923
4924 * corelow.c (core_gdbarch): Now static.
4925
4926 2013-06-27 Tom Tromey <tromey@redhat.com>
4927
4928 * target.c (target_struct_index): Remove.
4929
4930 2013-06-27 Pedro Alves <palves@redhat.com>
4931
4932 * infrun.c: Remove comment describing the 'stepping over runtime
4933 loader dynamic symbol resolution code' mechanism; moved to
4934 gdbint.texinfo.
4935
4936 2013-06-27 Pedro Alves <palves@redhat.com>
4937
4938 * exceptions.c (catch_command_errors): Remove spurious space.
4939 * exceptions.h (catch_command_errors): Second parameter is "arg",
4940 not "command".
4941
4942 2013-06-27 Yao Qi <yao@codesourcery.com>
4943
4944 * common/create-version.sh: Update comments. Handle the case
4945 that TARGET_ALIAS is empty.
4946
4947 2013-06-26 Pedro Alves <palves@redhat.com>
4948
4949 * infrun.c (SOLIB_IN_DYNAMIC_LINKER): Delete macro and describing
4950 comment.
4951
4952 2013-06-26 Pedro Alves <palves@redhat.com>
4953
4954 * infrun.c: Update comments on stepping over runtime loader
4955 dynamic symbol resolution code.
4956
4957 2013-06-26 Sergio Durigan Junior <sergiodj@redhat.com>
4958
4959 * ax-gdb.h (union exp_element): Forward declare.
4960 * parser-defs.h: Include expression.h.
4961
4962 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
4963
4964 * mips-tdep.c (fetch_mips_16): Use unmake_compact_addr.
4965
4966 2013-06-26 Dmitry Kozlov <ddk@codesourcery.com>
4967
4968 * tracepoint.c (trace_save): Extend tsave to save starttime, stoptime.
4969
4970 2013-06-26 Dmitry Kozlov <ddk@codesourcery.com>
4971
4972 Fix trace-status to output proper start-time and stop-time.
4973 * tracepoint.c (trace_status_command): Fix type of printf arg to
4974 prevent improper type conversion.
4975 (trace_status_mi): Likewise.
4976
4977 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
4978
4979 * mips-tdep.c (mips_next_pc): Fix a typo.
4980
4981 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
4982
4983 * mips-tdep.c (micromips_scan_prologue): Fix a typo.
4984
4985 2013-06-26 Pedro Alves <pedro@codesourcery.com>
4986 Yao Qi <yao@codesourcery.com>
4987
4988 * mi/mi-cmds.c (mi_cmds): Register -trace-frame-collected.
4989 * mi/mi-cmds.h (mi_cmd_trace_frame_collected): Declare.
4990 * mi/mi-main.c (print_variable_or_computed): New function.
4991 (mi_cmd_trace_frame_collected): New function.
4992 * tracepoint.c (find_trace_state_variable_by_number): New.
4993 (struct traceframe_info): Move to tracepoint.h
4994 (struct collection_list): Likewise.
4995 (do_collect_symbol): Include locals and arguments in the
4996 collected variables list.
4997 (clear_collection_list): Clear wholly collected variables list
4998 and computed variables list.
4999 (append_exp): New function.
5000 (encode_actions_1): Include variables in the wholly
5001 collected variables list. Include memory ranges and
5002 full-fledged expressions in the computed expressions list.
5003 (encode_actions): Move some code to ...
5004 Return the cleanup chain.
5005 (encode_actions_rsp): ... here. New function.
5006 (get_traceframe_location, get_traceframe_info): Remove static.
5007 * tracepoint.h (struct memrange): Moved from tracepoint.c.
5008 (struct collection_list): Moved from tracepoint.c. Add two
5009 new fields 'wholly_collected' and 'computed'.
5010 (find_trace_state_variable_by_number): Declare.
5011 (encode_actions): Adjust declaration.
5012 (encode_actions_rsp): Declare.
5013 (get_traceframe_info, get_traceframe_location): Declare.
5014
5015 * NEWS: Mention new MI command -trace-frame-collected.
5016
5017 2013-06-26 Pedro Alves <pedro@codesourcery.com>
5018 Yao Qi <yao@codesourcery.com>
5019
5020 * ctf.c (ctf_traceframe_info): Push trace state variables
5021 present in the trace data into the traceframe info object.
5022 * breakpoint.c (DEF_VEC_I): Remove.
5023 * common/filestuff.c (DEF_VEC_I): Likewise.
5024 * dwarf2loc.c (DEF_VEC_I): Likewise.
5025 * mi/mi-main.c (DEF_VEC_I): Likewise.
5026 * common/gdb_vecs.h (DEF_VEC_I): Define vector for int.
5027 * features/traceframe-info.dtd: Add tvar element and its
5028 attributes.
5029 * tracepoint.c (free_traceframe_info): Free vector 'tvars'.
5030 (build_traceframe_info): Push trace state variables present in
5031 the trace data into the traceframe info object.
5032 (traceframe_info_start_tvar): New function.
5033 (tvar_attributes): New.
5034 (traceframe_info_children): Add "tvar" element.
5035 * tracepoint.h (struct traceframe_info) <tvars>: New field.
5036
5037 * NEWS: Mention the change in GDB and GDBserver.
5038
5039 2013-06-26 Pedro Alves <pedro@codesourcery.com>
5040 Yao Qi <yao@codesourcery.com>
5041
5042 * tracepoint.c (trace_dump_command): Move code to ...
5043 (get_traceframe_location): ... here. New.
5044
5045 2013-06-26 Pedro Alves <pedro@codesourcery.com>
5046 Yao Qi <yao@codesourcery.com>
5047
5048 * tracepoint.c (trace_dump_command): GDB emits an error
5049 instead of a warning when a traceframe is not selected.
5050
5051 2013-06-26 Pedro Alves <pedro@codesourcery.com>
5052 Yao Qi <yao@codesourcery.com>
5053
5054 * tracepoint.c (tracepoint_list, stepping_list): Remove.
5055 (clear_collection_list): Free fields 'aexpre_list' and 'list'
5056 in collection_list.
5057 (do_clear_collection_list, init_collection_list): New.
5058 (encode_actions): Add local variables 'tracepoint_list' and
5059 'stepping_list'. Call init_collection_list and make cleanup
5060 which calls do_clear_collection_list. Don't call
5061 clear_collection_list.
5062 (_initialize_tracepoint): Delete references to
5063 'tracepoint_list' and 'stepping_list'.
5064
5065 2013-06-25 Tom Tromey <tromey@redhat.com>
5066
5067 * common/create-version.sh (date): Use "$", not "$$" in sed
5068 expression.
5069
5070 2013-06-25 Kevin Buettner <kevinb@redhat.com>
5071
5072 * NEWS (New targets): Add entry for TI MSP430.
5073
5074 2013-06-25 Yao Qi <yao@codesourcery.com>
5075
5076 * remote.c (remote_start_remote): Move code to upload tsv
5077 earlier.
5078
5079 2013-06-25 Yao Qi <yao@codesourcery.com>
5080 Hui Zhu <hui@codesourcery.com>
5081 Pedro Alves <palves@redhat.com>
5082
5083 PR breakpoints/15075
5084 PR breakpoints/15434
5085 * breakpoint.c (bpstat_stop_status): Call
5086 b->ops->after_condition_true.
5087 (update_dprintf_command_list): Don't append "continue" command
5088 to the command list of dprintf breakpoint.
5089 (base_breakpoint_after_condition_true): New function.
5090 (base_breakpoint_ops): Add base_breakpoint_after_condition_true.
5091 (dprintf_after_condition_true): New function.
5092 (initialize_breakpoint_ops): Set dprintf_after_condition_true.
5093 * breakpoint.h (breakpoint_ops): Add after_condition_true.
5094
5095 2013-06-24 Kevin Buettner <kevinb@redhat.com>
5096
5097 * Makefile.in (ALL_TARGET_OBS): Add msp430-tdep.o.
5098 (ALLDEPFILES): Add msp430-tdep.c.
5099 * configure.tgt (msp430*-*-elf): New target.
5100 * msp430-tdep.c: New file.
5101
5102 2013-06-24 Maciej W. Rozycki <macro@codesourcery.com>
5103
5104 * mips-tdep.c (mips_elf_make_msymbol_special): Handle MIPS16 and
5105 microMIPS synthetic symbols.
5106
5107 2013-06-24 Maciej W. Rozycki <macro@codesourcery.com>
5108
5109 * objfiles.h (pc_in_section): New prototype.
5110 (in_plt_section): Remove name argument, replace prototype with
5111 static inline function.
5112 * mips-tdep.h: Include "objfiles.h".
5113 (in_mips_stubs_section): New function.
5114 * hppa-tdep.h (gdbarch_tdep): Remove name argument of
5115 in_solib_call_trampoline member.
5116 (hppa_in_solib_call_trampoline): Remove name argument.
5117 * objfiles.c (pc_in_section): New function.
5118 (in_plt_section): Remove function.
5119 * mips-linux-tdep.c: Include "objfiles.h".
5120 (mips_linux_in_dynsym_stub): Call in_mips_stubs_section. Remove
5121 name argument. Return 1 rather than the low 16-bit halfword of
5122 any instruction examined.
5123 (mips_linux_in_dynsym_resolve_code): Update
5124 mips_linux_in_dynsym_stub call accordingly.
5125 * mips-tdep.c (mips_stub_frame_sniffer): Use in_mips_stubs_section
5126 rather than an equivalent hand-coded sequence.
5127 * hppa-hpux-tdep.c (in_opd_section): Remove function.
5128 (hppa32_hpux_in_solib_call_trampoline): Remove name argument.
5129 (hppa64_hpux_in_solib_call_trampoline): Likewise.
5130 (hppa64_hpux_find_global_pointer): Use pc_in_section rather than
5131 in_opd_section.
5132 * hppa-tdep.c (hppa_stub_unwind_sniffer): Remove name argument
5133 on call to tdep->in_solib_call_trampoline.
5134 (hppa_in_solib_call_trampoline): Remove name argument, update
5135 according to in_plt_section change.
5136 (hppa_skip_trampoline_code): Update according to in_plt_section
5137 change.
5138 * aarch64-tdep.c (aarch64_stub_unwind_sniffer): Likewise.
5139 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code):
5140 Likewise.
5141 * arm-tdep.c (arm_stub_unwind_sniffer): Likewise.
5142 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
5143 * hppabsd-tdep.c (hppabsd_find_global_pointer): Likewise.
5144 * nios2-tdep.c (nios2_stub_frame_sniffer): Likewise.
5145 * nto-tdep.c (nto_relocate_section_addresses): Likewise.
5146 * s390-tdep.c (s390_stub_frame_sniffer): Likewise.
5147 * sh-tdep.c (sh_stub_unwind_sniffer): Likewise.
5148 * solib-dsbt.c (dsbt_in_dynsym_resolve_code): Likewise.
5149 * solib-frv.c (frv_in_dynsym_resolve_code): Likewise.
5150 * solib-svr4.c (svr4_in_dynsym_resolve_code): Likewise.
5151 * solib-target.c (solib_target_in_dynsym_resolve_code): Likewise.
5152 * sparc-tdep.c (sparc_analyze_prologue): Likewise.
5153 * tic6x-tdep.c (tic6x_stub_unwind_sniffer): Likewise.
5154
5155 2013-06-24 Joel Brobecker <brobecker@adacore.com>
5156
5157 * common/create-version.sh: Fix expansion of $host_alias
5158 and $target_alias in generation of HOST_NAME and TARGET_NAME
5159 (resp.).
5160
5161 2013-06-24 Tom Tromey <tromey@redhat.com>
5162
5163 * common/create-version.sh: New file.
5164 * Makefile.in (version.c): Use bfd/version.h, common/version.in,
5165 create-version.sh.
5166 (HFILES_NO_SRCDIR): Use common/version.h.
5167 * version.in: Move to ...
5168 * common/version.in: ... here. Replace date with "DATE".
5169 * version.h: Move to ...
5170 * common/version.h: ... here.
5171
5172 2013-06-21 Joel Brobecker <brobecker@adacore.com>
5173
5174 * gdb/gnulib/Makefile.in: Update date in copyright header.
5175 * gdb/gnulib/configure.ac: Ditto.
5176 * gdb/gnulib/update-gnulib.sh: Ditto.
5177
5178 2013-06-21 Joel Brobecker <brobecker@adacore.com>
5179
5180 * copyright.py (EXCLUDE_LIST): Replace "gdb/gnulib" by
5181 "gdb/gnulib/import".
5182
5183 2013-06-21 Will Newton <will.newton@linaro.org>
5184
5185 * doublest.c (ldfrexp): Remove function.
5186 (convert_doublest_to_floatformat): Call frexpl instead of
5187 ldfrexp.
5188
5189 2013-06-21 Will Newton <will.newton@linaro.org>
5190
5191 * gnulib/update-gnulib.sh(IMPORTED_GNULIB_MODULES): Add frexpl.
5192 * gnulib/aclocal.m4: Regenerate.
5193 * gnulib/config.in: Regenerate.
5194 * gnulib/configure: Regenerate.
5195 * gnulib/import/Makefile.am: Update.
5196 * gnulib/import/Makefile.in: Update.
5197 * gnulib/import/m4/gnulib-cache.m4: Update.
5198 * gnulib/import/m4/gnulib-comp.m4: Update.
5199 * gnulib/import/float+.h: Import.
5200 * gnulib/import/float.c: Import.
5201 * gnulib/import/float.in.h: Import.
5202 * gnulib/import/fpucw.h: Import.
5203 * gnulib/import/frexp.c: Import.
5204 * gnulib/import/frexpl.c: Import.
5205 * gnulib/import/isnan.c: Import.
5206 * gnulib/import/isnand-nolibm.h: Import.
5207 * gnulib/import/isnand.c: Import.
5208 * gnulib/import/isnanl-nolibm.h: Import.
5209 * gnulib/import/isnanl.c: Import.
5210 * gnulib/import/itold.c: Import.
5211 * gnulib/import/m4/exponentd.m4: Import.
5212 * gnulib/import/m4/exponentl.m4: Import.
5213 * gnulib/import/m4/float_h.m4: Import.
5214 * gnulib/import/m4/fpieee.m4: Import.
5215 * gnulib/import/m4/frexp.m4: Import.
5216 * gnulib/import/m4/frexpl.m4: Import.
5217 * gnulib/import/m4/isnand.m4: Import.
5218 * gnulib/import/m4/isnanl.m4: Import.
5219 * gnulib/import/m4/math_h.m4: Import.
5220 * gnulib/import/math.c: Import.
5221 * gnulib/import/math.in.h: Import.
5222
5223 2013-06-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5224
5225 * common/linux-btrace.c (cpu_supports_btrace): Remove variable vendor,
5226 replace strcmp with signature_INTEL_ebx, signature_INTEL_ecx and
5227 signature_INTEL_edx comparisons.
5228
5229 2013-06-20 Doug Evans <dje@google.com>
5230
5231 symtab/15652
5232 * dwarf2read.c (try_open_dwop_file): New arg search_cwd.
5233 All callers updated.
5234 (open_dwp_file): If we can't find the dwp file, search the basename
5235 in debug-file-directory.
5236
5237 * dwarf2read.c (struct dwp_file): Fix comment.
5238 (open_and_init_dwp_file): Set dwp_file->name to bfd's file name.
5239
5240 * source.c (openp): Document OPF_TRY_CWD_FIRST+OPF_SEARCH_IN_PATH
5241 better.
5242
5243 2013-06-20 Yao Qi <yao@codesourcery.com>
5244
5245 * breakpoint.c (create_breakpoint): Fix code indentation.
5246
5247 2013-06-20 Yao Qi <yao@codesourcery.com>
5248
5249 * breakpoint.c (create_breakpoints_sal_default): Remove
5250 parameter 'lsal'. Update declaration.
5251 (bkpt_create_breakpoints_sal): Caller update.
5252 (tracepoint_create_breakpoints_sal): Likewise.
5253
5254 2013-06-20 Pedro Alves <pedro@codesourcery.com>
5255 Yao Qi <yao@codesourcery.com>
5256
5257 * NEWS: Mention the new option '--skip-unavailable' of command
5258 -data-list-register-values.
5259 * mi/mi-main.c (mi_cmd_data_list_register_values): Accept the
5260 --skip-unavailable option. Adjust to use output_register.
5261 (output_register): Add new 'skip_unavailable' parameter.
5262 Handle it.
5263
5264 2013-06-19 Mike Frysinger <vapier@gentoo.org>
5265
5266 * Makefile.in (HFILES_NO_SRCDIR): Add common/i386-cpuid.h and
5267 common/i386-gcc-cpuid.h.
5268 * common/i386-cpuid.h: New wrapper header around i386-gcc-cpuid.h.
5269 * common/i386-gcc-cpuid.h: Rename from testsuite/gdb.arch/i386-cpuid.h.
5270 Copy the latest version from upstream gcc.
5271 * common/linux-btrace.c: Include i386-cpuid.h.
5272 (intel_supports_btrace): Delete x86 ifdefs and replace inline asm with
5273 call to i386_cpuid.
5274 (cpu_supports_btrace): Likewise.
5275 * go32-nat.c: Include i386-cpuid.h.
5276 (go32_sysinfo): Add (disabled) calls to i386_cpuid with comments.
5277
5278 2013-06-19 Doug Evans <dje@google.com>
5279
5280 * symfile.c (symfile_bfd_open): Delete unnecessary declaration.
5281 (get_section_index): Ditto.
5282
5283 2013-06-19 Tom Tromey <tromey@redhat.com>
5284
5285 * breakpoint.c (_initialize_breakpoint): Remove trailing \n from
5286 "dprintf" help.
5287
5288 2013-06-18 Doug Evans <dje@google.com>
5289
5290 * dwarf2read.c (dw2_symtab_iter_next): Check value of cu_index
5291 before using it.
5292 (dw2_expand_symtabs_matching): Fix symbol kind validity check.
5293 Move test of cu_index closer to use. Print complaint if cu_index
5294 is bad.
5295
5296 2013-06-18 Joel Brobecker <brobecker@adacore.com>
5297
5298 * machoread.c (oso_vector): Delete this global.
5299 (macho_register_oso): Add new parameter "oso_vector_ptr".
5300 Use it instead of the "oso_vector" global.
5301 (macho_symtab_read, macho_symfile_read_all_oso): Likewise.
5302 (macho_symfile_read): Use a local oso_vector, to be free'ed
5303 at the end of this function, in place of the old "oso_vector"
5304 global. Update various function calls accordingly. Use one
5305 single cleanup chain for the entire function.
5306
5307 2013-06-18 Joel Brobecker <brobecker@adacore.com>
5308
5309 * dwarf2read.c (dwarf2_per_objfile_free): Replace uses of
5310 DWARF2_PER_OBJFILE by uses of DATA instead.
5311
5312 2013-06-18 Tom Tromey <tromey@redhat.com>
5313
5314 * break-catch-sig.c (signal_catchpoint_explains_signal): Add 'sig'
5315 argument.
5316 * breakpoint.c (bpstat_explains_signal): Add 'sig' argument.
5317 Special case signals other than GDB_SIGNAL_TRAP.
5318 (explains_signal_watchpoint): New function.
5319 (base_breakpoint_explains_signal): Add 'sig' argument.
5320 (initialize_breakpoint_ops): Set 'explains_signal' method for
5321 watchpoints.
5322 * breakpoint.h (struct breakpoint_ops) <explains_signal>: Add
5323 signal argument.
5324 (bpstat_explains_signal): Likewise.
5325 * infrun.c (handle_syscall_event, handle_inferior_event): Update.
5326
5327 2013-06-18 Tom Tromey <tromey@redhat.com>
5328
5329 * python/py-inferior.c (gdbpy_selected_inferior): Don't incref.
5330
5331 2013-06-18 Tom Tromey <tromey@redhat.com>
5332
5333 * python/python.c (finish_python_initialization): Decref
5334 'pythondir' on failure path as well.
5335
5336 2013-06-18 Tom Tromey <tromey@redhat.com>
5337
5338 PR symtab/15391:
5339 * dwarf2loc.c (read_pieced_value): Truncate this_size_bits
5340 after taking bits_to_skip into account. Sign extend byte_offset.
5341 * utils.h (gdb_sign_extend): Declare.
5342 * utils.c (gdb_sign_extend): New function.
5343
5344 2013-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5345
5346 * dwarf2read.c (write_psymtabs_to_index): Ignore NULL PSYMTAB.
5347
5348 2013-06-17 Pierre Muller <muller@sourceware.org>
5349
5350 * corelow.c (core_open): Print GDB signal name instead of target
5351 signal number.
5352
5353 2013-06-17 Mike Frysinger <vapier@gentoo.org>
5354
5355 * .gitignore: Add /gcore.
5356
5357 2013-06-13 Doug Evans <dje@google.com>
5358
5359 * dwarf2read.c (try_open_dwop_file): Work around behaviour of
5360 OPF_TRY_CWD_FIRST to not search path if the file contains a '/'.
5361
5362 2013-06-12 Phil Muldoon <pmuldoon@redhat.com>
5363
5364 * stack.c (backtrace_command_1): Fix indentation.
5365
5366 2013-06-11 Joel Brobecker <brobecker@adacore.com>
5367
5368 * window-nat.c (thread_rec): Add missing empty line after
5369 local variable declaration.
5370
5371 2013-06-11 Joel Brobecker <brobecker@adacore.com>
5372
5373 * windows-nat.c (thread_rec): Revert format used to print
5374 error code returned by SuspendThread from %d back to %u.
5375
5376 2013-06-11 Joel Brobecker <brobecker@adacore.com>
5377
5378 * windows-nat.c (windows_continue): Add "0x" prefix for thread
5379 ID in debug trace.
5380 (get_windows_debug_event): Likewise, for all debug traces.
5381
5382 2013-06-11 Joel Brobecker <brobecker@adacore.com>
5383
5384 * window-nat.c (thread_rec): Add thread ID in SuspendThread
5385 warning message.
5386
5387 2013-06-08 Pedro Alves <pedro@codesourcery.com>
5388 Yao Qi <yao@codesourcery.com>
5389
5390 * mi/mi-main.c (get_register): Remove declaration.
5391 (output_register): Declare.
5392 (mi_cmd_data_list_register_values): Remove local variable
5393 'tuple_cleanup'. Move some code into output_register.
5394 (get_register): Renamed to ...
5395 (output_register): ... this. Output the register's
5396 "number" ui_out tuple here.
5397
5398 2013-06-07 Pedro Alves <palves@redhat.com>
5399
5400 * darwin-nat.c: Fix formating in copyright header.
5401 * darwin-nat.h: Likewise.
5402 * gnu-nat.c: Likewise.
5403 * machoread.c: Likewise.
5404
5405 2013-06-07 Pedro Alves <palves@redhat.com>
5406
5407 PR server/14823
5408 * regformats/regdat.sh: Output #include tdesc.h. Make globals
5409 static. Output a global target description pointer.
5410 (init_registers_${name}): Adjust to initialize a
5411 target description structure.
5412
5413 2013-06-07 Will Newton <will.newton@linaro.org>
5414
5415 * printcmd.c (build_address_symbolic): Call
5416 gdbarch_addr_bits_remove for text minimal symbols.
5417
5418 2013-06-07 Will Newton <will.newton@linaro.org>
5419
5420 * MAINTAINERS: Add myself to Write After Approval.
5421
5422 2013-06-07 Yao Qi <yao@codesourcery.com>
5423
5424 * tracepoint.c (start_tracing): Move code to ...
5425 (trace_reset_local_state): ... here. New.
5426 (disconnect_tracing): Don't call set_current_traceframe,
5427 set_tracepoint_num, and set_traceframe_context. Call
5428 trace_reset_local_state instead.
5429 (tfile_close): Call trace_reset_local_state.
5430 * ctf.c (ctf_close): Likewise.
5431 * remote.c (remote_close): Likewise.
5432 * tracepoint.h (trace_reset_local_state): Declare.
5433
5434 2013-06-06 Doug Evans <dje@google.com>
5435
5436 * dwarf2read.c: Whitespace fixes for DWP file format documentation,
5437 and fix header docs.
5438
5439 2013-06-05 Doug Evans <dje@google.com>
5440 Keith Seitz <keiths@redhat.com>
5441
5442 PR 15519
5443 * cp-namespace.c (find_symbol_in_baseclass): Call
5444 cp_lookup_symbol_in_namespace instead of cp_lookup_symbol_namespace.
5445 Check result of call to lookup_symbol_static.
5446 Call lookup_static_symbol_aux unconditionally.
5447 Call check_typedef on base types before accessing them.
5448 (cp_lookup_nested_symbol): Fix comment.
5449
5450 2013-06-05 Luis Machado <lgustavo@codesourcery.com>
5451
5452 * gnu-v3-abi.c (gnuv3_skip_trampoline): Handle thunk
5453 minimal symbols pointing to function descriptors.
5454
5455 2013-06-05 Tom Tromey <tromey@redhat.com>
5456
5457 * python/py-utils.c (gdb_pymodule_addobject): Cast away const.
5458
5459 2013-06-04 Sergio Durigan Junior <sergiodj@redhat.com>
5460 Pedro Alves <palves@redhat.com>
5461
5462 * remote.c (remote_wait_as): Restore signal handler before returning
5463 when GDB gets a notification.
5464
5465 2013-06-04 Gary Benson <gbenson@redhat.com>
5466
5467 PR 2328
5468 * breakpoint.h (handle_solib_event): Moved function declaration
5469 to solib.h.
5470 * breakpoint.c (handle_solib_event): Moved function to solib.c.
5471 (bpstat_stop_status): Pass new argument to handle_solib_event.
5472 * solib.h (update_solib_breakpoints): New function declaration.
5473 (handle_solib_event): Moved function declaration from
5474 breakpoint.h.
5475 * solib.c (update_solib_breakpoints): New function.
5476 (handle_solib_event): Moved function from breakpoint.c.
5477 Updated to call solib_ops->handle_event if not NULL.
5478 * solist.h (target_so_ops): New fields "update_breakpoints" and
5479 "handle_event".
5480 * infrun.c (set_stop_on_solib_events): New function.
5481 (_initialize_infrun): Use the above for "set
5482 stop-on-solib-events".
5483 (handle_inferior_event): Pass new argument to handle_solib_event.
5484 * solib-svr4.c (probe.h): New include.
5485 (svr4_free_library_list): New forward declaration.
5486 (probe_action): New enum.
5487 (probe_info): New struct.
5488 (probe_info): New static variable.
5489 (NUM_PROBES): New definition.
5490 (svr4_info): New fields "using_xfer", "probes_table" and
5491 "solib_list".
5492 (free_probes_table): New function.
5493 (free_solib_list): New function.
5494 (svr4_pspace_data_cleanup): Free probes table and solib list.
5495 (svr4_copy_library_list): New function.
5496 (svr4_current_sos_via_xfer_libraries): New parameter "annex".
5497 (svr4_read_so_list): New parameter "prev_lm".
5498 (svr4_current_sos_direct): Renamed from "svr4_current_sos".
5499 (svr4_current_sos): New function.
5500 (probe_and_action): New struct.
5501 (hash_probe_and_action): New function.
5502 (equal_probe_and_action): Likewise.
5503 (register_solib_event_probe): Likewise.
5504 (solib_event_probe_at): Likewise.
5505 (solib_event_probe_action): Likewise.
5506 (solist_update_full): Likewise.
5507 (solist_update_incremental): Likewise.
5508 (disable_probes_interface_cleanup): Likewise.
5509 (svr4_handle_solib_event): Likewise.
5510 (svr4_update_solib_event_breakpoint): Likewise.
5511 (svr4_update_solib_event_breakpoints): Likewise.
5512 (svr4_create_solib_event_breakpoints): Likewise.
5513 (enable_break): Free probes table before creating breakpoints.
5514 Use svr4_create_solib_event_breakpoints to create breakpoints.
5515 (svr4_solib_create_inferior_hook): Free the solib list.
5516 (_initialize_svr4_solib): Initialise
5517 svr4_so_ops.handle_solib_event and svr4_so_ops.update_breakpoints.
5518
5519 2013-06-04 Gary Benson <gbenson@redhat.com>
5520
5521 * target.h (target_ops): New field
5522 "to_augmented_libraries_svr4_read".
5523 (target_augmented_libraries_svr4_read): New macro.
5524 * target.c (update_current_target): Handle
5525 to_augmented_libraries_svr4_read.
5526 * remote.c (remote_state): New field
5527 "augmented_libraries_svr4_read".
5528 (remote_augmented_libraries_svr4_read_feature): New function.
5529 (remote_protocol_features): Add entry for
5530 "augmented-libraries-svr4-read".
5531 (remote_augmented_libraries_svr4_read): New function.
5532 (init_remote_ops): Initialize
5533 remote_ops.to_augmented_libraries_svr4_read.
5534
5535 2013-06-04 Gary Benson <gbenson@redhat.com>
5536
5537 * NEWS: Update.
5538
5539 2013-06-04 Gary Benson <gbenson@redhat.com>
5540
5541 * objfiles.h (inhibit_section_map_updates): New function
5542 declaration.
5543 (resume_section_map_updates): Likewise.
5544 (resume_section_map_updates_cleanup): Likewise.
5545 * objfiles.c (objfile_pspace_info): Removed field
5546 "objfiles_changed_p". New fields "new_objfiles_available",
5547 "section_map_dirty" and "inhibit_updates".
5548 (allocate_objfile): Set new_objfiles_available.
5549 (free_objfile): Set section_map_dirty.
5550 (objfile_relocate1): Likewise.
5551 (in_plt_section): Likewise.
5552 (find_pc_section): Update the conditions under which the
5553 section map will be updated.
5554 (inhibit_section_map_updates): New function.
5555 (resume_section_map_updates): Likewise.
5556 (resume_section_map_updates_cleanup): Likewise.
5557
5558 2013-06-04 Gary Benson <gbenson@redhat.com>
5559
5560 * probe.h (get_probe_argument_count): New declaration.
5561 (evaluate_probe_argument): Likewise.
5562 * probe.c (get_probe_argument_count): New function.
5563 (evaluate_probe_argument): Likewise.
5564 (probe_safe_evaluate_at_pc): Use the above new functions.
5565
5566 2013-06-04 Alan Modra <amodra@gmail.com>
5567
5568 * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
5569 * rs6000-tdep.c (read_insn): Add frame param, don't assume big-endian.
5570 (ppc_insns_match_pattern): Add frame param. Avoid multiple
5571 target mem reads on optional insns.
5572 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Update
5573 ppc_insns_match_pattern calls.
5574 * ppc64-tdep.c (ppc64_standard_linkage2, ppc64_standard_linkage3):
5575 Add match for power7 thread safety insns, and new order of
5576 std 2,40(1) insn. Correct code shown for _dl_runtime_resolve
5577 invocation in comment, and update rest of comment.
5578 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN,
5579 PPC64_STANDARD_LINKAGE3_LEN): Delete.
5580 (ppc64_standard_linkage2_target): Update insn offsets.
5581 (ppc64_skip_trampoline_code): Use a single insn buffer. Match newer
5582 stubs first. Update calls.
5583
5584 2013-06-04 Yao Qi <yao@codesourcery.com>
5585
5586 * solib.c (solib_find): Don't need dir separator if path has
5587 drive spec.
5588
5589 2013-06-03 Joel Brobecker <brobecker@adacore.com>
5590
5591 Revert (indirectly causes a SIGSEGV):
5592 * machoread.c (macho_symfile_read): Assign first cleanup to
5593 'back_to'.
5594
5595 2013-06-03 Yao Qi <yao@codesourcery.com>
5596
5597 * mi/mi-cmd-var.c (mi_no_values, mi_simple_values): Move to
5598 mi-parse.c. Make them static.
5599 (mi_all_values): Likewise.
5600 (mi_parse_values_option): Move to mi-parse.c. Rename it to
5601 mi_parse_print_values. Make it external.
5602 * mi/mi-cmds.h (mi_no_values, mi_simple_values, mi_all_values):
5603 Remove the declarations.
5604 * mi/mi-parse.c (mi_parse_print_values): Moved from mi-cmd-var.c.
5605 * mi/mi-parse.h (mi_parse_print_values): Declare.
5606 * mi/mi-cmd-stack.c: Include mi-parse.h.
5607 (parse_print_values): Remove
5608 (mi_cmd_stack_list_locals): Call mi_parse_print_values instead
5609 of parse_print_values.
5610 (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Likewise.
5611
5612 2013-05-31 Pedro Alves <pedro@codesourcery.com>
5613 Yao Qi <yao@codesourcery.com>
5614
5615 * tracepoint.c (all_tracepoint_actions_and_cleanup): Declare.
5616 (encode_actions): Move code to ...
5617 (all_tracepoint_actions_and_cleanup): ... here. New.
5618 (trace_dump_command): Likewise.
5619
5620 2013-05-30 Tom Tromey <tromey@redhat.com>
5621
5622 * symmisc.c (maintenance_expand_symtabs): Call do_cleanups.
5623
5624 2013-05-30 Tom Tromey <tromey@redhat.com>
5625
5626 * xml-support.c (gdb_xml_create_parser_and_cleanup): Rename from
5627 gdb_xml_create_parser_and_cleanup_1. Return a cleanup. Remove
5628 'old_chain' argument. Add 'parser_result' argument.
5629 (gdb_xml_create_parser_and_cleanup): Remove old version.
5630 (gdb_xml_parse_quick): Update.
5631 (xml_process_xincludes): Update.
5632 * xml-support.h (gdb_xml_create_parser_and_cleanup): Don't
5633 declare.
5634
5635 2013-05-30 Tom Tromey <tromey@redhat.com>
5636
5637 * probe.c (collect_probes): Check arguments for NULL before
5638 calling compile_rx_or_error.
5639 * utils.c (compile_rx_or_error): Require 'rx' to be non-NULL.
5640 Remove NULL return.
5641
5642 2013-05-30 Tom Tromey <tromey@redhat.com>
5643
5644 * infrun.c (adjust_pc_after_break): Introduce an outer null
5645 cleanup.
5646
5647 2013-05-30 Tom Tromey <tromey@redhat.com>
5648
5649 * mi/mi-cmd-var.c (varobj_update_one): Add an outer null cleanup.
5650
5651 2013-05-30 Tom Tromey <tromey@redhat.com>
5652
5653 * cli/cli-script.c (read_command_lines_1): Use a null cleanup
5654 for 'old_chain'. Do not check 'head' before processing
5655 cleanups.
5656
5657 2013-05-30 Tom Tromey <tromey@redhat.com>
5658
5659 * mi/mi-cmd-stack.c (list_arg_or_local): Remove
5660 "cleanup_tuple".
5661
5662 2013-05-30 Tom Tromey <tromey@redhat.com>
5663
5664 * dbxread.c (dbx_read_symtab): Declare 'back_to' in a more
5665 inner scope. Unconditionally call do_cleanups.
5666
5667 2013-05-30 Tom Tromey <tromey@redhat.com>
5668
5669 * source.c (find_and_open_source): Call do_cleanups.
5670
5671 2013-05-30 Tom Tromey <tromey@redhat.com>
5672
5673 * linux-thread-db.c (thread_db_load_search): Unconditionally
5674 call do_cleanups.
5675
5676 2013-05-30 Tom Tromey <tromey@redhat.com>
5677
5678 * solib-aix.c (solib_aix_bfd_open): Don't use a null cleanup
5679 for 'cleanup'; instead use a later one.
5680
5681 2013-05-30 Tom Tromey <tromey@redhat.com>
5682
5683 * python/py-breakpoint.c (bppy_get_commands): Use
5684 explicit, unconditional return.
5685 * python/py-frame.c (frapy_read_var): Likewise.
5686 * python/python.c (gdbpy_decode_line): Likewise.
5687
5688 2013-05-30 Tom Tromey <tromey@redhat.com>
5689
5690 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Call
5691 do_cleanups on all return paths.
5692
5693 2013-05-30 Tom Tromey <tromey@redhat.com>
5694
5695 * top.c (execute_command): Discard 'cleanup_if_error' cleanups.
5696
5697 2013-05-30 Tom Tromey <tromey@redhat.com>
5698
5699 * stabsread.c (read_struct_type): Call do_cleanups along
5700 all return paths.
5701
5702 2013-05-30 Maciej W. Rozycki <macro@codesourcery.com>
5703
5704 * mips-linux-tdep.c: Adjust formatting throughout.
5705
5706 2013-05-30 Tom Tromey <tromey@redhat.com>
5707
5708 * mipsread.c (read_alphacoff_dynamic_symtab): Call do_cleanups
5709 along all return paths.
5710
5711 2013-05-30 Tom Tromey <tromey@redhat.com>
5712
5713 * symfile.c (find_separate_debug_file): Call do_cleanups
5714 along all return paths.
5715
5716 2013-05-30 Tom Tromey <tromey@redhat.com>
5717
5718 * symtab.c (search_symbols): Introduce a null cleanup for
5719 'retval_chain'.
5720
5721 2013-05-30 Tom Tromey <tromey@redhat.com>
5722
5723 * python/py-value.c (valpy_binop): Call do_cleanups before
5724 exiting loop.
5725
5726 2013-05-30 Tom Tromey <tromey@redhat.com>
5727
5728 * python/py-prettyprint.c (print_children): Remove extra
5729 do_cleanups call.
5730
5731 2013-05-30 Tom Tromey <tromey@redhat.com>
5732
5733 * python/py-frame.c (frapy_read_var): Call do_cleanups along
5734 all return paths.
5735
5736 2013-05-30 Tom Tromey <tromey@redhat.com>
5737
5738 * python/py-breakpoint.c (bppy_get_commands): Call do_cleanups
5739 along all return paths.
5740
5741 2013-05-30 Tom Tromey <tromey@redhat.com>
5742
5743 * cli/cli-logging.c (set_logging_redirect): Unconditionally
5744 call do_cleanups.
5745
5746 2013-05-30 Tom Tromey <tromey@redhat.com>
5747
5748 * varobj.c (c_value_of_root): Call do_cleanups along all
5749 return paths.
5750
5751 2013-05-30 Tom Tromey <tromey@redhat.com>
5752
5753 * tracepoint.c (trace_dump_command): Unconditionally call
5754 do_cleanups.
5755
5756 2013-05-30 Tom Tromey <tromey@redhat.com>
5757
5758 * breakpoint.c (output_thread_groups, parse_cmd_to_aexpr): Call
5759 do_cleanups earlier.
5760
5761 2013-05-30 Tom Tromey <tromey@redhat.com>
5762
5763 * machoread.c (macho_symfile_read): Assign first cleanup to
5764 'back_to'.
5765
5766 2013-05-30 Tom Tromey <tromey@redhat.com>
5767
5768 * m32r-rom.c (m32r_load): Call do_cleanups at all returns.
5769
5770 2013-05-30 Tom Tromey <tromey@redhat.com>
5771
5772 * mi/mi-main.c (list_available_thread_groups): Call do_cleanups.
5773
5774 2013-05-30 Tom Tromey <tromey@redhat.com>
5775
5776 * inf-ptrace.c (inf_ptrace_create_inferior): Unconditionally
5777 call discard_cleanups.
5778 (inf_ptrace_attach): Likewise.
5779
5780 2013-05-30 Tom Tromey <tromey@redhat.com>
5781
5782 * remote-mips.c (mips_exit_debug): Call do_cleanups on all
5783 return paths.
5784 (mips_initialize): Likewise.
5785 (common_open): Call do_cleanups.
5786
5787 2013-05-30 Tom Tromey <tromey@redhat.com>
5788
5789 * utils.c (internal_vproblem): Call do_cleanups.
5790
5791 2013-05-30 Tom Tromey <tromey@redhat.com>
5792
5793 * linespec.c (find_linespec_symbols): Don't reassign to 'cleanup'.
5794
5795 2013-05-30 Tom Tromey <tromey@redhat.com>
5796
5797 * cli/cli-script.c (setup_user_args): Don't return after error.
5798
5799 2013-05-30 Tom Tromey <tromey@redhat.com>
5800
5801 * somread.c (som_symtab_read): Call do_cleanups.
5802
5803 2013-05-30 Tom Tromey <tromey@redhat.com>
5804
5805 * printcmd.c (print_command_1): Unconditionally call do_cleanups.
5806
5807 2013-05-30 Tom Tromey <tromey@redhat.com>
5808
5809 * cli/cli-cmds.c (cd_command, alias_command): Call do_cleanups.
5810 * cli/cli-dump.c (restore_binary_file): Call do_cleanups.
5811 * interps.c (interpreter_exec_cmd): Call do_cleanups.
5812 * source.c (show_substitute_path_command): Call do_cleanups.
5813 (unset_substitute_path_command, set_substitute_path_command):
5814 Likewise.
5815 * symfile.c (load_command): Call do_cleanups.
5816
5817 2013-05-30 Tom Tromey <tromey@redhat.com>
5818
5819 * contrib/cleanup_check.py: New file.
5820 * contrib/gcc-with-excheck: Add option parsing.
5821
5822 2013-05-30 Joel Brobecker <brobecker@adacore.com>
5823
5824 * windows-nat.c (windows_delete_thread): Add missing space
5825 in cast expression.
5826
5827 2013-05-30 Hafiz Abid Qadeer <abidh@codesourcery.com>
5828
5829 * inferior.c (top level): Include tilde.h.
5830 (add_inferior_command): Call tilde_expand on the value of 'exec'
5831 argument.
5832
5833 2013-05-30 Pedro Alves <pedro@codesourcery.com>
5834 Yao Qi <yao@codesourcery.com>
5835
5836 * tracepoint.c (encode_actions_1): Remove parameter 't'.
5837 Caller update.
5838 (encode_actions): Likewise.
5839 * remote.c (remote_download_tracepoint): Caller update.
5840 * tracepoint.h (encode_actions): Update declaration.
5841
5842 2013-05-30 Pedro Alves <palves@redhat.com>
5843
5844 * python/python-internal.h (gdb_Py_DECREF): Cast OP to PyObject
5845 pointer.
5846
5847 2013-05-30 Yao Qi <yao@codesourcery.com>
5848
5849 * remote.c (remote_check_symbols): Remove unused parameter
5850 'objfile'.
5851 Declaration update.
5852 (remote_start_remote, remote_new_objfile): Caller update.
5853
5854 2013-05-30 Yao Qi <yao@codesourcery.com>
5855
5856 * mi/mi-cmds.c (mi_cmds): Define MI command
5857 '-exec-arguments' by macro DEF_MI_CMD_CLI_1 instead of
5858 DEF_MI_CMD_CLI.
5859
5860 2013-05-29 Pedro Alves <palves@redhat.com>
5861
5862 * remote.c (remote_insert_breakpoint, remote_remove_breakpoint)
5863 (remote_insert_watchpoint, remote_remove_watchpoint)
5864 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
5865 (remote_verify_memory, compare_sections_command)
5866 (remote_search_memory): Set the general process/thread on the
5867 remote side.
5868
5869 2013-05-29 Pedro Alves <palves@redhat.com>
5870
5871 * aarch64-tdep.c: Don't include "features/aarch64-without-fpu.c".
5872 (_initialize_aarch64_tdep): Don't call
5873 initialize_tdesc_aarch64_without_fpu.
5874 * features/Makefile (WHICH): Remove reference to
5875 aarch64-without-fpu.
5876 * features/aarch64-without-fpu.c: Delete file.
5877 * regformats/aarch64-without-fpu.dat: Delete file.
5878
5879 2013-05-28 Yao Qi <yao@codesourcery.com>
5880
5881 * tracepoint.c (stringify_collection_list): Remove parameter
5882 'string'.
5883 (encode_actions): Caller update. Remove local variables.
5884
5885 2013-05-24 Yao Qi <yao@codesourcery.com>
5886
5887 * tracepoint.c (TFILE_PID): Remove.
5888 (tfile_open): Don't add thread and inferior.
5889 (tfile_close): Don't set 'inferior_ptid'. Don't call
5890 exit_inferior_silent.
5891 (tfile_thread_alive): Remove.
5892 (init_tfile_ops): Don't set field 'to_thread_alive' of
5893 tfile_ops.
5894
5895 2013-05-23 Doug Evans <dje@google.com>
5896
5897 * contrib/cc-with-tweaks.sh (-p): Handle no dwo files.
5898
5899 2013-05-23 Pedro Alves <palves@redhat.com>
5900
5901 * common/filestuff.c [USE_WIN32API]: Define HAVE_SOCKETS.
5902 [HAVE_SYS_SOCKET_H]: Define HAVE_SOCKETS.
5903 (socket_mark_cloexec, gdb_socketpair_cloexec, gdb_socket_cloexec):
5904 Only define if HAVE_SOCKETS is defined.
5905 * configure.ac: Check for sys/socket.h.
5906 * config.in, configure: Regenerate.
5907
5908 2013-05-23 Pedro Alves <palves@redhat.com>
5909
5910 * dwarf2read.c (create_dwp_hash_table, create_dwo_in_dwp)
5911 (open_and_init_dwp_file): Use %s/pulongest instead of %u for
5912 printing uint32_t variables.
5913
5914 2013-05-23 Pedro Alves <palves@redhat.com>
5915
5916 * NEWS: Mention GDBserver range stepping support.
5917
5918 2013-05-23 Yao Qi <yao@codesourcery.com>
5919 Pedro Alves <palves@redhat.com>
5920
5921 * gdbthread.h (struct thread_control_state) <may_range_step>: New
5922 field.
5923 * infcmd.c (step_once, until_next_command): Enable range stepping.
5924 * infrun.c (displaced_step_prepare): Disable range stepping.
5925 (resume): Disable range stepping if stepping over a breakpoint or
5926 we have software watchpoints. If range stepping is enabled,
5927 assert the thread is in the stepping range.
5928 (clear_proceed_status_thread): Clear may_range_step.
5929 (handle_inferior_event): Disable range stepping as soon as we know
5930 the thread that hit the event. Re-enable it whenever we're going
5931 to step with a step range.
5932 * remote.c (struct vCont_action_support) <r>: New field.
5933 (use_range_stepping): New global.
5934 (remote_vcont_probe): Handle 'r' action.
5935 (append_resumption): Append an 'r' action if the thread may range
5936 step.
5937 (show_range_stepping): New function.
5938 (set_range_stepping): New function.
5939 (_initialize_remote): Call add_setshow_boolean_cmd to register the
5940 'set range-stepping' and 'show range-stepping' commands.
5941 * NEWS: Mention range stepping, the new vCont;r action, and the
5942 new "set/show range-stepping" commands.
5943
5944 2013-05-23 Yao Qi <yao@codesourcery.com>
5945 Pedro Alves <palves@redhat.com>
5946
5947 * remote.c (struct vCont_action_support): New struct.
5948 (struct remote_state) <support_vCont_t>: Remove field.
5949 <vCont_actions_support>: New field.
5950 (remote_vcont_probe, remote_stop_ns): Update.
5951
5952 2013-05-23 Yao Qi <yao@codesourcery.com>
5953 Pedro Alves <palves@redhat.com>
5954
5955 * gdbthread.h (pc_in_thread_step_range): New declaration.
5956 * thread.c (pc_in_thread_step_range): New function.
5957 * infrun.c (handle_inferior_event): Use it.
5958
5959 2013-05-23 Joel Brobecker <brobecker@adacore.com>
5960
5961 * mi/mi-cmd-break.c (mi_argv_to_format): Use xsnprintf instead
5962 of sprintf.
5963
5964 2013-05-22 Keith Seitz <keiths@redhat.com>
5965
5966 * ada-lang.c (is_known_support_routine): Add explicit free of
5967 'func_name' from find_frame_funname.
5968 (ada_unhandled_exception_name_addr_from_raise): Add cleanups
5969 for func_name from find_frame_funname.
5970 * python/py-frame.c (frapy_name): Add explicit free of
5971 'name' from find_frame_funname.
5972 * stack.c (find_frame_funname): Add comment explaining that
5973 funcp must be freed by the caller.
5974 Return copy of symbol names instead of pointers.
5975 (print_frame): Add a cleanup for 'funname' from
5976 find_frame_funname.
5977 * stack.h (find_frame_funname): Remove "const" from
5978 'funname' parameter.
5979
5980 2013-05-22 Tom Tromey <tromey@redhat.com>
5981
5982 PR c++/15401:
5983 * c-valprint.c (c_value_print): Use value_addr for
5984 references. Convert back to reference type with value_ref.
5985
5986 2013-05-22 Eli Zaretskii <eliz@gnu.org>
5987
5988 * windows-nat.c (handle_unload_dll): Don't call solib_add for the
5989 unloaded DLL, it will be done by handle_solib_event. See
5990 http://sourceware.org/ml/gdb-patches/2013-05/msg00713.html for the
5991 details.
5992
5993 2013-05-22 Phil Muldoon <pmuldoon@redhat.com>
5994
5995 * ui-out.c: Create typedef ui_out_level_p and define vector
5996 operations for that type.
5997 (struct ui_out): Use a vector instead of an array.
5998 (current_level): Return level from a vector.
5999 (push_level): Create a level in a vector.
6000 (pop_level): Delete a level in a vector.
6001 (ui_out_new): Create initial level zero level, and store in a
6002 vector.
6003 (ui_out_destroy): Add vector cleanup.
6004
6005 2013-05-22 Pedro Alves <palves@redhat.com>
6006
6007 * python/python-internal.h (gdb_Py_DECREF): Tag with
6008 "ARI: editCase function".
6009
6010 2013-05-21 Paul Pluzhnikov <ppluzhnikov@google.com>
6011
6012 * solib-svr4.c (svr4_free_so): Protect against NULL dereference.
6013
6014 2013-05-21 Pedro Alves <palves@redhat.com>
6015
6016 * python/py-prettyprint.c (apply_val_pretty_printer): Check
6017 whether PRINTER is NULL before installing a Py_DECREF cleanup.
6018 * python/py-utils.c (py_decref): Don't check for NULL before
6019 calling Py_DECREF.
6020
6021 2013-05-21 Pedro Alves <palves@redhat.com>
6022
6023 * python/py-utils.c (py_decref): Remove extra braces.
6024 (gdb_pymodule_addobject): Remove extra braces.
6025 * python-internal.h (gdb_Py_DECREF): New static inline function.
6026 (Py_DECREF): Redefine as calling gdb_Py_DECREF.
6027
6028 2013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6029
6030 * breakpoints.c (detach_breakpoints): Do not
6031 detach breakpoints locations with loc_type bp_loc_other.
6032
6033 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6034
6035 Workaround Python 2.6.
6036 * python/py-utils.c (gdb_pymodule_addobject): Wrap Py_DECREF into
6037 a block.
6038
6039 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6040
6041 Code cleanup: constification.
6042 * solib.c (solib_ops): Make return type and ops variable type const.
6043 (set_solib_ops): Make the new_ops parameter and ops variable const.
6044 (solib_find, solib_map_sections, clear_so, free_so, update_solib_list)
6045 (solib_add, solib_keep_data_in_core, clear_solib)
6046 (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
6047 (reload_shared_libraries, solib_global_lookup): Make the ops variable
6048 const.
6049 * solib.h (set_solib_ops): Make the new_ops parameter const.
6050
6051 2013-05-21 Joel Brobecker <brobecker@adacore.com>
6052
6053 * data-directory/Makefile.in (SYSTEM_GDBINIT_SRCDIR): New
6054 variable.
6055 (VPATH): Add SYSTEM_GDBINIT_SRCDIR.
6056 (SYSTEM_GDBINIT_DIR, SYSTEM_GDBINIT_INSTALL_DIR)
6057 (SYSTEM_GDBINIT_FILES): New variables.
6058 (all): Add stamp-system-gdbinit.
6059 (stamp-system-gdbinit): New rule.
6060 (clean-system-gdbinit, install-system-gdbinit)
6061 (uninstall-system-gdbinit): New rules. Make them .PHONY.
6062 (install-only): Add dependency on install-system-gdbinit.
6063 (uninstall): Add dependency on uninstall-system-gdbinit.
6064 (clean): Add dependency on clean-system-gdbinit.
6065 * system-gdbinit/elinos.py: New file.
6066 * system-gdbinit/wrs-linux.py: New file.
6067
6068 2013-05-21 Joel Brobecker <brobecker@adacore.com>
6069
6070 * ada-lang.c (old_renaming_is_invisible): Fix cleanup leak.
6071
6072 2013-05-21 Hui Zhu <hui@codesourcery.com>
6073
6074 * breakpoint.c (dprintf_breakpoint_ops): Remove its static.
6075 * breakpoint.h (dprintf_breakpoint_ops): Add extern.
6076 * mi/mi-cmd-break.c (ctype.h): New include.
6077 (gdb_obstack.h): New include.
6078 (mi_argv_to_format, mi_cmd_break_insert_1): New.
6079 (mi_cmd_break_insert): Call mi_cmd_break_insert_1.
6080 (mi_cmd_dprintf_insert): New.
6081 * mi/mi-cmds.c (mi_cmds): Add "dprintf-insert".
6082 * mi/mi-cmds.h (mi_cmd_dprintf_insert): New extern.
6083
6084 2013-05-20 Tom Tromey <tromey@redhat.com>
6085
6086 * python/py-prettyprint.c (search_pp_list): Decref 'attr'.
6087
6088 2013-05-20 Tom Tromey <tromey@redhat.com>
6089
6090 * python/py-value.c (valpy_get_dynamic_type): Simplify
6091 dynamic_type assignment. Use Py_XINCREF.
6092
6093 2013-05-20 Tom Tromey <tromey@redhat.com>
6094
6095 * python/py-type.c (typy_fields): Unconditionally decref 'r'.
6096
6097 2013-05-20 Tom Tromey <tromey@redhat.com>
6098
6099 * python/py-frame.c (frapy_older, frapy_newer, gdbpy_newest_frame)
6100 (gdbpy_selected_frame): Move object-construction code
6101 out of TRY_CATCH.
6102
6103 2013-05-20 Tom Tromey <tromey@redhat.com>
6104
6105 * python/py-arch.c (gdbpy_initialize_arch): Use
6106 gdb_pymodule_addobject.
6107 * python/py-block.c (gdbpy_initialize_blocks): Use
6108 gdb_pymodule_addobject.
6109 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Use
6110 gdb_pymodule_addobject.
6111 * python/py-cmd.c (gdbpy_initialize_breakpoints): Use
6112 gdb_pymodule_addobject.
6113 * python/py-event.c (gdbpy_initialize_event_generic): Use
6114 gdb_pymodule_addobject.
6115 * python/py-evtregistry.c (gdbpy_initialize_eventregistry): Use
6116 gdb_pymodule_addobject.
6117 * python/py-evts.c (add_new_registry): Use
6118 gdb_pymodule_addobject.
6119 (gdbpy_initialize_py_events): Likewise.
6120 * python/py-finishbreakpoint.c
6121 (gdbpy_initialize_finishbreakpoints): Use
6122 gdb_pymodule_addobject.
6123 * python/py-frame.c (gdbpy_initialize_frames): Use
6124 gdb_pymodule_addobject.
6125 * python/py-function.c (gdbpy_initialize_functions): Use
6126 gdb_pymodule_addobject.
6127 * python/py-inferior.c (gdbpy_initialize_inferior): Use
6128 gdb_pymodule_addobject.
6129 * python/py-infthread.c (gdbpy_initialize_thread): Use
6130 gdb_pymodule_addobject.
6131 * python/py-objfile.c (gdbpy_initialize_objfile): Use
6132 gdb_pymodule_addobject.
6133 * python/py-param.c (gdbpy_initialize_parameters): Use
6134 gdb_pymodule_addobject.
6135 * python/py-progspace.c (gdbpy_initialize_pspace): Use
6136 gdb_pymodule_addobject.
6137 * python/py-symbol.c (gdbpy_initialize_symbols): Use
6138 gdb_pymodule_addobject.
6139 * python/py-symtab.c (gdbpy_initialize_symtabs): Use
6140 gdb_pymodule_addobject.
6141 * python/py-type.c (gdbpy_initialize_types): Use
6142 gdb_pymodule_addobject.
6143 * python/py-utils.c (gdb_pymodule_addobject): New function.
6144 * python/py-value.c (gdbpy_initialize_values): Use
6145 gdb_pymodule_addobject.
6146 * python/python-internal.h (gdb_pymodule_addobject): Declare.
6147 * python/python.c (_initialize_python): Use
6148 gdb_pymodule_addobject.
6149
6150 2013-05-20 Tom Tromey <tromey@redhat.com>
6151
6152 * python/py-cmd.c (cmdpy_completer): Use explicit decref.
6153 * python/py-param.c (get_set_value, get_show_value): Use
6154 explicit decrefs.
6155 * python/python.c (start_type_printers, apply_type_printers):
6156 Use explicit decrefs.
6157
6158 2013-05-20 Tom Tromey <tromey@redhat.com>
6159
6160 * python/py-evts.c (gdbpy_initialize_py_events): Don't
6161 incref the module.
6162
6163 2013-05-20 Tom Tromey <tromey@redhat.com>
6164
6165 * python/python.c (gdbpy_run_events): Decref the result
6166 of PyObject_CallObject.
6167
6168 2013-05-20 Tom Tromey <tromey@redhat.com>
6169
6170 * python/py-symtab.c (set_sal): Use
6171 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION. Return -1 on error.
6172 (symtab_and_line_to_sal_object): Update.
6173
6174 2013-05-20 Tom Tromey <tromey@redhat.com>
6175
6176 * python/py-param.c (compute_enum_values): Decref 'item'.
6177
6178 2013-05-20 Tom Tromey <tromey@redhat.com>
6179
6180 * mi/mi-main.c: Include python-internal.h.
6181 (mi_cmd_list_features): Check gdb_python_initialized.
6182 * python/py-inferior.c (python_on_normal_stop, python_on_resume)
6183 (python_inferior_exit, python_new_objfile, add_thread_object)
6184 (delete_thread_object, py_free_inferior): Check
6185 gdb_python_initialized.
6186 * python/py-prettyprint.c (apply_val_pretty_printer): Check
6187 gdb_python_initialized.
6188 * python/py-type.c (save_objfile_types): Check
6189 gdb_python_initialized.
6190 * python/python-internal.h (gdb_python_initialized): Declare.
6191 * python/python.c (ensure_python_env): Throw exception if
6192 Python not initialized.
6193 (before_prompt_hook, source_python_script_for_objfile)
6194 (start_type_printers, apply_type_printers,
6195 free_type_printers): Check gdb_python_initialized.
6196 * varobj.c (varobj_get_display_hint)
6197 (dynamic_varobj_has_child_method, update_dynamic_varobj_children)
6198 (install_new_value_visualizer, varobj_set_visualizer)
6199 (value_get_print_value): Check gdb_python_initialized.
6200
6201 2013-05-20 Tom Tromey <tromey@redhat.com>
6202
6203 * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.
6204 Check errors.
6205 * python/py-auto-load.c (gdbpy_initialize_auto_load): Return 'int'.
6206 * python/py-block.c (gdbpy_initialize_blocks): Return 'int'.
6207 Check errors.
6208 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Return 'int'.
6209 Check errors.
6210 * python/py-cmd.c (gdbpy_initialize_commands): Return 'int'.
6211 Check errors.
6212 * python/py-event.c (gdbpy_initialize_event): Return 'int'.
6213 Check errors.
6214 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Change generated
6215 init function to return 'int'.
6216 * python/py-evtregistry.c (gdbpy_initialize_eventregistry):
6217 Return 'int'. Check errors.
6218 * python/py-evts.c (gdbpy_initialize_py_events): Return 'int'.
6219 Check errors.
6220 * python/py-finishbreakpoint.c (gdbpy_initialize_finishbreakpoints):
6221 Return 'int'. Check errors.
6222 * python/py-frame.c (gdbpy_initialize_frames): Return 'int'.
6223 Check errors.
6224 * python/py-function.c (gdbpy_initialize_functions): Return 'int'.
6225 Check errors.
6226 * python/py-gdb-readline.c (gdbpy_initialize_gdb_readline):
6227 Check errors.
6228 * python/py-inferior.c (gdbpy_initialize_inferior): Return 'int'.
6229 Check errors.
6230 * python/py-infthread.c (gdbpy_initialize_thread): Return 'int'.
6231 Check errors.
6232 * python/py-lazy-string.c (gdbpy_initialize_lazy_string): Return 'int'.
6233 Check errors.
6234 * python/py-objfile.c (gdbpy_initialize_objfile): Return 'int'.
6235 Check errors.
6236 * python/py-param.c (gdbpy_initialize_parameters): Return 'int'.
6237 Check errors.
6238 * python/py-progspace.c (gdbpy_initialize_pspace): Return 'int'.
6239 Check errors.
6240 * python/py-symbol.c (gdbpy_initialize_symbols): Return 'int'.
6241 Check errors.
6242 * python/py-symtab.c (gdbpy_initialize_symtabs): Return 'int'.
6243 Check errors.
6244 * python/py-type.c (gdbpy_initialize_types): Return 'int'.
6245 Check errors.
6246 * python/py-value.c (gdbpy_initialize_values): Return 'int'.
6247 Check errors.
6248 * python/python-internal.h (gdbpy_initialize_auto_load,
6249 gdbpy_initialize_values, gdbpy_initialize_frames,
6250 gdbpy_initialize_symtabs, gdbpy_initialize_commands,
6251 gdbpy_initialize_symbols, gdbpy_initialize_symtabs,
6252 gdbpy_initialize_blocks, gdbpy_initialize_types,
6253 gdbpy_initialize_functions, gdbpy_initialize_pspace,
6254 gdbpy_initialize_objfile, gdbpy_initialize_breakpoints,
6255 gdbpy_initialize_finishbreakpoints,
6256 gdbpy_initialize_lazy_string, gdbpy_initialize_parameters,
6257 gdbpy_initialize_thread, gdbpy_initialize_inferior,
6258 gdbpy_initialize_eventregistry, gdbpy_initialize_event,
6259 gdbpy_initialize_py_events, gdbpy_initialize_stop_event,
6260 gdbpy_initialize_signal_event,
6261 gdbpy_initialize_breakpoint_event,
6262 gdbpy_initialize_continue_event,
6263 gdbpy_initialize_exited_event, gdbpy_initialize_thread_event,
6264 gdbpy_initialize_new_objfile_event, gdbpy_initialize_arch):
6265 Update. Use CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
6266 * python/python.c (gdb_python_initialized): New global.
6267 (gdbpy_initialize_events): Return 'int'. Check errors.
6268 (_initialize_python): Check errors. Set
6269 gdb_python_initialized.
6270
6271 2013-05-20 Tom Tromey <tromey@redhat.com>
6272
6273 * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope):
6274 Decref the reslut of PyObject_CallMethod.
6275
6276 2013-05-20 Tom Tromey <tromey@redhat.com>
6277
6278 * python/py-event.c (gdbpy_initialize_event_generic): Return
6279 early if PyType_Ready fails.
6280
6281 2013-05-20 Tom Tromey <tromey@redhat.com>
6282
6283 * python/py-type.c (make_fielditem): Add gdb_assert_not_reached
6284 as 'default' in the switch.
6285
6286 2013-05-20 Tom Tromey <tromey@redhat.com>
6287
6288 * python/py-inferior.c (gdbpy_inferiors): Update. Hoist
6289 get_addr_from_python calls out of TRY_CATCH.
6290 (infpy_write_memory, infpy_search_memory): Likewise.
6291 * python/py-utils.c (get_addr_from_python): Return negative
6292 value on error. Use TRY_CATCH.
6293 * python/python-internal.h (get_addr_from_python): Use
6294 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
6295
6296 2013-05-20 Tom Tromey <tromey@redhat.com>
6297
6298 * python/py-event.c (evpy_emit_event): Decref the
6299 result of PyObject_CallFunctionObjArgs.
6300
6301 2013-05-20 Tom Tromey <tromey@redhat.com>
6302
6303 * python/py-cmd.c (cmdpy_completer): Use iterator protocol.
6304 Correctly decref.
6305
6306 2013-05-20 Tom Tromey <tromey@redhat.com>
6307
6308 * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'.
6309
6310 2013-05-20 Tom Tromey <tromey@redhat.com>
6311
6312 * python/py-event.h (gdbpy_initialize_event_generic): Use
6313 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
6314 * python/py-evts.c (add_new_registry): Use
6315 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
6316 * python/python-internal.h
6317 (CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION): New macro.
6318
6319 2013-05-20 Tom Tromey <tromey@redhat.com>
6320
6321 * python/py-arch.c (archpy_disassemble): Update.
6322 * python/py-type.c (typy_get_composite, typy_lookup_typename)
6323 (typy_lookup_type): Use GDB_PY_HANDLE_EXCEPTION.
6324 * python/py-utils.c (gdbpy_convert_exception): Return 'void'.
6325 * python/python-internal.h (CPYCHECKER_SETS_EXCEPTION): New
6326 macro.
6327 (GDB_PY_HANDLE_EXCEPTION): Update.
6328 (gdbpy_convert_exception): Update. Use CPYCHECKER_SETS_EXCEPTION.
6329
6330 2013-05-20 Tom Tromey <tromey@redhat.com>
6331
6332 * python/python-internal.h (events_object_type): Remove.
6333
6334 2013-05-20 Tom Tromey <tromey@redhat.com>
6335
6336 * python/py-event.h (evpy_emit_event): Use
6337 CPYCHECKER_STEALS_REFERENCE_TO_ARG.
6338 * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
6339 New macro.
6340
6341 2013-05-20 Tom Tromey <tromey@redhat.com>
6342
6343 * py-evtregistry.c (create_event_object): Decref
6344 eventregistry_object if PyList_New fails.
6345
6346 2013-05-20 Tom Tromey <tromey@redhat.com>
6347
6348 * py-cmd.c (gdbpy_string_to_argv): Check result of
6349 PyList_New.
6350
6351 2013-05-20 Tom Tromey <tromey@redhat.com>
6352
6353 * python/python.c (before_prompt_hook): Add cleanup to
6354 decref 'hook'.
6355
6356 2013-05-20 Tom Tromey <tromey@redhat.com>
6357
6358 * python/py-function.c (fnpy_init): Decref result of
6359 PyObject_GetAttrString.
6360
6361 2013-05-20 Tom Tromey <tromey@redhat.com>
6362
6363 * python/py-threadevent.c (get_event_thread): Use
6364 CPYCHECKER_RETURNS_BORROWED_REF.
6365 * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
6366 New define.
6367 (pspace_to_pspace_object, objfile_to_objfile_object)
6368 (find_thread_object): Use it.
6369
6370 2013-05-20 Tom Tromey <tromey@redhat.com>
6371
6372 * python/py-arch.c (arch_object_type): Use
6373 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6374 * python/py-block.c (block_syms_iterator_object_type):
6375 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6376 * python/py-bpevent.c (breakpoint_event_object_type):
6377 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6378 * python/py-cmd.c (cmdpy_object_type): Use
6379 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6380 * python/py-continueevent.c (continue_event_object_type):
6381 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6382 * python/py-event.h (GDBPY_NEW_EVENT_TYPE):
6383 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6384 * python/py-events.h (thread_event_object_type):
6385 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6386 * python/py-evtregistry.c (eventregistry_object_type): Use
6387 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6388 * python/py-exitedevent.c (exited_event_object_type):
6389 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6390 * python/py-finishbreakpoint.c (finish_breakpoint_object_type):
6391 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6392 * python/py-function.c (fnpy_object_type): Use
6393 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6394 * python/py-inferior.c (inferior_object_type, membuf_object_type):
6395 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6396 * python/py-infthread.c (thread_object_type): Use
6397 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6398 * python/py-lazy-string.c (lazy_string_object_type):
6399 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6400 * python/py-newobjfileevent.c (new_objfile_event_object_type):
6401 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6402 * python/py-objfile.c (objfile_object_type): Use
6403 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6404 * python/py-param.c (parmpy_object_type):
6405 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6406 * python/py-progspace.c (pspace_object_type):
6407 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6408 * python/py-signalevent.c (signal_event_object_type):
6409 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6410 * python/py-symtab.c (symtab_object_type, sal_object_type): Use
6411 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6412 * python/py-type.c (type_object_type, field_object_type)
6413 (type_iterator_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6414 * python/py-internal.h (CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF): New
6415 define.
6416 (value_object_type, block_object_type, symbol_object_type)
6417 (event_object_type, stop_event_object_type, breakpoint_object_type)
6418 (frame_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6419
6420 2013-05-20 Andreas Tobler <andreas@fgznet.ch>
6421
6422 * Makefile.in (ALL_TARGET_OBS): Add ppcfbsd-tdep.o.
6423 (ALLDEPFILES): Add ppcfbsd-nat.c and ppcfbsd-tdep.c.
6424
6425 2013-05-20 Doug Evans <dje@google.com>
6426
6427 When reading CU, stay in DWO. Be more tolerent of bad debug info.
6428 For Fission.
6429 * dwarf2read.c (struct dwarf2_per_cu_data): New member
6430 reading_dwo_directly.
6431 (struct signatured_type): New member dwo_unit.
6432 (struct die_reader_specs): New member comp_dir.
6433 (create_signatured_type_table_from_index): Use malloc for
6434 all_type_units instead of objfile's obstack.
6435 (create_all_type_units): Ditto.
6436 (fill_in_sig_entry_from_dwo_entry): New function.
6437 (add_type_unit): New function.
6438 (lookup_dwo_signatured_type): New function.
6439 (lookup_dwp_signatured_type): New function.
6440 (lookup_signatured_type): New arg cu. All callers updated.
6441 (init_cu_die_reader): Initialize comp_dir.
6442 (read_cutu_die_from_dwo): New arg stub_comp_dir. All callers updated.
6443 Change assert of matching type signatures to call error on mismatch.
6444 (lookup_dwo_unit): Add assert.
6445 (init_tu_and_read_dwo_dies): New function.
6446 (init_cutu_and_read_dies): Call it.
6447 (build_type_unit_groups): Handle case of no type unit groups created.
6448 (hash_dwo_file, eq_dwo_file): Handle missing comp_dir.
6449 (lookup_dwo_cutu): Tweak complaint.
6450 (dwarf2_free_abbrev_table): Check for NULL abbrev_table.
6451 (dwarf2_per_objfile_free): Free all_type_units.
6452
6453 2013-05-20 Joel Brobecker <brobecker@adacore.com>
6454
6455 * windows-nat.c (handle_unload_dll): Add missing empty line.
6456
6457 2013-05-20 Joel Brobecker <brobecker@adacore.com>
6458
6459 * dwarf2read.c (prototyped_function_p): New function.
6460 (read_subroutine_type): Use it.
6461
6462 2013-05-20 Joel Brobecker <brobecker@adacore.com>
6463
6464 * rs6000-aix-tdep.c: De-indent some example code provided
6465 as a comment.
6466
6467 2013-05-17 Edjunior Machado <emachado@linux.vnet.ibm.com>
6468
6469 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Check if the
6470 region is ok for a hardware watchpoint using the new ptrace interface
6471 on Power servers.
6472
6473 2013-05-17 Doug Evans <dje@google.com>
6474
6475 * NEWS: Mention new maintenance commands check-symtabs, and
6476 expand-symtabs, and renamed check-psymtabs.
6477 * psymtab.c (maintenance_check_psymtabs): Renamed from
6478 maintenance_check_symtabs. Only process already-expanded symbol
6479 tables.
6480 (_initialize_psymtab): Update.
6481 * symmisc.c (maintenance_check_symtabs): New function.
6482 (maintenance_expand_name_matcher): New function
6483 (maintenance_expand_file_matcher): New function
6484 (maintenance_expand_symtabs): New function.
6485 (_initialize_symmisc): Add "mt check-symtabs" and "mt expand-symtabs"
6486 commands.
6487
6488 2013-05-17 Tom Tromey <tromey@redhat.com>
6489
6490 * python/py-inferior.c (infpy_read_memory): Don't call
6491 PyErr_SetString if PyObject_New fails.
6492 * python/py-frame.c (frame_info_to_frame_object): Don't call
6493 PyErr_SetString if PyObject_New fails.
6494
6495 2013-05-17 Pavel Chupin <pavel.v.chupin@intel.com>
6496
6497 * acinclude.m4: Add check for dlopen in libdl.
6498 * configure.ac: Ditto.
6499 * configure: Regenerate.
6500
6501 2013-05-17 Phil Muldoon <pmuldoon@redhat.com>
6502
6503 * frame.c (frame_stash): Convert to htab.
6504 (frame_addr_hash): New function.
6505 (frame_addr_hash_eq): New function.
6506 (frame_stash_create): Convert function to create
6507 a hash table.
6508 (frame_stash_add): Convert function to add an entry to a hash
6509 table.
6510 (frame_stash_find): Convert function to search the hash table.
6511 (frame_stash_invalidate): Convert function to empty the hash
6512 table.
6513 (get_frame_id): Only add to stash if a frame_id is created.
6514 (_initialize_frame): Call frame_stash_create.
6515
6516 2013-05-16 Yue Lu <hacklu.newborn@gmail.com> (tiny change)
6517
6518 * configure.ac: Ensure MIG is available when building for GNU Hurd
6519 hosts.
6520 * configure: Regenerate.
6521
6522 2013-05-16 Joel Brobecker <brobecker@adacore.com>
6523
6524 * dwarf2read.c (set_cu_language): Add DW_LANG_UPC handling.
6525
6526 2013-05-16 Joel Brobecker <brobecker@adacore.com>
6527
6528 * ada-lang.c (ada_make_symbol_completion_list): Make sure
6529 all cleanups are done before returning from this function.
6530
6531 2013-05-15 Joel Brobecker <brobecker@adacore.com>
6532
6533 * utils.h: #include "exceptions.h".
6534 (enum errors): Remove partial declaration.
6535
6536 2013-05-15 Joel Brobecker <brobecker@adacore.com>
6537
6538 * gdbarch.sh (core_xfer_shared_libraries_aix): New method.
6539 * gdbarch.h, gdbarch.c: Regenerate.
6540 * corelow.c (core_xfer_partial): Add TARGET_OBJECT_LIBRARIES_AIX
6541 handling.
6542
6543 * rs6000-aix-tdep.h: New file.
6544 * Makefile.in (HFILES_NO_SRCDIR): Add rs6000-aix-tdep.h.
6545 * rs6000-aix-tdep.c: Include "rs6000-aix-tdep.h" and
6546 "xml-utils.h".
6547 (struct field_info, struct ld_info_desc): New types.
6548 (ld_info32_desc, ld_info64_desc): New static constants.
6549 (struct ld_info): New type.
6550 (rs6000_aix_extract_ld_info): New function.
6551 (rs6000_aix_shared_library_to_xml): Likewise.
6552 (rs6000_aix_ld_info_to_xml): Likewise.
6553 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
6554 (rs6000_aix_init_osabi): Add call to
6555 set_gdbarch_core_xfer_shared_libraries_aix.
6556 * rs6000-nat.c: Add "rs6000-aix-tdep.h" include.
6557 Remove "xml-utils.h" include.
6558 (LdInfo): Delete typedef.
6559 (ARCH64_DECL, LDI_FIELD, LDI_NEXT, LDI_FD, LDI_FILENAME):
6560 Delete macros.
6561 (rs6000_ptrace_ldinfo): Change return type to gdb_byte *.
6562 Adjust code accordingly.
6563 (rs6000_core_ldinfo): Delete, folded into
6564 rs6000_aix_core_xfer_shared_libraries_aix.
6565 (rs6000_xfer_shared_library): Delete.
6566 (rs6000_xfer_shared_libraries): Reimplement.
6567
6568 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
6569
6570 * record.c (record_goto_cmdlist): New.
6571 (cmd_record_goto): Split into this ...
6572 (cmd_record_goto_begin): ... this
6573 (cmd_record_goto_end): ... and this.
6574 (_initialize_record): Change "record goto" to prefix command.
6575 Add commands for "record goto begin" and "record goto end".
6576 Add an alias for "record goto start" to "record goto begin".
6577
6578 2013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6579
6580 * linespec.c (convert_linespec_to_sals): New comment for
6581 SOURCE_FILENAME assignment.
6582
6583 2013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6584
6585 * cleanups.c (restore_my_cleanups): Replace gdb_assert by
6586 internal_warning.
6587
6588 2013-05-14 Tom Tromey <tromey@redhat.com>
6589
6590 * eval.c (parse_and_eval_long): Make 'exp' const.
6591 * value.h (parse_and_eval_long): Update.
6592
6593 2013-05-14 Tom Tromey <tromey@redhat.com>
6594
6595 * ui-file.c (gdb_fopen): Make arguments const.
6596 * ui-file.h (gdb_fopen): Make arguments const.
6597
6598 2013-05-14 Tom Tromey <tromey@redhat.com>
6599
6600 * remote.c (remote_set_trace_notes): Make arguments const.
6601 * target.c (update_current_target): Update cast.
6602 * target.h (to_set_trace_notes): Make arguments const.
6603
6604 2013-05-14 Tom Tromey <tromey@redhat.com>
6605
6606 * go32-nat.c (go32_terminal_info): Make 'args' const.
6607 * inferior.h (child_terminal_info): Update.
6608 * inflow.c (child_terminal_info): Make 'args' const.
6609 * target.c (default_terminal_info): Make 'args' const.
6610 (debug_to_terminal_save_ours): Likewise.
6611 * target.h (struct target_ops) <to_terminal_info>: Make argument
6612 const.
6613
6614 2013-05-13 Tom Tromey <tromey@redhat.com>
6615
6616 * gcore.c (create_gcore_bfd): Make 'filename' const.
6617 * gcore.h (create_gcore_bfd): Make 'filename' const.
6618 * record-full.c (record_full_save): Make 'recfilename' const.
6619 * target.c (target_save_record): Make 'filename' const.
6620 * target.h (struct target_ops) <to_save_record>: Make 'filename'
6621 const.
6622 (target_save_record): Likewise.
6623
6624 2013-05-13 Tom Tromey <tromey@redhat.com>
6625
6626 PR gdb/15338:
6627 * dwarf2read.c (dwarf2_record_block_ranges): Ensure that the
6628 ranges section has been read.
6629
6630 2013-05-13 Tom Tromey <tromey@redhat.com>
6631
6632 PR exp/15364:
6633 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
6634 STRUCTOP_PTR>: Return a not_lval value for
6635 EVAL_AVOID_SIDE_EFFECTS.
6636 * opencl-lang.c (evaluate_subexp_opencl): Return a not_lval value
6637 for EVAL_AVOID_SIDE_EFFECTS.
6638
6639 2013-05-13 Joel Brobecker <brobecker@adacore.com>
6640
6641 * rs6000-aix-tdep.c (rs6000_push_dummy_call): Convert
6642 floating point registers to register type before storing
6643 value.
6644 * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call):
6645 Likewise.
6646
6647 2013-05-10 Joel Brobecker <brobecker@adacore.com>
6648 Tom Tromey <tromey@redhat.com>
6649
6650 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
6651 New functions.
6652 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
6653 Declare.
6654 * darwin-nat.c (darwin_pre_ptrace): Use mark_fd_no_cloexec.
6655 (darwin_ptrace_him): Use unmark_fd_no_cloexec.
6656 * inf-ttrace.c (do_cleanup_pfds): Use unmark_fd_no_cloexec.
6657 (inf_ttrace_prepare): Use mark_fd_no_cloexec.
6658
6659 2013-05-10 Freddie Chopin <freddie_chopin@op.pl>
6660 Tom Tromey <tromey@redhat.com>
6661
6662 PR build/15414:
6663 * configure: Rebuild.
6664 * configure.ac (build_warnings): Do not use -Wformat-nonliteral
6665 with -Wno-format.
6666
6667 2013-05-10 Pedro Alves <palves@redhat.com>
6668
6669 * remote.c (_initialize_remote): Fix spelling of
6670 qXfer:traceframe-info:read packet in packet config command.
6671
6672 2013-05-10 David Taylor <dtaylor@emc.com>
6673
6674 PR remote/15455
6675
6676 * remote.c (remote_trace_set_readonly_regions): Do not overwrite
6677 "QTro" at start of packet.
6678
6679 2013-05-10 Joel Brobecker <brobecker@adacore.com>
6680
6681 * solib-aix.c (solib_aix_relocate_section_addresses):
6682 For the .bss section action, apply the same offset as
6683 the .data section.
6684
6685 2013-05-10 Joel Brobecker <brobecker@adacore.com>
6686
6687 * solib-aix.c (solib_aix_relocate_section_addresses):
6688 Remove FIXME comment.
6689
6690 2013-05-10 Joel Brobecker <brobecker@adacore.com>
6691
6692 PR tdep/15420:
6693 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
6694 New functions, directly copied from sparc-sol-thread.c.
6695 * sparc-sol-thread.c: Delete.
6696 * configure.ac: Remove code handling sparc-solaris-thread.c.
6697 * configure: Regenerate.
6698
6699 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
6700
6701 * stack.c (backtrace_command_1): Add "no-filters", and Python frame
6702 filter logic.
6703 (backtrace_command): Add "no-filters" option parsing.
6704 (_initialize_stack): Alter help to reflect "no-filters" option.
6705 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-framefilter.o
6706 (SUBDIR_PYTHON_SRCS): Add py-framefilter.c
6707 (py-frame.o): Add target
6708 * data-directory/Makefile.in (PYTHON_DIR): Add Python frame
6709 filter files.
6710 * python/python.h: Add new frame filter constants, and flag enum.
6711 (apply_frame_filter): Add definition.
6712 * python/python.c (apply_frame_filter): New non-Python
6713 enabled function.
6714 * python/py-utils.c (py_xdecref): New function.
6715 (make_cleanup_py_xdecref): Ditto.
6716 * python/py-objfile.c: Declare frame_filters dictionary.
6717 (objfpy_dealloc): Add frame_filters dealloc.
6718 (objfpy_new): Initialize frame_filters attribute.
6719 (objfile_to_objfile_object): Ditto.
6720 (objfpy_get_frame_filters): New function.
6721 (objfpy_set_frame_filters): New function.
6722 * python/py-progspace.c: Declare frame_filters dictionary.
6723 (pspy_dealloc): Add frame_filters dealloc.
6724 (pspy_new): Initialize frame_filters attribute.
6725 (pspacee_to_pspace_object): Ditto.
6726 (pspy_get_frame_filters): New function.
6727 (pspy_set_frame_filters): New function.
6728 * python/py-framefilter.c: New file.
6729 * python/lib/gdb/command/frame_filters.py: New file.
6730 * python/lib/gdb/frames.py: New file.
6731 * python/lib/gdb/__init__.py: Initialize global frame_filters
6732 dictionary
6733 * python/lib/gdb/FrameDecorator.py: New file.
6734 * python/lib/gdb/FrameIterator.py: New file.
6735 * mi/mi-cmds.c (mi_cmds): Add frame filters command.
6736 * mi/mi-cmds.h: Declare.
6737 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Add
6738 --no-frame-filter logic, and Python frame filter logic.
6739 (stack_enable_frame_filters): New function.
6740 (parse_no_frame_option): Ditto.
6741 (mi_cmd_stack_list_frames): Add --no-frame-filter and Python frame
6742 filter logic.
6743 (mi_cmd_stack_list_locals): Ditto.
6744 (mi_cmd_stack_list_args): Ditto.
6745 (mi_cmd_stack_list_variables): Ditto.
6746 * NEWS: Add frame filter note.
6747
6748 2013-05-09 Doug Evans <dje@google.com>
6749
6750 * symfile.c (syms_from_objfile_1): Delete args offsets, num_offsets.
6751 All callers updated.
6752 (syms_from_objfile): Ditto. Make static.
6753 (symbol_file_add_with_addrs): Renamed from
6754 symbol_file_add_with_addrs_or_offsets. Delete args offsets,
6755 num_offsets. All callers updated.
6756 * symfile.h (syms_from_objfile): Delete.
6757
6758 * symfile.c (decrement_reading_symtab): Add assert.
6759 (increment_reading_symtab): Ditto.
6760
6761 2013-05-09 Joel Brobecker <brobecker@adacore.com>
6762
6763 * source.c (forward_search_command): Replace call to getc
6764 by call to fgetc.
6765 (reverse_search_command): Likewise.
6766
6767 2013-05-08 Doug Evans <dje@google.com>
6768
6769 * psymtab.c (expand_symtabs_matching_via_partial): Fix file name
6770 matching test.
6771
6772 2013-05-08 Joel Brobecker <brobecker@adacore.com>
6773
6774 * sol-thread.c (info_cb): Factorize the code a little.
6775
6776 2013-05-08 Joel Brobecker <brobecker@adacore.com>
6777
6778 * sol-thread.c (info_cb): Rework the output of the "maintenance
6779 info sol-threads" command a bit.
6780
6781 2013-05-08 Joel Brobecker <brobecker@adacore.com>
6782
6783 * sol-thread.c (info_cb) [ti.ti_state == TD_THR_SLEEP]:
6784 Replace ti.ti_startfunc by ti.ti_pc.
6785
6786 2013-05-08 Joel Brobecker <brobecker@adacore.com>
6787
6788 * solib-aix.c (solib_aix_free_library_list): New function
6789 for the case where HAVE_LIBEXPAT is not defined.
6790
6791 2013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
6792
6793 PR breakpoints/15413:
6794 * breakpoint.c (condition_completer): Simplify the code to
6795 disconsider multiple locations of breakpoints when completing the
6796 "condition" command.
6797
6798 2013-05-07 Pierre Muller <muller@sourceware.org>
6799
6800 * common/linux-btrace.c: ARI fix: Include "gdb_wait.h"
6801 instead of <sys/wait.h>.
6802
6803 2013-05-07 Pierre Muller <muller@sourceware.org>
6804
6805 * nios2-tdep.c (nios2_dwarf_reg_to_regnum): ARI fix: remove
6806 trailing new line from warning message.
6807
6808 2013-05-07 Pierre Muller <muller@sourceware.org>
6809
6810 * contrib/ari/gdb_ari.sh (SOLIB_ADD, SOLIB_CREATE_INFERIOR_HOOK)
6811 (PC_SOLIB): Change type from ari_deprecate to ari_regression.
6812
6813 2013-05-07 Joel Brobecker <brobecker@adacore.com>
6814
6815 * rs6000-nat.c (rs6000_core_ldinfo): Remove '\n' at end of
6816 error message (ARI fix).
6817
6818 2013-05-07 Joel Brobecker <brobecker@adacore.com>
6819
6820 * features/library-list-aix.dtd: Replace library-list by
6821 library-list-aix.
6822 * rs6000-nat.c: Replace library-list by library-list-aix
6823 throughout.
6824 * solib-aix.c: Likewise.
6825
6826 2013-05-07 Joel Brobecker <brobecker@adacore.com>
6827
6828 * target.h (enum target_object) [TARGET_OBJECT_LIBRARIES_AIX]:
6829 Renames TARGET_OBJECT_AIX_LIBRARIES.
6830 * rs6000-nat.c: Replace TARGET_OBJECT_AIX_LIBRARIES with
6831 TARGET_OBJECT_LIBRARIES_AIX throughout.
6832 * solib-aix.c: Likwise.
6833
6834 2013-05-07 Yao Qi <yao@codesourcery.com>
6835
6836 * solib-dsbt.c (struct dsbt_info) <enable_break2_done>: Remove.
6837 (get_dsbt_info, enable_break, dsbt_clear_solib): Update.
6838
6839 2013-05-07 Yao Qi <yao@codesourcery.com>
6840
6841 * solib-dsbt.c (enable_break): Declare.
6842 (dsbt_current_sos): Remove call to enable_break2.
6843 (enable_break2): Rename to enable_break. Set solib breakpoint
6844 on '_dl_debug_state'.
6845 (enable_break): Remove.
6846
6847 2013-05-07 Luis Machado <lgustavo@codesourcery.com>
6848
6849 * ppc-linux-nat.c (ppc_linux_new_thread): Clear the new thread's
6850 debug state prior to replicating existing hardware watchpoints or
6851 breakpoints.
6852
6853 2013-05-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6854
6855 * gcore.c (gcore_create_callback): Ignore sections with
6856 separate_debug_objfile_backlink != NULL.
6857
6858 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
6859 Andrew Jenner <andrew@codesourcery.com>
6860 Chung-Lin Tang <cltang@codesourcery.com>
6861 Julian Brown <julian@codesourcery.com>
6862
6863 Based on the nios2-elf port from Altera Corporation.
6864
6865 * Makefile.in (ALL_TARGET_OBS): Add nios2-tdep.o and
6866 nios2-linux-tdep.o.
6867 (HFILES_NO_SRCDIR): Add nios2-tdep.h.
6868 (ALLDEPFILES): Add nios2-tdep.c and nios2-linux-tdep.c.
6869 * configure.tgt: Add nios2*-*-linux* and nios2*-*-* targets.
6870 * nios2-tdep.h: New.
6871 * nios2-tdep.c: New.
6872 * nios2-linux-tdep.c: New.
6873 * features/Makefile (WHICH): Add nios2-linux.
6874 (nios2-linux-expedite): Set.
6875 * features/nios2-cpu.xml: New.
6876 * features/nios2.xml: New.
6877 * features/nios2-linux.xml: New.
6878 * features/nios2.c: New (autogenerated).
6879 * features/nios2-linux.c: New (autogenerated).
6880 * regformats/nios2-linux.dat: New (autogenerated).
6881 * NEWS (Changes since GDB 7.6): Add new Nios II targets
6882 and commands.
6883
6884 2013-05-06 Doug Evans <dje@google.com>
6885
6886 * symfile.c: Whitespace cleanup.
6887
6888 * solist.h (struct target_so_ops): New member clear_so.
6889 * solib-svr4.c (svr4_clear_so): New function.
6890 (_initialize_svr4_solib): Set svr4_so_ops.clear_so.
6891 * solib.c (clear_so): Renamed from free_so_symbols.
6892 All callers updated. Call target clear_so if it exists.
6893
6894 2013-05-06 Tom Tromey <tromey@redhat.com>
6895
6896 * ada-lang.c (ada_value_primitive_packed_val): Don't
6897 call value_incref.
6898 * value.c (set_value_parent): Incref the new parent and decref
6899 the old parent.
6900 (value_copy, value_primitive_field): Use set_value_parent.
6901
6902 2013-05-06 Tom Tromey <tromey@redhat.com>
6903
6904 * dwarf2loc.c (invalid_synthetic_pointer): Move earlier.
6905 (indirect_pieced_value): Call dwarf2_fetch_constant_bytes
6906 if needed.
6907 * dwarf2loc.h (dwarf2_fetch_constant_bytes): Declare.
6908 * dwarf2read.c (write_constant_as_bytes)
6909 (dwarf2_fetch_constant_bytes): New functions.
6910
6911 2013-05-06 Tom Tromey <tromey@redhat.com>
6912
6913 * dwarf2read.c (dwarf2_const_value_data): Remove unused
6914 parameters.
6915 (dwarf2_const_value_attr): Update.
6916
6917 2013-05-06 Tom Tromey <tromey@redhat.com>
6918
6919 * somread.c (som_symfile_offsets): Add 'const' to addrs.
6920 * machoread.c (macho_symfile_offsets): Add 'const' to addrs.
6921 * xcoffread.c (xcoff_symfile_offsets): Add 'const' to addrs.
6922 Remove declaration.
6923
6924 2013-05-06 Tom Tromey <tromey@redhat.com>
6925
6926 * dwarf2read.c (dwarf2_const_value_attr): Use 'obstack', not
6927 objfile's obstack.
6928
6929 2013-05-06 Doug Evans <dje@google.com>
6930
6931 * dbxread.c (process_one_symbol): Constify section_offsets parameter.
6932 * stabsread.h (process_one_symbol): Update declaration.
6933 * dwarf2read.c (dw2_relocate): Constify new_offsets, delta parameters.
6934 * elfread.c (elf_symfile_relocate_probe): Ditto.
6935 * psymtab.c (relocate_psymtabs): Ditto.
6936 * objfiles.c (objfile_relocate1): Constify new_offsets parameter.
6937 (objfile_relocate): Ditto.
6938 * objfiles.h (objfile_relocate): Update declaration.
6939 * symfile.c (relative_addr_info_to_section_offsets): Constify
6940 addrs parameter.
6941 (default_symfile_offsets): Ditto.
6942 (syms_from_objfile_1): Constify offsets parameter.
6943 (syms_from_objfile): Ditto.
6944 (symbol_file_add_with_addrs_or_offsets): Ditto.
6945 (symfile_map_offsets_to_segments): Constify data parameter.
6946 * symfile.h (struct quick_symbol_functions): Constify new_offsets,
6947 delta parameters of member relocate.
6948 (struct sym_probe_fns): Constify new_offsets,
6949 delta parameters of member sym_relocate_probe.
6950 (struct sym_fns): Constify section_addr_info parameter of member
6951 sym_offsets.
6952 (relative_addr_info_to_section_offsets): Update declaration.
6953 (default_symfile_offsets): Ditto.
6954 (syms_from_objfile): Ditto.
6955 (symfile_map_offsets_to_segments): Ditto.
6956
6957 * symfile.c (syms_from_objfile_1): Use correct section count when
6958 objfile->sf == NULL.
6959
6960 2013-05-06 Mike Frysinger <vapier@gentoo.org>
6961
6962 * common/linux-btrace.c (intel_supports_btrace): Fix indentation.
6963
6964 2013-05-06 Doug Evans <dje@google.com>
6965
6966 * psympriv.h (struct partial_symtab): Augment comment for member
6967 section_offsets.
6968
6969 2013-05-06 Joel Brobecker <brobecker@adacore.com>
6970
6971 Reimplement shared library support on ppc-aix...
6972 * target.h (TARGET_OBJECT_AIX_LIBRARIES): New target_object enum.
6973 * features/library-list-aix.dtd: New file.
6974 * solib-aix.h, solib-aix.c: New file.
6975 * rs6000-aix-tdep.c: #include "solib.h" and "solib-aix.h".
6976 (rs6000_find_toc_address_hook): Delete.
6977 (rs6000_push_dummy_call): Rewrite code setting the TOC value.
6978 (rs6000_aix_init_osabi): Register solib_aix_so_ops.
6979 * rs6000-nat.c: Remove "xcoffsolib.h" include. Include
6980 "xml-utils.h".
6981 (map_vmap, vmap_exec, vmap_ldinfo, add_vmap, objfile_symbol_add)
6982 (vmap_symtab, fixup_breakpoints): Delete.
6983 (rs6000_xfer_shared_libraries): New function.
6984 (rs6000_xfer_partial): Add TARGET_OBJECT_AIX_LIBRARIES handling.
6985 (vmap_secs, bss_data_overlap, vmap_add_symbols): Delete.
6986 (xcoff_relocate_symtab, xcoff_relocate_core): Delete.
6987 (rs6000_ptrace_ldinfo, rs6000_core_ldinfo)
6988 (rs6000_xfer_shared_library): New function.
6989 (find_toc_address): Delete.
6990 (_initialize_rs6000_nat): Do not set rs6000_find_toc_address_hook.
6991 * rs6000-tdep.h (rs6000_find_toc_address_hook): Remove.
6992 * xcoffread.c (record_minimal_symbol): Reloate symbol address
6993 before creating minimal symbol. Adjust function description
6994 accordingly.
6995 (scan_xcoff_symtab): Replace call to
6996 prim_record_minimal_symbol_and_info by call to
6997 record_minimal_symbol.
6998 (xcoff_symfile_offsets): Reimplement mostly as a wrapper
6999 around default_symfile_offsets.
7000 * configure.tgt: Add solib-aix.o to gdb_target_obs for
7001 powerpc-aix targets.
7002 * config/rs6000/nm-rs6000.h: Delete.
7003 * config/powerpc/aix.mh (NAT_FILE): Delete.
7004 (NATDEPFILES): Remove xcoffsolib.o.
7005 * Makefile.in (XMLFILES): Add library-list-aix.dtd.
7006 (ALL_TARGET_OBS): Add solib-aix.o.
7007 (HFILES_NO_SRCDIR): Remove xcoffsolib.h and
7008 config/rs6000/nm-rs6000.h. Add solib-aix.h.
7009 (ALLDEPFILES): Add solib-aix.c. Remove xcoffsolib.c.
7010 * xcoffsolib.h, xcoffsolib.c: Delete.
7011
7012 * solib.c (reload_shared_libraries): Remove reference to
7013 SOLIB_CREATE_INFERIOR_HOOK.
7014 * breakpoint.c (handle_solib_event): Remove reference to SOLIB_ADD.
7015 (disable_breakpoints_in_shlibs): Remove reference to PC_SOLIB.
7016 (momentary_bkpt_re_set): Replace SOLIB_ADD by solib_add in
7017 comment.
7018 * corelow.c (deprecated_core_resize_section_table): Delete.
7019 * exec.c: Remove include of xcoffsolib.h".
7020 (map_vmap, vmap): Delete.
7021 (exec_close_1): Remove references to vmap.
7022 (exec_file_attach): Remove vmap handling code, and reference
7023 to DEPRECATED_IBM6000_TARGET.
7024 (bfdsec_to_vmap): Delete.
7025 (exec_files_info): Remove block of code handling VMAP.
7026 * infcmd.c (post_create_inferior): Remove reference to
7027 SOLIB_CREATE_INFERIOR_HOOK and SOLIB_ADD.
7028 * infrun.c (follow_exec): Remove reference to
7029 SOLIB_CREATE_INFERIOR_HOOK.
7030 * stack.c (print_frame): Remove reference to PC_SOLIB.
7031 * solib-dsbt.c (dsbt_current_sos): Adjust comment.
7032 (dsbt_relocate_main_executable): Likewise.
7033 * solib-frv.c (frv_current_sos): Likewise.
7034
7035 2013-05-06 Joel Brobecker <brobecker@adacore.com>
7036
7037 * sol-thread.c (rw_common): Cast BUF to "gdb_byte *" in calls
7038 to target_write_memory and target_read_memory.
7039
7040 2013-05-06 Joel Brobecker <brobecker@adacore.com>
7041
7042 * darwin-nat.c (darwin_setup_fake_stop_event): New function.
7043 (darwin_attach): Adjust using darwin_setup_fake_stop_event.
7044
7045 2013-05-06 Joel Brobecker <brobecker@adacore.com>
7046
7047 * darwin-nat.c: Replace all "%x" instances in format strings
7048 into "0x%x" throughout.
7049
7050 2013-05-06 Joel Brobecker <brobecker@adacore.com>
7051
7052 * darwin-nat.c (darwin_mourn_inferior): Replace call to
7053 gdb_assert by call to MACH_CHECK_ERROR.
7054 (darwin_attach_pid): Raise an error rather than a failed
7055 assertion when various system calls failed. Report a warning
7056 instead of raising a failed assertion when PREV_NOT is not NULL
7057 after call to mach_port_request_notification.
7058 (darwin_ptrace_me): Raise an error rather than a failed
7059 assertion when read returns nonzero.
7060
7061 2013-05-06 Joel Brobecker <brobecker@adacore.com>
7062
7063 * amd64-darwin-tdep.c: Remove #include "gdb_assert.h".
7064
7065 2013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7066
7067 * cleanups.c (restore_my_cleanups): New gdb_assert for SENTINEL_CLEANUP.
7068
7069 2013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7070
7071 * event-top.c (display_gdb_prompt): Call missing do_cleanups.
7072 * infcmd.c (get_return_value) <!stop_regs>: Do not overwrite CLEANUP.
7073 * symfile.c (symfile_bfd_open): New variable back_to. Do not leave
7074 a stale cleanup. Fix double free of NAME.
7075
7076 2013-05-04 Eli Zaretskii <eliz@gnu.org>
7077
7078 * windows-nat.c (windows_delete_thread): Accept an additional
7079 argument, the thread's exit code, and announce thread death when
7080 print_thread_events is non-zero and we are deleting a thread that
7081 is not the main thread.
7082 (get_windows_debug_event): Pass thread exit code to
7083 windows_delete_thread.
7084
7085 2013-05-03 Kevin Buettner <kevinb@redhat.com>
7086
7087 * v850-tdep.c (elf-bfd.h, elf/v850.h): Include.
7088 (R_149_REGNUM, E_NUM_OF_V850E2_REGS, E_SELID_1_R0_REGNUM)
7089 (E_SELID_1_R31_REGNUM, E_SELID_2_R0_REGNUM, E_SELID_2_R31_REGNUM)
7090 (E_SELID_3_R0_REGNUM, E_SELID_3_R31_REGNUM, E_SELID_4_R0_REGNUM)
7091 (E_SELID_4_R31_REGNUM, E_SELID_5_R0_REGNUM, E_SELID_5_R31_REGNUM)
7092 (E_SELID_6_R0_REGNUM, E_SELID_6_R31_REGNUM, E_SELID_7_R0_REGNUM, E_SELID_7_R31_REGNUM)
7093 (E_VR0_REGNUM, E_VR31_REGNUM, E_NUM_OF_V850E3V5_REGS): Define.
7094 (v850_abi, V850_ABI_GCC, V850_ABI_RH850): New enum and constants.
7095 (gdbarch_tdep): New struct.
7096 (v850e2_register_name): Use E_NUM_OF_V850E2_REGS instead of
7097 E_NUM_REGS.
7098 (v850e3v5_register_name): New function.
7099 (v850_register_type): v850e3v5 vector registers are 64-bits wide.
7100 (v850_use_struct_convention): Add `gdbarch' parameter. Add new
7101 code handling the struct return conventions for the RH850 ABI.
7102 Update all callers.
7103 (v850_eight_byte_align_p): New function.
7104 (v850_push_call_dummy): Push structs by value, not by reference
7105 for the RH850 ABI. Add support for eight byte alignment.
7106 (v850_dbtrap_breakpoint_from_pc): New function.
7107 (v850_gdbarch_init): Add ABI detection code. Register
7108 v850e3v5_register_name for the v850e3v5 architecture. Set the
7109 number of registers for v850e3v5. Register
7110 v850_dbtrap_breakpoint_from_pc as appropriate.
7111 (_initialize_gdbarch_init): Registration bfd_arch_v850_rh850.
7112
7113 2013-05-03 Doug Evans <dje@google.com>
7114
7115 * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections instead
7116 of bfd_count_sections.
7117 * solib-target.c (solib_target_relocate_section_addresses): Ditto.
7118 * symfile.c (default_symfile_offsets): Ditto.
7119 (syms_from_objfile_1): Ditto. Make dummy addrs list an array of
7120 one entry, not bfd_count_sections entries.
7121
7122 2013-05-03 Kevin Buettner <kevinb@redhat.com>
7123
7124 * rl78-tdep.c (rl78_register_reggroup_p): Include SP in the
7125 `save' and `restore' register groups. Don't include SPL
7126 or SPH in these groups.
7127 (rl78_dwarf_reg_to_regnum): Adjust mapping for
7128 RL78_PC_REGNUM. Add mappings for RL78_PSW_REGNUM,
7129 RL78_ES_REGNUM, and RL78_CS_REGNUM.
7130 (rl78_gdbarch_init): Set `dwarf2_addr_size' to 4. Invoke
7131 dwarf2_append_unwinders().
7132
7133 2013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7134
7135 * break-catch-sig.c (signal_catchpoint_breakpoint_hit): Do not
7136 ignore SIGINT and SIGTRAP in case these internal signals are
7137 caught explicitely.
7138
7139 2013-05-01 Joel Brobecker <brobecker@adacore.com>
7140
7141 * darwin-nat.c (darwin_read_write_inferior): Change types
7142 of parameters rdaddr and wraddr to "gdb_byte *". Change type
7143 of copy_count to "mach_msg_type_number_t".
7144 (darwin_read_dyld_info): Change type of parameter
7145 rdaddr to "gdb_byte *".
7146
7147 2013-05-01 Joel Brobecker <brobecker@adacore.com>
7148
7149 * solib-ia64-hpux.c (ia64_hpux_read_dynamic_info): Change cast
7150 of &info->load_map from "char *" to "gdb_byte *".
7151
7152 2013-05-01 Joel Brobecker <brobecker@adacore.com>
7153
7154 * ia64-tdep.c (ia64_access_fpreg): Change cast of val
7155 from "char *" to "gdb_byte *".
7156 (ia64_access_rse_fpreg, ia64_access_mem): Likewise.
7157
7158 2013-04-30 Doug Evans <dje@google.com>
7159
7160 * dwarf2read.c (lookup_dwo_unit): Return NULL if DWO not found.
7161 (init_cutu_and_read_dies): Flag a complaint, not error, for bad
7162 DWO stub. If DWO isn't found, just use stub.
7163 (lookup_dwo_cutu): Don't try DWO if there's a DWP file.
7164
7165 * dwarf2read.c (dw2_find_symbol_file): Initialize filename before
7166 calling init_cutu_and_read_dies.
7167
7168 2013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
7169
7170 * target-descriptions.c (maint_print_c_tdesc_cmd):
7171 Add case to parse structures as register types and
7172 bitfields.
7173
7174 2013-04-30 Walfred Tedeschi <walfred.tedeschi@intel.com>
7175
7176 * MAINTAINERS (Write After Approval): Add myself to the list.
7177
7178 2013-04-30 Joel Brobecker <brobecker@adacore.com>
7179
7180 * sol-thread.c (rw_common): Change type of parameter "buf"
7181 to "gdb_byte *".
7182 (ps_pdwrite, ps_ptwrite): Cast parameter "buf" in call to
7183 rw_common to "gdb_byte *" instead of "char *".
7184
7185 2013-04-30 Joel Brobecker <brobecker@adacore.com>
7186
7187 * sol-thread.c (info_cb) [ti.ti_startfunc != 0]: Change type
7188 of local variable msym to const struct bound_minimal_symbol.
7189 Adjust use accordingly.
7190 [ti.ti_state == TD_THR_SLEEP]: Likewise.
7191
7192 2013-04-30 Samuel Thibault <samuel.thibault@gnu.org>
7193
7194 * i386gnu-nat.c (CREG_OFFSET): New macro.
7195 (creg_offset): New array.
7196 (CREG_ADDR): Use creg_offset instead of reg_offset.
7197
7198 2013-04-30 Joel Brobecker <brobecker@adacore.com>
7199
7200 * mep-tdep.c (mep_write_pc): Delete.
7201 (mep_gdbarch_init): Remove call to set_gdbarch_write_pc.
7202 Add call to set_gdbarch_pc_regnum.
7203
7204 2013-04-30 Joel Brobecker <brobecker@adacore.com>
7205
7206 * common/filestuff.c: Replace #include <dirent.h> by
7207 #include "gdb_dirent.h".
7208
7209 2013-04-30 Joel Brobecker <brobecker@adacore.com>
7210
7211 * common/filestuff.c: Replace #include <sys/stat.h> by
7212 #include "gdb_stat.h".
7213
7214 2013-04-29 Pierre Muller <muller@sourceware.org>
7215
7216 * dwarf2read.c (handle_DW_AT_stmt_list): Avoid ARI warning for
7217 editCase function rule.
7218 (get_DW_AT_signature_type): Likewise.
7219
7220 2013-04-29 Joel Brobecker <brobecker@adacore.com>
7221
7222 * m32r-tdep.c (m32r_write_pc): Delete.
7223 (m32r_gdbarch_init): Remove call to set_gdbarch_write_pc.
7224 Add call to set_gdbarch_pc_regnum.
7225
7226 2013-04-29 Pierre Muller <muller@sourceware.org>
7227
7228 * ./contrib/ari/gdb_ari.sh (editCase rule): Fix spelling error.
7229
7230 2013-04-29 Joel Brobecker <brobecker@adacore.com>
7231
7232 * dwarf2read.c (get_DW_AT_signature_type): Add ARI marker.
7233
7234 2013-04-28 Yao Qi <yao@codesourcery.com>
7235
7236 * solib-dsbt.c (fetch_loadmap): Re-indent.
7237 (displacement_from_map, enable_break2): Likewise.
7238 (dsbt_relocate_section_addresses): Likewise.
7239
7240 2013-04-26 Joel Brobecker <brobecker@adacore.com>
7241
7242 GDB 7.6 released.
7243
7244 2013-04-25 Andreas Kaufmann <Andreas.Kaufmann@synopsys.com>
7245
7246 PR corefiles/14983:
7247 * dwarf2read.c (process_full_comp_unit): Always create a static
7248 block.
7249
7250 2013-04-25 Hui Zhu <hui@codesourcery.com>
7251
7252 * breakpoint.c (build_target_command_list): Change loc->cond_bytecode
7253 to loc->cmd_bytecode.
7254
7255 2013-04-24 Doug Evans <dje@google.com>
7256
7257 * dwarf2read.c (setup_type_unit_groups): Fix comment.
7258
7259 2013-04-22 Keith Seitz <keiths@redhat.com>
7260
7261 * tracepoint.c (trace_save): Call the writer's start method.
7262
7263 2013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
7264
7265 PR gdb/10462
7266 * cli/cli-decode.c (lookup_command): Show an error if there is no space
7267 before argument.
7268
7269 2013-04-23 Tom Tromey <tromey@redhat.com>
7270
7271 * common/filestuff.c: Check USE_WIN32API before including
7272 sys/socket.h.
7273 (HAVE_F_GETFD): New define.
7274 (mark_cloexec): Check HAVE_F_GETFD.
7275 (gdb_open_cloexec): Change 'mode' to unsigned long.
7276 (gdb_socketpair_cloexec): Check HAVE_SOCKETPAIR.
7277 (gdb_pipe_cloexec): Check HAVE_PIPE.
7278 * common/filestuff.h (gdb_open_cloexec): Change 'mode' to unsigned
7279 long.
7280
7281 2013-04-23 Hui Zhu <hui@codesourcery.com>
7282
7283 PR gdb/15293
7284 * breakpoint.c (bpstat_what): Add BPSTAT_WHAT_SINGLE to bp_dprintf.
7285
7286 2013-04-23 Hui Zhu <hui@codesourcery.com>
7287
7288 PR gdb/15165
7289 * breakpoint.c (dprintf_print_recreate): New.
7290 (save_breakpoints): Let it not save dprintf commands.
7291 (initialize_breakpoint_ops): Set dprintf_print_recreate.
7292
7293 2013-04-22 Tom Tromey <tromey@redhat.com>
7294
7295 PR gdb/7912:
7296 * Makefile.in (SFILES): Add filestuff.c
7297 (COMMON_OBS): Add filestuff.o.
7298 (filestuff.o): New target.
7299 * auto-load.c (auto_load_objfile_script_1): Use
7300 gdb_fopen_cloexec.
7301 * auxv.c (procfs_xfer_auxv): Use gdb_open_cloexec.
7302 * cli/cli-cmds.c (shell_escape): Call close_most_fds.
7303 * cli/cli-dump.c (fopen_with_cleanup): Use gdb_fopen_cloexec.
7304 * common/agent.c (gdb_connect_sync_socket): Use
7305 gdb_socket_cloexec.
7306 * common/filestuff.c: New file.
7307 * common/filestuff.h: New file.
7308 * common/linux-osdata.c (linux_common_core_of_thread)
7309 (command_from_pid, commandline_from_pid, print_source_lines)
7310 (linux_xfer_osdata_shm, linux_xfer_osdata_sem)
7311 (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Use
7312 gdb_fopen_cloexec.
7313 * common/linux-procfs.c (linux_proc_get_int)
7314 (linux_proc_pid_has_state): Use gdb_fopen_cloexec.
7315 * config.in, configure: Rebuild.
7316 * configure.ac: Don't check for sys/socket.h. Check for
7317 fdwalk, pipe2.
7318 * corelow.c (core_open): Use gdb_open_cloexec.
7319 * dwarf2read.c (write_psymtabs_to_index): Use gdb_fopen_cloexec.
7320 * fork-child.c (fork_inferior): Call close_most_fds.
7321 * gdb_bfd.c (gdb_bfd_open): Use gdb_open_cloexec.
7322 * inf-child.c (inf_child_fileio_readlink): Use gdb_open_cloexec.
7323 * linux-nat.c (linux_nat_thread_name, linux_proc_pending_signals):
7324 Use gdb_fopen_cloexec.
7325 (linux_proc_xfer_partial, linux_proc_xfer_spu): Use
7326 gdb_open_cloexec.
7327 (linux_async_pipe): Use gdb_pipe_cloexec.
7328 * remote-fileio.c (remote_fileio_func_open): Use
7329 gdb_open_cloexec.
7330 * remote.c (remote_file_put, remote_file_get): Use
7331 gdb_fopen_cloexec.
7332 * ser-pipe.c (pipe_open): Use gdb_socketpair_cloexec,
7333 close_most_fds.
7334 * ser-tcp.c (net_open): Use gdb_socket_cloexec.
7335 * ser-unix.c (hardwire_open): Use gdb_open_cloexec.
7336 * solib.c (solib_find): Use gdb_open_cloexec.
7337 * source.c (openp, find_and_open_source): Use gdb_open_cloexec.
7338 * tracepoint.c (tfile_start): Use gdb_fopen_cloexec.
7339 (tfile_open): Use gdb_open_cloexec.
7340 * tui/tui-io.c (tui_initialize_io): Use gdb_pipe_cloexec.
7341 * ui-file.c (gdb_fopen): Use gdb_fopen_cloexec.
7342 * xml-support.c (xml_fetch_content_from_file): Use
7343 gdb_fopen_cloexec.
7344 * main.c (captured_main): Call notice_open_fds.
7345
7346 2013-04-22 Edjunior Machado <emachado@linux.vnet.ibm.com>
7347
7348 * remote-sim.c (dump_mem): Change the type of 'buf' parameter from
7349 'char *' to 'gdb_byte *'.
7350 (gdbsim_store_register): Change the type of 'tmp' from 'char' to
7351 'gdb_byte'.
7352
7353 2013-04-22 Yao Qi <yao@codesourcery.com>
7354
7355 * infrun.c: Fix typo in comment.
7356
7357 2013-04-22 Andrew Haley <aph@redhat.com>
7358
7359 * arm-tdep.c (BranchDest): Cast result as "unsigned long",
7360 instead of "long".
7361
7362 2013-04-20 Yao Qi <yao@codesourcery.com>
7363
7364 * ctf.c (ctf_fetch_registers): Change the type of 'regs' from
7365 'char *' to 'gdb_byte *'. Cast the return value of
7366 'bt_ctf_get_char_array' to 'gdb_byte *'.
7367
7368 2013-04-19 Pedro Alves <palves@redhat.com>
7369
7370 * configure.ac (build_warnings): Replace -Wno-pointer-sign with
7371 -Wpointer-sign.
7372 * configure: Regenerate.
7373
7374 2013-04-19 Pedro Alves <palves@redhat.com>
7375
7376 * ser-tcp.c (net_read_prim): Cast second argument to recv to
7377 'void *'.
7378
7379 2013-04-19 Pedro Alves <palves@redhat.com>
7380
7381 * monitor.c (monitor_write_memory, monitor_write_memory_bytes):
7382 Change type of 'myaddr' parameter to gdb_byte pointer.
7383 (monitor_write_memory_longlongs): Likewise. Cast 'myaddr' pointer
7384 to 'long long' pointer instead of to 'unsigned long long'.
7385 (monitor_write_memory_block, monitor_read_memory_single)
7386 (monitor_read_memory): Change type of 'myaddr' parameter to
7387 gdb_byte pointer.
7388
7389 2013-04-19 Pedro Alves <palves@redhat.com>
7390
7391 * record.c (validate_history_size): Make parameter 'setting'
7392 unsigned.
7393
7394 2013-04-19 Pedro Alves <palves@redhat.com>
7395
7396 * ctf.c (ctf_write_uploaded_tsv, ctf_write_uploaded_tp): Add casts
7397 to 'gdb_byte *'.
7398
7399 2013-04-19 Pedro Alves <palves@redhat.com>
7400
7401 * cp-valprint.c (cp_print_class_member): Change type of 'fieldno'
7402 local to int.
7403
7404 2013-04-19 Pedro Alves <palves@redhat.com>
7405
7406 * ada-lang.c (print_it_exception): Add cast to gdb_byte *.
7407 * ada-tasks.c (read_fat_string_value): Likewise.
7408
7409 2013-04-19 Pedro Alves <palves@redhat.com>
7410
7411 * dwarf2-frame.c (execute_cfa_program): Make 'bytes_read' local
7412 unsigned. Pass 'tmp' to safe_read_uleb128 instead of the signed
7413 'offset', and adjust.
7414
7415 2013-04-19 Pedro Alves <palves@redhat.com>
7416
7417 * dwarf2read.c (dwarf2_get_dwz_file): Add cast to const char *.
7418 (read_index_from_section): Add cast to 'char *'.
7419
7420 2013-04-19 Pedro Alves <palves@redhat.com>
7421
7422 * xcoffread.c (xcoff_initial_scan): Add cast to 'char *'.
7423
7424 2013-04-19 Pedro Alves <palves@redhat.com>
7425
7426 * coff-pe-read.c (read_pe_exported_syms): Handle strings as char.
7427
7428 2013-04-19 Pedro Alves <palves@redhat.com>
7429
7430 * record-full.c (record_full_get_bookmark): Change local 'ret'
7431 type to char * and add cast to gdb_byte *.
7432 (record_full_goto_bookmark): Handle 'bookmark' argument as a
7433 string.
7434 * reverse.c (goto_bookmark_command): Add casts to gdb_byte *.
7435
7436 2013-04-19 Pedro Alves <palves@redhat.com>
7437
7438 * python/py-inferior.c (infpy_write_memory): Add cast to gdb_byte
7439 * python/py-prettyprint.c (print_string_repr): Change type of
7440 'output' local to char *. Add cast to gdb_byte * in
7441 LA_PRINT_STRING call.
7442 (print_children): Change type of 'output' local to char *.
7443 * python/py-value.c (valpy_string): Add cast to const char * in
7444 PyUnicode_Decode call.
7445
7446 2013-04-19 Pedro Alves <palves@redhat.com>
7447
7448 * remote-mips.c (mips_cksum): Rename 'data' parameter to 'datastr'
7449 and change its type to 'const char *'. Adjust.
7450 (mips_send_packet): Add cast to 'char *', and remove cast to
7451 'unsigned char *'.
7452 (mips_receive_packet): Remove cast to 'unsigned char *'.
7453 (mips_load_srec): Use bfd_byte.
7454 (pmon_makeb64, pmon_zeroset): Make 'chksum' parameter unsigned.
7455 (pmon_checkset): Make 'value' parameter unsigned.
7456
7457 2013-04-19 Pedro Alves <palves@redhat.com>
7458
7459 * common/agent.c (agent_run_command): Add cast to gdb_byte *.
7460
7461 2013-04-19 Pedro Alves <palves@redhat.com>
7462
7463 * remote.c (remote_write_bytes_aux, compare_sections_command)
7464 (remote_read_qxfer)
7465 (remote_search_memory, remote_hostio_pwrite, remote_hostio_pread)
7466 (remote_hostio_readlink, remote_bfd_iovec_pread)
7467 (remote_set_trace_notes): Use gdb_byte when RSP buffer is used as
7468 binary buffer, and char when buffer is used as string.
7469 * tracepoint.c (encode_source_string, tfile_write_uploaded_tp)
7470 (trace_save, tfile_open, traceframe_walk_blocks)
7471 (tfile_fetch_registers): Likewise.
7472
7473 2013-04-19 Pedro Alves <palves@redhat.com>
7474
7475 * ser-base.c (ser_base_write): Change prototype -- take 'void *'
7476 buffer and size_t size. Adjust.
7477 * ser-base.h (ser_base_write): Adjust.
7478 * ser-go32.c (cnts): Change type to size_t.
7479 (dos_write): Change prototype -- take 'void *'
7480 buffer and size_t size. Adjust.
7481 (dos_info): Print elements of 'cnts' as unsigned long.
7482 * serial.c (serial_write): Likewise.
7483 * serial.h (serial_write): Adjust.
7484 (struct serial_ops) <write>: Change prototype -- take 'void *'
7485 buffer and size_t size. Adjust.
7486
7487 2013-04-19 Pedro Alves <palves@redhat.com>
7488
7489 * c-lang.c (evaluate_subexp_c): Cast result of obstack_base to
7490 gdb_byte *.
7491 * linux-tdep.c (linux_make_mappings_corefile_notes): Likewise.
7492
7493 2013-04-19 Pedro Alves <palves@redhat.com>
7494
7495 * alpha-tdep.c (alpha_extract_return_value): Use
7496 regcache_cooked_read_unsigned to read 'v0'.
7497
7498 2013-04-19 Pedro Alves <palves@redhat.com>
7499
7500 * xtensa-tdep.c (execute_l32e, execute_s32e): Change type of
7501 parameters 'at', 'as' and 'offset' to uint32_t.
7502
7503 2013-04-19 Pedro Alves <palves@redhat.com>
7504
7505 * aarch64-tdep.c (aarch64_analyze_prologue): Change type of local
7506 'is64' to signed 'int'.
7507
7508 2013-04-19 Pedro Alves <palves@redhat.com>
7509
7510 * s390-tdep.c (is_rs, is_rsy, is_rx, is_rxy): Change type of 'd2'
7511 parameter to int *.
7512
7513 2013-04-19 Pedro Alves <palves@redhat.com>
7514
7515 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Change local
7516 'insnbuf' buffer type to unsigned int[].
7517
7518 2013-04-19 Pedro Alves <palves@redhat.com>
7519
7520 * mips-tdep.c (mips_read_pc): Change local 'pc' type to LONGEST.
7521
7522 2013-04-19 Pedro Alves <palves@redhat.com>
7523
7524 * mep-tdep.c (mep_get_insn): Change 'insn' parameter type to
7525 unsigned long *.
7526
7527 2013-04-19 Pedro Alves <palves@redhat.com>
7528
7529 * alpha-tdep.c (heuristic_fence_post): Change type to int.
7530 (alpha_heuristic_proc_start): Adjust to check -1 instead of
7531 UINT_MAX.
7532 * mips-tdep.c (heuristic_fence_post): Change type to int.
7533 (heuristic_proc_start): Adjust to check -1 instead of UINT_MAX.
7534
7535 2013-04-19 Pedro Alves <palves@redhat.com>
7536
7537 * cris-tdep.c (usr_cmd_cris_version): Make unsigned.
7538 (struct gdbarch_tdep) <cris_version>: Make unsigned.
7539 (cris_spec_reg_applicable, cris_gdbarch_init): Adjust locals.
7540
7541 2013-04-19 Pedro Alves <palves@redhat.com>
7542
7543 * avr-tdep.c (avr_io_reg_read_command): New local 'bufstr'. Use
7544 it to get a string view of the byte buffer.
7545 * i386-cygwin-tdep.c (core_process_module_section): Change local 'buf'
7546 type to gdb_byte *. Adjust.
7547 * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full):
7548 Change local to char *.
7549 * solib-darwin.c (find_program_interpreter): Change return type to
7550 char *. Adjust.
7551 (darwin_solib_get_all_image_info_addr_at_init): Adjust.
7552 * solib-dsbt.c (enable_break2): Change local 'buf' to char *.
7553 * solib-frv.c (enable_break2): Change local 'buf' to char *.
7554 * solib-spu.c (spu_current_sos): Add gdb_byte * cast.
7555 * solib-svr4.c (find_program_interpreter): Change return type to
7556 char *. Adjust.
7557 (enable_break): Change local 'interp_name' to char *.
7558 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
7559 * spu-tdep.c (spu_pseudo_register_read_spu): Add cast to 'char *'.
7560 (spu_pseudo_register_write_spu): Use char for string buffer.
7561 Adjust.
7562 (info_spu_event_command, info_spu_signal_command): Add casts to
7563 'char *'.
7564
7565 2013-04-19 Pedro Alves <palves@redhat.com>
7566
7567 * aarch64-tdep.c (aarch64_default_breakpoint): Change type to
7568 gdb_byte[].
7569 (aarch64_breakpoint_from_pc): Change return type to gdb_byte *.
7570 * ada-lang.c (ada_value_assign): Use gdb_byte.
7571 * alphanbsd-tdep.c (sigtramp_retcode): Change type to gdb_byte[].
7572 (alphanbsd_sigtramp_offset): Use gdb_byte.
7573 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint)
7574 (arm_linux_arm_be_breakpoint, eabi_linux_arm_le_breakpoint)
7575 (eabi_linux_arm_be_breakpoint, arm_linux_thumb_be_breakpoint)
7576 (arm_linux_thumb_le_breakpoint, arm_linux_thumb2_be_breakpoint)
7577 (arm_linux_thumb2_le_breakpoint): Change type to gdb_byte[].
7578 * arm-tdep.c (arm_stub_unwind_sniffer)
7579 (arm_displaced_init_closure): Use gdb_byte.
7580 (arm_default_arm_le_breakpoint, arm_default_arm_be_breakpoint)
7581 (arm_default_thumb_le_breakpoint)
7582 (arm_default_thumb_be_breakpoint): Change type to gdb_byte[].
7583 * arm-tdep.h (struct gdbarch_tdep) <arm_breakpoint,
7584 thumb_breakpoint, thumb2_breakpoint>: Change type to gdb_byte *.
7585 * arm-wince-tdep.c (arm_wince_le_breakpoint)
7586 (arm_wince_thumb_le_breakpoint): Change type to gdb_byte[].
7587 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint)
7588 (arm_nbsd_arm_be_breakpoint, arm_nbsd_thumb_le_breakpoint)
7589 (arm_nbsd_thumb_be_breakpoint): Change type to gdb_byte[].
7590 * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint)
7591 (arm_obsd_thumb_be_breakpoint): Change type to gdb_byte[].
7592 * cris-tdep.c (push_stack_item, cris_push_dummy_call)
7593 (cris_store_return_value, cris_extract_return_value): Use
7594 gdb_byte.
7595 (constraint): Change type of parameter to char * from signed
7596 char*. Use gdb_byte.
7597 * dwarf2loc.c (read_pieced_value, write_pieced_value): Change type
7598 of local buffer to gdb_byte *.
7599 * dwarf2read.c (read_index_from_section): Use gdb_byte.
7600 (create_dwp_hash_table): Change type of locals to gdb_byte *.
7601 (add_address_entry): Change type of local buffer to gdb_byte[].
7602 * frv-tdep.c (frv_adjust_breakpoint_address, find_func_descr)
7603 (frv_push_dummy_call): Use gdb_byte.
7604 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code)
7605 (hppa_hpux_supply_ss_fpblock, hppa_hpux_supply_ss_wide)
7606 (hppa_hpux_supply_save_state): Use gdb_byte.
7607 * hppa-tdep.c (hppa32_push_dummy_call)
7608 (hppa64_convert_code_addr_to_fptr): Use gdb_byte.
7609 * ia64-tdep.c (extract_bit_field, replace_bit_field)
7610 (slotN_contents, replace_slotN_contents): Change type of parameter
7611 to gdb_byte *.
7612 (fetch_instruction, ia64_pseudo_register_write)
7613 (ia64_register_to_value, ia64_value_to_register)
7614 (ia64_extract_return_value, ia64_store_return_value)
7615 (ia64_push_dummy_call): Use gdb_byte.
7616 * m32c-tdep.c (m32c_return_value): Remove cast.
7617 * m68hc11-tdep.c (m68hc11_pseudo_register_write)
7618 (m68hc11_push_dummy_call, m68hc11_store_return_value): Use
7619 gdb_byte.
7620 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Use gdb_byte.
7621 * mn10300-tdep.c (mn10300_store_return_value)
7622 (mn10300_breakpoint_from_pc, mn10300_push_dummy_call): Use
7623 gdb_byte.
7624 * moxie-tdep.c (moxie_process_readu): Use gdb_byte.
7625 (moxie_process_record): Remove casts.
7626 * ppc-ravenscar-thread.c (supply_register_at_address)
7627 (ppc_ravenscar_generic_store_registers): Use gdb_byte.
7628 * ravenscar-thread.c (get_running_thread_id): Use gdb_byte.
7629 * remote-m32r-sdi.c (m32r_fetch_register): Use gdb_byte.
7630 * remote-mips.c (mips_xfer_memory): Use gdb_byte.
7631 * remote.c (compare_sections_command): Use gdb_byte.
7632 * score-tdep.c (score7_free_memblock): Change type of parameter to
7633 gdb_byte *.
7634 * sh-tdep.c (sh_justify_value_in_reg): Change return type to
7635 gdb_byte *. Use gdb_byte.
7636 (sh_push_dummy_call_fpu): Use gdb_byte.
7637 (sh_extract_return_value_nofpu, sh_extract_return_value_fpu)
7638 (sh_store_return_value_nofpu, sh_store_return_value_fpu)
7639 (sh_register_convert_to_virtual, sh_register_convert_to_raw):
7640 Change parameter type to 'gdb_byte *'. Use gdb_byte.
7641 (sh_pseudo_register_read, sh_pseudo_register_write): Use gdb_byte.
7642 * sh64-tdep.c (sh64_push_dummy_call): Use gdb_byte.
7643 (sh64_store_return_value, sh64_register_convert_to_virtual):
7644 Change parameter type to 'gdb_byte *'. Use gdb_byte.
7645 (sh64_pseudo_register_write): Use gdb_byte.
7646 * solib-darwin.c (darwin_current_sos): Add casts to 'gdb_byte *'.
7647 * solib-irix.c (fetch_lm_info): Likewise. Use gdb_byte for byte
7648 buffer.
7649 (irix_current_sos): Use gdb_byte.
7650 * solib-som.c (som_current_sos): Use gdb_byte.
7651 * sparc-ravenscar-thread.c (supply_register_at_address)
7652 (sparc_ravenscar_generic_store_registers): Use gdb_byte.
7653 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
7654 * spu-tdep.c (spu_get_overlay_table): Use gdb_byte.
7655 * tic6x-tdep.c (tic6x_breakpoint_from_pc): Change return type to
7656 'gdb_byte *'.
7657 * tic6x-tdep.h (struct gdbarch_tdep) <breakpoint>: Change type to
7658 'gdb_byte *'.
7659 * tracepoint.c (tfile_fetch_registers): Use gdb_byte.
7660 * xstormy16-tdep.c (xstormy16_extract_return_value)
7661 (xstormy16_store_return_value): Change parameter type to
7662 'gdb_byte *'. Adjust.
7663 (xstormy16_push_dummy_call): Use gdb_byte.
7664 * xtensa-tdep.c (xtensa_scan_prologue, call0_ret)
7665 (call0_analyze_prologue, execute_code): Use gdb_byte.
7666
7667 2013-04-19 Vladimir Kargov <kargov@gmail.com>
7668 Pedro Alves <palves@redhat.com>
7669
7670 * i387-tdep.c (i387_print_float_info): Use gdb_byte for pointer to
7671 value contents.
7672
7673 2013-04-17 Doug Evans <dje@google.com>
7674
7675 * dwarf2read.c (struct signatured_type): New member type.
7676 (struct attribute): Replace member signatured_type with signature.
7677 (DW_SIGNATURE): Replaces DW_SIGNATURE_TYPE.
7678 (read_call_site_scope): Call follow_die_ref instead of
7679 follow_die_ref_or_sig.
7680 (read_structure_type): Rewrite handling of signatured types.
7681 (read_enumeration_type): Ditto.
7682 (read_attribute_value): Update.
7683 (build_error_marker_type): New function.
7684 (lookup_die_type): Add assert. Rewrite handling of signatured types.
7685 Don't call error for bad types, just build an error marker type.
7686 (dump_die_shallow): Update.
7687 (follow_die_sig_1): Renamed from follow_die_sig.
7688 Don't call error for bad types, instead return NULL.
7689 (follow_die_sig): New function.
7690 (get_signatured_type, get_DW_AT_signature_type): New functions.
7691
7692 2013-04-17 Yufeng Zhang <yufeng.zhang@arm.com>
7693
7694 * aarch64-tdep.c (aarch64_write_pc): Removed.
7695 (aarch64_gdbarch_init): Remove set_gdbarch_write_pc of the above
7696 function.
7697
7698 2013-04-17 Yao Qi <yao@codesourcery.com>
7699
7700 * top.c (print_gdb_configuration): Print configure-time
7701 parameter on using libbabeltrace or not.
7702
7703 2013-04-16 Pedro Alves <palves@redhat.com>
7704
7705 * copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.
7706
7707 2013-04-16 Pedro Alves <palves@redhat.com>
7708
7709 * common/glibc_thread_db.h: Update from upstream glibc
7710 (git 568035b7874a099087b77f7bba3e36a1173787b0).
7711
7712 2013-04-16 Pedro Alves <palves@redhat.com>
7713
7714 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: Factor out to ...
7715 * common/glibc_thread_db.h: ... this new file ...
7716 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: ... and include it.
7717
7718 2013-04-16 Will Newton <will.newton@gmail.com>
7719 Pedro Alves <palves@redhat.com>
7720
7721 PR build/11881
7722
7723 * common/gdb_thread_db.h (LIBTHREAD_DB_SO)
7724 (LIBTHREAD_DB_SEARCH_PATH): Move outside of #ifdef
7725 HAVE_THREAD_DB_H.
7726
7727 2013-04-16 Pedro Alves <palves@redhat.com>
7728 Eli Zaretskii <eliz@gnu.org>
7729
7730 * NEWS: Mention "set foo unlimited".
7731
7732 2013-04-15 Doug Evans <dje@google.com>
7733
7734 * dwarf2read.c (struct dwo_file): Replace member "cus" with "cu".
7735 (struct create_dwo_cu_data): Renamed from create_dwo_info_table_data.
7736 (create_dwo_cu_reader): Renamed from
7737 create_dwo_debug_info_hash_table_reader.
7738 (create_dwo_cu): Renamed from create_dwo_debug_info_hash_table.
7739 Remove support for multiple CUs in a DWO file.
7740 (open_and_init_dwo_file, lookup_dwo_cutu): Update.
7741
7742 * dwarf2read.c (create_debug_types_hash_table): Use hex_string
7743 instead of phex.
7744 (lookup_dwo_unit, create_dwo_debug_info_hash_table_reader): Ditto.
7745 (create_dwo_in_dwp): Ditto.
7746
7747 2013-04-15 Tom Tromey <tromey@redhat.com>
7748
7749 * NEWS: Move recent entries into "since 7.6" section.
7750
7751 2013-04-15 Tom Tromey <tromey@redhat.com>
7752
7753 PR c++/13588:
7754 * NEWS: Update.
7755 * break-catch-throw.c (struct exception_catchpoint)
7756 <exception_rx, pattern>: New fields.
7757 (fetch_probe_arguments, dtor_exception_catchpoint)
7758 (check_status_exception_catchpoint)
7759 (print_one_detail_exception_catchpoint): New functions.
7760 (handle_gnu_v3_exceptions): Add "except_rx" argument.
7761 Compile regular expression if needed.
7762 (extract_exception_regexp): New function.
7763 (catch_exception_command_1): Use extract_exception_regexp.
7764 (compute_exception): Use fetch_probe_arguments.
7765 (initialize_throw_catchpoint_ops): Set dtor, print_one_detail,
7766 and check_status fields.
7767 * cp-abi.c (cplus_typename_from_type_info): New function.
7768 * cp-abi.h (cplus_typename_from_type_info): Declare.
7769 (struct cp_abi_ops) <get_typename_from_type_info>: New field.
7770 * gdb_regex.h (compile_rx_or_error): Declare.
7771 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info): Update
7772 comment.
7773 (init_gnuv3_ops): Set get_type_from_type_info field.
7774 * probe.c (compile_rx_or_error): Move...
7775 * utils.c (compile_rx_or_error): ... here.
7776
7777 2013-04-15 Tom Tromey <tromey@redhat.com>
7778
7779 PR c++/15176:
7780 * NEWS: Update.
7781 * break-catch-throw.c (compute_exception): New function.
7782 (exception_funcs): New global.
7783 (_initialize_break_catch_throw): Create $_exception.
7784 * cp-abi.c (cplus_type_from_type_info): New function.
7785 * cp-abi.h (cplus_type_from_type_info): Declare.
7786 (struct cp_abi_ops) <get_type_from_type_info>: New field.
7787 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info)
7788 (gnuv3_get_type_from_type_info): New functions.
7789 (init_gnuv3_ops): Set get_type_from_type_info ABI field.
7790
7791 2013-04-15 Tom Tromey <tromey@redhat.com>
7792
7793 * break-catch-throw.c (struct exception_names): New.
7794 (exception_functions): Change type.
7795 (re_set_exception_catchpoint): Look for SDT probes.
7796
7797 2013-04-15 Tom Tromey <tromey@redhat.com>
7798
7799 PR c++/10119:
7800 * break-catch-throw.c (exception_functions): New global.
7801 (gnu_v3_exception_catchpoint_ops): Move earlier.
7802 (struct exception_catchpoint): New.
7803 (classify_exception_breakpoint): Rewrite.
7804 (re_set_exception_catchpoint): New function.
7805 (handle_gnu_v3_exceptions): Return void. Use init_catchpoint.
7806 Allocate a struct exception_catchpoint.
7807 (catch_exception_command_1): Update.
7808 (initialize_throw_catchpoint_ops): Set 're_set' method.
7809
7810 2013-04-15 Tom Tromey <tromey@redhat.com>
7811
7812 * Makefile.in (SFILES): Add break-catch-throw.c
7813 (COMMON_OBS): Add break-catch-throw.o.
7814 * break-catch-throw.c: New file.
7815 * breakpoint.c: Move exception-catching code to new file.
7816 (ep_parse_optional_if_clause): No longer static.
7817 * breakpoint.h (ep_parse_optional_if_clause): Declare.
7818
7819 2013-04-15 Tom Tromey <tromey@redhat.com>
7820
7821 PR c++/9065:
7822 * NEWS: Update.
7823 * breakpoint.c (watchpoint_exp_is_const): Add OP_TYPEID.
7824 * c-exp.y (TYPEID): New token.
7825 (exp): Add new TYPEID productions.
7826 (ident_tokens): Add "typeid".
7827 * cp-abi.c (cplus_typeid, cplus_typeid_type): New functions.
7828 * cp-abi.h (cplus_typeid, cplus_typeid_type): Declare.
7829 (struct cp_abi_ops) <get_typeid, get_typeid_type>: New fields.
7830 * eval.c (evaluate_subexp_standard) <OP_TYPEID>: New case.
7831 * expprint.c (dump_subexp_body_standard) <OP_TYPEID>: New
7832 case.
7833 * gnu-v3-abi.c (std_type_info_gdbarch_data): New global.
7834 (build_std_type_info_type, gnuv3_get_typeid_type)
7835 (gnuv3_get_typeid): New functions.
7836 (init_gnuv3_ops): Initialize std_type_info_gdbarch_data. Set
7837 new fields on ABI object.
7838 * parse.c (operator_length_standard) <OP_TYPEID>: New case.
7839 * std-operator.def (OP_TYPEID): New.
7840
7841 2013-04-15 Tom Tromey <tromey@redhat.com>
7842
7843 * elfread.c (elf_symtab_read): Install versioned symbol under
7844 unversioned name as well.
7845
7846 2013-04-15 Tom Tromey <tromey@redhat.com>
7847
7848 PR c++/11990:
7849 * c-lang.c (cplus_language_defn): Use gdb_demangle.
7850 * c-typeprint.c (c_type_print_base): Use gdb_demangle.
7851 * cp-support.c (mangled_name_to_comp): Use gdb_demangle.
7852 (gdb_demangle): New function.
7853 * cp-support.h (gdb_demangle): Declare.
7854 * dwarf2read.c (dwarf2_physname, fixup_partial_die)
7855 (dwarf2_name): Use gdb_demangle.
7856 * gdbtypes.c (check_stub_method): Use gdb_demangle.
7857 * gnu-v3-abi.c (gnuv3_rtti_type): Strip @plt and version
7858 suffixes from name.
7859 (gnuv3_print_method_ptr): Use gdb_demangle.
7860 * jv-lang.c (java_demangle): Use gdb_demangle.
7861 * jv-typeprint.c (java_type_print_base): Use gdb_demangle.
7862 * language.c (unk_lang_demangle): Use gdb_demangle.
7863 * symtab.c (symbol_find_demangled_name)
7864 (demangle_for_lookup): Use gdb_demangle.
7865
7866 2013-04-15 Tom Tromey <tromey@redhat.com>
7867
7868 PR c++/12824:
7869 * NEWS: Update.
7870 * breakpoint.c (enum exception_event_kind) <EX_EVENT_RETHROW>:
7871 New constant.
7872 (classify_exception_breakpoint): New function.
7873 (print_it_exception_catchpoint, print_one_exception_catchpoint)
7874 (print_mention_exception_catchpoint)
7875 (print_recreate_exception_catchpoint, handle_gnu_v3_exceptions)
7876 (catch_exception_command_1): Handle "rethrow" catchpoint.
7877 (catch_rethrow_command): New function.
7878 (_initialize_breakpoint): Add "catch rethrow" command.
7879
7880 2013-04-15 Pierre Muller <muller@sourceware.org>
7881
7882 * contrib/ari/gdb_ari.sh (write_pc rule): Do not consider
7883 set_gdbarch_write_pc as deprecated anymore.
7884
7885 2013-04-15 Joel Brobecker <brobecker@adacore.com>
7886
7887 * spu-tdep.c (spu_write_pc): Add empty line after local variable
7888 declarations.
7889
7890 2013-04-13 Yao Qi <yao@codesourcery.com>
7891
7892 * ctf.c (_initialize_ctf): Include "completer.h".
7893 Call add_target_with_completer instead of add_target.
7894
7895 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7896
7897 Fix GDB regression related to PR binutils/14813.
7898 * jit.c (mem_bfd_iovec_close): Return 0 for success.
7899 * minidebug.c (lzma_close): Add return value comment.
7900 * remote.c (remote_bfd_iovec_close): Return 0 for success.
7901 * solib-spu.c (spu_bfd_iovec_close): Likewise.
7902 * spu-linux-nat.c (spu_bfd_iovec_close): Likewise.
7903
7904 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7905
7906 * config.in: Regenerate.
7907
7908 2013-04-12 Tom Tromey <tromey@redhat.com>
7909
7910 * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: Now
7911 const.
7912 * dwarf2read.c (struct dwarf2_section_info) <buffer>: Now const.
7913 (struct die_reader_specs) <buffer>: Likewise.
7914 (die_reader_func_ftype): Make 'info_ptr' const.
7915 (struct line_header) <include_dirs, statement_program_start,
7916 statement_program_end>: Now const.
7917 (struct file_entry) <name>: Likewise.
7918 (struct partial_die_info) <sibling>: Likewise.
7919 (struct dwarf_block) <data>: Likewise.
7920 (dwarf2_read_section): Remove cast.
7921 (dwarf2_get_section_info): Make 'bufp' const.
7922 (read_index_from_section): Constify.
7923 (dw2_get_file_names_reader): Make 'info_ptr' const.
7924 (dw2_get_primary_filename_reader): Likewise.
7925 (read_comp_unit_head): Make 'info_ptr' and return type const.
7926 (read_and_check_comp_unit_head, read_and_check_type_unit_head):
7927 Likewise.
7928 (read_abbrev_offset): Constify.
7929 (dwarf2_create_include_psymtab): Make 'name' const.
7930 (create_debug_types_hash_table): Update.
7931 (read_cutu_die_from_dwo): Make 'result_info_ptr' const.
7932 (init_cutu_and_read_dies, init_cutu_and_read_dies_no_follow):
7933 Constify.
7934 (process_psymtab_comp_unit_reader, build_type_psymtabs_reader)
7935 (load_partial_comp_unit_reader): Make 'info_ptr' const.
7936 (read_comp_units_from_section): Constify.
7937 (peek_abbrev_code, peek_die_abbrev, skip_children, skip_one_die)
7938 (locate_pdi_sibling, load_full_comp_unit_reader): Make 'info_ptr'
7939 const.
7940 (dwarf2_compute_name, setup_type_unit_groups): Constify.
7941 (create_dwo_debug_info_hash_table): Make 'info_ptr' const.
7942 (create_dwp_hash_table, dwarf2_ranges_read)
7943 (dwarf2_record_block_ranges): Constify.
7944 (read_die_and_children, read_die_and_siblings_1)
7945 (read_die_and_siblings): Make 'info_ptr' and 'new_info_ptr'
7946 const.
7947 (read_full_die_1, read_full_die): Make 'info_ptr' const.
7948 (abbrev_table_read_table): Constify.
7949 (load_partial_dies): Make 'info_ptr' const.
7950 (read_partial_die, read_attribute_value, read_attribute): Make
7951 'info_ptr' and return type const.
7952 (read_address, read_initial_length)
7953 (read_checked_initial_length_and_offset, read_offset)
7954 (read_offset_1, read_n_bytes, read_direct_string): Make 'buf'
7955 const.
7956 (read_direct_string): Make 'buf' and return type const.
7957 (read_indirect_string_at_offset, read_indirect_string_from_dwz)
7958 (read_indirect_string): Make return type const.
7959 (read_unsigned_leb128, read_signed_leb128): Make 'buf' const.
7960 (read_addr_index_from_leb128, dwarf2_read_addr_index_reader): Make
7961 'info_ptr' const.
7962 (read_str_index): Make return type const.
7963 (add_include_dir): Make 'include_dir' const.
7964 (add_file_name): Make 'name' const.
7965 (dwarf_decode_line_header): Constify.
7966 (psymtab_include_file_name): Make return type const.
7967 (dwarf_decode_lines_1, dwarf_decode_lines): Constify.
7968 (dwarf2_start_subfile): Make 'filename' const.
7969 (dwarf2_const_value_attr): Make 'bytes' const.
7970 (read_signatured_type_reader): Make 'info_ptr' const.
7971 (decode_locdesc): Constify.
7972 (skip_form_bytes): Make 'bytes', 'buffer_end', and return type
7973 const.
7974 (skip_unknown_opcode): Make 'opcode_definitions', 'mac_ptr',
7975 'mac_end', and return type const.
7976 (dwarf_parse_macro_header): Make 'mac_ptr' and return type const.
7977 (dwarf_decode_macro_bytes): Make 'mac_ptr', 'mac_end', and return
7978 type const.
7979 (per_cu_header_read_in): Constify.
7980 * symfile.h (dwarf2_get_section_info): Update.
7981
7982 2013-04-12 Tom Tromey <tromey@redhat.com>
7983
7984 * symtab.h (struct general_symbol_info) <value.bytes>: Make const.
7985
7986 2013-04-12 Eli Zaretskii <eliz@gnu.org>
7987
7988 * NEWS: Mention "show configuration", --configuration.
7989 * top.c (print_gdb_configuration): New function, displays the
7990 details about GDB configure-time parameters.
7991 (print_gdb_version): Mention "show configuration".
7992 * cli/cli-cmds.c (show_configuration): New function.
7993 (_initialize_cli_cmds): Add the "show configuration" command.
7994 * main.c (captured_main) <print_configuration>: New static var.
7995 <long_options>: Use it.
7996 If --configuration was given, call print_gdb_configuration.
7997
7998 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7999 Pedro Alves <palves@redhat.com>
8000
8001 * Makefile.in (HAVE_NATIVE_GCORE_TARGET): New.
8002 (generated_files): Add gcore.
8003 (install-only, uninstall): Add gcore if HAVE_NATIVE_GCORE_TARGET or
8004 HAVE_NATIVE_GCORE_HOST.
8005 (gcore): New.
8006 * NEWS (Changes since GDB 7.6): Mention newly installed gcore.
8007 * config/alpha/alpha-osf3.mh, config/i386/fbsd.mh,
8008 config/i386/fbsd64.mh, config/i386/i386gnu.mh, config/i386/i386sol2.mh,
8009 config/i386/sol2-64.mh, config/mips/irix5.mh, config/mips/irix6.mh,
8010 config/powerpc/fbsd.mh, config/sparc/fbsd.mh, config/sparc/sol2.mh:
8011 Add HAVE_NATIVE_GCORE_HOST.
8012 * configure: Regenerate.
8013 * configure.ac (HAVE_NATIVE_GCORE_TARGET): New, set it, AC_SUBST it.
8014 New AC_SUBST fir GDB_TRANSFORM_NAME and GCORE_TRANSFORM_NAME. New
8015 AC_CONFIG_FILES for gcore.
8016 * configure.tgt: Add gdb_have_gcore to the initial comment. Set
8017 gdb_have_gcore.
8018 * gdb_gcore.sh: Rename to ...
8019 * gcore.in: ... here. Remove gcore.sh comment. Use GDB_TRANSFORM_NAME
8020 and GCORE_TRANSFORM_NAME substitutions.
8021
8022 Fix parsing tabs in ${gdb_target_obs}.
8023 * configure.tgt (gdb_have_gcore): Replace case with for and if.
8024
8025 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8026
8027 * remote.c (unpush_and_perror): Add output message final dot.
8028
8029 2013-04-11 Yao Qi <yao@codesourcery.com>
8030
8031 * tracepoint.c (tfile_interp_line): Fit parameters line and
8032 utpp in one line.
8033
8034 2013-04-10 Joel Brobecker <brobecker@adacore.com>
8035
8036 * solib.c (solib_map_sections): Remove code overwriting
8037 SO->SO_NAME with the bfd's filename.
8038
8039 2013-04-10 Pedro Alves <palves@redhat.com>
8040
8041 * cli/cli-decode.c (integer_unlimited_completer): New function.
8042 (add_setshow_integer_cmd, add_setshow_uinteger_cmd)
8043 (add_setshow_zuinteger_unlimited_cmd): Install the "unlimited"
8044 completer.
8045 * cli/cli-setshow.c: Include "cli/cli-utils.h".
8046 (is_unlimited_literal): New function.
8047 (do_set_command): Handle literal "unlimited" arguments.
8048 * frame.c (_initialize_frame) <set backtrace limit>: Document
8049 "unlimited".
8050 * printcmd.c (_initialize_printcmd) <set print
8051 max-symbolic-offset>: Add help text.
8052 * record-full.c (_initialize_record_full) <set record full
8053 insn-number-max>: Likewise.
8054 * record.c (_initialize_record) <set record
8055 instruction-history-size, set record function-call-history-size>:
8056 Add help text.
8057 * ser-tcp.c (_initialize_ser_tcp) <set tcp connect-timeout>: Add
8058 help text.
8059 * tracepoint.c (_initialize_tracepoint) <set trace-buffer-size>:
8060 Likewise.
8061 * source.c (_initialize_source) <set listsize>: Add help text.
8062 * utils.c (initialize_utils) <set height, set width>: Likewise.
8063 <set pagination>: Mention "set height unlimited".
8064 * valprint.c (_initialize_valprint) <set print elements, set print
8065 repeats>: Document "unlimited".
8066
8067 2013-04-10 Pedro Alves <palves@redhat.com>
8068
8069 * cli/cli-cmds.c (quit_command): Call query_if_trace_running
8070 instead of disconnect_tracing.
8071 * infcmd.c (detach_command, disconnect_command): Call
8072 query_if_trace_running. Adjust.
8073 * top.c: Include "tracepoint.h".
8074 (quit_target): Delete. Contents moved ...
8075 (quit_force): ... here. Wrap each stage of teardown in
8076 TRY_CATCH. Call disconnect_tracing before detaching.
8077
8078 2013-04-10 Hui Zhu <hui@codesourcery.com>
8079 Yao Qi <yao@codesourcery.com>
8080
8081 * configure.ac: Check libbabeltrace is installed.
8082 * config.in: Regenerate.
8083 * configure: Regenerate.
8084 * Makefile.in (LIBBABELTRACE): New.
8085 (CLIBS): Add LIBBABELTRACE.
8086 * ctf.c: Include "exec.h".
8087 (CTF_EVENT_ID_STATUS, CTF_EVENT_ID_TSV_DEF): New macros.
8088 (CTF_EVENT_ID_TP_DEF, ctf_save_write_int32): New macros.
8089 (ctf_save_metadata_header): Define new type aliases in
8090 metadata.
8091 (ctf_write_header): Define event type "tsv_def" and "tp_def"
8092 in metadata. Start a new faked packet for trace status.
8093 (ctf_write_status): Write trace status to CTF.
8094 (ctf_write_uploaded_tsv): Write TSV to CTF.
8095 (ctf_write_uploaded_tp): Write tracepoint definition to CTF.
8096 (ctf_write_definition_end): End the faked packet.
8097
8098 (ctx, ctf_iter, trace_dirname): New.
8099 (start_pos): New variable.
8100 (ctf_destroy, ctf_open_dir, ctf_open): New.
8101 (SET_INT32_FIELD, SET_ARRAY_FIELD, SET_STRING_FIELD): New
8102 macros.
8103 (ctf_read_tsv, ctf_read_tp, ctf_close, ctf_files_info): New.
8104 (ctf_fetch_registers, ctf_xfer_partial): New.
8105 (ctf_get_trace_state_variable_value): New.
8106 (ctf_get_tpnum_from_frame_event): New.
8107 (ctf_get_traceframe_address): New.
8108 (ctf_trace_find, ctf_has_stack): New.
8109 (ctf_has_registers, ctf_traceframe_info, init_ctf_ops): New.
8110 (ctf_get_trace_status, ctf_read_status): New.
8111 (_initialize_ctf): New.
8112 * tracepoint.c (get_tracepoint_number): New
8113 (get_uploaded_tsv): Remove 'static'.
8114 (struct traceframe_info, trace_regblock_size): Move it to ...
8115 * tracepoint.h: ... here.
8116 (get_tracepoint_number): Declare it.
8117 (get_uploaded_tsv): Declare it.
8118
8119 * NEWS: Mention new configure option.
8120
8121 2013-04-10 Pedro Alves <palves@redhat.com>
8122 Hui Zhu <hui@codesourcery.com>
8123
8124 * breakpoint.c (dprintf_re_set): New.
8125 (initialize_breakpoint_ops): Set dprintf_breakpoint_ops re_set
8126 to dprintf_re_set.
8127
8128 2013-04-09 Joel Brobecker <brobecker@adacore.com>
8129
8130 * configure.tgt (gdb_target_obs) <powerpc-*-aix* | rs6000-*-*>:
8131 Remove solib-svr4.o from the list.
8132
8133 2013-04-09 Joel Brobecker <brobecker@adacore.com>
8134
8135 * varobj.c (update_dynamic_varobj_children) [!HAVE_PYTHON]:
8136 Use gdb_assert_not_reached instead of invalid boolean expression.
8137
8138 2013-04-09 Pedro Alves <palves@redhat.com>
8139
8140 * remote.c (unpush_and_perror): New function.
8141 (readchar, remote_serial_write): Use it.
8142
8143 2013-04-09 Markus Metzger <markus.t.metzger@intel.com>
8144
8145 * NEWS: Mention new btrace RSP packets.
8146
8147 2013-04-08 Tom Tromey <tromey@redhat.com>
8148
8149 * symmisc.c (dump_msymbols): Cast fprintf_filtered argument to
8150 long.
8151
8152 2013-04-08 Tom Tromey <tromey@redhat.com>
8153
8154 * maint.c (print_bfd_section_info): Print the section index.
8155 * symmisc.c (dump_msymbols): Print the section index.
8156
8157 2013-04-08 Tom Tromey <tromey@redhat.com>
8158
8159 PR symtab/8424:
8160 * blockframe.c (find_pc_partial_function_gnu_ifunc): Check
8161 SYMBOL_SECTION, not SYMBOL_OBJ_SECTION.
8162 * breakpoint.c (resolve_sal_pc): Update.
8163 * elfread.c (elf_gnu_ifunc_record_cache): Update.
8164 * findvar.c (struct minsym_lookup_data) <objfile>: New field.
8165 (minsym_lookup_iterator_cb): Use it.
8166 (default_read_var_value): Update.
8167 * hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline):
8168 Update.
8169 * infcmd.c (jump_command): Update.
8170 * linespec.c (minsym_found): Update.
8171 * maint.c (maintenance_translate_address): Update.
8172 * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Update.
8173 (prim_record_minimal_symbol_full): Don't set SYMBOL_OBJ_SECTION.
8174 * parse.c (write_exp_msymbol): Update.
8175 * printcmd.c (address_info): Update.
8176 * psymtab.c (find_pc_sect_psymbol): Update.
8177 (fixup_psymbol_section): Check SYMBOL_SECTION, not
8178 SYMBOL_OBJ_SECTION.
8179 (add_psymbol_to_bcache): Correctly initialize SYMBOL_SECTION.
8180 Don't initialize SYMBOL_OBJ_SECTION.
8181 * spu-tdep.c (spu_catch_start): Update.
8182 * stabsread.c (define_symbol): Don't set SYMBOL_SECTION.
8183 * symmisc.c (dump_msymbols, print_symbol): Update.
8184 * symtab.c (fixup_section): Don't set 'obj_section'. Change
8185 how fallback section is computed.
8186 (fixup_symbol_section): Update.
8187 (find_pc_sect_symtab, find_function_start_sal, skip_prologue_sal):
8188 Update.
8189 (allocate_symbol, initialize_symbol, allocate_template_symbol):
8190 Initialize SYMBOL_SECTION.
8191 * symtab.h (struct general_symbol_info) <section>: Update comment.
8192 <obj_section>: Remove.
8193 (SYMBOL_OBJ_SECTION): Add 'objfile' argument. Rewrite.
8194 (SYMBOL_OBJFILE): New macro.
8195
8196 2013-04-08 Tom Tromey <tromey@redhat.com>
8197
8198 * coffread.c (record_minimal_symbol): Update.
8199 * dbxread.c (record_minimal_symbol): Update.
8200 * elfread.c (record_minimal_symbol): Update.
8201 * machoread.c (macho_symtab_add_minsym): Update.
8202 * mdebugread.c (record_minimal_symbol, parse_partial_symbols):
8203 Update.
8204 * minsyms.c (prim_record_minimal_symbol): Update.
8205 (prim_record_minimal_symbol_full): Remove 'bfd_section'
8206 argument.
8207 (prim_record_minimal_symbol_and_info): Likewise.
8208 * minsyms.h (prim_record_minimal_symbol_full)
8209 (prim_record_minimal_symbol_and_info): Update.
8210 * symtab.c (allocate_symbol, initialize_symbol)
8211 (allocate_template_symbol): Initialize SYMBOL_SECTION.
8212 * xcoffread.c (record_minimal_symbol, scan_xcoff_symtab):
8213 Update.
8214
8215 2013-04-08 Tom Tromey <tromey@redhat.com>
8216
8217 PR symtab/8423:
8218 * solib-som.c (som_solib_section_offsets): Use BFD section
8219 indices. Set offsets for all sections.
8220 * somread.c (som_symtab_read): Compute BFD section for
8221 symbol. Use prim_record_minimal_symbol_and_info.
8222 (som_symfile_read): Fix comment.
8223 (struct find_section_offset_arg): New.
8224 (find_section_offset, set_section_index): New functions.
8225 (som_symfile_offsets): Use set_section_index to compute
8226 section indices.
8227
8228 2013-04-08 Tom Tromey <tromey@redhat.com>
8229
8230 * coffread.c (cs_to_section): Use gdb_bfd_section_index.
8231 * elfread.c (record_minimal_symbol, elf_symtab_read): Use
8232 gdb_bfd_section_index.
8233 * gdb_bfd.c (gdb_bfd_section_index, gdb_bfd_count_sections):
8234 New functions.
8235 * gdb_bfd.h (gdb_bfd_section_index, gdb_bfd_count_sections):
8236 Declare.
8237 * machoread.c (macho_symtab_add_minsym, macho_symfile_offsets):
8238 Update.
8239 * objfiles.c (add_to_objfile_sections_full): New function.
8240 (add_to_objfile_sections): Use it.
8241 (build_section_table): Rewrite.
8242 (objfile_relocate1): Use gdb_bfd_section_index. Update.
8243 * objfiles.h (obj_section_offset): Use gdb_bfd_section_index.
8244 (struct objfile) <sections>: Update comment.
8245 (ALL_OBJFILE_OSECTIONS): Skip sections where the_bfd_section
8246 is NULL.
8247 (ALL_OBJSECTIONS): Use it.
8248 * solib-dsbt.c (dsbt_relocate_main_executable): Update.
8249 * solib-frv.c (frv_relocate_main_executable): Update.
8250 * solib-target.c (solib_target_relocate_section_addresses):
8251 Use gdb_bfd_section_index.
8252 * symfile.c (build_section_addr_info_from_section_table):
8253 Use gdb_bfd_section_index.
8254 (build_section_addr_info_from_bfd, place_section): Likewise.
8255 * symtab.c (fixup_section): Update.
8256 * xcoffread.c (find_targ_sec): Use gdb_bfd_section_index.
8257
8258 2013-04-08 Tom Tromey <tromey@redhat.com>
8259
8260 * minsyms.h (struct bound_minimal_symbol): New.
8261 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
8262 Remove objfile argument.
8263 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
8264 Return bound_minimal_symbol.
8265 * minsyms.c (lookup_minimal_symbol_by_pc_1)
8266 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
8267 Return bound_minimal_symbol.
8268 (in_gnu_ifunc_stub): Update.
8269 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
8270 Remove 'objfile_p' argument.
8271 (lookup_solib_trampoline_symbol_by_pc): Update.
8272 * ada-tasks.c, amd64-windows-tdep.c, arm-tdep.c,
8273 arm-wince-tdep.c, block.c, blockframe.c, breakpoint.c, btrace.c,
8274 c-valprint.c, dwarf2loc.c, elfread.c, frame.c, frv-tdep.c,
8275 glibc-tdep.c, gnu-v2-abi.c, gnu-v3-abi.c, hppa-hpux-tdep.c,
8276 i386-tdep.c, ia64-tdep.c, infcall.c, infcmd.c, jit.c,
8277 linux-fork.c, m32c-tdep.c, m68hc11-tdep.c, maint.c,
8278 mips-tdep.c, p-valprint.c, parse.c, ppc-linux-tdep.c,
8279 ppc-sysv-tdep.c, printcmd.c, rs6000-tdep.c, sh64-tdep.c,
8280 stack.c, symtab.c, tui/tui-disasm.c: Update.
8281
8282 2013-04-08 Tom Tromey <tromey@redhat.com>
8283
8284 * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.
8285 Use symbol's obstack, not an objfile.
8286 * coffread.c (process_coff_symbol): Update.
8287 * dwarf2read.c (fixup_go_packaging, new_symbol_full): Update.
8288 * jv-lang.c (add_class_symbol): Update.
8289 * mdebugread.c (new_symbol): Update.
8290 * minsyms.c (prim_record_minimal_symbol_full)
8291 (terminate_minimal_symbol_table): Update.
8292 * psymtab.c (add_psymbol_to_bcache): Clear entire symbol. Update.
8293 * stabsread.c (define_symbol, read_enum_type): Update.
8294 * symtab.c (symbol_set_demangled_name, symbol_get_demangled_name):
8295 Handle Ada specially.
8296 (symbol_set_language): Add 'obstack' argument.
8297 (symbol_set_names): Update.
8298 (symbol_natural_name, symbol_demangled_name): Always use
8299 ada_decode_symbol.
8300 * symtab.h (struct general_symbol_info)
8301 <language_specific::obstack>: New field.
8302 <ada_mangled>: New field.
8303 (SYMBOL_SET_LANGUAGE): Add 'obstack' argument.
8304 (symbol_set_language): Update.
8305
8306 2013-04-08 Tom Tromey <tromey@redhat.com>
8307
8308 * symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name):
8309 Take an obstack, not an objfile.
8310 (symbol_set_names): Update.
8311 * symtab.h (symbol_set_demangled_name): Update.
8312
8313 2013-04-08 Tom Tromey <tromey@redhat.com>
8314
8315 * coffread.c (process_coff_symbol, coff_read_enum_type): Call
8316 allocate_symbol.
8317 * dwarf2read.c (fixup_go_packaging): Call allocate_symbol.
8318 (read_func_scope): Call allocate_template_symbol.
8319 (new_symbol_full): Call allocate_symbol.
8320 * jit.c (finalize_symtab): Call allocate_symbol.
8321 * jv-lang.c (add_class_symbol): Call allocate_symbol.
8322 * mdebugread.c (parse_symbol, new_block): Call allocate_symbol.
8323 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
8324 (common_block_end): Call allocate_symbol.
8325 * symtab.c (allocate_symbol, initialize_symbol)
8326 (allocate_template_symbol): New functions.
8327 * symtab.c (allocate_symbol, initialize_symbol)
8328 (allocate_template_symbol): Declare.
8329 * xcoffread.c (process_xcoff_symbol): Call initialize_symbol.
8330
8331 2013-04-08 Pedro Alves <palves@redhat.com>
8332 Keith Seitz <keiths@redhat.com>
8333
8334 * breakpoint.c (create_breakpoint): Rename
8335 "parse_condition_and_thread" parameter to "parse_arg". Update
8336 describing comment. If !PARSE_ARG, then error out if ARG is not
8337 the empty string after extracting the location.
8338 * breakpoint.h (create_breakpoint): Rename
8339 "parse_condition_and_thread" parameter to "parse_arg".
8340
8341 2013-04-08 Aleksandar Ristovski <aristovski@qnx.com
8342
8343 * solib-svr4.c (lm_addr_check): Add const qualifier to 'so' arg.
8344
8345 2013-04-07 Yao Qi <yao@codesourcery.com>
8346
8347 * remote.c (remote_trace_find): Change type of parameters 'addr1'
8348 and 'addr2' to CORE_ADDR.
8349 * target.c (update_current_target): Update.
8350 * target.h (struct target_ops) <to_trace_find>: Change parameter
8351 type to CORE_ADDR.
8352 * tracepoint.c (tfind_1): Change type of parameters 'addr1' and
8353 'addr2' to CORE_ADDR.
8354 (tfile_trace_find): Likewise.
8355 (tfile_get_traceframe_address): Change return type to CORE_ADDR.
8356 Change local variable 'addr' to type CORE_ADDR.
8357 * tracepoint.h (tfind_1): Update declaration.
8358
8359 2013-04-06 Eli Zaretskii <eliz@gnu.org>
8360
8361 * windows-nat.c (windows_get_absolute_argv0): Move from here...
8362 * mingw-hdep.c (windows_get_absolute_argv0): ...to here.
8363 Include main.h.
8364
8365 * windows-nat.h (windows_get_absolute_argv0): Move prototype from
8366 here...
8367 * main.h (windows_get_absolute_argv0): ...to here.
8368
8369 2013-04-05 Doug Evans <dje@google.com>
8370
8371 * dwarf2read.c (struct dwarf2_per_objfile): Tweak comment.
8372 (read_cutu_die_from_dwo): Add comments.
8373 (read_structure_type): Update comment.
8374 (read_enumeration_type, read_namespace_type): Update comment.
8375 (read_die_type, get_die_type_at_offset, get_die_type): Update comment.
8376
8377 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8378
8379 Convert man pages to texinfo, new gdbinit.5 texinfo page.
8380 * Makefile.in (gdb.z): Remove.
8381 (install-only): Remove $(man1dir) and gdb.1 installation.
8382 * gdb.1: Remove.
8383
8384 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8385
8386 Fix compatibility with Linux kernel 3.8.3.
8387 * linux-tdep.c (linux_find_memory_regions_full): Move variable number
8388 to more inner block. Remove parsing of NUMBER from outer block.
8389 Parse NUMBER only if KEYWORD has been identified.
8390
8391 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8392
8393 Fix variable name shadowing.
8394 * linux-tdep.c (linux_find_memory_regions_full): Rename outer variable
8395 filename to mapsfilename and update its uses.
8396
8397 2013-04-05 Eli Zaretskii <eliz@gnu.org>
8398
8399 * Makefile.in (TAGS): Avoid warning from etags when $GDB_NM_FILE is
8400 empty. See http://sourceware.org/ml/gdb-patches/2012-08/msg00504.html
8401 and http://sourceware.org/ml/gdb-patches/2013-04/msg00055.html for
8402 details of the problem.
8403
8404 2013-04-04 Pedro Alves <palves@redhat.com>
8405 Hui Zhu <hui@codesourcery.com>
8406
8407 * breakpoint.c (validate_commands_for_breakpoint): If validating a
8408 tracepoint, reset its STEP_COUNT and call validate_actionline.
8409
8410 2013-04-03 Doug Evans <dje@google.com>
8411
8412 * dwarf2read.c (read_die_and_siblings_1): Renamed from
8413 read_die_and_siblings.
8414 (read_die_and_siblings): New function.
8415 (read_cutu_die_from_dwo): Dump die if requested.
8416 (read_die_and_children): Call read_full_die_1 and
8417 read_die_and_siblings_1.
8418 (read_full_die): Dump die if requested.
8419
8420 * dwarf2read.c (read_comp_units_from_section): Add debugging printf.
8421
8422 * dwarf2read.c (struct dwo_file): New member comp_dir.
8423 Rename member name to dwo_name. All uses updated.
8424 (hash_dwo_file): Include comp_dir in computation.
8425 (eq_dwo_file): Ditto.
8426 (lookup_dwo_file_slot): New arg comp_dir. All callers updated.
8427 (create_dwo_in_dwp, lookup_dwo_in_dwp, open_and_init_dwo_file): Ditto.
8428
8429 * psymtab.c (read_psymtabs_with_fullname): Don't call
8430 psymtab_to_fullname if the basenames are different.
8431
8432 2013-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8433
8434 * NEWS (Changes in GDB 7.6): Update the data-disassemble for "fullname".
8435 New entry about "fullname" presence.
8436
8437 2013-04-03 Pedro Alves <palves@redhat.com>
8438
8439 * NEWS: Mention x86_64/Cygwin as new native configuration.
8440
8441 2013-04-02 Doug Evans <dje@google.com>
8442
8443 * dwarf2read.c (read_structure_type): Fix typo in comment.
8444
8445 2013-04-02 Pedro Alves <palves@redhat.com>
8446
8447 * NEWS: Mention "set/show debug aarch64", "set/show debug
8448 coff-pe-read" and "set/show debug mach-o".
8449
8450 2013-04-02 Pedro Alves <palves@redhat.com>
8451
8452 * NEWS: Mention "set/show remote trace-buffer-size-packet".
8453
8454 2013-04-02 Eli Zaretskii <eliz@gnu.org>
8455
8456 * Makefile.in (HFILES_NO_SRCDIR): Remove call-cmds.h.
8457 gdb_string.h is now in common/.
8458
8459 2013-04-02 Pedro Alves <palves@redhat.com>
8460
8461 * NEWS: Move "set debug notification" and "set trace-buffer-size"
8462 under "New options".
8463
8464 2013-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8465
8466 Revert this patch:
8467 PR gdb/15275
8468 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
8469
8470 2013-04-02 Pedro Alves <palves@redhat.com>
8471
8472 PR gdb/15275
8473
8474 * remote.c (send_interrupt_sequence): Use remote_serial_write.
8475 (remote_serial_write): New function.
8476 (putpkt_binary, getpkt_or_notif_sane_1): Use remote_serial_write.
8477
8478 2013-04-01 Jiong Wang <jiwang@tilera.com>
8479
8480 * NEWS: Mention TILE-Gx in "New native configurations" and
8481 "New targets" sections.
8482
8483 2013-04-01 Doug Evans <dje@google.com>
8484
8485 * dwarf2read.c (lookup_signatured_type_at_offset): Delete.
8486 (process_enumeration_scope): Simplify.
8487
8488 * dwarf2read.c (struct dwarf2_per_cu_data): Move member
8489 type_unit_group ...
8490 (struct signatured_type): ... to here.
8491 (sig_type_ptr): New typedef.
8492 (type_unit_group): Delete member 't.first_cu'. Move member 'tus'
8493 out of union 't'. All uses updated.
8494 (dw2_get_file_names_reader): Assert not called for a type unit.
8495 (dw2_get_file_names): Assert not called for a type unit or type
8496 unit group.
8497 (build_type_psymtabs_reader): Assert called for a type unit.
8498 (build_type_psymtab_dependencies): Assert called for a type unit group.
8499
8500 * dwarf2read.c (free_dwo_file): Add comment.
8501 (dwarf2_per_objfile_free): Unref dwp bfd.
8502
8503 2013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
8504
8505 * coff-pe-read.c (add_pe_exported_sym): Remove unused 'dll_name_len'.
8506 (add_pe_forwarded_sym): Remove unused 'section', 'dll_name_len'.
8507 (read_pe_exported_syms): Remove unused 'exportix'.
8508 (pe_text_section_offset): Remove unused 'opthdr_ofs', 'num_entries',
8509 'export_rva', 'export_size', 'expptr', 'exp_funcbase', 'expdata',
8510 'erva', 'name_rvas', 'ordinals', 'nexp', 'ordbase', 'dll_name'.
8511
8512 2013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
8513
8514 * breakpoint.c (parse_cond_to_aexpr): Remove unused 'old_chain'.
8515 (print_it_watchpoint): Remove unused 'bl'.
8516 (say_where): Remove unused 'uiout'.
8517 (bpstat_remove_breakpoint_callback): Remove unused 'uiout'.
8518 (bkpt_breakpoint_hit): Remove unused 'b'.
8519 (internal_bkpt_print_it): Remove unused 'uiout'.
8520 * buildsym.c (augment_type_symtab): Remove unused 'i'.
8521
8522 2013-03-31 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
8523
8524 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_float): New function.
8525 (ppc64_sysv_abi_push_dummy_call): Handle complex arguments.
8526
8527 2013-03-29 Doug Evans <dje@google.com>
8528
8529 * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file.
8530 Delete arg is_dwp. All callers updated.
8531 (open_dwp_file): New function.
8532 (open_and_init_dwp_file): Call it.
8533 (get_dwp_file): New function.
8534 (lookup_dwo_cutu): Call it.
8535
8536 * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, and
8537 unnecessary, cleanup.
8538
8539 * dwarf2read.c (lookup_dwo_cutu): Improve complaint text.
8540
8541 * dwarf2read.c (read_cutu_die_from_dwo): New function.
8542 (lookup_dwo_unit): New function.
8543 (init_cutu_and_read_dies): Move DWO handling to new functions.
8544
8545 * dwarf2read.c (struct signatured_type): Tweak comment.
8546 (struct dwo_unit): Tweak comment.
8547 (create_debug_types_hash_table): Tweak comment. Reformat long line.
8548 (create_dwo_debug_info_hash_table): Tweak comment.
8549 (dwarf2_per_cu_offset_and_type): Tweak comment.
8550
8551 * dwarf2read.c (lookup_signatured_type): Remove complaint about
8552 missing .debug_types section.
8553
8554 2013-03-29 Yao Qi <yao@codesourcery.com>
8555
8556 * corelow.c: Include "completer.h".
8557 (_initialize_corelow): Call add_target_with_completer with
8558 argument 'filename_completer'.
8559 * tracepoint.c: Likewise.
8560 * exec.c (_initialize_exec): Likewise.
8561 * target.c (add_target): Rename to ...
8562 (add_target_with_completer): ... this. Call set_cmd_completer
8563 if parameter completer is not NULL.
8564 (add_target): New.
8565 * target.h: Include "command.h".
8566 (add_target_with_completer): Declare it.
8567
8568 2013-03-28 Joel Brobecker <brobecker@adacore.com>
8569
8570 * coffread.c (is_import_fixup_symbol): New function.
8571 (record_minimal_symbol): Use is_import_fixup_symbol to
8572 detect import fixup symbols, and discard them.
8573
8574 2013-03-28 Doug Evans <dje@google.com>
8575
8576 * dwarf2read.c (create_debug_types_hash_table): Don't allocate the
8577 types hash table until we know we need it.
8578
8579 * dwarf2read.c (create_addrmap_from_index): Complain about bad CU
8580 index numbers.
8581
8582 * dwarf2read.c (dw2_get_file_names): Delete arg "objfile".
8583 All callers updated.
8584 (dw2_print_stats): Print #read CUs too.
8585 (dump_die_shallow): Print signatured types better.
8586
8587 * dwarf2read.c (struct dwarf2_per_cu_data): Rename member
8588 info_or_types_section to section. All uses updated.
8589 (struct dwo_unit): Ditto.
8590
8591 2013-03-28 Pedro Alves <palves@redhat.com>
8592
8593 * NEWS (New options): New section.
8594 (New options): Mention set/show remote trace-status-packet.
8595 * remote.c (PACKET_qTStatus): New enumeration value.
8596 (remote_get_trace_status): Skip sending qTStatus if the packet is
8597 disabled. Use packet_ok.
8598 (_initialize_remote): Register a configuration command for
8599 qTStatus packet.
8600
8601 2013-03-28 Doug Evans <dje@google.com>
8602
8603 * symfile.c (find_separate_debug_file): Add comment.
8604 (terminate_after_last_dir_separator): Tweak comment.
8605
8606 * dwarf2read.c (create_partial_symtab): Add forward decl.
8607 (create_partial_symtab): Move to be closer to other psymtab functions.
8608 (process_psymtab_comp_unit_reader, process_psymtab_comp_unit): Ditto.
8609
8610 * dwarf2read.c (dwarf2_physname): Move declaration to better spot.
8611 (compute_symtab_includes): Remove unnecessary forward declaration.
8612 (die_needs_namespace): Add comment marking group of functions for
8613 dwarf2 name computation.
8614
8615 * typeprint.c (_initialize_typeprint): Improve type help text.
8616
8617 * python/python.c (finish_python_initialization): Provide suggestion
8618 for how to tell gdb to find its python files.
8619
8620 2013-03-28 Pedro Alves <palves@redhat.com>
8621
8622 PR gdb/15294
8623
8624 * source.c (_initialize_source): Change back "set listsize" to an
8625 integer command.
8626
8627 2013-03-27 Gareth McMullin <gareth@blacksphere.co.nz>
8628
8629 PR gdb/15275
8630 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
8631
8632 2013-03-27 Pedro Alves <palves@redhat.com>
8633
8634 * top.c (history_size): Rename to ...
8635 (history_size_setshow_var): ... this. Add comment.
8636 (show_commands): Use readline's 'history_length' instead of
8637 computing the history length by calling history_get in a loop.
8638 (set_history_size_command): Error out for sizes over INT_MAX.
8639 Restore previous history size on invalid size.
8640 (init_history): If HISTSIZE is negative, leave the history size as
8641 zero. Add comments.
8642 (init_main): Adjust.
8643
8644 2013-03-27 Pedro Alves <palves@redhat.com>
8645
8646 * coff-pe-read.c (_initialize_coff_pe_read): Rename "set debug
8647 coff_pe_read" command to "set debug coff-pe-read".
8648
8649 2013-03-27 Markus Metzger <markus.t.metzger@intel.com>
8650
8651 * record.c (command_size_to_target_size): Fix size comparison.
8652 Change parameter type from pointer to integer to integer.
8653 Update all users.
8654
8655 2013-03-27 Pierre Muller <muller@sourceware.org>
8656
8657 * windows-nat.c (handle_output_debug_string): Avoid typecast
8658 from integer of different size warning.
8659
8660 2013-03-26 Joel Brobecker <brobecker@adacore.com>
8661
8662 * windows-nat.c (handle_output_debug_string): Add empty line
8663 after local block variable definition.
8664
8665 2013-03-26 Pedro Alves <palves@redhat.com>
8666
8667 * ser-tcp.c (wait_for_connect): Make 'polls' parameter unsigned.
8668 (net_open): Make 'polls' local unsigned.
8669
8670 2013-03-26 Pedro Alves <palves@redhat.com>
8671
8672 * remote.c (_initialize_remote): Make "set remoteaddresssize"
8673 a zuinteger command instead of uinteger.
8674
8675 2013-03-26 Pedro Alves <palves@redhat.com>
8676
8677 * record-full.c (record_full_insn_num): Make it unsigned.
8678 (record_full_check_insn_num, record_full_message)
8679 (record_full_registers_change, record_full_xfer_partial): Remove
8680 record_full_insn_max_num check (it's always != 0).
8681 (record_full_info, record_full_restore): Use %u as format string.
8682 (): Use %u as format string.
8683 (set_record_full_insn_max_num): Remove record_full_insn_max_num
8684 check (it's always != 0).
8685
8686 2013-03-26 Pedro Alves <palves@redhat.com>
8687
8688 * dcache.c (_initialize_dcache): Make the "set dcache line-size"
8689 and "set dcache size" commands zuinteger instead of uinteger.
8690
8691 2013-03-26 Pedro Alves <palves@redhat.com>
8692
8693 * cris-tdep.c (_initialize_cris_tdep): Make the "set cris-version"
8694 command zuinteger instead of uinteger.
8695
8696 2013-03-26 Pedro Alves <palves@redhat.com>
8697
8698 * coff-pe-read.c (_initialize_coff_pe_read): Make the command
8699 zuinteger instead of uinteger.
8700
8701 2013-03-26 Pedro Alves <palves@redhat.com>
8702
8703 * record.c (record_insn_history_size_setshow_var)
8704 (record_call_history_size_setshow_var): New globals.
8705 (command_size_to_target_size): New function.
8706 (cmd_record_insn_history, cmd_record_call_history): Use
8707 command_size_to_target_size instead of cast.
8708 (validate_history_size, set_record_insn_history_size)
8709 (set_record_call_history_size): New functions.
8710 (_initialize_record): Install set_record_insn_history_size and
8711 set_record_call_history_size as "set" hooks of "set record
8712 instruction-history-size" and "set record
8713 function-call-history-size".
8714
8715 2013-03-26 Pedro Alves <palves@redhat.com>
8716
8717 * top.c (gdb_rl_operate_and_get_next): Replace max_input_history
8718 use with history_max_entries use. Remove FIXME note.
8719
8720 2013-03-26 Markus Metzger <markus.t.metzger@intel.com>
8721
8722 * record-btrace.c (record_btrace_close): Call
8723 record_btrace_auto_disable.
8724
8725 2013-03-25 Joel Brobecker <brobecker@adacore.com>
8726
8727 * rs6000-nat.c (fixup_breakpoints): Delete declaration.
8728
8729 2013-03-25 Doug Evans <dje@google.com>
8730
8731 * contrib/cc-with-tweaks.sh: Check exit code of dwp.
8732
8733 2013-03-25 Tom Tromey <tromey@redhat.com>
8734
8735 PR symtab/11462:
8736 * c-exp.y (exp): Add new productions for destructors after '.' and
8737 '->'.
8738 (write_destructor_name): New function.
8739
8740 2013-03-25 Tom Tromey <tromey@redhat.com>
8741
8742 PR c++/9197:
8743 * opencl-lang.c (evaluate_subexp_opencl) <STRUCTOP_STRUCT>: Use
8744 value_struct_elt, not lookup_struct_elt_type.
8745 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
8746 STRUCTOP_PTR>: Use value_struct_elt, not lookup_struct_elt_type.
8747 * expression.h (EVAL_AVOID_SIDE_EFFECTS): Update comment.
8748
8749 2013-03-25 Yao Qi <yao@codesourcery.com>
8750
8751 * ctf.c [USE_WIN32API]: Undef 'mkdir' and use 'mkdir'
8752 instead of '_mkdir'.
8753
8754 2013-03-23 Eli Zaretskii <eliz@gnu.org>
8755
8756 * windows-nat.c (windows_get_absolute_argv0): New function.
8757 * windows-nat.h: Add its prototype.
8758
8759 * main.c (get_init_files): Use filename_ncmp instead of strncmp.
8760 Use IS_DIR_SEPARATOR instead of looking for a character inside
8761 SLASH_STRING. Include filenames.h.
8762 (captured_main) [__MINGW32__]: Make argv[0] absolute, so that
8763 relocate_gdb_directory works when passed gdb_program_name.
8764 Include windows-nat.h.
8765
8766 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8767
8768 * exceptions.h (enum errors): New entry TARGET_CLOSE_ERROR.
8769 * remote.c (trace_error): Remove the special handling of '2'.
8770 (readchar) <SERIAL_EOF>
8771 (readchar) <SERIAL_ERROR>
8772 (getpkt_or_notif_sane_1): Use TARGET_CLOSE_ERROR for them.
8773 (remote_get_trace_status): Call throw_exception if EX is
8774 TARGET_CLOSE_ERROR.
8775 * utils.c (perror_with_name): Rename to ...
8776 (throw_perror_with_name): ... here. New parameter errcode, describe it
8777 in the function comment.
8778 (perror_with_name): New function wrapper.
8779 * utils.h (enum errors): New stub declaration.
8780 (throw_perror_with_name): New declaration.
8781
8782 2013-03-22 Pedro Alves <palves@redhat.com>
8783 Yao Qi <yao@codesourcery.com>
8784 Mark Kettenis <kettenis@gnu.org>
8785
8786 * cli/cli-setshow.c (do_set_command) <var_uinteger>:
8787 Don't let the user set the value to UINT_MAX directly.
8788 <var_integer>: Don't let the user set the value to INT_MAX
8789 directly.
8790
8791 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8792
8793 * remote.c (remote_unpush_target): New function.
8794 (remote_open_1): Remove two pop_target calls, update one comment, add
8795 comment to target_preopen call. Replace pop_target call by
8796 remote_unpush_target call.
8797 (interrupt_query, readchar, getpkt_or_notif_sane_1): Replace
8798 pop_target calls by remote_unpush_target calls.
8799
8800 2013-03-22 Pedro Alves <palves@redhat.com>
8801
8802 * linux-nat.c (linux_child_follow_fork): Don't call
8803 linux_enable_event_reporting.
8804 (linux_handle_extended_wait): Don't call
8805 linux_enable_event_reporting.
8806
8807 2013-03-22 Pedro Alves <palves@redhat.com>
8808
8809 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Define INSN macro,
8810 use it to rewrite the trampoline buffers with type gdb_byte[], and
8811 undefine the macro. Remove char* cast.
8812
8813 2013-03-21 Doug Evans <dje@google.com>
8814
8815 New commands "mt set per-command {space,time,symtab} {on,off}".
8816 * NEWS: Add entry.
8817 * event-top.c: #include "maint.h".
8818 * main.c: #include "maint.h".
8819 * maint.c: #include <sys/time.h>, <time.h>, block.h, top.h,
8820 timeval-utils.h, maint.h, cli/cli-setshow.h.
8821 (per_command_time, per_command_space): New static globals.
8822 (per_command_symtab): New static global.
8823 (per_command_setlist, per_command_showlist): New static globals.
8824 (struct cmd_stats): Move here from utils.c.
8825 (set_per_command_time): Renamed from set_display_time in utils.c
8826 and moved here. All callers updated.
8827 (set_per_command_space): Renamed from set_display_space in utils.c
8828 and moved here. All callers updated.
8829 (count_symtabs_and_blocks): New function.
8830 (report_command_stats): Moved here from utils.c. Add support for
8831 printing symtab stats. Only print data if enabled before command
8832 executed.
8833 (make_command_stats_cleanup): Ditto.
8834 (sert_per_command_cmd, show_per_command_cmd): New functions.
8835 (_initialize_maint_cmds): Add new commands
8836 mt set per-command {space,time,symtab} {on,off}.
8837 * maint.h: New file.
8838 * top.c: #include "maint.h".
8839 * utils.c (reset_prompt_for_continue_wait_time): New function.
8840 (get_prompt_for_continue_wait_time): New function.
8841 * utils.h (reset_prompt_for_continue_wait_time): Declare
8842 (get_prompt_for_continue_wait_time): Declare.
8843 (make_command_stats_cleanup): Moved to maint.h.
8844 (set_display_time, set_display_space): Moved to maint.h and renamed
8845 to set_per_command_time, set_per_command_space.
8846 * cli/cli-setshow.c (parse_cli_boolean_value): Renamed from
8847 parse_binary_operation and made non-static. Don't call error,
8848 just return an error marker. All callers updated.
8849 * cli/cli-setshow.h (parse_cli_boolean_value): Declare.
8850
8851 2013-03-21 Tom Tromey <tromey@redhat.com>
8852
8853 * symfile.c (alloc_section_addr_info): Update header. Don't set
8854 'num_sections' field.
8855 (build_section_addr_info_from_section_table): Set 'num_sections'.
8856 (build_section_addr_info_from_bfd): Likewise.
8857 (build_section_addr_info_from_objfile): Remove dead loop
8858 condition.
8859 (free_section_addr_info): Unconditionally call xfree.
8860 (relative_addr_info_to_section_offsets, addrs_section_sort)
8861 (addr_info_make_relative, syms_from_objfile_1): Remove dead loop
8862 condition.
8863 (syms_from_objfile_1): Remove dead 'if' condition. Check
8864 'num_sections'.
8865 (add_symbol_file_command): Set 'num_sections'.
8866 * symfile-mem.c (symbol_file_add_from_memory): Set
8867 'num_sections'.
8868 * somread.c (som_symfile_offsets): Remove dead loop condition.
8869 * machoread.c (macho_symfile_offsets): Remove dead 'if'.
8870 * jit.c (jit_bfd_try_read_symtab): Set 'num_sections'.
8871
8872 2013-03-21 Tom Tromey <tromey@redhat.com>
8873
8874 * tracepoint.h (decode_agent_options): Add 'trace_string'
8875 argument.
8876 * tracepoint.c (decode_agent_options): Add 'trace_string'
8877 argument.
8878 (validate_actionline): Update.
8879 (collect_symbol): Add 'trace_string' argument.
8880 (struct add_local_symbols_data) <trace_string>: New field.
8881 (do_collect_symbol): Update.
8882 (add_local_symbols): Add 'trace_string' argument.
8883 (encode_actions_1): Update.
8884 (trace_dump_actions): Update.
8885 * dwarf2loc.c (access_memory): Update.
8886 * ax.h (struct agent_expr) <tracing, trace_string>: New fields.
8887 * ax-general.c (new_agent_expr): Update.
8888 * ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
8889 (gen_trace_for_return_address): Add argument.
8890 (trace_kludge, trace_string_kludge): Remove.
8891 * ax-gdb.c (trace_kludge, trace_string_kludge): Remove.
8892 (gen_traced_pop, gen_fetch, gen_bitfield_ref, gen_expr): Update.
8893 (gen_trace_for_var): Add 'trace_string' argument.
8894 (gen_trace_for_expr, gen_trace_for_return_address): Likewise.
8895 (gen_printf, agent_eval_command_one): Update.
8896
8897 2013-03-21 Tom Tromey <tromey@redhat.com>
8898
8899 PR exp/15109:
8900 * c-exp.y (yylex): Rewrite to push all tokens onto the FIFO.
8901 Handle FILENAME token.
8902
8903 2013-03-21 Tom Tromey <tromey@redhat.com>
8904
8905 * c-exp.y (YYPRINT): Define.
8906 (c_print_token): New function.
8907
8908 2013-03-21 Tom Tromey <tromey@redhat.com>
8909
8910 * c-exp.y (%union) <sym, ivar, ivec>: Remove.
8911
8912 2013-03-21 Yao Qi <yao@codesourcery.com>
8913
8914 * ctf.c: Include "gdb_stat.h".
8915 [USE_WIN32API]: New macro 'mkdir'.
8916 (ctf_start): Use permission bits macros if they are defined.
8917
8918 2013-03-20 Keith Seitz <keiths@redhat.com>
8919
8920 * breakpoint.h (struct breakpoint): Add comment to
8921 extra_string indicating that this member is mallod'd.
8922 * breakpoint.c (base_breakpoint_dtor): Free extra_string.
8923
8924 2013-03-20 Pedro Alves <palves@redhat.com>
8925
8926 PR gdb/15289
8927
8928 * cli/cli-setshow.c (do_set_command)
8929 <var_uinteger, var_zuinteger>: Use LONGEST for variable holding
8930 the result of parsing the command argument. Throw error if the
8931 value is greater than UINT_MAX. Print the invalid value with
8932 plongest.
8933 <var_integer, var_zinteger>: Use LONGEST for variable holding the
8934 result of parsing the command argument. Throw error if the value
8935 is greater than INT_MAX, not greater or equal. Also throw error
8936 if the value is less than INT_MIN. Print the invalid value with
8937 plongest.
8938 <var_zuinteger_unlimited>: Throw error if the value is greater
8939 than INT_MAX, not greater or equal.
8940 (do_show_command) <var_integer, var_zinteger,
8941 var_zuinteger_unlimited>: Use %d for printing int, not %u.
8942
8943 2013-03-20 Tom Tromey <tromey@redhat.com>
8944
8945 * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,
8946 if possible.
8947 * dwarf2read.c (read_func_scope): Remove old FIXME.
8948 * eval.c (evaluate_subexp_standard): Check SYMBOL_COMPUTED_OPS,
8949 not LOC_COMPUTED.
8950 * findvar.c (symbol_read_needs_frame, default_read_var_value):
8951 Unconditionally call via computed ops, if possible.
8952 * printcmd.c (address_info): Unconditionally call via computed ops,
8953 if possible.
8954 * stack.c (read_frame_arg): Unconditionally call via computed ops,
8955 if possible.
8956 * symtab.c (register_symbol_computed_impl): Sanity check 'ops'.
8957 * tracepoint.c (scope_info): Unconditionally call via computed ops,
8958 if possible.
8959
8960 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8961 Tom Tromey <tromey@redhat.com>
8962
8963 PR symtab/8421:
8964 * coffread.c (coff_register_index): New global.
8965 (process_coff_symbol, coff_read_enum_type): Set
8966 SYMBOL_ACLASS_INDEX.
8967 (_initialize_coffread): Initialize new global.
8968 * dwarf2loc.c (locexpr_find_frame_base_location)
8969 (dwarf2_block_frame_base_locexpr_funcs)
8970 (loclist_find_frame_base_location)
8971 (dwarf2_block_frame_base_loclist_funcs): New.
8972 (dwarf_expr_frame_base_1): Call SYMBOL_BLOCK_OPS, remove internal_error.
8973 (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Add location_has_loclist.
8974 * dwarf2loc.h (dwarf2_block_frame_base_locexpr_funcs)
8975 (dwarf2_block_frame_base_loclist_funcs): New.
8976 * dwarf2read.c (dwarf2_locexpr_index, dwarf2_loclist_index)
8977 (dwarf2_locexpr_block_index, dwarf2_loclist_block_index): New
8978 globals.
8979 (read_func_scope): Update.
8980 (fixup_go_packaging, mark_common_block_symbol_computed)
8981 (var_decode_location, new_symbol_full, dwarf2_const_value):
8982 Set SYMBOL_ACLASS_INDEX.
8983 (dwarf2_symbol_mark_computed): Likewise. Add 'is_block' argument.
8984 (_initialize_dwarf2_read): Initialize new globals.
8985 * jit.c (finalize_symtab): Set SYMBOL_ACLASS_INDEX.
8986 * jv-lang.c (add_class_symbol): Set SYMBOL_ACLASS_INDEX.
8987 * mdebugread.c (mdebug_register_index, mdebug_regparm_index): New
8988 globals.
8989 (parse_symbol, psymtab_to_symtab_1): Set SYMBOL_ACLASS_INDEX.
8990 (_initialize_mdebugread): Initialize new globals.
8991 * psympriv.h (struct partial_symbol) <aclass>: Update comment.
8992 * stabsread.c (patch_block_stabs): Set SYMBOL_ACLASS_INDEX.
8993 (stab_register_index, stab_regparm_index): New globals.
8994 (define_symbol, read_enum_type, common_block_end): Set
8995 SYMBOL_ACLASS_INDEX.
8996 (_initialize_stabsread): Initialize new globals.
8997 * symtab.c (next_aclass_value, symbol_impl, symbol_impls): New
8998 globals.
8999 (MAX_SYMBOL_IMPLS): New define.
9000 (register_symbol_computed_impl, register_symbol_block_impl)
9001 (register_symbol_register_impl)
9002 (initialize_ordinary_address_classes): New functions.
9003 (_initialize_symtab): Call initialize_ordinary_address_classes.
9004 * symtab.h (enum address_class) <LOC_FINAL_VALUE>: New constant.
9005 (struct symbol_impl): New.
9006 (SYMBOL_ACLASS_BITS): New define.
9007 (struct symbol) <aclass, ops>: Remove fields.
9008 <aclass_index>: New field.
9009 (symbol_impls): Declare.
9010 (SYMBOL_CLASS, SYMBOL_COMPUTED_OPS, SYMBOL_REGISTER_OPS): Redefine.
9011 (SYMBOL_IMPL, SYMBOL_ACLASS_INDEX): New defines.
9012 (register_symbol_computed_impl, register_symbol_block_impl)
9013 (register_symbol_register_impl): Declare.
9014 (struct symbol_computed_ops): Add location_has_loclist.
9015 (struct symbol_block_ops): New.
9016 (SYMBOL_BLOCK_OPS): New.
9017 * xcoffread.c (process_xcoff_symbol): Set SYMBOL_ACLASS_INDEX.
9018
9019 2013-03-20 Tom Tromey <tromey@redhat.com>
9020
9021 * psymtab.c (find_pc_sect_psymbol, fixup_psymbol_section)
9022 (print_partial_symbols, recursively_search_psymtabs): Use
9023 PSYMBOL_CLASS.
9024
9025 2013-03-20 Pierre Muller <muller@sourceware.org>
9026
9027 * contrib/ari/gdb_ari.sh (OP eol rule): Also check
9028 addtion, subtraction, multiplication and division binary operator.
9029
9030 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9031
9032 Code cleanup.
9033 * bfd-target.c (target_bfd_xclose): Remove parameter quitting.
9034 * bsd-kvm.c (bsd_kvm_close): Likewise.
9035 * bsd-uthread.c (bsd_uthread_close): Likewise.
9036 * corelow.c (core_close): Likewise.
9037 (core_close_cleanup): Remove parameter quitting from a caller.
9038 * event-top.c (async_disconnect): Likewise.
9039 * exec.c (exec_close_1): Remove parameter quitting.
9040 * go32-nat.c (go32_close): Likewise.
9041 * linux-nat.c (linux_nat_close): Remove parameter quitting. Remove
9042 parameter quitting from a caller.
9043 * mips-linux-nat.c (super_close): Remove parameter quitting from the
9044 variable.
9045 (mips_linux_close): Remove parameter quitting. Remove parameter
9046 quitting from a caller.
9047 * monitor.c (monitor_close): Remove parameter quitting.
9048 * monitor.h (monitor_close): Likewise.
9049 * record-btrace.c (record_btrace_close): Likewise.
9050 * record-full.c (record_full_close): Likewise.
9051 * remote-m32r-sdi.c (m32r_close): Remove parameter quitting and remove
9052 it also from fprintf_unfiltered.
9053 * remote-mips.c (mips_close): Remove parameter quitting.
9054 (mips_detach): Remove parameter quitting from a caller.
9055 * remote-sim.c (gdbsim_close): Remove parameter quitting.
9056 (gdbsim_close): Remove duplicate function comment. Remove parameter
9057 quitting and remove it also from printf_filtered.
9058 * remote.c (remote_close): Remove parameter quitting.
9059 * solib-svr4.c (enable_break): Remove parameter quitting from a caller.
9060 * target.c (update_current_target): Remove parameter int from to_close
9061 de_fault.
9062 (push_target, unpush_target, pop_target): Remove parameter quitting from
9063 a caller.
9064 (pop_all_targets_above, pop_all_targets): Remove parameter quitting.
9065 Remove parameter quitting from a caller.
9066 (target_preopen): Remove parameter quitting from a caller.
9067 (target_close): Remove parameter quitting. Remove parameter quitting
9068 from a caller two times. Remove parameter quitting also from
9069 fprintf_unfiltered.
9070 * target.h (struct target_ops): Remove parameter quitting and as int
9071 from fields to_xclose and to_close.
9072 (extern struct target_ops current_target):
9073 (target_close, pop_all_targets): Remove parameter quitting. Update the
9074 comment.
9075 (pop_all_targets_above): Remove parameter quitting.
9076 * top.c (quit_target): Remove parameter quitting from a caller.
9077 * tracepoint.c (tfile_close): Remove parameter quitting.
9078 * windows-nat.c (windows_close): Remove parameter quitting.
9079
9080 2013-03-20 Corinna Vinschen <vinschen@redhat.com>
9081
9082 * windows-nat.c (handle_output_debug_string): Replace call
9083 to string_to_core_addr with call to strtoull.
9084
9085 2013-03-20 Yao Qi <yao@codesourcery.com>
9086
9087 * ctf.c (ctf_save_metadata_header): Define macro HOST_ENDIANNESS
9088 and write it to CTF metadata.
9089
9090 2013-03-19 Corinna Vinschen <vinschen@redhat.com>
9091
9092 * windows-nat.c (handle_output_debug_string): Change type of n to
9093 SIZE_T to avoid crash on 64 bit systems.
9094
9095 2013-03-17 Eli Zaretskii <eliz@gnu.org>
9096
9097 * python/python-internal.h (HAVE_SNPRINTF)
9098 [_WIN32 && HAVE_DECL_SNPRINTF]: Define, to avoid compiler warnings
9099 about redefinition of snprintf by pyerrors.h.
9100
9101 2013-03-15 Steve Ellcey <sellcey@mips.com>
9102
9103 * remote-sim.c (sim_command_completer): Make char arguments const.
9104
9105 2013-03-15 Tom Tromey <tromey@redhat.com>
9106
9107 PR c++/15116:
9108 * gdbtypes.c (types_equal): Handle TYPE_CODE_FUNC.
9109
9110 2013-03-14 Tom Tromey <tromey@redhat.com>
9111
9112 * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:
9113 New fields.
9114 (get_file_crc): Move from symfile.c.
9115 (gdb_bfd_crc): New function.
9116 * gdb_bfd.h (gdb_bfd_crc): Declare.
9117 * objfiles.h (struct objfile) <crc32, crc32_p>: Remove.
9118 * symfile.c (get_file_crc): Move to gdb_bfd.c.
9119 (separate_debug_file_exists): Use gdb_bfd_crc.
9120
9121 2013-03-14 Tom Tromey <tromey@redhat.com>
9122
9123 * symfile.c (get_debug_link_info): Remove.
9124 (find_separate_debug_file_by_debuglink): Use
9125 bfd_get_debug_link_info.
9126
9127 2013-03-14 Tom Tromey <tromey@redhat.com>
9128
9129 * symtab.c (error_in_psymtab_expansion): New function.
9130 (lookup_symbol_aux_quick)
9131 (basic_lookup_transparent_type_quick): Remove "last resort"
9132 code. Use error_in_psymtab_expansion.
9133
9134 2013-03-14 Doug Evans <dje@google.com>
9135 Jan Kratochvil <jan.kratochvil@redhat.com>
9136
9137 * dwarf2read.c (dw2_map_symtabs_matching_filename): Put continue after
9138 any successful compare_filenames_for_search or FILENAME_CMP.
9139 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
9140 * symtab.c (iterate_over_some_symtabs): Likewise.
9141
9142 2013-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9143
9144 * source.c (print_source_lines_base): Make a local copy of
9145 symtab_to_fullname.
9146
9147 2013-03-14 Hui Zhu <hui_zhu@mentor.com>
9148 Jan Kratochvil <jan.kratochvil@redhat.com>
9149
9150 * source.c (print_source_lines_base): Suppress "file" for TUI.
9151
9152 2013-03-14 Keith Seitz <keiths@redhat.com>
9153 Alan Matsuoka <alanm@redhat.com>
9154
9155 PR c++/15203
9156 PR c++/15210
9157 * cp-namespace.c (cp_lookup_nested_symbol): Handle TYPE_CODE_FUNC and
9158 TYPE_CODE_METHOD.
9159 * elfread.c (elf_symtab_read): Handle BSF_GNU_UNIQUE for certain
9160 symbols.
9161
9162 2013-03-14 Yao Qi <yao@codesourcery.com>
9163
9164 * tracepoint.c (tfile_write_status): Write 'stop_desc' of trace
9165 status to tfile if trace is stopped by command 'tstop'.
9166
9167 2013-03-14 Yao Qi <yao@codesourcery.com>
9168
9169 * tracepoint.c (tfile_write_status): Write trace notes and user
9170 name into tfile if they are not NULL.
9171
9172 2013-03-14 Hui Zhu <hui@codesourcery.com>
9173 Yao Qi <yao@codesourcery.com>
9174
9175 * Makefile.in (REMOTE_OBS): Add ctf.o.
9176 (SFILES): Add ctf.c.
9177 (HFILES_NO_SRCDIR): Add ctf.h.
9178 * ctf.c, ctf.h: New files.
9179 * tracepoint.c: Include 'ctf.h'.
9180 (collect_pseudocommand): Remove static.
9181 (trace_save_command): Parse option "-ctf".
9182 Produce different trace file writers per option.
9183 Adjust output message.
9184 (trace_save_tfile, trace_save_ctf): New.
9185 * tracepoint.h (trace_save_tfile, trace_save_ctf): Declare.
9186 * mi/mi-main.c: Include 'ctf.h'.
9187 (mi_cmd_trace_save): Handle option '-ctf'. Call either
9188 trace_save_tfile or trace_save_ctf.
9189 * NEWS: Mention these changes.
9190
9191 2013-03-14 Yao Qi <yao@codesourcery.com>
9192
9193 * tracepoint.c (trace_file_writer_xfree): New.
9194 (struct tfile_writer_data): New.
9195 (tfile_dtor, tfile_can_target_save, tfile_start): New.
9196 (tfile_write_header, tfile_write_regblock_type): New.
9197 (tfile_write_status, tfile_write_uploaded_tsv): New.
9198 (tfile_write_uploaded_tp, tfile_write_definition_end): New.
9199 (tfile_write_raw_data, (tfile_end): New.
9200 (tfile_write_ops): New global variable.
9201 (TRACE_WRITE_R_BLOCK): New macro.
9202 (TRACE_WRITE_M_BLOCK_HEADER): New macro.
9203 (TRACE_WRITE_M_BLOCK_MEMORY): New macro.
9204 (TRACE_WRITE_V_BLOCK): New macro.
9205 (trace_save): Add extra one parameter WRITER. Make it static.
9206 Use WRITER to writer trace.
9207 (tfile_trace_file_writer_new): New.
9208 (trace_save_command): Caller update.
9209 (trace_save_tfile): Write trace data in TFILE format.
9210 * tracepoint.h (struct trace_frame_write_ops): New.
9211 (struct trace_file_write_ops): New.
9212 (struct trace_file_writer): New.
9213 (trace_save): Remove its declaration.
9214 (trace_save_tfile): Declare it.
9215 * mi/mi-main.c (mi_cmd_trace_save): Call trace_save_tfile
9216 instead of trace_save.
9217
9218 2013-03-13 Pedro Alves <palves@redhat.com>
9219
9220 * hppa-hpux-nat.c (hppa_hpux_save_state_offset): Make static.
9221
9222 2013-03-13 Pedro Alves <palves@redhat.com>
9223
9224 * dbxread.c (read_ofile_symtab, process_one_symbol): Remove
9225 commented out code.
9226 * demangle.c (current_demangling_style_string): Make it const.
9227 (set_demangling_command): Assert the demangling style is known.
9228 Remove all handling of unknown styles. Set
9229 'current_demangling_style_string' to an element of the
9230 demangling_style_names array.
9231 (set_demangling_style): Delete.
9232 (_initialize_demangler): Set current_demangling_style_string to the
9233 element of the demangling_style_names array that corresponds to
9234 the default demangling style. Remove FIXME note. Don't call
9235 set_demangling_style.
9236 * gdb-demangle.h (set_demangling_style): Remove declaration.
9237
9238 2013-03-13 Pedro Alves <palves@redhat.com>
9239
9240 * ada-lang.c (struct add_partial_datum) <text, text0, word>: Make
9241 fields const.
9242 (ada_make_symbol_completion_list): Make "text0" parameter const.
9243 * ax-gdb.c (agent_eval_command_one): Make "exp" parameter const.
9244 * breakpoint.c (condition_completer): Make "text" and "word"
9245 parameters const. Adjust.
9246 (check_tracepoint_command): Adjust to validate_actionline
9247 prototype change.
9248 (catch_syscall_completer): Make "text" and "word" parameters
9249 const.
9250 * cli/cli-cmds.c (show_user): Make "comname" local const.
9251 (valid_command_p): Make "command" parameter const.
9252 (alias_command): Make "alias_prefix" and "command_prefix" locals
9253 const.
9254 * cli/cli-decode.c (add_cmd): Make "name" parameter const.
9255 (add_alias_cmd): Make "name" and "oldname" parameters const.
9256 Adjust. No longer make copy of OLDNAME.
9257 (add_prefix_cmd, add_abbrev_prefix_cmd, add_set_or_show_cmd)
9258 (add_setshow_cmd_full, add_setshow_enum_cmd)
9259 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
9260 (add_setshow_filename_cmd, add_setshow_string_cmd)
9261 (add_setshow_string_noescape_cmd)
9262 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
9263 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
9264 (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd)
9265 (delete_cmd, add_info, add_info_alias, add_com, add_com_alias):
9266 Make "name" parameter const.
9267 (help_cmd): Rename "command" parameter to "arg". New const local
9268 "command".
9269 (find_cmd): Make "command" parameter const.
9270 (lookup_cmd_1): Make "text" parameter pointer to const. Adjust to
9271 deprecated_cmd_warning prototype change.
9272 (undef_cmd_error): Make "cmdtype" parameter const.
9273 (lookup_cmd): Make "line" parameter const.
9274 (deprecated_cmd_warning): Change type of "text" parameter to
9275 pointer to const char, from pointer to pointer to char. Adjust.
9276 (lookup_cmd_composition): Make "text" parameter const.
9277 (complete_on_cmdlist, complete_on_enum): Make "text" and "word"
9278 parameters const.
9279 * cli/cli-decode.h (struct cmd_list_element) <name>: Make field
9280 const.
9281 * cli/cli-script.c (validate_comname): Make "tem" local const.
9282 (define_command): New const local "tem_c". Use it in calls to
9283 lookup_cmd.
9284 (document_command): Make "tem" and "comfull" locals const.
9285 (show_user_1): Make "prefix" and "name" parameters const.
9286 * cli-script.h (show_user_1): Make "prefix" and "name" parameters
9287 const.
9288 * command.h (add_cmd, add_alias_cmd, add_prefix_cmd)
9289 (add_abbrev_prefix_cmd, completer_ftype, lookup_cmd, lookup_cmd_1)
9290 (deprecated_cmd_warning, lookup_cmd_composition, add_com)
9291 (add_com_alias, add_info, add_info_alias, complete_on_cmdlist)
9292 (complete_on_enum, add_setshow_enum_cmd)
9293 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
9294 (add_setshow_filename_cmd, add_setshow_string_cmd)
9295 (add_setshow_string_noescape_cmd)
9296 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
9297 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
9298 (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
9299 Change prototypes, constifying strings.
9300 * completer.c (noop_completer, filename_completer): Make "text"
9301 and "prefix" parameters const.
9302 (location_completer, expression_completer)
9303 (complete_line_internal): Make "text" and "prefix" parameters
9304 const and adjust.
9305 (command_completer, signal_completer): Make "text" and "prefix"
9306 parameters const.
9307 * completer.h (noop_completer, filename_completer)
9308 (expression_completer, location_completer, command_completer)
9309 (signal_completer): Change prototypes.
9310 * corefile.c (complete_set_gnutarget): Make "text" and "word"
9311 parameters const.
9312 * cp-abi.c (cp_abi_completer): Likewise.
9313 * expression.h (parse_expression_for_completion): Change
9314 prototype.
9315 * f-lang.c (f_make_symbol_completion_list): Make "text" and "word"
9316 parameters const.
9317 * infcmd.c (_initialize_infcmd): Make "cmd_name" local const.
9318 * infrun.c (handle_completer): Make "text" and "word" parameters
9319 const.
9320 * interps.c (interpreter_completer): Make "text" and "word"
9321 parameters const.
9322 * language.h (struct language_defn)
9323 <la_make_symbol_completion_list>: Make "text" and "word"
9324 parameters const.
9325 * parse.c (parse_exp_1): Move const hack to parse_exp_in_context.
9326 (parse_exp_in_context): Rename to ...
9327 (parse_exp_in_context_1): ... this.
9328 (parse_exp_in_context): Reimplement, with const hack from
9329 parse_exp_1.
9330 (parse_expression_for_completion): Make "string" parameter const.
9331 * printcmd.c (decode_format): Make "string_ptr" parameter pointer
9332 to pointer to const char. Adjust.
9333 (print_command_1): Make "exp" parameter const.
9334 (output_command): Rename to ...
9335 (output_command_const): ... this. Make "exp" parameter const.
9336 (output_command): Reimplement.
9337 (x_command): Adjust.
9338 (display_command): Rename "exp" parameter to "arg". New "exp"
9339 local, const version of "arg".
9340 * python/py-auto-load.c (gdbpy_initialize_auto_load): Make
9341 "cmd_name" local const.
9342 * python/py-cmd.c (cmdpy_destroyer): Cast const away in xfree
9343 call.
9344 (cmdpy_completer): Make "text" and "word" parameters const.
9345 (gdbpy_parse_command_name): Make "prefix_text2" local const.
9346 * python/py-param.c (add_setshow_generic): Make "tmp_name" local
9347 const.
9348 * remote.c (_initialize_remote): Make "cmd_name" local const.
9349 * symtab.c (language_search_unquoted_string): Make "text" and "p"
9350 parameters const. Adjust.
9351 (completion_list_add_fields): Make "sym_text", "text" and "word"
9352 parameters const.
9353 (struct add_name_data) <sym_text, text, word>: Make fields const.
9354 (default_make_symbol_completion_list_break_on): Make "text" and
9355 "word" parameters const. Adjust locals.
9356 (default_make_symbol_completion_list)
9357 (make_symbol_completion_list, make_symbol_completion_type)
9358 (make_symbol_completion_list_fn): Make "text" and "word"
9359 parameters const.
9360 (make_file_symbol_completion_list): Make "text", "word" and
9361 "srcfile" parameters const. Adjust locals.
9362 (add_filename_to_list): Make "text" and "word" parameters const.
9363 (struct add_partial_filename_data) <text, word>: Make fields
9364 const.
9365 (make_source_files_completion_list): Make "text" and "word"
9366 parameters const.
9367 * symtab.h (default_make_symbol_completion_list_break_on)
9368 (default_make_symbol_completion_list, make_symbol_completion_list)
9369 (make_symbol_completion_type enum type_code)
9370 (make_symbol_completion_list_fn make_file_symbol_completion_list)
9371 (make_source_files_completion_list): Change prototype.
9372 * top.c (execute_command): Adjust to pass pointer to pointer to
9373 const char to lookup_cmd, and to deprecated_cmd_warning prototype
9374 change.
9375 (set_verbose): Make "cmdname" local const.
9376 * tracepoint.c (decode_agent_options): Make "exp" parameter const,
9377 and adjust.
9378 (validate_actionline): Make "line" parameter a pointer to const
9379 char, and adjust.
9380 (encode_actions_1): Make "action_exp" local const, and adjust.
9381 (encode_actions): Adjust.
9382 (replace_comma): Delete.
9383 (trace_dump_actions): Make "action_exp" and "next_comma" locals
9384 const, and adjust. Don't frob the action string while splitting
9385 it at commas. Instead, make a copy of each split substring in
9386 turn.
9387 (trace_dump_command): Adjust to validate_actionline prototype
9388 change.
9389 * tracepoint.h (decode_agent_options, decode_agent_options)
9390 (encode_actions, validate_actionline): Change prototypes.
9391 * valprint.h (output_command): Delete declaration.
9392 (output_command_const): Declare.
9393 * value.c (function_destroyer): Cast const away in xfree call.
9394
9395 2013-03-13 Pedro Alves <palves@redhat.com>
9396
9397 * ada-lang.c (ada_decode_symbol): Cast away constness of GSYMBOL
9398 rather than casting 'const char * const *' to 'const char **'.
9399 * ada-lex.l (processInt): Make "trailer" local const. Remove
9400 'const char **' cast.
9401 * arm-linux-tdep.c (arm_stap_parse_special_token): Add 'char *'
9402 locals, and use those as strtol output pointer, instead than doing
9403 invalid casts to from 'const char **' to 'char **'.
9404 (_initialize_demangle): Remove cast.
9405 * i386-tdep.c (i386_stap_parse_special_token): : Add 'char *'
9406 locals, and use those as strtol output pointer, instead than doing
9407 invalid casts to from 'const char **' to 'char **'.
9408 * solib-dsbt.c (dsbt_get_initial_loadmaps): Remove 'gdb_byte**'
9409 casts.
9410 * stap-probe.c (stap_parse_register_operand)
9411 (stap_parse_single_operand): Likewise.
9412
9413 2013-03-13 Yao Qi <yao@codesourcery.com>
9414
9415 * tracepoint.c (tfile_get_trace_state_variable_value): Look for
9416 the last matched 'V' blcok in trace frame.
9417
9418 2013-03-12 Joel Brobecker <brobecker@adacore.com>
9419
9420 * NEWS: Create a new section for the next release branch.
9421 Rename the section of the current branch, now that it has
9422 been cut.
9423
9424 2013-03-12 Joel Brobecker <brobecker@adacore.com>
9425
9426 GDB 7.6 branch created (branch timestamp: 2013-03-12 22:15 UTC)
9427 * version.in: Bump version to 7.6.50.20130312-cvs.
9428
9429 2013-03-12 Keith Seitz <keiths@redhat.com>
9430
9431 * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.
9432 * mi/mi-interp.c (mi_interpreter_exec): Make "command" const.
9433 Remove temporary copy of input string.
9434 (mi_execute_command_wrapper): Make "cmd" const.
9435 * mi/mi-main.c (mi_execute_command): Make "string_ptr" const.
9436 * mi/mi-parse.c (mi_parse_argv): Make "args" const.
9437 Use const strings.
9438 (mi_parse): Make "cmd" const.
9439 Use const strings.
9440 * mi/mi-parse.h (mi_parse): Make "cmd" const.
9441
9442 2013-03-12 Keith Seitz <keiths@redhat.com>
9443
9444 * ada-lang.c (ada_read_renaming_var_value): Pass const
9445 pointer to expression string to parse_exp_1.
9446 (create_excep_cond_exprs): Likewise.
9447 * ax-gdb.c (agent_eval_command_one): Likewise.
9448 (maint_agent_printf_command): Likewise.
9449 Constify much of the string handling/parsing.
9450 * breakpoint.c (set_breakpoint_condition): Pass const
9451 pointer to expression string to parse_exp_1.
9452 (update_watchpoint): Likewise.
9453 (parse_cmd_to_aexpr): Constify string handling.
9454 Pass const pointer to parse_exp_1.
9455 (init_breakpoint_sal): Pass const pointer to parse_exp_1.
9456 (find_condition_and_thread): Likewise.
9457 Make TOK const.
9458 (watch_command_1): Make "arg" const.
9459 Constify string handling.
9460 Copy the expression string instead of changing the input
9461 string.
9462 (update_breakpoint_location): Pass const pointer to
9463 parse_exp_1.
9464 * eval.c (parse_and_eval_address): Make "exp" const.
9465 (parse_to_comma_and_eval): Make "expp" const.
9466 (parse_and_eval): Make "exp" const.
9467 * expression.h (parse_expression): Make argument const.
9468 (parse_exp_1): Make first argument const.
9469 * findcmd.c (parse_find_args): Treat "args" as const.
9470 * linespec.c (parse_linespec): Pass const pointer to
9471 linespec_expression_to_pc.
9472 (linespec_expression_to_pc): Make "exp_ptr" const.
9473 * parse.c (parse_exp_1): Make "stringptr" const.
9474 Make a copy of the expression to pass to parse_exp_in_context until
9475 this whole interface can be constified.
9476 (parse_expression): Make "string" const.
9477 * printcmd.c (ui_printf): Treat "arg" as const.
9478 Handle const strings.
9479 * tracepoint.c (validate_actionline): Pass const pointer to
9480 all calls to parse_exp_1.
9481 (encode_actions_1): Likewise.
9482 * value.h (parse_to_comma_and_eval): Make argument const.
9483 (parse_and_eval_address): Likewise.
9484 (parse_and_eval): Likewise.
9485 * varobj.c (varobj_create): Pass const pointer to parse_exp_1.
9486 (varobj_set_value): Likewise.
9487 * cli/cli-cmds.c (disassemble_command): Treat "arg" as const and
9488 constify string handling.
9489 Pass const pointers to parse_and_eval_address and
9490 parse_to_comman_and_eval.
9491 * cli/cli-utils.c (skip_to_space): Rename to ...
9492 (skip_to_space_const): ... this. Handle const strings.
9493 * cli/cli-utils.h (skip_to_space): Turn into macro which invokes
9494 skip_to_space_const.
9495 (skip_to_space_const): Declare.
9496 * common/format.c (parse_format_string): Make "arg" const.
9497 Handle const strings.
9498 * common/format.h (parse_format_string): Make "arg" const.
9499 * gdbserver/ax.c (ax_printf): Make "format" const.
9500 * python/python.c (gdbpy_parse_and_eval): Do not make a copy
9501 of the expression string.
9502
9503 2013-03-12 Hui Zhu <hui@codesourcery.com>
9504
9505 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Update error message.
9506
9507 2013-03-12 Yao Qi <yao@codesourcery.com>
9508 Hui Zhu <hui@codesourcery.com>
9509
9510 * dwarf2loc.c (access_memory): Change nbits to nbytes in gdb_assert.
9511 (dwarf2_compile_expr_to_ax): Call access_memory in DW_OP_deref and
9512 DW_OP_deref_size.
9513
9514 2013-03-12 Paul Hilfinger <hilfingr@adacore.com>
9515
9516 * ada-lex.l (rules): Only recognize 'thread' as a
9517 delimiter when followed by numerals, as for c-exp.y.
9518 Use new rewind_to_char function to rewind the input for
9519 expression-delimiting tokens.
9520 (rewind_to_char): New function.
9521
9522 2013-03-11 Pedro Alves <palves@redhat.com>
9523 Jan Kratochvil <jan.kratochvil@redhat.com>
9524
9525 * configure: Regenerate.
9526 * configure.ac (check dynamic export flag): Link python test with
9527 $PYTHON_LIBS.
9528
9529 2013-03-11 Doug Evans <dje@google.com>
9530 Keith Seitz <keiths@redhat.com>
9531
9532 * linespec.c (find_linespec_symbols): Call find_function_symbols
9533 first, and then call lookup_prefix_sym/find_method.
9534
9535 2013-03-11 Pedro Alves <palves@redhat.com>
9536
9537 * charset.c (convert_between_encodings): Don't cast between
9538 different pointer to pointer types. Instead, make the 'inp' local
9539 be of the type iconv expects.
9540 (wchar_iterate): Don't cast between different pointer to pointer
9541 types. Instead, use new pointer local of the type iconv expects.
9542 * target.c (target_read_stralloc, target_fileio_read_stralloc):
9543 Add new local of type char pointer, and use it to get a
9544 char/string view of the byte buffer, instead of casting between
9545 pointer to pointer types.
9546
9547 2013-03-11 Hafiz Abid Qadeer <abidh@codesourcery.com>
9548
9549 * remote.c (remote_set_trace_buffer_size): Move != operator
9550 to the start of next line to fix an ARI warning.
9551
9552 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9553
9554 * NEWS: Add record changes.
9555
9556 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9557
9558 * record-btrace.c (btrace_insn_history): Omit the pc prefix in
9559 the instruction history disassembly.
9560 * disasm.c (dump_insns): Omit the pc prefix, if requested.
9561 * disasm.h (DISASSEMBLY_OMIT_PC): New.
9562
9563 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9564
9565 * Makefile.in (SFILES): Add record-btrace.c
9566 (COMMON_OBS): Add record-btrace.o
9567 * record-btrace.c: New.
9568 * objfiles.c: Include btrace.h.
9569 (free_objfile): call btrace_free_objfile.
9570
9571 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9572
9573 * target.c (target_call_history, target_call_history_from,
9574 target_call_history_range): New.
9575 * target.h (target_ops) <to_call_history, to_call_history_from,
9576 to_call_history_range>: New fields.
9577 (target_call_history, target_call_history_from,
9578 target_call_history_range): New declaration.
9579 * record.c (get_call_history_modifiers, cmd_record_call_history,
9580 record_call_history_size): New.
9581 (_initialize_record): Add the "record function-call-history" command.
9582 Add "set/show record function-call-history-size" commands.
9583 * record.h (record_print_flag): New.
9584
9585 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9586
9587 * target.h (target_ops) <to_insn_history, to_insn_history_from,
9588 to_insn_history_range>: New fields.
9589 (target_insn_history): New.
9590 (target_insn_history_from): New.
9591 (target_insn_history_range): New.
9592 * target.c (target_insn_history): New.
9593 (target_insn_history_from): New.
9594 (target_insn_history_range): New.
9595 * record.c: Include cli/cli-utils.h, disasm.h, ctype.h.
9596 (record_insn_history_size): New.
9597 (get_insn_number): New.
9598 (get_context_size): New.
9599 (no_chunk): New.
9600 (get_insn_history_modifiers): New.
9601 (cmd_record_insn_history): New.
9602 (_initialize_record): Add "set/show record instruction-history-size"
9603 command. Add "record instruction-history" command.
9604
9605 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9606
9607 * record.h (record_disconnect): New.
9608 (record_detach): New.
9609 (record_mourn_inferior): New.
9610 (record_kill): New.
9611 * record-full.c (record_disconnect, record_detach,
9612 record_mourn_inferior, record_kill): Move to...
9613 * record.c: ...here.
9614 (DEBUG): New.
9615 (record_stop): New.
9616 (record_unpush): New.
9617 (cmd_record_stop): Call record_stop. Replace unpush_target
9618 call with record_unpush call.
9619 (record_disconnect, record_detach): Assert that the target
9620 is of record stratum. Call record_unpush, record_stop, and
9621 DEBUG.
9622 (record_mourn_inferior, record_kill): Assert that the target
9623 is of record stratum. Call record_unpush and DEBUG.
9624
9625 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9626
9627 * record-full.h, record-full.c (record_memory_query): Rename
9628 to ...
9629 (record_full_memory_query): ...this. Update all users.
9630 (record_arch_list_add_reg): Rename to ...
9631 (record_full_arch_list_add_reg): ...this. Update all users.
9632 (record_arch_list_add_mem): Rename to ...
9633 (record_full_arch_list_add_mem): ...this. Update all users.
9634 (record_arch_list_add_end): Rename to ...
9635 (record_full_arch_list_add_end): ...this. Update all users.
9636 (record_gdb_operation_disable_set): Rename to ...
9637 (record_full_gdb_operation_disable_set): ...this.
9638 Update all users.
9639
9640 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9641
9642 * record-full.c (DEFAULT_RECORD_INSN_MAX_NUM): Renamed to ...
9643 (DEFAULT_RECORD_FULL_INSN_MAX_NUM): ... this. Updated all users.
9644 (RECORD_IS_REPLAY): Renamed to ...
9645 (RECORD_FULL_IS_REPLAY): ... this. Updated all users.
9646 (RECORD_FILE_MAGIC): Renamed to ...
9647 (RECORD_FULL_FILE_MAGIC): ... this. Updated all users.
9648 (record_mem_entry): Renamed to ...
9649 (record_full_mem_entry): ... this. Updated all users.
9650 (record_reg_entry): Renamed to ...
9651 (record_full_reg_entry): ... this. Updated all users.
9652 (record_end_entry): Renamed to ...
9653 (record_full_end_entry): ... this. Updated all users.
9654 (record_type) <record_end, record_reg, record_mem>: Renamed
9655 to ...
9656 (record_full_type) <record_full_end, record_full_reg,
9657 record_full_mem>: ... this. Updated all users.
9658 (record_entry): Renamed to ...
9659 (record_full_entry): ... this. Updated all users.
9660 (record_core_buf_entry): Renamed to ...
9661 (record_full_core_buf_entry): ... this. Updated all users.
9662 (record_core_regbuf): Renamed to ...
9663 (record_full_core_regbuf): ... this. Updated all users.
9664 (record_core_start): Renamed to ...
9665 (record_full_core_start): ... this. Updated all users.
9666 (record_core_end): Renamed to ...
9667 (record_full_core_end): ... this. Updated all users.
9668 (record_core_buf_list): Renamed to ...
9669 (record_full_core_buf_list): ... this. Updated all users.
9670 (record_first): Renamed to ...
9671 (record_full_first): ... this. Updated all users.
9672 (record_list): Renamed to ...
9673 (record_full_list): ... this. Updated all users.
9674 (record_arch_list_head): Renamed to ...
9675 (record_full_arch_list_head): ... this. Updated all users.
9676 (record_arch_list_tail): Renamed to ...
9677 (record_full_arch_list_tail): ... this. Updated all users.
9678 (record_stop_at_limit): Renamed to ...
9679 (record_full_stop_at_limit): ... this. Updated all users.
9680 (record_insn_max_num): Renamed to ...
9681 (record_full_insn_max_num): ... this. Updated all users.
9682 (record_insn_num): Renamed to ...
9683 (record_full_insn_num): ... this. Updated all users.
9684 (record_insn_count): Renamed to ...
9685 (record_full_insn_count): ... this. Updated all users.
9686 (record_ops): Renamed to ...
9687 (record_full_ops): ... this. Updated all users.
9688 (record_core_ops): Renamed to ...
9689 (record_full_core_ops): ... this. Updated all users.
9690 (set_record_cmdlist): Renamed to ...
9691 (set_record_full_cmdlist): ... this. Updated all users.
9692 (show_record_cmdlist): Renamed to ...
9693 (show_record_full_cmdlist): ... this. Updated all users.
9694 (record_cmdlist): Renamed to ...
9695 (record_full_cmdlist): ... this. Updated all users.
9696 (record_beneath_to_resume_ops): Renamed to ...
9697 (record_full_beneath_to_resume_ops): ... this. Updated all users.
9698 (record_beneath_to_resume): Renamed to ...
9699 (record_full_beneath_to_resume): ... this. Updated all users.
9700 (record_beneath_to_wait_ops): Renamed to ...
9701 (record_full_beneath_to_wait_ops): ... this. Updated all users.
9702 (record_beneath_to_wait): Renamed to ...
9703 (record_full_beneath_to_wait): ... this. Updated all users.
9704 (record_beneath_to_store_registers_ops): Renamed to ...
9705 (record_full_beneath_to_store_registers_ops): ... this.
9706 Updated all users.
9707 (record_beneath_to_store_registers): Renamed to ...
9708 (record_full_beneath_to_store_registers): ... this.
9709 Updated all users.
9710 (record_beneath_to_xfer_partial_ops): Renamed to ...
9711 (record_full_beneath_to_xfer_partial_ops): ... this.
9712 Updated all users.
9713 (record_beneath_to_xfer_partial): Renamed to ...
9714 (record_full_beneath_to_xfer_partial): ... this.
9715 Updated all users.
9716 (record_beneath_to_insert_breakpoint): Renamed to ...
9717 (record_full_beneath_to_insert_breakpoint): ... this.
9718 Updated all users.
9719 (record_beneath_to_stopped_by_watchpoint): Renamed to ...
9720 (record_full_beneath_to_stopped_by_watchpoint): ... this.
9721 Updated all users.
9722 (record_beneath_to_stopped_data_address): Renamed to ...
9723 (record_full_beneath_to_stopped_data_address): ... this.
9724 Updated all users.
9725 (record_beneath_to_async): Renamed to ...
9726 (record_full_beneath_to_async): ... this. Updated all users.
9727 (record_goto_insn): Renamed to ...
9728 (record_full_goto_insn): ... this. Updated all users.
9729 (record_save): Renamed to ...
9730 (record_full_save): ... this. Updated all users.
9731 (record_reg_alloc): Renamed to ...
9732 (record_full_reg_alloc): ... this. Updated all users.
9733 (record_reg_release): Renamed to ...
9734 (record_full_reg_release): ... this. Updated all users.
9735 (record_mem_alloc): Renamed to ...
9736 (record_full_mem_alloc): ... this. Updated all users.
9737 (record_mem_release): Renamed to ...
9738 (record_full_mem_release): ... this. Updated all users.
9739 (record_end_alloc): Renamed to ...
9740 (record_full_end_alloc): ... this. Updated all users.
9741 (record_end_release): Renamed to ...
9742 (record_full_end_release): ... this. Updated all users.
9743 (record_entry_release): Renamed to ...
9744 (record_full_entry_release): ... this. Updated all users.
9745 (record_list_release): Renamed to ...
9746 (record_full_list_release): ... this. Updated all users.
9747 (record_list_release_following): Renamed to ...
9748 (record_full_list_release_following): ... this.
9749 Updated all users.
9750 (record_list_release_first): Renamed to ...
9751 (record_full_list_release_first): ... this. Updated all users.
9752 (record_arch_list_add): Renamed to ...
9753 (record_full_arch_list_add): ... this. Updated all users.
9754 (record_get_loc): Renamed to ...
9755 (record_full_get_loc): ... this. Updated all users.
9756 (record_check_insn_num): Renamed to ...
9757 (record_full_check_insn_num): ... this. Updated all users.
9758 (record_arch_list_cleanups): Renamed to ...
9759 (record_full_arch_list_cleanups): ... this. Updated all users.
9760 (record_message): Renamed to ...
9761 (record_full_message): ... this. Updated all users.
9762 (record_message_wrapper): Renamed to ...
9763 (record_full_message_wrapper): ... this. Updated all users.
9764 (record_message_wrapper_safe): Renamed to ...
9765 (record_full_message_wrapper_safe): ... this. Updated all users.
9766 (record_gdb_operation_disable): Renamed to ...
9767 (record_full_gdb_operation_disable): ... this. Updated all users.
9768 (record_hw_watchpoint): Renamed to ...
9769 (record_full_hw_watchpoint): ... this. Updated all users.
9770 (record_exec_insn): Renamed to ...
9771 (record_full_exec_insn): ... this. Updated all users.
9772 (record_restore): Renamed to ...
9773 (record_full_restore): ... this. Updated all users.
9774 (record_async_inferior_event_token): Renamed to ...
9775 (record_full_async_inferior_event_token): ... this.
9776 Updated all users.
9777 (record_async_inferior_event_handler): Renamed to ...
9778 (record_full_async_inferior_event_handler): ... this.
9779 Updated all users.
9780 (record_core_open_1): Renamed to ...
9781 (record_full_core_open_1): ... this. Updated all users.
9782 (record_open_1): Renamed to ...
9783 (record_full_open_1): ... this. Updated all users.
9784 (record_open): Renamed to ...
9785 (record_full_open): ... this. Updated all users.
9786 (record_close): Renamed to ...
9787 (record_full_close): ... this. Updated all users.
9788 (record_resume_step): Renamed to ...
9789 (record_full_resume_step): ... this. Updated all users.
9790 (record_resumed): Renamed to ...
9791 (record_full_resumed): ... this. Updated all users.
9792 (record_execution_dir): Renamed to ...
9793 (record_full_execution_dir): ... this. Updated all users.
9794 (record_resume): Renamed to ...
9795 (record_full_resume): ... this. Updated all users.
9796 (record_get_sig): Renamed to ...
9797 (record_full_get_sig): ... this. Updated all users.
9798 (record_sig_handler): Renamed to ...
9799 (record_full_sig_handler): ... this. Updated all users.
9800 (record_wait_cleanups): Renamed to ...
9801 (record_full_wait_cleanups): ... this. Updated all users.
9802 (record_wait_1): Renamed to ...
9803 (record_full_wait_1): ... this. Updated all users.
9804 (record_wait): Renamed to ...
9805 (record_full_wait): ... this. Updated all users.
9806 (record_stopped_by_watchpoint): Renamed to ...
9807 (record_full_stopped_by_watchpoint): ... this. Updated all users.
9808 (record_disconnect): Renamed to ...
9809 (record_full_disconnect): ... this. Updated all users.
9810 (record_detach): Renamed to ...
9811 (record_full_detach): ... this. Updated all users.
9812 (record_mourn_inferior): Renamed to ...
9813 (record_full_mourn_inferior): ... this. Updated all users.
9814 (record_kill): Renamed to ...
9815 (record_full_kill): ... this. Updated all users.
9816 (record_stopped_data_address): Renamed to ...
9817 (record_full_stopped_data_address): ... this. Updated all users.
9818 (record_registers_change): Renamed to ...
9819 (record_full_registers_change): ... this. Updated all users.
9820 (record_store_registers): Renamed to ...
9821 (record_full_store_registers): ... this. Updated all users.
9822 (record_xfer_partial): Renamed to ...
9823 (record_full_xfer_partial): ... this. Updated all users.
9824 (record_breakpoint): Renamed to ...
9825 (record_full_breakpoint): ... this. Updated all users.
9826 (record_breakpoint_p): Renamed to ...
9827 (record_full_breakpoint_p): ... this. Updated all users.
9828 (record_breakpoints): Renamed to ...
9829 (record_full_breakpoints): ... this. Updated all users.
9830 (record_sync_record_breakpoints): Renamed to ...
9831 (record_full_sync_record_breakpoints): ... this.
9832 Updated all users.
9833 (record_init_record_breakpoints): Renamed to ...
9834 (record_full_init_record_breakpoints): ... this.
9835 Updated all users.
9836 (record_insert_breakpoint): Renamed to ...
9837 (record_full_insert_breakpoint): ... this. Updated all users.
9838 (record_remove_breakpoint): Renamed to ...
9839 (record_full_remove_breakpoint): ... this. Updated all users.
9840 (record_can_execute_reverse): Renamed to ...
9841 (record_full_can_execute_reverse): ... this. Updated all users.
9842 (record_get_bookmark): Renamed to ...
9843 (record_full_get_bookmark): ... this. Updated all users.
9844 (record_goto_bookmark): Renamed to ...
9845 (record_full_goto_bookmark): ... this. Updated all users.
9846 (record_async): Renamed to ...
9847 (record_full_async): ... this. Updated all users.
9848 (record_can_async_p): Renamed to ...
9849 (record_full_can_async_p): ... this. Updated all users.
9850 (record_is_async_p): Renamed to ...
9851 (record_full_is_async_p): ... this. Updated all users.
9852 (record_execution_direction): Renamed to ...
9853 (record_full_execution_direction): ... this. Updated all users.
9854 (record_info): Renamed to ...
9855 (record_full_info): ... this. Updated all users.
9856 (record_delete): Renamed to ...
9857 (record_full_delete): ... this. Updated all users.
9858 (record_is_replaying): Renamed to ...
9859 (record_full_is_replaying): ... this. Updated all users.
9860 (record_goto_entry): Renamed to ...
9861 (record_full_goto_entry): ... this. Updated all users.
9862 (record_goto_begin): Renamed to ...
9863 (record_full_goto_begin): ... this. Updated all users.
9864 (record_goto_end): Renamed to ...
9865 (record_full_goto_end): ... this. Updated all users.
9866 (record_goto): Renamed to ...
9867 (record_full_goto): ... this. Updated all users.
9868 (init_record_ops): Renamed to ...
9869 (init_record_full_ops): ... this. Updated all users.
9870 (record_core_resume): Renamed to ...
9871 (record_full_core_resume): ... this. Updated all users.
9872 (record_core_kill): Renamed to ...
9873 (record_full_core_kill): ... this. Updated all users.
9874 (record_core_fetch_registers): Renamed to ...
9875 (record_full_core_fetch_registers): ... this. Updated all users.
9876 (record_core_prepare_to_store): Renamed to ...
9877 (record_full_core_prepare_to_store): ... this. Updated all users.
9878 (record_core_store_registers): Renamed to ...
9879 (record_full_core_store_registers): ... this. Updated all users.
9880 (record_core_xfer_partial): Renamed to ...
9881 (record_full_core_xfer_partial): ... this. Updated all users.
9882 (record_core_insert_breakpoint): Renamed to ...
9883 (record_full_core_insert_breakpoint): ... this. Updated all users.
9884 (record_core_remove_breakpoint): Renamed to ...
9885 (record_full_core_remove_breakpoint): ... this. Updated all users.
9886 (record_core_has_execution): Renamed to ...
9887 (record_full_core_has_execution): ... this. Updated all users.
9888 (init_record_core_ops): Renamed to ...
9889 (init_record_full_core_ops): ... this. Updated all users.
9890 (cmd_record_restore): Renamed to ...
9891 (cmd_record_full_restore): ... this. Updated all users.
9892 (record_save_cleanups): Renamed to ...
9893 (record_full_save_cleanups): ... this. Updated all users.
9894 (cmd_record_start): Renamed to ...
9895 (cmd_record_full_start): ... this. Updated all users.
9896 (set_record_insn_max_num): Renamed to ...
9897 (set_record_full_insn_max_num): ... this. Updated all users.
9898 (set_record_command): Renamed to ...
9899 (set_record_full_command): ... this. Updated all users.
9900 (show_record_command): Renamed to ...
9901 (show_record_full_command): ... this. Updated all users.
9902 (_initialize_record): Renamed to ...
9903 (_initialize_record_full): ... this. Updated all users.
9904
9905 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9906
9907 * record.h: Split into this and ...
9908 * record-full.h: ... this.
9909 * record.c: Split into this and ...
9910 * record-full.c: ... this.
9911 * target.h (target_ops): Add new fields to_info_record,
9912 to_save_record, to_delete_record, to_record_is_replaying,
9913 to_goto_record_begin, to_goto_record_end, to_goto_record.
9914 (target_info_record): New.
9915 (target_save_record): New.
9916 (target_supports_delete_record): New.
9917 (target_delete_record): New.
9918 (target_record_is_replaying): New.
9919 (target_goto_record_begin): New.
9920 (target_goto_record_end): New.
9921 (target_goto_record): New.
9922 * target.c (target_info_record): New.
9923 (target_save_record): New.
9924 (target_supports_delete_record): New.
9925 (target_delete_record): New.
9926 (target_record_is_replaying): New.
9927 (target_goto_record_begin): New.
9928 (target_goto_record_end): New.
9929 (target_goto_record): New.
9930 * record.h: Declare struct cmd_list_element.
9931 (record_cmdlist): New declaration.
9932 (set_record_cmdlist): New declaration.
9933 (show_record_cmdlist): New declaration.
9934 (info_record_cmdlist): New declaration.
9935 (cmd_record_goto): New declaration.
9936 * record.c: Remove unnecessary includes.
9937 Include inferior.h.
9938 (cmd_record_goto): Remove declaration.
9939 (record_cmdlist): Now extern. Initialize.
9940 (set_record_cmdlist): Now extern. Initialize.
9941 (show_record_cmdlist): Now extern. Initialize.
9942 (info_record_cmdlist): Now extern. Initialize.
9943 (find_record_target): New.
9944 (require_record_target): New.
9945 (cmd_record_start): Update.
9946 (cmd_record_delete): Remove target-specific code.
9947 Call target_delete_record.
9948 (cmd_record_stop): Unpush any record target.
9949 (set_record_insn_max_num): Move to record-full.c
9950 (set_record_command): Add comment.
9951 (show_record_command): Add comment.
9952 (info_record_command): Update comment.
9953 Remove target-specific code.
9954 Call the record target's to_info_record.
9955 (cmd_record_start): New.
9956 (cmd_record_goto): Now extern.
9957 Remove target-specific code.
9958 Call target_goto_begin, target_goto_end, or target_goto.
9959 (_initialize_record): Move record target ops initialization to
9960 record-full.c.
9961 Change "record" command help text.
9962 Move "record restore", "record set", and "record show" commands to
9963 record-full.c.
9964 * Makefile.in (SFILES): Add record-full.c.
9965 (HFILES_NO_SRCDIR): Add record-full.h.
9966 (COMMON_OBS): Add record-full.o.
9967 * amd64-linux-tdep.c: Include record-full.h instead of record.h.
9968 * arm-tdep.c: Include record-full.h.
9969 * i386-linux-tdep.c: Include record-full.h instead of record.h.
9970 * i386-tdep.c: Include record-full.h.
9971 * infrun.c: Include record-full.h.
9972 * linux-record.c: Include record-full.h.
9973 * moxie-tdep.c: Include record-full.h.
9974 * record-full.c: Include record-full.h.
9975 Change module comment.
9976 (set_record_full_cmdlist): New.
9977 (show_record_full_cmdlist): New.
9978 (record_full_cmdlist): New.
9979 (record_goto_insn): New declaration.
9980 (record_save): New declaration.
9981 (record_check_insn_num): Change query string.
9982 (record_info): New.
9983 (record_delete): New.
9984 (record_is_replaying): New.
9985 (record_goto_entry): New.
9986 (record_goto_begin): New.
9987 (record_goto_end): New.
9988 (record_goto): New.
9989 (init_record_ops): Update.
9990 (init_record_core_ops): Update.
9991 (cmd_record_save): Rename to record_save. Remove target and arg checks.
9992 (cmd_record_start): New.
9993 (set_record_insn_max_num): Moved from record.c
9994 (set_record_full_command): New.
9995 (show_record_full_command): New.
9996 (_initialize_record_full): New.
9997
9998 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9999
10000 * target.h (add_deprecated_target_alias): New.
10001 * target.c (add_deprecated_target_alias): New.
10002
10003 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10004
10005 * common/linux-btrace.c: Include sys/ptrace, sys/types, sys/wait.h,
10006 and signal.h.
10007 (linux_supports_btrace): Add kernel and
10008 cpuid check.
10009 (kernel_supports_btrace): New function.
10010 (cpu_supports_btrace): New function.
10011 (intel_supports_btrace): New function.
10012
10013 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10014
10015 * target.h (enum target_object): Add TARGET_OBJECT_BTRACE.
10016 * remote.c: Include btrace.h.
10017 (struct btrace_target_info): New struct.
10018 (remote_supports_btrace): New function.
10019 (send_Qbtrace): New function.
10020 (remote_enable_btrace): New function.
10021 (remote_disable_btrace): New function.
10022 (remote_teardown_btrace): New function.
10023 (remote_read_btrace): New function.
10024 (init_remote_ops): Add btrace ops.
10025 (enum <unnamed>): Add btrace packets.
10026 (struct protocol_feature remote_protocol_features[]): Add btrace packets.
10027 (_initialize_remote): Add packet configuration for branch tracing.
10028
10029 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10030
10031 * features/btrace.dtd: New file.
10032 * Makefile.in (XMLFILES): Add btrace.dtd.
10033 * btrace.h (parse_xml_btrace): New declaration.
10034 * btrace.c: Include xml-support.h.
10035 (parse_xml_btrace): New function.
10036 (parse_xml_btrace_block): New function.
10037 (block_attributes): New struct.
10038 (btrace_attributes): New struct.
10039 (btrace_children): New struct.
10040 (btrace_elements): New struct.
10041
10042 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10043
10044 * amd64-linux-nat.c: Include btrace.h and linux-btrace.h.
10045 (amd64_linux_enable_btrace): New.
10046 (amd64_linux_disable_btrace): New.
10047 (amd64_linux_teardown_btrace): New.
10048 (_initialize_amd64_linux_nat): Initialize btrace ops.
10049 * i386-linux.nat.c: Include btrace.h and linux-btrace.h.
10050 (i386_linux_enable_btrace): New.
10051 (i386_linux_disable_btrace): New.
10052 (i386_linux_teardown_btrace): New.
10053 (_initialize_i386_linux_nat): Initialize btrace ops.
10054 * config/i386/linux.mh: Add linux-btrace.o.
10055 * config/i386/linux64.mh: Add linux-btrace.o.
10056
10057 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10058
10059 * common/linux_btrace.h: New file.
10060 * common/linux_btrace.c: New file.
10061 * Makefile.in (SFILES): Add btrace.c.
10062 (HFILES_NO_SRCDIR): Add common/linux-btrace.h.
10063 (COMMON_OBS): Add btrace.o.
10064 (linux-btrace.o): New rule.
10065
10066 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10067
10068 * target.h: Include btrace.h.
10069 (struct target_ops) <to_supports_btrace, to_enable_btrace,
10070 to_disable_btrace, to_teardown_btrace, to_read_btrace>: New.
10071 * target.c (target_supports_btrace): New function.
10072 (target_enable_btrace): New function.
10073 (target_disable_btrace): New function.
10074 (target_teardown_btrace): New function.
10075 (target_read_btrace): New function.
10076 * btrace.h: New file.
10077 * btrace.c: New file.
10078 * Makefile.in: Add btrace.c.
10079 * gdbthread.h: Include btrace.h.
10080 (struct thread_info): Add btrace field.
10081 * thread.c: Include btrace.h.
10082 (clear_thread_inferior_resources): Call target_teardown_btrace.
10083 * common/btrace-common.h: New file.
10084
10085 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10086
10087 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Call also kill
10088 for CHILD, ignore PTRACE_KILL errors, move the inner block variable
10089 kill_status to outer block.
10090
10091 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10092
10093 Fix entry-values if the callee called a noreturn function.
10094 * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Use
10095 get_frame_address_in_block. Add new comment.
10096
10097 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10098
10099 Fix entry-values in C++ across CUs.
10100 * dwarf2loc.c (call_site_to_target_addr) <FIELD_LOC_KIND_PHYSNAME>: Use
10101 lookup_minimal_symbol. Add a comment.
10102 * dwarf2read.c
10103 (read_call_site_scope) <is_ref_attr> <die_is_declaration>: Prefer
10104 DW_AT_linkage_name.
10105
10106 2013-03-08 Yao Qi <yao@codesourcery.com>
10107
10108 * tracepoint.c (_initialize_tracepoint): Indent the code.
10109
10110 2013-03-08 Pedro Alves <palves@redhat.com>
10111
10112 * findcmd.c (put_bits): Change type of parameter to 'gdb_byte *'.
10113 (parse_find_args, find_command): Change type of pattern buffer
10114 locals to 'gdb_byte *'.
10115
10116 2013-03-08 Stan Shebs <stan@codesourcery.com>
10117 Hafiz Abid Qadeer <abidh@codesourcery.com>
10118
10119 * NEWS: Mention set and show trace-buffer-size commands.
10120 Mention new packet.
10121 * target.h (struct target_ops): New method
10122 to_set_trace_buffer_size.
10123 (target_set_trace_buffer_size): New macro.
10124 * target.c (update_current_target): Set up new method.
10125 * tracepoint.c (trace_buffer_size): New global.
10126 (start_tracing): Send it to the target.
10127 (set_trace_buffer_size): New function.
10128 (_initialize_tracepoint): Add new setshow for trace-buffer-size.
10129 * remote.c (remote_set_trace_buffer_size): New function.
10130 (_initialize_remote): Use it.
10131 (QTBuffer:size) New remote command.
10132 (PACKET_QTBuffer_size): New enum.
10133 (remote_protocol_features): Add an entry for
10134 PACKET_QTBuffer_size.
10135
10136 2013-03-08 Tom Tromey <tromey@redhat.com>
10137
10138 * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
10139 variable.
10140
10141 2013-03-07 Pedro Alves <palves@redhat.com>
10142
10143 * target.c (target_read_stralloc, target_fileio_read_alloc):
10144 *Cast pointer to 'gdb_byte *' in target call.
10145
10146 2013-03-07 Pedro Alves <palves@redhat.com>
10147
10148 * corefile.c (read_memory_string): Cast pointer to gdb_byte* in
10149 call.
10150
10151 2013-03-07 Keith Seitz <keiths@redhat.com>
10152
10153 * breakpoint.c (catch_syscall_split_args): Use skip_spaces.
10154 (trace_pass_command): Likewise.
10155 * cli/cli-cmds.c: Include cli/cli-utils.h.
10156 (source_command): Use skip-spaces.
10157 (disassemble_command): Likewise.
10158 * findcmd.c: Include cli/cli-utils.h.
10159 (parse_find_args): Use skip_spaces.
10160 * go32-nat.c: Include cli/cli-utils.h.
10161 (go32_sldt): Use skip_spaces.
10162 (go32_sgdt): Likewise.
10163 (go32_sidt): Likewise.
10164 (go32_pde): Likewise.
10165 (go32_pte): Likewise.
10166 (go32_pte_for_address): Likewise.
10167 * infcmd.c: Include cli/cli-utils.h.
10168 (registers_info): Use skip_spaces.
10169 * linux-tdep.c (read_mapping): Use skip_spaces_const.
10170 (linux_info_proc): Likewise.
10171 * linux-thread-db.c: Include cli/cli-utils.h.
10172 (info_auto_load_libthread_db): Use skip_spaces_const.
10173 * m32r-rom.c: Include cli/cli-utils.h.
10174 (m32r_upload_command): Use skip_spaces.
10175 * maint.c: Include cli/cli-utils.h.
10176 (maintenance_translate_address): Use skip_spaces.
10177 * mi/mi-parse.c: Include cli/cli-utils.h.
10178 (mi_parse_argv): Use skip_spaces.
10179 (mi_parse): Likewise.
10180 * minsyms.c: Include cli/cli-utils.h.
10181 (msymbol_hash_iw): Use skip_spaces_const.
10182 * objc-lang.c: Include cli/cli-utils.h.
10183 (parse_selector): Use skip_spaces.
10184 (parse_method): Likewise.
10185 * python/python.c: Include cli/cli-utils.h.
10186 (python_interactive_command)[HAVE_PYTHON]: Use skip_spaces.
10187 (python_command)[HAVE_PYTHON]: Likewise.
10188 (python_interactive_command)[!HAVE_PYTHON]: Likewise.
10189 * remote-m32r-sdi.c: Include cli/cli-utils.h.
10190 (m32r_load): Use skip_spaces.
10191 * serial.c: Include cli/cli-utils.h.
10192 (serial_open): Use skip_spaces_const.
10193 * stack.c: Include cli/cli-utils.h.
10194 (parse_frame_specification_1): Use skip_spaces_const.
10195 * symfile.c: Include cli/cli-utils.h.
10196 (set_ext_lang_command): Use skip_spaces.
10197 * symtab.c: Include cli/cli-utils.h.
10198 (rbreak_command): Use skip_spaces.
10199 * thread.c (thread_name_command): Use skip_spaces.
10200 * tracepoint.c (validate_actionline): Use skip_spaces.
10201 (encode_actions_1): Likewise.
10202 (trace_find_range_command): Likewise.
10203 (trace_find_outside_command): Likewise.
10204 (trace_dump_actions): Likewise.
10205
10206 2013-03-07 Pedro Alves <palves@redhat.com>
10207
10208 * c-lang.c (parse_one_string): Cast argument to gdb_byte *.
10209 * expprint.c (print_subexp_standard): Likewise.
10210 * utils.c (host_char_to_target): Likewise.
10211 * valprint.c (generic_emit_char, generic_printstr): Likewise.
10212 * varobj.c (value_get_print_value): Change type of local to char*.
10213 Cast it gdb_byte * in call to language printer.
10214
10215 2013-03-07 Pedro Alves <palves@redhat.com>
10216
10217 * charset.c (struct wchar_iterator) <input>: Change type to 'const
10218 gdb_byte *'.
10219 (make_wchar_iterator): Remove cast to char*.
10220 (wchar_iterate): Change type of local.
10221
10222 2013-03-07 Pedro Alves <palves@redhat.com>
10223
10224 * regcache.c (regcache_xmalloc_1): Call XCALLOC with signed char
10225 for 'regcache->register_status'.
10226
10227 2013-03-07 Pedro Alves <palves@redhat.com>
10228
10229 * breakpoint.c (breakpoint_xfer_memory): Change type of local to
10230 int.
10231
10232 2013-03-07 Pedro Alves <palves@redhat.com>
10233
10234 * stap-probe.c (handle_stap_probe): Add cast to char*.
10235
10236 2013-03-07 Pedro Alves <palves@redhat.com>
10237
10238 * linux-record.c (record_linux_system_call) <gdb_sys_msgrcv,
10239 RECORD_MSGRCV>: Pass a signed variable to
10240 regcache_raw_read_signed, instead of an unsigned one.
10241
10242 2013-03-07 Pedro Alves <palves@redhat.com>
10243
10244 * remote-notif.c (notif_debug): Change type to int.
10245 * remote-notif.h (notif_debug): Likewise.
10246
10247 2013-03-07 Pedro Alves <palves@redhat.com>
10248
10249 * ser-tcp.c (tcp_retry_limit): Change type to unsigned int.
10250
10251 2013-03-07 Pedro Alves <palves@redhat.com>
10252
10253 * remote.c (hex2bin, bin2hex): Move extern declarations to ...
10254 * remote.h (hex2bin, bin2hex): ... here.
10255 * tracepoint.c (hex2bin, bin2hex): Remove extern declarations.
10256
10257 2013-03-07 Eli Zaretskii <eliz@gnu.org>
10258
10259 * utils.c (initialize_utils): Improve doc strings of "set/show
10260 width", "set/show height", and "set/show pagination".
10261
10262 2013-03-06 Keith Seitz <keiths@redhat.com>
10263
10264 * ax-gdb.c (gen_printf): Make FORMAT const.
10265 * ax-gdb.h (gen_printf): Likewise.
10266 * ax-general.c (ax_string): Make STR const.
10267 * ax.h (ax_string): Likewise.
10268
10269 2013-03-06 Doug Evans <dje@google.com>
10270
10271 * elfread.c (elf_symfile_read): Move debugging printf to more
10272 logical location.
10273
10274 2013-03-06 Pedro Alves <palves@redhat.com>
10275
10276 * python/py-utils.c (target_string_to_unicode): Delete function.
10277 * python/python-internal.h (target_string_to_unicode): Delete
10278 declaration.
10279
10280 2013-03-06 Pierre Muller <muller@sourceware.org>
10281
10282 * linespec.c (get_current_search_block): ARI fix, use (void)
10283 for empty parameter list.
10284
10285 2013-03-05 Doug Evans <dje@google.com>
10286
10287 * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents
10288 of old ada_lookup_symbol_list. In !full_search case, don't
10289 search superblocks.
10290 (ada_lookup_symbol_list): Delete arg full_search, all callers
10291 updated. Call ada_lookup_symbol_list_worker.
10292 (ada_iterate_over_symbols): Call ada_lookup_symbol_list_worker.
10293 * ada-lang.h (ada_lookup_symbol_list): Update.
10294 * language.h (language_defn): Update comment for
10295 la_iterate_over_symbols.
10296 * linespec.c (iterate_over_file_blocks): New function.
10297 (iterate_over_all_matching_symtabs): Call it.
10298 (lookup_prefix_sym): Ditto.
10299 (get_current_search_block): New function.
10300 (get_search_block): Delete.
10301 (find_label_symbols): Call get_current_search_block.
10302 (add_matching_symbols_to_info): Call iterate_over_file_blocks.
10303 * symtab.c (iterate_over_symbols): Don't search superblocks.
10304
10305 2013-03-05 Yao Qi <yao@codesourcery.com>
10306
10307 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): Change
10308 parameter VAR's type from "unsigned int" to "int".
10309 * command.h (var_zuinteger_unlimited): Update its comments.
10310 (add_setshow_zuinteger_unlimited_cmd): Update the declaration.
10311
10312 2013-03-05 Corinna Vinschen <vinschen@redhat.de>
10313
10314 * NEWS: Mention new target x86_64-*-cygwin*.
10315
10316 2013-03-05 Corinna Vinschen <vinschen@redhat.de>
10317
10318 * configure.host: Add x86_64-*-cygwin* as host.
10319 * configure.tgt: Add x86_64-*-cygwin* as target.
10320 * config/i386/cygwin64.mh: New file.
10321
10322 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10323
10324 * linespec.c (decode_line_2): Fix duplicate request off by two message.
10325
10326 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10327
10328 * linespec.c (struct linespec_canonical_name): New.
10329 (struct linespec_state): Change canonical_names type to it.
10330 (add_sal_to_sals): Change variable canonical_name to canonical. Change
10331 xrealloc element size. Initialize the different CANONICAL fields.
10332 (canonical_to_fullform): New.
10333 (filter_results): Use it. Add variables canonical, fullform and
10334 cleanup.
10335 (struct decode_line_2_item, decode_line_2_compare_items): New.
10336 (decode_line_2): Remove variables iter and item_names, add variables
10337 items and items_count. Modify the code for these new variables.
10338
10339 2013-03-04 Corinna Vinschen <vinschen@redhat.com>
10340
10341 * coff-pe-read.c (read_pe_exported_syms): Don't return without
10342 calling do_cleanup.
10343
10344 2013-03-04 Luis Machado <lgustavo@codesourcery.com>
10345
10346 * tracepoint.c (build_traceframe_info): Add code for byte order.
10347
10348 2013-03-02 Kevin Buettner <kevinb@redhat.com>
10349
10350 * v850-tdep.c: (v850e2_register_name): Revise system register
10351 names to match current V850E2M architecture specifications.
10352 Update register number enum comments too.
10353
10354 2013-03-01 Jiong Wang <jiwang@tilera.com>
10355 Pedro Alves <palves@redhat.com>
10356
10357 * tilegx-tdep.c (tilegx_analyze_prologue): Limit bundle reading
10358 to END_ADDR.
10359 (tilegx_skip_prologue): Limit prologue analysis to section end.
10360
10361 2013-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10362
10363 * dwarf2loc.c (call_site_find_chain_1): New variable save_callee_pc,
10364 use it.
10365
10366 2013-03-01 Pedro Alves <palves@redhat.com>
10367
10368 Use gdb_byte for bytes from the program being debugged.
10369
10370 * arm-tdep.c (arm_store_return_value, arm_get_longjmp_target):
10371 Change type of local 'buf' to gdb_byte.
10372 * avr-tdep.c (avr_frame_prev_register, avr_push_dummy_call): Likewise.
10373 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
10374 * cris-tdep.c (cris_sigcontext_addr)
10375 (cris_sigtramp_frame_unwind_cache): Likewise.
10376 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp)
10377 (frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
10378 Likewise.
10379 * frv-tdep.c (frv_pseudo_register_write, frv_analyze_prologue): Likewise.
10380 * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer)
10381 (hppa32_hpux_search_dummy_call_sequence)
10382 (hppa_hpux_supply_save_state): Likewise.
10383 * hppa-linux-tdep.c (insns_match_pattern)
10384 (hppa_linux_find_global_pointer): Likewise.
10385 * hppa-tdep.c (hppa_in_function_epilogue_p)
10386 (skip_prologue_hard_way, hppa_frame_cache): Likewise.
10387 * i386-nto-tdep.c (i386nto_sigcontext_addr): Likewise.
10388 * i386fbsd-tdep.c (i386fbsd_supply_uthread)
10389 (i386fbsd_collect_uthread): Likewise.
10390 * ia64-hpux-tdep.c (ia64_hpux_push_dummy_code): Likewise.
10391 * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Likewise.
10392 * ia64-tdep.c (examine_prologue, ia64_frame_cache)
10393 (ia64_frame_prev_register, ia64_sigtramp_frame_cache)
10394 (ia64_sigtramp_frame_prev_register, ia64_access_reg)
10395 (ia64_access_rse_reg, ia64_libunwind_frame_this_id)
10396 (ia64_libunwind_frame_prev_register)
10397 (ia64_libunwind_sigtramp_frame_this_id)
10398 (ia64_find_global_pointer_from_dynamic_section)
10399 (find_extant_func_descr, find_func_descr, ia64_dummy_id)
10400 (ia64_unwind_pc): Likewise.
10401 * iq2000-tdep.c (iq2000_store_return_value): Likewise.
10402 * m68hc11-tdep.c (m68hc11_push_dummy_call)
10403 (m68hc11_extract_return_value): Likewise.
10404 * m68klinux-nat.c (fetch_register, store_register): Likewise.
10405 * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_cr32_write)
10406 (mep_get_insn, mep_push_dummy_call): Likewise.
10407 * mips-linux-tdep.c (mips_linux_get_longjmp_target)
10408 (mips_linux_in_dynsym_stub): Likewise.
10409 * mn10300-tdep.c (mep_pseudo_cr32_write): Likewise.
10410 * ppc-linux-nat.c (fetch_register, store_register): Likewise.
10411 * regcache.c (dump_endian_bytes): Change type of parameter 'buf'
10412 to gdb_byte.
10413 * remote-mips.c (mips_set_register): Likewise.
10414 * remote-sim.c (gdbsim_fetch_register): Likewise.
10415 * score-tdep.c (score7_fetch_inst): Change type of parameter
10416 'memblock' and local 'buf' to gdb_byte.
10417 (score7_malloc_and_get_memblock): Change return type to gdb_byte.
10418 Change type of local 'buf' to gdb_byte. Adjust.
10419 (score7_adjust_memblock_ptr): Change type of parameter 'memblock'
10420 to gdb_byte**.
10421 (score7_analyze_prologue): Change type of 'memblock' and
10422 'memblock_ptr' locals to gdb_byte*.
10423 * sh64-tdep.c (sh64_extract_return_value)
10424 (sh64_store_return_value): Change type of local 'buf' to gdb_byte.
10425 * solib-darwin.c (darwin_current_sos, darwin_read_exec_load_addr):
10426 * solib-pa64.c (pa64_solib_create_inferior_hook)
10427 (pa64_open_symbol_file_object): Remove local 'buf'.
10428 * solib-som.c (som_solib_create_inferior_hook, link_map_start)
10429 (som_open_symbol_file_object): Likewise.
10430 * solib-spu.c (spu_current_sos): Likewise.
10431 * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
10432 * spu-multiarch.c (parse_spufs_run, spu_fetch_registers)
10433 (spu_store_registers): Likewise.
10434 * target.c (debug_print_register): Likewise.
10435 * tic6x-tdep.c (tic6x_get_longjmp_target): Likewise.
10436 * xstormy16-tdep.c (xstormy16_store_return_value)
10437 (xstormy16_push_dummy_call, xstormy16_resolve_jmp_table_entry)
10438 (xstormy16_find_jmp_table_entry): Likewise.
10439
10440 2013-03-01 Jiong Wang <jiwang@tilera.com>
10441
10442 * tilegx-tdep.c (tilegx_get_longjmp_target): New function.
10443 (tilegx_gdbarch_init): Install it.
10444
10445 2013-02-28 Tom Tromey <tromey@redhat.com>
10446
10447 * python/py-arch.c (archpy_disassemble): Use PyInt_Check and
10448 PyLong_Check.
10449
10450 2013-02-28 Doug Evans <dje@google.com>
10451
10452 * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
10453 * python/python.c (gdbpy_find_pc_line): Ditto.
10454
10455 2013-02-28 Tom Tromey <tromey@redhat.com>
10456
10457 * contrib/excheck.py: New file.
10458 * contrib/exsummary.py: New file.
10459 * contrib/gcc-with-excheck: New file.
10460
10461 2013-02-28 Tom Tromey <tromey@redhat.com>
10462
10463 * python/python.c (gdbpy_print_stack): Call begin_line and
10464 fprintf_filtered inside TRY_CATCH.
10465
10466 2013-02-28 Tom Tromey <tromey@redhat.com>
10467
10468 * python/python.c (gdbpy_find_pc_line): Call find_pc_line
10469 inside TRY_CATCH.
10470
10471 2013-02-28 Tom Tromey <tromey@redhat.com>
10472
10473 * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to call
10474 frame_object_to_frame_info inside TRY_CATCH.
10475
10476 2013-02-28 Tom Tromey <tromey@redhat.com>
10477
10478 * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside
10479 TRY_CATCH.
10480
10481 2013-02-28 Tom Tromey <tromey@redhat.com>
10482
10483 * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.
10484
10485 2013-02-27 Corinna Vinschen <vinschen@redhat.com>
10486
10487 * windows-nat.c: Throughout, fix format strings and casts of
10488 printf-like functions to avoid type related warnings on all
10489 platforms.
10490 (handle_output_debug_string): Fetch context information address
10491 from debug string using string_to_core_addr.
10492
10493 2013-02-27 Jiong Wang <jiwang@tilera.com>
10494
10495 * regformats/reg-tilegx.dat (name): Change abi name to "tilegx".
10496 * regformats/reg-tilegx32.dat: New.
10497
10498 2013-02-27 Jiong Wang <jiwang@tilera.com>
10499
10500 * configure.tgt (tilegx-*-linux*): Enable gdbserver.
10501
10502 2013-02-27 Jiong Wang <jiwang@tilera.com>
10503
10504 * configure.tgt (tilegx-*-linux*): Replace whitespace with tab.
10505
10506 2013-02-27 Yao Qi <yao@codesourcery.com>
10507 Pedro Alves <palves@redhat.com>
10508
10509 * tracepoint.c (tfile_trace_find): For tfind
10510 pc/tp/range/outside, look for the next trace frame instead of
10511 always starting from frame 0.
10512
10513 2013-02-26 Anthony Green <green@moxielogic.com>
10514
10515 * configure.tgt: Add support for moxie-*-rtems* target.
10516
10517 2013-02-25 Pedro Alves <palves@redhat.com>
10518
10519 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Change
10520 warning text.
10521
10522 2013-02-24 Maciej W. Rozycki <macro@codesourcery.com>
10523
10524 * mips-tdep.c (mips32_scan_prologue): Reset frame_offset to zero
10525 if $fp is used as the virtual frame pointer.
10526
10527 2013-02-23 Alan Modra <amodra@gmail.com>
10528
10529 * elfread.c (elf_symtab_read): Do not use udata.p here to find
10530 symbol size.
10531 * ppc64-tdep.c (ppc64_elf_make_msymbol_special): New function.
10532 * ppc64-tdep.h (ppc64_elf_make_msymbol_special): Declare.
10533 * ppc-linux-tdep.c (ppc_linux_init_abi): Set up to use the above.
10534 * ppcfbsd-tdep.c (ppcfbsd_init_abi): Likewise.
10535
10536 2013-02-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10537
10538 Code cleanup.
10539 * elfread.c (build_id_bfd_get): Make the return type const.
10540 (build_id_verify): Make the check parameter const.
10541 (build_id_to_debug_filename): Make the build_id parameter and variable
10542 data const.
10543 (find_separate_debug_file_by_buildid): Make the variable build_id const.
10544
10545 2013-02-21 Alan Modra <amodra@gmail.com>
10546
10547 * elfread.c (build_id_bfd_get): Adjust for elf_tdata changes.
10548
10549 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
10550
10551 Add a new method 'disassemble' to gdb.Architecture class.
10552 * python/py-arch.c (archpy_disassmble): Implementation of the
10553 new method gdb.Architecture.disassemble.
10554 (arch_object_methods): Add entry for the new method.
10555
10556 2013-02-20 Jiong Wang <jiwang@tilera.com>
10557
10558 * MAINTAINERS (Write After Approval): Add myself to the list.
10559
10560 2013-02-19 Pedro Alves <palves@redhat.com>
10561
10562 Garbage collect 'struct monitor_ops'::load_routine.
10563
10564 * monitor.h (struct monitor_ops) <load_routine>: Remove field.
10565 * monitor.c (monitor_load): No longer call
10566 current_monitor->load_routine.
10567 * dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
10568 * m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
10569 * ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.
10570
10571 2013-02-19 Pedro Alves <palves@redhat.com>
10572
10573 PR gdb/15161
10574
10575 Harmonize with generic_load.
10576
10577 * monitor.c: Include "readline/readline.h".
10578 (monitor_load): Rename parameter 'file' to 'args'. Use build_argv
10579 instead of sscanf. Use CORE_ADDR/strtoulst instead of unsigned
10580 long/strtol for the 'load_offset' local. Error out if no argument
10581 is given or if too many arguments are given. Tilde expand the
10582 passed in file name.
10583
10584 2013-02-19 Kai Tietz <ktietz@redhat.com>
10585
10586 PR gdb/15161
10587 * symfile.c (load_section_data): Change type of load_offset
10588 to CORE_ADDR.
10589 (generic_load): User strtoulst instead of strtoul for conversion
10590 of load_offset.
10591
10592 2013-02-19 Jiong Wang <jiwang@tilera.com>
10593
10594 * tilegx-tdep.c (tilegx_analyze_prologue): add check for
10595 for return address, "lr" register, saved on stack.
10596 * tilegx-tdep.c (tilegx_frame_cache): update "PC" reg
10597 after we invoke tilegx_analyze_prologue.
10598
10599 2013-02-19 Jiong Wang <jiwang@tilera.com>
10600
10601 * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
10602
10603 2013-02-19 Jiong Wang <jiwang@tilera.com>
10604
10605 * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal.
10606
10607 2013-02-19 Jiong Wang <jiwang@tilera.com>
10608
10609 * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro.
10610 (tilegx_write_pc): New function.
10611 (tilegx_cannot_reference_register): Return zero if REGNO
10612 is TILEGX_FAULTNUM_REGNUM.
10613 (tilegx_gdbarch_init): Add call to set_gdbarch_write_pc.
10614 (tilegx_register_name): Add handling of "faultnum" register.
10615 * tilegx-tdep.h (enum tilegx_regnum): Add TILEGX_FAULTNUM_REGNUM.
10616 * tilegx-linux-tdep.c (tilegx_linux_supply_regset): Add
10617 handling of TILEGX_FAULTNUM_REGNUM.
10618 * tilegx-linux-nat.c (regmap): Add entry for TILEGX_FAULTNUM_REGNUM.
10619
10620 2013-02-19 Jiong Wang <jiwang@tilera.com>
10621
10622 * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack
10623 should be aligned to 64bit.
10624
10625 2013-02-19 Kai Tietz <ktietz@redhat.com>
10626
10627 * windows-nat.c (windows_xfer_memory): Fix debug-output
10628 for LLP64.
10629
10630 2013-02-19 Lei Liu <lei.liu2@windriver.com>
10631
10632 * mips-linux-nat.c (mips64_linux_regsets_store_registers):
10633 Don't check DSP register number if HAVE_DSP is not set.
10634
10635 2013-02-19 Alan Modra <amodra@gmail.com>
10636
10637 * elfread.c (struct build_id): Delete. Use struct elf_build_id
10638 throughout file instead.
10639 (build_id_bfd_get): Update to use new elf_tdata build_id field.
10640 Don't xmalloc return value.
10641 (build_id_verify): Similarly. Don't xfree.
10642 (build_id_to_debug_filename): Update.
10643 (find_separate_debug_file_by_buildid): Update, don't xfree.
10644
10645 2013-02-18 Tom Tromey <tromey@redhat.com>
10646
10647 PR gdb/15102:
10648 * dwarf2read.c (read_subrange_type): Use result of
10649 'check_typedef'.
10650
10651 2013-02-16 Yuanhui Zhang <asmwarrior@gmail.com>
10652
10653 * frame.c: Remove one extra white space after #include
10654 directive.
10655
10656 2013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10657
10658 * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
10659
10660 2013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10661
10662 * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
10663 and dir commands into an if block.
10664
10665 2013-02-15 Sanimir Agovic <sanimir.agovic@intel.com>
10666
10667 * python/py-breakpoint (struct pybp_code): Use int instead of
10668 enum type_code.
10669
10670 2013-02-15 Pedro Alves <pedro@codesourcery.com>
10671 Hafiz Abid Qadeer <abidh@codesourcery.com>
10672
10673 * NEWS: Mention new field "trace-file".
10674 * tracepoint.c (trace_status_mi): Output "trace-file" field.
10675 (tfile_open): Record the trace file's filename in the trace
10676 status.
10677 (tfile_files_info): Mention the name of the trace file.
10678 Check the "filename" field explicitely.
10679 (trace_status_command): Explicitely check "filename" field.
10680 (trace_find_command): Ditto.
10681 (trace_find_pc_command): Ditto.
10682 (trace_find_tracepoint_command): Ditto.
10683 (trace_find_line_command): Ditto.
10684 (trace_find_range_command): Ditto.
10685 (trace_find_outside_command): Ditto.
10686 * tracepoint.h (struct trace_status) <from_file>: Rename it
10687 to "filename" and make it hold the trace file's filename
10688 instead of a boolean.
10689 * remote.c (remote_get_trace_status): Initialize "filename"
10690 field with NULL instead of 0.
10691
10692 2013-02-15 Yao Qi <yao@codesourcery.com>
10693
10694 * remote.c: Fix a typo.
10695
10696 2013-02-14 Pierre Muller <muller@sourceware.org>
10697
10698 * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
10699
10700 2013-02-14 Pedro Alves <palves@redhat.com>
10701
10702 * utils.c (savestring): Don't #undef it. Move function to
10703 common/common-utils.c.
10704 * common/common-utils.c: Include gdb_string.h.
10705 (savestring): Move here from utils.c.
10706 * common/common-utils.h (savestring): Declare.
10707
10708 2013-02-14 Pedro Alves <palves@redhat.com>
10709
10710 * utils.c (savestring): Rename parameter 'size' to 'len'.
10711
10712 2013-02-14 Pedro Alves <palves@redhat.com>
10713 Yufeng Zhang <yufeng.zhang@arm.com>
10714
10715 * aarch64-linux-nat.c (aarch64_init_debug_reg_state): Delete.
10716 (aarch64_inferior_data, struct aarch64_inferior_data):
10717 Delete.
10718 (struct aarch64_process_info): New.
10719 (aarch64_process_list): New global.
10720 (aarch64_find_process_pid, aarch64_add_process)
10721 (aarch64_process_info_get): New functions.
10722 (aarch64_inferior_data_get): Delete.
10723 (aarch64_process_info_get): New function.
10724 (aarch64_forget_process): New function.
10725 (aarch64_get_debug_reg_state): New parameter 'pid'. Reimplement.
10726 (aarch64_linux_prepare_to_resume): Pass the lwp's pid to
10727 aarch64_get_debug_reg_state.
10728 (aarch64_notify_debug_reg_change): Use iterate_over_lwps
10729 instead of linux_nat_iterate_watchpoint_lwps.
10730 (aarch64_linux_new_fork): New function.
10731 (aarch64_linux_child_post_startup_inferior): Use
10732 aarch64_forget_process instead of aarch64_init_debug_reg_state.
10733 (aarch64_handle_breakpoint, aarch64_linux_insert_hw_breakpoint)
10734 (aarch64_linux_remove_hw_breakpoint)
10735 (aarch64_handle_aligned_watchpoint)
10736 (aarch64_handle_unaligned_watchpoint)
10737 (aarch64_linux_insert_watchpoint)
10738 (aarch64_linux_remove_watchpoint)
10739 (aarch64_linux_stopped_data_address): Adjust to pass the current
10740 process id to aarch64_debug_reg_state.
10741 (_initialize_aarch64_linux_nat): Install aarch64_linux_new_fork as
10742 linux_nat_new_fork hook, and aarch64_forget_process as
10743 linux_nat_forget_process hook; remove the call to
10744 register_inferior_data_with_cleanup.
10745
10746 2013-02-14 Pedro Alves <palves@redhat.com>
10747
10748 * eval.c (evaluate_subexp_for_address) <default_case_after_eval,
10749 EVAL_AVOID_SIDE_EFFECTS>: Swap and handle TYPE_CODE_REF before
10750 lval_memory.
10751
10752 2013-02-14 Pedro Alves <pedro@codesourcery.com>
10753 Hafiz Abid Qadeer <abidh@codesourcery.com>
10754
10755 * tracepoint.h (validate_trace_state_variable_name): Declare.
10756 * tracepoint.c (validate_trace_state_variable_name): New.
10757 (trace_variable_command): Parse the trace state variable's name
10758 without using parse_expression. Do several validations.
10759 * mi/mi-main.c (mi_cmd_trace_define_variable): Don't parse the
10760 trace state variable's name with parse_expression. Validate it.
10761
10762 2013-02-14 Yao Qi <yao@codesourcery.com>
10763
10764 * infcmd.c (breakpoint_proceeded): Remove it.
10765
10766 2013-02-14 Yao Qi <yao@codesourcery.com>
10767
10768 * tracepoint.c (end_actions_pseudocommand): Make it static.
10769 (while_stepping_pseudocommand): Likewise.
10770 * tracepoint.h (end_actions_pseudocommand): Remove the
10771 declaration.
10772 (while_stepping_pseudocommand): Likewise.
10773
10774 2013-02-14 Yao Qi <yao@codesourcery.com>
10775
10776 * cli/cli-decode.c (help_cmd): Remove the declaration of
10777 "cmdlist".
10778 (help_all): Likewise.
10779
10780 2013-02-13 Pedro Alves <palves@redhat.com>
10781
10782 * amd64-linux-nat.c (update_debug_registers_callback):
10783 Update comment.
10784 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
10785 iterate_over_lwps.
10786 (amd64_linux_prepare_to_resume): Pass the lwp's pid to
10787 i386_debug_reg_state.
10788 (amd64_linux_new_fork): New function.
10789 (_initialize_amd64_linux_nat): Install amd64_linux_new_fork as
10790 linux_nat_new_fork hook, and i386_forget_process as
10791 linux_nat_forget_process hook.
10792 * i386-linux-nat.c (update_debug_registers_callback):
10793 Update comment.
10794 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
10795 iterate_over_lwps.
10796 (i386_linux_prepare_to_resume): Pass the lwp's pid to
10797 i386_debug_reg_state.
10798 (i386_linux_new_fork): New function.
10799 (_initialize_i386_linux_nat): Install i386_linux_new_fork as
10800 linux_nat_new_fork hook, and i386_forget_process as
10801 linux_nat_forget_process hook.
10802 * i386-nat.c (i386_init_dregs): Delete.
10803 (i386_inferior_data, struct i386_inferior_data):
10804 Delete.
10805 (struct i386_process_info): New.
10806 (i386_process_list): New global.
10807 (i386_find_process_pid, i386_add_process, i386_process_info_get):
10808 New functions.
10809 (i386_inferior_data_get): Delete.
10810 (i386_process_info_get): New function.
10811 (i386_debug_reg_state): New parameter 'pid'. Reimplement.
10812 (i386_forget_process): New function.
10813 (i386_cleanup_dregs): Rewrite.
10814 (i386_update_inferior_debug_regs, i386_insert_watchpoint)
10815 (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
10816 (i386_stopped_data_address, i386_insert_hw_breakpoint)
10817 (i386_remove_hw_breakpoint): Adjust to pass the current process id
10818 to i386_debug_reg_state.
10819 (i386_use_watchpoints): Don't register inferior data.
10820 * i386-nat.h (i386_debug_reg_state): Add new 'pid' parameter, and
10821 adjust comment.
10822 (i386_forget_process): Declare.
10823 * linux-fork.c (delete_fork): Call linux_nat_forget_process.
10824 * linux-nat.c (linux_nat_new_fork, linux_nat_forget_process_hook):
10825 New static globals.
10826 (linux_child_follow_fork): Don't call linux_nat_new_thread here.
10827 (add_initial_lwp): New, factored out from ...
10828 (add_lwp): ... this. Don't check the number of lwps before
10829 calling linux_nat_new_thread.
10830 (linux_nat_iterate_watchpoint_lwps): Delete.
10831 (linux_nat_attach): Use add_initial_lwp instead of add_lwp.
10832 (linux_handle_extended_wait): Call the linux_nat_new_fork hook on
10833 forks and vforks.
10834 (linux_nat_wait_1): Use add_initial_lwp instead of add_lwp for the
10835 initial lwp.
10836 (linux_nat_kill, linux_nat_mourn_inferior): Call
10837 linux_nat_forget_process.
10838 (linux_nat_set_new_fork, linux_nat_set_forget_process)
10839 (linux_nat_forget_process): New functions.
10840 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): Delete
10841 type.
10842 (linux_nat_iterate_watchpoint_lwps): Delete declaration.
10843 (linux_nat_new_fork_ftype, linux_nat_forget_process_ftype): New
10844 types.
10845 (linux_nat_set_new_fork, linux_nat_set_forget_process)
10846 (linux_nat_forget_process): New declarations.
10847
10848 * amd64fbsd-nat.c (super_mourn_inferior): New global.
10849 (amd64fbsd_mourn_inferior): New function.
10850 (_initialize_amd64fbsd_nat): Override to_mourn_inferior.
10851 * windows-nat.c (windows_detach): Call i386_cleanup_dregs.
10852
10853 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
10854
10855 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
10856 Adding _().
10857
10858 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
10859
10860 * aarch64-linux-nat.c (debug_reg_change_callback)
10861 (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
10862 %s and phex().
10863
10864 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
10865
10866 * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
10867 with LONGEST.
10868
10869 2013-02-13 Pedro Alves <palves@redhat.com>
10870 Hafiz Abid Qadeer <abidh@codesourcery.com>
10871
10872 * c-lang.c (c_op_print_tab): Add entry for UNOP_PLUS.
10873
10874 2013-02-12 Tom Tromey <tromey@redhat.com>
10875
10876 PR symtab/11464:
10877 * c-exp.y (lex_one_token): Initialize other fields of yylval on
10878 NAME return.
10879 (classify_inner_name): Remove 'first_name' argument, add
10880 'context'. Remove unused variable.
10881 (yylex): Explicitly maintain the context type. Exit loop earlier
10882 if NAME result is seen.
10883
10884 2013-02-12 Pedro Alves <palves@redhat.com>
10885
10886 * amd64-darwin-tdep.c: Add (C) after Copyright.
10887 * cli/cli-cmds.h: Ditto.
10888 * cli/cli-decode.c: Ditto.
10889 * cli/cli-decode.h: Ditto.
10890 * cli/cli-dump.c: Ditto.
10891 * cli/cli-dump.h: Ditto.
10892 * cli/cli-interp.c: Ditto.
10893 * cli/cli-logging.c: Ditto.
10894 * cli/cli-script.c: Ditto.
10895 * cli/cli-script.h: Ditto.
10896 * cli/cli-setshow.c: Ditto.
10897 * cli/cli-setshow.h: Ditto.
10898 * cli/cli-utils.c: Ditto.
10899 * cli/cli-utils.h: Ditto.
10900 * config/alpha/nm-osf3.h: Ditto.
10901 * config/djgpp/djconfig.sh: Ditto.
10902 * config/i386/nm-fbsd.h: Ditto.
10903 * config/i386/nm-i386gnu.h: Ditto.
10904 * config/nm-linux.h: Ditto.
10905 * config/nm-nto.h: Ditto.
10906 * config/rs6000/nm-rs6000.h: Ditto.
10907 * config/sparc/nm-sol2.h: Ditto.
10908 * darwin-nat-info.c: Ditto.
10909 * dfp.c: Ditto.
10910 * dfp.h: Ditto.
10911 * gdb-demangle.h: Ditto.
10912 * i386-darwin-nat.c: Ditto.
10913 * i386-darwin-tdep.c: Ditto.
10914 * linux-fork.h: Ditto.
10915 * m32c-tdep.c: Ditto.
10916 * microblaze-linux-tdep.c: Ditto.
10917 * microblaze-rom.c: Ditto.
10918 * microblaze-tdep.c: Ditto.
10919 * microblaze-tdep.h: Ditto.
10920 * mips-linux-tdep.h: Ditto.
10921 * ppc-ravenscar-thread.c: Ditto.
10922 * ppc-ravenscar-thread.h: Ditto.
10923 * prologue-value.c: Ditto.
10924 * prologue-value.h: Ditto.
10925 * ravenscar-thread.c: Ditto.
10926 * ravenscar-thread.h: Ditto.
10927 * sparc-ravenscar-thread.c: Ditto.
10928 * sparc-ravenscar-thread.h: Ditto.
10929 * tilegx-linux-tdep.c: Ditto.
10930 * unwind_stop_reasons.def: Ditto.
10931 * windows-nat.h: Ditto.
10932 * xtensa-linux-tdep.c: Ditto.
10933 * xtensa-xtregs.c: Ditto.
10934 * regformats/regdat.sh: Ditto.
10935 * regformats/regdef.h: Ditto.
10936
10937 2013-02-12 Pedro Alves <palves@redhat.com>
10938
10939 * break-catch-sig.c: Update copyright years.
10940
10941 2013-02-11 Siva Chandra Reddy <sivachandra@google.com>
10942
10943 Add support for a destructor for ui_out data and use it to
10944 provide a ui_out destructor.
10945 * ui-out.h: Declare the new ui_out destructor.
10946 (ui_out_impl): Add a field for data destructor in ui_out_impl.
10947 * ui-out.c (default_data_destroy): Add a default data destructor
10948 which does nothing.
10949 (default_ui_out_impl): Set the new data_destroy field to
10950 default_data_destroy
10951 (uo_data_destroy): Local function which invokes the data
10952 destructor if present.
10953 (clear_table): Local function which clears the table data of a
10954 ui_out object.
10955 (ui_out_destroy): Public function which frees a ui_out object.
10956 (ui_out_table_end): Use the new clear_table function.
10957 * cli-out.c (cli_ui_out_impl): Set the new data_destroy field to
10958 NULL.
10959 * mi/mi-out.c (mi_ui_out_impl): Set the new data_destroy field
10960 to NULL.
10961
10962 2013-02-11 Doug Evans <dje@google.com>
10963
10964 * printcmd.c (printf_c_string,printf_wide_c_string): New functions.
10965 (printf_decfloat): New function. Broken out from ui_printf.
10966 Remove unnecessary code to shift the entire format string down.
10967 (printf_pointer): New function.
10968 (ui_printf): Code to print C strings, wide C strings, decfloats,
10969 and pointers moved to separate functions.
10970
10971 2013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
10972
10973 * valops.c (value_assign): Handling bitfield offset in
10974 `lval_internalvar_component' case.
10975
10976 2013-02-08 Doug Evans <dje@google.com>
10977
10978 * common/format.c (parse_format_string): Fix whitespace.
10979
10980 2013-02-08 Matthew Gretton-Dann <matthew.gretton-dann@linaro.org>
10981
10982 * stack.c (return_command): Work around uninitialized variable
10983 warning.
10984
10985 2013-02-08 Yufeng Zhang <yufeng.zhang@arm.com>
10986
10987 * aarch64-linux-tdep.c (AARCH64_LINUX_SIZEOF_GREGSET): Change the
10988 number of the registers from 36 to 34.
10989
10990 2013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
10991
10992 * NEWS: Mention new AArch64 native and target support.
10993
10994 2013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
10995
10996 * MAINTAINERS (Write After Approval): Add myself.
10997
10998 2013-02-08 Jim MacArthur <jim.macarthur@arm.com>
10999 Marcus Shawcroft <marcus.shawcroft@arm.com>
11000 Nigel Stephens <nigel.stephens@arm.com>
11001 Yufeng Zhang <yufeng.zhang@arm.com>
11002
11003 * aarch64-linux-nat.c: New file.
11004 * config/aarch64/linux.mh: New file.
11005 * configure.host: Add AArch64.
11006 * Makefile.in (ALLDEPFILES): Add aarch64-linux-nat.c.
11007
11008 2013-02-07 Doug Evans <dje@google.com>
11009
11010 * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument to
11011 disassemble command.
11012
11013 2013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
11014
11015 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
11016 set_gdbarch_fetch_tls_load_module_address.
11017
11018 2013-02-06 David S. Miller <davem@davemloft.net>
11019
11020 * sparc-tdep.c (sparc32_return_value): Handle writing return value when
11021 using RETURN_VALUE_ABI_PRESERVES_ADDRESS.
11022 * value.c (struct_return_convention): New function.
11023 (using_struct_return): Implement in terms of struct_return_convention.
11024 * value.h (struct_return_convention): Declare.
11025 * stack.c (return_command): Allow successful overriding of the return
11026 value when RETURN_VALUE_ABI_PRESERVES_ADDRESS.
11027
11028 2013-02-06 Tom Tromey <tromey@redhat.com>
11029
11030 * python/py-type.c (typy_strip_typedefs): Don't call check_typedef
11031 outside of TRY_CATCH.
11032
11033 2013-02-06 Yao Qi <yao@codesourcery.com>
11034
11035 * mi/mi-interp.c: Include "tracepoint.h".
11036 (mi_tsv_modified): Declare.
11037 (mi_tsv_created, mi_tsv_deleted): Update declaration.
11038 (mi_interpreter_init): Call observer_attach_tsv_modified.
11039 (mi_tsv_modified): New.
11040 (mi_tsv_created, mi_tsv_deleted): Update.
11041 * tracepoint.c (trace_variable_command): Call
11042 observer_notify_tsv_modified if the initial value of tsv is
11043 changed.
11044 (delete_trace_state_variable): Call
11045 observer_notify_tsv_deleted earlier.
11046 (trace_variable_command): Caller update.
11047 (create_tsv_from_upload): Likewise.
11048 * observer.sh: Declare "struct trace_state_variable".
11049
11050 * NEWS: Mention the new MI notification "=tsv-modified".
11051
11052 2013-02-05 Doug Evans <dje@google.com>
11053
11054 * completer.c (location_completer): Fix typo in comment.
11055
11056 2013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11057
11058 * breakpoint.c (add_location_to_breakpoint): Insert the location with
11059 ADDRESS sorted.
11060
11061 2013-02-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
11062
11063 * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:
11064 Refactor if statement to avoid trailing || operator.
11065
11066 2013-02-05 Andreas Tobler <andreast@fgznet.ch>
11067
11068 * NEWS: Add PowerPC FreeBSD as a new native configuration.
11069
11070 2013-02-04 Andreas Tobler <andreast@fgznet.ch>
11071
11072 * Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
11073 * configure.host: Add powerpc*-*-freebsd* target.
11074 * configure.tgt: Add target info for powerpc*-*-freebsd*.
11075 * ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
11076 * config/powerpc/fbsd.mh: New file.
11077
11078 2013-02-04 Sergio Durigan Junior <sergiodj@redhat.com>
11079 Denys Vlasenko <dvlasenk@redhat.com>
11080 Pedro Alves <palves@redhat.com>
11081
11082 * gdbarch.sh (elfcore_write_linux_prpsinfo): New F hook.
11083 (struct elf_internal_linux_prpsinfo): Forward declare.
11084 * gdbarch.h, gdbarch.c: Regenerate.
11085 * linux-tdep.c: Include `cli/cli-utils.h'.
11086 (linux_fill_prpsinfo): New function.
11087 (linux_make_corefile_notes): Use linux_fill_prpsinfo. If there's
11088 an elfcore_write_linux_prpsinfo hook, use it, otherwise, use
11089 elfcore_write_linux_prpsinfo32 or elfcore_write_linux_prpsinfo64
11090 depending on gdbarch pointer bitness.
11091 * ppc-linux-tdep.c: Include elf-bfd.h.
11092 (ppc_linux_init_abi): Hook in elfcore_write_ppc_linux_prpsinfo32
11093 on 32-bit.
11094
11095 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
11096 Marcus Shawcroft <marcus.shawcroft@arm.com>
11097 Nigel Stephens <nigel.stephens@arm.com>
11098 Yufeng Zhang <yufeng.zhang@arm.com>
11099
11100 * configure.tgt (aarch64*-*-linux*): Set build_gdbserver=yes.
11101
11102 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
11103 Marcus Shawcroft <marcus.shawcroft@arm.com>
11104 Nigel Stephens <nigel.stephens@arm.com>
11105 Yufeng Zhang <yufeng.zhang@arm.com>
11106
11107 * aarch64-newlib-tdep.c: New file.
11108 * configure.tgt: Add aarch64-newlib-tdep.o to gdb_target_obs of
11109 aarch64*-*-elf.
11110 * defs.h (enum gdb_osabi): Add GDB_OSABI_NEWLIB.
11111 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-newlib-tdep.o.
11112 (ALLDEPFILES): Add aarch64-newlib-tdep.c.
11113 * osabi.c (gdb_osabi_names): Add "Newlib".
11114
11115 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
11116 Marcus Shawcroft <marcus.shawcroft@arm.com>
11117 Nigel Stephens <nigel.stephens@arm.com>
11118 Yufeng Zhang <yufeng.zhang@arm.com>
11119
11120 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-linux-tdep.o.
11121 (ALLDEPFILES): Add aarch64-linux-tdep.c.
11122 * aarch64-linux-tdep.c: New file.
11123 * aarch64-linux-tdep.h: New file.
11124 * aarch64-tdep.h (gdbarch_tdep): Define gregset and fpregset.
11125 * configure.tgt: Add aarch64-none-linux-gnu.
11126
11127 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
11128 Marcus Shawcroft <marcus.shawcroft@arm.com>
11129 Nigel Stephens <nigel.stephens@arm.com>
11130 Yufeng Zhang <yufeng.zhang@arm.com>
11131
11132 * Makefile.in (ALL_64_TARGET_OBS): Add arch64-tdep.o.
11133 (HFILES_NO_SRCDIR): Add aarch64-tdep.h.
11134 (ALLDEPFILES): Add aarch64-tdep.c.
11135 * aarch64-tdep.c: New file.
11136 * aarch64-tdep.h: New file.
11137 * configure.tgt: Add AArch64.
11138 * features/Makefile (WHICH): Add aarch64 and aarch64-without-fpu.
11139 (aarch64-expedite): New definition.
11140 * features/aarch64-core.xml: New file.
11141 * features/aarch64-fpu.xml: New file.
11142 * features/aarch64-without-fpu.c: New file (generated).
11143 * features/aarch64-without-fpu.xml: New file.
11144 * features/aarch64.c: New file (generated).
11145 * features/aarch64.xml: New file.
11146 * regformats/aarch64-without-fpu.dat: New file (generated).
11147 * regformats/aarch64.dat: New file (generated).
11148
11149 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11150
11151 * contrib/expect-read1.c: New file.
11152 * contrib/expect-read1.sh: New file.
11153
11154 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11155
11156 * dwarf2read.c (file_file_name): New function with code from
11157 file_full_name.
11158 (file_full_name): Move most of the code to file_file_name.
11159 (macro_start_file): Rename variable full_name to file_name and use
11160 file_file_name for it. Add comp_dir parameter to new_macro_table.
11161 * macrocmd.c (show_pp_source_pos): New variable fullname. Replace any
11162 macro_source_file->filename access by macro_source_fullname call.
11163 * macroscope.c (_initialize_macroscope): Update the new_macro_table
11164 caller.
11165 * macrotab.c (struct macro_table): New field comp_dir.
11166 (macro_include): New variables link_fullname and source_fullname.
11167 Replace any macro_source_file->filename access by macro_source_fullname
11168 call.
11169 (macro_lookup_inclusion): Remove the partial filenames checking code.
11170 (check_for_redefinition): New variables source_fullname and
11171 found_key_fullname. Replace any macro_source_file->filename access by
11172 macro_source_fullname call.
11173 (macro_undef): New variables source_fullname and key_fullname. Replace
11174 any macro_source_file->filename access by macro_source_fullname call.
11175 (macro_lookup_definition): New variables retval and source_fullname.
11176 Replace any macro_source_file->filename access by macro_source_fullname
11177 call.
11178 (foreach_macro): New variable key_fullname. Replace any
11179 macro_source_file->filename access by macro_source_fullname call.
11180 (foreach_macro_in_scope): New variable datum_fullname. Replace any
11181 macro_source_file->filename access by macro_source_fullname call.
11182 (new_macro_table): Add parameter comp_dir. Initialize T with it.
11183 (macro_source_fullname): New function.
11184 * macrotab.h (struct macro_source_file): Extent the filename field
11185 comment.
11186 (new_macro_table): New parameter comp_dir, add a comment for it.
11187 (macro_source_fullname): new declaration.
11188
11189 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11190
11191 * dwarf2read.c (dw2_map_symtabs_matching_filename): Move variable
11192 this_real_name to outer block. Use it also for
11193 compare_filenames_for_search.
11194 (dw2_expand_symtabs_matching): New variable this_real_name. Use it
11195 with dw2_get_real_path for file_matcher, considering also
11196 BASENAMES_MAY_DIFFER.
11197 (file_full_name): Prepend COMP_DIR even for relative lh->INCLUDE_DIRS.
11198
11199 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11200
11201 * dwarf2read.c (dw2_expand_symtabs_matching): Add basenames parameter
11202 to the file_matcher parameter. Pass 0 to it.
11203 (dwarf2_create_include_psymtab): Copy also DIRNAME.
11204 * psymtab.c (partial_map_symtabs_matching_filename): Drop handling of
11205 NULL psymtab_to_fullname result.
11206 (psymtab_to_fullname): Remove variable r. Never return NULL, assemble
11207 an expected filename instead.
11208 (expand_symtabs_matching_via_partial): Add basenames parameter to the
11209 file_matcher parameter. Call also psymtab_to_fullname, after newly
11210 considering BASENAMES_MAY_DIFFER.
11211 * source.c (rewrite_source_path): Remove static.
11212 * source.h (rewrite_source_path): New declaration.
11213 * symfile.h (struct quick_symbol_functions): Add basenames parameter to
11214 the expand_symtabs_matching field. Comment it.
11215 * symtab.c (file_matches): New function comment. Add parameter
11216 basenames, implement it.
11217 (search_symbols_file_matches): Add basenames parameter. Update the
11218 file_matches caller.
11219 (search_symbols): Match FILES also against symtab_to_fullname.
11220 Optimize it for BASENAMES_MAY_DIFFER.
11221
11222 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11223
11224 * source.c (print_source_lines_base): Print for TUI also "fullname".
11225 * tui/tui-data.c (init_content_element): Change tui_locator_element
11226 field to full_name.
11227 * tui/tui-data.h (struct tui_locator_element): Likewise.
11228 * tui/tui-disasm.c (tui_show_disassem_and_update_source): Rename
11229 tui_update_locator_filename calls to tui_update_locator_fullname.
11230 Replace symtab->filename refererence by symtab_to_fullname call.
11231 * tui/tui-out.c (tui_field_string): Check for "fullname" now.
11232 * tui/tui-source.c (tui_set_source_content): Change tui_locator_element
11233 field to full_name. Replace symtab->filename refererence by
11234 symtab_to_fullname call.
11235 (tui_show_symtab_source): Rename parameter to fullname. Change
11236 tui_locator_element field to full_name.
11237 * tui/tui-stack.c: Include source.h.
11238 (tui_set_locator_filename): Rename the declaration to ...
11239 (tui_set_locator_fullname): ... here. Rename its parameter to
11240 fullname, updates its comment.
11241 (tui_set_locator_info): Rename its parameter to fullname.
11242 (tui_set_locator_filename): Rename the definition to ...
11243 (tui_set_locator_fullname): ... here. Rename its parameter to
11244 fullname, updates its comment. Change tui_locator_element field to
11245 full_name.
11246 (tui_set_locator_info): Rename its parameter to fullname.
11247 (tui_set_locator_info): Rename callee to tui_set_locator_fullname.
11248 (tui_update_locator_filename): Rename to ...
11249 (tui_update_locator_fullname): ... here. Rename callee to
11250 tui_set_locator_fullname.
11251 (tui_show_frame_info): Replace symtab->filename refererence by
11252 symtab_to_fullname call.
11253 * tui/tui-stack.h (tui_update_locator_filename): Rename to ...
11254 (tui_update_locator_fullname): ... here.
11255 * tui/tui-winsource.c (tui_display_main): Rename the callee to
11256 tui_update_locator_fullname. Replace symtab->filename refererence by
11257 symtab_to_fullname call.
11258 * tui/tui.c (tui_show_source): Rename its parameter to fullname.
11259 Rename the callee to tui_update_locator_fullname.
11260 * tui/tui.h (tui_show_source): Rename its parameter to fullname.
11261
11262 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11263
11264 * ada-lang.c (user_select_syms): Replace symtab->filename refererences
11265 by symtab_to_filename_for_display calls.
11266 * breakpoint.c (print_breakpoint_location, resolve_sal_pc): Likewise.
11267 (clear_command): New variable sal_fullname, initialize it. Replace
11268 compare_filenames_for_search by filename_cmp with sal_fullname.
11269 (say_where, update_static_tracepoint): Replace symtab->filename
11270 refererences by symtab_to_filename_for_display calls.
11271 * cli/cli-cmds.c (edit_command, list_command, ambiguous_line_spec):
11272 Likewise.
11273 * dwarf2read.c: Include source.h.
11274 (fixup_go_packaging): Replace symtab->filename refererences by
11275 symtab_to_filename_for_display calls.
11276 * linespec.c (add_sal_to_sals): Rename variable filename to fullname.
11277 Replace symtab->filename refererences by symtab_to_filename_for_display
11278 calls.
11279 (create_sals_line_offset, convert_linespec_to_sals): New variable
11280 fullname, initialize it, replace symtab->filename reference by the
11281 variable.
11282 * linux-fork.c: Include source.h.
11283 (info_checkpoints_command): Replace symtab->filename refererences by
11284 symtab_to_filename_for_display calls.
11285 * macroscope.c (sal_macro_scope): Replace symtab->filename refererences
11286 by symtab_to_filename_for_display calls.
11287 * mdebugread.c: Include source.h.
11288 (psymtab_to_symtab_1): Replace symtab->filename refererences by
11289 symtab_to_filename_for_display calls.
11290 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
11291 (mi_cmd_file_list_exec_source_files): Likewise.
11292 * printcmd.c: Include source.h.
11293 (build_address_symbolic): Replace symtab->filename refererences by
11294 symtab_to_filename_for_display calls.
11295 * psymtab.c (partial_map_symtabs_matching_filename)
11296 (read_psymtabs_with_fullname): Call compare_filenames_for_search also
11297 with psymtab_to_fullname.
11298 * python/py-symtab.c (stpy_str): Replace symtab->filename refererences
11299 by symtab_to_filename_for_display calls.
11300 (stpy_get_filename): New variable filename, initialize it, use instead
11301 of symtab->filename refererences.
11302 (salpy_str): Make variable filename const char *. Replace
11303 symtab->filename refererences by symtab_to_filename_for_display calls.
11304 * skip.c: Include source.h and filenames.h.
11305 (skip_file_command): Remove const from the symtab variable. Replace
11306 symtab->filename refererences by symtab_to_fullname call.
11307 (function_name_is_marked_for_skip): New variables searched_for_fullname
11308 and fullname. Use them to search also with symtab's fullname.
11309 * source.c (find_source_lines): Replace symtab->filename refererences
11310 by symtab_to_filename_for_display calls.
11311 (print_source_lines_base): New variable filename, use it instead of
11312 symtab->filename. Replace symtab->filename refererences by
11313 symtab_to_filename_for_display calls.
11314 (line_info, forward_search_command): Replace symtab->filename
11315 refererences by symtab_to_filename_for_display calls.
11316 (reverse_search_command): Replace symtab->filename refererences by
11317 symtab_to_filename_for_display calls. New variable filename for it.
11318 * stack.c (frame_info): Likewise.
11319 * symmisc.c: Include source.h.
11320 (dump_objfile, dump_symtab_1, maintenance_print_symbols)
11321 (maintenance_info_symtabs): Replace symtab->filename refererences by
11322 symtab_to_filename_for_display calls.
11323 * symtab.c (iterate_over_some_symtabs): Call
11324 compare_filenames_for_search also with symtab_to_fullname.
11325 (lookup_symbol_aux_quick, basic_lookup_transparent_type_quick): Replace
11326 symtab->filename refererences by symtab_to_filename_for_display calls.
11327 (find_line_symtab): Replace symtab->filename refererences by
11328 symtab_to_filename_for_display calls.
11329 (file_matches): Replace filename_cmp by compare_filenames_for_search.
11330 (print_symbol_info): Make the last parameter const char *. New
11331 variable s_filename. Use it in the function.
11332 (symtab_symbol_info): Make the last_filename variable const char *.
11333 Replace symtab->filename refererences by symtab_to_filename_for_display
11334 calls.
11335 (rbreak_command): New variable fullname. Use it. Replace
11336 symtab->filename refererence by symtab_to_filename_for_display call.
11337 * tracepoint.c (set_traceframe_context, trace_find_line_command)
11338 (print_one_static_tracepoint_marker): Replace symtab->filename
11339 refererences by symtab_to_filename_for_display calls.
11340 * tui/tui-source.c (tui_set_source_content): New variables filename and
11341 s_filename. Replace symtab->filename refererences by this variable.
11342 Replace other symtab->filename refererences by
11343 symtab_to_filename_for_display calls.
11344
11345 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
11346 Jan Kratochvil <jan.kratochvil@redhat.com>
11347
11348 Add a new variable that controls a way in which filenames are
11349 displayed.
11350 * NEWS (set filename-display): New entry.
11351 * source.c (filename_display_basename, filename_display_relative)
11352 (filename_display_absolute, filename_display_kind_names)
11353 (filename_display_string, show_filename_display_string)
11354 (symtab_to_filename_for_display): New.
11355 (_initialize_source): Added initialization of 'filename-display'
11356 variable.
11357 * source.h (symtab_to_filename_for_display): Added declaration.
11358 * stack.c (print_frame): Added new variable and calling of a new
11359 function and condition with this variable. Changed third argument of
11360 calling of a function.
11361
11362 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11363
11364 * tui/tui-data.c (init_win_info, tui_del_window, tui_free_window):
11365 Rename field reference filename to fullname.
11366 * tui/tui-data.h (struct tui_source_info): Rename field filename to
11367 fullname. New comment for it.
11368 * tui/tui-source.c (tui_set_source_content): Rename field reference
11369 filename to fullname. Initialize field by symtab_to_fullname now.
11370 * tui/tui-winsource.c (tui_update_breakpoint_info): Rename field
11371 reference filename to fullname. Use symtab_to_fullname during
11372 comparison.
11373
11374 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11375
11376 Code cleanup.
11377 * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ...
11378 (dw2_expand_symtabs_with_fullname): ... here. Rename parameter
11379 filename to fullname. Rename variable this_name to this_fullname.
11380 Lowercase FILENAME_CMP call.
11381 (dw2_find_symbol_file): New comment for the returned string.
11382 (dwarf2_gdb_index_functions): Rename the function to
11383 dw2_expand_symtabs_with_fullname.
11384 * psymtab.c (read_psymtabs_with_filename): Rename to ...
11385 (read_psymtabs_with_fullname): ... here. Rename parameter filename to
11386 fullname.
11387 (psym_functions): Rename the function to read_psymtabs_with_fullname.
11388 * symfile.h (struct quick_symbol_functions): Rename field
11389 expand_symtabs_with_filename to expand_symtabs_with_fullname and its
11390 parameter filename to fullname. Document returned string meaning for
11391 find_symbol_file.
11392 * symtab.c (find_line_symtab): Rename the called function to
11393 expand_symtabs_with_fullname.
11394
11395 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11396
11397 Code cleanup.
11398 * breakpoint.c (clear_command): Remove variable is_abs, unify the
11399 call of filename_cmp with compare_filenames_for_search.
11400 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
11401 is_abs, unify the call of FILENAME_CMP with
11402 compare_filenames_for_search. New gdb_asserts for real_path and name.
11403 Unify the call of compare_filenames_for_search with FILENAME_CMP.
11404 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
11405 * symfile.h (struct quick_symbol_functions): Extend the comment for
11406 map_symtabs_matching_filename.
11407 * symtab.c (compare_filenames_for_search): Remove the function comment
11408 relative path requirement. Handle absolute filenames, with a comment.
11409 (iterate_over_some_symtabs): Remove variable is_abs, unify the call of
11410 FILENAME_CMP with compare_filenames_for_search. New gdb_asserts for
11411 real_path and name. Unify the call of compare_filenames_for_search
11412 with FILENAME_CMP.
11413 (iterate_over_symtabs): New gdb_assert on REAL_PATH.
11414
11415 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11416
11417 Code cleanup.
11418 * breakpoint.c (print_breakpoint_location): Replace bp_location field
11419 source_file references by symtab field references. Remove variables
11420 sal and fullname.
11421 (momentary_breakpoint_from_master, add_location_to_breakpoint):
11422 (clear_command, say_where): Replace bp_location field source_file
11423 references by symtab field references.
11424 (bp_location_dtor): Remove the source_file reference.
11425 (update_static_tracepoint): Replace bp_location field source_file
11426 references by symtab field references.
11427 (breakpoint_free_objfile): New function.
11428 * breakpoint.h (struct bp_location): Extend the comment for line_number.
11429 Replace the field source_file by field symtab, extend its comment.
11430 (breakpoint_free_objfile): New declaration.
11431 * objfiles.c (free_objfile): Call breakpoint_free_objfile.
11432 * tui/tui-winsource.c (tui_update_breakpoint_info): Replace bp_location
11433 field source_file references by symtab field references.
11434
11435 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11436
11437 Replace xfullpath calls by gdb_realpath calls.
11438 * cli/cli-cmds.c (find_and_open_script): Remove xfullpath from the
11439 function comment.
11440 * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path.
11441 Remove it from the iterate_over_some_symtabs call.
11442 (dw2_map_symtabs_matching_filename): Remove parameter full_path.
11443 Remove it from the dw2_map_expand_apply calls, remove a block handling
11444 it.
11445 * psymtab.c (partial_map_expand_apply): Remove parameter full_path.
11446 Remove it from the iterate_over_some_symtabs call.
11447 (partial_map_symtabs_matching_filename): Remove parameter full_path.
11448 Remove it from the partial_map_expand_apply calls, remove a block
11449 handling it. Drop gdb_realpath call and cleanups from the real_path
11450 handling.
11451 * source.c (openp): Drop the comment part about xfullpath. Replace
11452 xfullpath calls by gdb_realpath calls.
11453 (find_and_open_source): Replace xfullpath call by gdb_realpath call.
11454 * symfile.h (struct quick_symbol_functions): Remove parameter full_path
11455 from method map_symtabs_matching_filename and its comment.
11456 * symmisc.c (maintenance_print_msymbols): Replace xfullpath call by
11457 gdb_realpath call.
11458 * symtab.c (iterate_over_some_symtabs): Remove parameter full_path,
11459 remove it also from the function comment, remove a block handling it.
11460 Drop gdb_realpath call and cleanups from the real_path handling.
11461 (iterate_over_symtabs): Drop variable full_path and its use.
11462 * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
11463 * utils.c (xfullpath): Remove.
11464 * utils.h (xfullpath): Remove.
11465
11466 2013-02-01 Andreas Tobler <andreast@fgznet.ch>
11467
11468 * Makefile.in (ALL_TARGET_OBS): Add ppc64-tdep.o.
11469 (HFILES_NO_SRCDIR): Add ppc64-tdep.h.
11470 (ALLDEPFILES): Add ppc64-tdep.c.
11471 * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
11472 ppc64-tdep.o to gdb_target_obs.
11473 * ppc64-tdep.h: New file.
11474 * ppc64-tdep.c: New file.
11475 (insn_d, insn_ds, insn_xfx, ppc64_desc_entry_point): Move from
11476 ppc-linux-tdep.c to here.
11477 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN)
11478 (PPC64_STANDARD_LINKAGE2_LEN): Likewise and use ARRAY_SIZE macro.
11479 (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target)
11480 (ppc64_standard_linkage3_target, ppc64_skip_trampoline_code): Move
11481 from ppc-linux-tdep.c to here.
11482 (ppc64_convert_from_func_ptr_addr): Rename from
11483 ppc64_linux_convert_from_func_ptr_addr to
11484 ppc64_convert_from_func_ptr_addr and move from ppc-linux-tdep.c to
11485 here.
11486 * rs6000-tdep.c:
11487 (read_insn): Move from ppc-linux-tdep.c to here.
11488 (insns_match_pattern, insn_d_field, insn_ds_field): Move
11489 from ppc-linux-tdep.c to here and rename them with the ppc_ prefix.
11490 * ppc-linux-tdep.c: Include ppc64-tdep.h.
11491 Removed above functions.
11492 (ppc_linux_init_abi): Adjust.
11493
11494 2013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
11495
11496 * ada-valprint.c (ada_print_floating): Remove unused 'len'.
11497
11498 2013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
11499
11500 * ada-lang.c (assign_aggregate): Remove unused 'is_array_aggregate'.
11501
11502 2013-02-01 Pedro Alves <palves@redhat.com>
11503
11504 * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
11505 * frame.h (deprecated_pc_in_call_dummy): Delete declaration.
11506
11507 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11508
11509 * elfread.c (elf_symfile_read): Limit separate debug info additions to
11510 files with no separate debug info.
11511 * objfiles.c (add_separate_debug_objfile): Add gdb_assert calls.
11512 * symfile.c (read_symbols): Call find_separate_debug_file_in_section
11513 only for files with no separate debug info.
11514
11515 2013-01-31 Tom Tromey <tromey@redhat.com>
11516
11517 * jit.c (jit_program_space_data): Rename from jit_inferior_data;
11518 change type.
11519 (struct jit_program_space_data): Rename from jit_inferior_data.
11520 Update comments.
11521 (get_jit_program_space_data): Rename from get_jit_inferior_data.
11522 Change return type. Attach data to program space.
11523 (jit_program_space_data_cleanup): Rename from
11524 jit_inferior_data_cleanup; change argument type.
11525 (jit_read_descriptor): Change 'inf_data' argument to 'ps_data',
11526 change type.
11527 (jit_register_code): Update.
11528 (jit_update_inferior_cache): Remove.
11529 (jit_breakpoint_deleted): Get jit data from the location's program
11530 space.
11531 (jit_breakpoint_re_set_internal): Rename 'inf_data' argument to
11532 'ps_data', change type.
11533 (jit_inferior_init, jit_breakpoint_re_set_internal)
11534 (jit_event_handler): Update.
11535 (free_objfile_data): Get data from objfile's program space.
11536 (_initialize_jit): Update.
11537
11538 2013-01-31 Tom Tromey <tromey@redhat.com>
11539
11540 PR gdb/13987:
11541 * jit.c (struct jit_inferior_data) <cached_code_address,
11542 jit_breakpoint>: New fields.
11543 (jit_breakpoint_re_set_internal): Fix logging. Only create
11544 breakpoint if cached address has changed.
11545 (jit_update_inferior_cache, jit_breakpoint_deleted): New
11546 functions.
11547 (_initialize_jit): Register breakpoint deleted observer.
11548
11549 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
11550
11551 * infrun.c (handle_syscall_event): Remove unused gdbarch.
11552 (save_infcall_suspend_state): Ifdef out unused inf.
11553 (restore_infcall_suspend_state): Ifdef out unused inf.
11554 * jit.c (jit_register_code): Remove unused i, b, inf_data.
11555 (jit_frame_sniffer): Remove unused inf_data.
11556
11557 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
11558
11559 * c-exp.y (classify_inner_name): Remove unused type.
11560 * c-lang.c (c_printstr): Remove unused byte_order, i, things_printed,
11561 in_quotes, need_comma, wchar_buf, output, cleanup, iter, finished,
11562 need_escape.
11563 (c_get_string): Remove unused kind.
11564 * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2.
11565
11566 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
11567
11568 * charset.c (intermediate_encoding): Remove unused i.
11569 * completer.c (signal_completer): Remove unused i.
11570 * continuations.c (discard_my_continuations_1): Remove unused
11571 continuation_ptr.
11572 * corelow.c (core_close): Remove unuseD name.
11573 (get_core_siginfo): Remove unused pid.
11574 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Remove unused
11575 i, cps.
11576 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove unused base_offset.
11577 (loclist_describe_location): Remove unused first.
11578 * event-top.c (command_line_handler): Remove unused got_eof.
11579 * exec.c (exec_close_1): Remove unused need_symtab_cleanup.
11580 (resize_section_table): Remove unused old_value.
11581 * gdb_bfd.c (gdb_bfd_map_section): Remove unused header.
11582 * gnu-v3-abi.c (compute_vtable_size): Remove unused addr.
11583 * i386-tdep.c (i386_process_record): Remove unused rex.
11584 * infcmd.c (get_return_value): Remove unused uiout.
11585 * jv-lang.c (type_from_class): Remove unused is_array.
11586 * jv-valprint.c (java_val_print): Remove unused i.
11587 * linux-nat.c (linux_nat_stop_lwp): Remove unused ptid.
11588 * linux-thread-db.c (thread_db_find_new_threads_2): Remove unuseD pid.
11589 * m2-typeprint.c (m2_print_type): Remove unused code.
11590 * macroexp.c (get_character_constant): Remove unused body_start.
11591 (macro_stringify): Remove unused result.
11592 * objc-lang.c (find_methods): Remove unused gdbarch.
11593 * objfiles.c (filter_overlapping_sections): Remove unused abfd1, abfd2.
11594 * regcache.c (regcache_cooked_read): Remove unused gdbarch.
11595 * stack.c (print_frame_args): Remove unused summary.
11596 * thread.c (thread_apply_command): Remove unused p.
11597 * valarith.c (value_x_unop): Remove unused mangle_ptr.
11598 * valops.c (search_struct_method): Remove unused skip.
11599 * valprint.c (generic_val_print): Remove unused byte_order.
11600 * varobj.c (varobj_update): Remove unused changed.
11601 * cli/cli-cmds.c (complete_command): Remove unused next_item.
11602 (alias_command): Remove unused c.
11603 * mi/mi-cmd-catch.c (mi_catch_load_unload): Remove unused c.
11604 * mi/mi-main.c (mi_cmd_data_write_register_values): Remove unused
11605 format.
11606 (mi_cmd_data_write_memory): Remove unused word_format.
11607 (mi_cmd_data_write_memory_bytes): Remove unused r.
11608 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Remove unused
11609 p_start, p_end.
11610 * python/python.c (_initialize_python): Remove unused cmd_name, cmd.
11611 * tui/tui-disasm.c (tui_set_disassem_content): Remove unused
11612 line_width.
11613
11614 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
11615
11616 * dwarf2-frame.c (dwarf2_compile_cfa_to_ax): Remove unused num_regs.
11617 * symtab.c (iterate_over_symtabs): Remove unused s.
11618 (find_pc_sect_symtab): Remove unused pspAce.
11619 (find_pc_sect_line): Remove unused alt_symtab.
11620 (find_pcs_for_symtab_line): Remove unused ix, previous_function.
11621 (completion_list_add_name): Remove unused newsize.
11622
11623 2013-01-31 Tom Tromey <tromey@redhat.com>
11624
11625 PR c++/14998:
11626 * dwarf2read.c (read_tag_ptr_to_member_type): Handle
11627 TYPE_CODE_FUNC.
11628
11629 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
11630
11631 * target.c (target_read_string): Remove unused origlen.
11632
11633 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
11634
11635 * auto-load.c (auto_load_expand_dir_vars): Remove unused dir_vec.
11636 * ax-gdb.c (gen_printf): Remove unused expr, i, bot, fr, flen, fmt.
11637 * ax-general.c (ax_print): Remove unused is_float.
11638 * blockframe.c (block_innermost_frame): Remove unused start, end.
11639 * break-catch-sig.c (catch_signal_command): Remove unused gdbarch.
11640
11641 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
11642
11643 * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.
11644 (svr4_read_so_list): Remove unused lmo.
11645 * solib-target.c (solib_target_relocate_section_addresses): Remove
11646 unused flags.
11647
11648 2013-01-30 Tom Tromey <tromey@redhat.com>
11649
11650 * hppa-tdep.c (read_unwind_info): Use SECT_OFF_TEXT, not "0".
11651
11652 2013-01-30 Tom Tromey <tromey@redhat.com>
11653
11654 * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.
11655 * utils.c (gnu_debuglink_crc32): Remove.
11656 * utils.h (gnu_debuglink_crc32): Don't declare.
11657
11658 2013-01-30 Tom Tromey <tromey@redhat.com>
11659
11660 * dwarf2read.c (compute_delayed_physnames, read_call_site_scope)
11661 (read_structure_type, read_enumeration_type): Remove cast.
11662
11663 2013-01-30 Tom Tromey <tromey@redhat.com>
11664
11665 * dwarf2read.c (read_namespace_type): Remove cast.
11666 (read_typedef): Likewise.
11667
11668 2013-01-29 Tom Tromey <tromey@redhat.com>
11669
11670 * dwarf2read.c (free_dwo_file): Remove assert.
11671
11672 2013-01-29 Tom Tromey <tromey@redhat.com>
11673
11674 * value.c (deprecated_set_value_modifiable): Remove.
11675 * value.h (deprecated_set_value_modifiable): Remove.
11676
11677 2013-01-28 Doug Evans <dje@google.com>
11678
11679 * dwarf2loc.c (dwarf2_find_location_expression): Don't add base address
11680 to addresses from dwo files.
11681
11682 2013-01-25 Siva Chandra Reddy <sivachandra@google.com>
11683
11684 * valops.c (find_overload_match): Remove unused argument 'lax'.
11685 * value.h: Remove unused argument 'lax' from the declaration of
11686 find_overload_match.
11687 * eval.c (value_subexp_standard): Do not pass a 'lax' argument
11688 to find_overload_match.
11689 * valarith.c (value_user_defined_cpp_op): Do not pass a 'lax'
11690 argument to find_overload_match.
11691
11692 2013-01-25 Tom Tromey <tromey@redhat.com>
11693
11694 * dwarf2read.c (processing_has_namespace_info): Remove.
11695 (struct dwarf2_cu) <processing_has_namespace_info>: New field.
11696 (process_die, read_func_scope, dwarf2_start_symtab)
11697 (new_symbol_full): Update.
11698
11699 2013-01-25 Tom Tromey <tromey@redhat.com>
11700
11701 * cp-namespace.c (cp_set_block_scope): Remove.
11702 * cp-support.h (cp_set_block_scope): Remove.
11703 * dbxread.c: Include block.h.
11704 (cp_set_block_scope): New function.
11705 (process_one_symbol): Update.
11706 * dwarf2read.c (read_func_scope): Use block_set_scope.
11707
11708 2013-01-25 Pedro Alves <palves@redhat.com>
11709
11710 * remote.c (add_current_inferior_and_thread): Tweak comment.
11711
11712 2013-01-25 Tom Tromey <tromey@redhat.com>
11713
11714 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
11715 (cp_add_using_directive): Add 'copy_names' argument.
11716 * cp-support.h (cp_add_using_directive): Update.
11717 (struct using_direct) <import_src, import_dest, alias,
11718 declaration>: Now const.
11719 * dwarf2read.c (read_import_statement): Use obconcat.
11720 Don't copy names passed to cp_add_using_directive.
11721
11722 2013-01-25 Tom Tromey <tromey@redhat.com>
11723
11724 * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
11725
11726 2013-01-25 Pedro Alves <palves@redhat.com>
11727
11728 * remote.c (stop_reply_extract_thread): New.
11729 (add_current_inferior_and_thread): New parameter 'wait_status'.
11730 Handle it.
11731 (remote_start_remote): Pass wait status to
11732 add_current_inferior_and_thread.
11733 (extended_remote_run): Update comment.
11734 (extended_remote_create_inferior_1): Pass wait status to
11735 add_current_inferior_and_thread.
11736
11737 2013-01-25 Andrew Burgess <aburgess@broadcom.com>
11738 Ulrich Weigand <uweigand@de.ibm.com>
11739
11740 * valarith.c (value_vector_widen): New function for replicating a
11741 scalar into a vector.
11742 (value_binop): Use value_vector_widen to widen scalar to vector
11743 rather than casting, this better matches gcc C behaviour.
11744 * valops.c (value_casst): Update logic for casting between vector
11745 types, and for casting from scalar to vector, try to match gcc C
11746 behaviour.
11747 * value.h (value_vector_widen): Declare.
11748 * opencl-lang.c (opencl_value_cast): New opencl specific casting
11749 function, handle special case for casting scalar to vector.
11750 (opencl_relop): Use opencl_value_cast.
11751 (evaluate_subexp_opencl): Use opencl_value_cast instead of
11752 value_cast, and handle BINOP_ASSIGN, UNOP_CAST, and UNOP_CAST_TYPE
11753 in order to use opencl_value_cast.
11754
11755 2013-01-25 Yao Qi <yao@codesourcery.com>
11756
11757 * event-loop.c: Include "queue.h".
11758 (gdb_event_p): New typedef.
11759 (DECLARE_QUEUE_P): Use.
11760 (DEFINE_QUEUE_P): Use.
11761 (async_queue_event): Remove.
11762 (gdb_event_xfree): New.
11763 (initialize_event_loop): New.
11764 (process_event): Use QUEUE macros.
11765 (event_queue): Remove.
11766 (gdb_wait_for_event): Caller update.
11767 (check_async_event_handlers): Likewise.
11768 (poll_timers): Likewise.
11769 * event-loop.h (initialize_event_loop): Declare.
11770 * event-loop.c (gdb_event_xfree): New.
11771 * top.c (gdb_init): Call initialize_event_loop.
11772
11773 2013-01-25 Yao Qi <yao@codesourcery.com>
11774
11775 * event-loop.c (async_queue_event): Remove one parameter
11776 'position'. Remove code handling 'position' == TAIL.
11777 (gdb_wait_for_event): Caller update.
11778 (check_async_event_handlers): Caller update.
11779 (poll_timers): Caller update.
11780 * event-loop.h (enum queue_position): Remove.
11781
11782 2013-01-25 Maxim Kuvyrkov <maxim@kugelworks.com>
11783
11784 * MAINTAINERS: Update my email.
11785
11786 2013-01-25 Yao Qi <yao@codesourcery.com>
11787
11788 * main.c (print_gdb_help): Remove "--epoch" from the help
11789 message.
11790
11791 2013-01-24 Ulrich Weigand  <uweigand@de.ibm.com>
11792
11793 * symtab.c (skip_prologue_using_sal): Consider a file
11794 change the same as an increased line number
11795
11796 2013-01-24 Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
11797
11798 * MAINTAINERS (Write After Approval): Add myself to the list.
11799
11800 2013-01-24 Tom Tromey <tromey@redhat.com>
11801
11802 * ada-lang.h (ada_decode_symbol): Make return type const.
11803 * ada-lang.c (ada_decode_symbol): Likewise.
11804
11805 2013-01-23 Doug Evans <dje@google.com>
11806
11807 * linespec.c (find_linespec_symbols): Make static.
11808
11809 2013-01-23 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
11810
11811 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
11812 type on float conversion for complex type.
11813
11814 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
11815
11816 Add a new class gdb.Architecture which exposes GDB's
11817 internal representation of architecture via GDB Python API.
11818 * Makefile.in: Add entries corresponding to the new file
11819 python/py-arch.c.
11820 * NEWS (Python Scripting): Add entries for the new class
11821 gdb.Architecture and the new method gdb.Frame.architecture.
11822 * python/py-arch.c: Implement gdb.Architecture class.
11823 * python/py-frame.c (frapy_arch): Implement the method
11824 gdb.Frame.architecture().
11825 (frame_object_methods): Add 'architecture' to the method table.
11826 * python/python-internal.h: Add declarations of new utility
11827 functions.
11828 * python/python.c (_initialize_python): Initialize
11829 gdb.Architecture class.
11830
11831 2013-01-23 Doug Evans <dje@google.com>
11832
11833 Work around binutils/15021.
11834 * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
11835 type_unit_group out of union s. All uses updated.
11836 (read_index_from_section): Watch for index version 8.
11837 (follow_die_sig): If using .gdb_index version <= 7, record the TU as
11838 an imported symtab.
11839 (write_psymtabs_to_index): Increment version number to 8.
11840
11841 2013-01-22 Pedro Alves <palves@redhat.com>
11842
11843 * annotate.c (breakpoint_changed): Skip if breakpoint is not
11844 user-visible.
11845
11846 2013-01-22 Pedro Alves <palves@redhat.com>
11847
11848 * annotate.c (annotate_breakpoints_changed): Rename to ...
11849 (annotate_breakpoints_invalid): ... this. Make static.
11850 (breakpoint_changed): Adjust.
11851 (_initialize_annotate): Always install the observers. Install a
11852 "breakpoint_created" observer.
11853 * annotate.h (annotate_breakpoints_changed): Delete declaration.
11854 * breakpoint.c (set_breakpoint_condition)
11855 (breakpoint_set_commands, do_map_commands_command)
11856 (init_raw_breakpoint, clear_command, set_ignore_count)
11857 (enable_breakpoint_disp): No longer call
11858 annotate_breakpoints_changed.
11859
11860 2013-01-22 Pedro Alves <palves@redhat.com>
11861
11862 * annotate.c: Include "inferior.h".
11863 (frames_invalid_emitted)
11864 (breakpoints_invalid_emitted): New globals.
11865 (async_background_execution_p): New function.
11866 (annotate_breakpoints_changed, annotate_frames_invalid): Skip
11867 emitting the annotation if it has already been emitted.
11868 (annotate_display_prompt): New function.
11869 * annotate.h (annotate_display_prompt): New declaration.
11870 * event-top.c: Include annotate.h.
11871 (display_gdb_prompt): Call annotate_display_prompt.
11872
11873 2013-01-22 Pedro Alves <palves@redhat.com>
11874
11875 * annotate.c (ignore_count_changed): Delete.
11876 (annotate_breakpoints_changed): Don't clear ignore_count_changed.
11877 (annotate_ignore_count_change): Delete.
11878 (annotate_stopped): Don't emit a delayed breakpoints-changed
11879 annotation.
11880 * annotate.h (annotate_ignore_count_change): Delete.
11881 * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
11882 annotate_ignore_count_change.
11883
11884 2013-01-22 Tom Tromey <tromey@redhat.com>
11885
11886 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
11887 require_rvalue for a register location.
11888
11889 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
11890
11891 * breakpoint.c (print_one_breakpoint_location): Add MI
11892 field 'thread-groups' when printing a breakpoint.
11893 (output_thread_groups): New function.
11894
11895 2013-01-21 Siva Chandra Reddy <sivachandra@google.com>
11896
11897 * python/lib/gdb/commands/explore.py
11898 (CompoundExplorer.explore_expr): Correct the name of a method
11899 being invoked.
11900 (ExploreTypeCommand.invoke): Add a missing 'return'.
11901
11902 2013-01-21 Tom Tromey <tromey@redhat.com>
11903
11904 * gdb_obstack.h (obconcat): Move declaration here, from...
11905 * symfile.h (obconcat): ... here.
11906 * gdb_obstack.c: New file.
11907 (obconcat): Move from...
11908 * symfile.c (obconcat): ... here.
11909 * Makefile.in (SFILES): Add gdb_obstack.c.
11910 (COMMON_OBS): Add gdb_obstack.o.
11911
11912 2013-01-21 Tom Tromey <tromey@redhat.com>
11913
11914 * symfile.h (obsavestring): Don't declare.
11915 * symfile.c (obsavestring): Remove.
11916 * ada-exp.y: Use obstack_copy0, not obsavestring.
11917 * ada-lang.c: Use obstack_copy0, not obsavestring.
11918 * coffread.c: Use obstack_copy0, not obsavestring.
11919 * cp-namespace.c: Use obstack_copy0, not obsavestring.
11920 * dbxread.c: Use obstack_copy0, not obsavestring.
11921 * dwarf2read.c: Use obstack_copy0, not obsavestring.
11922 * jit.c: Use obstack_copy0, not obsavestring.
11923 * mdebugread.c: Use obstack_copy0, not obsavestring.
11924 * psymtab.c: Use obstack_copy0, not obsavestring.
11925 * stabsread.c: Use obstack_copy0, not obsavestring.
11926 * xcoffread.c: Use obstack_copy0, not obsavestring.
11927
11928 2013-01-21 Tom Tromey <tromey@redhat.com>
11929
11930 * dwarf2read.c (fixup_go_packaging): Save package name
11931 on objfile obstack.
11932 * gdbtypes.c (init_type): Don't copy name.
11933
11934 2013-01-21 Tom Tromey <tromey@redhat.com>
11935
11936 * dwarf2read.c (struct partial_die_info) <name, scope>: Now
11937 const.
11938 (struct attribute) <u.str>: Now const.
11939 (struct fnfieldlist) <name>: Now const.
11940 (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
11941 (partial_die_parent_scope): Make return type const.
11942 (partial_die_full_name, add_partial_symbol): Update.
11943 (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
11944 'name' const.
11945 (find_file_and_directory): Make 'name' and 'comp_dir' const.
11946 (read_file_scope, read_func_scope, dwarf2_add_field)
11947 (dwarf2_add_member_fn, read_structure_type)
11948 (process_enumeration_scope, read_array_type, read_module_type)
11949 (read_base_type, read_subrange_type): Update.
11950 (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
11951 (new_symbol_full, guess_full_die_structure_name): Update.
11952 (dwarf2_canonicalize_name): Return const type. Make 'name' const.
11953 (dwarf2_name): Return const type.
11954 (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
11955 const.
11956
11957 2013-01-21 Tom Tromey <tromey@redhat.com>
11958
11959 * gdbtypes.c (init_type): Make 'name' const.
11960 * gdbtypes.h (init_type): Update.
11961
11962 2013-01-21 Tom Tromey <tromey@redhat.com>
11963
11964 * buildsym.c (patch_subfile_names): Use set_last_source_file.
11965 (start_symtab): Make 'name' and 'dirname' const. Use
11966 set_last_source_file.
11967 (restart_symtab, reset_symtab_globals): Use set_last_source_file.
11968 (last_source_file): Define. Now static.
11969 (set_last_source_file, get_last_source_file): New functions.
11970 * buildsym.h (last_source_file): Don't declare.
11971 (start_symtab): Update.
11972 (set_last_source_file, get_last_source_file): Declare.
11973 * coffread.c (complete_symtab): Use set_last_source_file.
11974 (coff_end_symtab): Likewise.
11975 (coff_symtab_read): Use set_last_source_file, get_last_source_file.
11976 * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
11977 set_last_source_file.
11978 (process_one_symbol): Use get_last_source_file.
11979 * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
11980 (psymtab_to_symtab_1): Use get_last_source_file.
11981 * xcoffread.c (process_linenos): Use get_last_source_file.
11982 (complete_symtab): Use set_last_source_file.
11983 (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
11984 (scan_xcoff_symtab): Use set_last_source_file.
11985
11986 2013-01-21 Tom Tromey <tromey@redhat.com>
11987
11988 * symtab.c (struct demangled_name_entry) <mangled>: Now const.
11989 (symbol_set_names): Remove casts. Handle field const-ness.
11990
11991 2013-01-21 Tom Tromey <tromey@redhat.com>
11992
11993 * dwarf2read.c (new_symbol_full): Remove cast.
11994 * symtab.c (symbol_set_demangled_name): Make 'name' const.
11995 * symtab.h (symbol_set_demangled_name): Update.
11996
11997 2013-01-21 Tom Tromey <tromey@redhat.com>
11998
11999 * main.c (captured_main): Call bfd_init.
12000
12001 2013-01-21 Tom Tromey <tromey@redhat.com>
12002
12003 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
12004 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
12005 * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
12006 * NEWS: Update.
12007
12008 2013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12009
12010 * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
12011
12012 2013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12013
12014 Fix gdb.fortran/common-block.exp crash in PIE mode.
12015 * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
12016 LOC_COMMON_BLOCK.
12017 * f-valprint.c (info_common_command_for_block): Expect
12018 LOC_COMMON_BLOCK in gdb_assert.
12019 * symtab.h (struct general_symbol_info): Update comment for the
12020 common_block member.
12021 (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
12022 (enum address_class): New member LOC_COMMON_BLOCK.
12023
12024 2013-01-18 David Blaikie <dblaikie@gmail.com>
12025
12026 * MAINTAINERS (Write After Approval): Add "David Blaikie".
12027
12028 2013-01-18 Tom Tromey <tromey@redhat.com>
12029
12030 PR c++/14999:
12031 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
12032 Call require_rvalue.
12033
12034 2013-01-18 Yao Qi <yao@codesourcery.com>
12035
12036 * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
12037 (dbx_read_symtab): New declaration.
12038 (dbx_psymtab_to_symtab): Delete.
12039 (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
12040 Rename parameter PST to SELF. Exchanged two parameters.
12041 (start_psymtab): Caller update.
12042 * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
12043 (dwarf2_read_symtab): New declaration.
12044 (dwarf2_psymtab_to_symtab): Delete.
12045 (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
12046 Rename parameter PST to SELF. Exchanged two parameters.
12047 (create_partial_symtab): Caller update.
12048 * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
12049 (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
12050 Rename parameter PST to SELF. Exchanged two parameters.
12051 (parse_partial_symbols, new_psymtab): Caller update.
12052 * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
12053 two parameters.
12054 * psymtab.c (psymtab_to_symtab): Caller update.
12055 * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
12056 (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
12057 Rename parameter PST to SELF. Exchanged two parameters.
12058 (xcoff_start_psymtab): Caller update.
12059
12060 2013-01-18 Yao Qi <yao@codesourcery.com>
12061
12062 * infrun.c (proceed): Rename local variable 'oneproc' to
12063 'force_step'.
12064
12065 2013-01-17 Doug Evans <dje@google.com>
12066
12067 * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
12068 (dw2_build_type_unit_groups): Delete. All uses updated.
12069
12070 * symtab.h (struct symbol_search): Add comment.
12071
12072 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12073
12074 * symtab.c (compare_filenames_for_search): New comment for
12075 HAS_DRIVE_SPEC.
12076
12077 2013-01-17 Tom Tromey <tromey@redhat.com>
12078
12079 * cp-abi.c (cp_abi_completer): Fix typo in assignment.
12080
12081 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12082
12083 * symtab.c (iterate_over_some_symtabs): New variable cleanups,
12084 initialize it by existing make_cleanup. Call new do_cleanups.
12085
12086 2013-01-17 Tom Tromey <tromey@redhat.com>
12087
12088 * cp-abi.c (cp_abi_completer): New function.
12089 (_initialize_cp_abi): Set completer for "set cp-abi".
12090
12091 2013-01-17 Tom Tromey <tromey@redhat.com>
12092
12093 * mem-break.c: Remove obsolete comment.
12094 * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
12095
12096 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
12097
12098 * jit.c (jit_reader_load_command): Interpret the jit reader name
12099 as an absolute path if it begins with a forward slash.
12100
12101 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
12102
12103 PR gdb/14550
12104
12105 * jit.c (finalize_symtab): Ensure that only the global block has a
12106 NULL superblock.
12107
12108 2013-01-17 Pedro Alves <palves@redhat.com>
12109
12110 * acinclude.m4: Include ../config/plugins.m4,
12111 ../config/largefile.m4 and ../config/lead-dot.m4. Add comments.
12112 * Makefile.in (aclocal_m4_deps): Update.
12113 * aclocal.m4: Renegerate.
12114
12115 2013-01-16 Doug Evans <dje@google.com>
12116
12117 * contrib/cc-with-tweaks.sh: Add references to Fission docs.
12118
12119 2013-01-16 Pedro Alves <palves@redhat.com>
12120 Tom Tromey <tromey@redhat.com>
12121
12122 PR cli/7221:
12123 * NEWS: Add "catch signal".
12124 * breakpoint.c (base_breakpoint_ops): No longer static.
12125 (bpstat_explains_signal): New function.
12126 (init_catchpoint): No longer static.
12127 (base_breakpoint_explains_signal): New function.
12128 (base_breakpoint_ops): Initialize new field.
12129 * breakpoint.h (enum bpstat_signal_value): New.
12130 (struct breakpoint_ops) <explains_signal>: New field.
12131 (bpstat_explains_signal): Remove macro, declare as function.
12132 (base_breakpoint_ops, init_catchpoint): Declare.
12133 * break-catch-sig.c: New file.
12134 * inferior.h (signal_catch_update): Declare.
12135 * infrun.c (signal_catch): New global.
12136 (handle_syscall_event): Update for change to
12137 bpstat_explains_signal.
12138 (handle_inferior_event): Likewise. Always handle random signals
12139 via bpstats.
12140 (signal_cache_update): Check signal_catch.
12141 (signal_catch_update): New function.
12142 (_initialize_infrun): Initialize signal_catch.
12143 * Makefile.in (SFILES): Add break-catch-sig.c.
12144 (COMMON_OBS): Add break-catch-sig.o.
12145
12146 2013-01-16 Tom Tromey <tromey@redhat.com>
12147
12148 * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
12149 (print_one_catch_solib, print_one_catch_syscall)
12150 (print_one_catch_exec, print_one_exception_catchpoint): Emit
12151 "catch-type".
12152
12153 2013-01-16 Yao Qi <yao@codesourcery.com>
12154
12155 * printcmd.c (current_display_number): Make it static.
12156
12157 2013-01-16 Yao Qi <yao@codesourcery.com>
12158
12159 * infcmd.c (step_once): Don't check '!single_inst' as it was
12160 checked before.
12161
12162 2013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12163
12164 * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
12165
12166 2013-01-14 Tom Tromey <tromey@redhat.com>
12167
12168 * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
12169 set command.
12170 * command.h (add_setshow_string_noescape_cmd): Update.
12171 * corefile.c (set_gnutarget_command): Remove trailing whitespace.
12172 (complete_set_gnutarget): New function.
12173 (_initialize_core): Set the "set gnutarget" completer.
12174
12175 2013-01-14 Tom Tromey <tromey@redhat.com>
12176
12177 PR symtab/14442:
12178 * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
12179 (c_type_print_modifier): Likewise.
12180 * dwarf2read.c (read_tag_restrict_type): New function.
12181 (read_type_die_1): Handle DW_TAG_restrict_type.
12182 * gdbtypes.c (make_restrict_type): New function.
12183 (recursive_dump_type): Handle TYPE_RESTRICT.
12184 * gdbtypes.h (enum type_flag_values): Renumber.
12185 (enum type_instance_flag_value): Add
12186 TYPE_INSTANCE_FLAG_RESTRICT.
12187 (TYPE_RESTRICT): New macro.
12188 (make_restrict_type): Declare.
12189
12190 2013-01-14 Tom Tromey <tromey@redhat.com>
12191
12192 PR symtab/14931:
12193 * psymtab.c (struct psymtab_state): New.
12194 (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
12195 functions.
12196 * psympriv.h (make_cleanup_discard_psymtabs): Declare.
12197 * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
12198
12199 2013-01-14 Richard Sharman <richard_sharman@mitel.com>
12200 Pedro Alves <palves@redhat.com>
12201
12202 PR remote/14786
12203
12204 * remote.c (remote_threads_info): Make a copy of the reply from
12205 qfThreadInfo and use that instead of rs->buf.
12206
12207 2013-01-14 Yao Qi <yao@codesourcery.com>
12208
12209 * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
12210 (dbx_psymtab_to_symtab): Likewise.
12211 * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
12212 * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
12213 * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
12214
12215 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12216
12217 * parse.c (parse_exp_in_context): New variable inner_chain. Call
12218 make_cleanup_restore_current_language. Call set_language. Move
12219 OLD_CHAIN and INNER_CHAIN cleanups.
12220 * utils.c (do_restore_current_language)
12221 (make_cleanup_restore_current_language): New functions.
12222 * utils.h (make_cleanup_restore_current_language): New declaration.
12223
12224 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12225
12226 * source.c (symtab_to_fullname): Apply rewrite_source_path also for
12227 non-existing files.
12228
12229 * source.c (symtab_to_fullname): Do not prepend DIRNAME for
12230 non-existing files if FILENAME is already absolute.
12231
12232 2013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12233
12234 * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
12235 fputs_filtered. Append trailing newline.
12236
12237 2013-01-11 Yao Qi <yao@codesourcery.com>
12238 Stan Shebs <stan@codesourcery.com>
12239
12240 * psymtab.c (init_psymbol_list): Clarify the comment.
12241
12242 2013-01-11 Yao Qi <yao@codesourcery.com>
12243
12244 * breakpoint.c (print_one_breakpoint_location): Remove dead code.
12245 (update_dprintf_command_list): Assert that 'printf_line' is
12246 non-null. Remove condition check.
12247
12248 2013-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12249
12250 Code cleanup.
12251 * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
12252 type const char *.
12253 * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
12254 const char *.
12255 * tui/tui-source.h (tui_source_is_displayed): Likewise.
12256
12257 2013-01-09 Anthony Green <green@moxielogic.com>
12258
12259 * cp-abi.c (cplus_print_vtable): Don't return value from void
12260 function.
12261 * ada-lang.c (re_set_catch_assert): Ditto.
12262
12263 2013-01-09 Doug Evans <dje@google.com>
12264
12265 * symfile.h (quick_symbol_functions): Delete member
12266 pre_expand_symtabs_matching. All uses removed.
12267 * dwarf2read.c (dw2_lookup_symbol): Implement.
12268 (dw2_do_expand_symtabs_matching): Delete.
12269 (dw2_pre_expand_symtabs_matching): Delete.
12270 (struct dw2_symtab_iterator): New type.
12271 (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
12272 (dw2_expand_symtabs_for_function): Rewrite.
12273 (dwarf2_gdb_index_functions): Update.
12274 * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
12275 (psym_functions): Update.
12276
12277 2013-01-09 Tom Tromey <tromey@redhat.com>
12278
12279 * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
12280 * configure: Rebuild.
12281 * configure.ac: Add somread.o to the build if BFD has SOM
12282 support.
12283 * somread.c: Include som/aout.h, not syms.h.
12284 (som_symtab_read): Use som_external_symbol_dictionary_record.
12285 Unpack records manually.
12286 (_initialize_somread): Declare.
12287
12288 2012-01-08 Mike Frysinger <vapier@gentoo.org>
12289
12290 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
12291 Cast return_address to 64bits.
12292
12293 2013-01-08 Hui Zhu <hui_zhu@mentor.com>
12294
12295 * printcmd.c: Remove define of function output_command.
12296 * tracepoint.c: Remove extern of function output_command.
12297 * valprint.h: (output_command): New extern.
12298
12299 2013-01-07 Tom Tromey <tromey@redhat.com>
12300
12301 * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
12302 Remove.
12303 (objc_language_defn): Use c_printchar, c_printstr,
12304 c_emit_char.
12305
12306 2013-01-07 Tom Tromey <tromey@redhat.com>
12307
12308 PR cli/7719:
12309 * NEWS: Update.
12310 * ada-valprint.c (printstr, print_field_values): Remove
12311 "inspect_it" code.
12312 * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
12313 code.
12314 * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
12315 code.
12316 * m2-lang.c (m2_printstr): Remove "inspect_it" code.
12317 * main.c (captured_main): Remove "epoch" argument.
12318 * objc-lang.c (objc_printstr): Remove "inspect_it" code.
12319 * p-lang.c (pascal_printstr): Remove "inspect_it" code.
12320 * p-valprint.c (pascal_object_print_value_fields): Remove
12321 "inspect_it" code.
12322 * printcmd.c (print_command_1): Remove 'inspect' argument.
12323 (print_command, call_command): Update.
12324 (inspect_command): Remove.
12325 (_initialize_printcmd): Make "inspect" an alias for "print".
12326 * top.c (epoch_interface): Remove.
12327 * top.h (epoch_interface): Remove.
12328 * valprint.c (user_print_options): Update.
12329 (print_converted_chars_to_obstack): Remove "inspect_it" code.
12330 * valprint.h (struct value_print_options) <inspect_it>: Remove
12331 field.
12332
12333 2013-01-04 Tom Tromey <tromey@redhat.com>
12334
12335 * valprint.h (read_string): Add 'extern'.
12336
12337 2013-01-07 Joel Brobecker <brobecker@adacore.com>
12338
12339 * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
12340 used to decide whether to define darwin_read_dyld_info or not.
12341
12342 2013-01-03 Pierre Muller <muller@sourceware.org>
12343
12344 * main.c (relocate_gdb_directory): Avoid calling stat function
12345 if DIR is empty.
12346
12347 2013-01-03 Yao Qi <yao@codesourcery.com>
12348
12349 * psymtab.c (fixup_psymbol_section): Update declaration.
12350 (fixup_psymbol_section): Remove code returning value.
12351
12352 2013-01-03 Yao Qi <yao@codesourcery.com>
12353
12354 * symtab.h: Remove some out of date comments.
12355 (enum exception_event_kind): Move it ...
12356 * breakpoint.c: ... here.
12357
12358 2013-01-02 Iain Sandoe <developer@sandoe-acoustics.co.uk>
12359
12360 PR gdb/14405
12361 * darwin-nat.c (darwin_read_dyld_info): Only build if
12362 TASK_DYLD_INFO_COUNT is defined.
12363 (darwin_xfer_partial): Call darwin_read_dyld_info only if
12364 TASK_DYLD_INFO_COUNT is defined.
12365
12366 2013-01-02 Tom Tromey <tromey@redhat.com>
12367
12368 * symfile.h (struct ecoff_debug_hack): Remove.
12369 * objfiles.c: Don't include mdebugread.h.
12370
12371 2013-01-02 Tom Tromey <tromey@redhat.com>
12372
12373 * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
12374 * configure.ac: Check for Mach-O support in BFD. Update
12375 CONFIG_OBS.
12376 * configure: Rebuild.
12377
12378 2013-01-02 Tom Tromey <tromey@redhat.com>
12379
12380 * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
12381 * configure.ac: Use GDB_AC_CHECK_BFD.
12382 * configure: Rebuild.
12383
12384 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
12385
12386 * MAINTAINERS: Update my email.
12387
12388 2013-01-01 Joel Brobecker <brobecker@adacore.com>
12389
12390 * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
12391
12392 2013-01-01 Joel Brobecker <brobecker@adacore.com>
12393
12394 * rs6000-nat.c (bss_data_overlap): New function.
12395 (vmap_symtab): Use it to adjust the .bss section's offset.
12396
12397 2013-01-01 Joel Brobecker <brobecker@adacore.com>
12398
12399 Update year range in copyright notice of all files.
12400
12401 2013-01-01, 13 Joel Brobecker <brobecker@adacore.com>
12402
12403 * top.c (print_gdb_version): Update copyright year.
12404
12405 For older changes see ChangeLog-2012.
12406 \f
12407 Local Variables:
12408 mode: change-log
12409 left-margin: 8
12410 fill-column: 74
12411 version-control: never
12412 coding: utf-8
12413 End:
This page took 0.328459 seconds and 4 git commands to generate.