Associate target_dcache to address_space.
[binutils-gdb.git] / gdb / ChangeLog
1 2013-11-20 Yao Qi <yao@codesourcery.com>
2
3 * progspace.h (struct address_space_data): Declare.
4 * target-dcache.c: Include "progspace.h".
5 (target_dache): Remove.
6 (target_dcache_aspace_key): New.
7 (target_dcache_cleanup): New function.
8 (target_dcache_init_p): Get data through
9 target_dcache_aspace_key.
10 (target_dcache_invalidate): Likewise.
11 (target_dcache_get): Likewise.
12 (target_dcache_get_or_init): Likewise.
13 (_initialize_target_dcache): Initialize
14 target_dcache_aspace_key.
15
16 2013-11-20 Yao Qi <yao@codesourcery.com>
17
18 * progspace.c (struct address_space): Update comments.
19 <REGISTRY_FIELDS>: New fields.
20 DEFINE_REGISTRY for address_space.
21 (new_address_space): Call address_space_alloc_data.
22 (free_address_space): Call address_space_free_data.
23 * progspace.h: Use DECLARE_REGISTRY.
24
25 2013-11-20 Yao Qi <yao@codesourcery.com>
26
27 * Makefile.in (SFILES):Add target-dcache.c.
28 (HFILES_NO_SRCDIR): Add target-dcache.h.
29 (COMMON_OBS): Add target-dcache.o.
30 * dcache.c: Remove inclusion to "target.h". Include
31 "target-dcache.h".
32 * memattr.c: Include "target-dcache.h".
33 * top.c: Likewise.
34 * tracepoint.c: Likewise.
35 * target.c: (stack_cache_enabled_p_1): Move to
36 target-dcache.c.
37 (stack_cache_enabled_p): Likewise.
38 (set_stack_cache_enabled_p): Likewise.
39 (show_stack_cache_enabled_p): Likewise.
40 (target_dcache, target_dcache_init_p): Likewise.
41 (target_dcache_invalidate): Likewise.
42 (target_dcache_get, target_dcache_get_or_init): Likewise.
43 (memory_xfer_partial_1): Call function stack_cache_enabled.
44 (initialize_target): Move code to target-dcache.c.
45 * target.h (target_dcache_invalidate): Move to
46 target-dcache.h.
47 (target_dcache_get): Likewise.
48 * target-dcache.c: New.
49 * target-dcache.h: New.
50
51 2013-11-20 Yao Qi <yao@codesourcery.com>
52
53 * target.c (memory_xfer_partial_1): Update 'target_dcache' if
54 it is initialized.
55
56 2013-11-20 Yao Qi <yao@codesourcery.com>
57
58 * dcache.c (last_cache): Remove.
59 (dcache_free, dcache_init): Update.
60 (dcache_update):
61 (dcache_print_line): Add parameter 'dcache'. Replace
62 'target_dcache' with 'dcache'.
63 (dcache_info): Move code to dcache_info_1. Call
64 'dcache_info_1'.
65 (dcache_info_1): New function.
66 (set_dcache_size): Call target_dcache_invalidate.
67 (set_dcache_line_size): Call target_dcache_invalidate.
68 * target.c (target_dcache_init_p): New function.
69 (target_dcache_invalidate): Check target_dcache_init_p first.
70 (target_dcache_get, target_dcache_get_or_init): New function.
71 (memory_xfer_partial_1): Adjust.
72 (initialize_target): Don't initialize 'target_dcache'.
73 * target.h (struct dcache_struct): Declare.
74 (target_dcache_get): Declare.
75
76 2013-11-19 Yao Qi <yao@codesourcery.com>
77
78 * varobj.c (varobj_get_type): Fix typo.
79
80 2013-11-19 Joel Brobecker <brobecker@adacore.com>
81
82 * python/py-value.c (is_intlike): Add TYPE_CODE_RANGE handling.
83
84 2013-11-19 Joel Brobecker <brobecker@adacore.com>
85
86 * contrib/ari/gdb_ari.sh: Remove checks for "dirent.h" and
87 "stat.h".
88
89 2013-11-18 Tom Tromey <tromey@redhat.com>
90
91 * common/gdb_stat.h: Remove.
92 * ada-lang.c: Use sys/stat.h, not gdb_stat.h.
93 * common/filestuff.c: Use sys/stat.h, not gdb_stat.h.
94 * common/linux-osdata.c: Use sys/stat.h, not gdb_stat.h.
95 * corefile.c: Use sys/stat.h, not gdb_stat.h.
96 * ctf.c: Use sys/stat.h, not gdb_stat.h.
97 * darwin-nat.c: Use sys/stat.h, not gdb_stat.h.
98 * dbxread.c: Use sys/stat.h, not gdb_stat.h.
99 * dwarf2read.c: Use sys/stat.h, not gdb_stat.h.
100 * exec.c: Use sys/stat.h, not gdb_stat.h.
101 * gdbserver/linux-low.c: Use sys/stat.h, not gdb_stat.h.
102 * gdbserver/remote-utils.c: Use sys/stat.h, not gdb_stat.h.
103 * inf-child.c: Use sys/stat.h, not gdb_stat.h.
104 * jit.c: Use sys/stat.h, not gdb_stat.h.
105 * linux-nat.c: Use sys/stat.h, not gdb_stat.h.
106 * m68klinux-nat.c: Use sys/stat.h, not gdb_stat.h.
107 * main.c: Use sys/stat.h, not gdb_stat.h.
108 * mdebugread.c: Use sys/stat.h, not gdb_stat.h.
109 * mi/mi-cmd-env.c: Use sys/stat.h, not gdb_stat.h.
110 * nto-tdep.c: Use sys/stat.h, not gdb_stat.h.
111 * objfiles.c: Use sys/stat.h, not gdb_stat.h.
112 * procfs.c: Use sys/stat.h, not gdb_stat.h.
113 * remote-fileio.c: Use sys/stat.h, not gdb_stat.h.
114 * remote-mips.c: Use sys/stat.h, not gdb_stat.h.
115 * remote.c: Use sys/stat.h, not gdb_stat.h.
116 * rs6000-nat.c: Use sys/stat.h, not gdb_stat.h.
117 * sol-thread.c: Use sys/stat.h, not gdb_stat.h.
118 * solib-spu.c: Use sys/stat.h, not gdb_stat.h.
119 * source.c: Use sys/stat.h, not gdb_stat.h.
120 * symfile.c: Use sys/stat.h, not gdb_stat.h.
121 * symmisc.c: Use sys/stat.h, not gdb_stat.h.
122 * symtab.c: Use sys/stat.h, not gdb_stat.h.
123 * top.c: Use sys/stat.h, not gdb_stat.h.
124 * xcoffread.c: Use sys/stat.h, not gdb_stat.h.
125
126 2013-11-18 Tom Tromey <tromey@redhat.com>
127
128 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add
129 sys_stat.
130 * gnulib/aclocal.m4: Update.
131 * gnulib/config.in: Update.
132 * gnulib/configure: Update.
133 * gnulib/import/Makefile.am: Update.
134 * gnulib/import/Makefile.in: Update.
135 * gnulib/import/m4/gnulib-cache.m4: Update.
136 * gnulib/import/m4/gnulib-comp.m4: Update.
137 * gnulib/import/m4/sys_stat_h.m4: New.
138 * gnulib/import/m4/time_h.m4: New.
139 * gnulib/import/sys_stat.in.h: New.
140 * gnulib/import/time.in.h: New.
141
142 2013-11-18 Tom Tromey <tromey@redhat.com>
143
144 * configure: Rebuild.
145 * configure.ac: Remove check of HAVE_SYS_TYPES_H.
146
147 2013-11-18 Tom Tromey <tromey@redhat.com>
148
149 * configure: Rebuild.
150 * configure.ac: Don't check for unistd.h.
151
152 2013-11-18 Tom Tromey <tromey@redhat.com>
153
154 * configure: Rebuild.
155 * configure.ac: Don't check for stdlib.h
156 * defs.h: Include stdlib.h unconditionally.
157
158 2013-11-18 Tom Tromey <tromey@redhat.com>
159
160 * config.in: Rebuild.
161 * configure: Rebuild.
162 * configure.ac: Don't check for stddef.h.
163 * defs.h: Unconditionally include stddef.h. Remove duplicate
164 inclusion.
165
166 2013-11-18 Tom Tromey <tromey@redhat.com>
167
168 * common/common.m4 (GDB_AC_COMMON): Don't use AC_HEADER_DIRENT.
169 * common/gdb_dirent.h: Remove.
170 * common/filestuff.c: Use dirent.h.
171 * common/linux-osdata.c: Use dirent.h.
172 (NAMELEN): Define.
173 * config.in: Rebuild.
174 * configure: Rebuild.
175 * configure.ac: Don't use AC_HEADER_DIRENT.
176 * linux-fork.c: Use dirent.h
177 * linux-nat.c: Use dirent.h.
178 * nto-procfs.c: Use dirent.h.
179 * procfs.c: Use dirent.h.
180
181 2013-11-18 Tom Tromey <tromey@redhat.com>
182
183 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add dirent.
184 * gnulib/aclocal.m4: Update.
185 * gnulib/config.in: Update.
186 * gnulib/configure: Update.
187 * gnulib/import/Makefile.am: Update.
188 * gnulib/import/Makefile.in: Update.
189 * gnulib/import/dirent.in.h: New.
190 * gnulib/import/m4/dirent_h.m4: New.
191 * gnulib/import/m4/gnulib-cache.m4: Update.
192 * gnulib/import/m4/gnulib-comp.m4: Update.
193
194 2013-11-18 Tom Tromey <tromey@redhat.com>
195
196 * configure: Rebuild.
197 * common/common.m4 (GDB_AC_COMMON): Don't check for string.h or
198 strings.h.
199
200 2013-11-18 Tom Tromey <tromey@redhat.com>
201
202 * common/gdb_string.h: Remove.
203 * aarch64-tdep.c: Use string.h, not gdb_string.h.
204 * ada-exp.y: Use string.h, not gdb_string.h.
205 * ada-lang.c: Use string.h, not gdb_string.h.
206 * ada-lex.l: Use string.h, not gdb_string.h.
207 * ada-typeprint.c: Use string.h, not gdb_string.h.
208 * ada-valprint.c: Use string.h, not gdb_string.h.
209 * aix-thread.c: Use string.h, not gdb_string.h.
210 * alpha-linux-tdep.c: Use string.h, not gdb_string.h.
211 * alpha-mdebug-tdep.c: Use string.h, not gdb_string.h.
212 * alpha-nat.c: Use string.h, not gdb_string.h.
213 * alpha-osf1-tdep.c: Use string.h, not gdb_string.h.
214 * alpha-tdep.c: Use string.h, not gdb_string.h.
215 * alphanbsd-tdep.c: Use string.h, not gdb_string.h.
216 * amd64-dicos-tdep.c: Use string.h, not gdb_string.h.
217 * amd64-linux-nat.c: Use string.h, not gdb_string.h.
218 * amd64-linux-tdep.c: Use string.h, not gdb_string.h.
219 * amd64-nat.c: Use string.h, not gdb_string.h.
220 * amd64-sol2-tdep.c: Use string.h, not gdb_string.h.
221 * amd64fbsd-tdep.c: Use string.h, not gdb_string.h.
222 * amd64obsd-tdep.c: Use string.h, not gdb_string.h.
223 * arch-utils.c: Use string.h, not gdb_string.h.
224 * arm-linux-nat.c: Use string.h, not gdb_string.h.
225 * arm-linux-tdep.c: Use string.h, not gdb_string.h.
226 * arm-tdep.c: Use string.h, not gdb_string.h.
227 * arm-wince-tdep.c: Use string.h, not gdb_string.h.
228 * armbsd-tdep.c: Use string.h, not gdb_string.h.
229 * armnbsd-nat.c: Use string.h, not gdb_string.h.
230 * armnbsd-tdep.c: Use string.h, not gdb_string.h.
231 * armobsd-tdep.c: Use string.h, not gdb_string.h.
232 * avr-tdep.c: Use string.h, not gdb_string.h.
233 * ax-gdb.c: Use string.h, not gdb_string.h.
234 * ax-general.c: Use string.h, not gdb_string.h.
235 * bcache.c: Use string.h, not gdb_string.h.
236 * bfin-tdep.c: Use string.h, not gdb_string.h.
237 * breakpoint.c: Use string.h, not gdb_string.h.
238 * build-id.c: Use string.h, not gdb_string.h.
239 * buildsym.c: Use string.h, not gdb_string.h.
240 * c-exp.y: Use string.h, not gdb_string.h.
241 * c-lang.c: Use string.h, not gdb_string.h.
242 * c-typeprint.c: Use string.h, not gdb_string.h.
243 * c-valprint.c: Use string.h, not gdb_string.h.
244 * charset.c: Use string.h, not gdb_string.h.
245 * cli-out.c: Use string.h, not gdb_string.h.
246 * cli/cli-cmds.c: Use string.h, not gdb_string.h.
247 * cli/cli-decode.c: Use string.h, not gdb_string.h.
248 * cli/cli-dump.c: Use string.h, not gdb_string.h.
249 * cli/cli-interp.c: Use string.h, not gdb_string.h.
250 * cli/cli-logging.c: Use string.h, not gdb_string.h.
251 * cli/cli-script.c: Use string.h, not gdb_string.h.
252 * cli/cli-setshow.c: Use string.h, not gdb_string.h.
253 * cli/cli-utils.c: Use string.h, not gdb_string.h.
254 * coffread.c: Use string.h, not gdb_string.h.
255 * common/common-utils.c: Use string.h, not gdb_string.h.
256 * common/filestuff.c: Use string.h, not gdb_string.h.
257 * common/linux-procfs.c: Use string.h, not gdb_string.h.
258 * common/linux-ptrace.c: Use string.h, not gdb_string.h.
259 * common/signals.c: Use string.h, not gdb_string.h.
260 * common/vec.h: Use string.h, not gdb_string.h.
261 * core-regset.c: Use string.h, not gdb_string.h.
262 * corefile.c: Use string.h, not gdb_string.h.
263 * corelow.c: Use string.h, not gdb_string.h.
264 * cp-abi.c: Use string.h, not gdb_string.h.
265 * cp-support.c: Use string.h, not gdb_string.h.
266 * cp-valprint.c: Use string.h, not gdb_string.h.
267 * cris-tdep.c: Use string.h, not gdb_string.h.
268 * d-lang.c: Use string.h, not gdb_string.h.
269 * dbxread.c: Use string.h, not gdb_string.h.
270 * dcache.c: Use string.h, not gdb_string.h.
271 * demangle.c: Use string.h, not gdb_string.h.
272 * dicos-tdep.c: Use string.h, not gdb_string.h.
273 * disasm.c: Use string.h, not gdb_string.h.
274 * doublest.c: Use string.h, not gdb_string.h.
275 * dsrec.c: Use string.h, not gdb_string.h.
276 * dummy-frame.c: Use string.h, not gdb_string.h.
277 * dwarf2-frame.c: Use string.h, not gdb_string.h.
278 * dwarf2loc.c: Use string.h, not gdb_string.h.
279 * dwarf2read.c: Use string.h, not gdb_string.h.
280 * elfread.c: Use string.h, not gdb_string.h.
281 * environ.c: Use string.h, not gdb_string.h.
282 * eval.c: Use string.h, not gdb_string.h.
283 * event-loop.c: Use string.h, not gdb_string.h.
284 * exceptions.c: Use string.h, not gdb_string.h.
285 * exec.c: Use string.h, not gdb_string.h.
286 * expprint.c: Use string.h, not gdb_string.h.
287 * f-exp.y: Use string.h, not gdb_string.h.
288 * f-lang.c: Use string.h, not gdb_string.h.
289 * f-typeprint.c: Use string.h, not gdb_string.h.
290 * f-valprint.c: Use string.h, not gdb_string.h.
291 * fbsd-nat.c: Use string.h, not gdb_string.h.
292 * findcmd.c: Use string.h, not gdb_string.h.
293 * findvar.c: Use string.h, not gdb_string.h.
294 * fork-child.c: Use string.h, not gdb_string.h.
295 * frame.c: Use string.h, not gdb_string.h.
296 * frv-linux-tdep.c: Use string.h, not gdb_string.h.
297 * frv-tdep.c: Use string.h, not gdb_string.h.
298 * gdb.c: Use string.h, not gdb_string.h.
299 * gdb_bfd.c: Use string.h, not gdb_string.h.
300 * gdbarch.c: Use string.h, not gdb_string.h.
301 * gdbtypes.c: Use string.h, not gdb_string.h.
302 * gnu-nat.c: Use string.h, not gdb_string.h.
303 * gnu-v2-abi.c: Use string.h, not gdb_string.h.
304 * gnu-v3-abi.c: Use string.h, not gdb_string.h.
305 * go-exp.y: Use string.h, not gdb_string.h.
306 * go-lang.c: Use string.h, not gdb_string.h.
307 * go32-nat.c: Use string.h, not gdb_string.h.
308 * hppa-hpux-tdep.c: Use string.h, not gdb_string.h.
309 * hppa-linux-nat.c: Use string.h, not gdb_string.h.
310 * hppanbsd-tdep.c: Use string.h, not gdb_string.h.
311 * hppaobsd-tdep.c: Use string.h, not gdb_string.h.
312 * i386-cygwin-tdep.c: Use string.h, not gdb_string.h.
313 * i386-dicos-tdep.c: Use string.h, not gdb_string.h.
314 * i386-linux-nat.c: Use string.h, not gdb_string.h.
315 * i386-linux-tdep.c: Use string.h, not gdb_string.h.
316 * i386-nto-tdep.c: Use string.h, not gdb_string.h.
317 * i386-sol2-tdep.c: Use string.h, not gdb_string.h.
318 * i386-tdep.c: Use string.h, not gdb_string.h.
319 * i386bsd-tdep.c: Use string.h, not gdb_string.h.
320 * i386gnu-nat.c: Use string.h, not gdb_string.h.
321 * i386nbsd-tdep.c: Use string.h, not gdb_string.h.
322 * i386obsd-tdep.c: Use string.h, not gdb_string.h.
323 * i387-tdep.c: Use string.h, not gdb_string.h.
324 * ia64-libunwind-tdep.c: Use string.h, not gdb_string.h.
325 * ia64-linux-nat.c: Use string.h, not gdb_string.h.
326 * inf-child.c: Use string.h, not gdb_string.h.
327 * inf-ptrace.c: Use string.h, not gdb_string.h.
328 * inf-ttrace.c: Use string.h, not gdb_string.h.
329 * infcall.c: Use string.h, not gdb_string.h.
330 * infcmd.c: Use string.h, not gdb_string.h.
331 * inflow.c: Use string.h, not gdb_string.h.
332 * infrun.c: Use string.h, not gdb_string.h.
333 * interps.c: Use string.h, not gdb_string.h.
334 * iq2000-tdep.c: Use string.h, not gdb_string.h.
335 * irix5-nat.c: Use string.h, not gdb_string.h.
336 * jv-exp.y: Use string.h, not gdb_string.h.
337 * jv-lang.c: Use string.h, not gdb_string.h.
338 * jv-typeprint.c: Use string.h, not gdb_string.h.
339 * jv-valprint.c: Use string.h, not gdb_string.h.
340 * language.c: Use string.h, not gdb_string.h.
341 * linux-fork.c: Use string.h, not gdb_string.h.
342 * linux-nat.c: Use string.h, not gdb_string.h.
343 * lm32-tdep.c: Use string.h, not gdb_string.h.
344 * m2-exp.y: Use string.h, not gdb_string.h.
345 * m2-typeprint.c: Use string.h, not gdb_string.h.
346 * m32c-tdep.c: Use string.h, not gdb_string.h.
347 * m32r-linux-nat.c: Use string.h, not gdb_string.h.
348 * m32r-linux-tdep.c: Use string.h, not gdb_string.h.
349 * m32r-rom.c: Use string.h, not gdb_string.h.
350 * m32r-tdep.c: Use string.h, not gdb_string.h.
351 * m68hc11-tdep.c: Use string.h, not gdb_string.h.
352 * m68k-tdep.c: Use string.h, not gdb_string.h.
353 * m68kbsd-tdep.c: Use string.h, not gdb_string.h.
354 * m68klinux-nat.c: Use string.h, not gdb_string.h.
355 * m68klinux-tdep.c: Use string.h, not gdb_string.h.
356 * m88k-tdep.c: Use string.h, not gdb_string.h.
357 * macrocmd.c: Use string.h, not gdb_string.h.
358 * main.c: Use string.h, not gdb_string.h.
359 * mdebugread.c: Use string.h, not gdb_string.h.
360 * mem-break.c: Use string.h, not gdb_string.h.
361 * memattr.c: Use string.h, not gdb_string.h.
362 * memory-map.c: Use string.h, not gdb_string.h.
363 * mep-tdep.c: Use string.h, not gdb_string.h.
364 * mi/mi-cmd-break.c: Use string.h, not gdb_string.h.
365 * mi/mi-cmd-disas.c: Use string.h, not gdb_string.h.
366 * mi/mi-cmd-env.c: Use string.h, not gdb_string.h.
367 * mi/mi-cmd-stack.c: Use string.h, not gdb_string.h.
368 * mi/mi-cmd-var.c: Use string.h, not gdb_string.h.
369 * mi/mi-cmds.c: Use string.h, not gdb_string.h.
370 * mi/mi-console.c: Use string.h, not gdb_string.h.
371 * mi/mi-getopt.c: Use string.h, not gdb_string.h.
372 * mi/mi-interp.c: Use string.h, not gdb_string.h.
373 * mi/mi-main.c: Use string.h, not gdb_string.h.
374 * mi/mi-parse.c: Use string.h, not gdb_string.h.
375 * microblaze-rom.c: Use string.h, not gdb_string.h.
376 * microblaze-tdep.c: Use string.h, not gdb_string.h.
377 * mingw-hdep.c: Use string.h, not gdb_string.h.
378 * minidebug.c: Use string.h, not gdb_string.h.
379 * minsyms.c: Use string.h, not gdb_string.h.
380 * mips-irix-tdep.c: Use string.h, not gdb_string.h.
381 * mips-linux-tdep.c: Use string.h, not gdb_string.h.
382 * mips-tdep.c: Use string.h, not gdb_string.h.
383 * mips64obsd-tdep.c: Use string.h, not gdb_string.h.
384 * mipsnbsd-tdep.c: Use string.h, not gdb_string.h.
385 * mipsread.c: Use string.h, not gdb_string.h.
386 * mn10300-linux-tdep.c: Use string.h, not gdb_string.h.
387 * mn10300-tdep.c: Use string.h, not gdb_string.h.
388 * monitor.c: Use string.h, not gdb_string.h.
389 * moxie-tdep.c: Use string.h, not gdb_string.h.
390 * mt-tdep.c: Use string.h, not gdb_string.h.
391 * nbsd-tdep.c: Use string.h, not gdb_string.h.
392 * nios2-linux-tdep.c: Use string.h, not gdb_string.h.
393 * nto-procfs.c: Use string.h, not gdb_string.h.
394 * nto-tdep.c: Use string.h, not gdb_string.h.
395 * objc-lang.c: Use string.h, not gdb_string.h.
396 * objfiles.c: Use string.h, not gdb_string.h.
397 * opencl-lang.c: Use string.h, not gdb_string.h.
398 * osabi.c: Use string.h, not gdb_string.h.
399 * osdata.c: Use string.h, not gdb_string.h.
400 * p-exp.y: Use string.h, not gdb_string.h.
401 * p-lang.c: Use string.h, not gdb_string.h.
402 * p-typeprint.c: Use string.h, not gdb_string.h.
403 * parse.c: Use string.h, not gdb_string.h.
404 * posix-hdep.c: Use string.h, not gdb_string.h.
405 * ppc-linux-nat.c: Use string.h, not gdb_string.h.
406 * ppc-sysv-tdep.c: Use string.h, not gdb_string.h.
407 * ppcfbsd-tdep.c: Use string.h, not gdb_string.h.
408 * ppcnbsd-tdep.c: Use string.h, not gdb_string.h.
409 * ppcobsd-tdep.c: Use string.h, not gdb_string.h.
410 * printcmd.c: Use string.h, not gdb_string.h.
411 * procfs.c: Use string.h, not gdb_string.h.
412 * prologue-value.c: Use string.h, not gdb_string.h.
413 * python/py-auto-load.c: Use string.h, not gdb_string.h.
414 * python/py-gdb-readline.c: Use string.h, not gdb_string.h.
415 * ravenscar-thread.c: Use string.h, not gdb_string.h.
416 * regcache.c: Use string.h, not gdb_string.h.
417 * registry.c: Use string.h, not gdb_string.h.
418 * remote-fileio.c: Use string.h, not gdb_string.h.
419 * remote-m32r-sdi.c: Use string.h, not gdb_string.h.
420 * remote-mips.c: Use string.h, not gdb_string.h.
421 * remote-sim.c: Use string.h, not gdb_string.h.
422 * remote.c: Use string.h, not gdb_string.h.
423 * reverse.c: Use string.h, not gdb_string.h.
424 * rs6000-aix-tdep.c: Use string.h, not gdb_string.h.
425 * ser-base.c: Use string.h, not gdb_string.h.
426 * ser-go32.c: Use string.h, not gdb_string.h.
427 * ser-mingw.c: Use string.h, not gdb_string.h.
428 * ser-pipe.c: Use string.h, not gdb_string.h.
429 * ser-tcp.c: Use string.h, not gdb_string.h.
430 * ser-unix.c: Use string.h, not gdb_string.h.
431 * serial.c: Use string.h, not gdb_string.h.
432 * sh-tdep.c: Use string.h, not gdb_string.h.
433 * sh64-tdep.c: Use string.h, not gdb_string.h.
434 * shnbsd-tdep.c: Use string.h, not gdb_string.h.
435 * skip.c: Use string.h, not gdb_string.h.
436 * sol-thread.c: Use string.h, not gdb_string.h.
437 * solib-dsbt.c: Use string.h, not gdb_string.h.
438 * solib-frv.c: Use string.h, not gdb_string.h.
439 * solib-osf.c: Use string.h, not gdb_string.h.
440 * solib-spu.c: Use string.h, not gdb_string.h.
441 * solib-target.c: Use string.h, not gdb_string.h.
442 * solib.c: Use string.h, not gdb_string.h.
443 * somread.c: Use string.h, not gdb_string.h.
444 * source.c: Use string.h, not gdb_string.h.
445 * sparc-nat.c: Use string.h, not gdb_string.h.
446 * sparc-sol2-tdep.c: Use string.h, not gdb_string.h.
447 * sparc-tdep.c: Use string.h, not gdb_string.h.
448 * sparc64-tdep.c: Use string.h, not gdb_string.h.
449 * sparc64fbsd-tdep.c: Use string.h, not gdb_string.h.
450 * sparc64nbsd-tdep.c: Use string.h, not gdb_string.h.
451 * sparcnbsd-tdep.c: Use string.h, not gdb_string.h.
452 * spu-linux-nat.c: Use string.h, not gdb_string.h.
453 * spu-multiarch.c: Use string.h, not gdb_string.h.
454 * spu-tdep.c: Use string.h, not gdb_string.h.
455 * stabsread.c: Use string.h, not gdb_string.h.
456 * stack.c: Use string.h, not gdb_string.h.
457 * std-regs.c: Use string.h, not gdb_string.h.
458 * symfile.c: Use string.h, not gdb_string.h.
459 * symmisc.c: Use string.h, not gdb_string.h.
460 * symtab.c: Use string.h, not gdb_string.h.
461 * target.c: Use string.h, not gdb_string.h.
462 * thread.c: Use string.h, not gdb_string.h.
463 * tilegx-linux-nat.c: Use string.h, not gdb_string.h.
464 * tilegx-tdep.c: Use string.h, not gdb_string.h.
465 * top.c: Use string.h, not gdb_string.h.
466 * tracepoint.c: Use string.h, not gdb_string.h.
467 * tui/tui-command.c: Use string.h, not gdb_string.h.
468 * tui/tui-data.c: Use string.h, not gdb_string.h.
469 * tui/tui-disasm.c: Use string.h, not gdb_string.h.
470 * tui/tui-file.c: Use string.h, not gdb_string.h.
471 * tui/tui-layout.c: Use string.h, not gdb_string.h.
472 * tui/tui-out.c: Use string.h, not gdb_string.h.
473 * tui/tui-regs.c: Use string.h, not gdb_string.h.
474 * tui/tui-source.c: Use string.h, not gdb_string.h.
475 * tui/tui-stack.c: Use string.h, not gdb_string.h.
476 * tui/tui-win.c: Use string.h, not gdb_string.h.
477 * tui/tui-windata.c: Use string.h, not gdb_string.h.
478 * tui/tui-winsource.c: Use string.h, not gdb_string.h.
479 * typeprint.c: Use string.h, not gdb_string.h.
480 * ui-file.c: Use string.h, not gdb_string.h.
481 * ui-out.c: Use string.h, not gdb_string.h.
482 * user-regs.c: Use string.h, not gdb_string.h.
483 * utils.c: Use string.h, not gdb_string.h.
484 * v850-tdep.c: Use string.h, not gdb_string.h.
485 * valarith.c: Use string.h, not gdb_string.h.
486 * valops.c: Use string.h, not gdb_string.h.
487 * valprint.c: Use string.h, not gdb_string.h.
488 * value.c: Use string.h, not gdb_string.h.
489 * varobj.c: Use string.h, not gdb_string.h.
490 * vax-tdep.c: Use string.h, not gdb_string.h.
491 * vaxnbsd-tdep.c: Use string.h, not gdb_string.h.
492 * vaxobsd-tdep.c: Use string.h, not gdb_string.h.
493 * windows-nat.c: Use string.h, not gdb_string.h.
494 * xcoffread.c: Use string.h, not gdb_string.h.
495 * xml-support.c: Use string.h, not gdb_string.h.
496 * xstormy16-tdep.c: Use string.h, not gdb_string.h.
497 * xtensa-linux-nat.c: Use string.h, not gdb_string.h.
498
499 2013-11-18 Tom Tromey <tromey@redhat.com>
500
501 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strerror
502 and strstr.
503 * gnulib/aclocal.m4: Update.
504 * gnulib/config.in: Update.
505 * gnulib/configure: Update.
506 * gnulib/import/Makefile.am: Update.
507 * gnulib/import/Makefile.in: Update.
508 * gnulib/import/errno.in.h: New.
509 * gnulib/import/intprops.h: New.
510 * gnulib/import/m4/errno_h.m4: New.
511 * gnulib/import/m4/gnulib-cache.m4: Update.
512 * gnulib/import/m4/gnulib-comp.m4: Update.
513 * gnulib/import/m4/strerror.m4: New.
514 * gnulib/import/m4/strstr.m4: New.
515 * gnulib/import/m4/sys_socket_h.m4: New.
516 * gnulib/import/strerror-override.c: New.
517 * gnulib/import/strerror-override.h: New.
518 * gnulib/import/strerror.c: New.
519 * gnulib/import/strstr.c: New.
520
521 2013-11-18 Tom Tromey <tromey@redhat.com>
522
523 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Split into
524 multiple lines.
525
526 2013-11-18 Jose E. Marchesi <jose.marchesi@oracle.com>
527
528 * sparc-tdep.c (sparc_is_annulled_branch_insn): New function.
529 * sparc-tdep.h: And its prototype.
530
531 * sparc64-linux-tdep.c (sparc64_linux_get_longjmp_target): New
532 function.
533 (sparc64_linux_init_abi): Register the get_longjmp_target hook.
534
535 2013-11-18 Pedro Alves <palves@redhat.com>
536
537 * dwarf2-frame.c (read_addr_from_reg): Remove stale comment and
538 use unpack_pointer.
539
540 2013-11-18 Joel Brobecker <brobecker@adacore.com>
541
542 * mi/mi-main.c (mi_cmd_list_features): Add "language-options"
543 to -list-features output.
544
545 2013-11-17 Joel Brobecker <brobecker@adacore.com>
546
547 * dwarf2expr.h (struct dwarf_expr_context_funcs)
548 <read_addr_from_reg>: Renames "read_reg".
549 * dwarf2-frame.c (read_addr_from_reg): Renames "read_reg".
550 Adjust comment.
551 (dwarf2_frame_ctx_funcs, execute_stack_op, dwarf2_frame_cache):
552 Use read_addr_from_reg in place of read_reg.
553 * dwarf2expr.c (execute_stack_op): Use read_addr_from_reg
554 in place of read_reg.
555 * dwarf2loc.c (dwarf_expr_read_addr_from_reg): Renames
556 dwarf_expr_read_reg.
557 (dwarf_expr_ctx_funcs): Replace dwarf_expr_read_reg
558 with dwarf_expr_read_addr_from_reg.
559 (needs_frame_read_addr_from_reg): Renames needs_frame_read_reg.
560 (needs_frame_ctx_funcs): Replace needs_frame_read_reg with
561 needs_frame_read_addr_from_reg.
562
563 2013-11-15 Jan Kratochvil <jan.kratochvil@redhat.com>
564
565 * NEWS (Changes in GDB 7.5) (New commands) (explore): Fix typo.
566
567 2013-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
568
569 * dwarf2loc.c (chain_candidate): Prevent invoking memcpy with
570 NULL.
571
572 2013-11-15 Tom Tromey <tromey@redhat.com>
573
574 PR c++/16117:
575 * c-exp.y (lex_one_token): Add "is_quoted_name" argument.
576 (classify_name): Likewise. Prefer a field of "this" over a
577 filename.
578 (classify_inner_name, yylex): Update.
579
580 2013-11-15 Joel Brobecker <brobecker@adacore.com>
581
582 * dwarf2expr.h (struct dwarf_expr_context_funcs) <read_reg>:
583 Extend the documentation a bit.
584 <get_reg_value>: New field.
585 * dwarf2loc.c (dwarf_expr_get_reg_value)
586 (needs_frame_get_reg_value): New functions.
587 (dwarf_expr_ctx_funcs, needs_frame_ctx_funcs): Add "get_reg_value"
588 callback.
589 * dwarf2-frame.c (get_reg_value): New function.
590 (dwarf2_frame_ctx_funcs): Add "get_reg_value" callback.
591 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_regval_type>:
592 Use new callback to compute result_val.
593
594 2013-11-15 Alan Modra <amodra@gmail.com>
595
596 * ppc64-tdep.c (ppc64_plt_entry_point): Renamed from..
597 (ppc64_desc_entry_point): ..this. Update comments here and at
598 call points.
599 (ppc64_standard_linkage1, ppc64_standard_linkage2,
600 ppc64_standard_linkage3): Update comments.
601 (ppc64_standard_linkage4, ppc64_standard_linkage5,
602 (ppc64_standard_linkage6, ppc64_standard_linkage7): New insn
603 patterns.
604 (ppc64_standard_linkage4_target): New function.
605 (ppc64_skip_trampoline_code): Skip ELFv2 patterns too.
606 * rs6000-tdep.c (skip_prologue): Skip ELFv2 r2 setup. Correct
607 nop match. Fix comment wrap.
608
609 2013-11-14 Pedro Alves <palves@redhat.com>
610
611 * infrun.c (handle_signal_stop): Move STOP_QUIETLY,
612 STOP_QUIETLY_REMOTE and 'stop_after_trap' handling earlier.
613
614 2013-11-14 Pedro Alves <palves@redhat.com>
615
616 * infrun.c (struct execution_control_state)
617 <stepped_after_stopped_by_watchpoint>: New field.
618 (get_inferior_stop_soon): New function.
619 (handle_inferior_event): 'stepped_after_stopped_by_watchpoint' was
620 moved to struct execution_control_state -- adjust. Use
621 get_inferior_stop_soon. Split TARGET_WAITKIND_STOPPED handling to
622 new function.
623 (handle_signal_stop): New function, factored out from
624 handle_inferior_event.
625
626 2013-11-14 Pedro Alves <palves@redhat.com>
627
628 * break-catch-sig.c (signal_catchpoint_explains_signal): Adjust to
629 return a boolean.
630 * breakpoint.c (bpstat_explains_signal): Adjust to return a
631 boolean.
632 (explains_signal_watchpoint, base_breakpoint_explains_signal):
633 Adjust to return a boolean.
634 * breakpoint.h (enum bpstat_signal_value): Delete.
635 (struct breakpoint_ops) <explains_signal>: New returns a boolean.
636 (bpstat_explains_signal): Likewise.
637 * infrun.c (handle_inferior_event) <random signal checks>:
638 bpstat_explains_signal now returns a boolean - adjust. No longer
639 consider hiding signals.
640
641 2013-11-14 Pedro Alves <palves@redhat.com>
642
643 * breakpoint.c (bpstat_explains_signal) <Moribund locations>:
644 Return BPSTAT_SIGNAL_PASS instead of BPSTAT_SIGNAL_HIDE.
645 (explains_signal_watchpoint): Return BPSTAT_SIGNAL_PASS instead of
646 BPSTAT_SIGNAL_HIDE.
647 (base_breakpoint_explains_signal): Return BPSTAT_SIGNAL_PASS
648 instead of BPSTAT_SIGNAL_HIDE.
649 * infrun.c (handle_inferior_event): Rework random signal checks.
650
651 2013-11-14 Pedro Alves <palves@redhat.com>
652
653 * infrun.c (struct execution_control_state): Remove
654 'random_signal' field.
655 (handle_syscall_event): Use bpstat_causes_stop instead of
656 bpstat_explains_signal. Don't set ecs->random_signal.
657 (handle_inferior_event): New 'random_signal' local.
658 <TARGET_WAITKIND_FORKED, TARGET_WAITKIND_VFORKED,
659 TARGET_WAITKIND_EXECD>: Use bpstat_causes_stop instead of
660 bpstat_explains_signal. Don't set ecs->random_signal.
661 <TARGET_WAITKIND_STOPPED>: Adjust to use local instead of
662 ecs->random_signal.
663
664 2013-11-14 Pedro Alves <palves@redhat.com>
665
666 * infrun.c (handle_inferior_event): Move comment from the
667 function's body to the function's description, adjusted.
668
669 2013-11-14 Pedro Alves <palves@redhat.com>
670
671 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>:
672 Handle STOP_QUIETLY_NO_SIGSTOP and STOP_QUIETLY_REMOTE here.
673 Assert we never fall through out of the TARGET_WAITKIND_LOADED
674 case.
675
676 2013-11-14 Tom Tromey <tromey@redhat.com>
677
678 * python/py-linetable.c (ltpy_has_line)
679 (ltpy_get_all_source_lines): Fix loop termination condition.
680
681 2013-11-14 Joel Brobecker <brobecker@adacore.com>
682
683 * mi/mi-parse.h (struct mi_parse) <language>: New field.
684 * mi/mi-main.c (mi_cmd_execute): Temporarily set language to
685 PARSE->LANGUAGE during command execution, if set.
686 * mi/mi-parse.c: Add "language.h" #include.
687 (mi_parse): Add parsing of "--language" command option.
688
689 * NEWS: Add entry mentioning the new "--language" command option.
690
691 2013-11-14 Pedro Alves <palves@redhat.com>
692 Joel Brobecker <brobecker@adacore.com>
693
694 * cli/cli-utils.h (extract_arg_const): Add declaration.
695 * cli/cli-utils.c (extract_arg_const): New function.
696 (extract_arg): Reimplement using extract_arg_const.
697
698 2013-11-14 Joel Brobecker <brobecker@adacore.com>
699
700 * language.h: Add "symtab.h" #include.
701
702 2013-11-13 Doug Evans <xdje42@gmail.com>
703
704 * breakpoint.c (bpstat_check_breakpoint_conditions): For thread
705 specific breakpoints, don't evaluate breakpoint condition if
706 different thread.
707
708 2013-11-13 Keith Seitz <keiths@redhat.com>
709
710 PR c++/7935
711 PR c++/10541
712 * cp-support.c (insepct_type): Add support for substituting
713 namespace aliases, too.
714 * dwarf2read.c (scan_partial_symbols): Add a partial symbol
715 for DW_TAG_imported_declaration.
716 (add_partial_symbol): Likewise.
717 (process_die): Handle namespace aliases with
718 read_namespace_alias.
719 (die_needs_namespace): Add DW_TAG_imported_declaration.
720 (read_namespace_alias): New function.
721 (load_partial_dies): Load DW_TAG_imported_declaration, too.
722 (new_symbol_full): Handle DW_TAG_imported_declaration.
723
724 2013-11-13 Keith Seitz <keiths@redhat.com>
725
726 * p-exp.y (uptok): Make first parameter const.
727 (yylex): Make `tokstart' and `tokptr' const.
728 Don't copy the lexer input to a temporary buffer.
729 Make `p' const.
730 Remove const workaround for parse_escape.
731 Create a temporary buffer for a convenience variable instead
732 of doing in-place modification of the input.
733 If a match is found with a different case from the input,
734 do not change the input at all.
735 Use `tmp' to construct the resultant stoken instead of
736 `tokstart'.
737
738 2013-11-13 Doug Evans <xdje42@gmail.com>
739
740 * breakpoint.c (breakpoint_cond_eval): Fix and enhance comment.
741
742 2013-11-13 Joel Brobecker <brobecker@adacore.com>
743
744 * mi/mi-main.c (mi_cmd_list_features): Replace "info-ada-exceptions"
745 entry with "ada-exceptions".
746
747 2013-11-13 Joel Brobecker <brobecker@adacore.com>
748
749 * symfile.c (reread_symbols): Move call to set_objfile_per_bfd
750 after re-initialization of OBJFILE's obstack.
751
752 2013-11-12 Doug Evans <xdje42@gmail.com>
753
754 * breakpoint.c (bpstat_check_breakpoint_conditions): Assert
755 bs->stop != 0 on entry. Update function comment. Simplify early
756 exit for frame mismatch. Reindent rest of function.
757
758 2013-11-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
759
760 * objc-lang.c (uniquify_strings): Prevent invoking qsort with
761 NULL.
762
763 2013-11-12 Doug Evans <dje@google.com>
764
765 Work around gold/15646.
766 * dwarf2read.c (read_index_from_section): Update comment.
767 (struct dw2_symtab_iterator): New member global_seen.
768 (dw2_symtab_iter_init): Initialize it.
769 (dw2_symtab_iter_next): Skip duplicate global symbols.
770 (dw2_expand_symtabs_matching): Ditto.
771
772 2013-11-12 Joel Brobecker <brobecker@adacore.com>
773
774 * mi/mi-cmds.h (mi_cmd_info_ada_exceptions): Add declaration.
775 * mi/mi-cmds.c (mi_cmds): Add entry for -info-ada-exceptions
776 command.
777 * mi/mi-cmd-info.c: #include "ada-lang.c" and "arch-utils.c".
778 (mi_cmd_info_ada_exceptions): New function.
779 * mi/mi-main.c (mi_cmd_list_features): Add "info-ada-exceptions".
780
781 2013-11-12 Joel Brobecker <brobecker@adacore.com>
782
783 * ada-lang.h: #include "vec.h".
784 (struct ada_exc_info): New.
785 (ada_exc_info): New typedef.
786 (DEF_VEC_O(ada_exc_info)): New vector.
787 (ada_exceptions_list): Add declaration.
788 * ada-lang.c (ada_is_exception_sym)
789 (ada_is_non_standard_exception_sym, compare_ada_exception_info)
790 (sort_remove_dups_ada_exceptions_list)
791 (ada_exc_search_name_matches, ada_add_standard_exceptions)
792 (ada_add_exceptions_from_frame, ada_add_global_exceptions)
793 (ada_exceptions_list_1, ada_exceptions_list)
794 (info_exceptions_command): New function.
795 (_initialize_ada_language): Add "info exception" command.
796
797 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
798
799 PR python/15629
800 * NEWS: Add linetable feature.
801 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-linetable entries.
802 * python/py-linetable.c: New file.
803 * python/py-symtab.c (stpy_get_linetable): New function.
804 * python/python-internal.h (symtab_to_linetable_object): Declare.
805 (gdbpy_initialize_linetable): Ditto.
806 * python/python.c (_initialize_python): Call
807 gdbpy_initialize_linetable.
808
809 2013-11-11 Joel Brobecker <brobecker@adacore.com>
810
811 * ada-lang.c (create_ada_exception_catchpoint): Enhance
812 the documentation of fields "except_string" and "condition".
813 * mi/mi-cmd-catch.c (mi_cmd_catch_assert): Reallocate
814 CONDITION on the heap before passing it to
815 create_ada_exception_catchpoint.
816 (mi_cmd_catch_exception): Likewise for EXCEPTION_NAME and
817 CONDITION.
818
819 2013-11-11 Tom Tromey <tromey@redhat.com>
820
821 * config.in, configure: Rebuild.
822 * configure.ac (HAVE_TKILL_SYSCALL): Check for "syscall".
823
824 2013-11-11 Joel Brobecker <brobecker@adacore.com>
825
826 * remote-sim.c (gdbsim_detach): Break declaration into
827 shorter lines. No code change.
828
829 2013-11-11 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
830
831 * remote-sim.c (gdbsim_detach): Fix prototype.
832
833 2013-11-08 Doug Evans <dje@google.com>
834
835 * dwarf2read.c (dwarf2_read_debug): Change to unsigned int.
836 (create_debug_types_hash_table): Only print debugging messages for
837 each TU if dwarf2-read >= 2.
838 (process_queue): Ditto.
839 (_initialize_dwarf2_read): Make "set debug dwarf2-read" a zuinteger.
840 Update doc string.
841
842 2013-11-08 Tom Tromey <tromey@redhat.com>
843
844 * configure: Rebuild.
845 * configure.ac: Remove mentions of HAVE_MULTIPLE_PROC_FDS.
846
847 2013-11-08 Tom Tromey <tromey@redhat.com>
848
849 * configure, config.in: Rebuild.
850 * configure.ac: Remove unused configury.
851
852 2013-11-08 Tom Tromey <tromey@redhat.com>
853
854 * m32c-tdep.c: Use gdb_string.h.
855
856 2013-11-08 Tom Tromey <tromey@redhat.com>
857
858 * configure, config.in: Rebuild.
859 * configure.ac: Remove all link.h-related checks.
860
861 2013-11-08 Tom Tromey <tromey@redhat.com>
862
863 * acinclude.m4: Include common.m4.
864 * common/common.m4: New file.
865 * configure, config.in: Rebuild.
866 * configure.ac: Use GDB_AC_COMMON.
867
868 2013-11-08 Doug Evans <dje@google.com>
869
870 * NEWS: Mention that "set debug symtab-create" now accepts a
871 verbosity level.
872 * buildsym.c (end_symtab_from_static_block): Call set_symtab_primary
873 to set the symtab's primary flag.
874 * jit.c (finalize_symtab): Ditto.
875 * mdebugread.c (psymtab_to_symtab_1): Ditto.
876 * symfile.c (allocate_symtab): Only print debugging messages for
877 symtab_create_debug levels 2 and higher.
878 * symtab.c (symtab_create_debug): Change type to unsigned int.
879 (set_symtab_primary): New function.
880 (_initialize_symtab): Change "set debug symtab-create" to a
881 zuinteger option.
882 * symtab.h (set_symtab_primary): Declare.
883 (symtab_create_debug): Update decl.
884
885 2013-11-08 Tom Tromey <tromey@redhat.com>
886
887 * aix-thread.c (aix_thread_detach): Update.
888 * corelow.c (core_detach): Update.
889 * darwin-nat.c (darwin_detach): Update.
890 * dec-thread.c (dec_thread_detach): Update.
891 * gnu-nat.c (gnu_detach): Update.
892 * go32-nat.c (go32_detach): Update.
893 * inf-ptrace.c (inf_ptrace_detach): Update.
894 * inf-ttrace.c (inf_ttrace_detach): Update.
895 * linux-fork.c (linux_fork_detach): Update.
896 * linux-fork.h (linux_fork_detach): Update.
897 * linux-nat.c (linux_nat_detach): Update. Introduce "tem"
898 local for const-correctness.
899 * linux-thread-db.c (thread_db_detach): Update.
900 * monitor.c (monitor_detach): Update.
901 * nto-procfs.c (procfs_detach): Update.
902 * procfs.c (procfs_detach): Update.
903 * record.c (record_detach): Update.
904 * record.h (record_detach): Update.
905 * remote-m32r-sdi.c (m32r_detach): Update.
906 * remote-mips.c (mips_detach): Update.
907 * remote-sim.c (gdbsim_detach): Update.
908 * remote.c (remote_detach_1, remote_detach)
909 (extended_remote_detach): Update.
910 * sol-thread.c (sol_thread_detach): Update.
911 * target.c (target_detach): Make "args" const.
912 (init_dummy_target): Update.
913 * target.h (struct target_ops) <to_detach>: Make argument const.
914 (target_detach): Likewise.
915 * windows-nat.c (windows_detach): Update.
916
917 2013-11-07 Doug Evans <dje@google.com>
918
919 PR 11786
920 * solib-svr4.c (svr4_exec_displacement): Ignore filesz, memsz, flags
921 and align fields for PT_GNU_RELRO segments.
922
923 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
924
925 PR python/15747
926 * python/py-cmd.c: Add COMPLETE_EXPRESSION constant.
927
928 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
929
930 * NEWS: Document Python temporary breakpoint support.
931 * python/py-breakpoint.c (bppy_get_temporary): New function.
932 (bppy_init): New keyword: temporary. Parse it and set breakpoint
933 to temporary if True.
934
935 2013-11-07 Jose E. Marchesi <jose.marchesi@oracle.com>
936
937 * sparc-tdep.c (sparc_analyze_control_transfer): Assertion
938 removed to allow analyzing unconditional branch instructions
939 with PC-relative offsets of zero.
940
941 2013-11-07 Yao Qi <yao@codesourcery.com>
942
943 * mi/mi-cmd-var.c: Include "language.h".
944 (mi_cmd_var_info_expression): Get language name from
945 language_defn.
946 * varobj.c (varobj_language_string): Remove.
947 (variable_language): Remove declaration.
948 (languages): Remove.
949 (varobj_get_language): Change the type of return value.
950 (variable_language): Remove.
951 * varobj.h (enum varobj_languages): Remove.
952 (varobj_language_string): Remove declaration.
953 (varobj_get_language): Update declaration.
954
955 2013-11-07 Yao Qi <yao@codesourcery.com>
956
957 * language.h (struct language_defn) <la_natural_name>: New
958 field.
959 * ada-lang.c (ada_language_defn): Initialize field
960 'la_natural_name'.
961 * c-lang.c (c_language_defn): Likewise.
962 (cplus_language_defn, asm_language_defn): Likewise.
963 * d-lang.c (d_language_defn): Likewise.
964 * f-lang.c (f_language_defn): Likewise.
965 * go-lang.c (go_language_defn): Likewise.
966 * jv-lang.c (java_language_defn): Likewise.
967 * language.c (unknown_language_defn ): Likewise.
968 (auto_language_defn): Likewise.
969 * m2-lang.c (m2_language_defn): Likewise.
970 * objc-lang.c (objc_language_defn): Likewise.
971 * opencl-lang.c (opencl_language_defn): Likewise.
972 * p-lang.c (pascal_language_defn): Likewise.
973
974 2013-11-07 Yao Qi <yao@codesourcery.com>
975
976 * language.c (language_str): Return const char *.
977 (add_language): Add const to 'language_names'
978 * language.h (struct language_defn) <la_name>: Add const.
979 (language_str: Update declaration.
980
981 2013-11-06 Andreas Arnez <arnez@linux.vnet.ibm.com>
982
983 * s390-linux-nat.c (s390_read_description): Consider the TE field
984 in the HWCAP for determining 'have_regset_tdb'.
985
986 2013-11-06 Will Newton <will.newton@linaro.org>
987
988 PR gdb/12866
989 * dwarf2read.c (skip_one_die): Sanity check DW_AT_sibling
990 values. (read_partial_die): Likewise.
991
992 2013-11-06 Muhammad Bilal <mbilal@codesourcery.com>
993
994 PR cli/16122
995 * top.c (command_line_input): Unify interactivity tests to use
996 input_from_terminal_p.
997 * event-top.c (command_line_handler): Likewise.
998
999 2013-11-06 Yao Qi <yao@codesourcery.com>
1000
1001 * Makefile.in (check-perf): New target.
1002
1003 2013-11-05 Will Newton <will.newton@linaro.org>
1004
1005 PR gdb/7670
1006 * arm-tdep.c (print_fpu_flags): Use filtered output routines.
1007 (arm_print_float_info): Likewise.
1008
1009 2013-11-04 Anton Blanchard <anton@samba.org>
1010
1011 * target.c (memory_xfer_partial): Cap write to 4KB.
1012
1013 2013-11-01 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
1014
1015 * breakpoint.c (create_longjmp_master_breakpoint): Allow libc
1016 probe scan even when the arch provides no get_longjmp_target.
1017
1018 2013-10-31 Pedro Alves <palves@redhat.com>
1019
1020 * infrun.c (handle_syscall_event): Don't set or clear stop_signal.
1021 (handle_inferior_event) <TARGET_WAITKIND_FORKED,
1022 TARGET_WAITKIND_VFORKED>: Don't set stop_signal to
1023 GDB_SIGNAL_TRAP, or clear it. Pass GDB_SIGNAL_0 to
1024 bpstat_explains signal, instead of GDB_SIGNAL_TRAP.
1025 <bpstat handling>: If the bpstat chain wants the signal to be
1026 hidden, then set stop_signal to GDB_SIGNAL_0 instead of
1027 GDB_SIGNAL_TRAP.
1028
1029 2013-10-31 Andrew Burgess <aburgess@broadcom.com>
1030
1031 * breakpoint.c (update_watchpoint): Update error message and add
1032 an additional error message.
1033
1034 2013-10-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
1035
1036 * s390-tdep.h: Rename to...
1037 * s390-linux-tdep.h: ...here.
1038 * s390-tdep.c: Rename to...
1039 * s390-linux-tdep.c: ...here. Adjust #include.
1040 * s390-nat.c: Rename to...
1041 * s390-linux-nat.c: ...here. Adjust #include.
1042 * config/s390/s390.mh: Rename to...
1043 * config/s390/linux.mh: ...here. Reflect rename s390-nat.o ->
1044 s390-linux-nat.o.
1045 * configure.host: Reflect host rename "s390" -> "linux".
1046 * configure.tgt: Reflect rename s390-tdep.o -> s390-linux-tdep.o.
1047 * Makefile.in (ALL_TARGET_OBS): Likewise.
1048 (HFILES_NO_SRCDIR): Reflect rename s390-tdep.h ->
1049 s390-linux-tdep.h.
1050 (ALLDEPFILES): Reflect rename of .c files.
1051
1052 2013-10-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
1053
1054 * s390-nat.c: Whitespace cleanup.
1055 * s390-tdep.c: Likewise.
1056 * s390-tdep.h: Remove empty line at end of file.
1057
1058 2013-10-30 Maciej W. Rozycki <macro@codesourcery.com>
1059
1060 * linux-tdep.c (linux_corefile_thread_callback): Preinitialize
1061 siginfo_size.
1062
1063 2013-10-29 Tom Tromey <tromey@redhat.com>
1064
1065 * utils.c (reg): Move undefinition...
1066 * gdb_curses.h: ... here. Update comment to mention AIX.
1067
1068 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
1069
1070 * exec.h (add_target_sections_of_objfile): New declaration.
1071 * exec.c (add_target_sections_of_objfile): New function.
1072 * symfile.c (add_symbol_file_command): Update current target sections.
1073 (remove_symbol_file_command): New command.
1074 (symfile_free_objfile): New function.
1075 (_initialize_symfile): Register observer for free_objfile events.
1076 * NEWS: Add description of the remove-symbol-file command.
1077 * breakpoint.c (disable_breakpoints_in_freed_objfile): New function.
1078 * objfiles.c (free_objfile): Notify free_objfile.
1079 (is_addr_in_objfile): New function.
1080 * objfiles.h (is_addr_in_objfile): New declaration.
1081 * printcmd.c (clear_dangling_display_expressions): Act upon free_objfile
1082 events instead of solib_unloaded events.
1083 (_initialize_printcmd): Register observer for free_objfile instead
1084 of solib_unloaded notifications.
1085 * solib.c (remove_user_added_objfile): New function.
1086 (_initialize_symfile): Add remove-symbol-file.
1087
1088 2013-10-29 Andrew Burgess <aburgess@broadcom.com>
1089
1090 * infcmd.c (default_print_one_register_info): Use val_print to
1091 print all values even optimized out or unavailable ones. Don't
1092 try to print a raw form of optimized out or unavailable values.
1093
1094 2013-10-29 Yao Qi <yao@codesourcery.com>
1095
1096 * auto-load.c (auto_load_pspace_data_cleanup): Get data from
1097 parameter 'arg' instead of from program_space_data.
1098 * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
1099 * solib-darwin.c (darwin_pspace_data_cleanup): Likewise.
1100 * solib-dsbt.c (dsbt_pspace_data_cleanup): Likewise.
1101 * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
1102 * inflow.c (inflow_inferior_data_cleanup): Get data from
1103 parameter 'arg' instead of inferior_data.
1104 * registry.h: Add comments.
1105
1106 2013-10-28 Pedro Alves <palves@redhat.com>
1107
1108 * breakpoint.c (watchpoints_triggered)
1109 <!target_stopped_data_address>: Hardcode return 1.
1110
1111 2013-10-28 Pedro Alves <palves@redhat.com>
1112
1113 * infrun.c (process_event_stop_test): Remove unnecessary scoping
1114 level and reindent.
1115
1116 2013-10-28 Pedro Alves <palves@redhat.com>
1117
1118 * infrun.c (process_event_stop_test): New function, factored out
1119 from handle_inferior_event.
1120 (handle_inferior_event): 'process_event_stop_test' is now a
1121 function instead of a goto label -- adjust.
1122
1123 2013-10-28 Pedro Alves <palves@redhat.com>
1124
1125 * infrun.c (handle_inferior_event): Move process_event_stop_test
1126 goto label to the else branch of the ecs->random_signal check,
1127 along with FRAME and GDBARCH re-fetching.
1128
1129 2013-10-28 Pedro Alves <palves@redhat.com>
1130
1131 * infrun.c (switch_back_to_stepped_thread): New function, factored
1132 out from handle_inferior_event.
1133 (handle_inferior_event): Adjust to call
1134 switch_back_to_stepped_thread. Call it also at the tail of the
1135 random signal handling, and return, instead of also handling
1136 random signals just before the stepping tests.
1137
1138 2013-10-28 Pedro Alves <palves@redhat.com>
1139
1140 * infrun.c (clear_stop_func): Delete.
1141 (handle_inferior_event): Don't call clear_stop_func and don't
1142 clear 'ecs->random_signal'.
1143
1144 2013-10-27 Yao Qi <yao@codesourcery.com>
1145
1146 * varobj.c (struct varobj_root) <lang>: Rename to 'lang_ops'.
1147 (varobj_create, varobj_get_path_expr): Update.
1148 (varobj_value_has_mutated, varobj_update): Likewise.
1149 (create_child_with_value, new_root_variable): Likewise.
1150 (number_of_children, name_of_variable): Likewise.
1151 (value_of_child, my_value_of_variable): Likewise.
1152 (varobj_value_is_changeable_p): Likewise.
1153
1154 2013-10-25 Yao Qi <yao@codesourcery.com>
1155
1156 * language.h (struct lang_varobj_ops): Declare.
1157 (struct language_defn) <la_varobj_ops>: New field.
1158 * ada-lang.c: Include "varobj.h"
1159 (defn ada_language_defn): Initialize field 'la_varobj_ops' with
1160 ada_varobj_ops.
1161 * c-lang.c: Include "varobj.h"
1162 (c_language_defn): Initialize field 'la_varobj_ops' with
1163 c_varobj_ops.
1164 (cplus_language_defn): Initialize field 'la_varobj_ops' with
1165 cplus_varobj_ops.
1166 (asm_language_defn): Initialize field 'la_varobj_ops' with
1167 default_varobj_ops.
1168 (minimal_language_defn): Likewise.
1169 * d-lang.c (d_language_defn): Likewise.
1170 * f-lang.c (f_language_defn): Likewise.
1171 * go-lang.c (go_language_defn): Likewise.
1172 * m2-lang.c (m2_language_defn): Likewise.
1173 * objc-lang.c (objc_language_defn): Likewise.
1174 * opencl-lang.c (opencl_language_defn): Likewise.
1175 * p-lang.c (pascal_language_defn): Likewise.
1176 * language.c (unknown_language_defn): Likewise.
1177 (auto_language_defn): Likewise.
1178 (local_language_defn): Likewise.
1179 * jv-lang.c (java_language_defn): Initialize field
1180 'la_varobj_ops' with java_varobj_ops.
1181 * varobj.c (varobj_create): Update.
1182 * varobj.h (default_varobj_ops): Define macro.
1183
1184 2013-10-25 Pedro Alves <palves@redhat.com>
1185
1186 * cp-valprint.c (cp_print_value_fields): No longer handle a NULL
1187 static field value.
1188 (cp_print_static_field): If the value is entirely optimized out,
1189 print <optimized out> here.
1190 * jv-valprint.c (java_print_value_fields): No longer handle a NULL
1191 static field value.
1192 * p-valprint.c (pascal_object_print_static_field): If the value is
1193 entirely optimized out, print <optimized out> here.
1194 * valops.c (do_search_struct_field)
1195 (value_struct_elt_for_reference): No longer handle a NULL static
1196 field value.
1197 * value.c (value_static_field): Return an optimized out value
1198 instead of NULL.
1199
1200 2013-10-25 Yao Qi <yao@codesourcery.com>
1201
1202 * remote.c (remote_traceframe_info): Return early if
1203 traceframe is not selected.
1204
1205 2013-10-25 Yao Qi <yao@codesourcery.com>
1206
1207 * tracepoint.c (traceframe_fun): Remove.
1208 (traceframe_sal): Remove.
1209 (set_traceframe_context): Add local variables.
1210
1211 2013-10-25 Joel Brobecker <brobecker@adacore.com>
1212
1213 * varobj.h (struct lang_varobj_ops): Remove spaces between '*'
1214 and parameter name.
1215
1216 2013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
1217
1218 * linux-tdep.c (linux_corefile_thread_callback): Propagate any
1219 failure from register information collection.
1220
1221 2013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
1222
1223 * linux-tdep.c (linux_corefile_thread_data): Remove `num_notes'
1224 member.
1225 (linux_corefile_thread_callback): Update accordingly.
1226 (linux_make_corefile_notes): Likewise.
1227
1228 2013-10-24 Pedro Alves <palves@redhat.com>
1229
1230 * NEWS (New options): Mention set/show startup-with-shell.
1231 * config/alpha/nm-osf3.h (START_INFERIOR_TRAPS_EXPECTED): Set to 2
1232 instead of 3.
1233 * fork-child.c (fork_inferior, startup_inferior): Handle 'set
1234 startup-with-shell'.
1235 (show_startup_with_shell): New function.
1236 (_initialize_fork_child): Register the set/show startup-with-shell
1237 commands.
1238 * inf-ptrace.c (inf_ptrace_create_inferior): Remove comment.
1239 * inf-ttrace.c (inf_ttrace_him): Remove comment.
1240 * procfs.c (procfs_init_inferior): Remove comment.
1241 * infcmd.c (startup_with_shell): New global.
1242 * inferior.h (startup_with_shell): Declare global.
1243 (STARTUP_WITH_SHELL): Delete.
1244 (START_INFERIOR_TRAPS_EXPECTED): Set to 1 by default instead of 2.
1245
1246 2013-10-23 Pedro Alves <palves@redhat.com>
1247
1248 * common/gdb_signals.h (gdb_signal_to_symbol_string): Declare.
1249 * common/signals.c: Include "gdb_assert.h".
1250 (signals): New field 'symbol'.
1251 (SET): Use the 'symbol' parameter.
1252 (gdb_signal_to_symbol_string): New function.
1253 * infrun.c (handle_inferior_event) <random signal>: In debug
1254 output, print the random signal enum as string in addition to its
1255 number.
1256 * target/waitstatus.c (target_waitstatus_to_string): Print the
1257 signal's enum value as string instead of the (POSIX) signal name.
1258
1259 2013-10-23 Gary Benson <gbenson@redhat.com>
1260
1261 PR 16013
1262 * common/linux-osdata.c (command_from_pid): Reduced size of cmd
1263 from 32 to 18. Adjusted fscanf format string accordingly.
1264 (Avoids leaving cmd unterminated.)
1265 (print_sockets): Do not parse tlen, inode, sl, timeout, txq, rxq,
1266 trun, retn or extra. (Avoids leaving extra unterminated.) Check
1267 that local_address and remote_address will not overflow.
1268 (linux_xfer_osdata_modules): Parse lines using strtok to avoid
1269 leaving dependencies unterminated. Parse size as "%u" to match
1270 definition.
1271
1272 2013-10-22 Pedro Alves <palves@redhat.com>
1273
1274 * infrun.c (handle_inferior_event) <thread hop>: Don't clear or
1275 set ecs->random signal.
1276
1277 2013-10-22 Pedro Alves <palves@redhat.com>
1278
1279 * infrun.c (keep_going): Update comments.
1280
1281 2013-10-22 Pedro Alves <palves@redhat.com>
1282
1283 * remote.c (remote_parse_stop_reply) <'T'/'S'/'X' replies>: Map
1284 invalid signal numbers to GDB_SIGNAL_UNKNOWN.
1285
1286 2013-10-22 Pedro Alves <palves@redhat.com>
1287
1288 * include/gdb/signals.def (TARGET_EXC_BAD_ACCESS): Rename to
1289 GDB_EXC_BAD_ACCESS.
1290 (TARGET_EXC_BAD_INSTRUCTION): Rename to GDB_EXC_BAD_INSTRUCTION.
1291 (TARGET_EXC_ARITHMETIC): Rename to GDB_EXC_ARITHMETIC.
1292 (TARGET_EXC_EMULATION): Rename to GDB_EXC_EMULATION.
1293 (TARGET_EXC_SOFTWARE): Rename to GDB_EXC_SOFTWARE.
1294 (TARGET_EXC_BREAKPOINT): Rename to GDB_EXC_BREAKPOINT.
1295 (GDB_SIGNAL_LAST): Change description string.
1296 * common/signals.c (gdb_signal_from_host, do_gdb_signal_to_host):
1297 Adjust to signal renaming.
1298 * darwin-nat.c (darwin_decode_message): Likewise.
1299
1300 2013-10-22 Jose E. Marchesi <jose.marchesi@oracle.com>
1301
1302 * MAINTAINERS (Write After Approval): Add myself to the list.
1303
1304 2013-10-18 Andrew Burgess <aburgess@broadcom.com>
1305
1306 * breakpoint.c (update_watchpoint): If hardware watchpoints are
1307 forced off, downgrade them to software watchpoints if possible,
1308 and error out if not possible.
1309 (watch_command_1): Move watchpoint type selection closer to
1310 watchpoint creation, and extend the comments.
1311
1312 2013-10-18 Pedro Alves <palves@redhat.com>
1313
1314 PR gdb/16062
1315 * infrun.c (handle_inferior_event): Keep going if we got a random
1316 signal we should not stop for, instead of falling through to the
1317 step tests.
1318
1319 2013-10-18 Yao Qi <yao@codesourcery.com>
1320
1321 * c-varobj.c (cplus_number_of_children): Fix indentation.
1322
1323 2013-10-17 Tom Tromey <tromey@redhat.com>
1324
1325 PR gdb/15995:
1326 * printcmd.c (printcmd): Call gdb_flush.
1327
1328 2013-10-17 Tom Tromey <tromey@redhat.com>
1329
1330 * elfread.c (struct elfinfo) <stabindexsect>: Remove.
1331 (elf_locate_sections): Update.
1332
1333 2013-10-17 Yao Qi <yao@codesourcery.com>
1334
1335 * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
1336 * ada-varobj.c: Remove the include of ada-varobj.h.
1337 (ada_varobj_get_number_of_children): Declare.
1338 (ada_varobj_get_name_of_child): Make it static.
1339 (ada_varobj_get_path_expr_of_child): Likewise.
1340 (ada_varobj_get_value_of_child): Likewise.
1341 (ada_varobj_get_type_of_child): Likewise.
1342 (ada_varobj_get_value_of_array_variable): Likewise.
1343 * ada-varobj.h: Remove.
1344
1345 2013-10-17 Yao Qi <yao@codesourcery.com>
1346
1347 * Makefile.in (SFILES): Add c-varobj.c and jv-varobj.c.
1348 (COMMON_OBS): Add c-varobj.o and jv-varobj.o.
1349 * ada-varobj.c: Include "varobj.h".
1350 (ada_number_of_children): New. Moved from varobj.c.
1351 (ada_name_of_variable, ada_name_of_child): Likewise.
1352 (ada_path_expr_of_child, ada_value_of_child): Likewise.
1353 (ada_type_of_child, ada_value_of_variable): Likewise.
1354 (ada_value_is_changeable_p, ada_value_has_mutated): Likewise.
1355 (ada_varobj_ops): New.
1356 * c-varobj.c, jv-varobj.c: New file. Moved from varobj.c.
1357 * gdbtypes.c (get_target_type): New. Moved from varobj.c.
1358 * gdbtypes.h (get_target_type): Declare.
1359 * varobj.c: Remove the inclusion of "ada-varobj.h" and
1360 "ada-lang.h".
1361 (ANONYMOUS_STRUCT_NAME): Move it to c-varobj.c.
1362 (ANONYMOUS_UNION_NAME): Likewise.
1363 (get_type, get_value_type, get_target_type): Remove declarations.
1364 (value_get_print_value, varobj_value_get_print_value): Likewise.
1365 (c_number_of_children, c_name_of_variable): Likewise.
1366 (c_name_of_child, c_path_expr_of_child): Likewise.
1367 (c_value_of_child, c_type_of_child): Likewise.
1368 (c_value_of_variable, cplus_number_of_children): Likewise.
1369 (cplus_class_num_children, cplus_name_of_variable): Likewise.
1370 (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
1371 (cplus_value_of_child, cplus_type_of_child): Likewise.
1372 (cplus_value_of_variable, java_number_of_children): Likewise.
1373 (java_name_of_variable, java_name_of_child): Likewise.
1374 (java_path_expr_of_child, java_value_of_child): Likewise.
1375 (java_type_of_child, java_value_of_variable): Likewise.
1376 (ada_number_of_children, ada_name_of_variable): Likewise.
1377 (ada_name_of_child, ada_path_expr_of_child): Likewise.
1378 (ada_value_of_child, ada_type_of_child): Likewise.
1379 (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
1380 (ada_value_has_mutated): Likewise.
1381 (struct language_specific): Move it to varobj.h.
1382 (CPLUS_FAKE_CHILD): Move it to varobj.h.
1383 (restrict_range): Rename it varobj_restrict_range. Make it extern.
1384 Callers update.
1385 (get_path_expr_parent): Rename it to varobj_get_path_expr_parent.
1386 Make it extern.
1387 (is_anonymous_child): Move it to c-varobj.c and rename to
1388 varobj_is_anonymous_child. Caller update.
1389 (get_type): Move it to c-varobj.c.
1390 (get_value_type): Rename it varobj_get_value_type. Make it
1391 extern.
1392 (get_target_type): Move it gdbtypes.c.
1393 (varobj_formatted_print_options): New function.
1394 (value_get_print_value): Rename it to
1395 varobj_value_get_print_value and make it extern.
1396 (varobj_value_is_changeable_p): Make it extern.
1397 (adjust_value_for_child_access): Move it to c-varobj.c.
1398 (default_value_is_changeable_p): Rename it to
1399 varobj_default_value_is_changeable_p. Make it extern.
1400 (c_number_of_children, c_name_of_variable): Move it to c-varobj.c
1401 (c_name_of_child, c_path_expr_of_child): Likewise.
1402 (c_value_of_child, c_type_of_child): Likewise.
1403 (c_value_of_variable, cplus_number_of_children): Likewise.
1404 (cplus_class_num_children, cplus_name_of_variable): Likewise.
1405 (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
1406 (cplus_value_of_child, cplus_type_of_child): Likewise.
1407 (cplus_value_of_variable): Likewise.
1408 (java_number_of_children, java_name_of_variable): Move it to jv-varobj.c.
1409 (java_name_of_child, java_path_expr_of_child): Likewise.
1410 (java_value_of_child, java_type_of_child): Likewise.
1411 (java_value_of_variable): Likewise.
1412 (ada_number_of_children, ada_name_of_variable): Move it to ada-varobj.c.
1413 (ada_name_of_child, ada_path_expr_of_child): Likewise.
1414 (ada_value_of_child, ada_type_of_child): Likewise.
1415 (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
1416 (ada_value_has_mutated): Likewise.
1417 * varobj.h (CPLUS_FAKE_CHILD): New macro, moved from varobj.c.
1418 (struct lang_varobj_ops): New. Renamed by 'struct language_specific'.
1419 (c_varobj_ops, cplus_varobj_ops): Declare.
1420 (java_varobj_ops, ada_varobj_ops): Declare.
1421 (varobj_default_value_is_changeable_p): Declare.
1422 (varobj_value_is_changeable_p): Declare.
1423 (varobj_get_value_type, varobj_is_anonymous_child): Declare.
1424 (varobj_get_path_expr_parent): Declare.
1425 (varobj_value_get_print_value): Declare.
1426 (varobj_formatted_print_options): Declare.
1427 (varobj_restrict_range): Declare.
1428
1429 2013-10-17 Luis Machado <lgustavo@codesourcery.com>
1430
1431 * target/waitstatus.h (target_waitkind): Remove spurious
1432 character from the comments.
1433
1434 2013-10-17 Joel Brobecker <brobecker@adacore.com>
1435
1436 * gdbarch.sh (get_longjmp_target): Add method documentation.
1437 * gdbarch.h: Regenerate.
1438
1439 2013-10-16 Tom Tromey <tromey@redhat.com>
1440
1441 * dbxread.c (read_dbx_symtab) <bss_ext_symbol>: Remove unused
1442 label.
1443
1444 2013-10-16 Luis Machado <lgustavo@codesourcery.com>
1445
1446 * gcore.in: Call GDB using the full path to the gcore script.
1447 Error out if the GDB binary is not found.
1448
1449 2013-10-16 Sergio Durigan Junior <sergiodj@redhat.com>
1450
1451 PR gdb/16014
1452 * dwarf2read.c (dw2_get_real_path): Remove unnecessary call to
1453 sizeof.
1454
1455 2013-10-16 Sergio Durigan Junior <sergiodj@redhat.com>
1456
1457 PR gdb/16042
1458 * target.c (target_disable_btrace): Fix invalid return value for
1459 void function.
1460 (target_teardown_btrace): Likewise.
1461
1462 2013-10-14 Yao Qi <yao@codesourcery.com>
1463
1464 * varobj.c (struct varobj): Move most of the fields to
1465 varobj.h.
1466 (struct varobj_dynamic): New struct.
1467 (varobj_get_display_hint) [HAVE_PYTHON]: Adjust.
1468 (varobj_has_more): Likewise.
1469 (dynamic_varobj_has_child_method): Likewise.
1470 (update_dynamic_varobj_children): Likewise.
1471 (varobj_get_num_children): Likewise.
1472 (varobj_list_children, varobj_pretty_printed_p): Likewise.
1473 (install_new_value_visualizer): Likewise.
1474 (install_new_value_visualizer, install_new_value): Likewise.
1475 (varobj_update, new_variable, free_variable): Likewise.
1476 (my_value_of_variable, value_get_print_value): Likewise.
1477 (install_visualizer): Change the type of parameter 'var' to
1478 'struct varobjd_dynamic *'. Callers update.
1479 * varobj.h (struct varobj): Moved from varobj.c.
1480 (struct varobj) <dynamic>: New field.
1481
1482 2013-10-13 Sandra Loosemore <sandra@codesourcery.com>
1483
1484 * nios2-tdep.c (nios2_reg_names): Use "sstatus" rather than "ba"
1485 as the preferred name of r30.
1486 * nios2-linux-tdep.c (reg_offsets): Likewise.
1487 * features/nios2-cpu.xml: Likewise.
1488 * features/nios2-linux.c: Regenerated.
1489 * features/nios2.c: Regenerated.
1490 * regformats/nios2-linux.dat: Regenerated.
1491
1492 2013-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1493
1494 Canonicalize directories for EXEC_FILENAME.
1495 * exec.c (exec_file_attach): Use gdb_realpath_keepfile for
1496 exec_filename.
1497 * utils.c (gdb_realpath_keepfile): New function.
1498 * utils.h (gdb_realpath_keepfile): New declaration.
1499
1500 2013-10-11 Doug Evans <dje@google.com>
1501
1502 * Makefile.in (GDBFLAGS): New variable.
1503 (run): New rule.
1504
1505 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1506
1507 * NEWS: Add entry documenting the new "-catch-assert" and
1508 "-catch-exception" GDB/MI commands.
1509
1510 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1511
1512 * breakpoint.h (init_ada_exception_breakpoint): Add parameter
1513 "enabled".
1514 * breakpoint.c (init_ada_exception_breakpoint): Add parameter
1515 "enabled". Set B->ENABLE_STATE accordingly.
1516 * ada-lang.h (ada_exception_catchpoint_kind): Move here from
1517 ada-lang.c.
1518 (create_ada_exception_catchpoint): Add declaration.
1519 * ada-lang.c (ada_exception_catchpoint_kind): Move to ada-lang.h.
1520 (create_ada_exception_catchpoint): Make non-static. Add new
1521 parameter "disabled". Use it in call to
1522 init_ada_exception_breakpoint.
1523 (catch_ada_exception_command): Add parameter "enabled" in call
1524 to create_ada_exception_catchpoint.
1525 (catch_assert_command): Likewise.
1526
1527 * mi/mi-cmds.h (mi_cmd_catch_assert, mi_cmd_catch_exception):
1528 Add declarations.
1529 * mi/mi-cmds.c (mi_cmds): Add the "catch-assert" and
1530 "catch-exception" commands.
1531 * mi/mi-cmd-catch.c: Add #include "ada-lang.h".
1532 (mi_cmd_catch_assert, mi_cmd_catch_exception): New functions.
1533
1534 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1535
1536 * ada-lang.c (enum ada_exception_catchpoint_kind): Renames
1537 "enum exception_catchpoint_kind". Replace the "ex_" prefix
1538 of all its enumerates with "ada_". Update the rest of this
1539 file throughout.
1540
1541 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1542
1543 * ada-lang.c (ada_decode_exception_location): Delete.
1544 (create_ada_exception_catchpoint): Remove arguments "sal",
1545 "addr_string" and "ops". Add argument "ex_kind" instead.
1546 Adjust implementation accordingly, calling ada_exception_sal
1547 to get the entities it no longer gets passed as arguments.
1548 Document the function's arguments.
1549 (catch_ada_exception_command): Use catch_ada_exception_command_split
1550 instead of ada_decode_exception_location, and update call to
1551 create_ada_exception_catchpoint.
1552 (catch_ada_assert_command_split): Renames
1553 ada_decode_assert_location. Remove parameters "addr_string" and
1554 "ops", and now returns void. Adjust implementation accordingly.
1555 Update the function documentation.
1556 (catch_assert_command): Use catch_ada_assert_command_split
1557 instead of ada_decode_assert_location. Update call to
1558 create_ada_exception_catchpoint.
1559
1560 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1561
1562 * utils.h (perror_warning_with_name): Add declaration.
1563 * utils.c (perror_warning_with_name): New function.
1564 * cli/cli-cmds.c (source_script_with_search): Add call to
1565 perror_warning_with_name if from_tty is nul.
1566
1567 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1568
1569 * utils.c (perror_string): New function, extracted out of
1570 throw_perror_with_name.
1571 (throw_perror_with_name): Rework to use perror_string.
1572
1573 2013-10-11 Yao Qi <yao@codesourcery.com>
1574
1575 * remote.c (discard_pending_stop_replies_in_queue): Update
1576 declaration.
1577 (struct stop_reply) <rs>: New field.
1578 (remove_stop_reply_of_remote_state): New function.
1579 (discard_pending_stop_replies_in_queue): Add parameter 'rs'.
1580 Callers update. Pass remove_stop_reply_of_remote_state to
1581 QUEUE_iterate.
1582 (remote_parse_stop_reply): Initialize field 'rs'.
1583
1584 2013-10-10 Will Newton <will.newton@linaro.org>
1585
1586 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
1587 linux_init_abi.
1588
1589 2013-10-10 Joel Brobecker <brobecker@adacore.com>
1590
1591 * cli/cli-cmds.c (show_baud_rate): Moved to serial.c as
1592 serial_baud_show_cmd.
1593 (_initialize_cli_cmds): Delete the code creating the
1594 "set/show remotebaud" commands.
1595 * serial.c (baud_rate): Move here from top.c.
1596 (serial_baud_show_cmd): Move here from cli/cli-cmds.c.
1597 (_initialize_serial): Create "set/show serial baud" commands.
1598 Add "set/show remotebaud" command aliases.
1599 * top.c (baud_rate): Moved to serial.c.
1600 * NEWS: Document the new "set/show serial baud" commands,
1601 replacing "set/show remotebaud".
1602
1603 2013-10-09 Pedro Alves <palves@redhat.com>
1604
1605 * breakpoint.c (insert_bp_location): Use memory_error_message to
1606 build the memory error string.
1607 * c-lang.c: Include "gdbcore.h".
1608 (c_get_string): Use memory_error to throw error.
1609 (target_xfer_memory_error): Delete.
1610 (memory_error_message): New, factored out from
1611 target_xfer_memory_error.
1612 (memory_error): Change parameter type to target_xfer_error.
1613 Rewrite.
1614 (read_memory): Use memory_error instead of
1615 target_xfer_memory_error.
1616 * gdbcore.h: Include "target.h".
1617 (memory_error): Change parameter type to target_xfer_error.
1618 (memory_error_message): Declare function.
1619 * target.c (target_read_memory, target_read_stack)
1620 (target_write_memory, target_write_raw_memory): Return
1621 TARGET_XFER_E_IO on error. Adjust comments.
1622 (get_target_memory): Pass TARGET_XFER_E_IO to memory_error,
1623 instead of EIO.
1624 * target.h (target_read, target_insert_breakpoint)
1625 (target_remove_breakpoint): Adjust comments.
1626 * valprint.c (partial_memory_read): Rename parameter, and adjust
1627 comment.
1628 (val_print_string): Use memory_error_message to build the memory
1629 error string.
1630
1631 2013-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1632
1633 * common/filestuff.c (gdb_fopen_cloexec): Remove initialization of
1634 result variable. Rename variable fopen_e_ever_failed to
1635 fopen_e_ever_failed_einval. Retry fopen only for errno EINVAL.
1636
1637 2013-10-09 Pedro Alves <palves@redhat.com>
1638
1639 * monitor.c (monitor_write_memory, monitor_write_memory_bytes)
1640 (monitor_write_memory_longlongs, monitor_write_memory_block):
1641 Constify 'myaddr' parameter.
1642 (monitor_xfer_memory): Adjust interface as monitor_xfer_partial
1643 helper.
1644 (monitor_xfer_partial): New function.
1645 (init_base_monitor_ops): Don't install a deprecated_xfer_memory
1646 hook. Install a to_xfer_partial hook.
1647
1648 2013-10-09 Tom Tromey <tromey@redhat.com>
1649
1650 * dwarf2read.c (dwarf2_get_dwz_file): Update for type change in
1651 bfd_get_alt_debug_link_info.
1652
1653 2013-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1654
1655 New flag OBJF_NOT_FILENAME.
1656 * auto-load.c (auto_load_objfile_script): Check also OBJF_NOT_FILENAME.
1657 * jit.c (jit_object_close_impl): Use OBJF_NOT_FILENAME for
1658 allocate_objfile.
1659 (jit_bfd_try_read_symtab): Use OBJF_NOT_FILENAME for
1660 symbol_file_add_from_bfd.
1661 * jv-lang.c (get_dynamics_objfile): Use OBJF_NOT_FILENAME for
1662 allocate_objfile.
1663 * objfiles.c (allocate_objfile): Assert OBJF_NOT_FILENAME if NAME is
1664 NULL.
1665 * objfiles.h (OBJF_NOT_FILENAME): New.
1666
1667 2013-10-08 Tom Tromey <tromey@redhat.com>
1668
1669 * Makefile.in (SFILES): Add build-id.c.
1670 (HFILES_NO_SRCDIR): Add build-id.h.
1671 * build-id.c: New file, largely from elfread.c. Modified
1672 most functions.
1673 * build-id.h: New file.
1674 * dwarf2read.c (dwarf2_get_dwz_file): Update for change to
1675 bfd_get_alt_debug_link_info. Verify dwz file's build-id.
1676 Search for dwz file using build-id.
1677 * elfread.c (build_id_bfd_get, build_id_verify)
1678 (build_id_to_debug_filename, find_separate_debug_file): Remove.
1679
1680 2013-10-08 Joel Brobecker <brobecker@adacore.com>
1681
1682 * ada-lang.c (compare_names_with_case): Renamed from
1683 compare_names, adding a new parameter "casing" and its handling.
1684 New function documentation.
1685 (compare_names): New function, implemented using
1686 compare_names_with_case.
1687
1688 2013-10-08 Joel Brobecker <brobecker@adacore.com>
1689
1690 * ada-lang.c (ada_exception_sal): Remove advance declaration.
1691
1692 2013-10-07 Tom Tromey <tromey@redhat.com>
1693
1694 * objfiles.c (free_objfile_per_bfd_storage): Delete the
1695 demangled_names_hash.
1696 (free_objfile): Don't delete the demangled_names_hash.
1697 * objfiles.h (struct objfile_per_bfd_storage)
1698 <demangled_names_hash>: New field.
1699 (struct objfile) <demangled_names_hash>: Move to
1700 objfile_per_bfd_storage.
1701 * symfile.c (reread_symbols): Don't delete the
1702 demangled_names_hash.
1703 * symtab.c (create_demangled_names_hash): Update.
1704 (symbol_set_names): Update.
1705
1706 2013-10-07 Tom Tromey <tromey@redhat.com>
1707
1708 * gdb_bfd.c (struct gdb_bfd_data) <relocation_computed,
1709 needs_relocations>: New fields.
1710 (gdb_bfd_requires_relocations): New function.
1711 * gdb_bfd.h (gdb_bfd_requires_relocations): Declare.
1712 * objfiles.c (get_objfile_bfd_data): Disallow sharing if
1713 the BFD needs relocations applied.
1714
1715 2013-10-07 Pedro Alves <palves@redhat.com>
1716
1717 PR breakpoints/11568
1718 * breakpoint.c (remove_threaded_breakpoints): Say "no longer in
1719 the thread list" instead of "gone".
1720
1721 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1722
1723 * NEWS: Mention new convenience variable $_exitsignal.
1724 * corelow.c (core_open): Reset exit convenience variables. Set
1725 $_exitsignal to the uncaught signal which generated the corefile.
1726 * infrun.c (handle_inferior_event): Reset exit convenience
1727 variables. Set $_exitsignal for TARGET_WAITKIND_SIGNALLED.
1728 (clear_exit_convenience_vars): New function.
1729 * inferior.h (clear_exit_convenience_vars): New prototype.
1730
1731 2013-10-06 Yao Qi <yao@codesourcery.com>
1732
1733 * varobj.h: Add comments to enum varobj_languages.
1734
1735 2013-10-04 Doug Evans <dje@google.com>
1736
1737 Add support for DWP file format version 2.
1738 * NEWS: Mention support for DWP file format version 2.
1739 * dwarf2read.c (dwarf2_section_info): Convert asection field to a
1740 union of asection, containing_section. New fields virtual_offset
1741 and is_virtual. Change type of readin filed from int to char.
1742 (dwo_sections, dwo_file): Tweak comments.
1743 (dwp_v2_section_ids): New enum.
1744 (dwp_sections): New fields abbrev, info, line, loc, macinfo, macro,
1745 str_offsets, types.
1746 (virtual_v1_dwo_sections): Renamed from virtual_dwo_sections.
1747 All uses updated.
1748 (virtual_v2_dwo_sections): New struct.
1749 (dwp_hash_table): New fields version, nr_columns. Change type of
1750 section_pool field to a union.
1751 (dwp_file): New field version.
1752 (dwarf2_has_info): Check for virtual sections.
1753 (get_containing_section): New function.
1754 (get_section_bfd_owner, get_section_bfd_section): Call it.
1755 (dwarf2_locate_sections): Update.
1756 (dwarf2_section_empty_p): Update.
1757 (dwarf2_read_section): Handle virtual sections.
1758 (locate_dwz_sections): Update.
1759 (create_dwp_hash_table): Document and handle V2 format.
1760 (locate_v1_virtual_dwo_sections): Renamed from
1761 locate_virtual_dwo_sections and update. All callers updated.
1762 (create_dwo_unit_in_dwp_v1): Renamed from create_dwo_in_dwp.
1763 Delete arg htab. Rename arg section_index to unit_index.
1764 All callers updated.
1765 (MAX_NR_V1_DWO_SECTIONS): Renamed from MAX_NR_DWO_SECTIONS.
1766 All uses updated.
1767 (create_dwp_v2_section, create_dwo_unit_in_dwp_v2): New functions.
1768 (lookup_dwo_unit_in_dwp): Add V2 support.
1769 (dwarf2_locate_dwo_sections): Update.
1770 (dwarf2_locate_common_dwp_sections): Renamed from
1771 dwarf2_locate_dwp_sections and update. All callers updated.
1772 (dwarf2_locate_v2_dwp_sections): New function.
1773 (open_and_init_dwp_file): Add V2 support.
1774 (read_str_index): New locals str_section, str_offsets_section.
1775
1776 2013-10-04 Pedro Alves <palves@redhat.com>
1777
1778 * common/ptid.c (null_ptid, minus_one_ptid, ptid_build)
1779 (pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid)
1780 (ptid_equal, ptid_is_pid, ptid_lwp_p, ptid_tid_p): Replace
1781 describing comments with references to ptid.h.
1782 * common/ptid.h: Remove intro description of constructors,
1783 accessors and predicates.
1784 (struct ptid): Reformat.
1785 (minus_one_ptid, ptid_build, pid_to_ptid, ptid_get_pid)
1786 (ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid): Change
1787 describing comments.
1788
1789 2013-10-04 Joel Brobecker <brobecker@adacore.com>
1790
1791 * aix-thread.c (sync_threadlists): Add missing ')' in call
1792 to ptid_build.
1793
1794 2013-10-04 Joel Brobecker <brobecker@adacore.com>
1795
1796 * procfs.c (procfs_init_inferior): Fix typo causing the build
1797 to fail.
1798
1799 2013-10-04 Joel Brobecker <brobecker@adacore.com>
1800
1801 * aix-thread.c (ptrace32): Remove cast to addr_ptr.
1802
1803 2013-10-04 Joel Brobecker <brobecker@adacore.com>
1804
1805 * mi/mi-main.c (run_one_inferior): Add function description.
1806 Make ARG a pointer to an integer whose value determines whether
1807 we should "run" or "start" the program.
1808 (mi_cmd_exec_run): Add handling of the "--start" option.
1809 Reject all other command-line options.
1810 * NEWS: Add entry for "-exec-run"'s new "--start" option.
1811
1812 2013-10-04 Yao Qi <yao@codesourcery.com>
1813
1814 * remote-notif.h (REMOTE_NOTIF_ID): New enum.
1815 (struct notif_client) <pending_event>: Moved
1816 to struct remote_notif_state.
1817 <id>: New field.
1818 (struct remote_notif_state) <pending_event>: New field.
1819 (notif_event_xfree): Declare.
1820 * remote-notif.c (handle_notification): Adjust.
1821 (notif_event_xfree): New function.
1822 (do_notif_event_xfree): Call notif_event_xfree.
1823 (remote_notif_state_xfree): Call notif_event_xfree to free
1824 each element in field pending_event.
1825 * remote.c (discard_pending_stop_replies): Remove declaration.
1826 (discard_pending_stop_replies_in_queue): Declare.
1827 (remote_close): Call discard_pending_stop_replies_in_queue
1828 instead of discard_pending_stop_replies.
1829 (remote_start_remote): Adjust.
1830 (stop_reply_xfree): Call notif_event_xfree.
1831 (notif_client_stop): Adjust initialization.
1832 (remote_notif_remove_all): Rename it to ...
1833 (remove_stop_reply_for_inferior): ... this. Update comments.
1834 Don't check INF is NULL.
1835 (discard_pending_stop_replies): Return early if notif_state is
1836 NULL. Adjust. Don't check INF is NULL.
1837 (remote_notif_get_pending_events): Adjust.
1838 (discard_pending_stop_replies_in_queue): New function.
1839 (remote_wait_ns): Likewise.
1840
1841 2013-10-04 Yao Qi <yao@codesourcery.com>
1842
1843 * remote-notif.c (DECLARE_QUEUE_P): Remove.
1844 (notif_queue): Remove.
1845 (remote_notif_process): Add one parameter 'notif_queue'.
1846 Update comments. Callers update.
1847 (remote_async_get_pending_events_token): Remove.
1848 (remote_notif_register_async_event_handler): Remove.
1849 (remote_notif_unregister_async_event_handler): Remove.
1850 (handle_notification): Add parameter 'notif_queue'. Update
1851 comments. Callers update.
1852 (notif_xfree): Remove.
1853 (remote_notif_state_allocate): New function.
1854 (remote_notif_state_xfree): New function.
1855 (_initialize_notif): Remove code to allocate queue.
1856 * remote-notif.h (DECLARE_QUEUE_P): Moved from remote-notif.c.
1857 (struct remote_notif_state): New.
1858 (handle_notification): Update declaration.
1859 (remote_notif_process): Likewise.
1860 (remote_notif_register_async_event_handler): Remove.
1861 (remote_notif_unregister_async_event_handler): Remove.
1862 (remote_notif_state_allocate): Declare.
1863 (remote_notif_state_xfree): Declare.
1864 * remote.c (struct remote_state) <notif_state>: New field.
1865 (remote_close): Don't call
1866 remote_notif_unregister_async_event_handler. Call
1867 remote_notif_state_xfree.
1868 (remote_open_1): Don't call
1869 remote_notif_register_async_event_handler. Call
1870 remote_notif_state_allocate.
1871
1872 2013-10-04 Yao Qi <yao@codesourcery.com>
1873
1874 * varobj.c (create_child_with_value): Remove 'const' from the
1875 type of parameter 'name'.
1876 (varobj_add_child): Likewise.
1877 (install_dynamic_child): Remove 'const' from the type of
1878 parameter 'name'.
1879 (varobj_add_child): Likewise.
1880 (create_child_with_value): Likewise. Update comments. Don't
1881 duplicate 'name'.
1882 (update_dynamic_varobj_children): Duplicate 'name'
1883 and pass it to install_dynamic_child.
1884
1885 2013-10-03 Phil Muldoon <pmuldoon@redhat.com>
1886
1887 * python/py-value.c (convert_value_from_python): Move PyInt_Check
1888 conversion logic to occur after PyLong_Check. Comment on order
1889 change significance.
1890 * python/py-arch.c (archpy_disassemble): Comment on order of
1891 conversion for integers and longs.
1892
1893 2013-10-03 Pedro Alves <palves@redhat.com>
1894
1895 * common/linux-ptrace.c (linux_check_ptrace_features): Factor out
1896 the PTRACE_O_TRACESYSGOOD and PTRACE_O_TRACEFORK to separate
1897 functions. Always test for PTRACE_O_TRACESYSGOOD even if
1898 PTRACE_O_TRACEFORK is not supported.
1899 (linux_test_for_tracesysgood): New function.
1900 (linux_test_for_tracefork): New function, factored out from
1901 linux_check_ptrace_features, and also don't kill child_pid here.
1902
1903 2013-10-03 Tristan Gingold <gingold@adacore.com>
1904
1905 * i386-darwin-nat.c (i386_darwin_dr_set): Fix argument type.
1906 Remove verbose error reporting. Use detected state to
1907 thread_set_state call.
1908 (i386_darwin_dr_get): Fix return type. Remove verbose error
1909 report.
1910 Remove trailing spaces.
1911
1912 2013-10-02 Pedro Alves <palves@redhat.com>
1913
1914 * cp-valprint.c (cp_print_value_fields): Adjust calls to
1915 val_print_optimized_out.
1916 * jv-valprint.c (java_print_value_fields): Likewise.
1917 * p-valprint.c (pascal_object_print_value_fields): Likewise.
1918 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full)
1919 <DWARF_VALUE_REGISTER>: If the register was not saved, return a
1920 new optimized out value.
1921 * findvar.c (address_from_register): Likewise.
1922 * frame.c (put_frame_register): Tweak error string to say the
1923 register was not saved, rather than optimized out.
1924 * infcmd.c (default_print_one_register_info): Adjust call to
1925 val_print_optimized_out. Use value_of_register instead of
1926 get_frame_register_value.
1927 * mi/mi-main.c (output_register): Use value_of_register instead of
1928 get_frame_register_value.
1929 * valprint.c (valprint_check_validity): Likewise.
1930 (val_print_optimized_out): New value parameter. If the value is
1931 lval_register, print <not saved> instead.
1932 (value_check_printable, val_print_scalar_formatted): Adjust calls
1933 to val_print_optimized_out.
1934 * valprint.h (val_print_optimized_out): New value parameter.
1935 * value.c (struct value) <optimized_out>: Extend comment.
1936 (error_value_optimized_out): New function.
1937 (require_not_optimized_out): Use it. Use a different string for
1938 lval_register values.
1939 * value.h (error_value_optimized_out): New declaration.
1940 * NEWS: Mention <not saved>.
1941
1942 2013-10-02 Joel Brobecker <brobecker@adacore.com>
1943
1944 * symtab.c (compare_search_syms): Use FILENAME_CMP instead of
1945 strcmp to compare two symtab filenames.
1946
1947 2013-10-02 Joel Brobecker <brobecker@adacore.com>
1948
1949 * symtab.c (search_symbols_equal): Delete.
1950 (sort_search_symbols_remove_dups): Replace call to
1951 search_symbols_equal by call to compare_search_syms,
1952 adjusting as necessary.
1953
1954 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
1955
1956 PR python/15579
1957 * python/python.c: Document gdb.execute command in Python help.
1958
1959 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
1960
1961 * python/py-frame.c (frame_info_to_frame_object): Use
1962 gdbpy_convert_exception. Clean up Python object on failure.
1963
1964 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
1965
1966 * python/lib/gdb/command/frame_filters.py
1967 (InfoFrameFilter.list_frame_filters): Retrieve exception manually.
1968 (ShowFrameFilterPriority.invoke): Ditto.
1969
1970 2013-10-01 Keith Seitz <keiths@redhat.com>
1971
1972 * linespec.c (struct ls_parser): Make 'saved_arg' const.
1973 (parse_linespec): Make 'argptr' const.
1974 Remove temporary cast of 'argptr' to const char **.
1975 (decode_line_full): Pass const pointer to parse_linespec.
1976 (decode_line_1): Likewise.
1977 (decode_objc): Make local variable 'new_argptr' const.
1978 (find_function_symbols): Remove temporary cast to char *
1979 to find_imps.
1980 * objc-lang.c (find_imps): Make argument 'method' const.
1981 Return const.
1982 * objc-lang.h (find_imps): Likewise.
1983
1984 2013-10-01 Keith Seitz <keiths@redhat.com>
1985
1986 * completer.c (skip_quoted_chars): Make all arguments const.
1987 Return const.
1988 (skip_quoted): Likewise.
1989 * completer.h (skip_quoted_chars): Likewise.
1990 (skip_quoted): Likewise.
1991 * defs.h (skip_quoted): Remove duplicate declaration.
1992 * jv-exp.y: Include completer.h.
1993 (yylex): Remove unneccessary cast to char * fro skip_quoted.
1994 * p-exp.y: Include completer.h.
1995
1996 2013-10-01 Keith Seitz <keiths@redhat.com>
1997
1998 * c-exp.y (parse_number): Make first argument const.
1999 Make a copy of the input to manipulate.
2000 (c_parse_escape): Make first argument const.
2001 Make local variable 'tokptr' const.
2002 (parse_string_or_char): Make first two arguments const.
2003 (macro_original_text): Make const.
2004 (lex_one_token): Make local variable 'tokstart' const.
2005 Likewise for local variables named 'p'.
2006 Cast away const for struct stoken (temporary).
2007 * c-lang.h (c_parse_escpae): Make first argument const.
2008 * cli/cli-cmds.c (echo_command): Make local variable 'p'
2009 const.
2010 * cli/cli-setshow.c (do_set_command): Likewise for 'p' in
2011 var_string case.
2012 * f-exp.y (parse_number): Make first argument const.
2013 (match_string_literal): Make local variable 'tokstart'
2014 const.
2015 (yylex): Make local variable 'p' const.
2016 Cast away const for struct stoken (temporary).
2017 * go-exp.y (parse_number): Make first argument const.
2018 (parse_string_or_char): Likewise.
2019 Make local variable 'tokstart' const.
2020 (lex_one_token): Likewise for numerous locals called 'p'.
2021 Cast away const for struct stoken (temporary).
2022 * jv-exp.y (parse_number): Make first argument const.
2023 Make local variables 'tokstart' and 'tokptr' const.
2024 Cast away const for call to skip_quoted (temporary).
2025 (yylex): Make local variable 'p' const.
2026 Cast away const for struct stoken (temporary).
2027 * m2-exp.y (parse_number): Make local variable 'p' const.
2028 (yylex): Likewise for 'tokstart'.
2029 Cast away const for struct stoken (temporary).
2030 Make local variable 'p' const.
2031 * macroexp.c (get_character_constant): Pass a const string
2032 to c_parse_escape.
2033 (get_string_literal): Likewise.
2034 (macro_expand_next): Make first argument const.
2035 Cast away const for init_shared_buffer.
2036 * macroexp.h (macro_expand_next): Make first argument const.
2037 * p-exp.y (yylex): Make a local copy of 'lexptr'.
2038 Pass a const string to c_parse_escape.
2039 Make local variables 'p' and 'namestart' const.
2040 * parse.c (lexptr): Make const.
2041 (prev_lexptr): Likewise.
2042 (find_template_name_end): Return const.
2043 Make argument const, too.
2044 (parse_exp_in_context): Make first argument const.
2045 Remove the entire const_hack.
2046 (parse_exp_in_context_1): Make first argument const.
2047 * parser-defs.h (find_template_name_end): Return const.
2048 Make argument const, too.
2049 (lexptr): Make const.
2050 (prev_lexptr): Likewise.
2051 * utils.c (parse_escape): Make second argument const.
2052 * utils.h (parse_escape): Likewise.
2053
2054 2013-10-01 Keith Seitz <keiths@redhat.com>
2055
2056 * ada-exp.y (write_object_renaming): Update: struct stoken.ptr
2057 is now const.
2058 (block_lookup): Make 'raw_name' and 'name' const.
2059 * ada-lex.l (processString): Update for struct stoken.ptr.
2060 * c-exp.y (qualified_name : TYPENAME COLONCOLON '~' name): Likewise.
2061 (operator_stoken): Likewise.
2062 (lex_one_token): Remove temporary cast to char * for
2063 'yylval.sval.ptr'.
2064 * f-exp.y (yylex): Likewise.
2065 * gdb-types.c (lookup_struct_elt_type): Make argument 'name' const.
2066 * gdbtypes.h (lookup_struct_elt_type): Likewisee.
2067 * go-exp.y (lex_one_token): Remove temporary cast to char * for
2068 'yylval.sval.ptr'.
2069 * jv-exp.y (QualifiedName): Update for struct stoken.ptr.
2070 (yylex): Remove temporary cast to char * for 'yylval.sval.ptr'.
2071 * linespec.c (struct ls_parser): Make 'stream' const.
2072 (find_parameter_list_end): Make argument 'input' and local
2073 variable 'p' const.
2074 (linespec_lexer_lex_string): Make local variables 'start' and
2075 'p' const.
2076 Use skip_spaces_const instead of skip_spaces.
2077 (linespec_lexer_peek_token): Make local variable 'saved_stream'
2078 const.
2079 (parse_linespec): Temporarily cast 'argptr' to const for
2080 'parser->lexer.stream'.
2081 * m2-exp.y (yylex): Remove temporary cast to char * for
2082 'yylval.sval.ptr'.
2083 * objc-lang.c (add_msglist): Make local variable 'p' const.
2084 * p-exp.y (exp : exp '['): Update for struct stoken.ptr.
2085 (exp : STRING): Make 'sp' const.
2086 (parse_number): Make argument 'p' const.
2087 * parser-defs.h (struct stoken): Make 'ptr' const.
2088
2089 2013-10-01 Doug Evans <dje@google.com>
2090
2091 * cli/cli-decode.c: Remove unnecessary inclusion of tui/tui.h.
2092
2093 2013-10-01 Yao Qi <yao@codesourcery.com>
2094
2095 * varobj.c (c_value_of_root): Remove declaration.
2096 (cplus_value_of_root, java_value_of_root): Likewise.
2097 (ada_value_of_root): Likewise.
2098 (struct language_specific) <value_of_root>: Remove.
2099 (languages): Update initialization.
2100 (check_scope): Move earlier.
2101 (c_value_of_root): Move earlier and rename to ...
2102 (value_of_root_1): ... this.
2103 (value_of_root): Caller update.
2104 (cplus_value_of_root, java_value_of_root): Remove.
2105 (ada_value_of_root): Remove.
2106
2107 2013-10-01 Yao Qi <yao@codesourcery.com>
2108
2109 * varobj.c (varobj_format_string): Remove "unknown".
2110 (languages): Remove the first element.
2111 * varobj.h (enum varobj_languages): Remove vlang_c.
2112
2113 2013-10-01 Yao Qi <yao@codesourcery.com>
2114
2115 * varobj.c (struct language_specific) <language>: Remove.
2116 (languages): Update the initialization.
2117
2118 2013-10-01 Yao Qi <yao@codesourcery.com>
2119
2120 * arm-wince-tdep.c: Remove inclusion of "solib.h" and
2121 "solib-target.h". Include "windows-tdep.h".
2122 (arm_wince_init_abi): Call windows_init_abi. Remove call to
2123 set_solib_ops and set_gdbarch_has_dos_based_file_system.
2124 * configure.tgt (arm*-wince-pe | arm*-*-mingw32ce*): Append
2125 windows-tdep.o to gdb_target_obs.
2126
2127 2013-10-01 Yao Qi <yao@codesourcery.com>
2128
2129 * amd64-windows-tdep.c: Remove inclusion of "solib.h" and
2130 "solib-target.h".
2131 (amd64_windows_init_abi): Don't call set_solib_ops and
2132 set_gdbarch_iterate_over_objfiles_in_search_order. Call
2133 windows_init_abi instead.
2134 * i386-cygwin-tdep.c: Remove inclusion of "solib.h" and
2135 "solib-target.h".
2136 (i386_cygwin_init_abi): Don't call set_solib_ops,
2137 set_gdbarch_has_dos_based_file_system and
2138 set_gdbarch_iterate_over_objfiles_in_search_order. Call
2139 windows_init_abi instead.
2140 * windows-tdep.c: Include "solib.h" and "solib-target.h".
2141 (windows_init_abi): New function.
2142 (windows_iterate_over_objfiles_in_search_order): Make it
2143 static.
2144 * windows-tdep.h (windows_init_abi): Declare.
2145 (windows_iterate_over_objfiles_in_search_order): Remove
2146 declaration.
2147
2148 2013-10-01 Jerome Guitton <guitton@adacore.com>
2149
2150 Checked in by Joel Brobecker <brobecker@adacore.com>
2151 * system-gdbinit/elinos.py (get_elinos_environment): Return an
2152 incomplete dictionnary instead of None in case of missing
2153 environment variables.
2154 (elinos_init): in case of an incomplete environment, best
2155 effort to load system libraries instead of abort.
2156
2157 2013-10-01 Joel Brobecker <brobecker@adacore.com>
2158
2159 * ada-lang.c (ada_has_this_exception_support): Ignore
2160 mst_solib_trampoline minimal symbols.
2161
2162 2013-09-30 Tristan Gingold <gingold@adacore.com>
2163
2164 * i386-darwin-nat.c (darwin_complete_target): Install methods for
2165 hardware watchpoint.
2166 (i386_darwin_dr_set): Support 32 and 64 bit states.
2167 (i386_darwin_dr_get): Likewise.
2168 (i386_darwin_dr_set_control): Make static.
2169 (i386_darwin_dr_set_addr, i386_darwin_dr_get_addr)
2170 (i386_darwin_dr_get_status, i386_darwin_dr_get_control): Likewise.
2171
2172 2013-09-30 Luis Machado <lgustavo@codesourcery.com>
2173
2174 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2175 Replace TIDGET with ptid_get_lwp.
2176 Replace GET_LWP with ptid_get_lwp.
2177 * aix-thread.c (BUILD_THREAD, BUILD_LWP): Remove.
2178 Replace BUILD_THREAD with ptid_build.
2179 Replace BUILD_LWP with ptid_build.
2180 Replace PIDGET with ptid_get_pid.
2181 Replace TIDGET with ptid_get_lwp.
2182 * alphabsd-nat.c: Replace PIDGET with ptid_get_pid.
2183 * amd64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2184 Replace TIDGET with ptid_get_lwp.
2185 * amd64bsd-nat.c: Replace PIDGET with ptid_get_pid.
2186 * arm-linux-nat.c: Replace PIDGET with ptid_get_pid.
2187 Replace TIDGET with ptid_get_lwp.
2188 Replace GET_LWP with ptid_get_lwp.
2189 * armnbsd-nat.c: Replace PIDGET with ptid_get_pid.
2190 * auxv.c: Likewise.
2191 * breakpoint.c: Likewise.
2192 * common/ptid.c (ptid_is_pid): Condense check for
2193 null_ptid and minus_one_ptid.
2194 (ptid_lwp_p): New function.
2195 (ptid_tid_p): New function.
2196 * common/ptid.h: Update comments for accessors.
2197 (ptid_lwp_p): New prototype.
2198 (ptid_tid_p): New prototype.
2199 * defs.h (PIDGET, TIDGET, MERGEPID): Do not define.
2200 * gcore.c: Replace PIDGET with ptid_get_pid.
2201 * gdbthread.h: Likewise.
2202 * gnu-nat.c: Likewise.
2203 * hppa-linux-nat.c: Replace PIDGET with ptid_get_pid.
2204 Replace TIDGET with ptid_get_lwp.
2205 * hppabsd-nat.c: Replace PIDGET with ptid_get_pid.
2206 * hppanbsd-nat.c: Likewise.
2207 * i386-linux-nat.c: Replace PIDGET with ptid_get_pid.
2208 Replace TIDGET with ptid_get_lwp.
2209 * i386bsd-nat.c: Replace PIDGET with ptid_get_pid.
2210 * ia64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2211 * infcmd.c: Likewise.
2212 * inferior.h: Likewise.
2213 * inflow.c: Likewise.
2214 * infrun.c: Likewise.
2215 * linux-fork.c: Likewise.
2216 * linux-nat.c: Replace PIDGET with ptid_get_pid.
2217 Replace GET_PID with ptid_get_pid.
2218 Replace is_lwp with ptid_lwp_p.
2219 Replace GET_LWP with ptid_get_lwp.
2220 Replace BUILD_LWP with ptid_build.
2221
2222 2013-09-28 Mike Frysinger <vapier@gentoo.org>
2223
2224 * common/linux-btrace.c: Move sys/syscall.h out of the
2225 HAVE_LINUX_PERF_EVENT_H check and wrap it in HAVE_SYS_SYSCALL_H.
2226 Also check for SYS_perf_event_open before attempting to buid.
2227
2228 2013-09-27 Doug Evans <dje@google.com>
2229
2230 * dwarf2read.c (dwarf2_section_info): Add comment.
2231 (dwp_file): Split loaded_cutus into loaded_cus, loaded_tus.
2232 All uses updated.
2233 (dwarf2_section_empty_p): Rename arg from "info" to "section".
2234 (dwarf2_read_section): Delete unused local "header". Add section
2235 name to error message.
2236 (create_dwo_in_dwp): Tweak comment.
2237 (MAX_NR_DWO_SECTIONS): Combine count of .debug_macro + .debug_macinfo.
2238
2239 * dwarf2read.c (die_reader_specs): Tweak comment.
2240 (get_section_bfd_owner, get_section_bfd_section): New functions.
2241 (get_section_name, get_section_file_name): New functions.
2242 (get_section_id, get_section_flags): New functions.
2243 (*): Use new functions to access section fields.
2244
2245 * dwarf2read.c (struct dwo_file): Add/tweak comments.
2246 (lookup_dwo_unit_in_dwp): Renamed from lookup_dwo_in_dwp. Remove
2247 arg "htab". All callers updated.
2248 (create_debug_types_hash_table): Remove redundant copy of
2249 abbrev_section.
2250 (create_dwo_in_dwp): Tweak comments.
2251 (read_str_index): Tweak comment. Record dwarf form name in static
2252 local.
2253
2254 2013-09-27 Pedro Alves <palves@redhat.com>
2255
2256 * remote.h (REMOTE_SYSROOT_PREFIX): New define.
2257 (remote_filename_p): Add comment.
2258 * remote.c (remote_filename_p): Adjust to use
2259 REMOTE_SYSROOT_PREFIX.
2260 * solib.c (solib_find): When deciding whether we need to add a
2261 directory separator, check whether the sysroot is "remote:"
2262 instead of checking whether the patch has a drive spec. Add
2263 comments.
2264
2265 2013-09-27 Pedro Alves <palves@redhat.com>
2266
2267 * remote.c (struct stop_reply) <solibs_changed, replay_event>:
2268 Delete fields.
2269 (remote_parse_stop_reply): Adjust, setting event->ws.kind
2270 directly.
2271
2272 2013-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2273
2274 Fix set debug frame output.
2275 * frame.c (fprint_frame_type): Add TAILCALL_FRAME entry. Move
2276 SENTINEL_FRAME entry lower to match enum frame_type order.
2277
2278 2013-09-26 Pierre Muller <muller@sourceware.org>
2279
2280 Replace constant values 8 to 15 by AMD64_R8_REGNUM to
2281 AMD64_R15_REGNUM when a register index is expected.
2282 * amd64-windows-tdep.c (amd64_windows_dummy_call_integer_regs):
2283 Substitute in array.
2284 * amd64-tdep.c (amd64_dwarf_regmap): Ditto.
2285 (amd64_push_arguments): Substitute in integer_regnum array.
2286
2287 2013-09-25 Doug Evans <dje@google.com>
2288
2289 * objfiles.c (allocate_objfile): Move comment to better place.
2290
2291 New option "set debug symfile on".
2292 * NEWS: Mention "set debug symfile".
2293 * Makefile.in (SFILES): Add symfile-debug.c.
2294 (COMMON_OBS): Add symfile-debug.o.
2295 * elfread.c (elf_symfile_read): Use objfile_set_sym_fns to set the
2296 objfile's symbol functions.
2297 * objfiles.h (objfile_set_sym_fns): Declare.
2298 * symfile-debug.c: New file.
2299 * symfile.c (syms_from_objfile_1): Use objfile_set_sym_fns to set the
2300 objfile's symbol functions.
2301 (reread_symbols): Ditto.
2302
2303 * symfile.h (struct sym_fns): Delete member "sym_flavour".
2304 All uses updated.
2305 (add_symtab_fns): Update prototype.
2306 * symfile.c (sym_fns_ptr): Delete. Replace with ...
2307 (registered_sym_fns): ... this.
2308 (symtab_fns): Update.
2309 (add_symtab_fns): New arg "flavour". All callers updated.
2310 (find_sym_fns): Rewrite to use new sym_fns registry.
2311
2312 * symfile.h (struct sym_fns): Add "objfile" argument to
2313 sym_read_linetable. All uses updated.
2314
2315 * symtab.c (domain_name, search_domain_name): New functions.
2316 * symtab.h (domain_name, search_domain_name): Declare.
2317
2318 * symfile.h (struct quick_symbol_functions): Reorg arg list of
2319 map_matching_symbols so objfile is first. All uses updated.
2320 * dwarf2read.c (dw2_map_matching_symbols): Update signature.
2321 * psymtab.c (map_matching_symbols_psymtab): Update signature.
2322
2323 2013-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
2324
2325 PR shlibs/8882
2326 * solib-svr4.c (svr4_read_so_list): Skip the vDSO when reading
2327 link map entries.
2328
2329 2013-09-24 Doug Evans <dje@google.com>
2330
2331 * objfiles.c (free_objfile): Move comment.
2332
2333 2013-09-24 Joel Brobecker <brobecker@adacore.com>
2334
2335 * ada-exp.y (string_to_operator): Delete.
2336 (dummy_string_to_ada_operator): Delete.
2337
2338 2013-09-24 Joel Brobecker <brobecker@adacore.com>
2339
2340 Revert:
2341 * i386-tdep.h (enum amd64_reg_class): New, moved here from
2342 amd64-tdep.c.
2343 (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
2344 call_dummy_integer_regs, and classify.
2345 * amd64-tdep.h (amd64_classify): Add declaration.
2346 * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
2347 (amd64_reg_class): Delete, moved to i386-tdep.h.
2348 (amd64_classify): Make non-static. Move declaration to amd64-tdep.h.
2349 Replace call to amd64_classify by call to tdep->classify.
2350 (amd64_push_arguments): Get the list of registers to use for
2351 passing integer parameters from the gdbarch tdep structure,
2352 rather than using a hardcoded one. Replace calls to amd64_classify
2353 by calls to tdep->classify.
2354 (amd64_push_dummy_call): Get the register number used for
2355 the "hidden" argument from tdep->call_dummy_integer_regs.
2356 (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
2357 and tdep->call_dummy_integer_regs. Set tdep->classify.
2358
2359 2013-09-24 Joel Brobecker <brobecker@adacore.com>
2360
2361 Revert:
2362 * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
2363 * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
2364 where tdep->memory_args_by_pointer is non-zero.
2365
2366 2013-09-24 Joel Brobecker <brobecker@adacore.com>
2367
2368 Revert:
2369 * i386-tdep.h (struct gdbarch_tdep): Add new field
2370 integer_param_regs_saved_in_caller_frame.
2371 * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
2372 stack if tdep->integer_param_regs_saved_in_caller_frame is set.
2373
2374 2013-09-24 Joel Brobecker <brobecker@adacore.com>
2375
2376 * amd64-windows-tdep.c: #include "value.h"
2377 (amd64_windows_classify): Delete.
2378 (amd64_windows_passed_by_integer_register)
2379 (amd64_windows_passed_by_xmm_register)
2380 (amd64_windows_passed_by_pointer)
2381 (amd64_windows_adjust_args_passed_by_pointer)
2382 (amd64_windows_store_arg_in_reg, amd64_windows_push_arguments)
2383 (amd64_windows_push_dummy_call): New functions.
2384 (amd64_windows_init_abi): Remove setting of
2385 tdep->call_dummy_num_integer_regs, tdep->call_dummy_integer_regs,
2386 tdep->classify, tdep->memory_args_by_pointer and
2387 tdep->integer_param_regs_saved_in_caller_frame.
2388 Add call to set_gdbarch_push_dummy_call.
2389
2390 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2391
2392 * dwarf2read.c (open_and_init_dwp_file): Try open_dwp_file also with
2393 objfile->original_name.
2394
2395 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2396
2397 Pass down original filename for objfile.
2398 * coffread.c (coff_symfile_read): Update symbol_file_add_separate call.
2399 * elfread.c (elf_symfile_read): Likewise.
2400 * jit.c (jit_object_close_impl): Update allocate_objfile call, no
2401 longer set ORIGINAL_NAME.
2402 (jit_bfd_try_read_symtab): Update symbol_file_add_from_bfd call.
2403 * jv-lang.c (get_dynamics_objfile): Update allocate_objfile call.
2404 * machoread.c (macho_add_oso_symfile): Add parameter name. Update
2405 symbol_file_add_from_bfd call.
2406 (macho_symfile_read_all_oso): Update two macho_add_oso_symfile calls.
2407 (macho_check_dsym): Add parameter filenamep. Change function comment.
2408 Set *filenamep.
2409 (macho_symfile_read): New variable dsym_filename. Update
2410 macho_check_dsym call. Use it for symbol_file_add_separate.
2411 * objfiles.c (allocate_objfile): Add parameter name. New comment for
2412 it. Use it for objfile->original_name.
2413 (objfile_name): Return OBFD's filename, if available.
2414 * objfiles.h (allocate_objfile): Add new parameter name.
2415 * solib.c (solib_read_symbols): Update symbol_file_add_from_bfd call.
2416 * symfile-mem.c (symbol_file_add_from_memory): Update
2417 symbol_file_add_from_bfd call.
2418 * symfile.c (read_symbols): Update symbol_file_add_separate call, new
2419 comment for it.
2420 (symbol_file_add_with_addrs): New parameter name, add function comment
2421 for it. Remove variable name. Update allocate_objfile call.
2422 (symbol_file_add_separate): New parameter name, add function comment
2423 for it. Update symbol_file_add_with_addrs call.
2424 (symbol_file_add_from_bfd): New parameter name. Update
2425 symbol_file_add_with_addrs call.
2426 (symbol_file_add): Update symbol_file_add_from_bfd call.
2427 (reread_symbols): New variable original_name. Save
2428 objfile->original_name by it.
2429 * symfile.h (symbol_file_add_from_bfd, symbol_file_add_separate): Add
2430 second parameter.
2431
2432 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2433
2434 Code cleanup: Add objfile_name accessor function.
2435 * ada-lang.c (is_known_support_routine): Use objfile_name.
2436 * auto-load.c (source_gdb_script_for_objfile)
2437 (auto_load_objfile_script): Likewise.
2438 * coffread.c (coff_symtab_read, read_one_sym): Likewise.
2439 * dbxread.c (dbx_symfile_read): Likewise.
2440 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
2441 * dwarf2loc.c (locexpr_describe_location_piece): Likewise.
2442 * dwarf2read.c (dwarf2_get_dwz_file, dwarf2_read_index)
2443 (dw2_symtab_iter_next, dw2_expand_symtabs_matching)
2444 (lookup_dwp_signatured_type, lookup_dwo_unit)
2445 (dwarf2_build_psymtabs_hard, scan_partial_symbols, process_queue)
2446 (fixup_go_packaging, process_imported_unit_die, dwarf2_physname)
2447 (read_import_statement, create_dwo_cu, open_and_init_dwp_file)
2448 (lookup_dwo_cutu, read_call_site_scope, dwarf2_ranges_read)
2449 (dwarf2_record_block_ranges, read_common_block, read_typedef)
2450 (read_subrange_type, load_partial_dies, read_partial_die)
2451 (read_addr_index_1, read_str_index, dwarf_decode_lines_1)
2452 (die_containing_type, build_error_marker_type, lookup_die_type)
2453 (follow_die_ref_or_sig, follow_die_ref, dwarf2_fetch_die_loc_sect_off)
2454 (dwarf2_fetch_constant_bytes, follow_die_sig, get_signatured_type)
2455 (get_DW_AT_signature_type, write_psymtabs_to_index)
2456 (save_gdb_index_command): Likewise.
2457 * elfread.c (find_separate_debug_file_by_buildid, elf_symfile_read):
2458 Likewise.
2459 * expprint.c (dump_subexp_body_standard): Likewise.
2460 * gdbtypes.c (type_name_no_tag_or_error): Likewise.
2461 * jit.c (jit_object_close_impl): Use the objfile field name renamed to
2462 original_name.
2463 * linux-thread-db.c (try_thread_db_load_from_pdir_1): New variable
2464 obj_name, use objfile_name for it, use the variable.
2465 (try_thread_db_load_from_pdir, has_libpthread, thread_db_new_objfile):
2466 Use objfile_name.
2467 * machoread.c (macho_symtab_read, macho_check_dsym)
2468 (macho_symfile_relocate): Likewise.
2469 * maint.c (maintenance_translate_address): Likewise.
2470 * minidebug.c (find_separate_debug_file_in_section): Likewise.
2471 * minsyms.c (install_minimal_symbols): Likewise.
2472 * objfiles.c (allocate_objfile): Use the objfile field name renamed to
2473 original_name.
2474 (filter_overlapping_sections): Use objfile_name.
2475 (objfile_name): New function.
2476 * objfiles.h (struct objfile): Rename field name to original_name.
2477 (objfile_name): New prototype.
2478 * printcmd.c (sym_info, address_info): Use objfile_name.
2479 * probe.c (parse_probes, collect_probes, compare_probes)
2480 (info_probes_for_ops): Likewise.
2481 * progspace.c (clone_program_space): Likewise.
2482 * psymtab.c (require_partial_symbols, dump_psymtab, allocate_psymtab)
2483 (maintenance_info_psymtabs): Likewise.
2484 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
2485 (source_section_scripts): Likewise.
2486 * python/py-objfile.c (objfpy_get_filename): Likewise.
2487 * python/py-progspace.c (pspy_get_filename): Likewise.
2488 * solib-aix.c (solib_aix_get_toc_value): Likewise.
2489 * solib-som.c (match_main, som_solib_section_offsets): Likewise.
2490 * solib.c (solib_read_symbols): Likewise.
2491 * stabsread.c (scan_file_globals): Likewise.
2492 * stap-probe.c (handle_stap_probe): Likewise.
2493 * symfile.c (symbol_file_clear, separate_debug_file_exists)
2494 (find_separate_debug_file_by_debuglink): Likewise.
2495 (reread_symbols): Likewise. Use the objfile field name renamed to
2496 original_name.
2497 (allocate_symtab): Use objfile_name.
2498 * symmisc.c (print_symbol_bcache_statistics, print_objfile_statistics)
2499 (dump_objfile, dump_msymbols, dump_symtab_1)
2500 (maintenance_print_msymbols, maintenance_print_objfiles)
2501 (maintenance_info_symtabs, maintenance_check_symtabs): Likewise.
2502 * target.c (target_translate_tls_address, target_info): Likewise.
2503 * xcoffread.c (xcoff_initial_scan): Make variable name const. Use
2504 objfile_name.
2505
2506 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2507
2508 Code cleanup.
2509 * probe.c (parse_probes): Rename variable objfile_name to
2510 objfile_namestr.
2511
2512 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2513
2514 Remove solib-sunos.c.
2515 * Makefile.in (ALLDEPFILES): Remove solib-sunos.c.
2516 * config/m68k/obsd.mh (NATDEPFILES): Remove solib-sunos.o.
2517 * objfiles.c (rt_common_objfile): Remove.
2518 (free_objfile): Remove rt_common_objfile comparison.
2519 * objfiles.h (rt_common_objfile): Remove.
2520 * solib-sunos.c: Remove.
2521 * symfile.c (reread_symbols): Remove solib-sunos.c comment.
2522
2523 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2524
2525 Remove a.out NetBSD and OpenBSD hosts.
2526 * NEWS (Removed native configurations): New.
2527 * config/arm/nbsdaout.mh: Remove.
2528 * config/i386/nbsdaout.mh: Remove.
2529 * config/i386/obsdaout.mh: Remove.
2530 * config/m68k/nbsdaout.mh: Remove.
2531 * config/sparc/nbsdaout.mh: Remove.
2532 * config/vax/nbsdaout.mh: Remove.
2533 * configure.host (arm*-*-netbsd*, i[34567]86-*-netbsd*)
2534 (i[34567]86-*-openbsd[0-2].*, i[34567]86-*-openbsd3.[0-3])
2535 (m68*-*-netbsd*, sparc-*-netbsd*, vax-*-netbsd*): Add them to obsolete
2536 error.
2537 (arm*-*-netbsd*, i[34567]86-*-netbsd*, i[34567]86-*-openbsd[0-2].*)
2538 (i[34567]86-*-openbsd3.[0-3], m68*-*-netbsd*, sparc-*-netbsdaout*)
2539 (sparc-*-netbsd*, vax-*-netbsd*): Remove.
2540
2541 2013-09-23 Tom Tromey <tromey@redhat.com>
2542
2543 * linespec.c (struct minsym_and_objfile): Remove.
2544 (minsym_and_objfile_d): Remove.
2545 (struct linespec, struct collect_info, linespec_parse_basic)
2546 (convert_linespec_to_sals, linespec_parser_delete, decode_objc)
2547 (compare_msymbols, find_method, find_function_symbols)
2548 (find_linespec_symbols, struct collect_minsyms, compare_msyms)
2549 (add_minsym, search_minsyms_for_name): Update.
2550
2551 2013-09-23 Andrew Burgess <aburgess@broadcom.com>
2552
2553 * regcache.c: Add include of valprint.h.
2554 (dump_endian_bytes): Delete.
2555 (regcache_dump): Use print_hex_chars not dump_endian_bytes.
2556
2557 2013-09-23 Andrew Burgess <aburgess@broadcom.com>
2558
2559 * sh64-tdep.c (sh64_do_fp_register): Use print_hex_chars.
2560
2561 2013-09-19 Pedro Alves <palves@redhat.com>
2562
2563 * breakpoint.c (remove_threaded_breakpoints): Skip non-user
2564 breakpoints.
2565
2566 2013-09-19 Pedro Alves <palves@redhat.com>
2567 Thomas Schwinge <thomas@codesourcery.com>
2568 Yue Lu <hacklu.newborn@gmail.com>
2569
2570 * gnu-nat.c (gnu_read_inferior, gnu_write_inferior): Make static.
2571 Take a gdb_byte pointer instead of a char pointer.
2572
2573 * gnu-nat.c (gnu_xfer_memory): Adjust interface as
2574 gnu_xfer_partial helper.
2575 (gnu_xfer_partial): New function.
2576 (gnu_target): Don't install a deprecated_xfer_memory hook.
2577 Install a to_xfer_partial hook.
2578
2579 2013-09-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2580
2581 Constification.
2582 * main.c (captured_main): Replace catch_command_errors by
2583 catch_command_errors_const. Twice.
2584 * symfile.c (symbol_file_add_main_1): Make args parameter const.
2585 (symbol_file_add): Make name parameter const.
2586 (symbol_file_add_main, symbol_file_add_main_1): Make args parameter const.
2587 (symfile_bfd_open): Make name parameter const, rename it to cname. Add
2588 variable name. Change their usage accordingly.
2589 * symfile.h (symbol_file_add, symfile_bfd_open): Make first parameter
2590 const.
2591 (symbol_file_add_main): Make args parameter const.
2592
2593 2013-09-18 Raunaq Bathija <raunaq12@in.ibm.com>
2594 Ulrich Weigand <uweigand@de.ibm.com>
2595
2596 * xcoffread.c (struct coff_symbol): Use CORE_ADDR as type
2597 of c_value member.
2598 (read_xcoff_symtab): Use CORE_ADDR as type of fcn_start_addr.
2599
2600 2013-09-18 Pedro Alves <palves@redhat.com>
2601 Yue Lu <hacklu.newborn@gmail.com>
2602
2603 * gnu-nat.c (inf_validate_procs, gnu_wait, gnu_resume)
2604 (gnu_create_inferior)
2605 (gnu_attach, gnu_thread_alive, gnu_pid_to_str, cur_thread)
2606 (set_sig_thread_cmd): Use the lwpid field of ptids to
2607 store/extract thread ids instead of the tid field.
2608 * i386gnu-nat.c (gnu_fetch_registers): Adjust.
2609
2610 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
2611
2612 * infcmd.c (default_print_one_register_info): Add detection of
2613 optimized out values.
2614 (default_print_registers_info): Switch to using
2615 get_frame_register_value.
2616
2617 2013-09-18 Markus Metzger <markus.t.metzger@intel.com>
2618
2619 * infrun.c (handle_inferior_event): Check if we know the
2620 function start address before setting a resume breakpoint.
2621
2622 2013-09-18 Pedro Alves <palves@redhat.com>
2623
2624 * gnu-nat.c (set_sig_thread_cmd): Compare the thread's ptid to
2625 minus_one_ptid instead of looking at the ptid's tid field and
2626 comparing that to -1.
2627
2628 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
2629
2630 * main.h (get_gdb_program_name): Remove extra whitespace.
2631
2632 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
2633
2634 * main.h (get_gdb_program_name): Add declaration.
2635 * main.c (get_gdb_program_name): Add definition.
2636
2637 2013-09-17 Doug Evans <dje@google.com>
2638
2639 * dwarf2read.c: Move definitions of complaint functions to after
2640 forward declarations of local functions.
2641
2642 2013-09-17 Muhammad Waqas <mwaqas@codesourcery.com>
2643 Pedro Alves <palves@redhat.com>
2644
2645 PR gdb/11568
2646 * breakpoint.c (remove_threaded_breakpoints): New function.
2647 (_initialize_breakpoint): Attach remove_threaded_breakpoints
2648 as thread_exit observer.
2649
2650 2013-09-17 Pedro Alves <palves@redhat.com>
2651
2652 PR gdb/15911
2653 * ada-tasks.c (task_command_1): Adjust call to print_stack_frame.
2654 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
2655 * corelow.c (core_open):
2656 * frame.h (print_stack_frame, print_frame_info): New
2657 'set_current_sal' parameter.
2658 * infcmd.c (finish_command, kill_command): Adjust call to
2659 print_stack_frame.
2660 * inferior.c (inferior_command): Likewise.
2661 * infrun.c (normal_stop): Likewise.
2662 * linux-fork.c (linux_fork_context): Likewise.
2663 * record-full.c (record_full_goto_entry, record_full_restore):
2664 Likewise.
2665 * remote-mips.c (common_open): Likewise.
2666 * stack.c (print_stack_frame): New 'set_current_sal' parameter.
2667 Use it.
2668 (print_frame_info): New 'set_current_sal' parameter. Set the last
2669 displayed sal depending on the new paremeter instead of looking at
2670 print_what.
2671 (backtrace_command_1, select_and_print_frame, frame_command)
2672 (current_frame_command, up_command, down_command): Adjust call to
2673 print_stack_frame.
2674 * thread.c (print_thread_info, restore_selected_frame)
2675 (do_captured_thread_select): Adjust call to print_stack_frame.
2676 * tracepoint.c (tfind_1): Likewise.
2677 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
2678 (mi_cmd_stack_info_frame): Likewise.
2679 * mi/mi-interp.c (mi_on_normal_stop): Likewise.
2680 * mi/mi-main.c (mi_cmd_exec_return, mi_cmd_trace_find): Likewise.
2681
2682 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2683
2684 * value.c (isvoid_internal_fn): Replace "parameter" with
2685 "argument".
2686
2687 2013-09-16 Stan Shebs <stan@codesourcery.com>
2688
2689 * README: Update references to writing code for GDB.
2690 * configure.ac (build_warnings): Remove obsolete comment.
2691 * configure: Regenerate.
2692 * gdbarch.sh: Remove references to gdbint.texinfo.
2693 * gdbarch.h: Regenerate.
2694 * gdbtypes.c (objfile_type): Remove comments referencing internals
2695 manual and D10V.
2696
2697 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2698
2699 * NEWS: Mention new convenience function $_isvoid.
2700 * value.c (isvoid_internal_fn): New function.
2701 (_initialize_values): Add new convenience function $_isvoid.
2702
2703 2013-09-16 Pierre Muller <muller@sourceware.org>
2704
2705 * arm-linux-tdep.c: Add "elf/common.h" header.
2706 Remove AT_HWCAP macro definintion as it is provided in
2707 added include file.
2708 * s390-tdep.c: Remove system header <elf.h>
2709 Add "elf/common.h" header for AT_HWCAP definition.
2710 (s390_core_read_description): Use correct CORE_ADDR
2711 for hwcap local variable used as third parameter
2712 of function target_auxv_search.
2713
2714 2013-09-14 Pierre Muller <muller@sourceware.org>
2715 Tom Tromey <tromey@redhat.com>
2716 Pedro Alves <palves@redhat.com>
2717
2718 * common/filestuff.c (gdb_fopen_cloexec): Do not try to use "e"
2719 mode if operating system doesn't know O_CLOEXEC.
2720
2721 2013-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2722
2723 Code cleanup.
2724 * symfile.c (reread_symbols): Move variable obfd_filename to a more
2725 inner block.
2726
2727 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2728
2729 * NEWS: Mention TDB support.
2730 * features/s390-tdb.xml: New file.
2731 * features/s390-te-linux64.xml: New file.
2732 * features/s390x-te-linux64.xml: New file.
2733 * features/Makefile (WHICH): Add new tdescs above.
2734 (s390-te-linux64-expedite): Set.
2735 (s390x-te-linux64-expedite): Set.
2736 * features/s390-te-linux64.c: New file (generated).
2737 * features/s390x-te-linux64.c: New file (generated).
2738 * regformats/s390-te-linux64.dat: New file (generated).
2739 * regformats/s390x-te-linux64.dat: New file (generated).
2740 * s390-tdep.h (HWCAP_S390_HIGH_GPRS): Define.
2741 (HWCAP_S390_TE): Likewise.
2742 (S390_TDB_DWORD0_REGNUM): Likewise.
2743 (S390_TDB_DWORD0_REGNUM): Likewise.
2744 (S390_TDB_ABORT_CODE_REGNUM): Likewise.
2745 (S390_TDB_CONFLICT_TOKEN_REGNUM): Likewise.
2746 (S390_TDB_ATIA_REGNUM): Likewise.
2747 (S390_TDB_R0_REGNUM): Likewise.
2748 (S390_TDB_R1_REGNUM): Likewise.
2749 (S390_TDB_R2_REGNUM): Likewise.
2750 (S390_TDB_R3_REGNUM): Likewise.
2751 (S390_TDB_R4_REGNUM): Likewise.
2752 (S390_TDB_R5_REGNUM): Likewise.
2753 (S390_TDB_R6_REGNUM): Likewise.
2754 (S390_TDB_R7_REGNUM): Likewise.
2755 (S390_TDB_R8_REGNUM): Likewise.
2756 (S390_TDB_R9_REGNUM): Likewise.
2757 (S390_TDB_R10_REGNUM): Likewise.
2758 (S390_TDB_R11_REGNUM): Likewise.
2759 (S390_TDB_R12_REGNUM): Likewise.
2760 (S390_TDB_R13_REGNUM): Likewise.
2761 (S390_TDB_R14_REGNUM): Likewise.
2762 (S390_TDB_R15_REGNUM): Likewise.
2763 (S390_NUM_REGS): Increase.
2764 (S390_IS_TDBREGSET_REGNUM): New macro.
2765 (s390_regmap_tdb): Declare.
2766 (s390_sizeof_tdbregset): Define.
2767 (tdesc_s390_te_linux64): Declare.
2768 (tdesc_s390x_te_linux64): Likewise.
2769 * s390-tdep.c: Add includes for "auxv.h", <elf.h>,
2770 "features/s390-te-linux64.c", and "features/s390x-te-linux64.c".
2771 (s390_regmap_tdb): New regmap.
2772 (s390_supply_tdb_regset): New function.
2773 (s390_tdb_regset): New regset.
2774 (s390_linux64v2_regset_sections): Add TDB regset to list.
2775 (s390x_linux64v2_regset_sections): Likewise.
2776 (s390_regset_from_core_section): Recognize TDB core note section.
2777 (s390_core_read_description): If HWCAP indicates TE support,
2778 select tdesc_s390_te_linux64 or tdesc_s390_s390x_te_linux64.
2779 (s390_gdbarch_init): Handle TDB regset.
2780 (_initialize_s390_tdep): Initialize new tdescs.
2781 * s390-nat.c (HWCAP_S390_HIGH_GPRS): Remove define.
2782 (have_regset_tdb): New variable.
2783 (s390_native_supply): Support register invalidation.
2784 (fetch_regset): Invalidate registers if ptrace yields ENODATA.
2785 (check_regset): Treat ENODATA as "regset exists".
2786 (s390_linux_fetch_inferior_registers): Add TDB.
2787 (s390_read_description): Check for TDB existence and select
2788 appropriate tdesc.
2789 * gdbserver/Makefile.in (clean): Add removal of new makefile
2790 targets.
2791 (s390-te-linux64.c): New makefile target.
2792 (s390x-te-linux64.c): Likewise.
2793 * gdbserver/configure.srv (srv_regobj): Append new objects
2794 s390-te-linux64.o and s390x-te-linux64.o.
2795 (srv_xmlfiles): Append new files s390-te-linux64.xml,
2796 s390x-te-linux64.xml, and s390-tdb.xml.
2797 * gdbserver/linux-s390-low.c (init_registers_s390_te_linux64): New
2798 declaration.
2799 (tdesc_s390_te_linux64): Likewise.
2800 (init_registers_s390x_te_linux64): Likewise.
2801 (tdesc_s390x_te_linux64): Likewise.
2802 (s390_check_regset): Treat ENODATA as "regset exists".
2803 (s390_arch_setup): Add TDB regset support.
2804 (initialize_low_arch): Initialize registers for new tdescs.
2805
2806 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2807
2808 * s390-tdep.h (S390_IS_GREGSET_REGNUM): New macro.
2809 (S390_IS_FPREGSET_REGNUM): New macro.
2810 * s390-tdep.c (s390_dwarf_regmap): Make const.
2811 (regnum_is_gpr_full): New function for replacing repeated code.
2812 (s390_pseudo_register_name): Use it.
2813 (s390_pseudo_register_type): Likewise.
2814 (s390_pseudo_register_read): Likewise.
2815 (s390_pseudo_register_write): Likewise.
2816 (s390_unwind_pseudo_register): Likewise.
2817 (s390_regmap_gregset): New format for regmap.
2818 (s390x_regmap_gregset): Likewise.
2819 (s390_regmap_fpregset): Likewise.
2820 (s390_regmap_upper): Likewise.
2821 (s390_regmap_last_break): Likewise.
2822 (s390_regmap_system_call): Likewise.
2823 (s390_supply_regset): Adjust to new regmap format.
2824 (s390_collect_regset): Likewise.
2825 * s390-nat.c (s390_native_supply): Adjust to new regmap format.
2826 (s390_native_collect): Likewise.
2827 (supply_gregset): Likewise.
2828 (fill_gregset): Likewise.
2829 (supply_fpregset): Likewise.
2830 (fill_fpregset): Likewise.
2831 (fetch_regset): Likewise.
2832 (store_regset): Likewise.
2833 (s390_linux_fetch_inferior_registers): Likewise.
2834 (s390_linux_fetch_inferior_registers): Likewise.
2835
2836 2013-09-12 Andrew Pinski <apinski@cavium.com>
2837
2838 * aarch64-linux-nat.c (aarch64_linux_set_debug_regs): Zero out regs.
2839
2840 2013-09-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
2841
2842 * config/s390/s390.mh (NATDEPFILES): Add linux-waitpid.o.
2843
2844 2013-09-09 Andrew Burgess <aburgess@broadcom.com>
2845
2846 * top.c (quit_confirm): Remove use of deprecated_init_ui_hook.
2847
2848 2013-09-06 Pedro Alves <palves@redhat.com>
2849
2850 * remote-sim.c (dump_mem, gdbsim_fetch_register)
2851 (gdbsim_store_register, gdbsim_kill, gdbsim_load)
2852 (gdbsim_create_inferior, gdbsim_open, gdbsim_close)
2853 (gdbsim_detach, gdbsim_resume_inferior, gdbsim_wait)
2854 (gdbsim_files_info, gdbsim_mourn_inferior): Send debug output to
2855 gdb_stdlog.
2856
2857 2013-09-06 Pedro Alves <palves@redhat.com>
2858
2859 * remote-sim.c (dump_mem): Constify buf parameter.
2860 gdbsim_xfer_inferior_memory): Rename to ...
2861 (gdbsim_xfer_memory): ... this. Adjust interface as
2862 target_xfer_partial helper.
2863 (gdbsim_xfer_partial): New function.
2864 (init_gdbsim_ops): Don't install a deprecated_xfer_memory hook.
2865 Install a to_xfer_partial hook. Send output to gdb_stdlog.
2866
2867 2013-09-06 Pedro Alves <palves@redhat.com>
2868
2869 * remote-sim.c (gdbsim_xfer_inferior_memory): Use
2870 host_address_to_string, and send debug output to gdb_stdlog.
2871
2872 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
2873
2874 * Makefile.in (ALL_TARGET_OBS): Add cris-linux-tdep.o.
2875 * configure.tgt: Add cris-linux-tdep.o and linux-tdep.o to
2876 gdb_target_obs for cris target.
2877 * cris-tdep.c (struct gdbarch_tdep): Move to cris-tdep.h.
2878 (cris_gdbarch_init): Move calls to
2879 set_gdbarch_fetch_tls_load_module_address and
2880 set_solib_svr4_fetch_link_map_offsets to cris-linux-tdep.c.
2881 Add call to gdbarch_init_osabi.
2882 * cris-linux-tdep.c: New file.
2883 * cris-tdep.h: New file.
2884
2885 2013-09-06 Andrew Burgess <aburgess@broadcom.com>
2886
2887 * tui/tui-io.c (tui_initialize_io): Remove legacy comment referring
2888 to deprecated_init_ui_hook.
2889
2890 2013-09-06 Andrew Burgess <aburgess@broadcom.com>
2891
2892 * cli/cli-interp.c (_initialize_cli_interp): Add a
2893 command_loop_proc to interp_procs.
2894 * event-top.c (cli_command_loop): Change signature to match
2895 interp_command_loop_ftype.
2896 * event-top.h (cli_command_loop): Same.
2897 * interps.c (interp_new): Require every interpreter to have a
2898 command_loop_proc.
2899 (current_interp_command_loop): Just call the command_loop_proc on
2900 the current interpreter.
2901 * tui/tui-interp.c (_initialize_tui_interp): Add a
2902 command_loop_proc to interp_procs.
2903
2904 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
2905
2906 * cris-tdep.c (cris_gdbarch_init): Add call to
2907 get_gdbarch_fetch_tls_load_module_address.
2908
2909 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
2910
2911 * cris-tdep.c (cris_elf_greg_t): Rename from elf_greg_t.
2912 (cris_elf_gregset_t): Rename from elf_gregset_t.
2913 (crisv32_elf_gregset_t): Adjust.
2914 (cris_supply_gregset, fetch_core_registers): Adjust.
2915
2916 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
2917
2918 * cris-tdep.c (elf_greg_t): Change typedef to unsigned char[4]
2919
2920 2013-09-05 Andrew Burgess <aburgess@broadcom.com>
2921
2922 * defs.h (deprecated_command_loop_hook): Remove, including
2923 references in comments.
2924 * interps.c (current_interp_command_loop): No longer use
2925 deprecated_command_loop_hook.
2926 (clear_interpreter_hooks): Remove deprecated_command_loop_hook
2927 setup.
2928 * top.c (deprecated_command_loop_hook): Remove.
2929
2930 2013-09-05 Pedro Alves <palves@redhat.com>
2931
2932 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): 'dwarf_regnum'
2933 local is now int instead of ULONGEST. Print it with %d
2934 instead of paddress.
2935
2936 2013-09-05 Tristan Gingold <gingold@adacore.com>
2937
2938 * MAINTAINERS: Remove avr maintainership.
2939
2940 2013-09-05 Pedro Alves <palves@redhat.com>
2941
2942 * findvar.c (value_of_register): Rework in terms of
2943 value_of_register_lazy.
2944
2945 2013-09-05 Muhammad Bilal <mbilal@codesourcery.com>
2946
2947 * symfile.c (add_symbol_file_command): Remove trailing
2948 whitespaces and blank line after comment.
2949
2950 2013-09-05 Pedro Alves <palves@redhat.com>
2951
2952 * tui/tui-regs.c (tui_register_format): Don't look at the
2953 register's name here. Return string representing register
2954 value instead of storing it in the data element.
2955 (tui_get_register): Compare register string representations
2956 instead of register value states and contents.
2957
2958 2013-09-05 Pedro Alves <palves@redhat.com>
2959
2960 PR tui/15933
2961 * tui/tui-regs.c (tui_show_registers): Show registers of the
2962 selected frame, not the current frame.
2963
2964 2013-09-05 Ricard Wanderlof <ricardw@axis.com>
2965
2966 * MAINTAINERS (Write After Approval): Add myself to the list.
2967
2968 2013-09-04 Doug Evans <dje@google.com>
2969
2970 * dwarf2read.c (queue_and_load_all_dwo_tus): New function.
2971 (queue_and_load_dwo_tu): New function.
2972 (lookup_dwo_signatured_type): Set per_cu.tu_read.
2973 (maybe_queue_comp_unit): Rename this_cu argument to dependent_cu.
2974 Make dependent_cu optional.
2975 (dw2_do_instantiate_symtab): If we just loaded a CU from a DWO,
2976 and an older .gdb_index is in use, queue and load all its TUs too.
2977
2978 2013-09-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2979
2980 Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.
2981 * cli/cli-cmds.c (find_and_open_script): Add OPF_RETURN_REALPATH to
2982 variable search_flags.
2983 * defs.h (OPF_DISABLE_REALPATH): Rename to ...
2984 (OPF_RETURN_REALPATH): ... here.
2985 * dwarf2read.c (try_open_dwop_file): Set OPF_RETURN_REALPATH for flags.
2986 * exec.c (exec_file_attach): Remove OPF_DISABLE_REALPATH from openp
2987 call. Twice.
2988 * nto-tdep.c (nto_find_and_open_solib): Add OPF_RETURN_REALPATH for
2989 openp call.
2990 * solib.c (solib_find): Likewise. Four times.
2991 * source.c (openp): Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH
2992 in the function comment and for the realpath_fptr variable.
2993 (source_full_path_of): Add OPF_RETURN_REALPATH for openp call.
2994 (find_and_open_source): Likewise. Twice.
2995 * symfile.c (symfile_bfd_open): Likewise, also twice.
2996
2997 2013-09-04 Doug Evans <dje@google.com>
2998
2999 * progspace.c (save_current_space_and_thread): Remove unnecessary
3000 call to save_current_inferior.
3001
3002 2013-09-04 Andrew Burgess <aburgess@broadcom.com>
3003
3004 * sh64-tdep.c (sh64_do_register): Return after printing message
3005 about unavailable register contents.
3006
3007 2013-09-04 Muhammad Bilal <mbilal@codesourcery.com>
3008 Pedro Alves <palves@redhat.com>
3009
3010 * symfile.c (add_symbol_file_command): Error out on unknown
3011 option. Handle EXPECTING_SEC_ADDR/EXPECTING_SEC_NAME before '-'
3012 options and collapse into single conditional branch.
3013
3014 2013-09-03 Luis Machado <lgustavo@codesourcery.com>
3015
3016 * inf-child.c (inf_child_follow_fork): New parameter
3017 detach_fork.
3018 * inf-ptrace.c (inf_ptrace_follow_fork): Likewise.
3019 * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
3020 * inferior.h (detach_fork): Remove.
3021 * infrun.c (detach_fork): Adjust comment and make it
3022 static.
3023 (follow_fork): Pass detach_fork parameter to
3024 target_follow_fork.
3025 * linux-nat.c (linux_child_follow_fork): New parameter
3026 detach_fork.
3027 * target.c (target_follow_fork): New parameter detach_fork.
3028 Pass detach_fork as parameter and print its value.
3029 * target.h (struct target_ops) <to_follow_fork>: New int
3030 parameter.
3031 (target_follow_fork): New parameter detach_fork.
3032
3033 2013-09-03 Joel Brobecker <brobecker@adacore.com>
3034
3035 * solib-ia64-hpux.c (ia64_hpux_relocate_section_addresses):
3036 Replace sec->bfd by sec->the_bfd_section->owner.
3037
3038 2013-09-03 Yao Qi <yao@codesourcery.com>
3039
3040 * linux-tdep.c (linux_is_uclinux): New function. Code moved
3041 from linux_has_shared_address_space.
3042 (linux_has_shared_address_space): Call linux_is_uclinux.
3043 * linux-tdep.h (linux_is_uclinux): Declare.
3044 * m68klinux-tdep.c (m68k_linux_get_sigtramp_info): Call
3045 linux_is_uclinux.
3046
3047 2013-09-03 Yao Qi <yao@codesourcery.com>
3048
3049 * config/djgpp/fnchange.lst: Remove entry of
3050 i386-interix-nat.c and i386-interix-tdep.c.
3051 * configure.ac: Remove '*-*-interix*'.
3052 * configure: Re-generated.
3053 * defs.h (enum gdb_osabi): Remove GDB_OSABI_INTERIX.
3054 * i386-cygwin-tdep.c (i386_cygwin_osabi_sniffer): Remove
3055 obsolete comments.
3056 * osabi.c (gdb_osabi_names): Remove "Interix".
3057
3058 2013-09-03 Yao Qi <yao@codesourcery.com>
3059
3060 * arch-utils.c: Fix typo in the comment to gdbarch_update_p.
3061
3062 2013-09-02 Markus Metzger <markus.t.metzger@intel.com>
3063
3064 * record.h (record_print_flag) <record_print_src_line,
3065 record_print_insn_range>: Rename into ...
3066 (record_print_flag) <record_print_src_line,
3067 record_print_insn_range>: ... this. Update all users.
3068
3069 2013-09-02 Pierre Muller <muller@sourceware.org>
3070
3071 * windows-nat.c (windows_xfer_memory): Handle ERROR_PARTIAL_COPY
3072 error code.
3073
3074 2013-09-02 Pierre Muller <muller@sourceware.org>
3075
3076 * windows-nat.c (windows_xfer_memory): Fix compilation failure
3077 by use of plongest function.
3078
3079 2013-09-02 Tristan Gingold <gingold@adacore.com>
3080
3081 * NEWS: Add entry mentioning support for native Windows x64
3082 SEH data.
3083
3084 * amd64-windows-tdep.c: #include "objfiles.h", "frame-unwind.h",
3085 "coff/internal.h", "coff/i386.h", "coff/pe.h" and "libcoff.h".
3086 (struct amd64_windows_frame_cache): New struct.
3087 (amd64_windows_w2gdb_regnum): New global.
3088 (pc_in_range, amd64_windows_frame_decode_epilogue)
3089 (amd64_windows_frame_decode_insns, amd64_windows_find_unwind_info)
3090 (amd64_windows_frame_cache, amd64_windows_frame_prev_register)
3091 (amd64_windows_frame_this_id): New functions.
3092 (amd64_windows_frame_unwind): New static global.
3093 (amd64_windows_skip_prologue): New function.
3094 (amd64_windows_init_abi): Call frame_unwind_prepend_unwinder
3095 with amd64_windows_frame_unwind. Call set_gdbarch_skip_prologue
3096 with amd64_windows_skip_prologue.
3097
3098 2013-08-30 Joel Brobecker <brobecker@adacore.com>
3099
3100 GDB 7.6.1 released.
3101
3102 2013-08-30 Pedro Alves <palves@redhat.com>
3103
3104 * mi/mi-main.c (mi_cmd_trace_find): Use LOC_AND_ADDRESS instead of
3105 SRC_AND_LOC.
3106
3107 2013-08-30 Pedro Alves <palves@redhat.com>
3108
3109 * thread.c (restore_selected_frame): Use SRC_AND_LOC, and change
3110 warning text.
3111
3112 2013-08-30 Pedro Alves <palves@redhat.com>
3113
3114 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
3115 Adjust arguments to print_stack_frame.
3116
3117 2013-08-30 Pedro Alves <palves@redhat.com>
3118
3119 * ada-tasks.c (task_command_1): Write SRC_AND_LOC instead '1'.
3120
3121 2013-08-30 Pedro Alves <palves@redhat.com>
3122
3123 * frame.h (show_and_print_stack_frame): Delete declaration.
3124
3125 2013-08-30 Phil Muldoon <pmuldoon@redhat.com>
3126
3127 PR python/15461
3128 * python/py-arch.c (ARCHPY_REQUIRE_VALID): New macro.
3129 (archpy_name): Check for valid architecture.
3130 (archpy_disassemble): Ditto.
3131
3132 2013-08-29 Joel Brobecker <brobecker@adacore.com>
3133
3134 * rs6000-nat.c (rs6000_ptrace32): Cast "addr" to "uintptr_t"
3135 instead of "long long" in call to ptrace64.
3136
3137 2013-08-29 Andrew Burgess <aburgess@broadcom.com>
3138
3139 * mi/mi-interp.c (mi_command_loop): Change signature to match
3140 interp_command_loop_ftype.
3141 (mi1_command_loop): Remove.
3142 (mi2_command_loop): Remove.
3143 (mi3_command_loop): Remove.
3144 (mi_interpreter_resume): Remove setting of
3145 deprecated_command_loop_hook.
3146 (_initialize_mi_interp): Set mi_command_loop as the command loop
3147 callback.
3148
3149 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
3150
3151 * valops.c (do_search_struct_field): Pass v2 instead of base_type to
3152 value_type.
3153
3154 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
3155
3156 * value.c (allocate_value_contents): Make static.
3157 * value.h (allocate_value_contents): Remove prototype.
3158
3159 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
3160
3161 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use value_at_lazy instead
3162 of assembling value via allocate_value_lazy and attribute setter.
3163 * findvar.c (default_read_var_value): Use value_at_lazy instead of
3164 assembling value via allocate_value_lazy and attribute setter.
3165 * valops.c (do_search_struct_field): Use value_at_lazy instead of
3166 assembling value via allocate_value_lazy and attribute setter.
3167
3168 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
3169
3170 * value.c (value_from_contents_and_address): Replace allocate_value and
3171 memcpy with value_from_contents.
3172
3173 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
3174
3175 * python/py-framefilter.c (py_print_frame): Remove usage of
3176 PyString_AsString. Use python_string_to_host_string instead.
3177 Refactor function to work with a string as a new allocation
3178 instead of a pointer.
3179 (py_print_frame): Ditto.
3180 * python/lib/gdb/frames.py (return_list): Cain iterators together
3181 instead of adding them as a list.
3182 (_sort_list): Call return_list, and remove duplicate code.
3183 (execute_frame_filters): Convert iterator to a list with list().
3184 * python/lib/gdb/command/frame_filters.py
3185 (SetFrameFilterPriority._set_filter_priority): Convert priority
3186 attribute to an integer.
3187 * python/lib/gdb/FrameIterator.py (FrameIterator.next): Define
3188 wrapper function __next__.
3189 * python/lib/gdb/FrameDecorator.py: If basestring not defined,
3190 define as "str".
3191
3192 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
3193
3194 PR python/15752
3195 * python/py-framefilter.c (apply_frame_filter): Check
3196 gdb_python_initialized. Exit if the Python frame-filter code
3197 cannot be initialized.
3198
3199 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
3200
3201 PR cli/15842
3202 * top.c (print_gdb_version): Remove erroneous newline after help
3203 text.
3204
3205 2013-08-29 Yao Qi <yao@codesourcery.com>
3206
3207 * varobj.c (install_dynamic_child): Remove trailing space.
3208 Add one blank line after variable declaration.
3209
3210 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3211
3212 PR gdb/15415
3213 * corefile.c (get_exec_file): Use exec_filename.
3214 * defs.h (OPF_DISABLE_REALPATH): New definition. Add new comment.
3215 * exec.c (exec_close): Free EXEC_FILENAME.
3216 (exec_file_attach): New variable canonical_pathname. Use
3217 OPF_DISABLE_REALPATH. Call gdb_realpath explicitly. Set
3218 EXEC_FILENAME.
3219 * exec.h (exec_filename): New.
3220 * inferior.c (print_inferior, inferior_command): Use
3221 PSPACE_EXEC_FILENAME.
3222 * mi/mi-main.c (print_one_inferior): Likewise.
3223 * progspace.c (clone_program_space, print_program_space): Likewise.
3224 * progspace.h (struct program_space): New field pspace_exec_filename.
3225 * source.c (openp): Describe OPF_DISABLE_REALPATH. New variable
3226 realpath_fptr, initialize it from OPF_DISABLE_REALPATH, use it.
3227
3228 2013-08-28 Will Newton <will.newton@linaro.org>
3229
3230 * common/linux-ptrace.c: Include stdint.h unconditionally.
3231
3232 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3233
3234 Code cleanup.
3235 * nto-tdep.c (nto_find_and_open_solib): Use OPF_TRY_CWD_FIRST.
3236
3237 2013-08-28 Yao Qi <yao@codesourcery.com>
3238 Pedro Alves <palves@redhat.com>
3239
3240 * event-top.c (gdb_setup_readline): Call stderr_fileopen
3241 instead of stdio_fileopen.
3242 * main.c (captured_main) [__MINGW32__]: Set stderr unbuffered.
3243 .Call stderr_fileopen instead of stdio_fileopen.
3244 * ui-file.c [__MINGW32__] (stderr_file_write): New function.
3245 [__MINGW32__] (stderr_file_fputs): New function.
3246 (stderr_fileopen): New function.
3247 * ui-file.h (stderr_fileopen): Declare.
3248
3249 2013-08-27 Doug Evans <dje@google.com>
3250
3251 * dwarf2read.c (struct dwarf2_cu): Tweak comment.
3252 (struct dwarf2_per_cu_data): Ditto.
3253 (maybe_queue_comp_unit): Delete forward decl. Add comment.
3254 (process_imported_unit_die): Ditto.
3255 (follow_die_sig_1): Simplify assert.
3256
3257 2013-08-27 Pedro Alves <palves@redhat.com>
3258
3259 * windows-nat.c (windows_xfer_memory): Adjust prototype to follow
3260 xfer_partial's interface. Return TARGET_XFER_E_IO on error.
3261 (windows_xfer_partial): Defer TARGET_OBJECT_MEMORY handling to
3262 windows_xfer_memory directly.
3263 (init_windows_ops): Don't install a deprecated_xfer_memory method.
3264
3265 2013-08-27 Pedro Alves <palves@redhat.com>
3266
3267 * darwin-nat.c (darwin_xfer_memory): Delete.
3268 (_initialize_darwin_inferior): Don't install a
3269 deprecated_xfer_memory method.
3270
3271 2013-08-27 Pedro Alves <pedro@codesourcery.com>
3272 Yao Qi <yao@codesourcery.com>
3273
3274 * mi/mi-cmd-stack.c (list_args_or_locals): Adjust prototype.
3275 (parse_no_frames_option): Remove.
3276 (mi_cmd_stack_list_locals): Handle --skip-unavailable.
3277 (mi_cmd_stack_list_args): Adjust.
3278 (mi_cmd_stack_list_variables): Handle --skip-unavailable.
3279 (list_arg_or_local): Add new parameter 'skip_unavailable'. Return
3280 early if SKIP_UNAVAILABLE is true and ARG->val is unavailable.
3281 Caller update.
3282 (list_args_or_locals): New parameter 'skip_unavailable'.
3283 Handle it.
3284 * valprint.c (scalar_type_p): Rename to ...
3285 (val_print_scalar_type_p): ... this. Make extern.
3286 (val_print, value_check_printable): Adjust.
3287 * valprint.h (val_print_scalar_type_p): Declare.
3288 * value.c (value_entirely_unavailable): New function.
3289 * value.h (value_entirely_unavailable): Declare.
3290
3291 * NEWS: Mention the new option "--skip-unavailable" to MI
3292 commands '-stack-list-locals', '-stack-list-arguments' and
3293 '-stack-list-variables'.
3294
3295 2013-08-27 Yao Qi <yao@codesourcery.com>
3296
3297 * mi/mi-cmd-stack.c (parse_no_frames_option): Remove.
3298 (mi_cmd_stack_list_args): Use mi_getopt_silent to handle
3299 options.
3300 * mi/mi-getopt.c (mi_getopt): Remove.
3301 (mi_getopt_1): Renamed from mi_getopt. Add one parameter
3302 'error_on_unknown'.
3303 (mi_getopt): Call mi_getopt_1.
3304 (mi_getopt_silent): New.
3305 * mi/mi-getopt.h (mi_getopt_silent): Declare.
3306
3307 2013-08-26 Doug Evans <dje@google.com>
3308
3309 PR symtab/15885
3310 * dwarf2read.c (dw2_dump): Print some minimal information indicating
3311 .gdb_index is in use.
3312 * symfile.c (reread_symbols): Reset objfile->sf.
3313
3314 * NEWS: Document "mt print objfiles" now takes optional regexp.
3315 * symmisc.c (maintenance_print_objfiles): Argument is now an optional
3316 regexp of objfiles to print.
3317 (_initialize_symmisc): Update doc string for "mt print objfiles".
3318
3319 * dwarf2read.c (write_psymtabs_to_index): Move error checks ahead of
3320 missing debug info checks.
3321
3322 2013-08-26 Raunaq Bathija <raunaq12@in.ibm.com>
3323 Ulrich Weigand <uweigand@de.ibm.com>
3324
3325 * xcoffread.c (arrange_linetable): Add fix to correctly handle
3326 line tables generated by XLC compiled binaries.
3327
3328 2013-08-23 Doug Evans <dje@google.com>
3329
3330 * symmisc.c (dump_symtab): Delete prototype.
3331 (dump_msymbols, dump_objfile): Ditto.
3332 (maintenance_info_symtabs): Mark as dont_repeat.
3333 (_initialize_symmisc): Improve doc string for "mt info symtabs".
3334
3335 * elfread.c (elf_symfile_read): Move "Done reading minimal symbols"
3336 debugging printf to better location.
3337
3338 2013-08-23 Pedro Alves <palves@redhat.com>
3339
3340 * target.c (target_read_live_memory): Change type of 'ret' local
3341 to LONGEST.
3342
3343 2013-08-23 Pedro Alves <palves@redhat.com>
3344
3345 * remote.c (remote_write_bytes_aux, remote_write_bytes)
3346 (remote_read_bytes): Change return type to LONGEST, and adjust to
3347 return a target_xfer_error on error.
3348 (remote_xfer_memory): Delete.
3349 (remote_flash_write): Change type of 'ret' local to LONGEST.
3350 (remote_xfer_partial, remote_xfer_partial): Adjust.
3351 (init_remote_ops): Don't install a deprecated_xfer_memory hook.
3352
3353 2013-08-23 Pierre Muller <muller@sourceware.org>
3354
3355 ARI fix: Push # directives to start of line.
3356 * rs6000-nat.c (rs6000_ptrace32, rs6000_ptrace64): Rule applied.
3357
3358 2013-08-12 Muhammad Waqas <mwaqas@codesourcery.com>
3359
3360 PR gdb/15501
3361 * breakpoint.c (enable_command, disable_command): Iterate over
3362 all specified breakpoint locations.
3363
3364 2013-08-22 Luis Machado <lgustavo@codesourcery.com>
3365
3366 * common/linux-ptrace.c (linux_fork_to_function): Push #
3367 directives to the start of the line.
3368 (linux_check_ptrace_features): Fix warning message to use
3369 the "_" markup.
3370
3371 2013-08-22 Luis Machado <lgustavo@codesourcery.com>
3372
3373 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-nat.h and
3374 nat/linux-waitpid.h.
3375 (linux-waitpid.o): New object file rule.
3376 * common/linux-ptrace.c: Include nat/linux-waitpid.h.
3377 (current_ptrace_options): Moved from linux-nat.c.
3378 (linux_ptrace_test_ret_to_nx): Use type casts for ptrace
3379 parameters.
3380 (linux_fork_to_function): New function.
3381 (linux_grandchild_function): Likewise.
3382 (linux_child_function): Likewise.
3383 (linux_check_ptrace_features): New function, heavily
3384 based on linux-nat.c:linux_test_for_tracefork.
3385 (linux_enable_event_reporting): New function.
3386 (ptrace_supports_feature): Likewise.
3387 (linux_supports_tracefork): Likewise.
3388 (linux_supports_traceclone): Likewise.
3389 (linux_supports_tracevforkdone): Likewise.
3390 (linux_supports_tracesysgood): Likewise.
3391 * common/linux-ptrace.h (HAS_NOMMU): Moved from
3392 gdbserver/linux-low.c.
3393 (linux_enable_event_reporting): New declaration.
3394 (linux_supports_tracefork): Likewise.
3395 (linux_supports_traceclone): Likewise.
3396 (linux_supports_tracevforkdone): Likewise.
3397 (linux_supports_tracesysgood): Likewise.
3398 * config.in (PTRACE_TYPE_ARG4): Regenerate.
3399 * config/aarch64/linux.mh (NATDEPFILES): Add linux-waitpid.o.
3400 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
3401 * config/arm/linux.mh (NATDEPFILES): Likewise.
3402 * config/i386/linux.mh (NATDEPFILES): Likewise.
3403 * config/i386/linux64.mh (NATDEPFILES): Likewise.
3404 * config/ia64/linux.mh (NATDEPFILES): Likewise.
3405 * config/m32r/linux.mh (NATDEPFILES): Likewise.
3406 * config/m68k/linux.mh (NATDEPFILES): Likewise.
3407 * config/mips/linux.mh (NATDEPFILES): Likewise.
3408 * config/pa/linux.mh (NATDEPFILES): Likewise..
3409 * config/powerpc/linux.mh (NATDEPFILES): Likewise..
3410 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
3411 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
3412 * config/sparc/linux.mh (NATDEPFILES): Likewise.
3413 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
3414 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
3415 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
3416 * configure.ac (AC_CACHE_CHECK): Add void * to the list of
3417 ptrace's 4th argument's types.
3418 Check the type of PTRACE_TYPE_ARG4.
3419 * configure: Regenerate.
3420 * linux-nat.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
3421 (SYSCALL_SIGTRAP): Moved to nat/linux-nat.h.
3422 (linux_supports_tracefork_flag): Remove.
3423 (linux_supports_tracesysgood_flag): Likewise.
3424 (linux_supports_tracevforkdone_flag): Likewise.
3425 (current_ptrace_options): Moved to
3426 common/linux-ptrace.c.
3427 (linux_tracefork_child): Remove.
3428 (my_waitpid): Remove.
3429 (linux_test_for_tracefork): Renamed to
3430 linux_check_ptrace_features and moved to common/linux-ptrace.c.
3431 (linux_test_for_tracesysgood): Remove.
3432 (linux_supports_tracesysgood): Remove.
3433 (linux_supports_tracefork): Remove.
3434 (linux_supports_tracevforkdone): Remove.
3435 (linux_enable_tracesysgood): Remove.
3436 (linux_enable_event_reporting): Remove.
3437 (linux_init_ptrace): New function.
3438 (linux_child_post_attach): Call linux_init_ptrace.
3439 (linux_child_post_startup_inferior): Call linux_init_ptrace.
3440 (linux_child_follow_fork): Call linux_supports_tracefork
3441 and linux_supports_tracevforkdone.
3442 (linux_child_insert_fork_catchpoint): Call
3443 linux_supports_tracefork.
3444 (linux_child_insert_vfork_catchpoint): Likewise.
3445 (linux_child_set_syscall_catchpoint): Call
3446 linux_supports_tracesysgood.
3447 (lin_lwp_attach_lwp): Call linux_supports_tracefork.
3448 * nat/linux-nat.h: New file.
3449 * nat/linux-waitpid.c: New file.
3450 * nat/linux-waitpid.h: New file.
3451
3452 2013-08-22 Samuel Bronson <naesten@gmail.com>
3453
3454 ARM Linux support for `catch syscall'.
3455 * syscalls/arm-linux.py: New file.
3456 * syscalls/arm-linux.xml: Likewise.
3457 * arm-linux-tdep.c (arm_linux_get_syscall_number): New function.
3458 (arm_linux_init_abi): Register the new function and syscall xml file.
3459 * data-directory/Makefile.in: Install the new syscall xml file.
3460 * NEWS: Brag about this.
3461
3462 2013-08-22 Pedro Alves <palves@redhat.com>
3463
3464 PR gdb/15871
3465 * corefile.c (target_xfer_memory_error): New function.
3466 (memory_error): Defer EIO to target_memory_error.
3467 (read_memory): Use target_xfer_partial, and handle finer-grained
3468 target xfer errors.
3469 * target.c (target_xfer_error_to_string): New function.
3470 (memory_xfer_partial_1): If memory is known to be
3471 unavailable, return TARGET_XFER_E_UNAVAILABLE instead of -1.
3472 (target_xfer_partial): Make extern.
3473 * target.h (enum target_xfer_error): New enum.
3474 (target_xfer_error_to_string): Declare function.
3475 (target_xfer_partial): Declare function.
3476 (struct target_ops) <xfer_partial>: Adjust describing comment.
3477
3478 2013-08-22 Alan Modra <amodra@gmail.com>
3479
3480 * configure.host: Support powerpc64le-linux and powerpcle-linux hosts.
3481 * configure.tgt: Likewise as targets.
3482
3483 2013-08-20 Doug Evans <dje@google.com>
3484
3485 * buildsym.c (subfile_stack): Move here from buildsym.h.
3486 (pending_macros): Ditto.
3487 (get_macro_table): New function.
3488 (buildsym_init): Initialize subfile_stack.
3489 * coffread.c (type_vector,type_vector_length): Moved here from
3490 buildsym.h.
3491 (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
3492 (coff_symtab_read): Use it.
3493 * dbxread.c (read_ofile_symtab): Delete init of subfile_stack.
3494 * dwarf2read.c (macro_start_file): Replace uses of pending_macros
3495 with call to get_macro_table.
3496 * stabsread.c (type_vector,type_vector_length): Moved here from
3497 buildsym.h.
3498 (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
3499 * buildsym.h (get_macro_table): Declare.
3500
3501 2013-08-20 Tom Tromey <tromey@redhat.com>
3502
3503 * dbxread.c (record_minimal_symbol): Make 'name' argument const.
3504 Update.
3505 (read_dbx_dynamic_symtab): Make 'name' const. Remove casts.
3506
3507 2013-08-20 Doug Evans <dje@google.com>
3508
3509 * blockframe.c: Remove #include "psymtab.h".
3510 * cp-support.c: Ditto.
3511 * source.c: Ditto.
3512 * stack.c: Ditto.
3513
3514 2013-08-20 Tom Tromey <tromey@redhat.com>
3515
3516 PR python/15816:
3517 * exceptions.h (return_mask): Now an enum.
3518 (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL): Now
3519 enum constants.
3520
3521 2013-08-20 Tom Tromey <tromey@redhat.com>
3522
3523 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Use
3524 get_objfile_arch.
3525 * elfread.c (elf_rel_plt_read, elf_gnu_ifunc_record_cache)
3526 (elf_gnu_ifunc_resolve_by_got): Use get_objfile_arch.
3527 * jit.c (jit_object_close_impl): Update.
3528 * jv-lang.c (get_dynamics_objfile): Update.
3529 * linespec.c (add_minsym): Use get_dynamics_objfile.
3530 * objfiles.c (get_objfile_bfd_data): Initialize 'gdbarch' field.
3531 (allocate_objfile): Don't initialize 'gdbarch' field.
3532 (get_objfile_arch): Update.
3533 * objfiles.h (struct objfile_per_bfd_storage) <gdbarch>: New field,
3534 moved from...
3535 (struct objfile) <gdbarch>: ... here. Remove.
3536 * stap-probe.c (stap_can_evaluate_probe_arguments): Use
3537 get_objfile_arch.
3538 * symfile.c (init_entry_point_info): Use get_objfile_arch.
3539
3540 2013-08-20 Alan Modra <amodra@gmail.com>
3541
3542 * doublest.c (convert_floatformat_to_doublest): Use fmt->split_half
3543 for IBM long double nan and inf.
3544 (floatformat_is_negative, floatformat_classify,
3545 floatformat_mantissa): Similarly.
3546 (floatformat_ieee_single, floatformat_ieee_double,
3547 floatformat_ieee_quad, floatformat_arm_ext,
3548 floatformat_ia64_spill): Delete unused vars.
3549 (_initialize_doublest): Delete unused function.
3550 * gdbtypes.c (floatformats_ibm_long_double): Use new big- and
3551 little-endian variants of floatformat_ibm_long_double.
3552
3553 2013-08-19 Luis Machado <lgustavo@codesourcery.com>
3554
3555 * Makefile.in (SFILES): Remove common/target-common.c and
3556 add target/waitstatus.c.
3557 (HFILES_NO_SRCDIR): Remove common/target-common.h and add
3558 target/resume.h, target/wait.h and target/waitstatus.h.
3559 (COMMON_OBS): Remove target-common.o and add
3560 waitstatus.o.
3561 (target-common.o): Remove.
3562 (waitstatus.o): New target object file.
3563 * common/target-common.c: Move contents to
3564 target/waitstatus.c and remove.
3565 * common/target-common.h: Move contents to other files and
3566 remove.
3567 (enum resume_kind: Move to target/resume.h.
3568 (TARGET_WNOHANG): Move to target/wait.h.
3569 (enum target_waitkind): Move to target/waitstatus.h.
3570 (struct target_waitstatus): Likewise.
3571 * target.h: Do not include target-common.h and
3572 include target/resume.h, target/wait.h and
3573 target/waitstatus.h.
3574 * target/resume.h: New file.
3575 * target/wait.h: New file.
3576 * target/waitstatus.h: New file.
3577 * target/waitstatus.c: New file.
3578
3579 2013-08-19 Pedro Alves <palves@redhat.com>
3580
3581 * linux-nat.c (linux_test_for_tracefork)
3582 (linux_test_for_tracesysgood, linux_child_follow_fork)
3583 (lin_lwp_attach_lwp, linux_nat_resume): Don't block child signals.
3584 (linux_nat_wait_1): Extend comment.
3585 (linux_async_pipe): Add comment.
3586
3587 2013-08-15 Kevin Buettner <kevinb@redhat.com>
3588
3589 * rl78-tdep.c (RL78_RAW_PC_REGNUM): New enum.
3590 (RL78_PC_REGNUM): Move to list of pseudo-register enums.
3591 (rl78_register_type, rl78_register_name, rl78_register_reggroup_p):
3592 Update to account for fact that PC is now a pseudo-register.
3593 (rl78_pseudo_register_write, rl78_pseudo_register_read): Add
3594 cases for RL78_PC_REGNUM.
3595
3596 2013-08-15 Muhammad Bilal <mbilal@codesourcery.com>
3597
3598 PR cli/15841
3599 * top.c (quit_force): Skip writing history file
3600 if input is not from terminal.
3601
3602 2013-08-14 Tom Tromey <tromey@redhat.com>
3603
3604 * remote.c (struct remote_state) <echo_nextthread, nextthread,
3605 resultthreadlist>: New fields.
3606 (OPAQUETHREADBYTES, threadref, MAXTHREADLISTRESULTS): Move earlier.
3607 (remote_get_threadlist, remote_threadlist_iterator): Use
3608 new fields. Remove static variables.
3609
3610 2013-08-14 Tom Tromey <tromey@redhat.com>
3611
3612 * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p,
3613 remote_watch_data_address>: New fields.
3614 (remote_stopped_by_watchpoint_p, remote_watch_data_address): Remove.
3615 (process_stop_reply, remote_wait_as)
3616 (remote_check_watch_resources, remote_stopped_data_address): Update.
3617
3618 2013-08-14 Tom Tromey <tromey@redhat.com>
3619
3620 * remote.c (struct remote_state) <async_client_callback,
3621 async_client_context>: New fields.
3622 (async_client_callback, async_client_context): Remove.
3623 (remote_async_serial_handler, remote_async): Update.
3624
3625 2013-08-14 Tom Tromey <tromey@redhat.com>
3626
3627 * remote.c (sizeof_pkt): Remove.
3628 (remote_trace_find): Use rs->buf_size, not sizeof_pkt.
3629
3630 2013-08-14 Tom Tromey <tromey@redhat.com>
3631
3632 * remote.c (struct remote_state) <use_threadinfo_query,
3633 use_threadextra_query>: New fields.
3634 (remote_threads_info, remote_threads_extra_info)
3635 (remote_open_1): Update.
3636
3637 2013-08-14 Tom Tromey <tromey@redhat.com>
3638
3639 * remote.c (struct remote_state) <finished_object,
3640 finished_annex, finished_offset>: New fields.
3641 (remote_read_qxfer): Use remote_state fields; remove static
3642 variables.
3643
3644 2013-08-14 Tom Tromey <tromey@redhat.com>
3645
3646 * remote.c (struct remote_state) <last_sent_step>:
3647 New field.
3648 (last_sent_step): Remove.
3649 (remote_resume, remote_wait_as): Update.
3650
3651 2013-08-14 Tom Tromey <tromey@redhat.com>
3652
3653 * remote.c (struct remote_state) <last_sent_signal>:
3654 New field.
3655 (last_sent_signal): Remove.
3656 (new_remote_state, remote_resume, remote_wait_as): Update.
3657
3658 2013-08-14 Tom Tromey <tromey@redhat.com>
3659
3660 * remote.c (struct remote_state) <last_program_signals_packet>:
3661 New field.
3662 (last_program_signals_packet): Remove.
3663 (remote_program_signals, remote_open_1): Update.
3664
3665 2013-08-14 Tom Tromey <tromey@redhat.com>
3666
3667 * remote.c (struct remote_state) <last_pass_packet>:
3668 New field.
3669 (last_pass_packet): Remove.
3670 (remote_pass_signals, remote_open_1): Update.
3671
3672 2013-08-14 Tom Tromey <tromey@redhat.com>
3673
3674 * remote.c (struct remote_state) <remote_traceframe_number>:
3675 New field.
3676 (remote_traceframe_number): Remove.
3677 (new_remote_state, remote_open_1, set_remote_traceframe)
3678 (remote_trace_find): Update.
3679
3680 2013-08-14 Tom Tromey <tromey@redhat.com>
3681
3682 * remote.c (struct remote_state) <general_thread, continue_thread>:
3683 New fields.
3684 (general_thread, continue_thread): Remove.
3685 (record_currthread, set_thread, set_general_process)
3686 (remote_open_1, extended_remote_attach_1, remote_wait_as)
3687 (extended_remote_mourn_1): Update.
3688
3689 2013-08-14 Tom Tromey <tromey@redhat.com>
3690
3691 * remote.c (struct remote_state) <remote_desc>: New field.
3692 (remote_desc): Remove.
3693 (remote_threads_info, remote_threads_extra_info, remote_close)
3694 (send_interrupt_sequence, remote_start_remote, remote_open_1)
3695 (readchar, remote_xfer_partial, remote_rcmd, packet_command)
3696 (remote_hostio_send_command, remote_file_put, remote_file_get)
3697 (remote_file_delete, remote_can_async_p, remote_is_async_p)
3698 (remote_async, remote_new_objfile, set_range_stepping): Update.
3699
3700 2013-08-14 Tom Tromey <tromey@redhat.com>
3701
3702 * remote.c (remote_state): Now a pointer.
3703 (get_remote_state_raw): Update.
3704 (new_remote_state): New function.
3705 (_initialize_remote): Use new_remote_state.
3706
3707 2013-08-14 Tom Tromey <tromey@redhat.com>
3708
3709 * remote.c (remote_protocol_features): Now const.
3710
3711 2013-08-14 Tom Tromey <tromey@redhat.com>
3712
3713 * remote.c (crc32_table, crc32): Remove.
3714 (remote_verify_memory): Use xcrc32.
3715
3716 2013-08-13 Sergio Durigan Junior <sergiodj@redhat.com>
3717
3718 * value.h (create_internalvar_type_lazy): Adjust prototype
3719 declaration.
3720
3721 2013-08-13 Andrew Burgess <aburgess@broadcom.com>
3722
3723 * common/format.c (parse_format_string): Don't allow '#' flag for
3724 pointer arguments in format string.
3725
3726 2013-08-13 Pierre Muller <muller@sourceware.org>
3727
3728 * utils.c (init_page_info): Only call tgetnum function
3729 if rl_get_screen_size did not return useful values.
3730
3731 2013-08-12 Ali Anwar <ali_anwar@codesourcery.com>
3732
3733 PR breakpoints/15117
3734 * linespec.c (linespec_parse_basic): Check for convenience
3735 variable or history value while parsing.
3736
3737 2013-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
3738
3739 Revert implementation of gdbarch_gdb_signal_{to,from}_target for
3740 AVR.
3741 * avr-tdep.c: Remove include of "linux-tdep.h". Remove enum with
3742 different signals between the generic Linux kernel implementation
3743 and AVR's.
3744 (avr_linux_gdb_signal_from_target): Delete.
3745 (avr_linux_gdb_signal_to_target): Delete.
3746 (avr_gdbarch_init): Don't set gdbarch_gdb_signal_{to,from}_target.
3747
3748 2013-08-09 Doug Evans <dje@google.com>
3749
3750 * dwarf2read.c (create_addrmap_from_index): Ignore bad address table
3751 entries.
3752
3753 2013-08-09 Sergio Durigan Junior <sergiodj@redhat.com>
3754
3755 * linux-tdep.c: Define enum with generic signal numbers.
3756 (linux_gdb_signal_from_target): New function.
3757 (linux_gdb_signal_to_target): Likewise.
3758 (linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
3759 methods to the functions above.
3760 * linux-tdep.h (linux_gdb_signal_from_target): New prototype.
3761 (linux_gdb_signal_to_target): Likewise.
3762 * alpha-linux-tdep.c: Define new enum with signals different
3763 from generic Linux kernel.
3764 (alpha_linux_gdb_signal_from_target): New function.
3765 (alpha_linux_gdb_signal_to_target): Likewise.
3766 (alpha_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
3767 with the functions mentioned above.
3768 * avr-tdep.c: Define enum with differences between Linux kernel
3769 and AVR signals.
3770 (avr_linux_gdb_signal_from_target): New function.
3771 (avr_linux_gdb_signal_to_target): Likewise.
3772 (avr_gdbarch_init): Set gdbarch_gdb_signal_{to,from}_target to
3773 the functions mentioned above.
3774 * sparc-linux-tdep.c: Define enum with differences between SPARC
3775 and generic Linux kernel signal numbers.
3776 (sparc32_linux_gdb_signal_from_target): New function.
3777 (sparc32_linux_gdb_signal_to_target): Likewise.
3778 (sparc32_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
3779 to the functions defined above.
3780 * xtensa-linux-tdep.c: Define enum with differences between
3781 Xtensa and Linux kernel generic signals.
3782 (xtensa_linux_gdb_signal_from_target): New function.
3783 (xtensa_linux_gdb_signal_to_target): Likewise.
3784 (xtensa_linux_init_abi): Set gdbarch_gdb_signal_to_target
3785 to the functions defined above.
3786 * mips-linux-tdep.c: Define enum with differences between
3787 signals in MIPS and Linux kernel generic ones.
3788 (mips_gdb_signal_to_target): New function.
3789 (mips_gdb_signal_from_target): Redefine to use new enum, handle
3790 only different signals from the Linux kernel generic.
3791 (mips_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
3792 the functions defined above.
3793 * mips-linux-tdep.h (enum mips_signals): Remove.
3794
3795 2013-08-09 Pedro Alves <palves@redhat.com>
3796
3797 * avr-tdep.c (XMALLOC): Delete macro.
3798 * cli/cli-dump.c (XMALLOC): Delete macro.
3799
3800 2013-08-09 Pedro Alves <palves@redhat.com>
3801
3802 * cli/cli-dump.c: Don't include cli/cli-dump.h.
3803 (scan_expression_with_cleanup, scan_filename_with_cleanup)
3804 (fopen_with_cleanup, add_dump_command): Make static.
3805 * cli/cli-dump.h: Delete file.
3806 * Makefile.in (HFILES_NO_SRCDIR): Remove reference to
3807 cli/cli-dump.h.
3808
3809 2013-08-09 Pedro Alves <palves@redhat.com>
3810
3811 * tracepoint.c (tfile_start): Show tilde-expanded filename in
3812 error message.
3813
3814 2013-08-09 Pedro Alves <palves@redhat.com>
3815
3816 * breakpoint.c (save_breakpoints): Show tilde-expanded filename in
3817 error message.
3818
3819 2013-08-09 Pedro Alves <palves@redhat.com>
3820
3821 * gcore.c (create_gcore_bfd): Don't use tilde_expand here.
3822 (gcore_command): Use tilde_expand here, and when showing the
3823 filename to the user, show the expanded version.
3824
3825 2013-08-09 Yao Qi <yao@codesourcery.com>
3826
3827 * stack.c (read_frame_arg): Set 'entryval_error' to NULL if
3828 'entryval' is set.
3829
3830 2013-08-08 Azat Khuzhin <a3at.mail@gmail.com> (tiny change)
3831
3832 * gcore.c (create_gcore_bfd): Use tilde_expand.
3833
3834 2013-08-08 Yao Qi <yao@codesourcery.com>
3835
3836 * frame.h (read_frame_local): Declare.
3837 * mi/mi-cmd-stack.c (list_args_or_locals): Call
3838 read_frame_local.
3839 * stack.c (read_frame_local): New.
3840
3841 2013-08-08 Yao Qi <yao@codesourcery.com>
3842
3843 * mi/mi-cmd-stack.c: Update comments to function
3844 list_args_or_locals.
3845
3846 2013-08-07 Tom Tromey <tromey@redhat.com>
3847
3848 PR symtab/15028:
3849 * dwarf2read.c (struct process_psymtab_comp_unit_data): New.
3850 (process_psymtab_comp_unit_reader): Use it.
3851 (process_psymtab_comp_unit): Update. Add "pretend_language"
3852 argument.
3853 (dwarf2_build_psymtabs_hard): Update.
3854 (scan_partial_symbols): Pass CU's language to
3855 process_psymtab_comp_unit.
3856
3857 2013-08-07 Tom Tromey <tromey@redhat.com>
3858
3859 * dwarf2read.c (dw2_get_primary_filename_reader): Remove.
3860 (dwarf2_gdb_index_functions): Update.
3861 * psymtab.c (find_symbol_file_from_partial): Remove.
3862 (psym_functions): Update.
3863 * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
3864 Remove.
3865
3866 2013-08-07 Tom Tromey <tromey@redhat.com>
3867
3868 * symfile.c (set_initial_language): Look up "main" symbol
3869 and use its language.
3870 * symtab.c (find_main_filename): Remove.
3871 * symtab.h (find_main_filename): Remove.
3872
3873 2013-08-07 Tom Tromey <tromey@redhat.com>
3874
3875 * dwarf2read.c (recursively_compute_inclusions): Add
3876 "immediate_parent" argument. Set symtab's "user" field
3877 if not set.
3878 (compute_symtab_includes): Update.
3879
3880 2013-08-07 Tom Tromey <tromey@redhat.com>
3881
3882 * linespec.c (convert_linespec_to_sals): Use maybe_add_address
3883 when adding label symbols.
3884
3885 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
3886 Ulrich Weigand <uweigand@de.ibm.com>
3887
3888 * configure.tgt (powerpc64-*-aix*): Match powerpc64 running aix.
3889 * configure.host (powerpc64-*-aix*): Likewise.
3890
3891 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
3892 Ulrich Weigand <uweigand@de.ibm.com>
3893
3894 * gdb_ptrace.h: Use ptrace64 instead of ptrace if HAVE_PTRACE64
3895 is defined.
3896 * rs6000-nat.c: Check for __ld_info64_ if compiling 64 BIT gdb.
3897 (rs6000_ptrace32): Call ptrace64 instead of ptrace if present.
3898 (rs6000_ptrace64): Call ptace64 instead of ptracex if present.
3899 * configure.ac: Check for ptrace64.
3900 * configure, config.in: Regenerate.
3901
3902 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
3903 Ulrich Weigand <uweigand@de.ibm.com>
3904
3905 * aixthread.c: Call ptrace64 instead of ptracex if defined.
3906 Call ptrace64 instead of ptrace if defined.
3907 Add macro addr_ptr to take care of ptrace address argument.
3908 (pdc_read_regs): Likewise.
3909 (pdc_write_regs): Likewise.
3910 (aix_thread_resume): Likewise.
3911 (fetch_regs_kernel_thread): Likewise.
3912 (store_regs_kernel_thread): Likewise.
3913
3914 2013-08-07 Anton Blanchard <anton@samba.org>
3915
3916 * MAINTAINERS: Add myself to Write After Approval.
3917
3918 2013-08-05 Tom Tromey <tromey@redhat.com>
3919
3920 * aix-thread.c (_initialize_aix_thread): Use
3921 complete_target_initialization.
3922 * bsd-uthread.c (_initialize_bsd_uthread): Use
3923 complete_target_initialization.
3924 * dec-thread.c (_initialize_dec_thread): Use
3925 complete_target_initialization.
3926 * ravenscar-thread.c (_initialize_ravenscar): Use
3927 complete_target_initialization.
3928 * sol-thread.c (_initialize_sol_thread): Use
3929 complete_target_initialization.
3930 * spu-multiarch.c (_initialize_spu_multiarch): Use
3931 complete_target_initialization.
3932
3933 2013-08-05 Tom Tromey <tromey@redhat.com>
3934
3935 * ada-exp.y (write_var_or_type): Use bound_minimal_symbol.
3936 * ada-lang.c (ada_lookup_simple_minsym): Return
3937 bound_minimal_symbol.
3938 * ada-lang.h (ada_lookup_simple_minsym): Update.
3939 * c-exp.y (variable): Use lookup_bound_minimal_symbol.
3940 * f-exp.y (variable): Use lookup_bound_minimal_symbol.
3941 * go-exp.y (variable): Use lookup_bound_minimal_symbol.
3942 * jv-exp.y (push_expression_name): Use lookup_bound_minimal_symbol.
3943 * m2-exp.y (variable): Use lookup_bound_minimal_symbol.
3944 * minsyms.c (msymbol_objfile): Remove.
3945 (lookup_minimal_symbol_internal): New function, from
3946 lookup_minimal_symbol.
3947 (lookup_minimal_symbol): Rewrite using
3948 lookup_minimal_symbol_internal.
3949 (lookup_bound_minimal_symbol): New function.
3950 * minsyms.h (msymbol_objfile): Remove.
3951 (lookup_bound_minimal_symbol): Declare.
3952 * p-exp.y (variable): Use lookup_bound_minimal_symbol.
3953 * parse.c (write_exp_msymbol): Change parameter to a
3954 bound_minimal_symbol.
3955 (write_dollar_variable): Use lookup_bound_minimal_symbol.
3956 * parser-defs.h (write_exp_msymbol): Update.
3957 * printcmd.c (address_info): Use lookup_bound_minimal_symbol.
3958 * symfile.c (simple_read_overlay_table): Use
3959 lookup_bound_minimal_symbol.
3960 * symtab.c (skip_prologue_sal): Don't use msymbol_objfile.
3961 (search_symbols): Likewise.
3962 (print_msymbol_info): Take a bound_minimal_symbol argument.
3963 (symtab_symbol_info, rbreak_command): Update.
3964 * symtab.h (struct symbol_search) <msymbol>: Change type
3965 to bound_minimal_symbol.
3966 * valops.c (find_function_in_inferior): Use
3967 lookup_bound_minimal_symbol.
3968 * value.c (value_fn_field): Use lookup_bound_minimal_symbol.
3969
3970 2013-08-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3971
3972 Code cleanup.
3973 * remote.c (cleanup_sigint_signal_handler): Rename the declaration
3974 to ...
3975 (async_cleanup_sigint_signal_handler): ... this.
3976 (initialize_sigint_signal_handler): Remove declaration.
3977 (handle_remote_sigint): Rename the declaration to ...
3978 (async_handle_remote_sigint): ... this.
3979 (handle_remote_sigint_twice): Rename the declaration to ...
3980 (async_handle_remote_sigint_twice): ... this.
3981 (async_remote_interrupt, async_remote_interrupt_twice)
3982 (remote_interrupt): Remove the declarations.
3983 (remote_interrupt_twice): Rename the declaration ...
3984 (sync_remote_interrupt_twice): ... this.
3985 (sigint_remote_twice_token): Rename the variable to ...
3986 (async_sigint_remote_twice_token): ... this.
3987 (sigint_remote_token): Rename the variable to ...
3988 (async_sigint_remote_token): ... this.
3989 (initialize_sigint_signal_handler): Rename the function to ...
3990 (async_initialize_sigint_signal_handler): ... this. Update the name
3991 inside.
3992 (handle_remote_sigint): Rename the function to ...
3993 (async_handle_remote_sigint): ... this. Update the names inside.
3994 (handle_remote_sigint_twice): Rename the function to ...
3995 (async_handle_remote_sigint_twice): ... this. Update the names inside.
3996 (cleanup_sigint_signal_handler): Rename the function to ...
3997 (async_cleanup_sigint_signal_handler): ... this.
3998 (remote_interrupt): Rename the function to ...
3999 (sync_remote_interrupt): this. Update the names inside.
4000 (remote_interrupt_twice): Rename the function to ...
4001 (sync_remote_interrupt_twice): this. Update the names inside.
4002 (remote_terminal_inferior, remote_terminal_ours, remote_wait_as)
4003 (_initialize_remote): Update the names inside.
4004
4005 2013-08-02 Tom Tromey <tromey@redhat.com>
4006
4007 PR symtab/15719:
4008 * breakpoint.c (update_watchpoint, watchpoint_check)
4009 (watch_command_1): Update.
4010 * eval.c (fetch_subexp_value): Add "preserve_errors"
4011 parameter.
4012 * ppc-linux-nat.c (check_condition): Update.
4013 * value.h (fetch_subexp_value): Update.
4014
4015 2013-08-02 Andrew Burgess <aburgess@broadcom.com>
4016
4017 * mi/mi-interp.c (mi_interpreter_resume): Remove call to
4018 add_file_handler.
4019
4020 2013-08-01 Doug Evans <dje@google.com>
4021
4022 PR symtab/15691
4023 * dwarf2read.c (struct dwarf2_per_cu_data): New member tu_read.
4024 (fill_in_sig_entry_from_dwo_entry): Reorganize asserts.
4025 Add assert of sig_entry->dwo_unit == NULL.
4026 (lookup_dwo_signatured_type): Don't assign TU to a DWO if the TU
4027 had already been read.
4028 (read_signatured_type): Set per_cu.tu_read.
4029
4030 PR symtab/15695
4031 * valops.c (value_struct_elt): Add missing call to check_typedef.
4032 (value_find_oload_method_list): Ditto.
4033
4034 * symtab.c (do_free_search_symbols_cleanup): Change arg to,
4035 effectively, struct symbol_search **.
4036 (make_cleanup_free_search_symbols): Change arg to struct
4037 symbol_search **. All callers updated.
4038 (compare_search_syms): Compare symtab file name and block as well.
4039 (search_symbols_equal): New function.
4040 (sort_search_symbols_remove_dups): Renamed from sort_search_symbols.
4041 New args new_head, new_tail. Result is now void. Remove dups after
4042 sorting the symbols.
4043 (search_symbols): Sort all found symbols once, after all have been
4044 found, and remove duplicates. Simplify cleanup tracking of result.
4045 * symtab.h (make_cleanup_free_search_symbols): Update prototype.
4046
4047 Further workarounds for binutils/15021.
4048 * dwarf2read.c (recursively_compute_inclusions): Change type of result
4049 parameter to VEC (symtab_ptr) **. New parameter all_type_symtabs.
4050 Watch for duplicate symtabs coming from type units.
4051 (compute_symtab_includes): Update call to
4052 recursively_compute_inclusions. Build vector of included symtabs
4053 instead of per_cus.
4054 * symtab.h (symtab_ptr): New typedef.
4055 (DEF_VEC_P (symtab_ptr)): New VEC type.
4056 * linespec.c (symtab_p): Delete. All uses updated to use symtab_ptr
4057 instead.
4058
4059 2013-08-01 Andrew Burgess <aburgess@broadcom.com>
4060
4061 * cli/cli-script.c (script_from_file): Remove use of
4062 error_pre_print.
4063 * main.c (captured_main): Remove use of error_pre_print and
4064 quit_pre_print.
4065 * utils.c (error_pre_print, quit_pre_print): Remove.
4066 * utils.h (error_pre_print, quit_pre_print): Likewise.
4067
4068 2013-08-01 Yao Qi <yao@codesourcery.com>
4069
4070 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Parse argv
4071 with mi_getopt.
4072 (mi_cmd_stack_list_variables): Likewise.
4073
4074 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
4075
4076 * exceptions.c (deprecated_throw_reason): Remove.
4077 * exceptions.h (deprecated_throw_reason): Remove.
4078
4079 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
4080
4081 * remote-mips.c (mips_error): Replace use of
4082 deprecated_throw_reason with throw_verror. Use the error message
4083 passed to mips_error as the error message for throw_verror.
4084
4085 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
4086
4087 * monitor.c (monitor_interrupt_query): Replace use of
4088 deprecated_throw_reason with quit.
4089 * nto-procfs.c (interrupt_query): Likewise.
4090 * remote-fileio.c (remote_fileio_sig_exit): Likewise.
4091 * remote-mips.c (mips_kill): Likewise.
4092 * remote.c (interrupt_query): Likewise.
4093
4094 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
4095
4096 * utils.c (internal_verror): Replace use of deprecated_throw_reason
4097 with call to fatal.
4098
4099 2013-07-31 Pedro Alves <pedro@codesourcery.com>
4100 Yao Qi <yao@codesourcery.com>
4101
4102 * tracepoint.c (trace_dump_command): Select the current frame.
4103
4104 2013-07-30 Doug Evans <dje@google.com>
4105
4106 * dwarf2read.c (process_queue): Add type signature to debug output.
4107
4108 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
4109
4110 * value.c (value_fetch_lazy): Mark optimized out values as such
4111 rather than raising an error.
4112
4113 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
4114
4115 * value.c (value_fetch_lazy): Ensure parent value is not lazy
4116 before checking which bits of the parent, not the child, value are
4117 valid.
4118
4119 2013-07-30 Muhammad Bilal <mbilal@codesorcery.com>
4120
4121 PR gdb/15715
4122 * top.c: Include "filenames.h".
4123 (set_history_filename): New function.
4124 (init_main): Install it as set hook of the "set history filename"
4125 command.
4126
4127 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
4128
4129 * dwarf2read.c (dwarf2_get_ref_die_offset): Constify struct
4130 attribute parameter.
4131 (dwarf2_const_value_data): Constify struct attribute parameter.
4132 (dwarf2_const_value): Constify struct attribute parameter.
4133 (dwarf2_const_value_attr): Constify struct attribute parameter.
4134 (lookup_die_type): Constify struct attribute parameter.
4135 (dwarf2_get_attr_constant_value): Constify struct attribute parameter.
4136 (follow_die_ref_or_sig): Constify struct attribute parameter.
4137 (follow_die_ref): Constify struct attribute parameter.
4138 (follow_die_sig): Constify struct attribute parameter.
4139 (get_DW_AT_signature_type): Constify struct attribute parameter.
4140 (get_type_unit_group): Constify struct attribute parameter.
4141 (fill_in_loclist_baton): Constify struct attribute parameter.
4142 (dwarf2_symbol_mark_computed): Constify struct attribute parameter.
4143 (type_unit_group): Constify struct attribute parameter.
4144
4145 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
4146
4147 * dwarf2read.c (attr_form_is_block): Make argument const.
4148 (attr_form_is_section_offset): Make argument const.
4149 (attr_form_is_constant): Make argument const.
4150 (attr_form_is_ref): Make argument const.
4151
4152 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
4153
4154 * dwarf2read.c (attr_is_ref): Rename to attr_form_is_ref.
4155 All uses updated.
4156 (attr_form_is_ref): Moved below attr_form_is_constant.
4157
4158 2013-07-29 Doug Evans <dje@google.com>
4159
4160 * main.c (captured_command_loop): Tweak comment.
4161
4162 * target.c (target_async_permitted_1): Fix comment.
4163
4164 * symtab.c (iterate_over_some_symtabs): Add comment.
4165
4166 * symtab.c (iterate_over_some_symtabs): Fix indentation.
4167
4168 2013-07-27 Yao Qi <yao@codesourcery.com>
4169
4170 * NEWS: Mention that GDBserver now supports hardware
4171 watchpoints on the MIPS GNU/Linux target.
4172
4173 2013-07-27 Yao Qi <yao@codesourcery.com>
4174
4175 * Makefile.in (HFILES_NO_SRCDIR): Add
4176 common/mips-linux-watch.h.
4177 (mips-linux-watch.o): New rule.
4178 * common/mips-linux-watch.c: New.
4179 * common/mips-linux-watch.h: New.
4180 * config/mips/linux.mh (NATDEPFILES): Add mips-linux-watch.o
4181 * mips-linux-nat.c: Include mips-linux-watch.h.
4182 (W_BIT, R_BIT, I_BIT, W_MASK, R_MASK, I_MASK, IRW_MASK): Move
4183 to common/mips-linux-watch.h.
4184 (MAX_DEBUG_REGISTER): Likewise.
4185 (enum pt_watch_style): Likewise.
4186 (struct mips32_watch_regs): Likewise.
4187 (struct mips64_watch_regs): Likewise.
4188 (struct pt_watch_regs): Likewise.
4189 (struct mips_watchpoint): Likewise.
4190 (mips_linux_watch_get_irw_mask): Move to
4191 common/mips-linux-watch.c.
4192 (get_reg_mask, mips_linux_watch_get_num_valid): Likewise.
4193 (mips_linux_watch_get_watchlo): Likewise.
4194 (mips_linux_watch_set_watchlo): Likewise.
4195 (mips_linux_watch_get_watchhi): Likewise.
4196 (mips_linux_watch_set_watchhi): Likewise.
4197 (mips_linux_read_watch_registers): Likewise.
4198 (mips_linux_watch_type_to_irw): Likewise.
4199 (mips_linux_stopped_data_address, fill_mask): Likewise.
4200 (mips_linux_watch_try_one_watch): Likewise.
4201 (mips_linux_watch_populate_regs): Likewise.
4202
4203 2013-07-27 Yao Qi <yao@codesourcery.com>
4204
4205 * mips-linux-nat.c (get_irw_mask): Rename to ...
4206 (mips_linux_watch_get_irw_mask): ... this. Rename parameter
4207 'set' to 'n'. Update function comment. All callers changed.
4208 (get_reg_mask): Rename parameter 'set' to 'n'. Update
4209 function comment. All callers changed.
4210 (get_num_valid): Rename to ...
4211 (mips_linux_watch_get_num_valid): ... this. Rename parameter
4212 'set' to 'n'. Update function comment. All callers changed.
4213 (get_watchlo): Rename to ...
4214 (mips_linux_watch_get_watchlo): ... this. Rename parameter
4215 'set' to 'n'. Update function comment. All callers changed.
4216 (set_watchlo): Rename to ...
4217 (mips_linux_watch_set_watchlo): ... this. Rename parameter
4218 'set' to 'n'. Update function comment. All callers changed.
4219 (get_watchhi): Rename to ...
4220 (mips_linux_watch_get_watchhi): ... this. Update function
4221 comment. All callers changed.
4222 (set_watchhi): Rename to ...
4223 (mips_linux_watch_set_watchhi): ... this. Update function
4224 comment. All callers changed.
4225 (mips_linux_read_watch_registers): Update function comment.
4226 Add new parameters 'lwpid', 'watch_readback', and
4227 'watch_readback_valid'. Update.
4228 (type_to_irw): Rename to ...
4229 (mips_linux_watch_type_to_irw): ... this. Update function
4230 comment. All callers changed.
4231 (fill_mask): Update function comment.
4232 (try_one_watch): Rename to ...
4233 (mips_linux_watch_try_one_watch): ... this. Change the type
4234 of parameter 'irw' from 'unsigned' to 'uint32_t'.
4235 (populate_regs_from_watches): Rename to ...
4236 (mips_linux_watch_populate_regs): ... this. Add parameter
4237 'current_watches'. All callers changed.
4238
4239 2013-07-27 Yao Qi <yao@codesourcery.com>
4240
4241 * mips-linux-nat.c (MAX_DEBUG_REGISTER): Move it earlier in
4242 the code.
4243 (PTRACE_SET_WATCH_REGS, enum pt_watch_style): Remove.
4244 (struct mips32_watch_regs, struct mips64_watch_regs): Remove.
4245 (struct pt_watch_regs): Likewise.
4246 [!PTRACE_GET_WATCH_REGS] (PTRACE_SET_WATCH_REGS): New macro.
4247 [!PTRACE_GET_WATCH_REGS] (enum pt_watch_style): New.
4248 [!PTRACE_GET_WATCH_REGS] (struct mips32_watch_regs): New.
4249 [!PTRACE_GET_WATCH_REGS] (struct mips64_watch_regs): New.
4250 [!PTRACE_GET_WATCH_REGS] (struct pt_watch_regs): New.
4251
4252 2013-07-27 Yao Qi <yao@codesourcery.com>
4253
4254 * breakpoint.h: Include break-common.h.
4255 (enum target_hw_bp_type): Move to ...
4256 * common/break-common.h: ... here. New.
4257
4258 2013-07-26 Cyril Nikolaev <cyril@nichtverstehen.de>
4259
4260 * inflow.c (terminal_init_inferior_with_pgrp): Save inferior
4261 process group regardless of having tty on stdin.
4262
4263 2013-07-25 Doug Evans <dje@google.com>
4264
4265 * linux-fork.h (detach_fork): Delete.
4266
4267 2013-07-25 Tom Tromey <tromey@redhat.com>
4268
4269 PR remote/15256, PR remote/15266:
4270 * bfd-target.c (target_bfd_reopen): Initialize to_magic.
4271 * monitor.c (monitor_detach): Use unpush_target.
4272 * remote-m32r-sdi.c (m32r_detach): Use unpush_target.
4273 * remote-mips.c (mips_detach): Use unpush_target. Don't
4274 call mips_close.
4275 * remote-sim.c (gdbsim_detach): Use unpush_target.
4276 * target.c (pop_target): Remove.
4277 (pop_all_targets_above): Don't call target_close.
4278 (target_close): Assert that the target is unpushed.
4279 * target.h (pop_target): Don't declare.
4280 * tracepoint.c (tfile_open): Use unpush_target.
4281
4282 2013-07-25 Tom Tromey <tromey@redhat.com>
4283
4284 * linux-thread-db.c (init_thread_db_ops): Call
4285 complete_target_initialization.
4286 (_initialize_thread_db): Don't call add_target.
4287 * target.c (complete_target_initialization): New function.
4288 (add_target_with_completer): Call it.
4289 * target.h (complete_target_initialization): Declare.
4290
4291 2013-07-25 Mark Kettenis <kettenis@gnu.org>
4292
4293 * hppa-tdep.h (enum hppa_regnum): Add members for all space registers.
4294 * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Add comment.
4295 (HPPANBSD_SIZEOF_GREGS): New define.
4296 (hppaobsd_supply_gregset): Handle additional registers.
4297 * hppabsd-nat.c (hppabsd_gregset_supplies_p): Adjust to indicate
4298 we provide more registers now.
4299 (hppabsd_supply_gregset): Supply additional registers.
4300 (hppabsd_collect_gregset): Collect additional registers.
4301
4302 2013-07-25 Mark Kettenis <kettenis@gnu.org>
4303
4304 * hppabsd-tdep.c: Include "dwarf2-frame.h".
4305 (hppabsd_dwarf2_frame_init_reg): New function.
4306 (hppabsd_init_abi): Hook in the DWARF CFI frame unwinder.
4307
4308 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
4309
4310 * mi/mi-main.c (output_register): Make MI 'r' format use standard
4311 'z' format code. Remove error for optimized out values, standard
4312 code will handle these fine.
4313
4314 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
4315
4316 * NEWS: Mention new 'z' formatter.
4317 * printcmd.c (print_scalar_formatted): Add new 'z' formatter.
4318 (_initialize_printcmd): Mention 'z' formatter in help text of the
4319 'x' command.
4320
4321 2013-07-24 Maciej W. Rozycki <macro@codesourcery.com>
4322
4323 * mips-tdep.c (micromips_deal_with_atomic_sequence): Correct
4324 formatting.
4325
4326 2013-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
4327
4328 * breakpoint.c (create_longjmp_master_breakpoint): Check if probe
4329 interface can evaluate arguments. Fallback to the old mode if it
4330 cannot.
4331 (create_exception_master_breakpoint): Likewise.
4332 * elfread.c (elf_can_evaluate_probe_arguments): New function.
4333 (struct sym_probe_fns elf_probe_fns): Export function above to the
4334 probe interface.
4335 * probe.c (can_evaluate_probe_arguments): New function.
4336 * probe.h (struct probe_ops) <can_evaluate_probe_arguments>: New
4337 function pointer.
4338 (can_evaluate_probe_arguments): New function prototype.
4339 * solib-svr4.c (svr4_create_solib_event_breakpoints): Check if
4340 probe interface can evaluate arguments. Fallback to the old mode
4341 if it cannot.
4342 * stap-probe.c (stap_get_probe_argument_count): Check if probe
4343 interface can evaluate arguments. Warning the user if it cannot.
4344 (stap_can_evaluate_probe_arguments): New function.
4345 (struct probe_ops stap_probe_ops): Export function above to the
4346 probe interface.
4347 * symfile.h (struct sym_probe_fns) <can_evaluate_probe_arguments>:
4348 New function pointer.
4349
4350 2013-07-24 Luis Machado <lgustavo@codesourcery.com>
4351
4352 * Makefile.in (SFILES): Add common/target-common.c.
4353 Add common/target-common.h to headers.
4354 (COMMON_OBS): Add target-common.o.
4355 (target-common.o): New target.
4356 * linux-nat.h (resume_kind): Move to common/target-common.h.
4357 * target.c (target_waitstatus_to_string): Move to
4358 common/target-common.c.
4359 * target.h: Include target-common.h.
4360 (target_waitkind): Move to common/target-common.h.
4361 (target_waitstatus): Likewise.
4362 (TARGET_WNOHANG): Likewise.
4363 * common/target-common.c: New file.
4364 * common/target-common.h: New file.
4365
4366 2013-07-24 Doug Evans <dje@google.com>
4367
4368 * dwarf2read.c (lookup_dwo_cutu): Change missing DWO complaint to
4369 a warning.
4370
4371 2013-07-23 Yao Qi <yao@codesourcery.com>
4372
4373 * i386-tdep.c (i386_in_stack_tramp_p): Remove unused
4374 parameter 'gdbarch'.
4375 (i386_stack_tramp_frame_sniffer): Caller update.
4376 * i386-linux-tdep.c (i386_linux_core_read_xcr0): Remove
4377 parameter 'gdbarch' and 'target'.
4378 (i386_linux_core_read_description): Caller update.
4379 * amd64-linux-tdep.c (amd64_linux_core_read_description):
4380 Likewise.
4381 * i386-linux-tdep.h (i386_linux_core_read_xcr0): Update
4382 declaration.
4383
4384 2013-07-23 Tom Tromey <tromey@redhat.com>
4385
4386 * dwarf2read.c (init_cutu_and_read_dies): Revert patch from
4387 2013-07-22.
4388
4389 2013-07-22 Doug Evans <dje@google.com>
4390
4391 * exec.h (remove_target_sections): Delete arg abfd.
4392 * exec.c (exec_close): Update call to remove_target_sections.
4393 (remove_target_sections): Delete arg abfd.
4394 * solib.c (update_solib_list): Ditto.
4395 (reload_shared_libraries_1): Ditto.
4396 (clear_solib): Ditto, and unconditionally call remove_target_sections.
4397 * target.h (struct target_section): Rename key to owner.
4398 All uses updated.
4399
4400 2013-07-22 Tom Tromey <tromey@redhat.com>
4401
4402 * solib-som.c (som_open_symbol_file_object): Call do_cleanups.
4403
4404 2013-07-22 Tom Tromey <tromey@redhat.com>
4405
4406 * dwarf2read.c (init_cutu_and_read_dies): Remove 'free_cu_cleanup'.
4407 Simplify cleanup handling.
4408
4409 2013-07-22 Tom Tromey <tromey@redhat.com>
4410
4411 * dwarf2read.c (dwarf_decode_line_header): Call do_cleanups
4412 on all return paths.
4413
4414 2013-07-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4415
4416 * ppc-linux-nat.c (PPC_DEBUG_FEATURE_DATA_BP_DAWR): New define.
4417 (ppc_linux_region_ok_for_hw_watchpoint): Add checking to use the new
4418 DAWR interface for longer ranges hardware watchpoint (up to 512 bytes).
4419
4420 2013-07-22 Phil Muldoon <pmuldoon@redhat.com>
4421
4422 * top.c (print_gdb_version): Add help, apropos description and
4423 url to online documentation.
4424
4425 2013-07-19 Hui Zhu <hui@codesourcery.com>
4426
4427 PR gdb/15692
4428 * mi/mi-cmd-break.c (mi_argv_to_format): Handle double quotes.
4429
4430 2013-07-19 Yao Qi <yao@codesourcery.com>
4431
4432 * target.c (update_current_target): Change the default action
4433 of 'to_traceframe_info' from tcomplain to return_zero.
4434 * target.h (struct target_ops) <to_traceframe_info>: Add more
4435 comments.
4436 * valops.c (read_value_memory): Call
4437 traceframe_available_memory unconditionally.
4438
4439 2013-07-18 Yao Qi <yao@codesourcery.com>
4440
4441 * coffread.c (coff_symfile_read): Iterate over minimal symbols,
4442 if the name is prefixed by "__imp_" or "_imp_", look for minimal
4443 symbol without prefix. If found, set its type to
4444 'mst_solib_trampoline'.
4445
4446 2013-07-17 Doug Evans <dje@google.com>
4447
4448 * NEWS: Mention "set print raw frame-arguments".
4449 * gdbcmd.h (setprintrawlist, showprintrawlist): Declare.
4450 * stack.c (print_raw_frame_arguments): New static global.
4451 (print_frame_arg): Set opts.raw from print_raw_frame_arguments.
4452 (_initialize_stack): New command "set/show print raw frame-arguments".
4453 * valprint.c (setprintrawlist, showprintrawlist): New globals.
4454 (set_print_raw, show_print_raw): New functions.
4455 (_initialize_valprint): New prefix command "set/show print raw".
4456 * valprint.h (value_print_options): Improve comments.
4457
4458 * cli/cli-cmds.c (init_cmd_lists): Delete unnecessary initialization
4459 of all *list variables.
4460
4461 * gdbcmd.h (togglelist): Delete.
4462 * cli/cli-cmds.c (togglelist): Delete.
4463 (init_cmd_lists): Update.
4464 * cli/cli-cmds.h (togglelist): Delete.
4465
4466 2013-07-17 Tom Tromey <tromey@redhat.com>
4467
4468 * dwarf2read.c (dwarf2_per_objfile_free): Clear
4469 dwarf2_per_objfile.
4470
4471 2013-07-16 Doug Evans <dje@google.com>
4472
4473 * nto-tdep.c (nto_relocate_section_addresses): Update,
4474 target_section.bfd deleted.
4475 * ppc64-tdep.c (ppc64_convert_from_func_ptr_addr): Ditto.
4476 * s390-tdep.c (s390_load): Ditto.
4477 * solib-aix.c (solib_aix_relocate_section_addresses): Ditto.
4478
4479 2013-07-16 Andrew Burgess <aburgess@broadcom.com>
4480
4481 * common/format.c (parse_format_string): Add checks for NULL
4482 character before calling strchr.
4483
4484 2013-07-16 Doug Evans <dje@google.com>
4485
4486 * solist.h (target_so_ops.find_and_open_solib): Clarify usage of
4487 temp_pathname argument.
4488 * nto-tdep.c (nto_find_and_open_solib): Fix setting of temp_pathname
4489 when opening the file fails.
4490
4491 * target.h (struct target_section): Delete member bfd.
4492 All users updated to use the_bfd_section->owner instead.
4493 * exec.c (add_to_section_table): Assert bfd is expected value.
4494 Remove initialization of target_section.bfd.
4495 (remove_target_sections): Update.
4496 (section_table_available_memory): Update.
4497 (section_table_xfer_memory_partial): Update.
4498 (print_section_info): Update.
4499 (exec_set_section_address): Update.
4500 * record-full.c (record_full_core_xfer_partial): Update.
4501 * solib-svr4.c (svr4_relocate_section_addresses): Update.
4502 * solib-target.c (solib_target_relocate_section_addresses): Update.
4503 * symfile.c (build_section_addr_info_from_section_table): Update.
4504 * target.c (memory_xfer_live_readonly_partial): Update.
4505 (memory_xfer_partial_1): Update.
4506
4507 2013-07-15 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4508
4509 * ppc-linux-nat.c: Since the new PowerPC specific ptrace interface is
4510 now available for embedded (BookE) and server (BookS) processors,
4511 correct mentions of 'booke' and adjust comments accordingly in order to
4512 avoid confusion. Rename struct 'booke_debug_info' to 'hwdebug_info'.
4513 (have_ptrace_booke_interface): Rename function and variable
4514 'have_ptrace_booke_interface' to 'have_ptrace_hwdebug_interface'.
4515 Rename struct 'booke_debug_info' to 'hwdebug_info'. Update all uses.
4516 (booke_cmp_hw_point): Rename function 'booke_cmp_hw_point' to
4517 'hwdebug_point_cmp'. Update all uses.
4518 (booke_find_thread_points_by_tid): Rename function
4519 'booke_find_thread_points_by_tid' to
4520 'hwdebug_find_thread_points_by_tid'. Update all uses.
4521 (booke_insert_point): Rename function 'booke_insert_point' to
4522 'hwdebug_insert_point'. Update all uses.
4523 (booke_remove_point): Rename function 'booke_remove_point' to
4524 'hwdebug_remove_point'. Update all uses.
4525
4526 2013-07-15 Maciej W. Rozycki <macro@codesourcery.com>
4527
4528 * mips-tdep.c (mips_gdbarch_init): Replace hardcoded magic
4529 numbers with enum values.
4530
4531 2013-07-15 Ali Anwar <ali_anwar@codesourcery.com>
4532
4533 PR threads/13217
4534 * thread.c (thread_apply_all_command): Check for valid threads
4535 and thread count.
4536 (thread_array_cleanup): New struct.
4537 (set_thread_refcount): New function.
4538
4539 2013-07-11 Andrew Burgess <aburgess@broadcom.com>
4540
4541 * infcmd.c (default_print_one_register_info): Reuse function
4542 print_hex_chars.
4543
4544 2013-07-10 Tom Tromey <tromey@redhat.com>
4545
4546 * Makefile.in (GDB_WARN_CFLAGS_NO_DEFS, ADA_EXP_C): New macros.
4547 (ada-exp.o): New target.
4548
4549 2013-07-10 Sergio Durigan Junior <sergiodj@redhat.com>
4550
4551 * mt-tdep.c (mt_registers_info): Call
4552 get_no_prettyformat_print_options instead of
4553 get_raw_print_options (regression by last patch from Doug
4554 Evans).
4555
4556 2013-07-09 Pedro Alves <palves@redhat.com>
4557
4558 Checked in by Joel Brobecker <brobecker@adacore.com>.
4559 * ada-lang.c (coerce_unspec_val_to_type): Use
4560 value_optimized_out_const.
4561 * value.c (value_optimized_out_const): New function.
4562 * value.h (value_optimized_out_const): New declaration.
4563
4564 2013-07-09 Doug Evans <dje@google.com>
4565
4566 * defs.h (enum val_prettyformat): Renamed from val_prettyprint.
4567 Enum values rename as well. All uses updated.
4568 * valprint.h (value_print_options): Rename member pretty to
4569 pretty format. Rename member prettyprint_arrays to
4570 prettyformat_arrays. Rename member prettyprint_structs to
4571 prettyformat_structs. All uses updated.
4572 (get_no_prettyformat_print_options): Renamed from
4573 get_raw_print_options.
4574 * valprint.c (get_no_prettyformat_print_options): Renamed from
4575 get_raw_print_options. All callers updated.
4576 (show_prettyformat_structs): Renamed from show_prettyprint_structs.
4577 All callers updated.
4578 (show_prettyformat_arrays): Renamed from show_prettyprint_arrays.
4579 All callers updated.
4580 (_initialize_valprint): Improve help text for "set print pretty" and
4581 "set print arrays".
4582
4583 2013-07-09 Andrew Burgess <aburgess@broadcom.com>
4584
4585 * value.c (value_bits_valid): Revert previous change, and change
4586 by Pedro on 2013-07-04, due to regressions in
4587 gdb.dwarf2/implptr.exp and gdb.dwarf2/pieces.exp.
4588
4589 2013-07-08 Andrew Burgess <aburgess@broadcom.com>
4590 Pedro Alves <palves@redhat.com>
4591
4592 * value.c (value_bits_valid): If the value is not lval_computed
4593 or has no check validity handler then the answer is the
4594 optimized_out flag, otherwise defer to the handler.
4595
4596 2013-07-06 Eli Zaretskii <eliz@gnu.org>
4597
4598 * top.c (print_gdb_configuration): Explain in output of
4599 --configuration what does "relocatable" mean.
4600
4601 * main.c (print_gdb_help): Regroup options in the --help text.
4602 See http://sourceware.org/ml/gdb-patches/2013-04/msg00362.html for
4603 the relevant discussions.
4604
4605 2013-07-06 Yao Qi <yao@codesourcery.com>
4606
4607 * breakpoint.h (struct breakpoint_ops) <create_breakpoints_sal>:
4608 Remove parameter 'lsal'.
4609 * breakpoint.c (create_breakpoint): Move local variable 'lsal'
4610 to inner block. Caller update.
4611 (base_breakpoint_create_breakpoints_sal): Update.
4612 (bkpt_create_breakpoints_sal): Likewise.
4613 (tracepoint_create_breakpoints_sal): Likewise.
4614 (strace_marker_create_breakpoints_sal): Get 'lsal' from the
4615 element 0 of vector 'canonical->sals'.
4616
4617 2013-07-05 Luis Machado <lgustavo@codesourcery.com>
4618
4619 * rs6000-tdep.c (rs6000_stab_reg_to_regnum): Return the real
4620 register number instead of the pseudo register one.
4621 (rs6000_dwarf2_reg_to_regnum): Likewise.
4622
4623 2013-07-04 Pedro Alves <palves@redhat.com>
4624
4625 * findvar.c (value_of_register): Use allocate_optimized_out_value
4626 if the register has been optimized out, instead of
4627 set_value_optimized_out.
4628 * frame-unwind.c (frame_unwind_got_optimized): Use
4629 allocate_optimized_out_value.
4630
4631 2013-07-04 Pedro Alves <palves@redhat.com>
4632
4633 * value.c (value_bits_valid): If the value is not lval_computed,
4634 or doesn't have a check_validity hook, assume the value is entirely
4635 valid.
4636
4637 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
4638
4639 * stack.c (read_frame_arg): No longer fetch lazy values.
4640 * value.c (value_optimized_out): If the value is not already
4641 marked optimized out, and is lazy then fetch it.
4642 (value_primitive_field): Move optimized out check to later in the
4643 function, after we have loaded any lazy values.
4644 (value_fetch_lazy): Use optimized out flag directly rather than
4645 calling optimized_out method.
4646
4647 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
4648
4649 * valops.c: Don't include "user-regs.h".
4650 (value_fetch_lazy): Moved to value.c.
4651 * value.c: Include "user-regs.h".
4652 (value_fetch_lazy): Moved from valops.c.
4653
4654 2013-07-04 Yao Qi <yao@codesourcery.com>
4655
4656 Revert:
4657 2013-06-27 Yao Qi <yao@codesourcery.com>
4658
4659 * common/create-version.sh: Update comments. Handle the case
4660 that TARGET_ALIAS is empty.
4661
4662 2013-07-03 Pedro Alves <palves@redhat.com>
4663
4664 * Makefile.in (config.status): Depend on development.sh.
4665 (aclocal_m4_deps): Add libmcheck.m4.
4666 * acinclude.m4: Include libmcheck.m4.
4667 * configure.ac: Source development.sh instead of setting
4668 'development' here. --enable-libmcheck/--disable-libmcheck code
4669 factored out to GDB_AC_LIBMCHECK. Run it.
4670 * development.sh: New file.
4671 * libmcheck.m4: New file.
4672 * configure: Regenerate.
4673
4674 2013-07-02 Tom Tromey <tromey@redhat.com>
4675
4676 * contrib/ari/update-web-ari.sh: Update for version.in change.
4677
4678 2013-07-02 Tom Tromey <tromey@redhat.com>
4679
4680 * common/ptid.h: Comment fixes.
4681
4682 2013-07-01 Tom Tromey <tromey@redhat.com>
4683
4684 * dwarf2read.c (dwarf2_get_dwz_file): Return NULL if
4685 .gnu_debugaltlink not found. Use bfd_get_alt_debug_link_info.
4686 (dwarf2_read_index, create_all_comp_units): Update.
4687
4688 2013-07-01 Tom Tromey <tromey@redhat.com>
4689
4690 * configure.ac (build_warnings): Add -Wold-style-definition.
4691 * configure: Rebuild.
4692 * machoread.c (_initialize_machoread): Use "(void)".
4693 * macrocmd.c (macro_inform_no_debuginfo): Fix formatting;
4694 use "(void)".
4695
4696 2013-07-01 Tom Tromey <tromey@redhat.com>
4697
4698 * configure.ac (build_warnings): Add -Wold-style-declaration.
4699 * configure: Rebuild.
4700 * dsrec.c (make_srec): Use "static const", not "const static".
4701 * h8300-tdep.c (h8300_breakpoint_from_pc): Use "static const",
4702 not "const static".
4703 * mi/mi-parse.c (mi_no_values, mi_simple_values, mi_all_values):
4704 Use "static const", not "const static".
4705 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Use "static const",
4706 not "const static".
4707 * moxie-tdep.c (moxie_breakpoint_from_pc): Use "static const",
4708 not "const static".
4709 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Use "static const",
4710 not "const static".
4711 * v850-tdep.c (v850_breakpoint_from_pc): Use "static const",
4712 not "const static".
4713 (v850_dbtrap_breakpoint_from_pc): Likewise.
4714 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Use "static const",
4715 not "const static".
4716
4717 2013-07-01 Tom Tromey <tromey@redhat.com>
4718
4719 * configure.ac (build_warnings): Add -Wmissing-parameter-type.
4720 * configure: Rebuild.
4721
4722 2013-07-01 Pedro Alves <palves@redhat.com>
4723
4724 * defs.h: Include "pathmax.h".
4725 * utils.c: Don't include sys/param.h.
4726 (gdb_realpath): Remove code that checks for MAXPATHLEN.
4727 * solib-ia64-hpux.c (ia64_hpux_handle_load_event): Use PATH_MAX
4728 instead of MAXPATHLEN.
4729 * solib-sunos.c: Don't include sys/param.h.
4730 * xcoffread.c: Don't include sys/param.h.
4731 * bsd-kvm.c: Don't include sys/param.h.
4732 * darwin-nat.c: Don't include sys/param.h.
4733 (darwin_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
4734 * darwin-nat-info.c: Don't include sys/param.h.
4735 * fbsd-nat.c (fbsd_pid_to_exec_file): Use PATH_MAX instead of
4736 MAXPATHLEN.
4737 * i386obsd-nat.c: Don't include sys/param.h.
4738 * inf-child.c: Don't include sys/param.h.
4739 (inf_child_fileio_readlink): Use PATH_MAX instead of MAXPATHLEN.
4740 * linux-fork.c: Don't include sys/param.h.
4741 (fork_save_infrun_state): Use PATH_MAX instead of MAXPATHLEN.
4742 * linux-nat.c: Don't include sys/param.h.
4743 (linux_child_pid_to_exec_file, linux_proc_pending_signals)
4744 (linux_proc_pending_signals): Use PATH_MAX instead of MAXPATHLEN.
4745 * m68klinux-nat.c: Don't include sys/param.h.
4746 * nbsd-nat.c: Don't include sys/param.h.
4747 (nbsd_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
4748 * ppc-linux-nat.c: Don't include sys/param.h.
4749 * rs6000-nat.c: Don't include sys/param.h.
4750 * spu-linux-nat.c. Don't include sys/param.h.
4751 * windows-nat.c: Don't include sys/param.h.
4752 * xtensa-linux-nat.c: Don't include sys/param.h.
4753 * config/i386/nm-fbsd.h: Don't include sys/param.h.
4754
4755 2013-07-01 Pedro Alves <palves@redhat.com>
4756
4757 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add pathmax.
4758 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/pathmax.m4.
4759 * gnulib/aclocal.m4: Regenerate.
4760 * gnulib/config.in: Regenerate.
4761 * gnulib/configure: Regenerate.
4762 * gnulib/import/pathmax.h: New file.
4763 * gnulib/import/Makefile.am: Regenerate.
4764 * gnulib/import/Makefile.in: Regenerate.
4765 * gnulib/import/m4/gnulib-cache.m4: Regenerate.
4766 * gnulib/import/m4/gnulib-comp.m4: Regenerate.
4767 * gnulib/import/m4/pathmax.m4: New file.
4768
4769 2013-07-01 Pedro Alves <palves@redhat.com>
4770
4771 * configure.ac (GDBINIT): Define, depending on host.
4772 * go32-nat.c (init_go32_ops): Don't override gdbinit here.
4773 * top.c (PATH_MAX): Delete fallback definition.
4774 (GDBINIT_FILENAME): Delete.
4775 (gdbinit): Reimplement as const char array set to the GDBINIT
4776 string constant.
4777 * top.h (gdbinit): Make const.
4778 * configure, config.in: Regenerate.
4779
4780 2013-07-01 Pedro Alves <palves@redhat.com>
4781
4782 * cli/cli-cmds.c (source_script): Make 'file' parameter const.
4783 * cli/cli-cmds.h (source_script): Likewise.
4784 * exceptions.c (catch_command_errors_const): New function.
4785 * exceptions.h (catch_command_errors_const): Declare.
4786 * main.c (get_init_files): Make parameters const, and adjust.
4787 (captured_main): Make 'system_gdbinit', 'home_gdbinit' and
4788 'local_gdbinit' locals const. Adjust to use
4789 catch_command_errors_const.
4790 (print_gdb_help): Make 'system_gdbinit', 'home_gdbinit' and
4791 'local_gdbinit' locals const.
4792
4793 2013-07-01 Pedro Alves <palves@redhat.com>
4794
4795 * defs.h: Don't check HAVE_UNISTD_H before including <unistd.h>.
4796 (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Delete.
4797 * tracepoint.c: Don't check HAVE_UNISTD_H before including
4798 <unistd.h>.
4799
4800 2013-07-01 Pedro Alves <palves@redhat.com>
4801
4802 Import the "unistd" gnulib module.
4803 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add "unistd".
4804 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/off_t.m4,
4805 import/m4/ssize_t.m4, import/m4/sys_types_h.m4 and
4806 import/m4/unistd_h.m4.
4807 * gnulib/aclocal.m4: Renenerate.
4808 * gnulib/config.in: Renenerate.
4809 * gnulib/configure: Renenerate.
4810 * gnulib/import/Makefile.am: Renenerate.
4811 * gnulib/import/Makefile.in: Renenerate.
4812 * gnulib/import/m4/gnulib-cache.m4: Renenerate.
4813 * gnulib/import/m4/gnulib-comp.m4: Renenerate.
4814 * gnulib/import/m4/off_t.m4: New file.
4815 * gnulib/import/m4/ssize_t.m4: New file.
4816 * gnulib/import/m4/sys_types_h.m4: New file.
4817 * gnulib/import/m4/unistd_h.m4: New file.
4818 * gnulib/import/sys_types.in.h: New file.
4819 * gnulib/import/unistd.c: New file.
4820 * gnulib/import/unistd.in.h: New file.
4821
4822 2013-07-01 Pedro Alves <palves@redhat.com>
4823
4824 * utils.c <pathconf/_PC_PATH_MAX use>: Check if _PC_PATH_MAX is
4825 defined instead of checking HAVE_UNISTD_H.
4826
4827 2013-07-01 Pedro Alves <palves@redhat.com>
4828
4829 Reimport gnulib from scratch.
4830 * gnulib/Makefile.in (aclocal_m4_deps): Remove reference to
4831 import/m4/onceonly.m4.
4832 * gnulib/aclocal.m4: Renegerate.
4833 * gnulib/config.in: Renegerate.
4834 * gnulib/configure: Renegerate.
4835 * gnulib/import/Makefile.in: Renegerate.
4836 * gnulib/import/extra/update-copyright: Renegerate.
4837 * gnulib/import/m4/onceonly.m4: Delete.
4838
4839 2013-07-01 Pedro Alves <palves@redhat.com>
4840
4841 * tui/tui-regs.c (pagination_enabled): Delete declaration.
4842
4843 2013-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4844
4845 Code cleanup.
4846 * remote.c (async_remote_interrupt_twice): Make it static.
4847 * remote.h (async_remote_interrupt_twice): Remove the declaration.
4848
4849 2013-06-29 Sergio Durigan Junior <sergiodj@redhat.com>
4850
4851 * ia64-linux-tdep.c: Include <ctype.h>.
4852 (ia64_linux_stap_is_single_operand): New function.
4853 (ia64_linux_init_abi): Initialize SystemTap related attributes.
4854
4855 2013-06-28 Tom Tromey <tromey@redhat.com>
4856
4857 * Makefile.in (version.c): Use version.in, not
4858 common/version.in.
4859 * common/create-version.sh: Likewise.
4860 * common/version.in: Move...
4861 * version.in: ...here.
4862
4863 2013-06-28 Pedro Alves <palves@redhat.com>
4864
4865 * infrun.c (set_observer_mode): Don't declare pagination_enabled
4866 here.
4867 * utils.h (pagination_enabled): Declare.
4868
4869 2013-06-28 Pedro Alves <palves@redhat.com>
4870
4871 * infrun.c (non_stop, non_stop_1, set_non_stop, show_non_stop):
4872 Move higher up in file.
4873
4874 2013-06-28 Tom Tromey <tromey@redhat.com>
4875
4876 * tracepoint.c (deprecated_readline_begin_hook)
4877 (deprecated_readline_hook, deprecated_readline_end_hook): Don't
4878 declare.
4879
4880 2013-06-28 Pedro Alves <palves@redhat.com>
4881
4882 PR tui/14880
4883 * tui/tui-regs.c (tui_get_register): Fetch value contents before
4884 checking if they're available.
4885 * value.c (value_available_contents_eq): Change comment.
4886 * value.h (value_available_contents_eq): Expand comment.
4887
4888 2013-06-27 Tom Tromey <tromey@redhat.com>
4889
4890 * target.c (find_run_target): Remove.
4891 * target.h (find_run_target): Remove.
4892
4893 2013-06-27 Tom Tromey <tromey@redhat.com>
4894
4895 * corelow.c (core_gdbarch): Now static.
4896
4897 2013-06-27 Tom Tromey <tromey@redhat.com>
4898
4899 * target.c (target_struct_index): Remove.
4900
4901 2013-06-27 Pedro Alves <palves@redhat.com>
4902
4903 * infrun.c: Remove comment describing the 'stepping over runtime
4904 loader dynamic symbol resolution code' mechanism; moved to
4905 gdbint.texinfo.
4906
4907 2013-06-27 Pedro Alves <palves@redhat.com>
4908
4909 * exceptions.c (catch_command_errors): Remove spurious space.
4910 * exceptions.h (catch_command_errors): Second parameter is "arg",
4911 not "command".
4912
4913 2013-06-27 Yao Qi <yao@codesourcery.com>
4914
4915 * common/create-version.sh: Update comments. Handle the case
4916 that TARGET_ALIAS is empty.
4917
4918 2013-06-26 Pedro Alves <palves@redhat.com>
4919
4920 * infrun.c (SOLIB_IN_DYNAMIC_LINKER): Delete macro and describing
4921 comment.
4922
4923 2013-06-26 Pedro Alves <palves@redhat.com>
4924
4925 * infrun.c: Update comments on stepping over runtime loader
4926 dynamic symbol resolution code.
4927
4928 2013-06-26 Sergio Durigan Junior <sergiodj@redhat.com>
4929
4930 * ax-gdb.h (union exp_element): Forward declare.
4931 * parser-defs.h: Include expression.h.
4932
4933 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
4934
4935 * mips-tdep.c (fetch_mips_16): Use unmake_compact_addr.
4936
4937 2013-06-26 Dmitry Kozlov <ddk@codesourcery.com>
4938
4939 * tracepoint.c (trace_save): Extend tsave to save starttime, stoptime.
4940
4941 2013-06-26 Dmitry Kozlov <ddk@codesourcery.com>
4942
4943 Fix trace-status to output proper start-time and stop-time.
4944 * tracepoint.c (trace_status_command): Fix type of printf arg to
4945 prevent improper type conversion.
4946 (trace_status_mi): Likewise.
4947
4948 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
4949
4950 * mips-tdep.c (mips_next_pc): Fix a typo.
4951
4952 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
4953
4954 * mips-tdep.c (micromips_scan_prologue): Fix a typo.
4955
4956 2013-06-26 Pedro Alves <pedro@codesourcery.com>
4957 Yao Qi <yao@codesourcery.com>
4958
4959 * mi/mi-cmds.c (mi_cmds): Register -trace-frame-collected.
4960 * mi/mi-cmds.h (mi_cmd_trace_frame_collected): Declare.
4961 * mi/mi-main.c (print_variable_or_computed): New function.
4962 (mi_cmd_trace_frame_collected): New function.
4963 * tracepoint.c (find_trace_state_variable_by_number): New.
4964 (struct traceframe_info): Move to tracepoint.h
4965 (struct collection_list): Likewise.
4966 (do_collect_symbol): Include locals and arguments in the
4967 collected variables list.
4968 (clear_collection_list): Clear wholly collected variables list
4969 and computed variables list.
4970 (append_exp): New function.
4971 (encode_actions_1): Include variables in the wholly
4972 collected variables list. Include memory ranges and
4973 full-fledged expressions in the computed expressions list.
4974 (encode_actions): Move some code to ...
4975 Return the cleanup chain.
4976 (encode_actions_rsp): ... here. New function.
4977 (get_traceframe_location, get_traceframe_info): Remove static.
4978 * tracepoint.h (struct memrange): Moved from tracepoint.c.
4979 (struct collection_list): Moved from tracepoint.c. Add two
4980 new fields 'wholly_collected' and 'computed'.
4981 (find_trace_state_variable_by_number): Declare.
4982 (encode_actions): Adjust declaration.
4983 (encode_actions_rsp): Declare.
4984 (get_traceframe_info, get_traceframe_location): Declare.
4985
4986 * NEWS: Mention new MI command -trace-frame-collected.
4987
4988 2013-06-26 Pedro Alves <pedro@codesourcery.com>
4989 Yao Qi <yao@codesourcery.com>
4990
4991 * ctf.c (ctf_traceframe_info): Push trace state variables
4992 present in the trace data into the traceframe info object.
4993 * breakpoint.c (DEF_VEC_I): Remove.
4994 * common/filestuff.c (DEF_VEC_I): Likewise.
4995 * dwarf2loc.c (DEF_VEC_I): Likewise.
4996 * mi/mi-main.c (DEF_VEC_I): Likewise.
4997 * common/gdb_vecs.h (DEF_VEC_I): Define vector for int.
4998 * features/traceframe-info.dtd: Add tvar element and its
4999 attributes.
5000 * tracepoint.c (free_traceframe_info): Free vector 'tvars'.
5001 (build_traceframe_info): Push trace state variables present in
5002 the trace data into the traceframe info object.
5003 (traceframe_info_start_tvar): New function.
5004 (tvar_attributes): New.
5005 (traceframe_info_children): Add "tvar" element.
5006 * tracepoint.h (struct traceframe_info) <tvars>: New field.
5007
5008 * NEWS: Mention the change in GDB and GDBserver.
5009
5010 2013-06-26 Pedro Alves <pedro@codesourcery.com>
5011 Yao Qi <yao@codesourcery.com>
5012
5013 * tracepoint.c (trace_dump_command): Move code to ...
5014 (get_traceframe_location): ... here. New.
5015
5016 2013-06-26 Pedro Alves <pedro@codesourcery.com>
5017 Yao Qi <yao@codesourcery.com>
5018
5019 * tracepoint.c (trace_dump_command): GDB emits an error
5020 instead of a warning when a traceframe is not selected.
5021
5022 2013-06-26 Pedro Alves <pedro@codesourcery.com>
5023 Yao Qi <yao@codesourcery.com>
5024
5025 * tracepoint.c (tracepoint_list, stepping_list): Remove.
5026 (clear_collection_list): Free fields 'aexpre_list' and 'list'
5027 in collection_list.
5028 (do_clear_collection_list, init_collection_list): New.
5029 (encode_actions): Add local variables 'tracepoint_list' and
5030 'stepping_list'. Call init_collection_list and make cleanup
5031 which calls do_clear_collection_list. Don't call
5032 clear_collection_list.
5033 (_initialize_tracepoint): Delete references to
5034 'tracepoint_list' and 'stepping_list'.
5035
5036 2013-06-25 Tom Tromey <tromey@redhat.com>
5037
5038 * common/create-version.sh (date): Use "$", not "$$" in sed
5039 expression.
5040
5041 2013-06-25 Kevin Buettner <kevinb@redhat.com>
5042
5043 * NEWS (New targets): Add entry for TI MSP430.
5044
5045 2013-06-25 Yao Qi <yao@codesourcery.com>
5046
5047 * remote.c (remote_start_remote): Move code to upload tsv
5048 earlier.
5049
5050 2013-06-25 Yao Qi <yao@codesourcery.com>
5051 Hui Zhu <hui@codesourcery.com>
5052 Pedro Alves <palves@redhat.com>
5053
5054 PR breakpoints/15075
5055 PR breakpoints/15434
5056 * breakpoint.c (bpstat_stop_status): Call
5057 b->ops->after_condition_true.
5058 (update_dprintf_command_list): Don't append "continue" command
5059 to the command list of dprintf breakpoint.
5060 (base_breakpoint_after_condition_true): New function.
5061 (base_breakpoint_ops): Add base_breakpoint_after_condition_true.
5062 (dprintf_after_condition_true): New function.
5063 (initialize_breakpoint_ops): Set dprintf_after_condition_true.
5064 * breakpoint.h (breakpoint_ops): Add after_condition_true.
5065
5066 2013-06-24 Kevin Buettner <kevinb@redhat.com>
5067
5068 * Makefile.in (ALL_TARGET_OBS): Add msp430-tdep.o.
5069 (ALLDEPFILES): Add msp430-tdep.c.
5070 * configure.tgt (msp430*-*-elf): New target.
5071 * msp430-tdep.c: New file.
5072
5073 2013-06-24 Maciej W. Rozycki <macro@codesourcery.com>
5074
5075 * mips-tdep.c (mips_elf_make_msymbol_special): Handle MIPS16 and
5076 microMIPS synthetic symbols.
5077
5078 2013-06-24 Maciej W. Rozycki <macro@codesourcery.com>
5079
5080 * objfiles.h (pc_in_section): New prototype.
5081 (in_plt_section): Remove name argument, replace prototype with
5082 static inline function.
5083 * mips-tdep.h: Include "objfiles.h".
5084 (in_mips_stubs_section): New function.
5085 * hppa-tdep.h (gdbarch_tdep): Remove name argument of
5086 in_solib_call_trampoline member.
5087 (hppa_in_solib_call_trampoline): Remove name argument.
5088 * objfiles.c (pc_in_section): New function.
5089 (in_plt_section): Remove function.
5090 * mips-linux-tdep.c: Include "objfiles.h".
5091 (mips_linux_in_dynsym_stub): Call in_mips_stubs_section. Remove
5092 name argument. Return 1 rather than the low 16-bit halfword of
5093 any instruction examined.
5094 (mips_linux_in_dynsym_resolve_code): Update
5095 mips_linux_in_dynsym_stub call accordingly.
5096 * mips-tdep.c (mips_stub_frame_sniffer): Use in_mips_stubs_section
5097 rather than an equivalent hand-coded sequence.
5098 * hppa-hpux-tdep.c (in_opd_section): Remove function.
5099 (hppa32_hpux_in_solib_call_trampoline): Remove name argument.
5100 (hppa64_hpux_in_solib_call_trampoline): Likewise.
5101 (hppa64_hpux_find_global_pointer): Use pc_in_section rather than
5102 in_opd_section.
5103 * hppa-tdep.c (hppa_stub_unwind_sniffer): Remove name argument
5104 on call to tdep->in_solib_call_trampoline.
5105 (hppa_in_solib_call_trampoline): Remove name argument, update
5106 according to in_plt_section change.
5107 (hppa_skip_trampoline_code): Update according to in_plt_section
5108 change.
5109 * aarch64-tdep.c (aarch64_stub_unwind_sniffer): Likewise.
5110 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code):
5111 Likewise.
5112 * arm-tdep.c (arm_stub_unwind_sniffer): Likewise.
5113 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
5114 * hppabsd-tdep.c (hppabsd_find_global_pointer): Likewise.
5115 * nios2-tdep.c (nios2_stub_frame_sniffer): Likewise.
5116 * nto-tdep.c (nto_relocate_section_addresses): Likewise.
5117 * s390-tdep.c (s390_stub_frame_sniffer): Likewise.
5118 * sh-tdep.c (sh_stub_unwind_sniffer): Likewise.
5119 * solib-dsbt.c (dsbt_in_dynsym_resolve_code): Likewise.
5120 * solib-frv.c (frv_in_dynsym_resolve_code): Likewise.
5121 * solib-svr4.c (svr4_in_dynsym_resolve_code): Likewise.
5122 * solib-target.c (solib_target_in_dynsym_resolve_code): Likewise.
5123 * sparc-tdep.c (sparc_analyze_prologue): Likewise.
5124 * tic6x-tdep.c (tic6x_stub_unwind_sniffer): Likewise.
5125
5126 2013-06-24 Joel Brobecker <brobecker@adacore.com>
5127
5128 * common/create-version.sh: Fix expansion of $host_alias
5129 and $target_alias in generation of HOST_NAME and TARGET_NAME
5130 (resp.).
5131
5132 2013-06-24 Tom Tromey <tromey@redhat.com>
5133
5134 * common/create-version.sh: New file.
5135 * Makefile.in (version.c): Use bfd/version.h, common/version.in,
5136 create-version.sh.
5137 (HFILES_NO_SRCDIR): Use common/version.h.
5138 * version.in: Move to ...
5139 * common/version.in: ... here. Replace date with "DATE".
5140 * version.h: Move to ...
5141 * common/version.h: ... here.
5142
5143 2013-06-21 Joel Brobecker <brobecker@adacore.com>
5144
5145 * gdb/gnulib/Makefile.in: Update date in copyright header.
5146 * gdb/gnulib/configure.ac: Ditto.
5147 * gdb/gnulib/update-gnulib.sh: Ditto.
5148
5149 2013-06-21 Joel Brobecker <brobecker@adacore.com>
5150
5151 * copyright.py (EXCLUDE_LIST): Replace "gdb/gnulib" by
5152 "gdb/gnulib/import".
5153
5154 2013-06-21 Will Newton <will.newton@linaro.org>
5155
5156 * doublest.c (ldfrexp): Remove function.
5157 (convert_doublest_to_floatformat): Call frexpl instead of
5158 ldfrexp.
5159
5160 2013-06-21 Will Newton <will.newton@linaro.org>
5161
5162 * gnulib/update-gnulib.sh(IMPORTED_GNULIB_MODULES): Add frexpl.
5163 * gnulib/aclocal.m4: Regenerate.
5164 * gnulib/config.in: Regenerate.
5165 * gnulib/configure: Regenerate.
5166 * gnulib/import/Makefile.am: Update.
5167 * gnulib/import/Makefile.in: Update.
5168 * gnulib/import/m4/gnulib-cache.m4: Update.
5169 * gnulib/import/m4/gnulib-comp.m4: Update.
5170 * gnulib/import/float+.h: Import.
5171 * gnulib/import/float.c: Import.
5172 * gnulib/import/float.in.h: Import.
5173 * gnulib/import/fpucw.h: Import.
5174 * gnulib/import/frexp.c: Import.
5175 * gnulib/import/frexpl.c: Import.
5176 * gnulib/import/isnan.c: Import.
5177 * gnulib/import/isnand-nolibm.h: Import.
5178 * gnulib/import/isnand.c: Import.
5179 * gnulib/import/isnanl-nolibm.h: Import.
5180 * gnulib/import/isnanl.c: Import.
5181 * gnulib/import/itold.c: Import.
5182 * gnulib/import/m4/exponentd.m4: Import.
5183 * gnulib/import/m4/exponentl.m4: Import.
5184 * gnulib/import/m4/float_h.m4: Import.
5185 * gnulib/import/m4/fpieee.m4: Import.
5186 * gnulib/import/m4/frexp.m4: Import.
5187 * gnulib/import/m4/frexpl.m4: Import.
5188 * gnulib/import/m4/isnand.m4: Import.
5189 * gnulib/import/m4/isnanl.m4: Import.
5190 * gnulib/import/m4/math_h.m4: Import.
5191 * gnulib/import/math.c: Import.
5192 * gnulib/import/math.in.h: Import.
5193
5194 2013-06-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5195
5196 * common/linux-btrace.c (cpu_supports_btrace): Remove variable vendor,
5197 replace strcmp with signature_INTEL_ebx, signature_INTEL_ecx and
5198 signature_INTEL_edx comparisons.
5199
5200 2013-06-20 Doug Evans <dje@google.com>
5201
5202 symtab/15652
5203 * dwarf2read.c (try_open_dwop_file): New arg search_cwd.
5204 All callers updated.
5205 (open_dwp_file): If we can't find the dwp file, search the basename
5206 in debug-file-directory.
5207
5208 * dwarf2read.c (struct dwp_file): Fix comment.
5209 (open_and_init_dwp_file): Set dwp_file->name to bfd's file name.
5210
5211 * source.c (openp): Document OPF_TRY_CWD_FIRST+OPF_SEARCH_IN_PATH
5212 better.
5213
5214 2013-06-20 Yao Qi <yao@codesourcery.com>
5215
5216 * breakpoint.c (create_breakpoint): Fix code indentation.
5217
5218 2013-06-20 Yao Qi <yao@codesourcery.com>
5219
5220 * breakpoint.c (create_breakpoints_sal_default): Remove
5221 parameter 'lsal'. Update declaration.
5222 (bkpt_create_breakpoints_sal): Caller update.
5223 (tracepoint_create_breakpoints_sal): Likewise.
5224
5225 2013-06-20 Pedro Alves <pedro@codesourcery.com>
5226 Yao Qi <yao@codesourcery.com>
5227
5228 * NEWS: Mention the new option '--skip-unavailable' of command
5229 -data-list-register-values.
5230 * mi/mi-main.c (mi_cmd_data_list_register_values): Accept the
5231 --skip-unavailable option. Adjust to use output_register.
5232 (output_register): Add new 'skip_unavailable' parameter.
5233 Handle it.
5234
5235 2013-06-19 Mike Frysinger <vapier@gentoo.org>
5236
5237 * Makefile.in (HFILES_NO_SRCDIR): Add common/i386-cpuid.h and
5238 common/i386-gcc-cpuid.h.
5239 * common/i386-cpuid.h: New wrapper header around i386-gcc-cpuid.h.
5240 * common/i386-gcc-cpuid.h: Rename from testsuite/gdb.arch/i386-cpuid.h.
5241 Copy the latest version from upstream gcc.
5242 * common/linux-btrace.c: Include i386-cpuid.h.
5243 (intel_supports_btrace): Delete x86 ifdefs and replace inline asm with
5244 call to i386_cpuid.
5245 (cpu_supports_btrace): Likewise.
5246 * go32-nat.c: Include i386-cpuid.h.
5247 (go32_sysinfo): Add (disabled) calls to i386_cpuid with comments.
5248
5249 2013-06-19 Doug Evans <dje@google.com>
5250
5251 * symfile.c (symfile_bfd_open): Delete unnecessary declaration.
5252 (get_section_index): Ditto.
5253
5254 2013-06-19 Tom Tromey <tromey@redhat.com>
5255
5256 * breakpoint.c (_initialize_breakpoint): Remove trailing \n from
5257 "dprintf" help.
5258
5259 2013-06-18 Doug Evans <dje@google.com>
5260
5261 * dwarf2read.c (dw2_symtab_iter_next): Check value of cu_index
5262 before using it.
5263 (dw2_expand_symtabs_matching): Fix symbol kind validity check.
5264 Move test of cu_index closer to use. Print complaint if cu_index
5265 is bad.
5266
5267 2013-06-18 Joel Brobecker <brobecker@adacore.com>
5268
5269 * machoread.c (oso_vector): Delete this global.
5270 (macho_register_oso): Add new parameter "oso_vector_ptr".
5271 Use it instead of the "oso_vector" global.
5272 (macho_symtab_read, macho_symfile_read_all_oso): Likewise.
5273 (macho_symfile_read): Use a local oso_vector, to be free'ed
5274 at the end of this function, in place of the old "oso_vector"
5275 global. Update various function calls accordingly. Use one
5276 single cleanup chain for the entire function.
5277
5278 2013-06-18 Joel Brobecker <brobecker@adacore.com>
5279
5280 * dwarf2read.c (dwarf2_per_objfile_free): Replace uses of
5281 DWARF2_PER_OBJFILE by uses of DATA instead.
5282
5283 2013-06-18 Tom Tromey <tromey@redhat.com>
5284
5285 * break-catch-sig.c (signal_catchpoint_explains_signal): Add 'sig'
5286 argument.
5287 * breakpoint.c (bpstat_explains_signal): Add 'sig' argument.
5288 Special case signals other than GDB_SIGNAL_TRAP.
5289 (explains_signal_watchpoint): New function.
5290 (base_breakpoint_explains_signal): Add 'sig' argument.
5291 (initialize_breakpoint_ops): Set 'explains_signal' method for
5292 watchpoints.
5293 * breakpoint.h (struct breakpoint_ops) <explains_signal>: Add
5294 signal argument.
5295 (bpstat_explains_signal): Likewise.
5296 * infrun.c (handle_syscall_event, handle_inferior_event): Update.
5297
5298 2013-06-18 Tom Tromey <tromey@redhat.com>
5299
5300 * python/py-inferior.c (gdbpy_selected_inferior): Don't incref.
5301
5302 2013-06-18 Tom Tromey <tromey@redhat.com>
5303
5304 * python/python.c (finish_python_initialization): Decref
5305 'pythondir' on failure path as well.
5306
5307 2013-06-18 Tom Tromey <tromey@redhat.com>
5308
5309 PR symtab/15391:
5310 * dwarf2loc.c (read_pieced_value): Truncate this_size_bits
5311 after taking bits_to_skip into account. Sign extend byte_offset.
5312 * utils.h (gdb_sign_extend): Declare.
5313 * utils.c (gdb_sign_extend): New function.
5314
5315 2013-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5316
5317 * dwarf2read.c (write_psymtabs_to_index): Ignore NULL PSYMTAB.
5318
5319 2013-06-17 Pierre Muller <muller@sourceware.org>
5320
5321 * corelow.c (core_open): Print GDB signal name instead of target
5322 signal number.
5323
5324 2013-06-17 Mike Frysinger <vapier@gentoo.org>
5325
5326 * .gitignore: Add /gcore.
5327
5328 2013-06-13 Doug Evans <dje@google.com>
5329
5330 * dwarf2read.c (try_open_dwop_file): Work around behaviour of
5331 OPF_TRY_CWD_FIRST to not search path if the file contains a '/'.
5332
5333 2013-06-12 Phil Muldoon <pmuldoon@redhat.com>
5334
5335 * stack.c (backtrace_command_1): Fix indentation.
5336
5337 2013-06-11 Joel Brobecker <brobecker@adacore.com>
5338
5339 * window-nat.c (thread_rec): Add missing empty line after
5340 local variable declaration.
5341
5342 2013-06-11 Joel Brobecker <brobecker@adacore.com>
5343
5344 * windows-nat.c (thread_rec): Revert format used to print
5345 error code returned by SuspendThread from %d back to %u.
5346
5347 2013-06-11 Joel Brobecker <brobecker@adacore.com>
5348
5349 * windows-nat.c (windows_continue): Add "0x" prefix for thread
5350 ID in debug trace.
5351 (get_windows_debug_event): Likewise, for all debug traces.
5352
5353 2013-06-11 Joel Brobecker <brobecker@adacore.com>
5354
5355 * window-nat.c (thread_rec): Add thread ID in SuspendThread
5356 warning message.
5357
5358 2013-06-08 Pedro Alves <pedro@codesourcery.com>
5359 Yao Qi <yao@codesourcery.com>
5360
5361 * mi/mi-main.c (get_register): Remove declaration.
5362 (output_register): Declare.
5363 (mi_cmd_data_list_register_values): Remove local variable
5364 'tuple_cleanup'. Move some code into output_register.
5365 (get_register): Renamed to ...
5366 (output_register): ... this. Output the register's
5367 "number" ui_out tuple here.
5368
5369 2013-06-07 Pedro Alves <palves@redhat.com>
5370
5371 * darwin-nat.c: Fix formating in copyright header.
5372 * darwin-nat.h: Likewise.
5373 * gnu-nat.c: Likewise.
5374 * machoread.c: Likewise.
5375
5376 2013-06-07 Pedro Alves <palves@redhat.com>
5377
5378 PR server/14823
5379 * regformats/regdat.sh: Output #include tdesc.h. Make globals
5380 static. Output a global target description pointer.
5381 (init_registers_${name}): Adjust to initialize a
5382 target description structure.
5383
5384 2013-06-07 Will Newton <will.newton@linaro.org>
5385
5386 * printcmd.c (build_address_symbolic): Call
5387 gdbarch_addr_bits_remove for text minimal symbols.
5388
5389 2013-06-07 Will Newton <will.newton@linaro.org>
5390
5391 * MAINTAINERS: Add myself to Write After Approval.
5392
5393 2013-06-07 Yao Qi <yao@codesourcery.com>
5394
5395 * tracepoint.c (start_tracing): Move code to ...
5396 (trace_reset_local_state): ... here. New.
5397 (disconnect_tracing): Don't call set_current_traceframe,
5398 set_tracepoint_num, and set_traceframe_context. Call
5399 trace_reset_local_state instead.
5400 (tfile_close): Call trace_reset_local_state.
5401 * ctf.c (ctf_close): Likewise.
5402 * remote.c (remote_close): Likewise.
5403 * tracepoint.h (trace_reset_local_state): Declare.
5404
5405 2013-06-06 Doug Evans <dje@google.com>
5406
5407 * dwarf2read.c: Whitespace fixes for DWP file format documentation,
5408 and fix header docs.
5409
5410 2013-06-05 Doug Evans <dje@google.com>
5411 Keith Seitz <keiths@redhat.com>
5412
5413 PR 15519
5414 * cp-namespace.c (find_symbol_in_baseclass): Call
5415 cp_lookup_symbol_in_namespace instead of cp_lookup_symbol_namespace.
5416 Check result of call to lookup_symbol_static.
5417 Call lookup_static_symbol_aux unconditionally.
5418 Call check_typedef on base types before accessing them.
5419 (cp_lookup_nested_symbol): Fix comment.
5420
5421 2013-06-05 Luis Machado <lgustavo@codesourcery.com>
5422
5423 * gnu-v3-abi.c (gnuv3_skip_trampoline): Handle thunk
5424 minimal symbols pointing to function descriptors.
5425
5426 2013-06-05 Tom Tromey <tromey@redhat.com>
5427
5428 * python/py-utils.c (gdb_pymodule_addobject): Cast away const.
5429
5430 2013-06-04 Sergio Durigan Junior <sergiodj@redhat.com>
5431 Pedro Alves <palves@redhat.com>
5432
5433 * remote.c (remote_wait_as): Restore signal handler before returning
5434 when GDB gets a notification.
5435
5436 2013-06-04 Gary Benson <gbenson@redhat.com>
5437
5438 PR 2328
5439 * breakpoint.h (handle_solib_event): Moved function declaration
5440 to solib.h.
5441 * breakpoint.c (handle_solib_event): Moved function to solib.c.
5442 (bpstat_stop_status): Pass new argument to handle_solib_event.
5443 * solib.h (update_solib_breakpoints): New function declaration.
5444 (handle_solib_event): Moved function declaration from
5445 breakpoint.h.
5446 * solib.c (update_solib_breakpoints): New function.
5447 (handle_solib_event): Moved function from breakpoint.c.
5448 Updated to call solib_ops->handle_event if not NULL.
5449 * solist.h (target_so_ops): New fields "update_breakpoints" and
5450 "handle_event".
5451 * infrun.c (set_stop_on_solib_events): New function.
5452 (_initialize_infrun): Use the above for "set
5453 stop-on-solib-events".
5454 (handle_inferior_event): Pass new argument to handle_solib_event.
5455 * solib-svr4.c (probe.h): New include.
5456 (svr4_free_library_list): New forward declaration.
5457 (probe_action): New enum.
5458 (probe_info): New struct.
5459 (probe_info): New static variable.
5460 (NUM_PROBES): New definition.
5461 (svr4_info): New fields "using_xfer", "probes_table" and
5462 "solib_list".
5463 (free_probes_table): New function.
5464 (free_solib_list): New function.
5465 (svr4_pspace_data_cleanup): Free probes table and solib list.
5466 (svr4_copy_library_list): New function.
5467 (svr4_current_sos_via_xfer_libraries): New parameter "annex".
5468 (svr4_read_so_list): New parameter "prev_lm".
5469 (svr4_current_sos_direct): Renamed from "svr4_current_sos".
5470 (svr4_current_sos): New function.
5471 (probe_and_action): New struct.
5472 (hash_probe_and_action): New function.
5473 (equal_probe_and_action): Likewise.
5474 (register_solib_event_probe): Likewise.
5475 (solib_event_probe_at): Likewise.
5476 (solib_event_probe_action): Likewise.
5477 (solist_update_full): Likewise.
5478 (solist_update_incremental): Likewise.
5479 (disable_probes_interface_cleanup): Likewise.
5480 (svr4_handle_solib_event): Likewise.
5481 (svr4_update_solib_event_breakpoint): Likewise.
5482 (svr4_update_solib_event_breakpoints): Likewise.
5483 (svr4_create_solib_event_breakpoints): Likewise.
5484 (enable_break): Free probes table before creating breakpoints.
5485 Use svr4_create_solib_event_breakpoints to create breakpoints.
5486 (svr4_solib_create_inferior_hook): Free the solib list.
5487 (_initialize_svr4_solib): Initialise
5488 svr4_so_ops.handle_solib_event and svr4_so_ops.update_breakpoints.
5489
5490 2013-06-04 Gary Benson <gbenson@redhat.com>
5491
5492 * target.h (target_ops): New field
5493 "to_augmented_libraries_svr4_read".
5494 (target_augmented_libraries_svr4_read): New macro.
5495 * target.c (update_current_target): Handle
5496 to_augmented_libraries_svr4_read.
5497 * remote.c (remote_state): New field
5498 "augmented_libraries_svr4_read".
5499 (remote_augmented_libraries_svr4_read_feature): New function.
5500 (remote_protocol_features): Add entry for
5501 "augmented-libraries-svr4-read".
5502 (remote_augmented_libraries_svr4_read): New function.
5503 (init_remote_ops): Initialize
5504 remote_ops.to_augmented_libraries_svr4_read.
5505
5506 2013-06-04 Gary Benson <gbenson@redhat.com>
5507
5508 * NEWS: Update.
5509
5510 2013-06-04 Gary Benson <gbenson@redhat.com>
5511
5512 * objfiles.h (inhibit_section_map_updates): New function
5513 declaration.
5514 (resume_section_map_updates): Likewise.
5515 (resume_section_map_updates_cleanup): Likewise.
5516 * objfiles.c (objfile_pspace_info): Removed field
5517 "objfiles_changed_p". New fields "new_objfiles_available",
5518 "section_map_dirty" and "inhibit_updates".
5519 (allocate_objfile): Set new_objfiles_available.
5520 (free_objfile): Set section_map_dirty.
5521 (objfile_relocate1): Likewise.
5522 (in_plt_section): Likewise.
5523 (find_pc_section): Update the conditions under which the
5524 section map will be updated.
5525 (inhibit_section_map_updates): New function.
5526 (resume_section_map_updates): Likewise.
5527 (resume_section_map_updates_cleanup): Likewise.
5528
5529 2013-06-04 Gary Benson <gbenson@redhat.com>
5530
5531 * probe.h (get_probe_argument_count): New declaration.
5532 (evaluate_probe_argument): Likewise.
5533 * probe.c (get_probe_argument_count): New function.
5534 (evaluate_probe_argument): Likewise.
5535 (probe_safe_evaluate_at_pc): Use the above new functions.
5536
5537 2013-06-04 Alan Modra <amodra@gmail.com>
5538
5539 * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
5540 * rs6000-tdep.c (read_insn): Add frame param, don't assume big-endian.
5541 (ppc_insns_match_pattern): Add frame param. Avoid multiple
5542 target mem reads on optional insns.
5543 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Update
5544 ppc_insns_match_pattern calls.
5545 * ppc64-tdep.c (ppc64_standard_linkage2, ppc64_standard_linkage3):
5546 Add match for power7 thread safety insns, and new order of
5547 std 2,40(1) insn. Correct code shown for _dl_runtime_resolve
5548 invocation in comment, and update rest of comment.
5549 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN,
5550 PPC64_STANDARD_LINKAGE3_LEN): Delete.
5551 (ppc64_standard_linkage2_target): Update insn offsets.
5552 (ppc64_skip_trampoline_code): Use a single insn buffer. Match newer
5553 stubs first. Update calls.
5554
5555 2013-06-04 Yao Qi <yao@codesourcery.com>
5556
5557 * solib.c (solib_find): Don't need dir separator if path has
5558 drive spec.
5559
5560 2013-06-03 Joel Brobecker <brobecker@adacore.com>
5561
5562 Revert (indirectly causes a SIGSEGV):
5563 * machoread.c (macho_symfile_read): Assign first cleanup to
5564 'back_to'.
5565
5566 2013-06-03 Yao Qi <yao@codesourcery.com>
5567
5568 * mi/mi-cmd-var.c (mi_no_values, mi_simple_values): Move to
5569 mi-parse.c. Make them static.
5570 (mi_all_values): Likewise.
5571 (mi_parse_values_option): Move to mi-parse.c. Rename it to
5572 mi_parse_print_values. Make it external.
5573 * mi/mi-cmds.h (mi_no_values, mi_simple_values, mi_all_values):
5574 Remove the declarations.
5575 * mi/mi-parse.c (mi_parse_print_values): Moved from mi-cmd-var.c.
5576 * mi/mi-parse.h (mi_parse_print_values): Declare.
5577 * mi/mi-cmd-stack.c: Include mi-parse.h.
5578 (parse_print_values): Remove
5579 (mi_cmd_stack_list_locals): Call mi_parse_print_values instead
5580 of parse_print_values.
5581 (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Likewise.
5582
5583 2013-05-31 Pedro Alves <pedro@codesourcery.com>
5584 Yao Qi <yao@codesourcery.com>
5585
5586 * tracepoint.c (all_tracepoint_actions_and_cleanup): Declare.
5587 (encode_actions): Move code to ...
5588 (all_tracepoint_actions_and_cleanup): ... here. New.
5589 (trace_dump_command): Likewise.
5590
5591 2013-05-30 Tom Tromey <tromey@redhat.com>
5592
5593 * symmisc.c (maintenance_expand_symtabs): Call do_cleanups.
5594
5595 2013-05-30 Tom Tromey <tromey@redhat.com>
5596
5597 * xml-support.c (gdb_xml_create_parser_and_cleanup): Rename from
5598 gdb_xml_create_parser_and_cleanup_1. Return a cleanup. Remove
5599 'old_chain' argument. Add 'parser_result' argument.
5600 (gdb_xml_create_parser_and_cleanup): Remove old version.
5601 (gdb_xml_parse_quick): Update.
5602 (xml_process_xincludes): Update.
5603 * xml-support.h (gdb_xml_create_parser_and_cleanup): Don't
5604 declare.
5605
5606 2013-05-30 Tom Tromey <tromey@redhat.com>
5607
5608 * probe.c (collect_probes): Check arguments for NULL before
5609 calling compile_rx_or_error.
5610 * utils.c (compile_rx_or_error): Require 'rx' to be non-NULL.
5611 Remove NULL return.
5612
5613 2013-05-30 Tom Tromey <tromey@redhat.com>
5614
5615 * infrun.c (adjust_pc_after_break): Introduce an outer null
5616 cleanup.
5617
5618 2013-05-30 Tom Tromey <tromey@redhat.com>
5619
5620 * mi/mi-cmd-var.c (varobj_update_one): Add an outer null cleanup.
5621
5622 2013-05-30 Tom Tromey <tromey@redhat.com>
5623
5624 * cli/cli-script.c (read_command_lines_1): Use a null cleanup
5625 for 'old_chain'. Do not check 'head' before processing
5626 cleanups.
5627
5628 2013-05-30 Tom Tromey <tromey@redhat.com>
5629
5630 * mi/mi-cmd-stack.c (list_arg_or_local): Remove
5631 "cleanup_tuple".
5632
5633 2013-05-30 Tom Tromey <tromey@redhat.com>
5634
5635 * dbxread.c (dbx_read_symtab): Declare 'back_to' in a more
5636 inner scope. Unconditionally call do_cleanups.
5637
5638 2013-05-30 Tom Tromey <tromey@redhat.com>
5639
5640 * source.c (find_and_open_source): Call do_cleanups.
5641
5642 2013-05-30 Tom Tromey <tromey@redhat.com>
5643
5644 * linux-thread-db.c (thread_db_load_search): Unconditionally
5645 call do_cleanups.
5646
5647 2013-05-30 Tom Tromey <tromey@redhat.com>
5648
5649 * solib-aix.c (solib_aix_bfd_open): Don't use a null cleanup
5650 for 'cleanup'; instead use a later one.
5651
5652 2013-05-30 Tom Tromey <tromey@redhat.com>
5653
5654 * python/py-breakpoint.c (bppy_get_commands): Use
5655 explicit, unconditional return.
5656 * python/py-frame.c (frapy_read_var): Likewise.
5657 * python/python.c (gdbpy_decode_line): Likewise.
5658
5659 2013-05-30 Tom Tromey <tromey@redhat.com>
5660
5661 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Call
5662 do_cleanups on all return paths.
5663
5664 2013-05-30 Tom Tromey <tromey@redhat.com>
5665
5666 * top.c (execute_command): Discard 'cleanup_if_error' cleanups.
5667
5668 2013-05-30 Tom Tromey <tromey@redhat.com>
5669
5670 * stabsread.c (read_struct_type): Call do_cleanups along
5671 all return paths.
5672
5673 2013-05-30 Maciej W. Rozycki <macro@codesourcery.com>
5674
5675 * mips-linux-tdep.c: Adjust formatting throughout.
5676
5677 2013-05-30 Tom Tromey <tromey@redhat.com>
5678
5679 * mipsread.c (read_alphacoff_dynamic_symtab): Call do_cleanups
5680 along all return paths.
5681
5682 2013-05-30 Tom Tromey <tromey@redhat.com>
5683
5684 * symfile.c (find_separate_debug_file): Call do_cleanups
5685 along all return paths.
5686
5687 2013-05-30 Tom Tromey <tromey@redhat.com>
5688
5689 * symtab.c (search_symbols): Introduce a null cleanup for
5690 'retval_chain'.
5691
5692 2013-05-30 Tom Tromey <tromey@redhat.com>
5693
5694 * python/py-value.c (valpy_binop): Call do_cleanups before
5695 exiting loop.
5696
5697 2013-05-30 Tom Tromey <tromey@redhat.com>
5698
5699 * python/py-prettyprint.c (print_children): Remove extra
5700 do_cleanups call.
5701
5702 2013-05-30 Tom Tromey <tromey@redhat.com>
5703
5704 * python/py-frame.c (frapy_read_var): Call do_cleanups along
5705 all return paths.
5706
5707 2013-05-30 Tom Tromey <tromey@redhat.com>
5708
5709 * python/py-breakpoint.c (bppy_get_commands): Call do_cleanups
5710 along all return paths.
5711
5712 2013-05-30 Tom Tromey <tromey@redhat.com>
5713
5714 * cli/cli-logging.c (set_logging_redirect): Unconditionally
5715 call do_cleanups.
5716
5717 2013-05-30 Tom Tromey <tromey@redhat.com>
5718
5719 * varobj.c (c_value_of_root): Call do_cleanups along all
5720 return paths.
5721
5722 2013-05-30 Tom Tromey <tromey@redhat.com>
5723
5724 * tracepoint.c (trace_dump_command): Unconditionally call
5725 do_cleanups.
5726
5727 2013-05-30 Tom Tromey <tromey@redhat.com>
5728
5729 * breakpoint.c (output_thread_groups, parse_cmd_to_aexpr): Call
5730 do_cleanups earlier.
5731
5732 2013-05-30 Tom Tromey <tromey@redhat.com>
5733
5734 * machoread.c (macho_symfile_read): Assign first cleanup to
5735 'back_to'.
5736
5737 2013-05-30 Tom Tromey <tromey@redhat.com>
5738
5739 * m32r-rom.c (m32r_load): Call do_cleanups at all returns.
5740
5741 2013-05-30 Tom Tromey <tromey@redhat.com>
5742
5743 * mi/mi-main.c (list_available_thread_groups): Call do_cleanups.
5744
5745 2013-05-30 Tom Tromey <tromey@redhat.com>
5746
5747 * inf-ptrace.c (inf_ptrace_create_inferior): Unconditionally
5748 call discard_cleanups.
5749 (inf_ptrace_attach): Likewise.
5750
5751 2013-05-30 Tom Tromey <tromey@redhat.com>
5752
5753 * remote-mips.c (mips_exit_debug): Call do_cleanups on all
5754 return paths.
5755 (mips_initialize): Likewise.
5756 (common_open): Call do_cleanups.
5757
5758 2013-05-30 Tom Tromey <tromey@redhat.com>
5759
5760 * utils.c (internal_vproblem): Call do_cleanups.
5761
5762 2013-05-30 Tom Tromey <tromey@redhat.com>
5763
5764 * linespec.c (find_linespec_symbols): Don't reassign to 'cleanup'.
5765
5766 2013-05-30 Tom Tromey <tromey@redhat.com>
5767
5768 * cli/cli-script.c (setup_user_args): Don't return after error.
5769
5770 2013-05-30 Tom Tromey <tromey@redhat.com>
5771
5772 * somread.c (som_symtab_read): Call do_cleanups.
5773
5774 2013-05-30 Tom Tromey <tromey@redhat.com>
5775
5776 * printcmd.c (print_command_1): Unconditionally call do_cleanups.
5777
5778 2013-05-30 Tom Tromey <tromey@redhat.com>
5779
5780 * cli/cli-cmds.c (cd_command, alias_command): Call do_cleanups.
5781 * cli/cli-dump.c (restore_binary_file): Call do_cleanups.
5782 * interps.c (interpreter_exec_cmd): Call do_cleanups.
5783 * source.c (show_substitute_path_command): Call do_cleanups.
5784 (unset_substitute_path_command, set_substitute_path_command):
5785 Likewise.
5786 * symfile.c (load_command): Call do_cleanups.
5787
5788 2013-05-30 Tom Tromey <tromey@redhat.com>
5789
5790 * contrib/cleanup_check.py: New file.
5791 * contrib/gcc-with-excheck: Add option parsing.
5792
5793 2013-05-30 Joel Brobecker <brobecker@adacore.com>
5794
5795 * windows-nat.c (windows_delete_thread): Add missing space
5796 in cast expression.
5797
5798 2013-05-30 Hafiz Abid Qadeer <abidh@codesourcery.com>
5799
5800 * inferior.c (top level): Include tilde.h.
5801 (add_inferior_command): Call tilde_expand on the value of 'exec'
5802 argument.
5803
5804 2013-05-30 Pedro Alves <pedro@codesourcery.com>
5805 Yao Qi <yao@codesourcery.com>
5806
5807 * tracepoint.c (encode_actions_1): Remove parameter 't'.
5808 Caller update.
5809 (encode_actions): Likewise.
5810 * remote.c (remote_download_tracepoint): Caller update.
5811 * tracepoint.h (encode_actions): Update declaration.
5812
5813 2013-05-30 Pedro Alves <palves@redhat.com>
5814
5815 * python/python-internal.h (gdb_Py_DECREF): Cast OP to PyObject
5816 pointer.
5817
5818 2013-05-30 Yao Qi <yao@codesourcery.com>
5819
5820 * remote.c (remote_check_symbols): Remove unused parameter
5821 'objfile'.
5822 Declaration update.
5823 (remote_start_remote, remote_new_objfile): Caller update.
5824
5825 2013-05-30 Yao Qi <yao@codesourcery.com>
5826
5827 * mi/mi-cmds.c (mi_cmds): Define MI command
5828 '-exec-arguments' by macro DEF_MI_CMD_CLI_1 instead of
5829 DEF_MI_CMD_CLI.
5830
5831 2013-05-29 Pedro Alves <palves@redhat.com>
5832
5833 * remote.c (remote_insert_breakpoint, remote_remove_breakpoint)
5834 (remote_insert_watchpoint, remote_remove_watchpoint)
5835 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
5836 (remote_verify_memory, compare_sections_command)
5837 (remote_search_memory): Set the general process/thread on the
5838 remote side.
5839
5840 2013-05-29 Pedro Alves <palves@redhat.com>
5841
5842 * aarch64-tdep.c: Don't include "features/aarch64-without-fpu.c".
5843 (_initialize_aarch64_tdep): Don't call
5844 initialize_tdesc_aarch64_without_fpu.
5845 * features/Makefile (WHICH): Remove reference to
5846 aarch64-without-fpu.
5847 * features/aarch64-without-fpu.c: Delete file.
5848 * regformats/aarch64-without-fpu.dat: Delete file.
5849
5850 2013-05-28 Yao Qi <yao@codesourcery.com>
5851
5852 * tracepoint.c (stringify_collection_list): Remove parameter
5853 'string'.
5854 (encode_actions): Caller update. Remove local variables.
5855
5856 2013-05-24 Yao Qi <yao@codesourcery.com>
5857
5858 * tracepoint.c (TFILE_PID): Remove.
5859 (tfile_open): Don't add thread and inferior.
5860 (tfile_close): Don't set 'inferior_ptid'. Don't call
5861 exit_inferior_silent.
5862 (tfile_thread_alive): Remove.
5863 (init_tfile_ops): Don't set field 'to_thread_alive' of
5864 tfile_ops.
5865
5866 2013-05-23 Doug Evans <dje@google.com>
5867
5868 * contrib/cc-with-tweaks.sh (-p): Handle no dwo files.
5869
5870 2013-05-23 Pedro Alves <palves@redhat.com>
5871
5872 * common/filestuff.c [USE_WIN32API]: Define HAVE_SOCKETS.
5873 [HAVE_SYS_SOCKET_H]: Define HAVE_SOCKETS.
5874 (socket_mark_cloexec, gdb_socketpair_cloexec, gdb_socket_cloexec):
5875 Only define if HAVE_SOCKETS is defined.
5876 * configure.ac: Check for sys/socket.h.
5877 * config.in, configure: Regenerate.
5878
5879 2013-05-23 Pedro Alves <palves@redhat.com>
5880
5881 * dwarf2read.c (create_dwp_hash_table, create_dwo_in_dwp)
5882 (open_and_init_dwp_file): Use %s/pulongest instead of %u for
5883 printing uint32_t variables.
5884
5885 2013-05-23 Pedro Alves <palves@redhat.com>
5886
5887 * NEWS: Mention GDBserver range stepping support.
5888
5889 2013-05-23 Yao Qi <yao@codesourcery.com>
5890 Pedro Alves <palves@redhat.com>
5891
5892 * gdbthread.h (struct thread_control_state) <may_range_step>: New
5893 field.
5894 * infcmd.c (step_once, until_next_command): Enable range stepping.
5895 * infrun.c (displaced_step_prepare): Disable range stepping.
5896 (resume): Disable range stepping if stepping over a breakpoint or
5897 we have software watchpoints. If range stepping is enabled,
5898 assert the thread is in the stepping range.
5899 (clear_proceed_status_thread): Clear may_range_step.
5900 (handle_inferior_event): Disable range stepping as soon as we know
5901 the thread that hit the event. Re-enable it whenever we're going
5902 to step with a step range.
5903 * remote.c (struct vCont_action_support) <r>: New field.
5904 (use_range_stepping): New global.
5905 (remote_vcont_probe): Handle 'r' action.
5906 (append_resumption): Append an 'r' action if the thread may range
5907 step.
5908 (show_range_stepping): New function.
5909 (set_range_stepping): New function.
5910 (_initialize_remote): Call add_setshow_boolean_cmd to register the
5911 'set range-stepping' and 'show range-stepping' commands.
5912 * NEWS: Mention range stepping, the new vCont;r action, and the
5913 new "set/show range-stepping" commands.
5914
5915 2013-05-23 Yao Qi <yao@codesourcery.com>
5916 Pedro Alves <palves@redhat.com>
5917
5918 * remote.c (struct vCont_action_support): New struct.
5919 (struct remote_state) <support_vCont_t>: Remove field.
5920 <vCont_actions_support>: New field.
5921 (remote_vcont_probe, remote_stop_ns): Update.
5922
5923 2013-05-23 Yao Qi <yao@codesourcery.com>
5924 Pedro Alves <palves@redhat.com>
5925
5926 * gdbthread.h (pc_in_thread_step_range): New declaration.
5927 * thread.c (pc_in_thread_step_range): New function.
5928 * infrun.c (handle_inferior_event): Use it.
5929
5930 2013-05-23 Joel Brobecker <brobecker@adacore.com>
5931
5932 * mi/mi-cmd-break.c (mi_argv_to_format): Use xsnprintf instead
5933 of sprintf.
5934
5935 2013-05-22 Keith Seitz <keiths@redhat.com>
5936
5937 * ada-lang.c (is_known_support_routine): Add explicit free of
5938 'func_name' from find_frame_funname.
5939 (ada_unhandled_exception_name_addr_from_raise): Add cleanups
5940 for func_name from find_frame_funname.
5941 * python/py-frame.c (frapy_name): Add explicit free of
5942 'name' from find_frame_funname.
5943 * stack.c (find_frame_funname): Add comment explaining that
5944 funcp must be freed by the caller.
5945 Return copy of symbol names instead of pointers.
5946 (print_frame): Add a cleanup for 'funname' from
5947 find_frame_funname.
5948 * stack.h (find_frame_funname): Remove "const" from
5949 'funname' parameter.
5950
5951 2013-05-22 Tom Tromey <tromey@redhat.com>
5952
5953 PR c++/15401:
5954 * c-valprint.c (c_value_print): Use value_addr for
5955 references. Convert back to reference type with value_ref.
5956
5957 2013-05-22 Eli Zaretskii <eliz@gnu.org>
5958
5959 * windows-nat.c (handle_unload_dll): Don't call solib_add for the
5960 unloaded DLL, it will be done by handle_solib_event. See
5961 http://sourceware.org/ml/gdb-patches/2013-05/msg00713.html for the
5962 details.
5963
5964 2013-05-22 Phil Muldoon <pmuldoon@redhat.com>
5965
5966 * ui-out.c: Create typedef ui_out_level_p and define vector
5967 operations for that type.
5968 (struct ui_out): Use a vector instead of an array.
5969 (current_level): Return level from a vector.
5970 (push_level): Create a level in a vector.
5971 (pop_level): Delete a level in a vector.
5972 (ui_out_new): Create initial level zero level, and store in a
5973 vector.
5974 (ui_out_destroy): Add vector cleanup.
5975
5976 2013-05-22 Pedro Alves <palves@redhat.com>
5977
5978 * python/python-internal.h (gdb_Py_DECREF): Tag with
5979 "ARI: editCase function".
5980
5981 2013-05-21 Paul Pluzhnikov <ppluzhnikov@google.com>
5982
5983 * solib-svr4.c (svr4_free_so): Protect against NULL dereference.
5984
5985 2013-05-21 Pedro Alves <palves@redhat.com>
5986
5987 * python/py-prettyprint.c (apply_val_pretty_printer): Check
5988 whether PRINTER is NULL before installing a Py_DECREF cleanup.
5989 * python/py-utils.c (py_decref): Don't check for NULL before
5990 calling Py_DECREF.
5991
5992 2013-05-21 Pedro Alves <palves@redhat.com>
5993
5994 * python/py-utils.c (py_decref): Remove extra braces.
5995 (gdb_pymodule_addobject): Remove extra braces.
5996 * python-internal.h (gdb_Py_DECREF): New static inline function.
5997 (Py_DECREF): Redefine as calling gdb_Py_DECREF.
5998
5999 2013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6000
6001 * breakpoints.c (detach_breakpoints): Do not
6002 detach breakpoints locations with loc_type bp_loc_other.
6003
6004 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6005
6006 Workaround Python 2.6.
6007 * python/py-utils.c (gdb_pymodule_addobject): Wrap Py_DECREF into
6008 a block.
6009
6010 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6011
6012 Code cleanup: constification.
6013 * solib.c (solib_ops): Make return type and ops variable type const.
6014 (set_solib_ops): Make the new_ops parameter and ops variable const.
6015 (solib_find, solib_map_sections, clear_so, free_so, update_solib_list)
6016 (solib_add, solib_keep_data_in_core, clear_solib)
6017 (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
6018 (reload_shared_libraries, solib_global_lookup): Make the ops variable
6019 const.
6020 * solib.h (set_solib_ops): Make the new_ops parameter const.
6021
6022 2013-05-21 Joel Brobecker <brobecker@adacore.com>
6023
6024 * data-directory/Makefile.in (SYSTEM_GDBINIT_SRCDIR): New
6025 variable.
6026 (VPATH): Add SYSTEM_GDBINIT_SRCDIR.
6027 (SYSTEM_GDBINIT_DIR, SYSTEM_GDBINIT_INSTALL_DIR)
6028 (SYSTEM_GDBINIT_FILES): New variables.
6029 (all): Add stamp-system-gdbinit.
6030 (stamp-system-gdbinit): New rule.
6031 (clean-system-gdbinit, install-system-gdbinit)
6032 (uninstall-system-gdbinit): New rules. Make them .PHONY.
6033 (install-only): Add dependency on install-system-gdbinit.
6034 (uninstall): Add dependency on uninstall-system-gdbinit.
6035 (clean): Add dependency on clean-system-gdbinit.
6036 * system-gdbinit/elinos.py: New file.
6037 * system-gdbinit/wrs-linux.py: New file.
6038
6039 2013-05-21 Joel Brobecker <brobecker@adacore.com>
6040
6041 * ada-lang.c (old_renaming_is_invisible): Fix cleanup leak.
6042
6043 2013-05-21 Hui Zhu <hui@codesourcery.com>
6044
6045 * breakpoint.c (dprintf_breakpoint_ops): Remove its static.
6046 * breakpoint.h (dprintf_breakpoint_ops): Add extern.
6047 * mi/mi-cmd-break.c (ctype.h): New include.
6048 (gdb_obstack.h): New include.
6049 (mi_argv_to_format, mi_cmd_break_insert_1): New.
6050 (mi_cmd_break_insert): Call mi_cmd_break_insert_1.
6051 (mi_cmd_dprintf_insert): New.
6052 * mi/mi-cmds.c (mi_cmds): Add "dprintf-insert".
6053 * mi/mi-cmds.h (mi_cmd_dprintf_insert): New extern.
6054
6055 2013-05-20 Tom Tromey <tromey@redhat.com>
6056
6057 * python/py-prettyprint.c (search_pp_list): Decref 'attr'.
6058
6059 2013-05-20 Tom Tromey <tromey@redhat.com>
6060
6061 * python/py-value.c (valpy_get_dynamic_type): Simplify
6062 dynamic_type assignment. Use Py_XINCREF.
6063
6064 2013-05-20 Tom Tromey <tromey@redhat.com>
6065
6066 * python/py-type.c (typy_fields): Unconditionally decref 'r'.
6067
6068 2013-05-20 Tom Tromey <tromey@redhat.com>
6069
6070 * python/py-frame.c (frapy_older, frapy_newer, gdbpy_newest_frame)
6071 (gdbpy_selected_frame): Move object-construction code
6072 out of TRY_CATCH.
6073
6074 2013-05-20 Tom Tromey <tromey@redhat.com>
6075
6076 * python/py-arch.c (gdbpy_initialize_arch): Use
6077 gdb_pymodule_addobject.
6078 * python/py-block.c (gdbpy_initialize_blocks): Use
6079 gdb_pymodule_addobject.
6080 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Use
6081 gdb_pymodule_addobject.
6082 * python/py-cmd.c (gdbpy_initialize_breakpoints): Use
6083 gdb_pymodule_addobject.
6084 * python/py-event.c (gdbpy_initialize_event_generic): Use
6085 gdb_pymodule_addobject.
6086 * python/py-evtregistry.c (gdbpy_initialize_eventregistry): Use
6087 gdb_pymodule_addobject.
6088 * python/py-evts.c (add_new_registry): Use
6089 gdb_pymodule_addobject.
6090 (gdbpy_initialize_py_events): Likewise.
6091 * python/py-finishbreakpoint.c
6092 (gdbpy_initialize_finishbreakpoints): Use
6093 gdb_pymodule_addobject.
6094 * python/py-frame.c (gdbpy_initialize_frames): Use
6095 gdb_pymodule_addobject.
6096 * python/py-function.c (gdbpy_initialize_functions): Use
6097 gdb_pymodule_addobject.
6098 * python/py-inferior.c (gdbpy_initialize_inferior): Use
6099 gdb_pymodule_addobject.
6100 * python/py-infthread.c (gdbpy_initialize_thread): Use
6101 gdb_pymodule_addobject.
6102 * python/py-objfile.c (gdbpy_initialize_objfile): Use
6103 gdb_pymodule_addobject.
6104 * python/py-param.c (gdbpy_initialize_parameters): Use
6105 gdb_pymodule_addobject.
6106 * python/py-progspace.c (gdbpy_initialize_pspace): Use
6107 gdb_pymodule_addobject.
6108 * python/py-symbol.c (gdbpy_initialize_symbols): Use
6109 gdb_pymodule_addobject.
6110 * python/py-symtab.c (gdbpy_initialize_symtabs): Use
6111 gdb_pymodule_addobject.
6112 * python/py-type.c (gdbpy_initialize_types): Use
6113 gdb_pymodule_addobject.
6114 * python/py-utils.c (gdb_pymodule_addobject): New function.
6115 * python/py-value.c (gdbpy_initialize_values): Use
6116 gdb_pymodule_addobject.
6117 * python/python-internal.h (gdb_pymodule_addobject): Declare.
6118 * python/python.c (_initialize_python): Use
6119 gdb_pymodule_addobject.
6120
6121 2013-05-20 Tom Tromey <tromey@redhat.com>
6122
6123 * python/py-cmd.c (cmdpy_completer): Use explicit decref.
6124 * python/py-param.c (get_set_value, get_show_value): Use
6125 explicit decrefs.
6126 * python/python.c (start_type_printers, apply_type_printers):
6127 Use explicit decrefs.
6128
6129 2013-05-20 Tom Tromey <tromey@redhat.com>
6130
6131 * python/py-evts.c (gdbpy_initialize_py_events): Don't
6132 incref the module.
6133
6134 2013-05-20 Tom Tromey <tromey@redhat.com>
6135
6136 * python/python.c (gdbpy_run_events): Decref the result
6137 of PyObject_CallObject.
6138
6139 2013-05-20 Tom Tromey <tromey@redhat.com>
6140
6141 * python/py-symtab.c (set_sal): Use
6142 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION. Return -1 on error.
6143 (symtab_and_line_to_sal_object): Update.
6144
6145 2013-05-20 Tom Tromey <tromey@redhat.com>
6146
6147 * python/py-param.c (compute_enum_values): Decref 'item'.
6148
6149 2013-05-20 Tom Tromey <tromey@redhat.com>
6150
6151 * mi/mi-main.c: Include python-internal.h.
6152 (mi_cmd_list_features): Check gdb_python_initialized.
6153 * python/py-inferior.c (python_on_normal_stop, python_on_resume)
6154 (python_inferior_exit, python_new_objfile, add_thread_object)
6155 (delete_thread_object, py_free_inferior): Check
6156 gdb_python_initialized.
6157 * python/py-prettyprint.c (apply_val_pretty_printer): Check
6158 gdb_python_initialized.
6159 * python/py-type.c (save_objfile_types): Check
6160 gdb_python_initialized.
6161 * python/python-internal.h (gdb_python_initialized): Declare.
6162 * python/python.c (ensure_python_env): Throw exception if
6163 Python not initialized.
6164 (before_prompt_hook, source_python_script_for_objfile)
6165 (start_type_printers, apply_type_printers,
6166 free_type_printers): Check gdb_python_initialized.
6167 * varobj.c (varobj_get_display_hint)
6168 (dynamic_varobj_has_child_method, update_dynamic_varobj_children)
6169 (install_new_value_visualizer, varobj_set_visualizer)
6170 (value_get_print_value): Check gdb_python_initialized.
6171
6172 2013-05-20 Tom Tromey <tromey@redhat.com>
6173
6174 * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.
6175 Check errors.
6176 * python/py-auto-load.c (gdbpy_initialize_auto_load): Return 'int'.
6177 * python/py-block.c (gdbpy_initialize_blocks): Return 'int'.
6178 Check errors.
6179 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Return 'int'.
6180 Check errors.
6181 * python/py-cmd.c (gdbpy_initialize_commands): Return 'int'.
6182 Check errors.
6183 * python/py-event.c (gdbpy_initialize_event): Return 'int'.
6184 Check errors.
6185 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Change generated
6186 init function to return 'int'.
6187 * python/py-evtregistry.c (gdbpy_initialize_eventregistry):
6188 Return 'int'. Check errors.
6189 * python/py-evts.c (gdbpy_initialize_py_events): Return 'int'.
6190 Check errors.
6191 * python/py-finishbreakpoint.c (gdbpy_initialize_finishbreakpoints):
6192 Return 'int'. Check errors.
6193 * python/py-frame.c (gdbpy_initialize_frames): Return 'int'.
6194 Check errors.
6195 * python/py-function.c (gdbpy_initialize_functions): Return 'int'.
6196 Check errors.
6197 * python/py-gdb-readline.c (gdbpy_initialize_gdb_readline):
6198 Check errors.
6199 * python/py-inferior.c (gdbpy_initialize_inferior): Return 'int'.
6200 Check errors.
6201 * python/py-infthread.c (gdbpy_initialize_thread): Return 'int'.
6202 Check errors.
6203 * python/py-lazy-string.c (gdbpy_initialize_lazy_string): Return 'int'.
6204 Check errors.
6205 * python/py-objfile.c (gdbpy_initialize_objfile): Return 'int'.
6206 Check errors.
6207 * python/py-param.c (gdbpy_initialize_parameters): Return 'int'.
6208 Check errors.
6209 * python/py-progspace.c (gdbpy_initialize_pspace): Return 'int'.
6210 Check errors.
6211 * python/py-symbol.c (gdbpy_initialize_symbols): Return 'int'.
6212 Check errors.
6213 * python/py-symtab.c (gdbpy_initialize_symtabs): Return 'int'.
6214 Check errors.
6215 * python/py-type.c (gdbpy_initialize_types): Return 'int'.
6216 Check errors.
6217 * python/py-value.c (gdbpy_initialize_values): Return 'int'.
6218 Check errors.
6219 * python/python-internal.h (gdbpy_initialize_auto_load,
6220 gdbpy_initialize_values, gdbpy_initialize_frames,
6221 gdbpy_initialize_symtabs, gdbpy_initialize_commands,
6222 gdbpy_initialize_symbols, gdbpy_initialize_symtabs,
6223 gdbpy_initialize_blocks, gdbpy_initialize_types,
6224 gdbpy_initialize_functions, gdbpy_initialize_pspace,
6225 gdbpy_initialize_objfile, gdbpy_initialize_breakpoints,
6226 gdbpy_initialize_finishbreakpoints,
6227 gdbpy_initialize_lazy_string, gdbpy_initialize_parameters,
6228 gdbpy_initialize_thread, gdbpy_initialize_inferior,
6229 gdbpy_initialize_eventregistry, gdbpy_initialize_event,
6230 gdbpy_initialize_py_events, gdbpy_initialize_stop_event,
6231 gdbpy_initialize_signal_event,
6232 gdbpy_initialize_breakpoint_event,
6233 gdbpy_initialize_continue_event,
6234 gdbpy_initialize_exited_event, gdbpy_initialize_thread_event,
6235 gdbpy_initialize_new_objfile_event, gdbpy_initialize_arch):
6236 Update. Use CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
6237 * python/python.c (gdb_python_initialized): New global.
6238 (gdbpy_initialize_events): Return 'int'. Check errors.
6239 (_initialize_python): Check errors. Set
6240 gdb_python_initialized.
6241
6242 2013-05-20 Tom Tromey <tromey@redhat.com>
6243
6244 * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope):
6245 Decref the reslut of PyObject_CallMethod.
6246
6247 2013-05-20 Tom Tromey <tromey@redhat.com>
6248
6249 * python/py-event.c (gdbpy_initialize_event_generic): Return
6250 early if PyType_Ready fails.
6251
6252 2013-05-20 Tom Tromey <tromey@redhat.com>
6253
6254 * python/py-type.c (make_fielditem): Add gdb_assert_not_reached
6255 as 'default' in the switch.
6256
6257 2013-05-20 Tom Tromey <tromey@redhat.com>
6258
6259 * python/py-inferior.c (gdbpy_inferiors): Update. Hoist
6260 get_addr_from_python calls out of TRY_CATCH.
6261 (infpy_write_memory, infpy_search_memory): Likewise.
6262 * python/py-utils.c (get_addr_from_python): Return negative
6263 value on error. Use TRY_CATCH.
6264 * python/python-internal.h (get_addr_from_python): Use
6265 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
6266
6267 2013-05-20 Tom Tromey <tromey@redhat.com>
6268
6269 * python/py-event.c (evpy_emit_event): Decref the
6270 result of PyObject_CallFunctionObjArgs.
6271
6272 2013-05-20 Tom Tromey <tromey@redhat.com>
6273
6274 * python/py-cmd.c (cmdpy_completer): Use iterator protocol.
6275 Correctly decref.
6276
6277 2013-05-20 Tom Tromey <tromey@redhat.com>
6278
6279 * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'.
6280
6281 2013-05-20 Tom Tromey <tromey@redhat.com>
6282
6283 * python/py-event.h (gdbpy_initialize_event_generic): Use
6284 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
6285 * python/py-evts.c (add_new_registry): Use
6286 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
6287 * python/python-internal.h
6288 (CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION): New macro.
6289
6290 2013-05-20 Tom Tromey <tromey@redhat.com>
6291
6292 * python/py-arch.c (archpy_disassemble): Update.
6293 * python/py-type.c (typy_get_composite, typy_lookup_typename)
6294 (typy_lookup_type): Use GDB_PY_HANDLE_EXCEPTION.
6295 * python/py-utils.c (gdbpy_convert_exception): Return 'void'.
6296 * python/python-internal.h (CPYCHECKER_SETS_EXCEPTION): New
6297 macro.
6298 (GDB_PY_HANDLE_EXCEPTION): Update.
6299 (gdbpy_convert_exception): Update. Use CPYCHECKER_SETS_EXCEPTION.
6300
6301 2013-05-20 Tom Tromey <tromey@redhat.com>
6302
6303 * python/python-internal.h (events_object_type): Remove.
6304
6305 2013-05-20 Tom Tromey <tromey@redhat.com>
6306
6307 * python/py-event.h (evpy_emit_event): Use
6308 CPYCHECKER_STEALS_REFERENCE_TO_ARG.
6309 * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
6310 New macro.
6311
6312 2013-05-20 Tom Tromey <tromey@redhat.com>
6313
6314 * py-evtregistry.c (create_event_object): Decref
6315 eventregistry_object if PyList_New fails.
6316
6317 2013-05-20 Tom Tromey <tromey@redhat.com>
6318
6319 * py-cmd.c (gdbpy_string_to_argv): Check result of
6320 PyList_New.
6321
6322 2013-05-20 Tom Tromey <tromey@redhat.com>
6323
6324 * python/python.c (before_prompt_hook): Add cleanup to
6325 decref 'hook'.
6326
6327 2013-05-20 Tom Tromey <tromey@redhat.com>
6328
6329 * python/py-function.c (fnpy_init): Decref result of
6330 PyObject_GetAttrString.
6331
6332 2013-05-20 Tom Tromey <tromey@redhat.com>
6333
6334 * python/py-threadevent.c (get_event_thread): Use
6335 CPYCHECKER_RETURNS_BORROWED_REF.
6336 * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
6337 New define.
6338 (pspace_to_pspace_object, objfile_to_objfile_object)
6339 (find_thread_object): Use it.
6340
6341 2013-05-20 Tom Tromey <tromey@redhat.com>
6342
6343 * python/py-arch.c (arch_object_type): Use
6344 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6345 * python/py-block.c (block_syms_iterator_object_type):
6346 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6347 * python/py-bpevent.c (breakpoint_event_object_type):
6348 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6349 * python/py-cmd.c (cmdpy_object_type): Use
6350 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6351 * python/py-continueevent.c (continue_event_object_type):
6352 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6353 * python/py-event.h (GDBPY_NEW_EVENT_TYPE):
6354 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6355 * python/py-events.h (thread_event_object_type):
6356 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6357 * python/py-evtregistry.c (eventregistry_object_type): Use
6358 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6359 * python/py-exitedevent.c (exited_event_object_type):
6360 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6361 * python/py-finishbreakpoint.c (finish_breakpoint_object_type):
6362 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6363 * python/py-function.c (fnpy_object_type): Use
6364 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6365 * python/py-inferior.c (inferior_object_type, membuf_object_type):
6366 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6367 * python/py-infthread.c (thread_object_type): Use
6368 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6369 * python/py-lazy-string.c (lazy_string_object_type):
6370 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6371 * python/py-newobjfileevent.c (new_objfile_event_object_type):
6372 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6373 * python/py-objfile.c (objfile_object_type): Use
6374 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6375 * python/py-param.c (parmpy_object_type):
6376 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6377 * python/py-progspace.c (pspace_object_type):
6378 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6379 * python/py-signalevent.c (signal_event_object_type):
6380 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6381 * python/py-symtab.c (symtab_object_type, sal_object_type): Use
6382 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6383 * python/py-type.c (type_object_type, field_object_type)
6384 (type_iterator_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6385 * python/py-internal.h (CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF): New
6386 define.
6387 (value_object_type, block_object_type, symbol_object_type)
6388 (event_object_type, stop_event_object_type, breakpoint_object_type)
6389 (frame_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6390
6391 2013-05-20 Andreas Tobler <andreas@fgznet.ch>
6392
6393 * Makefile.in (ALL_TARGET_OBS): Add ppcfbsd-tdep.o.
6394 (ALLDEPFILES): Add ppcfbsd-nat.c and ppcfbsd-tdep.c.
6395
6396 2013-05-20 Doug Evans <dje@google.com>
6397
6398 When reading CU, stay in DWO. Be more tolerent of bad debug info.
6399 For Fission.
6400 * dwarf2read.c (struct dwarf2_per_cu_data): New member
6401 reading_dwo_directly.
6402 (struct signatured_type): New member dwo_unit.
6403 (struct die_reader_specs): New member comp_dir.
6404 (create_signatured_type_table_from_index): Use malloc for
6405 all_type_units instead of objfile's obstack.
6406 (create_all_type_units): Ditto.
6407 (fill_in_sig_entry_from_dwo_entry): New function.
6408 (add_type_unit): New function.
6409 (lookup_dwo_signatured_type): New function.
6410 (lookup_dwp_signatured_type): New function.
6411 (lookup_signatured_type): New arg cu. All callers updated.
6412 (init_cu_die_reader): Initialize comp_dir.
6413 (read_cutu_die_from_dwo): New arg stub_comp_dir. All callers updated.
6414 Change assert of matching type signatures to call error on mismatch.
6415 (lookup_dwo_unit): Add assert.
6416 (init_tu_and_read_dwo_dies): New function.
6417 (init_cutu_and_read_dies): Call it.
6418 (build_type_unit_groups): Handle case of no type unit groups created.
6419 (hash_dwo_file, eq_dwo_file): Handle missing comp_dir.
6420 (lookup_dwo_cutu): Tweak complaint.
6421 (dwarf2_free_abbrev_table): Check for NULL abbrev_table.
6422 (dwarf2_per_objfile_free): Free all_type_units.
6423
6424 2013-05-20 Joel Brobecker <brobecker@adacore.com>
6425
6426 * windows-nat.c (handle_unload_dll): Add missing empty line.
6427
6428 2013-05-20 Joel Brobecker <brobecker@adacore.com>
6429
6430 * dwarf2read.c (prototyped_function_p): New function.
6431 (read_subroutine_type): Use it.
6432
6433 2013-05-20 Joel Brobecker <brobecker@adacore.com>
6434
6435 * rs6000-aix-tdep.c: De-indent some example code provided
6436 as a comment.
6437
6438 2013-05-17 Edjunior Machado <emachado@linux.vnet.ibm.com>
6439
6440 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Check if the
6441 region is ok for a hardware watchpoint using the new ptrace interface
6442 on Power servers.
6443
6444 2013-05-17 Doug Evans <dje@google.com>
6445
6446 * NEWS: Mention new maintenance commands check-symtabs, and
6447 expand-symtabs, and renamed check-psymtabs.
6448 * psymtab.c (maintenance_check_psymtabs): Renamed from
6449 maintenance_check_symtabs. Only process already-expanded symbol
6450 tables.
6451 (_initialize_psymtab): Update.
6452 * symmisc.c (maintenance_check_symtabs): New function.
6453 (maintenance_expand_name_matcher): New function
6454 (maintenance_expand_file_matcher): New function
6455 (maintenance_expand_symtabs): New function.
6456 (_initialize_symmisc): Add "mt check-symtabs" and "mt expand-symtabs"
6457 commands.
6458
6459 2013-05-17 Tom Tromey <tromey@redhat.com>
6460
6461 * python/py-inferior.c (infpy_read_memory): Don't call
6462 PyErr_SetString if PyObject_New fails.
6463 * python/py-frame.c (frame_info_to_frame_object): Don't call
6464 PyErr_SetString if PyObject_New fails.
6465
6466 2013-05-17 Pavel Chupin <pavel.v.chupin@intel.com>
6467
6468 * acinclude.m4: Add check for dlopen in libdl.
6469 * configure.ac: Ditto.
6470 * configure: Regenerate.
6471
6472 2013-05-17 Phil Muldoon <pmuldoon@redhat.com>
6473
6474 * frame.c (frame_stash): Convert to htab.
6475 (frame_addr_hash): New function.
6476 (frame_addr_hash_eq): New function.
6477 (frame_stash_create): Convert function to create
6478 a hash table.
6479 (frame_stash_add): Convert function to add an entry to a hash
6480 table.
6481 (frame_stash_find): Convert function to search the hash table.
6482 (frame_stash_invalidate): Convert function to empty the hash
6483 table.
6484 (get_frame_id): Only add to stash if a frame_id is created.
6485 (_initialize_frame): Call frame_stash_create.
6486
6487 2013-05-16 Yue Lu <hacklu.newborn@gmail.com> (tiny change)
6488
6489 * configure.ac: Ensure MIG is available when building for GNU Hurd
6490 hosts.
6491 * configure: Regenerate.
6492
6493 2013-05-16 Joel Brobecker <brobecker@adacore.com>
6494
6495 * dwarf2read.c (set_cu_language): Add DW_LANG_UPC handling.
6496
6497 2013-05-16 Joel Brobecker <brobecker@adacore.com>
6498
6499 * ada-lang.c (ada_make_symbol_completion_list): Make sure
6500 all cleanups are done before returning from this function.
6501
6502 2013-05-15 Joel Brobecker <brobecker@adacore.com>
6503
6504 * utils.h: #include "exceptions.h".
6505 (enum errors): Remove partial declaration.
6506
6507 2013-05-15 Joel Brobecker <brobecker@adacore.com>
6508
6509 * gdbarch.sh (core_xfer_shared_libraries_aix): New method.
6510 * gdbarch.h, gdbarch.c: Regenerate.
6511 * corelow.c (core_xfer_partial): Add TARGET_OBJECT_LIBRARIES_AIX
6512 handling.
6513
6514 * rs6000-aix-tdep.h: New file.
6515 * Makefile.in (HFILES_NO_SRCDIR): Add rs6000-aix-tdep.h.
6516 * rs6000-aix-tdep.c: Include "rs6000-aix-tdep.h" and
6517 "xml-utils.h".
6518 (struct field_info, struct ld_info_desc): New types.
6519 (ld_info32_desc, ld_info64_desc): New static constants.
6520 (struct ld_info): New type.
6521 (rs6000_aix_extract_ld_info): New function.
6522 (rs6000_aix_shared_library_to_xml): Likewise.
6523 (rs6000_aix_ld_info_to_xml): Likewise.
6524 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
6525 (rs6000_aix_init_osabi): Add call to
6526 set_gdbarch_core_xfer_shared_libraries_aix.
6527 * rs6000-nat.c: Add "rs6000-aix-tdep.h" include.
6528 Remove "xml-utils.h" include.
6529 (LdInfo): Delete typedef.
6530 (ARCH64_DECL, LDI_FIELD, LDI_NEXT, LDI_FD, LDI_FILENAME):
6531 Delete macros.
6532 (rs6000_ptrace_ldinfo): Change return type to gdb_byte *.
6533 Adjust code accordingly.
6534 (rs6000_core_ldinfo): Delete, folded into
6535 rs6000_aix_core_xfer_shared_libraries_aix.
6536 (rs6000_xfer_shared_library): Delete.
6537 (rs6000_xfer_shared_libraries): Reimplement.
6538
6539 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
6540
6541 * record.c (record_goto_cmdlist): New.
6542 (cmd_record_goto): Split into this ...
6543 (cmd_record_goto_begin): ... this
6544 (cmd_record_goto_end): ... and this.
6545 (_initialize_record): Change "record goto" to prefix command.
6546 Add commands for "record goto begin" and "record goto end".
6547 Add an alias for "record goto start" to "record goto begin".
6548
6549 2013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6550
6551 * linespec.c (convert_linespec_to_sals): New comment for
6552 SOURCE_FILENAME assignment.
6553
6554 2013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6555
6556 * cleanups.c (restore_my_cleanups): Replace gdb_assert by
6557 internal_warning.
6558
6559 2013-05-14 Tom Tromey <tromey@redhat.com>
6560
6561 * eval.c (parse_and_eval_long): Make 'exp' const.
6562 * value.h (parse_and_eval_long): Update.
6563
6564 2013-05-14 Tom Tromey <tromey@redhat.com>
6565
6566 * ui-file.c (gdb_fopen): Make arguments const.
6567 * ui-file.h (gdb_fopen): Make arguments const.
6568
6569 2013-05-14 Tom Tromey <tromey@redhat.com>
6570
6571 * remote.c (remote_set_trace_notes): Make arguments const.
6572 * target.c (update_current_target): Update cast.
6573 * target.h (to_set_trace_notes): Make arguments const.
6574
6575 2013-05-14 Tom Tromey <tromey@redhat.com>
6576
6577 * go32-nat.c (go32_terminal_info): Make 'args' const.
6578 * inferior.h (child_terminal_info): Update.
6579 * inflow.c (child_terminal_info): Make 'args' const.
6580 * target.c (default_terminal_info): Make 'args' const.
6581 (debug_to_terminal_save_ours): Likewise.
6582 * target.h (struct target_ops) <to_terminal_info>: Make argument
6583 const.
6584
6585 2013-05-13 Tom Tromey <tromey@redhat.com>
6586
6587 * gcore.c (create_gcore_bfd): Make 'filename' const.
6588 * gcore.h (create_gcore_bfd): Make 'filename' const.
6589 * record-full.c (record_full_save): Make 'recfilename' const.
6590 * target.c (target_save_record): Make 'filename' const.
6591 * target.h (struct target_ops) <to_save_record>: Make 'filename'
6592 const.
6593 (target_save_record): Likewise.
6594
6595 2013-05-13 Tom Tromey <tromey@redhat.com>
6596
6597 PR gdb/15338:
6598 * dwarf2read.c (dwarf2_record_block_ranges): Ensure that the
6599 ranges section has been read.
6600
6601 2013-05-13 Tom Tromey <tromey@redhat.com>
6602
6603 PR exp/15364:
6604 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
6605 STRUCTOP_PTR>: Return a not_lval value for
6606 EVAL_AVOID_SIDE_EFFECTS.
6607 * opencl-lang.c (evaluate_subexp_opencl): Return a not_lval value
6608 for EVAL_AVOID_SIDE_EFFECTS.
6609
6610 2013-05-13 Joel Brobecker <brobecker@adacore.com>
6611
6612 * rs6000-aix-tdep.c (rs6000_push_dummy_call): Convert
6613 floating point registers to register type before storing
6614 value.
6615 * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call):
6616 Likewise.
6617
6618 2013-05-10 Joel Brobecker <brobecker@adacore.com>
6619 Tom Tromey <tromey@redhat.com>
6620
6621 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
6622 New functions.
6623 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
6624 Declare.
6625 * darwin-nat.c (darwin_pre_ptrace): Use mark_fd_no_cloexec.
6626 (darwin_ptrace_him): Use unmark_fd_no_cloexec.
6627 * inf-ttrace.c (do_cleanup_pfds): Use unmark_fd_no_cloexec.
6628 (inf_ttrace_prepare): Use mark_fd_no_cloexec.
6629
6630 2013-05-10 Freddie Chopin <freddie_chopin@op.pl>
6631 Tom Tromey <tromey@redhat.com>
6632
6633 PR build/15414:
6634 * configure: Rebuild.
6635 * configure.ac (build_warnings): Do not use -Wformat-nonliteral
6636 with -Wno-format.
6637
6638 2013-05-10 Pedro Alves <palves@redhat.com>
6639
6640 * remote.c (_initialize_remote): Fix spelling of
6641 qXfer:traceframe-info:read packet in packet config command.
6642
6643 2013-05-10 David Taylor <dtaylor@emc.com>
6644
6645 PR remote/15455
6646
6647 * remote.c (remote_trace_set_readonly_regions): Do not overwrite
6648 "QTro" at start of packet.
6649
6650 2013-05-10 Joel Brobecker <brobecker@adacore.com>
6651
6652 * solib-aix.c (solib_aix_relocate_section_addresses):
6653 For the .bss section action, apply the same offset as
6654 the .data section.
6655
6656 2013-05-10 Joel Brobecker <brobecker@adacore.com>
6657
6658 * solib-aix.c (solib_aix_relocate_section_addresses):
6659 Remove FIXME comment.
6660
6661 2013-05-10 Joel Brobecker <brobecker@adacore.com>
6662
6663 PR tdep/15420:
6664 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
6665 New functions, directly copied from sparc-sol-thread.c.
6666 * sparc-sol-thread.c: Delete.
6667 * configure.ac: Remove code handling sparc-solaris-thread.c.
6668 * configure: Regenerate.
6669
6670 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
6671
6672 * stack.c (backtrace_command_1): Add "no-filters", and Python frame
6673 filter logic.
6674 (backtrace_command): Add "no-filters" option parsing.
6675 (_initialize_stack): Alter help to reflect "no-filters" option.
6676 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-framefilter.o
6677 (SUBDIR_PYTHON_SRCS): Add py-framefilter.c
6678 (py-frame.o): Add target
6679 * data-directory/Makefile.in (PYTHON_DIR): Add Python frame
6680 filter files.
6681 * python/python.h: Add new frame filter constants, and flag enum.
6682 (apply_frame_filter): Add definition.
6683 * python/python.c (apply_frame_filter): New non-Python
6684 enabled function.
6685 * python/py-utils.c (py_xdecref): New function.
6686 (make_cleanup_py_xdecref): Ditto.
6687 * python/py-objfile.c: Declare frame_filters dictionary.
6688 (objfpy_dealloc): Add frame_filters dealloc.
6689 (objfpy_new): Initialize frame_filters attribute.
6690 (objfile_to_objfile_object): Ditto.
6691 (objfpy_get_frame_filters): New function.
6692 (objfpy_set_frame_filters): New function.
6693 * python/py-progspace.c: Declare frame_filters dictionary.
6694 (pspy_dealloc): Add frame_filters dealloc.
6695 (pspy_new): Initialize frame_filters attribute.
6696 (pspacee_to_pspace_object): Ditto.
6697 (pspy_get_frame_filters): New function.
6698 (pspy_set_frame_filters): New function.
6699 * python/py-framefilter.c: New file.
6700 * python/lib/gdb/command/frame_filters.py: New file.
6701 * python/lib/gdb/frames.py: New file.
6702 * python/lib/gdb/__init__.py: Initialize global frame_filters
6703 dictionary
6704 * python/lib/gdb/FrameDecorator.py: New file.
6705 * python/lib/gdb/FrameIterator.py: New file.
6706 * mi/mi-cmds.c (mi_cmds): Add frame filters command.
6707 * mi/mi-cmds.h: Declare.
6708 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Add
6709 --no-frame-filter logic, and Python frame filter logic.
6710 (stack_enable_frame_filters): New function.
6711 (parse_no_frame_option): Ditto.
6712 (mi_cmd_stack_list_frames): Add --no-frame-filter and Python frame
6713 filter logic.
6714 (mi_cmd_stack_list_locals): Ditto.
6715 (mi_cmd_stack_list_args): Ditto.
6716 (mi_cmd_stack_list_variables): Ditto.
6717 * NEWS: Add frame filter note.
6718
6719 2013-05-09 Doug Evans <dje@google.com>
6720
6721 * symfile.c (syms_from_objfile_1): Delete args offsets, num_offsets.
6722 All callers updated.
6723 (syms_from_objfile): Ditto. Make static.
6724 (symbol_file_add_with_addrs): Renamed from
6725 symbol_file_add_with_addrs_or_offsets. Delete args offsets,
6726 num_offsets. All callers updated.
6727 * symfile.h (syms_from_objfile): Delete.
6728
6729 * symfile.c (decrement_reading_symtab): Add assert.
6730 (increment_reading_symtab): Ditto.
6731
6732 2013-05-09 Joel Brobecker <brobecker@adacore.com>
6733
6734 * source.c (forward_search_command): Replace call to getc
6735 by call to fgetc.
6736 (reverse_search_command): Likewise.
6737
6738 2013-05-08 Doug Evans <dje@google.com>
6739
6740 * psymtab.c (expand_symtabs_matching_via_partial): Fix file name
6741 matching test.
6742
6743 2013-05-08 Joel Brobecker <brobecker@adacore.com>
6744
6745 * sol-thread.c (info_cb): Factorize the code a little.
6746
6747 2013-05-08 Joel Brobecker <brobecker@adacore.com>
6748
6749 * sol-thread.c (info_cb): Rework the output of the "maintenance
6750 info sol-threads" command a bit.
6751
6752 2013-05-08 Joel Brobecker <brobecker@adacore.com>
6753
6754 * sol-thread.c (info_cb) [ti.ti_state == TD_THR_SLEEP]:
6755 Replace ti.ti_startfunc by ti.ti_pc.
6756
6757 2013-05-08 Joel Brobecker <brobecker@adacore.com>
6758
6759 * solib-aix.c (solib_aix_free_library_list): New function
6760 for the case where HAVE_LIBEXPAT is not defined.
6761
6762 2013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
6763
6764 PR breakpoints/15413:
6765 * breakpoint.c (condition_completer): Simplify the code to
6766 disconsider multiple locations of breakpoints when completing the
6767 "condition" command.
6768
6769 2013-05-07 Pierre Muller <muller@sourceware.org>
6770
6771 * common/linux-btrace.c: ARI fix: Include "gdb_wait.h"
6772 instead of <sys/wait.h>.
6773
6774 2013-05-07 Pierre Muller <muller@sourceware.org>
6775
6776 * nios2-tdep.c (nios2_dwarf_reg_to_regnum): ARI fix: remove
6777 trailing new line from warning message.
6778
6779 2013-05-07 Pierre Muller <muller@sourceware.org>
6780
6781 * contrib/ari/gdb_ari.sh (SOLIB_ADD, SOLIB_CREATE_INFERIOR_HOOK)
6782 (PC_SOLIB): Change type from ari_deprecate to ari_regression.
6783
6784 2013-05-07 Joel Brobecker <brobecker@adacore.com>
6785
6786 * rs6000-nat.c (rs6000_core_ldinfo): Remove '\n' at end of
6787 error message (ARI fix).
6788
6789 2013-05-07 Joel Brobecker <brobecker@adacore.com>
6790
6791 * features/library-list-aix.dtd: Replace library-list by
6792 library-list-aix.
6793 * rs6000-nat.c: Replace library-list by library-list-aix
6794 throughout.
6795 * solib-aix.c: Likewise.
6796
6797 2013-05-07 Joel Brobecker <brobecker@adacore.com>
6798
6799 * target.h (enum target_object) [TARGET_OBJECT_LIBRARIES_AIX]:
6800 Renames TARGET_OBJECT_AIX_LIBRARIES.
6801 * rs6000-nat.c: Replace TARGET_OBJECT_AIX_LIBRARIES with
6802 TARGET_OBJECT_LIBRARIES_AIX throughout.
6803 * solib-aix.c: Likwise.
6804
6805 2013-05-07 Yao Qi <yao@codesourcery.com>
6806
6807 * solib-dsbt.c (struct dsbt_info) <enable_break2_done>: Remove.
6808 (get_dsbt_info, enable_break, dsbt_clear_solib): Update.
6809
6810 2013-05-07 Yao Qi <yao@codesourcery.com>
6811
6812 * solib-dsbt.c (enable_break): Declare.
6813 (dsbt_current_sos): Remove call to enable_break2.
6814 (enable_break2): Rename to enable_break. Set solib breakpoint
6815 on '_dl_debug_state'.
6816 (enable_break): Remove.
6817
6818 2013-05-07 Luis Machado <lgustavo@codesourcery.com>
6819
6820 * ppc-linux-nat.c (ppc_linux_new_thread): Clear the new thread's
6821 debug state prior to replicating existing hardware watchpoints or
6822 breakpoints.
6823
6824 2013-05-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6825
6826 * gcore.c (gcore_create_callback): Ignore sections with
6827 separate_debug_objfile_backlink != NULL.
6828
6829 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
6830 Andrew Jenner <andrew@codesourcery.com>
6831 Chung-Lin Tang <cltang@codesourcery.com>
6832 Julian Brown <julian@codesourcery.com>
6833
6834 Based on the nios2-elf port from Altera Corporation.
6835
6836 * Makefile.in (ALL_TARGET_OBS): Add nios2-tdep.o and
6837 nios2-linux-tdep.o.
6838 (HFILES_NO_SRCDIR): Add nios2-tdep.h.
6839 (ALLDEPFILES): Add nios2-tdep.c and nios2-linux-tdep.c.
6840 * configure.tgt: Add nios2*-*-linux* and nios2*-*-* targets.
6841 * nios2-tdep.h: New.
6842 * nios2-tdep.c: New.
6843 * nios2-linux-tdep.c: New.
6844 * features/Makefile (WHICH): Add nios2-linux.
6845 (nios2-linux-expedite): Set.
6846 * features/nios2-cpu.xml: New.
6847 * features/nios2.xml: New.
6848 * features/nios2-linux.xml: New.
6849 * features/nios2.c: New (autogenerated).
6850 * features/nios2-linux.c: New (autogenerated).
6851 * regformats/nios2-linux.dat: New (autogenerated).
6852 * NEWS (Changes since GDB 7.6): Add new Nios II targets
6853 and commands.
6854
6855 2013-05-06 Doug Evans <dje@google.com>
6856
6857 * symfile.c: Whitespace cleanup.
6858
6859 * solist.h (struct target_so_ops): New member clear_so.
6860 * solib-svr4.c (svr4_clear_so): New function.
6861 (_initialize_svr4_solib): Set svr4_so_ops.clear_so.
6862 * solib.c (clear_so): Renamed from free_so_symbols.
6863 All callers updated. Call target clear_so if it exists.
6864
6865 2013-05-06 Tom Tromey <tromey@redhat.com>
6866
6867 * ada-lang.c (ada_value_primitive_packed_val): Don't
6868 call value_incref.
6869 * value.c (set_value_parent): Incref the new parent and decref
6870 the old parent.
6871 (value_copy, value_primitive_field): Use set_value_parent.
6872
6873 2013-05-06 Tom Tromey <tromey@redhat.com>
6874
6875 * dwarf2loc.c (invalid_synthetic_pointer): Move earlier.
6876 (indirect_pieced_value): Call dwarf2_fetch_constant_bytes
6877 if needed.
6878 * dwarf2loc.h (dwarf2_fetch_constant_bytes): Declare.
6879 * dwarf2read.c (write_constant_as_bytes)
6880 (dwarf2_fetch_constant_bytes): New functions.
6881
6882 2013-05-06 Tom Tromey <tromey@redhat.com>
6883
6884 * dwarf2read.c (dwarf2_const_value_data): Remove unused
6885 parameters.
6886 (dwarf2_const_value_attr): Update.
6887
6888 2013-05-06 Tom Tromey <tromey@redhat.com>
6889
6890 * somread.c (som_symfile_offsets): Add 'const' to addrs.
6891 * machoread.c (macho_symfile_offsets): Add 'const' to addrs.
6892 * xcoffread.c (xcoff_symfile_offsets): Add 'const' to addrs.
6893 Remove declaration.
6894
6895 2013-05-06 Tom Tromey <tromey@redhat.com>
6896
6897 * dwarf2read.c (dwarf2_const_value_attr): Use 'obstack', not
6898 objfile's obstack.
6899
6900 2013-05-06 Doug Evans <dje@google.com>
6901
6902 * dbxread.c (process_one_symbol): Constify section_offsets parameter.
6903 * stabsread.h (process_one_symbol): Update declaration.
6904 * dwarf2read.c (dw2_relocate): Constify new_offsets, delta parameters.
6905 * elfread.c (elf_symfile_relocate_probe): Ditto.
6906 * psymtab.c (relocate_psymtabs): Ditto.
6907 * objfiles.c (objfile_relocate1): Constify new_offsets parameter.
6908 (objfile_relocate): Ditto.
6909 * objfiles.h (objfile_relocate): Update declaration.
6910 * symfile.c (relative_addr_info_to_section_offsets): Constify
6911 addrs parameter.
6912 (default_symfile_offsets): Ditto.
6913 (syms_from_objfile_1): Constify offsets parameter.
6914 (syms_from_objfile): Ditto.
6915 (symbol_file_add_with_addrs_or_offsets): Ditto.
6916 (symfile_map_offsets_to_segments): Constify data parameter.
6917 * symfile.h (struct quick_symbol_functions): Constify new_offsets,
6918 delta parameters of member relocate.
6919 (struct sym_probe_fns): Constify new_offsets,
6920 delta parameters of member sym_relocate_probe.
6921 (struct sym_fns): Constify section_addr_info parameter of member
6922 sym_offsets.
6923 (relative_addr_info_to_section_offsets): Update declaration.
6924 (default_symfile_offsets): Ditto.
6925 (syms_from_objfile): Ditto.
6926 (symfile_map_offsets_to_segments): Ditto.
6927
6928 * symfile.c (syms_from_objfile_1): Use correct section count when
6929 objfile->sf == NULL.
6930
6931 2013-05-06 Mike Frysinger <vapier@gentoo.org>
6932
6933 * common/linux-btrace.c (intel_supports_btrace): Fix indentation.
6934
6935 2013-05-06 Doug Evans <dje@google.com>
6936
6937 * psympriv.h (struct partial_symtab): Augment comment for member
6938 section_offsets.
6939
6940 2013-05-06 Joel Brobecker <brobecker@adacore.com>
6941
6942 Reimplement shared library support on ppc-aix...
6943 * target.h (TARGET_OBJECT_AIX_LIBRARIES): New target_object enum.
6944 * features/library-list-aix.dtd: New file.
6945 * solib-aix.h, solib-aix.c: New file.
6946 * rs6000-aix-tdep.c: #include "solib.h" and "solib-aix.h".
6947 (rs6000_find_toc_address_hook): Delete.
6948 (rs6000_push_dummy_call): Rewrite code setting the TOC value.
6949 (rs6000_aix_init_osabi): Register solib_aix_so_ops.
6950 * rs6000-nat.c: Remove "xcoffsolib.h" include. Include
6951 "xml-utils.h".
6952 (map_vmap, vmap_exec, vmap_ldinfo, add_vmap, objfile_symbol_add)
6953 (vmap_symtab, fixup_breakpoints): Delete.
6954 (rs6000_xfer_shared_libraries): New function.
6955 (rs6000_xfer_partial): Add TARGET_OBJECT_AIX_LIBRARIES handling.
6956 (vmap_secs, bss_data_overlap, vmap_add_symbols): Delete.
6957 (xcoff_relocate_symtab, xcoff_relocate_core): Delete.
6958 (rs6000_ptrace_ldinfo, rs6000_core_ldinfo)
6959 (rs6000_xfer_shared_library): New function.
6960 (find_toc_address): Delete.
6961 (_initialize_rs6000_nat): Do not set rs6000_find_toc_address_hook.
6962 * rs6000-tdep.h (rs6000_find_toc_address_hook): Remove.
6963 * xcoffread.c (record_minimal_symbol): Reloate symbol address
6964 before creating minimal symbol. Adjust function description
6965 accordingly.
6966 (scan_xcoff_symtab): Replace call to
6967 prim_record_minimal_symbol_and_info by call to
6968 record_minimal_symbol.
6969 (xcoff_symfile_offsets): Reimplement mostly as a wrapper
6970 around default_symfile_offsets.
6971 * configure.tgt: Add solib-aix.o to gdb_target_obs for
6972 powerpc-aix targets.
6973 * config/rs6000/nm-rs6000.h: Delete.
6974 * config/powerpc/aix.mh (NAT_FILE): Delete.
6975 (NATDEPFILES): Remove xcoffsolib.o.
6976 * Makefile.in (XMLFILES): Add library-list-aix.dtd.
6977 (ALL_TARGET_OBS): Add solib-aix.o.
6978 (HFILES_NO_SRCDIR): Remove xcoffsolib.h and
6979 config/rs6000/nm-rs6000.h. Add solib-aix.h.
6980 (ALLDEPFILES): Add solib-aix.c. Remove xcoffsolib.c.
6981 * xcoffsolib.h, xcoffsolib.c: Delete.
6982
6983 * solib.c (reload_shared_libraries): Remove reference to
6984 SOLIB_CREATE_INFERIOR_HOOK.
6985 * breakpoint.c (handle_solib_event): Remove reference to SOLIB_ADD.
6986 (disable_breakpoints_in_shlibs): Remove reference to PC_SOLIB.
6987 (momentary_bkpt_re_set): Replace SOLIB_ADD by solib_add in
6988 comment.
6989 * corelow.c (deprecated_core_resize_section_table): Delete.
6990 * exec.c: Remove include of xcoffsolib.h".
6991 (map_vmap, vmap): Delete.
6992 (exec_close_1): Remove references to vmap.
6993 (exec_file_attach): Remove vmap handling code, and reference
6994 to DEPRECATED_IBM6000_TARGET.
6995 (bfdsec_to_vmap): Delete.
6996 (exec_files_info): Remove block of code handling VMAP.
6997 * infcmd.c (post_create_inferior): Remove reference to
6998 SOLIB_CREATE_INFERIOR_HOOK and SOLIB_ADD.
6999 * infrun.c (follow_exec): Remove reference to
7000 SOLIB_CREATE_INFERIOR_HOOK.
7001 * stack.c (print_frame): Remove reference to PC_SOLIB.
7002 * solib-dsbt.c (dsbt_current_sos): Adjust comment.
7003 (dsbt_relocate_main_executable): Likewise.
7004 * solib-frv.c (frv_current_sos): Likewise.
7005
7006 2013-05-06 Joel Brobecker <brobecker@adacore.com>
7007
7008 * sol-thread.c (rw_common): Cast BUF to "gdb_byte *" in calls
7009 to target_write_memory and target_read_memory.
7010
7011 2013-05-06 Joel Brobecker <brobecker@adacore.com>
7012
7013 * darwin-nat.c (darwin_setup_fake_stop_event): New function.
7014 (darwin_attach): Adjust using darwin_setup_fake_stop_event.
7015
7016 2013-05-06 Joel Brobecker <brobecker@adacore.com>
7017
7018 * darwin-nat.c: Replace all "%x" instances in format strings
7019 into "0x%x" throughout.
7020
7021 2013-05-06 Joel Brobecker <brobecker@adacore.com>
7022
7023 * darwin-nat.c (darwin_mourn_inferior): Replace call to
7024 gdb_assert by call to MACH_CHECK_ERROR.
7025 (darwin_attach_pid): Raise an error rather than a failed
7026 assertion when various system calls failed. Report a warning
7027 instead of raising a failed assertion when PREV_NOT is not NULL
7028 after call to mach_port_request_notification.
7029 (darwin_ptrace_me): Raise an error rather than a failed
7030 assertion when read returns nonzero.
7031
7032 2013-05-06 Joel Brobecker <brobecker@adacore.com>
7033
7034 * amd64-darwin-tdep.c: Remove #include "gdb_assert.h".
7035
7036 2013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7037
7038 * cleanups.c (restore_my_cleanups): New gdb_assert for SENTINEL_CLEANUP.
7039
7040 2013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7041
7042 * event-top.c (display_gdb_prompt): Call missing do_cleanups.
7043 * infcmd.c (get_return_value) <!stop_regs>: Do not overwrite CLEANUP.
7044 * symfile.c (symfile_bfd_open): New variable back_to. Do not leave
7045 a stale cleanup. Fix double free of NAME.
7046
7047 2013-05-04 Eli Zaretskii <eliz@gnu.org>
7048
7049 * windows-nat.c (windows_delete_thread): Accept an additional
7050 argument, the thread's exit code, and announce thread death when
7051 print_thread_events is non-zero and we are deleting a thread that
7052 is not the main thread.
7053 (get_windows_debug_event): Pass thread exit code to
7054 windows_delete_thread.
7055
7056 2013-05-03 Kevin Buettner <kevinb@redhat.com>
7057
7058 * v850-tdep.c (elf-bfd.h, elf/v850.h): Include.
7059 (R_149_REGNUM, E_NUM_OF_V850E2_REGS, E_SELID_1_R0_REGNUM)
7060 (E_SELID_1_R31_REGNUM, E_SELID_2_R0_REGNUM, E_SELID_2_R31_REGNUM)
7061 (E_SELID_3_R0_REGNUM, E_SELID_3_R31_REGNUM, E_SELID_4_R0_REGNUM)
7062 (E_SELID_4_R31_REGNUM, E_SELID_5_R0_REGNUM, E_SELID_5_R31_REGNUM)
7063 (E_SELID_6_R0_REGNUM, E_SELID_6_R31_REGNUM, E_SELID_7_R0_REGNUM, E_SELID_7_R31_REGNUM)
7064 (E_VR0_REGNUM, E_VR31_REGNUM, E_NUM_OF_V850E3V5_REGS): Define.
7065 (v850_abi, V850_ABI_GCC, V850_ABI_RH850): New enum and constants.
7066 (gdbarch_tdep): New struct.
7067 (v850e2_register_name): Use E_NUM_OF_V850E2_REGS instead of
7068 E_NUM_REGS.
7069 (v850e3v5_register_name): New function.
7070 (v850_register_type): v850e3v5 vector registers are 64-bits wide.
7071 (v850_use_struct_convention): Add `gdbarch' parameter. Add new
7072 code handling the struct return conventions for the RH850 ABI.
7073 Update all callers.
7074 (v850_eight_byte_align_p): New function.
7075 (v850_push_call_dummy): Push structs by value, not by reference
7076 for the RH850 ABI. Add support for eight byte alignment.
7077 (v850_dbtrap_breakpoint_from_pc): New function.
7078 (v850_gdbarch_init): Add ABI detection code. Register
7079 v850e3v5_register_name for the v850e3v5 architecture. Set the
7080 number of registers for v850e3v5. Register
7081 v850_dbtrap_breakpoint_from_pc as appropriate.
7082 (_initialize_gdbarch_init): Registration bfd_arch_v850_rh850.
7083
7084 2013-05-03 Doug Evans <dje@google.com>
7085
7086 * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections instead
7087 of bfd_count_sections.
7088 * solib-target.c (solib_target_relocate_section_addresses): Ditto.
7089 * symfile.c (default_symfile_offsets): Ditto.
7090 (syms_from_objfile_1): Ditto. Make dummy addrs list an array of
7091 one entry, not bfd_count_sections entries.
7092
7093 2013-05-03 Kevin Buettner <kevinb@redhat.com>
7094
7095 * rl78-tdep.c (rl78_register_reggroup_p): Include SP in the
7096 `save' and `restore' register groups. Don't include SPL
7097 or SPH in these groups.
7098 (rl78_dwarf_reg_to_regnum): Adjust mapping for
7099 RL78_PC_REGNUM. Add mappings for RL78_PSW_REGNUM,
7100 RL78_ES_REGNUM, and RL78_CS_REGNUM.
7101 (rl78_gdbarch_init): Set `dwarf2_addr_size' to 4. Invoke
7102 dwarf2_append_unwinders().
7103
7104 2013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7105
7106 * break-catch-sig.c (signal_catchpoint_breakpoint_hit): Do not
7107 ignore SIGINT and SIGTRAP in case these internal signals are
7108 caught explicitely.
7109
7110 2013-05-01 Joel Brobecker <brobecker@adacore.com>
7111
7112 * darwin-nat.c (darwin_read_write_inferior): Change types
7113 of parameters rdaddr and wraddr to "gdb_byte *". Change type
7114 of copy_count to "mach_msg_type_number_t".
7115 (darwin_read_dyld_info): Change type of parameter
7116 rdaddr to "gdb_byte *".
7117
7118 2013-05-01 Joel Brobecker <brobecker@adacore.com>
7119
7120 * solib-ia64-hpux.c (ia64_hpux_read_dynamic_info): Change cast
7121 of &info->load_map from "char *" to "gdb_byte *".
7122
7123 2013-05-01 Joel Brobecker <brobecker@adacore.com>
7124
7125 * ia64-tdep.c (ia64_access_fpreg): Change cast of val
7126 from "char *" to "gdb_byte *".
7127 (ia64_access_rse_fpreg, ia64_access_mem): Likewise.
7128
7129 2013-04-30 Doug Evans <dje@google.com>
7130
7131 * dwarf2read.c (lookup_dwo_unit): Return NULL if DWO not found.
7132 (init_cutu_and_read_dies): Flag a complaint, not error, for bad
7133 DWO stub. If DWO isn't found, just use stub.
7134 (lookup_dwo_cutu): Don't try DWO if there's a DWP file.
7135
7136 * dwarf2read.c (dw2_find_symbol_file): Initialize filename before
7137 calling init_cutu_and_read_dies.
7138
7139 2013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
7140
7141 * target-descriptions.c (maint_print_c_tdesc_cmd):
7142 Add case to parse structures as register types and
7143 bitfields.
7144
7145 2013-04-30 Walfred Tedeschi <walfred.tedeschi@intel.com>
7146
7147 * MAINTAINERS (Write After Approval): Add myself to the list.
7148
7149 2013-04-30 Joel Brobecker <brobecker@adacore.com>
7150
7151 * sol-thread.c (rw_common): Change type of parameter "buf"
7152 to "gdb_byte *".
7153 (ps_pdwrite, ps_ptwrite): Cast parameter "buf" in call to
7154 rw_common to "gdb_byte *" instead of "char *".
7155
7156 2013-04-30 Joel Brobecker <brobecker@adacore.com>
7157
7158 * sol-thread.c (info_cb) [ti.ti_startfunc != 0]: Change type
7159 of local variable msym to const struct bound_minimal_symbol.
7160 Adjust use accordingly.
7161 [ti.ti_state == TD_THR_SLEEP]: Likewise.
7162
7163 2013-04-30 Samuel Thibault <samuel.thibault@gnu.org>
7164
7165 * i386gnu-nat.c (CREG_OFFSET): New macro.
7166 (creg_offset): New array.
7167 (CREG_ADDR): Use creg_offset instead of reg_offset.
7168
7169 2013-04-30 Joel Brobecker <brobecker@adacore.com>
7170
7171 * mep-tdep.c (mep_write_pc): Delete.
7172 (mep_gdbarch_init): Remove call to set_gdbarch_write_pc.
7173 Add call to set_gdbarch_pc_regnum.
7174
7175 2013-04-30 Joel Brobecker <brobecker@adacore.com>
7176
7177 * common/filestuff.c: Replace #include <dirent.h> by
7178 #include "gdb_dirent.h".
7179
7180 2013-04-30 Joel Brobecker <brobecker@adacore.com>
7181
7182 * common/filestuff.c: Replace #include <sys/stat.h> by
7183 #include "gdb_stat.h".
7184
7185 2013-04-29 Pierre Muller <muller@sourceware.org>
7186
7187 * dwarf2read.c (handle_DW_AT_stmt_list): Avoid ARI warning for
7188 editCase function rule.
7189 (get_DW_AT_signature_type): Likewise.
7190
7191 2013-04-29 Joel Brobecker <brobecker@adacore.com>
7192
7193 * m32r-tdep.c (m32r_write_pc): Delete.
7194 (m32r_gdbarch_init): Remove call to set_gdbarch_write_pc.
7195 Add call to set_gdbarch_pc_regnum.
7196
7197 2013-04-29 Pierre Muller <muller@sourceware.org>
7198
7199 * ./contrib/ari/gdb_ari.sh (editCase rule): Fix spelling error.
7200
7201 2013-04-29 Joel Brobecker <brobecker@adacore.com>
7202
7203 * dwarf2read.c (get_DW_AT_signature_type): Add ARI marker.
7204
7205 2013-04-28 Yao Qi <yao@codesourcery.com>
7206
7207 * solib-dsbt.c (fetch_loadmap): Re-indent.
7208 (displacement_from_map, enable_break2): Likewise.
7209 (dsbt_relocate_section_addresses): Likewise.
7210
7211 2013-04-26 Joel Brobecker <brobecker@adacore.com>
7212
7213 GDB 7.6 released.
7214
7215 2013-04-25 Andreas Kaufmann <Andreas.Kaufmann@synopsys.com>
7216
7217 PR corefiles/14983:
7218 * dwarf2read.c (process_full_comp_unit): Always create a static
7219 block.
7220
7221 2013-04-25 Hui Zhu <hui@codesourcery.com>
7222
7223 * breakpoint.c (build_target_command_list): Change loc->cond_bytecode
7224 to loc->cmd_bytecode.
7225
7226 2013-04-24 Doug Evans <dje@google.com>
7227
7228 * dwarf2read.c (setup_type_unit_groups): Fix comment.
7229
7230 2013-04-22 Keith Seitz <keiths@redhat.com>
7231
7232 * tracepoint.c (trace_save): Call the writer's start method.
7233
7234 2013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
7235
7236 PR gdb/10462
7237 * cli/cli-decode.c (lookup_command): Show an error if there is no space
7238 before argument.
7239
7240 2013-04-23 Tom Tromey <tromey@redhat.com>
7241
7242 * common/filestuff.c: Check USE_WIN32API before including
7243 sys/socket.h.
7244 (HAVE_F_GETFD): New define.
7245 (mark_cloexec): Check HAVE_F_GETFD.
7246 (gdb_open_cloexec): Change 'mode' to unsigned long.
7247 (gdb_socketpair_cloexec): Check HAVE_SOCKETPAIR.
7248 (gdb_pipe_cloexec): Check HAVE_PIPE.
7249 * common/filestuff.h (gdb_open_cloexec): Change 'mode' to unsigned
7250 long.
7251
7252 2013-04-23 Hui Zhu <hui@codesourcery.com>
7253
7254 PR gdb/15293
7255 * breakpoint.c (bpstat_what): Add BPSTAT_WHAT_SINGLE to bp_dprintf.
7256
7257 2013-04-23 Hui Zhu <hui@codesourcery.com>
7258
7259 PR gdb/15165
7260 * breakpoint.c (dprintf_print_recreate): New.
7261 (save_breakpoints): Let it not save dprintf commands.
7262 (initialize_breakpoint_ops): Set dprintf_print_recreate.
7263
7264 2013-04-22 Tom Tromey <tromey@redhat.com>
7265
7266 PR gdb/7912:
7267 * Makefile.in (SFILES): Add filestuff.c
7268 (COMMON_OBS): Add filestuff.o.
7269 (filestuff.o): New target.
7270 * auto-load.c (auto_load_objfile_script_1): Use
7271 gdb_fopen_cloexec.
7272 * auxv.c (procfs_xfer_auxv): Use gdb_open_cloexec.
7273 * cli/cli-cmds.c (shell_escape): Call close_most_fds.
7274 * cli/cli-dump.c (fopen_with_cleanup): Use gdb_fopen_cloexec.
7275 * common/agent.c (gdb_connect_sync_socket): Use
7276 gdb_socket_cloexec.
7277 * common/filestuff.c: New file.
7278 * common/filestuff.h: New file.
7279 * common/linux-osdata.c (linux_common_core_of_thread)
7280 (command_from_pid, commandline_from_pid, print_source_lines)
7281 (linux_xfer_osdata_shm, linux_xfer_osdata_sem)
7282 (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Use
7283 gdb_fopen_cloexec.
7284 * common/linux-procfs.c (linux_proc_get_int)
7285 (linux_proc_pid_has_state): Use gdb_fopen_cloexec.
7286 * config.in, configure: Rebuild.
7287 * configure.ac: Don't check for sys/socket.h. Check for
7288 fdwalk, pipe2.
7289 * corelow.c (core_open): Use gdb_open_cloexec.
7290 * dwarf2read.c (write_psymtabs_to_index): Use gdb_fopen_cloexec.
7291 * fork-child.c (fork_inferior): Call close_most_fds.
7292 * gdb_bfd.c (gdb_bfd_open): Use gdb_open_cloexec.
7293 * inf-child.c (inf_child_fileio_readlink): Use gdb_open_cloexec.
7294 * linux-nat.c (linux_nat_thread_name, linux_proc_pending_signals):
7295 Use gdb_fopen_cloexec.
7296 (linux_proc_xfer_partial, linux_proc_xfer_spu): Use
7297 gdb_open_cloexec.
7298 (linux_async_pipe): Use gdb_pipe_cloexec.
7299 * remote-fileio.c (remote_fileio_func_open): Use
7300 gdb_open_cloexec.
7301 * remote.c (remote_file_put, remote_file_get): Use
7302 gdb_fopen_cloexec.
7303 * ser-pipe.c (pipe_open): Use gdb_socketpair_cloexec,
7304 close_most_fds.
7305 * ser-tcp.c (net_open): Use gdb_socket_cloexec.
7306 * ser-unix.c (hardwire_open): Use gdb_open_cloexec.
7307 * solib.c (solib_find): Use gdb_open_cloexec.
7308 * source.c (openp, find_and_open_source): Use gdb_open_cloexec.
7309 * tracepoint.c (tfile_start): Use gdb_fopen_cloexec.
7310 (tfile_open): Use gdb_open_cloexec.
7311 * tui/tui-io.c (tui_initialize_io): Use gdb_pipe_cloexec.
7312 * ui-file.c (gdb_fopen): Use gdb_fopen_cloexec.
7313 * xml-support.c (xml_fetch_content_from_file): Use
7314 gdb_fopen_cloexec.
7315 * main.c (captured_main): Call notice_open_fds.
7316
7317 2013-04-22 Edjunior Machado <emachado@linux.vnet.ibm.com>
7318
7319 * remote-sim.c (dump_mem): Change the type of 'buf' parameter from
7320 'char *' to 'gdb_byte *'.
7321 (gdbsim_store_register): Change the type of 'tmp' from 'char' to
7322 'gdb_byte'.
7323
7324 2013-04-22 Yao Qi <yao@codesourcery.com>
7325
7326 * infrun.c: Fix typo in comment.
7327
7328 2013-04-22 Andrew Haley <aph@redhat.com>
7329
7330 * arm-tdep.c (BranchDest): Cast result as "unsigned long",
7331 instead of "long".
7332
7333 2013-04-20 Yao Qi <yao@codesourcery.com>
7334
7335 * ctf.c (ctf_fetch_registers): Change the type of 'regs' from
7336 'char *' to 'gdb_byte *'. Cast the return value of
7337 'bt_ctf_get_char_array' to 'gdb_byte *'.
7338
7339 2013-04-19 Pedro Alves <palves@redhat.com>
7340
7341 * configure.ac (build_warnings): Replace -Wno-pointer-sign with
7342 -Wpointer-sign.
7343 * configure: Regenerate.
7344
7345 2013-04-19 Pedro Alves <palves@redhat.com>
7346
7347 * ser-tcp.c (net_read_prim): Cast second argument to recv to
7348 'void *'.
7349
7350 2013-04-19 Pedro Alves <palves@redhat.com>
7351
7352 * monitor.c (monitor_write_memory, monitor_write_memory_bytes):
7353 Change type of 'myaddr' parameter to gdb_byte pointer.
7354 (monitor_write_memory_longlongs): Likewise. Cast 'myaddr' pointer
7355 to 'long long' pointer instead of to 'unsigned long long'.
7356 (monitor_write_memory_block, monitor_read_memory_single)
7357 (monitor_read_memory): Change type of 'myaddr' parameter to
7358 gdb_byte pointer.
7359
7360 2013-04-19 Pedro Alves <palves@redhat.com>
7361
7362 * record.c (validate_history_size): Make parameter 'setting'
7363 unsigned.
7364
7365 2013-04-19 Pedro Alves <palves@redhat.com>
7366
7367 * ctf.c (ctf_write_uploaded_tsv, ctf_write_uploaded_tp): Add casts
7368 to 'gdb_byte *'.
7369
7370 2013-04-19 Pedro Alves <palves@redhat.com>
7371
7372 * cp-valprint.c (cp_print_class_member): Change type of 'fieldno'
7373 local to int.
7374
7375 2013-04-19 Pedro Alves <palves@redhat.com>
7376
7377 * ada-lang.c (print_it_exception): Add cast to gdb_byte *.
7378 * ada-tasks.c (read_fat_string_value): Likewise.
7379
7380 2013-04-19 Pedro Alves <palves@redhat.com>
7381
7382 * dwarf2-frame.c (execute_cfa_program): Make 'bytes_read' local
7383 unsigned. Pass 'tmp' to safe_read_uleb128 instead of the signed
7384 'offset', and adjust.
7385
7386 2013-04-19 Pedro Alves <palves@redhat.com>
7387
7388 * dwarf2read.c (dwarf2_get_dwz_file): Add cast to const char *.
7389 (read_index_from_section): Add cast to 'char *'.
7390
7391 2013-04-19 Pedro Alves <palves@redhat.com>
7392
7393 * xcoffread.c (xcoff_initial_scan): Add cast to 'char *'.
7394
7395 2013-04-19 Pedro Alves <palves@redhat.com>
7396
7397 * coff-pe-read.c (read_pe_exported_syms): Handle strings as char.
7398
7399 2013-04-19 Pedro Alves <palves@redhat.com>
7400
7401 * record-full.c (record_full_get_bookmark): Change local 'ret'
7402 type to char * and add cast to gdb_byte *.
7403 (record_full_goto_bookmark): Handle 'bookmark' argument as a
7404 string.
7405 * reverse.c (goto_bookmark_command): Add casts to gdb_byte *.
7406
7407 2013-04-19 Pedro Alves <palves@redhat.com>
7408
7409 * python/py-inferior.c (infpy_write_memory): Add cast to gdb_byte
7410 * python/py-prettyprint.c (print_string_repr): Change type of
7411 'output' local to char *. Add cast to gdb_byte * in
7412 LA_PRINT_STRING call.
7413 (print_children): Change type of 'output' local to char *.
7414 * python/py-value.c (valpy_string): Add cast to const char * in
7415 PyUnicode_Decode call.
7416
7417 2013-04-19 Pedro Alves <palves@redhat.com>
7418
7419 * remote-mips.c (mips_cksum): Rename 'data' parameter to 'datastr'
7420 and change its type to 'const char *'. Adjust.
7421 (mips_send_packet): Add cast to 'char *', and remove cast to
7422 'unsigned char *'.
7423 (mips_receive_packet): Remove cast to 'unsigned char *'.
7424 (mips_load_srec): Use bfd_byte.
7425 (pmon_makeb64, pmon_zeroset): Make 'chksum' parameter unsigned.
7426 (pmon_checkset): Make 'value' parameter unsigned.
7427
7428 2013-04-19 Pedro Alves <palves@redhat.com>
7429
7430 * common/agent.c (agent_run_command): Add cast to gdb_byte *.
7431
7432 2013-04-19 Pedro Alves <palves@redhat.com>
7433
7434 * remote.c (remote_write_bytes_aux, compare_sections_command)
7435 (remote_read_qxfer)
7436 (remote_search_memory, remote_hostio_pwrite, remote_hostio_pread)
7437 (remote_hostio_readlink, remote_bfd_iovec_pread)
7438 (remote_set_trace_notes): Use gdb_byte when RSP buffer is used as
7439 binary buffer, and char when buffer is used as string.
7440 * tracepoint.c (encode_source_string, tfile_write_uploaded_tp)
7441 (trace_save, tfile_open, traceframe_walk_blocks)
7442 (tfile_fetch_registers): Likewise.
7443
7444 2013-04-19 Pedro Alves <palves@redhat.com>
7445
7446 * ser-base.c (ser_base_write): Change prototype -- take 'void *'
7447 buffer and size_t size. Adjust.
7448 * ser-base.h (ser_base_write): Adjust.
7449 * ser-go32.c (cnts): Change type to size_t.
7450 (dos_write): Change prototype -- take 'void *'
7451 buffer and size_t size. Adjust.
7452 (dos_info): Print elements of 'cnts' as unsigned long.
7453 * serial.c (serial_write): Likewise.
7454 * serial.h (serial_write): Adjust.
7455 (struct serial_ops) <write>: Change prototype -- take 'void *'
7456 buffer and size_t size. Adjust.
7457
7458 2013-04-19 Pedro Alves <palves@redhat.com>
7459
7460 * c-lang.c (evaluate_subexp_c): Cast result of obstack_base to
7461 gdb_byte *.
7462 * linux-tdep.c (linux_make_mappings_corefile_notes): Likewise.
7463
7464 2013-04-19 Pedro Alves <palves@redhat.com>
7465
7466 * alpha-tdep.c (alpha_extract_return_value): Use
7467 regcache_cooked_read_unsigned to read 'v0'.
7468
7469 2013-04-19 Pedro Alves <palves@redhat.com>
7470
7471 * xtensa-tdep.c (execute_l32e, execute_s32e): Change type of
7472 parameters 'at', 'as' and 'offset' to uint32_t.
7473
7474 2013-04-19 Pedro Alves <palves@redhat.com>
7475
7476 * aarch64-tdep.c (aarch64_analyze_prologue): Change type of local
7477 'is64' to signed 'int'.
7478
7479 2013-04-19 Pedro Alves <palves@redhat.com>
7480
7481 * s390-tdep.c (is_rs, is_rsy, is_rx, is_rxy): Change type of 'd2'
7482 parameter to int *.
7483
7484 2013-04-19 Pedro Alves <palves@redhat.com>
7485
7486 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Change local
7487 'insnbuf' buffer type to unsigned int[].
7488
7489 2013-04-19 Pedro Alves <palves@redhat.com>
7490
7491 * mips-tdep.c (mips_read_pc): Change local 'pc' type to LONGEST.
7492
7493 2013-04-19 Pedro Alves <palves@redhat.com>
7494
7495 * mep-tdep.c (mep_get_insn): Change 'insn' parameter type to
7496 unsigned long *.
7497
7498 2013-04-19 Pedro Alves <palves@redhat.com>
7499
7500 * alpha-tdep.c (heuristic_fence_post): Change type to int.
7501 (alpha_heuristic_proc_start): Adjust to check -1 instead of
7502 UINT_MAX.
7503 * mips-tdep.c (heuristic_fence_post): Change type to int.
7504 (heuristic_proc_start): Adjust to check -1 instead of UINT_MAX.
7505
7506 2013-04-19 Pedro Alves <palves@redhat.com>
7507
7508 * cris-tdep.c (usr_cmd_cris_version): Make unsigned.
7509 (struct gdbarch_tdep) <cris_version>: Make unsigned.
7510 (cris_spec_reg_applicable, cris_gdbarch_init): Adjust locals.
7511
7512 2013-04-19 Pedro Alves <palves@redhat.com>
7513
7514 * avr-tdep.c (avr_io_reg_read_command): New local 'bufstr'. Use
7515 it to get a string view of the byte buffer.
7516 * i386-cygwin-tdep.c (core_process_module_section): Change local 'buf'
7517 type to gdb_byte *. Adjust.
7518 * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full):
7519 Change local to char *.
7520 * solib-darwin.c (find_program_interpreter): Change return type to
7521 char *. Adjust.
7522 (darwin_solib_get_all_image_info_addr_at_init): Adjust.
7523 * solib-dsbt.c (enable_break2): Change local 'buf' to char *.
7524 * solib-frv.c (enable_break2): Change local 'buf' to char *.
7525 * solib-spu.c (spu_current_sos): Add gdb_byte * cast.
7526 * solib-svr4.c (find_program_interpreter): Change return type to
7527 char *. Adjust.
7528 (enable_break): Change local 'interp_name' to char *.
7529 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
7530 * spu-tdep.c (spu_pseudo_register_read_spu): Add cast to 'char *'.
7531 (spu_pseudo_register_write_spu): Use char for string buffer.
7532 Adjust.
7533 (info_spu_event_command, info_spu_signal_command): Add casts to
7534 'char *'.
7535
7536 2013-04-19 Pedro Alves <palves@redhat.com>
7537
7538 * aarch64-tdep.c (aarch64_default_breakpoint): Change type to
7539 gdb_byte[].
7540 (aarch64_breakpoint_from_pc): Change return type to gdb_byte *.
7541 * ada-lang.c (ada_value_assign): Use gdb_byte.
7542 * alphanbsd-tdep.c (sigtramp_retcode): Change type to gdb_byte[].
7543 (alphanbsd_sigtramp_offset): Use gdb_byte.
7544 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint)
7545 (arm_linux_arm_be_breakpoint, eabi_linux_arm_le_breakpoint)
7546 (eabi_linux_arm_be_breakpoint, arm_linux_thumb_be_breakpoint)
7547 (arm_linux_thumb_le_breakpoint, arm_linux_thumb2_be_breakpoint)
7548 (arm_linux_thumb2_le_breakpoint): Change type to gdb_byte[].
7549 * arm-tdep.c (arm_stub_unwind_sniffer)
7550 (arm_displaced_init_closure): Use gdb_byte.
7551 (arm_default_arm_le_breakpoint, arm_default_arm_be_breakpoint)
7552 (arm_default_thumb_le_breakpoint)
7553 (arm_default_thumb_be_breakpoint): Change type to gdb_byte[].
7554 * arm-tdep.h (struct gdbarch_tdep) <arm_breakpoint,
7555 thumb_breakpoint, thumb2_breakpoint>: Change type to gdb_byte *.
7556 * arm-wince-tdep.c (arm_wince_le_breakpoint)
7557 (arm_wince_thumb_le_breakpoint): Change type to gdb_byte[].
7558 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint)
7559 (arm_nbsd_arm_be_breakpoint, arm_nbsd_thumb_le_breakpoint)
7560 (arm_nbsd_thumb_be_breakpoint): Change type to gdb_byte[].
7561 * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint)
7562 (arm_obsd_thumb_be_breakpoint): Change type to gdb_byte[].
7563 * cris-tdep.c (push_stack_item, cris_push_dummy_call)
7564 (cris_store_return_value, cris_extract_return_value): Use
7565 gdb_byte.
7566 (constraint): Change type of parameter to char * from signed
7567 char*. Use gdb_byte.
7568 * dwarf2loc.c (read_pieced_value, write_pieced_value): Change type
7569 of local buffer to gdb_byte *.
7570 * dwarf2read.c (read_index_from_section): Use gdb_byte.
7571 (create_dwp_hash_table): Change type of locals to gdb_byte *.
7572 (add_address_entry): Change type of local buffer to gdb_byte[].
7573 * frv-tdep.c (frv_adjust_breakpoint_address, find_func_descr)
7574 (frv_push_dummy_call): Use gdb_byte.
7575 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code)
7576 (hppa_hpux_supply_ss_fpblock, hppa_hpux_supply_ss_wide)
7577 (hppa_hpux_supply_save_state): Use gdb_byte.
7578 * hppa-tdep.c (hppa32_push_dummy_call)
7579 (hppa64_convert_code_addr_to_fptr): Use gdb_byte.
7580 * ia64-tdep.c (extract_bit_field, replace_bit_field)
7581 (slotN_contents, replace_slotN_contents): Change type of parameter
7582 to gdb_byte *.
7583 (fetch_instruction, ia64_pseudo_register_write)
7584 (ia64_register_to_value, ia64_value_to_register)
7585 (ia64_extract_return_value, ia64_store_return_value)
7586 (ia64_push_dummy_call): Use gdb_byte.
7587 * m32c-tdep.c (m32c_return_value): Remove cast.
7588 * m68hc11-tdep.c (m68hc11_pseudo_register_write)
7589 (m68hc11_push_dummy_call, m68hc11_store_return_value): Use
7590 gdb_byte.
7591 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Use gdb_byte.
7592 * mn10300-tdep.c (mn10300_store_return_value)
7593 (mn10300_breakpoint_from_pc, mn10300_push_dummy_call): Use
7594 gdb_byte.
7595 * moxie-tdep.c (moxie_process_readu): Use gdb_byte.
7596 (moxie_process_record): Remove casts.
7597 * ppc-ravenscar-thread.c (supply_register_at_address)
7598 (ppc_ravenscar_generic_store_registers): Use gdb_byte.
7599 * ravenscar-thread.c (get_running_thread_id): Use gdb_byte.
7600 * remote-m32r-sdi.c (m32r_fetch_register): Use gdb_byte.
7601 * remote-mips.c (mips_xfer_memory): Use gdb_byte.
7602 * remote.c (compare_sections_command): Use gdb_byte.
7603 * score-tdep.c (score7_free_memblock): Change type of parameter to
7604 gdb_byte *.
7605 * sh-tdep.c (sh_justify_value_in_reg): Change return type to
7606 gdb_byte *. Use gdb_byte.
7607 (sh_push_dummy_call_fpu): Use gdb_byte.
7608 (sh_extract_return_value_nofpu, sh_extract_return_value_fpu)
7609 (sh_store_return_value_nofpu, sh_store_return_value_fpu)
7610 (sh_register_convert_to_virtual, sh_register_convert_to_raw):
7611 Change parameter type to 'gdb_byte *'. Use gdb_byte.
7612 (sh_pseudo_register_read, sh_pseudo_register_write): Use gdb_byte.
7613 * sh64-tdep.c (sh64_push_dummy_call): Use gdb_byte.
7614 (sh64_store_return_value, sh64_register_convert_to_virtual):
7615 Change parameter type to 'gdb_byte *'. Use gdb_byte.
7616 (sh64_pseudo_register_write): Use gdb_byte.
7617 * solib-darwin.c (darwin_current_sos): Add casts to 'gdb_byte *'.
7618 * solib-irix.c (fetch_lm_info): Likewise. Use gdb_byte for byte
7619 buffer.
7620 (irix_current_sos): Use gdb_byte.
7621 * solib-som.c (som_current_sos): Use gdb_byte.
7622 * sparc-ravenscar-thread.c (supply_register_at_address)
7623 (sparc_ravenscar_generic_store_registers): Use gdb_byte.
7624 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
7625 * spu-tdep.c (spu_get_overlay_table): Use gdb_byte.
7626 * tic6x-tdep.c (tic6x_breakpoint_from_pc): Change return type to
7627 'gdb_byte *'.
7628 * tic6x-tdep.h (struct gdbarch_tdep) <breakpoint>: Change type to
7629 'gdb_byte *'.
7630 * tracepoint.c (tfile_fetch_registers): Use gdb_byte.
7631 * xstormy16-tdep.c (xstormy16_extract_return_value)
7632 (xstormy16_store_return_value): Change parameter type to
7633 'gdb_byte *'. Adjust.
7634 (xstormy16_push_dummy_call): Use gdb_byte.
7635 * xtensa-tdep.c (xtensa_scan_prologue, call0_ret)
7636 (call0_analyze_prologue, execute_code): Use gdb_byte.
7637
7638 2013-04-19 Vladimir Kargov <kargov@gmail.com>
7639 Pedro Alves <palves@redhat.com>
7640
7641 * i387-tdep.c (i387_print_float_info): Use gdb_byte for pointer to
7642 value contents.
7643
7644 2013-04-17 Doug Evans <dje@google.com>
7645
7646 * dwarf2read.c (struct signatured_type): New member type.
7647 (struct attribute): Replace member signatured_type with signature.
7648 (DW_SIGNATURE): Replaces DW_SIGNATURE_TYPE.
7649 (read_call_site_scope): Call follow_die_ref instead of
7650 follow_die_ref_or_sig.
7651 (read_structure_type): Rewrite handling of signatured types.
7652 (read_enumeration_type): Ditto.
7653 (read_attribute_value): Update.
7654 (build_error_marker_type): New function.
7655 (lookup_die_type): Add assert. Rewrite handling of signatured types.
7656 Don't call error for bad types, just build an error marker type.
7657 (dump_die_shallow): Update.
7658 (follow_die_sig_1): Renamed from follow_die_sig.
7659 Don't call error for bad types, instead return NULL.
7660 (follow_die_sig): New function.
7661 (get_signatured_type, get_DW_AT_signature_type): New functions.
7662
7663 2013-04-17 Yufeng Zhang <yufeng.zhang@arm.com>
7664
7665 * aarch64-tdep.c (aarch64_write_pc): Removed.
7666 (aarch64_gdbarch_init): Remove set_gdbarch_write_pc of the above
7667 function.
7668
7669 2013-04-17 Yao Qi <yao@codesourcery.com>
7670
7671 * top.c (print_gdb_configuration): Print configure-time
7672 parameter on using libbabeltrace or not.
7673
7674 2013-04-16 Pedro Alves <palves@redhat.com>
7675
7676 * copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.
7677
7678 2013-04-16 Pedro Alves <palves@redhat.com>
7679
7680 * common/glibc_thread_db.h: Update from upstream glibc
7681 (git 568035b7874a099087b77f7bba3e36a1173787b0).
7682
7683 2013-04-16 Pedro Alves <palves@redhat.com>
7684
7685 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: Factor out to ...
7686 * common/glibc_thread_db.h: ... this new file ...
7687 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: ... and include it.
7688
7689 2013-04-16 Will Newton <will.newton@gmail.com>
7690 Pedro Alves <palves@redhat.com>
7691
7692 PR build/11881
7693
7694 * common/gdb_thread_db.h (LIBTHREAD_DB_SO)
7695 (LIBTHREAD_DB_SEARCH_PATH): Move outside of #ifdef
7696 HAVE_THREAD_DB_H.
7697
7698 2013-04-16 Pedro Alves <palves@redhat.com>
7699 Eli Zaretskii <eliz@gnu.org>
7700
7701 * NEWS: Mention "set foo unlimited".
7702
7703 2013-04-15 Doug Evans <dje@google.com>
7704
7705 * dwarf2read.c (struct dwo_file): Replace member "cus" with "cu".
7706 (struct create_dwo_cu_data): Renamed from create_dwo_info_table_data.
7707 (create_dwo_cu_reader): Renamed from
7708 create_dwo_debug_info_hash_table_reader.
7709 (create_dwo_cu): Renamed from create_dwo_debug_info_hash_table.
7710 Remove support for multiple CUs in a DWO file.
7711 (open_and_init_dwo_file, lookup_dwo_cutu): Update.
7712
7713 * dwarf2read.c (create_debug_types_hash_table): Use hex_string
7714 instead of phex.
7715 (lookup_dwo_unit, create_dwo_debug_info_hash_table_reader): Ditto.
7716 (create_dwo_in_dwp): Ditto.
7717
7718 2013-04-15 Tom Tromey <tromey@redhat.com>
7719
7720 * NEWS: Move recent entries into "since 7.6" section.
7721
7722 2013-04-15 Tom Tromey <tromey@redhat.com>
7723
7724 PR c++/13588:
7725 * NEWS: Update.
7726 * break-catch-throw.c (struct exception_catchpoint)
7727 <exception_rx, pattern>: New fields.
7728 (fetch_probe_arguments, dtor_exception_catchpoint)
7729 (check_status_exception_catchpoint)
7730 (print_one_detail_exception_catchpoint): New functions.
7731 (handle_gnu_v3_exceptions): Add "except_rx" argument.
7732 Compile regular expression if needed.
7733 (extract_exception_regexp): New function.
7734 (catch_exception_command_1): Use extract_exception_regexp.
7735 (compute_exception): Use fetch_probe_arguments.
7736 (initialize_throw_catchpoint_ops): Set dtor, print_one_detail,
7737 and check_status fields.
7738 * cp-abi.c (cplus_typename_from_type_info): New function.
7739 * cp-abi.h (cplus_typename_from_type_info): Declare.
7740 (struct cp_abi_ops) <get_typename_from_type_info>: New field.
7741 * gdb_regex.h (compile_rx_or_error): Declare.
7742 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info): Update
7743 comment.
7744 (init_gnuv3_ops): Set get_type_from_type_info field.
7745 * probe.c (compile_rx_or_error): Move...
7746 * utils.c (compile_rx_or_error): ... here.
7747
7748 2013-04-15 Tom Tromey <tromey@redhat.com>
7749
7750 PR c++/15176:
7751 * NEWS: Update.
7752 * break-catch-throw.c (compute_exception): New function.
7753 (exception_funcs): New global.
7754 (_initialize_break_catch_throw): Create $_exception.
7755 * cp-abi.c (cplus_type_from_type_info): New function.
7756 * cp-abi.h (cplus_type_from_type_info): Declare.
7757 (struct cp_abi_ops) <get_type_from_type_info>: New field.
7758 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info)
7759 (gnuv3_get_type_from_type_info): New functions.
7760 (init_gnuv3_ops): Set get_type_from_type_info ABI field.
7761
7762 2013-04-15 Tom Tromey <tromey@redhat.com>
7763
7764 * break-catch-throw.c (struct exception_names): New.
7765 (exception_functions): Change type.
7766 (re_set_exception_catchpoint): Look for SDT probes.
7767
7768 2013-04-15 Tom Tromey <tromey@redhat.com>
7769
7770 PR c++/10119:
7771 * break-catch-throw.c (exception_functions): New global.
7772 (gnu_v3_exception_catchpoint_ops): Move earlier.
7773 (struct exception_catchpoint): New.
7774 (classify_exception_breakpoint): Rewrite.
7775 (re_set_exception_catchpoint): New function.
7776 (handle_gnu_v3_exceptions): Return void. Use init_catchpoint.
7777 Allocate a struct exception_catchpoint.
7778 (catch_exception_command_1): Update.
7779 (initialize_throw_catchpoint_ops): Set 're_set' method.
7780
7781 2013-04-15 Tom Tromey <tromey@redhat.com>
7782
7783 * Makefile.in (SFILES): Add break-catch-throw.c
7784 (COMMON_OBS): Add break-catch-throw.o.
7785 * break-catch-throw.c: New file.
7786 * breakpoint.c: Move exception-catching code to new file.
7787 (ep_parse_optional_if_clause): No longer static.
7788 * breakpoint.h (ep_parse_optional_if_clause): Declare.
7789
7790 2013-04-15 Tom Tromey <tromey@redhat.com>
7791
7792 PR c++/9065:
7793 * NEWS: Update.
7794 * breakpoint.c (watchpoint_exp_is_const): Add OP_TYPEID.
7795 * c-exp.y (TYPEID): New token.
7796 (exp): Add new TYPEID productions.
7797 (ident_tokens): Add "typeid".
7798 * cp-abi.c (cplus_typeid, cplus_typeid_type): New functions.
7799 * cp-abi.h (cplus_typeid, cplus_typeid_type): Declare.
7800 (struct cp_abi_ops) <get_typeid, get_typeid_type>: New fields.
7801 * eval.c (evaluate_subexp_standard) <OP_TYPEID>: New case.
7802 * expprint.c (dump_subexp_body_standard) <OP_TYPEID>: New
7803 case.
7804 * gnu-v3-abi.c (std_type_info_gdbarch_data): New global.
7805 (build_std_type_info_type, gnuv3_get_typeid_type)
7806 (gnuv3_get_typeid): New functions.
7807 (init_gnuv3_ops): Initialize std_type_info_gdbarch_data. Set
7808 new fields on ABI object.
7809 * parse.c (operator_length_standard) <OP_TYPEID>: New case.
7810 * std-operator.def (OP_TYPEID): New.
7811
7812 2013-04-15 Tom Tromey <tromey@redhat.com>
7813
7814 * elfread.c (elf_symtab_read): Install versioned symbol under
7815 unversioned name as well.
7816
7817 2013-04-15 Tom Tromey <tromey@redhat.com>
7818
7819 PR c++/11990:
7820 * c-lang.c (cplus_language_defn): Use gdb_demangle.
7821 * c-typeprint.c (c_type_print_base): Use gdb_demangle.
7822 * cp-support.c (mangled_name_to_comp): Use gdb_demangle.
7823 (gdb_demangle): New function.
7824 * cp-support.h (gdb_demangle): Declare.
7825 * dwarf2read.c (dwarf2_physname, fixup_partial_die)
7826 (dwarf2_name): Use gdb_demangle.
7827 * gdbtypes.c (check_stub_method): Use gdb_demangle.
7828 * gnu-v3-abi.c (gnuv3_rtti_type): Strip @plt and version
7829 suffixes from name.
7830 (gnuv3_print_method_ptr): Use gdb_demangle.
7831 * jv-lang.c (java_demangle): Use gdb_demangle.
7832 * jv-typeprint.c (java_type_print_base): Use gdb_demangle.
7833 * language.c (unk_lang_demangle): Use gdb_demangle.
7834 * symtab.c (symbol_find_demangled_name)
7835 (demangle_for_lookup): Use gdb_demangle.
7836
7837 2013-04-15 Tom Tromey <tromey@redhat.com>
7838
7839 PR c++/12824:
7840 * NEWS: Update.
7841 * breakpoint.c (enum exception_event_kind) <EX_EVENT_RETHROW>:
7842 New constant.
7843 (classify_exception_breakpoint): New function.
7844 (print_it_exception_catchpoint, print_one_exception_catchpoint)
7845 (print_mention_exception_catchpoint)
7846 (print_recreate_exception_catchpoint, handle_gnu_v3_exceptions)
7847 (catch_exception_command_1): Handle "rethrow" catchpoint.
7848 (catch_rethrow_command): New function.
7849 (_initialize_breakpoint): Add "catch rethrow" command.
7850
7851 2013-04-15 Pierre Muller <muller@sourceware.org>
7852
7853 * contrib/ari/gdb_ari.sh (write_pc rule): Do not consider
7854 set_gdbarch_write_pc as deprecated anymore.
7855
7856 2013-04-15 Joel Brobecker <brobecker@adacore.com>
7857
7858 * spu-tdep.c (spu_write_pc): Add empty line after local variable
7859 declarations.
7860
7861 2013-04-13 Yao Qi <yao@codesourcery.com>
7862
7863 * ctf.c (_initialize_ctf): Include "completer.h".
7864 Call add_target_with_completer instead of add_target.
7865
7866 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7867
7868 Fix GDB regression related to PR binutils/14813.
7869 * jit.c (mem_bfd_iovec_close): Return 0 for success.
7870 * minidebug.c (lzma_close): Add return value comment.
7871 * remote.c (remote_bfd_iovec_close): Return 0 for success.
7872 * solib-spu.c (spu_bfd_iovec_close): Likewise.
7873 * spu-linux-nat.c (spu_bfd_iovec_close): Likewise.
7874
7875 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7876
7877 * config.in: Regenerate.
7878
7879 2013-04-12 Tom Tromey <tromey@redhat.com>
7880
7881 * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: Now
7882 const.
7883 * dwarf2read.c (struct dwarf2_section_info) <buffer>: Now const.
7884 (struct die_reader_specs) <buffer>: Likewise.
7885 (die_reader_func_ftype): Make 'info_ptr' const.
7886 (struct line_header) <include_dirs, statement_program_start,
7887 statement_program_end>: Now const.
7888 (struct file_entry) <name>: Likewise.
7889 (struct partial_die_info) <sibling>: Likewise.
7890 (struct dwarf_block) <data>: Likewise.
7891 (dwarf2_read_section): Remove cast.
7892 (dwarf2_get_section_info): Make 'bufp' const.
7893 (read_index_from_section): Constify.
7894 (dw2_get_file_names_reader): Make 'info_ptr' const.
7895 (dw2_get_primary_filename_reader): Likewise.
7896 (read_comp_unit_head): Make 'info_ptr' and return type const.
7897 (read_and_check_comp_unit_head, read_and_check_type_unit_head):
7898 Likewise.
7899 (read_abbrev_offset): Constify.
7900 (dwarf2_create_include_psymtab): Make 'name' const.
7901 (create_debug_types_hash_table): Update.
7902 (read_cutu_die_from_dwo): Make 'result_info_ptr' const.
7903 (init_cutu_and_read_dies, init_cutu_and_read_dies_no_follow):
7904 Constify.
7905 (process_psymtab_comp_unit_reader, build_type_psymtabs_reader)
7906 (load_partial_comp_unit_reader): Make 'info_ptr' const.
7907 (read_comp_units_from_section): Constify.
7908 (peek_abbrev_code, peek_die_abbrev, skip_children, skip_one_die)
7909 (locate_pdi_sibling, load_full_comp_unit_reader): Make 'info_ptr'
7910 const.
7911 (dwarf2_compute_name, setup_type_unit_groups): Constify.
7912 (create_dwo_debug_info_hash_table): Make 'info_ptr' const.
7913 (create_dwp_hash_table, dwarf2_ranges_read)
7914 (dwarf2_record_block_ranges): Constify.
7915 (read_die_and_children, read_die_and_siblings_1)
7916 (read_die_and_siblings): Make 'info_ptr' and 'new_info_ptr'
7917 const.
7918 (read_full_die_1, read_full_die): Make 'info_ptr' const.
7919 (abbrev_table_read_table): Constify.
7920 (load_partial_dies): Make 'info_ptr' const.
7921 (read_partial_die, read_attribute_value, read_attribute): Make
7922 'info_ptr' and return type const.
7923 (read_address, read_initial_length)
7924 (read_checked_initial_length_and_offset, read_offset)
7925 (read_offset_1, read_n_bytes, read_direct_string): Make 'buf'
7926 const.
7927 (read_direct_string): Make 'buf' and return type const.
7928 (read_indirect_string_at_offset, read_indirect_string_from_dwz)
7929 (read_indirect_string): Make return type const.
7930 (read_unsigned_leb128, read_signed_leb128): Make 'buf' const.
7931 (read_addr_index_from_leb128, dwarf2_read_addr_index_reader): Make
7932 'info_ptr' const.
7933 (read_str_index): Make return type const.
7934 (add_include_dir): Make 'include_dir' const.
7935 (add_file_name): Make 'name' const.
7936 (dwarf_decode_line_header): Constify.
7937 (psymtab_include_file_name): Make return type const.
7938 (dwarf_decode_lines_1, dwarf_decode_lines): Constify.
7939 (dwarf2_start_subfile): Make 'filename' const.
7940 (dwarf2_const_value_attr): Make 'bytes' const.
7941 (read_signatured_type_reader): Make 'info_ptr' const.
7942 (decode_locdesc): Constify.
7943 (skip_form_bytes): Make 'bytes', 'buffer_end', and return type
7944 const.
7945 (skip_unknown_opcode): Make 'opcode_definitions', 'mac_ptr',
7946 'mac_end', and return type const.
7947 (dwarf_parse_macro_header): Make 'mac_ptr' and return type const.
7948 (dwarf_decode_macro_bytes): Make 'mac_ptr', 'mac_end', and return
7949 type const.
7950 (per_cu_header_read_in): Constify.
7951 * symfile.h (dwarf2_get_section_info): Update.
7952
7953 2013-04-12 Tom Tromey <tromey@redhat.com>
7954
7955 * symtab.h (struct general_symbol_info) <value.bytes>: Make const.
7956
7957 2013-04-12 Eli Zaretskii <eliz@gnu.org>
7958
7959 * NEWS: Mention "show configuration", --configuration.
7960 * top.c (print_gdb_configuration): New function, displays the
7961 details about GDB configure-time parameters.
7962 (print_gdb_version): Mention "show configuration".
7963 * cli/cli-cmds.c (show_configuration): New function.
7964 (_initialize_cli_cmds): Add the "show configuration" command.
7965 * main.c (captured_main) <print_configuration>: New static var.
7966 <long_options>: Use it.
7967 If --configuration was given, call print_gdb_configuration.
7968
7969 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7970 Pedro Alves <palves@redhat.com>
7971
7972 * Makefile.in (HAVE_NATIVE_GCORE_TARGET): New.
7973 (generated_files): Add gcore.
7974 (install-only, uninstall): Add gcore if HAVE_NATIVE_GCORE_TARGET or
7975 HAVE_NATIVE_GCORE_HOST.
7976 (gcore): New.
7977 * NEWS (Changes since GDB 7.6): Mention newly installed gcore.
7978 * config/alpha/alpha-osf3.mh, config/i386/fbsd.mh,
7979 config/i386/fbsd64.mh, config/i386/i386gnu.mh, config/i386/i386sol2.mh,
7980 config/i386/sol2-64.mh, config/mips/irix5.mh, config/mips/irix6.mh,
7981 config/powerpc/fbsd.mh, config/sparc/fbsd.mh, config/sparc/sol2.mh:
7982 Add HAVE_NATIVE_GCORE_HOST.
7983 * configure: Regenerate.
7984 * configure.ac (HAVE_NATIVE_GCORE_TARGET): New, set it, AC_SUBST it.
7985 New AC_SUBST fir GDB_TRANSFORM_NAME and GCORE_TRANSFORM_NAME. New
7986 AC_CONFIG_FILES for gcore.
7987 * configure.tgt: Add gdb_have_gcore to the initial comment. Set
7988 gdb_have_gcore.
7989 * gdb_gcore.sh: Rename to ...
7990 * gcore.in: ... here. Remove gcore.sh comment. Use GDB_TRANSFORM_NAME
7991 and GCORE_TRANSFORM_NAME substitutions.
7992
7993 Fix parsing tabs in ${gdb_target_obs}.
7994 * configure.tgt (gdb_have_gcore): Replace case with for and if.
7995
7996 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7997
7998 * remote.c (unpush_and_perror): Add output message final dot.
7999
8000 2013-04-11 Yao Qi <yao@codesourcery.com>
8001
8002 * tracepoint.c (tfile_interp_line): Fit parameters line and
8003 utpp in one line.
8004
8005 2013-04-10 Joel Brobecker <brobecker@adacore.com>
8006
8007 * solib.c (solib_map_sections): Remove code overwriting
8008 SO->SO_NAME with the bfd's filename.
8009
8010 2013-04-10 Pedro Alves <palves@redhat.com>
8011
8012 * cli/cli-decode.c (integer_unlimited_completer): New function.
8013 (add_setshow_integer_cmd, add_setshow_uinteger_cmd)
8014 (add_setshow_zuinteger_unlimited_cmd): Install the "unlimited"
8015 completer.
8016 * cli/cli-setshow.c: Include "cli/cli-utils.h".
8017 (is_unlimited_literal): New function.
8018 (do_set_command): Handle literal "unlimited" arguments.
8019 * frame.c (_initialize_frame) <set backtrace limit>: Document
8020 "unlimited".
8021 * printcmd.c (_initialize_printcmd) <set print
8022 max-symbolic-offset>: Add help text.
8023 * record-full.c (_initialize_record_full) <set record full
8024 insn-number-max>: Likewise.
8025 * record.c (_initialize_record) <set record
8026 instruction-history-size, set record function-call-history-size>:
8027 Add help text.
8028 * ser-tcp.c (_initialize_ser_tcp) <set tcp connect-timeout>: Add
8029 help text.
8030 * tracepoint.c (_initialize_tracepoint) <set trace-buffer-size>:
8031 Likewise.
8032 * source.c (_initialize_source) <set listsize>: Add help text.
8033 * utils.c (initialize_utils) <set height, set width>: Likewise.
8034 <set pagination>: Mention "set height unlimited".
8035 * valprint.c (_initialize_valprint) <set print elements, set print
8036 repeats>: Document "unlimited".
8037
8038 2013-04-10 Pedro Alves <palves@redhat.com>
8039
8040 * cli/cli-cmds.c (quit_command): Call query_if_trace_running
8041 instead of disconnect_tracing.
8042 * infcmd.c (detach_command, disconnect_command): Call
8043 query_if_trace_running. Adjust.
8044 * top.c: Include "tracepoint.h".
8045 (quit_target): Delete. Contents moved ...
8046 (quit_force): ... here. Wrap each stage of teardown in
8047 TRY_CATCH. Call disconnect_tracing before detaching.
8048
8049 2013-04-10 Hui Zhu <hui@codesourcery.com>
8050 Yao Qi <yao@codesourcery.com>
8051
8052 * configure.ac: Check libbabeltrace is installed.
8053 * config.in: Regenerate.
8054 * configure: Regenerate.
8055 * Makefile.in (LIBBABELTRACE): New.
8056 (CLIBS): Add LIBBABELTRACE.
8057 * ctf.c: Include "exec.h".
8058 (CTF_EVENT_ID_STATUS, CTF_EVENT_ID_TSV_DEF): New macros.
8059 (CTF_EVENT_ID_TP_DEF, ctf_save_write_int32): New macros.
8060 (ctf_save_metadata_header): Define new type aliases in
8061 metadata.
8062 (ctf_write_header): Define event type "tsv_def" and "tp_def"
8063 in metadata. Start a new faked packet for trace status.
8064 (ctf_write_status): Write trace status to CTF.
8065 (ctf_write_uploaded_tsv): Write TSV to CTF.
8066 (ctf_write_uploaded_tp): Write tracepoint definition to CTF.
8067 (ctf_write_definition_end): End the faked packet.
8068
8069 (ctx, ctf_iter, trace_dirname): New.
8070 (start_pos): New variable.
8071 (ctf_destroy, ctf_open_dir, ctf_open): New.
8072 (SET_INT32_FIELD, SET_ARRAY_FIELD, SET_STRING_FIELD): New
8073 macros.
8074 (ctf_read_tsv, ctf_read_tp, ctf_close, ctf_files_info): New.
8075 (ctf_fetch_registers, ctf_xfer_partial): New.
8076 (ctf_get_trace_state_variable_value): New.
8077 (ctf_get_tpnum_from_frame_event): New.
8078 (ctf_get_traceframe_address): New.
8079 (ctf_trace_find, ctf_has_stack): New.
8080 (ctf_has_registers, ctf_traceframe_info, init_ctf_ops): New.
8081 (ctf_get_trace_status, ctf_read_status): New.
8082 (_initialize_ctf): New.
8083 * tracepoint.c (get_tracepoint_number): New
8084 (get_uploaded_tsv): Remove 'static'.
8085 (struct traceframe_info, trace_regblock_size): Move it to ...
8086 * tracepoint.h: ... here.
8087 (get_tracepoint_number): Declare it.
8088 (get_uploaded_tsv): Declare it.
8089
8090 * NEWS: Mention new configure option.
8091
8092 2013-04-10 Pedro Alves <palves@redhat.com>
8093 Hui Zhu <hui@codesourcery.com>
8094
8095 * breakpoint.c (dprintf_re_set): New.
8096 (initialize_breakpoint_ops): Set dprintf_breakpoint_ops re_set
8097 to dprintf_re_set.
8098
8099 2013-04-09 Joel Brobecker <brobecker@adacore.com>
8100
8101 * configure.tgt (gdb_target_obs) <powerpc-*-aix* | rs6000-*-*>:
8102 Remove solib-svr4.o from the list.
8103
8104 2013-04-09 Joel Brobecker <brobecker@adacore.com>
8105
8106 * varobj.c (update_dynamic_varobj_children) [!HAVE_PYTHON]:
8107 Use gdb_assert_not_reached instead of invalid boolean expression.
8108
8109 2013-04-09 Pedro Alves <palves@redhat.com>
8110
8111 * remote.c (unpush_and_perror): New function.
8112 (readchar, remote_serial_write): Use it.
8113
8114 2013-04-09 Markus Metzger <markus.t.metzger@intel.com>
8115
8116 * NEWS: Mention new btrace RSP packets.
8117
8118 2013-04-08 Tom Tromey <tromey@redhat.com>
8119
8120 * symmisc.c (dump_msymbols): Cast fprintf_filtered argument to
8121 long.
8122
8123 2013-04-08 Tom Tromey <tromey@redhat.com>
8124
8125 * maint.c (print_bfd_section_info): Print the section index.
8126 * symmisc.c (dump_msymbols): Print the section index.
8127
8128 2013-04-08 Tom Tromey <tromey@redhat.com>
8129
8130 PR symtab/8424:
8131 * blockframe.c (find_pc_partial_function_gnu_ifunc): Check
8132 SYMBOL_SECTION, not SYMBOL_OBJ_SECTION.
8133 * breakpoint.c (resolve_sal_pc): Update.
8134 * elfread.c (elf_gnu_ifunc_record_cache): Update.
8135 * findvar.c (struct minsym_lookup_data) <objfile>: New field.
8136 (minsym_lookup_iterator_cb): Use it.
8137 (default_read_var_value): Update.
8138 * hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline):
8139 Update.
8140 * infcmd.c (jump_command): Update.
8141 * linespec.c (minsym_found): Update.
8142 * maint.c (maintenance_translate_address): Update.
8143 * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Update.
8144 (prim_record_minimal_symbol_full): Don't set SYMBOL_OBJ_SECTION.
8145 * parse.c (write_exp_msymbol): Update.
8146 * printcmd.c (address_info): Update.
8147 * psymtab.c (find_pc_sect_psymbol): Update.
8148 (fixup_psymbol_section): Check SYMBOL_SECTION, not
8149 SYMBOL_OBJ_SECTION.
8150 (add_psymbol_to_bcache): Correctly initialize SYMBOL_SECTION.
8151 Don't initialize SYMBOL_OBJ_SECTION.
8152 * spu-tdep.c (spu_catch_start): Update.
8153 * stabsread.c (define_symbol): Don't set SYMBOL_SECTION.
8154 * symmisc.c (dump_msymbols, print_symbol): Update.
8155 * symtab.c (fixup_section): Don't set 'obj_section'. Change
8156 how fallback section is computed.
8157 (fixup_symbol_section): Update.
8158 (find_pc_sect_symtab, find_function_start_sal, skip_prologue_sal):
8159 Update.
8160 (allocate_symbol, initialize_symbol, allocate_template_symbol):
8161 Initialize SYMBOL_SECTION.
8162 * symtab.h (struct general_symbol_info) <section>: Update comment.
8163 <obj_section>: Remove.
8164 (SYMBOL_OBJ_SECTION): Add 'objfile' argument. Rewrite.
8165 (SYMBOL_OBJFILE): New macro.
8166
8167 2013-04-08 Tom Tromey <tromey@redhat.com>
8168
8169 * coffread.c (record_minimal_symbol): Update.
8170 * dbxread.c (record_minimal_symbol): Update.
8171 * elfread.c (record_minimal_symbol): Update.
8172 * machoread.c (macho_symtab_add_minsym): Update.
8173 * mdebugread.c (record_minimal_symbol, parse_partial_symbols):
8174 Update.
8175 * minsyms.c (prim_record_minimal_symbol): Update.
8176 (prim_record_minimal_symbol_full): Remove 'bfd_section'
8177 argument.
8178 (prim_record_minimal_symbol_and_info): Likewise.
8179 * minsyms.h (prim_record_minimal_symbol_full)
8180 (prim_record_minimal_symbol_and_info): Update.
8181 * symtab.c (allocate_symbol, initialize_symbol)
8182 (allocate_template_symbol): Initialize SYMBOL_SECTION.
8183 * xcoffread.c (record_minimal_symbol, scan_xcoff_symtab):
8184 Update.
8185
8186 2013-04-08 Tom Tromey <tromey@redhat.com>
8187
8188 PR symtab/8423:
8189 * solib-som.c (som_solib_section_offsets): Use BFD section
8190 indices. Set offsets for all sections.
8191 * somread.c (som_symtab_read): Compute BFD section for
8192 symbol. Use prim_record_minimal_symbol_and_info.
8193 (som_symfile_read): Fix comment.
8194 (struct find_section_offset_arg): New.
8195 (find_section_offset, set_section_index): New functions.
8196 (som_symfile_offsets): Use set_section_index to compute
8197 section indices.
8198
8199 2013-04-08 Tom Tromey <tromey@redhat.com>
8200
8201 * coffread.c (cs_to_section): Use gdb_bfd_section_index.
8202 * elfread.c (record_minimal_symbol, elf_symtab_read): Use
8203 gdb_bfd_section_index.
8204 * gdb_bfd.c (gdb_bfd_section_index, gdb_bfd_count_sections):
8205 New functions.
8206 * gdb_bfd.h (gdb_bfd_section_index, gdb_bfd_count_sections):
8207 Declare.
8208 * machoread.c (macho_symtab_add_minsym, macho_symfile_offsets):
8209 Update.
8210 * objfiles.c (add_to_objfile_sections_full): New function.
8211 (add_to_objfile_sections): Use it.
8212 (build_section_table): Rewrite.
8213 (objfile_relocate1): Use gdb_bfd_section_index. Update.
8214 * objfiles.h (obj_section_offset): Use gdb_bfd_section_index.
8215 (struct objfile) <sections>: Update comment.
8216 (ALL_OBJFILE_OSECTIONS): Skip sections where the_bfd_section
8217 is NULL.
8218 (ALL_OBJSECTIONS): Use it.
8219 * solib-dsbt.c (dsbt_relocate_main_executable): Update.
8220 * solib-frv.c (frv_relocate_main_executable): Update.
8221 * solib-target.c (solib_target_relocate_section_addresses):
8222 Use gdb_bfd_section_index.
8223 * symfile.c (build_section_addr_info_from_section_table):
8224 Use gdb_bfd_section_index.
8225 (build_section_addr_info_from_bfd, place_section): Likewise.
8226 * symtab.c (fixup_section): Update.
8227 * xcoffread.c (find_targ_sec): Use gdb_bfd_section_index.
8228
8229 2013-04-08 Tom Tromey <tromey@redhat.com>
8230
8231 * minsyms.h (struct bound_minimal_symbol): New.
8232 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
8233 Remove objfile argument.
8234 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
8235 Return bound_minimal_symbol.
8236 * minsyms.c (lookup_minimal_symbol_by_pc_1)
8237 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
8238 Return bound_minimal_symbol.
8239 (in_gnu_ifunc_stub): Update.
8240 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
8241 Remove 'objfile_p' argument.
8242 (lookup_solib_trampoline_symbol_by_pc): Update.
8243 * ada-tasks.c, amd64-windows-tdep.c, arm-tdep.c,
8244 arm-wince-tdep.c, block.c, blockframe.c, breakpoint.c, btrace.c,
8245 c-valprint.c, dwarf2loc.c, elfread.c, frame.c, frv-tdep.c,
8246 glibc-tdep.c, gnu-v2-abi.c, gnu-v3-abi.c, hppa-hpux-tdep.c,
8247 i386-tdep.c, ia64-tdep.c, infcall.c, infcmd.c, jit.c,
8248 linux-fork.c, m32c-tdep.c, m68hc11-tdep.c, maint.c,
8249 mips-tdep.c, p-valprint.c, parse.c, ppc-linux-tdep.c,
8250 ppc-sysv-tdep.c, printcmd.c, rs6000-tdep.c, sh64-tdep.c,
8251 stack.c, symtab.c, tui/tui-disasm.c: Update.
8252
8253 2013-04-08 Tom Tromey <tromey@redhat.com>
8254
8255 * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.
8256 Use symbol's obstack, not an objfile.
8257 * coffread.c (process_coff_symbol): Update.
8258 * dwarf2read.c (fixup_go_packaging, new_symbol_full): Update.
8259 * jv-lang.c (add_class_symbol): Update.
8260 * mdebugread.c (new_symbol): Update.
8261 * minsyms.c (prim_record_minimal_symbol_full)
8262 (terminate_minimal_symbol_table): Update.
8263 * psymtab.c (add_psymbol_to_bcache): Clear entire symbol. Update.
8264 * stabsread.c (define_symbol, read_enum_type): Update.
8265 * symtab.c (symbol_set_demangled_name, symbol_get_demangled_name):
8266 Handle Ada specially.
8267 (symbol_set_language): Add 'obstack' argument.
8268 (symbol_set_names): Update.
8269 (symbol_natural_name, symbol_demangled_name): Always use
8270 ada_decode_symbol.
8271 * symtab.h (struct general_symbol_info)
8272 <language_specific::obstack>: New field.
8273 <ada_mangled>: New field.
8274 (SYMBOL_SET_LANGUAGE): Add 'obstack' argument.
8275 (symbol_set_language): Update.
8276
8277 2013-04-08 Tom Tromey <tromey@redhat.com>
8278
8279 * symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name):
8280 Take an obstack, not an objfile.
8281 (symbol_set_names): Update.
8282 * symtab.h (symbol_set_demangled_name): Update.
8283
8284 2013-04-08 Tom Tromey <tromey@redhat.com>
8285
8286 * coffread.c (process_coff_symbol, coff_read_enum_type): Call
8287 allocate_symbol.
8288 * dwarf2read.c (fixup_go_packaging): Call allocate_symbol.
8289 (read_func_scope): Call allocate_template_symbol.
8290 (new_symbol_full): Call allocate_symbol.
8291 * jit.c (finalize_symtab): Call allocate_symbol.
8292 * jv-lang.c (add_class_symbol): Call allocate_symbol.
8293 * mdebugread.c (parse_symbol, new_block): Call allocate_symbol.
8294 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
8295 (common_block_end): Call allocate_symbol.
8296 * symtab.c (allocate_symbol, initialize_symbol)
8297 (allocate_template_symbol): New functions.
8298 * symtab.c (allocate_symbol, initialize_symbol)
8299 (allocate_template_symbol): Declare.
8300 * xcoffread.c (process_xcoff_symbol): Call initialize_symbol.
8301
8302 2013-04-08 Pedro Alves <palves@redhat.com>
8303 Keith Seitz <keiths@redhat.com>
8304
8305 * breakpoint.c (create_breakpoint): Rename
8306 "parse_condition_and_thread" parameter to "parse_arg". Update
8307 describing comment. If !PARSE_ARG, then error out if ARG is not
8308 the empty string after extracting the location.
8309 * breakpoint.h (create_breakpoint): Rename
8310 "parse_condition_and_thread" parameter to "parse_arg".
8311
8312 2013-04-08 Aleksandar Ristovski <aristovski@qnx.com
8313
8314 * solib-svr4.c (lm_addr_check): Add const qualifier to 'so' arg.
8315
8316 2013-04-07 Yao Qi <yao@codesourcery.com>
8317
8318 * remote.c (remote_trace_find): Change type of parameters 'addr1'
8319 and 'addr2' to CORE_ADDR.
8320 * target.c (update_current_target): Update.
8321 * target.h (struct target_ops) <to_trace_find>: Change parameter
8322 type to CORE_ADDR.
8323 * tracepoint.c (tfind_1): Change type of parameters 'addr1' and
8324 'addr2' to CORE_ADDR.
8325 (tfile_trace_find): Likewise.
8326 (tfile_get_traceframe_address): Change return type to CORE_ADDR.
8327 Change local variable 'addr' to type CORE_ADDR.
8328 * tracepoint.h (tfind_1): Update declaration.
8329
8330 2013-04-06 Eli Zaretskii <eliz@gnu.org>
8331
8332 * windows-nat.c (windows_get_absolute_argv0): Move from here...
8333 * mingw-hdep.c (windows_get_absolute_argv0): ...to here.
8334 Include main.h.
8335
8336 * windows-nat.h (windows_get_absolute_argv0): Move prototype from
8337 here...
8338 * main.h (windows_get_absolute_argv0): ...to here.
8339
8340 2013-04-05 Doug Evans <dje@google.com>
8341
8342 * dwarf2read.c (struct dwarf2_per_objfile): Tweak comment.
8343 (read_cutu_die_from_dwo): Add comments.
8344 (read_structure_type): Update comment.
8345 (read_enumeration_type, read_namespace_type): Update comment.
8346 (read_die_type, get_die_type_at_offset, get_die_type): Update comment.
8347
8348 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8349
8350 Convert man pages to texinfo, new gdbinit.5 texinfo page.
8351 * Makefile.in (gdb.z): Remove.
8352 (install-only): Remove $(man1dir) and gdb.1 installation.
8353 * gdb.1: Remove.
8354
8355 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8356
8357 Fix compatibility with Linux kernel 3.8.3.
8358 * linux-tdep.c (linux_find_memory_regions_full): Move variable number
8359 to more inner block. Remove parsing of NUMBER from outer block.
8360 Parse NUMBER only if KEYWORD has been identified.
8361
8362 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8363
8364 Fix variable name shadowing.
8365 * linux-tdep.c (linux_find_memory_regions_full): Rename outer variable
8366 filename to mapsfilename and update its uses.
8367
8368 2013-04-05 Eli Zaretskii <eliz@gnu.org>
8369
8370 * Makefile.in (TAGS): Avoid warning from etags when $GDB_NM_FILE is
8371 empty. See http://sourceware.org/ml/gdb-patches/2012-08/msg00504.html
8372 and http://sourceware.org/ml/gdb-patches/2013-04/msg00055.html for
8373 details of the problem.
8374
8375 2013-04-04 Pedro Alves <palves@redhat.com>
8376 Hui Zhu <hui@codesourcery.com>
8377
8378 * breakpoint.c (validate_commands_for_breakpoint): If validating a
8379 tracepoint, reset its STEP_COUNT and call validate_actionline.
8380
8381 2013-04-03 Doug Evans <dje@google.com>
8382
8383 * dwarf2read.c (read_die_and_siblings_1): Renamed from
8384 read_die_and_siblings.
8385 (read_die_and_siblings): New function.
8386 (read_cutu_die_from_dwo): Dump die if requested.
8387 (read_die_and_children): Call read_full_die_1 and
8388 read_die_and_siblings_1.
8389 (read_full_die): Dump die if requested.
8390
8391 * dwarf2read.c (read_comp_units_from_section): Add debugging printf.
8392
8393 * dwarf2read.c (struct dwo_file): New member comp_dir.
8394 Rename member name to dwo_name. All uses updated.
8395 (hash_dwo_file): Include comp_dir in computation.
8396 (eq_dwo_file): Ditto.
8397 (lookup_dwo_file_slot): New arg comp_dir. All callers updated.
8398 (create_dwo_in_dwp, lookup_dwo_in_dwp, open_and_init_dwo_file): Ditto.
8399
8400 * psymtab.c (read_psymtabs_with_fullname): Don't call
8401 psymtab_to_fullname if the basenames are different.
8402
8403 2013-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8404
8405 * NEWS (Changes in GDB 7.6): Update the data-disassemble for "fullname".
8406 New entry about "fullname" presence.
8407
8408 2013-04-03 Pedro Alves <palves@redhat.com>
8409
8410 * NEWS: Mention x86_64/Cygwin as new native configuration.
8411
8412 2013-04-02 Doug Evans <dje@google.com>
8413
8414 * dwarf2read.c (read_structure_type): Fix typo in comment.
8415
8416 2013-04-02 Pedro Alves <palves@redhat.com>
8417
8418 * NEWS: Mention "set/show debug aarch64", "set/show debug
8419 coff-pe-read" and "set/show debug mach-o".
8420
8421 2013-04-02 Pedro Alves <palves@redhat.com>
8422
8423 * NEWS: Mention "set/show remote trace-buffer-size-packet".
8424
8425 2013-04-02 Eli Zaretskii <eliz@gnu.org>
8426
8427 * Makefile.in (HFILES_NO_SRCDIR): Remove call-cmds.h.
8428 gdb_string.h is now in common/.
8429
8430 2013-04-02 Pedro Alves <palves@redhat.com>
8431
8432 * NEWS: Move "set debug notification" and "set trace-buffer-size"
8433 under "New options".
8434
8435 2013-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8436
8437 Revert this patch:
8438 PR gdb/15275
8439 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
8440
8441 2013-04-02 Pedro Alves <palves@redhat.com>
8442
8443 PR gdb/15275
8444
8445 * remote.c (send_interrupt_sequence): Use remote_serial_write.
8446 (remote_serial_write): New function.
8447 (putpkt_binary, getpkt_or_notif_sane_1): Use remote_serial_write.
8448
8449 2013-04-01 Jiong Wang <jiwang@tilera.com>
8450
8451 * NEWS: Mention TILE-Gx in "New native configurations" and
8452 "New targets" sections.
8453
8454 2013-04-01 Doug Evans <dje@google.com>
8455
8456 * dwarf2read.c (lookup_signatured_type_at_offset): Delete.
8457 (process_enumeration_scope): Simplify.
8458
8459 * dwarf2read.c (struct dwarf2_per_cu_data): Move member
8460 type_unit_group ...
8461 (struct signatured_type): ... to here.
8462 (sig_type_ptr): New typedef.
8463 (type_unit_group): Delete member 't.first_cu'. Move member 'tus'
8464 out of union 't'. All uses updated.
8465 (dw2_get_file_names_reader): Assert not called for a type unit.
8466 (dw2_get_file_names): Assert not called for a type unit or type
8467 unit group.
8468 (build_type_psymtabs_reader): Assert called for a type unit.
8469 (build_type_psymtab_dependencies): Assert called for a type unit group.
8470
8471 * dwarf2read.c (free_dwo_file): Add comment.
8472 (dwarf2_per_objfile_free): Unref dwp bfd.
8473
8474 2013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
8475
8476 * coff-pe-read.c (add_pe_exported_sym): Remove unused 'dll_name_len'.
8477 (add_pe_forwarded_sym): Remove unused 'section', 'dll_name_len'.
8478 (read_pe_exported_syms): Remove unused 'exportix'.
8479 (pe_text_section_offset): Remove unused 'opthdr_ofs', 'num_entries',
8480 'export_rva', 'export_size', 'expptr', 'exp_funcbase', 'expdata',
8481 'erva', 'name_rvas', 'ordinals', 'nexp', 'ordbase', 'dll_name'.
8482
8483 2013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
8484
8485 * breakpoint.c (parse_cond_to_aexpr): Remove unused 'old_chain'.
8486 (print_it_watchpoint): Remove unused 'bl'.
8487 (say_where): Remove unused 'uiout'.
8488 (bpstat_remove_breakpoint_callback): Remove unused 'uiout'.
8489 (bkpt_breakpoint_hit): Remove unused 'b'.
8490 (internal_bkpt_print_it): Remove unused 'uiout'.
8491 * buildsym.c (augment_type_symtab): Remove unused 'i'.
8492
8493 2013-03-31 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
8494
8495 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_float): New function.
8496 (ppc64_sysv_abi_push_dummy_call): Handle complex arguments.
8497
8498 2013-03-29 Doug Evans <dje@google.com>
8499
8500 * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file.
8501 Delete arg is_dwp. All callers updated.
8502 (open_dwp_file): New function.
8503 (open_and_init_dwp_file): Call it.
8504 (get_dwp_file): New function.
8505 (lookup_dwo_cutu): Call it.
8506
8507 * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, and
8508 unnecessary, cleanup.
8509
8510 * dwarf2read.c (lookup_dwo_cutu): Improve complaint text.
8511
8512 * dwarf2read.c (read_cutu_die_from_dwo): New function.
8513 (lookup_dwo_unit): New function.
8514 (init_cutu_and_read_dies): Move DWO handling to new functions.
8515
8516 * dwarf2read.c (struct signatured_type): Tweak comment.
8517 (struct dwo_unit): Tweak comment.
8518 (create_debug_types_hash_table): Tweak comment. Reformat long line.
8519 (create_dwo_debug_info_hash_table): Tweak comment.
8520 (dwarf2_per_cu_offset_and_type): Tweak comment.
8521
8522 * dwarf2read.c (lookup_signatured_type): Remove complaint about
8523 missing .debug_types section.
8524
8525 2013-03-29 Yao Qi <yao@codesourcery.com>
8526
8527 * corelow.c: Include "completer.h".
8528 (_initialize_corelow): Call add_target_with_completer with
8529 argument 'filename_completer'.
8530 * tracepoint.c: Likewise.
8531 * exec.c (_initialize_exec): Likewise.
8532 * target.c (add_target): Rename to ...
8533 (add_target_with_completer): ... this. Call set_cmd_completer
8534 if parameter completer is not NULL.
8535 (add_target): New.
8536 * target.h: Include "command.h".
8537 (add_target_with_completer): Declare it.
8538
8539 2013-03-28 Joel Brobecker <brobecker@adacore.com>
8540
8541 * coffread.c (is_import_fixup_symbol): New function.
8542 (record_minimal_symbol): Use is_import_fixup_symbol to
8543 detect import fixup symbols, and discard them.
8544
8545 2013-03-28 Doug Evans <dje@google.com>
8546
8547 * dwarf2read.c (create_debug_types_hash_table): Don't allocate the
8548 types hash table until we know we need it.
8549
8550 * dwarf2read.c (create_addrmap_from_index): Complain about bad CU
8551 index numbers.
8552
8553 * dwarf2read.c (dw2_get_file_names): Delete arg "objfile".
8554 All callers updated.
8555 (dw2_print_stats): Print #read CUs too.
8556 (dump_die_shallow): Print signatured types better.
8557
8558 * dwarf2read.c (struct dwarf2_per_cu_data): Rename member
8559 info_or_types_section to section. All uses updated.
8560 (struct dwo_unit): Ditto.
8561
8562 2013-03-28 Pedro Alves <palves@redhat.com>
8563
8564 * NEWS (New options): New section.
8565 (New options): Mention set/show remote trace-status-packet.
8566 * remote.c (PACKET_qTStatus): New enumeration value.
8567 (remote_get_trace_status): Skip sending qTStatus if the packet is
8568 disabled. Use packet_ok.
8569 (_initialize_remote): Register a configuration command for
8570 qTStatus packet.
8571
8572 2013-03-28 Doug Evans <dje@google.com>
8573
8574 * symfile.c (find_separate_debug_file): Add comment.
8575 (terminate_after_last_dir_separator): Tweak comment.
8576
8577 * dwarf2read.c (create_partial_symtab): Add forward decl.
8578 (create_partial_symtab): Move to be closer to other psymtab functions.
8579 (process_psymtab_comp_unit_reader, process_psymtab_comp_unit): Ditto.
8580
8581 * dwarf2read.c (dwarf2_physname): Move declaration to better spot.
8582 (compute_symtab_includes): Remove unnecessary forward declaration.
8583 (die_needs_namespace): Add comment marking group of functions for
8584 dwarf2 name computation.
8585
8586 * typeprint.c (_initialize_typeprint): Improve type help text.
8587
8588 * python/python.c (finish_python_initialization): Provide suggestion
8589 for how to tell gdb to find its python files.
8590
8591 2013-03-28 Pedro Alves <palves@redhat.com>
8592
8593 PR gdb/15294
8594
8595 * source.c (_initialize_source): Change back "set listsize" to an
8596 integer command.
8597
8598 2013-03-27 Gareth McMullin <gareth@blacksphere.co.nz>
8599
8600 PR gdb/15275
8601 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
8602
8603 2013-03-27 Pedro Alves <palves@redhat.com>
8604
8605 * top.c (history_size): Rename to ...
8606 (history_size_setshow_var): ... this. Add comment.
8607 (show_commands): Use readline's 'history_length' instead of
8608 computing the history length by calling history_get in a loop.
8609 (set_history_size_command): Error out for sizes over INT_MAX.
8610 Restore previous history size on invalid size.
8611 (init_history): If HISTSIZE is negative, leave the history size as
8612 zero. Add comments.
8613 (init_main): Adjust.
8614
8615 2013-03-27 Pedro Alves <palves@redhat.com>
8616
8617 * coff-pe-read.c (_initialize_coff_pe_read): Rename "set debug
8618 coff_pe_read" command to "set debug coff-pe-read".
8619
8620 2013-03-27 Markus Metzger <markus.t.metzger@intel.com>
8621
8622 * record.c (command_size_to_target_size): Fix size comparison.
8623 Change parameter type from pointer to integer to integer.
8624 Update all users.
8625
8626 2013-03-27 Pierre Muller <muller@sourceware.org>
8627
8628 * windows-nat.c (handle_output_debug_string): Avoid typecast
8629 from integer of different size warning.
8630
8631 2013-03-26 Joel Brobecker <brobecker@adacore.com>
8632
8633 * windows-nat.c (handle_output_debug_string): Add empty line
8634 after local block variable definition.
8635
8636 2013-03-26 Pedro Alves <palves@redhat.com>
8637
8638 * ser-tcp.c (wait_for_connect): Make 'polls' parameter unsigned.
8639 (net_open): Make 'polls' local unsigned.
8640
8641 2013-03-26 Pedro Alves <palves@redhat.com>
8642
8643 * remote.c (_initialize_remote): Make "set remoteaddresssize"
8644 a zuinteger command instead of uinteger.
8645
8646 2013-03-26 Pedro Alves <palves@redhat.com>
8647
8648 * record-full.c (record_full_insn_num): Make it unsigned.
8649 (record_full_check_insn_num, record_full_message)
8650 (record_full_registers_change, record_full_xfer_partial): Remove
8651 record_full_insn_max_num check (it's always != 0).
8652 (record_full_info, record_full_restore): Use %u as format string.
8653 (): Use %u as format string.
8654 (set_record_full_insn_max_num): Remove record_full_insn_max_num
8655 check (it's always != 0).
8656
8657 2013-03-26 Pedro Alves <palves@redhat.com>
8658
8659 * dcache.c (_initialize_dcache): Make the "set dcache line-size"
8660 and "set dcache size" commands zuinteger instead of uinteger.
8661
8662 2013-03-26 Pedro Alves <palves@redhat.com>
8663
8664 * cris-tdep.c (_initialize_cris_tdep): Make the "set cris-version"
8665 command zuinteger instead of uinteger.
8666
8667 2013-03-26 Pedro Alves <palves@redhat.com>
8668
8669 * coff-pe-read.c (_initialize_coff_pe_read): Make the command
8670 zuinteger instead of uinteger.
8671
8672 2013-03-26 Pedro Alves <palves@redhat.com>
8673
8674 * record.c (record_insn_history_size_setshow_var)
8675 (record_call_history_size_setshow_var): New globals.
8676 (command_size_to_target_size): New function.
8677 (cmd_record_insn_history, cmd_record_call_history): Use
8678 command_size_to_target_size instead of cast.
8679 (validate_history_size, set_record_insn_history_size)
8680 (set_record_call_history_size): New functions.
8681 (_initialize_record): Install set_record_insn_history_size and
8682 set_record_call_history_size as "set" hooks of "set record
8683 instruction-history-size" and "set record
8684 function-call-history-size".
8685
8686 2013-03-26 Pedro Alves <palves@redhat.com>
8687
8688 * top.c (gdb_rl_operate_and_get_next): Replace max_input_history
8689 use with history_max_entries use. Remove FIXME note.
8690
8691 2013-03-26 Markus Metzger <markus.t.metzger@intel.com>
8692
8693 * record-btrace.c (record_btrace_close): Call
8694 record_btrace_auto_disable.
8695
8696 2013-03-25 Joel Brobecker <brobecker@adacore.com>
8697
8698 * rs6000-nat.c (fixup_breakpoints): Delete declaration.
8699
8700 2013-03-25 Doug Evans <dje@google.com>
8701
8702 * contrib/cc-with-tweaks.sh: Check exit code of dwp.
8703
8704 2013-03-25 Tom Tromey <tromey@redhat.com>
8705
8706 PR symtab/11462:
8707 * c-exp.y (exp): Add new productions for destructors after '.' and
8708 '->'.
8709 (write_destructor_name): New function.
8710
8711 2013-03-25 Tom Tromey <tromey@redhat.com>
8712
8713 PR c++/9197:
8714 * opencl-lang.c (evaluate_subexp_opencl) <STRUCTOP_STRUCT>: Use
8715 value_struct_elt, not lookup_struct_elt_type.
8716 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
8717 STRUCTOP_PTR>: Use value_struct_elt, not lookup_struct_elt_type.
8718 * expression.h (EVAL_AVOID_SIDE_EFFECTS): Update comment.
8719
8720 2013-03-25 Yao Qi <yao@codesourcery.com>
8721
8722 * ctf.c [USE_WIN32API]: Undef 'mkdir' and use 'mkdir'
8723 instead of '_mkdir'.
8724
8725 2013-03-23 Eli Zaretskii <eliz@gnu.org>
8726
8727 * windows-nat.c (windows_get_absolute_argv0): New function.
8728 * windows-nat.h: Add its prototype.
8729
8730 * main.c (get_init_files): Use filename_ncmp instead of strncmp.
8731 Use IS_DIR_SEPARATOR instead of looking for a character inside
8732 SLASH_STRING. Include filenames.h.
8733 (captured_main) [__MINGW32__]: Make argv[0] absolute, so that
8734 relocate_gdb_directory works when passed gdb_program_name.
8735 Include windows-nat.h.
8736
8737 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8738
8739 * exceptions.h (enum errors): New entry TARGET_CLOSE_ERROR.
8740 * remote.c (trace_error): Remove the special handling of '2'.
8741 (readchar) <SERIAL_EOF>
8742 (readchar) <SERIAL_ERROR>
8743 (getpkt_or_notif_sane_1): Use TARGET_CLOSE_ERROR for them.
8744 (remote_get_trace_status): Call throw_exception if EX is
8745 TARGET_CLOSE_ERROR.
8746 * utils.c (perror_with_name): Rename to ...
8747 (throw_perror_with_name): ... here. New parameter errcode, describe it
8748 in the function comment.
8749 (perror_with_name): New function wrapper.
8750 * utils.h (enum errors): New stub declaration.
8751 (throw_perror_with_name): New declaration.
8752
8753 2013-03-22 Pedro Alves <palves@redhat.com>
8754 Yao Qi <yao@codesourcery.com>
8755 Mark Kettenis <kettenis@gnu.org>
8756
8757 * cli/cli-setshow.c (do_set_command) <var_uinteger>:
8758 Don't let the user set the value to UINT_MAX directly.
8759 <var_integer>: Don't let the user set the value to INT_MAX
8760 directly.
8761
8762 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8763
8764 * remote.c (remote_unpush_target): New function.
8765 (remote_open_1): Remove two pop_target calls, update one comment, add
8766 comment to target_preopen call. Replace pop_target call by
8767 remote_unpush_target call.
8768 (interrupt_query, readchar, getpkt_or_notif_sane_1): Replace
8769 pop_target calls by remote_unpush_target calls.
8770
8771 2013-03-22 Pedro Alves <palves@redhat.com>
8772
8773 * linux-nat.c (linux_child_follow_fork): Don't call
8774 linux_enable_event_reporting.
8775 (linux_handle_extended_wait): Don't call
8776 linux_enable_event_reporting.
8777
8778 2013-03-22 Pedro Alves <palves@redhat.com>
8779
8780 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Define INSN macro,
8781 use it to rewrite the trampoline buffers with type gdb_byte[], and
8782 undefine the macro. Remove char* cast.
8783
8784 2013-03-21 Doug Evans <dje@google.com>
8785
8786 New commands "mt set per-command {space,time,symtab} {on,off}".
8787 * NEWS: Add entry.
8788 * event-top.c: #include "maint.h".
8789 * main.c: #include "maint.h".
8790 * maint.c: #include <sys/time.h>, <time.h>, block.h, top.h,
8791 timeval-utils.h, maint.h, cli/cli-setshow.h.
8792 (per_command_time, per_command_space): New static globals.
8793 (per_command_symtab): New static global.
8794 (per_command_setlist, per_command_showlist): New static globals.
8795 (struct cmd_stats): Move here from utils.c.
8796 (set_per_command_time): Renamed from set_display_time in utils.c
8797 and moved here. All callers updated.
8798 (set_per_command_space): Renamed from set_display_space in utils.c
8799 and moved here. All callers updated.
8800 (count_symtabs_and_blocks): New function.
8801 (report_command_stats): Moved here from utils.c. Add support for
8802 printing symtab stats. Only print data if enabled before command
8803 executed.
8804 (make_command_stats_cleanup): Ditto.
8805 (sert_per_command_cmd, show_per_command_cmd): New functions.
8806 (_initialize_maint_cmds): Add new commands
8807 mt set per-command {space,time,symtab} {on,off}.
8808 * maint.h: New file.
8809 * top.c: #include "maint.h".
8810 * utils.c (reset_prompt_for_continue_wait_time): New function.
8811 (get_prompt_for_continue_wait_time): New function.
8812 * utils.h (reset_prompt_for_continue_wait_time): Declare
8813 (get_prompt_for_continue_wait_time): Declare.
8814 (make_command_stats_cleanup): Moved to maint.h.
8815 (set_display_time, set_display_space): Moved to maint.h and renamed
8816 to set_per_command_time, set_per_command_space.
8817 * cli/cli-setshow.c (parse_cli_boolean_value): Renamed from
8818 parse_binary_operation and made non-static. Don't call error,
8819 just return an error marker. All callers updated.
8820 * cli/cli-setshow.h (parse_cli_boolean_value): Declare.
8821
8822 2013-03-21 Tom Tromey <tromey@redhat.com>
8823
8824 * symfile.c (alloc_section_addr_info): Update header. Don't set
8825 'num_sections' field.
8826 (build_section_addr_info_from_section_table): Set 'num_sections'.
8827 (build_section_addr_info_from_bfd): Likewise.
8828 (build_section_addr_info_from_objfile): Remove dead loop
8829 condition.
8830 (free_section_addr_info): Unconditionally call xfree.
8831 (relative_addr_info_to_section_offsets, addrs_section_sort)
8832 (addr_info_make_relative, syms_from_objfile_1): Remove dead loop
8833 condition.
8834 (syms_from_objfile_1): Remove dead 'if' condition. Check
8835 'num_sections'.
8836 (add_symbol_file_command): Set 'num_sections'.
8837 * symfile-mem.c (symbol_file_add_from_memory): Set
8838 'num_sections'.
8839 * somread.c (som_symfile_offsets): Remove dead loop condition.
8840 * machoread.c (macho_symfile_offsets): Remove dead 'if'.
8841 * jit.c (jit_bfd_try_read_symtab): Set 'num_sections'.
8842
8843 2013-03-21 Tom Tromey <tromey@redhat.com>
8844
8845 * tracepoint.h (decode_agent_options): Add 'trace_string'
8846 argument.
8847 * tracepoint.c (decode_agent_options): Add 'trace_string'
8848 argument.
8849 (validate_actionline): Update.
8850 (collect_symbol): Add 'trace_string' argument.
8851 (struct add_local_symbols_data) <trace_string>: New field.
8852 (do_collect_symbol): Update.
8853 (add_local_symbols): Add 'trace_string' argument.
8854 (encode_actions_1): Update.
8855 (trace_dump_actions): Update.
8856 * dwarf2loc.c (access_memory): Update.
8857 * ax.h (struct agent_expr) <tracing, trace_string>: New fields.
8858 * ax-general.c (new_agent_expr): Update.
8859 * ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
8860 (gen_trace_for_return_address): Add argument.
8861 (trace_kludge, trace_string_kludge): Remove.
8862 * ax-gdb.c (trace_kludge, trace_string_kludge): Remove.
8863 (gen_traced_pop, gen_fetch, gen_bitfield_ref, gen_expr): Update.
8864 (gen_trace_for_var): Add 'trace_string' argument.
8865 (gen_trace_for_expr, gen_trace_for_return_address): Likewise.
8866 (gen_printf, agent_eval_command_one): Update.
8867
8868 2013-03-21 Tom Tromey <tromey@redhat.com>
8869
8870 PR exp/15109:
8871 * c-exp.y (yylex): Rewrite to push all tokens onto the FIFO.
8872 Handle FILENAME token.
8873
8874 2013-03-21 Tom Tromey <tromey@redhat.com>
8875
8876 * c-exp.y (YYPRINT): Define.
8877 (c_print_token): New function.
8878
8879 2013-03-21 Tom Tromey <tromey@redhat.com>
8880
8881 * c-exp.y (%union) <sym, ivar, ivec>: Remove.
8882
8883 2013-03-21 Yao Qi <yao@codesourcery.com>
8884
8885 * ctf.c: Include "gdb_stat.h".
8886 [USE_WIN32API]: New macro 'mkdir'.
8887 (ctf_start): Use permission bits macros if they are defined.
8888
8889 2013-03-20 Keith Seitz <keiths@redhat.com>
8890
8891 * breakpoint.h (struct breakpoint): Add comment to
8892 extra_string indicating that this member is mallod'd.
8893 * breakpoint.c (base_breakpoint_dtor): Free extra_string.
8894
8895 2013-03-20 Pedro Alves <palves@redhat.com>
8896
8897 PR gdb/15289
8898
8899 * cli/cli-setshow.c (do_set_command)
8900 <var_uinteger, var_zuinteger>: Use LONGEST for variable holding
8901 the result of parsing the command argument. Throw error if the
8902 value is greater than UINT_MAX. Print the invalid value with
8903 plongest.
8904 <var_integer, var_zinteger>: Use LONGEST for variable holding the
8905 result of parsing the command argument. Throw error if the value
8906 is greater than INT_MAX, not greater or equal. Also throw error
8907 if the value is less than INT_MIN. Print the invalid value with
8908 plongest.
8909 <var_zuinteger_unlimited>: Throw error if the value is greater
8910 than INT_MAX, not greater or equal.
8911 (do_show_command) <var_integer, var_zinteger,
8912 var_zuinteger_unlimited>: Use %d for printing int, not %u.
8913
8914 2013-03-20 Tom Tromey <tromey@redhat.com>
8915
8916 * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,
8917 if possible.
8918 * dwarf2read.c (read_func_scope): Remove old FIXME.
8919 * eval.c (evaluate_subexp_standard): Check SYMBOL_COMPUTED_OPS,
8920 not LOC_COMPUTED.
8921 * findvar.c (symbol_read_needs_frame, default_read_var_value):
8922 Unconditionally call via computed ops, if possible.
8923 * printcmd.c (address_info): Unconditionally call via computed ops,
8924 if possible.
8925 * stack.c (read_frame_arg): Unconditionally call via computed ops,
8926 if possible.
8927 * symtab.c (register_symbol_computed_impl): Sanity check 'ops'.
8928 * tracepoint.c (scope_info): Unconditionally call via computed ops,
8929 if possible.
8930
8931 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8932 Tom Tromey <tromey@redhat.com>
8933
8934 PR symtab/8421:
8935 * coffread.c (coff_register_index): New global.
8936 (process_coff_symbol, coff_read_enum_type): Set
8937 SYMBOL_ACLASS_INDEX.
8938 (_initialize_coffread): Initialize new global.
8939 * dwarf2loc.c (locexpr_find_frame_base_location)
8940 (dwarf2_block_frame_base_locexpr_funcs)
8941 (loclist_find_frame_base_location)
8942 (dwarf2_block_frame_base_loclist_funcs): New.
8943 (dwarf_expr_frame_base_1): Call SYMBOL_BLOCK_OPS, remove internal_error.
8944 (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Add location_has_loclist.
8945 * dwarf2loc.h (dwarf2_block_frame_base_locexpr_funcs)
8946 (dwarf2_block_frame_base_loclist_funcs): New.
8947 * dwarf2read.c (dwarf2_locexpr_index, dwarf2_loclist_index)
8948 (dwarf2_locexpr_block_index, dwarf2_loclist_block_index): New
8949 globals.
8950 (read_func_scope): Update.
8951 (fixup_go_packaging, mark_common_block_symbol_computed)
8952 (var_decode_location, new_symbol_full, dwarf2_const_value):
8953 Set SYMBOL_ACLASS_INDEX.
8954 (dwarf2_symbol_mark_computed): Likewise. Add 'is_block' argument.
8955 (_initialize_dwarf2_read): Initialize new globals.
8956 * jit.c (finalize_symtab): Set SYMBOL_ACLASS_INDEX.
8957 * jv-lang.c (add_class_symbol): Set SYMBOL_ACLASS_INDEX.
8958 * mdebugread.c (mdebug_register_index, mdebug_regparm_index): New
8959 globals.
8960 (parse_symbol, psymtab_to_symtab_1): Set SYMBOL_ACLASS_INDEX.
8961 (_initialize_mdebugread): Initialize new globals.
8962 * psympriv.h (struct partial_symbol) <aclass>: Update comment.
8963 * stabsread.c (patch_block_stabs): Set SYMBOL_ACLASS_INDEX.
8964 (stab_register_index, stab_regparm_index): New globals.
8965 (define_symbol, read_enum_type, common_block_end): Set
8966 SYMBOL_ACLASS_INDEX.
8967 (_initialize_stabsread): Initialize new globals.
8968 * symtab.c (next_aclass_value, symbol_impl, symbol_impls): New
8969 globals.
8970 (MAX_SYMBOL_IMPLS): New define.
8971 (register_symbol_computed_impl, register_symbol_block_impl)
8972 (register_symbol_register_impl)
8973 (initialize_ordinary_address_classes): New functions.
8974 (_initialize_symtab): Call initialize_ordinary_address_classes.
8975 * symtab.h (enum address_class) <LOC_FINAL_VALUE>: New constant.
8976 (struct symbol_impl): New.
8977 (SYMBOL_ACLASS_BITS): New define.
8978 (struct symbol) <aclass, ops>: Remove fields.
8979 <aclass_index>: New field.
8980 (symbol_impls): Declare.
8981 (SYMBOL_CLASS, SYMBOL_COMPUTED_OPS, SYMBOL_REGISTER_OPS): Redefine.
8982 (SYMBOL_IMPL, SYMBOL_ACLASS_INDEX): New defines.
8983 (register_symbol_computed_impl, register_symbol_block_impl)
8984 (register_symbol_register_impl): Declare.
8985 (struct symbol_computed_ops): Add location_has_loclist.
8986 (struct symbol_block_ops): New.
8987 (SYMBOL_BLOCK_OPS): New.
8988 * xcoffread.c (process_xcoff_symbol): Set SYMBOL_ACLASS_INDEX.
8989
8990 2013-03-20 Tom Tromey <tromey@redhat.com>
8991
8992 * psymtab.c (find_pc_sect_psymbol, fixup_psymbol_section)
8993 (print_partial_symbols, recursively_search_psymtabs): Use
8994 PSYMBOL_CLASS.
8995
8996 2013-03-20 Pierre Muller <muller@sourceware.org>
8997
8998 * contrib/ari/gdb_ari.sh (OP eol rule): Also check
8999 addtion, subtraction, multiplication and division binary operator.
9000
9001 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9002
9003 Code cleanup.
9004 * bfd-target.c (target_bfd_xclose): Remove parameter quitting.
9005 * bsd-kvm.c (bsd_kvm_close): Likewise.
9006 * bsd-uthread.c (bsd_uthread_close): Likewise.
9007 * corelow.c (core_close): Likewise.
9008 (core_close_cleanup): Remove parameter quitting from a caller.
9009 * event-top.c (async_disconnect): Likewise.
9010 * exec.c (exec_close_1): Remove parameter quitting.
9011 * go32-nat.c (go32_close): Likewise.
9012 * linux-nat.c (linux_nat_close): Remove parameter quitting. Remove
9013 parameter quitting from a caller.
9014 * mips-linux-nat.c (super_close): Remove parameter quitting from the
9015 variable.
9016 (mips_linux_close): Remove parameter quitting. Remove parameter
9017 quitting from a caller.
9018 * monitor.c (monitor_close): Remove parameter quitting.
9019 * monitor.h (monitor_close): Likewise.
9020 * record-btrace.c (record_btrace_close): Likewise.
9021 * record-full.c (record_full_close): Likewise.
9022 * remote-m32r-sdi.c (m32r_close): Remove parameter quitting and remove
9023 it also from fprintf_unfiltered.
9024 * remote-mips.c (mips_close): Remove parameter quitting.
9025 (mips_detach): Remove parameter quitting from a caller.
9026 * remote-sim.c (gdbsim_close): Remove parameter quitting.
9027 (gdbsim_close): Remove duplicate function comment. Remove parameter
9028 quitting and remove it also from printf_filtered.
9029 * remote.c (remote_close): Remove parameter quitting.
9030 * solib-svr4.c (enable_break): Remove parameter quitting from a caller.
9031 * target.c (update_current_target): Remove parameter int from to_close
9032 de_fault.
9033 (push_target, unpush_target, pop_target): Remove parameter quitting from
9034 a caller.
9035 (pop_all_targets_above, pop_all_targets): Remove parameter quitting.
9036 Remove parameter quitting from a caller.
9037 (target_preopen): Remove parameter quitting from a caller.
9038 (target_close): Remove parameter quitting. Remove parameter quitting
9039 from a caller two times. Remove parameter quitting also from
9040 fprintf_unfiltered.
9041 * target.h (struct target_ops): Remove parameter quitting and as int
9042 from fields to_xclose and to_close.
9043 (extern struct target_ops current_target):
9044 (target_close, pop_all_targets): Remove parameter quitting. Update the
9045 comment.
9046 (pop_all_targets_above): Remove parameter quitting.
9047 * top.c (quit_target): Remove parameter quitting from a caller.
9048 * tracepoint.c (tfile_close): Remove parameter quitting.
9049 * windows-nat.c (windows_close): Remove parameter quitting.
9050
9051 2013-03-20 Corinna Vinschen <vinschen@redhat.com>
9052
9053 * windows-nat.c (handle_output_debug_string): Replace call
9054 to string_to_core_addr with call to strtoull.
9055
9056 2013-03-20 Yao Qi <yao@codesourcery.com>
9057
9058 * ctf.c (ctf_save_metadata_header): Define macro HOST_ENDIANNESS
9059 and write it to CTF metadata.
9060
9061 2013-03-19 Corinna Vinschen <vinschen@redhat.com>
9062
9063 * windows-nat.c (handle_output_debug_string): Change type of n to
9064 SIZE_T to avoid crash on 64 bit systems.
9065
9066 2013-03-17 Eli Zaretskii <eliz@gnu.org>
9067
9068 * python/python-internal.h (HAVE_SNPRINTF)
9069 [_WIN32 && HAVE_DECL_SNPRINTF]: Define, to avoid compiler warnings
9070 about redefinition of snprintf by pyerrors.h.
9071
9072 2013-03-15 Steve Ellcey <sellcey@mips.com>
9073
9074 * remote-sim.c (sim_command_completer): Make char arguments const.
9075
9076 2013-03-15 Tom Tromey <tromey@redhat.com>
9077
9078 PR c++/15116:
9079 * gdbtypes.c (types_equal): Handle TYPE_CODE_FUNC.
9080
9081 2013-03-14 Tom Tromey <tromey@redhat.com>
9082
9083 * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:
9084 New fields.
9085 (get_file_crc): Move from symfile.c.
9086 (gdb_bfd_crc): New function.
9087 * gdb_bfd.h (gdb_bfd_crc): Declare.
9088 * objfiles.h (struct objfile) <crc32, crc32_p>: Remove.
9089 * symfile.c (get_file_crc): Move to gdb_bfd.c.
9090 (separate_debug_file_exists): Use gdb_bfd_crc.
9091
9092 2013-03-14 Tom Tromey <tromey@redhat.com>
9093
9094 * symfile.c (get_debug_link_info): Remove.
9095 (find_separate_debug_file_by_debuglink): Use
9096 bfd_get_debug_link_info.
9097
9098 2013-03-14 Tom Tromey <tromey@redhat.com>
9099
9100 * symtab.c (error_in_psymtab_expansion): New function.
9101 (lookup_symbol_aux_quick)
9102 (basic_lookup_transparent_type_quick): Remove "last resort"
9103 code. Use error_in_psymtab_expansion.
9104
9105 2013-03-14 Doug Evans <dje@google.com>
9106 Jan Kratochvil <jan.kratochvil@redhat.com>
9107
9108 * dwarf2read.c (dw2_map_symtabs_matching_filename): Put continue after
9109 any successful compare_filenames_for_search or FILENAME_CMP.
9110 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
9111 * symtab.c (iterate_over_some_symtabs): Likewise.
9112
9113 2013-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9114
9115 * source.c (print_source_lines_base): Make a local copy of
9116 symtab_to_fullname.
9117
9118 2013-03-14 Hui Zhu <hui_zhu@mentor.com>
9119 Jan Kratochvil <jan.kratochvil@redhat.com>
9120
9121 * source.c (print_source_lines_base): Suppress "file" for TUI.
9122
9123 2013-03-14 Keith Seitz <keiths@redhat.com>
9124 Alan Matsuoka <alanm@redhat.com>
9125
9126 PR c++/15203
9127 PR c++/15210
9128 * cp-namespace.c (cp_lookup_nested_symbol): Handle TYPE_CODE_FUNC and
9129 TYPE_CODE_METHOD.
9130 * elfread.c (elf_symtab_read): Handle BSF_GNU_UNIQUE for certain
9131 symbols.
9132
9133 2013-03-14 Yao Qi <yao@codesourcery.com>
9134
9135 * tracepoint.c (tfile_write_status): Write 'stop_desc' of trace
9136 status to tfile if trace is stopped by command 'tstop'.
9137
9138 2013-03-14 Yao Qi <yao@codesourcery.com>
9139
9140 * tracepoint.c (tfile_write_status): Write trace notes and user
9141 name into tfile if they are not NULL.
9142
9143 2013-03-14 Hui Zhu <hui@codesourcery.com>
9144 Yao Qi <yao@codesourcery.com>
9145
9146 * Makefile.in (REMOTE_OBS): Add ctf.o.
9147 (SFILES): Add ctf.c.
9148 (HFILES_NO_SRCDIR): Add ctf.h.
9149 * ctf.c, ctf.h: New files.
9150 * tracepoint.c: Include 'ctf.h'.
9151 (collect_pseudocommand): Remove static.
9152 (trace_save_command): Parse option "-ctf".
9153 Produce different trace file writers per option.
9154 Adjust output message.
9155 (trace_save_tfile, trace_save_ctf): New.
9156 * tracepoint.h (trace_save_tfile, trace_save_ctf): Declare.
9157 * mi/mi-main.c: Include 'ctf.h'.
9158 (mi_cmd_trace_save): Handle option '-ctf'. Call either
9159 trace_save_tfile or trace_save_ctf.
9160 * NEWS: Mention these changes.
9161
9162 2013-03-14 Yao Qi <yao@codesourcery.com>
9163
9164 * tracepoint.c (trace_file_writer_xfree): New.
9165 (struct tfile_writer_data): New.
9166 (tfile_dtor, tfile_can_target_save, tfile_start): New.
9167 (tfile_write_header, tfile_write_regblock_type): New.
9168 (tfile_write_status, tfile_write_uploaded_tsv): New.
9169 (tfile_write_uploaded_tp, tfile_write_definition_end): New.
9170 (tfile_write_raw_data, (tfile_end): New.
9171 (tfile_write_ops): New global variable.
9172 (TRACE_WRITE_R_BLOCK): New macro.
9173 (TRACE_WRITE_M_BLOCK_HEADER): New macro.
9174 (TRACE_WRITE_M_BLOCK_MEMORY): New macro.
9175 (TRACE_WRITE_V_BLOCK): New macro.
9176 (trace_save): Add extra one parameter WRITER. Make it static.
9177 Use WRITER to writer trace.
9178 (tfile_trace_file_writer_new): New.
9179 (trace_save_command): Caller update.
9180 (trace_save_tfile): Write trace data in TFILE format.
9181 * tracepoint.h (struct trace_frame_write_ops): New.
9182 (struct trace_file_write_ops): New.
9183 (struct trace_file_writer): New.
9184 (trace_save): Remove its declaration.
9185 (trace_save_tfile): Declare it.
9186 * mi/mi-main.c (mi_cmd_trace_save): Call trace_save_tfile
9187 instead of trace_save.
9188
9189 2013-03-13 Pedro Alves <palves@redhat.com>
9190
9191 * hppa-hpux-nat.c (hppa_hpux_save_state_offset): Make static.
9192
9193 2013-03-13 Pedro Alves <palves@redhat.com>
9194
9195 * dbxread.c (read_ofile_symtab, process_one_symbol): Remove
9196 commented out code.
9197 * demangle.c (current_demangling_style_string): Make it const.
9198 (set_demangling_command): Assert the demangling style is known.
9199 Remove all handling of unknown styles. Set
9200 'current_demangling_style_string' to an element of the
9201 demangling_style_names array.
9202 (set_demangling_style): Delete.
9203 (_initialize_demangler): Set current_demangling_style_string to the
9204 element of the demangling_style_names array that corresponds to
9205 the default demangling style. Remove FIXME note. Don't call
9206 set_demangling_style.
9207 * gdb-demangle.h (set_demangling_style): Remove declaration.
9208
9209 2013-03-13 Pedro Alves <palves@redhat.com>
9210
9211 * ada-lang.c (struct add_partial_datum) <text, text0, word>: Make
9212 fields const.
9213 (ada_make_symbol_completion_list): Make "text0" parameter const.
9214 * ax-gdb.c (agent_eval_command_one): Make "exp" parameter const.
9215 * breakpoint.c (condition_completer): Make "text" and "word"
9216 parameters const. Adjust.
9217 (check_tracepoint_command): Adjust to validate_actionline
9218 prototype change.
9219 (catch_syscall_completer): Make "text" and "word" parameters
9220 const.
9221 * cli/cli-cmds.c (show_user): Make "comname" local const.
9222 (valid_command_p): Make "command" parameter const.
9223 (alias_command): Make "alias_prefix" and "command_prefix" locals
9224 const.
9225 * cli/cli-decode.c (add_cmd): Make "name" parameter const.
9226 (add_alias_cmd): Make "name" and "oldname" parameters const.
9227 Adjust. No longer make copy of OLDNAME.
9228 (add_prefix_cmd, add_abbrev_prefix_cmd, add_set_or_show_cmd)
9229 (add_setshow_cmd_full, add_setshow_enum_cmd)
9230 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
9231 (add_setshow_filename_cmd, add_setshow_string_cmd)
9232 (add_setshow_string_noescape_cmd)
9233 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
9234 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
9235 (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd)
9236 (delete_cmd, add_info, add_info_alias, add_com, add_com_alias):
9237 Make "name" parameter const.
9238 (help_cmd): Rename "command" parameter to "arg". New const local
9239 "command".
9240 (find_cmd): Make "command" parameter const.
9241 (lookup_cmd_1): Make "text" parameter pointer to const. Adjust to
9242 deprecated_cmd_warning prototype change.
9243 (undef_cmd_error): Make "cmdtype" parameter const.
9244 (lookup_cmd): Make "line" parameter const.
9245 (deprecated_cmd_warning): Change type of "text" parameter to
9246 pointer to const char, from pointer to pointer to char. Adjust.
9247 (lookup_cmd_composition): Make "text" parameter const.
9248 (complete_on_cmdlist, complete_on_enum): Make "text" and "word"
9249 parameters const.
9250 * cli/cli-decode.h (struct cmd_list_element) <name>: Make field
9251 const.
9252 * cli/cli-script.c (validate_comname): Make "tem" local const.
9253 (define_command): New const local "tem_c". Use it in calls to
9254 lookup_cmd.
9255 (document_command): Make "tem" and "comfull" locals const.
9256 (show_user_1): Make "prefix" and "name" parameters const.
9257 * cli-script.h (show_user_1): Make "prefix" and "name" parameters
9258 const.
9259 * command.h (add_cmd, add_alias_cmd, add_prefix_cmd)
9260 (add_abbrev_prefix_cmd, completer_ftype, lookup_cmd, lookup_cmd_1)
9261 (deprecated_cmd_warning, lookup_cmd_composition, add_com)
9262 (add_com_alias, add_info, add_info_alias, complete_on_cmdlist)
9263 (complete_on_enum, add_setshow_enum_cmd)
9264 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
9265 (add_setshow_filename_cmd, add_setshow_string_cmd)
9266 (add_setshow_string_noescape_cmd)
9267 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
9268 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
9269 (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
9270 Change prototypes, constifying strings.
9271 * completer.c (noop_completer, filename_completer): Make "text"
9272 and "prefix" parameters const.
9273 (location_completer, expression_completer)
9274 (complete_line_internal): Make "text" and "prefix" parameters
9275 const and adjust.
9276 (command_completer, signal_completer): Make "text" and "prefix"
9277 parameters const.
9278 * completer.h (noop_completer, filename_completer)
9279 (expression_completer, location_completer, command_completer)
9280 (signal_completer): Change prototypes.
9281 * corefile.c (complete_set_gnutarget): Make "text" and "word"
9282 parameters const.
9283 * cp-abi.c (cp_abi_completer): Likewise.
9284 * expression.h (parse_expression_for_completion): Change
9285 prototype.
9286 * f-lang.c (f_make_symbol_completion_list): Make "text" and "word"
9287 parameters const.
9288 * infcmd.c (_initialize_infcmd): Make "cmd_name" local const.
9289 * infrun.c (handle_completer): Make "text" and "word" parameters
9290 const.
9291 * interps.c (interpreter_completer): Make "text" and "word"
9292 parameters const.
9293 * language.h (struct language_defn)
9294 <la_make_symbol_completion_list>: Make "text" and "word"
9295 parameters const.
9296 * parse.c (parse_exp_1): Move const hack to parse_exp_in_context.
9297 (parse_exp_in_context): Rename to ...
9298 (parse_exp_in_context_1): ... this.
9299 (parse_exp_in_context): Reimplement, with const hack from
9300 parse_exp_1.
9301 (parse_expression_for_completion): Make "string" parameter const.
9302 * printcmd.c (decode_format): Make "string_ptr" parameter pointer
9303 to pointer to const char. Adjust.
9304 (print_command_1): Make "exp" parameter const.
9305 (output_command): Rename to ...
9306 (output_command_const): ... this. Make "exp" parameter const.
9307 (output_command): Reimplement.
9308 (x_command): Adjust.
9309 (display_command): Rename "exp" parameter to "arg". New "exp"
9310 local, const version of "arg".
9311 * python/py-auto-load.c (gdbpy_initialize_auto_load): Make
9312 "cmd_name" local const.
9313 * python/py-cmd.c (cmdpy_destroyer): Cast const away in xfree
9314 call.
9315 (cmdpy_completer): Make "text" and "word" parameters const.
9316 (gdbpy_parse_command_name): Make "prefix_text2" local const.
9317 * python/py-param.c (add_setshow_generic): Make "tmp_name" local
9318 const.
9319 * remote.c (_initialize_remote): Make "cmd_name" local const.
9320 * symtab.c (language_search_unquoted_string): Make "text" and "p"
9321 parameters const. Adjust.
9322 (completion_list_add_fields): Make "sym_text", "text" and "word"
9323 parameters const.
9324 (struct add_name_data) <sym_text, text, word>: Make fields const.
9325 (default_make_symbol_completion_list_break_on): Make "text" and
9326 "word" parameters const. Adjust locals.
9327 (default_make_symbol_completion_list)
9328 (make_symbol_completion_list, make_symbol_completion_type)
9329 (make_symbol_completion_list_fn): Make "text" and "word"
9330 parameters const.
9331 (make_file_symbol_completion_list): Make "text", "word" and
9332 "srcfile" parameters const. Adjust locals.
9333 (add_filename_to_list): Make "text" and "word" parameters const.
9334 (struct add_partial_filename_data) <text, word>: Make fields
9335 const.
9336 (make_source_files_completion_list): Make "text" and "word"
9337 parameters const.
9338 * symtab.h (default_make_symbol_completion_list_break_on)
9339 (default_make_symbol_completion_list, make_symbol_completion_list)
9340 (make_symbol_completion_type enum type_code)
9341 (make_symbol_completion_list_fn make_file_symbol_completion_list)
9342 (make_source_files_completion_list): Change prototype.
9343 * top.c (execute_command): Adjust to pass pointer to pointer to
9344 const char to lookup_cmd, and to deprecated_cmd_warning prototype
9345 change.
9346 (set_verbose): Make "cmdname" local const.
9347 * tracepoint.c (decode_agent_options): Make "exp" parameter const,
9348 and adjust.
9349 (validate_actionline): Make "line" parameter a pointer to const
9350 char, and adjust.
9351 (encode_actions_1): Make "action_exp" local const, and adjust.
9352 (encode_actions): Adjust.
9353 (replace_comma): Delete.
9354 (trace_dump_actions): Make "action_exp" and "next_comma" locals
9355 const, and adjust. Don't frob the action string while splitting
9356 it at commas. Instead, make a copy of each split substring in
9357 turn.
9358 (trace_dump_command): Adjust to validate_actionline prototype
9359 change.
9360 * tracepoint.h (decode_agent_options, decode_agent_options)
9361 (encode_actions, validate_actionline): Change prototypes.
9362 * valprint.h (output_command): Delete declaration.
9363 (output_command_const): Declare.
9364 * value.c (function_destroyer): Cast const away in xfree call.
9365
9366 2013-03-13 Pedro Alves <palves@redhat.com>
9367
9368 * ada-lang.c (ada_decode_symbol): Cast away constness of GSYMBOL
9369 rather than casting 'const char * const *' to 'const char **'.
9370 * ada-lex.l (processInt): Make "trailer" local const. Remove
9371 'const char **' cast.
9372 * arm-linux-tdep.c (arm_stap_parse_special_token): Add 'char *'
9373 locals, and use those as strtol output pointer, instead than doing
9374 invalid casts to from 'const char **' to 'char **'.
9375 (_initialize_demangle): Remove cast.
9376 * i386-tdep.c (i386_stap_parse_special_token): : Add 'char *'
9377 locals, and use those as strtol output pointer, instead than doing
9378 invalid casts to from 'const char **' to 'char **'.
9379 * solib-dsbt.c (dsbt_get_initial_loadmaps): Remove 'gdb_byte**'
9380 casts.
9381 * stap-probe.c (stap_parse_register_operand)
9382 (stap_parse_single_operand): Likewise.
9383
9384 2013-03-13 Yao Qi <yao@codesourcery.com>
9385
9386 * tracepoint.c (tfile_get_trace_state_variable_value): Look for
9387 the last matched 'V' blcok in trace frame.
9388
9389 2013-03-12 Joel Brobecker <brobecker@adacore.com>
9390
9391 * NEWS: Create a new section for the next release branch.
9392 Rename the section of the current branch, now that it has
9393 been cut.
9394
9395 2013-03-12 Joel Brobecker <brobecker@adacore.com>
9396
9397 GDB 7.6 branch created (branch timestamp: 2013-03-12 22:15 UTC)
9398 * version.in: Bump version to 7.6.50.20130312-cvs.
9399
9400 2013-03-12 Keith Seitz <keiths@redhat.com>
9401
9402 * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.
9403 * mi/mi-interp.c (mi_interpreter_exec): Make "command" const.
9404 Remove temporary copy of input string.
9405 (mi_execute_command_wrapper): Make "cmd" const.
9406 * mi/mi-main.c (mi_execute_command): Make "string_ptr" const.
9407 * mi/mi-parse.c (mi_parse_argv): Make "args" const.
9408 Use const strings.
9409 (mi_parse): Make "cmd" const.
9410 Use const strings.
9411 * mi/mi-parse.h (mi_parse): Make "cmd" const.
9412
9413 2013-03-12 Keith Seitz <keiths@redhat.com>
9414
9415 * ada-lang.c (ada_read_renaming_var_value): Pass const
9416 pointer to expression string to parse_exp_1.
9417 (create_excep_cond_exprs): Likewise.
9418 * ax-gdb.c (agent_eval_command_one): Likewise.
9419 (maint_agent_printf_command): Likewise.
9420 Constify much of the string handling/parsing.
9421 * breakpoint.c (set_breakpoint_condition): Pass const
9422 pointer to expression string to parse_exp_1.
9423 (update_watchpoint): Likewise.
9424 (parse_cmd_to_aexpr): Constify string handling.
9425 Pass const pointer to parse_exp_1.
9426 (init_breakpoint_sal): Pass const pointer to parse_exp_1.
9427 (find_condition_and_thread): Likewise.
9428 Make TOK const.
9429 (watch_command_1): Make "arg" const.
9430 Constify string handling.
9431 Copy the expression string instead of changing the input
9432 string.
9433 (update_breakpoint_location): Pass const pointer to
9434 parse_exp_1.
9435 * eval.c (parse_and_eval_address): Make "exp" const.
9436 (parse_to_comma_and_eval): Make "expp" const.
9437 (parse_and_eval): Make "exp" const.
9438 * expression.h (parse_expression): Make argument const.
9439 (parse_exp_1): Make first argument const.
9440 * findcmd.c (parse_find_args): Treat "args" as const.
9441 * linespec.c (parse_linespec): Pass const pointer to
9442 linespec_expression_to_pc.
9443 (linespec_expression_to_pc): Make "exp_ptr" const.
9444 * parse.c (parse_exp_1): Make "stringptr" const.
9445 Make a copy of the expression to pass to parse_exp_in_context until
9446 this whole interface can be constified.
9447 (parse_expression): Make "string" const.
9448 * printcmd.c (ui_printf): Treat "arg" as const.
9449 Handle const strings.
9450 * tracepoint.c (validate_actionline): Pass const pointer to
9451 all calls to parse_exp_1.
9452 (encode_actions_1): Likewise.
9453 * value.h (parse_to_comma_and_eval): Make argument const.
9454 (parse_and_eval_address): Likewise.
9455 (parse_and_eval): Likewise.
9456 * varobj.c (varobj_create): Pass const pointer to parse_exp_1.
9457 (varobj_set_value): Likewise.
9458 * cli/cli-cmds.c (disassemble_command): Treat "arg" as const and
9459 constify string handling.
9460 Pass const pointers to parse_and_eval_address and
9461 parse_to_comman_and_eval.
9462 * cli/cli-utils.c (skip_to_space): Rename to ...
9463 (skip_to_space_const): ... this. Handle const strings.
9464 * cli/cli-utils.h (skip_to_space): Turn into macro which invokes
9465 skip_to_space_const.
9466 (skip_to_space_const): Declare.
9467 * common/format.c (parse_format_string): Make "arg" const.
9468 Handle const strings.
9469 * common/format.h (parse_format_string): Make "arg" const.
9470 * gdbserver/ax.c (ax_printf): Make "format" const.
9471 * python/python.c (gdbpy_parse_and_eval): Do not make a copy
9472 of the expression string.
9473
9474 2013-03-12 Hui Zhu <hui@codesourcery.com>
9475
9476 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Update error message.
9477
9478 2013-03-12 Yao Qi <yao@codesourcery.com>
9479 Hui Zhu <hui@codesourcery.com>
9480
9481 * dwarf2loc.c (access_memory): Change nbits to nbytes in gdb_assert.
9482 (dwarf2_compile_expr_to_ax): Call access_memory in DW_OP_deref and
9483 DW_OP_deref_size.
9484
9485 2013-03-12 Paul Hilfinger <hilfingr@adacore.com>
9486
9487 * ada-lex.l (rules): Only recognize 'thread' as a
9488 delimiter when followed by numerals, as for c-exp.y.
9489 Use new rewind_to_char function to rewind the input for
9490 expression-delimiting tokens.
9491 (rewind_to_char): New function.
9492
9493 2013-03-11 Pedro Alves <palves@redhat.com>
9494 Jan Kratochvil <jan.kratochvil@redhat.com>
9495
9496 * configure: Regenerate.
9497 * configure.ac (check dynamic export flag): Link python test with
9498 $PYTHON_LIBS.
9499
9500 2013-03-11 Doug Evans <dje@google.com>
9501 Keith Seitz <keiths@redhat.com>
9502
9503 * linespec.c (find_linespec_symbols): Call find_function_symbols
9504 first, and then call lookup_prefix_sym/find_method.
9505
9506 2013-03-11 Pedro Alves <palves@redhat.com>
9507
9508 * charset.c (convert_between_encodings): Don't cast between
9509 different pointer to pointer types. Instead, make the 'inp' local
9510 be of the type iconv expects.
9511 (wchar_iterate): Don't cast between different pointer to pointer
9512 types. Instead, use new pointer local of the type iconv expects.
9513 * target.c (target_read_stralloc, target_fileio_read_stralloc):
9514 Add new local of type char pointer, and use it to get a
9515 char/string view of the byte buffer, instead of casting between
9516 pointer to pointer types.
9517
9518 2013-03-11 Hafiz Abid Qadeer <abidh@codesourcery.com>
9519
9520 * remote.c (remote_set_trace_buffer_size): Move != operator
9521 to the start of next line to fix an ARI warning.
9522
9523 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9524
9525 * NEWS: Add record changes.
9526
9527 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9528
9529 * record-btrace.c (btrace_insn_history): Omit the pc prefix in
9530 the instruction history disassembly.
9531 * disasm.c (dump_insns): Omit the pc prefix, if requested.
9532 * disasm.h (DISASSEMBLY_OMIT_PC): New.
9533
9534 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9535
9536 * Makefile.in (SFILES): Add record-btrace.c
9537 (COMMON_OBS): Add record-btrace.o
9538 * record-btrace.c: New.
9539 * objfiles.c: Include btrace.h.
9540 (free_objfile): call btrace_free_objfile.
9541
9542 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9543
9544 * target.c (target_call_history, target_call_history_from,
9545 target_call_history_range): New.
9546 * target.h (target_ops) <to_call_history, to_call_history_from,
9547 to_call_history_range>: New fields.
9548 (target_call_history, target_call_history_from,
9549 target_call_history_range): New declaration.
9550 * record.c (get_call_history_modifiers, cmd_record_call_history,
9551 record_call_history_size): New.
9552 (_initialize_record): Add the "record function-call-history" command.
9553 Add "set/show record function-call-history-size" commands.
9554 * record.h (record_print_flag): New.
9555
9556 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9557
9558 * target.h (target_ops) <to_insn_history, to_insn_history_from,
9559 to_insn_history_range>: New fields.
9560 (target_insn_history): New.
9561 (target_insn_history_from): New.
9562 (target_insn_history_range): New.
9563 * target.c (target_insn_history): New.
9564 (target_insn_history_from): New.
9565 (target_insn_history_range): New.
9566 * record.c: Include cli/cli-utils.h, disasm.h, ctype.h.
9567 (record_insn_history_size): New.
9568 (get_insn_number): New.
9569 (get_context_size): New.
9570 (no_chunk): New.
9571 (get_insn_history_modifiers): New.
9572 (cmd_record_insn_history): New.
9573 (_initialize_record): Add "set/show record instruction-history-size"
9574 command. Add "record instruction-history" command.
9575
9576 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9577
9578 * record.h (record_disconnect): New.
9579 (record_detach): New.
9580 (record_mourn_inferior): New.
9581 (record_kill): New.
9582 * record-full.c (record_disconnect, record_detach,
9583 record_mourn_inferior, record_kill): Move to...
9584 * record.c: ...here.
9585 (DEBUG): New.
9586 (record_stop): New.
9587 (record_unpush): New.
9588 (cmd_record_stop): Call record_stop. Replace unpush_target
9589 call with record_unpush call.
9590 (record_disconnect, record_detach): Assert that the target
9591 is of record stratum. Call record_unpush, record_stop, and
9592 DEBUG.
9593 (record_mourn_inferior, record_kill): Assert that the target
9594 is of record stratum. Call record_unpush and DEBUG.
9595
9596 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9597
9598 * record-full.h, record-full.c (record_memory_query): Rename
9599 to ...
9600 (record_full_memory_query): ...this. Update all users.
9601 (record_arch_list_add_reg): Rename to ...
9602 (record_full_arch_list_add_reg): ...this. Update all users.
9603 (record_arch_list_add_mem): Rename to ...
9604 (record_full_arch_list_add_mem): ...this. Update all users.
9605 (record_arch_list_add_end): Rename to ...
9606 (record_full_arch_list_add_end): ...this. Update all users.
9607 (record_gdb_operation_disable_set): Rename to ...
9608 (record_full_gdb_operation_disable_set): ...this.
9609 Update all users.
9610
9611 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9612
9613 * record-full.c (DEFAULT_RECORD_INSN_MAX_NUM): Renamed to ...
9614 (DEFAULT_RECORD_FULL_INSN_MAX_NUM): ... this. Updated all users.
9615 (RECORD_IS_REPLAY): Renamed to ...
9616 (RECORD_FULL_IS_REPLAY): ... this. Updated all users.
9617 (RECORD_FILE_MAGIC): Renamed to ...
9618 (RECORD_FULL_FILE_MAGIC): ... this. Updated all users.
9619 (record_mem_entry): Renamed to ...
9620 (record_full_mem_entry): ... this. Updated all users.
9621 (record_reg_entry): Renamed to ...
9622 (record_full_reg_entry): ... this. Updated all users.
9623 (record_end_entry): Renamed to ...
9624 (record_full_end_entry): ... this. Updated all users.
9625 (record_type) <record_end, record_reg, record_mem>: Renamed
9626 to ...
9627 (record_full_type) <record_full_end, record_full_reg,
9628 record_full_mem>: ... this. Updated all users.
9629 (record_entry): Renamed to ...
9630 (record_full_entry): ... this. Updated all users.
9631 (record_core_buf_entry): Renamed to ...
9632 (record_full_core_buf_entry): ... this. Updated all users.
9633 (record_core_regbuf): Renamed to ...
9634 (record_full_core_regbuf): ... this. Updated all users.
9635 (record_core_start): Renamed to ...
9636 (record_full_core_start): ... this. Updated all users.
9637 (record_core_end): Renamed to ...
9638 (record_full_core_end): ... this. Updated all users.
9639 (record_core_buf_list): Renamed to ...
9640 (record_full_core_buf_list): ... this. Updated all users.
9641 (record_first): Renamed to ...
9642 (record_full_first): ... this. Updated all users.
9643 (record_list): Renamed to ...
9644 (record_full_list): ... this. Updated all users.
9645 (record_arch_list_head): Renamed to ...
9646 (record_full_arch_list_head): ... this. Updated all users.
9647 (record_arch_list_tail): Renamed to ...
9648 (record_full_arch_list_tail): ... this. Updated all users.
9649 (record_stop_at_limit): Renamed to ...
9650 (record_full_stop_at_limit): ... this. Updated all users.
9651 (record_insn_max_num): Renamed to ...
9652 (record_full_insn_max_num): ... this. Updated all users.
9653 (record_insn_num): Renamed to ...
9654 (record_full_insn_num): ... this. Updated all users.
9655 (record_insn_count): Renamed to ...
9656 (record_full_insn_count): ... this. Updated all users.
9657 (record_ops): Renamed to ...
9658 (record_full_ops): ... this. Updated all users.
9659 (record_core_ops): Renamed to ...
9660 (record_full_core_ops): ... this. Updated all users.
9661 (set_record_cmdlist): Renamed to ...
9662 (set_record_full_cmdlist): ... this. Updated all users.
9663 (show_record_cmdlist): Renamed to ...
9664 (show_record_full_cmdlist): ... this. Updated all users.
9665 (record_cmdlist): Renamed to ...
9666 (record_full_cmdlist): ... this. Updated all users.
9667 (record_beneath_to_resume_ops): Renamed to ...
9668 (record_full_beneath_to_resume_ops): ... this. Updated all users.
9669 (record_beneath_to_resume): Renamed to ...
9670 (record_full_beneath_to_resume): ... this. Updated all users.
9671 (record_beneath_to_wait_ops): Renamed to ...
9672 (record_full_beneath_to_wait_ops): ... this. Updated all users.
9673 (record_beneath_to_wait): Renamed to ...
9674 (record_full_beneath_to_wait): ... this. Updated all users.
9675 (record_beneath_to_store_registers_ops): Renamed to ...
9676 (record_full_beneath_to_store_registers_ops): ... this.
9677 Updated all users.
9678 (record_beneath_to_store_registers): Renamed to ...
9679 (record_full_beneath_to_store_registers): ... this.
9680 Updated all users.
9681 (record_beneath_to_xfer_partial_ops): Renamed to ...
9682 (record_full_beneath_to_xfer_partial_ops): ... this.
9683 Updated all users.
9684 (record_beneath_to_xfer_partial): Renamed to ...
9685 (record_full_beneath_to_xfer_partial): ... this.
9686 Updated all users.
9687 (record_beneath_to_insert_breakpoint): Renamed to ...
9688 (record_full_beneath_to_insert_breakpoint): ... this.
9689 Updated all users.
9690 (record_beneath_to_stopped_by_watchpoint): Renamed to ...
9691 (record_full_beneath_to_stopped_by_watchpoint): ... this.
9692 Updated all users.
9693 (record_beneath_to_stopped_data_address): Renamed to ...
9694 (record_full_beneath_to_stopped_data_address): ... this.
9695 Updated all users.
9696 (record_beneath_to_async): Renamed to ...
9697 (record_full_beneath_to_async): ... this. Updated all users.
9698 (record_goto_insn): Renamed to ...
9699 (record_full_goto_insn): ... this. Updated all users.
9700 (record_save): Renamed to ...
9701 (record_full_save): ... this. Updated all users.
9702 (record_reg_alloc): Renamed to ...
9703 (record_full_reg_alloc): ... this. Updated all users.
9704 (record_reg_release): Renamed to ...
9705 (record_full_reg_release): ... this. Updated all users.
9706 (record_mem_alloc): Renamed to ...
9707 (record_full_mem_alloc): ... this. Updated all users.
9708 (record_mem_release): Renamed to ...
9709 (record_full_mem_release): ... this. Updated all users.
9710 (record_end_alloc): Renamed to ...
9711 (record_full_end_alloc): ... this. Updated all users.
9712 (record_end_release): Renamed to ...
9713 (record_full_end_release): ... this. Updated all users.
9714 (record_entry_release): Renamed to ...
9715 (record_full_entry_release): ... this. Updated all users.
9716 (record_list_release): Renamed to ...
9717 (record_full_list_release): ... this. Updated all users.
9718 (record_list_release_following): Renamed to ...
9719 (record_full_list_release_following): ... this.
9720 Updated all users.
9721 (record_list_release_first): Renamed to ...
9722 (record_full_list_release_first): ... this. Updated all users.
9723 (record_arch_list_add): Renamed to ...
9724 (record_full_arch_list_add): ... this. Updated all users.
9725 (record_get_loc): Renamed to ...
9726 (record_full_get_loc): ... this. Updated all users.
9727 (record_check_insn_num): Renamed to ...
9728 (record_full_check_insn_num): ... this. Updated all users.
9729 (record_arch_list_cleanups): Renamed to ...
9730 (record_full_arch_list_cleanups): ... this. Updated all users.
9731 (record_message): Renamed to ...
9732 (record_full_message): ... this. Updated all users.
9733 (record_message_wrapper): Renamed to ...
9734 (record_full_message_wrapper): ... this. Updated all users.
9735 (record_message_wrapper_safe): Renamed to ...
9736 (record_full_message_wrapper_safe): ... this. Updated all users.
9737 (record_gdb_operation_disable): Renamed to ...
9738 (record_full_gdb_operation_disable): ... this. Updated all users.
9739 (record_hw_watchpoint): Renamed to ...
9740 (record_full_hw_watchpoint): ... this. Updated all users.
9741 (record_exec_insn): Renamed to ...
9742 (record_full_exec_insn): ... this. Updated all users.
9743 (record_restore): Renamed to ...
9744 (record_full_restore): ... this. Updated all users.
9745 (record_async_inferior_event_token): Renamed to ...
9746 (record_full_async_inferior_event_token): ... this.
9747 Updated all users.
9748 (record_async_inferior_event_handler): Renamed to ...
9749 (record_full_async_inferior_event_handler): ... this.
9750 Updated all users.
9751 (record_core_open_1): Renamed to ...
9752 (record_full_core_open_1): ... this. Updated all users.
9753 (record_open_1): Renamed to ...
9754 (record_full_open_1): ... this. Updated all users.
9755 (record_open): Renamed to ...
9756 (record_full_open): ... this. Updated all users.
9757 (record_close): Renamed to ...
9758 (record_full_close): ... this. Updated all users.
9759 (record_resume_step): Renamed to ...
9760 (record_full_resume_step): ... this. Updated all users.
9761 (record_resumed): Renamed to ...
9762 (record_full_resumed): ... this. Updated all users.
9763 (record_execution_dir): Renamed to ...
9764 (record_full_execution_dir): ... this. Updated all users.
9765 (record_resume): Renamed to ...
9766 (record_full_resume): ... this. Updated all users.
9767 (record_get_sig): Renamed to ...
9768 (record_full_get_sig): ... this. Updated all users.
9769 (record_sig_handler): Renamed to ...
9770 (record_full_sig_handler): ... this. Updated all users.
9771 (record_wait_cleanups): Renamed to ...
9772 (record_full_wait_cleanups): ... this. Updated all users.
9773 (record_wait_1): Renamed to ...
9774 (record_full_wait_1): ... this. Updated all users.
9775 (record_wait): Renamed to ...
9776 (record_full_wait): ... this. Updated all users.
9777 (record_stopped_by_watchpoint): Renamed to ...
9778 (record_full_stopped_by_watchpoint): ... this. Updated all users.
9779 (record_disconnect): Renamed to ...
9780 (record_full_disconnect): ... this. Updated all users.
9781 (record_detach): Renamed to ...
9782 (record_full_detach): ... this. Updated all users.
9783 (record_mourn_inferior): Renamed to ...
9784 (record_full_mourn_inferior): ... this. Updated all users.
9785 (record_kill): Renamed to ...
9786 (record_full_kill): ... this. Updated all users.
9787 (record_stopped_data_address): Renamed to ...
9788 (record_full_stopped_data_address): ... this. Updated all users.
9789 (record_registers_change): Renamed to ...
9790 (record_full_registers_change): ... this. Updated all users.
9791 (record_store_registers): Renamed to ...
9792 (record_full_store_registers): ... this. Updated all users.
9793 (record_xfer_partial): Renamed to ...
9794 (record_full_xfer_partial): ... this. Updated all users.
9795 (record_breakpoint): Renamed to ...
9796 (record_full_breakpoint): ... this. Updated all users.
9797 (record_breakpoint_p): Renamed to ...
9798 (record_full_breakpoint_p): ... this. Updated all users.
9799 (record_breakpoints): Renamed to ...
9800 (record_full_breakpoints): ... this. Updated all users.
9801 (record_sync_record_breakpoints): Renamed to ...
9802 (record_full_sync_record_breakpoints): ... this.
9803 Updated all users.
9804 (record_init_record_breakpoints): Renamed to ...
9805 (record_full_init_record_breakpoints): ... this.
9806 Updated all users.
9807 (record_insert_breakpoint): Renamed to ...
9808 (record_full_insert_breakpoint): ... this. Updated all users.
9809 (record_remove_breakpoint): Renamed to ...
9810 (record_full_remove_breakpoint): ... this. Updated all users.
9811 (record_can_execute_reverse): Renamed to ...
9812 (record_full_can_execute_reverse): ... this. Updated all users.
9813 (record_get_bookmark): Renamed to ...
9814 (record_full_get_bookmark): ... this. Updated all users.
9815 (record_goto_bookmark): Renamed to ...
9816 (record_full_goto_bookmark): ... this. Updated all users.
9817 (record_async): Renamed to ...
9818 (record_full_async): ... this. Updated all users.
9819 (record_can_async_p): Renamed to ...
9820 (record_full_can_async_p): ... this. Updated all users.
9821 (record_is_async_p): Renamed to ...
9822 (record_full_is_async_p): ... this. Updated all users.
9823 (record_execution_direction): Renamed to ...
9824 (record_full_execution_direction): ... this. Updated all users.
9825 (record_info): Renamed to ...
9826 (record_full_info): ... this. Updated all users.
9827 (record_delete): Renamed to ...
9828 (record_full_delete): ... this. Updated all users.
9829 (record_is_replaying): Renamed to ...
9830 (record_full_is_replaying): ... this. Updated all users.
9831 (record_goto_entry): Renamed to ...
9832 (record_full_goto_entry): ... this. Updated all users.
9833 (record_goto_begin): Renamed to ...
9834 (record_full_goto_begin): ... this. Updated all users.
9835 (record_goto_end): Renamed to ...
9836 (record_full_goto_end): ... this. Updated all users.
9837 (record_goto): Renamed to ...
9838 (record_full_goto): ... this. Updated all users.
9839 (init_record_ops): Renamed to ...
9840 (init_record_full_ops): ... this. Updated all users.
9841 (record_core_resume): Renamed to ...
9842 (record_full_core_resume): ... this. Updated all users.
9843 (record_core_kill): Renamed to ...
9844 (record_full_core_kill): ... this. Updated all users.
9845 (record_core_fetch_registers): Renamed to ...
9846 (record_full_core_fetch_registers): ... this. Updated all users.
9847 (record_core_prepare_to_store): Renamed to ...
9848 (record_full_core_prepare_to_store): ... this. Updated all users.
9849 (record_core_store_registers): Renamed to ...
9850 (record_full_core_store_registers): ... this. Updated all users.
9851 (record_core_xfer_partial): Renamed to ...
9852 (record_full_core_xfer_partial): ... this. Updated all users.
9853 (record_core_insert_breakpoint): Renamed to ...
9854 (record_full_core_insert_breakpoint): ... this. Updated all users.
9855 (record_core_remove_breakpoint): Renamed to ...
9856 (record_full_core_remove_breakpoint): ... this. Updated all users.
9857 (record_core_has_execution): Renamed to ...
9858 (record_full_core_has_execution): ... this. Updated all users.
9859 (init_record_core_ops): Renamed to ...
9860 (init_record_full_core_ops): ... this. Updated all users.
9861 (cmd_record_restore): Renamed to ...
9862 (cmd_record_full_restore): ... this. Updated all users.
9863 (record_save_cleanups): Renamed to ...
9864 (record_full_save_cleanups): ... this. Updated all users.
9865 (cmd_record_start): Renamed to ...
9866 (cmd_record_full_start): ... this. Updated all users.
9867 (set_record_insn_max_num): Renamed to ...
9868 (set_record_full_insn_max_num): ... this. Updated all users.
9869 (set_record_command): Renamed to ...
9870 (set_record_full_command): ... this. Updated all users.
9871 (show_record_command): Renamed to ...
9872 (show_record_full_command): ... this. Updated all users.
9873 (_initialize_record): Renamed to ...
9874 (_initialize_record_full): ... this. Updated all users.
9875
9876 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9877
9878 * record.h: Split into this and ...
9879 * record-full.h: ... this.
9880 * record.c: Split into this and ...
9881 * record-full.c: ... this.
9882 * target.h (target_ops): Add new fields to_info_record,
9883 to_save_record, to_delete_record, to_record_is_replaying,
9884 to_goto_record_begin, to_goto_record_end, to_goto_record.
9885 (target_info_record): New.
9886 (target_save_record): New.
9887 (target_supports_delete_record): New.
9888 (target_delete_record): New.
9889 (target_record_is_replaying): New.
9890 (target_goto_record_begin): New.
9891 (target_goto_record_end): New.
9892 (target_goto_record): New.
9893 * target.c (target_info_record): New.
9894 (target_save_record): New.
9895 (target_supports_delete_record): New.
9896 (target_delete_record): New.
9897 (target_record_is_replaying): New.
9898 (target_goto_record_begin): New.
9899 (target_goto_record_end): New.
9900 (target_goto_record): New.
9901 * record.h: Declare struct cmd_list_element.
9902 (record_cmdlist): New declaration.
9903 (set_record_cmdlist): New declaration.
9904 (show_record_cmdlist): New declaration.
9905 (info_record_cmdlist): New declaration.
9906 (cmd_record_goto): New declaration.
9907 * record.c: Remove unnecessary includes.
9908 Include inferior.h.
9909 (cmd_record_goto): Remove declaration.
9910 (record_cmdlist): Now extern. Initialize.
9911 (set_record_cmdlist): Now extern. Initialize.
9912 (show_record_cmdlist): Now extern. Initialize.
9913 (info_record_cmdlist): Now extern. Initialize.
9914 (find_record_target): New.
9915 (require_record_target): New.
9916 (cmd_record_start): Update.
9917 (cmd_record_delete): Remove target-specific code.
9918 Call target_delete_record.
9919 (cmd_record_stop): Unpush any record target.
9920 (set_record_insn_max_num): Move to record-full.c
9921 (set_record_command): Add comment.
9922 (show_record_command): Add comment.
9923 (info_record_command): Update comment.
9924 Remove target-specific code.
9925 Call the record target's to_info_record.
9926 (cmd_record_start): New.
9927 (cmd_record_goto): Now extern.
9928 Remove target-specific code.
9929 Call target_goto_begin, target_goto_end, or target_goto.
9930 (_initialize_record): Move record target ops initialization to
9931 record-full.c.
9932 Change "record" command help text.
9933 Move "record restore", "record set", and "record show" commands to
9934 record-full.c.
9935 * Makefile.in (SFILES): Add record-full.c.
9936 (HFILES_NO_SRCDIR): Add record-full.h.
9937 (COMMON_OBS): Add record-full.o.
9938 * amd64-linux-tdep.c: Include record-full.h instead of record.h.
9939 * arm-tdep.c: Include record-full.h.
9940 * i386-linux-tdep.c: Include record-full.h instead of record.h.
9941 * i386-tdep.c: Include record-full.h.
9942 * infrun.c: Include record-full.h.
9943 * linux-record.c: Include record-full.h.
9944 * moxie-tdep.c: Include record-full.h.
9945 * record-full.c: Include record-full.h.
9946 Change module comment.
9947 (set_record_full_cmdlist): New.
9948 (show_record_full_cmdlist): New.
9949 (record_full_cmdlist): New.
9950 (record_goto_insn): New declaration.
9951 (record_save): New declaration.
9952 (record_check_insn_num): Change query string.
9953 (record_info): New.
9954 (record_delete): New.
9955 (record_is_replaying): New.
9956 (record_goto_entry): New.
9957 (record_goto_begin): New.
9958 (record_goto_end): New.
9959 (record_goto): New.
9960 (init_record_ops): Update.
9961 (init_record_core_ops): Update.
9962 (cmd_record_save): Rename to record_save. Remove target and arg checks.
9963 (cmd_record_start): New.
9964 (set_record_insn_max_num): Moved from record.c
9965 (set_record_full_command): New.
9966 (show_record_full_command): New.
9967 (_initialize_record_full): New.
9968
9969 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9970
9971 * target.h (add_deprecated_target_alias): New.
9972 * target.c (add_deprecated_target_alias): New.
9973
9974 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9975
9976 * common/linux-btrace.c: Include sys/ptrace, sys/types, sys/wait.h,
9977 and signal.h.
9978 (linux_supports_btrace): Add kernel and
9979 cpuid check.
9980 (kernel_supports_btrace): New function.
9981 (cpu_supports_btrace): New function.
9982 (intel_supports_btrace): New function.
9983
9984 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9985
9986 * target.h (enum target_object): Add TARGET_OBJECT_BTRACE.
9987 * remote.c: Include btrace.h.
9988 (struct btrace_target_info): New struct.
9989 (remote_supports_btrace): New function.
9990 (send_Qbtrace): New function.
9991 (remote_enable_btrace): New function.
9992 (remote_disable_btrace): New function.
9993 (remote_teardown_btrace): New function.
9994 (remote_read_btrace): New function.
9995 (init_remote_ops): Add btrace ops.
9996 (enum <unnamed>): Add btrace packets.
9997 (struct protocol_feature remote_protocol_features[]): Add btrace packets.
9998 (_initialize_remote): Add packet configuration for branch tracing.
9999
10000 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10001
10002 * features/btrace.dtd: New file.
10003 * Makefile.in (XMLFILES): Add btrace.dtd.
10004 * btrace.h (parse_xml_btrace): New declaration.
10005 * btrace.c: Include xml-support.h.
10006 (parse_xml_btrace): New function.
10007 (parse_xml_btrace_block): New function.
10008 (block_attributes): New struct.
10009 (btrace_attributes): New struct.
10010 (btrace_children): New struct.
10011 (btrace_elements): New struct.
10012
10013 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10014
10015 * amd64-linux-nat.c: Include btrace.h and linux-btrace.h.
10016 (amd64_linux_enable_btrace): New.
10017 (amd64_linux_disable_btrace): New.
10018 (amd64_linux_teardown_btrace): New.
10019 (_initialize_amd64_linux_nat): Initialize btrace ops.
10020 * i386-linux.nat.c: Include btrace.h and linux-btrace.h.
10021 (i386_linux_enable_btrace): New.
10022 (i386_linux_disable_btrace): New.
10023 (i386_linux_teardown_btrace): New.
10024 (_initialize_i386_linux_nat): Initialize btrace ops.
10025 * config/i386/linux.mh: Add linux-btrace.o.
10026 * config/i386/linux64.mh: Add linux-btrace.o.
10027
10028 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10029
10030 * common/linux_btrace.h: New file.
10031 * common/linux_btrace.c: New file.
10032 * Makefile.in (SFILES): Add btrace.c.
10033 (HFILES_NO_SRCDIR): Add common/linux-btrace.h.
10034 (COMMON_OBS): Add btrace.o.
10035 (linux-btrace.o): New rule.
10036
10037 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10038
10039 * target.h: Include btrace.h.
10040 (struct target_ops) <to_supports_btrace, to_enable_btrace,
10041 to_disable_btrace, to_teardown_btrace, to_read_btrace>: New.
10042 * target.c (target_supports_btrace): New function.
10043 (target_enable_btrace): New function.
10044 (target_disable_btrace): New function.
10045 (target_teardown_btrace): New function.
10046 (target_read_btrace): New function.
10047 * btrace.h: New file.
10048 * btrace.c: New file.
10049 * Makefile.in: Add btrace.c.
10050 * gdbthread.h: Include btrace.h.
10051 (struct thread_info): Add btrace field.
10052 * thread.c: Include btrace.h.
10053 (clear_thread_inferior_resources): Call target_teardown_btrace.
10054 * common/btrace-common.h: New file.
10055
10056 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10057
10058 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Call also kill
10059 for CHILD, ignore PTRACE_KILL errors, move the inner block variable
10060 kill_status to outer block.
10061
10062 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10063
10064 Fix entry-values if the callee called a noreturn function.
10065 * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Use
10066 get_frame_address_in_block. Add new comment.
10067
10068 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10069
10070 Fix entry-values in C++ across CUs.
10071 * dwarf2loc.c (call_site_to_target_addr) <FIELD_LOC_KIND_PHYSNAME>: Use
10072 lookup_minimal_symbol. Add a comment.
10073 * dwarf2read.c
10074 (read_call_site_scope) <is_ref_attr> <die_is_declaration>: Prefer
10075 DW_AT_linkage_name.
10076
10077 2013-03-08 Yao Qi <yao@codesourcery.com>
10078
10079 * tracepoint.c (_initialize_tracepoint): Indent the code.
10080
10081 2013-03-08 Pedro Alves <palves@redhat.com>
10082
10083 * findcmd.c (put_bits): Change type of parameter to 'gdb_byte *'.
10084 (parse_find_args, find_command): Change type of pattern buffer
10085 locals to 'gdb_byte *'.
10086
10087 2013-03-08 Stan Shebs <stan@codesourcery.com>
10088 Hafiz Abid Qadeer <abidh@codesourcery.com>
10089
10090 * NEWS: Mention set and show trace-buffer-size commands.
10091 Mention new packet.
10092 * target.h (struct target_ops): New method
10093 to_set_trace_buffer_size.
10094 (target_set_trace_buffer_size): New macro.
10095 * target.c (update_current_target): Set up new method.
10096 * tracepoint.c (trace_buffer_size): New global.
10097 (start_tracing): Send it to the target.
10098 (set_trace_buffer_size): New function.
10099 (_initialize_tracepoint): Add new setshow for trace-buffer-size.
10100 * remote.c (remote_set_trace_buffer_size): New function.
10101 (_initialize_remote): Use it.
10102 (QTBuffer:size) New remote command.
10103 (PACKET_QTBuffer_size): New enum.
10104 (remote_protocol_features): Add an entry for
10105 PACKET_QTBuffer_size.
10106
10107 2013-03-08 Tom Tromey <tromey@redhat.com>
10108
10109 * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
10110 variable.
10111
10112 2013-03-07 Pedro Alves <palves@redhat.com>
10113
10114 * target.c (target_read_stralloc, target_fileio_read_alloc):
10115 *Cast pointer to 'gdb_byte *' in target call.
10116
10117 2013-03-07 Pedro Alves <palves@redhat.com>
10118
10119 * corefile.c (read_memory_string): Cast pointer to gdb_byte* in
10120 call.
10121
10122 2013-03-07 Keith Seitz <keiths@redhat.com>
10123
10124 * breakpoint.c (catch_syscall_split_args): Use skip_spaces.
10125 (trace_pass_command): Likewise.
10126 * cli/cli-cmds.c: Include cli/cli-utils.h.
10127 (source_command): Use skip-spaces.
10128 (disassemble_command): Likewise.
10129 * findcmd.c: Include cli/cli-utils.h.
10130 (parse_find_args): Use skip_spaces.
10131 * go32-nat.c: Include cli/cli-utils.h.
10132 (go32_sldt): Use skip_spaces.
10133 (go32_sgdt): Likewise.
10134 (go32_sidt): Likewise.
10135 (go32_pde): Likewise.
10136 (go32_pte): Likewise.
10137 (go32_pte_for_address): Likewise.
10138 * infcmd.c: Include cli/cli-utils.h.
10139 (registers_info): Use skip_spaces.
10140 * linux-tdep.c (read_mapping): Use skip_spaces_const.
10141 (linux_info_proc): Likewise.
10142 * linux-thread-db.c: Include cli/cli-utils.h.
10143 (info_auto_load_libthread_db): Use skip_spaces_const.
10144 * m32r-rom.c: Include cli/cli-utils.h.
10145 (m32r_upload_command): Use skip_spaces.
10146 * maint.c: Include cli/cli-utils.h.
10147 (maintenance_translate_address): Use skip_spaces.
10148 * mi/mi-parse.c: Include cli/cli-utils.h.
10149 (mi_parse_argv): Use skip_spaces.
10150 (mi_parse): Likewise.
10151 * minsyms.c: Include cli/cli-utils.h.
10152 (msymbol_hash_iw): Use skip_spaces_const.
10153 * objc-lang.c: Include cli/cli-utils.h.
10154 (parse_selector): Use skip_spaces.
10155 (parse_method): Likewise.
10156 * python/python.c: Include cli/cli-utils.h.
10157 (python_interactive_command)[HAVE_PYTHON]: Use skip_spaces.
10158 (python_command)[HAVE_PYTHON]: Likewise.
10159 (python_interactive_command)[!HAVE_PYTHON]: Likewise.
10160 * remote-m32r-sdi.c: Include cli/cli-utils.h.
10161 (m32r_load): Use skip_spaces.
10162 * serial.c: Include cli/cli-utils.h.
10163 (serial_open): Use skip_spaces_const.
10164 * stack.c: Include cli/cli-utils.h.
10165 (parse_frame_specification_1): Use skip_spaces_const.
10166 * symfile.c: Include cli/cli-utils.h.
10167 (set_ext_lang_command): Use skip_spaces.
10168 * symtab.c: Include cli/cli-utils.h.
10169 (rbreak_command): Use skip_spaces.
10170 * thread.c (thread_name_command): Use skip_spaces.
10171 * tracepoint.c (validate_actionline): Use skip_spaces.
10172 (encode_actions_1): Likewise.
10173 (trace_find_range_command): Likewise.
10174 (trace_find_outside_command): Likewise.
10175 (trace_dump_actions): Likewise.
10176
10177 2013-03-07 Pedro Alves <palves@redhat.com>
10178
10179 * c-lang.c (parse_one_string): Cast argument to gdb_byte *.
10180 * expprint.c (print_subexp_standard): Likewise.
10181 * utils.c (host_char_to_target): Likewise.
10182 * valprint.c (generic_emit_char, generic_printstr): Likewise.
10183 * varobj.c (value_get_print_value): Change type of local to char*.
10184 Cast it gdb_byte * in call to language printer.
10185
10186 2013-03-07 Pedro Alves <palves@redhat.com>
10187
10188 * charset.c (struct wchar_iterator) <input>: Change type to 'const
10189 gdb_byte *'.
10190 (make_wchar_iterator): Remove cast to char*.
10191 (wchar_iterate): Change type of local.
10192
10193 2013-03-07 Pedro Alves <palves@redhat.com>
10194
10195 * regcache.c (regcache_xmalloc_1): Call XCALLOC with signed char
10196 for 'regcache->register_status'.
10197
10198 2013-03-07 Pedro Alves <palves@redhat.com>
10199
10200 * breakpoint.c (breakpoint_xfer_memory): Change type of local to
10201 int.
10202
10203 2013-03-07 Pedro Alves <palves@redhat.com>
10204
10205 * stap-probe.c (handle_stap_probe): Add cast to char*.
10206
10207 2013-03-07 Pedro Alves <palves@redhat.com>
10208
10209 * linux-record.c (record_linux_system_call) <gdb_sys_msgrcv,
10210 RECORD_MSGRCV>: Pass a signed variable to
10211 regcache_raw_read_signed, instead of an unsigned one.
10212
10213 2013-03-07 Pedro Alves <palves@redhat.com>
10214
10215 * remote-notif.c (notif_debug): Change type to int.
10216 * remote-notif.h (notif_debug): Likewise.
10217
10218 2013-03-07 Pedro Alves <palves@redhat.com>
10219
10220 * ser-tcp.c (tcp_retry_limit): Change type to unsigned int.
10221
10222 2013-03-07 Pedro Alves <palves@redhat.com>
10223
10224 * remote.c (hex2bin, bin2hex): Move extern declarations to ...
10225 * remote.h (hex2bin, bin2hex): ... here.
10226 * tracepoint.c (hex2bin, bin2hex): Remove extern declarations.
10227
10228 2013-03-07 Eli Zaretskii <eliz@gnu.org>
10229
10230 * utils.c (initialize_utils): Improve doc strings of "set/show
10231 width", "set/show height", and "set/show pagination".
10232
10233 2013-03-06 Keith Seitz <keiths@redhat.com>
10234
10235 * ax-gdb.c (gen_printf): Make FORMAT const.
10236 * ax-gdb.h (gen_printf): Likewise.
10237 * ax-general.c (ax_string): Make STR const.
10238 * ax.h (ax_string): Likewise.
10239
10240 2013-03-06 Doug Evans <dje@google.com>
10241
10242 * elfread.c (elf_symfile_read): Move debugging printf to more
10243 logical location.
10244
10245 2013-03-06 Pedro Alves <palves@redhat.com>
10246
10247 * python/py-utils.c (target_string_to_unicode): Delete function.
10248 * python/python-internal.h (target_string_to_unicode): Delete
10249 declaration.
10250
10251 2013-03-06 Pierre Muller <muller@sourceware.org>
10252
10253 * linespec.c (get_current_search_block): ARI fix, use (void)
10254 for empty parameter list.
10255
10256 2013-03-05 Doug Evans <dje@google.com>
10257
10258 * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents
10259 of old ada_lookup_symbol_list. In !full_search case, don't
10260 search superblocks.
10261 (ada_lookup_symbol_list): Delete arg full_search, all callers
10262 updated. Call ada_lookup_symbol_list_worker.
10263 (ada_iterate_over_symbols): Call ada_lookup_symbol_list_worker.
10264 * ada-lang.h (ada_lookup_symbol_list): Update.
10265 * language.h (language_defn): Update comment for
10266 la_iterate_over_symbols.
10267 * linespec.c (iterate_over_file_blocks): New function.
10268 (iterate_over_all_matching_symtabs): Call it.
10269 (lookup_prefix_sym): Ditto.
10270 (get_current_search_block): New function.
10271 (get_search_block): Delete.
10272 (find_label_symbols): Call get_current_search_block.
10273 (add_matching_symbols_to_info): Call iterate_over_file_blocks.
10274 * symtab.c (iterate_over_symbols): Don't search superblocks.
10275
10276 2013-03-05 Yao Qi <yao@codesourcery.com>
10277
10278 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): Change
10279 parameter VAR's type from "unsigned int" to "int".
10280 * command.h (var_zuinteger_unlimited): Update its comments.
10281 (add_setshow_zuinteger_unlimited_cmd): Update the declaration.
10282
10283 2013-03-05 Corinna Vinschen <vinschen@redhat.de>
10284
10285 * NEWS: Mention new target x86_64-*-cygwin*.
10286
10287 2013-03-05 Corinna Vinschen <vinschen@redhat.de>
10288
10289 * configure.host: Add x86_64-*-cygwin* as host.
10290 * configure.tgt: Add x86_64-*-cygwin* as target.
10291 * config/i386/cygwin64.mh: New file.
10292
10293 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10294
10295 * linespec.c (decode_line_2): Fix duplicate request off by two message.
10296
10297 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10298
10299 * linespec.c (struct linespec_canonical_name): New.
10300 (struct linespec_state): Change canonical_names type to it.
10301 (add_sal_to_sals): Change variable canonical_name to canonical. Change
10302 xrealloc element size. Initialize the different CANONICAL fields.
10303 (canonical_to_fullform): New.
10304 (filter_results): Use it. Add variables canonical, fullform and
10305 cleanup.
10306 (struct decode_line_2_item, decode_line_2_compare_items): New.
10307 (decode_line_2): Remove variables iter and item_names, add variables
10308 items and items_count. Modify the code for these new variables.
10309
10310 2013-03-04 Corinna Vinschen <vinschen@redhat.com>
10311
10312 * coff-pe-read.c (read_pe_exported_syms): Don't return without
10313 calling do_cleanup.
10314
10315 2013-03-04 Luis Machado <lgustavo@codesourcery.com>
10316
10317 * tracepoint.c (build_traceframe_info): Add code for byte order.
10318
10319 2013-03-02 Kevin Buettner <kevinb@redhat.com>
10320
10321 * v850-tdep.c: (v850e2_register_name): Revise system register
10322 names to match current V850E2M architecture specifications.
10323 Update register number enum comments too.
10324
10325 2013-03-01 Jiong Wang <jiwang@tilera.com>
10326 Pedro Alves <palves@redhat.com>
10327
10328 * tilegx-tdep.c (tilegx_analyze_prologue): Limit bundle reading
10329 to END_ADDR.
10330 (tilegx_skip_prologue): Limit prologue analysis to section end.
10331
10332 2013-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10333
10334 * dwarf2loc.c (call_site_find_chain_1): New variable save_callee_pc,
10335 use it.
10336
10337 2013-03-01 Pedro Alves <palves@redhat.com>
10338
10339 Use gdb_byte for bytes from the program being debugged.
10340
10341 * arm-tdep.c (arm_store_return_value, arm_get_longjmp_target):
10342 Change type of local 'buf' to gdb_byte.
10343 * avr-tdep.c (avr_frame_prev_register, avr_push_dummy_call): Likewise.
10344 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
10345 * cris-tdep.c (cris_sigcontext_addr)
10346 (cris_sigtramp_frame_unwind_cache): Likewise.
10347 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp)
10348 (frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
10349 Likewise.
10350 * frv-tdep.c (frv_pseudo_register_write, frv_analyze_prologue): Likewise.
10351 * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer)
10352 (hppa32_hpux_search_dummy_call_sequence)
10353 (hppa_hpux_supply_save_state): Likewise.
10354 * hppa-linux-tdep.c (insns_match_pattern)
10355 (hppa_linux_find_global_pointer): Likewise.
10356 * hppa-tdep.c (hppa_in_function_epilogue_p)
10357 (skip_prologue_hard_way, hppa_frame_cache): Likewise.
10358 * i386-nto-tdep.c (i386nto_sigcontext_addr): Likewise.
10359 * i386fbsd-tdep.c (i386fbsd_supply_uthread)
10360 (i386fbsd_collect_uthread): Likewise.
10361 * ia64-hpux-tdep.c (ia64_hpux_push_dummy_code): Likewise.
10362 * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Likewise.
10363 * ia64-tdep.c (examine_prologue, ia64_frame_cache)
10364 (ia64_frame_prev_register, ia64_sigtramp_frame_cache)
10365 (ia64_sigtramp_frame_prev_register, ia64_access_reg)
10366 (ia64_access_rse_reg, ia64_libunwind_frame_this_id)
10367 (ia64_libunwind_frame_prev_register)
10368 (ia64_libunwind_sigtramp_frame_this_id)
10369 (ia64_find_global_pointer_from_dynamic_section)
10370 (find_extant_func_descr, find_func_descr, ia64_dummy_id)
10371 (ia64_unwind_pc): Likewise.
10372 * iq2000-tdep.c (iq2000_store_return_value): Likewise.
10373 * m68hc11-tdep.c (m68hc11_push_dummy_call)
10374 (m68hc11_extract_return_value): Likewise.
10375 * m68klinux-nat.c (fetch_register, store_register): Likewise.
10376 * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_cr32_write)
10377 (mep_get_insn, mep_push_dummy_call): Likewise.
10378 * mips-linux-tdep.c (mips_linux_get_longjmp_target)
10379 (mips_linux_in_dynsym_stub): Likewise.
10380 * mn10300-tdep.c (mep_pseudo_cr32_write): Likewise.
10381 * ppc-linux-nat.c (fetch_register, store_register): Likewise.
10382 * regcache.c (dump_endian_bytes): Change type of parameter 'buf'
10383 to gdb_byte.
10384 * remote-mips.c (mips_set_register): Likewise.
10385 * remote-sim.c (gdbsim_fetch_register): Likewise.
10386 * score-tdep.c (score7_fetch_inst): Change type of parameter
10387 'memblock' and local 'buf' to gdb_byte.
10388 (score7_malloc_and_get_memblock): Change return type to gdb_byte.
10389 Change type of local 'buf' to gdb_byte. Adjust.
10390 (score7_adjust_memblock_ptr): Change type of parameter 'memblock'
10391 to gdb_byte**.
10392 (score7_analyze_prologue): Change type of 'memblock' and
10393 'memblock_ptr' locals to gdb_byte*.
10394 * sh64-tdep.c (sh64_extract_return_value)
10395 (sh64_store_return_value): Change type of local 'buf' to gdb_byte.
10396 * solib-darwin.c (darwin_current_sos, darwin_read_exec_load_addr):
10397 * solib-pa64.c (pa64_solib_create_inferior_hook)
10398 (pa64_open_symbol_file_object): Remove local 'buf'.
10399 * solib-som.c (som_solib_create_inferior_hook, link_map_start)
10400 (som_open_symbol_file_object): Likewise.
10401 * solib-spu.c (spu_current_sos): Likewise.
10402 * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
10403 * spu-multiarch.c (parse_spufs_run, spu_fetch_registers)
10404 (spu_store_registers): Likewise.
10405 * target.c (debug_print_register): Likewise.
10406 * tic6x-tdep.c (tic6x_get_longjmp_target): Likewise.
10407 * xstormy16-tdep.c (xstormy16_store_return_value)
10408 (xstormy16_push_dummy_call, xstormy16_resolve_jmp_table_entry)
10409 (xstormy16_find_jmp_table_entry): Likewise.
10410
10411 2013-03-01 Jiong Wang <jiwang@tilera.com>
10412
10413 * tilegx-tdep.c (tilegx_get_longjmp_target): New function.
10414 (tilegx_gdbarch_init): Install it.
10415
10416 2013-02-28 Tom Tromey <tromey@redhat.com>
10417
10418 * python/py-arch.c (archpy_disassemble): Use PyInt_Check and
10419 PyLong_Check.
10420
10421 2013-02-28 Doug Evans <dje@google.com>
10422
10423 * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
10424 * python/python.c (gdbpy_find_pc_line): Ditto.
10425
10426 2013-02-28 Tom Tromey <tromey@redhat.com>
10427
10428 * contrib/excheck.py: New file.
10429 * contrib/exsummary.py: New file.
10430 * contrib/gcc-with-excheck: New file.
10431
10432 2013-02-28 Tom Tromey <tromey@redhat.com>
10433
10434 * python/python.c (gdbpy_print_stack): Call begin_line and
10435 fprintf_filtered inside TRY_CATCH.
10436
10437 2013-02-28 Tom Tromey <tromey@redhat.com>
10438
10439 * python/python.c (gdbpy_find_pc_line): Call find_pc_line
10440 inside TRY_CATCH.
10441
10442 2013-02-28 Tom Tromey <tromey@redhat.com>
10443
10444 * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to call
10445 frame_object_to_frame_info inside TRY_CATCH.
10446
10447 2013-02-28 Tom Tromey <tromey@redhat.com>
10448
10449 * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside
10450 TRY_CATCH.
10451
10452 2013-02-28 Tom Tromey <tromey@redhat.com>
10453
10454 * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.
10455
10456 2013-02-27 Corinna Vinschen <vinschen@redhat.com>
10457
10458 * windows-nat.c: Throughout, fix format strings and casts of
10459 printf-like functions to avoid type related warnings on all
10460 platforms.
10461 (handle_output_debug_string): Fetch context information address
10462 from debug string using string_to_core_addr.
10463
10464 2013-02-27 Jiong Wang <jiwang@tilera.com>
10465
10466 * regformats/reg-tilegx.dat (name): Change abi name to "tilegx".
10467 * regformats/reg-tilegx32.dat: New.
10468
10469 2013-02-27 Jiong Wang <jiwang@tilera.com>
10470
10471 * configure.tgt (tilegx-*-linux*): Enable gdbserver.
10472
10473 2013-02-27 Jiong Wang <jiwang@tilera.com>
10474
10475 * configure.tgt (tilegx-*-linux*): Replace whitespace with tab.
10476
10477 2013-02-27 Yao Qi <yao@codesourcery.com>
10478 Pedro Alves <palves@redhat.com>
10479
10480 * tracepoint.c (tfile_trace_find): For tfind
10481 pc/tp/range/outside, look for the next trace frame instead of
10482 always starting from frame 0.
10483
10484 2013-02-26 Anthony Green <green@moxielogic.com>
10485
10486 * configure.tgt: Add support for moxie-*-rtems* target.
10487
10488 2013-02-25 Pedro Alves <palves@redhat.com>
10489
10490 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Change
10491 warning text.
10492
10493 2013-02-24 Maciej W. Rozycki <macro@codesourcery.com>
10494
10495 * mips-tdep.c (mips32_scan_prologue): Reset frame_offset to zero
10496 if $fp is used as the virtual frame pointer.
10497
10498 2013-02-23 Alan Modra <amodra@gmail.com>
10499
10500 * elfread.c (elf_symtab_read): Do not use udata.p here to find
10501 symbol size.
10502 * ppc64-tdep.c (ppc64_elf_make_msymbol_special): New function.
10503 * ppc64-tdep.h (ppc64_elf_make_msymbol_special): Declare.
10504 * ppc-linux-tdep.c (ppc_linux_init_abi): Set up to use the above.
10505 * ppcfbsd-tdep.c (ppcfbsd_init_abi): Likewise.
10506
10507 2013-02-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10508
10509 Code cleanup.
10510 * elfread.c (build_id_bfd_get): Make the return type const.
10511 (build_id_verify): Make the check parameter const.
10512 (build_id_to_debug_filename): Make the build_id parameter and variable
10513 data const.
10514 (find_separate_debug_file_by_buildid): Make the variable build_id const.
10515
10516 2013-02-21 Alan Modra <amodra@gmail.com>
10517
10518 * elfread.c (build_id_bfd_get): Adjust for elf_tdata changes.
10519
10520 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
10521
10522 Add a new method 'disassemble' to gdb.Architecture class.
10523 * python/py-arch.c (archpy_disassmble): Implementation of the
10524 new method gdb.Architecture.disassemble.
10525 (arch_object_methods): Add entry for the new method.
10526
10527 2013-02-20 Jiong Wang <jiwang@tilera.com>
10528
10529 * MAINTAINERS (Write After Approval): Add myself to the list.
10530
10531 2013-02-19 Pedro Alves <palves@redhat.com>
10532
10533 Garbage collect 'struct monitor_ops'::load_routine.
10534
10535 * monitor.h (struct monitor_ops) <load_routine>: Remove field.
10536 * monitor.c (monitor_load): No longer call
10537 current_monitor->load_routine.
10538 * dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
10539 * m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
10540 * ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.
10541
10542 2013-02-19 Pedro Alves <palves@redhat.com>
10543
10544 PR gdb/15161
10545
10546 Harmonize with generic_load.
10547
10548 * monitor.c: Include "readline/readline.h".
10549 (monitor_load): Rename parameter 'file' to 'args'. Use build_argv
10550 instead of sscanf. Use CORE_ADDR/strtoulst instead of unsigned
10551 long/strtol for the 'load_offset' local. Error out if no argument
10552 is given or if too many arguments are given. Tilde expand the
10553 passed in file name.
10554
10555 2013-02-19 Kai Tietz <ktietz@redhat.com>
10556
10557 PR gdb/15161
10558 * symfile.c (load_section_data): Change type of load_offset
10559 to CORE_ADDR.
10560 (generic_load): User strtoulst instead of strtoul for conversion
10561 of load_offset.
10562
10563 2013-02-19 Jiong Wang <jiwang@tilera.com>
10564
10565 * tilegx-tdep.c (tilegx_analyze_prologue): add check for
10566 for return address, "lr" register, saved on stack.
10567 * tilegx-tdep.c (tilegx_frame_cache): update "PC" reg
10568 after we invoke tilegx_analyze_prologue.
10569
10570 2013-02-19 Jiong Wang <jiwang@tilera.com>
10571
10572 * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
10573
10574 2013-02-19 Jiong Wang <jiwang@tilera.com>
10575
10576 * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal.
10577
10578 2013-02-19 Jiong Wang <jiwang@tilera.com>
10579
10580 * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro.
10581 (tilegx_write_pc): New function.
10582 (tilegx_cannot_reference_register): Return zero if REGNO
10583 is TILEGX_FAULTNUM_REGNUM.
10584 (tilegx_gdbarch_init): Add call to set_gdbarch_write_pc.
10585 (tilegx_register_name): Add handling of "faultnum" register.
10586 * tilegx-tdep.h (enum tilegx_regnum): Add TILEGX_FAULTNUM_REGNUM.
10587 * tilegx-linux-tdep.c (tilegx_linux_supply_regset): Add
10588 handling of TILEGX_FAULTNUM_REGNUM.
10589 * tilegx-linux-nat.c (regmap): Add entry for TILEGX_FAULTNUM_REGNUM.
10590
10591 2013-02-19 Jiong Wang <jiwang@tilera.com>
10592
10593 * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack
10594 should be aligned to 64bit.
10595
10596 2013-02-19 Kai Tietz <ktietz@redhat.com>
10597
10598 * windows-nat.c (windows_xfer_memory): Fix debug-output
10599 for LLP64.
10600
10601 2013-02-19 Lei Liu <lei.liu2@windriver.com>
10602
10603 * mips-linux-nat.c (mips64_linux_regsets_store_registers):
10604 Don't check DSP register number if HAVE_DSP is not set.
10605
10606 2013-02-19 Alan Modra <amodra@gmail.com>
10607
10608 * elfread.c (struct build_id): Delete. Use struct elf_build_id
10609 throughout file instead.
10610 (build_id_bfd_get): Update to use new elf_tdata build_id field.
10611 Don't xmalloc return value.
10612 (build_id_verify): Similarly. Don't xfree.
10613 (build_id_to_debug_filename): Update.
10614 (find_separate_debug_file_by_buildid): Update, don't xfree.
10615
10616 2013-02-18 Tom Tromey <tromey@redhat.com>
10617
10618 PR gdb/15102:
10619 * dwarf2read.c (read_subrange_type): Use result of
10620 'check_typedef'.
10621
10622 2013-02-16 Yuanhui Zhang <asmwarrior@gmail.com>
10623
10624 * frame.c: Remove one extra white space after #include
10625 directive.
10626
10627 2013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10628
10629 * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
10630
10631 2013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10632
10633 * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
10634 and dir commands into an if block.
10635
10636 2013-02-15 Sanimir Agovic <sanimir.agovic@intel.com>
10637
10638 * python/py-breakpoint (struct pybp_code): Use int instead of
10639 enum type_code.
10640
10641 2013-02-15 Pedro Alves <pedro@codesourcery.com>
10642 Hafiz Abid Qadeer <abidh@codesourcery.com>
10643
10644 * NEWS: Mention new field "trace-file".
10645 * tracepoint.c (trace_status_mi): Output "trace-file" field.
10646 (tfile_open): Record the trace file's filename in the trace
10647 status.
10648 (tfile_files_info): Mention the name of the trace file.
10649 Check the "filename" field explicitely.
10650 (trace_status_command): Explicitely check "filename" field.
10651 (trace_find_command): Ditto.
10652 (trace_find_pc_command): Ditto.
10653 (trace_find_tracepoint_command): Ditto.
10654 (trace_find_line_command): Ditto.
10655 (trace_find_range_command): Ditto.
10656 (trace_find_outside_command): Ditto.
10657 * tracepoint.h (struct trace_status) <from_file>: Rename it
10658 to "filename" and make it hold the trace file's filename
10659 instead of a boolean.
10660 * remote.c (remote_get_trace_status): Initialize "filename"
10661 field with NULL instead of 0.
10662
10663 2013-02-15 Yao Qi <yao@codesourcery.com>
10664
10665 * remote.c: Fix a typo.
10666
10667 2013-02-14 Pierre Muller <muller@sourceware.org>
10668
10669 * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
10670
10671 2013-02-14 Pedro Alves <palves@redhat.com>
10672
10673 * utils.c (savestring): Don't #undef it. Move function to
10674 common/common-utils.c.
10675 * common/common-utils.c: Include gdb_string.h.
10676 (savestring): Move here from utils.c.
10677 * common/common-utils.h (savestring): Declare.
10678
10679 2013-02-14 Pedro Alves <palves@redhat.com>
10680
10681 * utils.c (savestring): Rename parameter 'size' to 'len'.
10682
10683 2013-02-14 Pedro Alves <palves@redhat.com>
10684 Yufeng Zhang <yufeng.zhang@arm.com>
10685
10686 * aarch64-linux-nat.c (aarch64_init_debug_reg_state): Delete.
10687 (aarch64_inferior_data, struct aarch64_inferior_data):
10688 Delete.
10689 (struct aarch64_process_info): New.
10690 (aarch64_process_list): New global.
10691 (aarch64_find_process_pid, aarch64_add_process)
10692 (aarch64_process_info_get): New functions.
10693 (aarch64_inferior_data_get): Delete.
10694 (aarch64_process_info_get): New function.
10695 (aarch64_forget_process): New function.
10696 (aarch64_get_debug_reg_state): New parameter 'pid'. Reimplement.
10697 (aarch64_linux_prepare_to_resume): Pass the lwp's pid to
10698 aarch64_get_debug_reg_state.
10699 (aarch64_notify_debug_reg_change): Use iterate_over_lwps
10700 instead of linux_nat_iterate_watchpoint_lwps.
10701 (aarch64_linux_new_fork): New function.
10702 (aarch64_linux_child_post_startup_inferior): Use
10703 aarch64_forget_process instead of aarch64_init_debug_reg_state.
10704 (aarch64_handle_breakpoint, aarch64_linux_insert_hw_breakpoint)
10705 (aarch64_linux_remove_hw_breakpoint)
10706 (aarch64_handle_aligned_watchpoint)
10707 (aarch64_handle_unaligned_watchpoint)
10708 (aarch64_linux_insert_watchpoint)
10709 (aarch64_linux_remove_watchpoint)
10710 (aarch64_linux_stopped_data_address): Adjust to pass the current
10711 process id to aarch64_debug_reg_state.
10712 (_initialize_aarch64_linux_nat): Install aarch64_linux_new_fork as
10713 linux_nat_new_fork hook, and aarch64_forget_process as
10714 linux_nat_forget_process hook; remove the call to
10715 register_inferior_data_with_cleanup.
10716
10717 2013-02-14 Pedro Alves <palves@redhat.com>
10718
10719 * eval.c (evaluate_subexp_for_address) <default_case_after_eval,
10720 EVAL_AVOID_SIDE_EFFECTS>: Swap and handle TYPE_CODE_REF before
10721 lval_memory.
10722
10723 2013-02-14 Pedro Alves <pedro@codesourcery.com>
10724 Hafiz Abid Qadeer <abidh@codesourcery.com>
10725
10726 * tracepoint.h (validate_trace_state_variable_name): Declare.
10727 * tracepoint.c (validate_trace_state_variable_name): New.
10728 (trace_variable_command): Parse the trace state variable's name
10729 without using parse_expression. Do several validations.
10730 * mi/mi-main.c (mi_cmd_trace_define_variable): Don't parse the
10731 trace state variable's name with parse_expression. Validate it.
10732
10733 2013-02-14 Yao Qi <yao@codesourcery.com>
10734
10735 * infcmd.c (breakpoint_proceeded): Remove it.
10736
10737 2013-02-14 Yao Qi <yao@codesourcery.com>
10738
10739 * tracepoint.c (end_actions_pseudocommand): Make it static.
10740 (while_stepping_pseudocommand): Likewise.
10741 * tracepoint.h (end_actions_pseudocommand): Remove the
10742 declaration.
10743 (while_stepping_pseudocommand): Likewise.
10744
10745 2013-02-14 Yao Qi <yao@codesourcery.com>
10746
10747 * cli/cli-decode.c (help_cmd): Remove the declaration of
10748 "cmdlist".
10749 (help_all): Likewise.
10750
10751 2013-02-13 Pedro Alves <palves@redhat.com>
10752
10753 * amd64-linux-nat.c (update_debug_registers_callback):
10754 Update comment.
10755 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
10756 iterate_over_lwps.
10757 (amd64_linux_prepare_to_resume): Pass the lwp's pid to
10758 i386_debug_reg_state.
10759 (amd64_linux_new_fork): New function.
10760 (_initialize_amd64_linux_nat): Install amd64_linux_new_fork as
10761 linux_nat_new_fork hook, and i386_forget_process as
10762 linux_nat_forget_process hook.
10763 * i386-linux-nat.c (update_debug_registers_callback):
10764 Update comment.
10765 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
10766 iterate_over_lwps.
10767 (i386_linux_prepare_to_resume): Pass the lwp's pid to
10768 i386_debug_reg_state.
10769 (i386_linux_new_fork): New function.
10770 (_initialize_i386_linux_nat): Install i386_linux_new_fork as
10771 linux_nat_new_fork hook, and i386_forget_process as
10772 linux_nat_forget_process hook.
10773 * i386-nat.c (i386_init_dregs): Delete.
10774 (i386_inferior_data, struct i386_inferior_data):
10775 Delete.
10776 (struct i386_process_info): New.
10777 (i386_process_list): New global.
10778 (i386_find_process_pid, i386_add_process, i386_process_info_get):
10779 New functions.
10780 (i386_inferior_data_get): Delete.
10781 (i386_process_info_get): New function.
10782 (i386_debug_reg_state): New parameter 'pid'. Reimplement.
10783 (i386_forget_process): New function.
10784 (i386_cleanup_dregs): Rewrite.
10785 (i386_update_inferior_debug_regs, i386_insert_watchpoint)
10786 (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
10787 (i386_stopped_data_address, i386_insert_hw_breakpoint)
10788 (i386_remove_hw_breakpoint): Adjust to pass the current process id
10789 to i386_debug_reg_state.
10790 (i386_use_watchpoints): Don't register inferior data.
10791 * i386-nat.h (i386_debug_reg_state): Add new 'pid' parameter, and
10792 adjust comment.
10793 (i386_forget_process): Declare.
10794 * linux-fork.c (delete_fork): Call linux_nat_forget_process.
10795 * linux-nat.c (linux_nat_new_fork, linux_nat_forget_process_hook):
10796 New static globals.
10797 (linux_child_follow_fork): Don't call linux_nat_new_thread here.
10798 (add_initial_lwp): New, factored out from ...
10799 (add_lwp): ... this. Don't check the number of lwps before
10800 calling linux_nat_new_thread.
10801 (linux_nat_iterate_watchpoint_lwps): Delete.
10802 (linux_nat_attach): Use add_initial_lwp instead of add_lwp.
10803 (linux_handle_extended_wait): Call the linux_nat_new_fork hook on
10804 forks and vforks.
10805 (linux_nat_wait_1): Use add_initial_lwp instead of add_lwp for the
10806 initial lwp.
10807 (linux_nat_kill, linux_nat_mourn_inferior): Call
10808 linux_nat_forget_process.
10809 (linux_nat_set_new_fork, linux_nat_set_forget_process)
10810 (linux_nat_forget_process): New functions.
10811 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): Delete
10812 type.
10813 (linux_nat_iterate_watchpoint_lwps): Delete declaration.
10814 (linux_nat_new_fork_ftype, linux_nat_forget_process_ftype): New
10815 types.
10816 (linux_nat_set_new_fork, linux_nat_set_forget_process)
10817 (linux_nat_forget_process): New declarations.
10818
10819 * amd64fbsd-nat.c (super_mourn_inferior): New global.
10820 (amd64fbsd_mourn_inferior): New function.
10821 (_initialize_amd64fbsd_nat): Override to_mourn_inferior.
10822 * windows-nat.c (windows_detach): Call i386_cleanup_dregs.
10823
10824 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
10825
10826 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
10827 Adding _().
10828
10829 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
10830
10831 * aarch64-linux-nat.c (debug_reg_change_callback)
10832 (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
10833 %s and phex().
10834
10835 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
10836
10837 * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
10838 with LONGEST.
10839
10840 2013-02-13 Pedro Alves <palves@redhat.com>
10841 Hafiz Abid Qadeer <abidh@codesourcery.com>
10842
10843 * c-lang.c (c_op_print_tab): Add entry for UNOP_PLUS.
10844
10845 2013-02-12 Tom Tromey <tromey@redhat.com>
10846
10847 PR symtab/11464:
10848 * c-exp.y (lex_one_token): Initialize other fields of yylval on
10849 NAME return.
10850 (classify_inner_name): Remove 'first_name' argument, add
10851 'context'. Remove unused variable.
10852 (yylex): Explicitly maintain the context type. Exit loop earlier
10853 if NAME result is seen.
10854
10855 2013-02-12 Pedro Alves <palves@redhat.com>
10856
10857 * amd64-darwin-tdep.c: Add (C) after Copyright.
10858 * cli/cli-cmds.h: Ditto.
10859 * cli/cli-decode.c: Ditto.
10860 * cli/cli-decode.h: Ditto.
10861 * cli/cli-dump.c: Ditto.
10862 * cli/cli-dump.h: Ditto.
10863 * cli/cli-interp.c: Ditto.
10864 * cli/cli-logging.c: Ditto.
10865 * cli/cli-script.c: Ditto.
10866 * cli/cli-script.h: Ditto.
10867 * cli/cli-setshow.c: Ditto.
10868 * cli/cli-setshow.h: Ditto.
10869 * cli/cli-utils.c: Ditto.
10870 * cli/cli-utils.h: Ditto.
10871 * config/alpha/nm-osf3.h: Ditto.
10872 * config/djgpp/djconfig.sh: Ditto.
10873 * config/i386/nm-fbsd.h: Ditto.
10874 * config/i386/nm-i386gnu.h: Ditto.
10875 * config/nm-linux.h: Ditto.
10876 * config/nm-nto.h: Ditto.
10877 * config/rs6000/nm-rs6000.h: Ditto.
10878 * config/sparc/nm-sol2.h: Ditto.
10879 * darwin-nat-info.c: Ditto.
10880 * dfp.c: Ditto.
10881 * dfp.h: Ditto.
10882 * gdb-demangle.h: Ditto.
10883 * i386-darwin-nat.c: Ditto.
10884 * i386-darwin-tdep.c: Ditto.
10885 * linux-fork.h: Ditto.
10886 * m32c-tdep.c: Ditto.
10887 * microblaze-linux-tdep.c: Ditto.
10888 * microblaze-rom.c: Ditto.
10889 * microblaze-tdep.c: Ditto.
10890 * microblaze-tdep.h: Ditto.
10891 * mips-linux-tdep.h: Ditto.
10892 * ppc-ravenscar-thread.c: Ditto.
10893 * ppc-ravenscar-thread.h: Ditto.
10894 * prologue-value.c: Ditto.
10895 * prologue-value.h: Ditto.
10896 * ravenscar-thread.c: Ditto.
10897 * ravenscar-thread.h: Ditto.
10898 * sparc-ravenscar-thread.c: Ditto.
10899 * sparc-ravenscar-thread.h: Ditto.
10900 * tilegx-linux-tdep.c: Ditto.
10901 * unwind_stop_reasons.def: Ditto.
10902 * windows-nat.h: Ditto.
10903 * xtensa-linux-tdep.c: Ditto.
10904 * xtensa-xtregs.c: Ditto.
10905 * regformats/regdat.sh: Ditto.
10906 * regformats/regdef.h: Ditto.
10907
10908 2013-02-12 Pedro Alves <palves@redhat.com>
10909
10910 * break-catch-sig.c: Update copyright years.
10911
10912 2013-02-11 Siva Chandra Reddy <sivachandra@google.com>
10913
10914 Add support for a destructor for ui_out data and use it to
10915 provide a ui_out destructor.
10916 * ui-out.h: Declare the new ui_out destructor.
10917 (ui_out_impl): Add a field for data destructor in ui_out_impl.
10918 * ui-out.c (default_data_destroy): Add a default data destructor
10919 which does nothing.
10920 (default_ui_out_impl): Set the new data_destroy field to
10921 default_data_destroy
10922 (uo_data_destroy): Local function which invokes the data
10923 destructor if present.
10924 (clear_table): Local function which clears the table data of a
10925 ui_out object.
10926 (ui_out_destroy): Public function which frees a ui_out object.
10927 (ui_out_table_end): Use the new clear_table function.
10928 * cli-out.c (cli_ui_out_impl): Set the new data_destroy field to
10929 NULL.
10930 * mi/mi-out.c (mi_ui_out_impl): Set the new data_destroy field
10931 to NULL.
10932
10933 2013-02-11 Doug Evans <dje@google.com>
10934
10935 * printcmd.c (printf_c_string,printf_wide_c_string): New functions.
10936 (printf_decfloat): New function. Broken out from ui_printf.
10937 Remove unnecessary code to shift the entire format string down.
10938 (printf_pointer): New function.
10939 (ui_printf): Code to print C strings, wide C strings, decfloats,
10940 and pointers moved to separate functions.
10941
10942 2013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
10943
10944 * valops.c (value_assign): Handling bitfield offset in
10945 `lval_internalvar_component' case.
10946
10947 2013-02-08 Doug Evans <dje@google.com>
10948
10949 * common/format.c (parse_format_string): Fix whitespace.
10950
10951 2013-02-08 Matthew Gretton-Dann <matthew.gretton-dann@linaro.org>
10952
10953 * stack.c (return_command): Work around uninitialized variable
10954 warning.
10955
10956 2013-02-08 Yufeng Zhang <yufeng.zhang@arm.com>
10957
10958 * aarch64-linux-tdep.c (AARCH64_LINUX_SIZEOF_GREGSET): Change the
10959 number of the registers from 36 to 34.
10960
10961 2013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
10962
10963 * NEWS: Mention new AArch64 native and target support.
10964
10965 2013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
10966
10967 * MAINTAINERS (Write After Approval): Add myself.
10968
10969 2013-02-08 Jim MacArthur <jim.macarthur@arm.com>
10970 Marcus Shawcroft <marcus.shawcroft@arm.com>
10971 Nigel Stephens <nigel.stephens@arm.com>
10972 Yufeng Zhang <yufeng.zhang@arm.com>
10973
10974 * aarch64-linux-nat.c: New file.
10975 * config/aarch64/linux.mh: New file.
10976 * configure.host: Add AArch64.
10977 * Makefile.in (ALLDEPFILES): Add aarch64-linux-nat.c.
10978
10979 2013-02-07 Doug Evans <dje@google.com>
10980
10981 * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument to
10982 disassemble command.
10983
10984 2013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
10985
10986 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
10987 set_gdbarch_fetch_tls_load_module_address.
10988
10989 2013-02-06 David S. Miller <davem@davemloft.net>
10990
10991 * sparc-tdep.c (sparc32_return_value): Handle writing return value when
10992 using RETURN_VALUE_ABI_PRESERVES_ADDRESS.
10993 * value.c (struct_return_convention): New function.
10994 (using_struct_return): Implement in terms of struct_return_convention.
10995 * value.h (struct_return_convention): Declare.
10996 * stack.c (return_command): Allow successful overriding of the return
10997 value when RETURN_VALUE_ABI_PRESERVES_ADDRESS.
10998
10999 2013-02-06 Tom Tromey <tromey@redhat.com>
11000
11001 * python/py-type.c (typy_strip_typedefs): Don't call check_typedef
11002 outside of TRY_CATCH.
11003
11004 2013-02-06 Yao Qi <yao@codesourcery.com>
11005
11006 * mi/mi-interp.c: Include "tracepoint.h".
11007 (mi_tsv_modified): Declare.
11008 (mi_tsv_created, mi_tsv_deleted): Update declaration.
11009 (mi_interpreter_init): Call observer_attach_tsv_modified.
11010 (mi_tsv_modified): New.
11011 (mi_tsv_created, mi_tsv_deleted): Update.
11012 * tracepoint.c (trace_variable_command): Call
11013 observer_notify_tsv_modified if the initial value of tsv is
11014 changed.
11015 (delete_trace_state_variable): Call
11016 observer_notify_tsv_deleted earlier.
11017 (trace_variable_command): Caller update.
11018 (create_tsv_from_upload): Likewise.
11019 * observer.sh: Declare "struct trace_state_variable".
11020
11021 * NEWS: Mention the new MI notification "=tsv-modified".
11022
11023 2013-02-05 Doug Evans <dje@google.com>
11024
11025 * completer.c (location_completer): Fix typo in comment.
11026
11027 2013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11028
11029 * breakpoint.c (add_location_to_breakpoint): Insert the location with
11030 ADDRESS sorted.
11031
11032 2013-02-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
11033
11034 * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:
11035 Refactor if statement to avoid trailing || operator.
11036
11037 2013-02-05 Andreas Tobler <andreast@fgznet.ch>
11038
11039 * NEWS: Add PowerPC FreeBSD as a new native configuration.
11040
11041 2013-02-04 Andreas Tobler <andreast@fgznet.ch>
11042
11043 * Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
11044 * configure.host: Add powerpc*-*-freebsd* target.
11045 * configure.tgt: Add target info for powerpc*-*-freebsd*.
11046 * ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
11047 * config/powerpc/fbsd.mh: New file.
11048
11049 2013-02-04 Sergio Durigan Junior <sergiodj@redhat.com>
11050 Denys Vlasenko <dvlasenk@redhat.com>
11051 Pedro Alves <palves@redhat.com>
11052
11053 * gdbarch.sh (elfcore_write_linux_prpsinfo): New F hook.
11054 (struct elf_internal_linux_prpsinfo): Forward declare.
11055 * gdbarch.h, gdbarch.c: Regenerate.
11056 * linux-tdep.c: Include `cli/cli-utils.h'.
11057 (linux_fill_prpsinfo): New function.
11058 (linux_make_corefile_notes): Use linux_fill_prpsinfo. If there's
11059 an elfcore_write_linux_prpsinfo hook, use it, otherwise, use
11060 elfcore_write_linux_prpsinfo32 or elfcore_write_linux_prpsinfo64
11061 depending on gdbarch pointer bitness.
11062 * ppc-linux-tdep.c: Include elf-bfd.h.
11063 (ppc_linux_init_abi): Hook in elfcore_write_ppc_linux_prpsinfo32
11064 on 32-bit.
11065
11066 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
11067 Marcus Shawcroft <marcus.shawcroft@arm.com>
11068 Nigel Stephens <nigel.stephens@arm.com>
11069 Yufeng Zhang <yufeng.zhang@arm.com>
11070
11071 * configure.tgt (aarch64*-*-linux*): Set build_gdbserver=yes.
11072
11073 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
11074 Marcus Shawcroft <marcus.shawcroft@arm.com>
11075 Nigel Stephens <nigel.stephens@arm.com>
11076 Yufeng Zhang <yufeng.zhang@arm.com>
11077
11078 * aarch64-newlib-tdep.c: New file.
11079 * configure.tgt: Add aarch64-newlib-tdep.o to gdb_target_obs of
11080 aarch64*-*-elf.
11081 * defs.h (enum gdb_osabi): Add GDB_OSABI_NEWLIB.
11082 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-newlib-tdep.o.
11083 (ALLDEPFILES): Add aarch64-newlib-tdep.c.
11084 * osabi.c (gdb_osabi_names): Add "Newlib".
11085
11086 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
11087 Marcus Shawcroft <marcus.shawcroft@arm.com>
11088 Nigel Stephens <nigel.stephens@arm.com>
11089 Yufeng Zhang <yufeng.zhang@arm.com>
11090
11091 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-linux-tdep.o.
11092 (ALLDEPFILES): Add aarch64-linux-tdep.c.
11093 * aarch64-linux-tdep.c: New file.
11094 * aarch64-linux-tdep.h: New file.
11095 * aarch64-tdep.h (gdbarch_tdep): Define gregset and fpregset.
11096 * configure.tgt: Add aarch64-none-linux-gnu.
11097
11098 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
11099 Marcus Shawcroft <marcus.shawcroft@arm.com>
11100 Nigel Stephens <nigel.stephens@arm.com>
11101 Yufeng Zhang <yufeng.zhang@arm.com>
11102
11103 * Makefile.in (ALL_64_TARGET_OBS): Add arch64-tdep.o.
11104 (HFILES_NO_SRCDIR): Add aarch64-tdep.h.
11105 (ALLDEPFILES): Add aarch64-tdep.c.
11106 * aarch64-tdep.c: New file.
11107 * aarch64-tdep.h: New file.
11108 * configure.tgt: Add AArch64.
11109 * features/Makefile (WHICH): Add aarch64 and aarch64-without-fpu.
11110 (aarch64-expedite): New definition.
11111 * features/aarch64-core.xml: New file.
11112 * features/aarch64-fpu.xml: New file.
11113 * features/aarch64-without-fpu.c: New file (generated).
11114 * features/aarch64-without-fpu.xml: New file.
11115 * features/aarch64.c: New file (generated).
11116 * features/aarch64.xml: New file.
11117 * regformats/aarch64-without-fpu.dat: New file (generated).
11118 * regformats/aarch64.dat: New file (generated).
11119
11120 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11121
11122 * contrib/expect-read1.c: New file.
11123 * contrib/expect-read1.sh: New file.
11124
11125 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11126
11127 * dwarf2read.c (file_file_name): New function with code from
11128 file_full_name.
11129 (file_full_name): Move most of the code to file_file_name.
11130 (macro_start_file): Rename variable full_name to file_name and use
11131 file_file_name for it. Add comp_dir parameter to new_macro_table.
11132 * macrocmd.c (show_pp_source_pos): New variable fullname. Replace any
11133 macro_source_file->filename access by macro_source_fullname call.
11134 * macroscope.c (_initialize_macroscope): Update the new_macro_table
11135 caller.
11136 * macrotab.c (struct macro_table): New field comp_dir.
11137 (macro_include): New variables link_fullname and source_fullname.
11138 Replace any macro_source_file->filename access by macro_source_fullname
11139 call.
11140 (macro_lookup_inclusion): Remove the partial filenames checking code.
11141 (check_for_redefinition): New variables source_fullname and
11142 found_key_fullname. Replace any macro_source_file->filename access by
11143 macro_source_fullname call.
11144 (macro_undef): New variables source_fullname and key_fullname. Replace
11145 any macro_source_file->filename access by macro_source_fullname call.
11146 (macro_lookup_definition): New variables retval and source_fullname.
11147 Replace any macro_source_file->filename access by macro_source_fullname
11148 call.
11149 (foreach_macro): New variable key_fullname. Replace any
11150 macro_source_file->filename access by macro_source_fullname call.
11151 (foreach_macro_in_scope): New variable datum_fullname. Replace any
11152 macro_source_file->filename access by macro_source_fullname call.
11153 (new_macro_table): Add parameter comp_dir. Initialize T with it.
11154 (macro_source_fullname): New function.
11155 * macrotab.h (struct macro_source_file): Extent the filename field
11156 comment.
11157 (new_macro_table): New parameter comp_dir, add a comment for it.
11158 (macro_source_fullname): new declaration.
11159
11160 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11161
11162 * dwarf2read.c (dw2_map_symtabs_matching_filename): Move variable
11163 this_real_name to outer block. Use it also for
11164 compare_filenames_for_search.
11165 (dw2_expand_symtabs_matching): New variable this_real_name. Use it
11166 with dw2_get_real_path for file_matcher, considering also
11167 BASENAMES_MAY_DIFFER.
11168 (file_full_name): Prepend COMP_DIR even for relative lh->INCLUDE_DIRS.
11169
11170 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11171
11172 * dwarf2read.c (dw2_expand_symtabs_matching): Add basenames parameter
11173 to the file_matcher parameter. Pass 0 to it.
11174 (dwarf2_create_include_psymtab): Copy also DIRNAME.
11175 * psymtab.c (partial_map_symtabs_matching_filename): Drop handling of
11176 NULL psymtab_to_fullname result.
11177 (psymtab_to_fullname): Remove variable r. Never return NULL, assemble
11178 an expected filename instead.
11179 (expand_symtabs_matching_via_partial): Add basenames parameter to the
11180 file_matcher parameter. Call also psymtab_to_fullname, after newly
11181 considering BASENAMES_MAY_DIFFER.
11182 * source.c (rewrite_source_path): Remove static.
11183 * source.h (rewrite_source_path): New declaration.
11184 * symfile.h (struct quick_symbol_functions): Add basenames parameter to
11185 the expand_symtabs_matching field. Comment it.
11186 * symtab.c (file_matches): New function comment. Add parameter
11187 basenames, implement it.
11188 (search_symbols_file_matches): Add basenames parameter. Update the
11189 file_matches caller.
11190 (search_symbols): Match FILES also against symtab_to_fullname.
11191 Optimize it for BASENAMES_MAY_DIFFER.
11192
11193 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11194
11195 * source.c (print_source_lines_base): Print for TUI also "fullname".
11196 * tui/tui-data.c (init_content_element): Change tui_locator_element
11197 field to full_name.
11198 * tui/tui-data.h (struct tui_locator_element): Likewise.
11199 * tui/tui-disasm.c (tui_show_disassem_and_update_source): Rename
11200 tui_update_locator_filename calls to tui_update_locator_fullname.
11201 Replace symtab->filename refererence by symtab_to_fullname call.
11202 * tui/tui-out.c (tui_field_string): Check for "fullname" now.
11203 * tui/tui-source.c (tui_set_source_content): Change tui_locator_element
11204 field to full_name. Replace symtab->filename refererence by
11205 symtab_to_fullname call.
11206 (tui_show_symtab_source): Rename parameter to fullname. Change
11207 tui_locator_element field to full_name.
11208 * tui/tui-stack.c: Include source.h.
11209 (tui_set_locator_filename): Rename the declaration to ...
11210 (tui_set_locator_fullname): ... here. Rename its parameter to
11211 fullname, updates its comment.
11212 (tui_set_locator_info): Rename its parameter to fullname.
11213 (tui_set_locator_filename): Rename the definition to ...
11214 (tui_set_locator_fullname): ... here. Rename its parameter to
11215 fullname, updates its comment. Change tui_locator_element field to
11216 full_name.
11217 (tui_set_locator_info): Rename its parameter to fullname.
11218 (tui_set_locator_info): Rename callee to tui_set_locator_fullname.
11219 (tui_update_locator_filename): Rename to ...
11220 (tui_update_locator_fullname): ... here. Rename callee to
11221 tui_set_locator_fullname.
11222 (tui_show_frame_info): Replace symtab->filename refererence by
11223 symtab_to_fullname call.
11224 * tui/tui-stack.h (tui_update_locator_filename): Rename to ...
11225 (tui_update_locator_fullname): ... here.
11226 * tui/tui-winsource.c (tui_display_main): Rename the callee to
11227 tui_update_locator_fullname. Replace symtab->filename refererence by
11228 symtab_to_fullname call.
11229 * tui/tui.c (tui_show_source): Rename its parameter to fullname.
11230 Rename the callee to tui_update_locator_fullname.
11231 * tui/tui.h (tui_show_source): Rename its parameter to fullname.
11232
11233 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11234
11235 * ada-lang.c (user_select_syms): Replace symtab->filename refererences
11236 by symtab_to_filename_for_display calls.
11237 * breakpoint.c (print_breakpoint_location, resolve_sal_pc): Likewise.
11238 (clear_command): New variable sal_fullname, initialize it. Replace
11239 compare_filenames_for_search by filename_cmp with sal_fullname.
11240 (say_where, update_static_tracepoint): Replace symtab->filename
11241 refererences by symtab_to_filename_for_display calls.
11242 * cli/cli-cmds.c (edit_command, list_command, ambiguous_line_spec):
11243 Likewise.
11244 * dwarf2read.c: Include source.h.
11245 (fixup_go_packaging): Replace symtab->filename refererences by
11246 symtab_to_filename_for_display calls.
11247 * linespec.c (add_sal_to_sals): Rename variable filename to fullname.
11248 Replace symtab->filename refererences by symtab_to_filename_for_display
11249 calls.
11250 (create_sals_line_offset, convert_linespec_to_sals): New variable
11251 fullname, initialize it, replace symtab->filename reference by the
11252 variable.
11253 * linux-fork.c: Include source.h.
11254 (info_checkpoints_command): Replace symtab->filename refererences by
11255 symtab_to_filename_for_display calls.
11256 * macroscope.c (sal_macro_scope): Replace symtab->filename refererences
11257 by symtab_to_filename_for_display calls.
11258 * mdebugread.c: Include source.h.
11259 (psymtab_to_symtab_1): Replace symtab->filename refererences by
11260 symtab_to_filename_for_display calls.
11261 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
11262 (mi_cmd_file_list_exec_source_files): Likewise.
11263 * printcmd.c: Include source.h.
11264 (build_address_symbolic): Replace symtab->filename refererences by
11265 symtab_to_filename_for_display calls.
11266 * psymtab.c (partial_map_symtabs_matching_filename)
11267 (read_psymtabs_with_fullname): Call compare_filenames_for_search also
11268 with psymtab_to_fullname.
11269 * python/py-symtab.c (stpy_str): Replace symtab->filename refererences
11270 by symtab_to_filename_for_display calls.
11271 (stpy_get_filename): New variable filename, initialize it, use instead
11272 of symtab->filename refererences.
11273 (salpy_str): Make variable filename const char *. Replace
11274 symtab->filename refererences by symtab_to_filename_for_display calls.
11275 * skip.c: Include source.h and filenames.h.
11276 (skip_file_command): Remove const from the symtab variable. Replace
11277 symtab->filename refererences by symtab_to_fullname call.
11278 (function_name_is_marked_for_skip): New variables searched_for_fullname
11279 and fullname. Use them to search also with symtab's fullname.
11280 * source.c (find_source_lines): Replace symtab->filename refererences
11281 by symtab_to_filename_for_display calls.
11282 (print_source_lines_base): New variable filename, use it instead of
11283 symtab->filename. Replace symtab->filename refererences by
11284 symtab_to_filename_for_display calls.
11285 (line_info, forward_search_command): Replace symtab->filename
11286 refererences by symtab_to_filename_for_display calls.
11287 (reverse_search_command): Replace symtab->filename refererences by
11288 symtab_to_filename_for_display calls. New variable filename for it.
11289 * stack.c (frame_info): Likewise.
11290 * symmisc.c: Include source.h.
11291 (dump_objfile, dump_symtab_1, maintenance_print_symbols)
11292 (maintenance_info_symtabs): Replace symtab->filename refererences by
11293 symtab_to_filename_for_display calls.
11294 * symtab.c (iterate_over_some_symtabs): Call
11295 compare_filenames_for_search also with symtab_to_fullname.
11296 (lookup_symbol_aux_quick, basic_lookup_transparent_type_quick): Replace
11297 symtab->filename refererences by symtab_to_filename_for_display calls.
11298 (find_line_symtab): Replace symtab->filename refererences by
11299 symtab_to_filename_for_display calls.
11300 (file_matches): Replace filename_cmp by compare_filenames_for_search.
11301 (print_symbol_info): Make the last parameter const char *. New
11302 variable s_filename. Use it in the function.
11303 (symtab_symbol_info): Make the last_filename variable const char *.
11304 Replace symtab->filename refererences by symtab_to_filename_for_display
11305 calls.
11306 (rbreak_command): New variable fullname. Use it. Replace
11307 symtab->filename refererence by symtab_to_filename_for_display call.
11308 * tracepoint.c (set_traceframe_context, trace_find_line_command)
11309 (print_one_static_tracepoint_marker): Replace symtab->filename
11310 refererences by symtab_to_filename_for_display calls.
11311 * tui/tui-source.c (tui_set_source_content): New variables filename and
11312 s_filename. Replace symtab->filename refererences by this variable.
11313 Replace other symtab->filename refererences by
11314 symtab_to_filename_for_display calls.
11315
11316 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
11317 Jan Kratochvil <jan.kratochvil@redhat.com>
11318
11319 Add a new variable that controls a way in which filenames are
11320 displayed.
11321 * NEWS (set filename-display): New entry.
11322 * source.c (filename_display_basename, filename_display_relative)
11323 (filename_display_absolute, filename_display_kind_names)
11324 (filename_display_string, show_filename_display_string)
11325 (symtab_to_filename_for_display): New.
11326 (_initialize_source): Added initialization of 'filename-display'
11327 variable.
11328 * source.h (symtab_to_filename_for_display): Added declaration.
11329 * stack.c (print_frame): Added new variable and calling of a new
11330 function and condition with this variable. Changed third argument of
11331 calling of a function.
11332
11333 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11334
11335 * tui/tui-data.c (init_win_info, tui_del_window, tui_free_window):
11336 Rename field reference filename to fullname.
11337 * tui/tui-data.h (struct tui_source_info): Rename field filename to
11338 fullname. New comment for it.
11339 * tui/tui-source.c (tui_set_source_content): Rename field reference
11340 filename to fullname. Initialize field by symtab_to_fullname now.
11341 * tui/tui-winsource.c (tui_update_breakpoint_info): Rename field
11342 reference filename to fullname. Use symtab_to_fullname during
11343 comparison.
11344
11345 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11346
11347 Code cleanup.
11348 * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ...
11349 (dw2_expand_symtabs_with_fullname): ... here. Rename parameter
11350 filename to fullname. Rename variable this_name to this_fullname.
11351 Lowercase FILENAME_CMP call.
11352 (dw2_find_symbol_file): New comment for the returned string.
11353 (dwarf2_gdb_index_functions): Rename the function to
11354 dw2_expand_symtabs_with_fullname.
11355 * psymtab.c (read_psymtabs_with_filename): Rename to ...
11356 (read_psymtabs_with_fullname): ... here. Rename parameter filename to
11357 fullname.
11358 (psym_functions): Rename the function to read_psymtabs_with_fullname.
11359 * symfile.h (struct quick_symbol_functions): Rename field
11360 expand_symtabs_with_filename to expand_symtabs_with_fullname and its
11361 parameter filename to fullname. Document returned string meaning for
11362 find_symbol_file.
11363 * symtab.c (find_line_symtab): Rename the called function to
11364 expand_symtabs_with_fullname.
11365
11366 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11367
11368 Code cleanup.
11369 * breakpoint.c (clear_command): Remove variable is_abs, unify the
11370 call of filename_cmp with compare_filenames_for_search.
11371 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
11372 is_abs, unify the call of FILENAME_CMP with
11373 compare_filenames_for_search. New gdb_asserts for real_path and name.
11374 Unify the call of compare_filenames_for_search with FILENAME_CMP.
11375 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
11376 * symfile.h (struct quick_symbol_functions): Extend the comment for
11377 map_symtabs_matching_filename.
11378 * symtab.c (compare_filenames_for_search): Remove the function comment
11379 relative path requirement. Handle absolute filenames, with a comment.
11380 (iterate_over_some_symtabs): Remove variable is_abs, unify the call of
11381 FILENAME_CMP with compare_filenames_for_search. New gdb_asserts for
11382 real_path and name. Unify the call of compare_filenames_for_search
11383 with FILENAME_CMP.
11384 (iterate_over_symtabs): New gdb_assert on REAL_PATH.
11385
11386 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11387
11388 Code cleanup.
11389 * breakpoint.c (print_breakpoint_location): Replace bp_location field
11390 source_file references by symtab field references. Remove variables
11391 sal and fullname.
11392 (momentary_breakpoint_from_master, add_location_to_breakpoint):
11393 (clear_command, say_where): Replace bp_location field source_file
11394 references by symtab field references.
11395 (bp_location_dtor): Remove the source_file reference.
11396 (update_static_tracepoint): Replace bp_location field source_file
11397 references by symtab field references.
11398 (breakpoint_free_objfile): New function.
11399 * breakpoint.h (struct bp_location): Extend the comment for line_number.
11400 Replace the field source_file by field symtab, extend its comment.
11401 (breakpoint_free_objfile): New declaration.
11402 * objfiles.c (free_objfile): Call breakpoint_free_objfile.
11403 * tui/tui-winsource.c (tui_update_breakpoint_info): Replace bp_location
11404 field source_file references by symtab field references.
11405
11406 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11407
11408 Replace xfullpath calls by gdb_realpath calls.
11409 * cli/cli-cmds.c (find_and_open_script): Remove xfullpath from the
11410 function comment.
11411 * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path.
11412 Remove it from the iterate_over_some_symtabs call.
11413 (dw2_map_symtabs_matching_filename): Remove parameter full_path.
11414 Remove it from the dw2_map_expand_apply calls, remove a block handling
11415 it.
11416 * psymtab.c (partial_map_expand_apply): Remove parameter full_path.
11417 Remove it from the iterate_over_some_symtabs call.
11418 (partial_map_symtabs_matching_filename): Remove parameter full_path.
11419 Remove it from the partial_map_expand_apply calls, remove a block
11420 handling it. Drop gdb_realpath call and cleanups from the real_path
11421 handling.
11422 * source.c (openp): Drop the comment part about xfullpath. Replace
11423 xfullpath calls by gdb_realpath calls.
11424 (find_and_open_source): Replace xfullpath call by gdb_realpath call.
11425 * symfile.h (struct quick_symbol_functions): Remove parameter full_path
11426 from method map_symtabs_matching_filename and its comment.
11427 * symmisc.c (maintenance_print_msymbols): Replace xfullpath call by
11428 gdb_realpath call.
11429 * symtab.c (iterate_over_some_symtabs): Remove parameter full_path,
11430 remove it also from the function comment, remove a block handling it.
11431 Drop gdb_realpath call and cleanups from the real_path handling.
11432 (iterate_over_symtabs): Drop variable full_path and its use.
11433 * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
11434 * utils.c (xfullpath): Remove.
11435 * utils.h (xfullpath): Remove.
11436
11437 2013-02-01 Andreas Tobler <andreast@fgznet.ch>
11438
11439 * Makefile.in (ALL_TARGET_OBS): Add ppc64-tdep.o.
11440 (HFILES_NO_SRCDIR): Add ppc64-tdep.h.
11441 (ALLDEPFILES): Add ppc64-tdep.c.
11442 * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
11443 ppc64-tdep.o to gdb_target_obs.
11444 * ppc64-tdep.h: New file.
11445 * ppc64-tdep.c: New file.
11446 (insn_d, insn_ds, insn_xfx, ppc64_desc_entry_point): Move from
11447 ppc-linux-tdep.c to here.
11448 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN)
11449 (PPC64_STANDARD_LINKAGE2_LEN): Likewise and use ARRAY_SIZE macro.
11450 (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target)
11451 (ppc64_standard_linkage3_target, ppc64_skip_trampoline_code): Move
11452 from ppc-linux-tdep.c to here.
11453 (ppc64_convert_from_func_ptr_addr): Rename from
11454 ppc64_linux_convert_from_func_ptr_addr to
11455 ppc64_convert_from_func_ptr_addr and move from ppc-linux-tdep.c to
11456 here.
11457 * rs6000-tdep.c:
11458 (read_insn): Move from ppc-linux-tdep.c to here.
11459 (insns_match_pattern, insn_d_field, insn_ds_field): Move
11460 from ppc-linux-tdep.c to here and rename them with the ppc_ prefix.
11461 * ppc-linux-tdep.c: Include ppc64-tdep.h.
11462 Removed above functions.
11463 (ppc_linux_init_abi): Adjust.
11464
11465 2013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
11466
11467 * ada-valprint.c (ada_print_floating): Remove unused 'len'.
11468
11469 2013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
11470
11471 * ada-lang.c (assign_aggregate): Remove unused 'is_array_aggregate'.
11472
11473 2013-02-01 Pedro Alves <palves@redhat.com>
11474
11475 * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
11476 * frame.h (deprecated_pc_in_call_dummy): Delete declaration.
11477
11478 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11479
11480 * elfread.c (elf_symfile_read): Limit separate debug info additions to
11481 files with no separate debug info.
11482 * objfiles.c (add_separate_debug_objfile): Add gdb_assert calls.
11483 * symfile.c (read_symbols): Call find_separate_debug_file_in_section
11484 only for files with no separate debug info.
11485
11486 2013-01-31 Tom Tromey <tromey@redhat.com>
11487
11488 * jit.c (jit_program_space_data): Rename from jit_inferior_data;
11489 change type.
11490 (struct jit_program_space_data): Rename from jit_inferior_data.
11491 Update comments.
11492 (get_jit_program_space_data): Rename from get_jit_inferior_data.
11493 Change return type. Attach data to program space.
11494 (jit_program_space_data_cleanup): Rename from
11495 jit_inferior_data_cleanup; change argument type.
11496 (jit_read_descriptor): Change 'inf_data' argument to 'ps_data',
11497 change type.
11498 (jit_register_code): Update.
11499 (jit_update_inferior_cache): Remove.
11500 (jit_breakpoint_deleted): Get jit data from the location's program
11501 space.
11502 (jit_breakpoint_re_set_internal): Rename 'inf_data' argument to
11503 'ps_data', change type.
11504 (jit_inferior_init, jit_breakpoint_re_set_internal)
11505 (jit_event_handler): Update.
11506 (free_objfile_data): Get data from objfile's program space.
11507 (_initialize_jit): Update.
11508
11509 2013-01-31 Tom Tromey <tromey@redhat.com>
11510
11511 PR gdb/13987:
11512 * jit.c (struct jit_inferior_data) <cached_code_address,
11513 jit_breakpoint>: New fields.
11514 (jit_breakpoint_re_set_internal): Fix logging. Only create
11515 breakpoint if cached address has changed.
11516 (jit_update_inferior_cache, jit_breakpoint_deleted): New
11517 functions.
11518 (_initialize_jit): Register breakpoint deleted observer.
11519
11520 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
11521
11522 * infrun.c (handle_syscall_event): Remove unused gdbarch.
11523 (save_infcall_suspend_state): Ifdef out unused inf.
11524 (restore_infcall_suspend_state): Ifdef out unused inf.
11525 * jit.c (jit_register_code): Remove unused i, b, inf_data.
11526 (jit_frame_sniffer): Remove unused inf_data.
11527
11528 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
11529
11530 * c-exp.y (classify_inner_name): Remove unused type.
11531 * c-lang.c (c_printstr): Remove unused byte_order, i, things_printed,
11532 in_quotes, need_comma, wchar_buf, output, cleanup, iter, finished,
11533 need_escape.
11534 (c_get_string): Remove unused kind.
11535 * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2.
11536
11537 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
11538
11539 * charset.c (intermediate_encoding): Remove unused i.
11540 * completer.c (signal_completer): Remove unused i.
11541 * continuations.c (discard_my_continuations_1): Remove unused
11542 continuation_ptr.
11543 * corelow.c (core_close): Remove unuseD name.
11544 (get_core_siginfo): Remove unused pid.
11545 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Remove unused
11546 i, cps.
11547 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove unused base_offset.
11548 (loclist_describe_location): Remove unused first.
11549 * event-top.c (command_line_handler): Remove unused got_eof.
11550 * exec.c (exec_close_1): Remove unused need_symtab_cleanup.
11551 (resize_section_table): Remove unused old_value.
11552 * gdb_bfd.c (gdb_bfd_map_section): Remove unused header.
11553 * gnu-v3-abi.c (compute_vtable_size): Remove unused addr.
11554 * i386-tdep.c (i386_process_record): Remove unused rex.
11555 * infcmd.c (get_return_value): Remove unused uiout.
11556 * jv-lang.c (type_from_class): Remove unused is_array.
11557 * jv-valprint.c (java_val_print): Remove unused i.
11558 * linux-nat.c (linux_nat_stop_lwp): Remove unused ptid.
11559 * linux-thread-db.c (thread_db_find_new_threads_2): Remove unuseD pid.
11560 * m2-typeprint.c (m2_print_type): Remove unused code.
11561 * macroexp.c (get_character_constant): Remove unused body_start.
11562 (macro_stringify): Remove unused result.
11563 * objc-lang.c (find_methods): Remove unused gdbarch.
11564 * objfiles.c (filter_overlapping_sections): Remove unused abfd1, abfd2.
11565 * regcache.c (regcache_cooked_read): Remove unused gdbarch.
11566 * stack.c (print_frame_args): Remove unused summary.
11567 * thread.c (thread_apply_command): Remove unused p.
11568 * valarith.c (value_x_unop): Remove unused mangle_ptr.
11569 * valops.c (search_struct_method): Remove unused skip.
11570 * valprint.c (generic_val_print): Remove unused byte_order.
11571 * varobj.c (varobj_update): Remove unused changed.
11572 * cli/cli-cmds.c (complete_command): Remove unused next_item.
11573 (alias_command): Remove unused c.
11574 * mi/mi-cmd-catch.c (mi_catch_load_unload): Remove unused c.
11575 * mi/mi-main.c (mi_cmd_data_write_register_values): Remove unused
11576 format.
11577 (mi_cmd_data_write_memory): Remove unused word_format.
11578 (mi_cmd_data_write_memory_bytes): Remove unused r.
11579 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Remove unused
11580 p_start, p_end.
11581 * python/python.c (_initialize_python): Remove unused cmd_name, cmd.
11582 * tui/tui-disasm.c (tui_set_disassem_content): Remove unused
11583 line_width.
11584
11585 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
11586
11587 * dwarf2-frame.c (dwarf2_compile_cfa_to_ax): Remove unused num_regs.
11588 * symtab.c (iterate_over_symtabs): Remove unused s.
11589 (find_pc_sect_symtab): Remove unused pspAce.
11590 (find_pc_sect_line): Remove unused alt_symtab.
11591 (find_pcs_for_symtab_line): Remove unused ix, previous_function.
11592 (completion_list_add_name): Remove unused newsize.
11593
11594 2013-01-31 Tom Tromey <tromey@redhat.com>
11595
11596 PR c++/14998:
11597 * dwarf2read.c (read_tag_ptr_to_member_type): Handle
11598 TYPE_CODE_FUNC.
11599
11600 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
11601
11602 * target.c (target_read_string): Remove unused origlen.
11603
11604 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
11605
11606 * auto-load.c (auto_load_expand_dir_vars): Remove unused dir_vec.
11607 * ax-gdb.c (gen_printf): Remove unused expr, i, bot, fr, flen, fmt.
11608 * ax-general.c (ax_print): Remove unused is_float.
11609 * blockframe.c (block_innermost_frame): Remove unused start, end.
11610 * break-catch-sig.c (catch_signal_command): Remove unused gdbarch.
11611
11612 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
11613
11614 * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.
11615 (svr4_read_so_list): Remove unused lmo.
11616 * solib-target.c (solib_target_relocate_section_addresses): Remove
11617 unused flags.
11618
11619 2013-01-30 Tom Tromey <tromey@redhat.com>
11620
11621 * hppa-tdep.c (read_unwind_info): Use SECT_OFF_TEXT, not "0".
11622
11623 2013-01-30 Tom Tromey <tromey@redhat.com>
11624
11625 * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.
11626 * utils.c (gnu_debuglink_crc32): Remove.
11627 * utils.h (gnu_debuglink_crc32): Don't declare.
11628
11629 2013-01-30 Tom Tromey <tromey@redhat.com>
11630
11631 * dwarf2read.c (compute_delayed_physnames, read_call_site_scope)
11632 (read_structure_type, read_enumeration_type): Remove cast.
11633
11634 2013-01-30 Tom Tromey <tromey@redhat.com>
11635
11636 * dwarf2read.c (read_namespace_type): Remove cast.
11637 (read_typedef): Likewise.
11638
11639 2013-01-29 Tom Tromey <tromey@redhat.com>
11640
11641 * dwarf2read.c (free_dwo_file): Remove assert.
11642
11643 2013-01-29 Tom Tromey <tromey@redhat.com>
11644
11645 * value.c (deprecated_set_value_modifiable): Remove.
11646 * value.h (deprecated_set_value_modifiable): Remove.
11647
11648 2013-01-28 Doug Evans <dje@google.com>
11649
11650 * dwarf2loc.c (dwarf2_find_location_expression): Don't add base address
11651 to addresses from dwo files.
11652
11653 2013-01-25 Siva Chandra Reddy <sivachandra@google.com>
11654
11655 * valops.c (find_overload_match): Remove unused argument 'lax'.
11656 * value.h: Remove unused argument 'lax' from the declaration of
11657 find_overload_match.
11658 * eval.c (value_subexp_standard): Do not pass a 'lax' argument
11659 to find_overload_match.
11660 * valarith.c (value_user_defined_cpp_op): Do not pass a 'lax'
11661 argument to find_overload_match.
11662
11663 2013-01-25 Tom Tromey <tromey@redhat.com>
11664
11665 * dwarf2read.c (processing_has_namespace_info): Remove.
11666 (struct dwarf2_cu) <processing_has_namespace_info>: New field.
11667 (process_die, read_func_scope, dwarf2_start_symtab)
11668 (new_symbol_full): Update.
11669
11670 2013-01-25 Tom Tromey <tromey@redhat.com>
11671
11672 * cp-namespace.c (cp_set_block_scope): Remove.
11673 * cp-support.h (cp_set_block_scope): Remove.
11674 * dbxread.c: Include block.h.
11675 (cp_set_block_scope): New function.
11676 (process_one_symbol): Update.
11677 * dwarf2read.c (read_func_scope): Use block_set_scope.
11678
11679 2013-01-25 Pedro Alves <palves@redhat.com>
11680
11681 * remote.c (add_current_inferior_and_thread): Tweak comment.
11682
11683 2013-01-25 Tom Tromey <tromey@redhat.com>
11684
11685 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
11686 (cp_add_using_directive): Add 'copy_names' argument.
11687 * cp-support.h (cp_add_using_directive): Update.
11688 (struct using_direct) <import_src, import_dest, alias,
11689 declaration>: Now const.
11690 * dwarf2read.c (read_import_statement): Use obconcat.
11691 Don't copy names passed to cp_add_using_directive.
11692
11693 2013-01-25 Tom Tromey <tromey@redhat.com>
11694
11695 * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
11696
11697 2013-01-25 Pedro Alves <palves@redhat.com>
11698
11699 * remote.c (stop_reply_extract_thread): New.
11700 (add_current_inferior_and_thread): New parameter 'wait_status'.
11701 Handle it.
11702 (remote_start_remote): Pass wait status to
11703 add_current_inferior_and_thread.
11704 (extended_remote_run): Update comment.
11705 (extended_remote_create_inferior_1): Pass wait status to
11706 add_current_inferior_and_thread.
11707
11708 2013-01-25 Andrew Burgess <aburgess@broadcom.com>
11709 Ulrich Weigand <uweigand@de.ibm.com>
11710
11711 * valarith.c (value_vector_widen): New function for replicating a
11712 scalar into a vector.
11713 (value_binop): Use value_vector_widen to widen scalar to vector
11714 rather than casting, this better matches gcc C behaviour.
11715 * valops.c (value_casst): Update logic for casting between vector
11716 types, and for casting from scalar to vector, try to match gcc C
11717 behaviour.
11718 * value.h (value_vector_widen): Declare.
11719 * opencl-lang.c (opencl_value_cast): New opencl specific casting
11720 function, handle special case for casting scalar to vector.
11721 (opencl_relop): Use opencl_value_cast.
11722 (evaluate_subexp_opencl): Use opencl_value_cast instead of
11723 value_cast, and handle BINOP_ASSIGN, UNOP_CAST, and UNOP_CAST_TYPE
11724 in order to use opencl_value_cast.
11725
11726 2013-01-25 Yao Qi <yao@codesourcery.com>
11727
11728 * event-loop.c: Include "queue.h".
11729 (gdb_event_p): New typedef.
11730 (DECLARE_QUEUE_P): Use.
11731 (DEFINE_QUEUE_P): Use.
11732 (async_queue_event): Remove.
11733 (gdb_event_xfree): New.
11734 (initialize_event_loop): New.
11735 (process_event): Use QUEUE macros.
11736 (event_queue): Remove.
11737 (gdb_wait_for_event): Caller update.
11738 (check_async_event_handlers): Likewise.
11739 (poll_timers): Likewise.
11740 * event-loop.h (initialize_event_loop): Declare.
11741 * event-loop.c (gdb_event_xfree): New.
11742 * top.c (gdb_init): Call initialize_event_loop.
11743
11744 2013-01-25 Yao Qi <yao@codesourcery.com>
11745
11746 * event-loop.c (async_queue_event): Remove one parameter
11747 'position'. Remove code handling 'position' == TAIL.
11748 (gdb_wait_for_event): Caller update.
11749 (check_async_event_handlers): Caller update.
11750 (poll_timers): Caller update.
11751 * event-loop.h (enum queue_position): Remove.
11752
11753 2013-01-25 Maxim Kuvyrkov <maxim@kugelworks.com>
11754
11755 * MAINTAINERS: Update my email.
11756
11757 2013-01-25 Yao Qi <yao@codesourcery.com>
11758
11759 * main.c (print_gdb_help): Remove "--epoch" from the help
11760 message.
11761
11762 2013-01-24 Ulrich Weigand  <uweigand@de.ibm.com>
11763
11764 * symtab.c (skip_prologue_using_sal): Consider a file
11765 change the same as an increased line number
11766
11767 2013-01-24 Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
11768
11769 * MAINTAINERS (Write After Approval): Add myself to the list.
11770
11771 2013-01-24 Tom Tromey <tromey@redhat.com>
11772
11773 * ada-lang.h (ada_decode_symbol): Make return type const.
11774 * ada-lang.c (ada_decode_symbol): Likewise.
11775
11776 2013-01-23 Doug Evans <dje@google.com>
11777
11778 * linespec.c (find_linespec_symbols): Make static.
11779
11780 2013-01-23 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
11781
11782 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
11783 type on float conversion for complex type.
11784
11785 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
11786
11787 Add a new class gdb.Architecture which exposes GDB's
11788 internal representation of architecture via GDB Python API.
11789 * Makefile.in: Add entries corresponding to the new file
11790 python/py-arch.c.
11791 * NEWS (Python Scripting): Add entries for the new class
11792 gdb.Architecture and the new method gdb.Frame.architecture.
11793 * python/py-arch.c: Implement gdb.Architecture class.
11794 * python/py-frame.c (frapy_arch): Implement the method
11795 gdb.Frame.architecture().
11796 (frame_object_methods): Add 'architecture' to the method table.
11797 * python/python-internal.h: Add declarations of new utility
11798 functions.
11799 * python/python.c (_initialize_python): Initialize
11800 gdb.Architecture class.
11801
11802 2013-01-23 Doug Evans <dje@google.com>
11803
11804 Work around binutils/15021.
11805 * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
11806 type_unit_group out of union s. All uses updated.
11807 (read_index_from_section): Watch for index version 8.
11808 (follow_die_sig): If using .gdb_index version <= 7, record the TU as
11809 an imported symtab.
11810 (write_psymtabs_to_index): Increment version number to 8.
11811
11812 2013-01-22 Pedro Alves <palves@redhat.com>
11813
11814 * annotate.c (breakpoint_changed): Skip if breakpoint is not
11815 user-visible.
11816
11817 2013-01-22 Pedro Alves <palves@redhat.com>
11818
11819 * annotate.c (annotate_breakpoints_changed): Rename to ...
11820 (annotate_breakpoints_invalid): ... this. Make static.
11821 (breakpoint_changed): Adjust.
11822 (_initialize_annotate): Always install the observers. Install a
11823 "breakpoint_created" observer.
11824 * annotate.h (annotate_breakpoints_changed): Delete declaration.
11825 * breakpoint.c (set_breakpoint_condition)
11826 (breakpoint_set_commands, do_map_commands_command)
11827 (init_raw_breakpoint, clear_command, set_ignore_count)
11828 (enable_breakpoint_disp): No longer call
11829 annotate_breakpoints_changed.
11830
11831 2013-01-22 Pedro Alves <palves@redhat.com>
11832
11833 * annotate.c: Include "inferior.h".
11834 (frames_invalid_emitted)
11835 (breakpoints_invalid_emitted): New globals.
11836 (async_background_execution_p): New function.
11837 (annotate_breakpoints_changed, annotate_frames_invalid): Skip
11838 emitting the annotation if it has already been emitted.
11839 (annotate_display_prompt): New function.
11840 * annotate.h (annotate_display_prompt): New declaration.
11841 * event-top.c: Include annotate.h.
11842 (display_gdb_prompt): Call annotate_display_prompt.
11843
11844 2013-01-22 Pedro Alves <palves@redhat.com>
11845
11846 * annotate.c (ignore_count_changed): Delete.
11847 (annotate_breakpoints_changed): Don't clear ignore_count_changed.
11848 (annotate_ignore_count_change): Delete.
11849 (annotate_stopped): Don't emit a delayed breakpoints-changed
11850 annotation.
11851 * annotate.h (annotate_ignore_count_change): Delete.
11852 * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
11853 annotate_ignore_count_change.
11854
11855 2013-01-22 Tom Tromey <tromey@redhat.com>
11856
11857 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
11858 require_rvalue for a register location.
11859
11860 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
11861
11862 * breakpoint.c (print_one_breakpoint_location): Add MI
11863 field 'thread-groups' when printing a breakpoint.
11864 (output_thread_groups): New function.
11865
11866 2013-01-21 Siva Chandra Reddy <sivachandra@google.com>
11867
11868 * python/lib/gdb/commands/explore.py
11869 (CompoundExplorer.explore_expr): Correct the name of a method
11870 being invoked.
11871 (ExploreTypeCommand.invoke): Add a missing 'return'.
11872
11873 2013-01-21 Tom Tromey <tromey@redhat.com>
11874
11875 * gdb_obstack.h (obconcat): Move declaration here, from...
11876 * symfile.h (obconcat): ... here.
11877 * gdb_obstack.c: New file.
11878 (obconcat): Move from...
11879 * symfile.c (obconcat): ... here.
11880 * Makefile.in (SFILES): Add gdb_obstack.c.
11881 (COMMON_OBS): Add gdb_obstack.o.
11882
11883 2013-01-21 Tom Tromey <tromey@redhat.com>
11884
11885 * symfile.h (obsavestring): Don't declare.
11886 * symfile.c (obsavestring): Remove.
11887 * ada-exp.y: Use obstack_copy0, not obsavestring.
11888 * ada-lang.c: Use obstack_copy0, not obsavestring.
11889 * coffread.c: Use obstack_copy0, not obsavestring.
11890 * cp-namespace.c: Use obstack_copy0, not obsavestring.
11891 * dbxread.c: Use obstack_copy0, not obsavestring.
11892 * dwarf2read.c: Use obstack_copy0, not obsavestring.
11893 * jit.c: Use obstack_copy0, not obsavestring.
11894 * mdebugread.c: Use obstack_copy0, not obsavestring.
11895 * psymtab.c: Use obstack_copy0, not obsavestring.
11896 * stabsread.c: Use obstack_copy0, not obsavestring.
11897 * xcoffread.c: Use obstack_copy0, not obsavestring.
11898
11899 2013-01-21 Tom Tromey <tromey@redhat.com>
11900
11901 * dwarf2read.c (fixup_go_packaging): Save package name
11902 on objfile obstack.
11903 * gdbtypes.c (init_type): Don't copy name.
11904
11905 2013-01-21 Tom Tromey <tromey@redhat.com>
11906
11907 * dwarf2read.c (struct partial_die_info) <name, scope>: Now
11908 const.
11909 (struct attribute) <u.str>: Now const.
11910 (struct fnfieldlist) <name>: Now const.
11911 (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
11912 (partial_die_parent_scope): Make return type const.
11913 (partial_die_full_name, add_partial_symbol): Update.
11914 (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
11915 'name' const.
11916 (find_file_and_directory): Make 'name' and 'comp_dir' const.
11917 (read_file_scope, read_func_scope, dwarf2_add_field)
11918 (dwarf2_add_member_fn, read_structure_type)
11919 (process_enumeration_scope, read_array_type, read_module_type)
11920 (read_base_type, read_subrange_type): Update.
11921 (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
11922 (new_symbol_full, guess_full_die_structure_name): Update.
11923 (dwarf2_canonicalize_name): Return const type. Make 'name' const.
11924 (dwarf2_name): Return const type.
11925 (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
11926 const.
11927
11928 2013-01-21 Tom Tromey <tromey@redhat.com>
11929
11930 * gdbtypes.c (init_type): Make 'name' const.
11931 * gdbtypes.h (init_type): Update.
11932
11933 2013-01-21 Tom Tromey <tromey@redhat.com>
11934
11935 * buildsym.c (patch_subfile_names): Use set_last_source_file.
11936 (start_symtab): Make 'name' and 'dirname' const. Use
11937 set_last_source_file.
11938 (restart_symtab, reset_symtab_globals): Use set_last_source_file.
11939 (last_source_file): Define. Now static.
11940 (set_last_source_file, get_last_source_file): New functions.
11941 * buildsym.h (last_source_file): Don't declare.
11942 (start_symtab): Update.
11943 (set_last_source_file, get_last_source_file): Declare.
11944 * coffread.c (complete_symtab): Use set_last_source_file.
11945 (coff_end_symtab): Likewise.
11946 (coff_symtab_read): Use set_last_source_file, get_last_source_file.
11947 * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
11948 set_last_source_file.
11949 (process_one_symbol): Use get_last_source_file.
11950 * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
11951 (psymtab_to_symtab_1): Use get_last_source_file.
11952 * xcoffread.c (process_linenos): Use get_last_source_file.
11953 (complete_symtab): Use set_last_source_file.
11954 (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
11955 (scan_xcoff_symtab): Use set_last_source_file.
11956
11957 2013-01-21 Tom Tromey <tromey@redhat.com>
11958
11959 * symtab.c (struct demangled_name_entry) <mangled>: Now const.
11960 (symbol_set_names): Remove casts. Handle field const-ness.
11961
11962 2013-01-21 Tom Tromey <tromey@redhat.com>
11963
11964 * dwarf2read.c (new_symbol_full): Remove cast.
11965 * symtab.c (symbol_set_demangled_name): Make 'name' const.
11966 * symtab.h (symbol_set_demangled_name): Update.
11967
11968 2013-01-21 Tom Tromey <tromey@redhat.com>
11969
11970 * main.c (captured_main): Call bfd_init.
11971
11972 2013-01-21 Tom Tromey <tromey@redhat.com>
11973
11974 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
11975 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
11976 * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
11977 * NEWS: Update.
11978
11979 2013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11980
11981 * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
11982
11983 2013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11984
11985 Fix gdb.fortran/common-block.exp crash in PIE mode.
11986 * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
11987 LOC_COMMON_BLOCK.
11988 * f-valprint.c (info_common_command_for_block): Expect
11989 LOC_COMMON_BLOCK in gdb_assert.
11990 * symtab.h (struct general_symbol_info): Update comment for the
11991 common_block member.
11992 (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
11993 (enum address_class): New member LOC_COMMON_BLOCK.
11994
11995 2013-01-18 David Blaikie <dblaikie@gmail.com>
11996
11997 * MAINTAINERS (Write After Approval): Add "David Blaikie".
11998
11999 2013-01-18 Tom Tromey <tromey@redhat.com>
12000
12001 PR c++/14999:
12002 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
12003 Call require_rvalue.
12004
12005 2013-01-18 Yao Qi <yao@codesourcery.com>
12006
12007 * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
12008 (dbx_read_symtab): New declaration.
12009 (dbx_psymtab_to_symtab): Delete.
12010 (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
12011 Rename parameter PST to SELF. Exchanged two parameters.
12012 (start_psymtab): Caller update.
12013 * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
12014 (dwarf2_read_symtab): New declaration.
12015 (dwarf2_psymtab_to_symtab): Delete.
12016 (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
12017 Rename parameter PST to SELF. Exchanged two parameters.
12018 (create_partial_symtab): Caller update.
12019 * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
12020 (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
12021 Rename parameter PST to SELF. Exchanged two parameters.
12022 (parse_partial_symbols, new_psymtab): Caller update.
12023 * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
12024 two parameters.
12025 * psymtab.c (psymtab_to_symtab): Caller update.
12026 * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
12027 (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
12028 Rename parameter PST to SELF. Exchanged two parameters.
12029 (xcoff_start_psymtab): Caller update.
12030
12031 2013-01-18 Yao Qi <yao@codesourcery.com>
12032
12033 * infrun.c (proceed): Rename local variable 'oneproc' to
12034 'force_step'.
12035
12036 2013-01-17 Doug Evans <dje@google.com>
12037
12038 * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
12039 (dw2_build_type_unit_groups): Delete. All uses updated.
12040
12041 * symtab.h (struct symbol_search): Add comment.
12042
12043 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12044
12045 * symtab.c (compare_filenames_for_search): New comment for
12046 HAS_DRIVE_SPEC.
12047
12048 2013-01-17 Tom Tromey <tromey@redhat.com>
12049
12050 * cp-abi.c (cp_abi_completer): Fix typo in assignment.
12051
12052 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12053
12054 * symtab.c (iterate_over_some_symtabs): New variable cleanups,
12055 initialize it by existing make_cleanup. Call new do_cleanups.
12056
12057 2013-01-17 Tom Tromey <tromey@redhat.com>
12058
12059 * cp-abi.c (cp_abi_completer): New function.
12060 (_initialize_cp_abi): Set completer for "set cp-abi".
12061
12062 2013-01-17 Tom Tromey <tromey@redhat.com>
12063
12064 * mem-break.c: Remove obsolete comment.
12065 * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
12066
12067 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
12068
12069 * jit.c (jit_reader_load_command): Interpret the jit reader name
12070 as an absolute path if it begins with a forward slash.
12071
12072 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
12073
12074 PR gdb/14550
12075
12076 * jit.c (finalize_symtab): Ensure that only the global block has a
12077 NULL superblock.
12078
12079 2013-01-17 Pedro Alves <palves@redhat.com>
12080
12081 * acinclude.m4: Include ../config/plugins.m4,
12082 ../config/largefile.m4 and ../config/lead-dot.m4. Add comments.
12083 * Makefile.in (aclocal_m4_deps): Update.
12084 * aclocal.m4: Renegerate.
12085
12086 2013-01-16 Doug Evans <dje@google.com>
12087
12088 * contrib/cc-with-tweaks.sh: Add references to Fission docs.
12089
12090 2013-01-16 Pedro Alves <palves@redhat.com>
12091 Tom Tromey <tromey@redhat.com>
12092
12093 PR cli/7221:
12094 * NEWS: Add "catch signal".
12095 * breakpoint.c (base_breakpoint_ops): No longer static.
12096 (bpstat_explains_signal): New function.
12097 (init_catchpoint): No longer static.
12098 (base_breakpoint_explains_signal): New function.
12099 (base_breakpoint_ops): Initialize new field.
12100 * breakpoint.h (enum bpstat_signal_value): New.
12101 (struct breakpoint_ops) <explains_signal>: New field.
12102 (bpstat_explains_signal): Remove macro, declare as function.
12103 (base_breakpoint_ops, init_catchpoint): Declare.
12104 * break-catch-sig.c: New file.
12105 * inferior.h (signal_catch_update): Declare.
12106 * infrun.c (signal_catch): New global.
12107 (handle_syscall_event): Update for change to
12108 bpstat_explains_signal.
12109 (handle_inferior_event): Likewise. Always handle random signals
12110 via bpstats.
12111 (signal_cache_update): Check signal_catch.
12112 (signal_catch_update): New function.
12113 (_initialize_infrun): Initialize signal_catch.
12114 * Makefile.in (SFILES): Add break-catch-sig.c.
12115 (COMMON_OBS): Add break-catch-sig.o.
12116
12117 2013-01-16 Tom Tromey <tromey@redhat.com>
12118
12119 * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
12120 (print_one_catch_solib, print_one_catch_syscall)
12121 (print_one_catch_exec, print_one_exception_catchpoint): Emit
12122 "catch-type".
12123
12124 2013-01-16 Yao Qi <yao@codesourcery.com>
12125
12126 * printcmd.c (current_display_number): Make it static.
12127
12128 2013-01-16 Yao Qi <yao@codesourcery.com>
12129
12130 * infcmd.c (step_once): Don't check '!single_inst' as it was
12131 checked before.
12132
12133 2013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12134
12135 * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
12136
12137 2013-01-14 Tom Tromey <tromey@redhat.com>
12138
12139 * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
12140 set command.
12141 * command.h (add_setshow_string_noescape_cmd): Update.
12142 * corefile.c (set_gnutarget_command): Remove trailing whitespace.
12143 (complete_set_gnutarget): New function.
12144 (_initialize_core): Set the "set gnutarget" completer.
12145
12146 2013-01-14 Tom Tromey <tromey@redhat.com>
12147
12148 PR symtab/14442:
12149 * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
12150 (c_type_print_modifier): Likewise.
12151 * dwarf2read.c (read_tag_restrict_type): New function.
12152 (read_type_die_1): Handle DW_TAG_restrict_type.
12153 * gdbtypes.c (make_restrict_type): New function.
12154 (recursive_dump_type): Handle TYPE_RESTRICT.
12155 * gdbtypes.h (enum type_flag_values): Renumber.
12156 (enum type_instance_flag_value): Add
12157 TYPE_INSTANCE_FLAG_RESTRICT.
12158 (TYPE_RESTRICT): New macro.
12159 (make_restrict_type): Declare.
12160
12161 2013-01-14 Tom Tromey <tromey@redhat.com>
12162
12163 PR symtab/14931:
12164 * psymtab.c (struct psymtab_state): New.
12165 (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
12166 functions.
12167 * psympriv.h (make_cleanup_discard_psymtabs): Declare.
12168 * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
12169
12170 2013-01-14 Richard Sharman <richard_sharman@mitel.com>
12171 Pedro Alves <palves@redhat.com>
12172
12173 PR remote/14786
12174
12175 * remote.c (remote_threads_info): Make a copy of the reply from
12176 qfThreadInfo and use that instead of rs->buf.
12177
12178 2013-01-14 Yao Qi <yao@codesourcery.com>
12179
12180 * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
12181 (dbx_psymtab_to_symtab): Likewise.
12182 * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
12183 * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
12184 * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
12185
12186 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12187
12188 * parse.c (parse_exp_in_context): New variable inner_chain. Call
12189 make_cleanup_restore_current_language. Call set_language. Move
12190 OLD_CHAIN and INNER_CHAIN cleanups.
12191 * utils.c (do_restore_current_language)
12192 (make_cleanup_restore_current_language): New functions.
12193 * utils.h (make_cleanup_restore_current_language): New declaration.
12194
12195 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12196
12197 * source.c (symtab_to_fullname): Apply rewrite_source_path also for
12198 non-existing files.
12199
12200 * source.c (symtab_to_fullname): Do not prepend DIRNAME for
12201 non-existing files if FILENAME is already absolute.
12202
12203 2013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12204
12205 * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
12206 fputs_filtered. Append trailing newline.
12207
12208 2013-01-11 Yao Qi <yao@codesourcery.com>
12209 Stan Shebs <stan@codesourcery.com>
12210
12211 * psymtab.c (init_psymbol_list): Clarify the comment.
12212
12213 2013-01-11 Yao Qi <yao@codesourcery.com>
12214
12215 * breakpoint.c (print_one_breakpoint_location): Remove dead code.
12216 (update_dprintf_command_list): Assert that 'printf_line' is
12217 non-null. Remove condition check.
12218
12219 2013-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12220
12221 Code cleanup.
12222 * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
12223 type const char *.
12224 * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
12225 const char *.
12226 * tui/tui-source.h (tui_source_is_displayed): Likewise.
12227
12228 2013-01-09 Anthony Green <green@moxielogic.com>
12229
12230 * cp-abi.c (cplus_print_vtable): Don't return value from void
12231 function.
12232 * ada-lang.c (re_set_catch_assert): Ditto.
12233
12234 2013-01-09 Doug Evans <dje@google.com>
12235
12236 * symfile.h (quick_symbol_functions): Delete member
12237 pre_expand_symtabs_matching. All uses removed.
12238 * dwarf2read.c (dw2_lookup_symbol): Implement.
12239 (dw2_do_expand_symtabs_matching): Delete.
12240 (dw2_pre_expand_symtabs_matching): Delete.
12241 (struct dw2_symtab_iterator): New type.
12242 (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
12243 (dw2_expand_symtabs_for_function): Rewrite.
12244 (dwarf2_gdb_index_functions): Update.
12245 * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
12246 (psym_functions): Update.
12247
12248 2013-01-09 Tom Tromey <tromey@redhat.com>
12249
12250 * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
12251 * configure: Rebuild.
12252 * configure.ac: Add somread.o to the build if BFD has SOM
12253 support.
12254 * somread.c: Include som/aout.h, not syms.h.
12255 (som_symtab_read): Use som_external_symbol_dictionary_record.
12256 Unpack records manually.
12257 (_initialize_somread): Declare.
12258
12259 2012-01-08 Mike Frysinger <vapier@gentoo.org>
12260
12261 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
12262 Cast return_address to 64bits.
12263
12264 2013-01-08 Hui Zhu <hui_zhu@mentor.com>
12265
12266 * printcmd.c: Remove define of function output_command.
12267 * tracepoint.c: Remove extern of function output_command.
12268 * valprint.h: (output_command): New extern.
12269
12270 2013-01-07 Tom Tromey <tromey@redhat.com>
12271
12272 * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
12273 Remove.
12274 (objc_language_defn): Use c_printchar, c_printstr,
12275 c_emit_char.
12276
12277 2013-01-07 Tom Tromey <tromey@redhat.com>
12278
12279 PR cli/7719:
12280 * NEWS: Update.
12281 * ada-valprint.c (printstr, print_field_values): Remove
12282 "inspect_it" code.
12283 * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
12284 code.
12285 * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
12286 code.
12287 * m2-lang.c (m2_printstr): Remove "inspect_it" code.
12288 * main.c (captured_main): Remove "epoch" argument.
12289 * objc-lang.c (objc_printstr): Remove "inspect_it" code.
12290 * p-lang.c (pascal_printstr): Remove "inspect_it" code.
12291 * p-valprint.c (pascal_object_print_value_fields): Remove
12292 "inspect_it" code.
12293 * printcmd.c (print_command_1): Remove 'inspect' argument.
12294 (print_command, call_command): Update.
12295 (inspect_command): Remove.
12296 (_initialize_printcmd): Make "inspect" an alias for "print".
12297 * top.c (epoch_interface): Remove.
12298 * top.h (epoch_interface): Remove.
12299 * valprint.c (user_print_options): Update.
12300 (print_converted_chars_to_obstack): Remove "inspect_it" code.
12301 * valprint.h (struct value_print_options) <inspect_it>: Remove
12302 field.
12303
12304 2013-01-04 Tom Tromey <tromey@redhat.com>
12305
12306 * valprint.h (read_string): Add 'extern'.
12307
12308 2013-01-07 Joel Brobecker <brobecker@adacore.com>
12309
12310 * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
12311 used to decide whether to define darwin_read_dyld_info or not.
12312
12313 2013-01-03 Pierre Muller <muller@sourceware.org>
12314
12315 * main.c (relocate_gdb_directory): Avoid calling stat function
12316 if DIR is empty.
12317
12318 2013-01-03 Yao Qi <yao@codesourcery.com>
12319
12320 * psymtab.c (fixup_psymbol_section): Update declaration.
12321 (fixup_psymbol_section): Remove code returning value.
12322
12323 2013-01-03 Yao Qi <yao@codesourcery.com>
12324
12325 * symtab.h: Remove some out of date comments.
12326 (enum exception_event_kind): Move it ...
12327 * breakpoint.c: ... here.
12328
12329 2013-01-02 Iain Sandoe <developer@sandoe-acoustics.co.uk>
12330
12331 PR gdb/14405
12332 * darwin-nat.c (darwin_read_dyld_info): Only build if
12333 TASK_DYLD_INFO_COUNT is defined.
12334 (darwin_xfer_partial): Call darwin_read_dyld_info only if
12335 TASK_DYLD_INFO_COUNT is defined.
12336
12337 2013-01-02 Tom Tromey <tromey@redhat.com>
12338
12339 * symfile.h (struct ecoff_debug_hack): Remove.
12340 * objfiles.c: Don't include mdebugread.h.
12341
12342 2013-01-02 Tom Tromey <tromey@redhat.com>
12343
12344 * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
12345 * configure.ac: Check for Mach-O support in BFD. Update
12346 CONFIG_OBS.
12347 * configure: Rebuild.
12348
12349 2013-01-02 Tom Tromey <tromey@redhat.com>
12350
12351 * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
12352 * configure.ac: Use GDB_AC_CHECK_BFD.
12353 * configure: Rebuild.
12354
12355 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
12356
12357 * MAINTAINERS: Update my email.
12358
12359 2013-01-01 Joel Brobecker <brobecker@adacore.com>
12360
12361 * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
12362
12363 2013-01-01 Joel Brobecker <brobecker@adacore.com>
12364
12365 * rs6000-nat.c (bss_data_overlap): New function.
12366 (vmap_symtab): Use it to adjust the .bss section's offset.
12367
12368 2013-01-01 Joel Brobecker <brobecker@adacore.com>
12369
12370 Update year range in copyright notice of all files.
12371
12372 2013-01-01, 13 Joel Brobecker <brobecker@adacore.com>
12373
12374 * top.c (print_gdb_version): Update copyright year.
12375
12376 For older changes see ChangeLog-2012.
12377 \f
12378 Local Variables:
12379 mode: change-log
12380 left-margin: 8
12381 fill-column: 74
12382 version-control: never
12383 coding: utf-8
12384 End: