b171f0085e5560352c10f880dfe932713afbb84e
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2013-11-28 Pedro Alves <palves@redhat.com>
2
3 * frame-unwind.c (default_frame_unwind_stop_reason): Return
4 UNWIND_OUTERMOST if the frame's ID is outer_frame_id.
5 * frame.c (get_prev_frame_1): Remove outer_frame_id check.
6
7 2013-11-28 Pedro Alves <palves@redhat.com>
8
9 * frame.c (get_prev_frame_1): If the frame id is outer_frame_id,
10 set the unwind stop reason to UNWIND_OUTERMOST, not
11 UNWIND_NULL_ID. Remove explicit check for sentinel frame.
12
13 2013-11-28 Pedro Alves <palves@redhat.com>
14
15 * frame.c (frame_unwind_register): Say the register was "not
16 saved" instead of "optimized out".
17
18 2013-11-27 Steffen Sledz <sledz@dresearch-fe.de>
19
20 PR 16152
21 * configure: Rebuild.
22 * configure.ac: Tighten cygwin detection check.
23
24 2013-11-27 Pedro Alves <palves@redhat.com>
25
26 * frame-unwind.c (frame_unwind_got_optimized): Use the type of the
27 register in the previous frame's arch.
28
29 2013-11-27 Pedro Alves <palves@redhat.com>
30
31 * frame-unwind.c (frame_unwind_got_optimized): Return
32 an lval_register value instead of a not_lval value.
33
34 2013-11-27 Andrew Burgess <aburgess@broadcom.com>
35
36 * frame.c: Include "valprint.h".
37 (frame_unwind_register_value): Use value_optimized_out.
38 * value.c (value_fetch_lazy): Likewise.
39
40 2013-11-26 Andrew Burgess <aburgess@broadcom.com>
41
42 * value.c (allocate_optimized_out_value): Mark value as non-lazy.
43
44 2013-11-26 Tom Tromey <tromey@redhat.com>
45
46 * dwarf2-frame.c (dwarf2_frame_cache): Revert patch from
47 2013-11-22.
48
49 2013-11-26 Walfred Tedeschi <walfred.tedeschi@intel.com>
50
51 * i386-xstate.h (I386_XSTATE_MPX): New Macro.
52 (I386_XSTATE_MPX_MASK): Makes use of I386_XSTATE_MPX.
53 (HAS_MPX): New macro.
54 (HAS_AVX): New macro.
55 (I386_XSTATE_SIZE): Uses HAS_MPX and HAS_AVX.
56
57 2013-11-25 Keith Seitz <keiths@redhat.com>
58
59 PR c++/14819
60 * c-exp.y (classify_inner_name): If no matching symbol was
61 found, try looking up the token as a base class.
62 Likewise if a constructor was found.
63 * cp-namespace.c (find_type_baseclass_by_name): New function.
64 * cp-support.h (find_type_baseclass_by_name): Declare.
65 * valops.c (value_struct_elt_for_reference): If we get
66 a non-static field, try to get a value based on the
67 current instance, if any.
68
69 2013-11-24 Yao Qi <yao@codesourcery.com>
70
71 * disasm.c (dis_asm_read_memory): Call target_read_code
72 instead of target_read_memory.
73
74 2013-11-24 Yao Qi <yao@codesourcery.com>
75
76 * NEWS: Add note on new "set code-cache" option.
77 * target-dcache.c (code_cache_enabled_1): New variable.
78 (code_cache_enabled): New variable.
79 (show_code_cache, set_code_cache): New function.
80 (code_cache_enabled_p): New function.
81 (_initialize_target_dcache): Register command.
82 * target-dcache.h (code_cache_enabled_p): Declare.
83 * target.c (memory_xfer_partial_1):Handle
84 TARGET_OBJECT_CODE_MEMORY and code_cache_enabled.
85 (target_read_code): New function.
86 * target.h (enum target_object) <TARGET_OBJECT_CODE_MEMORY>:
87 New.
88 (target_read_code): Declare.
89
90 2013-11-24 Yao Qi <yao@codesourcery.com>
91
92 * target-dcache.c (stack_cache_enabled_p_1): Rename to ...
93 (stack_cache_enabled_1): ... this. New variable.
94 (stack_cache_enabled_p): Rename to ...
95 (stack_cache_enabled): ... this. New variable.
96 (set_stack_cache_enabled_p): Rename to ...
97 (set_stack_cache): ... this. Update caller.
98 (show_stack_cache_enabled_p): Rename to ...
99 (show_stack_cache): ... this. Update caller.
100 (stack_cache_enabled): Rename to ...
101 (stack_cache_enabled_p): ... this. Update caller.
102 (_initialize_target_dcache): Replace "data cache" with
103 "target memory cache".
104 * target-dcache.h (stack_cache_enabled): Remove declaration.
105 (stack_cache_enabled_p): Add declaration.
106
107 2013-11-23 Doug Evans <xdje42@gmail.com>
108
109 * python/py-frame.c (gdbpy_initialize_frames): Remove FIRST_ERROR,
110 superfluous.
111
112 2013-11-23 Doug Evans <xdje42@gmail.com>
113
114 * python/py-frame.c (frapy_block): Fix error message text.
115
116 2013-11-23 Doug Evans <xdje42@gmail.com>
117
118 * cli/cli-script.c (multi_line_command_p): New function.
119 (recurse_read_control_structure, read_command_lines_1): Call it.
120 (execute_control_command): Consistently have a blank line between
121 each case.
122
123 2013-11-22 Sterling Augustine <saugustine@google.com>
124
125 PR gdb/16196:
126 * valprint.c (read_string): Set new variable fetchlen based on
127 fetchlimit and size. Use it in call to partial_memory_read.
128 Update comment.
129
130 2013-11-22 Tom Tromey <tromey@redhat.com>
131
132 PR backtrace/16155:
133 * dwarf2-frame.c (dwarf2_frame_cache): Set undefined_retaddr if
134 the return address column is unspecified.
135
136 2013-11-22 Tom Tromey <tromey@redhat.com>
137 Pedro Alves <palves@redhat.com>
138
139 PR backtrace/16155
140 * value.c (value_fetch_lazy): Internal error if
141 get_frame_register_value returns the same register.
142
143 2013-11-22 Pedro Alves <palves@redhat.com>
144 Tom Tromey <tromey@redhat.com>
145
146 * frame.c (frame_stash_add): Now returns whether a frame with the
147 same ID was already known.
148 (compute_frame_id): New function, factored out from get_frame_id.
149 (get_frame_id): No longer lazilly compute the frame id here.
150 (get_prev_frame_if_no_cycle): New function. Detects wider stack
151 cycles.
152 (get_prev_frame_1): Use it instead of get_prev_frame_raw directly,
153 and checking for stack cycles here.
154
155 2013-11-22 Pedro Alves <palves@redhat.com>
156
157 PR 16155
158 * frame.c (get_prev_frame_1): Do the UNWIND_SAME_ID check between
159 this frame and the new previous frame, not between this frame and
160 the next frame.
161
162 2013-11-22 Pedro Alves <palves@redhat.com>
163
164 PR 16155
165 * dwarf2-frame.c (struct dwarf2_frame_cache)
166 <checked_tailcall_bottom, entry_cfa_sp_offset,
167 entry_cfa_sp_offset_p>: New fields.
168 (dwarf2_frame_cache): Adjust to use the new cache fields instead
169 of locals. Don't call dwarf2_tailcall_sniffer_first here.
170 (dwarf2_frame_prev_register): Call it here, but only once.
171
172 2013-11-21 Doug Evans <xdje42@gmail.com>
173
174 * gdbtypes.c: #include bcache.h, dwarf2loc.h.
175 (type_equality_entry): Move here from python/py-type.c.
176 (type_equality_entry_d): Ditto.
177 (compare_maybe_null_strings, check_types_equal): Ditto.
178 (check_types_worklist, types_deeply_equal): Ditto.
179 * gdbtypes.h (types_deeply_equal): Declare.
180 * python/py-type.c: Remove inclusion of bcache.h, dwarf2loc.h.
181 (typy_richcompare): Update.
182
183 2013-11-20 Joel Brobecker <brobecker@adacore.com>
184
185 * python/py-value.c (is_intlike): Delete.
186 (valpy_int): Replace use of CHECK_TYPEDEF and is_intlike
187 by use of is_integral_type.
188 (valpy_long): Replace use of CHECK_TYPEDEF and is_intlike
189 by use of is_integral_type and check for TYPE_CODE_PTR.
190
191 2013-11-20 Tom Tromey <tromey@redhat.com>
192
193 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Remove
194 strerror module.
195 * gnulib/aclocal.m4: Update.
196 * gnulib/config.in: Update.
197 * gnulib/configure: Update.
198 * gnulib/import/Makefile.am: Update.
199 * gnulib/import/Makefile.in: Update.
200 * gnulib/import/errno.in.h: Remove.
201 * gnulib/import/intprops.h: Remove.
202 * gnulib/import/m4/errno_h.m4: Remove.
203 * gnulib/import/m4/gnulib-cache.m4: Update.
204 * gnulib/import/m4/gnulib-comp.m4: Update.
205 * gnulib/import/m4/strerror.m4: Remove.
206 * gnulib/import/m4/sys_socket_h.m4: Remove.
207 * gnulib/import/strerror-override.c: Remove.
208 * gnulib/import/strerror-override.h: Remove.
209 * gnulib/import/strerror.c: Remove.
210 * gnulib/update-gnulib.sh: Update.
211
212 2013-11-20 Yao Qi <yao@codesourcery.com>
213
214 * target-dcache.c (target_dcache_get_or_init): Call
215 set_address_space_data if 'dcache' is NULL.
216
217 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
218
219 * common/i386-gcc-cpuid.h (bit_MPX): Synchronize with gcc file.
220
221 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
222
223 * python/lib/gdb/command/bound_register.py: New file.
224 * data-directory/Makefile.in: Copy bond_register.py to the right path
225 to be initialized at gdb startup.
226
227 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
228
229 * amd64-linux-nat.c (amd64_linux_gregset32_reg_offset):
230 Add MPX registers.
231 (amd64_linux_read_description): Add initialization for MPX and
232 AVX independently.
233 * amd64-linux-tdep.c: Includes features/i386/amd64-mpx-linux.c.
234 (amd64_linux_gregset_reg_offset): Add MPX registers.
235 (amd64_linux_core_read_description): Add initialization for MPX
236 registers.
237 (_initialize_amd64_linux_tdep): Initialize MPX targets.
238 * amd64-linux-tdep.h (AMD64_LINUX_RAX_REGNUM): Set it to the last
239 register on the list.
240 (tdesc_amd64_mpx_linux) Add new target for MPX.
241 * amd64-tdep.c: Includes features/i386/amd64-mpx.c.
242 (amd64_mpx_names): MPX register names.
243 (amd64_init_abi): Add MPX register while initializing the ABI.
244 (_initialize_amd64_tdep): Initialize MPX targets.
245 * amd64-tdep.h (amd64_regnum): Add MPX registers.
246 (AMD64_NUM_REGS): Set number of registers taking MPX into account.
247
248 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
249
250 * i386-linux-nat.c (GETXSTATEREGS_SUPPLIES): Add MPX
251 registers on the range of registers to be read from
252 xsave buffer.
253 (i386_linux_read_description): Add case for MPX.
254 * i386-linux-tdep.c: Include features/i386/i386-mpx-linux.c.
255 (i386_linux_gregset_reg_offset): Add MPX registers.
256 (i386_linux_core_read_description): Initialize also MPX.
257 (_initialize_i386_linux_tdep): Add mpx initialization.
258 * i386-tdep.h (gdbarch_tdep): Add fields bnd0r_regnum, bnd0_regnum,
259 mpx_register_names.
260 (i386_regnum): Add MPX registers.
261 (I386_MPX_NUM_REGS): New macro.
262 (i386_bnd_regnum_p): New function.
263 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): Set
264 number of registers to be the number of BNDSTATUS.
265 (tdesc_i386_mpx_linux): Add description for MPX Linux registers.
266 * i386-tdep.c: Include features/i386/i386-mpx.c.
267 (i386_mpx_names): Add MPX register names array.
268 (i386_bnd_names): Add bnd pseudo register names array.
269 (i386_bndr_regnum_p): Lookup register numbers for bnd raw
270 registers.
271 (i386_bndr_regnum_p): Lookup register numbers for bnd raw registers.
272 (386_mpx_ctrl_regnum_p): Lookup register numbers for MPX control
273 registers.
274 (i386_bnd_type): New function.
275 (i386_pseudo_register_type): Use i386_bnd_type for bnd pseudo
276 register types.
277 (i386_pseudo_register_read_into_value): Add bnd case.
278 (i386_pseudo_register_write): Add bnd pseudo registers.
279 (i386_register_reggroup_p): Add MPX register to the group all.
280 (i386_validate_tdesc_p): Add MPX to the target description
281 validation.
282 (i386_pseudo_register_name): Add bnd pseudo registers.
283 (i386_gdbarch_init): Add MPX for architecture initialization.
284 (_initia_initialize_i386_tdep): Add mpx initialization.
285 * i387-tdep.c (xsave_mpx_offset): New vector for MPX offsets on
286 XSAVE buffer.
287 (XSAVE_MPX_ADDR): New macro.
288 (i387_supply_xsave): Add MPX case.
289 (i387_collect_xsave): Add MPX case.
290 * i387-tdep.h (I387_BND0R_REGNUM): New macro.
291 (I387_BNDCFGU_REGNUM): New macro.
292 (I387_NUM_MPX_REGS): New macro.
293 (I387_NUM_BND_REGS): New macro.
294 (I387_NUM_MPX_CTRL_REGS): New macro.
295 (I387_MPXEND_REGNUM): New macro.
296 * common/i386-xstate.h (I386_XSTATE_BNDREGS): New macro.
297 (I386_XSTATE_BNDCFG): Likewise.
298 (I386_XSTATE_MPX_MASK): Likewise.
299 (I386_XSTATE_ALL_MASK): New macro represents flags for all states.
300 (I386_XSTATE_BNDREGS_SIZE): New macro.
301 (I386_XSTATE_BNDCFG_SIZE): Likewise.
302 (I386_XSTATE_SIZE): Adapt for MPX.
303 (I386_XSTATE_MAX_SIZE): Likewise.
304
305 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
306
307 * features/i386/Makefile: Adapts for using MPX registers.
308 * features/i386/32bit-mpx.xml: New file.
309 * features/i386/64bit-mpx.xml: Likewise.
310 * features/i386/amd64-mpx-linux.c: Likewise.
311 * features/i386/amd64-mpx-linux.xml: Likewise.
312 * features/i386/amd64-mpx.c: Likewise.
313 * features/i386/amd64-mpx.xml: Likewise.
314 * features/i386/i386-mpx-linux.c: Likewise.
315 * features/i386/i386-mpx-linux.xml: Likewise.
316 * features/i386/i386-mpx.c: Likewise.
317 * features/i386/i386-mpx.xml: Likewise.
318 * regformats/i386/amd64-mpx-linux.dat: New file.
319 * regformats/i386/amd64-mpx.dat: Likewise.
320 * regformats/i386/i386-mpx-linux.dat: Likewise.
321 * regformats/i386/i386-mpx.dat: Likewise.
322
323 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
324
325 * target-descriptions.c (maint_print_maint_print_c_tdesc_cmd):
326 Modified logic of creating a bitfield to be in sync with
327 tdesc_gdb_type.
328
329 2013-11-20 Will Newton <will.newton@linaro.org>
330
331 * arm-tdep.c (arm_get_next_pc): Remove "Infinite loop detected"
332 error message.
333
334 2013-11-20 Yao Qi <yao@codesourcery.com>
335
336 * progspace.h (struct address_space_data): Declare.
337 * target-dcache.c: Include "progspace.h".
338 (target_dache): Remove.
339 (target_dcache_aspace_key): New.
340 (target_dcache_cleanup): New function.
341 (target_dcache_init_p): Get data through
342 target_dcache_aspace_key.
343 (target_dcache_invalidate): Likewise.
344 (target_dcache_get): Likewise.
345 (target_dcache_get_or_init): Likewise.
346 (_initialize_target_dcache): Initialize
347 target_dcache_aspace_key.
348
349 2013-11-20 Yao Qi <yao@codesourcery.com>
350
351 * progspace.c (struct address_space): Update comments.
352 <REGISTRY_FIELDS>: New fields.
353 DEFINE_REGISTRY for address_space.
354 (new_address_space): Call address_space_alloc_data.
355 (free_address_space): Call address_space_free_data.
356 * progspace.h: Use DECLARE_REGISTRY.
357
358 2013-11-20 Yao Qi <yao@codesourcery.com>
359
360 * Makefile.in (SFILES):Add target-dcache.c.
361 (HFILES_NO_SRCDIR): Add target-dcache.h.
362 (COMMON_OBS): Add target-dcache.o.
363 * dcache.c: Remove inclusion to "target.h". Include
364 "target-dcache.h".
365 * memattr.c: Include "target-dcache.h".
366 * top.c: Likewise.
367 * tracepoint.c: Likewise.
368 * target.c: (stack_cache_enabled_p_1): Move to
369 target-dcache.c.
370 (stack_cache_enabled_p): Likewise.
371 (set_stack_cache_enabled_p): Likewise.
372 (show_stack_cache_enabled_p): Likewise.
373 (target_dcache, target_dcache_init_p): Likewise.
374 (target_dcache_invalidate): Likewise.
375 (target_dcache_get, target_dcache_get_or_init): Likewise.
376 (memory_xfer_partial_1): Call function stack_cache_enabled.
377 (initialize_target): Move code to target-dcache.c.
378 * target.h (target_dcache_invalidate): Move to
379 target-dcache.h.
380 (target_dcache_get): Likewise.
381 * target-dcache.c: New.
382 * target-dcache.h: New.
383
384 2013-11-20 Yao Qi <yao@codesourcery.com>
385
386 * target.c (memory_xfer_partial_1): Update 'target_dcache' if
387 it is initialized.
388
389 2013-11-20 Yao Qi <yao@codesourcery.com>
390
391 * dcache.c (last_cache): Remove.
392 (dcache_free, dcache_init): Update.
393 (dcache_update):
394 (dcache_print_line): Add parameter 'dcache'. Replace
395 'target_dcache' with 'dcache'.
396 (dcache_info): Move code to dcache_info_1. Call
397 'dcache_info_1'.
398 (dcache_info_1): New function.
399 (set_dcache_size): Call target_dcache_invalidate.
400 (set_dcache_line_size): Call target_dcache_invalidate.
401 * target.c (target_dcache_init_p): New function.
402 (target_dcache_invalidate): Check target_dcache_init_p first.
403 (target_dcache_get, target_dcache_get_or_init): New function.
404 (memory_xfer_partial_1): Adjust.
405 (initialize_target): Don't initialize 'target_dcache'.
406 * target.h (struct dcache_struct): Declare.
407 (target_dcache_get): Declare.
408
409 2013-11-19 Yao Qi <yao@codesourcery.com>
410
411 * varobj.c (varobj_get_type): Fix typo.
412
413 2013-11-19 Joel Brobecker <brobecker@adacore.com>
414
415 * python/py-value.c (is_intlike): Add TYPE_CODE_RANGE handling.
416
417 2013-11-19 Joel Brobecker <brobecker@adacore.com>
418
419 * contrib/ari/gdb_ari.sh: Remove checks for "dirent.h" and
420 "stat.h".
421
422 2013-11-18 Tom Tromey <tromey@redhat.com>
423
424 * common/gdb_stat.h: Remove.
425 * ada-lang.c: Use sys/stat.h, not gdb_stat.h.
426 * common/filestuff.c: Use sys/stat.h, not gdb_stat.h.
427 * common/linux-osdata.c: Use sys/stat.h, not gdb_stat.h.
428 * corefile.c: Use sys/stat.h, not gdb_stat.h.
429 * ctf.c: Use sys/stat.h, not gdb_stat.h.
430 * darwin-nat.c: Use sys/stat.h, not gdb_stat.h.
431 * dbxread.c: Use sys/stat.h, not gdb_stat.h.
432 * dwarf2read.c: Use sys/stat.h, not gdb_stat.h.
433 * exec.c: Use sys/stat.h, not gdb_stat.h.
434 * gdbserver/linux-low.c: Use sys/stat.h, not gdb_stat.h.
435 * gdbserver/remote-utils.c: Use sys/stat.h, not gdb_stat.h.
436 * inf-child.c: Use sys/stat.h, not gdb_stat.h.
437 * jit.c: Use sys/stat.h, not gdb_stat.h.
438 * linux-nat.c: Use sys/stat.h, not gdb_stat.h.
439 * m68klinux-nat.c: Use sys/stat.h, not gdb_stat.h.
440 * main.c: Use sys/stat.h, not gdb_stat.h.
441 * mdebugread.c: Use sys/stat.h, not gdb_stat.h.
442 * mi/mi-cmd-env.c: Use sys/stat.h, not gdb_stat.h.
443 * nto-tdep.c: Use sys/stat.h, not gdb_stat.h.
444 * objfiles.c: Use sys/stat.h, not gdb_stat.h.
445 * procfs.c: Use sys/stat.h, not gdb_stat.h.
446 * remote-fileio.c: Use sys/stat.h, not gdb_stat.h.
447 * remote-mips.c: Use sys/stat.h, not gdb_stat.h.
448 * remote.c: Use sys/stat.h, not gdb_stat.h.
449 * rs6000-nat.c: Use sys/stat.h, not gdb_stat.h.
450 * sol-thread.c: Use sys/stat.h, not gdb_stat.h.
451 * solib-spu.c: Use sys/stat.h, not gdb_stat.h.
452 * source.c: Use sys/stat.h, not gdb_stat.h.
453 * symfile.c: Use sys/stat.h, not gdb_stat.h.
454 * symmisc.c: Use sys/stat.h, not gdb_stat.h.
455 * symtab.c: Use sys/stat.h, not gdb_stat.h.
456 * top.c: Use sys/stat.h, not gdb_stat.h.
457 * xcoffread.c: Use sys/stat.h, not gdb_stat.h.
458
459 2013-11-18 Tom Tromey <tromey@redhat.com>
460
461 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add
462 sys_stat.
463 * gnulib/aclocal.m4: Update.
464 * gnulib/config.in: Update.
465 * gnulib/configure: Update.
466 * gnulib/import/Makefile.am: Update.
467 * gnulib/import/Makefile.in: Update.
468 * gnulib/import/m4/gnulib-cache.m4: Update.
469 * gnulib/import/m4/gnulib-comp.m4: Update.
470 * gnulib/import/m4/sys_stat_h.m4: New.
471 * gnulib/import/m4/time_h.m4: New.
472 * gnulib/import/sys_stat.in.h: New.
473 * gnulib/import/time.in.h: New.
474
475 2013-11-18 Tom Tromey <tromey@redhat.com>
476
477 * configure: Rebuild.
478 * configure.ac: Remove check of HAVE_SYS_TYPES_H.
479
480 2013-11-18 Tom Tromey <tromey@redhat.com>
481
482 * configure: Rebuild.
483 * configure.ac: Don't check for unistd.h.
484
485 2013-11-18 Tom Tromey <tromey@redhat.com>
486
487 * configure: Rebuild.
488 * configure.ac: Don't check for stdlib.h
489 * defs.h: Include stdlib.h unconditionally.
490
491 2013-11-18 Tom Tromey <tromey@redhat.com>
492
493 * config.in: Rebuild.
494 * configure: Rebuild.
495 * configure.ac: Don't check for stddef.h.
496 * defs.h: Unconditionally include stddef.h. Remove duplicate
497 inclusion.
498
499 2013-11-18 Tom Tromey <tromey@redhat.com>
500
501 * common/common.m4 (GDB_AC_COMMON): Don't use AC_HEADER_DIRENT.
502 * common/gdb_dirent.h: Remove.
503 * common/filestuff.c: Use dirent.h.
504 * common/linux-osdata.c: Use dirent.h.
505 (NAMELEN): Define.
506 * config.in: Rebuild.
507 * configure: Rebuild.
508 * configure.ac: Don't use AC_HEADER_DIRENT.
509 * linux-fork.c: Use dirent.h
510 * linux-nat.c: Use dirent.h.
511 * nto-procfs.c: Use dirent.h.
512 * procfs.c: Use dirent.h.
513
514 2013-11-18 Tom Tromey <tromey@redhat.com>
515
516 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add dirent.
517 * gnulib/aclocal.m4: Update.
518 * gnulib/config.in: Update.
519 * gnulib/configure: Update.
520 * gnulib/import/Makefile.am: Update.
521 * gnulib/import/Makefile.in: Update.
522 * gnulib/import/dirent.in.h: New.
523 * gnulib/import/m4/dirent_h.m4: New.
524 * gnulib/import/m4/gnulib-cache.m4: Update.
525 * gnulib/import/m4/gnulib-comp.m4: Update.
526
527 2013-11-18 Tom Tromey <tromey@redhat.com>
528
529 * configure: Rebuild.
530 * common/common.m4 (GDB_AC_COMMON): Don't check for string.h or
531 strings.h.
532
533 2013-11-18 Tom Tromey <tromey@redhat.com>
534
535 * common/gdb_string.h: Remove.
536 * aarch64-tdep.c: Use string.h, not gdb_string.h.
537 * ada-exp.y: Use string.h, not gdb_string.h.
538 * ada-lang.c: Use string.h, not gdb_string.h.
539 * ada-lex.l: Use string.h, not gdb_string.h.
540 * ada-typeprint.c: Use string.h, not gdb_string.h.
541 * ada-valprint.c: Use string.h, not gdb_string.h.
542 * aix-thread.c: Use string.h, not gdb_string.h.
543 * alpha-linux-tdep.c: Use string.h, not gdb_string.h.
544 * alpha-mdebug-tdep.c: Use string.h, not gdb_string.h.
545 * alpha-nat.c: Use string.h, not gdb_string.h.
546 * alpha-osf1-tdep.c: Use string.h, not gdb_string.h.
547 * alpha-tdep.c: Use string.h, not gdb_string.h.
548 * alphanbsd-tdep.c: Use string.h, not gdb_string.h.
549 * amd64-dicos-tdep.c: Use string.h, not gdb_string.h.
550 * amd64-linux-nat.c: Use string.h, not gdb_string.h.
551 * amd64-linux-tdep.c: Use string.h, not gdb_string.h.
552 * amd64-nat.c: Use string.h, not gdb_string.h.
553 * amd64-sol2-tdep.c: Use string.h, not gdb_string.h.
554 * amd64fbsd-tdep.c: Use string.h, not gdb_string.h.
555 * amd64obsd-tdep.c: Use string.h, not gdb_string.h.
556 * arch-utils.c: Use string.h, not gdb_string.h.
557 * arm-linux-nat.c: Use string.h, not gdb_string.h.
558 * arm-linux-tdep.c: Use string.h, not gdb_string.h.
559 * arm-tdep.c: Use string.h, not gdb_string.h.
560 * arm-wince-tdep.c: Use string.h, not gdb_string.h.
561 * armbsd-tdep.c: Use string.h, not gdb_string.h.
562 * armnbsd-nat.c: Use string.h, not gdb_string.h.
563 * armnbsd-tdep.c: Use string.h, not gdb_string.h.
564 * armobsd-tdep.c: Use string.h, not gdb_string.h.
565 * avr-tdep.c: Use string.h, not gdb_string.h.
566 * ax-gdb.c: Use string.h, not gdb_string.h.
567 * ax-general.c: Use string.h, not gdb_string.h.
568 * bcache.c: Use string.h, not gdb_string.h.
569 * bfin-tdep.c: Use string.h, not gdb_string.h.
570 * breakpoint.c: Use string.h, not gdb_string.h.
571 * build-id.c: Use string.h, not gdb_string.h.
572 * buildsym.c: Use string.h, not gdb_string.h.
573 * c-exp.y: Use string.h, not gdb_string.h.
574 * c-lang.c: Use string.h, not gdb_string.h.
575 * c-typeprint.c: Use string.h, not gdb_string.h.
576 * c-valprint.c: Use string.h, not gdb_string.h.
577 * charset.c: Use string.h, not gdb_string.h.
578 * cli-out.c: Use string.h, not gdb_string.h.
579 * cli/cli-cmds.c: Use string.h, not gdb_string.h.
580 * cli/cli-decode.c: Use string.h, not gdb_string.h.
581 * cli/cli-dump.c: Use string.h, not gdb_string.h.
582 * cli/cli-interp.c: Use string.h, not gdb_string.h.
583 * cli/cli-logging.c: Use string.h, not gdb_string.h.
584 * cli/cli-script.c: Use string.h, not gdb_string.h.
585 * cli/cli-setshow.c: Use string.h, not gdb_string.h.
586 * cli/cli-utils.c: Use string.h, not gdb_string.h.
587 * coffread.c: Use string.h, not gdb_string.h.
588 * common/common-utils.c: Use string.h, not gdb_string.h.
589 * common/filestuff.c: Use string.h, not gdb_string.h.
590 * common/linux-procfs.c: Use string.h, not gdb_string.h.
591 * common/linux-ptrace.c: Use string.h, not gdb_string.h.
592 * common/signals.c: Use string.h, not gdb_string.h.
593 * common/vec.h: Use string.h, not gdb_string.h.
594 * core-regset.c: Use string.h, not gdb_string.h.
595 * corefile.c: Use string.h, not gdb_string.h.
596 * corelow.c: Use string.h, not gdb_string.h.
597 * cp-abi.c: Use string.h, not gdb_string.h.
598 * cp-support.c: Use string.h, not gdb_string.h.
599 * cp-valprint.c: Use string.h, not gdb_string.h.
600 * cris-tdep.c: Use string.h, not gdb_string.h.
601 * d-lang.c: Use string.h, not gdb_string.h.
602 * dbxread.c: Use string.h, not gdb_string.h.
603 * dcache.c: Use string.h, not gdb_string.h.
604 * demangle.c: Use string.h, not gdb_string.h.
605 * dicos-tdep.c: Use string.h, not gdb_string.h.
606 * disasm.c: Use string.h, not gdb_string.h.
607 * doublest.c: Use string.h, not gdb_string.h.
608 * dsrec.c: Use string.h, not gdb_string.h.
609 * dummy-frame.c: Use string.h, not gdb_string.h.
610 * dwarf2-frame.c: Use string.h, not gdb_string.h.
611 * dwarf2loc.c: Use string.h, not gdb_string.h.
612 * dwarf2read.c: Use string.h, not gdb_string.h.
613 * elfread.c: Use string.h, not gdb_string.h.
614 * environ.c: Use string.h, not gdb_string.h.
615 * eval.c: Use string.h, not gdb_string.h.
616 * event-loop.c: Use string.h, not gdb_string.h.
617 * exceptions.c: Use string.h, not gdb_string.h.
618 * exec.c: Use string.h, not gdb_string.h.
619 * expprint.c: Use string.h, not gdb_string.h.
620 * f-exp.y: Use string.h, not gdb_string.h.
621 * f-lang.c: Use string.h, not gdb_string.h.
622 * f-typeprint.c: Use string.h, not gdb_string.h.
623 * f-valprint.c: Use string.h, not gdb_string.h.
624 * fbsd-nat.c: Use string.h, not gdb_string.h.
625 * findcmd.c: Use string.h, not gdb_string.h.
626 * findvar.c: Use string.h, not gdb_string.h.
627 * fork-child.c: Use string.h, not gdb_string.h.
628 * frame.c: Use string.h, not gdb_string.h.
629 * frv-linux-tdep.c: Use string.h, not gdb_string.h.
630 * frv-tdep.c: Use string.h, not gdb_string.h.
631 * gdb.c: Use string.h, not gdb_string.h.
632 * gdb_bfd.c: Use string.h, not gdb_string.h.
633 * gdbarch.c: Use string.h, not gdb_string.h.
634 * gdbtypes.c: Use string.h, not gdb_string.h.
635 * gnu-nat.c: Use string.h, not gdb_string.h.
636 * gnu-v2-abi.c: Use string.h, not gdb_string.h.
637 * gnu-v3-abi.c: Use string.h, not gdb_string.h.
638 * go-exp.y: Use string.h, not gdb_string.h.
639 * go-lang.c: Use string.h, not gdb_string.h.
640 * go32-nat.c: Use string.h, not gdb_string.h.
641 * hppa-hpux-tdep.c: Use string.h, not gdb_string.h.
642 * hppa-linux-nat.c: Use string.h, not gdb_string.h.
643 * hppanbsd-tdep.c: Use string.h, not gdb_string.h.
644 * hppaobsd-tdep.c: Use string.h, not gdb_string.h.
645 * i386-cygwin-tdep.c: Use string.h, not gdb_string.h.
646 * i386-dicos-tdep.c: Use string.h, not gdb_string.h.
647 * i386-linux-nat.c: Use string.h, not gdb_string.h.
648 * i386-linux-tdep.c: Use string.h, not gdb_string.h.
649 * i386-nto-tdep.c: Use string.h, not gdb_string.h.
650 * i386-sol2-tdep.c: Use string.h, not gdb_string.h.
651 * i386-tdep.c: Use string.h, not gdb_string.h.
652 * i386bsd-tdep.c: Use string.h, not gdb_string.h.
653 * i386gnu-nat.c: Use string.h, not gdb_string.h.
654 * i386nbsd-tdep.c: Use string.h, not gdb_string.h.
655 * i386obsd-tdep.c: Use string.h, not gdb_string.h.
656 * i387-tdep.c: Use string.h, not gdb_string.h.
657 * ia64-libunwind-tdep.c: Use string.h, not gdb_string.h.
658 * ia64-linux-nat.c: Use string.h, not gdb_string.h.
659 * inf-child.c: Use string.h, not gdb_string.h.
660 * inf-ptrace.c: Use string.h, not gdb_string.h.
661 * inf-ttrace.c: Use string.h, not gdb_string.h.
662 * infcall.c: Use string.h, not gdb_string.h.
663 * infcmd.c: Use string.h, not gdb_string.h.
664 * inflow.c: Use string.h, not gdb_string.h.
665 * infrun.c: Use string.h, not gdb_string.h.
666 * interps.c: Use string.h, not gdb_string.h.
667 * iq2000-tdep.c: Use string.h, not gdb_string.h.
668 * irix5-nat.c: Use string.h, not gdb_string.h.
669 * jv-exp.y: Use string.h, not gdb_string.h.
670 * jv-lang.c: Use string.h, not gdb_string.h.
671 * jv-typeprint.c: Use string.h, not gdb_string.h.
672 * jv-valprint.c: Use string.h, not gdb_string.h.
673 * language.c: Use string.h, not gdb_string.h.
674 * linux-fork.c: Use string.h, not gdb_string.h.
675 * linux-nat.c: Use string.h, not gdb_string.h.
676 * lm32-tdep.c: Use string.h, not gdb_string.h.
677 * m2-exp.y: Use string.h, not gdb_string.h.
678 * m2-typeprint.c: Use string.h, not gdb_string.h.
679 * m32c-tdep.c: Use string.h, not gdb_string.h.
680 * m32r-linux-nat.c: Use string.h, not gdb_string.h.
681 * m32r-linux-tdep.c: Use string.h, not gdb_string.h.
682 * m32r-rom.c: Use string.h, not gdb_string.h.
683 * m32r-tdep.c: Use string.h, not gdb_string.h.
684 * m68hc11-tdep.c: Use string.h, not gdb_string.h.
685 * m68k-tdep.c: Use string.h, not gdb_string.h.
686 * m68kbsd-tdep.c: Use string.h, not gdb_string.h.
687 * m68klinux-nat.c: Use string.h, not gdb_string.h.
688 * m68klinux-tdep.c: Use string.h, not gdb_string.h.
689 * m88k-tdep.c: Use string.h, not gdb_string.h.
690 * macrocmd.c: Use string.h, not gdb_string.h.
691 * main.c: Use string.h, not gdb_string.h.
692 * mdebugread.c: Use string.h, not gdb_string.h.
693 * mem-break.c: Use string.h, not gdb_string.h.
694 * memattr.c: Use string.h, not gdb_string.h.
695 * memory-map.c: Use string.h, not gdb_string.h.
696 * mep-tdep.c: Use string.h, not gdb_string.h.
697 * mi/mi-cmd-break.c: Use string.h, not gdb_string.h.
698 * mi/mi-cmd-disas.c: Use string.h, not gdb_string.h.
699 * mi/mi-cmd-env.c: Use string.h, not gdb_string.h.
700 * mi/mi-cmd-stack.c: Use string.h, not gdb_string.h.
701 * mi/mi-cmd-var.c: Use string.h, not gdb_string.h.
702 * mi/mi-cmds.c: Use string.h, not gdb_string.h.
703 * mi/mi-console.c: Use string.h, not gdb_string.h.
704 * mi/mi-getopt.c: Use string.h, not gdb_string.h.
705 * mi/mi-interp.c: Use string.h, not gdb_string.h.
706 * mi/mi-main.c: Use string.h, not gdb_string.h.
707 * mi/mi-parse.c: Use string.h, not gdb_string.h.
708 * microblaze-rom.c: Use string.h, not gdb_string.h.
709 * microblaze-tdep.c: Use string.h, not gdb_string.h.
710 * mingw-hdep.c: Use string.h, not gdb_string.h.
711 * minidebug.c: Use string.h, not gdb_string.h.
712 * minsyms.c: Use string.h, not gdb_string.h.
713 * mips-irix-tdep.c: Use string.h, not gdb_string.h.
714 * mips-linux-tdep.c: Use string.h, not gdb_string.h.
715 * mips-tdep.c: Use string.h, not gdb_string.h.
716 * mips64obsd-tdep.c: Use string.h, not gdb_string.h.
717 * mipsnbsd-tdep.c: Use string.h, not gdb_string.h.
718 * mipsread.c: Use string.h, not gdb_string.h.
719 * mn10300-linux-tdep.c: Use string.h, not gdb_string.h.
720 * mn10300-tdep.c: Use string.h, not gdb_string.h.
721 * monitor.c: Use string.h, not gdb_string.h.
722 * moxie-tdep.c: Use string.h, not gdb_string.h.
723 * mt-tdep.c: Use string.h, not gdb_string.h.
724 * nbsd-tdep.c: Use string.h, not gdb_string.h.
725 * nios2-linux-tdep.c: Use string.h, not gdb_string.h.
726 * nto-procfs.c: Use string.h, not gdb_string.h.
727 * nto-tdep.c: Use string.h, not gdb_string.h.
728 * objc-lang.c: Use string.h, not gdb_string.h.
729 * objfiles.c: Use string.h, not gdb_string.h.
730 * opencl-lang.c: Use string.h, not gdb_string.h.
731 * osabi.c: Use string.h, not gdb_string.h.
732 * osdata.c: Use string.h, not gdb_string.h.
733 * p-exp.y: Use string.h, not gdb_string.h.
734 * p-lang.c: Use string.h, not gdb_string.h.
735 * p-typeprint.c: Use string.h, not gdb_string.h.
736 * parse.c: Use string.h, not gdb_string.h.
737 * posix-hdep.c: Use string.h, not gdb_string.h.
738 * ppc-linux-nat.c: Use string.h, not gdb_string.h.
739 * ppc-sysv-tdep.c: Use string.h, not gdb_string.h.
740 * ppcfbsd-tdep.c: Use string.h, not gdb_string.h.
741 * ppcnbsd-tdep.c: Use string.h, not gdb_string.h.
742 * ppcobsd-tdep.c: Use string.h, not gdb_string.h.
743 * printcmd.c: Use string.h, not gdb_string.h.
744 * procfs.c: Use string.h, not gdb_string.h.
745 * prologue-value.c: Use string.h, not gdb_string.h.
746 * python/py-auto-load.c: Use string.h, not gdb_string.h.
747 * python/py-gdb-readline.c: Use string.h, not gdb_string.h.
748 * ravenscar-thread.c: Use string.h, not gdb_string.h.
749 * regcache.c: Use string.h, not gdb_string.h.
750 * registry.c: Use string.h, not gdb_string.h.
751 * remote-fileio.c: Use string.h, not gdb_string.h.
752 * remote-m32r-sdi.c: Use string.h, not gdb_string.h.
753 * remote-mips.c: Use string.h, not gdb_string.h.
754 * remote-sim.c: Use string.h, not gdb_string.h.
755 * remote.c: Use string.h, not gdb_string.h.
756 * reverse.c: Use string.h, not gdb_string.h.
757 * rs6000-aix-tdep.c: Use string.h, not gdb_string.h.
758 * ser-base.c: Use string.h, not gdb_string.h.
759 * ser-go32.c: Use string.h, not gdb_string.h.
760 * ser-mingw.c: Use string.h, not gdb_string.h.
761 * ser-pipe.c: Use string.h, not gdb_string.h.
762 * ser-tcp.c: Use string.h, not gdb_string.h.
763 * ser-unix.c: Use string.h, not gdb_string.h.
764 * serial.c: Use string.h, not gdb_string.h.
765 * sh-tdep.c: Use string.h, not gdb_string.h.
766 * sh64-tdep.c: Use string.h, not gdb_string.h.
767 * shnbsd-tdep.c: Use string.h, not gdb_string.h.
768 * skip.c: Use string.h, not gdb_string.h.
769 * sol-thread.c: Use string.h, not gdb_string.h.
770 * solib-dsbt.c: Use string.h, not gdb_string.h.
771 * solib-frv.c: Use string.h, not gdb_string.h.
772 * solib-osf.c: Use string.h, not gdb_string.h.
773 * solib-spu.c: Use string.h, not gdb_string.h.
774 * solib-target.c: Use string.h, not gdb_string.h.
775 * solib.c: Use string.h, not gdb_string.h.
776 * somread.c: Use string.h, not gdb_string.h.
777 * source.c: Use string.h, not gdb_string.h.
778 * sparc-nat.c: Use string.h, not gdb_string.h.
779 * sparc-sol2-tdep.c: Use string.h, not gdb_string.h.
780 * sparc-tdep.c: Use string.h, not gdb_string.h.
781 * sparc64-tdep.c: Use string.h, not gdb_string.h.
782 * sparc64fbsd-tdep.c: Use string.h, not gdb_string.h.
783 * sparc64nbsd-tdep.c: Use string.h, not gdb_string.h.
784 * sparcnbsd-tdep.c: Use string.h, not gdb_string.h.
785 * spu-linux-nat.c: Use string.h, not gdb_string.h.
786 * spu-multiarch.c: Use string.h, not gdb_string.h.
787 * spu-tdep.c: Use string.h, not gdb_string.h.
788 * stabsread.c: Use string.h, not gdb_string.h.
789 * stack.c: Use string.h, not gdb_string.h.
790 * std-regs.c: Use string.h, not gdb_string.h.
791 * symfile.c: Use string.h, not gdb_string.h.
792 * symmisc.c: Use string.h, not gdb_string.h.
793 * symtab.c: Use string.h, not gdb_string.h.
794 * target.c: Use string.h, not gdb_string.h.
795 * thread.c: Use string.h, not gdb_string.h.
796 * tilegx-linux-nat.c: Use string.h, not gdb_string.h.
797 * tilegx-tdep.c: Use string.h, not gdb_string.h.
798 * top.c: Use string.h, not gdb_string.h.
799 * tracepoint.c: Use string.h, not gdb_string.h.
800 * tui/tui-command.c: Use string.h, not gdb_string.h.
801 * tui/tui-data.c: Use string.h, not gdb_string.h.
802 * tui/tui-disasm.c: Use string.h, not gdb_string.h.
803 * tui/tui-file.c: Use string.h, not gdb_string.h.
804 * tui/tui-layout.c: Use string.h, not gdb_string.h.
805 * tui/tui-out.c: Use string.h, not gdb_string.h.
806 * tui/tui-regs.c: Use string.h, not gdb_string.h.
807 * tui/tui-source.c: Use string.h, not gdb_string.h.
808 * tui/tui-stack.c: Use string.h, not gdb_string.h.
809 * tui/tui-win.c: Use string.h, not gdb_string.h.
810 * tui/tui-windata.c: Use string.h, not gdb_string.h.
811 * tui/tui-winsource.c: Use string.h, not gdb_string.h.
812 * typeprint.c: Use string.h, not gdb_string.h.
813 * ui-file.c: Use string.h, not gdb_string.h.
814 * ui-out.c: Use string.h, not gdb_string.h.
815 * user-regs.c: Use string.h, not gdb_string.h.
816 * utils.c: Use string.h, not gdb_string.h.
817 * v850-tdep.c: Use string.h, not gdb_string.h.
818 * valarith.c: Use string.h, not gdb_string.h.
819 * valops.c: Use string.h, not gdb_string.h.
820 * valprint.c: Use string.h, not gdb_string.h.
821 * value.c: Use string.h, not gdb_string.h.
822 * varobj.c: Use string.h, not gdb_string.h.
823 * vax-tdep.c: Use string.h, not gdb_string.h.
824 * vaxnbsd-tdep.c: Use string.h, not gdb_string.h.
825 * vaxobsd-tdep.c: Use string.h, not gdb_string.h.
826 * windows-nat.c: Use string.h, not gdb_string.h.
827 * xcoffread.c: Use string.h, not gdb_string.h.
828 * xml-support.c: Use string.h, not gdb_string.h.
829 * xstormy16-tdep.c: Use string.h, not gdb_string.h.
830 * xtensa-linux-nat.c: Use string.h, not gdb_string.h.
831
832 2013-11-18 Tom Tromey <tromey@redhat.com>
833
834 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strerror
835 and strstr.
836 * gnulib/aclocal.m4: Update.
837 * gnulib/config.in: Update.
838 * gnulib/configure: Update.
839 * gnulib/import/Makefile.am: Update.
840 * gnulib/import/Makefile.in: Update.
841 * gnulib/import/errno.in.h: New.
842 * gnulib/import/intprops.h: New.
843 * gnulib/import/m4/errno_h.m4: New.
844 * gnulib/import/m4/gnulib-cache.m4: Update.
845 * gnulib/import/m4/gnulib-comp.m4: Update.
846 * gnulib/import/m4/strerror.m4: New.
847 * gnulib/import/m4/strstr.m4: New.
848 * gnulib/import/m4/sys_socket_h.m4: New.
849 * gnulib/import/strerror-override.c: New.
850 * gnulib/import/strerror-override.h: New.
851 * gnulib/import/strerror.c: New.
852 * gnulib/import/strstr.c: New.
853
854 2013-11-18 Tom Tromey <tromey@redhat.com>
855
856 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Split into
857 multiple lines.
858
859 2013-11-18 Jose E. Marchesi <jose.marchesi@oracle.com>
860
861 * sparc-tdep.c (sparc_is_annulled_branch_insn): New function.
862 * sparc-tdep.h: And its prototype.
863
864 * sparc64-linux-tdep.c (sparc64_linux_get_longjmp_target): New
865 function.
866 (sparc64_linux_init_abi): Register the get_longjmp_target hook.
867
868 2013-11-18 Pedro Alves <palves@redhat.com>
869
870 * dwarf2-frame.c (read_addr_from_reg): Remove stale comment and
871 use unpack_pointer.
872
873 2013-11-18 Joel Brobecker <brobecker@adacore.com>
874
875 * mi/mi-main.c (mi_cmd_list_features): Add "language-options"
876 to -list-features output.
877
878 2013-11-17 Joel Brobecker <brobecker@adacore.com>
879
880 * dwarf2expr.h (struct dwarf_expr_context_funcs)
881 <read_addr_from_reg>: Renames "read_reg".
882 * dwarf2-frame.c (read_addr_from_reg): Renames "read_reg".
883 Adjust comment.
884 (dwarf2_frame_ctx_funcs, execute_stack_op, dwarf2_frame_cache):
885 Use read_addr_from_reg in place of read_reg.
886 * dwarf2expr.c (execute_stack_op): Use read_addr_from_reg
887 in place of read_reg.
888 * dwarf2loc.c (dwarf_expr_read_addr_from_reg): Renames
889 dwarf_expr_read_reg.
890 (dwarf_expr_ctx_funcs): Replace dwarf_expr_read_reg
891 with dwarf_expr_read_addr_from_reg.
892 (needs_frame_read_addr_from_reg): Renames needs_frame_read_reg.
893 (needs_frame_ctx_funcs): Replace needs_frame_read_reg with
894 needs_frame_read_addr_from_reg.
895
896 2013-11-15 Jan Kratochvil <jan.kratochvil@redhat.com>
897
898 * NEWS (Changes in GDB 7.5) (New commands) (explore): Fix typo.
899
900 2013-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
901
902 * dwarf2loc.c (chain_candidate): Prevent invoking memcpy with
903 NULL.
904
905 2013-11-15 Tom Tromey <tromey@redhat.com>
906
907 PR c++/16117:
908 * c-exp.y (lex_one_token): Add "is_quoted_name" argument.
909 (classify_name): Likewise. Prefer a field of "this" over a
910 filename.
911 (classify_inner_name, yylex): Update.
912
913 2013-11-15 Joel Brobecker <brobecker@adacore.com>
914
915 * dwarf2expr.h (struct dwarf_expr_context_funcs) <read_reg>:
916 Extend the documentation a bit.
917 <get_reg_value>: New field.
918 * dwarf2loc.c (dwarf_expr_get_reg_value)
919 (needs_frame_get_reg_value): New functions.
920 (dwarf_expr_ctx_funcs, needs_frame_ctx_funcs): Add "get_reg_value"
921 callback.
922 * dwarf2-frame.c (get_reg_value): New function.
923 (dwarf2_frame_ctx_funcs): Add "get_reg_value" callback.
924 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_regval_type>:
925 Use new callback to compute result_val.
926
927 2013-11-15 Alan Modra <amodra@gmail.com>
928
929 * ppc64-tdep.c (ppc64_plt_entry_point): Renamed from..
930 (ppc64_desc_entry_point): ..this. Update comments here and at
931 call points.
932 (ppc64_standard_linkage1, ppc64_standard_linkage2,
933 ppc64_standard_linkage3): Update comments.
934 (ppc64_standard_linkage4, ppc64_standard_linkage5,
935 (ppc64_standard_linkage6, ppc64_standard_linkage7): New insn
936 patterns.
937 (ppc64_standard_linkage4_target): New function.
938 (ppc64_skip_trampoline_code): Skip ELFv2 patterns too.
939 * rs6000-tdep.c (skip_prologue): Skip ELFv2 r2 setup. Correct
940 nop match. Fix comment wrap.
941
942 2013-11-14 Pedro Alves <palves@redhat.com>
943
944 * infrun.c (handle_signal_stop): Move STOP_QUIETLY,
945 STOP_QUIETLY_REMOTE and 'stop_after_trap' handling earlier.
946
947 2013-11-14 Pedro Alves <palves@redhat.com>
948
949 * infrun.c (struct execution_control_state)
950 <stepped_after_stopped_by_watchpoint>: New field.
951 (get_inferior_stop_soon): New function.
952 (handle_inferior_event): 'stepped_after_stopped_by_watchpoint' was
953 moved to struct execution_control_state -- adjust. Use
954 get_inferior_stop_soon. Split TARGET_WAITKIND_STOPPED handling to
955 new function.
956 (handle_signal_stop): New function, factored out from
957 handle_inferior_event.
958
959 2013-11-14 Pedro Alves <palves@redhat.com>
960
961 * break-catch-sig.c (signal_catchpoint_explains_signal): Adjust to
962 return a boolean.
963 * breakpoint.c (bpstat_explains_signal): Adjust to return a
964 boolean.
965 (explains_signal_watchpoint, base_breakpoint_explains_signal):
966 Adjust to return a boolean.
967 * breakpoint.h (enum bpstat_signal_value): Delete.
968 (struct breakpoint_ops) <explains_signal>: New returns a boolean.
969 (bpstat_explains_signal): Likewise.
970 * infrun.c (handle_inferior_event) <random signal checks>:
971 bpstat_explains_signal now returns a boolean - adjust. No longer
972 consider hiding signals.
973
974 2013-11-14 Pedro Alves <palves@redhat.com>
975
976 * breakpoint.c (bpstat_explains_signal) <Moribund locations>:
977 Return BPSTAT_SIGNAL_PASS instead of BPSTAT_SIGNAL_HIDE.
978 (explains_signal_watchpoint): Return BPSTAT_SIGNAL_PASS instead of
979 BPSTAT_SIGNAL_HIDE.
980 (base_breakpoint_explains_signal): Return BPSTAT_SIGNAL_PASS
981 instead of BPSTAT_SIGNAL_HIDE.
982 * infrun.c (handle_inferior_event): Rework random signal checks.
983
984 2013-11-14 Pedro Alves <palves@redhat.com>
985
986 * infrun.c (struct execution_control_state): Remove
987 'random_signal' field.
988 (handle_syscall_event): Use bpstat_causes_stop instead of
989 bpstat_explains_signal. Don't set ecs->random_signal.
990 (handle_inferior_event): New 'random_signal' local.
991 <TARGET_WAITKIND_FORKED, TARGET_WAITKIND_VFORKED,
992 TARGET_WAITKIND_EXECD>: Use bpstat_causes_stop instead of
993 bpstat_explains_signal. Don't set ecs->random_signal.
994 <TARGET_WAITKIND_STOPPED>: Adjust to use local instead of
995 ecs->random_signal.
996
997 2013-11-14 Pedro Alves <palves@redhat.com>
998
999 * infrun.c (handle_inferior_event): Move comment from the
1000 function's body to the function's description, adjusted.
1001
1002 2013-11-14 Pedro Alves <palves@redhat.com>
1003
1004 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>:
1005 Handle STOP_QUIETLY_NO_SIGSTOP and STOP_QUIETLY_REMOTE here.
1006 Assert we never fall through out of the TARGET_WAITKIND_LOADED
1007 case.
1008
1009 2013-11-14 Tom Tromey <tromey@redhat.com>
1010
1011 * python/py-linetable.c (ltpy_has_line)
1012 (ltpy_get_all_source_lines): Fix loop termination condition.
1013
1014 2013-11-14 Joel Brobecker <brobecker@adacore.com>
1015
1016 * mi/mi-parse.h (struct mi_parse) <language>: New field.
1017 * mi/mi-main.c (mi_cmd_execute): Temporarily set language to
1018 PARSE->LANGUAGE during command execution, if set.
1019 * mi/mi-parse.c: Add "language.h" #include.
1020 (mi_parse): Add parsing of "--language" command option.
1021
1022 * NEWS: Add entry mentioning the new "--language" command option.
1023
1024 2013-11-14 Pedro Alves <palves@redhat.com>
1025 Joel Brobecker <brobecker@adacore.com>
1026
1027 * cli/cli-utils.h (extract_arg_const): Add declaration.
1028 * cli/cli-utils.c (extract_arg_const): New function.
1029 (extract_arg): Reimplement using extract_arg_const.
1030
1031 2013-11-14 Joel Brobecker <brobecker@adacore.com>
1032
1033 * language.h: Add "symtab.h" #include.
1034
1035 2013-11-13 Doug Evans <xdje42@gmail.com>
1036
1037 * breakpoint.c (bpstat_check_breakpoint_conditions): For thread
1038 specific breakpoints, don't evaluate breakpoint condition if
1039 different thread.
1040
1041 2013-11-13 Keith Seitz <keiths@redhat.com>
1042
1043 PR c++/7935
1044 PR c++/10541
1045 * cp-support.c (insepct_type): Add support for substituting
1046 namespace aliases, too.
1047 * dwarf2read.c (scan_partial_symbols): Add a partial symbol
1048 for DW_TAG_imported_declaration.
1049 (add_partial_symbol): Likewise.
1050 (process_die): Handle namespace aliases with
1051 read_namespace_alias.
1052 (die_needs_namespace): Add DW_TAG_imported_declaration.
1053 (read_namespace_alias): New function.
1054 (load_partial_dies): Load DW_TAG_imported_declaration, too.
1055 (new_symbol_full): Handle DW_TAG_imported_declaration.
1056
1057 2013-11-13 Keith Seitz <keiths@redhat.com>
1058
1059 * p-exp.y (uptok): Make first parameter const.
1060 (yylex): Make `tokstart' and `tokptr' const.
1061 Don't copy the lexer input to a temporary buffer.
1062 Make `p' const.
1063 Remove const workaround for parse_escape.
1064 Create a temporary buffer for a convenience variable instead
1065 of doing in-place modification of the input.
1066 If a match is found with a different case from the input,
1067 do not change the input at all.
1068 Use `tmp' to construct the resultant stoken instead of
1069 `tokstart'.
1070
1071 2013-11-13 Doug Evans <xdje42@gmail.com>
1072
1073 * breakpoint.c (breakpoint_cond_eval): Fix and enhance comment.
1074
1075 2013-11-13 Joel Brobecker <brobecker@adacore.com>
1076
1077 * mi/mi-main.c (mi_cmd_list_features): Replace "info-ada-exceptions"
1078 entry with "ada-exceptions".
1079
1080 2013-11-13 Joel Brobecker <brobecker@adacore.com>
1081
1082 * symfile.c (reread_symbols): Move call to set_objfile_per_bfd
1083 after re-initialization of OBJFILE's obstack.
1084
1085 2013-11-12 Doug Evans <xdje42@gmail.com>
1086
1087 * breakpoint.c (bpstat_check_breakpoint_conditions): Assert
1088 bs->stop != 0 on entry. Update function comment. Simplify early
1089 exit for frame mismatch. Reindent rest of function.
1090
1091 2013-11-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1092
1093 * objc-lang.c (uniquify_strings): Prevent invoking qsort with
1094 NULL.
1095
1096 2013-11-12 Doug Evans <dje@google.com>
1097
1098 Work around gold/15646.
1099 * dwarf2read.c (read_index_from_section): Update comment.
1100 (struct dw2_symtab_iterator): New member global_seen.
1101 (dw2_symtab_iter_init): Initialize it.
1102 (dw2_symtab_iter_next): Skip duplicate global symbols.
1103 (dw2_expand_symtabs_matching): Ditto.
1104
1105 2013-11-12 Joel Brobecker <brobecker@adacore.com>
1106
1107 * mi/mi-cmds.h (mi_cmd_info_ada_exceptions): Add declaration.
1108 * mi/mi-cmds.c (mi_cmds): Add entry for -info-ada-exceptions
1109 command.
1110 * mi/mi-cmd-info.c: #include "ada-lang.c" and "arch-utils.c".
1111 (mi_cmd_info_ada_exceptions): New function.
1112 * mi/mi-main.c (mi_cmd_list_features): Add "info-ada-exceptions".
1113
1114 2013-11-12 Joel Brobecker <brobecker@adacore.com>
1115
1116 * ada-lang.h: #include "vec.h".
1117 (struct ada_exc_info): New.
1118 (ada_exc_info): New typedef.
1119 (DEF_VEC_O(ada_exc_info)): New vector.
1120 (ada_exceptions_list): Add declaration.
1121 * ada-lang.c (ada_is_exception_sym)
1122 (ada_is_non_standard_exception_sym, compare_ada_exception_info)
1123 (sort_remove_dups_ada_exceptions_list)
1124 (ada_exc_search_name_matches, ada_add_standard_exceptions)
1125 (ada_add_exceptions_from_frame, ada_add_global_exceptions)
1126 (ada_exceptions_list_1, ada_exceptions_list)
1127 (info_exceptions_command): New function.
1128 (_initialize_ada_language): Add "info exception" command.
1129
1130 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
1131
1132 PR python/15629
1133 * NEWS: Add linetable feature.
1134 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-linetable entries.
1135 * python/py-linetable.c: New file.
1136 * python/py-symtab.c (stpy_get_linetable): New function.
1137 * python/python-internal.h (symtab_to_linetable_object): Declare.
1138 (gdbpy_initialize_linetable): Ditto.
1139 * python/python.c (_initialize_python): Call
1140 gdbpy_initialize_linetable.
1141
1142 2013-11-11 Joel Brobecker <brobecker@adacore.com>
1143
1144 * ada-lang.c (create_ada_exception_catchpoint): Enhance
1145 the documentation of fields "except_string" and "condition".
1146 * mi/mi-cmd-catch.c (mi_cmd_catch_assert): Reallocate
1147 CONDITION on the heap before passing it to
1148 create_ada_exception_catchpoint.
1149 (mi_cmd_catch_exception): Likewise for EXCEPTION_NAME and
1150 CONDITION.
1151
1152 2013-11-11 Tom Tromey <tromey@redhat.com>
1153
1154 * config.in, configure: Rebuild.
1155 * configure.ac (HAVE_TKILL_SYSCALL): Check for "syscall".
1156
1157 2013-11-11 Joel Brobecker <brobecker@adacore.com>
1158
1159 * remote-sim.c (gdbsim_detach): Break declaration into
1160 shorter lines. No code change.
1161
1162 2013-11-11 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1163
1164 * remote-sim.c (gdbsim_detach): Fix prototype.
1165
1166 2013-11-08 Doug Evans <dje@google.com>
1167
1168 * dwarf2read.c (dwarf2_read_debug): Change to unsigned int.
1169 (create_debug_types_hash_table): Only print debugging messages for
1170 each TU if dwarf2-read >= 2.
1171 (process_queue): Ditto.
1172 (_initialize_dwarf2_read): Make "set debug dwarf2-read" a zuinteger.
1173 Update doc string.
1174
1175 2013-11-08 Tom Tromey <tromey@redhat.com>
1176
1177 * configure: Rebuild.
1178 * configure.ac: Remove mentions of HAVE_MULTIPLE_PROC_FDS.
1179
1180 2013-11-08 Tom Tromey <tromey@redhat.com>
1181
1182 * configure, config.in: Rebuild.
1183 * configure.ac: Remove unused configury.
1184
1185 2013-11-08 Tom Tromey <tromey@redhat.com>
1186
1187 * m32c-tdep.c: Use gdb_string.h.
1188
1189 2013-11-08 Tom Tromey <tromey@redhat.com>
1190
1191 * configure, config.in: Rebuild.
1192 * configure.ac: Remove all link.h-related checks.
1193
1194 2013-11-08 Tom Tromey <tromey@redhat.com>
1195
1196 * acinclude.m4: Include common.m4.
1197 * common/common.m4: New file.
1198 * configure, config.in: Rebuild.
1199 * configure.ac: Use GDB_AC_COMMON.
1200
1201 2013-11-08 Doug Evans <dje@google.com>
1202
1203 * NEWS: Mention that "set debug symtab-create" now accepts a
1204 verbosity level.
1205 * buildsym.c (end_symtab_from_static_block): Call set_symtab_primary
1206 to set the symtab's primary flag.
1207 * jit.c (finalize_symtab): Ditto.
1208 * mdebugread.c (psymtab_to_symtab_1): Ditto.
1209 * symfile.c (allocate_symtab): Only print debugging messages for
1210 symtab_create_debug levels 2 and higher.
1211 * symtab.c (symtab_create_debug): Change type to unsigned int.
1212 (set_symtab_primary): New function.
1213 (_initialize_symtab): Change "set debug symtab-create" to a
1214 zuinteger option.
1215 * symtab.h (set_symtab_primary): Declare.
1216 (symtab_create_debug): Update decl.
1217
1218 2013-11-08 Tom Tromey <tromey@redhat.com>
1219
1220 * aix-thread.c (aix_thread_detach): Update.
1221 * corelow.c (core_detach): Update.
1222 * darwin-nat.c (darwin_detach): Update.
1223 * dec-thread.c (dec_thread_detach): Update.
1224 * gnu-nat.c (gnu_detach): Update.
1225 * go32-nat.c (go32_detach): Update.
1226 * inf-ptrace.c (inf_ptrace_detach): Update.
1227 * inf-ttrace.c (inf_ttrace_detach): Update.
1228 * linux-fork.c (linux_fork_detach): Update.
1229 * linux-fork.h (linux_fork_detach): Update.
1230 * linux-nat.c (linux_nat_detach): Update. Introduce "tem"
1231 local for const-correctness.
1232 * linux-thread-db.c (thread_db_detach): Update.
1233 * monitor.c (monitor_detach): Update.
1234 * nto-procfs.c (procfs_detach): Update.
1235 * procfs.c (procfs_detach): Update.
1236 * record.c (record_detach): Update.
1237 * record.h (record_detach): Update.
1238 * remote-m32r-sdi.c (m32r_detach): Update.
1239 * remote-mips.c (mips_detach): Update.
1240 * remote-sim.c (gdbsim_detach): Update.
1241 * remote.c (remote_detach_1, remote_detach)
1242 (extended_remote_detach): Update.
1243 * sol-thread.c (sol_thread_detach): Update.
1244 * target.c (target_detach): Make "args" const.
1245 (init_dummy_target): Update.
1246 * target.h (struct target_ops) <to_detach>: Make argument const.
1247 (target_detach): Likewise.
1248 * windows-nat.c (windows_detach): Update.
1249
1250 2013-11-07 Doug Evans <dje@google.com>
1251
1252 PR 11786
1253 * solib-svr4.c (svr4_exec_displacement): Ignore filesz, memsz, flags
1254 and align fields for PT_GNU_RELRO segments.
1255
1256 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1257
1258 PR python/15747
1259 * python/py-cmd.c: Add COMPLETE_EXPRESSION constant.
1260
1261 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1262
1263 * NEWS: Document Python temporary breakpoint support.
1264 * python/py-breakpoint.c (bppy_get_temporary): New function.
1265 (bppy_init): New keyword: temporary. Parse it and set breakpoint
1266 to temporary if True.
1267
1268 2013-11-07 Jose E. Marchesi <jose.marchesi@oracle.com>
1269
1270 * sparc-tdep.c (sparc_analyze_control_transfer): Assertion
1271 removed to allow analyzing unconditional branch instructions
1272 with PC-relative offsets of zero.
1273
1274 2013-11-07 Yao Qi <yao@codesourcery.com>
1275
1276 * mi/mi-cmd-var.c: Include "language.h".
1277 (mi_cmd_var_info_expression): Get language name from
1278 language_defn.
1279 * varobj.c (varobj_language_string): Remove.
1280 (variable_language): Remove declaration.
1281 (languages): Remove.
1282 (varobj_get_language): Change the type of return value.
1283 (variable_language): Remove.
1284 * varobj.h (enum varobj_languages): Remove.
1285 (varobj_language_string): Remove declaration.
1286 (varobj_get_language): Update declaration.
1287
1288 2013-11-07 Yao Qi <yao@codesourcery.com>
1289
1290 * language.h (struct language_defn) <la_natural_name>: New
1291 field.
1292 * ada-lang.c (ada_language_defn): Initialize field
1293 'la_natural_name'.
1294 * c-lang.c (c_language_defn): Likewise.
1295 (cplus_language_defn, asm_language_defn): Likewise.
1296 * d-lang.c (d_language_defn): Likewise.
1297 * f-lang.c (f_language_defn): Likewise.
1298 * go-lang.c (go_language_defn): Likewise.
1299 * jv-lang.c (java_language_defn): Likewise.
1300 * language.c (unknown_language_defn ): Likewise.
1301 (auto_language_defn): Likewise.
1302 * m2-lang.c (m2_language_defn): Likewise.
1303 * objc-lang.c (objc_language_defn): Likewise.
1304 * opencl-lang.c (opencl_language_defn): Likewise.
1305 * p-lang.c (pascal_language_defn): Likewise.
1306
1307 2013-11-07 Yao Qi <yao@codesourcery.com>
1308
1309 * language.c (language_str): Return const char *.
1310 (add_language): Add const to 'language_names'
1311 * language.h (struct language_defn) <la_name>: Add const.
1312 (language_str: Update declaration.
1313
1314 2013-11-06 Andreas Arnez <arnez@linux.vnet.ibm.com>
1315
1316 * s390-linux-nat.c (s390_read_description): Consider the TE field
1317 in the HWCAP for determining 'have_regset_tdb'.
1318
1319 2013-11-06 Will Newton <will.newton@linaro.org>
1320
1321 PR gdb/12866
1322 * dwarf2read.c (skip_one_die): Sanity check DW_AT_sibling
1323 values. (read_partial_die): Likewise.
1324
1325 2013-11-06 Muhammad Bilal <mbilal@codesourcery.com>
1326
1327 PR cli/16122
1328 * top.c (command_line_input): Unify interactivity tests to use
1329 input_from_terminal_p.
1330 * event-top.c (command_line_handler): Likewise.
1331
1332 2013-11-06 Yao Qi <yao@codesourcery.com>
1333
1334 * Makefile.in (check-perf): New target.
1335
1336 2013-11-05 Will Newton <will.newton@linaro.org>
1337
1338 PR gdb/7670
1339 * arm-tdep.c (print_fpu_flags): Use filtered output routines.
1340 (arm_print_float_info): Likewise.
1341
1342 2013-11-04 Anton Blanchard <anton@samba.org>
1343
1344 * target.c (memory_xfer_partial): Cap write to 4KB.
1345
1346 2013-11-01 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
1347
1348 * breakpoint.c (create_longjmp_master_breakpoint): Allow libc
1349 probe scan even when the arch provides no get_longjmp_target.
1350
1351 2013-10-31 Pedro Alves <palves@redhat.com>
1352
1353 * infrun.c (handle_syscall_event): Don't set or clear stop_signal.
1354 (handle_inferior_event) <TARGET_WAITKIND_FORKED,
1355 TARGET_WAITKIND_VFORKED>: Don't set stop_signal to
1356 GDB_SIGNAL_TRAP, or clear it. Pass GDB_SIGNAL_0 to
1357 bpstat_explains signal, instead of GDB_SIGNAL_TRAP.
1358 <bpstat handling>: If the bpstat chain wants the signal to be
1359 hidden, then set stop_signal to GDB_SIGNAL_0 instead of
1360 GDB_SIGNAL_TRAP.
1361
1362 2013-10-31 Andrew Burgess <aburgess@broadcom.com>
1363
1364 * breakpoint.c (update_watchpoint): Update error message and add
1365 an additional error message.
1366
1367 2013-10-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
1368
1369 * s390-tdep.h: Rename to...
1370 * s390-linux-tdep.h: ...here.
1371 * s390-tdep.c: Rename to...
1372 * s390-linux-tdep.c: ...here. Adjust #include.
1373 * s390-nat.c: Rename to...
1374 * s390-linux-nat.c: ...here. Adjust #include.
1375 * config/s390/s390.mh: Rename to...
1376 * config/s390/linux.mh: ...here. Reflect rename s390-nat.o ->
1377 s390-linux-nat.o.
1378 * configure.host: Reflect host rename "s390" -> "linux".
1379 * configure.tgt: Reflect rename s390-tdep.o -> s390-linux-tdep.o.
1380 * Makefile.in (ALL_TARGET_OBS): Likewise.
1381 (HFILES_NO_SRCDIR): Reflect rename s390-tdep.h ->
1382 s390-linux-tdep.h.
1383 (ALLDEPFILES): Reflect rename of .c files.
1384
1385 2013-10-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
1386
1387 * s390-nat.c: Whitespace cleanup.
1388 * s390-tdep.c: Likewise.
1389 * s390-tdep.h: Remove empty line at end of file.
1390
1391 2013-10-30 Maciej W. Rozycki <macro@codesourcery.com>
1392
1393 * linux-tdep.c (linux_corefile_thread_callback): Preinitialize
1394 siginfo_size.
1395
1396 2013-10-29 Tom Tromey <tromey@redhat.com>
1397
1398 * utils.c (reg): Move undefinition...
1399 * gdb_curses.h: ... here. Update comment to mention AIX.
1400
1401 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
1402
1403 * exec.h (add_target_sections_of_objfile): New declaration.
1404 * exec.c (add_target_sections_of_objfile): New function.
1405 * symfile.c (add_symbol_file_command): Update current target sections.
1406 (remove_symbol_file_command): New command.
1407 (symfile_free_objfile): New function.
1408 (_initialize_symfile): Register observer for free_objfile events.
1409 * NEWS: Add description of the remove-symbol-file command.
1410 * breakpoint.c (disable_breakpoints_in_freed_objfile): New function.
1411 * objfiles.c (free_objfile): Notify free_objfile.
1412 (is_addr_in_objfile): New function.
1413 * objfiles.h (is_addr_in_objfile): New declaration.
1414 * printcmd.c (clear_dangling_display_expressions): Act upon free_objfile
1415 events instead of solib_unloaded events.
1416 (_initialize_printcmd): Register observer for free_objfile instead
1417 of solib_unloaded notifications.
1418 * solib.c (remove_user_added_objfile): New function.
1419 (_initialize_symfile): Add remove-symbol-file.
1420
1421 2013-10-29 Andrew Burgess <aburgess@broadcom.com>
1422
1423 * infcmd.c (default_print_one_register_info): Use val_print to
1424 print all values even optimized out or unavailable ones. Don't
1425 try to print a raw form of optimized out or unavailable values.
1426
1427 2013-10-29 Yao Qi <yao@codesourcery.com>
1428
1429 * auto-load.c (auto_load_pspace_data_cleanup): Get data from
1430 parameter 'arg' instead of from program_space_data.
1431 * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
1432 * solib-darwin.c (darwin_pspace_data_cleanup): Likewise.
1433 * solib-dsbt.c (dsbt_pspace_data_cleanup): Likewise.
1434 * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
1435 * inflow.c (inflow_inferior_data_cleanup): Get data from
1436 parameter 'arg' instead of inferior_data.
1437 * registry.h: Add comments.
1438
1439 2013-10-28 Pedro Alves <palves@redhat.com>
1440
1441 * breakpoint.c (watchpoints_triggered)
1442 <!target_stopped_data_address>: Hardcode return 1.
1443
1444 2013-10-28 Pedro Alves <palves@redhat.com>
1445
1446 * infrun.c (process_event_stop_test): Remove unnecessary scoping
1447 level and reindent.
1448
1449 2013-10-28 Pedro Alves <palves@redhat.com>
1450
1451 * infrun.c (process_event_stop_test): New function, factored out
1452 from handle_inferior_event.
1453 (handle_inferior_event): 'process_event_stop_test' is now a
1454 function instead of a goto label -- adjust.
1455
1456 2013-10-28 Pedro Alves <palves@redhat.com>
1457
1458 * infrun.c (handle_inferior_event): Move process_event_stop_test
1459 goto label to the else branch of the ecs->random_signal check,
1460 along with FRAME and GDBARCH re-fetching.
1461
1462 2013-10-28 Pedro Alves <palves@redhat.com>
1463
1464 * infrun.c (switch_back_to_stepped_thread): New function, factored
1465 out from handle_inferior_event.
1466 (handle_inferior_event): Adjust to call
1467 switch_back_to_stepped_thread. Call it also at the tail of the
1468 random signal handling, and return, instead of also handling
1469 random signals just before the stepping tests.
1470
1471 2013-10-28 Pedro Alves <palves@redhat.com>
1472
1473 * infrun.c (clear_stop_func): Delete.
1474 (handle_inferior_event): Don't call clear_stop_func and don't
1475 clear 'ecs->random_signal'.
1476
1477 2013-10-27 Yao Qi <yao@codesourcery.com>
1478
1479 * varobj.c (struct varobj_root) <lang>: Rename to 'lang_ops'.
1480 (varobj_create, varobj_get_path_expr): Update.
1481 (varobj_value_has_mutated, varobj_update): Likewise.
1482 (create_child_with_value, new_root_variable): Likewise.
1483 (number_of_children, name_of_variable): Likewise.
1484 (value_of_child, my_value_of_variable): Likewise.
1485 (varobj_value_is_changeable_p): Likewise.
1486
1487 2013-10-25 Yao Qi <yao@codesourcery.com>
1488
1489 * language.h (struct lang_varobj_ops): Declare.
1490 (struct language_defn) <la_varobj_ops>: New field.
1491 * ada-lang.c: Include "varobj.h"
1492 (defn ada_language_defn): Initialize field 'la_varobj_ops' with
1493 ada_varobj_ops.
1494 * c-lang.c: Include "varobj.h"
1495 (c_language_defn): Initialize field 'la_varobj_ops' with
1496 c_varobj_ops.
1497 (cplus_language_defn): Initialize field 'la_varobj_ops' with
1498 cplus_varobj_ops.
1499 (asm_language_defn): Initialize field 'la_varobj_ops' with
1500 default_varobj_ops.
1501 (minimal_language_defn): Likewise.
1502 * d-lang.c (d_language_defn): Likewise.
1503 * f-lang.c (f_language_defn): Likewise.
1504 * go-lang.c (go_language_defn): Likewise.
1505 * m2-lang.c (m2_language_defn): Likewise.
1506 * objc-lang.c (objc_language_defn): Likewise.
1507 * opencl-lang.c (opencl_language_defn): Likewise.
1508 * p-lang.c (pascal_language_defn): Likewise.
1509 * language.c (unknown_language_defn): Likewise.
1510 (auto_language_defn): Likewise.
1511 (local_language_defn): Likewise.
1512 * jv-lang.c (java_language_defn): Initialize field
1513 'la_varobj_ops' with java_varobj_ops.
1514 * varobj.c (varobj_create): Update.
1515 * varobj.h (default_varobj_ops): Define macro.
1516
1517 2013-10-25 Pedro Alves <palves@redhat.com>
1518
1519 * cp-valprint.c (cp_print_value_fields): No longer handle a NULL
1520 static field value.
1521 (cp_print_static_field): If the value is entirely optimized out,
1522 print <optimized out> here.
1523 * jv-valprint.c (java_print_value_fields): No longer handle a NULL
1524 static field value.
1525 * p-valprint.c (pascal_object_print_static_field): If the value is
1526 entirely optimized out, print <optimized out> here.
1527 * valops.c (do_search_struct_field)
1528 (value_struct_elt_for_reference): No longer handle a NULL static
1529 field value.
1530 * value.c (value_static_field): Return an optimized out value
1531 instead of NULL.
1532
1533 2013-10-25 Yao Qi <yao@codesourcery.com>
1534
1535 * remote.c (remote_traceframe_info): Return early if
1536 traceframe is not selected.
1537
1538 2013-10-25 Yao Qi <yao@codesourcery.com>
1539
1540 * tracepoint.c (traceframe_fun): Remove.
1541 (traceframe_sal): Remove.
1542 (set_traceframe_context): Add local variables.
1543
1544 2013-10-25 Joel Brobecker <brobecker@adacore.com>
1545
1546 * varobj.h (struct lang_varobj_ops): Remove spaces between '*'
1547 and parameter name.
1548
1549 2013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
1550
1551 * linux-tdep.c (linux_corefile_thread_callback): Propagate any
1552 failure from register information collection.
1553
1554 2013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
1555
1556 * linux-tdep.c (linux_corefile_thread_data): Remove `num_notes'
1557 member.
1558 (linux_corefile_thread_callback): Update accordingly.
1559 (linux_make_corefile_notes): Likewise.
1560
1561 2013-10-24 Pedro Alves <palves@redhat.com>
1562
1563 * NEWS (New options): Mention set/show startup-with-shell.
1564 * config/alpha/nm-osf3.h (START_INFERIOR_TRAPS_EXPECTED): Set to 2
1565 instead of 3.
1566 * fork-child.c (fork_inferior, startup_inferior): Handle 'set
1567 startup-with-shell'.
1568 (show_startup_with_shell): New function.
1569 (_initialize_fork_child): Register the set/show startup-with-shell
1570 commands.
1571 * inf-ptrace.c (inf_ptrace_create_inferior): Remove comment.
1572 * inf-ttrace.c (inf_ttrace_him): Remove comment.
1573 * procfs.c (procfs_init_inferior): Remove comment.
1574 * infcmd.c (startup_with_shell): New global.
1575 * inferior.h (startup_with_shell): Declare global.
1576 (STARTUP_WITH_SHELL): Delete.
1577 (START_INFERIOR_TRAPS_EXPECTED): Set to 1 by default instead of 2.
1578
1579 2013-10-23 Pedro Alves <palves@redhat.com>
1580
1581 * common/gdb_signals.h (gdb_signal_to_symbol_string): Declare.
1582 * common/signals.c: Include "gdb_assert.h".
1583 (signals): New field 'symbol'.
1584 (SET): Use the 'symbol' parameter.
1585 (gdb_signal_to_symbol_string): New function.
1586 * infrun.c (handle_inferior_event) <random signal>: In debug
1587 output, print the random signal enum as string in addition to its
1588 number.
1589 * target/waitstatus.c (target_waitstatus_to_string): Print the
1590 signal's enum value as string instead of the (POSIX) signal name.
1591
1592 2013-10-23 Gary Benson <gbenson@redhat.com>
1593
1594 PR 16013
1595 * common/linux-osdata.c (command_from_pid): Reduced size of cmd
1596 from 32 to 18. Adjusted fscanf format string accordingly.
1597 (Avoids leaving cmd unterminated.)
1598 (print_sockets): Do not parse tlen, inode, sl, timeout, txq, rxq,
1599 trun, retn or extra. (Avoids leaving extra unterminated.) Check
1600 that local_address and remote_address will not overflow.
1601 (linux_xfer_osdata_modules): Parse lines using strtok to avoid
1602 leaving dependencies unterminated. Parse size as "%u" to match
1603 definition.
1604
1605 2013-10-22 Pedro Alves <palves@redhat.com>
1606
1607 * infrun.c (handle_inferior_event) <thread hop>: Don't clear or
1608 set ecs->random signal.
1609
1610 2013-10-22 Pedro Alves <palves@redhat.com>
1611
1612 * infrun.c (keep_going): Update comments.
1613
1614 2013-10-22 Pedro Alves <palves@redhat.com>
1615
1616 * remote.c (remote_parse_stop_reply) <'T'/'S'/'X' replies>: Map
1617 invalid signal numbers to GDB_SIGNAL_UNKNOWN.
1618
1619 2013-10-22 Pedro Alves <palves@redhat.com>
1620
1621 * include/gdb/signals.def (TARGET_EXC_BAD_ACCESS): Rename to
1622 GDB_EXC_BAD_ACCESS.
1623 (TARGET_EXC_BAD_INSTRUCTION): Rename to GDB_EXC_BAD_INSTRUCTION.
1624 (TARGET_EXC_ARITHMETIC): Rename to GDB_EXC_ARITHMETIC.
1625 (TARGET_EXC_EMULATION): Rename to GDB_EXC_EMULATION.
1626 (TARGET_EXC_SOFTWARE): Rename to GDB_EXC_SOFTWARE.
1627 (TARGET_EXC_BREAKPOINT): Rename to GDB_EXC_BREAKPOINT.
1628 (GDB_SIGNAL_LAST): Change description string.
1629 * common/signals.c (gdb_signal_from_host, do_gdb_signal_to_host):
1630 Adjust to signal renaming.
1631 * darwin-nat.c (darwin_decode_message): Likewise.
1632
1633 2013-10-22 Jose E. Marchesi <jose.marchesi@oracle.com>
1634
1635 * MAINTAINERS (Write After Approval): Add myself to the list.
1636
1637 2013-10-18 Andrew Burgess <aburgess@broadcom.com>
1638
1639 * breakpoint.c (update_watchpoint): If hardware watchpoints are
1640 forced off, downgrade them to software watchpoints if possible,
1641 and error out if not possible.
1642 (watch_command_1): Move watchpoint type selection closer to
1643 watchpoint creation, and extend the comments.
1644
1645 2013-10-18 Pedro Alves <palves@redhat.com>
1646
1647 PR gdb/16062
1648 * infrun.c (handle_inferior_event): Keep going if we got a random
1649 signal we should not stop for, instead of falling through to the
1650 step tests.
1651
1652 2013-10-18 Yao Qi <yao@codesourcery.com>
1653
1654 * c-varobj.c (cplus_number_of_children): Fix indentation.
1655
1656 2013-10-17 Tom Tromey <tromey@redhat.com>
1657
1658 PR gdb/15995:
1659 * printcmd.c (printcmd): Call gdb_flush.
1660
1661 2013-10-17 Tom Tromey <tromey@redhat.com>
1662
1663 * elfread.c (struct elfinfo) <stabindexsect>: Remove.
1664 (elf_locate_sections): Update.
1665
1666 2013-10-17 Yao Qi <yao@codesourcery.com>
1667
1668 * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
1669 * ada-varobj.c: Remove the include of ada-varobj.h.
1670 (ada_varobj_get_number_of_children): Declare.
1671 (ada_varobj_get_name_of_child): Make it static.
1672 (ada_varobj_get_path_expr_of_child): Likewise.
1673 (ada_varobj_get_value_of_child): Likewise.
1674 (ada_varobj_get_type_of_child): Likewise.
1675 (ada_varobj_get_value_of_array_variable): Likewise.
1676 * ada-varobj.h: Remove.
1677
1678 2013-10-17 Yao Qi <yao@codesourcery.com>
1679
1680 * Makefile.in (SFILES): Add c-varobj.c and jv-varobj.c.
1681 (COMMON_OBS): Add c-varobj.o and jv-varobj.o.
1682 * ada-varobj.c: Include "varobj.h".
1683 (ada_number_of_children): New. Moved from varobj.c.
1684 (ada_name_of_variable, ada_name_of_child): Likewise.
1685 (ada_path_expr_of_child, ada_value_of_child): Likewise.
1686 (ada_type_of_child, ada_value_of_variable): Likewise.
1687 (ada_value_is_changeable_p, ada_value_has_mutated): Likewise.
1688 (ada_varobj_ops): New.
1689 * c-varobj.c, jv-varobj.c: New file. Moved from varobj.c.
1690 * gdbtypes.c (get_target_type): New. Moved from varobj.c.
1691 * gdbtypes.h (get_target_type): Declare.
1692 * varobj.c: Remove the inclusion of "ada-varobj.h" and
1693 "ada-lang.h".
1694 (ANONYMOUS_STRUCT_NAME): Move it to c-varobj.c.
1695 (ANONYMOUS_UNION_NAME): Likewise.
1696 (get_type, get_value_type, get_target_type): Remove declarations.
1697 (value_get_print_value, varobj_value_get_print_value): Likewise.
1698 (c_number_of_children, c_name_of_variable): Likewise.
1699 (c_name_of_child, c_path_expr_of_child): Likewise.
1700 (c_value_of_child, c_type_of_child): Likewise.
1701 (c_value_of_variable, cplus_number_of_children): Likewise.
1702 (cplus_class_num_children, cplus_name_of_variable): Likewise.
1703 (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
1704 (cplus_value_of_child, cplus_type_of_child): Likewise.
1705 (cplus_value_of_variable, java_number_of_children): Likewise.
1706 (java_name_of_variable, java_name_of_child): Likewise.
1707 (java_path_expr_of_child, java_value_of_child): Likewise.
1708 (java_type_of_child, java_value_of_variable): Likewise.
1709 (ada_number_of_children, ada_name_of_variable): Likewise.
1710 (ada_name_of_child, ada_path_expr_of_child): Likewise.
1711 (ada_value_of_child, ada_type_of_child): Likewise.
1712 (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
1713 (ada_value_has_mutated): Likewise.
1714 (struct language_specific): Move it to varobj.h.
1715 (CPLUS_FAKE_CHILD): Move it to varobj.h.
1716 (restrict_range): Rename it varobj_restrict_range. Make it extern.
1717 Callers update.
1718 (get_path_expr_parent): Rename it to varobj_get_path_expr_parent.
1719 Make it extern.
1720 (is_anonymous_child): Move it to c-varobj.c and rename to
1721 varobj_is_anonymous_child. Caller update.
1722 (get_type): Move it to c-varobj.c.
1723 (get_value_type): Rename it varobj_get_value_type. Make it
1724 extern.
1725 (get_target_type): Move it gdbtypes.c.
1726 (varobj_formatted_print_options): New function.
1727 (value_get_print_value): Rename it to
1728 varobj_value_get_print_value and make it extern.
1729 (varobj_value_is_changeable_p): Make it extern.
1730 (adjust_value_for_child_access): Move it to c-varobj.c.
1731 (default_value_is_changeable_p): Rename it to
1732 varobj_default_value_is_changeable_p. Make it extern.
1733 (c_number_of_children, c_name_of_variable): Move it to c-varobj.c
1734 (c_name_of_child, c_path_expr_of_child): Likewise.
1735 (c_value_of_child, c_type_of_child): Likewise.
1736 (c_value_of_variable, cplus_number_of_children): Likewise.
1737 (cplus_class_num_children, cplus_name_of_variable): Likewise.
1738 (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
1739 (cplus_value_of_child, cplus_type_of_child): Likewise.
1740 (cplus_value_of_variable): Likewise.
1741 (java_number_of_children, java_name_of_variable): Move it to jv-varobj.c.
1742 (java_name_of_child, java_path_expr_of_child): Likewise.
1743 (java_value_of_child, java_type_of_child): Likewise.
1744 (java_value_of_variable): Likewise.
1745 (ada_number_of_children, ada_name_of_variable): Move it to ada-varobj.c.
1746 (ada_name_of_child, ada_path_expr_of_child): Likewise.
1747 (ada_value_of_child, ada_type_of_child): Likewise.
1748 (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
1749 (ada_value_has_mutated): Likewise.
1750 * varobj.h (CPLUS_FAKE_CHILD): New macro, moved from varobj.c.
1751 (struct lang_varobj_ops): New. Renamed by 'struct language_specific'.
1752 (c_varobj_ops, cplus_varobj_ops): Declare.
1753 (java_varobj_ops, ada_varobj_ops): Declare.
1754 (varobj_default_value_is_changeable_p): Declare.
1755 (varobj_value_is_changeable_p): Declare.
1756 (varobj_get_value_type, varobj_is_anonymous_child): Declare.
1757 (varobj_get_path_expr_parent): Declare.
1758 (varobj_value_get_print_value): Declare.
1759 (varobj_formatted_print_options): Declare.
1760 (varobj_restrict_range): Declare.
1761
1762 2013-10-17 Luis Machado <lgustavo@codesourcery.com>
1763
1764 * target/waitstatus.h (target_waitkind): Remove spurious
1765 character from the comments.
1766
1767 2013-10-17 Joel Brobecker <brobecker@adacore.com>
1768
1769 * gdbarch.sh (get_longjmp_target): Add method documentation.
1770 * gdbarch.h: Regenerate.
1771
1772 2013-10-16 Tom Tromey <tromey@redhat.com>
1773
1774 * dbxread.c (read_dbx_symtab) <bss_ext_symbol>: Remove unused
1775 label.
1776
1777 2013-10-16 Luis Machado <lgustavo@codesourcery.com>
1778
1779 * gcore.in: Call GDB using the full path to the gcore script.
1780 Error out if the GDB binary is not found.
1781
1782 2013-10-16 Sergio Durigan Junior <sergiodj@redhat.com>
1783
1784 PR gdb/16014
1785 * dwarf2read.c (dw2_get_real_path): Remove unnecessary call to
1786 sizeof.
1787
1788 2013-10-16 Sergio Durigan Junior <sergiodj@redhat.com>
1789
1790 PR gdb/16042
1791 * target.c (target_disable_btrace): Fix invalid return value for
1792 void function.
1793 (target_teardown_btrace): Likewise.
1794
1795 2013-10-14 Yao Qi <yao@codesourcery.com>
1796
1797 * varobj.c (struct varobj): Move most of the fields to
1798 varobj.h.
1799 (struct varobj_dynamic): New struct.
1800 (varobj_get_display_hint) [HAVE_PYTHON]: Adjust.
1801 (varobj_has_more): Likewise.
1802 (dynamic_varobj_has_child_method): Likewise.
1803 (update_dynamic_varobj_children): Likewise.
1804 (varobj_get_num_children): Likewise.
1805 (varobj_list_children, varobj_pretty_printed_p): Likewise.
1806 (install_new_value_visualizer): Likewise.
1807 (install_new_value_visualizer, install_new_value): Likewise.
1808 (varobj_update, new_variable, free_variable): Likewise.
1809 (my_value_of_variable, value_get_print_value): Likewise.
1810 (install_visualizer): Change the type of parameter 'var' to
1811 'struct varobjd_dynamic *'. Callers update.
1812 * varobj.h (struct varobj): Moved from varobj.c.
1813 (struct varobj) <dynamic>: New field.
1814
1815 2013-10-13 Sandra Loosemore <sandra@codesourcery.com>
1816
1817 * nios2-tdep.c (nios2_reg_names): Use "sstatus" rather than "ba"
1818 as the preferred name of r30.
1819 * nios2-linux-tdep.c (reg_offsets): Likewise.
1820 * features/nios2-cpu.xml: Likewise.
1821 * features/nios2-linux.c: Regenerated.
1822 * features/nios2.c: Regenerated.
1823 * regformats/nios2-linux.dat: Regenerated.
1824
1825 2013-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1826
1827 Canonicalize directories for EXEC_FILENAME.
1828 * exec.c (exec_file_attach): Use gdb_realpath_keepfile for
1829 exec_filename.
1830 * utils.c (gdb_realpath_keepfile): New function.
1831 * utils.h (gdb_realpath_keepfile): New declaration.
1832
1833 2013-10-11 Doug Evans <dje@google.com>
1834
1835 * Makefile.in (GDBFLAGS): New variable.
1836 (run): New rule.
1837
1838 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1839
1840 * NEWS: Add entry documenting the new "-catch-assert" and
1841 "-catch-exception" GDB/MI commands.
1842
1843 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1844
1845 * breakpoint.h (init_ada_exception_breakpoint): Add parameter
1846 "enabled".
1847 * breakpoint.c (init_ada_exception_breakpoint): Add parameter
1848 "enabled". Set B->ENABLE_STATE accordingly.
1849 * ada-lang.h (ada_exception_catchpoint_kind): Move here from
1850 ada-lang.c.
1851 (create_ada_exception_catchpoint): Add declaration.
1852 * ada-lang.c (ada_exception_catchpoint_kind): Move to ada-lang.h.
1853 (create_ada_exception_catchpoint): Make non-static. Add new
1854 parameter "disabled". Use it in call to
1855 init_ada_exception_breakpoint.
1856 (catch_ada_exception_command): Add parameter "enabled" in call
1857 to create_ada_exception_catchpoint.
1858 (catch_assert_command): Likewise.
1859
1860 * mi/mi-cmds.h (mi_cmd_catch_assert, mi_cmd_catch_exception):
1861 Add declarations.
1862 * mi/mi-cmds.c (mi_cmds): Add the "catch-assert" and
1863 "catch-exception" commands.
1864 * mi/mi-cmd-catch.c: Add #include "ada-lang.h".
1865 (mi_cmd_catch_assert, mi_cmd_catch_exception): New functions.
1866
1867 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1868
1869 * ada-lang.c (enum ada_exception_catchpoint_kind): Renames
1870 "enum exception_catchpoint_kind". Replace the "ex_" prefix
1871 of all its enumerates with "ada_". Update the rest of this
1872 file throughout.
1873
1874 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1875
1876 * ada-lang.c (ada_decode_exception_location): Delete.
1877 (create_ada_exception_catchpoint): Remove arguments "sal",
1878 "addr_string" and "ops". Add argument "ex_kind" instead.
1879 Adjust implementation accordingly, calling ada_exception_sal
1880 to get the entities it no longer gets passed as arguments.
1881 Document the function's arguments.
1882 (catch_ada_exception_command): Use catch_ada_exception_command_split
1883 instead of ada_decode_exception_location, and update call to
1884 create_ada_exception_catchpoint.
1885 (catch_ada_assert_command_split): Renames
1886 ada_decode_assert_location. Remove parameters "addr_string" and
1887 "ops", and now returns void. Adjust implementation accordingly.
1888 Update the function documentation.
1889 (catch_assert_command): Use catch_ada_assert_command_split
1890 instead of ada_decode_assert_location. Update call to
1891 create_ada_exception_catchpoint.
1892
1893 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1894
1895 * utils.h (perror_warning_with_name): Add declaration.
1896 * utils.c (perror_warning_with_name): New function.
1897 * cli/cli-cmds.c (source_script_with_search): Add call to
1898 perror_warning_with_name if from_tty is nul.
1899
1900 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1901
1902 * utils.c (perror_string): New function, extracted out of
1903 throw_perror_with_name.
1904 (throw_perror_with_name): Rework to use perror_string.
1905
1906 2013-10-11 Yao Qi <yao@codesourcery.com>
1907
1908 * remote.c (discard_pending_stop_replies_in_queue): Update
1909 declaration.
1910 (struct stop_reply) <rs>: New field.
1911 (remove_stop_reply_of_remote_state): New function.
1912 (discard_pending_stop_replies_in_queue): Add parameter 'rs'.
1913 Callers update. Pass remove_stop_reply_of_remote_state to
1914 QUEUE_iterate.
1915 (remote_parse_stop_reply): Initialize field 'rs'.
1916
1917 2013-10-10 Will Newton <will.newton@linaro.org>
1918
1919 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
1920 linux_init_abi.
1921
1922 2013-10-10 Joel Brobecker <brobecker@adacore.com>
1923
1924 * cli/cli-cmds.c (show_baud_rate): Moved to serial.c as
1925 serial_baud_show_cmd.
1926 (_initialize_cli_cmds): Delete the code creating the
1927 "set/show remotebaud" commands.
1928 * serial.c (baud_rate): Move here from top.c.
1929 (serial_baud_show_cmd): Move here from cli/cli-cmds.c.
1930 (_initialize_serial): Create "set/show serial baud" commands.
1931 Add "set/show remotebaud" command aliases.
1932 * top.c (baud_rate): Moved to serial.c.
1933 * NEWS: Document the new "set/show serial baud" commands,
1934 replacing "set/show remotebaud".
1935
1936 2013-10-09 Pedro Alves <palves@redhat.com>
1937
1938 * breakpoint.c (insert_bp_location): Use memory_error_message to
1939 build the memory error string.
1940 * c-lang.c: Include "gdbcore.h".
1941 (c_get_string): Use memory_error to throw error.
1942 (target_xfer_memory_error): Delete.
1943 (memory_error_message): New, factored out from
1944 target_xfer_memory_error.
1945 (memory_error): Change parameter type to target_xfer_error.
1946 Rewrite.
1947 (read_memory): Use memory_error instead of
1948 target_xfer_memory_error.
1949 * gdbcore.h: Include "target.h".
1950 (memory_error): Change parameter type to target_xfer_error.
1951 (memory_error_message): Declare function.
1952 * target.c (target_read_memory, target_read_stack)
1953 (target_write_memory, target_write_raw_memory): Return
1954 TARGET_XFER_E_IO on error. Adjust comments.
1955 (get_target_memory): Pass TARGET_XFER_E_IO to memory_error,
1956 instead of EIO.
1957 * target.h (target_read, target_insert_breakpoint)
1958 (target_remove_breakpoint): Adjust comments.
1959 * valprint.c (partial_memory_read): Rename parameter, and adjust
1960 comment.
1961 (val_print_string): Use memory_error_message to build the memory
1962 error string.
1963
1964 2013-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1965
1966 * common/filestuff.c (gdb_fopen_cloexec): Remove initialization of
1967 result variable. Rename variable fopen_e_ever_failed to
1968 fopen_e_ever_failed_einval. Retry fopen only for errno EINVAL.
1969
1970 2013-10-09 Pedro Alves <palves@redhat.com>
1971
1972 * monitor.c (monitor_write_memory, monitor_write_memory_bytes)
1973 (monitor_write_memory_longlongs, monitor_write_memory_block):
1974 Constify 'myaddr' parameter.
1975 (monitor_xfer_memory): Adjust interface as monitor_xfer_partial
1976 helper.
1977 (monitor_xfer_partial): New function.
1978 (init_base_monitor_ops): Don't install a deprecated_xfer_memory
1979 hook. Install a to_xfer_partial hook.
1980
1981 2013-10-09 Tom Tromey <tromey@redhat.com>
1982
1983 * dwarf2read.c (dwarf2_get_dwz_file): Update for type change in
1984 bfd_get_alt_debug_link_info.
1985
1986 2013-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1987
1988 New flag OBJF_NOT_FILENAME.
1989 * auto-load.c (auto_load_objfile_script): Check also OBJF_NOT_FILENAME.
1990 * jit.c (jit_object_close_impl): Use OBJF_NOT_FILENAME for
1991 allocate_objfile.
1992 (jit_bfd_try_read_symtab): Use OBJF_NOT_FILENAME for
1993 symbol_file_add_from_bfd.
1994 * jv-lang.c (get_dynamics_objfile): Use OBJF_NOT_FILENAME for
1995 allocate_objfile.
1996 * objfiles.c (allocate_objfile): Assert OBJF_NOT_FILENAME if NAME is
1997 NULL.
1998 * objfiles.h (OBJF_NOT_FILENAME): New.
1999
2000 2013-10-08 Tom Tromey <tromey@redhat.com>
2001
2002 * Makefile.in (SFILES): Add build-id.c.
2003 (HFILES_NO_SRCDIR): Add build-id.h.
2004 * build-id.c: New file, largely from elfread.c. Modified
2005 most functions.
2006 * build-id.h: New file.
2007 * dwarf2read.c (dwarf2_get_dwz_file): Update for change to
2008 bfd_get_alt_debug_link_info. Verify dwz file's build-id.
2009 Search for dwz file using build-id.
2010 * elfread.c (build_id_bfd_get, build_id_verify)
2011 (build_id_to_debug_filename, find_separate_debug_file): Remove.
2012
2013 2013-10-08 Joel Brobecker <brobecker@adacore.com>
2014
2015 * ada-lang.c (compare_names_with_case): Renamed from
2016 compare_names, adding a new parameter "casing" and its handling.
2017 New function documentation.
2018 (compare_names): New function, implemented using
2019 compare_names_with_case.
2020
2021 2013-10-08 Joel Brobecker <brobecker@adacore.com>
2022
2023 * ada-lang.c (ada_exception_sal): Remove advance declaration.
2024
2025 2013-10-07 Tom Tromey <tromey@redhat.com>
2026
2027 * objfiles.c (free_objfile_per_bfd_storage): Delete the
2028 demangled_names_hash.
2029 (free_objfile): Don't delete the demangled_names_hash.
2030 * objfiles.h (struct objfile_per_bfd_storage)
2031 <demangled_names_hash>: New field.
2032 (struct objfile) <demangled_names_hash>: Move to
2033 objfile_per_bfd_storage.
2034 * symfile.c (reread_symbols): Don't delete the
2035 demangled_names_hash.
2036 * symtab.c (create_demangled_names_hash): Update.
2037 (symbol_set_names): Update.
2038
2039 2013-10-07 Tom Tromey <tromey@redhat.com>
2040
2041 * gdb_bfd.c (struct gdb_bfd_data) <relocation_computed,
2042 needs_relocations>: New fields.
2043 (gdb_bfd_requires_relocations): New function.
2044 * gdb_bfd.h (gdb_bfd_requires_relocations): Declare.
2045 * objfiles.c (get_objfile_bfd_data): Disallow sharing if
2046 the BFD needs relocations applied.
2047
2048 2013-10-07 Pedro Alves <palves@redhat.com>
2049
2050 PR breakpoints/11568
2051 * breakpoint.c (remove_threaded_breakpoints): Say "no longer in
2052 the thread list" instead of "gone".
2053
2054 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2055
2056 * NEWS: Mention new convenience variable $_exitsignal.
2057 * corelow.c (core_open): Reset exit convenience variables. Set
2058 $_exitsignal to the uncaught signal which generated the corefile.
2059 * infrun.c (handle_inferior_event): Reset exit convenience
2060 variables. Set $_exitsignal for TARGET_WAITKIND_SIGNALLED.
2061 (clear_exit_convenience_vars): New function.
2062 * inferior.h (clear_exit_convenience_vars): New prototype.
2063
2064 2013-10-06 Yao Qi <yao@codesourcery.com>
2065
2066 * varobj.h: Add comments to enum varobj_languages.
2067
2068 2013-10-04 Doug Evans <dje@google.com>
2069
2070 Add support for DWP file format version 2.
2071 * NEWS: Mention support for DWP file format version 2.
2072 * dwarf2read.c (dwarf2_section_info): Convert asection field to a
2073 union of asection, containing_section. New fields virtual_offset
2074 and is_virtual. Change type of readin filed from int to char.
2075 (dwo_sections, dwo_file): Tweak comments.
2076 (dwp_v2_section_ids): New enum.
2077 (dwp_sections): New fields abbrev, info, line, loc, macinfo, macro,
2078 str_offsets, types.
2079 (virtual_v1_dwo_sections): Renamed from virtual_dwo_sections.
2080 All uses updated.
2081 (virtual_v2_dwo_sections): New struct.
2082 (dwp_hash_table): New fields version, nr_columns. Change type of
2083 section_pool field to a union.
2084 (dwp_file): New field version.
2085 (dwarf2_has_info): Check for virtual sections.
2086 (get_containing_section): New function.
2087 (get_section_bfd_owner, get_section_bfd_section): Call it.
2088 (dwarf2_locate_sections): Update.
2089 (dwarf2_section_empty_p): Update.
2090 (dwarf2_read_section): Handle virtual sections.
2091 (locate_dwz_sections): Update.
2092 (create_dwp_hash_table): Document and handle V2 format.
2093 (locate_v1_virtual_dwo_sections): Renamed from
2094 locate_virtual_dwo_sections and update. All callers updated.
2095 (create_dwo_unit_in_dwp_v1): Renamed from create_dwo_in_dwp.
2096 Delete arg htab. Rename arg section_index to unit_index.
2097 All callers updated.
2098 (MAX_NR_V1_DWO_SECTIONS): Renamed from MAX_NR_DWO_SECTIONS.
2099 All uses updated.
2100 (create_dwp_v2_section, create_dwo_unit_in_dwp_v2): New functions.
2101 (lookup_dwo_unit_in_dwp): Add V2 support.
2102 (dwarf2_locate_dwo_sections): Update.
2103 (dwarf2_locate_common_dwp_sections): Renamed from
2104 dwarf2_locate_dwp_sections and update. All callers updated.
2105 (dwarf2_locate_v2_dwp_sections): New function.
2106 (open_and_init_dwp_file): Add V2 support.
2107 (read_str_index): New locals str_section, str_offsets_section.
2108
2109 2013-10-04 Pedro Alves <palves@redhat.com>
2110
2111 * common/ptid.c (null_ptid, minus_one_ptid, ptid_build)
2112 (pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid)
2113 (ptid_equal, ptid_is_pid, ptid_lwp_p, ptid_tid_p): Replace
2114 describing comments with references to ptid.h.
2115 * common/ptid.h: Remove intro description of constructors,
2116 accessors and predicates.
2117 (struct ptid): Reformat.
2118 (minus_one_ptid, ptid_build, pid_to_ptid, ptid_get_pid)
2119 (ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid): Change
2120 describing comments.
2121
2122 2013-10-04 Joel Brobecker <brobecker@adacore.com>
2123
2124 * aix-thread.c (sync_threadlists): Add missing ')' in call
2125 to ptid_build.
2126
2127 2013-10-04 Joel Brobecker <brobecker@adacore.com>
2128
2129 * procfs.c (procfs_init_inferior): Fix typo causing the build
2130 to fail.
2131
2132 2013-10-04 Joel Brobecker <brobecker@adacore.com>
2133
2134 * aix-thread.c (ptrace32): Remove cast to addr_ptr.
2135
2136 2013-10-04 Joel Brobecker <brobecker@adacore.com>
2137
2138 * mi/mi-main.c (run_one_inferior): Add function description.
2139 Make ARG a pointer to an integer whose value determines whether
2140 we should "run" or "start" the program.
2141 (mi_cmd_exec_run): Add handling of the "--start" option.
2142 Reject all other command-line options.
2143 * NEWS: Add entry for "-exec-run"'s new "--start" option.
2144
2145 2013-10-04 Yao Qi <yao@codesourcery.com>
2146
2147 * remote-notif.h (REMOTE_NOTIF_ID): New enum.
2148 (struct notif_client) <pending_event>: Moved
2149 to struct remote_notif_state.
2150 <id>: New field.
2151 (struct remote_notif_state) <pending_event>: New field.
2152 (notif_event_xfree): Declare.
2153 * remote-notif.c (handle_notification): Adjust.
2154 (notif_event_xfree): New function.
2155 (do_notif_event_xfree): Call notif_event_xfree.
2156 (remote_notif_state_xfree): Call notif_event_xfree to free
2157 each element in field pending_event.
2158 * remote.c (discard_pending_stop_replies): Remove declaration.
2159 (discard_pending_stop_replies_in_queue): Declare.
2160 (remote_close): Call discard_pending_stop_replies_in_queue
2161 instead of discard_pending_stop_replies.
2162 (remote_start_remote): Adjust.
2163 (stop_reply_xfree): Call notif_event_xfree.
2164 (notif_client_stop): Adjust initialization.
2165 (remote_notif_remove_all): Rename it to ...
2166 (remove_stop_reply_for_inferior): ... this. Update comments.
2167 Don't check INF is NULL.
2168 (discard_pending_stop_replies): Return early if notif_state is
2169 NULL. Adjust. Don't check INF is NULL.
2170 (remote_notif_get_pending_events): Adjust.
2171 (discard_pending_stop_replies_in_queue): New function.
2172 (remote_wait_ns): Likewise.
2173
2174 2013-10-04 Yao Qi <yao@codesourcery.com>
2175
2176 * remote-notif.c (DECLARE_QUEUE_P): Remove.
2177 (notif_queue): Remove.
2178 (remote_notif_process): Add one parameter 'notif_queue'.
2179 Update comments. Callers update.
2180 (remote_async_get_pending_events_token): Remove.
2181 (remote_notif_register_async_event_handler): Remove.
2182 (remote_notif_unregister_async_event_handler): Remove.
2183 (handle_notification): Add parameter 'notif_queue'. Update
2184 comments. Callers update.
2185 (notif_xfree): Remove.
2186 (remote_notif_state_allocate): New function.
2187 (remote_notif_state_xfree): New function.
2188 (_initialize_notif): Remove code to allocate queue.
2189 * remote-notif.h (DECLARE_QUEUE_P): Moved from remote-notif.c.
2190 (struct remote_notif_state): New.
2191 (handle_notification): Update declaration.
2192 (remote_notif_process): Likewise.
2193 (remote_notif_register_async_event_handler): Remove.
2194 (remote_notif_unregister_async_event_handler): Remove.
2195 (remote_notif_state_allocate): Declare.
2196 (remote_notif_state_xfree): Declare.
2197 * remote.c (struct remote_state) <notif_state>: New field.
2198 (remote_close): Don't call
2199 remote_notif_unregister_async_event_handler. Call
2200 remote_notif_state_xfree.
2201 (remote_open_1): Don't call
2202 remote_notif_register_async_event_handler. Call
2203 remote_notif_state_allocate.
2204
2205 2013-10-04 Yao Qi <yao@codesourcery.com>
2206
2207 * varobj.c (create_child_with_value): Remove 'const' from the
2208 type of parameter 'name'.
2209 (varobj_add_child): Likewise.
2210 (install_dynamic_child): Remove 'const' from the type of
2211 parameter 'name'.
2212 (varobj_add_child): Likewise.
2213 (create_child_with_value): Likewise. Update comments. Don't
2214 duplicate 'name'.
2215 (update_dynamic_varobj_children): Duplicate 'name'
2216 and pass it to install_dynamic_child.
2217
2218 2013-10-03 Phil Muldoon <pmuldoon@redhat.com>
2219
2220 * python/py-value.c (convert_value_from_python): Move PyInt_Check
2221 conversion logic to occur after PyLong_Check. Comment on order
2222 change significance.
2223 * python/py-arch.c (archpy_disassemble): Comment on order of
2224 conversion for integers and longs.
2225
2226 2013-10-03 Pedro Alves <palves@redhat.com>
2227
2228 * common/linux-ptrace.c (linux_check_ptrace_features): Factor out
2229 the PTRACE_O_TRACESYSGOOD and PTRACE_O_TRACEFORK to separate
2230 functions. Always test for PTRACE_O_TRACESYSGOOD even if
2231 PTRACE_O_TRACEFORK is not supported.
2232 (linux_test_for_tracesysgood): New function.
2233 (linux_test_for_tracefork): New function, factored out from
2234 linux_check_ptrace_features, and also don't kill child_pid here.
2235
2236 2013-10-03 Tristan Gingold <gingold@adacore.com>
2237
2238 * i386-darwin-nat.c (i386_darwin_dr_set): Fix argument type.
2239 Remove verbose error reporting. Use detected state to
2240 thread_set_state call.
2241 (i386_darwin_dr_get): Fix return type. Remove verbose error
2242 report.
2243 Remove trailing spaces.
2244
2245 2013-10-02 Pedro Alves <palves@redhat.com>
2246
2247 * cp-valprint.c (cp_print_value_fields): Adjust calls to
2248 val_print_optimized_out.
2249 * jv-valprint.c (java_print_value_fields): Likewise.
2250 * p-valprint.c (pascal_object_print_value_fields): Likewise.
2251 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full)
2252 <DWARF_VALUE_REGISTER>: If the register was not saved, return a
2253 new optimized out value.
2254 * findvar.c (address_from_register): Likewise.
2255 * frame.c (put_frame_register): Tweak error string to say the
2256 register was not saved, rather than optimized out.
2257 * infcmd.c (default_print_one_register_info): Adjust call to
2258 val_print_optimized_out. Use value_of_register instead of
2259 get_frame_register_value.
2260 * mi/mi-main.c (output_register): Use value_of_register instead of
2261 get_frame_register_value.
2262 * valprint.c (valprint_check_validity): Likewise.
2263 (val_print_optimized_out): New value parameter. If the value is
2264 lval_register, print <not saved> instead.
2265 (value_check_printable, val_print_scalar_formatted): Adjust calls
2266 to val_print_optimized_out.
2267 * valprint.h (val_print_optimized_out): New value parameter.
2268 * value.c (struct value) <optimized_out>: Extend comment.
2269 (error_value_optimized_out): New function.
2270 (require_not_optimized_out): Use it. Use a different string for
2271 lval_register values.
2272 * value.h (error_value_optimized_out): New declaration.
2273 * NEWS: Mention <not saved>.
2274
2275 2013-10-02 Joel Brobecker <brobecker@adacore.com>
2276
2277 * symtab.c (compare_search_syms): Use FILENAME_CMP instead of
2278 strcmp to compare two symtab filenames.
2279
2280 2013-10-02 Joel Brobecker <brobecker@adacore.com>
2281
2282 * symtab.c (search_symbols_equal): Delete.
2283 (sort_search_symbols_remove_dups): Replace call to
2284 search_symbols_equal by call to compare_search_syms,
2285 adjusting as necessary.
2286
2287 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
2288
2289 PR python/15579
2290 * python/python.c: Document gdb.execute command in Python help.
2291
2292 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
2293
2294 * python/py-frame.c (frame_info_to_frame_object): Use
2295 gdbpy_convert_exception. Clean up Python object on failure.
2296
2297 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
2298
2299 * python/lib/gdb/command/frame_filters.py
2300 (InfoFrameFilter.list_frame_filters): Retrieve exception manually.
2301 (ShowFrameFilterPriority.invoke): Ditto.
2302
2303 2013-10-01 Keith Seitz <keiths@redhat.com>
2304
2305 * linespec.c (struct ls_parser): Make 'saved_arg' const.
2306 (parse_linespec): Make 'argptr' const.
2307 Remove temporary cast of 'argptr' to const char **.
2308 (decode_line_full): Pass const pointer to parse_linespec.
2309 (decode_line_1): Likewise.
2310 (decode_objc): Make local variable 'new_argptr' const.
2311 (find_function_symbols): Remove temporary cast to char *
2312 to find_imps.
2313 * objc-lang.c (find_imps): Make argument 'method' const.
2314 Return const.
2315 * objc-lang.h (find_imps): Likewise.
2316
2317 2013-10-01 Keith Seitz <keiths@redhat.com>
2318
2319 * completer.c (skip_quoted_chars): Make all arguments const.
2320 Return const.
2321 (skip_quoted): Likewise.
2322 * completer.h (skip_quoted_chars): Likewise.
2323 (skip_quoted): Likewise.
2324 * defs.h (skip_quoted): Remove duplicate declaration.
2325 * jv-exp.y: Include completer.h.
2326 (yylex): Remove unneccessary cast to char * fro skip_quoted.
2327 * p-exp.y: Include completer.h.
2328
2329 2013-10-01 Keith Seitz <keiths@redhat.com>
2330
2331 * c-exp.y (parse_number): Make first argument const.
2332 Make a copy of the input to manipulate.
2333 (c_parse_escape): Make first argument const.
2334 Make local variable 'tokptr' const.
2335 (parse_string_or_char): Make first two arguments const.
2336 (macro_original_text): Make const.
2337 (lex_one_token): Make local variable 'tokstart' const.
2338 Likewise for local variables named 'p'.
2339 Cast away const for struct stoken (temporary).
2340 * c-lang.h (c_parse_escpae): Make first argument const.
2341 * cli/cli-cmds.c (echo_command): Make local variable 'p'
2342 const.
2343 * cli/cli-setshow.c (do_set_command): Likewise for 'p' in
2344 var_string case.
2345 * f-exp.y (parse_number): Make first argument const.
2346 (match_string_literal): Make local variable 'tokstart'
2347 const.
2348 (yylex): Make local variable 'p' const.
2349 Cast away const for struct stoken (temporary).
2350 * go-exp.y (parse_number): Make first argument const.
2351 (parse_string_or_char): Likewise.
2352 Make local variable 'tokstart' const.
2353 (lex_one_token): Likewise for numerous locals called 'p'.
2354 Cast away const for struct stoken (temporary).
2355 * jv-exp.y (parse_number): Make first argument const.
2356 Make local variables 'tokstart' and 'tokptr' const.
2357 Cast away const for call to skip_quoted (temporary).
2358 (yylex): Make local variable 'p' const.
2359 Cast away const for struct stoken (temporary).
2360 * m2-exp.y (parse_number): Make local variable 'p' const.
2361 (yylex): Likewise for 'tokstart'.
2362 Cast away const for struct stoken (temporary).
2363 Make local variable 'p' const.
2364 * macroexp.c (get_character_constant): Pass a const string
2365 to c_parse_escape.
2366 (get_string_literal): Likewise.
2367 (macro_expand_next): Make first argument const.
2368 Cast away const for init_shared_buffer.
2369 * macroexp.h (macro_expand_next): Make first argument const.
2370 * p-exp.y (yylex): Make a local copy of 'lexptr'.
2371 Pass a const string to c_parse_escape.
2372 Make local variables 'p' and 'namestart' const.
2373 * parse.c (lexptr): Make const.
2374 (prev_lexptr): Likewise.
2375 (find_template_name_end): Return const.
2376 Make argument const, too.
2377 (parse_exp_in_context): Make first argument const.
2378 Remove the entire const_hack.
2379 (parse_exp_in_context_1): Make first argument const.
2380 * parser-defs.h (find_template_name_end): Return const.
2381 Make argument const, too.
2382 (lexptr): Make const.
2383 (prev_lexptr): Likewise.
2384 * utils.c (parse_escape): Make second argument const.
2385 * utils.h (parse_escape): Likewise.
2386
2387 2013-10-01 Keith Seitz <keiths@redhat.com>
2388
2389 * ada-exp.y (write_object_renaming): Update: struct stoken.ptr
2390 is now const.
2391 (block_lookup): Make 'raw_name' and 'name' const.
2392 * ada-lex.l (processString): Update for struct stoken.ptr.
2393 * c-exp.y (qualified_name : TYPENAME COLONCOLON '~' name): Likewise.
2394 (operator_stoken): Likewise.
2395 (lex_one_token): Remove temporary cast to char * for
2396 'yylval.sval.ptr'.
2397 * f-exp.y (yylex): Likewise.
2398 * gdb-types.c (lookup_struct_elt_type): Make argument 'name' const.
2399 * gdbtypes.h (lookup_struct_elt_type): Likewisee.
2400 * go-exp.y (lex_one_token): Remove temporary cast to char * for
2401 'yylval.sval.ptr'.
2402 * jv-exp.y (QualifiedName): Update for struct stoken.ptr.
2403 (yylex): Remove temporary cast to char * for 'yylval.sval.ptr'.
2404 * linespec.c (struct ls_parser): Make 'stream' const.
2405 (find_parameter_list_end): Make argument 'input' and local
2406 variable 'p' const.
2407 (linespec_lexer_lex_string): Make local variables 'start' and
2408 'p' const.
2409 Use skip_spaces_const instead of skip_spaces.
2410 (linespec_lexer_peek_token): Make local variable 'saved_stream'
2411 const.
2412 (parse_linespec): Temporarily cast 'argptr' to const for
2413 'parser->lexer.stream'.
2414 * m2-exp.y (yylex): Remove temporary cast to char * for
2415 'yylval.sval.ptr'.
2416 * objc-lang.c (add_msglist): Make local variable 'p' const.
2417 * p-exp.y (exp : exp '['): Update for struct stoken.ptr.
2418 (exp : STRING): Make 'sp' const.
2419 (parse_number): Make argument 'p' const.
2420 * parser-defs.h (struct stoken): Make 'ptr' const.
2421
2422 2013-10-01 Doug Evans <dje@google.com>
2423
2424 * cli/cli-decode.c: Remove unnecessary inclusion of tui/tui.h.
2425
2426 2013-10-01 Yao Qi <yao@codesourcery.com>
2427
2428 * varobj.c (c_value_of_root): Remove declaration.
2429 (cplus_value_of_root, java_value_of_root): Likewise.
2430 (ada_value_of_root): Likewise.
2431 (struct language_specific) <value_of_root>: Remove.
2432 (languages): Update initialization.
2433 (check_scope): Move earlier.
2434 (c_value_of_root): Move earlier and rename to ...
2435 (value_of_root_1): ... this.
2436 (value_of_root): Caller update.
2437 (cplus_value_of_root, java_value_of_root): Remove.
2438 (ada_value_of_root): Remove.
2439
2440 2013-10-01 Yao Qi <yao@codesourcery.com>
2441
2442 * varobj.c (varobj_format_string): Remove "unknown".
2443 (languages): Remove the first element.
2444 * varobj.h (enum varobj_languages): Remove vlang_c.
2445
2446 2013-10-01 Yao Qi <yao@codesourcery.com>
2447
2448 * varobj.c (struct language_specific) <language>: Remove.
2449 (languages): Update the initialization.
2450
2451 2013-10-01 Yao Qi <yao@codesourcery.com>
2452
2453 * arm-wince-tdep.c: Remove inclusion of "solib.h" and
2454 "solib-target.h". Include "windows-tdep.h".
2455 (arm_wince_init_abi): Call windows_init_abi. Remove call to
2456 set_solib_ops and set_gdbarch_has_dos_based_file_system.
2457 * configure.tgt (arm*-wince-pe | arm*-*-mingw32ce*): Append
2458 windows-tdep.o to gdb_target_obs.
2459
2460 2013-10-01 Yao Qi <yao@codesourcery.com>
2461
2462 * amd64-windows-tdep.c: Remove inclusion of "solib.h" and
2463 "solib-target.h".
2464 (amd64_windows_init_abi): Don't call set_solib_ops and
2465 set_gdbarch_iterate_over_objfiles_in_search_order. Call
2466 windows_init_abi instead.
2467 * i386-cygwin-tdep.c: Remove inclusion of "solib.h" and
2468 "solib-target.h".
2469 (i386_cygwin_init_abi): Don't call set_solib_ops,
2470 set_gdbarch_has_dos_based_file_system and
2471 set_gdbarch_iterate_over_objfiles_in_search_order. Call
2472 windows_init_abi instead.
2473 * windows-tdep.c: Include "solib.h" and "solib-target.h".
2474 (windows_init_abi): New function.
2475 (windows_iterate_over_objfiles_in_search_order): Make it
2476 static.
2477 * windows-tdep.h (windows_init_abi): Declare.
2478 (windows_iterate_over_objfiles_in_search_order): Remove
2479 declaration.
2480
2481 2013-10-01 Jerome Guitton <guitton@adacore.com>
2482
2483 Checked in by Joel Brobecker <brobecker@adacore.com>
2484 * system-gdbinit/elinos.py (get_elinos_environment): Return an
2485 incomplete dictionnary instead of None in case of missing
2486 environment variables.
2487 (elinos_init): in case of an incomplete environment, best
2488 effort to load system libraries instead of abort.
2489
2490 2013-10-01 Joel Brobecker <brobecker@adacore.com>
2491
2492 * ada-lang.c (ada_has_this_exception_support): Ignore
2493 mst_solib_trampoline minimal symbols.
2494
2495 2013-09-30 Tristan Gingold <gingold@adacore.com>
2496
2497 * i386-darwin-nat.c (darwin_complete_target): Install methods for
2498 hardware watchpoint.
2499 (i386_darwin_dr_set): Support 32 and 64 bit states.
2500 (i386_darwin_dr_get): Likewise.
2501 (i386_darwin_dr_set_control): Make static.
2502 (i386_darwin_dr_set_addr, i386_darwin_dr_get_addr)
2503 (i386_darwin_dr_get_status, i386_darwin_dr_get_control): Likewise.
2504
2505 2013-09-30 Luis Machado <lgustavo@codesourcery.com>
2506
2507 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2508 Replace TIDGET with ptid_get_lwp.
2509 Replace GET_LWP with ptid_get_lwp.
2510 * aix-thread.c (BUILD_THREAD, BUILD_LWP): Remove.
2511 Replace BUILD_THREAD with ptid_build.
2512 Replace BUILD_LWP with ptid_build.
2513 Replace PIDGET with ptid_get_pid.
2514 Replace TIDGET with ptid_get_lwp.
2515 * alphabsd-nat.c: Replace PIDGET with ptid_get_pid.
2516 * amd64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2517 Replace TIDGET with ptid_get_lwp.
2518 * amd64bsd-nat.c: Replace PIDGET with ptid_get_pid.
2519 * arm-linux-nat.c: Replace PIDGET with ptid_get_pid.
2520 Replace TIDGET with ptid_get_lwp.
2521 Replace GET_LWP with ptid_get_lwp.
2522 * armnbsd-nat.c: Replace PIDGET with ptid_get_pid.
2523 * auxv.c: Likewise.
2524 * breakpoint.c: Likewise.
2525 * common/ptid.c (ptid_is_pid): Condense check for
2526 null_ptid and minus_one_ptid.
2527 (ptid_lwp_p): New function.
2528 (ptid_tid_p): New function.
2529 * common/ptid.h: Update comments for accessors.
2530 (ptid_lwp_p): New prototype.
2531 (ptid_tid_p): New prototype.
2532 * defs.h (PIDGET, TIDGET, MERGEPID): Do not define.
2533 * gcore.c: Replace PIDGET with ptid_get_pid.
2534 * gdbthread.h: Likewise.
2535 * gnu-nat.c: Likewise.
2536 * hppa-linux-nat.c: Replace PIDGET with ptid_get_pid.
2537 Replace TIDGET with ptid_get_lwp.
2538 * hppabsd-nat.c: Replace PIDGET with ptid_get_pid.
2539 * hppanbsd-nat.c: Likewise.
2540 * i386-linux-nat.c: Replace PIDGET with ptid_get_pid.
2541 Replace TIDGET with ptid_get_lwp.
2542 * i386bsd-nat.c: Replace PIDGET with ptid_get_pid.
2543 * ia64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2544 * infcmd.c: Likewise.
2545 * inferior.h: Likewise.
2546 * inflow.c: Likewise.
2547 * infrun.c: Likewise.
2548 * linux-fork.c: Likewise.
2549 * linux-nat.c: Replace PIDGET with ptid_get_pid.
2550 Replace GET_PID with ptid_get_pid.
2551 Replace is_lwp with ptid_lwp_p.
2552 Replace GET_LWP with ptid_get_lwp.
2553 Replace BUILD_LWP with ptid_build.
2554
2555 2013-09-28 Mike Frysinger <vapier@gentoo.org>
2556
2557 * common/linux-btrace.c: Move sys/syscall.h out of the
2558 HAVE_LINUX_PERF_EVENT_H check and wrap it in HAVE_SYS_SYSCALL_H.
2559 Also check for SYS_perf_event_open before attempting to buid.
2560
2561 2013-09-27 Doug Evans <dje@google.com>
2562
2563 * dwarf2read.c (dwarf2_section_info): Add comment.
2564 (dwp_file): Split loaded_cutus into loaded_cus, loaded_tus.
2565 All uses updated.
2566 (dwarf2_section_empty_p): Rename arg from "info" to "section".
2567 (dwarf2_read_section): Delete unused local "header". Add section
2568 name to error message.
2569 (create_dwo_in_dwp): Tweak comment.
2570 (MAX_NR_DWO_SECTIONS): Combine count of .debug_macro + .debug_macinfo.
2571
2572 * dwarf2read.c (die_reader_specs): Tweak comment.
2573 (get_section_bfd_owner, get_section_bfd_section): New functions.
2574 (get_section_name, get_section_file_name): New functions.
2575 (get_section_id, get_section_flags): New functions.
2576 (*): Use new functions to access section fields.
2577
2578 * dwarf2read.c (struct dwo_file): Add/tweak comments.
2579 (lookup_dwo_unit_in_dwp): Renamed from lookup_dwo_in_dwp. Remove
2580 arg "htab". All callers updated.
2581 (create_debug_types_hash_table): Remove redundant copy of
2582 abbrev_section.
2583 (create_dwo_in_dwp): Tweak comments.
2584 (read_str_index): Tweak comment. Record dwarf form name in static
2585 local.
2586
2587 2013-09-27 Pedro Alves <palves@redhat.com>
2588
2589 * remote.h (REMOTE_SYSROOT_PREFIX): New define.
2590 (remote_filename_p): Add comment.
2591 * remote.c (remote_filename_p): Adjust to use
2592 REMOTE_SYSROOT_PREFIX.
2593 * solib.c (solib_find): When deciding whether we need to add a
2594 directory separator, check whether the sysroot is "remote:"
2595 instead of checking whether the patch has a drive spec. Add
2596 comments.
2597
2598 2013-09-27 Pedro Alves <palves@redhat.com>
2599
2600 * remote.c (struct stop_reply) <solibs_changed, replay_event>:
2601 Delete fields.
2602 (remote_parse_stop_reply): Adjust, setting event->ws.kind
2603 directly.
2604
2605 2013-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2606
2607 Fix set debug frame output.
2608 * frame.c (fprint_frame_type): Add TAILCALL_FRAME entry. Move
2609 SENTINEL_FRAME entry lower to match enum frame_type order.
2610
2611 2013-09-26 Pierre Muller <muller@sourceware.org>
2612
2613 Replace constant values 8 to 15 by AMD64_R8_REGNUM to
2614 AMD64_R15_REGNUM when a register index is expected.
2615 * amd64-windows-tdep.c (amd64_windows_dummy_call_integer_regs):
2616 Substitute in array.
2617 * amd64-tdep.c (amd64_dwarf_regmap): Ditto.
2618 (amd64_push_arguments): Substitute in integer_regnum array.
2619
2620 2013-09-25 Doug Evans <dje@google.com>
2621
2622 * objfiles.c (allocate_objfile): Move comment to better place.
2623
2624 New option "set debug symfile on".
2625 * NEWS: Mention "set debug symfile".
2626 * Makefile.in (SFILES): Add symfile-debug.c.
2627 (COMMON_OBS): Add symfile-debug.o.
2628 * elfread.c (elf_symfile_read): Use objfile_set_sym_fns to set the
2629 objfile's symbol functions.
2630 * objfiles.h (objfile_set_sym_fns): Declare.
2631 * symfile-debug.c: New file.
2632 * symfile.c (syms_from_objfile_1): Use objfile_set_sym_fns to set the
2633 objfile's symbol functions.
2634 (reread_symbols): Ditto.
2635
2636 * symfile.h (struct sym_fns): Delete member "sym_flavour".
2637 All uses updated.
2638 (add_symtab_fns): Update prototype.
2639 * symfile.c (sym_fns_ptr): Delete. Replace with ...
2640 (registered_sym_fns): ... this.
2641 (symtab_fns): Update.
2642 (add_symtab_fns): New arg "flavour". All callers updated.
2643 (find_sym_fns): Rewrite to use new sym_fns registry.
2644
2645 * symfile.h (struct sym_fns): Add "objfile" argument to
2646 sym_read_linetable. All uses updated.
2647
2648 * symtab.c (domain_name, search_domain_name): New functions.
2649 * symtab.h (domain_name, search_domain_name): Declare.
2650
2651 * symfile.h (struct quick_symbol_functions): Reorg arg list of
2652 map_matching_symbols so objfile is first. All uses updated.
2653 * dwarf2read.c (dw2_map_matching_symbols): Update signature.
2654 * psymtab.c (map_matching_symbols_psymtab): Update signature.
2655
2656 2013-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
2657
2658 PR shlibs/8882
2659 * solib-svr4.c (svr4_read_so_list): Skip the vDSO when reading
2660 link map entries.
2661
2662 2013-09-24 Doug Evans <dje@google.com>
2663
2664 * objfiles.c (free_objfile): Move comment.
2665
2666 2013-09-24 Joel Brobecker <brobecker@adacore.com>
2667
2668 * ada-exp.y (string_to_operator): Delete.
2669 (dummy_string_to_ada_operator): Delete.
2670
2671 2013-09-24 Joel Brobecker <brobecker@adacore.com>
2672
2673 Revert:
2674 * i386-tdep.h (enum amd64_reg_class): New, moved here from
2675 amd64-tdep.c.
2676 (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
2677 call_dummy_integer_regs, and classify.
2678 * amd64-tdep.h (amd64_classify): Add declaration.
2679 * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
2680 (amd64_reg_class): Delete, moved to i386-tdep.h.
2681 (amd64_classify): Make non-static. Move declaration to amd64-tdep.h.
2682 Replace call to amd64_classify by call to tdep->classify.
2683 (amd64_push_arguments): Get the list of registers to use for
2684 passing integer parameters from the gdbarch tdep structure,
2685 rather than using a hardcoded one. Replace calls to amd64_classify
2686 by calls to tdep->classify.
2687 (amd64_push_dummy_call): Get the register number used for
2688 the "hidden" argument from tdep->call_dummy_integer_regs.
2689 (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
2690 and tdep->call_dummy_integer_regs. Set tdep->classify.
2691
2692 2013-09-24 Joel Brobecker <brobecker@adacore.com>
2693
2694 Revert:
2695 * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
2696 * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
2697 where tdep->memory_args_by_pointer is non-zero.
2698
2699 2013-09-24 Joel Brobecker <brobecker@adacore.com>
2700
2701 Revert:
2702 * i386-tdep.h (struct gdbarch_tdep): Add new field
2703 integer_param_regs_saved_in_caller_frame.
2704 * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
2705 stack if tdep->integer_param_regs_saved_in_caller_frame is set.
2706
2707 2013-09-24 Joel Brobecker <brobecker@adacore.com>
2708
2709 * amd64-windows-tdep.c: #include "value.h"
2710 (amd64_windows_classify): Delete.
2711 (amd64_windows_passed_by_integer_register)
2712 (amd64_windows_passed_by_xmm_register)
2713 (amd64_windows_passed_by_pointer)
2714 (amd64_windows_adjust_args_passed_by_pointer)
2715 (amd64_windows_store_arg_in_reg, amd64_windows_push_arguments)
2716 (amd64_windows_push_dummy_call): New functions.
2717 (amd64_windows_init_abi): Remove setting of
2718 tdep->call_dummy_num_integer_regs, tdep->call_dummy_integer_regs,
2719 tdep->classify, tdep->memory_args_by_pointer and
2720 tdep->integer_param_regs_saved_in_caller_frame.
2721 Add call to set_gdbarch_push_dummy_call.
2722
2723 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2724
2725 * dwarf2read.c (open_and_init_dwp_file): Try open_dwp_file also with
2726 objfile->original_name.
2727
2728 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2729
2730 Pass down original filename for objfile.
2731 * coffread.c (coff_symfile_read): Update symbol_file_add_separate call.
2732 * elfread.c (elf_symfile_read): Likewise.
2733 * jit.c (jit_object_close_impl): Update allocate_objfile call, no
2734 longer set ORIGINAL_NAME.
2735 (jit_bfd_try_read_symtab): Update symbol_file_add_from_bfd call.
2736 * jv-lang.c (get_dynamics_objfile): Update allocate_objfile call.
2737 * machoread.c (macho_add_oso_symfile): Add parameter name. Update
2738 symbol_file_add_from_bfd call.
2739 (macho_symfile_read_all_oso): Update two macho_add_oso_symfile calls.
2740 (macho_check_dsym): Add parameter filenamep. Change function comment.
2741 Set *filenamep.
2742 (macho_symfile_read): New variable dsym_filename. Update
2743 macho_check_dsym call. Use it for symbol_file_add_separate.
2744 * objfiles.c (allocate_objfile): Add parameter name. New comment for
2745 it. Use it for objfile->original_name.
2746 (objfile_name): Return OBFD's filename, if available.
2747 * objfiles.h (allocate_objfile): Add new parameter name.
2748 * solib.c (solib_read_symbols): Update symbol_file_add_from_bfd call.
2749 * symfile-mem.c (symbol_file_add_from_memory): Update
2750 symbol_file_add_from_bfd call.
2751 * symfile.c (read_symbols): Update symbol_file_add_separate call, new
2752 comment for it.
2753 (symbol_file_add_with_addrs): New parameter name, add function comment
2754 for it. Remove variable name. Update allocate_objfile call.
2755 (symbol_file_add_separate): New parameter name, add function comment
2756 for it. Update symbol_file_add_with_addrs call.
2757 (symbol_file_add_from_bfd): New parameter name. Update
2758 symbol_file_add_with_addrs call.
2759 (symbol_file_add): Update symbol_file_add_from_bfd call.
2760 (reread_symbols): New variable original_name. Save
2761 objfile->original_name by it.
2762 * symfile.h (symbol_file_add_from_bfd, symbol_file_add_separate): Add
2763 second parameter.
2764
2765 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2766
2767 Code cleanup: Add objfile_name accessor function.
2768 * ada-lang.c (is_known_support_routine): Use objfile_name.
2769 * auto-load.c (source_gdb_script_for_objfile)
2770 (auto_load_objfile_script): Likewise.
2771 * coffread.c (coff_symtab_read, read_one_sym): Likewise.
2772 * dbxread.c (dbx_symfile_read): Likewise.
2773 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
2774 * dwarf2loc.c (locexpr_describe_location_piece): Likewise.
2775 * dwarf2read.c (dwarf2_get_dwz_file, dwarf2_read_index)
2776 (dw2_symtab_iter_next, dw2_expand_symtabs_matching)
2777 (lookup_dwp_signatured_type, lookup_dwo_unit)
2778 (dwarf2_build_psymtabs_hard, scan_partial_symbols, process_queue)
2779 (fixup_go_packaging, process_imported_unit_die, dwarf2_physname)
2780 (read_import_statement, create_dwo_cu, open_and_init_dwp_file)
2781 (lookup_dwo_cutu, read_call_site_scope, dwarf2_ranges_read)
2782 (dwarf2_record_block_ranges, read_common_block, read_typedef)
2783 (read_subrange_type, load_partial_dies, read_partial_die)
2784 (read_addr_index_1, read_str_index, dwarf_decode_lines_1)
2785 (die_containing_type, build_error_marker_type, lookup_die_type)
2786 (follow_die_ref_or_sig, follow_die_ref, dwarf2_fetch_die_loc_sect_off)
2787 (dwarf2_fetch_constant_bytes, follow_die_sig, get_signatured_type)
2788 (get_DW_AT_signature_type, write_psymtabs_to_index)
2789 (save_gdb_index_command): Likewise.
2790 * elfread.c (find_separate_debug_file_by_buildid, elf_symfile_read):
2791 Likewise.
2792 * expprint.c (dump_subexp_body_standard): Likewise.
2793 * gdbtypes.c (type_name_no_tag_or_error): Likewise.
2794 * jit.c (jit_object_close_impl): Use the objfile field name renamed to
2795 original_name.
2796 * linux-thread-db.c (try_thread_db_load_from_pdir_1): New variable
2797 obj_name, use objfile_name for it, use the variable.
2798 (try_thread_db_load_from_pdir, has_libpthread, thread_db_new_objfile):
2799 Use objfile_name.
2800 * machoread.c (macho_symtab_read, macho_check_dsym)
2801 (macho_symfile_relocate): Likewise.
2802 * maint.c (maintenance_translate_address): Likewise.
2803 * minidebug.c (find_separate_debug_file_in_section): Likewise.
2804 * minsyms.c (install_minimal_symbols): Likewise.
2805 * objfiles.c (allocate_objfile): Use the objfile field name renamed to
2806 original_name.
2807 (filter_overlapping_sections): Use objfile_name.
2808 (objfile_name): New function.
2809 * objfiles.h (struct objfile): Rename field name to original_name.
2810 (objfile_name): New prototype.
2811 * printcmd.c (sym_info, address_info): Use objfile_name.
2812 * probe.c (parse_probes, collect_probes, compare_probes)
2813 (info_probes_for_ops): Likewise.
2814 * progspace.c (clone_program_space): Likewise.
2815 * psymtab.c (require_partial_symbols, dump_psymtab, allocate_psymtab)
2816 (maintenance_info_psymtabs): Likewise.
2817 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
2818 (source_section_scripts): Likewise.
2819 * python/py-objfile.c (objfpy_get_filename): Likewise.
2820 * python/py-progspace.c (pspy_get_filename): Likewise.
2821 * solib-aix.c (solib_aix_get_toc_value): Likewise.
2822 * solib-som.c (match_main, som_solib_section_offsets): Likewise.
2823 * solib.c (solib_read_symbols): Likewise.
2824 * stabsread.c (scan_file_globals): Likewise.
2825 * stap-probe.c (handle_stap_probe): Likewise.
2826 * symfile.c (symbol_file_clear, separate_debug_file_exists)
2827 (find_separate_debug_file_by_debuglink): Likewise.
2828 (reread_symbols): Likewise. Use the objfile field name renamed to
2829 original_name.
2830 (allocate_symtab): Use objfile_name.
2831 * symmisc.c (print_symbol_bcache_statistics, print_objfile_statistics)
2832 (dump_objfile, dump_msymbols, dump_symtab_1)
2833 (maintenance_print_msymbols, maintenance_print_objfiles)
2834 (maintenance_info_symtabs, maintenance_check_symtabs): Likewise.
2835 * target.c (target_translate_tls_address, target_info): Likewise.
2836 * xcoffread.c (xcoff_initial_scan): Make variable name const. Use
2837 objfile_name.
2838
2839 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2840
2841 Code cleanup.
2842 * probe.c (parse_probes): Rename variable objfile_name to
2843 objfile_namestr.
2844
2845 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2846
2847 Remove solib-sunos.c.
2848 * Makefile.in (ALLDEPFILES): Remove solib-sunos.c.
2849 * config/m68k/obsd.mh (NATDEPFILES): Remove solib-sunos.o.
2850 * objfiles.c (rt_common_objfile): Remove.
2851 (free_objfile): Remove rt_common_objfile comparison.
2852 * objfiles.h (rt_common_objfile): Remove.
2853 * solib-sunos.c: Remove.
2854 * symfile.c (reread_symbols): Remove solib-sunos.c comment.
2855
2856 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2857
2858 Remove a.out NetBSD and OpenBSD hosts.
2859 * NEWS (Removed native configurations): New.
2860 * config/arm/nbsdaout.mh: Remove.
2861 * config/i386/nbsdaout.mh: Remove.
2862 * config/i386/obsdaout.mh: Remove.
2863 * config/m68k/nbsdaout.mh: Remove.
2864 * config/sparc/nbsdaout.mh: Remove.
2865 * config/vax/nbsdaout.mh: Remove.
2866 * configure.host (arm*-*-netbsd*, i[34567]86-*-netbsd*)
2867 (i[34567]86-*-openbsd[0-2].*, i[34567]86-*-openbsd3.[0-3])
2868 (m68*-*-netbsd*, sparc-*-netbsd*, vax-*-netbsd*): Add them to obsolete
2869 error.
2870 (arm*-*-netbsd*, i[34567]86-*-netbsd*, i[34567]86-*-openbsd[0-2].*)
2871 (i[34567]86-*-openbsd3.[0-3], m68*-*-netbsd*, sparc-*-netbsdaout*)
2872 (sparc-*-netbsd*, vax-*-netbsd*): Remove.
2873
2874 2013-09-23 Tom Tromey <tromey@redhat.com>
2875
2876 * linespec.c (struct minsym_and_objfile): Remove.
2877 (minsym_and_objfile_d): Remove.
2878 (struct linespec, struct collect_info, linespec_parse_basic)
2879 (convert_linespec_to_sals, linespec_parser_delete, decode_objc)
2880 (compare_msymbols, find_method, find_function_symbols)
2881 (find_linespec_symbols, struct collect_minsyms, compare_msyms)
2882 (add_minsym, search_minsyms_for_name): Update.
2883
2884 2013-09-23 Andrew Burgess <aburgess@broadcom.com>
2885
2886 * regcache.c: Add include of valprint.h.
2887 (dump_endian_bytes): Delete.
2888 (regcache_dump): Use print_hex_chars not dump_endian_bytes.
2889
2890 2013-09-23 Andrew Burgess <aburgess@broadcom.com>
2891
2892 * sh64-tdep.c (sh64_do_fp_register): Use print_hex_chars.
2893
2894 2013-09-19 Pedro Alves <palves@redhat.com>
2895
2896 * breakpoint.c (remove_threaded_breakpoints): Skip non-user
2897 breakpoints.
2898
2899 2013-09-19 Pedro Alves <palves@redhat.com>
2900 Thomas Schwinge <thomas@codesourcery.com>
2901 Yue Lu <hacklu.newborn@gmail.com>
2902
2903 * gnu-nat.c (gnu_read_inferior, gnu_write_inferior): Make static.
2904 Take a gdb_byte pointer instead of a char pointer.
2905
2906 * gnu-nat.c (gnu_xfer_memory): Adjust interface as
2907 gnu_xfer_partial helper.
2908 (gnu_xfer_partial): New function.
2909 (gnu_target): Don't install a deprecated_xfer_memory hook.
2910 Install a to_xfer_partial hook.
2911
2912 2013-09-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2913
2914 Constification.
2915 * main.c (captured_main): Replace catch_command_errors by
2916 catch_command_errors_const. Twice.
2917 * symfile.c (symbol_file_add_main_1): Make args parameter const.
2918 (symbol_file_add): Make name parameter const.
2919 (symbol_file_add_main, symbol_file_add_main_1): Make args parameter const.
2920 (symfile_bfd_open): Make name parameter const, rename it to cname. Add
2921 variable name. Change their usage accordingly.
2922 * symfile.h (symbol_file_add, symfile_bfd_open): Make first parameter
2923 const.
2924 (symbol_file_add_main): Make args parameter const.
2925
2926 2013-09-18 Raunaq Bathija <raunaq12@in.ibm.com>
2927 Ulrich Weigand <uweigand@de.ibm.com>
2928
2929 * xcoffread.c (struct coff_symbol): Use CORE_ADDR as type
2930 of c_value member.
2931 (read_xcoff_symtab): Use CORE_ADDR as type of fcn_start_addr.
2932
2933 2013-09-18 Pedro Alves <palves@redhat.com>
2934 Yue Lu <hacklu.newborn@gmail.com>
2935
2936 * gnu-nat.c (inf_validate_procs, gnu_wait, gnu_resume)
2937 (gnu_create_inferior)
2938 (gnu_attach, gnu_thread_alive, gnu_pid_to_str, cur_thread)
2939 (set_sig_thread_cmd): Use the lwpid field of ptids to
2940 store/extract thread ids instead of the tid field.
2941 * i386gnu-nat.c (gnu_fetch_registers): Adjust.
2942
2943 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
2944
2945 * infcmd.c (default_print_one_register_info): Add detection of
2946 optimized out values.
2947 (default_print_registers_info): Switch to using
2948 get_frame_register_value.
2949
2950 2013-09-18 Markus Metzger <markus.t.metzger@intel.com>
2951
2952 * infrun.c (handle_inferior_event): Check if we know the
2953 function start address before setting a resume breakpoint.
2954
2955 2013-09-18 Pedro Alves <palves@redhat.com>
2956
2957 * gnu-nat.c (set_sig_thread_cmd): Compare the thread's ptid to
2958 minus_one_ptid instead of looking at the ptid's tid field and
2959 comparing that to -1.
2960
2961 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
2962
2963 * main.h (get_gdb_program_name): Remove extra whitespace.
2964
2965 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
2966
2967 * main.h (get_gdb_program_name): Add declaration.
2968 * main.c (get_gdb_program_name): Add definition.
2969
2970 2013-09-17 Doug Evans <dje@google.com>
2971
2972 * dwarf2read.c: Move definitions of complaint functions to after
2973 forward declarations of local functions.
2974
2975 2013-09-17 Muhammad Waqas <mwaqas@codesourcery.com>
2976 Pedro Alves <palves@redhat.com>
2977
2978 PR gdb/11568
2979 * breakpoint.c (remove_threaded_breakpoints): New function.
2980 (_initialize_breakpoint): Attach remove_threaded_breakpoints
2981 as thread_exit observer.
2982
2983 2013-09-17 Pedro Alves <palves@redhat.com>
2984
2985 PR gdb/15911
2986 * ada-tasks.c (task_command_1): Adjust call to print_stack_frame.
2987 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
2988 * corelow.c (core_open):
2989 * frame.h (print_stack_frame, print_frame_info): New
2990 'set_current_sal' parameter.
2991 * infcmd.c (finish_command, kill_command): Adjust call to
2992 print_stack_frame.
2993 * inferior.c (inferior_command): Likewise.
2994 * infrun.c (normal_stop): Likewise.
2995 * linux-fork.c (linux_fork_context): Likewise.
2996 * record-full.c (record_full_goto_entry, record_full_restore):
2997 Likewise.
2998 * remote-mips.c (common_open): Likewise.
2999 * stack.c (print_stack_frame): New 'set_current_sal' parameter.
3000 Use it.
3001 (print_frame_info): New 'set_current_sal' parameter. Set the last
3002 displayed sal depending on the new paremeter instead of looking at
3003 print_what.
3004 (backtrace_command_1, select_and_print_frame, frame_command)
3005 (current_frame_command, up_command, down_command): Adjust call to
3006 print_stack_frame.
3007 * thread.c (print_thread_info, restore_selected_frame)
3008 (do_captured_thread_select): Adjust call to print_stack_frame.
3009 * tracepoint.c (tfind_1): Likewise.
3010 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
3011 (mi_cmd_stack_info_frame): Likewise.
3012 * mi/mi-interp.c (mi_on_normal_stop): Likewise.
3013 * mi/mi-main.c (mi_cmd_exec_return, mi_cmd_trace_find): Likewise.
3014
3015 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3016
3017 * value.c (isvoid_internal_fn): Replace "parameter" with
3018 "argument".
3019
3020 2013-09-16 Stan Shebs <stan@codesourcery.com>
3021
3022 * README: Update references to writing code for GDB.
3023 * configure.ac (build_warnings): Remove obsolete comment.
3024 * configure: Regenerate.
3025 * gdbarch.sh: Remove references to gdbint.texinfo.
3026 * gdbarch.h: Regenerate.
3027 * gdbtypes.c (objfile_type): Remove comments referencing internals
3028 manual and D10V.
3029
3030 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3031
3032 * NEWS: Mention new convenience function $_isvoid.
3033 * value.c (isvoid_internal_fn): New function.
3034 (_initialize_values): Add new convenience function $_isvoid.
3035
3036 2013-09-16 Pierre Muller <muller@sourceware.org>
3037
3038 * arm-linux-tdep.c: Add "elf/common.h" header.
3039 Remove AT_HWCAP macro definintion as it is provided in
3040 added include file.
3041 * s390-tdep.c: Remove system header <elf.h>
3042 Add "elf/common.h" header for AT_HWCAP definition.
3043 (s390_core_read_description): Use correct CORE_ADDR
3044 for hwcap local variable used as third parameter
3045 of function target_auxv_search.
3046
3047 2013-09-14 Pierre Muller <muller@sourceware.org>
3048 Tom Tromey <tromey@redhat.com>
3049 Pedro Alves <palves@redhat.com>
3050
3051 * common/filestuff.c (gdb_fopen_cloexec): Do not try to use "e"
3052 mode if operating system doesn't know O_CLOEXEC.
3053
3054 2013-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3055
3056 Code cleanup.
3057 * symfile.c (reread_symbols): Move variable obfd_filename to a more
3058 inner block.
3059
3060 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3061
3062 * NEWS: Mention TDB support.
3063 * features/s390-tdb.xml: New file.
3064 * features/s390-te-linux64.xml: New file.
3065 * features/s390x-te-linux64.xml: New file.
3066 * features/Makefile (WHICH): Add new tdescs above.
3067 (s390-te-linux64-expedite): Set.
3068 (s390x-te-linux64-expedite): Set.
3069 * features/s390-te-linux64.c: New file (generated).
3070 * features/s390x-te-linux64.c: New file (generated).
3071 * regformats/s390-te-linux64.dat: New file (generated).
3072 * regformats/s390x-te-linux64.dat: New file (generated).
3073 * s390-tdep.h (HWCAP_S390_HIGH_GPRS): Define.
3074 (HWCAP_S390_TE): Likewise.
3075 (S390_TDB_DWORD0_REGNUM): Likewise.
3076 (S390_TDB_DWORD0_REGNUM): Likewise.
3077 (S390_TDB_ABORT_CODE_REGNUM): Likewise.
3078 (S390_TDB_CONFLICT_TOKEN_REGNUM): Likewise.
3079 (S390_TDB_ATIA_REGNUM): Likewise.
3080 (S390_TDB_R0_REGNUM): Likewise.
3081 (S390_TDB_R1_REGNUM): Likewise.
3082 (S390_TDB_R2_REGNUM): Likewise.
3083 (S390_TDB_R3_REGNUM): Likewise.
3084 (S390_TDB_R4_REGNUM): Likewise.
3085 (S390_TDB_R5_REGNUM): Likewise.
3086 (S390_TDB_R6_REGNUM): Likewise.
3087 (S390_TDB_R7_REGNUM): Likewise.
3088 (S390_TDB_R8_REGNUM): Likewise.
3089 (S390_TDB_R9_REGNUM): Likewise.
3090 (S390_TDB_R10_REGNUM): Likewise.
3091 (S390_TDB_R11_REGNUM): Likewise.
3092 (S390_TDB_R12_REGNUM): Likewise.
3093 (S390_TDB_R13_REGNUM): Likewise.
3094 (S390_TDB_R14_REGNUM): Likewise.
3095 (S390_TDB_R15_REGNUM): Likewise.
3096 (S390_NUM_REGS): Increase.
3097 (S390_IS_TDBREGSET_REGNUM): New macro.
3098 (s390_regmap_tdb): Declare.
3099 (s390_sizeof_tdbregset): Define.
3100 (tdesc_s390_te_linux64): Declare.
3101 (tdesc_s390x_te_linux64): Likewise.
3102 * s390-tdep.c: Add includes for "auxv.h", <elf.h>,
3103 "features/s390-te-linux64.c", and "features/s390x-te-linux64.c".
3104 (s390_regmap_tdb): New regmap.
3105 (s390_supply_tdb_regset): New function.
3106 (s390_tdb_regset): New regset.
3107 (s390_linux64v2_regset_sections): Add TDB regset to list.
3108 (s390x_linux64v2_regset_sections): Likewise.
3109 (s390_regset_from_core_section): Recognize TDB core note section.
3110 (s390_core_read_description): If HWCAP indicates TE support,
3111 select tdesc_s390_te_linux64 or tdesc_s390_s390x_te_linux64.
3112 (s390_gdbarch_init): Handle TDB regset.
3113 (_initialize_s390_tdep): Initialize new tdescs.
3114 * s390-nat.c (HWCAP_S390_HIGH_GPRS): Remove define.
3115 (have_regset_tdb): New variable.
3116 (s390_native_supply): Support register invalidation.
3117 (fetch_regset): Invalidate registers if ptrace yields ENODATA.
3118 (check_regset): Treat ENODATA as "regset exists".
3119 (s390_linux_fetch_inferior_registers): Add TDB.
3120 (s390_read_description): Check for TDB existence and select
3121 appropriate tdesc.
3122 * gdbserver/Makefile.in (clean): Add removal of new makefile
3123 targets.
3124 (s390-te-linux64.c): New makefile target.
3125 (s390x-te-linux64.c): Likewise.
3126 * gdbserver/configure.srv (srv_regobj): Append new objects
3127 s390-te-linux64.o and s390x-te-linux64.o.
3128 (srv_xmlfiles): Append new files s390-te-linux64.xml,
3129 s390x-te-linux64.xml, and s390-tdb.xml.
3130 * gdbserver/linux-s390-low.c (init_registers_s390_te_linux64): New
3131 declaration.
3132 (tdesc_s390_te_linux64): Likewise.
3133 (init_registers_s390x_te_linux64): Likewise.
3134 (tdesc_s390x_te_linux64): Likewise.
3135 (s390_check_regset): Treat ENODATA as "regset exists".
3136 (s390_arch_setup): Add TDB regset support.
3137 (initialize_low_arch): Initialize registers for new tdescs.
3138
3139 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3140
3141 * s390-tdep.h (S390_IS_GREGSET_REGNUM): New macro.
3142 (S390_IS_FPREGSET_REGNUM): New macro.
3143 * s390-tdep.c (s390_dwarf_regmap): Make const.
3144 (regnum_is_gpr_full): New function for replacing repeated code.
3145 (s390_pseudo_register_name): Use it.
3146 (s390_pseudo_register_type): Likewise.
3147 (s390_pseudo_register_read): Likewise.
3148 (s390_pseudo_register_write): Likewise.
3149 (s390_unwind_pseudo_register): Likewise.
3150 (s390_regmap_gregset): New format for regmap.
3151 (s390x_regmap_gregset): Likewise.
3152 (s390_regmap_fpregset): Likewise.
3153 (s390_regmap_upper): Likewise.
3154 (s390_regmap_last_break): Likewise.
3155 (s390_regmap_system_call): Likewise.
3156 (s390_supply_regset): Adjust to new regmap format.
3157 (s390_collect_regset): Likewise.
3158 * s390-nat.c (s390_native_supply): Adjust to new regmap format.
3159 (s390_native_collect): Likewise.
3160 (supply_gregset): Likewise.
3161 (fill_gregset): Likewise.
3162 (supply_fpregset): Likewise.
3163 (fill_fpregset): Likewise.
3164 (fetch_regset): Likewise.
3165 (store_regset): Likewise.
3166 (s390_linux_fetch_inferior_registers): Likewise.
3167 (s390_linux_fetch_inferior_registers): Likewise.
3168
3169 2013-09-12 Andrew Pinski <apinski@cavium.com>
3170
3171 * aarch64-linux-nat.c (aarch64_linux_set_debug_regs): Zero out regs.
3172
3173 2013-09-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
3174
3175 * config/s390/s390.mh (NATDEPFILES): Add linux-waitpid.o.
3176
3177 2013-09-09 Andrew Burgess <aburgess@broadcom.com>
3178
3179 * top.c (quit_confirm): Remove use of deprecated_init_ui_hook.
3180
3181 2013-09-06 Pedro Alves <palves@redhat.com>
3182
3183 * remote-sim.c (dump_mem, gdbsim_fetch_register)
3184 (gdbsim_store_register, gdbsim_kill, gdbsim_load)
3185 (gdbsim_create_inferior, gdbsim_open, gdbsim_close)
3186 (gdbsim_detach, gdbsim_resume_inferior, gdbsim_wait)
3187 (gdbsim_files_info, gdbsim_mourn_inferior): Send debug output to
3188 gdb_stdlog.
3189
3190 2013-09-06 Pedro Alves <palves@redhat.com>
3191
3192 * remote-sim.c (dump_mem): Constify buf parameter.
3193 gdbsim_xfer_inferior_memory): Rename to ...
3194 (gdbsim_xfer_memory): ... this. Adjust interface as
3195 target_xfer_partial helper.
3196 (gdbsim_xfer_partial): New function.
3197 (init_gdbsim_ops): Don't install a deprecated_xfer_memory hook.
3198 Install a to_xfer_partial hook. Send output to gdb_stdlog.
3199
3200 2013-09-06 Pedro Alves <palves@redhat.com>
3201
3202 * remote-sim.c (gdbsim_xfer_inferior_memory): Use
3203 host_address_to_string, and send debug output to gdb_stdlog.
3204
3205 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
3206
3207 * Makefile.in (ALL_TARGET_OBS): Add cris-linux-tdep.o.
3208 * configure.tgt: Add cris-linux-tdep.o and linux-tdep.o to
3209 gdb_target_obs for cris target.
3210 * cris-tdep.c (struct gdbarch_tdep): Move to cris-tdep.h.
3211 (cris_gdbarch_init): Move calls to
3212 set_gdbarch_fetch_tls_load_module_address and
3213 set_solib_svr4_fetch_link_map_offsets to cris-linux-tdep.c.
3214 Add call to gdbarch_init_osabi.
3215 * cris-linux-tdep.c: New file.
3216 * cris-tdep.h: New file.
3217
3218 2013-09-06 Andrew Burgess <aburgess@broadcom.com>
3219
3220 * tui/tui-io.c (tui_initialize_io): Remove legacy comment referring
3221 to deprecated_init_ui_hook.
3222
3223 2013-09-06 Andrew Burgess <aburgess@broadcom.com>
3224
3225 * cli/cli-interp.c (_initialize_cli_interp): Add a
3226 command_loop_proc to interp_procs.
3227 * event-top.c (cli_command_loop): Change signature to match
3228 interp_command_loop_ftype.
3229 * event-top.h (cli_command_loop): Same.
3230 * interps.c (interp_new): Require every interpreter to have a
3231 command_loop_proc.
3232 (current_interp_command_loop): Just call the command_loop_proc on
3233 the current interpreter.
3234 * tui/tui-interp.c (_initialize_tui_interp): Add a
3235 command_loop_proc to interp_procs.
3236
3237 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
3238
3239 * cris-tdep.c (cris_gdbarch_init): Add call to
3240 get_gdbarch_fetch_tls_load_module_address.
3241
3242 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
3243
3244 * cris-tdep.c (cris_elf_greg_t): Rename from elf_greg_t.
3245 (cris_elf_gregset_t): Rename from elf_gregset_t.
3246 (crisv32_elf_gregset_t): Adjust.
3247 (cris_supply_gregset, fetch_core_registers): Adjust.
3248
3249 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
3250
3251 * cris-tdep.c (elf_greg_t): Change typedef to unsigned char[4]
3252
3253 2013-09-05 Andrew Burgess <aburgess@broadcom.com>
3254
3255 * defs.h (deprecated_command_loop_hook): Remove, including
3256 references in comments.
3257 * interps.c (current_interp_command_loop): No longer use
3258 deprecated_command_loop_hook.
3259 (clear_interpreter_hooks): Remove deprecated_command_loop_hook
3260 setup.
3261 * top.c (deprecated_command_loop_hook): Remove.
3262
3263 2013-09-05 Pedro Alves <palves@redhat.com>
3264
3265 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): 'dwarf_regnum'
3266 local is now int instead of ULONGEST. Print it with %d
3267 instead of paddress.
3268
3269 2013-09-05 Tristan Gingold <gingold@adacore.com>
3270
3271 * MAINTAINERS: Remove avr maintainership.
3272
3273 2013-09-05 Pedro Alves <palves@redhat.com>
3274
3275 * findvar.c (value_of_register): Rework in terms of
3276 value_of_register_lazy.
3277
3278 2013-09-05 Muhammad Bilal <mbilal@codesourcery.com>
3279
3280 * symfile.c (add_symbol_file_command): Remove trailing
3281 whitespaces and blank line after comment.
3282
3283 2013-09-05 Pedro Alves <palves@redhat.com>
3284
3285 * tui/tui-regs.c (tui_register_format): Don't look at the
3286 register's name here. Return string representing register
3287 value instead of storing it in the data element.
3288 (tui_get_register): Compare register string representations
3289 instead of register value states and contents.
3290
3291 2013-09-05 Pedro Alves <palves@redhat.com>
3292
3293 PR tui/15933
3294 * tui/tui-regs.c (tui_show_registers): Show registers of the
3295 selected frame, not the current frame.
3296
3297 2013-09-05 Ricard Wanderlof <ricardw@axis.com>
3298
3299 * MAINTAINERS (Write After Approval): Add myself to the list.
3300
3301 2013-09-04 Doug Evans <dje@google.com>
3302
3303 * dwarf2read.c (queue_and_load_all_dwo_tus): New function.
3304 (queue_and_load_dwo_tu): New function.
3305 (lookup_dwo_signatured_type): Set per_cu.tu_read.
3306 (maybe_queue_comp_unit): Rename this_cu argument to dependent_cu.
3307 Make dependent_cu optional.
3308 (dw2_do_instantiate_symtab): If we just loaded a CU from a DWO,
3309 and an older .gdb_index is in use, queue and load all its TUs too.
3310
3311 2013-09-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3312
3313 Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.
3314 * cli/cli-cmds.c (find_and_open_script): Add OPF_RETURN_REALPATH to
3315 variable search_flags.
3316 * defs.h (OPF_DISABLE_REALPATH): Rename to ...
3317 (OPF_RETURN_REALPATH): ... here.
3318 * dwarf2read.c (try_open_dwop_file): Set OPF_RETURN_REALPATH for flags.
3319 * exec.c (exec_file_attach): Remove OPF_DISABLE_REALPATH from openp
3320 call. Twice.
3321 * nto-tdep.c (nto_find_and_open_solib): Add OPF_RETURN_REALPATH for
3322 openp call.
3323 * solib.c (solib_find): Likewise. Four times.
3324 * source.c (openp): Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH
3325 in the function comment and for the realpath_fptr variable.
3326 (source_full_path_of): Add OPF_RETURN_REALPATH for openp call.
3327 (find_and_open_source): Likewise. Twice.
3328 * symfile.c (symfile_bfd_open): Likewise, also twice.
3329
3330 2013-09-04 Doug Evans <dje@google.com>
3331
3332 * progspace.c (save_current_space_and_thread): Remove unnecessary
3333 call to save_current_inferior.
3334
3335 2013-09-04 Andrew Burgess <aburgess@broadcom.com>
3336
3337 * sh64-tdep.c (sh64_do_register): Return after printing message
3338 about unavailable register contents.
3339
3340 2013-09-04 Muhammad Bilal <mbilal@codesourcery.com>
3341 Pedro Alves <palves@redhat.com>
3342
3343 * symfile.c (add_symbol_file_command): Error out on unknown
3344 option. Handle EXPECTING_SEC_ADDR/EXPECTING_SEC_NAME before '-'
3345 options and collapse into single conditional branch.
3346
3347 2013-09-03 Luis Machado <lgustavo@codesourcery.com>
3348
3349 * inf-child.c (inf_child_follow_fork): New parameter
3350 detach_fork.
3351 * inf-ptrace.c (inf_ptrace_follow_fork): Likewise.
3352 * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
3353 * inferior.h (detach_fork): Remove.
3354 * infrun.c (detach_fork): Adjust comment and make it
3355 static.
3356 (follow_fork): Pass detach_fork parameter to
3357 target_follow_fork.
3358 * linux-nat.c (linux_child_follow_fork): New parameter
3359 detach_fork.
3360 * target.c (target_follow_fork): New parameter detach_fork.
3361 Pass detach_fork as parameter and print its value.
3362 * target.h (struct target_ops) <to_follow_fork>: New int
3363 parameter.
3364 (target_follow_fork): New parameter detach_fork.
3365
3366 2013-09-03 Joel Brobecker <brobecker@adacore.com>
3367
3368 * solib-ia64-hpux.c (ia64_hpux_relocate_section_addresses):
3369 Replace sec->bfd by sec->the_bfd_section->owner.
3370
3371 2013-09-03 Yao Qi <yao@codesourcery.com>
3372
3373 * linux-tdep.c (linux_is_uclinux): New function. Code moved
3374 from linux_has_shared_address_space.
3375 (linux_has_shared_address_space): Call linux_is_uclinux.
3376 * linux-tdep.h (linux_is_uclinux): Declare.
3377 * m68klinux-tdep.c (m68k_linux_get_sigtramp_info): Call
3378 linux_is_uclinux.
3379
3380 2013-09-03 Yao Qi <yao@codesourcery.com>
3381
3382 * config/djgpp/fnchange.lst: Remove entry of
3383 i386-interix-nat.c and i386-interix-tdep.c.
3384 * configure.ac: Remove '*-*-interix*'.
3385 * configure: Re-generated.
3386 * defs.h (enum gdb_osabi): Remove GDB_OSABI_INTERIX.
3387 * i386-cygwin-tdep.c (i386_cygwin_osabi_sniffer): Remove
3388 obsolete comments.
3389 * osabi.c (gdb_osabi_names): Remove "Interix".
3390
3391 2013-09-03 Yao Qi <yao@codesourcery.com>
3392
3393 * arch-utils.c: Fix typo in the comment to gdbarch_update_p.
3394
3395 2013-09-02 Markus Metzger <markus.t.metzger@intel.com>
3396
3397 * record.h (record_print_flag) <record_print_src_line,
3398 record_print_insn_range>: Rename into ...
3399 (record_print_flag) <record_print_src_line,
3400 record_print_insn_range>: ... this. Update all users.
3401
3402 2013-09-02 Pierre Muller <muller@sourceware.org>
3403
3404 * windows-nat.c (windows_xfer_memory): Handle ERROR_PARTIAL_COPY
3405 error code.
3406
3407 2013-09-02 Pierre Muller <muller@sourceware.org>
3408
3409 * windows-nat.c (windows_xfer_memory): Fix compilation failure
3410 by use of plongest function.
3411
3412 2013-09-02 Tristan Gingold <gingold@adacore.com>
3413
3414 * NEWS: Add entry mentioning support for native Windows x64
3415 SEH data.
3416
3417 * amd64-windows-tdep.c: #include "objfiles.h", "frame-unwind.h",
3418 "coff/internal.h", "coff/i386.h", "coff/pe.h" and "libcoff.h".
3419 (struct amd64_windows_frame_cache): New struct.
3420 (amd64_windows_w2gdb_regnum): New global.
3421 (pc_in_range, amd64_windows_frame_decode_epilogue)
3422 (amd64_windows_frame_decode_insns, amd64_windows_find_unwind_info)
3423 (amd64_windows_frame_cache, amd64_windows_frame_prev_register)
3424 (amd64_windows_frame_this_id): New functions.
3425 (amd64_windows_frame_unwind): New static global.
3426 (amd64_windows_skip_prologue): New function.
3427 (amd64_windows_init_abi): Call frame_unwind_prepend_unwinder
3428 with amd64_windows_frame_unwind. Call set_gdbarch_skip_prologue
3429 with amd64_windows_skip_prologue.
3430
3431 2013-08-30 Joel Brobecker <brobecker@adacore.com>
3432
3433 GDB 7.6.1 released.
3434
3435 2013-08-30 Pedro Alves <palves@redhat.com>
3436
3437 * mi/mi-main.c (mi_cmd_trace_find): Use LOC_AND_ADDRESS instead of
3438 SRC_AND_LOC.
3439
3440 2013-08-30 Pedro Alves <palves@redhat.com>
3441
3442 * thread.c (restore_selected_frame): Use SRC_AND_LOC, and change
3443 warning text.
3444
3445 2013-08-30 Pedro Alves <palves@redhat.com>
3446
3447 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
3448 Adjust arguments to print_stack_frame.
3449
3450 2013-08-30 Pedro Alves <palves@redhat.com>
3451
3452 * ada-tasks.c (task_command_1): Write SRC_AND_LOC instead '1'.
3453
3454 2013-08-30 Pedro Alves <palves@redhat.com>
3455
3456 * frame.h (show_and_print_stack_frame): Delete declaration.
3457
3458 2013-08-30 Phil Muldoon <pmuldoon@redhat.com>
3459
3460 PR python/15461
3461 * python/py-arch.c (ARCHPY_REQUIRE_VALID): New macro.
3462 (archpy_name): Check for valid architecture.
3463 (archpy_disassemble): Ditto.
3464
3465 2013-08-29 Joel Brobecker <brobecker@adacore.com>
3466
3467 * rs6000-nat.c (rs6000_ptrace32): Cast "addr" to "uintptr_t"
3468 instead of "long long" in call to ptrace64.
3469
3470 2013-08-29 Andrew Burgess <aburgess@broadcom.com>
3471
3472 * mi/mi-interp.c (mi_command_loop): Change signature to match
3473 interp_command_loop_ftype.
3474 (mi1_command_loop): Remove.
3475 (mi2_command_loop): Remove.
3476 (mi3_command_loop): Remove.
3477 (mi_interpreter_resume): Remove setting of
3478 deprecated_command_loop_hook.
3479 (_initialize_mi_interp): Set mi_command_loop as the command loop
3480 callback.
3481
3482 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
3483
3484 * valops.c (do_search_struct_field): Pass v2 instead of base_type to
3485 value_type.
3486
3487 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
3488
3489 * value.c (allocate_value_contents): Make static.
3490 * value.h (allocate_value_contents): Remove prototype.
3491
3492 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
3493
3494 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use value_at_lazy instead
3495 of assembling value via allocate_value_lazy and attribute setter.
3496 * findvar.c (default_read_var_value): Use value_at_lazy instead of
3497 assembling value via allocate_value_lazy and attribute setter.
3498 * valops.c (do_search_struct_field): Use value_at_lazy instead of
3499 assembling value via allocate_value_lazy and attribute setter.
3500
3501 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
3502
3503 * value.c (value_from_contents_and_address): Replace allocate_value and
3504 memcpy with value_from_contents.
3505
3506 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
3507
3508 * python/py-framefilter.c (py_print_frame): Remove usage of
3509 PyString_AsString. Use python_string_to_host_string instead.
3510 Refactor function to work with a string as a new allocation
3511 instead of a pointer.
3512 (py_print_frame): Ditto.
3513 * python/lib/gdb/frames.py (return_list): Cain iterators together
3514 instead of adding them as a list.
3515 (_sort_list): Call return_list, and remove duplicate code.
3516 (execute_frame_filters): Convert iterator to a list with list().
3517 * python/lib/gdb/command/frame_filters.py
3518 (SetFrameFilterPriority._set_filter_priority): Convert priority
3519 attribute to an integer.
3520 * python/lib/gdb/FrameIterator.py (FrameIterator.next): Define
3521 wrapper function __next__.
3522 * python/lib/gdb/FrameDecorator.py: If basestring not defined,
3523 define as "str".
3524
3525 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
3526
3527 PR python/15752
3528 * python/py-framefilter.c (apply_frame_filter): Check
3529 gdb_python_initialized. Exit if the Python frame-filter code
3530 cannot be initialized.
3531
3532 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
3533
3534 PR cli/15842
3535 * top.c (print_gdb_version): Remove erroneous newline after help
3536 text.
3537
3538 2013-08-29 Yao Qi <yao@codesourcery.com>
3539
3540 * varobj.c (install_dynamic_child): Remove trailing space.
3541 Add one blank line after variable declaration.
3542
3543 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3544
3545 PR gdb/15415
3546 * corefile.c (get_exec_file): Use exec_filename.
3547 * defs.h (OPF_DISABLE_REALPATH): New definition. Add new comment.
3548 * exec.c (exec_close): Free EXEC_FILENAME.
3549 (exec_file_attach): New variable canonical_pathname. Use
3550 OPF_DISABLE_REALPATH. Call gdb_realpath explicitly. Set
3551 EXEC_FILENAME.
3552 * exec.h (exec_filename): New.
3553 * inferior.c (print_inferior, inferior_command): Use
3554 PSPACE_EXEC_FILENAME.
3555 * mi/mi-main.c (print_one_inferior): Likewise.
3556 * progspace.c (clone_program_space, print_program_space): Likewise.
3557 * progspace.h (struct program_space): New field pspace_exec_filename.
3558 * source.c (openp): Describe OPF_DISABLE_REALPATH. New variable
3559 realpath_fptr, initialize it from OPF_DISABLE_REALPATH, use it.
3560
3561 2013-08-28 Will Newton <will.newton@linaro.org>
3562
3563 * common/linux-ptrace.c: Include stdint.h unconditionally.
3564
3565 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3566
3567 Code cleanup.
3568 * nto-tdep.c (nto_find_and_open_solib): Use OPF_TRY_CWD_FIRST.
3569
3570 2013-08-28 Yao Qi <yao@codesourcery.com>
3571 Pedro Alves <palves@redhat.com>
3572
3573 * event-top.c (gdb_setup_readline): Call stderr_fileopen
3574 instead of stdio_fileopen.
3575 * main.c (captured_main) [__MINGW32__]: Set stderr unbuffered.
3576 .Call stderr_fileopen instead of stdio_fileopen.
3577 * ui-file.c [__MINGW32__] (stderr_file_write): New function.
3578 [__MINGW32__] (stderr_file_fputs): New function.
3579 (stderr_fileopen): New function.
3580 * ui-file.h (stderr_fileopen): Declare.
3581
3582 2013-08-27 Doug Evans <dje@google.com>
3583
3584 * dwarf2read.c (struct dwarf2_cu): Tweak comment.
3585 (struct dwarf2_per_cu_data): Ditto.
3586 (maybe_queue_comp_unit): Delete forward decl. Add comment.
3587 (process_imported_unit_die): Ditto.
3588 (follow_die_sig_1): Simplify assert.
3589
3590 2013-08-27 Pedro Alves <palves@redhat.com>
3591
3592 * windows-nat.c (windows_xfer_memory): Adjust prototype to follow
3593 xfer_partial's interface. Return TARGET_XFER_E_IO on error.
3594 (windows_xfer_partial): Defer TARGET_OBJECT_MEMORY handling to
3595 windows_xfer_memory directly.
3596 (init_windows_ops): Don't install a deprecated_xfer_memory method.
3597
3598 2013-08-27 Pedro Alves <palves@redhat.com>
3599
3600 * darwin-nat.c (darwin_xfer_memory): Delete.
3601 (_initialize_darwin_inferior): Don't install a
3602 deprecated_xfer_memory method.
3603
3604 2013-08-27 Pedro Alves <pedro@codesourcery.com>
3605 Yao Qi <yao@codesourcery.com>
3606
3607 * mi/mi-cmd-stack.c (list_args_or_locals): Adjust prototype.
3608 (parse_no_frames_option): Remove.
3609 (mi_cmd_stack_list_locals): Handle --skip-unavailable.
3610 (mi_cmd_stack_list_args): Adjust.
3611 (mi_cmd_stack_list_variables): Handle --skip-unavailable.
3612 (list_arg_or_local): Add new parameter 'skip_unavailable'. Return
3613 early if SKIP_UNAVAILABLE is true and ARG->val is unavailable.
3614 Caller update.
3615 (list_args_or_locals): New parameter 'skip_unavailable'.
3616 Handle it.
3617 * valprint.c (scalar_type_p): Rename to ...
3618 (val_print_scalar_type_p): ... this. Make extern.
3619 (val_print, value_check_printable): Adjust.
3620 * valprint.h (val_print_scalar_type_p): Declare.
3621 * value.c (value_entirely_unavailable): New function.
3622 * value.h (value_entirely_unavailable): Declare.
3623
3624 * NEWS: Mention the new option "--skip-unavailable" to MI
3625 commands '-stack-list-locals', '-stack-list-arguments' and
3626 '-stack-list-variables'.
3627
3628 2013-08-27 Yao Qi <yao@codesourcery.com>
3629
3630 * mi/mi-cmd-stack.c (parse_no_frames_option): Remove.
3631 (mi_cmd_stack_list_args): Use mi_getopt_silent to handle
3632 options.
3633 * mi/mi-getopt.c (mi_getopt): Remove.
3634 (mi_getopt_1): Renamed from mi_getopt. Add one parameter
3635 'error_on_unknown'.
3636 (mi_getopt): Call mi_getopt_1.
3637 (mi_getopt_silent): New.
3638 * mi/mi-getopt.h (mi_getopt_silent): Declare.
3639
3640 2013-08-26 Doug Evans <dje@google.com>
3641
3642 PR symtab/15885
3643 * dwarf2read.c (dw2_dump): Print some minimal information indicating
3644 .gdb_index is in use.
3645 * symfile.c (reread_symbols): Reset objfile->sf.
3646
3647 * NEWS: Document "mt print objfiles" now takes optional regexp.
3648 * symmisc.c (maintenance_print_objfiles): Argument is now an optional
3649 regexp of objfiles to print.
3650 (_initialize_symmisc): Update doc string for "mt print objfiles".
3651
3652 * dwarf2read.c (write_psymtabs_to_index): Move error checks ahead of
3653 missing debug info checks.
3654
3655 2013-08-26 Raunaq Bathija <raunaq12@in.ibm.com>
3656 Ulrich Weigand <uweigand@de.ibm.com>
3657
3658 * xcoffread.c (arrange_linetable): Add fix to correctly handle
3659 line tables generated by XLC compiled binaries.
3660
3661 2013-08-23 Doug Evans <dje@google.com>
3662
3663 * symmisc.c (dump_symtab): Delete prototype.
3664 (dump_msymbols, dump_objfile): Ditto.
3665 (maintenance_info_symtabs): Mark as dont_repeat.
3666 (_initialize_symmisc): Improve doc string for "mt info symtabs".
3667
3668 * elfread.c (elf_symfile_read): Move "Done reading minimal symbols"
3669 debugging printf to better location.
3670
3671 2013-08-23 Pedro Alves <palves@redhat.com>
3672
3673 * target.c (target_read_live_memory): Change type of 'ret' local
3674 to LONGEST.
3675
3676 2013-08-23 Pedro Alves <palves@redhat.com>
3677
3678 * remote.c (remote_write_bytes_aux, remote_write_bytes)
3679 (remote_read_bytes): Change return type to LONGEST, and adjust to
3680 return a target_xfer_error on error.
3681 (remote_xfer_memory): Delete.
3682 (remote_flash_write): Change type of 'ret' local to LONGEST.
3683 (remote_xfer_partial, remote_xfer_partial): Adjust.
3684 (init_remote_ops): Don't install a deprecated_xfer_memory hook.
3685
3686 2013-08-23 Pierre Muller <muller@sourceware.org>
3687
3688 ARI fix: Push # directives to start of line.
3689 * rs6000-nat.c (rs6000_ptrace32, rs6000_ptrace64): Rule applied.
3690
3691 2013-08-12 Muhammad Waqas <mwaqas@codesourcery.com>
3692
3693 PR gdb/15501
3694 * breakpoint.c (enable_command, disable_command): Iterate over
3695 all specified breakpoint locations.
3696
3697 2013-08-22 Luis Machado <lgustavo@codesourcery.com>
3698
3699 * common/linux-ptrace.c (linux_fork_to_function): Push #
3700 directives to the start of the line.
3701 (linux_check_ptrace_features): Fix warning message to use
3702 the "_" markup.
3703
3704 2013-08-22 Luis Machado <lgustavo@codesourcery.com>
3705
3706 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-nat.h and
3707 nat/linux-waitpid.h.
3708 (linux-waitpid.o): New object file rule.
3709 * common/linux-ptrace.c: Include nat/linux-waitpid.h.
3710 (current_ptrace_options): Moved from linux-nat.c.
3711 (linux_ptrace_test_ret_to_nx): Use type casts for ptrace
3712 parameters.
3713 (linux_fork_to_function): New function.
3714 (linux_grandchild_function): Likewise.
3715 (linux_child_function): Likewise.
3716 (linux_check_ptrace_features): New function, heavily
3717 based on linux-nat.c:linux_test_for_tracefork.
3718 (linux_enable_event_reporting): New function.
3719 (ptrace_supports_feature): Likewise.
3720 (linux_supports_tracefork): Likewise.
3721 (linux_supports_traceclone): Likewise.
3722 (linux_supports_tracevforkdone): Likewise.
3723 (linux_supports_tracesysgood): Likewise.
3724 * common/linux-ptrace.h (HAS_NOMMU): Moved from
3725 gdbserver/linux-low.c.
3726 (linux_enable_event_reporting): New declaration.
3727 (linux_supports_tracefork): Likewise.
3728 (linux_supports_traceclone): Likewise.
3729 (linux_supports_tracevforkdone): Likewise.
3730 (linux_supports_tracesysgood): Likewise.
3731 * config.in (PTRACE_TYPE_ARG4): Regenerate.
3732 * config/aarch64/linux.mh (NATDEPFILES): Add linux-waitpid.o.
3733 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
3734 * config/arm/linux.mh (NATDEPFILES): Likewise.
3735 * config/i386/linux.mh (NATDEPFILES): Likewise.
3736 * config/i386/linux64.mh (NATDEPFILES): Likewise.
3737 * config/ia64/linux.mh (NATDEPFILES): Likewise.
3738 * config/m32r/linux.mh (NATDEPFILES): Likewise.
3739 * config/m68k/linux.mh (NATDEPFILES): Likewise.
3740 * config/mips/linux.mh (NATDEPFILES): Likewise.
3741 * config/pa/linux.mh (NATDEPFILES): Likewise..
3742 * config/powerpc/linux.mh (NATDEPFILES): Likewise..
3743 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
3744 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
3745 * config/sparc/linux.mh (NATDEPFILES): Likewise.
3746 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
3747 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
3748 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
3749 * configure.ac (AC_CACHE_CHECK): Add void * to the list of
3750 ptrace's 4th argument's types.
3751 Check the type of PTRACE_TYPE_ARG4.
3752 * configure: Regenerate.
3753 * linux-nat.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
3754 (SYSCALL_SIGTRAP): Moved to nat/linux-nat.h.
3755 (linux_supports_tracefork_flag): Remove.
3756 (linux_supports_tracesysgood_flag): Likewise.
3757 (linux_supports_tracevforkdone_flag): Likewise.
3758 (current_ptrace_options): Moved to
3759 common/linux-ptrace.c.
3760 (linux_tracefork_child): Remove.
3761 (my_waitpid): Remove.
3762 (linux_test_for_tracefork): Renamed to
3763 linux_check_ptrace_features and moved to common/linux-ptrace.c.
3764 (linux_test_for_tracesysgood): Remove.
3765 (linux_supports_tracesysgood): Remove.
3766 (linux_supports_tracefork): Remove.
3767 (linux_supports_tracevforkdone): Remove.
3768 (linux_enable_tracesysgood): Remove.
3769 (linux_enable_event_reporting): Remove.
3770 (linux_init_ptrace): New function.
3771 (linux_child_post_attach): Call linux_init_ptrace.
3772 (linux_child_post_startup_inferior): Call linux_init_ptrace.
3773 (linux_child_follow_fork): Call linux_supports_tracefork
3774 and linux_supports_tracevforkdone.
3775 (linux_child_insert_fork_catchpoint): Call
3776 linux_supports_tracefork.
3777 (linux_child_insert_vfork_catchpoint): Likewise.
3778 (linux_child_set_syscall_catchpoint): Call
3779 linux_supports_tracesysgood.
3780 (lin_lwp_attach_lwp): Call linux_supports_tracefork.
3781 * nat/linux-nat.h: New file.
3782 * nat/linux-waitpid.c: New file.
3783 * nat/linux-waitpid.h: New file.
3784
3785 2013-08-22 Samuel Bronson <naesten@gmail.com>
3786
3787 ARM Linux support for `catch syscall'.
3788 * syscalls/arm-linux.py: New file.
3789 * syscalls/arm-linux.xml: Likewise.
3790 * arm-linux-tdep.c (arm_linux_get_syscall_number): New function.
3791 (arm_linux_init_abi): Register the new function and syscall xml file.
3792 * data-directory/Makefile.in: Install the new syscall xml file.
3793 * NEWS: Brag about this.
3794
3795 2013-08-22 Pedro Alves <palves@redhat.com>
3796
3797 PR gdb/15871
3798 * corefile.c (target_xfer_memory_error): New function.
3799 (memory_error): Defer EIO to target_memory_error.
3800 (read_memory): Use target_xfer_partial, and handle finer-grained
3801 target xfer errors.
3802 * target.c (target_xfer_error_to_string): New function.
3803 (memory_xfer_partial_1): If memory is known to be
3804 unavailable, return TARGET_XFER_E_UNAVAILABLE instead of -1.
3805 (target_xfer_partial): Make extern.
3806 * target.h (enum target_xfer_error): New enum.
3807 (target_xfer_error_to_string): Declare function.
3808 (target_xfer_partial): Declare function.
3809 (struct target_ops) <xfer_partial>: Adjust describing comment.
3810
3811 2013-08-22 Alan Modra <amodra@gmail.com>
3812
3813 * configure.host: Support powerpc64le-linux and powerpcle-linux hosts.
3814 * configure.tgt: Likewise as targets.
3815
3816 2013-08-20 Doug Evans <dje@google.com>
3817
3818 * buildsym.c (subfile_stack): Move here from buildsym.h.
3819 (pending_macros): Ditto.
3820 (get_macro_table): New function.
3821 (buildsym_init): Initialize subfile_stack.
3822 * coffread.c (type_vector,type_vector_length): Moved here from
3823 buildsym.h.
3824 (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
3825 (coff_symtab_read): Use it.
3826 * dbxread.c (read_ofile_symtab): Delete init of subfile_stack.
3827 * dwarf2read.c (macro_start_file): Replace uses of pending_macros
3828 with call to get_macro_table.
3829 * stabsread.c (type_vector,type_vector_length): Moved here from
3830 buildsym.h.
3831 (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
3832 * buildsym.h (get_macro_table): Declare.
3833
3834 2013-08-20 Tom Tromey <tromey@redhat.com>
3835
3836 * dbxread.c (record_minimal_symbol): Make 'name' argument const.
3837 Update.
3838 (read_dbx_dynamic_symtab): Make 'name' const. Remove casts.
3839
3840 2013-08-20 Doug Evans <dje@google.com>
3841
3842 * blockframe.c: Remove #include "psymtab.h".
3843 * cp-support.c: Ditto.
3844 * source.c: Ditto.
3845 * stack.c: Ditto.
3846
3847 2013-08-20 Tom Tromey <tromey@redhat.com>
3848
3849 PR python/15816:
3850 * exceptions.h (return_mask): Now an enum.
3851 (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL): Now
3852 enum constants.
3853
3854 2013-08-20 Tom Tromey <tromey@redhat.com>
3855
3856 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Use
3857 get_objfile_arch.
3858 * elfread.c (elf_rel_plt_read, elf_gnu_ifunc_record_cache)
3859 (elf_gnu_ifunc_resolve_by_got): Use get_objfile_arch.
3860 * jit.c (jit_object_close_impl): Update.
3861 * jv-lang.c (get_dynamics_objfile): Update.
3862 * linespec.c (add_minsym): Use get_dynamics_objfile.
3863 * objfiles.c (get_objfile_bfd_data): Initialize 'gdbarch' field.
3864 (allocate_objfile): Don't initialize 'gdbarch' field.
3865 (get_objfile_arch): Update.
3866 * objfiles.h (struct objfile_per_bfd_storage) <gdbarch>: New field,
3867 moved from...
3868 (struct objfile) <gdbarch>: ... here. Remove.
3869 * stap-probe.c (stap_can_evaluate_probe_arguments): Use
3870 get_objfile_arch.
3871 * symfile.c (init_entry_point_info): Use get_objfile_arch.
3872
3873 2013-08-20 Alan Modra <amodra@gmail.com>
3874
3875 * doublest.c (convert_floatformat_to_doublest): Use fmt->split_half
3876 for IBM long double nan and inf.
3877 (floatformat_is_negative, floatformat_classify,
3878 floatformat_mantissa): Similarly.
3879 (floatformat_ieee_single, floatformat_ieee_double,
3880 floatformat_ieee_quad, floatformat_arm_ext,
3881 floatformat_ia64_spill): Delete unused vars.
3882 (_initialize_doublest): Delete unused function.
3883 * gdbtypes.c (floatformats_ibm_long_double): Use new big- and
3884 little-endian variants of floatformat_ibm_long_double.
3885
3886 2013-08-19 Luis Machado <lgustavo@codesourcery.com>
3887
3888 * Makefile.in (SFILES): Remove common/target-common.c and
3889 add target/waitstatus.c.
3890 (HFILES_NO_SRCDIR): Remove common/target-common.h and add
3891 target/resume.h, target/wait.h and target/waitstatus.h.
3892 (COMMON_OBS): Remove target-common.o and add
3893 waitstatus.o.
3894 (target-common.o): Remove.
3895 (waitstatus.o): New target object file.
3896 * common/target-common.c: Move contents to
3897 target/waitstatus.c and remove.
3898 * common/target-common.h: Move contents to other files and
3899 remove.
3900 (enum resume_kind: Move to target/resume.h.
3901 (TARGET_WNOHANG): Move to target/wait.h.
3902 (enum target_waitkind): Move to target/waitstatus.h.
3903 (struct target_waitstatus): Likewise.
3904 * target.h: Do not include target-common.h and
3905 include target/resume.h, target/wait.h and
3906 target/waitstatus.h.
3907 * target/resume.h: New file.
3908 * target/wait.h: New file.
3909 * target/waitstatus.h: New file.
3910 * target/waitstatus.c: New file.
3911
3912 2013-08-19 Pedro Alves <palves@redhat.com>
3913
3914 * linux-nat.c (linux_test_for_tracefork)
3915 (linux_test_for_tracesysgood, linux_child_follow_fork)
3916 (lin_lwp_attach_lwp, linux_nat_resume): Don't block child signals.
3917 (linux_nat_wait_1): Extend comment.
3918 (linux_async_pipe): Add comment.
3919
3920 2013-08-15 Kevin Buettner <kevinb@redhat.com>
3921
3922 * rl78-tdep.c (RL78_RAW_PC_REGNUM): New enum.
3923 (RL78_PC_REGNUM): Move to list of pseudo-register enums.
3924 (rl78_register_type, rl78_register_name, rl78_register_reggroup_p):
3925 Update to account for fact that PC is now a pseudo-register.
3926 (rl78_pseudo_register_write, rl78_pseudo_register_read): Add
3927 cases for RL78_PC_REGNUM.
3928
3929 2013-08-15 Muhammad Bilal <mbilal@codesourcery.com>
3930
3931 PR cli/15841
3932 * top.c (quit_force): Skip writing history file
3933 if input is not from terminal.
3934
3935 2013-08-14 Tom Tromey <tromey@redhat.com>
3936
3937 * remote.c (struct remote_state) <echo_nextthread, nextthread,
3938 resultthreadlist>: New fields.
3939 (OPAQUETHREADBYTES, threadref, MAXTHREADLISTRESULTS): Move earlier.
3940 (remote_get_threadlist, remote_threadlist_iterator): Use
3941 new fields. Remove static variables.
3942
3943 2013-08-14 Tom Tromey <tromey@redhat.com>
3944
3945 * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p,
3946 remote_watch_data_address>: New fields.
3947 (remote_stopped_by_watchpoint_p, remote_watch_data_address): Remove.
3948 (process_stop_reply, remote_wait_as)
3949 (remote_check_watch_resources, remote_stopped_data_address): Update.
3950
3951 2013-08-14 Tom Tromey <tromey@redhat.com>
3952
3953 * remote.c (struct remote_state) <async_client_callback,
3954 async_client_context>: New fields.
3955 (async_client_callback, async_client_context): Remove.
3956 (remote_async_serial_handler, remote_async): Update.
3957
3958 2013-08-14 Tom Tromey <tromey@redhat.com>
3959
3960 * remote.c (sizeof_pkt): Remove.
3961 (remote_trace_find): Use rs->buf_size, not sizeof_pkt.
3962
3963 2013-08-14 Tom Tromey <tromey@redhat.com>
3964
3965 * remote.c (struct remote_state) <use_threadinfo_query,
3966 use_threadextra_query>: New fields.
3967 (remote_threads_info, remote_threads_extra_info)
3968 (remote_open_1): Update.
3969
3970 2013-08-14 Tom Tromey <tromey@redhat.com>
3971
3972 * remote.c (struct remote_state) <finished_object,
3973 finished_annex, finished_offset>: New fields.
3974 (remote_read_qxfer): Use remote_state fields; remove static
3975 variables.
3976
3977 2013-08-14 Tom Tromey <tromey@redhat.com>
3978
3979 * remote.c (struct remote_state) <last_sent_step>:
3980 New field.
3981 (last_sent_step): Remove.
3982 (remote_resume, remote_wait_as): Update.
3983
3984 2013-08-14 Tom Tromey <tromey@redhat.com>
3985
3986 * remote.c (struct remote_state) <last_sent_signal>:
3987 New field.
3988 (last_sent_signal): Remove.
3989 (new_remote_state, remote_resume, remote_wait_as): Update.
3990
3991 2013-08-14 Tom Tromey <tromey@redhat.com>
3992
3993 * remote.c (struct remote_state) <last_program_signals_packet>:
3994 New field.
3995 (last_program_signals_packet): Remove.
3996 (remote_program_signals, remote_open_1): Update.
3997
3998 2013-08-14 Tom Tromey <tromey@redhat.com>
3999
4000 * remote.c (struct remote_state) <last_pass_packet>:
4001 New field.
4002 (last_pass_packet): Remove.
4003 (remote_pass_signals, remote_open_1): Update.
4004
4005 2013-08-14 Tom Tromey <tromey@redhat.com>
4006
4007 * remote.c (struct remote_state) <remote_traceframe_number>:
4008 New field.
4009 (remote_traceframe_number): Remove.
4010 (new_remote_state, remote_open_1, set_remote_traceframe)
4011 (remote_trace_find): Update.
4012
4013 2013-08-14 Tom Tromey <tromey@redhat.com>
4014
4015 * remote.c (struct remote_state) <general_thread, continue_thread>:
4016 New fields.
4017 (general_thread, continue_thread): Remove.
4018 (record_currthread, set_thread, set_general_process)
4019 (remote_open_1, extended_remote_attach_1, remote_wait_as)
4020 (extended_remote_mourn_1): Update.
4021
4022 2013-08-14 Tom Tromey <tromey@redhat.com>
4023
4024 * remote.c (struct remote_state) <remote_desc>: New field.
4025 (remote_desc): Remove.
4026 (remote_threads_info, remote_threads_extra_info, remote_close)
4027 (send_interrupt_sequence, remote_start_remote, remote_open_1)
4028 (readchar, remote_xfer_partial, remote_rcmd, packet_command)
4029 (remote_hostio_send_command, remote_file_put, remote_file_get)
4030 (remote_file_delete, remote_can_async_p, remote_is_async_p)
4031 (remote_async, remote_new_objfile, set_range_stepping): Update.
4032
4033 2013-08-14 Tom Tromey <tromey@redhat.com>
4034
4035 * remote.c (remote_state): Now a pointer.
4036 (get_remote_state_raw): Update.
4037 (new_remote_state): New function.
4038 (_initialize_remote): Use new_remote_state.
4039
4040 2013-08-14 Tom Tromey <tromey@redhat.com>
4041
4042 * remote.c (remote_protocol_features): Now const.
4043
4044 2013-08-14 Tom Tromey <tromey@redhat.com>
4045
4046 * remote.c (crc32_table, crc32): Remove.
4047 (remote_verify_memory): Use xcrc32.
4048
4049 2013-08-13 Sergio Durigan Junior <sergiodj@redhat.com>
4050
4051 * value.h (create_internalvar_type_lazy): Adjust prototype
4052 declaration.
4053
4054 2013-08-13 Andrew Burgess <aburgess@broadcom.com>
4055
4056 * common/format.c (parse_format_string): Don't allow '#' flag for
4057 pointer arguments in format string.
4058
4059 2013-08-13 Pierre Muller <muller@sourceware.org>
4060
4061 * utils.c (init_page_info): Only call tgetnum function
4062 if rl_get_screen_size did not return useful values.
4063
4064 2013-08-12 Ali Anwar <ali_anwar@codesourcery.com>
4065
4066 PR breakpoints/15117
4067 * linespec.c (linespec_parse_basic): Check for convenience
4068 variable or history value while parsing.
4069
4070 2013-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
4071
4072 Revert implementation of gdbarch_gdb_signal_{to,from}_target for
4073 AVR.
4074 * avr-tdep.c: Remove include of "linux-tdep.h". Remove enum with
4075 different signals between the generic Linux kernel implementation
4076 and AVR's.
4077 (avr_linux_gdb_signal_from_target): Delete.
4078 (avr_linux_gdb_signal_to_target): Delete.
4079 (avr_gdbarch_init): Don't set gdbarch_gdb_signal_{to,from}_target.
4080
4081 2013-08-09 Doug Evans <dje@google.com>
4082
4083 * dwarf2read.c (create_addrmap_from_index): Ignore bad address table
4084 entries.
4085
4086 2013-08-09 Sergio Durigan Junior <sergiodj@redhat.com>
4087
4088 * linux-tdep.c: Define enum with generic signal numbers.
4089 (linux_gdb_signal_from_target): New function.
4090 (linux_gdb_signal_to_target): Likewise.
4091 (linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
4092 methods to the functions above.
4093 * linux-tdep.h (linux_gdb_signal_from_target): New prototype.
4094 (linux_gdb_signal_to_target): Likewise.
4095 * alpha-linux-tdep.c: Define new enum with signals different
4096 from generic Linux kernel.
4097 (alpha_linux_gdb_signal_from_target): New function.
4098 (alpha_linux_gdb_signal_to_target): Likewise.
4099 (alpha_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
4100 with the functions mentioned above.
4101 * avr-tdep.c: Define enum with differences between Linux kernel
4102 and AVR signals.
4103 (avr_linux_gdb_signal_from_target): New function.
4104 (avr_linux_gdb_signal_to_target): Likewise.
4105 (avr_gdbarch_init): Set gdbarch_gdb_signal_{to,from}_target to
4106 the functions mentioned above.
4107 * sparc-linux-tdep.c: Define enum with differences between SPARC
4108 and generic Linux kernel signal numbers.
4109 (sparc32_linux_gdb_signal_from_target): New function.
4110 (sparc32_linux_gdb_signal_to_target): Likewise.
4111 (sparc32_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
4112 to the functions defined above.
4113 * xtensa-linux-tdep.c: Define enum with differences between
4114 Xtensa and Linux kernel generic signals.
4115 (xtensa_linux_gdb_signal_from_target): New function.
4116 (xtensa_linux_gdb_signal_to_target): Likewise.
4117 (xtensa_linux_init_abi): Set gdbarch_gdb_signal_to_target
4118 to the functions defined above.
4119 * mips-linux-tdep.c: Define enum with differences between
4120 signals in MIPS and Linux kernel generic ones.
4121 (mips_gdb_signal_to_target): New function.
4122 (mips_gdb_signal_from_target): Redefine to use new enum, handle
4123 only different signals from the Linux kernel generic.
4124 (mips_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
4125 the functions defined above.
4126 * mips-linux-tdep.h (enum mips_signals): Remove.
4127
4128 2013-08-09 Pedro Alves <palves@redhat.com>
4129
4130 * avr-tdep.c (XMALLOC): Delete macro.
4131 * cli/cli-dump.c (XMALLOC): Delete macro.
4132
4133 2013-08-09 Pedro Alves <palves@redhat.com>
4134
4135 * cli/cli-dump.c: Don't include cli/cli-dump.h.
4136 (scan_expression_with_cleanup, scan_filename_with_cleanup)
4137 (fopen_with_cleanup, add_dump_command): Make static.
4138 * cli/cli-dump.h: Delete file.
4139 * Makefile.in (HFILES_NO_SRCDIR): Remove reference to
4140 cli/cli-dump.h.
4141
4142 2013-08-09 Pedro Alves <palves@redhat.com>
4143
4144 * tracepoint.c (tfile_start): Show tilde-expanded filename in
4145 error message.
4146
4147 2013-08-09 Pedro Alves <palves@redhat.com>
4148
4149 * breakpoint.c (save_breakpoints): Show tilde-expanded filename in
4150 error message.
4151
4152 2013-08-09 Pedro Alves <palves@redhat.com>
4153
4154 * gcore.c (create_gcore_bfd): Don't use tilde_expand here.
4155 (gcore_command): Use tilde_expand here, and when showing the
4156 filename to the user, show the expanded version.
4157
4158 2013-08-09 Yao Qi <yao@codesourcery.com>
4159
4160 * stack.c (read_frame_arg): Set 'entryval_error' to NULL if
4161 'entryval' is set.
4162
4163 2013-08-08 Azat Khuzhin <a3at.mail@gmail.com> (tiny change)
4164
4165 * gcore.c (create_gcore_bfd): Use tilde_expand.
4166
4167 2013-08-08 Yao Qi <yao@codesourcery.com>
4168
4169 * frame.h (read_frame_local): Declare.
4170 * mi/mi-cmd-stack.c (list_args_or_locals): Call
4171 read_frame_local.
4172 * stack.c (read_frame_local): New.
4173
4174 2013-08-08 Yao Qi <yao@codesourcery.com>
4175
4176 * mi/mi-cmd-stack.c: Update comments to function
4177 list_args_or_locals.
4178
4179 2013-08-07 Tom Tromey <tromey@redhat.com>
4180
4181 PR symtab/15028:
4182 * dwarf2read.c (struct process_psymtab_comp_unit_data): New.
4183 (process_psymtab_comp_unit_reader): Use it.
4184 (process_psymtab_comp_unit): Update. Add "pretend_language"
4185 argument.
4186 (dwarf2_build_psymtabs_hard): Update.
4187 (scan_partial_symbols): Pass CU's language to
4188 process_psymtab_comp_unit.
4189
4190 2013-08-07 Tom Tromey <tromey@redhat.com>
4191
4192 * dwarf2read.c (dw2_get_primary_filename_reader): Remove.
4193 (dwarf2_gdb_index_functions): Update.
4194 * psymtab.c (find_symbol_file_from_partial): Remove.
4195 (psym_functions): Update.
4196 * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
4197 Remove.
4198
4199 2013-08-07 Tom Tromey <tromey@redhat.com>
4200
4201 * symfile.c (set_initial_language): Look up "main" symbol
4202 and use its language.
4203 * symtab.c (find_main_filename): Remove.
4204 * symtab.h (find_main_filename): Remove.
4205
4206 2013-08-07 Tom Tromey <tromey@redhat.com>
4207
4208 * dwarf2read.c (recursively_compute_inclusions): Add
4209 "immediate_parent" argument. Set symtab's "user" field
4210 if not set.
4211 (compute_symtab_includes): Update.
4212
4213 2013-08-07 Tom Tromey <tromey@redhat.com>
4214
4215 * linespec.c (convert_linespec_to_sals): Use maybe_add_address
4216 when adding label symbols.
4217
4218 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
4219 Ulrich Weigand <uweigand@de.ibm.com>
4220
4221 * configure.tgt (powerpc64-*-aix*): Match powerpc64 running aix.
4222 * configure.host (powerpc64-*-aix*): Likewise.
4223
4224 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
4225 Ulrich Weigand <uweigand@de.ibm.com>
4226
4227 * gdb_ptrace.h: Use ptrace64 instead of ptrace if HAVE_PTRACE64
4228 is defined.
4229 * rs6000-nat.c: Check for __ld_info64_ if compiling 64 BIT gdb.
4230 (rs6000_ptrace32): Call ptrace64 instead of ptrace if present.
4231 (rs6000_ptrace64): Call ptace64 instead of ptracex if present.
4232 * configure.ac: Check for ptrace64.
4233 * configure, config.in: Regenerate.
4234
4235 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
4236 Ulrich Weigand <uweigand@de.ibm.com>
4237
4238 * aixthread.c: Call ptrace64 instead of ptracex if defined.
4239 Call ptrace64 instead of ptrace if defined.
4240 Add macro addr_ptr to take care of ptrace address argument.
4241 (pdc_read_regs): Likewise.
4242 (pdc_write_regs): Likewise.
4243 (aix_thread_resume): Likewise.
4244 (fetch_regs_kernel_thread): Likewise.
4245 (store_regs_kernel_thread): Likewise.
4246
4247 2013-08-07 Anton Blanchard <anton@samba.org>
4248
4249 * MAINTAINERS: Add myself to Write After Approval.
4250
4251 2013-08-05 Tom Tromey <tromey@redhat.com>
4252
4253 * aix-thread.c (_initialize_aix_thread): Use
4254 complete_target_initialization.
4255 * bsd-uthread.c (_initialize_bsd_uthread): Use
4256 complete_target_initialization.
4257 * dec-thread.c (_initialize_dec_thread): Use
4258 complete_target_initialization.
4259 * ravenscar-thread.c (_initialize_ravenscar): Use
4260 complete_target_initialization.
4261 * sol-thread.c (_initialize_sol_thread): Use
4262 complete_target_initialization.
4263 * spu-multiarch.c (_initialize_spu_multiarch): Use
4264 complete_target_initialization.
4265
4266 2013-08-05 Tom Tromey <tromey@redhat.com>
4267
4268 * ada-exp.y (write_var_or_type): Use bound_minimal_symbol.
4269 * ada-lang.c (ada_lookup_simple_minsym): Return
4270 bound_minimal_symbol.
4271 * ada-lang.h (ada_lookup_simple_minsym): Update.
4272 * c-exp.y (variable): Use lookup_bound_minimal_symbol.
4273 * f-exp.y (variable): Use lookup_bound_minimal_symbol.
4274 * go-exp.y (variable): Use lookup_bound_minimal_symbol.
4275 * jv-exp.y (push_expression_name): Use lookup_bound_minimal_symbol.
4276 * m2-exp.y (variable): Use lookup_bound_minimal_symbol.
4277 * minsyms.c (msymbol_objfile): Remove.
4278 (lookup_minimal_symbol_internal): New function, from
4279 lookup_minimal_symbol.
4280 (lookup_minimal_symbol): Rewrite using
4281 lookup_minimal_symbol_internal.
4282 (lookup_bound_minimal_symbol): New function.
4283 * minsyms.h (msymbol_objfile): Remove.
4284 (lookup_bound_minimal_symbol): Declare.
4285 * p-exp.y (variable): Use lookup_bound_minimal_symbol.
4286 * parse.c (write_exp_msymbol): Change parameter to a
4287 bound_minimal_symbol.
4288 (write_dollar_variable): Use lookup_bound_minimal_symbol.
4289 * parser-defs.h (write_exp_msymbol): Update.
4290 * printcmd.c (address_info): Use lookup_bound_minimal_symbol.
4291 * symfile.c (simple_read_overlay_table): Use
4292 lookup_bound_minimal_symbol.
4293 * symtab.c (skip_prologue_sal): Don't use msymbol_objfile.
4294 (search_symbols): Likewise.
4295 (print_msymbol_info): Take a bound_minimal_symbol argument.
4296 (symtab_symbol_info, rbreak_command): Update.
4297 * symtab.h (struct symbol_search) <msymbol>: Change type
4298 to bound_minimal_symbol.
4299 * valops.c (find_function_in_inferior): Use
4300 lookup_bound_minimal_symbol.
4301 * value.c (value_fn_field): Use lookup_bound_minimal_symbol.
4302
4303 2013-08-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4304
4305 Code cleanup.
4306 * remote.c (cleanup_sigint_signal_handler): Rename the declaration
4307 to ...
4308 (async_cleanup_sigint_signal_handler): ... this.
4309 (initialize_sigint_signal_handler): Remove declaration.
4310 (handle_remote_sigint): Rename the declaration to ...
4311 (async_handle_remote_sigint): ... this.
4312 (handle_remote_sigint_twice): Rename the declaration to ...
4313 (async_handle_remote_sigint_twice): ... this.
4314 (async_remote_interrupt, async_remote_interrupt_twice)
4315 (remote_interrupt): Remove the declarations.
4316 (remote_interrupt_twice): Rename the declaration ...
4317 (sync_remote_interrupt_twice): ... this.
4318 (sigint_remote_twice_token): Rename the variable to ...
4319 (async_sigint_remote_twice_token): ... this.
4320 (sigint_remote_token): Rename the variable to ...
4321 (async_sigint_remote_token): ... this.
4322 (initialize_sigint_signal_handler): Rename the function to ...
4323 (async_initialize_sigint_signal_handler): ... this. Update the name
4324 inside.
4325 (handle_remote_sigint): Rename the function to ...
4326 (async_handle_remote_sigint): ... this. Update the names inside.
4327 (handle_remote_sigint_twice): Rename the function to ...
4328 (async_handle_remote_sigint_twice): ... this. Update the names inside.
4329 (cleanup_sigint_signal_handler): Rename the function to ...
4330 (async_cleanup_sigint_signal_handler): ... this.
4331 (remote_interrupt): Rename the function to ...
4332 (sync_remote_interrupt): this. Update the names inside.
4333 (remote_interrupt_twice): Rename the function to ...
4334 (sync_remote_interrupt_twice): this. Update the names inside.
4335 (remote_terminal_inferior, remote_terminal_ours, remote_wait_as)
4336 (_initialize_remote): Update the names inside.
4337
4338 2013-08-02 Tom Tromey <tromey@redhat.com>
4339
4340 PR symtab/15719:
4341 * breakpoint.c (update_watchpoint, watchpoint_check)
4342 (watch_command_1): Update.
4343 * eval.c (fetch_subexp_value): Add "preserve_errors"
4344 parameter.
4345 * ppc-linux-nat.c (check_condition): Update.
4346 * value.h (fetch_subexp_value): Update.
4347
4348 2013-08-02 Andrew Burgess <aburgess@broadcom.com>
4349
4350 * mi/mi-interp.c (mi_interpreter_resume): Remove call to
4351 add_file_handler.
4352
4353 2013-08-01 Doug Evans <dje@google.com>
4354
4355 PR symtab/15691
4356 * dwarf2read.c (struct dwarf2_per_cu_data): New member tu_read.
4357 (fill_in_sig_entry_from_dwo_entry): Reorganize asserts.
4358 Add assert of sig_entry->dwo_unit == NULL.
4359 (lookup_dwo_signatured_type): Don't assign TU to a DWO if the TU
4360 had already been read.
4361 (read_signatured_type): Set per_cu.tu_read.
4362
4363 PR symtab/15695
4364 * valops.c (value_struct_elt): Add missing call to check_typedef.
4365 (value_find_oload_method_list): Ditto.
4366
4367 * symtab.c (do_free_search_symbols_cleanup): Change arg to,
4368 effectively, struct symbol_search **.
4369 (make_cleanup_free_search_symbols): Change arg to struct
4370 symbol_search **. All callers updated.
4371 (compare_search_syms): Compare symtab file name and block as well.
4372 (search_symbols_equal): New function.
4373 (sort_search_symbols_remove_dups): Renamed from sort_search_symbols.
4374 New args new_head, new_tail. Result is now void. Remove dups after
4375 sorting the symbols.
4376 (search_symbols): Sort all found symbols once, after all have been
4377 found, and remove duplicates. Simplify cleanup tracking of result.
4378 * symtab.h (make_cleanup_free_search_symbols): Update prototype.
4379
4380 Further workarounds for binutils/15021.
4381 * dwarf2read.c (recursively_compute_inclusions): Change type of result
4382 parameter to VEC (symtab_ptr) **. New parameter all_type_symtabs.
4383 Watch for duplicate symtabs coming from type units.
4384 (compute_symtab_includes): Update call to
4385 recursively_compute_inclusions. Build vector of included symtabs
4386 instead of per_cus.
4387 * symtab.h (symtab_ptr): New typedef.
4388 (DEF_VEC_P (symtab_ptr)): New VEC type.
4389 * linespec.c (symtab_p): Delete. All uses updated to use symtab_ptr
4390 instead.
4391
4392 2013-08-01 Andrew Burgess <aburgess@broadcom.com>
4393
4394 * cli/cli-script.c (script_from_file): Remove use of
4395 error_pre_print.
4396 * main.c (captured_main): Remove use of error_pre_print and
4397 quit_pre_print.
4398 * utils.c (error_pre_print, quit_pre_print): Remove.
4399 * utils.h (error_pre_print, quit_pre_print): Likewise.
4400
4401 2013-08-01 Yao Qi <yao@codesourcery.com>
4402
4403 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Parse argv
4404 with mi_getopt.
4405 (mi_cmd_stack_list_variables): Likewise.
4406
4407 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
4408
4409 * exceptions.c (deprecated_throw_reason): Remove.
4410 * exceptions.h (deprecated_throw_reason): Remove.
4411
4412 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
4413
4414 * remote-mips.c (mips_error): Replace use of
4415 deprecated_throw_reason with throw_verror. Use the error message
4416 passed to mips_error as the error message for throw_verror.
4417
4418 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
4419
4420 * monitor.c (monitor_interrupt_query): Replace use of
4421 deprecated_throw_reason with quit.
4422 * nto-procfs.c (interrupt_query): Likewise.
4423 * remote-fileio.c (remote_fileio_sig_exit): Likewise.
4424 * remote-mips.c (mips_kill): Likewise.
4425 * remote.c (interrupt_query): Likewise.
4426
4427 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
4428
4429 * utils.c (internal_verror): Replace use of deprecated_throw_reason
4430 with call to fatal.
4431
4432 2013-07-31 Pedro Alves <pedro@codesourcery.com>
4433 Yao Qi <yao@codesourcery.com>
4434
4435 * tracepoint.c (trace_dump_command): Select the current frame.
4436
4437 2013-07-30 Doug Evans <dje@google.com>
4438
4439 * dwarf2read.c (process_queue): Add type signature to debug output.
4440
4441 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
4442
4443 * value.c (value_fetch_lazy): Mark optimized out values as such
4444 rather than raising an error.
4445
4446 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
4447
4448 * value.c (value_fetch_lazy): Ensure parent value is not lazy
4449 before checking which bits of the parent, not the child, value are
4450 valid.
4451
4452 2013-07-30 Muhammad Bilal <mbilal@codesorcery.com>
4453
4454 PR gdb/15715
4455 * top.c: Include "filenames.h".
4456 (set_history_filename): New function.
4457 (init_main): Install it as set hook of the "set history filename"
4458 command.
4459
4460 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
4461
4462 * dwarf2read.c (dwarf2_get_ref_die_offset): Constify struct
4463 attribute parameter.
4464 (dwarf2_const_value_data): Constify struct attribute parameter.
4465 (dwarf2_const_value): Constify struct attribute parameter.
4466 (dwarf2_const_value_attr): Constify struct attribute parameter.
4467 (lookup_die_type): Constify struct attribute parameter.
4468 (dwarf2_get_attr_constant_value): Constify struct attribute parameter.
4469 (follow_die_ref_or_sig): Constify struct attribute parameter.
4470 (follow_die_ref): Constify struct attribute parameter.
4471 (follow_die_sig): Constify struct attribute parameter.
4472 (get_DW_AT_signature_type): Constify struct attribute parameter.
4473 (get_type_unit_group): Constify struct attribute parameter.
4474 (fill_in_loclist_baton): Constify struct attribute parameter.
4475 (dwarf2_symbol_mark_computed): Constify struct attribute parameter.
4476 (type_unit_group): Constify struct attribute parameter.
4477
4478 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
4479
4480 * dwarf2read.c (attr_form_is_block): Make argument const.
4481 (attr_form_is_section_offset): Make argument const.
4482 (attr_form_is_constant): Make argument const.
4483 (attr_form_is_ref): Make argument const.
4484
4485 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
4486
4487 * dwarf2read.c (attr_is_ref): Rename to attr_form_is_ref.
4488 All uses updated.
4489 (attr_form_is_ref): Moved below attr_form_is_constant.
4490
4491 2013-07-29 Doug Evans <dje@google.com>
4492
4493 * main.c (captured_command_loop): Tweak comment.
4494
4495 * target.c (target_async_permitted_1): Fix comment.
4496
4497 * symtab.c (iterate_over_some_symtabs): Add comment.
4498
4499 * symtab.c (iterate_over_some_symtabs): Fix indentation.
4500
4501 2013-07-27 Yao Qi <yao@codesourcery.com>
4502
4503 * NEWS: Mention that GDBserver now supports hardware
4504 watchpoints on the MIPS GNU/Linux target.
4505
4506 2013-07-27 Yao Qi <yao@codesourcery.com>
4507
4508 * Makefile.in (HFILES_NO_SRCDIR): Add
4509 common/mips-linux-watch.h.
4510 (mips-linux-watch.o): New rule.
4511 * common/mips-linux-watch.c: New.
4512 * common/mips-linux-watch.h: New.
4513 * config/mips/linux.mh (NATDEPFILES): Add mips-linux-watch.o
4514 * mips-linux-nat.c: Include mips-linux-watch.h.
4515 (W_BIT, R_BIT, I_BIT, W_MASK, R_MASK, I_MASK, IRW_MASK): Move
4516 to common/mips-linux-watch.h.
4517 (MAX_DEBUG_REGISTER): Likewise.
4518 (enum pt_watch_style): Likewise.
4519 (struct mips32_watch_regs): Likewise.
4520 (struct mips64_watch_regs): Likewise.
4521 (struct pt_watch_regs): Likewise.
4522 (struct mips_watchpoint): Likewise.
4523 (mips_linux_watch_get_irw_mask): Move to
4524 common/mips-linux-watch.c.
4525 (get_reg_mask, mips_linux_watch_get_num_valid): Likewise.
4526 (mips_linux_watch_get_watchlo): Likewise.
4527 (mips_linux_watch_set_watchlo): Likewise.
4528 (mips_linux_watch_get_watchhi): Likewise.
4529 (mips_linux_watch_set_watchhi): Likewise.
4530 (mips_linux_read_watch_registers): Likewise.
4531 (mips_linux_watch_type_to_irw): Likewise.
4532 (mips_linux_stopped_data_address, fill_mask): Likewise.
4533 (mips_linux_watch_try_one_watch): Likewise.
4534 (mips_linux_watch_populate_regs): Likewise.
4535
4536 2013-07-27 Yao Qi <yao@codesourcery.com>
4537
4538 * mips-linux-nat.c (get_irw_mask): Rename to ...
4539 (mips_linux_watch_get_irw_mask): ... this. Rename parameter
4540 'set' to 'n'. Update function comment. All callers changed.
4541 (get_reg_mask): Rename parameter 'set' to 'n'. Update
4542 function comment. All callers changed.
4543 (get_num_valid): Rename to ...
4544 (mips_linux_watch_get_num_valid): ... this. Rename parameter
4545 'set' to 'n'. Update function comment. All callers changed.
4546 (get_watchlo): Rename to ...
4547 (mips_linux_watch_get_watchlo): ... this. Rename parameter
4548 'set' to 'n'. Update function comment. All callers changed.
4549 (set_watchlo): Rename to ...
4550 (mips_linux_watch_set_watchlo): ... this. Rename parameter
4551 'set' to 'n'. Update function comment. All callers changed.
4552 (get_watchhi): Rename to ...
4553 (mips_linux_watch_get_watchhi): ... this. Update function
4554 comment. All callers changed.
4555 (set_watchhi): Rename to ...
4556 (mips_linux_watch_set_watchhi): ... this. Update function
4557 comment. All callers changed.
4558 (mips_linux_read_watch_registers): Update function comment.
4559 Add new parameters 'lwpid', 'watch_readback', and
4560 'watch_readback_valid'. Update.
4561 (type_to_irw): Rename to ...
4562 (mips_linux_watch_type_to_irw): ... this. Update function
4563 comment. All callers changed.
4564 (fill_mask): Update function comment.
4565 (try_one_watch): Rename to ...
4566 (mips_linux_watch_try_one_watch): ... this. Change the type
4567 of parameter 'irw' from 'unsigned' to 'uint32_t'.
4568 (populate_regs_from_watches): Rename to ...
4569 (mips_linux_watch_populate_regs): ... this. Add parameter
4570 'current_watches'. All callers changed.
4571
4572 2013-07-27 Yao Qi <yao@codesourcery.com>
4573
4574 * mips-linux-nat.c (MAX_DEBUG_REGISTER): Move it earlier in
4575 the code.
4576 (PTRACE_SET_WATCH_REGS, enum pt_watch_style): Remove.
4577 (struct mips32_watch_regs, struct mips64_watch_regs): Remove.
4578 (struct pt_watch_regs): Likewise.
4579 [!PTRACE_GET_WATCH_REGS] (PTRACE_SET_WATCH_REGS): New macro.
4580 [!PTRACE_GET_WATCH_REGS] (enum pt_watch_style): New.
4581 [!PTRACE_GET_WATCH_REGS] (struct mips32_watch_regs): New.
4582 [!PTRACE_GET_WATCH_REGS] (struct mips64_watch_regs): New.
4583 [!PTRACE_GET_WATCH_REGS] (struct pt_watch_regs): New.
4584
4585 2013-07-27 Yao Qi <yao@codesourcery.com>
4586
4587 * breakpoint.h: Include break-common.h.
4588 (enum target_hw_bp_type): Move to ...
4589 * common/break-common.h: ... here. New.
4590
4591 2013-07-26 Cyril Nikolaev <cyril@nichtverstehen.de>
4592
4593 * inflow.c (terminal_init_inferior_with_pgrp): Save inferior
4594 process group regardless of having tty on stdin.
4595
4596 2013-07-25 Doug Evans <dje@google.com>
4597
4598 * linux-fork.h (detach_fork): Delete.
4599
4600 2013-07-25 Tom Tromey <tromey@redhat.com>
4601
4602 PR remote/15256, PR remote/15266:
4603 * bfd-target.c (target_bfd_reopen): Initialize to_magic.
4604 * monitor.c (monitor_detach): Use unpush_target.
4605 * remote-m32r-sdi.c (m32r_detach): Use unpush_target.
4606 * remote-mips.c (mips_detach): Use unpush_target. Don't
4607 call mips_close.
4608 * remote-sim.c (gdbsim_detach): Use unpush_target.
4609 * target.c (pop_target): Remove.
4610 (pop_all_targets_above): Don't call target_close.
4611 (target_close): Assert that the target is unpushed.
4612 * target.h (pop_target): Don't declare.
4613 * tracepoint.c (tfile_open): Use unpush_target.
4614
4615 2013-07-25 Tom Tromey <tromey@redhat.com>
4616
4617 * linux-thread-db.c (init_thread_db_ops): Call
4618 complete_target_initialization.
4619 (_initialize_thread_db): Don't call add_target.
4620 * target.c (complete_target_initialization): New function.
4621 (add_target_with_completer): Call it.
4622 * target.h (complete_target_initialization): Declare.
4623
4624 2013-07-25 Mark Kettenis <kettenis@gnu.org>
4625
4626 * hppa-tdep.h (enum hppa_regnum): Add members for all space registers.
4627 * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Add comment.
4628 (HPPANBSD_SIZEOF_GREGS): New define.
4629 (hppaobsd_supply_gregset): Handle additional registers.
4630 * hppabsd-nat.c (hppabsd_gregset_supplies_p): Adjust to indicate
4631 we provide more registers now.
4632 (hppabsd_supply_gregset): Supply additional registers.
4633 (hppabsd_collect_gregset): Collect additional registers.
4634
4635 2013-07-25 Mark Kettenis <kettenis@gnu.org>
4636
4637 * hppabsd-tdep.c: Include "dwarf2-frame.h".
4638 (hppabsd_dwarf2_frame_init_reg): New function.
4639 (hppabsd_init_abi): Hook in the DWARF CFI frame unwinder.
4640
4641 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
4642
4643 * mi/mi-main.c (output_register): Make MI 'r' format use standard
4644 'z' format code. Remove error for optimized out values, standard
4645 code will handle these fine.
4646
4647 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
4648
4649 * NEWS: Mention new 'z' formatter.
4650 * printcmd.c (print_scalar_formatted): Add new 'z' formatter.
4651 (_initialize_printcmd): Mention 'z' formatter in help text of the
4652 'x' command.
4653
4654 2013-07-24 Maciej W. Rozycki <macro@codesourcery.com>
4655
4656 * mips-tdep.c (micromips_deal_with_atomic_sequence): Correct
4657 formatting.
4658
4659 2013-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
4660
4661 * breakpoint.c (create_longjmp_master_breakpoint): Check if probe
4662 interface can evaluate arguments. Fallback to the old mode if it
4663 cannot.
4664 (create_exception_master_breakpoint): Likewise.
4665 * elfread.c (elf_can_evaluate_probe_arguments): New function.
4666 (struct sym_probe_fns elf_probe_fns): Export function above to the
4667 probe interface.
4668 * probe.c (can_evaluate_probe_arguments): New function.
4669 * probe.h (struct probe_ops) <can_evaluate_probe_arguments>: New
4670 function pointer.
4671 (can_evaluate_probe_arguments): New function prototype.
4672 * solib-svr4.c (svr4_create_solib_event_breakpoints): Check if
4673 probe interface can evaluate arguments. Fallback to the old mode
4674 if it cannot.
4675 * stap-probe.c (stap_get_probe_argument_count): Check if probe
4676 interface can evaluate arguments. Warning the user if it cannot.
4677 (stap_can_evaluate_probe_arguments): New function.
4678 (struct probe_ops stap_probe_ops): Export function above to the
4679 probe interface.
4680 * symfile.h (struct sym_probe_fns) <can_evaluate_probe_arguments>:
4681 New function pointer.
4682
4683 2013-07-24 Luis Machado <lgustavo@codesourcery.com>
4684
4685 * Makefile.in (SFILES): Add common/target-common.c.
4686 Add common/target-common.h to headers.
4687 (COMMON_OBS): Add target-common.o.
4688 (target-common.o): New target.
4689 * linux-nat.h (resume_kind): Move to common/target-common.h.
4690 * target.c (target_waitstatus_to_string): Move to
4691 common/target-common.c.
4692 * target.h: Include target-common.h.
4693 (target_waitkind): Move to common/target-common.h.
4694 (target_waitstatus): Likewise.
4695 (TARGET_WNOHANG): Likewise.
4696 * common/target-common.c: New file.
4697 * common/target-common.h: New file.
4698
4699 2013-07-24 Doug Evans <dje@google.com>
4700
4701 * dwarf2read.c (lookup_dwo_cutu): Change missing DWO complaint to
4702 a warning.
4703
4704 2013-07-23 Yao Qi <yao@codesourcery.com>
4705
4706 * i386-tdep.c (i386_in_stack_tramp_p): Remove unused
4707 parameter 'gdbarch'.
4708 (i386_stack_tramp_frame_sniffer): Caller update.
4709 * i386-linux-tdep.c (i386_linux_core_read_xcr0): Remove
4710 parameter 'gdbarch' and 'target'.
4711 (i386_linux_core_read_description): Caller update.
4712 * amd64-linux-tdep.c (amd64_linux_core_read_description):
4713 Likewise.
4714 * i386-linux-tdep.h (i386_linux_core_read_xcr0): Update
4715 declaration.
4716
4717 2013-07-23 Tom Tromey <tromey@redhat.com>
4718
4719 * dwarf2read.c (init_cutu_and_read_dies): Revert patch from
4720 2013-07-22.
4721
4722 2013-07-22 Doug Evans <dje@google.com>
4723
4724 * exec.h (remove_target_sections): Delete arg abfd.
4725 * exec.c (exec_close): Update call to remove_target_sections.
4726 (remove_target_sections): Delete arg abfd.
4727 * solib.c (update_solib_list): Ditto.
4728 (reload_shared_libraries_1): Ditto.
4729 (clear_solib): Ditto, and unconditionally call remove_target_sections.
4730 * target.h (struct target_section): Rename key to owner.
4731 All uses updated.
4732
4733 2013-07-22 Tom Tromey <tromey@redhat.com>
4734
4735 * solib-som.c (som_open_symbol_file_object): Call do_cleanups.
4736
4737 2013-07-22 Tom Tromey <tromey@redhat.com>
4738
4739 * dwarf2read.c (init_cutu_and_read_dies): Remove 'free_cu_cleanup'.
4740 Simplify cleanup handling.
4741
4742 2013-07-22 Tom Tromey <tromey@redhat.com>
4743
4744 * dwarf2read.c (dwarf_decode_line_header): Call do_cleanups
4745 on all return paths.
4746
4747 2013-07-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4748
4749 * ppc-linux-nat.c (PPC_DEBUG_FEATURE_DATA_BP_DAWR): New define.
4750 (ppc_linux_region_ok_for_hw_watchpoint): Add checking to use the new
4751 DAWR interface for longer ranges hardware watchpoint (up to 512 bytes).
4752
4753 2013-07-22 Phil Muldoon <pmuldoon@redhat.com>
4754
4755 * top.c (print_gdb_version): Add help, apropos description and
4756 url to online documentation.
4757
4758 2013-07-19 Hui Zhu <hui@codesourcery.com>
4759
4760 PR gdb/15692
4761 * mi/mi-cmd-break.c (mi_argv_to_format): Handle double quotes.
4762
4763 2013-07-19 Yao Qi <yao@codesourcery.com>
4764
4765 * target.c (update_current_target): Change the default action
4766 of 'to_traceframe_info' from tcomplain to return_zero.
4767 * target.h (struct target_ops) <to_traceframe_info>: Add more
4768 comments.
4769 * valops.c (read_value_memory): Call
4770 traceframe_available_memory unconditionally.
4771
4772 2013-07-18 Yao Qi <yao@codesourcery.com>
4773
4774 * coffread.c (coff_symfile_read): Iterate over minimal symbols,
4775 if the name is prefixed by "__imp_" or "_imp_", look for minimal
4776 symbol without prefix. If found, set its type to
4777 'mst_solib_trampoline'.
4778
4779 2013-07-17 Doug Evans <dje@google.com>
4780
4781 * NEWS: Mention "set print raw frame-arguments".
4782 * gdbcmd.h (setprintrawlist, showprintrawlist): Declare.
4783 * stack.c (print_raw_frame_arguments): New static global.
4784 (print_frame_arg): Set opts.raw from print_raw_frame_arguments.
4785 (_initialize_stack): New command "set/show print raw frame-arguments".
4786 * valprint.c (setprintrawlist, showprintrawlist): New globals.
4787 (set_print_raw, show_print_raw): New functions.
4788 (_initialize_valprint): New prefix command "set/show print raw".
4789 * valprint.h (value_print_options): Improve comments.
4790
4791 * cli/cli-cmds.c (init_cmd_lists): Delete unnecessary initialization
4792 of all *list variables.
4793
4794 * gdbcmd.h (togglelist): Delete.
4795 * cli/cli-cmds.c (togglelist): Delete.
4796 (init_cmd_lists): Update.
4797 * cli/cli-cmds.h (togglelist): Delete.
4798
4799 2013-07-17 Tom Tromey <tromey@redhat.com>
4800
4801 * dwarf2read.c (dwarf2_per_objfile_free): Clear
4802 dwarf2_per_objfile.
4803
4804 2013-07-16 Doug Evans <dje@google.com>
4805
4806 * nto-tdep.c (nto_relocate_section_addresses): Update,
4807 target_section.bfd deleted.
4808 * ppc64-tdep.c (ppc64_convert_from_func_ptr_addr): Ditto.
4809 * s390-tdep.c (s390_load): Ditto.
4810 * solib-aix.c (solib_aix_relocate_section_addresses): Ditto.
4811
4812 2013-07-16 Andrew Burgess <aburgess@broadcom.com>
4813
4814 * common/format.c (parse_format_string): Add checks for NULL
4815 character before calling strchr.
4816
4817 2013-07-16 Doug Evans <dje@google.com>
4818
4819 * solist.h (target_so_ops.find_and_open_solib): Clarify usage of
4820 temp_pathname argument.
4821 * nto-tdep.c (nto_find_and_open_solib): Fix setting of temp_pathname
4822 when opening the file fails.
4823
4824 * target.h (struct target_section): Delete member bfd.
4825 All users updated to use the_bfd_section->owner instead.
4826 * exec.c (add_to_section_table): Assert bfd is expected value.
4827 Remove initialization of target_section.bfd.
4828 (remove_target_sections): Update.
4829 (section_table_available_memory): Update.
4830 (section_table_xfer_memory_partial): Update.
4831 (print_section_info): Update.
4832 (exec_set_section_address): Update.
4833 * record-full.c (record_full_core_xfer_partial): Update.
4834 * solib-svr4.c (svr4_relocate_section_addresses): Update.
4835 * solib-target.c (solib_target_relocate_section_addresses): Update.
4836 * symfile.c (build_section_addr_info_from_section_table): Update.
4837 * target.c (memory_xfer_live_readonly_partial): Update.
4838 (memory_xfer_partial_1): Update.
4839
4840 2013-07-15 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4841
4842 * ppc-linux-nat.c: Since the new PowerPC specific ptrace interface is
4843 now available for embedded (BookE) and server (BookS) processors,
4844 correct mentions of 'booke' and adjust comments accordingly in order to
4845 avoid confusion. Rename struct 'booke_debug_info' to 'hwdebug_info'.
4846 (have_ptrace_booke_interface): Rename function and variable
4847 'have_ptrace_booke_interface' to 'have_ptrace_hwdebug_interface'.
4848 Rename struct 'booke_debug_info' to 'hwdebug_info'. Update all uses.
4849 (booke_cmp_hw_point): Rename function 'booke_cmp_hw_point' to
4850 'hwdebug_point_cmp'. Update all uses.
4851 (booke_find_thread_points_by_tid): Rename function
4852 'booke_find_thread_points_by_tid' to
4853 'hwdebug_find_thread_points_by_tid'. Update all uses.
4854 (booke_insert_point): Rename function 'booke_insert_point' to
4855 'hwdebug_insert_point'. Update all uses.
4856 (booke_remove_point): Rename function 'booke_remove_point' to
4857 'hwdebug_remove_point'. Update all uses.
4858
4859 2013-07-15 Maciej W. Rozycki <macro@codesourcery.com>
4860
4861 * mips-tdep.c (mips_gdbarch_init): Replace hardcoded magic
4862 numbers with enum values.
4863
4864 2013-07-15 Ali Anwar <ali_anwar@codesourcery.com>
4865
4866 PR threads/13217
4867 * thread.c (thread_apply_all_command): Check for valid threads
4868 and thread count.
4869 (thread_array_cleanup): New struct.
4870 (set_thread_refcount): New function.
4871
4872 2013-07-11 Andrew Burgess <aburgess@broadcom.com>
4873
4874 * infcmd.c (default_print_one_register_info): Reuse function
4875 print_hex_chars.
4876
4877 2013-07-10 Tom Tromey <tromey@redhat.com>
4878
4879 * Makefile.in (GDB_WARN_CFLAGS_NO_DEFS, ADA_EXP_C): New macros.
4880 (ada-exp.o): New target.
4881
4882 2013-07-10 Sergio Durigan Junior <sergiodj@redhat.com>
4883
4884 * mt-tdep.c (mt_registers_info): Call
4885 get_no_prettyformat_print_options instead of
4886 get_raw_print_options (regression by last patch from Doug
4887 Evans).
4888
4889 2013-07-09 Pedro Alves <palves@redhat.com>
4890
4891 Checked in by Joel Brobecker <brobecker@adacore.com>.
4892 * ada-lang.c (coerce_unspec_val_to_type): Use
4893 value_optimized_out_const.
4894 * value.c (value_optimized_out_const): New function.
4895 * value.h (value_optimized_out_const): New declaration.
4896
4897 2013-07-09 Doug Evans <dje@google.com>
4898
4899 * defs.h (enum val_prettyformat): Renamed from val_prettyprint.
4900 Enum values rename as well. All uses updated.
4901 * valprint.h (value_print_options): Rename member pretty to
4902 pretty format. Rename member prettyprint_arrays to
4903 prettyformat_arrays. Rename member prettyprint_structs to
4904 prettyformat_structs. All uses updated.
4905 (get_no_prettyformat_print_options): Renamed from
4906 get_raw_print_options.
4907 * valprint.c (get_no_prettyformat_print_options): Renamed from
4908 get_raw_print_options. All callers updated.
4909 (show_prettyformat_structs): Renamed from show_prettyprint_structs.
4910 All callers updated.
4911 (show_prettyformat_arrays): Renamed from show_prettyprint_arrays.
4912 All callers updated.
4913 (_initialize_valprint): Improve help text for "set print pretty" and
4914 "set print arrays".
4915
4916 2013-07-09 Andrew Burgess <aburgess@broadcom.com>
4917
4918 * value.c (value_bits_valid): Revert previous change, and change
4919 by Pedro on 2013-07-04, due to regressions in
4920 gdb.dwarf2/implptr.exp and gdb.dwarf2/pieces.exp.
4921
4922 2013-07-08 Andrew Burgess <aburgess@broadcom.com>
4923 Pedro Alves <palves@redhat.com>
4924
4925 * value.c (value_bits_valid): If the value is not lval_computed
4926 or has no check validity handler then the answer is the
4927 optimized_out flag, otherwise defer to the handler.
4928
4929 2013-07-06 Eli Zaretskii <eliz@gnu.org>
4930
4931 * top.c (print_gdb_configuration): Explain in output of
4932 --configuration what does "relocatable" mean.
4933
4934 * main.c (print_gdb_help): Regroup options in the --help text.
4935 See http://sourceware.org/ml/gdb-patches/2013-04/msg00362.html for
4936 the relevant discussions.
4937
4938 2013-07-06 Yao Qi <yao@codesourcery.com>
4939
4940 * breakpoint.h (struct breakpoint_ops) <create_breakpoints_sal>:
4941 Remove parameter 'lsal'.
4942 * breakpoint.c (create_breakpoint): Move local variable 'lsal'
4943 to inner block. Caller update.
4944 (base_breakpoint_create_breakpoints_sal): Update.
4945 (bkpt_create_breakpoints_sal): Likewise.
4946 (tracepoint_create_breakpoints_sal): Likewise.
4947 (strace_marker_create_breakpoints_sal): Get 'lsal' from the
4948 element 0 of vector 'canonical->sals'.
4949
4950 2013-07-05 Luis Machado <lgustavo@codesourcery.com>
4951
4952 * rs6000-tdep.c (rs6000_stab_reg_to_regnum): Return the real
4953 register number instead of the pseudo register one.
4954 (rs6000_dwarf2_reg_to_regnum): Likewise.
4955
4956 2013-07-04 Pedro Alves <palves@redhat.com>
4957
4958 * findvar.c (value_of_register): Use allocate_optimized_out_value
4959 if the register has been optimized out, instead of
4960 set_value_optimized_out.
4961 * frame-unwind.c (frame_unwind_got_optimized): Use
4962 allocate_optimized_out_value.
4963
4964 2013-07-04 Pedro Alves <palves@redhat.com>
4965
4966 * value.c (value_bits_valid): If the value is not lval_computed,
4967 or doesn't have a check_validity hook, assume the value is entirely
4968 valid.
4969
4970 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
4971
4972 * stack.c (read_frame_arg): No longer fetch lazy values.
4973 * value.c (value_optimized_out): If the value is not already
4974 marked optimized out, and is lazy then fetch it.
4975 (value_primitive_field): Move optimized out check to later in the
4976 function, after we have loaded any lazy values.
4977 (value_fetch_lazy): Use optimized out flag directly rather than
4978 calling optimized_out method.
4979
4980 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
4981
4982 * valops.c: Don't include "user-regs.h".
4983 (value_fetch_lazy): Moved to value.c.
4984 * value.c: Include "user-regs.h".
4985 (value_fetch_lazy): Moved from valops.c.
4986
4987 2013-07-04 Yao Qi <yao@codesourcery.com>
4988
4989 Revert:
4990 2013-06-27 Yao Qi <yao@codesourcery.com>
4991
4992 * common/create-version.sh: Update comments. Handle the case
4993 that TARGET_ALIAS is empty.
4994
4995 2013-07-03 Pedro Alves <palves@redhat.com>
4996
4997 * Makefile.in (config.status): Depend on development.sh.
4998 (aclocal_m4_deps): Add libmcheck.m4.
4999 * acinclude.m4: Include libmcheck.m4.
5000 * configure.ac: Source development.sh instead of setting
5001 'development' here. --enable-libmcheck/--disable-libmcheck code
5002 factored out to GDB_AC_LIBMCHECK. Run it.
5003 * development.sh: New file.
5004 * libmcheck.m4: New file.
5005 * configure: Regenerate.
5006
5007 2013-07-02 Tom Tromey <tromey@redhat.com>
5008
5009 * contrib/ari/update-web-ari.sh: Update for version.in change.
5010
5011 2013-07-02 Tom Tromey <tromey@redhat.com>
5012
5013 * common/ptid.h: Comment fixes.
5014
5015 2013-07-01 Tom Tromey <tromey@redhat.com>
5016
5017 * dwarf2read.c (dwarf2_get_dwz_file): Return NULL if
5018 .gnu_debugaltlink not found. Use bfd_get_alt_debug_link_info.
5019 (dwarf2_read_index, create_all_comp_units): Update.
5020
5021 2013-07-01 Tom Tromey <tromey@redhat.com>
5022
5023 * configure.ac (build_warnings): Add -Wold-style-definition.
5024 * configure: Rebuild.
5025 * machoread.c (_initialize_machoread): Use "(void)".
5026 * macrocmd.c (macro_inform_no_debuginfo): Fix formatting;
5027 use "(void)".
5028
5029 2013-07-01 Tom Tromey <tromey@redhat.com>
5030
5031 * configure.ac (build_warnings): Add -Wold-style-declaration.
5032 * configure: Rebuild.
5033 * dsrec.c (make_srec): Use "static const", not "const static".
5034 * h8300-tdep.c (h8300_breakpoint_from_pc): Use "static const",
5035 not "const static".
5036 * mi/mi-parse.c (mi_no_values, mi_simple_values, mi_all_values):
5037 Use "static const", not "const static".
5038 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Use "static const",
5039 not "const static".
5040 * moxie-tdep.c (moxie_breakpoint_from_pc): Use "static const",
5041 not "const static".
5042 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Use "static const",
5043 not "const static".
5044 * v850-tdep.c (v850_breakpoint_from_pc): Use "static const",
5045 not "const static".
5046 (v850_dbtrap_breakpoint_from_pc): Likewise.
5047 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Use "static const",
5048 not "const static".
5049
5050 2013-07-01 Tom Tromey <tromey@redhat.com>
5051
5052 * configure.ac (build_warnings): Add -Wmissing-parameter-type.
5053 * configure: Rebuild.
5054
5055 2013-07-01 Pedro Alves <palves@redhat.com>
5056
5057 * defs.h: Include "pathmax.h".
5058 * utils.c: Don't include sys/param.h.
5059 (gdb_realpath): Remove code that checks for MAXPATHLEN.
5060 * solib-ia64-hpux.c (ia64_hpux_handle_load_event): Use PATH_MAX
5061 instead of MAXPATHLEN.
5062 * solib-sunos.c: Don't include sys/param.h.
5063 * xcoffread.c: Don't include sys/param.h.
5064 * bsd-kvm.c: Don't include sys/param.h.
5065 * darwin-nat.c: Don't include sys/param.h.
5066 (darwin_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
5067 * darwin-nat-info.c: Don't include sys/param.h.
5068 * fbsd-nat.c (fbsd_pid_to_exec_file): Use PATH_MAX instead of
5069 MAXPATHLEN.
5070 * i386obsd-nat.c: Don't include sys/param.h.
5071 * inf-child.c: Don't include sys/param.h.
5072 (inf_child_fileio_readlink): Use PATH_MAX instead of MAXPATHLEN.
5073 * linux-fork.c: Don't include sys/param.h.
5074 (fork_save_infrun_state): Use PATH_MAX instead of MAXPATHLEN.
5075 * linux-nat.c: Don't include sys/param.h.
5076 (linux_child_pid_to_exec_file, linux_proc_pending_signals)
5077 (linux_proc_pending_signals): Use PATH_MAX instead of MAXPATHLEN.
5078 * m68klinux-nat.c: Don't include sys/param.h.
5079 * nbsd-nat.c: Don't include sys/param.h.
5080 (nbsd_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
5081 * ppc-linux-nat.c: Don't include sys/param.h.
5082 * rs6000-nat.c: Don't include sys/param.h.
5083 * spu-linux-nat.c. Don't include sys/param.h.
5084 * windows-nat.c: Don't include sys/param.h.
5085 * xtensa-linux-nat.c: Don't include sys/param.h.
5086 * config/i386/nm-fbsd.h: Don't include sys/param.h.
5087
5088 2013-07-01 Pedro Alves <palves@redhat.com>
5089
5090 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add pathmax.
5091 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/pathmax.m4.
5092 * gnulib/aclocal.m4: Regenerate.
5093 * gnulib/config.in: Regenerate.
5094 * gnulib/configure: Regenerate.
5095 * gnulib/import/pathmax.h: New file.
5096 * gnulib/import/Makefile.am: Regenerate.
5097 * gnulib/import/Makefile.in: Regenerate.
5098 * gnulib/import/m4/gnulib-cache.m4: Regenerate.
5099 * gnulib/import/m4/gnulib-comp.m4: Regenerate.
5100 * gnulib/import/m4/pathmax.m4: New file.
5101
5102 2013-07-01 Pedro Alves <palves@redhat.com>
5103
5104 * configure.ac (GDBINIT): Define, depending on host.
5105 * go32-nat.c (init_go32_ops): Don't override gdbinit here.
5106 * top.c (PATH_MAX): Delete fallback definition.
5107 (GDBINIT_FILENAME): Delete.
5108 (gdbinit): Reimplement as const char array set to the GDBINIT
5109 string constant.
5110 * top.h (gdbinit): Make const.
5111 * configure, config.in: Regenerate.
5112
5113 2013-07-01 Pedro Alves <palves@redhat.com>
5114
5115 * cli/cli-cmds.c (source_script): Make 'file' parameter const.
5116 * cli/cli-cmds.h (source_script): Likewise.
5117 * exceptions.c (catch_command_errors_const): New function.
5118 * exceptions.h (catch_command_errors_const): Declare.
5119 * main.c (get_init_files): Make parameters const, and adjust.
5120 (captured_main): Make 'system_gdbinit', 'home_gdbinit' and
5121 'local_gdbinit' locals const. Adjust to use
5122 catch_command_errors_const.
5123 (print_gdb_help): Make 'system_gdbinit', 'home_gdbinit' and
5124 'local_gdbinit' locals const.
5125
5126 2013-07-01 Pedro Alves <palves@redhat.com>
5127
5128 * defs.h: Don't check HAVE_UNISTD_H before including <unistd.h>.
5129 (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Delete.
5130 * tracepoint.c: Don't check HAVE_UNISTD_H before including
5131 <unistd.h>.
5132
5133 2013-07-01 Pedro Alves <palves@redhat.com>
5134
5135 Import the "unistd" gnulib module.
5136 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add "unistd".
5137 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/off_t.m4,
5138 import/m4/ssize_t.m4, import/m4/sys_types_h.m4 and
5139 import/m4/unistd_h.m4.
5140 * gnulib/aclocal.m4: Renenerate.
5141 * gnulib/config.in: Renenerate.
5142 * gnulib/configure: Renenerate.
5143 * gnulib/import/Makefile.am: Renenerate.
5144 * gnulib/import/Makefile.in: Renenerate.
5145 * gnulib/import/m4/gnulib-cache.m4: Renenerate.
5146 * gnulib/import/m4/gnulib-comp.m4: Renenerate.
5147 * gnulib/import/m4/off_t.m4: New file.
5148 * gnulib/import/m4/ssize_t.m4: New file.
5149 * gnulib/import/m4/sys_types_h.m4: New file.
5150 * gnulib/import/m4/unistd_h.m4: New file.
5151 * gnulib/import/sys_types.in.h: New file.
5152 * gnulib/import/unistd.c: New file.
5153 * gnulib/import/unistd.in.h: New file.
5154
5155 2013-07-01 Pedro Alves <palves@redhat.com>
5156
5157 * utils.c <pathconf/_PC_PATH_MAX use>: Check if _PC_PATH_MAX is
5158 defined instead of checking HAVE_UNISTD_H.
5159
5160 2013-07-01 Pedro Alves <palves@redhat.com>
5161
5162 Reimport gnulib from scratch.
5163 * gnulib/Makefile.in (aclocal_m4_deps): Remove reference to
5164 import/m4/onceonly.m4.
5165 * gnulib/aclocal.m4: Renegerate.
5166 * gnulib/config.in: Renegerate.
5167 * gnulib/configure: Renegerate.
5168 * gnulib/import/Makefile.in: Renegerate.
5169 * gnulib/import/extra/update-copyright: Renegerate.
5170 * gnulib/import/m4/onceonly.m4: Delete.
5171
5172 2013-07-01 Pedro Alves <palves@redhat.com>
5173
5174 * tui/tui-regs.c (pagination_enabled): Delete declaration.
5175
5176 2013-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5177
5178 Code cleanup.
5179 * remote.c (async_remote_interrupt_twice): Make it static.
5180 * remote.h (async_remote_interrupt_twice): Remove the declaration.
5181
5182 2013-06-29 Sergio Durigan Junior <sergiodj@redhat.com>
5183
5184 * ia64-linux-tdep.c: Include <ctype.h>.
5185 (ia64_linux_stap_is_single_operand): New function.
5186 (ia64_linux_init_abi): Initialize SystemTap related attributes.
5187
5188 2013-06-28 Tom Tromey <tromey@redhat.com>
5189
5190 * Makefile.in (version.c): Use version.in, not
5191 common/version.in.
5192 * common/create-version.sh: Likewise.
5193 * common/version.in: Move...
5194 * version.in: ...here.
5195
5196 2013-06-28 Pedro Alves <palves@redhat.com>
5197
5198 * infrun.c (set_observer_mode): Don't declare pagination_enabled
5199 here.
5200 * utils.h (pagination_enabled): Declare.
5201
5202 2013-06-28 Pedro Alves <palves@redhat.com>
5203
5204 * infrun.c (non_stop, non_stop_1, set_non_stop, show_non_stop):
5205 Move higher up in file.
5206
5207 2013-06-28 Tom Tromey <tromey@redhat.com>
5208
5209 * tracepoint.c (deprecated_readline_begin_hook)
5210 (deprecated_readline_hook, deprecated_readline_end_hook): Don't
5211 declare.
5212
5213 2013-06-28 Pedro Alves <palves@redhat.com>
5214
5215 PR tui/14880
5216 * tui/tui-regs.c (tui_get_register): Fetch value contents before
5217 checking if they're available.
5218 * value.c (value_available_contents_eq): Change comment.
5219 * value.h (value_available_contents_eq): Expand comment.
5220
5221 2013-06-27 Tom Tromey <tromey@redhat.com>
5222
5223 * target.c (find_run_target): Remove.
5224 * target.h (find_run_target): Remove.
5225
5226 2013-06-27 Tom Tromey <tromey@redhat.com>
5227
5228 * corelow.c (core_gdbarch): Now static.
5229
5230 2013-06-27 Tom Tromey <tromey@redhat.com>
5231
5232 * target.c (target_struct_index): Remove.
5233
5234 2013-06-27 Pedro Alves <palves@redhat.com>
5235
5236 * infrun.c: Remove comment describing the 'stepping over runtime
5237 loader dynamic symbol resolution code' mechanism; moved to
5238 gdbint.texinfo.
5239
5240 2013-06-27 Pedro Alves <palves@redhat.com>
5241
5242 * exceptions.c (catch_command_errors): Remove spurious space.
5243 * exceptions.h (catch_command_errors): Second parameter is "arg",
5244 not "command".
5245
5246 2013-06-27 Yao Qi <yao@codesourcery.com>
5247
5248 * common/create-version.sh: Update comments. Handle the case
5249 that TARGET_ALIAS is empty.
5250
5251 2013-06-26 Pedro Alves <palves@redhat.com>
5252
5253 * infrun.c (SOLIB_IN_DYNAMIC_LINKER): Delete macro and describing
5254 comment.
5255
5256 2013-06-26 Pedro Alves <palves@redhat.com>
5257
5258 * infrun.c: Update comments on stepping over runtime loader
5259 dynamic symbol resolution code.
5260
5261 2013-06-26 Sergio Durigan Junior <sergiodj@redhat.com>
5262
5263 * ax-gdb.h (union exp_element): Forward declare.
5264 * parser-defs.h: Include expression.h.
5265
5266 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
5267
5268 * mips-tdep.c (fetch_mips_16): Use unmake_compact_addr.
5269
5270 2013-06-26 Dmitry Kozlov <ddk@codesourcery.com>
5271
5272 * tracepoint.c (trace_save): Extend tsave to save starttime, stoptime.
5273
5274 2013-06-26 Dmitry Kozlov <ddk@codesourcery.com>
5275
5276 Fix trace-status to output proper start-time and stop-time.
5277 * tracepoint.c (trace_status_command): Fix type of printf arg to
5278 prevent improper type conversion.
5279 (trace_status_mi): Likewise.
5280
5281 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
5282
5283 * mips-tdep.c (mips_next_pc): Fix a typo.
5284
5285 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
5286
5287 * mips-tdep.c (micromips_scan_prologue): Fix a typo.
5288
5289 2013-06-26 Pedro Alves <pedro@codesourcery.com>
5290 Yao Qi <yao@codesourcery.com>
5291
5292 * mi/mi-cmds.c (mi_cmds): Register -trace-frame-collected.
5293 * mi/mi-cmds.h (mi_cmd_trace_frame_collected): Declare.
5294 * mi/mi-main.c (print_variable_or_computed): New function.
5295 (mi_cmd_trace_frame_collected): New function.
5296 * tracepoint.c (find_trace_state_variable_by_number): New.
5297 (struct traceframe_info): Move to tracepoint.h
5298 (struct collection_list): Likewise.
5299 (do_collect_symbol): Include locals and arguments in the
5300 collected variables list.
5301 (clear_collection_list): Clear wholly collected variables list
5302 and computed variables list.
5303 (append_exp): New function.
5304 (encode_actions_1): Include variables in the wholly
5305 collected variables list. Include memory ranges and
5306 full-fledged expressions in the computed expressions list.
5307 (encode_actions): Move some code to ...
5308 Return the cleanup chain.
5309 (encode_actions_rsp): ... here. New function.
5310 (get_traceframe_location, get_traceframe_info): Remove static.
5311 * tracepoint.h (struct memrange): Moved from tracepoint.c.
5312 (struct collection_list): Moved from tracepoint.c. Add two
5313 new fields 'wholly_collected' and 'computed'.
5314 (find_trace_state_variable_by_number): Declare.
5315 (encode_actions): Adjust declaration.
5316 (encode_actions_rsp): Declare.
5317 (get_traceframe_info, get_traceframe_location): Declare.
5318
5319 * NEWS: Mention new MI command -trace-frame-collected.
5320
5321 2013-06-26 Pedro Alves <pedro@codesourcery.com>
5322 Yao Qi <yao@codesourcery.com>
5323
5324 * ctf.c (ctf_traceframe_info): Push trace state variables
5325 present in the trace data into the traceframe info object.
5326 * breakpoint.c (DEF_VEC_I): Remove.
5327 * common/filestuff.c (DEF_VEC_I): Likewise.
5328 * dwarf2loc.c (DEF_VEC_I): Likewise.
5329 * mi/mi-main.c (DEF_VEC_I): Likewise.
5330 * common/gdb_vecs.h (DEF_VEC_I): Define vector for int.
5331 * features/traceframe-info.dtd: Add tvar element and its
5332 attributes.
5333 * tracepoint.c (free_traceframe_info): Free vector 'tvars'.
5334 (build_traceframe_info): Push trace state variables present in
5335 the trace data into the traceframe info object.
5336 (traceframe_info_start_tvar): New function.
5337 (tvar_attributes): New.
5338 (traceframe_info_children): Add "tvar" element.
5339 * tracepoint.h (struct traceframe_info) <tvars>: New field.
5340
5341 * NEWS: Mention the change in GDB and GDBserver.
5342
5343 2013-06-26 Pedro Alves <pedro@codesourcery.com>
5344 Yao Qi <yao@codesourcery.com>
5345
5346 * tracepoint.c (trace_dump_command): Move code to ...
5347 (get_traceframe_location): ... here. New.
5348
5349 2013-06-26 Pedro Alves <pedro@codesourcery.com>
5350 Yao Qi <yao@codesourcery.com>
5351
5352 * tracepoint.c (trace_dump_command): GDB emits an error
5353 instead of a warning when a traceframe is not selected.
5354
5355 2013-06-26 Pedro Alves <pedro@codesourcery.com>
5356 Yao Qi <yao@codesourcery.com>
5357
5358 * tracepoint.c (tracepoint_list, stepping_list): Remove.
5359 (clear_collection_list): Free fields 'aexpre_list' and 'list'
5360 in collection_list.
5361 (do_clear_collection_list, init_collection_list): New.
5362 (encode_actions): Add local variables 'tracepoint_list' and
5363 'stepping_list'. Call init_collection_list and make cleanup
5364 which calls do_clear_collection_list. Don't call
5365 clear_collection_list.
5366 (_initialize_tracepoint): Delete references to
5367 'tracepoint_list' and 'stepping_list'.
5368
5369 2013-06-25 Tom Tromey <tromey@redhat.com>
5370
5371 * common/create-version.sh (date): Use "$", not "$$" in sed
5372 expression.
5373
5374 2013-06-25 Kevin Buettner <kevinb@redhat.com>
5375
5376 * NEWS (New targets): Add entry for TI MSP430.
5377
5378 2013-06-25 Yao Qi <yao@codesourcery.com>
5379
5380 * remote.c (remote_start_remote): Move code to upload tsv
5381 earlier.
5382
5383 2013-06-25 Yao Qi <yao@codesourcery.com>
5384 Hui Zhu <hui@codesourcery.com>
5385 Pedro Alves <palves@redhat.com>
5386
5387 PR breakpoints/15075
5388 PR breakpoints/15434
5389 * breakpoint.c (bpstat_stop_status): Call
5390 b->ops->after_condition_true.
5391 (update_dprintf_command_list): Don't append "continue" command
5392 to the command list of dprintf breakpoint.
5393 (base_breakpoint_after_condition_true): New function.
5394 (base_breakpoint_ops): Add base_breakpoint_after_condition_true.
5395 (dprintf_after_condition_true): New function.
5396 (initialize_breakpoint_ops): Set dprintf_after_condition_true.
5397 * breakpoint.h (breakpoint_ops): Add after_condition_true.
5398
5399 2013-06-24 Kevin Buettner <kevinb@redhat.com>
5400
5401 * Makefile.in (ALL_TARGET_OBS): Add msp430-tdep.o.
5402 (ALLDEPFILES): Add msp430-tdep.c.
5403 * configure.tgt (msp430*-*-elf): New target.
5404 * msp430-tdep.c: New file.
5405
5406 2013-06-24 Maciej W. Rozycki <macro@codesourcery.com>
5407
5408 * mips-tdep.c (mips_elf_make_msymbol_special): Handle MIPS16 and
5409 microMIPS synthetic symbols.
5410
5411 2013-06-24 Maciej W. Rozycki <macro@codesourcery.com>
5412
5413 * objfiles.h (pc_in_section): New prototype.
5414 (in_plt_section): Remove name argument, replace prototype with
5415 static inline function.
5416 * mips-tdep.h: Include "objfiles.h".
5417 (in_mips_stubs_section): New function.
5418 * hppa-tdep.h (gdbarch_tdep): Remove name argument of
5419 in_solib_call_trampoline member.
5420 (hppa_in_solib_call_trampoline): Remove name argument.
5421 * objfiles.c (pc_in_section): New function.
5422 (in_plt_section): Remove function.
5423 * mips-linux-tdep.c: Include "objfiles.h".
5424 (mips_linux_in_dynsym_stub): Call in_mips_stubs_section. Remove
5425 name argument. Return 1 rather than the low 16-bit halfword of
5426 any instruction examined.
5427 (mips_linux_in_dynsym_resolve_code): Update
5428 mips_linux_in_dynsym_stub call accordingly.
5429 * mips-tdep.c (mips_stub_frame_sniffer): Use in_mips_stubs_section
5430 rather than an equivalent hand-coded sequence.
5431 * hppa-hpux-tdep.c (in_opd_section): Remove function.
5432 (hppa32_hpux_in_solib_call_trampoline): Remove name argument.
5433 (hppa64_hpux_in_solib_call_trampoline): Likewise.
5434 (hppa64_hpux_find_global_pointer): Use pc_in_section rather than
5435 in_opd_section.
5436 * hppa-tdep.c (hppa_stub_unwind_sniffer): Remove name argument
5437 on call to tdep->in_solib_call_trampoline.
5438 (hppa_in_solib_call_trampoline): Remove name argument, update
5439 according to in_plt_section change.
5440 (hppa_skip_trampoline_code): Update according to in_plt_section
5441 change.
5442 * aarch64-tdep.c (aarch64_stub_unwind_sniffer): Likewise.
5443 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code):
5444 Likewise.
5445 * arm-tdep.c (arm_stub_unwind_sniffer): Likewise.
5446 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
5447 * hppabsd-tdep.c (hppabsd_find_global_pointer): Likewise.
5448 * nios2-tdep.c (nios2_stub_frame_sniffer): Likewise.
5449 * nto-tdep.c (nto_relocate_section_addresses): Likewise.
5450 * s390-tdep.c (s390_stub_frame_sniffer): Likewise.
5451 * sh-tdep.c (sh_stub_unwind_sniffer): Likewise.
5452 * solib-dsbt.c (dsbt_in_dynsym_resolve_code): Likewise.
5453 * solib-frv.c (frv_in_dynsym_resolve_code): Likewise.
5454 * solib-svr4.c (svr4_in_dynsym_resolve_code): Likewise.
5455 * solib-target.c (solib_target_in_dynsym_resolve_code): Likewise.
5456 * sparc-tdep.c (sparc_analyze_prologue): Likewise.
5457 * tic6x-tdep.c (tic6x_stub_unwind_sniffer): Likewise.
5458
5459 2013-06-24 Joel Brobecker <brobecker@adacore.com>
5460
5461 * common/create-version.sh: Fix expansion of $host_alias
5462 and $target_alias in generation of HOST_NAME and TARGET_NAME
5463 (resp.).
5464
5465 2013-06-24 Tom Tromey <tromey@redhat.com>
5466
5467 * common/create-version.sh: New file.
5468 * Makefile.in (version.c): Use bfd/version.h, common/version.in,
5469 create-version.sh.
5470 (HFILES_NO_SRCDIR): Use common/version.h.
5471 * version.in: Move to ...
5472 * common/version.in: ... here. Replace date with "DATE".
5473 * version.h: Move to ...
5474 * common/version.h: ... here.
5475
5476 2013-06-21 Joel Brobecker <brobecker@adacore.com>
5477
5478 * gdb/gnulib/Makefile.in: Update date in copyright header.
5479 * gdb/gnulib/configure.ac: Ditto.
5480 * gdb/gnulib/update-gnulib.sh: Ditto.
5481
5482 2013-06-21 Joel Brobecker <brobecker@adacore.com>
5483
5484 * copyright.py (EXCLUDE_LIST): Replace "gdb/gnulib" by
5485 "gdb/gnulib/import".
5486
5487 2013-06-21 Will Newton <will.newton@linaro.org>
5488
5489 * doublest.c (ldfrexp): Remove function.
5490 (convert_doublest_to_floatformat): Call frexpl instead of
5491 ldfrexp.
5492
5493 2013-06-21 Will Newton <will.newton@linaro.org>
5494
5495 * gnulib/update-gnulib.sh(IMPORTED_GNULIB_MODULES): Add frexpl.
5496 * gnulib/aclocal.m4: Regenerate.
5497 * gnulib/config.in: Regenerate.
5498 * gnulib/configure: Regenerate.
5499 * gnulib/import/Makefile.am: Update.
5500 * gnulib/import/Makefile.in: Update.
5501 * gnulib/import/m4/gnulib-cache.m4: Update.
5502 * gnulib/import/m4/gnulib-comp.m4: Update.
5503 * gnulib/import/float+.h: Import.
5504 * gnulib/import/float.c: Import.
5505 * gnulib/import/float.in.h: Import.
5506 * gnulib/import/fpucw.h: Import.
5507 * gnulib/import/frexp.c: Import.
5508 * gnulib/import/frexpl.c: Import.
5509 * gnulib/import/isnan.c: Import.
5510 * gnulib/import/isnand-nolibm.h: Import.
5511 * gnulib/import/isnand.c: Import.
5512 * gnulib/import/isnanl-nolibm.h: Import.
5513 * gnulib/import/isnanl.c: Import.
5514 * gnulib/import/itold.c: Import.
5515 * gnulib/import/m4/exponentd.m4: Import.
5516 * gnulib/import/m4/exponentl.m4: Import.
5517 * gnulib/import/m4/float_h.m4: Import.
5518 * gnulib/import/m4/fpieee.m4: Import.
5519 * gnulib/import/m4/frexp.m4: Import.
5520 * gnulib/import/m4/frexpl.m4: Import.
5521 * gnulib/import/m4/isnand.m4: Import.
5522 * gnulib/import/m4/isnanl.m4: Import.
5523 * gnulib/import/m4/math_h.m4: Import.
5524 * gnulib/import/math.c: Import.
5525 * gnulib/import/math.in.h: Import.
5526
5527 2013-06-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5528
5529 * common/linux-btrace.c (cpu_supports_btrace): Remove variable vendor,
5530 replace strcmp with signature_INTEL_ebx, signature_INTEL_ecx and
5531 signature_INTEL_edx comparisons.
5532
5533 2013-06-20 Doug Evans <dje@google.com>
5534
5535 symtab/15652
5536 * dwarf2read.c (try_open_dwop_file): New arg search_cwd.
5537 All callers updated.
5538 (open_dwp_file): If we can't find the dwp file, search the basename
5539 in debug-file-directory.
5540
5541 * dwarf2read.c (struct dwp_file): Fix comment.
5542 (open_and_init_dwp_file): Set dwp_file->name to bfd's file name.
5543
5544 * source.c (openp): Document OPF_TRY_CWD_FIRST+OPF_SEARCH_IN_PATH
5545 better.
5546
5547 2013-06-20 Yao Qi <yao@codesourcery.com>
5548
5549 * breakpoint.c (create_breakpoint): Fix code indentation.
5550
5551 2013-06-20 Yao Qi <yao@codesourcery.com>
5552
5553 * breakpoint.c (create_breakpoints_sal_default): Remove
5554 parameter 'lsal'. Update declaration.
5555 (bkpt_create_breakpoints_sal): Caller update.
5556 (tracepoint_create_breakpoints_sal): Likewise.
5557
5558 2013-06-20 Pedro Alves <pedro@codesourcery.com>
5559 Yao Qi <yao@codesourcery.com>
5560
5561 * NEWS: Mention the new option '--skip-unavailable' of command
5562 -data-list-register-values.
5563 * mi/mi-main.c (mi_cmd_data_list_register_values): Accept the
5564 --skip-unavailable option. Adjust to use output_register.
5565 (output_register): Add new 'skip_unavailable' parameter.
5566 Handle it.
5567
5568 2013-06-19 Mike Frysinger <vapier@gentoo.org>
5569
5570 * Makefile.in (HFILES_NO_SRCDIR): Add common/i386-cpuid.h and
5571 common/i386-gcc-cpuid.h.
5572 * common/i386-cpuid.h: New wrapper header around i386-gcc-cpuid.h.
5573 * common/i386-gcc-cpuid.h: Rename from testsuite/gdb.arch/i386-cpuid.h.
5574 Copy the latest version from upstream gcc.
5575 * common/linux-btrace.c: Include i386-cpuid.h.
5576 (intel_supports_btrace): Delete x86 ifdefs and replace inline asm with
5577 call to i386_cpuid.
5578 (cpu_supports_btrace): Likewise.
5579 * go32-nat.c: Include i386-cpuid.h.
5580 (go32_sysinfo): Add (disabled) calls to i386_cpuid with comments.
5581
5582 2013-06-19 Doug Evans <dje@google.com>
5583
5584 * symfile.c (symfile_bfd_open): Delete unnecessary declaration.
5585 (get_section_index): Ditto.
5586
5587 2013-06-19 Tom Tromey <tromey@redhat.com>
5588
5589 * breakpoint.c (_initialize_breakpoint): Remove trailing \n from
5590 "dprintf" help.
5591
5592 2013-06-18 Doug Evans <dje@google.com>
5593
5594 * dwarf2read.c (dw2_symtab_iter_next): Check value of cu_index
5595 before using it.
5596 (dw2_expand_symtabs_matching): Fix symbol kind validity check.
5597 Move test of cu_index closer to use. Print complaint if cu_index
5598 is bad.
5599
5600 2013-06-18 Joel Brobecker <brobecker@adacore.com>
5601
5602 * machoread.c (oso_vector): Delete this global.
5603 (macho_register_oso): Add new parameter "oso_vector_ptr".
5604 Use it instead of the "oso_vector" global.
5605 (macho_symtab_read, macho_symfile_read_all_oso): Likewise.
5606 (macho_symfile_read): Use a local oso_vector, to be free'ed
5607 at the end of this function, in place of the old "oso_vector"
5608 global. Update various function calls accordingly. Use one
5609 single cleanup chain for the entire function.
5610
5611 2013-06-18 Joel Brobecker <brobecker@adacore.com>
5612
5613 * dwarf2read.c (dwarf2_per_objfile_free): Replace uses of
5614 DWARF2_PER_OBJFILE by uses of DATA instead.
5615
5616 2013-06-18 Tom Tromey <tromey@redhat.com>
5617
5618 * break-catch-sig.c (signal_catchpoint_explains_signal): Add 'sig'
5619 argument.
5620 * breakpoint.c (bpstat_explains_signal): Add 'sig' argument.
5621 Special case signals other than GDB_SIGNAL_TRAP.
5622 (explains_signal_watchpoint): New function.
5623 (base_breakpoint_explains_signal): Add 'sig' argument.
5624 (initialize_breakpoint_ops): Set 'explains_signal' method for
5625 watchpoints.
5626 * breakpoint.h (struct breakpoint_ops) <explains_signal>: Add
5627 signal argument.
5628 (bpstat_explains_signal): Likewise.
5629 * infrun.c (handle_syscall_event, handle_inferior_event): Update.
5630
5631 2013-06-18 Tom Tromey <tromey@redhat.com>
5632
5633 * python/py-inferior.c (gdbpy_selected_inferior): Don't incref.
5634
5635 2013-06-18 Tom Tromey <tromey@redhat.com>
5636
5637 * python/python.c (finish_python_initialization): Decref
5638 'pythondir' on failure path as well.
5639
5640 2013-06-18 Tom Tromey <tromey@redhat.com>
5641
5642 PR symtab/15391:
5643 * dwarf2loc.c (read_pieced_value): Truncate this_size_bits
5644 after taking bits_to_skip into account. Sign extend byte_offset.
5645 * utils.h (gdb_sign_extend): Declare.
5646 * utils.c (gdb_sign_extend): New function.
5647
5648 2013-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5649
5650 * dwarf2read.c (write_psymtabs_to_index): Ignore NULL PSYMTAB.
5651
5652 2013-06-17 Pierre Muller <muller@sourceware.org>
5653
5654 * corelow.c (core_open): Print GDB signal name instead of target
5655 signal number.
5656
5657 2013-06-17 Mike Frysinger <vapier@gentoo.org>
5658
5659 * .gitignore: Add /gcore.
5660
5661 2013-06-13 Doug Evans <dje@google.com>
5662
5663 * dwarf2read.c (try_open_dwop_file): Work around behaviour of
5664 OPF_TRY_CWD_FIRST to not search path if the file contains a '/'.
5665
5666 2013-06-12 Phil Muldoon <pmuldoon@redhat.com>
5667
5668 * stack.c (backtrace_command_1): Fix indentation.
5669
5670 2013-06-11 Joel Brobecker <brobecker@adacore.com>
5671
5672 * window-nat.c (thread_rec): Add missing empty line after
5673 local variable declaration.
5674
5675 2013-06-11 Joel Brobecker <brobecker@adacore.com>
5676
5677 * windows-nat.c (thread_rec): Revert format used to print
5678 error code returned by SuspendThread from %d back to %u.
5679
5680 2013-06-11 Joel Brobecker <brobecker@adacore.com>
5681
5682 * windows-nat.c (windows_continue): Add "0x" prefix for thread
5683 ID in debug trace.
5684 (get_windows_debug_event): Likewise, for all debug traces.
5685
5686 2013-06-11 Joel Brobecker <brobecker@adacore.com>
5687
5688 * window-nat.c (thread_rec): Add thread ID in SuspendThread
5689 warning message.
5690
5691 2013-06-08 Pedro Alves <pedro@codesourcery.com>
5692 Yao Qi <yao@codesourcery.com>
5693
5694 * mi/mi-main.c (get_register): Remove declaration.
5695 (output_register): Declare.
5696 (mi_cmd_data_list_register_values): Remove local variable
5697 'tuple_cleanup'. Move some code into output_register.
5698 (get_register): Renamed to ...
5699 (output_register): ... this. Output the register's
5700 "number" ui_out tuple here.
5701
5702 2013-06-07 Pedro Alves <palves@redhat.com>
5703
5704 * darwin-nat.c: Fix formating in copyright header.
5705 * darwin-nat.h: Likewise.
5706 * gnu-nat.c: Likewise.
5707 * machoread.c: Likewise.
5708
5709 2013-06-07 Pedro Alves <palves@redhat.com>
5710
5711 PR server/14823
5712 * regformats/regdat.sh: Output #include tdesc.h. Make globals
5713 static. Output a global target description pointer.
5714 (init_registers_${name}): Adjust to initialize a
5715 target description structure.
5716
5717 2013-06-07 Will Newton <will.newton@linaro.org>
5718
5719 * printcmd.c (build_address_symbolic): Call
5720 gdbarch_addr_bits_remove for text minimal symbols.
5721
5722 2013-06-07 Will Newton <will.newton@linaro.org>
5723
5724 * MAINTAINERS: Add myself to Write After Approval.
5725
5726 2013-06-07 Yao Qi <yao@codesourcery.com>
5727
5728 * tracepoint.c (start_tracing): Move code to ...
5729 (trace_reset_local_state): ... here. New.
5730 (disconnect_tracing): Don't call set_current_traceframe,
5731 set_tracepoint_num, and set_traceframe_context. Call
5732 trace_reset_local_state instead.
5733 (tfile_close): Call trace_reset_local_state.
5734 * ctf.c (ctf_close): Likewise.
5735 * remote.c (remote_close): Likewise.
5736 * tracepoint.h (trace_reset_local_state): Declare.
5737
5738 2013-06-06 Doug Evans <dje@google.com>
5739
5740 * dwarf2read.c: Whitespace fixes for DWP file format documentation,
5741 and fix header docs.
5742
5743 2013-06-05 Doug Evans <dje@google.com>
5744 Keith Seitz <keiths@redhat.com>
5745
5746 PR 15519
5747 * cp-namespace.c (find_symbol_in_baseclass): Call
5748 cp_lookup_symbol_in_namespace instead of cp_lookup_symbol_namespace.
5749 Check result of call to lookup_symbol_static.
5750 Call lookup_static_symbol_aux unconditionally.
5751 Call check_typedef on base types before accessing them.
5752 (cp_lookup_nested_symbol): Fix comment.
5753
5754 2013-06-05 Luis Machado <lgustavo@codesourcery.com>
5755
5756 * gnu-v3-abi.c (gnuv3_skip_trampoline): Handle thunk
5757 minimal symbols pointing to function descriptors.
5758
5759 2013-06-05 Tom Tromey <tromey@redhat.com>
5760
5761 * python/py-utils.c (gdb_pymodule_addobject): Cast away const.
5762
5763 2013-06-04 Sergio Durigan Junior <sergiodj@redhat.com>
5764 Pedro Alves <palves@redhat.com>
5765
5766 * remote.c (remote_wait_as): Restore signal handler before returning
5767 when GDB gets a notification.
5768
5769 2013-06-04 Gary Benson <gbenson@redhat.com>
5770
5771 PR 2328
5772 * breakpoint.h (handle_solib_event): Moved function declaration
5773 to solib.h.
5774 * breakpoint.c (handle_solib_event): Moved function to solib.c.
5775 (bpstat_stop_status): Pass new argument to handle_solib_event.
5776 * solib.h (update_solib_breakpoints): New function declaration.
5777 (handle_solib_event): Moved function declaration from
5778 breakpoint.h.
5779 * solib.c (update_solib_breakpoints): New function.
5780 (handle_solib_event): Moved function from breakpoint.c.
5781 Updated to call solib_ops->handle_event if not NULL.
5782 * solist.h (target_so_ops): New fields "update_breakpoints" and
5783 "handle_event".
5784 * infrun.c (set_stop_on_solib_events): New function.
5785 (_initialize_infrun): Use the above for "set
5786 stop-on-solib-events".
5787 (handle_inferior_event): Pass new argument to handle_solib_event.
5788 * solib-svr4.c (probe.h): New include.
5789 (svr4_free_library_list): New forward declaration.
5790 (probe_action): New enum.
5791 (probe_info): New struct.
5792 (probe_info): New static variable.
5793 (NUM_PROBES): New definition.
5794 (svr4_info): New fields "using_xfer", "probes_table" and
5795 "solib_list".
5796 (free_probes_table): New function.
5797 (free_solib_list): New function.
5798 (svr4_pspace_data_cleanup): Free probes table and solib list.
5799 (svr4_copy_library_list): New function.
5800 (svr4_current_sos_via_xfer_libraries): New parameter "annex".
5801 (svr4_read_so_list): New parameter "prev_lm".
5802 (svr4_current_sos_direct): Renamed from "svr4_current_sos".
5803 (svr4_current_sos): New function.
5804 (probe_and_action): New struct.
5805 (hash_probe_and_action): New function.
5806 (equal_probe_and_action): Likewise.
5807 (register_solib_event_probe): Likewise.
5808 (solib_event_probe_at): Likewise.
5809 (solib_event_probe_action): Likewise.
5810 (solist_update_full): Likewise.
5811 (solist_update_incremental): Likewise.
5812 (disable_probes_interface_cleanup): Likewise.
5813 (svr4_handle_solib_event): Likewise.
5814 (svr4_update_solib_event_breakpoint): Likewise.
5815 (svr4_update_solib_event_breakpoints): Likewise.
5816 (svr4_create_solib_event_breakpoints): Likewise.
5817 (enable_break): Free probes table before creating breakpoints.
5818 Use svr4_create_solib_event_breakpoints to create breakpoints.
5819 (svr4_solib_create_inferior_hook): Free the solib list.
5820 (_initialize_svr4_solib): Initialise
5821 svr4_so_ops.handle_solib_event and svr4_so_ops.update_breakpoints.
5822
5823 2013-06-04 Gary Benson <gbenson@redhat.com>
5824
5825 * target.h (target_ops): New field
5826 "to_augmented_libraries_svr4_read".
5827 (target_augmented_libraries_svr4_read): New macro.
5828 * target.c (update_current_target): Handle
5829 to_augmented_libraries_svr4_read.
5830 * remote.c (remote_state): New field
5831 "augmented_libraries_svr4_read".
5832 (remote_augmented_libraries_svr4_read_feature): New function.
5833 (remote_protocol_features): Add entry for
5834 "augmented-libraries-svr4-read".
5835 (remote_augmented_libraries_svr4_read): New function.
5836 (init_remote_ops): Initialize
5837 remote_ops.to_augmented_libraries_svr4_read.
5838
5839 2013-06-04 Gary Benson <gbenson@redhat.com>
5840
5841 * NEWS: Update.
5842
5843 2013-06-04 Gary Benson <gbenson@redhat.com>
5844
5845 * objfiles.h (inhibit_section_map_updates): New function
5846 declaration.
5847 (resume_section_map_updates): Likewise.
5848 (resume_section_map_updates_cleanup): Likewise.
5849 * objfiles.c (objfile_pspace_info): Removed field
5850 "objfiles_changed_p". New fields "new_objfiles_available",
5851 "section_map_dirty" and "inhibit_updates".
5852 (allocate_objfile): Set new_objfiles_available.
5853 (free_objfile): Set section_map_dirty.
5854 (objfile_relocate1): Likewise.
5855 (in_plt_section): Likewise.
5856 (find_pc_section): Update the conditions under which the
5857 section map will be updated.
5858 (inhibit_section_map_updates): New function.
5859 (resume_section_map_updates): Likewise.
5860 (resume_section_map_updates_cleanup): Likewise.
5861
5862 2013-06-04 Gary Benson <gbenson@redhat.com>
5863
5864 * probe.h (get_probe_argument_count): New declaration.
5865 (evaluate_probe_argument): Likewise.
5866 * probe.c (get_probe_argument_count): New function.
5867 (evaluate_probe_argument): Likewise.
5868 (probe_safe_evaluate_at_pc): Use the above new functions.
5869
5870 2013-06-04 Alan Modra <amodra@gmail.com>
5871
5872 * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
5873 * rs6000-tdep.c (read_insn): Add frame param, don't assume big-endian.
5874 (ppc_insns_match_pattern): Add frame param. Avoid multiple
5875 target mem reads on optional insns.
5876 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Update
5877 ppc_insns_match_pattern calls.
5878 * ppc64-tdep.c (ppc64_standard_linkage2, ppc64_standard_linkage3):
5879 Add match for power7 thread safety insns, and new order of
5880 std 2,40(1) insn. Correct code shown for _dl_runtime_resolve
5881 invocation in comment, and update rest of comment.
5882 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN,
5883 PPC64_STANDARD_LINKAGE3_LEN): Delete.
5884 (ppc64_standard_linkage2_target): Update insn offsets.
5885 (ppc64_skip_trampoline_code): Use a single insn buffer. Match newer
5886 stubs first. Update calls.
5887
5888 2013-06-04 Yao Qi <yao@codesourcery.com>
5889
5890 * solib.c (solib_find): Don't need dir separator if path has
5891 drive spec.
5892
5893 2013-06-03 Joel Brobecker <brobecker@adacore.com>
5894
5895 Revert (indirectly causes a SIGSEGV):
5896 * machoread.c (macho_symfile_read): Assign first cleanup to
5897 'back_to'.
5898
5899 2013-06-03 Yao Qi <yao@codesourcery.com>
5900
5901 * mi/mi-cmd-var.c (mi_no_values, mi_simple_values): Move to
5902 mi-parse.c. Make them static.
5903 (mi_all_values): Likewise.
5904 (mi_parse_values_option): Move to mi-parse.c. Rename it to
5905 mi_parse_print_values. Make it external.
5906 * mi/mi-cmds.h (mi_no_values, mi_simple_values, mi_all_values):
5907 Remove the declarations.
5908 * mi/mi-parse.c (mi_parse_print_values): Moved from mi-cmd-var.c.
5909 * mi/mi-parse.h (mi_parse_print_values): Declare.
5910 * mi/mi-cmd-stack.c: Include mi-parse.h.
5911 (parse_print_values): Remove
5912 (mi_cmd_stack_list_locals): Call mi_parse_print_values instead
5913 of parse_print_values.
5914 (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Likewise.
5915
5916 2013-05-31 Pedro Alves <pedro@codesourcery.com>
5917 Yao Qi <yao@codesourcery.com>
5918
5919 * tracepoint.c (all_tracepoint_actions_and_cleanup): Declare.
5920 (encode_actions): Move code to ...
5921 (all_tracepoint_actions_and_cleanup): ... here. New.
5922 (trace_dump_command): Likewise.
5923
5924 2013-05-30 Tom Tromey <tromey@redhat.com>
5925
5926 * symmisc.c (maintenance_expand_symtabs): Call do_cleanups.
5927
5928 2013-05-30 Tom Tromey <tromey@redhat.com>
5929
5930 * xml-support.c (gdb_xml_create_parser_and_cleanup): Rename from
5931 gdb_xml_create_parser_and_cleanup_1. Return a cleanup. Remove
5932 'old_chain' argument. Add 'parser_result' argument.
5933 (gdb_xml_create_parser_and_cleanup): Remove old version.
5934 (gdb_xml_parse_quick): Update.
5935 (xml_process_xincludes): Update.
5936 * xml-support.h (gdb_xml_create_parser_and_cleanup): Don't
5937 declare.
5938
5939 2013-05-30 Tom Tromey <tromey@redhat.com>
5940
5941 * probe.c (collect_probes): Check arguments for NULL before
5942 calling compile_rx_or_error.
5943 * utils.c (compile_rx_or_error): Require 'rx' to be non-NULL.
5944 Remove NULL return.
5945
5946 2013-05-30 Tom Tromey <tromey@redhat.com>
5947
5948 * infrun.c (adjust_pc_after_break): Introduce an outer null
5949 cleanup.
5950
5951 2013-05-30 Tom Tromey <tromey@redhat.com>
5952
5953 * mi/mi-cmd-var.c (varobj_update_one): Add an outer null cleanup.
5954
5955 2013-05-30 Tom Tromey <tromey@redhat.com>
5956
5957 * cli/cli-script.c (read_command_lines_1): Use a null cleanup
5958 for 'old_chain'. Do not check 'head' before processing
5959 cleanups.
5960
5961 2013-05-30 Tom Tromey <tromey@redhat.com>
5962
5963 * mi/mi-cmd-stack.c (list_arg_or_local): Remove
5964 "cleanup_tuple".
5965
5966 2013-05-30 Tom Tromey <tromey@redhat.com>
5967
5968 * dbxread.c (dbx_read_symtab): Declare 'back_to' in a more
5969 inner scope. Unconditionally call do_cleanups.
5970
5971 2013-05-30 Tom Tromey <tromey@redhat.com>
5972
5973 * source.c (find_and_open_source): Call do_cleanups.
5974
5975 2013-05-30 Tom Tromey <tromey@redhat.com>
5976
5977 * linux-thread-db.c (thread_db_load_search): Unconditionally
5978 call do_cleanups.
5979
5980 2013-05-30 Tom Tromey <tromey@redhat.com>
5981
5982 * solib-aix.c (solib_aix_bfd_open): Don't use a null cleanup
5983 for 'cleanup'; instead use a later one.
5984
5985 2013-05-30 Tom Tromey <tromey@redhat.com>
5986
5987 * python/py-breakpoint.c (bppy_get_commands): Use
5988 explicit, unconditional return.
5989 * python/py-frame.c (frapy_read_var): Likewise.
5990 * python/python.c (gdbpy_decode_line): Likewise.
5991
5992 2013-05-30 Tom Tromey <tromey@redhat.com>
5993
5994 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Call
5995 do_cleanups on all return paths.
5996
5997 2013-05-30 Tom Tromey <tromey@redhat.com>
5998
5999 * top.c (execute_command): Discard 'cleanup_if_error' cleanups.
6000
6001 2013-05-30 Tom Tromey <tromey@redhat.com>
6002
6003 * stabsread.c (read_struct_type): Call do_cleanups along
6004 all return paths.
6005
6006 2013-05-30 Maciej W. Rozycki <macro@codesourcery.com>
6007
6008 * mips-linux-tdep.c: Adjust formatting throughout.
6009
6010 2013-05-30 Tom Tromey <tromey@redhat.com>
6011
6012 * mipsread.c (read_alphacoff_dynamic_symtab): Call do_cleanups
6013 along all return paths.
6014
6015 2013-05-30 Tom Tromey <tromey@redhat.com>
6016
6017 * symfile.c (find_separate_debug_file): Call do_cleanups
6018 along all return paths.
6019
6020 2013-05-30 Tom Tromey <tromey@redhat.com>
6021
6022 * symtab.c (search_symbols): Introduce a null cleanup for
6023 'retval_chain'.
6024
6025 2013-05-30 Tom Tromey <tromey@redhat.com>
6026
6027 * python/py-value.c (valpy_binop): Call do_cleanups before
6028 exiting loop.
6029
6030 2013-05-30 Tom Tromey <tromey@redhat.com>
6031
6032 * python/py-prettyprint.c (print_children): Remove extra
6033 do_cleanups call.
6034
6035 2013-05-30 Tom Tromey <tromey@redhat.com>
6036
6037 * python/py-frame.c (frapy_read_var): Call do_cleanups along
6038 all return paths.
6039
6040 2013-05-30 Tom Tromey <tromey@redhat.com>
6041
6042 * python/py-breakpoint.c (bppy_get_commands): Call do_cleanups
6043 along all return paths.
6044
6045 2013-05-30 Tom Tromey <tromey@redhat.com>
6046
6047 * cli/cli-logging.c (set_logging_redirect): Unconditionally
6048 call do_cleanups.
6049
6050 2013-05-30 Tom Tromey <tromey@redhat.com>
6051
6052 * varobj.c (c_value_of_root): Call do_cleanups along all
6053 return paths.
6054
6055 2013-05-30 Tom Tromey <tromey@redhat.com>
6056
6057 * tracepoint.c (trace_dump_command): Unconditionally call
6058 do_cleanups.
6059
6060 2013-05-30 Tom Tromey <tromey@redhat.com>
6061
6062 * breakpoint.c (output_thread_groups, parse_cmd_to_aexpr): Call
6063 do_cleanups earlier.
6064
6065 2013-05-30 Tom Tromey <tromey@redhat.com>
6066
6067 * machoread.c (macho_symfile_read): Assign first cleanup to
6068 'back_to'.
6069
6070 2013-05-30 Tom Tromey <tromey@redhat.com>
6071
6072 * m32r-rom.c (m32r_load): Call do_cleanups at all returns.
6073
6074 2013-05-30 Tom Tromey <tromey@redhat.com>
6075
6076 * mi/mi-main.c (list_available_thread_groups): Call do_cleanups.
6077
6078 2013-05-30 Tom Tromey <tromey@redhat.com>
6079
6080 * inf-ptrace.c (inf_ptrace_create_inferior): Unconditionally
6081 call discard_cleanups.
6082 (inf_ptrace_attach): Likewise.
6083
6084 2013-05-30 Tom Tromey <tromey@redhat.com>
6085
6086 * remote-mips.c (mips_exit_debug): Call do_cleanups on all
6087 return paths.
6088 (mips_initialize): Likewise.
6089 (common_open): Call do_cleanups.
6090
6091 2013-05-30 Tom Tromey <tromey@redhat.com>
6092
6093 * utils.c (internal_vproblem): Call do_cleanups.
6094
6095 2013-05-30 Tom Tromey <tromey@redhat.com>
6096
6097 * linespec.c (find_linespec_symbols): Don't reassign to 'cleanup'.
6098
6099 2013-05-30 Tom Tromey <tromey@redhat.com>
6100
6101 * cli/cli-script.c (setup_user_args): Don't return after error.
6102
6103 2013-05-30 Tom Tromey <tromey@redhat.com>
6104
6105 * somread.c (som_symtab_read): Call do_cleanups.
6106
6107 2013-05-30 Tom Tromey <tromey@redhat.com>
6108
6109 * printcmd.c (print_command_1): Unconditionally call do_cleanups.
6110
6111 2013-05-30 Tom Tromey <tromey@redhat.com>
6112
6113 * cli/cli-cmds.c (cd_command, alias_command): Call do_cleanups.
6114 * cli/cli-dump.c (restore_binary_file): Call do_cleanups.
6115 * interps.c (interpreter_exec_cmd): Call do_cleanups.
6116 * source.c (show_substitute_path_command): Call do_cleanups.
6117 (unset_substitute_path_command, set_substitute_path_command):
6118 Likewise.
6119 * symfile.c (load_command): Call do_cleanups.
6120
6121 2013-05-30 Tom Tromey <tromey@redhat.com>
6122
6123 * contrib/cleanup_check.py: New file.
6124 * contrib/gcc-with-excheck: Add option parsing.
6125
6126 2013-05-30 Joel Brobecker <brobecker@adacore.com>
6127
6128 * windows-nat.c (windows_delete_thread): Add missing space
6129 in cast expression.
6130
6131 2013-05-30 Hafiz Abid Qadeer <abidh@codesourcery.com>
6132
6133 * inferior.c (top level): Include tilde.h.
6134 (add_inferior_command): Call tilde_expand on the value of 'exec'
6135 argument.
6136
6137 2013-05-30 Pedro Alves <pedro@codesourcery.com>
6138 Yao Qi <yao@codesourcery.com>
6139
6140 * tracepoint.c (encode_actions_1): Remove parameter 't'.
6141 Caller update.
6142 (encode_actions): Likewise.
6143 * remote.c (remote_download_tracepoint): Caller update.
6144 * tracepoint.h (encode_actions): Update declaration.
6145
6146 2013-05-30 Pedro Alves <palves@redhat.com>
6147
6148 * python/python-internal.h (gdb_Py_DECREF): Cast OP to PyObject
6149 pointer.
6150
6151 2013-05-30 Yao Qi <yao@codesourcery.com>
6152
6153 * remote.c (remote_check_symbols): Remove unused parameter
6154 'objfile'.
6155 Declaration update.
6156 (remote_start_remote, remote_new_objfile): Caller update.
6157
6158 2013-05-30 Yao Qi <yao@codesourcery.com>
6159
6160 * mi/mi-cmds.c (mi_cmds): Define MI command
6161 '-exec-arguments' by macro DEF_MI_CMD_CLI_1 instead of
6162 DEF_MI_CMD_CLI.
6163
6164 2013-05-29 Pedro Alves <palves@redhat.com>
6165
6166 * remote.c (remote_insert_breakpoint, remote_remove_breakpoint)
6167 (remote_insert_watchpoint, remote_remove_watchpoint)
6168 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
6169 (remote_verify_memory, compare_sections_command)
6170 (remote_search_memory): Set the general process/thread on the
6171 remote side.
6172
6173 2013-05-29 Pedro Alves <palves@redhat.com>
6174
6175 * aarch64-tdep.c: Don't include "features/aarch64-without-fpu.c".
6176 (_initialize_aarch64_tdep): Don't call
6177 initialize_tdesc_aarch64_without_fpu.
6178 * features/Makefile (WHICH): Remove reference to
6179 aarch64-without-fpu.
6180 * features/aarch64-without-fpu.c: Delete file.
6181 * regformats/aarch64-without-fpu.dat: Delete file.
6182
6183 2013-05-28 Yao Qi <yao@codesourcery.com>
6184
6185 * tracepoint.c (stringify_collection_list): Remove parameter
6186 'string'.
6187 (encode_actions): Caller update. Remove local variables.
6188
6189 2013-05-24 Yao Qi <yao@codesourcery.com>
6190
6191 * tracepoint.c (TFILE_PID): Remove.
6192 (tfile_open): Don't add thread and inferior.
6193 (tfile_close): Don't set 'inferior_ptid'. Don't call
6194 exit_inferior_silent.
6195 (tfile_thread_alive): Remove.
6196 (init_tfile_ops): Don't set field 'to_thread_alive' of
6197 tfile_ops.
6198
6199 2013-05-23 Doug Evans <dje@google.com>
6200
6201 * contrib/cc-with-tweaks.sh (-p): Handle no dwo files.
6202
6203 2013-05-23 Pedro Alves <palves@redhat.com>
6204
6205 * common/filestuff.c [USE_WIN32API]: Define HAVE_SOCKETS.
6206 [HAVE_SYS_SOCKET_H]: Define HAVE_SOCKETS.
6207 (socket_mark_cloexec, gdb_socketpair_cloexec, gdb_socket_cloexec):
6208 Only define if HAVE_SOCKETS is defined.
6209 * configure.ac: Check for sys/socket.h.
6210 * config.in, configure: Regenerate.
6211
6212 2013-05-23 Pedro Alves <palves@redhat.com>
6213
6214 * dwarf2read.c (create_dwp_hash_table, create_dwo_in_dwp)
6215 (open_and_init_dwp_file): Use %s/pulongest instead of %u for
6216 printing uint32_t variables.
6217
6218 2013-05-23 Pedro Alves <palves@redhat.com>
6219
6220 * NEWS: Mention GDBserver range stepping support.
6221
6222 2013-05-23 Yao Qi <yao@codesourcery.com>
6223 Pedro Alves <palves@redhat.com>
6224
6225 * gdbthread.h (struct thread_control_state) <may_range_step>: New
6226 field.
6227 * infcmd.c (step_once, until_next_command): Enable range stepping.
6228 * infrun.c (displaced_step_prepare): Disable range stepping.
6229 (resume): Disable range stepping if stepping over a breakpoint or
6230 we have software watchpoints. If range stepping is enabled,
6231 assert the thread is in the stepping range.
6232 (clear_proceed_status_thread): Clear may_range_step.
6233 (handle_inferior_event): Disable range stepping as soon as we know
6234 the thread that hit the event. Re-enable it whenever we're going
6235 to step with a step range.
6236 * remote.c (struct vCont_action_support) <r>: New field.
6237 (use_range_stepping): New global.
6238 (remote_vcont_probe): Handle 'r' action.
6239 (append_resumption): Append an 'r' action if the thread may range
6240 step.
6241 (show_range_stepping): New function.
6242 (set_range_stepping): New function.
6243 (_initialize_remote): Call add_setshow_boolean_cmd to register the
6244 'set range-stepping' and 'show range-stepping' commands.
6245 * NEWS: Mention range stepping, the new vCont;r action, and the
6246 new "set/show range-stepping" commands.
6247
6248 2013-05-23 Yao Qi <yao@codesourcery.com>
6249 Pedro Alves <palves@redhat.com>
6250
6251 * remote.c (struct vCont_action_support): New struct.
6252 (struct remote_state) <support_vCont_t>: Remove field.
6253 <vCont_actions_support>: New field.
6254 (remote_vcont_probe, remote_stop_ns): Update.
6255
6256 2013-05-23 Yao Qi <yao@codesourcery.com>
6257 Pedro Alves <palves@redhat.com>
6258
6259 * gdbthread.h (pc_in_thread_step_range): New declaration.
6260 * thread.c (pc_in_thread_step_range): New function.
6261 * infrun.c (handle_inferior_event): Use it.
6262
6263 2013-05-23 Joel Brobecker <brobecker@adacore.com>
6264
6265 * mi/mi-cmd-break.c (mi_argv_to_format): Use xsnprintf instead
6266 of sprintf.
6267
6268 2013-05-22 Keith Seitz <keiths@redhat.com>
6269
6270 * ada-lang.c (is_known_support_routine): Add explicit free of
6271 'func_name' from find_frame_funname.
6272 (ada_unhandled_exception_name_addr_from_raise): Add cleanups
6273 for func_name from find_frame_funname.
6274 * python/py-frame.c (frapy_name): Add explicit free of
6275 'name' from find_frame_funname.
6276 * stack.c (find_frame_funname): Add comment explaining that
6277 funcp must be freed by the caller.
6278 Return copy of symbol names instead of pointers.
6279 (print_frame): Add a cleanup for 'funname' from
6280 find_frame_funname.
6281 * stack.h (find_frame_funname): Remove "const" from
6282 'funname' parameter.
6283
6284 2013-05-22 Tom Tromey <tromey@redhat.com>
6285
6286 PR c++/15401:
6287 * c-valprint.c (c_value_print): Use value_addr for
6288 references. Convert back to reference type with value_ref.
6289
6290 2013-05-22 Eli Zaretskii <eliz@gnu.org>
6291
6292 * windows-nat.c (handle_unload_dll): Don't call solib_add for the
6293 unloaded DLL, it will be done by handle_solib_event. See
6294 http://sourceware.org/ml/gdb-patches/2013-05/msg00713.html for the
6295 details.
6296
6297 2013-05-22 Phil Muldoon <pmuldoon@redhat.com>
6298
6299 * ui-out.c: Create typedef ui_out_level_p and define vector
6300 operations for that type.
6301 (struct ui_out): Use a vector instead of an array.
6302 (current_level): Return level from a vector.
6303 (push_level): Create a level in a vector.
6304 (pop_level): Delete a level in a vector.
6305 (ui_out_new): Create initial level zero level, and store in a
6306 vector.
6307 (ui_out_destroy): Add vector cleanup.
6308
6309 2013-05-22 Pedro Alves <palves@redhat.com>
6310
6311 * python/python-internal.h (gdb_Py_DECREF): Tag with
6312 "ARI: editCase function".
6313
6314 2013-05-21 Paul Pluzhnikov <ppluzhnikov@google.com>
6315
6316 * solib-svr4.c (svr4_free_so): Protect against NULL dereference.
6317
6318 2013-05-21 Pedro Alves <palves@redhat.com>
6319
6320 * python/py-prettyprint.c (apply_val_pretty_printer): Check
6321 whether PRINTER is NULL before installing a Py_DECREF cleanup.
6322 * python/py-utils.c (py_decref): Don't check for NULL before
6323 calling Py_DECREF.
6324
6325 2013-05-21 Pedro Alves <palves@redhat.com>
6326
6327 * python/py-utils.c (py_decref): Remove extra braces.
6328 (gdb_pymodule_addobject): Remove extra braces.
6329 * python-internal.h (gdb_Py_DECREF): New static inline function.
6330 (Py_DECREF): Redefine as calling gdb_Py_DECREF.
6331
6332 2013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6333
6334 * breakpoints.c (detach_breakpoints): Do not
6335 detach breakpoints locations with loc_type bp_loc_other.
6336
6337 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6338
6339 Workaround Python 2.6.
6340 * python/py-utils.c (gdb_pymodule_addobject): Wrap Py_DECREF into
6341 a block.
6342
6343 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6344
6345 Code cleanup: constification.
6346 * solib.c (solib_ops): Make return type and ops variable type const.
6347 (set_solib_ops): Make the new_ops parameter and ops variable const.
6348 (solib_find, solib_map_sections, clear_so, free_so, update_solib_list)
6349 (solib_add, solib_keep_data_in_core, clear_solib)
6350 (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
6351 (reload_shared_libraries, solib_global_lookup): Make the ops variable
6352 const.
6353 * solib.h (set_solib_ops): Make the new_ops parameter const.
6354
6355 2013-05-21 Joel Brobecker <brobecker@adacore.com>
6356
6357 * data-directory/Makefile.in (SYSTEM_GDBINIT_SRCDIR): New
6358 variable.
6359 (VPATH): Add SYSTEM_GDBINIT_SRCDIR.
6360 (SYSTEM_GDBINIT_DIR, SYSTEM_GDBINIT_INSTALL_DIR)
6361 (SYSTEM_GDBINIT_FILES): New variables.
6362 (all): Add stamp-system-gdbinit.
6363 (stamp-system-gdbinit): New rule.
6364 (clean-system-gdbinit, install-system-gdbinit)
6365 (uninstall-system-gdbinit): New rules. Make them .PHONY.
6366 (install-only): Add dependency on install-system-gdbinit.
6367 (uninstall): Add dependency on uninstall-system-gdbinit.
6368 (clean): Add dependency on clean-system-gdbinit.
6369 * system-gdbinit/elinos.py: New file.
6370 * system-gdbinit/wrs-linux.py: New file.
6371
6372 2013-05-21 Joel Brobecker <brobecker@adacore.com>
6373
6374 * ada-lang.c (old_renaming_is_invisible): Fix cleanup leak.
6375
6376 2013-05-21 Hui Zhu <hui@codesourcery.com>
6377
6378 * breakpoint.c (dprintf_breakpoint_ops): Remove its static.
6379 * breakpoint.h (dprintf_breakpoint_ops): Add extern.
6380 * mi/mi-cmd-break.c (ctype.h): New include.
6381 (gdb_obstack.h): New include.
6382 (mi_argv_to_format, mi_cmd_break_insert_1): New.
6383 (mi_cmd_break_insert): Call mi_cmd_break_insert_1.
6384 (mi_cmd_dprintf_insert): New.
6385 * mi/mi-cmds.c (mi_cmds): Add "dprintf-insert".
6386 * mi/mi-cmds.h (mi_cmd_dprintf_insert): New extern.
6387
6388 2013-05-20 Tom Tromey <tromey@redhat.com>
6389
6390 * python/py-prettyprint.c (search_pp_list): Decref 'attr'.
6391
6392 2013-05-20 Tom Tromey <tromey@redhat.com>
6393
6394 * python/py-value.c (valpy_get_dynamic_type): Simplify
6395 dynamic_type assignment. Use Py_XINCREF.
6396
6397 2013-05-20 Tom Tromey <tromey@redhat.com>
6398
6399 * python/py-type.c (typy_fields): Unconditionally decref 'r'.
6400
6401 2013-05-20 Tom Tromey <tromey@redhat.com>
6402
6403 * python/py-frame.c (frapy_older, frapy_newer, gdbpy_newest_frame)
6404 (gdbpy_selected_frame): Move object-construction code
6405 out of TRY_CATCH.
6406
6407 2013-05-20 Tom Tromey <tromey@redhat.com>
6408
6409 * python/py-arch.c (gdbpy_initialize_arch): Use
6410 gdb_pymodule_addobject.
6411 * python/py-block.c (gdbpy_initialize_blocks): Use
6412 gdb_pymodule_addobject.
6413 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Use
6414 gdb_pymodule_addobject.
6415 * python/py-cmd.c (gdbpy_initialize_breakpoints): Use
6416 gdb_pymodule_addobject.
6417 * python/py-event.c (gdbpy_initialize_event_generic): Use
6418 gdb_pymodule_addobject.
6419 * python/py-evtregistry.c (gdbpy_initialize_eventregistry): Use
6420 gdb_pymodule_addobject.
6421 * python/py-evts.c (add_new_registry): Use
6422 gdb_pymodule_addobject.
6423 (gdbpy_initialize_py_events): Likewise.
6424 * python/py-finishbreakpoint.c
6425 (gdbpy_initialize_finishbreakpoints): Use
6426 gdb_pymodule_addobject.
6427 * python/py-frame.c (gdbpy_initialize_frames): Use
6428 gdb_pymodule_addobject.
6429 * python/py-function.c (gdbpy_initialize_functions): Use
6430 gdb_pymodule_addobject.
6431 * python/py-inferior.c (gdbpy_initialize_inferior): Use
6432 gdb_pymodule_addobject.
6433 * python/py-infthread.c (gdbpy_initialize_thread): Use
6434 gdb_pymodule_addobject.
6435 * python/py-objfile.c (gdbpy_initialize_objfile): Use
6436 gdb_pymodule_addobject.
6437 * python/py-param.c (gdbpy_initialize_parameters): Use
6438 gdb_pymodule_addobject.
6439 * python/py-progspace.c (gdbpy_initialize_pspace): Use
6440 gdb_pymodule_addobject.
6441 * python/py-symbol.c (gdbpy_initialize_symbols): Use
6442 gdb_pymodule_addobject.
6443 * python/py-symtab.c (gdbpy_initialize_symtabs): Use
6444 gdb_pymodule_addobject.
6445 * python/py-type.c (gdbpy_initialize_types): Use
6446 gdb_pymodule_addobject.
6447 * python/py-utils.c (gdb_pymodule_addobject): New function.
6448 * python/py-value.c (gdbpy_initialize_values): Use
6449 gdb_pymodule_addobject.
6450 * python/python-internal.h (gdb_pymodule_addobject): Declare.
6451 * python/python.c (_initialize_python): Use
6452 gdb_pymodule_addobject.
6453
6454 2013-05-20 Tom Tromey <tromey@redhat.com>
6455
6456 * python/py-cmd.c (cmdpy_completer): Use explicit decref.
6457 * python/py-param.c (get_set_value, get_show_value): Use
6458 explicit decrefs.
6459 * python/python.c (start_type_printers, apply_type_printers):
6460 Use explicit decrefs.
6461
6462 2013-05-20 Tom Tromey <tromey@redhat.com>
6463
6464 * python/py-evts.c (gdbpy_initialize_py_events): Don't
6465 incref the module.
6466
6467 2013-05-20 Tom Tromey <tromey@redhat.com>
6468
6469 * python/python.c (gdbpy_run_events): Decref the result
6470 of PyObject_CallObject.
6471
6472 2013-05-20 Tom Tromey <tromey@redhat.com>
6473
6474 * python/py-symtab.c (set_sal): Use
6475 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION. Return -1 on error.
6476 (symtab_and_line_to_sal_object): Update.
6477
6478 2013-05-20 Tom Tromey <tromey@redhat.com>
6479
6480 * python/py-param.c (compute_enum_values): Decref 'item'.
6481
6482 2013-05-20 Tom Tromey <tromey@redhat.com>
6483
6484 * mi/mi-main.c: Include python-internal.h.
6485 (mi_cmd_list_features): Check gdb_python_initialized.
6486 * python/py-inferior.c (python_on_normal_stop, python_on_resume)
6487 (python_inferior_exit, python_new_objfile, add_thread_object)
6488 (delete_thread_object, py_free_inferior): Check
6489 gdb_python_initialized.
6490 * python/py-prettyprint.c (apply_val_pretty_printer): Check
6491 gdb_python_initialized.
6492 * python/py-type.c (save_objfile_types): Check
6493 gdb_python_initialized.
6494 * python/python-internal.h (gdb_python_initialized): Declare.
6495 * python/python.c (ensure_python_env): Throw exception if
6496 Python not initialized.
6497 (before_prompt_hook, source_python_script_for_objfile)
6498 (start_type_printers, apply_type_printers,
6499 free_type_printers): Check gdb_python_initialized.
6500 * varobj.c (varobj_get_display_hint)
6501 (dynamic_varobj_has_child_method, update_dynamic_varobj_children)
6502 (install_new_value_visualizer, varobj_set_visualizer)
6503 (value_get_print_value): Check gdb_python_initialized.
6504
6505 2013-05-20 Tom Tromey <tromey@redhat.com>
6506
6507 * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.
6508 Check errors.
6509 * python/py-auto-load.c (gdbpy_initialize_auto_load): Return 'int'.
6510 * python/py-block.c (gdbpy_initialize_blocks): Return 'int'.
6511 Check errors.
6512 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Return 'int'.
6513 Check errors.
6514 * python/py-cmd.c (gdbpy_initialize_commands): Return 'int'.
6515 Check errors.
6516 * python/py-event.c (gdbpy_initialize_event): Return 'int'.
6517 Check errors.
6518 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Change generated
6519 init function to return 'int'.
6520 * python/py-evtregistry.c (gdbpy_initialize_eventregistry):
6521 Return 'int'. Check errors.
6522 * python/py-evts.c (gdbpy_initialize_py_events): Return 'int'.
6523 Check errors.
6524 * python/py-finishbreakpoint.c (gdbpy_initialize_finishbreakpoints):
6525 Return 'int'. Check errors.
6526 * python/py-frame.c (gdbpy_initialize_frames): Return 'int'.
6527 Check errors.
6528 * python/py-function.c (gdbpy_initialize_functions): Return 'int'.
6529 Check errors.
6530 * python/py-gdb-readline.c (gdbpy_initialize_gdb_readline):
6531 Check errors.
6532 * python/py-inferior.c (gdbpy_initialize_inferior): Return 'int'.
6533 Check errors.
6534 * python/py-infthread.c (gdbpy_initialize_thread): Return 'int'.
6535 Check errors.
6536 * python/py-lazy-string.c (gdbpy_initialize_lazy_string): Return 'int'.
6537 Check errors.
6538 * python/py-objfile.c (gdbpy_initialize_objfile): Return 'int'.
6539 Check errors.
6540 * python/py-param.c (gdbpy_initialize_parameters): Return 'int'.
6541 Check errors.
6542 * python/py-progspace.c (gdbpy_initialize_pspace): Return 'int'.
6543 Check errors.
6544 * python/py-symbol.c (gdbpy_initialize_symbols): Return 'int'.
6545 Check errors.
6546 * python/py-symtab.c (gdbpy_initialize_symtabs): Return 'int'.
6547 Check errors.
6548 * python/py-type.c (gdbpy_initialize_types): Return 'int'.
6549 Check errors.
6550 * python/py-value.c (gdbpy_initialize_values): Return 'int'.
6551 Check errors.
6552 * python/python-internal.h (gdbpy_initialize_auto_load,
6553 gdbpy_initialize_values, gdbpy_initialize_frames,
6554 gdbpy_initialize_symtabs, gdbpy_initialize_commands,
6555 gdbpy_initialize_symbols, gdbpy_initialize_symtabs,
6556 gdbpy_initialize_blocks, gdbpy_initialize_types,
6557 gdbpy_initialize_functions, gdbpy_initialize_pspace,
6558 gdbpy_initialize_objfile, gdbpy_initialize_breakpoints,
6559 gdbpy_initialize_finishbreakpoints,
6560 gdbpy_initialize_lazy_string, gdbpy_initialize_parameters,
6561 gdbpy_initialize_thread, gdbpy_initialize_inferior,
6562 gdbpy_initialize_eventregistry, gdbpy_initialize_event,
6563 gdbpy_initialize_py_events, gdbpy_initialize_stop_event,
6564 gdbpy_initialize_signal_event,
6565 gdbpy_initialize_breakpoint_event,
6566 gdbpy_initialize_continue_event,
6567 gdbpy_initialize_exited_event, gdbpy_initialize_thread_event,
6568 gdbpy_initialize_new_objfile_event, gdbpy_initialize_arch):
6569 Update. Use CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
6570 * python/python.c (gdb_python_initialized): New global.
6571 (gdbpy_initialize_events): Return 'int'. Check errors.
6572 (_initialize_python): Check errors. Set
6573 gdb_python_initialized.
6574
6575 2013-05-20 Tom Tromey <tromey@redhat.com>
6576
6577 * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope):
6578 Decref the reslut of PyObject_CallMethod.
6579
6580 2013-05-20 Tom Tromey <tromey@redhat.com>
6581
6582 * python/py-event.c (gdbpy_initialize_event_generic): Return
6583 early if PyType_Ready fails.
6584
6585 2013-05-20 Tom Tromey <tromey@redhat.com>
6586
6587 * python/py-type.c (make_fielditem): Add gdb_assert_not_reached
6588 as 'default' in the switch.
6589
6590 2013-05-20 Tom Tromey <tromey@redhat.com>
6591
6592 * python/py-inferior.c (gdbpy_inferiors): Update. Hoist
6593 get_addr_from_python calls out of TRY_CATCH.
6594 (infpy_write_memory, infpy_search_memory): Likewise.
6595 * python/py-utils.c (get_addr_from_python): Return negative
6596 value on error. Use TRY_CATCH.
6597 * python/python-internal.h (get_addr_from_python): Use
6598 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
6599
6600 2013-05-20 Tom Tromey <tromey@redhat.com>
6601
6602 * python/py-event.c (evpy_emit_event): Decref the
6603 result of PyObject_CallFunctionObjArgs.
6604
6605 2013-05-20 Tom Tromey <tromey@redhat.com>
6606
6607 * python/py-cmd.c (cmdpy_completer): Use iterator protocol.
6608 Correctly decref.
6609
6610 2013-05-20 Tom Tromey <tromey@redhat.com>
6611
6612 * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'.
6613
6614 2013-05-20 Tom Tromey <tromey@redhat.com>
6615
6616 * python/py-event.h (gdbpy_initialize_event_generic): Use
6617 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
6618 * python/py-evts.c (add_new_registry): Use
6619 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
6620 * python/python-internal.h
6621 (CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION): New macro.
6622
6623 2013-05-20 Tom Tromey <tromey@redhat.com>
6624
6625 * python/py-arch.c (archpy_disassemble): Update.
6626 * python/py-type.c (typy_get_composite, typy_lookup_typename)
6627 (typy_lookup_type): Use GDB_PY_HANDLE_EXCEPTION.
6628 * python/py-utils.c (gdbpy_convert_exception): Return 'void'.
6629 * python/python-internal.h (CPYCHECKER_SETS_EXCEPTION): New
6630 macro.
6631 (GDB_PY_HANDLE_EXCEPTION): Update.
6632 (gdbpy_convert_exception): Update. Use CPYCHECKER_SETS_EXCEPTION.
6633
6634 2013-05-20 Tom Tromey <tromey@redhat.com>
6635
6636 * python/python-internal.h (events_object_type): Remove.
6637
6638 2013-05-20 Tom Tromey <tromey@redhat.com>
6639
6640 * python/py-event.h (evpy_emit_event): Use
6641 CPYCHECKER_STEALS_REFERENCE_TO_ARG.
6642 * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
6643 New macro.
6644
6645 2013-05-20 Tom Tromey <tromey@redhat.com>
6646
6647 * py-evtregistry.c (create_event_object): Decref
6648 eventregistry_object if PyList_New fails.
6649
6650 2013-05-20 Tom Tromey <tromey@redhat.com>
6651
6652 * py-cmd.c (gdbpy_string_to_argv): Check result of
6653 PyList_New.
6654
6655 2013-05-20 Tom Tromey <tromey@redhat.com>
6656
6657 * python/python.c (before_prompt_hook): Add cleanup to
6658 decref 'hook'.
6659
6660 2013-05-20 Tom Tromey <tromey@redhat.com>
6661
6662 * python/py-function.c (fnpy_init): Decref result of
6663 PyObject_GetAttrString.
6664
6665 2013-05-20 Tom Tromey <tromey@redhat.com>
6666
6667 * python/py-threadevent.c (get_event_thread): Use
6668 CPYCHECKER_RETURNS_BORROWED_REF.
6669 * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
6670 New define.
6671 (pspace_to_pspace_object, objfile_to_objfile_object)
6672 (find_thread_object): Use it.
6673
6674 2013-05-20 Tom Tromey <tromey@redhat.com>
6675
6676 * python/py-arch.c (arch_object_type): Use
6677 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6678 * python/py-block.c (block_syms_iterator_object_type):
6679 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6680 * python/py-bpevent.c (breakpoint_event_object_type):
6681 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6682 * python/py-cmd.c (cmdpy_object_type): Use
6683 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6684 * python/py-continueevent.c (continue_event_object_type):
6685 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6686 * python/py-event.h (GDBPY_NEW_EVENT_TYPE):
6687 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6688 * python/py-events.h (thread_event_object_type):
6689 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6690 * python/py-evtregistry.c (eventregistry_object_type): Use
6691 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6692 * python/py-exitedevent.c (exited_event_object_type):
6693 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6694 * python/py-finishbreakpoint.c (finish_breakpoint_object_type):
6695 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6696 * python/py-function.c (fnpy_object_type): Use
6697 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6698 * python/py-inferior.c (inferior_object_type, membuf_object_type):
6699 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6700 * python/py-infthread.c (thread_object_type): Use
6701 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6702 * python/py-lazy-string.c (lazy_string_object_type):
6703 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6704 * python/py-newobjfileevent.c (new_objfile_event_object_type):
6705 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6706 * python/py-objfile.c (objfile_object_type): Use
6707 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6708 * python/py-param.c (parmpy_object_type):
6709 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6710 * python/py-progspace.c (pspace_object_type):
6711 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6712 * python/py-signalevent.c (signal_event_object_type):
6713 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6714 * python/py-symtab.c (symtab_object_type, sal_object_type): Use
6715 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6716 * python/py-type.c (type_object_type, field_object_type)
6717 (type_iterator_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6718 * python/py-internal.h (CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF): New
6719 define.
6720 (value_object_type, block_object_type, symbol_object_type)
6721 (event_object_type, stop_event_object_type, breakpoint_object_type)
6722 (frame_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
6723
6724 2013-05-20 Andreas Tobler <andreas@fgznet.ch>
6725
6726 * Makefile.in (ALL_TARGET_OBS): Add ppcfbsd-tdep.o.
6727 (ALLDEPFILES): Add ppcfbsd-nat.c and ppcfbsd-tdep.c.
6728
6729 2013-05-20 Doug Evans <dje@google.com>
6730
6731 When reading CU, stay in DWO. Be more tolerent of bad debug info.
6732 For Fission.
6733 * dwarf2read.c (struct dwarf2_per_cu_data): New member
6734 reading_dwo_directly.
6735 (struct signatured_type): New member dwo_unit.
6736 (struct die_reader_specs): New member comp_dir.
6737 (create_signatured_type_table_from_index): Use malloc for
6738 all_type_units instead of objfile's obstack.
6739 (create_all_type_units): Ditto.
6740 (fill_in_sig_entry_from_dwo_entry): New function.
6741 (add_type_unit): New function.
6742 (lookup_dwo_signatured_type): New function.
6743 (lookup_dwp_signatured_type): New function.
6744 (lookup_signatured_type): New arg cu. All callers updated.
6745 (init_cu_die_reader): Initialize comp_dir.
6746 (read_cutu_die_from_dwo): New arg stub_comp_dir. All callers updated.
6747 Change assert of matching type signatures to call error on mismatch.
6748 (lookup_dwo_unit): Add assert.
6749 (init_tu_and_read_dwo_dies): New function.
6750 (init_cutu_and_read_dies): Call it.
6751 (build_type_unit_groups): Handle case of no type unit groups created.
6752 (hash_dwo_file, eq_dwo_file): Handle missing comp_dir.
6753 (lookup_dwo_cutu): Tweak complaint.
6754 (dwarf2_free_abbrev_table): Check for NULL abbrev_table.
6755 (dwarf2_per_objfile_free): Free all_type_units.
6756
6757 2013-05-20 Joel Brobecker <brobecker@adacore.com>
6758
6759 * windows-nat.c (handle_unload_dll): Add missing empty line.
6760
6761 2013-05-20 Joel Brobecker <brobecker@adacore.com>
6762
6763 * dwarf2read.c (prototyped_function_p): New function.
6764 (read_subroutine_type): Use it.
6765
6766 2013-05-20 Joel Brobecker <brobecker@adacore.com>
6767
6768 * rs6000-aix-tdep.c: De-indent some example code provided
6769 as a comment.
6770
6771 2013-05-17 Edjunior Machado <emachado@linux.vnet.ibm.com>
6772
6773 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Check if the
6774 region is ok for a hardware watchpoint using the new ptrace interface
6775 on Power servers.
6776
6777 2013-05-17 Doug Evans <dje@google.com>
6778
6779 * NEWS: Mention new maintenance commands check-symtabs, and
6780 expand-symtabs, and renamed check-psymtabs.
6781 * psymtab.c (maintenance_check_psymtabs): Renamed from
6782 maintenance_check_symtabs. Only process already-expanded symbol
6783 tables.
6784 (_initialize_psymtab): Update.
6785 * symmisc.c (maintenance_check_symtabs): New function.
6786 (maintenance_expand_name_matcher): New function
6787 (maintenance_expand_file_matcher): New function
6788 (maintenance_expand_symtabs): New function.
6789 (_initialize_symmisc): Add "mt check-symtabs" and "mt expand-symtabs"
6790 commands.
6791
6792 2013-05-17 Tom Tromey <tromey@redhat.com>
6793
6794 * python/py-inferior.c (infpy_read_memory): Don't call
6795 PyErr_SetString if PyObject_New fails.
6796 * python/py-frame.c (frame_info_to_frame_object): Don't call
6797 PyErr_SetString if PyObject_New fails.
6798
6799 2013-05-17 Pavel Chupin <pavel.v.chupin@intel.com>
6800
6801 * acinclude.m4: Add check for dlopen in libdl.
6802 * configure.ac: Ditto.
6803 * configure: Regenerate.
6804
6805 2013-05-17 Phil Muldoon <pmuldoon@redhat.com>
6806
6807 * frame.c (frame_stash): Convert to htab.
6808 (frame_addr_hash): New function.
6809 (frame_addr_hash_eq): New function.
6810 (frame_stash_create): Convert function to create
6811 a hash table.
6812 (frame_stash_add): Convert function to add an entry to a hash
6813 table.
6814 (frame_stash_find): Convert function to search the hash table.
6815 (frame_stash_invalidate): Convert function to empty the hash
6816 table.
6817 (get_frame_id): Only add to stash if a frame_id is created.
6818 (_initialize_frame): Call frame_stash_create.
6819
6820 2013-05-16 Yue Lu <hacklu.newborn@gmail.com> (tiny change)
6821
6822 * configure.ac: Ensure MIG is available when building for GNU Hurd
6823 hosts.
6824 * configure: Regenerate.
6825
6826 2013-05-16 Joel Brobecker <brobecker@adacore.com>
6827
6828 * dwarf2read.c (set_cu_language): Add DW_LANG_UPC handling.
6829
6830 2013-05-16 Joel Brobecker <brobecker@adacore.com>
6831
6832 * ada-lang.c (ada_make_symbol_completion_list): Make sure
6833 all cleanups are done before returning from this function.
6834
6835 2013-05-15 Joel Brobecker <brobecker@adacore.com>
6836
6837 * utils.h: #include "exceptions.h".
6838 (enum errors): Remove partial declaration.
6839
6840 2013-05-15 Joel Brobecker <brobecker@adacore.com>
6841
6842 * gdbarch.sh (core_xfer_shared_libraries_aix): New method.
6843 * gdbarch.h, gdbarch.c: Regenerate.
6844 * corelow.c (core_xfer_partial): Add TARGET_OBJECT_LIBRARIES_AIX
6845 handling.
6846
6847 * rs6000-aix-tdep.h: New file.
6848 * Makefile.in (HFILES_NO_SRCDIR): Add rs6000-aix-tdep.h.
6849 * rs6000-aix-tdep.c: Include "rs6000-aix-tdep.h" and
6850 "xml-utils.h".
6851 (struct field_info, struct ld_info_desc): New types.
6852 (ld_info32_desc, ld_info64_desc): New static constants.
6853 (struct ld_info): New type.
6854 (rs6000_aix_extract_ld_info): New function.
6855 (rs6000_aix_shared_library_to_xml): Likewise.
6856 (rs6000_aix_ld_info_to_xml): Likewise.
6857 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
6858 (rs6000_aix_init_osabi): Add call to
6859 set_gdbarch_core_xfer_shared_libraries_aix.
6860 * rs6000-nat.c: Add "rs6000-aix-tdep.h" include.
6861 Remove "xml-utils.h" include.
6862 (LdInfo): Delete typedef.
6863 (ARCH64_DECL, LDI_FIELD, LDI_NEXT, LDI_FD, LDI_FILENAME):
6864 Delete macros.
6865 (rs6000_ptrace_ldinfo): Change return type to gdb_byte *.
6866 Adjust code accordingly.
6867 (rs6000_core_ldinfo): Delete, folded into
6868 rs6000_aix_core_xfer_shared_libraries_aix.
6869 (rs6000_xfer_shared_library): Delete.
6870 (rs6000_xfer_shared_libraries): Reimplement.
6871
6872 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
6873
6874 * record.c (record_goto_cmdlist): New.
6875 (cmd_record_goto): Split into this ...
6876 (cmd_record_goto_begin): ... this
6877 (cmd_record_goto_end): ... and this.
6878 (_initialize_record): Change "record goto" to prefix command.
6879 Add commands for "record goto begin" and "record goto end".
6880 Add an alias for "record goto start" to "record goto begin".
6881
6882 2013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6883
6884 * linespec.c (convert_linespec_to_sals): New comment for
6885 SOURCE_FILENAME assignment.
6886
6887 2013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6888
6889 * cleanups.c (restore_my_cleanups): Replace gdb_assert by
6890 internal_warning.
6891
6892 2013-05-14 Tom Tromey <tromey@redhat.com>
6893
6894 * eval.c (parse_and_eval_long): Make 'exp' const.
6895 * value.h (parse_and_eval_long): Update.
6896
6897 2013-05-14 Tom Tromey <tromey@redhat.com>
6898
6899 * ui-file.c (gdb_fopen): Make arguments const.
6900 * ui-file.h (gdb_fopen): Make arguments const.
6901
6902 2013-05-14 Tom Tromey <tromey@redhat.com>
6903
6904 * remote.c (remote_set_trace_notes): Make arguments const.
6905 * target.c (update_current_target): Update cast.
6906 * target.h (to_set_trace_notes): Make arguments const.
6907
6908 2013-05-14 Tom Tromey <tromey@redhat.com>
6909
6910 * go32-nat.c (go32_terminal_info): Make 'args' const.
6911 * inferior.h (child_terminal_info): Update.
6912 * inflow.c (child_terminal_info): Make 'args' const.
6913 * target.c (default_terminal_info): Make 'args' const.
6914 (debug_to_terminal_save_ours): Likewise.
6915 * target.h (struct target_ops) <to_terminal_info>: Make argument
6916 const.
6917
6918 2013-05-13 Tom Tromey <tromey@redhat.com>
6919
6920 * gcore.c (create_gcore_bfd): Make 'filename' const.
6921 * gcore.h (create_gcore_bfd): Make 'filename' const.
6922 * record-full.c (record_full_save): Make 'recfilename' const.
6923 * target.c (target_save_record): Make 'filename' const.
6924 * target.h (struct target_ops) <to_save_record>: Make 'filename'
6925 const.
6926 (target_save_record): Likewise.
6927
6928 2013-05-13 Tom Tromey <tromey@redhat.com>
6929
6930 PR gdb/15338:
6931 * dwarf2read.c (dwarf2_record_block_ranges): Ensure that the
6932 ranges section has been read.
6933
6934 2013-05-13 Tom Tromey <tromey@redhat.com>
6935
6936 PR exp/15364:
6937 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
6938 STRUCTOP_PTR>: Return a not_lval value for
6939 EVAL_AVOID_SIDE_EFFECTS.
6940 * opencl-lang.c (evaluate_subexp_opencl): Return a not_lval value
6941 for EVAL_AVOID_SIDE_EFFECTS.
6942
6943 2013-05-13 Joel Brobecker <brobecker@adacore.com>
6944
6945 * rs6000-aix-tdep.c (rs6000_push_dummy_call): Convert
6946 floating point registers to register type before storing
6947 value.
6948 * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call):
6949 Likewise.
6950
6951 2013-05-10 Joel Brobecker <brobecker@adacore.com>
6952 Tom Tromey <tromey@redhat.com>
6953
6954 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
6955 New functions.
6956 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
6957 Declare.
6958 * darwin-nat.c (darwin_pre_ptrace): Use mark_fd_no_cloexec.
6959 (darwin_ptrace_him): Use unmark_fd_no_cloexec.
6960 * inf-ttrace.c (do_cleanup_pfds): Use unmark_fd_no_cloexec.
6961 (inf_ttrace_prepare): Use mark_fd_no_cloexec.
6962
6963 2013-05-10 Freddie Chopin <freddie_chopin@op.pl>
6964 Tom Tromey <tromey@redhat.com>
6965
6966 PR build/15414:
6967 * configure: Rebuild.
6968 * configure.ac (build_warnings): Do not use -Wformat-nonliteral
6969 with -Wno-format.
6970
6971 2013-05-10 Pedro Alves <palves@redhat.com>
6972
6973 * remote.c (_initialize_remote): Fix spelling of
6974 qXfer:traceframe-info:read packet in packet config command.
6975
6976 2013-05-10 David Taylor <dtaylor@emc.com>
6977
6978 PR remote/15455
6979
6980 * remote.c (remote_trace_set_readonly_regions): Do not overwrite
6981 "QTro" at start of packet.
6982
6983 2013-05-10 Joel Brobecker <brobecker@adacore.com>
6984
6985 * solib-aix.c (solib_aix_relocate_section_addresses):
6986 For the .bss section action, apply the same offset as
6987 the .data section.
6988
6989 2013-05-10 Joel Brobecker <brobecker@adacore.com>
6990
6991 * solib-aix.c (solib_aix_relocate_section_addresses):
6992 Remove FIXME comment.
6993
6994 2013-05-10 Joel Brobecker <brobecker@adacore.com>
6995
6996 PR tdep/15420:
6997 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
6998 New functions, directly copied from sparc-sol-thread.c.
6999 * sparc-sol-thread.c: Delete.
7000 * configure.ac: Remove code handling sparc-solaris-thread.c.
7001 * configure: Regenerate.
7002
7003 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
7004
7005 * stack.c (backtrace_command_1): Add "no-filters", and Python frame
7006 filter logic.
7007 (backtrace_command): Add "no-filters" option parsing.
7008 (_initialize_stack): Alter help to reflect "no-filters" option.
7009 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-framefilter.o
7010 (SUBDIR_PYTHON_SRCS): Add py-framefilter.c
7011 (py-frame.o): Add target
7012 * data-directory/Makefile.in (PYTHON_DIR): Add Python frame
7013 filter files.
7014 * python/python.h: Add new frame filter constants, and flag enum.
7015 (apply_frame_filter): Add definition.
7016 * python/python.c (apply_frame_filter): New non-Python
7017 enabled function.
7018 * python/py-utils.c (py_xdecref): New function.
7019 (make_cleanup_py_xdecref): Ditto.
7020 * python/py-objfile.c: Declare frame_filters dictionary.
7021 (objfpy_dealloc): Add frame_filters dealloc.
7022 (objfpy_new): Initialize frame_filters attribute.
7023 (objfile_to_objfile_object): Ditto.
7024 (objfpy_get_frame_filters): New function.
7025 (objfpy_set_frame_filters): New function.
7026 * python/py-progspace.c: Declare frame_filters dictionary.
7027 (pspy_dealloc): Add frame_filters dealloc.
7028 (pspy_new): Initialize frame_filters attribute.
7029 (pspacee_to_pspace_object): Ditto.
7030 (pspy_get_frame_filters): New function.
7031 (pspy_set_frame_filters): New function.
7032 * python/py-framefilter.c: New file.
7033 * python/lib/gdb/command/frame_filters.py: New file.
7034 * python/lib/gdb/frames.py: New file.
7035 * python/lib/gdb/__init__.py: Initialize global frame_filters
7036 dictionary
7037 * python/lib/gdb/FrameDecorator.py: New file.
7038 * python/lib/gdb/FrameIterator.py: New file.
7039 * mi/mi-cmds.c (mi_cmds): Add frame filters command.
7040 * mi/mi-cmds.h: Declare.
7041 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Add
7042 --no-frame-filter logic, and Python frame filter logic.
7043 (stack_enable_frame_filters): New function.
7044 (parse_no_frame_option): Ditto.
7045 (mi_cmd_stack_list_frames): Add --no-frame-filter and Python frame
7046 filter logic.
7047 (mi_cmd_stack_list_locals): Ditto.
7048 (mi_cmd_stack_list_args): Ditto.
7049 (mi_cmd_stack_list_variables): Ditto.
7050 * NEWS: Add frame filter note.
7051
7052 2013-05-09 Doug Evans <dje@google.com>
7053
7054 * symfile.c (syms_from_objfile_1): Delete args offsets, num_offsets.
7055 All callers updated.
7056 (syms_from_objfile): Ditto. Make static.
7057 (symbol_file_add_with_addrs): Renamed from
7058 symbol_file_add_with_addrs_or_offsets. Delete args offsets,
7059 num_offsets. All callers updated.
7060 * symfile.h (syms_from_objfile): Delete.
7061
7062 * symfile.c (decrement_reading_symtab): Add assert.
7063 (increment_reading_symtab): Ditto.
7064
7065 2013-05-09 Joel Brobecker <brobecker@adacore.com>
7066
7067 * source.c (forward_search_command): Replace call to getc
7068 by call to fgetc.
7069 (reverse_search_command): Likewise.
7070
7071 2013-05-08 Doug Evans <dje@google.com>
7072
7073 * psymtab.c (expand_symtabs_matching_via_partial): Fix file name
7074 matching test.
7075
7076 2013-05-08 Joel Brobecker <brobecker@adacore.com>
7077
7078 * sol-thread.c (info_cb): Factorize the code a little.
7079
7080 2013-05-08 Joel Brobecker <brobecker@adacore.com>
7081
7082 * sol-thread.c (info_cb): Rework the output of the "maintenance
7083 info sol-threads" command a bit.
7084
7085 2013-05-08 Joel Brobecker <brobecker@adacore.com>
7086
7087 * sol-thread.c (info_cb) [ti.ti_state == TD_THR_SLEEP]:
7088 Replace ti.ti_startfunc by ti.ti_pc.
7089
7090 2013-05-08 Joel Brobecker <brobecker@adacore.com>
7091
7092 * solib-aix.c (solib_aix_free_library_list): New function
7093 for the case where HAVE_LIBEXPAT is not defined.
7094
7095 2013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
7096
7097 PR breakpoints/15413:
7098 * breakpoint.c (condition_completer): Simplify the code to
7099 disconsider multiple locations of breakpoints when completing the
7100 "condition" command.
7101
7102 2013-05-07 Pierre Muller <muller@sourceware.org>
7103
7104 * common/linux-btrace.c: ARI fix: Include "gdb_wait.h"
7105 instead of <sys/wait.h>.
7106
7107 2013-05-07 Pierre Muller <muller@sourceware.org>
7108
7109 * nios2-tdep.c (nios2_dwarf_reg_to_regnum): ARI fix: remove
7110 trailing new line from warning message.
7111
7112 2013-05-07 Pierre Muller <muller@sourceware.org>
7113
7114 * contrib/ari/gdb_ari.sh (SOLIB_ADD, SOLIB_CREATE_INFERIOR_HOOK)
7115 (PC_SOLIB): Change type from ari_deprecate to ari_regression.
7116
7117 2013-05-07 Joel Brobecker <brobecker@adacore.com>
7118
7119 * rs6000-nat.c (rs6000_core_ldinfo): Remove '\n' at end of
7120 error message (ARI fix).
7121
7122 2013-05-07 Joel Brobecker <brobecker@adacore.com>
7123
7124 * features/library-list-aix.dtd: Replace library-list by
7125 library-list-aix.
7126 * rs6000-nat.c: Replace library-list by library-list-aix
7127 throughout.
7128 * solib-aix.c: Likewise.
7129
7130 2013-05-07 Joel Brobecker <brobecker@adacore.com>
7131
7132 * target.h (enum target_object) [TARGET_OBJECT_LIBRARIES_AIX]:
7133 Renames TARGET_OBJECT_AIX_LIBRARIES.
7134 * rs6000-nat.c: Replace TARGET_OBJECT_AIX_LIBRARIES with
7135 TARGET_OBJECT_LIBRARIES_AIX throughout.
7136 * solib-aix.c: Likwise.
7137
7138 2013-05-07 Yao Qi <yao@codesourcery.com>
7139
7140 * solib-dsbt.c (struct dsbt_info) <enable_break2_done>: Remove.
7141 (get_dsbt_info, enable_break, dsbt_clear_solib): Update.
7142
7143 2013-05-07 Yao Qi <yao@codesourcery.com>
7144
7145 * solib-dsbt.c (enable_break): Declare.
7146 (dsbt_current_sos): Remove call to enable_break2.
7147 (enable_break2): Rename to enable_break. Set solib breakpoint
7148 on '_dl_debug_state'.
7149 (enable_break): Remove.
7150
7151 2013-05-07 Luis Machado <lgustavo@codesourcery.com>
7152
7153 * ppc-linux-nat.c (ppc_linux_new_thread): Clear the new thread's
7154 debug state prior to replicating existing hardware watchpoints or
7155 breakpoints.
7156
7157 2013-05-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7158
7159 * gcore.c (gcore_create_callback): Ignore sections with
7160 separate_debug_objfile_backlink != NULL.
7161
7162 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
7163 Andrew Jenner <andrew@codesourcery.com>
7164 Chung-Lin Tang <cltang@codesourcery.com>
7165 Julian Brown <julian@codesourcery.com>
7166
7167 Based on the nios2-elf port from Altera Corporation.
7168
7169 * Makefile.in (ALL_TARGET_OBS): Add nios2-tdep.o and
7170 nios2-linux-tdep.o.
7171 (HFILES_NO_SRCDIR): Add nios2-tdep.h.
7172 (ALLDEPFILES): Add nios2-tdep.c and nios2-linux-tdep.c.
7173 * configure.tgt: Add nios2*-*-linux* and nios2*-*-* targets.
7174 * nios2-tdep.h: New.
7175 * nios2-tdep.c: New.
7176 * nios2-linux-tdep.c: New.
7177 * features/Makefile (WHICH): Add nios2-linux.
7178 (nios2-linux-expedite): Set.
7179 * features/nios2-cpu.xml: New.
7180 * features/nios2.xml: New.
7181 * features/nios2-linux.xml: New.
7182 * features/nios2.c: New (autogenerated).
7183 * features/nios2-linux.c: New (autogenerated).
7184 * regformats/nios2-linux.dat: New (autogenerated).
7185 * NEWS (Changes since GDB 7.6): Add new Nios II targets
7186 and commands.
7187
7188 2013-05-06 Doug Evans <dje@google.com>
7189
7190 * symfile.c: Whitespace cleanup.
7191
7192 * solist.h (struct target_so_ops): New member clear_so.
7193 * solib-svr4.c (svr4_clear_so): New function.
7194 (_initialize_svr4_solib): Set svr4_so_ops.clear_so.
7195 * solib.c (clear_so): Renamed from free_so_symbols.
7196 All callers updated. Call target clear_so if it exists.
7197
7198 2013-05-06 Tom Tromey <tromey@redhat.com>
7199
7200 * ada-lang.c (ada_value_primitive_packed_val): Don't
7201 call value_incref.
7202 * value.c (set_value_parent): Incref the new parent and decref
7203 the old parent.
7204 (value_copy, value_primitive_field): Use set_value_parent.
7205
7206 2013-05-06 Tom Tromey <tromey@redhat.com>
7207
7208 * dwarf2loc.c (invalid_synthetic_pointer): Move earlier.
7209 (indirect_pieced_value): Call dwarf2_fetch_constant_bytes
7210 if needed.
7211 * dwarf2loc.h (dwarf2_fetch_constant_bytes): Declare.
7212 * dwarf2read.c (write_constant_as_bytes)
7213 (dwarf2_fetch_constant_bytes): New functions.
7214
7215 2013-05-06 Tom Tromey <tromey@redhat.com>
7216
7217 * dwarf2read.c (dwarf2_const_value_data): Remove unused
7218 parameters.
7219 (dwarf2_const_value_attr): Update.
7220
7221 2013-05-06 Tom Tromey <tromey@redhat.com>
7222
7223 * somread.c (som_symfile_offsets): Add 'const' to addrs.
7224 * machoread.c (macho_symfile_offsets): Add 'const' to addrs.
7225 * xcoffread.c (xcoff_symfile_offsets): Add 'const' to addrs.
7226 Remove declaration.
7227
7228 2013-05-06 Tom Tromey <tromey@redhat.com>
7229
7230 * dwarf2read.c (dwarf2_const_value_attr): Use 'obstack', not
7231 objfile's obstack.
7232
7233 2013-05-06 Doug Evans <dje@google.com>
7234
7235 * dbxread.c (process_one_symbol): Constify section_offsets parameter.
7236 * stabsread.h (process_one_symbol): Update declaration.
7237 * dwarf2read.c (dw2_relocate): Constify new_offsets, delta parameters.
7238 * elfread.c (elf_symfile_relocate_probe): Ditto.
7239 * psymtab.c (relocate_psymtabs): Ditto.
7240 * objfiles.c (objfile_relocate1): Constify new_offsets parameter.
7241 (objfile_relocate): Ditto.
7242 * objfiles.h (objfile_relocate): Update declaration.
7243 * symfile.c (relative_addr_info_to_section_offsets): Constify
7244 addrs parameter.
7245 (default_symfile_offsets): Ditto.
7246 (syms_from_objfile_1): Constify offsets parameter.
7247 (syms_from_objfile): Ditto.
7248 (symbol_file_add_with_addrs_or_offsets): Ditto.
7249 (symfile_map_offsets_to_segments): Constify data parameter.
7250 * symfile.h (struct quick_symbol_functions): Constify new_offsets,
7251 delta parameters of member relocate.
7252 (struct sym_probe_fns): Constify new_offsets,
7253 delta parameters of member sym_relocate_probe.
7254 (struct sym_fns): Constify section_addr_info parameter of member
7255 sym_offsets.
7256 (relative_addr_info_to_section_offsets): Update declaration.
7257 (default_symfile_offsets): Ditto.
7258 (syms_from_objfile): Ditto.
7259 (symfile_map_offsets_to_segments): Ditto.
7260
7261 * symfile.c (syms_from_objfile_1): Use correct section count when
7262 objfile->sf == NULL.
7263
7264 2013-05-06 Mike Frysinger <vapier@gentoo.org>
7265
7266 * common/linux-btrace.c (intel_supports_btrace): Fix indentation.
7267
7268 2013-05-06 Doug Evans <dje@google.com>
7269
7270 * psympriv.h (struct partial_symtab): Augment comment for member
7271 section_offsets.
7272
7273 2013-05-06 Joel Brobecker <brobecker@adacore.com>
7274
7275 Reimplement shared library support on ppc-aix...
7276 * target.h (TARGET_OBJECT_AIX_LIBRARIES): New target_object enum.
7277 * features/library-list-aix.dtd: New file.
7278 * solib-aix.h, solib-aix.c: New file.
7279 * rs6000-aix-tdep.c: #include "solib.h" and "solib-aix.h".
7280 (rs6000_find_toc_address_hook): Delete.
7281 (rs6000_push_dummy_call): Rewrite code setting the TOC value.
7282 (rs6000_aix_init_osabi): Register solib_aix_so_ops.
7283 * rs6000-nat.c: Remove "xcoffsolib.h" include. Include
7284 "xml-utils.h".
7285 (map_vmap, vmap_exec, vmap_ldinfo, add_vmap, objfile_symbol_add)
7286 (vmap_symtab, fixup_breakpoints): Delete.
7287 (rs6000_xfer_shared_libraries): New function.
7288 (rs6000_xfer_partial): Add TARGET_OBJECT_AIX_LIBRARIES handling.
7289 (vmap_secs, bss_data_overlap, vmap_add_symbols): Delete.
7290 (xcoff_relocate_symtab, xcoff_relocate_core): Delete.
7291 (rs6000_ptrace_ldinfo, rs6000_core_ldinfo)
7292 (rs6000_xfer_shared_library): New function.
7293 (find_toc_address): Delete.
7294 (_initialize_rs6000_nat): Do not set rs6000_find_toc_address_hook.
7295 * rs6000-tdep.h (rs6000_find_toc_address_hook): Remove.
7296 * xcoffread.c (record_minimal_symbol): Reloate symbol address
7297 before creating minimal symbol. Adjust function description
7298 accordingly.
7299 (scan_xcoff_symtab): Replace call to
7300 prim_record_minimal_symbol_and_info by call to
7301 record_minimal_symbol.
7302 (xcoff_symfile_offsets): Reimplement mostly as a wrapper
7303 around default_symfile_offsets.
7304 * configure.tgt: Add solib-aix.o to gdb_target_obs for
7305 powerpc-aix targets.
7306 * config/rs6000/nm-rs6000.h: Delete.
7307 * config/powerpc/aix.mh (NAT_FILE): Delete.
7308 (NATDEPFILES): Remove xcoffsolib.o.
7309 * Makefile.in (XMLFILES): Add library-list-aix.dtd.
7310 (ALL_TARGET_OBS): Add solib-aix.o.
7311 (HFILES_NO_SRCDIR): Remove xcoffsolib.h and
7312 config/rs6000/nm-rs6000.h. Add solib-aix.h.
7313 (ALLDEPFILES): Add solib-aix.c. Remove xcoffsolib.c.
7314 * xcoffsolib.h, xcoffsolib.c: Delete.
7315
7316 * solib.c (reload_shared_libraries): Remove reference to
7317 SOLIB_CREATE_INFERIOR_HOOK.
7318 * breakpoint.c (handle_solib_event): Remove reference to SOLIB_ADD.
7319 (disable_breakpoints_in_shlibs): Remove reference to PC_SOLIB.
7320 (momentary_bkpt_re_set): Replace SOLIB_ADD by solib_add in
7321 comment.
7322 * corelow.c (deprecated_core_resize_section_table): Delete.
7323 * exec.c: Remove include of xcoffsolib.h".
7324 (map_vmap, vmap): Delete.
7325 (exec_close_1): Remove references to vmap.
7326 (exec_file_attach): Remove vmap handling code, and reference
7327 to DEPRECATED_IBM6000_TARGET.
7328 (bfdsec_to_vmap): Delete.
7329 (exec_files_info): Remove block of code handling VMAP.
7330 * infcmd.c (post_create_inferior): Remove reference to
7331 SOLIB_CREATE_INFERIOR_HOOK and SOLIB_ADD.
7332 * infrun.c (follow_exec): Remove reference to
7333 SOLIB_CREATE_INFERIOR_HOOK.
7334 * stack.c (print_frame): Remove reference to PC_SOLIB.
7335 * solib-dsbt.c (dsbt_current_sos): Adjust comment.
7336 (dsbt_relocate_main_executable): Likewise.
7337 * solib-frv.c (frv_current_sos): Likewise.
7338
7339 2013-05-06 Joel Brobecker <brobecker@adacore.com>
7340
7341 * sol-thread.c (rw_common): Cast BUF to "gdb_byte *" in calls
7342 to target_write_memory and target_read_memory.
7343
7344 2013-05-06 Joel Brobecker <brobecker@adacore.com>
7345
7346 * darwin-nat.c (darwin_setup_fake_stop_event): New function.
7347 (darwin_attach): Adjust using darwin_setup_fake_stop_event.
7348
7349 2013-05-06 Joel Brobecker <brobecker@adacore.com>
7350
7351 * darwin-nat.c: Replace all "%x" instances in format strings
7352 into "0x%x" throughout.
7353
7354 2013-05-06 Joel Brobecker <brobecker@adacore.com>
7355
7356 * darwin-nat.c (darwin_mourn_inferior): Replace call to
7357 gdb_assert by call to MACH_CHECK_ERROR.
7358 (darwin_attach_pid): Raise an error rather than a failed
7359 assertion when various system calls failed. Report a warning
7360 instead of raising a failed assertion when PREV_NOT is not NULL
7361 after call to mach_port_request_notification.
7362 (darwin_ptrace_me): Raise an error rather than a failed
7363 assertion when read returns nonzero.
7364
7365 2013-05-06 Joel Brobecker <brobecker@adacore.com>
7366
7367 * amd64-darwin-tdep.c: Remove #include "gdb_assert.h".
7368
7369 2013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7370
7371 * cleanups.c (restore_my_cleanups): New gdb_assert for SENTINEL_CLEANUP.
7372
7373 2013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7374
7375 * event-top.c (display_gdb_prompt): Call missing do_cleanups.
7376 * infcmd.c (get_return_value) <!stop_regs>: Do not overwrite CLEANUP.
7377 * symfile.c (symfile_bfd_open): New variable back_to. Do not leave
7378 a stale cleanup. Fix double free of NAME.
7379
7380 2013-05-04 Eli Zaretskii <eliz@gnu.org>
7381
7382 * windows-nat.c (windows_delete_thread): Accept an additional
7383 argument, the thread's exit code, and announce thread death when
7384 print_thread_events is non-zero and we are deleting a thread that
7385 is not the main thread.
7386 (get_windows_debug_event): Pass thread exit code to
7387 windows_delete_thread.
7388
7389 2013-05-03 Kevin Buettner <kevinb@redhat.com>
7390
7391 * v850-tdep.c (elf-bfd.h, elf/v850.h): Include.
7392 (R_149_REGNUM, E_NUM_OF_V850E2_REGS, E_SELID_1_R0_REGNUM)
7393 (E_SELID_1_R31_REGNUM, E_SELID_2_R0_REGNUM, E_SELID_2_R31_REGNUM)
7394 (E_SELID_3_R0_REGNUM, E_SELID_3_R31_REGNUM, E_SELID_4_R0_REGNUM)
7395 (E_SELID_4_R31_REGNUM, E_SELID_5_R0_REGNUM, E_SELID_5_R31_REGNUM)
7396 (E_SELID_6_R0_REGNUM, E_SELID_6_R31_REGNUM, E_SELID_7_R0_REGNUM, E_SELID_7_R31_REGNUM)
7397 (E_VR0_REGNUM, E_VR31_REGNUM, E_NUM_OF_V850E3V5_REGS): Define.
7398 (v850_abi, V850_ABI_GCC, V850_ABI_RH850): New enum and constants.
7399 (gdbarch_tdep): New struct.
7400 (v850e2_register_name): Use E_NUM_OF_V850E2_REGS instead of
7401 E_NUM_REGS.
7402 (v850e3v5_register_name): New function.
7403 (v850_register_type): v850e3v5 vector registers are 64-bits wide.
7404 (v850_use_struct_convention): Add `gdbarch' parameter. Add new
7405 code handling the struct return conventions for the RH850 ABI.
7406 Update all callers.
7407 (v850_eight_byte_align_p): New function.
7408 (v850_push_call_dummy): Push structs by value, not by reference
7409 for the RH850 ABI. Add support for eight byte alignment.
7410 (v850_dbtrap_breakpoint_from_pc): New function.
7411 (v850_gdbarch_init): Add ABI detection code. Register
7412 v850e3v5_register_name for the v850e3v5 architecture. Set the
7413 number of registers for v850e3v5. Register
7414 v850_dbtrap_breakpoint_from_pc as appropriate.
7415 (_initialize_gdbarch_init): Registration bfd_arch_v850_rh850.
7416
7417 2013-05-03 Doug Evans <dje@google.com>
7418
7419 * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections instead
7420 of bfd_count_sections.
7421 * solib-target.c (solib_target_relocate_section_addresses): Ditto.
7422 * symfile.c (default_symfile_offsets): Ditto.
7423 (syms_from_objfile_1): Ditto. Make dummy addrs list an array of
7424 one entry, not bfd_count_sections entries.
7425
7426 2013-05-03 Kevin Buettner <kevinb@redhat.com>
7427
7428 * rl78-tdep.c (rl78_register_reggroup_p): Include SP in the
7429 `save' and `restore' register groups. Don't include SPL
7430 or SPH in these groups.
7431 (rl78_dwarf_reg_to_regnum): Adjust mapping for
7432 RL78_PC_REGNUM. Add mappings for RL78_PSW_REGNUM,
7433 RL78_ES_REGNUM, and RL78_CS_REGNUM.
7434 (rl78_gdbarch_init): Set `dwarf2_addr_size' to 4. Invoke
7435 dwarf2_append_unwinders().
7436
7437 2013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7438
7439 * break-catch-sig.c (signal_catchpoint_breakpoint_hit): Do not
7440 ignore SIGINT and SIGTRAP in case these internal signals are
7441 caught explicitely.
7442
7443 2013-05-01 Joel Brobecker <brobecker@adacore.com>
7444
7445 * darwin-nat.c (darwin_read_write_inferior): Change types
7446 of parameters rdaddr and wraddr to "gdb_byte *". Change type
7447 of copy_count to "mach_msg_type_number_t".
7448 (darwin_read_dyld_info): Change type of parameter
7449 rdaddr to "gdb_byte *".
7450
7451 2013-05-01 Joel Brobecker <brobecker@adacore.com>
7452
7453 * solib-ia64-hpux.c (ia64_hpux_read_dynamic_info): Change cast
7454 of &info->load_map from "char *" to "gdb_byte *".
7455
7456 2013-05-01 Joel Brobecker <brobecker@adacore.com>
7457
7458 * ia64-tdep.c (ia64_access_fpreg): Change cast of val
7459 from "char *" to "gdb_byte *".
7460 (ia64_access_rse_fpreg, ia64_access_mem): Likewise.
7461
7462 2013-04-30 Doug Evans <dje@google.com>
7463
7464 * dwarf2read.c (lookup_dwo_unit): Return NULL if DWO not found.
7465 (init_cutu_and_read_dies): Flag a complaint, not error, for bad
7466 DWO stub. If DWO isn't found, just use stub.
7467 (lookup_dwo_cutu): Don't try DWO if there's a DWP file.
7468
7469 * dwarf2read.c (dw2_find_symbol_file): Initialize filename before
7470 calling init_cutu_and_read_dies.
7471
7472 2013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
7473
7474 * target-descriptions.c (maint_print_c_tdesc_cmd):
7475 Add case to parse structures as register types and
7476 bitfields.
7477
7478 2013-04-30 Walfred Tedeschi <walfred.tedeschi@intel.com>
7479
7480 * MAINTAINERS (Write After Approval): Add myself to the list.
7481
7482 2013-04-30 Joel Brobecker <brobecker@adacore.com>
7483
7484 * sol-thread.c (rw_common): Change type of parameter "buf"
7485 to "gdb_byte *".
7486 (ps_pdwrite, ps_ptwrite): Cast parameter "buf" in call to
7487 rw_common to "gdb_byte *" instead of "char *".
7488
7489 2013-04-30 Joel Brobecker <brobecker@adacore.com>
7490
7491 * sol-thread.c (info_cb) [ti.ti_startfunc != 0]: Change type
7492 of local variable msym to const struct bound_minimal_symbol.
7493 Adjust use accordingly.
7494 [ti.ti_state == TD_THR_SLEEP]: Likewise.
7495
7496 2013-04-30 Samuel Thibault <samuel.thibault@gnu.org>
7497
7498 * i386gnu-nat.c (CREG_OFFSET): New macro.
7499 (creg_offset): New array.
7500 (CREG_ADDR): Use creg_offset instead of reg_offset.
7501
7502 2013-04-30 Joel Brobecker <brobecker@adacore.com>
7503
7504 * mep-tdep.c (mep_write_pc): Delete.
7505 (mep_gdbarch_init): Remove call to set_gdbarch_write_pc.
7506 Add call to set_gdbarch_pc_regnum.
7507
7508 2013-04-30 Joel Brobecker <brobecker@adacore.com>
7509
7510 * common/filestuff.c: Replace #include <dirent.h> by
7511 #include "gdb_dirent.h".
7512
7513 2013-04-30 Joel Brobecker <brobecker@adacore.com>
7514
7515 * common/filestuff.c: Replace #include <sys/stat.h> by
7516 #include "gdb_stat.h".
7517
7518 2013-04-29 Pierre Muller <muller@sourceware.org>
7519
7520 * dwarf2read.c (handle_DW_AT_stmt_list): Avoid ARI warning for
7521 editCase function rule.
7522 (get_DW_AT_signature_type): Likewise.
7523
7524 2013-04-29 Joel Brobecker <brobecker@adacore.com>
7525
7526 * m32r-tdep.c (m32r_write_pc): Delete.
7527 (m32r_gdbarch_init): Remove call to set_gdbarch_write_pc.
7528 Add call to set_gdbarch_pc_regnum.
7529
7530 2013-04-29 Pierre Muller <muller@sourceware.org>
7531
7532 * ./contrib/ari/gdb_ari.sh (editCase rule): Fix spelling error.
7533
7534 2013-04-29 Joel Brobecker <brobecker@adacore.com>
7535
7536 * dwarf2read.c (get_DW_AT_signature_type): Add ARI marker.
7537
7538 2013-04-28 Yao Qi <yao@codesourcery.com>
7539
7540 * solib-dsbt.c (fetch_loadmap): Re-indent.
7541 (displacement_from_map, enable_break2): Likewise.
7542 (dsbt_relocate_section_addresses): Likewise.
7543
7544 2013-04-26 Joel Brobecker <brobecker@adacore.com>
7545
7546 GDB 7.6 released.
7547
7548 2013-04-25 Andreas Kaufmann <Andreas.Kaufmann@synopsys.com>
7549
7550 PR corefiles/14983:
7551 * dwarf2read.c (process_full_comp_unit): Always create a static
7552 block.
7553
7554 2013-04-25 Hui Zhu <hui@codesourcery.com>
7555
7556 * breakpoint.c (build_target_command_list): Change loc->cond_bytecode
7557 to loc->cmd_bytecode.
7558
7559 2013-04-24 Doug Evans <dje@google.com>
7560
7561 * dwarf2read.c (setup_type_unit_groups): Fix comment.
7562
7563 2013-04-22 Keith Seitz <keiths@redhat.com>
7564
7565 * tracepoint.c (trace_save): Call the writer's start method.
7566
7567 2013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
7568
7569 PR gdb/10462
7570 * cli/cli-decode.c (lookup_command): Show an error if there is no space
7571 before argument.
7572
7573 2013-04-23 Tom Tromey <tromey@redhat.com>
7574
7575 * common/filestuff.c: Check USE_WIN32API before including
7576 sys/socket.h.
7577 (HAVE_F_GETFD): New define.
7578 (mark_cloexec): Check HAVE_F_GETFD.
7579 (gdb_open_cloexec): Change 'mode' to unsigned long.
7580 (gdb_socketpair_cloexec): Check HAVE_SOCKETPAIR.
7581 (gdb_pipe_cloexec): Check HAVE_PIPE.
7582 * common/filestuff.h (gdb_open_cloexec): Change 'mode' to unsigned
7583 long.
7584
7585 2013-04-23 Hui Zhu <hui@codesourcery.com>
7586
7587 PR gdb/15293
7588 * breakpoint.c (bpstat_what): Add BPSTAT_WHAT_SINGLE to bp_dprintf.
7589
7590 2013-04-23 Hui Zhu <hui@codesourcery.com>
7591
7592 PR gdb/15165
7593 * breakpoint.c (dprintf_print_recreate): New.
7594 (save_breakpoints): Let it not save dprintf commands.
7595 (initialize_breakpoint_ops): Set dprintf_print_recreate.
7596
7597 2013-04-22 Tom Tromey <tromey@redhat.com>
7598
7599 PR gdb/7912:
7600 * Makefile.in (SFILES): Add filestuff.c
7601 (COMMON_OBS): Add filestuff.o.
7602 (filestuff.o): New target.
7603 * auto-load.c (auto_load_objfile_script_1): Use
7604 gdb_fopen_cloexec.
7605 * auxv.c (procfs_xfer_auxv): Use gdb_open_cloexec.
7606 * cli/cli-cmds.c (shell_escape): Call close_most_fds.
7607 * cli/cli-dump.c (fopen_with_cleanup): Use gdb_fopen_cloexec.
7608 * common/agent.c (gdb_connect_sync_socket): Use
7609 gdb_socket_cloexec.
7610 * common/filestuff.c: New file.
7611 * common/filestuff.h: New file.
7612 * common/linux-osdata.c (linux_common_core_of_thread)
7613 (command_from_pid, commandline_from_pid, print_source_lines)
7614 (linux_xfer_osdata_shm, linux_xfer_osdata_sem)
7615 (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Use
7616 gdb_fopen_cloexec.
7617 * common/linux-procfs.c (linux_proc_get_int)
7618 (linux_proc_pid_has_state): Use gdb_fopen_cloexec.
7619 * config.in, configure: Rebuild.
7620 * configure.ac: Don't check for sys/socket.h. Check for
7621 fdwalk, pipe2.
7622 * corelow.c (core_open): Use gdb_open_cloexec.
7623 * dwarf2read.c (write_psymtabs_to_index): Use gdb_fopen_cloexec.
7624 * fork-child.c (fork_inferior): Call close_most_fds.
7625 * gdb_bfd.c (gdb_bfd_open): Use gdb_open_cloexec.
7626 * inf-child.c (inf_child_fileio_readlink): Use gdb_open_cloexec.
7627 * linux-nat.c (linux_nat_thread_name, linux_proc_pending_signals):
7628 Use gdb_fopen_cloexec.
7629 (linux_proc_xfer_partial, linux_proc_xfer_spu): Use
7630 gdb_open_cloexec.
7631 (linux_async_pipe): Use gdb_pipe_cloexec.
7632 * remote-fileio.c (remote_fileio_func_open): Use
7633 gdb_open_cloexec.
7634 * remote.c (remote_file_put, remote_file_get): Use
7635 gdb_fopen_cloexec.
7636 * ser-pipe.c (pipe_open): Use gdb_socketpair_cloexec,
7637 close_most_fds.
7638 * ser-tcp.c (net_open): Use gdb_socket_cloexec.
7639 * ser-unix.c (hardwire_open): Use gdb_open_cloexec.
7640 * solib.c (solib_find): Use gdb_open_cloexec.
7641 * source.c (openp, find_and_open_source): Use gdb_open_cloexec.
7642 * tracepoint.c (tfile_start): Use gdb_fopen_cloexec.
7643 (tfile_open): Use gdb_open_cloexec.
7644 * tui/tui-io.c (tui_initialize_io): Use gdb_pipe_cloexec.
7645 * ui-file.c (gdb_fopen): Use gdb_fopen_cloexec.
7646 * xml-support.c (xml_fetch_content_from_file): Use
7647 gdb_fopen_cloexec.
7648 * main.c (captured_main): Call notice_open_fds.
7649
7650 2013-04-22 Edjunior Machado <emachado@linux.vnet.ibm.com>
7651
7652 * remote-sim.c (dump_mem): Change the type of 'buf' parameter from
7653 'char *' to 'gdb_byte *'.
7654 (gdbsim_store_register): Change the type of 'tmp' from 'char' to
7655 'gdb_byte'.
7656
7657 2013-04-22 Yao Qi <yao@codesourcery.com>
7658
7659 * infrun.c: Fix typo in comment.
7660
7661 2013-04-22 Andrew Haley <aph@redhat.com>
7662
7663 * arm-tdep.c (BranchDest): Cast result as "unsigned long",
7664 instead of "long".
7665
7666 2013-04-20 Yao Qi <yao@codesourcery.com>
7667
7668 * ctf.c (ctf_fetch_registers): Change the type of 'regs' from
7669 'char *' to 'gdb_byte *'. Cast the return value of
7670 'bt_ctf_get_char_array' to 'gdb_byte *'.
7671
7672 2013-04-19 Pedro Alves <palves@redhat.com>
7673
7674 * configure.ac (build_warnings): Replace -Wno-pointer-sign with
7675 -Wpointer-sign.
7676 * configure: Regenerate.
7677
7678 2013-04-19 Pedro Alves <palves@redhat.com>
7679
7680 * ser-tcp.c (net_read_prim): Cast second argument to recv to
7681 'void *'.
7682
7683 2013-04-19 Pedro Alves <palves@redhat.com>
7684
7685 * monitor.c (monitor_write_memory, monitor_write_memory_bytes):
7686 Change type of 'myaddr' parameter to gdb_byte pointer.
7687 (monitor_write_memory_longlongs): Likewise. Cast 'myaddr' pointer
7688 to 'long long' pointer instead of to 'unsigned long long'.
7689 (monitor_write_memory_block, monitor_read_memory_single)
7690 (monitor_read_memory): Change type of 'myaddr' parameter to
7691 gdb_byte pointer.
7692
7693 2013-04-19 Pedro Alves <palves@redhat.com>
7694
7695 * record.c (validate_history_size): Make parameter 'setting'
7696 unsigned.
7697
7698 2013-04-19 Pedro Alves <palves@redhat.com>
7699
7700 * ctf.c (ctf_write_uploaded_tsv, ctf_write_uploaded_tp): Add casts
7701 to 'gdb_byte *'.
7702
7703 2013-04-19 Pedro Alves <palves@redhat.com>
7704
7705 * cp-valprint.c (cp_print_class_member): Change type of 'fieldno'
7706 local to int.
7707
7708 2013-04-19 Pedro Alves <palves@redhat.com>
7709
7710 * ada-lang.c (print_it_exception): Add cast to gdb_byte *.
7711 * ada-tasks.c (read_fat_string_value): Likewise.
7712
7713 2013-04-19 Pedro Alves <palves@redhat.com>
7714
7715 * dwarf2-frame.c (execute_cfa_program): Make 'bytes_read' local
7716 unsigned. Pass 'tmp' to safe_read_uleb128 instead of the signed
7717 'offset', and adjust.
7718
7719 2013-04-19 Pedro Alves <palves@redhat.com>
7720
7721 * dwarf2read.c (dwarf2_get_dwz_file): Add cast to const char *.
7722 (read_index_from_section): Add cast to 'char *'.
7723
7724 2013-04-19 Pedro Alves <palves@redhat.com>
7725
7726 * xcoffread.c (xcoff_initial_scan): Add cast to 'char *'.
7727
7728 2013-04-19 Pedro Alves <palves@redhat.com>
7729
7730 * coff-pe-read.c (read_pe_exported_syms): Handle strings as char.
7731
7732 2013-04-19 Pedro Alves <palves@redhat.com>
7733
7734 * record-full.c (record_full_get_bookmark): Change local 'ret'
7735 type to char * and add cast to gdb_byte *.
7736 (record_full_goto_bookmark): Handle 'bookmark' argument as a
7737 string.
7738 * reverse.c (goto_bookmark_command): Add casts to gdb_byte *.
7739
7740 2013-04-19 Pedro Alves <palves@redhat.com>
7741
7742 * python/py-inferior.c (infpy_write_memory): Add cast to gdb_byte
7743 * python/py-prettyprint.c (print_string_repr): Change type of
7744 'output' local to char *. Add cast to gdb_byte * in
7745 LA_PRINT_STRING call.
7746 (print_children): Change type of 'output' local to char *.
7747 * python/py-value.c (valpy_string): Add cast to const char * in
7748 PyUnicode_Decode call.
7749
7750 2013-04-19 Pedro Alves <palves@redhat.com>
7751
7752 * remote-mips.c (mips_cksum): Rename 'data' parameter to 'datastr'
7753 and change its type to 'const char *'. Adjust.
7754 (mips_send_packet): Add cast to 'char *', and remove cast to
7755 'unsigned char *'.
7756 (mips_receive_packet): Remove cast to 'unsigned char *'.
7757 (mips_load_srec): Use bfd_byte.
7758 (pmon_makeb64, pmon_zeroset): Make 'chksum' parameter unsigned.
7759 (pmon_checkset): Make 'value' parameter unsigned.
7760
7761 2013-04-19 Pedro Alves <palves@redhat.com>
7762
7763 * common/agent.c (agent_run_command): Add cast to gdb_byte *.
7764
7765 2013-04-19 Pedro Alves <palves@redhat.com>
7766
7767 * remote.c (remote_write_bytes_aux, compare_sections_command)
7768 (remote_read_qxfer)
7769 (remote_search_memory, remote_hostio_pwrite, remote_hostio_pread)
7770 (remote_hostio_readlink, remote_bfd_iovec_pread)
7771 (remote_set_trace_notes): Use gdb_byte when RSP buffer is used as
7772 binary buffer, and char when buffer is used as string.
7773 * tracepoint.c (encode_source_string, tfile_write_uploaded_tp)
7774 (trace_save, tfile_open, traceframe_walk_blocks)
7775 (tfile_fetch_registers): Likewise.
7776
7777 2013-04-19 Pedro Alves <palves@redhat.com>
7778
7779 * ser-base.c (ser_base_write): Change prototype -- take 'void *'
7780 buffer and size_t size. Adjust.
7781 * ser-base.h (ser_base_write): Adjust.
7782 * ser-go32.c (cnts): Change type to size_t.
7783 (dos_write): Change prototype -- take 'void *'
7784 buffer and size_t size. Adjust.
7785 (dos_info): Print elements of 'cnts' as unsigned long.
7786 * serial.c (serial_write): Likewise.
7787 * serial.h (serial_write): Adjust.
7788 (struct serial_ops) <write>: Change prototype -- take 'void *'
7789 buffer and size_t size. Adjust.
7790
7791 2013-04-19 Pedro Alves <palves@redhat.com>
7792
7793 * c-lang.c (evaluate_subexp_c): Cast result of obstack_base to
7794 gdb_byte *.
7795 * linux-tdep.c (linux_make_mappings_corefile_notes): Likewise.
7796
7797 2013-04-19 Pedro Alves <palves@redhat.com>
7798
7799 * alpha-tdep.c (alpha_extract_return_value): Use
7800 regcache_cooked_read_unsigned to read 'v0'.
7801
7802 2013-04-19 Pedro Alves <palves@redhat.com>
7803
7804 * xtensa-tdep.c (execute_l32e, execute_s32e): Change type of
7805 parameters 'at', 'as' and 'offset' to uint32_t.
7806
7807 2013-04-19 Pedro Alves <palves@redhat.com>
7808
7809 * aarch64-tdep.c (aarch64_analyze_prologue): Change type of local
7810 'is64' to signed 'int'.
7811
7812 2013-04-19 Pedro Alves <palves@redhat.com>
7813
7814 * s390-tdep.c (is_rs, is_rsy, is_rx, is_rxy): Change type of 'd2'
7815 parameter to int *.
7816
7817 2013-04-19 Pedro Alves <palves@redhat.com>
7818
7819 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Change local
7820 'insnbuf' buffer type to unsigned int[].
7821
7822 2013-04-19 Pedro Alves <palves@redhat.com>
7823
7824 * mips-tdep.c (mips_read_pc): Change local 'pc' type to LONGEST.
7825
7826 2013-04-19 Pedro Alves <palves@redhat.com>
7827
7828 * mep-tdep.c (mep_get_insn): Change 'insn' parameter type to
7829 unsigned long *.
7830
7831 2013-04-19 Pedro Alves <palves@redhat.com>
7832
7833 * alpha-tdep.c (heuristic_fence_post): Change type to int.
7834 (alpha_heuristic_proc_start): Adjust to check -1 instead of
7835 UINT_MAX.
7836 * mips-tdep.c (heuristic_fence_post): Change type to int.
7837 (heuristic_proc_start): Adjust to check -1 instead of UINT_MAX.
7838
7839 2013-04-19 Pedro Alves <palves@redhat.com>
7840
7841 * cris-tdep.c (usr_cmd_cris_version): Make unsigned.
7842 (struct gdbarch_tdep) <cris_version>: Make unsigned.
7843 (cris_spec_reg_applicable, cris_gdbarch_init): Adjust locals.
7844
7845 2013-04-19 Pedro Alves <palves@redhat.com>
7846
7847 * avr-tdep.c (avr_io_reg_read_command): New local 'bufstr'. Use
7848 it to get a string view of the byte buffer.
7849 * i386-cygwin-tdep.c (core_process_module_section): Change local 'buf'
7850 type to gdb_byte *. Adjust.
7851 * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full):
7852 Change local to char *.
7853 * solib-darwin.c (find_program_interpreter): Change return type to
7854 char *. Adjust.
7855 (darwin_solib_get_all_image_info_addr_at_init): Adjust.
7856 * solib-dsbt.c (enable_break2): Change local 'buf' to char *.
7857 * solib-frv.c (enable_break2): Change local 'buf' to char *.
7858 * solib-spu.c (spu_current_sos): Add gdb_byte * cast.
7859 * solib-svr4.c (find_program_interpreter): Change return type to
7860 char *. Adjust.
7861 (enable_break): Change local 'interp_name' to char *.
7862 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
7863 * spu-tdep.c (spu_pseudo_register_read_spu): Add cast to 'char *'.
7864 (spu_pseudo_register_write_spu): Use char for string buffer.
7865 Adjust.
7866 (info_spu_event_command, info_spu_signal_command): Add casts to
7867 'char *'.
7868
7869 2013-04-19 Pedro Alves <palves@redhat.com>
7870
7871 * aarch64-tdep.c (aarch64_default_breakpoint): Change type to
7872 gdb_byte[].
7873 (aarch64_breakpoint_from_pc): Change return type to gdb_byte *.
7874 * ada-lang.c (ada_value_assign): Use gdb_byte.
7875 * alphanbsd-tdep.c (sigtramp_retcode): Change type to gdb_byte[].
7876 (alphanbsd_sigtramp_offset): Use gdb_byte.
7877 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint)
7878 (arm_linux_arm_be_breakpoint, eabi_linux_arm_le_breakpoint)
7879 (eabi_linux_arm_be_breakpoint, arm_linux_thumb_be_breakpoint)
7880 (arm_linux_thumb_le_breakpoint, arm_linux_thumb2_be_breakpoint)
7881 (arm_linux_thumb2_le_breakpoint): Change type to gdb_byte[].
7882 * arm-tdep.c (arm_stub_unwind_sniffer)
7883 (arm_displaced_init_closure): Use gdb_byte.
7884 (arm_default_arm_le_breakpoint, arm_default_arm_be_breakpoint)
7885 (arm_default_thumb_le_breakpoint)
7886 (arm_default_thumb_be_breakpoint): Change type to gdb_byte[].
7887 * arm-tdep.h (struct gdbarch_tdep) <arm_breakpoint,
7888 thumb_breakpoint, thumb2_breakpoint>: Change type to gdb_byte *.
7889 * arm-wince-tdep.c (arm_wince_le_breakpoint)
7890 (arm_wince_thumb_le_breakpoint): Change type to gdb_byte[].
7891 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint)
7892 (arm_nbsd_arm_be_breakpoint, arm_nbsd_thumb_le_breakpoint)
7893 (arm_nbsd_thumb_be_breakpoint): Change type to gdb_byte[].
7894 * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint)
7895 (arm_obsd_thumb_be_breakpoint): Change type to gdb_byte[].
7896 * cris-tdep.c (push_stack_item, cris_push_dummy_call)
7897 (cris_store_return_value, cris_extract_return_value): Use
7898 gdb_byte.
7899 (constraint): Change type of parameter to char * from signed
7900 char*. Use gdb_byte.
7901 * dwarf2loc.c (read_pieced_value, write_pieced_value): Change type
7902 of local buffer to gdb_byte *.
7903 * dwarf2read.c (read_index_from_section): Use gdb_byte.
7904 (create_dwp_hash_table): Change type of locals to gdb_byte *.
7905 (add_address_entry): Change type of local buffer to gdb_byte[].
7906 * frv-tdep.c (frv_adjust_breakpoint_address, find_func_descr)
7907 (frv_push_dummy_call): Use gdb_byte.
7908 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code)
7909 (hppa_hpux_supply_ss_fpblock, hppa_hpux_supply_ss_wide)
7910 (hppa_hpux_supply_save_state): Use gdb_byte.
7911 * hppa-tdep.c (hppa32_push_dummy_call)
7912 (hppa64_convert_code_addr_to_fptr): Use gdb_byte.
7913 * ia64-tdep.c (extract_bit_field, replace_bit_field)
7914 (slotN_contents, replace_slotN_contents): Change type of parameter
7915 to gdb_byte *.
7916 (fetch_instruction, ia64_pseudo_register_write)
7917 (ia64_register_to_value, ia64_value_to_register)
7918 (ia64_extract_return_value, ia64_store_return_value)
7919 (ia64_push_dummy_call): Use gdb_byte.
7920 * m32c-tdep.c (m32c_return_value): Remove cast.
7921 * m68hc11-tdep.c (m68hc11_pseudo_register_write)
7922 (m68hc11_push_dummy_call, m68hc11_store_return_value): Use
7923 gdb_byte.
7924 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Use gdb_byte.
7925 * mn10300-tdep.c (mn10300_store_return_value)
7926 (mn10300_breakpoint_from_pc, mn10300_push_dummy_call): Use
7927 gdb_byte.
7928 * moxie-tdep.c (moxie_process_readu): Use gdb_byte.
7929 (moxie_process_record): Remove casts.
7930 * ppc-ravenscar-thread.c (supply_register_at_address)
7931 (ppc_ravenscar_generic_store_registers): Use gdb_byte.
7932 * ravenscar-thread.c (get_running_thread_id): Use gdb_byte.
7933 * remote-m32r-sdi.c (m32r_fetch_register): Use gdb_byte.
7934 * remote-mips.c (mips_xfer_memory): Use gdb_byte.
7935 * remote.c (compare_sections_command): Use gdb_byte.
7936 * score-tdep.c (score7_free_memblock): Change type of parameter to
7937 gdb_byte *.
7938 * sh-tdep.c (sh_justify_value_in_reg): Change return type to
7939 gdb_byte *. Use gdb_byte.
7940 (sh_push_dummy_call_fpu): Use gdb_byte.
7941 (sh_extract_return_value_nofpu, sh_extract_return_value_fpu)
7942 (sh_store_return_value_nofpu, sh_store_return_value_fpu)
7943 (sh_register_convert_to_virtual, sh_register_convert_to_raw):
7944 Change parameter type to 'gdb_byte *'. Use gdb_byte.
7945 (sh_pseudo_register_read, sh_pseudo_register_write): Use gdb_byte.
7946 * sh64-tdep.c (sh64_push_dummy_call): Use gdb_byte.
7947 (sh64_store_return_value, sh64_register_convert_to_virtual):
7948 Change parameter type to 'gdb_byte *'. Use gdb_byte.
7949 (sh64_pseudo_register_write): Use gdb_byte.
7950 * solib-darwin.c (darwin_current_sos): Add casts to 'gdb_byte *'.
7951 * solib-irix.c (fetch_lm_info): Likewise. Use gdb_byte for byte
7952 buffer.
7953 (irix_current_sos): Use gdb_byte.
7954 * solib-som.c (som_current_sos): Use gdb_byte.
7955 * sparc-ravenscar-thread.c (supply_register_at_address)
7956 (sparc_ravenscar_generic_store_registers): Use gdb_byte.
7957 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
7958 * spu-tdep.c (spu_get_overlay_table): Use gdb_byte.
7959 * tic6x-tdep.c (tic6x_breakpoint_from_pc): Change return type to
7960 'gdb_byte *'.
7961 * tic6x-tdep.h (struct gdbarch_tdep) <breakpoint>: Change type to
7962 'gdb_byte *'.
7963 * tracepoint.c (tfile_fetch_registers): Use gdb_byte.
7964 * xstormy16-tdep.c (xstormy16_extract_return_value)
7965 (xstormy16_store_return_value): Change parameter type to
7966 'gdb_byte *'. Adjust.
7967 (xstormy16_push_dummy_call): Use gdb_byte.
7968 * xtensa-tdep.c (xtensa_scan_prologue, call0_ret)
7969 (call0_analyze_prologue, execute_code): Use gdb_byte.
7970
7971 2013-04-19 Vladimir Kargov <kargov@gmail.com>
7972 Pedro Alves <palves@redhat.com>
7973
7974 * i387-tdep.c (i387_print_float_info): Use gdb_byte for pointer to
7975 value contents.
7976
7977 2013-04-17 Doug Evans <dje@google.com>
7978
7979 * dwarf2read.c (struct signatured_type): New member type.
7980 (struct attribute): Replace member signatured_type with signature.
7981 (DW_SIGNATURE): Replaces DW_SIGNATURE_TYPE.
7982 (read_call_site_scope): Call follow_die_ref instead of
7983 follow_die_ref_or_sig.
7984 (read_structure_type): Rewrite handling of signatured types.
7985 (read_enumeration_type): Ditto.
7986 (read_attribute_value): Update.
7987 (build_error_marker_type): New function.
7988 (lookup_die_type): Add assert. Rewrite handling of signatured types.
7989 Don't call error for bad types, just build an error marker type.
7990 (dump_die_shallow): Update.
7991 (follow_die_sig_1): Renamed from follow_die_sig.
7992 Don't call error for bad types, instead return NULL.
7993 (follow_die_sig): New function.
7994 (get_signatured_type, get_DW_AT_signature_type): New functions.
7995
7996 2013-04-17 Yufeng Zhang <yufeng.zhang@arm.com>
7997
7998 * aarch64-tdep.c (aarch64_write_pc): Removed.
7999 (aarch64_gdbarch_init): Remove set_gdbarch_write_pc of the above
8000 function.
8001
8002 2013-04-17 Yao Qi <yao@codesourcery.com>
8003
8004 * top.c (print_gdb_configuration): Print configure-time
8005 parameter on using libbabeltrace or not.
8006
8007 2013-04-16 Pedro Alves <palves@redhat.com>
8008
8009 * copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.
8010
8011 2013-04-16 Pedro Alves <palves@redhat.com>
8012
8013 * common/glibc_thread_db.h: Update from upstream glibc
8014 (git 568035b7874a099087b77f7bba3e36a1173787b0).
8015
8016 2013-04-16 Pedro Alves <palves@redhat.com>
8017
8018 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: Factor out to ...
8019 * common/glibc_thread_db.h: ... this new file ...
8020 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: ... and include it.
8021
8022 2013-04-16 Will Newton <will.newton@gmail.com>
8023 Pedro Alves <palves@redhat.com>
8024
8025 PR build/11881
8026
8027 * common/gdb_thread_db.h (LIBTHREAD_DB_SO)
8028 (LIBTHREAD_DB_SEARCH_PATH): Move outside of #ifdef
8029 HAVE_THREAD_DB_H.
8030
8031 2013-04-16 Pedro Alves <palves@redhat.com>
8032 Eli Zaretskii <eliz@gnu.org>
8033
8034 * NEWS: Mention "set foo unlimited".
8035
8036 2013-04-15 Doug Evans <dje@google.com>
8037
8038 * dwarf2read.c (struct dwo_file): Replace member "cus" with "cu".
8039 (struct create_dwo_cu_data): Renamed from create_dwo_info_table_data.
8040 (create_dwo_cu_reader): Renamed from
8041 create_dwo_debug_info_hash_table_reader.
8042 (create_dwo_cu): Renamed from create_dwo_debug_info_hash_table.
8043 Remove support for multiple CUs in a DWO file.
8044 (open_and_init_dwo_file, lookup_dwo_cutu): Update.
8045
8046 * dwarf2read.c (create_debug_types_hash_table): Use hex_string
8047 instead of phex.
8048 (lookup_dwo_unit, create_dwo_debug_info_hash_table_reader): Ditto.
8049 (create_dwo_in_dwp): Ditto.
8050
8051 2013-04-15 Tom Tromey <tromey@redhat.com>
8052
8053 * NEWS: Move recent entries into "since 7.6" section.
8054
8055 2013-04-15 Tom Tromey <tromey@redhat.com>
8056
8057 PR c++/13588:
8058 * NEWS: Update.
8059 * break-catch-throw.c (struct exception_catchpoint)
8060 <exception_rx, pattern>: New fields.
8061 (fetch_probe_arguments, dtor_exception_catchpoint)
8062 (check_status_exception_catchpoint)
8063 (print_one_detail_exception_catchpoint): New functions.
8064 (handle_gnu_v3_exceptions): Add "except_rx" argument.
8065 Compile regular expression if needed.
8066 (extract_exception_regexp): New function.
8067 (catch_exception_command_1): Use extract_exception_regexp.
8068 (compute_exception): Use fetch_probe_arguments.
8069 (initialize_throw_catchpoint_ops): Set dtor, print_one_detail,
8070 and check_status fields.
8071 * cp-abi.c (cplus_typename_from_type_info): New function.
8072 * cp-abi.h (cplus_typename_from_type_info): Declare.
8073 (struct cp_abi_ops) <get_typename_from_type_info>: New field.
8074 * gdb_regex.h (compile_rx_or_error): Declare.
8075 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info): Update
8076 comment.
8077 (init_gnuv3_ops): Set get_type_from_type_info field.
8078 * probe.c (compile_rx_or_error): Move...
8079 * utils.c (compile_rx_or_error): ... here.
8080
8081 2013-04-15 Tom Tromey <tromey@redhat.com>
8082
8083 PR c++/15176:
8084 * NEWS: Update.
8085 * break-catch-throw.c (compute_exception): New function.
8086 (exception_funcs): New global.
8087 (_initialize_break_catch_throw): Create $_exception.
8088 * cp-abi.c (cplus_type_from_type_info): New function.
8089 * cp-abi.h (cplus_type_from_type_info): Declare.
8090 (struct cp_abi_ops) <get_type_from_type_info>: New field.
8091 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info)
8092 (gnuv3_get_type_from_type_info): New functions.
8093 (init_gnuv3_ops): Set get_type_from_type_info ABI field.
8094
8095 2013-04-15 Tom Tromey <tromey@redhat.com>
8096
8097 * break-catch-throw.c (struct exception_names): New.
8098 (exception_functions): Change type.
8099 (re_set_exception_catchpoint): Look for SDT probes.
8100
8101 2013-04-15 Tom Tromey <tromey@redhat.com>
8102
8103 PR c++/10119:
8104 * break-catch-throw.c (exception_functions): New global.
8105 (gnu_v3_exception_catchpoint_ops): Move earlier.
8106 (struct exception_catchpoint): New.
8107 (classify_exception_breakpoint): Rewrite.
8108 (re_set_exception_catchpoint): New function.
8109 (handle_gnu_v3_exceptions): Return void. Use init_catchpoint.
8110 Allocate a struct exception_catchpoint.
8111 (catch_exception_command_1): Update.
8112 (initialize_throw_catchpoint_ops): Set 're_set' method.
8113
8114 2013-04-15 Tom Tromey <tromey@redhat.com>
8115
8116 * Makefile.in (SFILES): Add break-catch-throw.c
8117 (COMMON_OBS): Add break-catch-throw.o.
8118 * break-catch-throw.c: New file.
8119 * breakpoint.c: Move exception-catching code to new file.
8120 (ep_parse_optional_if_clause): No longer static.
8121 * breakpoint.h (ep_parse_optional_if_clause): Declare.
8122
8123 2013-04-15 Tom Tromey <tromey@redhat.com>
8124
8125 PR c++/9065:
8126 * NEWS: Update.
8127 * breakpoint.c (watchpoint_exp_is_const): Add OP_TYPEID.
8128 * c-exp.y (TYPEID): New token.
8129 (exp): Add new TYPEID productions.
8130 (ident_tokens): Add "typeid".
8131 * cp-abi.c (cplus_typeid, cplus_typeid_type): New functions.
8132 * cp-abi.h (cplus_typeid, cplus_typeid_type): Declare.
8133 (struct cp_abi_ops) <get_typeid, get_typeid_type>: New fields.
8134 * eval.c (evaluate_subexp_standard) <OP_TYPEID>: New case.
8135 * expprint.c (dump_subexp_body_standard) <OP_TYPEID>: New
8136 case.
8137 * gnu-v3-abi.c (std_type_info_gdbarch_data): New global.
8138 (build_std_type_info_type, gnuv3_get_typeid_type)
8139 (gnuv3_get_typeid): New functions.
8140 (init_gnuv3_ops): Initialize std_type_info_gdbarch_data. Set
8141 new fields on ABI object.
8142 * parse.c (operator_length_standard) <OP_TYPEID>: New case.
8143 * std-operator.def (OP_TYPEID): New.
8144
8145 2013-04-15 Tom Tromey <tromey@redhat.com>
8146
8147 * elfread.c (elf_symtab_read): Install versioned symbol under
8148 unversioned name as well.
8149
8150 2013-04-15 Tom Tromey <tromey@redhat.com>
8151
8152 PR c++/11990:
8153 * c-lang.c (cplus_language_defn): Use gdb_demangle.
8154 * c-typeprint.c (c_type_print_base): Use gdb_demangle.
8155 * cp-support.c (mangled_name_to_comp): Use gdb_demangle.
8156 (gdb_demangle): New function.
8157 * cp-support.h (gdb_demangle): Declare.
8158 * dwarf2read.c (dwarf2_physname, fixup_partial_die)
8159 (dwarf2_name): Use gdb_demangle.
8160 * gdbtypes.c (check_stub_method): Use gdb_demangle.
8161 * gnu-v3-abi.c (gnuv3_rtti_type): Strip @plt and version
8162 suffixes from name.
8163 (gnuv3_print_method_ptr): Use gdb_demangle.
8164 * jv-lang.c (java_demangle): Use gdb_demangle.
8165 * jv-typeprint.c (java_type_print_base): Use gdb_demangle.
8166 * language.c (unk_lang_demangle): Use gdb_demangle.
8167 * symtab.c (symbol_find_demangled_name)
8168 (demangle_for_lookup): Use gdb_demangle.
8169
8170 2013-04-15 Tom Tromey <tromey@redhat.com>
8171
8172 PR c++/12824:
8173 * NEWS: Update.
8174 * breakpoint.c (enum exception_event_kind) <EX_EVENT_RETHROW>:
8175 New constant.
8176 (classify_exception_breakpoint): New function.
8177 (print_it_exception_catchpoint, print_one_exception_catchpoint)
8178 (print_mention_exception_catchpoint)
8179 (print_recreate_exception_catchpoint, handle_gnu_v3_exceptions)
8180 (catch_exception_command_1): Handle "rethrow" catchpoint.
8181 (catch_rethrow_command): New function.
8182 (_initialize_breakpoint): Add "catch rethrow" command.
8183
8184 2013-04-15 Pierre Muller <muller@sourceware.org>
8185
8186 * contrib/ari/gdb_ari.sh (write_pc rule): Do not consider
8187 set_gdbarch_write_pc as deprecated anymore.
8188
8189 2013-04-15 Joel Brobecker <brobecker@adacore.com>
8190
8191 * spu-tdep.c (spu_write_pc): Add empty line after local variable
8192 declarations.
8193
8194 2013-04-13 Yao Qi <yao@codesourcery.com>
8195
8196 * ctf.c (_initialize_ctf): Include "completer.h".
8197 Call add_target_with_completer instead of add_target.
8198
8199 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8200
8201 Fix GDB regression related to PR binutils/14813.
8202 * jit.c (mem_bfd_iovec_close): Return 0 for success.
8203 * minidebug.c (lzma_close): Add return value comment.
8204 * remote.c (remote_bfd_iovec_close): Return 0 for success.
8205 * solib-spu.c (spu_bfd_iovec_close): Likewise.
8206 * spu-linux-nat.c (spu_bfd_iovec_close): Likewise.
8207
8208 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8209
8210 * config.in: Regenerate.
8211
8212 2013-04-12 Tom Tromey <tromey@redhat.com>
8213
8214 * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: Now
8215 const.
8216 * dwarf2read.c (struct dwarf2_section_info) <buffer>: Now const.
8217 (struct die_reader_specs) <buffer>: Likewise.
8218 (die_reader_func_ftype): Make 'info_ptr' const.
8219 (struct line_header) <include_dirs, statement_program_start,
8220 statement_program_end>: Now const.
8221 (struct file_entry) <name>: Likewise.
8222 (struct partial_die_info) <sibling>: Likewise.
8223 (struct dwarf_block) <data>: Likewise.
8224 (dwarf2_read_section): Remove cast.
8225 (dwarf2_get_section_info): Make 'bufp' const.
8226 (read_index_from_section): Constify.
8227 (dw2_get_file_names_reader): Make 'info_ptr' const.
8228 (dw2_get_primary_filename_reader): Likewise.
8229 (read_comp_unit_head): Make 'info_ptr' and return type const.
8230 (read_and_check_comp_unit_head, read_and_check_type_unit_head):
8231 Likewise.
8232 (read_abbrev_offset): Constify.
8233 (dwarf2_create_include_psymtab): Make 'name' const.
8234 (create_debug_types_hash_table): Update.
8235 (read_cutu_die_from_dwo): Make 'result_info_ptr' const.
8236 (init_cutu_and_read_dies, init_cutu_and_read_dies_no_follow):
8237 Constify.
8238 (process_psymtab_comp_unit_reader, build_type_psymtabs_reader)
8239 (load_partial_comp_unit_reader): Make 'info_ptr' const.
8240 (read_comp_units_from_section): Constify.
8241 (peek_abbrev_code, peek_die_abbrev, skip_children, skip_one_die)
8242 (locate_pdi_sibling, load_full_comp_unit_reader): Make 'info_ptr'
8243 const.
8244 (dwarf2_compute_name, setup_type_unit_groups): Constify.
8245 (create_dwo_debug_info_hash_table): Make 'info_ptr' const.
8246 (create_dwp_hash_table, dwarf2_ranges_read)
8247 (dwarf2_record_block_ranges): Constify.
8248 (read_die_and_children, read_die_and_siblings_1)
8249 (read_die_and_siblings): Make 'info_ptr' and 'new_info_ptr'
8250 const.
8251 (read_full_die_1, read_full_die): Make 'info_ptr' const.
8252 (abbrev_table_read_table): Constify.
8253 (load_partial_dies): Make 'info_ptr' const.
8254 (read_partial_die, read_attribute_value, read_attribute): Make
8255 'info_ptr' and return type const.
8256 (read_address, read_initial_length)
8257 (read_checked_initial_length_and_offset, read_offset)
8258 (read_offset_1, read_n_bytes, read_direct_string): Make 'buf'
8259 const.
8260 (read_direct_string): Make 'buf' and return type const.
8261 (read_indirect_string_at_offset, read_indirect_string_from_dwz)
8262 (read_indirect_string): Make return type const.
8263 (read_unsigned_leb128, read_signed_leb128): Make 'buf' const.
8264 (read_addr_index_from_leb128, dwarf2_read_addr_index_reader): Make
8265 'info_ptr' const.
8266 (read_str_index): Make return type const.
8267 (add_include_dir): Make 'include_dir' const.
8268 (add_file_name): Make 'name' const.
8269 (dwarf_decode_line_header): Constify.
8270 (psymtab_include_file_name): Make return type const.
8271 (dwarf_decode_lines_1, dwarf_decode_lines): Constify.
8272 (dwarf2_start_subfile): Make 'filename' const.
8273 (dwarf2_const_value_attr): Make 'bytes' const.
8274 (read_signatured_type_reader): Make 'info_ptr' const.
8275 (decode_locdesc): Constify.
8276 (skip_form_bytes): Make 'bytes', 'buffer_end', and return type
8277 const.
8278 (skip_unknown_opcode): Make 'opcode_definitions', 'mac_ptr',
8279 'mac_end', and return type const.
8280 (dwarf_parse_macro_header): Make 'mac_ptr' and return type const.
8281 (dwarf_decode_macro_bytes): Make 'mac_ptr', 'mac_end', and return
8282 type const.
8283 (per_cu_header_read_in): Constify.
8284 * symfile.h (dwarf2_get_section_info): Update.
8285
8286 2013-04-12 Tom Tromey <tromey@redhat.com>
8287
8288 * symtab.h (struct general_symbol_info) <value.bytes>: Make const.
8289
8290 2013-04-12 Eli Zaretskii <eliz@gnu.org>
8291
8292 * NEWS: Mention "show configuration", --configuration.
8293 * top.c (print_gdb_configuration): New function, displays the
8294 details about GDB configure-time parameters.
8295 (print_gdb_version): Mention "show configuration".
8296 * cli/cli-cmds.c (show_configuration): New function.
8297 (_initialize_cli_cmds): Add the "show configuration" command.
8298 * main.c (captured_main) <print_configuration>: New static var.
8299 <long_options>: Use it.
8300 If --configuration was given, call print_gdb_configuration.
8301
8302 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8303 Pedro Alves <palves@redhat.com>
8304
8305 * Makefile.in (HAVE_NATIVE_GCORE_TARGET): New.
8306 (generated_files): Add gcore.
8307 (install-only, uninstall): Add gcore if HAVE_NATIVE_GCORE_TARGET or
8308 HAVE_NATIVE_GCORE_HOST.
8309 (gcore): New.
8310 * NEWS (Changes since GDB 7.6): Mention newly installed gcore.
8311 * config/alpha/alpha-osf3.mh, config/i386/fbsd.mh,
8312 config/i386/fbsd64.mh, config/i386/i386gnu.mh, config/i386/i386sol2.mh,
8313 config/i386/sol2-64.mh, config/mips/irix5.mh, config/mips/irix6.mh,
8314 config/powerpc/fbsd.mh, config/sparc/fbsd.mh, config/sparc/sol2.mh:
8315 Add HAVE_NATIVE_GCORE_HOST.
8316 * configure: Regenerate.
8317 * configure.ac (HAVE_NATIVE_GCORE_TARGET): New, set it, AC_SUBST it.
8318 New AC_SUBST fir GDB_TRANSFORM_NAME and GCORE_TRANSFORM_NAME. New
8319 AC_CONFIG_FILES for gcore.
8320 * configure.tgt: Add gdb_have_gcore to the initial comment. Set
8321 gdb_have_gcore.
8322 * gdb_gcore.sh: Rename to ...
8323 * gcore.in: ... here. Remove gcore.sh comment. Use GDB_TRANSFORM_NAME
8324 and GCORE_TRANSFORM_NAME substitutions.
8325
8326 Fix parsing tabs in ${gdb_target_obs}.
8327 * configure.tgt (gdb_have_gcore): Replace case with for and if.
8328
8329 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8330
8331 * remote.c (unpush_and_perror): Add output message final dot.
8332
8333 2013-04-11 Yao Qi <yao@codesourcery.com>
8334
8335 * tracepoint.c (tfile_interp_line): Fit parameters line and
8336 utpp in one line.
8337
8338 2013-04-10 Joel Brobecker <brobecker@adacore.com>
8339
8340 * solib.c (solib_map_sections): Remove code overwriting
8341 SO->SO_NAME with the bfd's filename.
8342
8343 2013-04-10 Pedro Alves <palves@redhat.com>
8344
8345 * cli/cli-decode.c (integer_unlimited_completer): New function.
8346 (add_setshow_integer_cmd, add_setshow_uinteger_cmd)
8347 (add_setshow_zuinteger_unlimited_cmd): Install the "unlimited"
8348 completer.
8349 * cli/cli-setshow.c: Include "cli/cli-utils.h".
8350 (is_unlimited_literal): New function.
8351 (do_set_command): Handle literal "unlimited" arguments.
8352 * frame.c (_initialize_frame) <set backtrace limit>: Document
8353 "unlimited".
8354 * printcmd.c (_initialize_printcmd) <set print
8355 max-symbolic-offset>: Add help text.
8356 * record-full.c (_initialize_record_full) <set record full
8357 insn-number-max>: Likewise.
8358 * record.c (_initialize_record) <set record
8359 instruction-history-size, set record function-call-history-size>:
8360 Add help text.
8361 * ser-tcp.c (_initialize_ser_tcp) <set tcp connect-timeout>: Add
8362 help text.
8363 * tracepoint.c (_initialize_tracepoint) <set trace-buffer-size>:
8364 Likewise.
8365 * source.c (_initialize_source) <set listsize>: Add help text.
8366 * utils.c (initialize_utils) <set height, set width>: Likewise.
8367 <set pagination>: Mention "set height unlimited".
8368 * valprint.c (_initialize_valprint) <set print elements, set print
8369 repeats>: Document "unlimited".
8370
8371 2013-04-10 Pedro Alves <palves@redhat.com>
8372
8373 * cli/cli-cmds.c (quit_command): Call query_if_trace_running
8374 instead of disconnect_tracing.
8375 * infcmd.c (detach_command, disconnect_command): Call
8376 query_if_trace_running. Adjust.
8377 * top.c: Include "tracepoint.h".
8378 (quit_target): Delete. Contents moved ...
8379 (quit_force): ... here. Wrap each stage of teardown in
8380 TRY_CATCH. Call disconnect_tracing before detaching.
8381
8382 2013-04-10 Hui Zhu <hui@codesourcery.com>
8383 Yao Qi <yao@codesourcery.com>
8384
8385 * configure.ac: Check libbabeltrace is installed.
8386 * config.in: Regenerate.
8387 * configure: Regenerate.
8388 * Makefile.in (LIBBABELTRACE): New.
8389 (CLIBS): Add LIBBABELTRACE.
8390 * ctf.c: Include "exec.h".
8391 (CTF_EVENT_ID_STATUS, CTF_EVENT_ID_TSV_DEF): New macros.
8392 (CTF_EVENT_ID_TP_DEF, ctf_save_write_int32): New macros.
8393 (ctf_save_metadata_header): Define new type aliases in
8394 metadata.
8395 (ctf_write_header): Define event type "tsv_def" and "tp_def"
8396 in metadata. Start a new faked packet for trace status.
8397 (ctf_write_status): Write trace status to CTF.
8398 (ctf_write_uploaded_tsv): Write TSV to CTF.
8399 (ctf_write_uploaded_tp): Write tracepoint definition to CTF.
8400 (ctf_write_definition_end): End the faked packet.
8401
8402 (ctx, ctf_iter, trace_dirname): New.
8403 (start_pos): New variable.
8404 (ctf_destroy, ctf_open_dir, ctf_open): New.
8405 (SET_INT32_FIELD, SET_ARRAY_FIELD, SET_STRING_FIELD): New
8406 macros.
8407 (ctf_read_tsv, ctf_read_tp, ctf_close, ctf_files_info): New.
8408 (ctf_fetch_registers, ctf_xfer_partial): New.
8409 (ctf_get_trace_state_variable_value): New.
8410 (ctf_get_tpnum_from_frame_event): New.
8411 (ctf_get_traceframe_address): New.
8412 (ctf_trace_find, ctf_has_stack): New.
8413 (ctf_has_registers, ctf_traceframe_info, init_ctf_ops): New.
8414 (ctf_get_trace_status, ctf_read_status): New.
8415 (_initialize_ctf): New.
8416 * tracepoint.c (get_tracepoint_number): New
8417 (get_uploaded_tsv): Remove 'static'.
8418 (struct traceframe_info, trace_regblock_size): Move it to ...
8419 * tracepoint.h: ... here.
8420 (get_tracepoint_number): Declare it.
8421 (get_uploaded_tsv): Declare it.
8422
8423 * NEWS: Mention new configure option.
8424
8425 2013-04-10 Pedro Alves <palves@redhat.com>
8426 Hui Zhu <hui@codesourcery.com>
8427
8428 * breakpoint.c (dprintf_re_set): New.
8429 (initialize_breakpoint_ops): Set dprintf_breakpoint_ops re_set
8430 to dprintf_re_set.
8431
8432 2013-04-09 Joel Brobecker <brobecker@adacore.com>
8433
8434 * configure.tgt (gdb_target_obs) <powerpc-*-aix* | rs6000-*-*>:
8435 Remove solib-svr4.o from the list.
8436
8437 2013-04-09 Joel Brobecker <brobecker@adacore.com>
8438
8439 * varobj.c (update_dynamic_varobj_children) [!HAVE_PYTHON]:
8440 Use gdb_assert_not_reached instead of invalid boolean expression.
8441
8442 2013-04-09 Pedro Alves <palves@redhat.com>
8443
8444 * remote.c (unpush_and_perror): New function.
8445 (readchar, remote_serial_write): Use it.
8446
8447 2013-04-09 Markus Metzger <markus.t.metzger@intel.com>
8448
8449 * NEWS: Mention new btrace RSP packets.
8450
8451 2013-04-08 Tom Tromey <tromey@redhat.com>
8452
8453 * symmisc.c (dump_msymbols): Cast fprintf_filtered argument to
8454 long.
8455
8456 2013-04-08 Tom Tromey <tromey@redhat.com>
8457
8458 * maint.c (print_bfd_section_info): Print the section index.
8459 * symmisc.c (dump_msymbols): Print the section index.
8460
8461 2013-04-08 Tom Tromey <tromey@redhat.com>
8462
8463 PR symtab/8424:
8464 * blockframe.c (find_pc_partial_function_gnu_ifunc): Check
8465 SYMBOL_SECTION, not SYMBOL_OBJ_SECTION.
8466 * breakpoint.c (resolve_sal_pc): Update.
8467 * elfread.c (elf_gnu_ifunc_record_cache): Update.
8468 * findvar.c (struct minsym_lookup_data) <objfile>: New field.
8469 (minsym_lookup_iterator_cb): Use it.
8470 (default_read_var_value): Update.
8471 * hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline):
8472 Update.
8473 * infcmd.c (jump_command): Update.
8474 * linespec.c (minsym_found): Update.
8475 * maint.c (maintenance_translate_address): Update.
8476 * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Update.
8477 (prim_record_minimal_symbol_full): Don't set SYMBOL_OBJ_SECTION.
8478 * parse.c (write_exp_msymbol): Update.
8479 * printcmd.c (address_info): Update.
8480 * psymtab.c (find_pc_sect_psymbol): Update.
8481 (fixup_psymbol_section): Check SYMBOL_SECTION, not
8482 SYMBOL_OBJ_SECTION.
8483 (add_psymbol_to_bcache): Correctly initialize SYMBOL_SECTION.
8484 Don't initialize SYMBOL_OBJ_SECTION.
8485 * spu-tdep.c (spu_catch_start): Update.
8486 * stabsread.c (define_symbol): Don't set SYMBOL_SECTION.
8487 * symmisc.c (dump_msymbols, print_symbol): Update.
8488 * symtab.c (fixup_section): Don't set 'obj_section'. Change
8489 how fallback section is computed.
8490 (fixup_symbol_section): Update.
8491 (find_pc_sect_symtab, find_function_start_sal, skip_prologue_sal):
8492 Update.
8493 (allocate_symbol, initialize_symbol, allocate_template_symbol):
8494 Initialize SYMBOL_SECTION.
8495 * symtab.h (struct general_symbol_info) <section>: Update comment.
8496 <obj_section>: Remove.
8497 (SYMBOL_OBJ_SECTION): Add 'objfile' argument. Rewrite.
8498 (SYMBOL_OBJFILE): New macro.
8499
8500 2013-04-08 Tom Tromey <tromey@redhat.com>
8501
8502 * coffread.c (record_minimal_symbol): Update.
8503 * dbxread.c (record_minimal_symbol): Update.
8504 * elfread.c (record_minimal_symbol): Update.
8505 * machoread.c (macho_symtab_add_minsym): Update.
8506 * mdebugread.c (record_minimal_symbol, parse_partial_symbols):
8507 Update.
8508 * minsyms.c (prim_record_minimal_symbol): Update.
8509 (prim_record_minimal_symbol_full): Remove 'bfd_section'
8510 argument.
8511 (prim_record_minimal_symbol_and_info): Likewise.
8512 * minsyms.h (prim_record_minimal_symbol_full)
8513 (prim_record_minimal_symbol_and_info): Update.
8514 * symtab.c (allocate_symbol, initialize_symbol)
8515 (allocate_template_symbol): Initialize SYMBOL_SECTION.
8516 * xcoffread.c (record_minimal_symbol, scan_xcoff_symtab):
8517 Update.
8518
8519 2013-04-08 Tom Tromey <tromey@redhat.com>
8520
8521 PR symtab/8423:
8522 * solib-som.c (som_solib_section_offsets): Use BFD section
8523 indices. Set offsets for all sections.
8524 * somread.c (som_symtab_read): Compute BFD section for
8525 symbol. Use prim_record_minimal_symbol_and_info.
8526 (som_symfile_read): Fix comment.
8527 (struct find_section_offset_arg): New.
8528 (find_section_offset, set_section_index): New functions.
8529 (som_symfile_offsets): Use set_section_index to compute
8530 section indices.
8531
8532 2013-04-08 Tom Tromey <tromey@redhat.com>
8533
8534 * coffread.c (cs_to_section): Use gdb_bfd_section_index.
8535 * elfread.c (record_minimal_symbol, elf_symtab_read): Use
8536 gdb_bfd_section_index.
8537 * gdb_bfd.c (gdb_bfd_section_index, gdb_bfd_count_sections):
8538 New functions.
8539 * gdb_bfd.h (gdb_bfd_section_index, gdb_bfd_count_sections):
8540 Declare.
8541 * machoread.c (macho_symtab_add_minsym, macho_symfile_offsets):
8542 Update.
8543 * objfiles.c (add_to_objfile_sections_full): New function.
8544 (add_to_objfile_sections): Use it.
8545 (build_section_table): Rewrite.
8546 (objfile_relocate1): Use gdb_bfd_section_index. Update.
8547 * objfiles.h (obj_section_offset): Use gdb_bfd_section_index.
8548 (struct objfile) <sections>: Update comment.
8549 (ALL_OBJFILE_OSECTIONS): Skip sections where the_bfd_section
8550 is NULL.
8551 (ALL_OBJSECTIONS): Use it.
8552 * solib-dsbt.c (dsbt_relocate_main_executable): Update.
8553 * solib-frv.c (frv_relocate_main_executable): Update.
8554 * solib-target.c (solib_target_relocate_section_addresses):
8555 Use gdb_bfd_section_index.
8556 * symfile.c (build_section_addr_info_from_section_table):
8557 Use gdb_bfd_section_index.
8558 (build_section_addr_info_from_bfd, place_section): Likewise.
8559 * symtab.c (fixup_section): Update.
8560 * xcoffread.c (find_targ_sec): Use gdb_bfd_section_index.
8561
8562 2013-04-08 Tom Tromey <tromey@redhat.com>
8563
8564 * minsyms.h (struct bound_minimal_symbol): New.
8565 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
8566 Remove objfile argument.
8567 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
8568 Return bound_minimal_symbol.
8569 * minsyms.c (lookup_minimal_symbol_by_pc_1)
8570 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
8571 Return bound_minimal_symbol.
8572 (in_gnu_ifunc_stub): Update.
8573 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
8574 Remove 'objfile_p' argument.
8575 (lookup_solib_trampoline_symbol_by_pc): Update.
8576 * ada-tasks.c, amd64-windows-tdep.c, arm-tdep.c,
8577 arm-wince-tdep.c, block.c, blockframe.c, breakpoint.c, btrace.c,
8578 c-valprint.c, dwarf2loc.c, elfread.c, frame.c, frv-tdep.c,
8579 glibc-tdep.c, gnu-v2-abi.c, gnu-v3-abi.c, hppa-hpux-tdep.c,
8580 i386-tdep.c, ia64-tdep.c, infcall.c, infcmd.c, jit.c,
8581 linux-fork.c, m32c-tdep.c, m68hc11-tdep.c, maint.c,
8582 mips-tdep.c, p-valprint.c, parse.c, ppc-linux-tdep.c,
8583 ppc-sysv-tdep.c, printcmd.c, rs6000-tdep.c, sh64-tdep.c,
8584 stack.c, symtab.c, tui/tui-disasm.c: Update.
8585
8586 2013-04-08 Tom Tromey <tromey@redhat.com>
8587
8588 * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.
8589 Use symbol's obstack, not an objfile.
8590 * coffread.c (process_coff_symbol): Update.
8591 * dwarf2read.c (fixup_go_packaging, new_symbol_full): Update.
8592 * jv-lang.c (add_class_symbol): Update.
8593 * mdebugread.c (new_symbol): Update.
8594 * minsyms.c (prim_record_minimal_symbol_full)
8595 (terminate_minimal_symbol_table): Update.
8596 * psymtab.c (add_psymbol_to_bcache): Clear entire symbol. Update.
8597 * stabsread.c (define_symbol, read_enum_type): Update.
8598 * symtab.c (symbol_set_demangled_name, symbol_get_demangled_name):
8599 Handle Ada specially.
8600 (symbol_set_language): Add 'obstack' argument.
8601 (symbol_set_names): Update.
8602 (symbol_natural_name, symbol_demangled_name): Always use
8603 ada_decode_symbol.
8604 * symtab.h (struct general_symbol_info)
8605 <language_specific::obstack>: New field.
8606 <ada_mangled>: New field.
8607 (SYMBOL_SET_LANGUAGE): Add 'obstack' argument.
8608 (symbol_set_language): Update.
8609
8610 2013-04-08 Tom Tromey <tromey@redhat.com>
8611
8612 * symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name):
8613 Take an obstack, not an objfile.
8614 (symbol_set_names): Update.
8615 * symtab.h (symbol_set_demangled_name): Update.
8616
8617 2013-04-08 Tom Tromey <tromey@redhat.com>
8618
8619 * coffread.c (process_coff_symbol, coff_read_enum_type): Call
8620 allocate_symbol.
8621 * dwarf2read.c (fixup_go_packaging): Call allocate_symbol.
8622 (read_func_scope): Call allocate_template_symbol.
8623 (new_symbol_full): Call allocate_symbol.
8624 * jit.c (finalize_symtab): Call allocate_symbol.
8625 * jv-lang.c (add_class_symbol): Call allocate_symbol.
8626 * mdebugread.c (parse_symbol, new_block): Call allocate_symbol.
8627 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
8628 (common_block_end): Call allocate_symbol.
8629 * symtab.c (allocate_symbol, initialize_symbol)
8630 (allocate_template_symbol): New functions.
8631 * symtab.c (allocate_symbol, initialize_symbol)
8632 (allocate_template_symbol): Declare.
8633 * xcoffread.c (process_xcoff_symbol): Call initialize_symbol.
8634
8635 2013-04-08 Pedro Alves <palves@redhat.com>
8636 Keith Seitz <keiths@redhat.com>
8637
8638 * breakpoint.c (create_breakpoint): Rename
8639 "parse_condition_and_thread" parameter to "parse_arg". Update
8640 describing comment. If !PARSE_ARG, then error out if ARG is not
8641 the empty string after extracting the location.
8642 * breakpoint.h (create_breakpoint): Rename
8643 "parse_condition_and_thread" parameter to "parse_arg".
8644
8645 2013-04-08 Aleksandar Ristovski <aristovski@qnx.com
8646
8647 * solib-svr4.c (lm_addr_check): Add const qualifier to 'so' arg.
8648
8649 2013-04-07 Yao Qi <yao@codesourcery.com>
8650
8651 * remote.c (remote_trace_find): Change type of parameters 'addr1'
8652 and 'addr2' to CORE_ADDR.
8653 * target.c (update_current_target): Update.
8654 * target.h (struct target_ops) <to_trace_find>: Change parameter
8655 type to CORE_ADDR.
8656 * tracepoint.c (tfind_1): Change type of parameters 'addr1' and
8657 'addr2' to CORE_ADDR.
8658 (tfile_trace_find): Likewise.
8659 (tfile_get_traceframe_address): Change return type to CORE_ADDR.
8660 Change local variable 'addr' to type CORE_ADDR.
8661 * tracepoint.h (tfind_1): Update declaration.
8662
8663 2013-04-06 Eli Zaretskii <eliz@gnu.org>
8664
8665 * windows-nat.c (windows_get_absolute_argv0): Move from here...
8666 * mingw-hdep.c (windows_get_absolute_argv0): ...to here.
8667 Include main.h.
8668
8669 * windows-nat.h (windows_get_absolute_argv0): Move prototype from
8670 here...
8671 * main.h (windows_get_absolute_argv0): ...to here.
8672
8673 2013-04-05 Doug Evans <dje@google.com>
8674
8675 * dwarf2read.c (struct dwarf2_per_objfile): Tweak comment.
8676 (read_cutu_die_from_dwo): Add comments.
8677 (read_structure_type): Update comment.
8678 (read_enumeration_type, read_namespace_type): Update comment.
8679 (read_die_type, get_die_type_at_offset, get_die_type): Update comment.
8680
8681 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8682
8683 Convert man pages to texinfo, new gdbinit.5 texinfo page.
8684 * Makefile.in (gdb.z): Remove.
8685 (install-only): Remove $(man1dir) and gdb.1 installation.
8686 * gdb.1: Remove.
8687
8688 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8689
8690 Fix compatibility with Linux kernel 3.8.3.
8691 * linux-tdep.c (linux_find_memory_regions_full): Move variable number
8692 to more inner block. Remove parsing of NUMBER from outer block.
8693 Parse NUMBER only if KEYWORD has been identified.
8694
8695 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8696
8697 Fix variable name shadowing.
8698 * linux-tdep.c (linux_find_memory_regions_full): Rename outer variable
8699 filename to mapsfilename and update its uses.
8700
8701 2013-04-05 Eli Zaretskii <eliz@gnu.org>
8702
8703 * Makefile.in (TAGS): Avoid warning from etags when $GDB_NM_FILE is
8704 empty. See http://sourceware.org/ml/gdb-patches/2012-08/msg00504.html
8705 and http://sourceware.org/ml/gdb-patches/2013-04/msg00055.html for
8706 details of the problem.
8707
8708 2013-04-04 Pedro Alves <palves@redhat.com>
8709 Hui Zhu <hui@codesourcery.com>
8710
8711 * breakpoint.c (validate_commands_for_breakpoint): If validating a
8712 tracepoint, reset its STEP_COUNT and call validate_actionline.
8713
8714 2013-04-03 Doug Evans <dje@google.com>
8715
8716 * dwarf2read.c (read_die_and_siblings_1): Renamed from
8717 read_die_and_siblings.
8718 (read_die_and_siblings): New function.
8719 (read_cutu_die_from_dwo): Dump die if requested.
8720 (read_die_and_children): Call read_full_die_1 and
8721 read_die_and_siblings_1.
8722 (read_full_die): Dump die if requested.
8723
8724 * dwarf2read.c (read_comp_units_from_section): Add debugging printf.
8725
8726 * dwarf2read.c (struct dwo_file): New member comp_dir.
8727 Rename member name to dwo_name. All uses updated.
8728 (hash_dwo_file): Include comp_dir in computation.
8729 (eq_dwo_file): Ditto.
8730 (lookup_dwo_file_slot): New arg comp_dir. All callers updated.
8731 (create_dwo_in_dwp, lookup_dwo_in_dwp, open_and_init_dwo_file): Ditto.
8732
8733 * psymtab.c (read_psymtabs_with_fullname): Don't call
8734 psymtab_to_fullname if the basenames are different.
8735
8736 2013-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8737
8738 * NEWS (Changes in GDB 7.6): Update the data-disassemble for "fullname".
8739 New entry about "fullname" presence.
8740
8741 2013-04-03 Pedro Alves <palves@redhat.com>
8742
8743 * NEWS: Mention x86_64/Cygwin as new native configuration.
8744
8745 2013-04-02 Doug Evans <dje@google.com>
8746
8747 * dwarf2read.c (read_structure_type): Fix typo in comment.
8748
8749 2013-04-02 Pedro Alves <palves@redhat.com>
8750
8751 * NEWS: Mention "set/show debug aarch64", "set/show debug
8752 coff-pe-read" and "set/show debug mach-o".
8753
8754 2013-04-02 Pedro Alves <palves@redhat.com>
8755
8756 * NEWS: Mention "set/show remote trace-buffer-size-packet".
8757
8758 2013-04-02 Eli Zaretskii <eliz@gnu.org>
8759
8760 * Makefile.in (HFILES_NO_SRCDIR): Remove call-cmds.h.
8761 gdb_string.h is now in common/.
8762
8763 2013-04-02 Pedro Alves <palves@redhat.com>
8764
8765 * NEWS: Move "set debug notification" and "set trace-buffer-size"
8766 under "New options".
8767
8768 2013-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8769
8770 Revert this patch:
8771 PR gdb/15275
8772 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
8773
8774 2013-04-02 Pedro Alves <palves@redhat.com>
8775
8776 PR gdb/15275
8777
8778 * remote.c (send_interrupt_sequence): Use remote_serial_write.
8779 (remote_serial_write): New function.
8780 (putpkt_binary, getpkt_or_notif_sane_1): Use remote_serial_write.
8781
8782 2013-04-01 Jiong Wang <jiwang@tilera.com>
8783
8784 * NEWS: Mention TILE-Gx in "New native configurations" and
8785 "New targets" sections.
8786
8787 2013-04-01 Doug Evans <dje@google.com>
8788
8789 * dwarf2read.c (lookup_signatured_type_at_offset): Delete.
8790 (process_enumeration_scope): Simplify.
8791
8792 * dwarf2read.c (struct dwarf2_per_cu_data): Move member
8793 type_unit_group ...
8794 (struct signatured_type): ... to here.
8795 (sig_type_ptr): New typedef.
8796 (type_unit_group): Delete member 't.first_cu'. Move member 'tus'
8797 out of union 't'. All uses updated.
8798 (dw2_get_file_names_reader): Assert not called for a type unit.
8799 (dw2_get_file_names): Assert not called for a type unit or type
8800 unit group.
8801 (build_type_psymtabs_reader): Assert called for a type unit.
8802 (build_type_psymtab_dependencies): Assert called for a type unit group.
8803
8804 * dwarf2read.c (free_dwo_file): Add comment.
8805 (dwarf2_per_objfile_free): Unref dwp bfd.
8806
8807 2013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
8808
8809 * coff-pe-read.c (add_pe_exported_sym): Remove unused 'dll_name_len'.
8810 (add_pe_forwarded_sym): Remove unused 'section', 'dll_name_len'.
8811 (read_pe_exported_syms): Remove unused 'exportix'.
8812 (pe_text_section_offset): Remove unused 'opthdr_ofs', 'num_entries',
8813 'export_rva', 'export_size', 'expptr', 'exp_funcbase', 'expdata',
8814 'erva', 'name_rvas', 'ordinals', 'nexp', 'ordbase', 'dll_name'.
8815
8816 2013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
8817
8818 * breakpoint.c (parse_cond_to_aexpr): Remove unused 'old_chain'.
8819 (print_it_watchpoint): Remove unused 'bl'.
8820 (say_where): Remove unused 'uiout'.
8821 (bpstat_remove_breakpoint_callback): Remove unused 'uiout'.
8822 (bkpt_breakpoint_hit): Remove unused 'b'.
8823 (internal_bkpt_print_it): Remove unused 'uiout'.
8824 * buildsym.c (augment_type_symtab): Remove unused 'i'.
8825
8826 2013-03-31 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
8827
8828 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_float): New function.
8829 (ppc64_sysv_abi_push_dummy_call): Handle complex arguments.
8830
8831 2013-03-29 Doug Evans <dje@google.com>
8832
8833 * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file.
8834 Delete arg is_dwp. All callers updated.
8835 (open_dwp_file): New function.
8836 (open_and_init_dwp_file): Call it.
8837 (get_dwp_file): New function.
8838 (lookup_dwo_cutu): Call it.
8839
8840 * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, and
8841 unnecessary, cleanup.
8842
8843 * dwarf2read.c (lookup_dwo_cutu): Improve complaint text.
8844
8845 * dwarf2read.c (read_cutu_die_from_dwo): New function.
8846 (lookup_dwo_unit): New function.
8847 (init_cutu_and_read_dies): Move DWO handling to new functions.
8848
8849 * dwarf2read.c (struct signatured_type): Tweak comment.
8850 (struct dwo_unit): Tweak comment.
8851 (create_debug_types_hash_table): Tweak comment. Reformat long line.
8852 (create_dwo_debug_info_hash_table): Tweak comment.
8853 (dwarf2_per_cu_offset_and_type): Tweak comment.
8854
8855 * dwarf2read.c (lookup_signatured_type): Remove complaint about
8856 missing .debug_types section.
8857
8858 2013-03-29 Yao Qi <yao@codesourcery.com>
8859
8860 * corelow.c: Include "completer.h".
8861 (_initialize_corelow): Call add_target_with_completer with
8862 argument 'filename_completer'.
8863 * tracepoint.c: Likewise.
8864 * exec.c (_initialize_exec): Likewise.
8865 * target.c (add_target): Rename to ...
8866 (add_target_with_completer): ... this. Call set_cmd_completer
8867 if parameter completer is not NULL.
8868 (add_target): New.
8869 * target.h: Include "command.h".
8870 (add_target_with_completer): Declare it.
8871
8872 2013-03-28 Joel Brobecker <brobecker@adacore.com>
8873
8874 * coffread.c (is_import_fixup_symbol): New function.
8875 (record_minimal_symbol): Use is_import_fixup_symbol to
8876 detect import fixup symbols, and discard them.
8877
8878 2013-03-28 Doug Evans <dje@google.com>
8879
8880 * dwarf2read.c (create_debug_types_hash_table): Don't allocate the
8881 types hash table until we know we need it.
8882
8883 * dwarf2read.c (create_addrmap_from_index): Complain about bad CU
8884 index numbers.
8885
8886 * dwarf2read.c (dw2_get_file_names): Delete arg "objfile".
8887 All callers updated.
8888 (dw2_print_stats): Print #read CUs too.
8889 (dump_die_shallow): Print signatured types better.
8890
8891 * dwarf2read.c (struct dwarf2_per_cu_data): Rename member
8892 info_or_types_section to section. All uses updated.
8893 (struct dwo_unit): Ditto.
8894
8895 2013-03-28 Pedro Alves <palves@redhat.com>
8896
8897 * NEWS (New options): New section.
8898 (New options): Mention set/show remote trace-status-packet.
8899 * remote.c (PACKET_qTStatus): New enumeration value.
8900 (remote_get_trace_status): Skip sending qTStatus if the packet is
8901 disabled. Use packet_ok.
8902 (_initialize_remote): Register a configuration command for
8903 qTStatus packet.
8904
8905 2013-03-28 Doug Evans <dje@google.com>
8906
8907 * symfile.c (find_separate_debug_file): Add comment.
8908 (terminate_after_last_dir_separator): Tweak comment.
8909
8910 * dwarf2read.c (create_partial_symtab): Add forward decl.
8911 (create_partial_symtab): Move to be closer to other psymtab functions.
8912 (process_psymtab_comp_unit_reader, process_psymtab_comp_unit): Ditto.
8913
8914 * dwarf2read.c (dwarf2_physname): Move declaration to better spot.
8915 (compute_symtab_includes): Remove unnecessary forward declaration.
8916 (die_needs_namespace): Add comment marking group of functions for
8917 dwarf2 name computation.
8918
8919 * typeprint.c (_initialize_typeprint): Improve type help text.
8920
8921 * python/python.c (finish_python_initialization): Provide suggestion
8922 for how to tell gdb to find its python files.
8923
8924 2013-03-28 Pedro Alves <palves@redhat.com>
8925
8926 PR gdb/15294
8927
8928 * source.c (_initialize_source): Change back "set listsize" to an
8929 integer command.
8930
8931 2013-03-27 Gareth McMullin <gareth@blacksphere.co.nz>
8932
8933 PR gdb/15275
8934 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
8935
8936 2013-03-27 Pedro Alves <palves@redhat.com>
8937
8938 * top.c (history_size): Rename to ...
8939 (history_size_setshow_var): ... this. Add comment.
8940 (show_commands): Use readline's 'history_length' instead of
8941 computing the history length by calling history_get in a loop.
8942 (set_history_size_command): Error out for sizes over INT_MAX.
8943 Restore previous history size on invalid size.
8944 (init_history): If HISTSIZE is negative, leave the history size as
8945 zero. Add comments.
8946 (init_main): Adjust.
8947
8948 2013-03-27 Pedro Alves <palves@redhat.com>
8949
8950 * coff-pe-read.c (_initialize_coff_pe_read): Rename "set debug
8951 coff_pe_read" command to "set debug coff-pe-read".
8952
8953 2013-03-27 Markus Metzger <markus.t.metzger@intel.com>
8954
8955 * record.c (command_size_to_target_size): Fix size comparison.
8956 Change parameter type from pointer to integer to integer.
8957 Update all users.
8958
8959 2013-03-27 Pierre Muller <muller@sourceware.org>
8960
8961 * windows-nat.c (handle_output_debug_string): Avoid typecast
8962 from integer of different size warning.
8963
8964 2013-03-26 Joel Brobecker <brobecker@adacore.com>
8965
8966 * windows-nat.c (handle_output_debug_string): Add empty line
8967 after local block variable definition.
8968
8969 2013-03-26 Pedro Alves <palves@redhat.com>
8970
8971 * ser-tcp.c (wait_for_connect): Make 'polls' parameter unsigned.
8972 (net_open): Make 'polls' local unsigned.
8973
8974 2013-03-26 Pedro Alves <palves@redhat.com>
8975
8976 * remote.c (_initialize_remote): Make "set remoteaddresssize"
8977 a zuinteger command instead of uinteger.
8978
8979 2013-03-26 Pedro Alves <palves@redhat.com>
8980
8981 * record-full.c (record_full_insn_num): Make it unsigned.
8982 (record_full_check_insn_num, record_full_message)
8983 (record_full_registers_change, record_full_xfer_partial): Remove
8984 record_full_insn_max_num check (it's always != 0).
8985 (record_full_info, record_full_restore): Use %u as format string.
8986 (): Use %u as format string.
8987 (set_record_full_insn_max_num): Remove record_full_insn_max_num
8988 check (it's always != 0).
8989
8990 2013-03-26 Pedro Alves <palves@redhat.com>
8991
8992 * dcache.c (_initialize_dcache): Make the "set dcache line-size"
8993 and "set dcache size" commands zuinteger instead of uinteger.
8994
8995 2013-03-26 Pedro Alves <palves@redhat.com>
8996
8997 * cris-tdep.c (_initialize_cris_tdep): Make the "set cris-version"
8998 command zuinteger instead of uinteger.
8999
9000 2013-03-26 Pedro Alves <palves@redhat.com>
9001
9002 * coff-pe-read.c (_initialize_coff_pe_read): Make the command
9003 zuinteger instead of uinteger.
9004
9005 2013-03-26 Pedro Alves <palves@redhat.com>
9006
9007 * record.c (record_insn_history_size_setshow_var)
9008 (record_call_history_size_setshow_var): New globals.
9009 (command_size_to_target_size): New function.
9010 (cmd_record_insn_history, cmd_record_call_history): Use
9011 command_size_to_target_size instead of cast.
9012 (validate_history_size, set_record_insn_history_size)
9013 (set_record_call_history_size): New functions.
9014 (_initialize_record): Install set_record_insn_history_size and
9015 set_record_call_history_size as "set" hooks of "set record
9016 instruction-history-size" and "set record
9017 function-call-history-size".
9018
9019 2013-03-26 Pedro Alves <palves@redhat.com>
9020
9021 * top.c (gdb_rl_operate_and_get_next): Replace max_input_history
9022 use with history_max_entries use. Remove FIXME note.
9023
9024 2013-03-26 Markus Metzger <markus.t.metzger@intel.com>
9025
9026 * record-btrace.c (record_btrace_close): Call
9027 record_btrace_auto_disable.
9028
9029 2013-03-25 Joel Brobecker <brobecker@adacore.com>
9030
9031 * rs6000-nat.c (fixup_breakpoints): Delete declaration.
9032
9033 2013-03-25 Doug Evans <dje@google.com>
9034
9035 * contrib/cc-with-tweaks.sh: Check exit code of dwp.
9036
9037 2013-03-25 Tom Tromey <tromey@redhat.com>
9038
9039 PR symtab/11462:
9040 * c-exp.y (exp): Add new productions for destructors after '.' and
9041 '->'.
9042 (write_destructor_name): New function.
9043
9044 2013-03-25 Tom Tromey <tromey@redhat.com>
9045
9046 PR c++/9197:
9047 * opencl-lang.c (evaluate_subexp_opencl) <STRUCTOP_STRUCT>: Use
9048 value_struct_elt, not lookup_struct_elt_type.
9049 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
9050 STRUCTOP_PTR>: Use value_struct_elt, not lookup_struct_elt_type.
9051 * expression.h (EVAL_AVOID_SIDE_EFFECTS): Update comment.
9052
9053 2013-03-25 Yao Qi <yao@codesourcery.com>
9054
9055 * ctf.c [USE_WIN32API]: Undef 'mkdir' and use 'mkdir'
9056 instead of '_mkdir'.
9057
9058 2013-03-23 Eli Zaretskii <eliz@gnu.org>
9059
9060 * windows-nat.c (windows_get_absolute_argv0): New function.
9061 * windows-nat.h: Add its prototype.
9062
9063 * main.c (get_init_files): Use filename_ncmp instead of strncmp.
9064 Use IS_DIR_SEPARATOR instead of looking for a character inside
9065 SLASH_STRING. Include filenames.h.
9066 (captured_main) [__MINGW32__]: Make argv[0] absolute, so that
9067 relocate_gdb_directory works when passed gdb_program_name.
9068 Include windows-nat.h.
9069
9070 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9071
9072 * exceptions.h (enum errors): New entry TARGET_CLOSE_ERROR.
9073 * remote.c (trace_error): Remove the special handling of '2'.
9074 (readchar) <SERIAL_EOF>
9075 (readchar) <SERIAL_ERROR>
9076 (getpkt_or_notif_sane_1): Use TARGET_CLOSE_ERROR for them.
9077 (remote_get_trace_status): Call throw_exception if EX is
9078 TARGET_CLOSE_ERROR.
9079 * utils.c (perror_with_name): Rename to ...
9080 (throw_perror_with_name): ... here. New parameter errcode, describe it
9081 in the function comment.
9082 (perror_with_name): New function wrapper.
9083 * utils.h (enum errors): New stub declaration.
9084 (throw_perror_with_name): New declaration.
9085
9086 2013-03-22 Pedro Alves <palves@redhat.com>
9087 Yao Qi <yao@codesourcery.com>
9088 Mark Kettenis <kettenis@gnu.org>
9089
9090 * cli/cli-setshow.c (do_set_command) <var_uinteger>:
9091 Don't let the user set the value to UINT_MAX directly.
9092 <var_integer>: Don't let the user set the value to INT_MAX
9093 directly.
9094
9095 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9096
9097 * remote.c (remote_unpush_target): New function.
9098 (remote_open_1): Remove two pop_target calls, update one comment, add
9099 comment to target_preopen call. Replace pop_target call by
9100 remote_unpush_target call.
9101 (interrupt_query, readchar, getpkt_or_notif_sane_1): Replace
9102 pop_target calls by remote_unpush_target calls.
9103
9104 2013-03-22 Pedro Alves <palves@redhat.com>
9105
9106 * linux-nat.c (linux_child_follow_fork): Don't call
9107 linux_enable_event_reporting.
9108 (linux_handle_extended_wait): Don't call
9109 linux_enable_event_reporting.
9110
9111 2013-03-22 Pedro Alves <palves@redhat.com>
9112
9113 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Define INSN macro,
9114 use it to rewrite the trampoline buffers with type gdb_byte[], and
9115 undefine the macro. Remove char* cast.
9116
9117 2013-03-21 Doug Evans <dje@google.com>
9118
9119 New commands "mt set per-command {space,time,symtab} {on,off}".
9120 * NEWS: Add entry.
9121 * event-top.c: #include "maint.h".
9122 * main.c: #include "maint.h".
9123 * maint.c: #include <sys/time.h>, <time.h>, block.h, top.h,
9124 timeval-utils.h, maint.h, cli/cli-setshow.h.
9125 (per_command_time, per_command_space): New static globals.
9126 (per_command_symtab): New static global.
9127 (per_command_setlist, per_command_showlist): New static globals.
9128 (struct cmd_stats): Move here from utils.c.
9129 (set_per_command_time): Renamed from set_display_time in utils.c
9130 and moved here. All callers updated.
9131 (set_per_command_space): Renamed from set_display_space in utils.c
9132 and moved here. All callers updated.
9133 (count_symtabs_and_blocks): New function.
9134 (report_command_stats): Moved here from utils.c. Add support for
9135 printing symtab stats. Only print data if enabled before command
9136 executed.
9137 (make_command_stats_cleanup): Ditto.
9138 (sert_per_command_cmd, show_per_command_cmd): New functions.
9139 (_initialize_maint_cmds): Add new commands
9140 mt set per-command {space,time,symtab} {on,off}.
9141 * maint.h: New file.
9142 * top.c: #include "maint.h".
9143 * utils.c (reset_prompt_for_continue_wait_time): New function.
9144 (get_prompt_for_continue_wait_time): New function.
9145 * utils.h (reset_prompt_for_continue_wait_time): Declare
9146 (get_prompt_for_continue_wait_time): Declare.
9147 (make_command_stats_cleanup): Moved to maint.h.
9148 (set_display_time, set_display_space): Moved to maint.h and renamed
9149 to set_per_command_time, set_per_command_space.
9150 * cli/cli-setshow.c (parse_cli_boolean_value): Renamed from
9151 parse_binary_operation and made non-static. Don't call error,
9152 just return an error marker. All callers updated.
9153 * cli/cli-setshow.h (parse_cli_boolean_value): Declare.
9154
9155 2013-03-21 Tom Tromey <tromey@redhat.com>
9156
9157 * symfile.c (alloc_section_addr_info): Update header. Don't set
9158 'num_sections' field.
9159 (build_section_addr_info_from_section_table): Set 'num_sections'.
9160 (build_section_addr_info_from_bfd): Likewise.
9161 (build_section_addr_info_from_objfile): Remove dead loop
9162 condition.
9163 (free_section_addr_info): Unconditionally call xfree.
9164 (relative_addr_info_to_section_offsets, addrs_section_sort)
9165 (addr_info_make_relative, syms_from_objfile_1): Remove dead loop
9166 condition.
9167 (syms_from_objfile_1): Remove dead 'if' condition. Check
9168 'num_sections'.
9169 (add_symbol_file_command): Set 'num_sections'.
9170 * symfile-mem.c (symbol_file_add_from_memory): Set
9171 'num_sections'.
9172 * somread.c (som_symfile_offsets): Remove dead loop condition.
9173 * machoread.c (macho_symfile_offsets): Remove dead 'if'.
9174 * jit.c (jit_bfd_try_read_symtab): Set 'num_sections'.
9175
9176 2013-03-21 Tom Tromey <tromey@redhat.com>
9177
9178 * tracepoint.h (decode_agent_options): Add 'trace_string'
9179 argument.
9180 * tracepoint.c (decode_agent_options): Add 'trace_string'
9181 argument.
9182 (validate_actionline): Update.
9183 (collect_symbol): Add 'trace_string' argument.
9184 (struct add_local_symbols_data) <trace_string>: New field.
9185 (do_collect_symbol): Update.
9186 (add_local_symbols): Add 'trace_string' argument.
9187 (encode_actions_1): Update.
9188 (trace_dump_actions): Update.
9189 * dwarf2loc.c (access_memory): Update.
9190 * ax.h (struct agent_expr) <tracing, trace_string>: New fields.
9191 * ax-general.c (new_agent_expr): Update.
9192 * ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
9193 (gen_trace_for_return_address): Add argument.
9194 (trace_kludge, trace_string_kludge): Remove.
9195 * ax-gdb.c (trace_kludge, trace_string_kludge): Remove.
9196 (gen_traced_pop, gen_fetch, gen_bitfield_ref, gen_expr): Update.
9197 (gen_trace_for_var): Add 'trace_string' argument.
9198 (gen_trace_for_expr, gen_trace_for_return_address): Likewise.
9199 (gen_printf, agent_eval_command_one): Update.
9200
9201 2013-03-21 Tom Tromey <tromey@redhat.com>
9202
9203 PR exp/15109:
9204 * c-exp.y (yylex): Rewrite to push all tokens onto the FIFO.
9205 Handle FILENAME token.
9206
9207 2013-03-21 Tom Tromey <tromey@redhat.com>
9208
9209 * c-exp.y (YYPRINT): Define.
9210 (c_print_token): New function.
9211
9212 2013-03-21 Tom Tromey <tromey@redhat.com>
9213
9214 * c-exp.y (%union) <sym, ivar, ivec>: Remove.
9215
9216 2013-03-21 Yao Qi <yao@codesourcery.com>
9217
9218 * ctf.c: Include "gdb_stat.h".
9219 [USE_WIN32API]: New macro 'mkdir'.
9220 (ctf_start): Use permission bits macros if they are defined.
9221
9222 2013-03-20 Keith Seitz <keiths@redhat.com>
9223
9224 * breakpoint.h (struct breakpoint): Add comment to
9225 extra_string indicating that this member is mallod'd.
9226 * breakpoint.c (base_breakpoint_dtor): Free extra_string.
9227
9228 2013-03-20 Pedro Alves <palves@redhat.com>
9229
9230 PR gdb/15289
9231
9232 * cli/cli-setshow.c (do_set_command)
9233 <var_uinteger, var_zuinteger>: Use LONGEST for variable holding
9234 the result of parsing the command argument. Throw error if the
9235 value is greater than UINT_MAX. Print the invalid value with
9236 plongest.
9237 <var_integer, var_zinteger>: Use LONGEST for variable holding the
9238 result of parsing the command argument. Throw error if the value
9239 is greater than INT_MAX, not greater or equal. Also throw error
9240 if the value is less than INT_MIN. Print the invalid value with
9241 plongest.
9242 <var_zuinteger_unlimited>: Throw error if the value is greater
9243 than INT_MAX, not greater or equal.
9244 (do_show_command) <var_integer, var_zinteger,
9245 var_zuinteger_unlimited>: Use %d for printing int, not %u.
9246
9247 2013-03-20 Tom Tromey <tromey@redhat.com>
9248
9249 * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,
9250 if possible.
9251 * dwarf2read.c (read_func_scope): Remove old FIXME.
9252 * eval.c (evaluate_subexp_standard): Check SYMBOL_COMPUTED_OPS,
9253 not LOC_COMPUTED.
9254 * findvar.c (symbol_read_needs_frame, default_read_var_value):
9255 Unconditionally call via computed ops, if possible.
9256 * printcmd.c (address_info): Unconditionally call via computed ops,
9257 if possible.
9258 * stack.c (read_frame_arg): Unconditionally call via computed ops,
9259 if possible.
9260 * symtab.c (register_symbol_computed_impl): Sanity check 'ops'.
9261 * tracepoint.c (scope_info): Unconditionally call via computed ops,
9262 if possible.
9263
9264 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9265 Tom Tromey <tromey@redhat.com>
9266
9267 PR symtab/8421:
9268 * coffread.c (coff_register_index): New global.
9269 (process_coff_symbol, coff_read_enum_type): Set
9270 SYMBOL_ACLASS_INDEX.
9271 (_initialize_coffread): Initialize new global.
9272 * dwarf2loc.c (locexpr_find_frame_base_location)
9273 (dwarf2_block_frame_base_locexpr_funcs)
9274 (loclist_find_frame_base_location)
9275 (dwarf2_block_frame_base_loclist_funcs): New.
9276 (dwarf_expr_frame_base_1): Call SYMBOL_BLOCK_OPS, remove internal_error.
9277 (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Add location_has_loclist.
9278 * dwarf2loc.h (dwarf2_block_frame_base_locexpr_funcs)
9279 (dwarf2_block_frame_base_loclist_funcs): New.
9280 * dwarf2read.c (dwarf2_locexpr_index, dwarf2_loclist_index)
9281 (dwarf2_locexpr_block_index, dwarf2_loclist_block_index): New
9282 globals.
9283 (read_func_scope): Update.
9284 (fixup_go_packaging, mark_common_block_symbol_computed)
9285 (var_decode_location, new_symbol_full, dwarf2_const_value):
9286 Set SYMBOL_ACLASS_INDEX.
9287 (dwarf2_symbol_mark_computed): Likewise. Add 'is_block' argument.
9288 (_initialize_dwarf2_read): Initialize new globals.
9289 * jit.c (finalize_symtab): Set SYMBOL_ACLASS_INDEX.
9290 * jv-lang.c (add_class_symbol): Set SYMBOL_ACLASS_INDEX.
9291 * mdebugread.c (mdebug_register_index, mdebug_regparm_index): New
9292 globals.
9293 (parse_symbol, psymtab_to_symtab_1): Set SYMBOL_ACLASS_INDEX.
9294 (_initialize_mdebugread): Initialize new globals.
9295 * psympriv.h (struct partial_symbol) <aclass>: Update comment.
9296 * stabsread.c (patch_block_stabs): Set SYMBOL_ACLASS_INDEX.
9297 (stab_register_index, stab_regparm_index): New globals.
9298 (define_symbol, read_enum_type, common_block_end): Set
9299 SYMBOL_ACLASS_INDEX.
9300 (_initialize_stabsread): Initialize new globals.
9301 * symtab.c (next_aclass_value, symbol_impl, symbol_impls): New
9302 globals.
9303 (MAX_SYMBOL_IMPLS): New define.
9304 (register_symbol_computed_impl, register_symbol_block_impl)
9305 (register_symbol_register_impl)
9306 (initialize_ordinary_address_classes): New functions.
9307 (_initialize_symtab): Call initialize_ordinary_address_classes.
9308 * symtab.h (enum address_class) <LOC_FINAL_VALUE>: New constant.
9309 (struct symbol_impl): New.
9310 (SYMBOL_ACLASS_BITS): New define.
9311 (struct symbol) <aclass, ops>: Remove fields.
9312 <aclass_index>: New field.
9313 (symbol_impls): Declare.
9314 (SYMBOL_CLASS, SYMBOL_COMPUTED_OPS, SYMBOL_REGISTER_OPS): Redefine.
9315 (SYMBOL_IMPL, SYMBOL_ACLASS_INDEX): New defines.
9316 (register_symbol_computed_impl, register_symbol_block_impl)
9317 (register_symbol_register_impl): Declare.
9318 (struct symbol_computed_ops): Add location_has_loclist.
9319 (struct symbol_block_ops): New.
9320 (SYMBOL_BLOCK_OPS): New.
9321 * xcoffread.c (process_xcoff_symbol): Set SYMBOL_ACLASS_INDEX.
9322
9323 2013-03-20 Tom Tromey <tromey@redhat.com>
9324
9325 * psymtab.c (find_pc_sect_psymbol, fixup_psymbol_section)
9326 (print_partial_symbols, recursively_search_psymtabs): Use
9327 PSYMBOL_CLASS.
9328
9329 2013-03-20 Pierre Muller <muller@sourceware.org>
9330
9331 * contrib/ari/gdb_ari.sh (OP eol rule): Also check
9332 addtion, subtraction, multiplication and division binary operator.
9333
9334 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9335
9336 Code cleanup.
9337 * bfd-target.c (target_bfd_xclose): Remove parameter quitting.
9338 * bsd-kvm.c (bsd_kvm_close): Likewise.
9339 * bsd-uthread.c (bsd_uthread_close): Likewise.
9340 * corelow.c (core_close): Likewise.
9341 (core_close_cleanup): Remove parameter quitting from a caller.
9342 * event-top.c (async_disconnect): Likewise.
9343 * exec.c (exec_close_1): Remove parameter quitting.
9344 * go32-nat.c (go32_close): Likewise.
9345 * linux-nat.c (linux_nat_close): Remove parameter quitting. Remove
9346 parameter quitting from a caller.
9347 * mips-linux-nat.c (super_close): Remove parameter quitting from the
9348 variable.
9349 (mips_linux_close): Remove parameter quitting. Remove parameter
9350 quitting from a caller.
9351 * monitor.c (monitor_close): Remove parameter quitting.
9352 * monitor.h (monitor_close): Likewise.
9353 * record-btrace.c (record_btrace_close): Likewise.
9354 * record-full.c (record_full_close): Likewise.
9355 * remote-m32r-sdi.c (m32r_close): Remove parameter quitting and remove
9356 it also from fprintf_unfiltered.
9357 * remote-mips.c (mips_close): Remove parameter quitting.
9358 (mips_detach): Remove parameter quitting from a caller.
9359 * remote-sim.c (gdbsim_close): Remove parameter quitting.
9360 (gdbsim_close): Remove duplicate function comment. Remove parameter
9361 quitting and remove it also from printf_filtered.
9362 * remote.c (remote_close): Remove parameter quitting.
9363 * solib-svr4.c (enable_break): Remove parameter quitting from a caller.
9364 * target.c (update_current_target): Remove parameter int from to_close
9365 de_fault.
9366 (push_target, unpush_target, pop_target): Remove parameter quitting from
9367 a caller.
9368 (pop_all_targets_above, pop_all_targets): Remove parameter quitting.
9369 Remove parameter quitting from a caller.
9370 (target_preopen): Remove parameter quitting from a caller.
9371 (target_close): Remove parameter quitting. Remove parameter quitting
9372 from a caller two times. Remove parameter quitting also from
9373 fprintf_unfiltered.
9374 * target.h (struct target_ops): Remove parameter quitting and as int
9375 from fields to_xclose and to_close.
9376 (extern struct target_ops current_target):
9377 (target_close, pop_all_targets): Remove parameter quitting. Update the
9378 comment.
9379 (pop_all_targets_above): Remove parameter quitting.
9380 * top.c (quit_target): Remove parameter quitting from a caller.
9381 * tracepoint.c (tfile_close): Remove parameter quitting.
9382 * windows-nat.c (windows_close): Remove parameter quitting.
9383
9384 2013-03-20 Corinna Vinschen <vinschen@redhat.com>
9385
9386 * windows-nat.c (handle_output_debug_string): Replace call
9387 to string_to_core_addr with call to strtoull.
9388
9389 2013-03-20 Yao Qi <yao@codesourcery.com>
9390
9391 * ctf.c (ctf_save_metadata_header): Define macro HOST_ENDIANNESS
9392 and write it to CTF metadata.
9393
9394 2013-03-19 Corinna Vinschen <vinschen@redhat.com>
9395
9396 * windows-nat.c (handle_output_debug_string): Change type of n to
9397 SIZE_T to avoid crash on 64 bit systems.
9398
9399 2013-03-17 Eli Zaretskii <eliz@gnu.org>
9400
9401 * python/python-internal.h (HAVE_SNPRINTF)
9402 [_WIN32 && HAVE_DECL_SNPRINTF]: Define, to avoid compiler warnings
9403 about redefinition of snprintf by pyerrors.h.
9404
9405 2013-03-15 Steve Ellcey <sellcey@mips.com>
9406
9407 * remote-sim.c (sim_command_completer): Make char arguments const.
9408
9409 2013-03-15 Tom Tromey <tromey@redhat.com>
9410
9411 PR c++/15116:
9412 * gdbtypes.c (types_equal): Handle TYPE_CODE_FUNC.
9413
9414 2013-03-14 Tom Tromey <tromey@redhat.com>
9415
9416 * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:
9417 New fields.
9418 (get_file_crc): Move from symfile.c.
9419 (gdb_bfd_crc): New function.
9420 * gdb_bfd.h (gdb_bfd_crc): Declare.
9421 * objfiles.h (struct objfile) <crc32, crc32_p>: Remove.
9422 * symfile.c (get_file_crc): Move to gdb_bfd.c.
9423 (separate_debug_file_exists): Use gdb_bfd_crc.
9424
9425 2013-03-14 Tom Tromey <tromey@redhat.com>
9426
9427 * symfile.c (get_debug_link_info): Remove.
9428 (find_separate_debug_file_by_debuglink): Use
9429 bfd_get_debug_link_info.
9430
9431 2013-03-14 Tom Tromey <tromey@redhat.com>
9432
9433 * symtab.c (error_in_psymtab_expansion): New function.
9434 (lookup_symbol_aux_quick)
9435 (basic_lookup_transparent_type_quick): Remove "last resort"
9436 code. Use error_in_psymtab_expansion.
9437
9438 2013-03-14 Doug Evans <dje@google.com>
9439 Jan Kratochvil <jan.kratochvil@redhat.com>
9440
9441 * dwarf2read.c (dw2_map_symtabs_matching_filename): Put continue after
9442 any successful compare_filenames_for_search or FILENAME_CMP.
9443 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
9444 * symtab.c (iterate_over_some_symtabs): Likewise.
9445
9446 2013-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9447
9448 * source.c (print_source_lines_base): Make a local copy of
9449 symtab_to_fullname.
9450
9451 2013-03-14 Hui Zhu <hui_zhu@mentor.com>
9452 Jan Kratochvil <jan.kratochvil@redhat.com>
9453
9454 * source.c (print_source_lines_base): Suppress "file" for TUI.
9455
9456 2013-03-14 Keith Seitz <keiths@redhat.com>
9457 Alan Matsuoka <alanm@redhat.com>
9458
9459 PR c++/15203
9460 PR c++/15210
9461 * cp-namespace.c (cp_lookup_nested_symbol): Handle TYPE_CODE_FUNC and
9462 TYPE_CODE_METHOD.
9463 * elfread.c (elf_symtab_read): Handle BSF_GNU_UNIQUE for certain
9464 symbols.
9465
9466 2013-03-14 Yao Qi <yao@codesourcery.com>
9467
9468 * tracepoint.c (tfile_write_status): Write 'stop_desc' of trace
9469 status to tfile if trace is stopped by command 'tstop'.
9470
9471 2013-03-14 Yao Qi <yao@codesourcery.com>
9472
9473 * tracepoint.c (tfile_write_status): Write trace notes and user
9474 name into tfile if they are not NULL.
9475
9476 2013-03-14 Hui Zhu <hui@codesourcery.com>
9477 Yao Qi <yao@codesourcery.com>
9478
9479 * Makefile.in (REMOTE_OBS): Add ctf.o.
9480 (SFILES): Add ctf.c.
9481 (HFILES_NO_SRCDIR): Add ctf.h.
9482 * ctf.c, ctf.h: New files.
9483 * tracepoint.c: Include 'ctf.h'.
9484 (collect_pseudocommand): Remove static.
9485 (trace_save_command): Parse option "-ctf".
9486 Produce different trace file writers per option.
9487 Adjust output message.
9488 (trace_save_tfile, trace_save_ctf): New.
9489 * tracepoint.h (trace_save_tfile, trace_save_ctf): Declare.
9490 * mi/mi-main.c: Include 'ctf.h'.
9491 (mi_cmd_trace_save): Handle option '-ctf'. Call either
9492 trace_save_tfile or trace_save_ctf.
9493 * NEWS: Mention these changes.
9494
9495 2013-03-14 Yao Qi <yao@codesourcery.com>
9496
9497 * tracepoint.c (trace_file_writer_xfree): New.
9498 (struct tfile_writer_data): New.
9499 (tfile_dtor, tfile_can_target_save, tfile_start): New.
9500 (tfile_write_header, tfile_write_regblock_type): New.
9501 (tfile_write_status, tfile_write_uploaded_tsv): New.
9502 (tfile_write_uploaded_tp, tfile_write_definition_end): New.
9503 (tfile_write_raw_data, (tfile_end): New.
9504 (tfile_write_ops): New global variable.
9505 (TRACE_WRITE_R_BLOCK): New macro.
9506 (TRACE_WRITE_M_BLOCK_HEADER): New macro.
9507 (TRACE_WRITE_M_BLOCK_MEMORY): New macro.
9508 (TRACE_WRITE_V_BLOCK): New macro.
9509 (trace_save): Add extra one parameter WRITER. Make it static.
9510 Use WRITER to writer trace.
9511 (tfile_trace_file_writer_new): New.
9512 (trace_save_command): Caller update.
9513 (trace_save_tfile): Write trace data in TFILE format.
9514 * tracepoint.h (struct trace_frame_write_ops): New.
9515 (struct trace_file_write_ops): New.
9516 (struct trace_file_writer): New.
9517 (trace_save): Remove its declaration.
9518 (trace_save_tfile): Declare it.
9519 * mi/mi-main.c (mi_cmd_trace_save): Call trace_save_tfile
9520 instead of trace_save.
9521
9522 2013-03-13 Pedro Alves <palves@redhat.com>
9523
9524 * hppa-hpux-nat.c (hppa_hpux_save_state_offset): Make static.
9525
9526 2013-03-13 Pedro Alves <palves@redhat.com>
9527
9528 * dbxread.c (read_ofile_symtab, process_one_symbol): Remove
9529 commented out code.
9530 * demangle.c (current_demangling_style_string): Make it const.
9531 (set_demangling_command): Assert the demangling style is known.
9532 Remove all handling of unknown styles. Set
9533 'current_demangling_style_string' to an element of the
9534 demangling_style_names array.
9535 (set_demangling_style): Delete.
9536 (_initialize_demangler): Set current_demangling_style_string to the
9537 element of the demangling_style_names array that corresponds to
9538 the default demangling style. Remove FIXME note. Don't call
9539 set_demangling_style.
9540 * gdb-demangle.h (set_demangling_style): Remove declaration.
9541
9542 2013-03-13 Pedro Alves <palves@redhat.com>
9543
9544 * ada-lang.c (struct add_partial_datum) <text, text0, word>: Make
9545 fields const.
9546 (ada_make_symbol_completion_list): Make "text0" parameter const.
9547 * ax-gdb.c (agent_eval_command_one): Make "exp" parameter const.
9548 * breakpoint.c (condition_completer): Make "text" and "word"
9549 parameters const. Adjust.
9550 (check_tracepoint_command): Adjust to validate_actionline
9551 prototype change.
9552 (catch_syscall_completer): Make "text" and "word" parameters
9553 const.
9554 * cli/cli-cmds.c (show_user): Make "comname" local const.
9555 (valid_command_p): Make "command" parameter const.
9556 (alias_command): Make "alias_prefix" and "command_prefix" locals
9557 const.
9558 * cli/cli-decode.c (add_cmd): Make "name" parameter const.
9559 (add_alias_cmd): Make "name" and "oldname" parameters const.
9560 Adjust. No longer make copy of OLDNAME.
9561 (add_prefix_cmd, add_abbrev_prefix_cmd, add_set_or_show_cmd)
9562 (add_setshow_cmd_full, add_setshow_enum_cmd)
9563 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
9564 (add_setshow_filename_cmd, add_setshow_string_cmd)
9565 (add_setshow_string_noescape_cmd)
9566 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
9567 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
9568 (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd)
9569 (delete_cmd, add_info, add_info_alias, add_com, add_com_alias):
9570 Make "name" parameter const.
9571 (help_cmd): Rename "command" parameter to "arg". New const local
9572 "command".
9573 (find_cmd): Make "command" parameter const.
9574 (lookup_cmd_1): Make "text" parameter pointer to const. Adjust to
9575 deprecated_cmd_warning prototype change.
9576 (undef_cmd_error): Make "cmdtype" parameter const.
9577 (lookup_cmd): Make "line" parameter const.
9578 (deprecated_cmd_warning): Change type of "text" parameter to
9579 pointer to const char, from pointer to pointer to char. Adjust.
9580 (lookup_cmd_composition): Make "text" parameter const.
9581 (complete_on_cmdlist, complete_on_enum): Make "text" and "word"
9582 parameters const.
9583 * cli/cli-decode.h (struct cmd_list_element) <name>: Make field
9584 const.
9585 * cli/cli-script.c (validate_comname): Make "tem" local const.
9586 (define_command): New const local "tem_c". Use it in calls to
9587 lookup_cmd.
9588 (document_command): Make "tem" and "comfull" locals const.
9589 (show_user_1): Make "prefix" and "name" parameters const.
9590 * cli-script.h (show_user_1): Make "prefix" and "name" parameters
9591 const.
9592 * command.h (add_cmd, add_alias_cmd, add_prefix_cmd)
9593 (add_abbrev_prefix_cmd, completer_ftype, lookup_cmd, lookup_cmd_1)
9594 (deprecated_cmd_warning, lookup_cmd_composition, add_com)
9595 (add_com_alias, add_info, add_info_alias, complete_on_cmdlist)
9596 (complete_on_enum, add_setshow_enum_cmd)
9597 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
9598 (add_setshow_filename_cmd, add_setshow_string_cmd)
9599 (add_setshow_string_noescape_cmd)
9600 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
9601 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
9602 (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
9603 Change prototypes, constifying strings.
9604 * completer.c (noop_completer, filename_completer): Make "text"
9605 and "prefix" parameters const.
9606 (location_completer, expression_completer)
9607 (complete_line_internal): Make "text" and "prefix" parameters
9608 const and adjust.
9609 (command_completer, signal_completer): Make "text" and "prefix"
9610 parameters const.
9611 * completer.h (noop_completer, filename_completer)
9612 (expression_completer, location_completer, command_completer)
9613 (signal_completer): Change prototypes.
9614 * corefile.c (complete_set_gnutarget): Make "text" and "word"
9615 parameters const.
9616 * cp-abi.c (cp_abi_completer): Likewise.
9617 * expression.h (parse_expression_for_completion): Change
9618 prototype.
9619 * f-lang.c (f_make_symbol_completion_list): Make "text" and "word"
9620 parameters const.
9621 * infcmd.c (_initialize_infcmd): Make "cmd_name" local const.
9622 * infrun.c (handle_completer): Make "text" and "word" parameters
9623 const.
9624 * interps.c (interpreter_completer): Make "text" and "word"
9625 parameters const.
9626 * language.h (struct language_defn)
9627 <la_make_symbol_completion_list>: Make "text" and "word"
9628 parameters const.
9629 * parse.c (parse_exp_1): Move const hack to parse_exp_in_context.
9630 (parse_exp_in_context): Rename to ...
9631 (parse_exp_in_context_1): ... this.
9632 (parse_exp_in_context): Reimplement, with const hack from
9633 parse_exp_1.
9634 (parse_expression_for_completion): Make "string" parameter const.
9635 * printcmd.c (decode_format): Make "string_ptr" parameter pointer
9636 to pointer to const char. Adjust.
9637 (print_command_1): Make "exp" parameter const.
9638 (output_command): Rename to ...
9639 (output_command_const): ... this. Make "exp" parameter const.
9640 (output_command): Reimplement.
9641 (x_command): Adjust.
9642 (display_command): Rename "exp" parameter to "arg". New "exp"
9643 local, const version of "arg".
9644 * python/py-auto-load.c (gdbpy_initialize_auto_load): Make
9645 "cmd_name" local const.
9646 * python/py-cmd.c (cmdpy_destroyer): Cast const away in xfree
9647 call.
9648 (cmdpy_completer): Make "text" and "word" parameters const.
9649 (gdbpy_parse_command_name): Make "prefix_text2" local const.
9650 * python/py-param.c (add_setshow_generic): Make "tmp_name" local
9651 const.
9652 * remote.c (_initialize_remote): Make "cmd_name" local const.
9653 * symtab.c (language_search_unquoted_string): Make "text" and "p"
9654 parameters const. Adjust.
9655 (completion_list_add_fields): Make "sym_text", "text" and "word"
9656 parameters const.
9657 (struct add_name_data) <sym_text, text, word>: Make fields const.
9658 (default_make_symbol_completion_list_break_on): Make "text" and
9659 "word" parameters const. Adjust locals.
9660 (default_make_symbol_completion_list)
9661 (make_symbol_completion_list, make_symbol_completion_type)
9662 (make_symbol_completion_list_fn): Make "text" and "word"
9663 parameters const.
9664 (make_file_symbol_completion_list): Make "text", "word" and
9665 "srcfile" parameters const. Adjust locals.
9666 (add_filename_to_list): Make "text" and "word" parameters const.
9667 (struct add_partial_filename_data) <text, word>: Make fields
9668 const.
9669 (make_source_files_completion_list): Make "text" and "word"
9670 parameters const.
9671 * symtab.h (default_make_symbol_completion_list_break_on)
9672 (default_make_symbol_completion_list, make_symbol_completion_list)
9673 (make_symbol_completion_type enum type_code)
9674 (make_symbol_completion_list_fn make_file_symbol_completion_list)
9675 (make_source_files_completion_list): Change prototype.
9676 * top.c (execute_command): Adjust to pass pointer to pointer to
9677 const char to lookup_cmd, and to deprecated_cmd_warning prototype
9678 change.
9679 (set_verbose): Make "cmdname" local const.
9680 * tracepoint.c (decode_agent_options): Make "exp" parameter const,
9681 and adjust.
9682 (validate_actionline): Make "line" parameter a pointer to const
9683 char, and adjust.
9684 (encode_actions_1): Make "action_exp" local const, and adjust.
9685 (encode_actions): Adjust.
9686 (replace_comma): Delete.
9687 (trace_dump_actions): Make "action_exp" and "next_comma" locals
9688 const, and adjust. Don't frob the action string while splitting
9689 it at commas. Instead, make a copy of each split substring in
9690 turn.
9691 (trace_dump_command): Adjust to validate_actionline prototype
9692 change.
9693 * tracepoint.h (decode_agent_options, decode_agent_options)
9694 (encode_actions, validate_actionline): Change prototypes.
9695 * valprint.h (output_command): Delete declaration.
9696 (output_command_const): Declare.
9697 * value.c (function_destroyer): Cast const away in xfree call.
9698
9699 2013-03-13 Pedro Alves <palves@redhat.com>
9700
9701 * ada-lang.c (ada_decode_symbol): Cast away constness of GSYMBOL
9702 rather than casting 'const char * const *' to 'const char **'.
9703 * ada-lex.l (processInt): Make "trailer" local const. Remove
9704 'const char **' cast.
9705 * arm-linux-tdep.c (arm_stap_parse_special_token): Add 'char *'
9706 locals, and use those as strtol output pointer, instead than doing
9707 invalid casts to from 'const char **' to 'char **'.
9708 (_initialize_demangle): Remove cast.
9709 * i386-tdep.c (i386_stap_parse_special_token): : Add 'char *'
9710 locals, and use those as strtol output pointer, instead than doing
9711 invalid casts to from 'const char **' to 'char **'.
9712 * solib-dsbt.c (dsbt_get_initial_loadmaps): Remove 'gdb_byte**'
9713 casts.
9714 * stap-probe.c (stap_parse_register_operand)
9715 (stap_parse_single_operand): Likewise.
9716
9717 2013-03-13 Yao Qi <yao@codesourcery.com>
9718
9719 * tracepoint.c (tfile_get_trace_state_variable_value): Look for
9720 the last matched 'V' blcok in trace frame.
9721
9722 2013-03-12 Joel Brobecker <brobecker@adacore.com>
9723
9724 * NEWS: Create a new section for the next release branch.
9725 Rename the section of the current branch, now that it has
9726 been cut.
9727
9728 2013-03-12 Joel Brobecker <brobecker@adacore.com>
9729
9730 GDB 7.6 branch created (branch timestamp: 2013-03-12 22:15 UTC)
9731 * version.in: Bump version to 7.6.50.20130312-cvs.
9732
9733 2013-03-12 Keith Seitz <keiths@redhat.com>
9734
9735 * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.
9736 * mi/mi-interp.c (mi_interpreter_exec): Make "command" const.
9737 Remove temporary copy of input string.
9738 (mi_execute_command_wrapper): Make "cmd" const.
9739 * mi/mi-main.c (mi_execute_command): Make "string_ptr" const.
9740 * mi/mi-parse.c (mi_parse_argv): Make "args" const.
9741 Use const strings.
9742 (mi_parse): Make "cmd" const.
9743 Use const strings.
9744 * mi/mi-parse.h (mi_parse): Make "cmd" const.
9745
9746 2013-03-12 Keith Seitz <keiths@redhat.com>
9747
9748 * ada-lang.c (ada_read_renaming_var_value): Pass const
9749 pointer to expression string to parse_exp_1.
9750 (create_excep_cond_exprs): Likewise.
9751 * ax-gdb.c (agent_eval_command_one): Likewise.
9752 (maint_agent_printf_command): Likewise.
9753 Constify much of the string handling/parsing.
9754 * breakpoint.c (set_breakpoint_condition): Pass const
9755 pointer to expression string to parse_exp_1.
9756 (update_watchpoint): Likewise.
9757 (parse_cmd_to_aexpr): Constify string handling.
9758 Pass const pointer to parse_exp_1.
9759 (init_breakpoint_sal): Pass const pointer to parse_exp_1.
9760 (find_condition_and_thread): Likewise.
9761 Make TOK const.
9762 (watch_command_1): Make "arg" const.
9763 Constify string handling.
9764 Copy the expression string instead of changing the input
9765 string.
9766 (update_breakpoint_location): Pass const pointer to
9767 parse_exp_1.
9768 * eval.c (parse_and_eval_address): Make "exp" const.
9769 (parse_to_comma_and_eval): Make "expp" const.
9770 (parse_and_eval): Make "exp" const.
9771 * expression.h (parse_expression): Make argument const.
9772 (parse_exp_1): Make first argument const.
9773 * findcmd.c (parse_find_args): Treat "args" as const.
9774 * linespec.c (parse_linespec): Pass const pointer to
9775 linespec_expression_to_pc.
9776 (linespec_expression_to_pc): Make "exp_ptr" const.
9777 * parse.c (parse_exp_1): Make "stringptr" const.
9778 Make a copy of the expression to pass to parse_exp_in_context until
9779 this whole interface can be constified.
9780 (parse_expression): Make "string" const.
9781 * printcmd.c (ui_printf): Treat "arg" as const.
9782 Handle const strings.
9783 * tracepoint.c (validate_actionline): Pass const pointer to
9784 all calls to parse_exp_1.
9785 (encode_actions_1): Likewise.
9786 * value.h (parse_to_comma_and_eval): Make argument const.
9787 (parse_and_eval_address): Likewise.
9788 (parse_and_eval): Likewise.
9789 * varobj.c (varobj_create): Pass const pointer to parse_exp_1.
9790 (varobj_set_value): Likewise.
9791 * cli/cli-cmds.c (disassemble_command): Treat "arg" as const and
9792 constify string handling.
9793 Pass const pointers to parse_and_eval_address and
9794 parse_to_comman_and_eval.
9795 * cli/cli-utils.c (skip_to_space): Rename to ...
9796 (skip_to_space_const): ... this. Handle const strings.
9797 * cli/cli-utils.h (skip_to_space): Turn into macro which invokes
9798 skip_to_space_const.
9799 (skip_to_space_const): Declare.
9800 * common/format.c (parse_format_string): Make "arg" const.
9801 Handle const strings.
9802 * common/format.h (parse_format_string): Make "arg" const.
9803 * gdbserver/ax.c (ax_printf): Make "format" const.
9804 * python/python.c (gdbpy_parse_and_eval): Do not make a copy
9805 of the expression string.
9806
9807 2013-03-12 Hui Zhu <hui@codesourcery.com>
9808
9809 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Update error message.
9810
9811 2013-03-12 Yao Qi <yao@codesourcery.com>
9812 Hui Zhu <hui@codesourcery.com>
9813
9814 * dwarf2loc.c (access_memory): Change nbits to nbytes in gdb_assert.
9815 (dwarf2_compile_expr_to_ax): Call access_memory in DW_OP_deref and
9816 DW_OP_deref_size.
9817
9818 2013-03-12 Paul Hilfinger <hilfingr@adacore.com>
9819
9820 * ada-lex.l (rules): Only recognize 'thread' as a
9821 delimiter when followed by numerals, as for c-exp.y.
9822 Use new rewind_to_char function to rewind the input for
9823 expression-delimiting tokens.
9824 (rewind_to_char): New function.
9825
9826 2013-03-11 Pedro Alves <palves@redhat.com>
9827 Jan Kratochvil <jan.kratochvil@redhat.com>
9828
9829 * configure: Regenerate.
9830 * configure.ac (check dynamic export flag): Link python test with
9831 $PYTHON_LIBS.
9832
9833 2013-03-11 Doug Evans <dje@google.com>
9834 Keith Seitz <keiths@redhat.com>
9835
9836 * linespec.c (find_linespec_symbols): Call find_function_symbols
9837 first, and then call lookup_prefix_sym/find_method.
9838
9839 2013-03-11 Pedro Alves <palves@redhat.com>
9840
9841 * charset.c (convert_between_encodings): Don't cast between
9842 different pointer to pointer types. Instead, make the 'inp' local
9843 be of the type iconv expects.
9844 (wchar_iterate): Don't cast between different pointer to pointer
9845 types. Instead, use new pointer local of the type iconv expects.
9846 * target.c (target_read_stralloc, target_fileio_read_stralloc):
9847 Add new local of type char pointer, and use it to get a
9848 char/string view of the byte buffer, instead of casting between
9849 pointer to pointer types.
9850
9851 2013-03-11 Hafiz Abid Qadeer <abidh@codesourcery.com>
9852
9853 * remote.c (remote_set_trace_buffer_size): Move != operator
9854 to the start of next line to fix an ARI warning.
9855
9856 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9857
9858 * NEWS: Add record changes.
9859
9860 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9861
9862 * record-btrace.c (btrace_insn_history): Omit the pc prefix in
9863 the instruction history disassembly.
9864 * disasm.c (dump_insns): Omit the pc prefix, if requested.
9865 * disasm.h (DISASSEMBLY_OMIT_PC): New.
9866
9867 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9868
9869 * Makefile.in (SFILES): Add record-btrace.c
9870 (COMMON_OBS): Add record-btrace.o
9871 * record-btrace.c: New.
9872 * objfiles.c: Include btrace.h.
9873 (free_objfile): call btrace_free_objfile.
9874
9875 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9876
9877 * target.c (target_call_history, target_call_history_from,
9878 target_call_history_range): New.
9879 * target.h (target_ops) <to_call_history, to_call_history_from,
9880 to_call_history_range>: New fields.
9881 (target_call_history, target_call_history_from,
9882 target_call_history_range): New declaration.
9883 * record.c (get_call_history_modifiers, cmd_record_call_history,
9884 record_call_history_size): New.
9885 (_initialize_record): Add the "record function-call-history" command.
9886 Add "set/show record function-call-history-size" commands.
9887 * record.h (record_print_flag): New.
9888
9889 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9890
9891 * target.h (target_ops) <to_insn_history, to_insn_history_from,
9892 to_insn_history_range>: New fields.
9893 (target_insn_history): New.
9894 (target_insn_history_from): New.
9895 (target_insn_history_range): New.
9896 * target.c (target_insn_history): New.
9897 (target_insn_history_from): New.
9898 (target_insn_history_range): New.
9899 * record.c: Include cli/cli-utils.h, disasm.h, ctype.h.
9900 (record_insn_history_size): New.
9901 (get_insn_number): New.
9902 (get_context_size): New.
9903 (no_chunk): New.
9904 (get_insn_history_modifiers): New.
9905 (cmd_record_insn_history): New.
9906 (_initialize_record): Add "set/show record instruction-history-size"
9907 command. Add "record instruction-history" command.
9908
9909 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9910
9911 * record.h (record_disconnect): New.
9912 (record_detach): New.
9913 (record_mourn_inferior): New.
9914 (record_kill): New.
9915 * record-full.c (record_disconnect, record_detach,
9916 record_mourn_inferior, record_kill): Move to...
9917 * record.c: ...here.
9918 (DEBUG): New.
9919 (record_stop): New.
9920 (record_unpush): New.
9921 (cmd_record_stop): Call record_stop. Replace unpush_target
9922 call with record_unpush call.
9923 (record_disconnect, record_detach): Assert that the target
9924 is of record stratum. Call record_unpush, record_stop, and
9925 DEBUG.
9926 (record_mourn_inferior, record_kill): Assert that the target
9927 is of record stratum. Call record_unpush and DEBUG.
9928
9929 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9930
9931 * record-full.h, record-full.c (record_memory_query): Rename
9932 to ...
9933 (record_full_memory_query): ...this. Update all users.
9934 (record_arch_list_add_reg): Rename to ...
9935 (record_full_arch_list_add_reg): ...this. Update all users.
9936 (record_arch_list_add_mem): Rename to ...
9937 (record_full_arch_list_add_mem): ...this. Update all users.
9938 (record_arch_list_add_end): Rename to ...
9939 (record_full_arch_list_add_end): ...this. Update all users.
9940 (record_gdb_operation_disable_set): Rename to ...
9941 (record_full_gdb_operation_disable_set): ...this.
9942 Update all users.
9943
9944 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9945
9946 * record-full.c (DEFAULT_RECORD_INSN_MAX_NUM): Renamed to ...
9947 (DEFAULT_RECORD_FULL_INSN_MAX_NUM): ... this. Updated all users.
9948 (RECORD_IS_REPLAY): Renamed to ...
9949 (RECORD_FULL_IS_REPLAY): ... this. Updated all users.
9950 (RECORD_FILE_MAGIC): Renamed to ...
9951 (RECORD_FULL_FILE_MAGIC): ... this. Updated all users.
9952 (record_mem_entry): Renamed to ...
9953 (record_full_mem_entry): ... this. Updated all users.
9954 (record_reg_entry): Renamed to ...
9955 (record_full_reg_entry): ... this. Updated all users.
9956 (record_end_entry): Renamed to ...
9957 (record_full_end_entry): ... this. Updated all users.
9958 (record_type) <record_end, record_reg, record_mem>: Renamed
9959 to ...
9960 (record_full_type) <record_full_end, record_full_reg,
9961 record_full_mem>: ... this. Updated all users.
9962 (record_entry): Renamed to ...
9963 (record_full_entry): ... this. Updated all users.
9964 (record_core_buf_entry): Renamed to ...
9965 (record_full_core_buf_entry): ... this. Updated all users.
9966 (record_core_regbuf): Renamed to ...
9967 (record_full_core_regbuf): ... this. Updated all users.
9968 (record_core_start): Renamed to ...
9969 (record_full_core_start): ... this. Updated all users.
9970 (record_core_end): Renamed to ...
9971 (record_full_core_end): ... this. Updated all users.
9972 (record_core_buf_list): Renamed to ...
9973 (record_full_core_buf_list): ... this. Updated all users.
9974 (record_first): Renamed to ...
9975 (record_full_first): ... this. Updated all users.
9976 (record_list): Renamed to ...
9977 (record_full_list): ... this. Updated all users.
9978 (record_arch_list_head): Renamed to ...
9979 (record_full_arch_list_head): ... this. Updated all users.
9980 (record_arch_list_tail): Renamed to ...
9981 (record_full_arch_list_tail): ... this. Updated all users.
9982 (record_stop_at_limit): Renamed to ...
9983 (record_full_stop_at_limit): ... this. Updated all users.
9984 (record_insn_max_num): Renamed to ...
9985 (record_full_insn_max_num): ... this. Updated all users.
9986 (record_insn_num): Renamed to ...
9987 (record_full_insn_num): ... this. Updated all users.
9988 (record_insn_count): Renamed to ...
9989 (record_full_insn_count): ... this. Updated all users.
9990 (record_ops): Renamed to ...
9991 (record_full_ops): ... this. Updated all users.
9992 (record_core_ops): Renamed to ...
9993 (record_full_core_ops): ... this. Updated all users.
9994 (set_record_cmdlist): Renamed to ...
9995 (set_record_full_cmdlist): ... this. Updated all users.
9996 (show_record_cmdlist): Renamed to ...
9997 (show_record_full_cmdlist): ... this. Updated all users.
9998 (record_cmdlist): Renamed to ...
9999 (record_full_cmdlist): ... this. Updated all users.
10000 (record_beneath_to_resume_ops): Renamed to ...
10001 (record_full_beneath_to_resume_ops): ... this. Updated all users.
10002 (record_beneath_to_resume): Renamed to ...
10003 (record_full_beneath_to_resume): ... this. Updated all users.
10004 (record_beneath_to_wait_ops): Renamed to ...
10005 (record_full_beneath_to_wait_ops): ... this. Updated all users.
10006 (record_beneath_to_wait): Renamed to ...
10007 (record_full_beneath_to_wait): ... this. Updated all users.
10008 (record_beneath_to_store_registers_ops): Renamed to ...
10009 (record_full_beneath_to_store_registers_ops): ... this.
10010 Updated all users.
10011 (record_beneath_to_store_registers): Renamed to ...
10012 (record_full_beneath_to_store_registers): ... this.
10013 Updated all users.
10014 (record_beneath_to_xfer_partial_ops): Renamed to ...
10015 (record_full_beneath_to_xfer_partial_ops): ... this.
10016 Updated all users.
10017 (record_beneath_to_xfer_partial): Renamed to ...
10018 (record_full_beneath_to_xfer_partial): ... this.
10019 Updated all users.
10020 (record_beneath_to_insert_breakpoint): Renamed to ...
10021 (record_full_beneath_to_insert_breakpoint): ... this.
10022 Updated all users.
10023 (record_beneath_to_stopped_by_watchpoint): Renamed to ...
10024 (record_full_beneath_to_stopped_by_watchpoint): ... this.
10025 Updated all users.
10026 (record_beneath_to_stopped_data_address): Renamed to ...
10027 (record_full_beneath_to_stopped_data_address): ... this.
10028 Updated all users.
10029 (record_beneath_to_async): Renamed to ...
10030 (record_full_beneath_to_async): ... this. Updated all users.
10031 (record_goto_insn): Renamed to ...
10032 (record_full_goto_insn): ... this. Updated all users.
10033 (record_save): Renamed to ...
10034 (record_full_save): ... this. Updated all users.
10035 (record_reg_alloc): Renamed to ...
10036 (record_full_reg_alloc): ... this. Updated all users.
10037 (record_reg_release): Renamed to ...
10038 (record_full_reg_release): ... this. Updated all users.
10039 (record_mem_alloc): Renamed to ...
10040 (record_full_mem_alloc): ... this. Updated all users.
10041 (record_mem_release): Renamed to ...
10042 (record_full_mem_release): ... this. Updated all users.
10043 (record_end_alloc): Renamed to ...
10044 (record_full_end_alloc): ... this. Updated all users.
10045 (record_end_release): Renamed to ...
10046 (record_full_end_release): ... this. Updated all users.
10047 (record_entry_release): Renamed to ...
10048 (record_full_entry_release): ... this. Updated all users.
10049 (record_list_release): Renamed to ...
10050 (record_full_list_release): ... this. Updated all users.
10051 (record_list_release_following): Renamed to ...
10052 (record_full_list_release_following): ... this.
10053 Updated all users.
10054 (record_list_release_first): Renamed to ...
10055 (record_full_list_release_first): ... this. Updated all users.
10056 (record_arch_list_add): Renamed to ...
10057 (record_full_arch_list_add): ... this. Updated all users.
10058 (record_get_loc): Renamed to ...
10059 (record_full_get_loc): ... this. Updated all users.
10060 (record_check_insn_num): Renamed to ...
10061 (record_full_check_insn_num): ... this. Updated all users.
10062 (record_arch_list_cleanups): Renamed to ...
10063 (record_full_arch_list_cleanups): ... this. Updated all users.
10064 (record_message): Renamed to ...
10065 (record_full_message): ... this. Updated all users.
10066 (record_message_wrapper): Renamed to ...
10067 (record_full_message_wrapper): ... this. Updated all users.
10068 (record_message_wrapper_safe): Renamed to ...
10069 (record_full_message_wrapper_safe): ... this. Updated all users.
10070 (record_gdb_operation_disable): Renamed to ...
10071 (record_full_gdb_operation_disable): ... this. Updated all users.
10072 (record_hw_watchpoint): Renamed to ...
10073 (record_full_hw_watchpoint): ... this. Updated all users.
10074 (record_exec_insn): Renamed to ...
10075 (record_full_exec_insn): ... this. Updated all users.
10076 (record_restore): Renamed to ...
10077 (record_full_restore): ... this. Updated all users.
10078 (record_async_inferior_event_token): Renamed to ...
10079 (record_full_async_inferior_event_token): ... this.
10080 Updated all users.
10081 (record_async_inferior_event_handler): Renamed to ...
10082 (record_full_async_inferior_event_handler): ... this.
10083 Updated all users.
10084 (record_core_open_1): Renamed to ...
10085 (record_full_core_open_1): ... this. Updated all users.
10086 (record_open_1): Renamed to ...
10087 (record_full_open_1): ... this. Updated all users.
10088 (record_open): Renamed to ...
10089 (record_full_open): ... this. Updated all users.
10090 (record_close): Renamed to ...
10091 (record_full_close): ... this. Updated all users.
10092 (record_resume_step): Renamed to ...
10093 (record_full_resume_step): ... this. Updated all users.
10094 (record_resumed): Renamed to ...
10095 (record_full_resumed): ... this. Updated all users.
10096 (record_execution_dir): Renamed to ...
10097 (record_full_execution_dir): ... this. Updated all users.
10098 (record_resume): Renamed to ...
10099 (record_full_resume): ... this. Updated all users.
10100 (record_get_sig): Renamed to ...
10101 (record_full_get_sig): ... this. Updated all users.
10102 (record_sig_handler): Renamed to ...
10103 (record_full_sig_handler): ... this. Updated all users.
10104 (record_wait_cleanups): Renamed to ...
10105 (record_full_wait_cleanups): ... this. Updated all users.
10106 (record_wait_1): Renamed to ...
10107 (record_full_wait_1): ... this. Updated all users.
10108 (record_wait): Renamed to ...
10109 (record_full_wait): ... this. Updated all users.
10110 (record_stopped_by_watchpoint): Renamed to ...
10111 (record_full_stopped_by_watchpoint): ... this. Updated all users.
10112 (record_disconnect): Renamed to ...
10113 (record_full_disconnect): ... this. Updated all users.
10114 (record_detach): Renamed to ...
10115 (record_full_detach): ... this. Updated all users.
10116 (record_mourn_inferior): Renamed to ...
10117 (record_full_mourn_inferior): ... this. Updated all users.
10118 (record_kill): Renamed to ...
10119 (record_full_kill): ... this. Updated all users.
10120 (record_stopped_data_address): Renamed to ...
10121 (record_full_stopped_data_address): ... this. Updated all users.
10122 (record_registers_change): Renamed to ...
10123 (record_full_registers_change): ... this. Updated all users.
10124 (record_store_registers): Renamed to ...
10125 (record_full_store_registers): ... this. Updated all users.
10126 (record_xfer_partial): Renamed to ...
10127 (record_full_xfer_partial): ... this. Updated all users.
10128 (record_breakpoint): Renamed to ...
10129 (record_full_breakpoint): ... this. Updated all users.
10130 (record_breakpoint_p): Renamed to ...
10131 (record_full_breakpoint_p): ... this. Updated all users.
10132 (record_breakpoints): Renamed to ...
10133 (record_full_breakpoints): ... this. Updated all users.
10134 (record_sync_record_breakpoints): Renamed to ...
10135 (record_full_sync_record_breakpoints): ... this.
10136 Updated all users.
10137 (record_init_record_breakpoints): Renamed to ...
10138 (record_full_init_record_breakpoints): ... this.
10139 Updated all users.
10140 (record_insert_breakpoint): Renamed to ...
10141 (record_full_insert_breakpoint): ... this. Updated all users.
10142 (record_remove_breakpoint): Renamed to ...
10143 (record_full_remove_breakpoint): ... this. Updated all users.
10144 (record_can_execute_reverse): Renamed to ...
10145 (record_full_can_execute_reverse): ... this. Updated all users.
10146 (record_get_bookmark): Renamed to ...
10147 (record_full_get_bookmark): ... this. Updated all users.
10148 (record_goto_bookmark): Renamed to ...
10149 (record_full_goto_bookmark): ... this. Updated all users.
10150 (record_async): Renamed to ...
10151 (record_full_async): ... this. Updated all users.
10152 (record_can_async_p): Renamed to ...
10153 (record_full_can_async_p): ... this. Updated all users.
10154 (record_is_async_p): Renamed to ...
10155 (record_full_is_async_p): ... this. Updated all users.
10156 (record_execution_direction): Renamed to ...
10157 (record_full_execution_direction): ... this. Updated all users.
10158 (record_info): Renamed to ...
10159 (record_full_info): ... this. Updated all users.
10160 (record_delete): Renamed to ...
10161 (record_full_delete): ... this. Updated all users.
10162 (record_is_replaying): Renamed to ...
10163 (record_full_is_replaying): ... this. Updated all users.
10164 (record_goto_entry): Renamed to ...
10165 (record_full_goto_entry): ... this. Updated all users.
10166 (record_goto_begin): Renamed to ...
10167 (record_full_goto_begin): ... this. Updated all users.
10168 (record_goto_end): Renamed to ...
10169 (record_full_goto_end): ... this. Updated all users.
10170 (record_goto): Renamed to ...
10171 (record_full_goto): ... this. Updated all users.
10172 (init_record_ops): Renamed to ...
10173 (init_record_full_ops): ... this. Updated all users.
10174 (record_core_resume): Renamed to ...
10175 (record_full_core_resume): ... this. Updated all users.
10176 (record_core_kill): Renamed to ...
10177 (record_full_core_kill): ... this. Updated all users.
10178 (record_core_fetch_registers): Renamed to ...
10179 (record_full_core_fetch_registers): ... this. Updated all users.
10180 (record_core_prepare_to_store): Renamed to ...
10181 (record_full_core_prepare_to_store): ... this. Updated all users.
10182 (record_core_store_registers): Renamed to ...
10183 (record_full_core_store_registers): ... this. Updated all users.
10184 (record_core_xfer_partial): Renamed to ...
10185 (record_full_core_xfer_partial): ... this. Updated all users.
10186 (record_core_insert_breakpoint): Renamed to ...
10187 (record_full_core_insert_breakpoint): ... this. Updated all users.
10188 (record_core_remove_breakpoint): Renamed to ...
10189 (record_full_core_remove_breakpoint): ... this. Updated all users.
10190 (record_core_has_execution): Renamed to ...
10191 (record_full_core_has_execution): ... this. Updated all users.
10192 (init_record_core_ops): Renamed to ...
10193 (init_record_full_core_ops): ... this. Updated all users.
10194 (cmd_record_restore): Renamed to ...
10195 (cmd_record_full_restore): ... this. Updated all users.
10196 (record_save_cleanups): Renamed to ...
10197 (record_full_save_cleanups): ... this. Updated all users.
10198 (cmd_record_start): Renamed to ...
10199 (cmd_record_full_start): ... this. Updated all users.
10200 (set_record_insn_max_num): Renamed to ...
10201 (set_record_full_insn_max_num): ... this. Updated all users.
10202 (set_record_command): Renamed to ...
10203 (set_record_full_command): ... this. Updated all users.
10204 (show_record_command): Renamed to ...
10205 (show_record_full_command): ... this. Updated all users.
10206 (_initialize_record): Renamed to ...
10207 (_initialize_record_full): ... this. Updated all users.
10208
10209 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10210
10211 * record.h: Split into this and ...
10212 * record-full.h: ... this.
10213 * record.c: Split into this and ...
10214 * record-full.c: ... this.
10215 * target.h (target_ops): Add new fields to_info_record,
10216 to_save_record, to_delete_record, to_record_is_replaying,
10217 to_goto_record_begin, to_goto_record_end, to_goto_record.
10218 (target_info_record): New.
10219 (target_save_record): New.
10220 (target_supports_delete_record): New.
10221 (target_delete_record): New.
10222 (target_record_is_replaying): New.
10223 (target_goto_record_begin): New.
10224 (target_goto_record_end): New.
10225 (target_goto_record): New.
10226 * target.c (target_info_record): New.
10227 (target_save_record): New.
10228 (target_supports_delete_record): New.
10229 (target_delete_record): New.
10230 (target_record_is_replaying): New.
10231 (target_goto_record_begin): New.
10232 (target_goto_record_end): New.
10233 (target_goto_record): New.
10234 * record.h: Declare struct cmd_list_element.
10235 (record_cmdlist): New declaration.
10236 (set_record_cmdlist): New declaration.
10237 (show_record_cmdlist): New declaration.
10238 (info_record_cmdlist): New declaration.
10239 (cmd_record_goto): New declaration.
10240 * record.c: Remove unnecessary includes.
10241 Include inferior.h.
10242 (cmd_record_goto): Remove declaration.
10243 (record_cmdlist): Now extern. Initialize.
10244 (set_record_cmdlist): Now extern. Initialize.
10245 (show_record_cmdlist): Now extern. Initialize.
10246 (info_record_cmdlist): Now extern. Initialize.
10247 (find_record_target): New.
10248 (require_record_target): New.
10249 (cmd_record_start): Update.
10250 (cmd_record_delete): Remove target-specific code.
10251 Call target_delete_record.
10252 (cmd_record_stop): Unpush any record target.
10253 (set_record_insn_max_num): Move to record-full.c
10254 (set_record_command): Add comment.
10255 (show_record_command): Add comment.
10256 (info_record_command): Update comment.
10257 Remove target-specific code.
10258 Call the record target's to_info_record.
10259 (cmd_record_start): New.
10260 (cmd_record_goto): Now extern.
10261 Remove target-specific code.
10262 Call target_goto_begin, target_goto_end, or target_goto.
10263 (_initialize_record): Move record target ops initialization to
10264 record-full.c.
10265 Change "record" command help text.
10266 Move "record restore", "record set", and "record show" commands to
10267 record-full.c.
10268 * Makefile.in (SFILES): Add record-full.c.
10269 (HFILES_NO_SRCDIR): Add record-full.h.
10270 (COMMON_OBS): Add record-full.o.
10271 * amd64-linux-tdep.c: Include record-full.h instead of record.h.
10272 * arm-tdep.c: Include record-full.h.
10273 * i386-linux-tdep.c: Include record-full.h instead of record.h.
10274 * i386-tdep.c: Include record-full.h.
10275 * infrun.c: Include record-full.h.
10276 * linux-record.c: Include record-full.h.
10277 * moxie-tdep.c: Include record-full.h.
10278 * record-full.c: Include record-full.h.
10279 Change module comment.
10280 (set_record_full_cmdlist): New.
10281 (show_record_full_cmdlist): New.
10282 (record_full_cmdlist): New.
10283 (record_goto_insn): New declaration.
10284 (record_save): New declaration.
10285 (record_check_insn_num): Change query string.
10286 (record_info): New.
10287 (record_delete): New.
10288 (record_is_replaying): New.
10289 (record_goto_entry): New.
10290 (record_goto_begin): New.
10291 (record_goto_end): New.
10292 (record_goto): New.
10293 (init_record_ops): Update.
10294 (init_record_core_ops): Update.
10295 (cmd_record_save): Rename to record_save. Remove target and arg checks.
10296 (cmd_record_start): New.
10297 (set_record_insn_max_num): Moved from record.c
10298 (set_record_full_command): New.
10299 (show_record_full_command): New.
10300 (_initialize_record_full): New.
10301
10302 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10303
10304 * target.h (add_deprecated_target_alias): New.
10305 * target.c (add_deprecated_target_alias): New.
10306
10307 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10308
10309 * common/linux-btrace.c: Include sys/ptrace, sys/types, sys/wait.h,
10310 and signal.h.
10311 (linux_supports_btrace): Add kernel and
10312 cpuid check.
10313 (kernel_supports_btrace): New function.
10314 (cpu_supports_btrace): New function.
10315 (intel_supports_btrace): New function.
10316
10317 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10318
10319 * target.h (enum target_object): Add TARGET_OBJECT_BTRACE.
10320 * remote.c: Include btrace.h.
10321 (struct btrace_target_info): New struct.
10322 (remote_supports_btrace): New function.
10323 (send_Qbtrace): New function.
10324 (remote_enable_btrace): New function.
10325 (remote_disable_btrace): New function.
10326 (remote_teardown_btrace): New function.
10327 (remote_read_btrace): New function.
10328 (init_remote_ops): Add btrace ops.
10329 (enum <unnamed>): Add btrace packets.
10330 (struct protocol_feature remote_protocol_features[]): Add btrace packets.
10331 (_initialize_remote): Add packet configuration for branch tracing.
10332
10333 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10334
10335 * features/btrace.dtd: New file.
10336 * Makefile.in (XMLFILES): Add btrace.dtd.
10337 * btrace.h (parse_xml_btrace): New declaration.
10338 * btrace.c: Include xml-support.h.
10339 (parse_xml_btrace): New function.
10340 (parse_xml_btrace_block): New function.
10341 (block_attributes): New struct.
10342 (btrace_attributes): New struct.
10343 (btrace_children): New struct.
10344 (btrace_elements): New struct.
10345
10346 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10347
10348 * amd64-linux-nat.c: Include btrace.h and linux-btrace.h.
10349 (amd64_linux_enable_btrace): New.
10350 (amd64_linux_disable_btrace): New.
10351 (amd64_linux_teardown_btrace): New.
10352 (_initialize_amd64_linux_nat): Initialize btrace ops.
10353 * i386-linux.nat.c: Include btrace.h and linux-btrace.h.
10354 (i386_linux_enable_btrace): New.
10355 (i386_linux_disable_btrace): New.
10356 (i386_linux_teardown_btrace): New.
10357 (_initialize_i386_linux_nat): Initialize btrace ops.
10358 * config/i386/linux.mh: Add linux-btrace.o.
10359 * config/i386/linux64.mh: Add linux-btrace.o.
10360
10361 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10362
10363 * common/linux_btrace.h: New file.
10364 * common/linux_btrace.c: New file.
10365 * Makefile.in (SFILES): Add btrace.c.
10366 (HFILES_NO_SRCDIR): Add common/linux-btrace.h.
10367 (COMMON_OBS): Add btrace.o.
10368 (linux-btrace.o): New rule.
10369
10370 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
10371
10372 * target.h: Include btrace.h.
10373 (struct target_ops) <to_supports_btrace, to_enable_btrace,
10374 to_disable_btrace, to_teardown_btrace, to_read_btrace>: New.
10375 * target.c (target_supports_btrace): New function.
10376 (target_enable_btrace): New function.
10377 (target_disable_btrace): New function.
10378 (target_teardown_btrace): New function.
10379 (target_read_btrace): New function.
10380 * btrace.h: New file.
10381 * btrace.c: New file.
10382 * Makefile.in: Add btrace.c.
10383 * gdbthread.h: Include btrace.h.
10384 (struct thread_info): Add btrace field.
10385 * thread.c: Include btrace.h.
10386 (clear_thread_inferior_resources): Call target_teardown_btrace.
10387 * common/btrace-common.h: New file.
10388
10389 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10390
10391 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Call also kill
10392 for CHILD, ignore PTRACE_KILL errors, move the inner block variable
10393 kill_status to outer block.
10394
10395 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10396
10397 Fix entry-values if the callee called a noreturn function.
10398 * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Use
10399 get_frame_address_in_block. Add new comment.
10400
10401 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10402
10403 Fix entry-values in C++ across CUs.
10404 * dwarf2loc.c (call_site_to_target_addr) <FIELD_LOC_KIND_PHYSNAME>: Use
10405 lookup_minimal_symbol. Add a comment.
10406 * dwarf2read.c
10407 (read_call_site_scope) <is_ref_attr> <die_is_declaration>: Prefer
10408 DW_AT_linkage_name.
10409
10410 2013-03-08 Yao Qi <yao@codesourcery.com>
10411
10412 * tracepoint.c (_initialize_tracepoint): Indent the code.
10413
10414 2013-03-08 Pedro Alves <palves@redhat.com>
10415
10416 * findcmd.c (put_bits): Change type of parameter to 'gdb_byte *'.
10417 (parse_find_args, find_command): Change type of pattern buffer
10418 locals to 'gdb_byte *'.
10419
10420 2013-03-08 Stan Shebs <stan@codesourcery.com>
10421 Hafiz Abid Qadeer <abidh@codesourcery.com>
10422
10423 * NEWS: Mention set and show trace-buffer-size commands.
10424 Mention new packet.
10425 * target.h (struct target_ops): New method
10426 to_set_trace_buffer_size.
10427 (target_set_trace_buffer_size): New macro.
10428 * target.c (update_current_target): Set up new method.
10429 * tracepoint.c (trace_buffer_size): New global.
10430 (start_tracing): Send it to the target.
10431 (set_trace_buffer_size): New function.
10432 (_initialize_tracepoint): Add new setshow for trace-buffer-size.
10433 * remote.c (remote_set_trace_buffer_size): New function.
10434 (_initialize_remote): Use it.
10435 (QTBuffer:size) New remote command.
10436 (PACKET_QTBuffer_size): New enum.
10437 (remote_protocol_features): Add an entry for
10438 PACKET_QTBuffer_size.
10439
10440 2013-03-08 Tom Tromey <tromey@redhat.com>
10441
10442 * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
10443 variable.
10444
10445 2013-03-07 Pedro Alves <palves@redhat.com>
10446
10447 * target.c (target_read_stralloc, target_fileio_read_alloc):
10448 *Cast pointer to 'gdb_byte *' in target call.
10449
10450 2013-03-07 Pedro Alves <palves@redhat.com>
10451
10452 * corefile.c (read_memory_string): Cast pointer to gdb_byte* in
10453 call.
10454
10455 2013-03-07 Keith Seitz <keiths@redhat.com>
10456
10457 * breakpoint.c (catch_syscall_split_args): Use skip_spaces.
10458 (trace_pass_command): Likewise.
10459 * cli/cli-cmds.c: Include cli/cli-utils.h.
10460 (source_command): Use skip-spaces.
10461 (disassemble_command): Likewise.
10462 * findcmd.c: Include cli/cli-utils.h.
10463 (parse_find_args): Use skip_spaces.
10464 * go32-nat.c: Include cli/cli-utils.h.
10465 (go32_sldt): Use skip_spaces.
10466 (go32_sgdt): Likewise.
10467 (go32_sidt): Likewise.
10468 (go32_pde): Likewise.
10469 (go32_pte): Likewise.
10470 (go32_pte_for_address): Likewise.
10471 * infcmd.c: Include cli/cli-utils.h.
10472 (registers_info): Use skip_spaces.
10473 * linux-tdep.c (read_mapping): Use skip_spaces_const.
10474 (linux_info_proc): Likewise.
10475 * linux-thread-db.c: Include cli/cli-utils.h.
10476 (info_auto_load_libthread_db): Use skip_spaces_const.
10477 * m32r-rom.c: Include cli/cli-utils.h.
10478 (m32r_upload_command): Use skip_spaces.
10479 * maint.c: Include cli/cli-utils.h.
10480 (maintenance_translate_address): Use skip_spaces.
10481 * mi/mi-parse.c: Include cli/cli-utils.h.
10482 (mi_parse_argv): Use skip_spaces.
10483 (mi_parse): Likewise.
10484 * minsyms.c: Include cli/cli-utils.h.
10485 (msymbol_hash_iw): Use skip_spaces_const.
10486 * objc-lang.c: Include cli/cli-utils.h.
10487 (parse_selector): Use skip_spaces.
10488 (parse_method): Likewise.
10489 * python/python.c: Include cli/cli-utils.h.
10490 (python_interactive_command)[HAVE_PYTHON]: Use skip_spaces.
10491 (python_command)[HAVE_PYTHON]: Likewise.
10492 (python_interactive_command)[!HAVE_PYTHON]: Likewise.
10493 * remote-m32r-sdi.c: Include cli/cli-utils.h.
10494 (m32r_load): Use skip_spaces.
10495 * serial.c: Include cli/cli-utils.h.
10496 (serial_open): Use skip_spaces_const.
10497 * stack.c: Include cli/cli-utils.h.
10498 (parse_frame_specification_1): Use skip_spaces_const.
10499 * symfile.c: Include cli/cli-utils.h.
10500 (set_ext_lang_command): Use skip_spaces.
10501 * symtab.c: Include cli/cli-utils.h.
10502 (rbreak_command): Use skip_spaces.
10503 * thread.c (thread_name_command): Use skip_spaces.
10504 * tracepoint.c (validate_actionline): Use skip_spaces.
10505 (encode_actions_1): Likewise.
10506 (trace_find_range_command): Likewise.
10507 (trace_find_outside_command): Likewise.
10508 (trace_dump_actions): Likewise.
10509
10510 2013-03-07 Pedro Alves <palves@redhat.com>
10511
10512 * c-lang.c (parse_one_string): Cast argument to gdb_byte *.
10513 * expprint.c (print_subexp_standard): Likewise.
10514 * utils.c (host_char_to_target): Likewise.
10515 * valprint.c (generic_emit_char, generic_printstr): Likewise.
10516 * varobj.c (value_get_print_value): Change type of local to char*.
10517 Cast it gdb_byte * in call to language printer.
10518
10519 2013-03-07 Pedro Alves <palves@redhat.com>
10520
10521 * charset.c (struct wchar_iterator) <input>: Change type to 'const
10522 gdb_byte *'.
10523 (make_wchar_iterator): Remove cast to char*.
10524 (wchar_iterate): Change type of local.
10525
10526 2013-03-07 Pedro Alves <palves@redhat.com>
10527
10528 * regcache.c (regcache_xmalloc_1): Call XCALLOC with signed char
10529 for 'regcache->register_status'.
10530
10531 2013-03-07 Pedro Alves <palves@redhat.com>
10532
10533 * breakpoint.c (breakpoint_xfer_memory): Change type of local to
10534 int.
10535
10536 2013-03-07 Pedro Alves <palves@redhat.com>
10537
10538 * stap-probe.c (handle_stap_probe): Add cast to char*.
10539
10540 2013-03-07 Pedro Alves <palves@redhat.com>
10541
10542 * linux-record.c (record_linux_system_call) <gdb_sys_msgrcv,
10543 RECORD_MSGRCV>: Pass a signed variable to
10544 regcache_raw_read_signed, instead of an unsigned one.
10545
10546 2013-03-07 Pedro Alves <palves@redhat.com>
10547
10548 * remote-notif.c (notif_debug): Change type to int.
10549 * remote-notif.h (notif_debug): Likewise.
10550
10551 2013-03-07 Pedro Alves <palves@redhat.com>
10552
10553 * ser-tcp.c (tcp_retry_limit): Change type to unsigned int.
10554
10555 2013-03-07 Pedro Alves <palves@redhat.com>
10556
10557 * remote.c (hex2bin, bin2hex): Move extern declarations to ...
10558 * remote.h (hex2bin, bin2hex): ... here.
10559 * tracepoint.c (hex2bin, bin2hex): Remove extern declarations.
10560
10561 2013-03-07 Eli Zaretskii <eliz@gnu.org>
10562
10563 * utils.c (initialize_utils): Improve doc strings of "set/show
10564 width", "set/show height", and "set/show pagination".
10565
10566 2013-03-06 Keith Seitz <keiths@redhat.com>
10567
10568 * ax-gdb.c (gen_printf): Make FORMAT const.
10569 * ax-gdb.h (gen_printf): Likewise.
10570 * ax-general.c (ax_string): Make STR const.
10571 * ax.h (ax_string): Likewise.
10572
10573 2013-03-06 Doug Evans <dje@google.com>
10574
10575 * elfread.c (elf_symfile_read): Move debugging printf to more
10576 logical location.
10577
10578 2013-03-06 Pedro Alves <palves@redhat.com>
10579
10580 * python/py-utils.c (target_string_to_unicode): Delete function.
10581 * python/python-internal.h (target_string_to_unicode): Delete
10582 declaration.
10583
10584 2013-03-06 Pierre Muller <muller@sourceware.org>
10585
10586 * linespec.c (get_current_search_block): ARI fix, use (void)
10587 for empty parameter list.
10588
10589 2013-03-05 Doug Evans <dje@google.com>
10590
10591 * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents
10592 of old ada_lookup_symbol_list. In !full_search case, don't
10593 search superblocks.
10594 (ada_lookup_symbol_list): Delete arg full_search, all callers
10595 updated. Call ada_lookup_symbol_list_worker.
10596 (ada_iterate_over_symbols): Call ada_lookup_symbol_list_worker.
10597 * ada-lang.h (ada_lookup_symbol_list): Update.
10598 * language.h (language_defn): Update comment for
10599 la_iterate_over_symbols.
10600 * linespec.c (iterate_over_file_blocks): New function.
10601 (iterate_over_all_matching_symtabs): Call it.
10602 (lookup_prefix_sym): Ditto.
10603 (get_current_search_block): New function.
10604 (get_search_block): Delete.
10605 (find_label_symbols): Call get_current_search_block.
10606 (add_matching_symbols_to_info): Call iterate_over_file_blocks.
10607 * symtab.c (iterate_over_symbols): Don't search superblocks.
10608
10609 2013-03-05 Yao Qi <yao@codesourcery.com>
10610
10611 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): Change
10612 parameter VAR's type from "unsigned int" to "int".
10613 * command.h (var_zuinteger_unlimited): Update its comments.
10614 (add_setshow_zuinteger_unlimited_cmd): Update the declaration.
10615
10616 2013-03-05 Corinna Vinschen <vinschen@redhat.de>
10617
10618 * NEWS: Mention new target x86_64-*-cygwin*.
10619
10620 2013-03-05 Corinna Vinschen <vinschen@redhat.de>
10621
10622 * configure.host: Add x86_64-*-cygwin* as host.
10623 * configure.tgt: Add x86_64-*-cygwin* as target.
10624 * config/i386/cygwin64.mh: New file.
10625
10626 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10627
10628 * linespec.c (decode_line_2): Fix duplicate request off by two message.
10629
10630 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10631
10632 * linespec.c (struct linespec_canonical_name): New.
10633 (struct linespec_state): Change canonical_names type to it.
10634 (add_sal_to_sals): Change variable canonical_name to canonical. Change
10635 xrealloc element size. Initialize the different CANONICAL fields.
10636 (canonical_to_fullform): New.
10637 (filter_results): Use it. Add variables canonical, fullform and
10638 cleanup.
10639 (struct decode_line_2_item, decode_line_2_compare_items): New.
10640 (decode_line_2): Remove variables iter and item_names, add variables
10641 items and items_count. Modify the code for these new variables.
10642
10643 2013-03-04 Corinna Vinschen <vinschen@redhat.com>
10644
10645 * coff-pe-read.c (read_pe_exported_syms): Don't return without
10646 calling do_cleanup.
10647
10648 2013-03-04 Luis Machado <lgustavo@codesourcery.com>
10649
10650 * tracepoint.c (build_traceframe_info): Add code for byte order.
10651
10652 2013-03-02 Kevin Buettner <kevinb@redhat.com>
10653
10654 * v850-tdep.c: (v850e2_register_name): Revise system register
10655 names to match current V850E2M architecture specifications.
10656 Update register number enum comments too.
10657
10658 2013-03-01 Jiong Wang <jiwang@tilera.com>
10659 Pedro Alves <palves@redhat.com>
10660
10661 * tilegx-tdep.c (tilegx_analyze_prologue): Limit bundle reading
10662 to END_ADDR.
10663 (tilegx_skip_prologue): Limit prologue analysis to section end.
10664
10665 2013-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10666
10667 * dwarf2loc.c (call_site_find_chain_1): New variable save_callee_pc,
10668 use it.
10669
10670 2013-03-01 Pedro Alves <palves@redhat.com>
10671
10672 Use gdb_byte for bytes from the program being debugged.
10673
10674 * arm-tdep.c (arm_store_return_value, arm_get_longjmp_target):
10675 Change type of local 'buf' to gdb_byte.
10676 * avr-tdep.c (avr_frame_prev_register, avr_push_dummy_call): Likewise.
10677 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
10678 * cris-tdep.c (cris_sigcontext_addr)
10679 (cris_sigtramp_frame_unwind_cache): Likewise.
10680 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp)
10681 (frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
10682 Likewise.
10683 * frv-tdep.c (frv_pseudo_register_write, frv_analyze_prologue): Likewise.
10684 * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer)
10685 (hppa32_hpux_search_dummy_call_sequence)
10686 (hppa_hpux_supply_save_state): Likewise.
10687 * hppa-linux-tdep.c (insns_match_pattern)
10688 (hppa_linux_find_global_pointer): Likewise.
10689 * hppa-tdep.c (hppa_in_function_epilogue_p)
10690 (skip_prologue_hard_way, hppa_frame_cache): Likewise.
10691 * i386-nto-tdep.c (i386nto_sigcontext_addr): Likewise.
10692 * i386fbsd-tdep.c (i386fbsd_supply_uthread)
10693 (i386fbsd_collect_uthread): Likewise.
10694 * ia64-hpux-tdep.c (ia64_hpux_push_dummy_code): Likewise.
10695 * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Likewise.
10696 * ia64-tdep.c (examine_prologue, ia64_frame_cache)
10697 (ia64_frame_prev_register, ia64_sigtramp_frame_cache)
10698 (ia64_sigtramp_frame_prev_register, ia64_access_reg)
10699 (ia64_access_rse_reg, ia64_libunwind_frame_this_id)
10700 (ia64_libunwind_frame_prev_register)
10701 (ia64_libunwind_sigtramp_frame_this_id)
10702 (ia64_find_global_pointer_from_dynamic_section)
10703 (find_extant_func_descr, find_func_descr, ia64_dummy_id)
10704 (ia64_unwind_pc): Likewise.
10705 * iq2000-tdep.c (iq2000_store_return_value): Likewise.
10706 * m68hc11-tdep.c (m68hc11_push_dummy_call)
10707 (m68hc11_extract_return_value): Likewise.
10708 * m68klinux-nat.c (fetch_register, store_register): Likewise.
10709 * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_cr32_write)
10710 (mep_get_insn, mep_push_dummy_call): Likewise.
10711 * mips-linux-tdep.c (mips_linux_get_longjmp_target)
10712 (mips_linux_in_dynsym_stub): Likewise.
10713 * mn10300-tdep.c (mep_pseudo_cr32_write): Likewise.
10714 * ppc-linux-nat.c (fetch_register, store_register): Likewise.
10715 * regcache.c (dump_endian_bytes): Change type of parameter 'buf'
10716 to gdb_byte.
10717 * remote-mips.c (mips_set_register): Likewise.
10718 * remote-sim.c (gdbsim_fetch_register): Likewise.
10719 * score-tdep.c (score7_fetch_inst): Change type of parameter
10720 'memblock' and local 'buf' to gdb_byte.
10721 (score7_malloc_and_get_memblock): Change return type to gdb_byte.
10722 Change type of local 'buf' to gdb_byte. Adjust.
10723 (score7_adjust_memblock_ptr): Change type of parameter 'memblock'
10724 to gdb_byte**.
10725 (score7_analyze_prologue): Change type of 'memblock' and
10726 'memblock_ptr' locals to gdb_byte*.
10727 * sh64-tdep.c (sh64_extract_return_value)
10728 (sh64_store_return_value): Change type of local 'buf' to gdb_byte.
10729 * solib-darwin.c (darwin_current_sos, darwin_read_exec_load_addr):
10730 * solib-pa64.c (pa64_solib_create_inferior_hook)
10731 (pa64_open_symbol_file_object): Remove local 'buf'.
10732 * solib-som.c (som_solib_create_inferior_hook, link_map_start)
10733 (som_open_symbol_file_object): Likewise.
10734 * solib-spu.c (spu_current_sos): Likewise.
10735 * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
10736 * spu-multiarch.c (parse_spufs_run, spu_fetch_registers)
10737 (spu_store_registers): Likewise.
10738 * target.c (debug_print_register): Likewise.
10739 * tic6x-tdep.c (tic6x_get_longjmp_target): Likewise.
10740 * xstormy16-tdep.c (xstormy16_store_return_value)
10741 (xstormy16_push_dummy_call, xstormy16_resolve_jmp_table_entry)
10742 (xstormy16_find_jmp_table_entry): Likewise.
10743
10744 2013-03-01 Jiong Wang <jiwang@tilera.com>
10745
10746 * tilegx-tdep.c (tilegx_get_longjmp_target): New function.
10747 (tilegx_gdbarch_init): Install it.
10748
10749 2013-02-28 Tom Tromey <tromey@redhat.com>
10750
10751 * python/py-arch.c (archpy_disassemble): Use PyInt_Check and
10752 PyLong_Check.
10753
10754 2013-02-28 Doug Evans <dje@google.com>
10755
10756 * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
10757 * python/python.c (gdbpy_find_pc_line): Ditto.
10758
10759 2013-02-28 Tom Tromey <tromey@redhat.com>
10760
10761 * contrib/excheck.py: New file.
10762 * contrib/exsummary.py: New file.
10763 * contrib/gcc-with-excheck: New file.
10764
10765 2013-02-28 Tom Tromey <tromey@redhat.com>
10766
10767 * python/python.c (gdbpy_print_stack): Call begin_line and
10768 fprintf_filtered inside TRY_CATCH.
10769
10770 2013-02-28 Tom Tromey <tromey@redhat.com>
10771
10772 * python/python.c (gdbpy_find_pc_line): Call find_pc_line
10773 inside TRY_CATCH.
10774
10775 2013-02-28 Tom Tromey <tromey@redhat.com>
10776
10777 * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to call
10778 frame_object_to_frame_info inside TRY_CATCH.
10779
10780 2013-02-28 Tom Tromey <tromey@redhat.com>
10781
10782 * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside
10783 TRY_CATCH.
10784
10785 2013-02-28 Tom Tromey <tromey@redhat.com>
10786
10787 * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.
10788
10789 2013-02-27 Corinna Vinschen <vinschen@redhat.com>
10790
10791 * windows-nat.c: Throughout, fix format strings and casts of
10792 printf-like functions to avoid type related warnings on all
10793 platforms.
10794 (handle_output_debug_string): Fetch context information address
10795 from debug string using string_to_core_addr.
10796
10797 2013-02-27 Jiong Wang <jiwang@tilera.com>
10798
10799 * regformats/reg-tilegx.dat (name): Change abi name to "tilegx".
10800 * regformats/reg-tilegx32.dat: New.
10801
10802 2013-02-27 Jiong Wang <jiwang@tilera.com>
10803
10804 * configure.tgt (tilegx-*-linux*): Enable gdbserver.
10805
10806 2013-02-27 Jiong Wang <jiwang@tilera.com>
10807
10808 * configure.tgt (tilegx-*-linux*): Replace whitespace with tab.
10809
10810 2013-02-27 Yao Qi <yao@codesourcery.com>
10811 Pedro Alves <palves@redhat.com>
10812
10813 * tracepoint.c (tfile_trace_find): For tfind
10814 pc/tp/range/outside, look for the next trace frame instead of
10815 always starting from frame 0.
10816
10817 2013-02-26 Anthony Green <green@moxielogic.com>
10818
10819 * configure.tgt: Add support for moxie-*-rtems* target.
10820
10821 2013-02-25 Pedro Alves <palves@redhat.com>
10822
10823 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Change
10824 warning text.
10825
10826 2013-02-24 Maciej W. Rozycki <macro@codesourcery.com>
10827
10828 * mips-tdep.c (mips32_scan_prologue): Reset frame_offset to zero
10829 if $fp is used as the virtual frame pointer.
10830
10831 2013-02-23 Alan Modra <amodra@gmail.com>
10832
10833 * elfread.c (elf_symtab_read): Do not use udata.p here to find
10834 symbol size.
10835 * ppc64-tdep.c (ppc64_elf_make_msymbol_special): New function.
10836 * ppc64-tdep.h (ppc64_elf_make_msymbol_special): Declare.
10837 * ppc-linux-tdep.c (ppc_linux_init_abi): Set up to use the above.
10838 * ppcfbsd-tdep.c (ppcfbsd_init_abi): Likewise.
10839
10840 2013-02-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10841
10842 Code cleanup.
10843 * elfread.c (build_id_bfd_get): Make the return type const.
10844 (build_id_verify): Make the check parameter const.
10845 (build_id_to_debug_filename): Make the build_id parameter and variable
10846 data const.
10847 (find_separate_debug_file_by_buildid): Make the variable build_id const.
10848
10849 2013-02-21 Alan Modra <amodra@gmail.com>
10850
10851 * elfread.c (build_id_bfd_get): Adjust for elf_tdata changes.
10852
10853 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
10854
10855 Add a new method 'disassemble' to gdb.Architecture class.
10856 * python/py-arch.c (archpy_disassmble): Implementation of the
10857 new method gdb.Architecture.disassemble.
10858 (arch_object_methods): Add entry for the new method.
10859
10860 2013-02-20 Jiong Wang <jiwang@tilera.com>
10861
10862 * MAINTAINERS (Write After Approval): Add myself to the list.
10863
10864 2013-02-19 Pedro Alves <palves@redhat.com>
10865
10866 Garbage collect 'struct monitor_ops'::load_routine.
10867
10868 * monitor.h (struct monitor_ops) <load_routine>: Remove field.
10869 * monitor.c (monitor_load): No longer call
10870 current_monitor->load_routine.
10871 * dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
10872 * m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
10873 * ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.
10874
10875 2013-02-19 Pedro Alves <palves@redhat.com>
10876
10877 PR gdb/15161
10878
10879 Harmonize with generic_load.
10880
10881 * monitor.c: Include "readline/readline.h".
10882 (monitor_load): Rename parameter 'file' to 'args'. Use build_argv
10883 instead of sscanf. Use CORE_ADDR/strtoulst instead of unsigned
10884 long/strtol for the 'load_offset' local. Error out if no argument
10885 is given or if too many arguments are given. Tilde expand the
10886 passed in file name.
10887
10888 2013-02-19 Kai Tietz <ktietz@redhat.com>
10889
10890 PR gdb/15161
10891 * symfile.c (load_section_data): Change type of load_offset
10892 to CORE_ADDR.
10893 (generic_load): User strtoulst instead of strtoul for conversion
10894 of load_offset.
10895
10896 2013-02-19 Jiong Wang <jiwang@tilera.com>
10897
10898 * tilegx-tdep.c (tilegx_analyze_prologue): add check for
10899 for return address, "lr" register, saved on stack.
10900 * tilegx-tdep.c (tilegx_frame_cache): update "PC" reg
10901 after we invoke tilegx_analyze_prologue.
10902
10903 2013-02-19 Jiong Wang <jiwang@tilera.com>
10904
10905 * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
10906
10907 2013-02-19 Jiong Wang <jiwang@tilera.com>
10908
10909 * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal.
10910
10911 2013-02-19 Jiong Wang <jiwang@tilera.com>
10912
10913 * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro.
10914 (tilegx_write_pc): New function.
10915 (tilegx_cannot_reference_register): Return zero if REGNO
10916 is TILEGX_FAULTNUM_REGNUM.
10917 (tilegx_gdbarch_init): Add call to set_gdbarch_write_pc.
10918 (tilegx_register_name): Add handling of "faultnum" register.
10919 * tilegx-tdep.h (enum tilegx_regnum): Add TILEGX_FAULTNUM_REGNUM.
10920 * tilegx-linux-tdep.c (tilegx_linux_supply_regset): Add
10921 handling of TILEGX_FAULTNUM_REGNUM.
10922 * tilegx-linux-nat.c (regmap): Add entry for TILEGX_FAULTNUM_REGNUM.
10923
10924 2013-02-19 Jiong Wang <jiwang@tilera.com>
10925
10926 * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack
10927 should be aligned to 64bit.
10928
10929 2013-02-19 Kai Tietz <ktietz@redhat.com>
10930
10931 * windows-nat.c (windows_xfer_memory): Fix debug-output
10932 for LLP64.
10933
10934 2013-02-19 Lei Liu <lei.liu2@windriver.com>
10935
10936 * mips-linux-nat.c (mips64_linux_regsets_store_registers):
10937 Don't check DSP register number if HAVE_DSP is not set.
10938
10939 2013-02-19 Alan Modra <amodra@gmail.com>
10940
10941 * elfread.c (struct build_id): Delete. Use struct elf_build_id
10942 throughout file instead.
10943 (build_id_bfd_get): Update to use new elf_tdata build_id field.
10944 Don't xmalloc return value.
10945 (build_id_verify): Similarly. Don't xfree.
10946 (build_id_to_debug_filename): Update.
10947 (find_separate_debug_file_by_buildid): Update, don't xfree.
10948
10949 2013-02-18 Tom Tromey <tromey@redhat.com>
10950
10951 PR gdb/15102:
10952 * dwarf2read.c (read_subrange_type): Use result of
10953 'check_typedef'.
10954
10955 2013-02-16 Yuanhui Zhang <asmwarrior@gmail.com>
10956
10957 * frame.c: Remove one extra white space after #include
10958 directive.
10959
10960 2013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10961
10962 * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
10963
10964 2013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10965
10966 * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
10967 and dir commands into an if block.
10968
10969 2013-02-15 Sanimir Agovic <sanimir.agovic@intel.com>
10970
10971 * python/py-breakpoint (struct pybp_code): Use int instead of
10972 enum type_code.
10973
10974 2013-02-15 Pedro Alves <pedro@codesourcery.com>
10975 Hafiz Abid Qadeer <abidh@codesourcery.com>
10976
10977 * NEWS: Mention new field "trace-file".
10978 * tracepoint.c (trace_status_mi): Output "trace-file" field.
10979 (tfile_open): Record the trace file's filename in the trace
10980 status.
10981 (tfile_files_info): Mention the name of the trace file.
10982 Check the "filename" field explicitely.
10983 (trace_status_command): Explicitely check "filename" field.
10984 (trace_find_command): Ditto.
10985 (trace_find_pc_command): Ditto.
10986 (trace_find_tracepoint_command): Ditto.
10987 (trace_find_line_command): Ditto.
10988 (trace_find_range_command): Ditto.
10989 (trace_find_outside_command): Ditto.
10990 * tracepoint.h (struct trace_status) <from_file>: Rename it
10991 to "filename" and make it hold the trace file's filename
10992 instead of a boolean.
10993 * remote.c (remote_get_trace_status): Initialize "filename"
10994 field with NULL instead of 0.
10995
10996 2013-02-15 Yao Qi <yao@codesourcery.com>
10997
10998 * remote.c: Fix a typo.
10999
11000 2013-02-14 Pierre Muller <muller@sourceware.org>
11001
11002 * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
11003
11004 2013-02-14 Pedro Alves <palves@redhat.com>
11005
11006 * utils.c (savestring): Don't #undef it. Move function to
11007 common/common-utils.c.
11008 * common/common-utils.c: Include gdb_string.h.
11009 (savestring): Move here from utils.c.
11010 * common/common-utils.h (savestring): Declare.
11011
11012 2013-02-14 Pedro Alves <palves@redhat.com>
11013
11014 * utils.c (savestring): Rename parameter 'size' to 'len'.
11015
11016 2013-02-14 Pedro Alves <palves@redhat.com>
11017 Yufeng Zhang <yufeng.zhang@arm.com>
11018
11019 * aarch64-linux-nat.c (aarch64_init_debug_reg_state): Delete.
11020 (aarch64_inferior_data, struct aarch64_inferior_data):
11021 Delete.
11022 (struct aarch64_process_info): New.
11023 (aarch64_process_list): New global.
11024 (aarch64_find_process_pid, aarch64_add_process)
11025 (aarch64_process_info_get): New functions.
11026 (aarch64_inferior_data_get): Delete.
11027 (aarch64_process_info_get): New function.
11028 (aarch64_forget_process): New function.
11029 (aarch64_get_debug_reg_state): New parameter 'pid'. Reimplement.
11030 (aarch64_linux_prepare_to_resume): Pass the lwp's pid to
11031 aarch64_get_debug_reg_state.
11032 (aarch64_notify_debug_reg_change): Use iterate_over_lwps
11033 instead of linux_nat_iterate_watchpoint_lwps.
11034 (aarch64_linux_new_fork): New function.
11035 (aarch64_linux_child_post_startup_inferior): Use
11036 aarch64_forget_process instead of aarch64_init_debug_reg_state.
11037 (aarch64_handle_breakpoint, aarch64_linux_insert_hw_breakpoint)
11038 (aarch64_linux_remove_hw_breakpoint)
11039 (aarch64_handle_aligned_watchpoint)
11040 (aarch64_handle_unaligned_watchpoint)
11041 (aarch64_linux_insert_watchpoint)
11042 (aarch64_linux_remove_watchpoint)
11043 (aarch64_linux_stopped_data_address): Adjust to pass the current
11044 process id to aarch64_debug_reg_state.
11045 (_initialize_aarch64_linux_nat): Install aarch64_linux_new_fork as
11046 linux_nat_new_fork hook, and aarch64_forget_process as
11047 linux_nat_forget_process hook; remove the call to
11048 register_inferior_data_with_cleanup.
11049
11050 2013-02-14 Pedro Alves <palves@redhat.com>
11051
11052 * eval.c (evaluate_subexp_for_address) <default_case_after_eval,
11053 EVAL_AVOID_SIDE_EFFECTS>: Swap and handle TYPE_CODE_REF before
11054 lval_memory.
11055
11056 2013-02-14 Pedro Alves <pedro@codesourcery.com>
11057 Hafiz Abid Qadeer <abidh@codesourcery.com>
11058
11059 * tracepoint.h (validate_trace_state_variable_name): Declare.
11060 * tracepoint.c (validate_trace_state_variable_name): New.
11061 (trace_variable_command): Parse the trace state variable's name
11062 without using parse_expression. Do several validations.
11063 * mi/mi-main.c (mi_cmd_trace_define_variable): Don't parse the
11064 trace state variable's name with parse_expression. Validate it.
11065
11066 2013-02-14 Yao Qi <yao@codesourcery.com>
11067
11068 * infcmd.c (breakpoint_proceeded): Remove it.
11069
11070 2013-02-14 Yao Qi <yao@codesourcery.com>
11071
11072 * tracepoint.c (end_actions_pseudocommand): Make it static.
11073 (while_stepping_pseudocommand): Likewise.
11074 * tracepoint.h (end_actions_pseudocommand): Remove the
11075 declaration.
11076 (while_stepping_pseudocommand): Likewise.
11077
11078 2013-02-14 Yao Qi <yao@codesourcery.com>
11079
11080 * cli/cli-decode.c (help_cmd): Remove the declaration of
11081 "cmdlist".
11082 (help_all): Likewise.
11083
11084 2013-02-13 Pedro Alves <palves@redhat.com>
11085
11086 * amd64-linux-nat.c (update_debug_registers_callback):
11087 Update comment.
11088 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
11089 iterate_over_lwps.
11090 (amd64_linux_prepare_to_resume): Pass the lwp's pid to
11091 i386_debug_reg_state.
11092 (amd64_linux_new_fork): New function.
11093 (_initialize_amd64_linux_nat): Install amd64_linux_new_fork as
11094 linux_nat_new_fork hook, and i386_forget_process as
11095 linux_nat_forget_process hook.
11096 * i386-linux-nat.c (update_debug_registers_callback):
11097 Update comment.
11098 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
11099 iterate_over_lwps.
11100 (i386_linux_prepare_to_resume): Pass the lwp's pid to
11101 i386_debug_reg_state.
11102 (i386_linux_new_fork): New function.
11103 (_initialize_i386_linux_nat): Install i386_linux_new_fork as
11104 linux_nat_new_fork hook, and i386_forget_process as
11105 linux_nat_forget_process hook.
11106 * i386-nat.c (i386_init_dregs): Delete.
11107 (i386_inferior_data, struct i386_inferior_data):
11108 Delete.
11109 (struct i386_process_info): New.
11110 (i386_process_list): New global.
11111 (i386_find_process_pid, i386_add_process, i386_process_info_get):
11112 New functions.
11113 (i386_inferior_data_get): Delete.
11114 (i386_process_info_get): New function.
11115 (i386_debug_reg_state): New parameter 'pid'. Reimplement.
11116 (i386_forget_process): New function.
11117 (i386_cleanup_dregs): Rewrite.
11118 (i386_update_inferior_debug_regs, i386_insert_watchpoint)
11119 (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
11120 (i386_stopped_data_address, i386_insert_hw_breakpoint)
11121 (i386_remove_hw_breakpoint): Adjust to pass the current process id
11122 to i386_debug_reg_state.
11123 (i386_use_watchpoints): Don't register inferior data.
11124 * i386-nat.h (i386_debug_reg_state): Add new 'pid' parameter, and
11125 adjust comment.
11126 (i386_forget_process): Declare.
11127 * linux-fork.c (delete_fork): Call linux_nat_forget_process.
11128 * linux-nat.c (linux_nat_new_fork, linux_nat_forget_process_hook):
11129 New static globals.
11130 (linux_child_follow_fork): Don't call linux_nat_new_thread here.
11131 (add_initial_lwp): New, factored out from ...
11132 (add_lwp): ... this. Don't check the number of lwps before
11133 calling linux_nat_new_thread.
11134 (linux_nat_iterate_watchpoint_lwps): Delete.
11135 (linux_nat_attach): Use add_initial_lwp instead of add_lwp.
11136 (linux_handle_extended_wait): Call the linux_nat_new_fork hook on
11137 forks and vforks.
11138 (linux_nat_wait_1): Use add_initial_lwp instead of add_lwp for the
11139 initial lwp.
11140 (linux_nat_kill, linux_nat_mourn_inferior): Call
11141 linux_nat_forget_process.
11142 (linux_nat_set_new_fork, linux_nat_set_forget_process)
11143 (linux_nat_forget_process): New functions.
11144 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): Delete
11145 type.
11146 (linux_nat_iterate_watchpoint_lwps): Delete declaration.
11147 (linux_nat_new_fork_ftype, linux_nat_forget_process_ftype): New
11148 types.
11149 (linux_nat_set_new_fork, linux_nat_set_forget_process)
11150 (linux_nat_forget_process): New declarations.
11151
11152 * amd64fbsd-nat.c (super_mourn_inferior): New global.
11153 (amd64fbsd_mourn_inferior): New function.
11154 (_initialize_amd64fbsd_nat): Override to_mourn_inferior.
11155 * windows-nat.c (windows_detach): Call i386_cleanup_dregs.
11156
11157 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
11158
11159 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
11160 Adding _().
11161
11162 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
11163
11164 * aarch64-linux-nat.c (debug_reg_change_callback)
11165 (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
11166 %s and phex().
11167
11168 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
11169
11170 * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
11171 with LONGEST.
11172
11173 2013-02-13 Pedro Alves <palves@redhat.com>
11174 Hafiz Abid Qadeer <abidh@codesourcery.com>
11175
11176 * c-lang.c (c_op_print_tab): Add entry for UNOP_PLUS.
11177
11178 2013-02-12 Tom Tromey <tromey@redhat.com>
11179
11180 PR symtab/11464:
11181 * c-exp.y (lex_one_token): Initialize other fields of yylval on
11182 NAME return.
11183 (classify_inner_name): Remove 'first_name' argument, add
11184 'context'. Remove unused variable.
11185 (yylex): Explicitly maintain the context type. Exit loop earlier
11186 if NAME result is seen.
11187
11188 2013-02-12 Pedro Alves <palves@redhat.com>
11189
11190 * amd64-darwin-tdep.c: Add (C) after Copyright.
11191 * cli/cli-cmds.h: Ditto.
11192 * cli/cli-decode.c: Ditto.
11193 * cli/cli-decode.h: Ditto.
11194 * cli/cli-dump.c: Ditto.
11195 * cli/cli-dump.h: Ditto.
11196 * cli/cli-interp.c: Ditto.
11197 * cli/cli-logging.c: Ditto.
11198 * cli/cli-script.c: Ditto.
11199 * cli/cli-script.h: Ditto.
11200 * cli/cli-setshow.c: Ditto.
11201 * cli/cli-setshow.h: Ditto.
11202 * cli/cli-utils.c: Ditto.
11203 * cli/cli-utils.h: Ditto.
11204 * config/alpha/nm-osf3.h: Ditto.
11205 * config/djgpp/djconfig.sh: Ditto.
11206 * config/i386/nm-fbsd.h: Ditto.
11207 * config/i386/nm-i386gnu.h: Ditto.
11208 * config/nm-linux.h: Ditto.
11209 * config/nm-nto.h: Ditto.
11210 * config/rs6000/nm-rs6000.h: Ditto.
11211 * config/sparc/nm-sol2.h: Ditto.
11212 * darwin-nat-info.c: Ditto.
11213 * dfp.c: Ditto.
11214 * dfp.h: Ditto.
11215 * gdb-demangle.h: Ditto.
11216 * i386-darwin-nat.c: Ditto.
11217 * i386-darwin-tdep.c: Ditto.
11218 * linux-fork.h: Ditto.
11219 * m32c-tdep.c: Ditto.
11220 * microblaze-linux-tdep.c: Ditto.
11221 * microblaze-rom.c: Ditto.
11222 * microblaze-tdep.c: Ditto.
11223 * microblaze-tdep.h: Ditto.
11224 * mips-linux-tdep.h: Ditto.
11225 * ppc-ravenscar-thread.c: Ditto.
11226 * ppc-ravenscar-thread.h: Ditto.
11227 * prologue-value.c: Ditto.
11228 * prologue-value.h: Ditto.
11229 * ravenscar-thread.c: Ditto.
11230 * ravenscar-thread.h: Ditto.
11231 * sparc-ravenscar-thread.c: Ditto.
11232 * sparc-ravenscar-thread.h: Ditto.
11233 * tilegx-linux-tdep.c: Ditto.
11234 * unwind_stop_reasons.def: Ditto.
11235 * windows-nat.h: Ditto.
11236 * xtensa-linux-tdep.c: Ditto.
11237 * xtensa-xtregs.c: Ditto.
11238 * regformats/regdat.sh: Ditto.
11239 * regformats/regdef.h: Ditto.
11240
11241 2013-02-12 Pedro Alves <palves@redhat.com>
11242
11243 * break-catch-sig.c: Update copyright years.
11244
11245 2013-02-11 Siva Chandra Reddy <sivachandra@google.com>
11246
11247 Add support for a destructor for ui_out data and use it to
11248 provide a ui_out destructor.
11249 * ui-out.h: Declare the new ui_out destructor.
11250 (ui_out_impl): Add a field for data destructor in ui_out_impl.
11251 * ui-out.c (default_data_destroy): Add a default data destructor
11252 which does nothing.
11253 (default_ui_out_impl): Set the new data_destroy field to
11254 default_data_destroy
11255 (uo_data_destroy): Local function which invokes the data
11256 destructor if present.
11257 (clear_table): Local function which clears the table data of a
11258 ui_out object.
11259 (ui_out_destroy): Public function which frees a ui_out object.
11260 (ui_out_table_end): Use the new clear_table function.
11261 * cli-out.c (cli_ui_out_impl): Set the new data_destroy field to
11262 NULL.
11263 * mi/mi-out.c (mi_ui_out_impl): Set the new data_destroy field
11264 to NULL.
11265
11266 2013-02-11 Doug Evans <dje@google.com>
11267
11268 * printcmd.c (printf_c_string,printf_wide_c_string): New functions.
11269 (printf_decfloat): New function. Broken out from ui_printf.
11270 Remove unnecessary code to shift the entire format string down.
11271 (printf_pointer): New function.
11272 (ui_printf): Code to print C strings, wide C strings, decfloats,
11273 and pointers moved to separate functions.
11274
11275 2013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
11276
11277 * valops.c (value_assign): Handling bitfield offset in
11278 `lval_internalvar_component' case.
11279
11280 2013-02-08 Doug Evans <dje@google.com>
11281
11282 * common/format.c (parse_format_string): Fix whitespace.
11283
11284 2013-02-08 Matthew Gretton-Dann <matthew.gretton-dann@linaro.org>
11285
11286 * stack.c (return_command): Work around uninitialized variable
11287 warning.
11288
11289 2013-02-08 Yufeng Zhang <yufeng.zhang@arm.com>
11290
11291 * aarch64-linux-tdep.c (AARCH64_LINUX_SIZEOF_GREGSET): Change the
11292 number of the registers from 36 to 34.
11293
11294 2013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
11295
11296 * NEWS: Mention new AArch64 native and target support.
11297
11298 2013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
11299
11300 * MAINTAINERS (Write After Approval): Add myself.
11301
11302 2013-02-08 Jim MacArthur <jim.macarthur@arm.com>
11303 Marcus Shawcroft <marcus.shawcroft@arm.com>
11304 Nigel Stephens <nigel.stephens@arm.com>
11305 Yufeng Zhang <yufeng.zhang@arm.com>
11306
11307 * aarch64-linux-nat.c: New file.
11308 * config/aarch64/linux.mh: New file.
11309 * configure.host: Add AArch64.
11310 * Makefile.in (ALLDEPFILES): Add aarch64-linux-nat.c.
11311
11312 2013-02-07 Doug Evans <dje@google.com>
11313
11314 * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument to
11315 disassemble command.
11316
11317 2013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
11318
11319 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
11320 set_gdbarch_fetch_tls_load_module_address.
11321
11322 2013-02-06 David S. Miller <davem@davemloft.net>
11323
11324 * sparc-tdep.c (sparc32_return_value): Handle writing return value when
11325 using RETURN_VALUE_ABI_PRESERVES_ADDRESS.
11326 * value.c (struct_return_convention): New function.
11327 (using_struct_return): Implement in terms of struct_return_convention.
11328 * value.h (struct_return_convention): Declare.
11329 * stack.c (return_command): Allow successful overriding of the return
11330 value when RETURN_VALUE_ABI_PRESERVES_ADDRESS.
11331
11332 2013-02-06 Tom Tromey <tromey@redhat.com>
11333
11334 * python/py-type.c (typy_strip_typedefs): Don't call check_typedef
11335 outside of TRY_CATCH.
11336
11337 2013-02-06 Yao Qi <yao@codesourcery.com>
11338
11339 * mi/mi-interp.c: Include "tracepoint.h".
11340 (mi_tsv_modified): Declare.
11341 (mi_tsv_created, mi_tsv_deleted): Update declaration.
11342 (mi_interpreter_init): Call observer_attach_tsv_modified.
11343 (mi_tsv_modified): New.
11344 (mi_tsv_created, mi_tsv_deleted): Update.
11345 * tracepoint.c (trace_variable_command): Call
11346 observer_notify_tsv_modified if the initial value of tsv is
11347 changed.
11348 (delete_trace_state_variable): Call
11349 observer_notify_tsv_deleted earlier.
11350 (trace_variable_command): Caller update.
11351 (create_tsv_from_upload): Likewise.
11352 * observer.sh: Declare "struct trace_state_variable".
11353
11354 * NEWS: Mention the new MI notification "=tsv-modified".
11355
11356 2013-02-05 Doug Evans <dje@google.com>
11357
11358 * completer.c (location_completer): Fix typo in comment.
11359
11360 2013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11361
11362 * breakpoint.c (add_location_to_breakpoint): Insert the location with
11363 ADDRESS sorted.
11364
11365 2013-02-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
11366
11367 * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:
11368 Refactor if statement to avoid trailing || operator.
11369
11370 2013-02-05 Andreas Tobler <andreast@fgznet.ch>
11371
11372 * NEWS: Add PowerPC FreeBSD as a new native configuration.
11373
11374 2013-02-04 Andreas Tobler <andreast@fgznet.ch>
11375
11376 * Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
11377 * configure.host: Add powerpc*-*-freebsd* target.
11378 * configure.tgt: Add target info for powerpc*-*-freebsd*.
11379 * ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
11380 * config/powerpc/fbsd.mh: New file.
11381
11382 2013-02-04 Sergio Durigan Junior <sergiodj@redhat.com>
11383 Denys Vlasenko <dvlasenk@redhat.com>
11384 Pedro Alves <palves@redhat.com>
11385
11386 * gdbarch.sh (elfcore_write_linux_prpsinfo): New F hook.
11387 (struct elf_internal_linux_prpsinfo): Forward declare.
11388 * gdbarch.h, gdbarch.c: Regenerate.
11389 * linux-tdep.c: Include `cli/cli-utils.h'.
11390 (linux_fill_prpsinfo): New function.
11391 (linux_make_corefile_notes): Use linux_fill_prpsinfo. If there's
11392 an elfcore_write_linux_prpsinfo hook, use it, otherwise, use
11393 elfcore_write_linux_prpsinfo32 or elfcore_write_linux_prpsinfo64
11394 depending on gdbarch pointer bitness.
11395 * ppc-linux-tdep.c: Include elf-bfd.h.
11396 (ppc_linux_init_abi): Hook in elfcore_write_ppc_linux_prpsinfo32
11397 on 32-bit.
11398
11399 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
11400 Marcus Shawcroft <marcus.shawcroft@arm.com>
11401 Nigel Stephens <nigel.stephens@arm.com>
11402 Yufeng Zhang <yufeng.zhang@arm.com>
11403
11404 * configure.tgt (aarch64*-*-linux*): Set build_gdbserver=yes.
11405
11406 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
11407 Marcus Shawcroft <marcus.shawcroft@arm.com>
11408 Nigel Stephens <nigel.stephens@arm.com>
11409 Yufeng Zhang <yufeng.zhang@arm.com>
11410
11411 * aarch64-newlib-tdep.c: New file.
11412 * configure.tgt: Add aarch64-newlib-tdep.o to gdb_target_obs of
11413 aarch64*-*-elf.
11414 * defs.h (enum gdb_osabi): Add GDB_OSABI_NEWLIB.
11415 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-newlib-tdep.o.
11416 (ALLDEPFILES): Add aarch64-newlib-tdep.c.
11417 * osabi.c (gdb_osabi_names): Add "Newlib".
11418
11419 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
11420 Marcus Shawcroft <marcus.shawcroft@arm.com>
11421 Nigel Stephens <nigel.stephens@arm.com>
11422 Yufeng Zhang <yufeng.zhang@arm.com>
11423
11424 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-linux-tdep.o.
11425 (ALLDEPFILES): Add aarch64-linux-tdep.c.
11426 * aarch64-linux-tdep.c: New file.
11427 * aarch64-linux-tdep.h: New file.
11428 * aarch64-tdep.h (gdbarch_tdep): Define gregset and fpregset.
11429 * configure.tgt: Add aarch64-none-linux-gnu.
11430
11431 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
11432 Marcus Shawcroft <marcus.shawcroft@arm.com>
11433 Nigel Stephens <nigel.stephens@arm.com>
11434 Yufeng Zhang <yufeng.zhang@arm.com>
11435
11436 * Makefile.in (ALL_64_TARGET_OBS): Add arch64-tdep.o.
11437 (HFILES_NO_SRCDIR): Add aarch64-tdep.h.
11438 (ALLDEPFILES): Add aarch64-tdep.c.
11439 * aarch64-tdep.c: New file.
11440 * aarch64-tdep.h: New file.
11441 * configure.tgt: Add AArch64.
11442 * features/Makefile (WHICH): Add aarch64 and aarch64-without-fpu.
11443 (aarch64-expedite): New definition.
11444 * features/aarch64-core.xml: New file.
11445 * features/aarch64-fpu.xml: New file.
11446 * features/aarch64-without-fpu.c: New file (generated).
11447 * features/aarch64-without-fpu.xml: New file.
11448 * features/aarch64.c: New file (generated).
11449 * features/aarch64.xml: New file.
11450 * regformats/aarch64-without-fpu.dat: New file (generated).
11451 * regformats/aarch64.dat: New file (generated).
11452
11453 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11454
11455 * contrib/expect-read1.c: New file.
11456 * contrib/expect-read1.sh: New file.
11457
11458 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11459
11460 * dwarf2read.c (file_file_name): New function with code from
11461 file_full_name.
11462 (file_full_name): Move most of the code to file_file_name.
11463 (macro_start_file): Rename variable full_name to file_name and use
11464 file_file_name for it. Add comp_dir parameter to new_macro_table.
11465 * macrocmd.c (show_pp_source_pos): New variable fullname. Replace any
11466 macro_source_file->filename access by macro_source_fullname call.
11467 * macroscope.c (_initialize_macroscope): Update the new_macro_table
11468 caller.
11469 * macrotab.c (struct macro_table): New field comp_dir.
11470 (macro_include): New variables link_fullname and source_fullname.
11471 Replace any macro_source_file->filename access by macro_source_fullname
11472 call.
11473 (macro_lookup_inclusion): Remove the partial filenames checking code.
11474 (check_for_redefinition): New variables source_fullname and
11475 found_key_fullname. Replace any macro_source_file->filename access by
11476 macro_source_fullname call.
11477 (macro_undef): New variables source_fullname and key_fullname. Replace
11478 any macro_source_file->filename access by macro_source_fullname call.
11479 (macro_lookup_definition): New variables retval and source_fullname.
11480 Replace any macro_source_file->filename access by macro_source_fullname
11481 call.
11482 (foreach_macro): New variable key_fullname. Replace any
11483 macro_source_file->filename access by macro_source_fullname call.
11484 (foreach_macro_in_scope): New variable datum_fullname. Replace any
11485 macro_source_file->filename access by macro_source_fullname call.
11486 (new_macro_table): Add parameter comp_dir. Initialize T with it.
11487 (macro_source_fullname): New function.
11488 * macrotab.h (struct macro_source_file): Extent the filename field
11489 comment.
11490 (new_macro_table): New parameter comp_dir, add a comment for it.
11491 (macro_source_fullname): new declaration.
11492
11493 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11494
11495 * dwarf2read.c (dw2_map_symtabs_matching_filename): Move variable
11496 this_real_name to outer block. Use it also for
11497 compare_filenames_for_search.
11498 (dw2_expand_symtabs_matching): New variable this_real_name. Use it
11499 with dw2_get_real_path for file_matcher, considering also
11500 BASENAMES_MAY_DIFFER.
11501 (file_full_name): Prepend COMP_DIR even for relative lh->INCLUDE_DIRS.
11502
11503 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11504
11505 * dwarf2read.c (dw2_expand_symtabs_matching): Add basenames parameter
11506 to the file_matcher parameter. Pass 0 to it.
11507 (dwarf2_create_include_psymtab): Copy also DIRNAME.
11508 * psymtab.c (partial_map_symtabs_matching_filename): Drop handling of
11509 NULL psymtab_to_fullname result.
11510 (psymtab_to_fullname): Remove variable r. Never return NULL, assemble
11511 an expected filename instead.
11512 (expand_symtabs_matching_via_partial): Add basenames parameter to the
11513 file_matcher parameter. Call also psymtab_to_fullname, after newly
11514 considering BASENAMES_MAY_DIFFER.
11515 * source.c (rewrite_source_path): Remove static.
11516 * source.h (rewrite_source_path): New declaration.
11517 * symfile.h (struct quick_symbol_functions): Add basenames parameter to
11518 the expand_symtabs_matching field. Comment it.
11519 * symtab.c (file_matches): New function comment. Add parameter
11520 basenames, implement it.
11521 (search_symbols_file_matches): Add basenames parameter. Update the
11522 file_matches caller.
11523 (search_symbols): Match FILES also against symtab_to_fullname.
11524 Optimize it for BASENAMES_MAY_DIFFER.
11525
11526 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11527
11528 * source.c (print_source_lines_base): Print for TUI also "fullname".
11529 * tui/tui-data.c (init_content_element): Change tui_locator_element
11530 field to full_name.
11531 * tui/tui-data.h (struct tui_locator_element): Likewise.
11532 * tui/tui-disasm.c (tui_show_disassem_and_update_source): Rename
11533 tui_update_locator_filename calls to tui_update_locator_fullname.
11534 Replace symtab->filename refererence by symtab_to_fullname call.
11535 * tui/tui-out.c (tui_field_string): Check for "fullname" now.
11536 * tui/tui-source.c (tui_set_source_content): Change tui_locator_element
11537 field to full_name. Replace symtab->filename refererence by
11538 symtab_to_fullname call.
11539 (tui_show_symtab_source): Rename parameter to fullname. Change
11540 tui_locator_element field to full_name.
11541 * tui/tui-stack.c: Include source.h.
11542 (tui_set_locator_filename): Rename the declaration to ...
11543 (tui_set_locator_fullname): ... here. Rename its parameter to
11544 fullname, updates its comment.
11545 (tui_set_locator_info): Rename its parameter to fullname.
11546 (tui_set_locator_filename): Rename the definition to ...
11547 (tui_set_locator_fullname): ... here. Rename its parameter to
11548 fullname, updates its comment. Change tui_locator_element field to
11549 full_name.
11550 (tui_set_locator_info): Rename its parameter to fullname.
11551 (tui_set_locator_info): Rename callee to tui_set_locator_fullname.
11552 (tui_update_locator_filename): Rename to ...
11553 (tui_update_locator_fullname): ... here. Rename callee to
11554 tui_set_locator_fullname.
11555 (tui_show_frame_info): Replace symtab->filename refererence by
11556 symtab_to_fullname call.
11557 * tui/tui-stack.h (tui_update_locator_filename): Rename to ...
11558 (tui_update_locator_fullname): ... here.
11559 * tui/tui-winsource.c (tui_display_main): Rename the callee to
11560 tui_update_locator_fullname. Replace symtab->filename refererence by
11561 symtab_to_fullname call.
11562 * tui/tui.c (tui_show_source): Rename its parameter to fullname.
11563 Rename the callee to tui_update_locator_fullname.
11564 * tui/tui.h (tui_show_source): Rename its parameter to fullname.
11565
11566 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11567
11568 * ada-lang.c (user_select_syms): Replace symtab->filename refererences
11569 by symtab_to_filename_for_display calls.
11570 * breakpoint.c (print_breakpoint_location, resolve_sal_pc): Likewise.
11571 (clear_command): New variable sal_fullname, initialize it. Replace
11572 compare_filenames_for_search by filename_cmp with sal_fullname.
11573 (say_where, update_static_tracepoint): Replace symtab->filename
11574 refererences by symtab_to_filename_for_display calls.
11575 * cli/cli-cmds.c (edit_command, list_command, ambiguous_line_spec):
11576 Likewise.
11577 * dwarf2read.c: Include source.h.
11578 (fixup_go_packaging): Replace symtab->filename refererences by
11579 symtab_to_filename_for_display calls.
11580 * linespec.c (add_sal_to_sals): Rename variable filename to fullname.
11581 Replace symtab->filename refererences by symtab_to_filename_for_display
11582 calls.
11583 (create_sals_line_offset, convert_linespec_to_sals): New variable
11584 fullname, initialize it, replace symtab->filename reference by the
11585 variable.
11586 * linux-fork.c: Include source.h.
11587 (info_checkpoints_command): Replace symtab->filename refererences by
11588 symtab_to_filename_for_display calls.
11589 * macroscope.c (sal_macro_scope): Replace symtab->filename refererences
11590 by symtab_to_filename_for_display calls.
11591 * mdebugread.c: Include source.h.
11592 (psymtab_to_symtab_1): Replace symtab->filename refererences by
11593 symtab_to_filename_for_display calls.
11594 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
11595 (mi_cmd_file_list_exec_source_files): Likewise.
11596 * printcmd.c: Include source.h.
11597 (build_address_symbolic): Replace symtab->filename refererences by
11598 symtab_to_filename_for_display calls.
11599 * psymtab.c (partial_map_symtabs_matching_filename)
11600 (read_psymtabs_with_fullname): Call compare_filenames_for_search also
11601 with psymtab_to_fullname.
11602 * python/py-symtab.c (stpy_str): Replace symtab->filename refererences
11603 by symtab_to_filename_for_display calls.
11604 (stpy_get_filename): New variable filename, initialize it, use instead
11605 of symtab->filename refererences.
11606 (salpy_str): Make variable filename const char *. Replace
11607 symtab->filename refererences by symtab_to_filename_for_display calls.
11608 * skip.c: Include source.h and filenames.h.
11609 (skip_file_command): Remove const from the symtab variable. Replace
11610 symtab->filename refererences by symtab_to_fullname call.
11611 (function_name_is_marked_for_skip): New variables searched_for_fullname
11612 and fullname. Use them to search also with symtab's fullname.
11613 * source.c (find_source_lines): Replace symtab->filename refererences
11614 by symtab_to_filename_for_display calls.
11615 (print_source_lines_base): New variable filename, use it instead of
11616 symtab->filename. Replace symtab->filename refererences by
11617 symtab_to_filename_for_display calls.
11618 (line_info, forward_search_command): Replace symtab->filename
11619 refererences by symtab_to_filename_for_display calls.
11620 (reverse_search_command): Replace symtab->filename refererences by
11621 symtab_to_filename_for_display calls. New variable filename for it.
11622 * stack.c (frame_info): Likewise.
11623 * symmisc.c: Include source.h.
11624 (dump_objfile, dump_symtab_1, maintenance_print_symbols)
11625 (maintenance_info_symtabs): Replace symtab->filename refererences by
11626 symtab_to_filename_for_display calls.
11627 * symtab.c (iterate_over_some_symtabs): Call
11628 compare_filenames_for_search also with symtab_to_fullname.
11629 (lookup_symbol_aux_quick, basic_lookup_transparent_type_quick): Replace
11630 symtab->filename refererences by symtab_to_filename_for_display calls.
11631 (find_line_symtab): Replace symtab->filename refererences by
11632 symtab_to_filename_for_display calls.
11633 (file_matches): Replace filename_cmp by compare_filenames_for_search.
11634 (print_symbol_info): Make the last parameter const char *. New
11635 variable s_filename. Use it in the function.
11636 (symtab_symbol_info): Make the last_filename variable const char *.
11637 Replace symtab->filename refererences by symtab_to_filename_for_display
11638 calls.
11639 (rbreak_command): New variable fullname. Use it. Replace
11640 symtab->filename refererence by symtab_to_filename_for_display call.
11641 * tracepoint.c (set_traceframe_context, trace_find_line_command)
11642 (print_one_static_tracepoint_marker): Replace symtab->filename
11643 refererences by symtab_to_filename_for_display calls.
11644 * tui/tui-source.c (tui_set_source_content): New variables filename and
11645 s_filename. Replace symtab->filename refererences by this variable.
11646 Replace other symtab->filename refererences by
11647 symtab_to_filename_for_display calls.
11648
11649 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
11650 Jan Kratochvil <jan.kratochvil@redhat.com>
11651
11652 Add a new variable that controls a way in which filenames are
11653 displayed.
11654 * NEWS (set filename-display): New entry.
11655 * source.c (filename_display_basename, filename_display_relative)
11656 (filename_display_absolute, filename_display_kind_names)
11657 (filename_display_string, show_filename_display_string)
11658 (symtab_to_filename_for_display): New.
11659 (_initialize_source): Added initialization of 'filename-display'
11660 variable.
11661 * source.h (symtab_to_filename_for_display): Added declaration.
11662 * stack.c (print_frame): Added new variable and calling of a new
11663 function and condition with this variable. Changed third argument of
11664 calling of a function.
11665
11666 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11667
11668 * tui/tui-data.c (init_win_info, tui_del_window, tui_free_window):
11669 Rename field reference filename to fullname.
11670 * tui/tui-data.h (struct tui_source_info): Rename field filename to
11671 fullname. New comment for it.
11672 * tui/tui-source.c (tui_set_source_content): Rename field reference
11673 filename to fullname. Initialize field by symtab_to_fullname now.
11674 * tui/tui-winsource.c (tui_update_breakpoint_info): Rename field
11675 reference filename to fullname. Use symtab_to_fullname during
11676 comparison.
11677
11678 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11679
11680 Code cleanup.
11681 * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ...
11682 (dw2_expand_symtabs_with_fullname): ... here. Rename parameter
11683 filename to fullname. Rename variable this_name to this_fullname.
11684 Lowercase FILENAME_CMP call.
11685 (dw2_find_symbol_file): New comment for the returned string.
11686 (dwarf2_gdb_index_functions): Rename the function to
11687 dw2_expand_symtabs_with_fullname.
11688 * psymtab.c (read_psymtabs_with_filename): Rename to ...
11689 (read_psymtabs_with_fullname): ... here. Rename parameter filename to
11690 fullname.
11691 (psym_functions): Rename the function to read_psymtabs_with_fullname.
11692 * symfile.h (struct quick_symbol_functions): Rename field
11693 expand_symtabs_with_filename to expand_symtabs_with_fullname and its
11694 parameter filename to fullname. Document returned string meaning for
11695 find_symbol_file.
11696 * symtab.c (find_line_symtab): Rename the called function to
11697 expand_symtabs_with_fullname.
11698
11699 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11700
11701 Code cleanup.
11702 * breakpoint.c (clear_command): Remove variable is_abs, unify the
11703 call of filename_cmp with compare_filenames_for_search.
11704 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
11705 is_abs, unify the call of FILENAME_CMP with
11706 compare_filenames_for_search. New gdb_asserts for real_path and name.
11707 Unify the call of compare_filenames_for_search with FILENAME_CMP.
11708 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
11709 * symfile.h (struct quick_symbol_functions): Extend the comment for
11710 map_symtabs_matching_filename.
11711 * symtab.c (compare_filenames_for_search): Remove the function comment
11712 relative path requirement. Handle absolute filenames, with a comment.
11713 (iterate_over_some_symtabs): Remove variable is_abs, unify the call of
11714 FILENAME_CMP with compare_filenames_for_search. New gdb_asserts for
11715 real_path and name. Unify the call of compare_filenames_for_search
11716 with FILENAME_CMP.
11717 (iterate_over_symtabs): New gdb_assert on REAL_PATH.
11718
11719 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11720
11721 Code cleanup.
11722 * breakpoint.c (print_breakpoint_location): Replace bp_location field
11723 source_file references by symtab field references. Remove variables
11724 sal and fullname.
11725 (momentary_breakpoint_from_master, add_location_to_breakpoint):
11726 (clear_command, say_where): Replace bp_location field source_file
11727 references by symtab field references.
11728 (bp_location_dtor): Remove the source_file reference.
11729 (update_static_tracepoint): Replace bp_location field source_file
11730 references by symtab field references.
11731 (breakpoint_free_objfile): New function.
11732 * breakpoint.h (struct bp_location): Extend the comment for line_number.
11733 Replace the field source_file by field symtab, extend its comment.
11734 (breakpoint_free_objfile): New declaration.
11735 * objfiles.c (free_objfile): Call breakpoint_free_objfile.
11736 * tui/tui-winsource.c (tui_update_breakpoint_info): Replace bp_location
11737 field source_file references by symtab field references.
11738
11739 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11740
11741 Replace xfullpath calls by gdb_realpath calls.
11742 * cli/cli-cmds.c (find_and_open_script): Remove xfullpath from the
11743 function comment.
11744 * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path.
11745 Remove it from the iterate_over_some_symtabs call.
11746 (dw2_map_symtabs_matching_filename): Remove parameter full_path.
11747 Remove it from the dw2_map_expand_apply calls, remove a block handling
11748 it.
11749 * psymtab.c (partial_map_expand_apply): Remove parameter full_path.
11750 Remove it from the iterate_over_some_symtabs call.
11751 (partial_map_symtabs_matching_filename): Remove parameter full_path.
11752 Remove it from the partial_map_expand_apply calls, remove a block
11753 handling it. Drop gdb_realpath call and cleanups from the real_path
11754 handling.
11755 * source.c (openp): Drop the comment part about xfullpath. Replace
11756 xfullpath calls by gdb_realpath calls.
11757 (find_and_open_source): Replace xfullpath call by gdb_realpath call.
11758 * symfile.h (struct quick_symbol_functions): Remove parameter full_path
11759 from method map_symtabs_matching_filename and its comment.
11760 * symmisc.c (maintenance_print_msymbols): Replace xfullpath call by
11761 gdb_realpath call.
11762 * symtab.c (iterate_over_some_symtabs): Remove parameter full_path,
11763 remove it also from the function comment, remove a block handling it.
11764 Drop gdb_realpath call and cleanups from the real_path handling.
11765 (iterate_over_symtabs): Drop variable full_path and its use.
11766 * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
11767 * utils.c (xfullpath): Remove.
11768 * utils.h (xfullpath): Remove.
11769
11770 2013-02-01 Andreas Tobler <andreast@fgznet.ch>
11771
11772 * Makefile.in (ALL_TARGET_OBS): Add ppc64-tdep.o.
11773 (HFILES_NO_SRCDIR): Add ppc64-tdep.h.
11774 (ALLDEPFILES): Add ppc64-tdep.c.
11775 * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
11776 ppc64-tdep.o to gdb_target_obs.
11777 * ppc64-tdep.h: New file.
11778 * ppc64-tdep.c: New file.
11779 (insn_d, insn_ds, insn_xfx, ppc64_desc_entry_point): Move from
11780 ppc-linux-tdep.c to here.
11781 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN)
11782 (PPC64_STANDARD_LINKAGE2_LEN): Likewise and use ARRAY_SIZE macro.
11783 (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target)
11784 (ppc64_standard_linkage3_target, ppc64_skip_trampoline_code): Move
11785 from ppc-linux-tdep.c to here.
11786 (ppc64_convert_from_func_ptr_addr): Rename from
11787 ppc64_linux_convert_from_func_ptr_addr to
11788 ppc64_convert_from_func_ptr_addr and move from ppc-linux-tdep.c to
11789 here.
11790 * rs6000-tdep.c:
11791 (read_insn): Move from ppc-linux-tdep.c to here.
11792 (insns_match_pattern, insn_d_field, insn_ds_field): Move
11793 from ppc-linux-tdep.c to here and rename them with the ppc_ prefix.
11794 * ppc-linux-tdep.c: Include ppc64-tdep.h.
11795 Removed above functions.
11796 (ppc_linux_init_abi): Adjust.
11797
11798 2013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
11799
11800 * ada-valprint.c (ada_print_floating): Remove unused 'len'.
11801
11802 2013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
11803
11804 * ada-lang.c (assign_aggregate): Remove unused 'is_array_aggregate'.
11805
11806 2013-02-01 Pedro Alves <palves@redhat.com>
11807
11808 * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
11809 * frame.h (deprecated_pc_in_call_dummy): Delete declaration.
11810
11811 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11812
11813 * elfread.c (elf_symfile_read): Limit separate debug info additions to
11814 files with no separate debug info.
11815 * objfiles.c (add_separate_debug_objfile): Add gdb_assert calls.
11816 * symfile.c (read_symbols): Call find_separate_debug_file_in_section
11817 only for files with no separate debug info.
11818
11819 2013-01-31 Tom Tromey <tromey@redhat.com>
11820
11821 * jit.c (jit_program_space_data): Rename from jit_inferior_data;
11822 change type.
11823 (struct jit_program_space_data): Rename from jit_inferior_data.
11824 Update comments.
11825 (get_jit_program_space_data): Rename from get_jit_inferior_data.
11826 Change return type. Attach data to program space.
11827 (jit_program_space_data_cleanup): Rename from
11828 jit_inferior_data_cleanup; change argument type.
11829 (jit_read_descriptor): Change 'inf_data' argument to 'ps_data',
11830 change type.
11831 (jit_register_code): Update.
11832 (jit_update_inferior_cache): Remove.
11833 (jit_breakpoint_deleted): Get jit data from the location's program
11834 space.
11835 (jit_breakpoint_re_set_internal): Rename 'inf_data' argument to
11836 'ps_data', change type.
11837 (jit_inferior_init, jit_breakpoint_re_set_internal)
11838 (jit_event_handler): Update.
11839 (free_objfile_data): Get data from objfile's program space.
11840 (_initialize_jit): Update.
11841
11842 2013-01-31 Tom Tromey <tromey@redhat.com>
11843
11844 PR gdb/13987:
11845 * jit.c (struct jit_inferior_data) <cached_code_address,
11846 jit_breakpoint>: New fields.
11847 (jit_breakpoint_re_set_internal): Fix logging. Only create
11848 breakpoint if cached address has changed.
11849 (jit_update_inferior_cache, jit_breakpoint_deleted): New
11850 functions.
11851 (_initialize_jit): Register breakpoint deleted observer.
11852
11853 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
11854
11855 * infrun.c (handle_syscall_event): Remove unused gdbarch.
11856 (save_infcall_suspend_state): Ifdef out unused inf.
11857 (restore_infcall_suspend_state): Ifdef out unused inf.
11858 * jit.c (jit_register_code): Remove unused i, b, inf_data.
11859 (jit_frame_sniffer): Remove unused inf_data.
11860
11861 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
11862
11863 * c-exp.y (classify_inner_name): Remove unused type.
11864 * c-lang.c (c_printstr): Remove unused byte_order, i, things_printed,
11865 in_quotes, need_comma, wchar_buf, output, cleanup, iter, finished,
11866 need_escape.
11867 (c_get_string): Remove unused kind.
11868 * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2.
11869
11870 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
11871
11872 * charset.c (intermediate_encoding): Remove unused i.
11873 * completer.c (signal_completer): Remove unused i.
11874 * continuations.c (discard_my_continuations_1): Remove unused
11875 continuation_ptr.
11876 * corelow.c (core_close): Remove unuseD name.
11877 (get_core_siginfo): Remove unused pid.
11878 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Remove unused
11879 i, cps.
11880 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove unused base_offset.
11881 (loclist_describe_location): Remove unused first.
11882 * event-top.c (command_line_handler): Remove unused got_eof.
11883 * exec.c (exec_close_1): Remove unused need_symtab_cleanup.
11884 (resize_section_table): Remove unused old_value.
11885 * gdb_bfd.c (gdb_bfd_map_section): Remove unused header.
11886 * gnu-v3-abi.c (compute_vtable_size): Remove unused addr.
11887 * i386-tdep.c (i386_process_record): Remove unused rex.
11888 * infcmd.c (get_return_value): Remove unused uiout.
11889 * jv-lang.c (type_from_class): Remove unused is_array.
11890 * jv-valprint.c (java_val_print): Remove unused i.
11891 * linux-nat.c (linux_nat_stop_lwp): Remove unused ptid.
11892 * linux-thread-db.c (thread_db_find_new_threads_2): Remove unuseD pid.
11893 * m2-typeprint.c (m2_print_type): Remove unused code.
11894 * macroexp.c (get_character_constant): Remove unused body_start.
11895 (macro_stringify): Remove unused result.
11896 * objc-lang.c (find_methods): Remove unused gdbarch.
11897 * objfiles.c (filter_overlapping_sections): Remove unused abfd1, abfd2.
11898 * regcache.c (regcache_cooked_read): Remove unused gdbarch.
11899 * stack.c (print_frame_args): Remove unused summary.
11900 * thread.c (thread_apply_command): Remove unused p.
11901 * valarith.c (value_x_unop): Remove unused mangle_ptr.
11902 * valops.c (search_struct_method): Remove unused skip.
11903 * valprint.c (generic_val_print): Remove unused byte_order.
11904 * varobj.c (varobj_update): Remove unused changed.
11905 * cli/cli-cmds.c (complete_command): Remove unused next_item.
11906 (alias_command): Remove unused c.
11907 * mi/mi-cmd-catch.c (mi_catch_load_unload): Remove unused c.
11908 * mi/mi-main.c (mi_cmd_data_write_register_values): Remove unused
11909 format.
11910 (mi_cmd_data_write_memory): Remove unused word_format.
11911 (mi_cmd_data_write_memory_bytes): Remove unused r.
11912 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Remove unused
11913 p_start, p_end.
11914 * python/python.c (_initialize_python): Remove unused cmd_name, cmd.
11915 * tui/tui-disasm.c (tui_set_disassem_content): Remove unused
11916 line_width.
11917
11918 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
11919
11920 * dwarf2-frame.c (dwarf2_compile_cfa_to_ax): Remove unused num_regs.
11921 * symtab.c (iterate_over_symtabs): Remove unused s.
11922 (find_pc_sect_symtab): Remove unused pspAce.
11923 (find_pc_sect_line): Remove unused alt_symtab.
11924 (find_pcs_for_symtab_line): Remove unused ix, previous_function.
11925 (completion_list_add_name): Remove unused newsize.
11926
11927 2013-01-31 Tom Tromey <tromey@redhat.com>
11928
11929 PR c++/14998:
11930 * dwarf2read.c (read_tag_ptr_to_member_type): Handle
11931 TYPE_CODE_FUNC.
11932
11933 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
11934
11935 * target.c (target_read_string): Remove unused origlen.
11936
11937 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
11938
11939 * auto-load.c (auto_load_expand_dir_vars): Remove unused dir_vec.
11940 * ax-gdb.c (gen_printf): Remove unused expr, i, bot, fr, flen, fmt.
11941 * ax-general.c (ax_print): Remove unused is_float.
11942 * blockframe.c (block_innermost_frame): Remove unused start, end.
11943 * break-catch-sig.c (catch_signal_command): Remove unused gdbarch.
11944
11945 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
11946
11947 * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.
11948 (svr4_read_so_list): Remove unused lmo.
11949 * solib-target.c (solib_target_relocate_section_addresses): Remove
11950 unused flags.
11951
11952 2013-01-30 Tom Tromey <tromey@redhat.com>
11953
11954 * hppa-tdep.c (read_unwind_info): Use SECT_OFF_TEXT, not "0".
11955
11956 2013-01-30 Tom Tromey <tromey@redhat.com>
11957
11958 * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.
11959 * utils.c (gnu_debuglink_crc32): Remove.
11960 * utils.h (gnu_debuglink_crc32): Don't declare.
11961
11962 2013-01-30 Tom Tromey <tromey@redhat.com>
11963
11964 * dwarf2read.c (compute_delayed_physnames, read_call_site_scope)
11965 (read_structure_type, read_enumeration_type): Remove cast.
11966
11967 2013-01-30 Tom Tromey <tromey@redhat.com>
11968
11969 * dwarf2read.c (read_namespace_type): Remove cast.
11970 (read_typedef): Likewise.
11971
11972 2013-01-29 Tom Tromey <tromey@redhat.com>
11973
11974 * dwarf2read.c (free_dwo_file): Remove assert.
11975
11976 2013-01-29 Tom Tromey <tromey@redhat.com>
11977
11978 * value.c (deprecated_set_value_modifiable): Remove.
11979 * value.h (deprecated_set_value_modifiable): Remove.
11980
11981 2013-01-28 Doug Evans <dje@google.com>
11982
11983 * dwarf2loc.c (dwarf2_find_location_expression): Don't add base address
11984 to addresses from dwo files.
11985
11986 2013-01-25 Siva Chandra Reddy <sivachandra@google.com>
11987
11988 * valops.c (find_overload_match): Remove unused argument 'lax'.
11989 * value.h: Remove unused argument 'lax' from the declaration of
11990 find_overload_match.
11991 * eval.c (value_subexp_standard): Do not pass a 'lax' argument
11992 to find_overload_match.
11993 * valarith.c (value_user_defined_cpp_op): Do not pass a 'lax'
11994 argument to find_overload_match.
11995
11996 2013-01-25 Tom Tromey <tromey@redhat.com>
11997
11998 * dwarf2read.c (processing_has_namespace_info): Remove.
11999 (struct dwarf2_cu) <processing_has_namespace_info>: New field.
12000 (process_die, read_func_scope, dwarf2_start_symtab)
12001 (new_symbol_full): Update.
12002
12003 2013-01-25 Tom Tromey <tromey@redhat.com>
12004
12005 * cp-namespace.c (cp_set_block_scope): Remove.
12006 * cp-support.h (cp_set_block_scope): Remove.
12007 * dbxread.c: Include block.h.
12008 (cp_set_block_scope): New function.
12009 (process_one_symbol): Update.
12010 * dwarf2read.c (read_func_scope): Use block_set_scope.
12011
12012 2013-01-25 Pedro Alves <palves@redhat.com>
12013
12014 * remote.c (add_current_inferior_and_thread): Tweak comment.
12015
12016 2013-01-25 Tom Tromey <tromey@redhat.com>
12017
12018 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
12019 (cp_add_using_directive): Add 'copy_names' argument.
12020 * cp-support.h (cp_add_using_directive): Update.
12021 (struct using_direct) <import_src, import_dest, alias,
12022 declaration>: Now const.
12023 * dwarf2read.c (read_import_statement): Use obconcat.
12024 Don't copy names passed to cp_add_using_directive.
12025
12026 2013-01-25 Tom Tromey <tromey@redhat.com>
12027
12028 * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
12029
12030 2013-01-25 Pedro Alves <palves@redhat.com>
12031
12032 * remote.c (stop_reply_extract_thread): New.
12033 (add_current_inferior_and_thread): New parameter 'wait_status'.
12034 Handle it.
12035 (remote_start_remote): Pass wait status to
12036 add_current_inferior_and_thread.
12037 (extended_remote_run): Update comment.
12038 (extended_remote_create_inferior_1): Pass wait status to
12039 add_current_inferior_and_thread.
12040
12041 2013-01-25 Andrew Burgess <aburgess@broadcom.com>
12042 Ulrich Weigand <uweigand@de.ibm.com>
12043
12044 * valarith.c (value_vector_widen): New function for replicating a
12045 scalar into a vector.
12046 (value_binop): Use value_vector_widen to widen scalar to vector
12047 rather than casting, this better matches gcc C behaviour.
12048 * valops.c (value_casst): Update logic for casting between vector
12049 types, and for casting from scalar to vector, try to match gcc C
12050 behaviour.
12051 * value.h (value_vector_widen): Declare.
12052 * opencl-lang.c (opencl_value_cast): New opencl specific casting
12053 function, handle special case for casting scalar to vector.
12054 (opencl_relop): Use opencl_value_cast.
12055 (evaluate_subexp_opencl): Use opencl_value_cast instead of
12056 value_cast, and handle BINOP_ASSIGN, UNOP_CAST, and UNOP_CAST_TYPE
12057 in order to use opencl_value_cast.
12058
12059 2013-01-25 Yao Qi <yao@codesourcery.com>
12060
12061 * event-loop.c: Include "queue.h".
12062 (gdb_event_p): New typedef.
12063 (DECLARE_QUEUE_P): Use.
12064 (DEFINE_QUEUE_P): Use.
12065 (async_queue_event): Remove.
12066 (gdb_event_xfree): New.
12067 (initialize_event_loop): New.
12068 (process_event): Use QUEUE macros.
12069 (event_queue): Remove.
12070 (gdb_wait_for_event): Caller update.
12071 (check_async_event_handlers): Likewise.
12072 (poll_timers): Likewise.
12073 * event-loop.h (initialize_event_loop): Declare.
12074 * event-loop.c (gdb_event_xfree): New.
12075 * top.c (gdb_init): Call initialize_event_loop.
12076
12077 2013-01-25 Yao Qi <yao@codesourcery.com>
12078
12079 * event-loop.c (async_queue_event): Remove one parameter
12080 'position'. Remove code handling 'position' == TAIL.
12081 (gdb_wait_for_event): Caller update.
12082 (check_async_event_handlers): Caller update.
12083 (poll_timers): Caller update.
12084 * event-loop.h (enum queue_position): Remove.
12085
12086 2013-01-25 Maxim Kuvyrkov <maxim@kugelworks.com>
12087
12088 * MAINTAINERS: Update my email.
12089
12090 2013-01-25 Yao Qi <yao@codesourcery.com>
12091
12092 * main.c (print_gdb_help): Remove "--epoch" from the help
12093 message.
12094
12095 2013-01-24 Ulrich Weigand  <uweigand@de.ibm.com>
12096
12097 * symtab.c (skip_prologue_using_sal): Consider a file
12098 change the same as an increased line number
12099
12100 2013-01-24 Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
12101
12102 * MAINTAINERS (Write After Approval): Add myself to the list.
12103
12104 2013-01-24 Tom Tromey <tromey@redhat.com>
12105
12106 * ada-lang.h (ada_decode_symbol): Make return type const.
12107 * ada-lang.c (ada_decode_symbol): Likewise.
12108
12109 2013-01-23 Doug Evans <dje@google.com>
12110
12111 * linespec.c (find_linespec_symbols): Make static.
12112
12113 2013-01-23 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
12114
12115 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
12116 type on float conversion for complex type.
12117
12118 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
12119
12120 Add a new class gdb.Architecture which exposes GDB's
12121 internal representation of architecture via GDB Python API.
12122 * Makefile.in: Add entries corresponding to the new file
12123 python/py-arch.c.
12124 * NEWS (Python Scripting): Add entries for the new class
12125 gdb.Architecture and the new method gdb.Frame.architecture.
12126 * python/py-arch.c: Implement gdb.Architecture class.
12127 * python/py-frame.c (frapy_arch): Implement the method
12128 gdb.Frame.architecture().
12129 (frame_object_methods): Add 'architecture' to the method table.
12130 * python/python-internal.h: Add declarations of new utility
12131 functions.
12132 * python/python.c (_initialize_python): Initialize
12133 gdb.Architecture class.
12134
12135 2013-01-23 Doug Evans <dje@google.com>
12136
12137 Work around binutils/15021.
12138 * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
12139 type_unit_group out of union s. All uses updated.
12140 (read_index_from_section): Watch for index version 8.
12141 (follow_die_sig): If using .gdb_index version <= 7, record the TU as
12142 an imported symtab.
12143 (write_psymtabs_to_index): Increment version number to 8.
12144
12145 2013-01-22 Pedro Alves <palves@redhat.com>
12146
12147 * annotate.c (breakpoint_changed): Skip if breakpoint is not
12148 user-visible.
12149
12150 2013-01-22 Pedro Alves <palves@redhat.com>
12151
12152 * annotate.c (annotate_breakpoints_changed): Rename to ...
12153 (annotate_breakpoints_invalid): ... this. Make static.
12154 (breakpoint_changed): Adjust.
12155 (_initialize_annotate): Always install the observers. Install a
12156 "breakpoint_created" observer.
12157 * annotate.h (annotate_breakpoints_changed): Delete declaration.
12158 * breakpoint.c (set_breakpoint_condition)
12159 (breakpoint_set_commands, do_map_commands_command)
12160 (init_raw_breakpoint, clear_command, set_ignore_count)
12161 (enable_breakpoint_disp): No longer call
12162 annotate_breakpoints_changed.
12163
12164 2013-01-22 Pedro Alves <palves@redhat.com>
12165
12166 * annotate.c: Include "inferior.h".
12167 (frames_invalid_emitted)
12168 (breakpoints_invalid_emitted): New globals.
12169 (async_background_execution_p): New function.
12170 (annotate_breakpoints_changed, annotate_frames_invalid): Skip
12171 emitting the annotation if it has already been emitted.
12172 (annotate_display_prompt): New function.
12173 * annotate.h (annotate_display_prompt): New declaration.
12174 * event-top.c: Include annotate.h.
12175 (display_gdb_prompt): Call annotate_display_prompt.
12176
12177 2013-01-22 Pedro Alves <palves@redhat.com>
12178
12179 * annotate.c (ignore_count_changed): Delete.
12180 (annotate_breakpoints_changed): Don't clear ignore_count_changed.
12181 (annotate_ignore_count_change): Delete.
12182 (annotate_stopped): Don't emit a delayed breakpoints-changed
12183 annotation.
12184 * annotate.h (annotate_ignore_count_change): Delete.
12185 * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
12186 annotate_ignore_count_change.
12187
12188 2013-01-22 Tom Tromey <tromey@redhat.com>
12189
12190 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
12191 require_rvalue for a register location.
12192
12193 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
12194
12195 * breakpoint.c (print_one_breakpoint_location): Add MI
12196 field 'thread-groups' when printing a breakpoint.
12197 (output_thread_groups): New function.
12198
12199 2013-01-21 Siva Chandra Reddy <sivachandra@google.com>
12200
12201 * python/lib/gdb/commands/explore.py
12202 (CompoundExplorer.explore_expr): Correct the name of a method
12203 being invoked.
12204 (ExploreTypeCommand.invoke): Add a missing 'return'.
12205
12206 2013-01-21 Tom Tromey <tromey@redhat.com>
12207
12208 * gdb_obstack.h (obconcat): Move declaration here, from...
12209 * symfile.h (obconcat): ... here.
12210 * gdb_obstack.c: New file.
12211 (obconcat): Move from...
12212 * symfile.c (obconcat): ... here.
12213 * Makefile.in (SFILES): Add gdb_obstack.c.
12214 (COMMON_OBS): Add gdb_obstack.o.
12215
12216 2013-01-21 Tom Tromey <tromey@redhat.com>
12217
12218 * symfile.h (obsavestring): Don't declare.
12219 * symfile.c (obsavestring): Remove.
12220 * ada-exp.y: Use obstack_copy0, not obsavestring.
12221 * ada-lang.c: Use obstack_copy0, not obsavestring.
12222 * coffread.c: Use obstack_copy0, not obsavestring.
12223 * cp-namespace.c: Use obstack_copy0, not obsavestring.
12224 * dbxread.c: Use obstack_copy0, not obsavestring.
12225 * dwarf2read.c: Use obstack_copy0, not obsavestring.
12226 * jit.c: Use obstack_copy0, not obsavestring.
12227 * mdebugread.c: Use obstack_copy0, not obsavestring.
12228 * psymtab.c: Use obstack_copy0, not obsavestring.
12229 * stabsread.c: Use obstack_copy0, not obsavestring.
12230 * xcoffread.c: Use obstack_copy0, not obsavestring.
12231
12232 2013-01-21 Tom Tromey <tromey@redhat.com>
12233
12234 * dwarf2read.c (fixup_go_packaging): Save package name
12235 on objfile obstack.
12236 * gdbtypes.c (init_type): Don't copy name.
12237
12238 2013-01-21 Tom Tromey <tromey@redhat.com>
12239
12240 * dwarf2read.c (struct partial_die_info) <name, scope>: Now
12241 const.
12242 (struct attribute) <u.str>: Now const.
12243 (struct fnfieldlist) <name>: Now const.
12244 (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
12245 (partial_die_parent_scope): Make return type const.
12246 (partial_die_full_name, add_partial_symbol): Update.
12247 (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
12248 'name' const.
12249 (find_file_and_directory): Make 'name' and 'comp_dir' const.
12250 (read_file_scope, read_func_scope, dwarf2_add_field)
12251 (dwarf2_add_member_fn, read_structure_type)
12252 (process_enumeration_scope, read_array_type, read_module_type)
12253 (read_base_type, read_subrange_type): Update.
12254 (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
12255 (new_symbol_full, guess_full_die_structure_name): Update.
12256 (dwarf2_canonicalize_name): Return const type. Make 'name' const.
12257 (dwarf2_name): Return const type.
12258 (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
12259 const.
12260
12261 2013-01-21 Tom Tromey <tromey@redhat.com>
12262
12263 * gdbtypes.c (init_type): Make 'name' const.
12264 * gdbtypes.h (init_type): Update.
12265
12266 2013-01-21 Tom Tromey <tromey@redhat.com>
12267
12268 * buildsym.c (patch_subfile_names): Use set_last_source_file.
12269 (start_symtab): Make 'name' and 'dirname' const. Use
12270 set_last_source_file.
12271 (restart_symtab, reset_symtab_globals): Use set_last_source_file.
12272 (last_source_file): Define. Now static.
12273 (set_last_source_file, get_last_source_file): New functions.
12274 * buildsym.h (last_source_file): Don't declare.
12275 (start_symtab): Update.
12276 (set_last_source_file, get_last_source_file): Declare.
12277 * coffread.c (complete_symtab): Use set_last_source_file.
12278 (coff_end_symtab): Likewise.
12279 (coff_symtab_read): Use set_last_source_file, get_last_source_file.
12280 * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
12281 set_last_source_file.
12282 (process_one_symbol): Use get_last_source_file.
12283 * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
12284 (psymtab_to_symtab_1): Use get_last_source_file.
12285 * xcoffread.c (process_linenos): Use get_last_source_file.
12286 (complete_symtab): Use set_last_source_file.
12287 (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
12288 (scan_xcoff_symtab): Use set_last_source_file.
12289
12290 2013-01-21 Tom Tromey <tromey@redhat.com>
12291
12292 * symtab.c (struct demangled_name_entry) <mangled>: Now const.
12293 (symbol_set_names): Remove casts. Handle field const-ness.
12294
12295 2013-01-21 Tom Tromey <tromey@redhat.com>
12296
12297 * dwarf2read.c (new_symbol_full): Remove cast.
12298 * symtab.c (symbol_set_demangled_name): Make 'name' const.
12299 * symtab.h (symbol_set_demangled_name): Update.
12300
12301 2013-01-21 Tom Tromey <tromey@redhat.com>
12302
12303 * main.c (captured_main): Call bfd_init.
12304
12305 2013-01-21 Tom Tromey <tromey@redhat.com>
12306
12307 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
12308 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
12309 * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
12310 * NEWS: Update.
12311
12312 2013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12313
12314 * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
12315
12316 2013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12317
12318 Fix gdb.fortran/common-block.exp crash in PIE mode.
12319 * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
12320 LOC_COMMON_BLOCK.
12321 * f-valprint.c (info_common_command_for_block): Expect
12322 LOC_COMMON_BLOCK in gdb_assert.
12323 * symtab.h (struct general_symbol_info): Update comment for the
12324 common_block member.
12325 (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
12326 (enum address_class): New member LOC_COMMON_BLOCK.
12327
12328 2013-01-18 David Blaikie <dblaikie@gmail.com>
12329
12330 * MAINTAINERS (Write After Approval): Add "David Blaikie".
12331
12332 2013-01-18 Tom Tromey <tromey@redhat.com>
12333
12334 PR c++/14999:
12335 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
12336 Call require_rvalue.
12337
12338 2013-01-18 Yao Qi <yao@codesourcery.com>
12339
12340 * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
12341 (dbx_read_symtab): New declaration.
12342 (dbx_psymtab_to_symtab): Delete.
12343 (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
12344 Rename parameter PST to SELF. Exchanged two parameters.
12345 (start_psymtab): Caller update.
12346 * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
12347 (dwarf2_read_symtab): New declaration.
12348 (dwarf2_psymtab_to_symtab): Delete.
12349 (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
12350 Rename parameter PST to SELF. Exchanged two parameters.
12351 (create_partial_symtab): Caller update.
12352 * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
12353 (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
12354 Rename parameter PST to SELF. Exchanged two parameters.
12355 (parse_partial_symbols, new_psymtab): Caller update.
12356 * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
12357 two parameters.
12358 * psymtab.c (psymtab_to_symtab): Caller update.
12359 * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
12360 (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
12361 Rename parameter PST to SELF. Exchanged two parameters.
12362 (xcoff_start_psymtab): Caller update.
12363
12364 2013-01-18 Yao Qi <yao@codesourcery.com>
12365
12366 * infrun.c (proceed): Rename local variable 'oneproc' to
12367 'force_step'.
12368
12369 2013-01-17 Doug Evans <dje@google.com>
12370
12371 * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
12372 (dw2_build_type_unit_groups): Delete. All uses updated.
12373
12374 * symtab.h (struct symbol_search): Add comment.
12375
12376 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12377
12378 * symtab.c (compare_filenames_for_search): New comment for
12379 HAS_DRIVE_SPEC.
12380
12381 2013-01-17 Tom Tromey <tromey@redhat.com>
12382
12383 * cp-abi.c (cp_abi_completer): Fix typo in assignment.
12384
12385 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12386
12387 * symtab.c (iterate_over_some_symtabs): New variable cleanups,
12388 initialize it by existing make_cleanup. Call new do_cleanups.
12389
12390 2013-01-17 Tom Tromey <tromey@redhat.com>
12391
12392 * cp-abi.c (cp_abi_completer): New function.
12393 (_initialize_cp_abi): Set completer for "set cp-abi".
12394
12395 2013-01-17 Tom Tromey <tromey@redhat.com>
12396
12397 * mem-break.c: Remove obsolete comment.
12398 * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
12399
12400 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
12401
12402 * jit.c (jit_reader_load_command): Interpret the jit reader name
12403 as an absolute path if it begins with a forward slash.
12404
12405 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
12406
12407 PR gdb/14550
12408
12409 * jit.c (finalize_symtab): Ensure that only the global block has a
12410 NULL superblock.
12411
12412 2013-01-17 Pedro Alves <palves@redhat.com>
12413
12414 * acinclude.m4: Include ../config/plugins.m4,
12415 ../config/largefile.m4 and ../config/lead-dot.m4. Add comments.
12416 * Makefile.in (aclocal_m4_deps): Update.
12417 * aclocal.m4: Renegerate.
12418
12419 2013-01-16 Doug Evans <dje@google.com>
12420
12421 * contrib/cc-with-tweaks.sh: Add references to Fission docs.
12422
12423 2013-01-16 Pedro Alves <palves@redhat.com>
12424 Tom Tromey <tromey@redhat.com>
12425
12426 PR cli/7221:
12427 * NEWS: Add "catch signal".
12428 * breakpoint.c (base_breakpoint_ops): No longer static.
12429 (bpstat_explains_signal): New function.
12430 (init_catchpoint): No longer static.
12431 (base_breakpoint_explains_signal): New function.
12432 (base_breakpoint_ops): Initialize new field.
12433 * breakpoint.h (enum bpstat_signal_value): New.
12434 (struct breakpoint_ops) <explains_signal>: New field.
12435 (bpstat_explains_signal): Remove macro, declare as function.
12436 (base_breakpoint_ops, init_catchpoint): Declare.
12437 * break-catch-sig.c: New file.
12438 * inferior.h (signal_catch_update): Declare.
12439 * infrun.c (signal_catch): New global.
12440 (handle_syscall_event): Update for change to
12441 bpstat_explains_signal.
12442 (handle_inferior_event): Likewise. Always handle random signals
12443 via bpstats.
12444 (signal_cache_update): Check signal_catch.
12445 (signal_catch_update): New function.
12446 (_initialize_infrun): Initialize signal_catch.
12447 * Makefile.in (SFILES): Add break-catch-sig.c.
12448 (COMMON_OBS): Add break-catch-sig.o.
12449
12450 2013-01-16 Tom Tromey <tromey@redhat.com>
12451
12452 * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
12453 (print_one_catch_solib, print_one_catch_syscall)
12454 (print_one_catch_exec, print_one_exception_catchpoint): Emit
12455 "catch-type".
12456
12457 2013-01-16 Yao Qi <yao@codesourcery.com>
12458
12459 * printcmd.c (current_display_number): Make it static.
12460
12461 2013-01-16 Yao Qi <yao@codesourcery.com>
12462
12463 * infcmd.c (step_once): Don't check '!single_inst' as it was
12464 checked before.
12465
12466 2013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12467
12468 * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
12469
12470 2013-01-14 Tom Tromey <tromey@redhat.com>
12471
12472 * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
12473 set command.
12474 * command.h (add_setshow_string_noescape_cmd): Update.
12475 * corefile.c (set_gnutarget_command): Remove trailing whitespace.
12476 (complete_set_gnutarget): New function.
12477 (_initialize_core): Set the "set gnutarget" completer.
12478
12479 2013-01-14 Tom Tromey <tromey@redhat.com>
12480
12481 PR symtab/14442:
12482 * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
12483 (c_type_print_modifier): Likewise.
12484 * dwarf2read.c (read_tag_restrict_type): New function.
12485 (read_type_die_1): Handle DW_TAG_restrict_type.
12486 * gdbtypes.c (make_restrict_type): New function.
12487 (recursive_dump_type): Handle TYPE_RESTRICT.
12488 * gdbtypes.h (enum type_flag_values): Renumber.
12489 (enum type_instance_flag_value): Add
12490 TYPE_INSTANCE_FLAG_RESTRICT.
12491 (TYPE_RESTRICT): New macro.
12492 (make_restrict_type): Declare.
12493
12494 2013-01-14 Tom Tromey <tromey@redhat.com>
12495
12496 PR symtab/14931:
12497 * psymtab.c (struct psymtab_state): New.
12498 (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
12499 functions.
12500 * psympriv.h (make_cleanup_discard_psymtabs): Declare.
12501 * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
12502
12503 2013-01-14 Richard Sharman <richard_sharman@mitel.com>
12504 Pedro Alves <palves@redhat.com>
12505
12506 PR remote/14786
12507
12508 * remote.c (remote_threads_info): Make a copy of the reply from
12509 qfThreadInfo and use that instead of rs->buf.
12510
12511 2013-01-14 Yao Qi <yao@codesourcery.com>
12512
12513 * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
12514 (dbx_psymtab_to_symtab): Likewise.
12515 * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
12516 * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
12517 * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
12518
12519 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12520
12521 * parse.c (parse_exp_in_context): New variable inner_chain. Call
12522 make_cleanup_restore_current_language. Call set_language. Move
12523 OLD_CHAIN and INNER_CHAIN cleanups.
12524 * utils.c (do_restore_current_language)
12525 (make_cleanup_restore_current_language): New functions.
12526 * utils.h (make_cleanup_restore_current_language): New declaration.
12527
12528 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12529
12530 * source.c (symtab_to_fullname): Apply rewrite_source_path also for
12531 non-existing files.
12532
12533 * source.c (symtab_to_fullname): Do not prepend DIRNAME for
12534 non-existing files if FILENAME is already absolute.
12535
12536 2013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12537
12538 * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
12539 fputs_filtered. Append trailing newline.
12540
12541 2013-01-11 Yao Qi <yao@codesourcery.com>
12542 Stan Shebs <stan@codesourcery.com>
12543
12544 * psymtab.c (init_psymbol_list): Clarify the comment.
12545
12546 2013-01-11 Yao Qi <yao@codesourcery.com>
12547
12548 * breakpoint.c (print_one_breakpoint_location): Remove dead code.
12549 (update_dprintf_command_list): Assert that 'printf_line' is
12550 non-null. Remove condition check.
12551
12552 2013-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12553
12554 Code cleanup.
12555 * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
12556 type const char *.
12557 * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
12558 const char *.
12559 * tui/tui-source.h (tui_source_is_displayed): Likewise.
12560
12561 2013-01-09 Anthony Green <green@moxielogic.com>
12562
12563 * cp-abi.c (cplus_print_vtable): Don't return value from void
12564 function.
12565 * ada-lang.c (re_set_catch_assert): Ditto.
12566
12567 2013-01-09 Doug Evans <dje@google.com>
12568
12569 * symfile.h (quick_symbol_functions): Delete member
12570 pre_expand_symtabs_matching. All uses removed.
12571 * dwarf2read.c (dw2_lookup_symbol): Implement.
12572 (dw2_do_expand_symtabs_matching): Delete.
12573 (dw2_pre_expand_symtabs_matching): Delete.
12574 (struct dw2_symtab_iterator): New type.
12575 (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
12576 (dw2_expand_symtabs_for_function): Rewrite.
12577 (dwarf2_gdb_index_functions): Update.
12578 * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
12579 (psym_functions): Update.
12580
12581 2013-01-09 Tom Tromey <tromey@redhat.com>
12582
12583 * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
12584 * configure: Rebuild.
12585 * configure.ac: Add somread.o to the build if BFD has SOM
12586 support.
12587 * somread.c: Include som/aout.h, not syms.h.
12588 (som_symtab_read): Use som_external_symbol_dictionary_record.
12589 Unpack records manually.
12590 (_initialize_somread): Declare.
12591
12592 2012-01-08 Mike Frysinger <vapier@gentoo.org>
12593
12594 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
12595 Cast return_address to 64bits.
12596
12597 2013-01-08 Hui Zhu <hui_zhu@mentor.com>
12598
12599 * printcmd.c: Remove define of function output_command.
12600 * tracepoint.c: Remove extern of function output_command.
12601 * valprint.h: (output_command): New extern.
12602
12603 2013-01-07 Tom Tromey <tromey@redhat.com>
12604
12605 * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
12606 Remove.
12607 (objc_language_defn): Use c_printchar, c_printstr,
12608 c_emit_char.
12609
12610 2013-01-07 Tom Tromey <tromey@redhat.com>
12611
12612 PR cli/7719:
12613 * NEWS: Update.
12614 * ada-valprint.c (printstr, print_field_values): Remove
12615 "inspect_it" code.
12616 * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
12617 code.
12618 * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
12619 code.
12620 * m2-lang.c (m2_printstr): Remove "inspect_it" code.
12621 * main.c (captured_main): Remove "epoch" argument.
12622 * objc-lang.c (objc_printstr): Remove "inspect_it" code.
12623 * p-lang.c (pascal_printstr): Remove "inspect_it" code.
12624 * p-valprint.c (pascal_object_print_value_fields): Remove
12625 "inspect_it" code.
12626 * printcmd.c (print_command_1): Remove 'inspect' argument.
12627 (print_command, call_command): Update.
12628 (inspect_command): Remove.
12629 (_initialize_printcmd): Make "inspect" an alias for "print".
12630 * top.c (epoch_interface): Remove.
12631 * top.h (epoch_interface): Remove.
12632 * valprint.c (user_print_options): Update.
12633 (print_converted_chars_to_obstack): Remove "inspect_it" code.
12634 * valprint.h (struct value_print_options) <inspect_it>: Remove
12635 field.
12636
12637 2013-01-04 Tom Tromey <tromey@redhat.com>
12638
12639 * valprint.h (read_string): Add 'extern'.
12640
12641 2013-01-07 Joel Brobecker <brobecker@adacore.com>
12642
12643 * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
12644 used to decide whether to define darwin_read_dyld_info or not.
12645
12646 2013-01-03 Pierre Muller <muller@sourceware.org>
12647
12648 * main.c (relocate_gdb_directory): Avoid calling stat function
12649 if DIR is empty.
12650
12651 2013-01-03 Yao Qi <yao@codesourcery.com>
12652
12653 * psymtab.c (fixup_psymbol_section): Update declaration.
12654 (fixup_psymbol_section): Remove code returning value.
12655
12656 2013-01-03 Yao Qi <yao@codesourcery.com>
12657
12658 * symtab.h: Remove some out of date comments.
12659 (enum exception_event_kind): Move it ...
12660 * breakpoint.c: ... here.
12661
12662 2013-01-02 Iain Sandoe <developer@sandoe-acoustics.co.uk>
12663
12664 PR gdb/14405
12665 * darwin-nat.c (darwin_read_dyld_info): Only build if
12666 TASK_DYLD_INFO_COUNT is defined.
12667 (darwin_xfer_partial): Call darwin_read_dyld_info only if
12668 TASK_DYLD_INFO_COUNT is defined.
12669
12670 2013-01-02 Tom Tromey <tromey@redhat.com>
12671
12672 * symfile.h (struct ecoff_debug_hack): Remove.
12673 * objfiles.c: Don't include mdebugread.h.
12674
12675 2013-01-02 Tom Tromey <tromey@redhat.com>
12676
12677 * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
12678 * configure.ac: Check for Mach-O support in BFD. Update
12679 CONFIG_OBS.
12680 * configure: Rebuild.
12681
12682 2013-01-02 Tom Tromey <tromey@redhat.com>
12683
12684 * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
12685 * configure.ac: Use GDB_AC_CHECK_BFD.
12686 * configure: Rebuild.
12687
12688 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
12689
12690 * MAINTAINERS: Update my email.
12691
12692 2013-01-01 Joel Brobecker <brobecker@adacore.com>
12693
12694 * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
12695
12696 2013-01-01 Joel Brobecker <brobecker@adacore.com>
12697
12698 * rs6000-nat.c (bss_data_overlap): New function.
12699 (vmap_symtab): Use it to adjust the .bss section's offset.
12700
12701 2013-01-01 Joel Brobecker <brobecker@adacore.com>
12702
12703 Update year range in copyright notice of all files.
12704
12705 2013-01-01, 13 Joel Brobecker <brobecker@adacore.com>
12706
12707 * top.c (print_gdb_version): Update copyright year.
12708
12709 For older changes see ChangeLog-2012.
12710 \f
12711 Local Variables:
12712 mode: change-log
12713 left-margin: 8
12714 fill-column: 74
12715 version-control: never
12716 coding: utf-8
12717 End:
This page took 0.543915 seconds and 4 git commands to generate.