PR gdb/15911: "info threads" changes the default source and line (for "break", "list")
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2013-09-17 Pedro Alves <palves@redhat.com>
2
3 PR gdb/15911
4 * ada-tasks.c (task_command_1): Adjust call to print_stack_frame.
5 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
6 * corelow.c (core_open):
7 * frame.h (print_stack_frame, print_frame_info): New
8 'set_current_sal' parameter.
9 * infcmd.c (finish_command, kill_command): Adjust call to
10 print_stack_frame.
11 * inferior.c (inferior_command): Likewise.
12 * infrun.c (normal_stop): Likewise.
13 * linux-fork.c (linux_fork_context): Likewise.
14 * record-full.c (record_full_goto_entry, record_full_restore):
15 Likewise.
16 * remote-mips.c (common_open): Likewise.
17 * stack.c (print_stack_frame): New 'set_current_sal' parameter.
18 Use it.
19 (print_frame_info): New 'set_current_sal' parameter. Set the last
20 displayed sal depending on the new paremeter instead of looking at
21 print_what.
22 (backtrace_command_1, select_and_print_frame, frame_command)
23 (current_frame_command, up_command, down_command): Adjust call to
24 print_stack_frame.
25 * thread.c (print_thread_info, restore_selected_frame)
26 (do_captured_thread_select): Adjust call to print_stack_frame.
27 * tracepoint.c (tfind_1): Likewise.
28 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
29 (mi_cmd_stack_info_frame): Likewise.
30 * mi/mi-interp.c (mi_on_normal_stop): Likewise.
31 * mi/mi-main.c (mi_cmd_exec_return, mi_cmd_trace_find): Likewise.
32
33 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
34
35 * value.c (isvoid_internal_fn): Replace "parameter" with
36 "argument".
37
38 2013-09-16 Stan Shebs <stan@codesourcery.com>
39
40 * README: Update references to writing code for GDB.
41 * configure.ac (build_warnings): Remove obsolete comment.
42 * configure: Regenerate.
43 * gdbarch.sh: Remove references to gdbint.texinfo.
44 * gdbarch.h: Regenerate.
45 * gdbtypes.c (objfile_type): Remove comments referencing internals
46 manual and D10V.
47
48 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
49
50 * NEWS: Mention new convenience function $_isvoid.
51 * value.c (isvoid_internal_fn): New function.
52 (_initialize_values): Add new convenience function $_isvoid.
53
54 2013-09-16 Pierre Muller <muller@sourceware.org>
55
56 * arm-linux-tdep.c: Add "elf/common.h" header.
57 Remove AT_HWCAP macro definintion as it is provided in
58 added include file.
59 * s390-tdep.c: Remove system header <elf.h>
60 Add "elf/common.h" header for AT_HWCAP definition.
61 (s390_core_read_description): Use correct CORE_ADDR
62 for hwcap local variable used as third parameter
63 of function target_auxv_search.
64
65 2013-09-14 Pierre Muller <muller@sourceware.org>
66 Tom Tromey <tromey@redhat.com>
67 Pedro Alves <palves@redhat.com>
68
69 * common/filestuff.c (gdb_fopen_cloexec): Do not try to use "e"
70 mode if operating system doesn't know O_CLOEXEC.
71
72 2013-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
73
74 Code cleanup.
75 * symfile.c (reread_symbols): Move variable obfd_filename to a more
76 inner block.
77
78 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
79
80 * NEWS: Mention TDB support.
81 * features/s390-tdb.xml: New file.
82 * features/s390-te-linux64.xml: New file.
83 * features/s390x-te-linux64.xml: New file.
84 * features/Makefile (WHICH): Add new tdescs above.
85 (s390-te-linux64-expedite): Set.
86 (s390x-te-linux64-expedite): Set.
87 * features/s390-te-linux64.c: New file (generated).
88 * features/s390x-te-linux64.c: New file (generated).
89 * regformats/s390-te-linux64.dat: New file (generated).
90 * regformats/s390x-te-linux64.dat: New file (generated).
91 * s390-tdep.h (HWCAP_S390_HIGH_GPRS): Define.
92 (HWCAP_S390_TE): Likewise.
93 (S390_TDB_DWORD0_REGNUM): Likewise.
94 (S390_TDB_DWORD0_REGNUM): Likewise.
95 (S390_TDB_ABORT_CODE_REGNUM): Likewise.
96 (S390_TDB_CONFLICT_TOKEN_REGNUM): Likewise.
97 (S390_TDB_ATIA_REGNUM): Likewise.
98 (S390_TDB_R0_REGNUM): Likewise.
99 (S390_TDB_R1_REGNUM): Likewise.
100 (S390_TDB_R2_REGNUM): Likewise.
101 (S390_TDB_R3_REGNUM): Likewise.
102 (S390_TDB_R4_REGNUM): Likewise.
103 (S390_TDB_R5_REGNUM): Likewise.
104 (S390_TDB_R6_REGNUM): Likewise.
105 (S390_TDB_R7_REGNUM): Likewise.
106 (S390_TDB_R8_REGNUM): Likewise.
107 (S390_TDB_R9_REGNUM): Likewise.
108 (S390_TDB_R10_REGNUM): Likewise.
109 (S390_TDB_R11_REGNUM): Likewise.
110 (S390_TDB_R12_REGNUM): Likewise.
111 (S390_TDB_R13_REGNUM): Likewise.
112 (S390_TDB_R14_REGNUM): Likewise.
113 (S390_TDB_R15_REGNUM): Likewise.
114 (S390_NUM_REGS): Increase.
115 (S390_IS_TDBREGSET_REGNUM): New macro.
116 (s390_regmap_tdb): Declare.
117 (s390_sizeof_tdbregset): Define.
118 (tdesc_s390_te_linux64): Declare.
119 (tdesc_s390x_te_linux64): Likewise.
120 * s390-tdep.c: Add includes for "auxv.h", <elf.h>,
121 "features/s390-te-linux64.c", and "features/s390x-te-linux64.c".
122 (s390_regmap_tdb): New regmap.
123 (s390_supply_tdb_regset): New function.
124 (s390_tdb_regset): New regset.
125 (s390_linux64v2_regset_sections): Add TDB regset to list.
126 (s390x_linux64v2_regset_sections): Likewise.
127 (s390_regset_from_core_section): Recognize TDB core note section.
128 (s390_core_read_description): If HWCAP indicates TE support,
129 select tdesc_s390_te_linux64 or tdesc_s390_s390x_te_linux64.
130 (s390_gdbarch_init): Handle TDB regset.
131 (_initialize_s390_tdep): Initialize new tdescs.
132 * s390-nat.c (HWCAP_S390_HIGH_GPRS): Remove define.
133 (have_regset_tdb): New variable.
134 (s390_native_supply): Support register invalidation.
135 (fetch_regset): Invalidate registers if ptrace yields ENODATA.
136 (check_regset): Treat ENODATA as "regset exists".
137 (s390_linux_fetch_inferior_registers): Add TDB.
138 (s390_read_description): Check for TDB existence and select
139 appropriate tdesc.
140 * gdbserver/Makefile.in (clean): Add removal of new makefile
141 targets.
142 (s390-te-linux64.c): New makefile target.
143 (s390x-te-linux64.c): Likewise.
144 * gdbserver/configure.srv (srv_regobj): Append new objects
145 s390-te-linux64.o and s390x-te-linux64.o.
146 (srv_xmlfiles): Append new files s390-te-linux64.xml,
147 s390x-te-linux64.xml, and s390-tdb.xml.
148 * gdbserver/linux-s390-low.c (init_registers_s390_te_linux64): New
149 declaration.
150 (tdesc_s390_te_linux64): Likewise.
151 (init_registers_s390x_te_linux64): Likewise.
152 (tdesc_s390x_te_linux64): Likewise.
153 (s390_check_regset): Treat ENODATA as "regset exists".
154 (s390_arch_setup): Add TDB regset support.
155 (initialize_low_arch): Initialize registers for new tdescs.
156
157 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
158
159 * s390-tdep.h (S390_IS_GREGSET_REGNUM): New macro.
160 (S390_IS_FPREGSET_REGNUM): New macro.
161 * s390-tdep.c (s390_dwarf_regmap): Make const.
162 (regnum_is_gpr_full): New function for replacing repeated code.
163 (s390_pseudo_register_name): Use it.
164 (s390_pseudo_register_type): Likewise.
165 (s390_pseudo_register_read): Likewise.
166 (s390_pseudo_register_write): Likewise.
167 (s390_unwind_pseudo_register): Likewise.
168 (s390_regmap_gregset): New format for regmap.
169 (s390x_regmap_gregset): Likewise.
170 (s390_regmap_fpregset): Likewise.
171 (s390_regmap_upper): Likewise.
172 (s390_regmap_last_break): Likewise.
173 (s390_regmap_system_call): Likewise.
174 (s390_supply_regset): Adjust to new regmap format.
175 (s390_collect_regset): Likewise.
176 * s390-nat.c (s390_native_supply): Adjust to new regmap format.
177 (s390_native_collect): Likewise.
178 (supply_gregset): Likewise.
179 (fill_gregset): Likewise.
180 (supply_fpregset): Likewise.
181 (fill_fpregset): Likewise.
182 (fetch_regset): Likewise.
183 (store_regset): Likewise.
184 (s390_linux_fetch_inferior_registers): Likewise.
185 (s390_linux_fetch_inferior_registers): Likewise.
186
187 2013-09-12 Andrew Pinski <apinski@cavium.com>
188
189 * aarch64-linux-nat.c (aarch64_linux_set_debug_regs): Zero out regs.
190
191 2013-09-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
192
193 * config/s390/s390.mh (NATDEPFILES): Add linux-waitpid.o.
194
195 2013-09-09 Andrew Burgess <aburgess@broadcom.com>
196
197 * top.c (quit_confirm): Remove use of deprecated_init_ui_hook.
198
199 2013-09-06 Pedro Alves <palves@redhat.com>
200
201 * remote-sim.c (dump_mem, gdbsim_fetch_register)
202 (gdbsim_store_register, gdbsim_kill, gdbsim_load)
203 (gdbsim_create_inferior, gdbsim_open, gdbsim_close)
204 (gdbsim_detach, gdbsim_resume_inferior, gdbsim_wait)
205 (gdbsim_files_info, gdbsim_mourn_inferior): Send debug output to
206 gdb_stdlog.
207
208 2013-09-06 Pedro Alves <palves@redhat.com>
209
210 * remote-sim.c (dump_mem): Constify buf parameter.
211 gdbsim_xfer_inferior_memory): Rename to ...
212 (gdbsim_xfer_memory): ... this. Adjust interface as
213 target_xfer_partial helper.
214 (gdbsim_xfer_partial): New function.
215 (init_gdbsim_ops): Don't install a deprecated_xfer_memory hook.
216 Install a to_xfer_partial hook. Send output to gdb_stdlog.
217
218 2013-09-06 Pedro Alves <palves@redhat.com>
219
220 * remote-sim.c (gdbsim_xfer_inferior_memory): Use
221 host_address_to_string, and send debug output to gdb_stdlog.
222
223 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
224
225 * Makefile.in (ALL_TARGET_OBS): Add cris-linux-tdep.o.
226 * configure.tgt: Add cris-linux-tdep.o and linux-tdep.o to
227 gdb_target_obs for cris target.
228 * cris-tdep.c (struct gdbarch_tdep): Move to cris-tdep.h.
229 (cris_gdbarch_init): Move calls to
230 set_gdbarch_fetch_tls_load_module_address and
231 set_solib_svr4_fetch_link_map_offsets to cris-linux-tdep.c.
232 Add call to gdbarch_init_osabi.
233 * cris-linux-tdep.c: New file.
234 * cris-tdep.h: New file.
235
236 2013-09-06 Andrew Burgess <aburgess@broadcom.com>
237
238 * tui/tui-io.c (tui_initialize_io): Remove legacy comment referring
239 to deprecated_init_ui_hook.
240
241 2013-09-06 Andrew Burgess <aburgess@broadcom.com>
242
243 * cli/cli-interp.c (_initialize_cli_interp): Add a
244 command_loop_proc to interp_procs.
245 * event-top.c (cli_command_loop): Change signature to match
246 interp_command_loop_ftype.
247 * event-top.h (cli_command_loop): Same.
248 * interps.c (interp_new): Require every interpreter to have a
249 command_loop_proc.
250 (current_interp_command_loop): Just call the command_loop_proc on
251 the current interpreter.
252 * tui/tui-interp.c (_initialize_tui_interp): Add a
253 command_loop_proc to interp_procs.
254
255 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
256
257 * cris-tdep.c (cris_gdbarch_init): Add call to
258 get_gdbarch_fetch_tls_load_module_address.
259
260 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
261
262 * cris-tdep.c (cris_elf_greg_t): Rename from elf_greg_t.
263 (cris_elf_gregset_t): Rename from elf_gregset_t.
264 (crisv32_elf_gregset_t): Adjust.
265 (cris_supply_gregset, fetch_core_registers): Adjust.
266
267 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
268
269 * cris-tdep.c (elf_greg_t): Change typedef to unsigned char[4]
270
271 2013-09-05 Andrew Burgess <aburgess@broadcom.com>
272
273 * defs.h (deprecated_command_loop_hook): Remove, including
274 references in comments.
275 * interps.c (current_interp_command_loop): No longer use
276 deprecated_command_loop_hook.
277 (clear_interpreter_hooks): Remove deprecated_command_loop_hook
278 setup.
279 * top.c (deprecated_command_loop_hook): Remove.
280
281 2013-09-05 Pedro Alves <palves@redhat.com>
282
283 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): 'dwarf_regnum'
284 local is now int instead of ULONGEST. Print it with %d
285 instead of paddress.
286
287 2013-09-05 Tristan Gingold <gingold@adacore.com>
288
289 * MAINTAINERS: Remove avr maintainership.
290
291 2013-09-05 Pedro Alves <palves@redhat.com>
292
293 * findvar.c (value_of_register): Rework in terms of
294 value_of_register_lazy.
295
296 2013-09-05 Muhammad Bilal <mbilal@codesourcery.com>
297
298 * symfile.c (add_symbol_file_command): Remove trailing
299 whitespaces and blank line after comment.
300
301 2013-09-05 Pedro Alves <palves@redhat.com>
302
303 * tui/tui-regs.c (tui_register_format): Don't look at the
304 register's name here. Return string representing register
305 value instead of storing it in the data element.
306 (tui_get_register): Compare register string representations
307 instead of register value states and contents.
308
309 2013-09-05 Pedro Alves <palves@redhat.com>
310
311 PR tui/15933
312 * tui/tui-regs.c (tui_show_registers): Show registers of the
313 selected frame, not the current frame.
314
315 2013-09-05 Ricard Wanderlof <ricardw@axis.com>
316
317 * MAINTAINERS (Write After Approval): Add myself to the list.
318
319 2013-09-04 Doug Evans <dje@google.com>
320
321 * dwarf2read.c (queue_and_load_all_dwo_tus): New function.
322 (queue_and_load_dwo_tu): New function.
323 (lookup_dwo_signatured_type): Set per_cu.tu_read.
324 (maybe_queue_comp_unit): Rename this_cu argument to dependent_cu.
325 Make dependent_cu optional.
326 (dw2_do_instantiate_symtab): If we just loaded a CU from a DWO,
327 and an older .gdb_index is in use, queue and load all its TUs too.
328
329 2013-09-04 Jan Kratochvil <jan.kratochvil@redhat.com>
330
331 Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.
332 * cli/cli-cmds.c (find_and_open_script): Add OPF_RETURN_REALPATH to
333 variable search_flags.
334 * defs.h (OPF_DISABLE_REALPATH): Rename to ...
335 (OPF_RETURN_REALPATH): ... here.
336 * dwarf2read.c (try_open_dwop_file): Set OPF_RETURN_REALPATH for flags.
337 * exec.c (exec_file_attach): Remove OPF_DISABLE_REALPATH from openp
338 call. Twice.
339 * nto-tdep.c (nto_find_and_open_solib): Add OPF_RETURN_REALPATH for
340 openp call.
341 * solib.c (solib_find): Likewise. Four times.
342 * source.c (openp): Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH
343 in the function comment and for the realpath_fptr variable.
344 (source_full_path_of): Add OPF_RETURN_REALPATH for openp call.
345 (find_and_open_source): Likewise. Twice.
346 * symfile.c (symfile_bfd_open): Likewise, also twice.
347
348 2013-09-04 Doug Evans <dje@google.com>
349
350 * progspace.c (save_current_space_and_thread): Remove unnecessary
351 call to save_current_inferior.
352
353 2013-09-04 Andrew Burgess <aburgess@broadcom.com>
354
355 * sh64-tdep.c (sh64_do_register): Return after printing message
356 about unavailable register contents.
357
358 2013-09-04 Muhammad Bilal <mbilal@codesourcery.com>
359 Pedro Alves <palves@redhat.com>
360
361 * symfile.c (add_symbol_file_command): Error out on unknown
362 option. Handle EXPECTING_SEC_ADDR/EXPECTING_SEC_NAME before '-'
363 options and collapse into single conditional branch.
364
365 2013-09-03 Luis Machado <lgustavo@codesourcery.com>
366
367 * inf-child.c (inf_child_follow_fork): New parameter
368 detach_fork.
369 * inf-ptrace.c (inf_ptrace_follow_fork): Likewise.
370 * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
371 * inferior.h (detach_fork): Remove.
372 * infrun.c (detach_fork): Adjust comment and make it
373 static.
374 (follow_fork): Pass detach_fork parameter to
375 target_follow_fork.
376 * linux-nat.c (linux_child_follow_fork): New parameter
377 detach_fork.
378 * target.c (target_follow_fork): New parameter detach_fork.
379 Pass detach_fork as parameter and print its value.
380 * target.h (struct target_ops) <to_follow_fork>: New int
381 parameter.
382 (target_follow_fork): New parameter detach_fork.
383
384 2013-09-03 Joel Brobecker <brobecker@adacore.com>
385
386 * solib-ia64-hpux.c (ia64_hpux_relocate_section_addresses):
387 Replace sec->bfd by sec->the_bfd_section->owner.
388
389 2013-09-03 Yao Qi <yao@codesourcery.com>
390
391 * linux-tdep.c (linux_is_uclinux): New function. Code moved
392 from linux_has_shared_address_space.
393 (linux_has_shared_address_space): Call linux_is_uclinux.
394 * linux-tdep.h (linux_is_uclinux): Declare.
395 * m68klinux-tdep.c (m68k_linux_get_sigtramp_info): Call
396 linux_is_uclinux.
397
398 2013-09-03 Yao Qi <yao@codesourcery.com>
399
400 * config/djgpp/fnchange.lst: Remove entry of
401 i386-interix-nat.c and i386-interix-tdep.c.
402 * configure.ac: Remove '*-*-interix*'.
403 * configure: Re-generated.
404 * defs.h (enum gdb_osabi): Remove GDB_OSABI_INTERIX.
405 * i386-cygwin-tdep.c (i386_cygwin_osabi_sniffer): Remove
406 obsolete comments.
407 * osabi.c (gdb_osabi_names): Remove "Interix".
408
409 2013-09-03 Yao Qi <yao@codesourcery.com>
410
411 * arch-utils.c: Fix typo in the comment to gdbarch_update_p.
412
413 2013-09-02 Markus Metzger <markus.t.metzger@intel.com>
414
415 * record.h (record_print_flag) <record_print_src_line,
416 record_print_insn_range>: Rename into ...
417 (record_print_flag) <record_print_src_line,
418 record_print_insn_range>: ... this. Update all users.
419
420 2013-09-02 Pierre Muller <muller@sourceware.org>
421
422 * windows-nat.c (windows_xfer_memory): Handle ERROR_PARTIAL_COPY
423 error code.
424
425 2013-09-02 Pierre Muller <muller@sourceware.org>
426
427 * windows-nat.c (windows_xfer_memory): Fix compilation failure
428 by use of plongest function.
429
430 2013-09-02 Tristan Gingold <gingold@adacore.com>
431
432 * NEWS: Add entry mentioning support for native Windows x64
433 SEH data.
434
435 * amd64-windows-tdep.c: #include "objfiles.h", "frame-unwind.h",
436 "coff/internal.h", "coff/i386.h", "coff/pe.h" and "libcoff.h".
437 (struct amd64_windows_frame_cache): New struct.
438 (amd64_windows_w2gdb_regnum): New global.
439 (pc_in_range, amd64_windows_frame_decode_epilogue)
440 (amd64_windows_frame_decode_insns, amd64_windows_find_unwind_info)
441 (amd64_windows_frame_cache, amd64_windows_frame_prev_register)
442 (amd64_windows_frame_this_id): New functions.
443 (amd64_windows_frame_unwind): New static global.
444 (amd64_windows_skip_prologue): New function.
445 (amd64_windows_init_abi): Call frame_unwind_prepend_unwinder
446 with amd64_windows_frame_unwind. Call set_gdbarch_skip_prologue
447 with amd64_windows_skip_prologue.
448
449 2013-08-30 Joel Brobecker <brobecker@adacore.com>
450
451 GDB 7.6.1 released.
452
453 2013-08-30 Pedro Alves <palves@redhat.com>
454
455 * mi/mi-main.c (mi_cmd_trace_find): Use LOC_AND_ADDRESS instead of
456 SRC_AND_LOC.
457
458 2013-08-30 Pedro Alves <palves@redhat.com>
459
460 * thread.c (restore_selected_frame): Use SRC_AND_LOC, and change
461 warning text.
462
463 2013-08-30 Pedro Alves <palves@redhat.com>
464
465 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
466 Adjust arguments to print_stack_frame.
467
468 2013-08-30 Pedro Alves <palves@redhat.com>
469
470 * ada-tasks.c (task_command_1): Write SRC_AND_LOC instead '1'.
471
472 2013-08-30 Pedro Alves <palves@redhat.com>
473
474 * frame.h (show_and_print_stack_frame): Delete declaration.
475
476 2013-08-30 Phil Muldoon <pmuldoon@redhat.com>
477
478 PR python/15461
479
480 * python/py-arch.c (ARCHPY_REQUIRE_VALID): New macro.
481 (archpy_name): Check for valid architecture.
482 (archpy_disassemble): Ditto.
483
484 2013-08-29 Joel Brobecker <brobecker@adacore.com>
485
486 * rs6000-nat.c (rs6000_ptrace32): Cast "addr" to "uintptr_t"
487 instead of "long long" in call to ptrace64.
488
489 2013-08-29 Andrew Burgess <aburgess@broadcom.com>
490
491 * mi/mi-interp.c (mi_command_loop): Change signature to match
492 interp_command_loop_ftype.
493 (mi1_command_loop): Remove.
494 (mi2_command_loop): Remove.
495 (mi3_command_loop): Remove.
496 (mi_interpreter_resume): Remove setting of
497 deprecated_command_loop_hook.
498 (_initialize_mi_interp): Set mi_command_loop as the command loop
499 callback.
500
501 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
502
503 * valops.c (do_search_struct_field): Pass v2 instead of base_type to
504 value_type.
505
506 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
507
508 * value.c (allocate_value_contents): Make static.
509 * value.h (allocate_value_contents): Remove prototype.
510
511 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
512
513 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use value_at_lazy instead
514 of assembling value via allocate_value_lazy and attribute setter.
515 * findvar.c (default_read_var_value): Use value_at_lazy instead of
516 assembling value via allocate_value_lazy and attribute setter.
517 * valops.c (do_search_struct_field): Use value_at_lazy instead of
518 assembling value via allocate_value_lazy and attribute setter.
519
520 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
521
522 * value.c (value_from_contents_and_address): Replace allocate_value and
523 memcpy with value_from_contents.
524
525 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
526
527 * python/py-framefilter.c (py_print_frame): Remove usage of
528 PyString_AsString. Use python_string_to_host_string instead.
529 Refactor function to work with a string as a new allocation
530 instead of a pointer.
531 (py_print_frame): Ditto.
532 * python/lib/gdb/frames.py (return_list): Cain iterators together
533 instead of adding them as a list.
534 (_sort_list): Call return_list, and remove duplicate code.
535 (execute_frame_filters): Convert iterator to a list with list().
536 * python/lib/gdb/command/frame_filters.py
537 (SetFrameFilterPriority._set_filter_priority): Convert priority
538 attribute to an integer.
539 * python/lib/gdb/FrameIterator.py (FrameIterator.next): Define
540 wrapper function __next__.
541 * python/lib/gdb/FrameDecorator.py: If basestring not defined,
542 define as "str".
543
544 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
545
546 PR python/15752
547 * python/py-framefilter.c (apply_frame_filter): Check
548 gdb_python_initialized. Exit if the Python frame-filter code
549 cannot be initialized.
550
551 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
552
553 PR cli/15842
554 * top.c (print_gdb_version): Remove erroneous newline after help
555 text.
556
557 2013-08-29 Yao Qi <yao@codesourcery.com>
558
559 * varobj.c (install_dynamic_child): Remove trailing space.
560 Add one blank line after variable declaration.
561
562 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
563
564 PR gdb/15415
565 * corefile.c (get_exec_file): Use exec_filename.
566 * defs.h (OPF_DISABLE_REALPATH): New definition. Add new comment.
567 * exec.c (exec_close): Free EXEC_FILENAME.
568 (exec_file_attach): New variable canonical_pathname. Use
569 OPF_DISABLE_REALPATH. Call gdb_realpath explicitly. Set
570 EXEC_FILENAME.
571 * exec.h (exec_filename): New.
572 * inferior.c (print_inferior, inferior_command): Use
573 PSPACE_EXEC_FILENAME.
574 * mi/mi-main.c (print_one_inferior): Likewise.
575 * progspace.c (clone_program_space, print_program_space): Likewise.
576 * progspace.h (struct program_space): New field pspace_exec_filename.
577 * source.c (openp): Describe OPF_DISABLE_REALPATH. New variable
578 realpath_fptr, initialize it from OPF_DISABLE_REALPATH, use it.
579
580 2013-08-28 Will Newton <will.newton@linaro.org>
581
582 * common/linux-ptrace.c: Include stdint.h unconditionally.
583
584 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
585
586 Code cleanup.
587 * nto-tdep.c (nto_find_and_open_solib): Use OPF_TRY_CWD_FIRST.
588
589 2013-08-28 Yao Qi <yao@codesourcery.com>
590 Pedro Alves <palves@redhat.com>
591
592 * event-top.c (gdb_setup_readline): Call stderr_fileopen
593 instead of stdio_fileopen.
594 * main.c (captured_main) [__MINGW32__]: Set stderr unbuffered.
595 .Call stderr_fileopen instead of stdio_fileopen.
596 * ui-file.c [__MINGW32__] (stderr_file_write): New function.
597 [__MINGW32__] (stderr_file_fputs): New function.
598 (stderr_fileopen): New function.
599 * ui-file.h (stderr_fileopen): Declare.
600
601 2013-08-27 Doug Evans <dje@google.com>
602
603 * dwarf2read.c (struct dwarf2_cu): Tweak comment.
604 (struct dwarf2_per_cu_data): Ditto.
605 (maybe_queue_comp_unit): Delete forward decl. Add comment.
606 (process_imported_unit_die): Ditto.
607 (follow_die_sig_1): Simplify assert.
608
609 2013-08-27 Pedro Alves <palves@redhat.com>
610
611 * windows-nat.c (windows_xfer_memory): Adjust prototype to follow
612 xfer_partial's interface. Return TARGET_XFER_E_IO on error.
613 (windows_xfer_partial): Defer TARGET_OBJECT_MEMORY handling to
614 windows_xfer_memory directly.
615 (init_windows_ops): Don't install a deprecated_xfer_memory method.
616
617 2013-08-27 Pedro Alves <palves@redhat.com>
618
619 * darwin-nat.c (darwin_xfer_memory): Delete.
620 (_initialize_darwin_inferior): Don't install a
621 deprecated_xfer_memory method.
622
623 2013-08-27 Pedro Alves <pedro@codesourcery.com>
624 Yao Qi <yao@codesourcery.com>
625
626 * mi/mi-cmd-stack.c (list_args_or_locals): Adjust prototype.
627 (parse_no_frames_option): Remove.
628 (mi_cmd_stack_list_locals): Handle --skip-unavailable.
629 (mi_cmd_stack_list_args): Adjust.
630 (mi_cmd_stack_list_variables): Handle --skip-unavailable.
631 (list_arg_or_local): Add new parameter 'skip_unavailable'. Return
632 early if SKIP_UNAVAILABLE is true and ARG->val is unavailable.
633 Caller update.
634 (list_args_or_locals): New parameter 'skip_unavailable'.
635 Handle it.
636 * valprint.c (scalar_type_p): Rename to ...
637 (val_print_scalar_type_p): ... this. Make extern.
638 (val_print, value_check_printable): Adjust.
639 * valprint.h (val_print_scalar_type_p): Declare.
640 * value.c (value_entirely_unavailable): New function.
641 * value.h (value_entirely_unavailable): Declare.
642
643 * NEWS: Mention the new option "--skip-unavailable" to MI
644 commands '-stack-list-locals', '-stack-list-arguments' and
645 '-stack-list-variables'.
646
647 2013-08-27 Yao Qi <yao@codesourcery.com>
648
649 * mi/mi-cmd-stack.c (parse_no_frames_option): Remove.
650 (mi_cmd_stack_list_args): Use mi_getopt_silent to handle
651 options.
652 * mi/mi-getopt.c (mi_getopt): Remove.
653 (mi_getopt_1): Renamed from mi_getopt. Add one parameter
654 'error_on_unknown'.
655 (mi_getopt): Call mi_getopt_1.
656 (mi_getopt_silent): New.
657 * mi/mi-getopt.h (mi_getopt_silent): Declare.
658
659 2013-08-26 Doug Evans <dje@google.com>
660
661 PR symtab/15885
662 * dwarf2read.c (dw2_dump): Print some minimal information indicating
663 .gdb_index is in use.
664 * symfile.c (reread_symbols): Reset objfile->sf.
665
666 * NEWS: Document "mt print objfiles" now takes optional regexp.
667 * symmisc.c (maintenance_print_objfiles): Argument is now an optional
668 regexp of objfiles to print.
669 (_initialize_symmisc): Update doc string for "mt print objfiles".
670
671 * dwarf2read.c (write_psymtabs_to_index): Move error checks ahead of
672 missing debug info checks.
673
674 2013-08-26 Raunaq Bathija <raunaq12@in.ibm.com>
675 Ulrich Weigand <uweigand@de.ibm.com>
676
677 * xcoffread.c (arrange_linetable): Add fix to correctly handle
678 line tables generated by XLC compiled binaries.
679
680 2013-08-23 Doug Evans <dje@google.com>
681
682 * symmisc.c (dump_symtab): Delete prototype.
683 (dump_msymbols, dump_objfile): Ditto.
684 (maintenance_info_symtabs): Mark as dont_repeat.
685 (_initialize_symmisc): Improve doc string for "mt info symtabs".
686
687 * elfread.c (elf_symfile_read): Move "Done reading minimal symbols"
688 debugging printf to better location.
689
690 2013-08-23 Pedro Alves <palves@redhat.com>
691
692 * target.c (target_read_live_memory): Change type of 'ret' local
693 to LONGEST.
694
695 2013-08-23 Pedro Alves <palves@redhat.com>
696
697 * remote.c (remote_write_bytes_aux, remote_write_bytes)
698 (remote_read_bytes): Change return type to LONGEST, and adjust to
699 return a target_xfer_error on error.
700 (remote_xfer_memory): Delete.
701 (remote_flash_write): Change type of 'ret' local to LONGEST.
702 (remote_xfer_partial, remote_xfer_partial): Adjust.
703 (init_remote_ops): Don't install a deprecated_xfer_memory hook.
704
705 2013-08-23 Pierre Muller <muller@sourceware.org>
706
707 ARI fix: Push # directives to start of line.
708 * rs6000-nat.c (rs6000_ptrace32, rs6000_ptrace64): Rule applied.
709
710 2013-08-12 Muhammad Waqas <mwaqas@codesourcery.com>
711
712 PR gdb/15501
713 * breakpoint.c (enable_command, disable_command): Iterate over
714 all specified breakpoint locations.
715
716 2013-08-22 Luis Machado <lgustavo@codesourcery.com>
717
718 * common/linux-ptrace.c (linux_fork_to_function): Push #
719 directives to the start of the line.
720 (linux_check_ptrace_features): Fix warning message to use
721 the "_" markup.
722
723 2013-08-22 Luis Machado <lgustavo@codesourcery.com>
724
725 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-nat.h and
726 nat/linux-waitpid.h.
727 (linux-waitpid.o): New object file rule.
728 * common/linux-ptrace.c: Include nat/linux-waitpid.h.
729 (current_ptrace_options): Moved from linux-nat.c.
730 (linux_ptrace_test_ret_to_nx): Use type casts for ptrace
731 parameters.
732 (linux_fork_to_function): New function.
733 (linux_grandchild_function): Likewise.
734 (linux_child_function): Likewise.
735 (linux_check_ptrace_features): New function, heavily
736 based on linux-nat.c:linux_test_for_tracefork.
737 (linux_enable_event_reporting): New function.
738 (ptrace_supports_feature): Likewise.
739 (linux_supports_tracefork): Likewise.
740 (linux_supports_traceclone): Likewise.
741 (linux_supports_tracevforkdone): Likewise.
742 (linux_supports_tracesysgood): Likewise.
743 * common/linux-ptrace.h (HAS_NOMMU): Moved from
744 gdbserver/linux-low.c.
745 (linux_enable_event_reporting): New declaration.
746 (linux_supports_tracefork): Likewise.
747 (linux_supports_traceclone): Likewise.
748 (linux_supports_tracevforkdone): Likewise.
749 (linux_supports_tracesysgood): Likewise.
750 * config.in (PTRACE_TYPE_ARG4): Regenerate.
751 * config/aarch64/linux.mh (NATDEPFILES): Add linux-waitpid.o.
752 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
753 * config/arm/linux.mh (NATDEPFILES): Likewise.
754 * config/i386/linux.mh (NATDEPFILES): Likewise.
755 * config/i386/linux64.mh (NATDEPFILES): Likewise.
756 * config/ia64/linux.mh (NATDEPFILES): Likewise.
757 * config/m32r/linux.mh (NATDEPFILES): Likewise.
758 * config/m68k/linux.mh (NATDEPFILES): Likewise.
759 * config/mips/linux.mh (NATDEPFILES): Likewise.
760 * config/pa/linux.mh (NATDEPFILES): Likewise..
761 * config/powerpc/linux.mh (NATDEPFILES): Likewise..
762 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
763 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
764 * config/sparc/linux.mh (NATDEPFILES): Likewise.
765 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
766 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
767 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
768 * configure.ac (AC_CACHE_CHECK): Add void * to the list of
769 ptrace's 4th argument's types.
770 Check the type of PTRACE_TYPE_ARG4.
771 * configure: Regenerate.
772 * linux-nat.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
773 (SYSCALL_SIGTRAP): Moved to nat/linux-nat.h.
774 (linux_supports_tracefork_flag): Remove.
775 (linux_supports_tracesysgood_flag): Likewise.
776 (linux_supports_tracevforkdone_flag): Likewise.
777 (current_ptrace_options): Moved to
778 common/linux-ptrace.c.
779 (linux_tracefork_child): Remove.
780 (my_waitpid): Remove.
781 (linux_test_for_tracefork): Renamed to
782 linux_check_ptrace_features and moved to common/linux-ptrace.c.
783 (linux_test_for_tracesysgood): Remove.
784 (linux_supports_tracesysgood): Remove.
785 (linux_supports_tracefork): Remove.
786 (linux_supports_tracevforkdone): Remove.
787 (linux_enable_tracesysgood): Remove.
788 (linux_enable_event_reporting): Remove.
789 (linux_init_ptrace): New function.
790 (linux_child_post_attach): Call linux_init_ptrace.
791 (linux_child_post_startup_inferior): Call linux_init_ptrace.
792 (linux_child_follow_fork): Call linux_supports_tracefork
793 and linux_supports_tracevforkdone.
794 (linux_child_insert_fork_catchpoint): Call
795 linux_supports_tracefork.
796 (linux_child_insert_vfork_catchpoint): Likewise.
797 (linux_child_set_syscall_catchpoint): Call
798 linux_supports_tracesysgood.
799 (lin_lwp_attach_lwp): Call linux_supports_tracefork.
800 * nat/linux-nat.h: New file.
801 * nat/linux-waitpid.c: New file.
802 * nat/linux-waitpid.h: New file.
803
804 2013-08-22 Samuel Bronson <naesten@gmail.com>
805
806 ARM Linux support for `catch syscall'.
807 * syscalls/arm-linux.py: New file.
808 * syscalls/arm-linux.xml: Likewise.
809 * arm-linux-tdep.c (arm_linux_get_syscall_number): New function.
810 (arm_linux_init_abi): Register the new function and syscall xml file.
811 * data-directory/Makefile.in: Install the new syscall xml file.
812 * NEWS: Brag about this.
813
814 2013-08-22 Pedro Alves <palves@redhat.com>
815
816 PR gdb/15871
817 * corefile.c (target_xfer_memory_error): New function.
818 (memory_error): Defer EIO to target_memory_error.
819 (read_memory): Use target_xfer_partial, and handle finer-grained
820 target xfer errors.
821 * target.c (target_xfer_error_to_string): New function.
822 (memory_xfer_partial_1): If memory is known to be
823 unavailable, return TARGET_XFER_E_UNAVAILABLE instead of -1.
824 (target_xfer_partial): Make extern.
825 * target.h (enum target_xfer_error): New enum.
826 (target_xfer_error_to_string): Declare function.
827 (target_xfer_partial): Declare function.
828 (struct target_ops) <xfer_partial>: Adjust describing comment.
829
830 2013-08-22 Alan Modra <amodra@gmail.com>
831
832 * configure.host: Support powerpc64le-linux and powerpcle-linux hosts.
833 * configure.tgt: Likewise as targets.
834
835 2013-08-20 Doug Evans <dje@google.com>
836
837 * buildsym.c (subfile_stack): Move here from buildsym.h.
838 (pending_macros): Ditto.
839 (get_macro_table): New function.
840 (buildsym_init): Initialize subfile_stack.
841 * coffread.c (type_vector,type_vector_length): Moved here from
842 buildsym.h.
843 (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
844 (coff_symtab_read): Use it.
845 * dbxread.c (read_ofile_symtab): Delete init of subfile_stack.
846 * dwarf2read.c (macro_start_file): Replace uses of pending_macros
847 with call to get_macro_table.
848 * stabsread.c (type_vector,type_vector_length): Moved here from
849 buildsym.h.
850 (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
851 * buildsym.h (get_macro_table): Declare.
852
853 2013-08-20 Tom Tromey <tromey@redhat.com>
854
855 * dbxread.c (record_minimal_symbol): Make 'name' argument const.
856 Update.
857 (read_dbx_dynamic_symtab): Make 'name' const. Remove casts.
858
859 2013-08-20 Doug Evans <dje@google.com>
860
861 * blockframe.c: Remove #include "psymtab.h".
862 * cp-support.c: Ditto.
863 * source.c: Ditto.
864 * stack.c: Ditto.
865
866 2013-08-20 Tom Tromey <tromey@redhat.com>
867
868 PR python/15816:
869 * exceptions.h (return_mask): Now an enum.
870 (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL): Now
871 enum constants.
872
873 2013-08-20 Tom Tromey <tromey@redhat.com>
874
875 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Use
876 get_objfile_arch.
877 * elfread.c (elf_rel_plt_read, elf_gnu_ifunc_record_cache)
878 (elf_gnu_ifunc_resolve_by_got): Use get_objfile_arch.
879 * jit.c (jit_object_close_impl): Update.
880 * jv-lang.c (get_dynamics_objfile): Update.
881 * linespec.c (add_minsym): Use get_dynamics_objfile.
882 * objfiles.c (get_objfile_bfd_data): Initialize 'gdbarch' field.
883 (allocate_objfile): Don't initialize 'gdbarch' field.
884 (get_objfile_arch): Update.
885 * objfiles.h (struct objfile_per_bfd_storage) <gdbarch>: New field,
886 moved from...
887 (struct objfile) <gdbarch>: ... here. Remove.
888 * stap-probe.c (stap_can_evaluate_probe_arguments): Use
889 get_objfile_arch.
890 * symfile.c (init_entry_point_info): Use get_objfile_arch.
891
892 2013-08-20 Alan Modra <amodra@gmail.com>
893
894 * doublest.c (convert_floatformat_to_doublest): Use fmt->split_half
895 for IBM long double nan and inf.
896 (floatformat_is_negative, floatformat_classify,
897 floatformat_mantissa): Similarly.
898 (floatformat_ieee_single, floatformat_ieee_double,
899 floatformat_ieee_quad, floatformat_arm_ext,
900 floatformat_ia64_spill): Delete unused vars.
901 (_initialize_doublest): Delete unused function.
902 * gdbtypes.c (floatformats_ibm_long_double): Use new big- and
903 little-endian variants of floatformat_ibm_long_double.
904
905 2013-08-19 Luis Machado <lgustavo@codesourcery.com>
906
907 * Makefile.in (SFILES): Remove common/target-common.c and
908 add target/waitstatus.c.
909 (HFILES_NO_SRCDIR): Remove common/target-common.h and add
910 target/resume.h, target/wait.h and target/waitstatus.h.
911 (COMMON_OBS): Remove target-common.o and add
912 waitstatus.o.
913 (target-common.o): Remove.
914 (waitstatus.o): New target object file.
915 * common/target-common.c: Move contents to
916 target/waitstatus.c and remove.
917 * common/target-common.h: Move contents to other files and
918 remove.
919 (enum resume_kind: Move to target/resume.h.
920 (TARGET_WNOHANG): Move to target/wait.h.
921 (enum target_waitkind): Move to target/waitstatus.h.
922 (struct target_waitstatus): Likewise.
923 * target.h: Do not include target-common.h and
924 include target/resume.h, target/wait.h and
925 target/waitstatus.h.
926 * target/resume.h: New file.
927 * target/wait.h: New file.
928 * target/waitstatus.h: New file.
929 * target/waitstatus.c: New file.
930
931 2013-08-19 Pedro Alves <palves@redhat.com>
932
933 * linux-nat.c (linux_test_for_tracefork)
934 (linux_test_for_tracesysgood, linux_child_follow_fork)
935 (lin_lwp_attach_lwp, linux_nat_resume): Don't block child signals.
936 (linux_nat_wait_1): Extend comment.
937 (linux_async_pipe): Add comment.
938
939 2013-08-15 Kevin Buettner <kevinb@redhat.com>
940
941 * rl78-tdep.c (RL78_RAW_PC_REGNUM): New enum.
942 (RL78_PC_REGNUM): Move to list of pseudo-register enums.
943 (rl78_register_type, rl78_register_name, rl78_register_reggroup_p):
944 Update to account for fact that PC is now a pseudo-register.
945 (rl78_pseudo_register_write, rl78_pseudo_register_read): Add
946 cases for RL78_PC_REGNUM.
947
948 2013-08-15 Muhammad Bilal <mbilal@codesourcery.com>
949
950 PR cli/15841
951 * top.c (quit_force): Skip writing history file
952 if input is not from terminal.
953
954 2013-08-14 Tom Tromey <tromey@redhat.com>
955
956 * remote.c (struct remote_state) <echo_nextthread, nextthread,
957 resultthreadlist>: New fields.
958 (OPAQUETHREADBYTES, threadref, MAXTHREADLISTRESULTS): Move earlier.
959 (remote_get_threadlist, remote_threadlist_iterator): Use
960 new fields. Remove static variables.
961
962 2013-08-14 Tom Tromey <tromey@redhat.com>
963
964 * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p,
965 remote_watch_data_address>: New fields.
966 (remote_stopped_by_watchpoint_p, remote_watch_data_address): Remove.
967 (process_stop_reply, remote_wait_as)
968 (remote_check_watch_resources, remote_stopped_data_address): Update.
969
970 2013-08-14 Tom Tromey <tromey@redhat.com>
971
972 * remote.c (struct remote_state) <async_client_callback,
973 async_client_context>: New fields.
974 (async_client_callback, async_client_context): Remove.
975 (remote_async_serial_handler, remote_async): Update.
976
977 2013-08-14 Tom Tromey <tromey@redhat.com>
978
979 * remote.c (sizeof_pkt): Remove.
980 (remote_trace_find): Use rs->buf_size, not sizeof_pkt.
981
982 2013-08-14 Tom Tromey <tromey@redhat.com>
983
984 * remote.c (struct remote_state) <use_threadinfo_query,
985 use_threadextra_query>: New fields.
986 (remote_threads_info, remote_threads_extra_info)
987 (remote_open_1): Update.
988
989 2013-08-14 Tom Tromey <tromey@redhat.com>
990
991 * remote.c (struct remote_state) <finished_object,
992 finished_annex, finished_offset>: New fields.
993 (remote_read_qxfer): Use remote_state fields; remove static
994 variables.
995
996 2013-08-14 Tom Tromey <tromey@redhat.com>
997
998 * remote.c (struct remote_state) <last_sent_step>:
999 New field.
1000 (last_sent_step): Remove.
1001 (remote_resume, remote_wait_as): Update.
1002
1003 2013-08-14 Tom Tromey <tromey@redhat.com>
1004
1005 * remote.c (struct remote_state) <last_sent_signal>:
1006 New field.
1007 (last_sent_signal): Remove.
1008 (new_remote_state, remote_resume, remote_wait_as): Update.
1009
1010 2013-08-14 Tom Tromey <tromey@redhat.com>
1011
1012 * remote.c (struct remote_state) <last_program_signals_packet>:
1013 New field.
1014 (last_program_signals_packet): Remove.
1015 (remote_program_signals, remote_open_1): Update.
1016
1017 2013-08-14 Tom Tromey <tromey@redhat.com>
1018
1019 * remote.c (struct remote_state) <last_pass_packet>:
1020 New field.
1021 (last_pass_packet): Remove.
1022 (remote_pass_signals, remote_open_1): Update.
1023
1024 2013-08-14 Tom Tromey <tromey@redhat.com>
1025
1026 * remote.c (struct remote_state) <remote_traceframe_number>:
1027 New field.
1028 (remote_traceframe_number): Remove.
1029 (new_remote_state, remote_open_1, set_remote_traceframe)
1030 (remote_trace_find): Update.
1031
1032 2013-08-14 Tom Tromey <tromey@redhat.com>
1033
1034 * remote.c (struct remote_state) <general_thread, continue_thread>:
1035 New fields.
1036 (general_thread, continue_thread): Remove.
1037 (record_currthread, set_thread, set_general_process)
1038 (remote_open_1, extended_remote_attach_1, remote_wait_as)
1039 (extended_remote_mourn_1): Update.
1040
1041 2013-08-14 Tom Tromey <tromey@redhat.com>
1042
1043 * remote.c (struct remote_state) <remote_desc>: New field.
1044 (remote_desc): Remove.
1045 (remote_threads_info, remote_threads_extra_info, remote_close)
1046 (send_interrupt_sequence, remote_start_remote, remote_open_1)
1047 (readchar, remote_xfer_partial, remote_rcmd, packet_command)
1048 (remote_hostio_send_command, remote_file_put, remote_file_get)
1049 (remote_file_delete, remote_can_async_p, remote_is_async_p)
1050 (remote_async, remote_new_objfile, set_range_stepping): Update.
1051
1052 2013-08-14 Tom Tromey <tromey@redhat.com>
1053
1054 * remote.c (remote_state): Now a pointer.
1055 (get_remote_state_raw): Update.
1056 (new_remote_state): New function.
1057 (_initialize_remote): Use new_remote_state.
1058
1059 2013-08-14 Tom Tromey <tromey@redhat.com>
1060
1061 * remote.c (remote_protocol_features): Now const.
1062
1063 2013-08-14 Tom Tromey <tromey@redhat.com>
1064
1065 * remote.c (crc32_table, crc32): Remove.
1066 (remote_verify_memory): Use xcrc32.
1067
1068 2013-08-13 Sergio Durigan Junior <sergiodj@redhat.com>
1069
1070 * value.h (create_internalvar_type_lazy): Adjust prototype
1071 declaration.
1072
1073 2013-08-13 Andrew Burgess <aburgess@broadcom.com>
1074
1075 * common/format.c (parse_format_string): Don't allow '#' flag for
1076 pointer arguments in format string.
1077
1078 2013-08-13 Pierre Muller <muller@sourceware.org>
1079
1080 * utils.c (init_page_info): Only call tgetnum function
1081 if rl_get_screen_size did not return useful values.
1082
1083 2013-08-12 Ali Anwar <ali_anwar@codesourcery.com>
1084
1085 PR breakpoints/15117
1086 * linespec.c (linespec_parse_basic): Check for convenience
1087 variable or history value while parsing.
1088
1089 2013-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
1090
1091 Revert implementation of gdbarch_gdb_signal_{to,from}_target for
1092 AVR.
1093 * avr-tdep.c: Remove include of "linux-tdep.h". Remove enum with
1094 different signals between the generic Linux kernel implementation
1095 and AVR's.
1096 (avr_linux_gdb_signal_from_target): Delete.
1097 (avr_linux_gdb_signal_to_target): Delete.
1098 (avr_gdbarch_init): Don't set gdbarch_gdb_signal_{to,from}_target.
1099
1100 2013-08-09 Doug Evans <dje@google.com>
1101
1102 * dwarf2read.c (create_addrmap_from_index): Ignore bad address table
1103 entries.
1104
1105 2013-08-09 Sergio Durigan Junior <sergiodj@redhat.com>
1106
1107 * linux-tdep.c: Define enum with generic signal numbers.
1108 (linux_gdb_signal_from_target): New function.
1109 (linux_gdb_signal_to_target): Likewise.
1110 (linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
1111 methods to the functions above.
1112 * linux-tdep.h (linux_gdb_signal_from_target): New prototype.
1113 (linux_gdb_signal_to_target): Likewise.
1114 * alpha-linux-tdep.c: Define new enum with signals different
1115 from generic Linux kernel.
1116 (alpha_linux_gdb_signal_from_target): New function.
1117 (alpha_linux_gdb_signal_to_target): Likewise.
1118 (alpha_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
1119 with the functions mentioned above.
1120 * avr-tdep.c: Define enum with differences between Linux kernel
1121 and AVR signals.
1122 (avr_linux_gdb_signal_from_target): New function.
1123 (avr_linux_gdb_signal_to_target): Likewise.
1124 (avr_gdbarch_init): Set gdbarch_gdb_signal_{to,from}_target to
1125 the functions mentioned above.
1126 * sparc-linux-tdep.c: Define enum with differences between SPARC
1127 and generic Linux kernel signal numbers.
1128 (sparc32_linux_gdb_signal_from_target): New function.
1129 (sparc32_linux_gdb_signal_to_target): Likewise.
1130 (sparc32_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
1131 to the functions defined above.
1132 * xtensa-linux-tdep.c: Define enum with differences between
1133 Xtensa and Linux kernel generic signals.
1134 (xtensa_linux_gdb_signal_from_target): New function.
1135 (xtensa_linux_gdb_signal_to_target): Likewise.
1136 (xtensa_linux_init_abi): Set gdbarch_gdb_signal_to_target
1137 to the functions defined above.
1138 * mips-linux-tdep.c: Define enum with differences between
1139 signals in MIPS and Linux kernel generic ones.
1140 (mips_gdb_signal_to_target): New function.
1141 (mips_gdb_signal_from_target): Redefine to use new enum, handle
1142 only different signals from the Linux kernel generic.
1143 (mips_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
1144 the functions defined above.
1145 * mips-linux-tdep.h (enum mips_signals): Remove.
1146
1147 2013-08-09 Pedro Alves <palves@redhat.com>
1148
1149 * avr-tdep.c (XMALLOC): Delete macro.
1150 * cli/cli-dump.c (XMALLOC): Delete macro.
1151
1152 2013-08-09 Pedro Alves <palves@redhat.com>
1153
1154 * cli/cli-dump.c: Don't include cli/cli-dump.h.
1155 (scan_expression_with_cleanup, scan_filename_with_cleanup)
1156 (fopen_with_cleanup, add_dump_command): Make static.
1157 * cli/cli-dump.h: Delete file.
1158 * Makefile.in (HFILES_NO_SRCDIR): Remove reference to
1159 cli/cli-dump.h.
1160
1161 2013-08-09 Pedro Alves <palves@redhat.com>
1162
1163 * tracepoint.c (tfile_start): Show tilde-expanded filename in
1164 error message.
1165
1166 2013-08-09 Pedro Alves <palves@redhat.com>
1167
1168 * breakpoint.c (save_breakpoints): Show tilde-expanded filename in
1169 error message.
1170
1171 2013-08-09 Pedro Alves <palves@redhat.com>
1172
1173 * gcore.c (create_gcore_bfd): Don't use tilde_expand here.
1174 (gcore_command): Use tilde_expand here, and when showing the
1175 filename to the user, show the expanded version.
1176
1177 2013-08-09 Yao Qi <yao@codesourcery.com>
1178
1179 * stack.c (read_frame_arg): Set 'entryval_error' to NULL if
1180 'entryval' is set.
1181
1182 2013-08-08 Azat Khuzhin <a3at.mail@gmail.com> (tiny change)
1183
1184 * gcore.c (create_gcore_bfd): Use tilde_expand.
1185
1186 2013-08-08 Yao Qi <yao@codesourcery.com>
1187
1188 * frame.h (read_frame_local): Declare.
1189 * mi/mi-cmd-stack.c (list_args_or_locals): Call
1190 read_frame_local.
1191 * stack.c (read_frame_local): New.
1192
1193 2013-08-08 Yao Qi <yao@codesourcery.com>
1194
1195 * mi/mi-cmd-stack.c: Update comments to function
1196 list_args_or_locals.
1197
1198 2013-08-07 Tom Tromey <tromey@redhat.com>
1199
1200 PR symtab/15028:
1201 * dwarf2read.c (struct process_psymtab_comp_unit_data): New.
1202 (process_psymtab_comp_unit_reader): Use it.
1203 (process_psymtab_comp_unit): Update. Add "pretend_language"
1204 argument.
1205 (dwarf2_build_psymtabs_hard): Update.
1206 (scan_partial_symbols): Pass CU's language to
1207 process_psymtab_comp_unit.
1208
1209 2013-08-07 Tom Tromey <tromey@redhat.com>
1210
1211 * dwarf2read.c (dw2_get_primary_filename_reader): Remove.
1212 (dwarf2_gdb_index_functions): Update.
1213 * psymtab.c (find_symbol_file_from_partial): Remove.
1214 (psym_functions): Update.
1215 * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
1216 Remove.
1217
1218 2013-08-07 Tom Tromey <tromey@redhat.com>
1219
1220 * symfile.c (set_initial_language): Look up "main" symbol
1221 and use its language.
1222 * symtab.c (find_main_filename): Remove.
1223 * symtab.h (find_main_filename): Remove.
1224
1225 2013-08-07 Tom Tromey <tromey@redhat.com>
1226
1227 * dwarf2read.c (recursively_compute_inclusions): Add
1228 "immediate_parent" argument. Set symtab's "user" field
1229 if not set.
1230 (compute_symtab_includes): Update.
1231
1232 2013-08-07 Tom Tromey <tromey@redhat.com>
1233
1234 * linespec.c (convert_linespec_to_sals): Use maybe_add_address
1235 when adding label symbols.
1236
1237 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
1238 Ulrich Weigand <uweigand@de.ibm.com>
1239
1240 * configure.tgt (powerpc64-*-aix*): Match powerpc64 running aix.
1241 * configure.host (powerpc64-*-aix*): Likewise.
1242
1243 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
1244 Ulrich Weigand <uweigand@de.ibm.com>
1245
1246 * gdb_ptrace.h: Use ptrace64 instead of ptrace if HAVE_PTRACE64
1247 is defined.
1248 * rs6000-nat.c: Check for __ld_info64_ if compiling 64 BIT gdb.
1249 (rs6000_ptrace32): Call ptrace64 instead of ptrace if present.
1250 (rs6000_ptrace64): Call ptace64 instead of ptracex if present.
1251 * configure.ac: Check for ptrace64.
1252 * configure, config.in: Regenerate.
1253
1254 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
1255 Ulrich Weigand <uweigand@de.ibm.com>
1256
1257 * aixthread.c: Call ptrace64 instead of ptracex if defined.
1258 Call ptrace64 instead of ptrace if defined.
1259 Add macro addr_ptr to take care of ptrace address argument.
1260 (pdc_read_regs): Likewise.
1261 (pdc_write_regs): Likewise.
1262 (aix_thread_resume): Likewise.
1263 (fetch_regs_kernel_thread): Likewise.
1264 (store_regs_kernel_thread): Likewise.
1265
1266 2013-08-07 Anton Blanchard <anton@samba.org>
1267
1268 * MAINTAINERS: Add myself to Write After Approval.
1269
1270 2013-08-05 Tom Tromey <tromey@redhat.com>
1271
1272 * aix-thread.c (_initialize_aix_thread): Use
1273 complete_target_initialization.
1274 * bsd-uthread.c (_initialize_bsd_uthread): Use
1275 complete_target_initialization.
1276 * dec-thread.c (_initialize_dec_thread): Use
1277 complete_target_initialization.
1278 * ravenscar-thread.c (_initialize_ravenscar): Use
1279 complete_target_initialization.
1280 * sol-thread.c (_initialize_sol_thread): Use
1281 complete_target_initialization.
1282 * spu-multiarch.c (_initialize_spu_multiarch): Use
1283 complete_target_initialization.
1284
1285 2013-08-05 Tom Tromey <tromey@redhat.com>
1286
1287 * ada-exp.y (write_var_or_type): Use bound_minimal_symbol.
1288 * ada-lang.c (ada_lookup_simple_minsym): Return
1289 bound_minimal_symbol.
1290 * ada-lang.h (ada_lookup_simple_minsym): Update.
1291 * c-exp.y (variable): Use lookup_bound_minimal_symbol.
1292 * f-exp.y (variable): Use lookup_bound_minimal_symbol.
1293 * go-exp.y (variable): Use lookup_bound_minimal_symbol.
1294 * jv-exp.y (push_expression_name): Use lookup_bound_minimal_symbol.
1295 * m2-exp.y (variable): Use lookup_bound_minimal_symbol.
1296 * minsyms.c (msymbol_objfile): Remove.
1297 (lookup_minimal_symbol_internal): New function, from
1298 lookup_minimal_symbol.
1299 (lookup_minimal_symbol): Rewrite using
1300 lookup_minimal_symbol_internal.
1301 (lookup_bound_minimal_symbol): New function.
1302 * minsyms.h (msymbol_objfile): Remove.
1303 (lookup_bound_minimal_symbol): Declare.
1304 * p-exp.y (variable): Use lookup_bound_minimal_symbol.
1305 * parse.c (write_exp_msymbol): Change parameter to a
1306 bound_minimal_symbol.
1307 (write_dollar_variable): Use lookup_bound_minimal_symbol.
1308 * parser-defs.h (write_exp_msymbol): Update.
1309 * printcmd.c (address_info): Use lookup_bound_minimal_symbol.
1310 * symfile.c (simple_read_overlay_table): Use
1311 lookup_bound_minimal_symbol.
1312 * symtab.c (skip_prologue_sal): Don't use msymbol_objfile.
1313 (search_symbols): Likewise.
1314 (print_msymbol_info): Take a bound_minimal_symbol argument.
1315 (symtab_symbol_info, rbreak_command): Update.
1316 * symtab.h (struct symbol_search) <msymbol>: Change type
1317 to bound_minimal_symbol.
1318 * valops.c (find_function_in_inferior): Use
1319 lookup_bound_minimal_symbol.
1320 * value.c (value_fn_field): Use lookup_bound_minimal_symbol.
1321
1322 2013-08-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1323
1324 Code cleanup.
1325 * remote.c (cleanup_sigint_signal_handler): Rename the declaration
1326 to ...
1327 (async_cleanup_sigint_signal_handler): ... this.
1328 (initialize_sigint_signal_handler): Remove declaration.
1329 (handle_remote_sigint): Rename the declaration to ...
1330 (async_handle_remote_sigint): ... this.
1331 (handle_remote_sigint_twice): Rename the declaration to ...
1332 (async_handle_remote_sigint_twice): ... this.
1333 (async_remote_interrupt, async_remote_interrupt_twice)
1334 (remote_interrupt): Remove the declarations.
1335 (remote_interrupt_twice): Rename the declaration ...
1336 (sync_remote_interrupt_twice): ... this.
1337 (sigint_remote_twice_token): Rename the variable to ...
1338 (async_sigint_remote_twice_token): ... this.
1339 (sigint_remote_token): Rename the variable to ...
1340 (async_sigint_remote_token): ... this.
1341 (initialize_sigint_signal_handler): Rename the function to ...
1342 (async_initialize_sigint_signal_handler): ... this. Update the name
1343 inside.
1344 (handle_remote_sigint): Rename the function to ...
1345 (async_handle_remote_sigint): ... this. Update the names inside.
1346 (handle_remote_sigint_twice): Rename the function to ...
1347 (async_handle_remote_sigint_twice): ... this. Update the names inside.
1348 (cleanup_sigint_signal_handler): Rename the function to ...
1349 (async_cleanup_sigint_signal_handler): ... this.
1350 (remote_interrupt): Rename the function to ...
1351 (sync_remote_interrupt): this. Update the names inside.
1352 (remote_interrupt_twice): Rename the function to ...
1353 (sync_remote_interrupt_twice): this. Update the names inside.
1354 (remote_terminal_inferior, remote_terminal_ours, remote_wait_as)
1355 (_initialize_remote): Update the names inside.
1356
1357 2013-08-02 Tom Tromey <tromey@redhat.com>
1358
1359 PR symtab/15719:
1360 * breakpoint.c (update_watchpoint, watchpoint_check)
1361 (watch_command_1): Update.
1362 * eval.c (fetch_subexp_value): Add "preserve_errors"
1363 parameter.
1364 * ppc-linux-nat.c (check_condition): Update.
1365 * value.h (fetch_subexp_value): Update.
1366
1367 2013-08-02 Andrew Burgess <aburgess@broadcom.com>
1368
1369 * mi/mi-interp.c (mi_interpreter_resume): Remove call to
1370 add_file_handler.
1371
1372 2013-08-01 Doug Evans <dje@google.com>
1373
1374 PR symtab/15691
1375 * dwarf2read.c (struct dwarf2_per_cu_data): New member tu_read.
1376 (fill_in_sig_entry_from_dwo_entry): Reorganize asserts.
1377 Add assert of sig_entry->dwo_unit == NULL.
1378 (lookup_dwo_signatured_type): Don't assign TU to a DWO if the TU
1379 had already been read.
1380 (read_signatured_type): Set per_cu.tu_read.
1381
1382 PR symtab/15695
1383 * valops.c (value_struct_elt): Add missing call to check_typedef.
1384 (value_find_oload_method_list): Ditto.
1385
1386 * symtab.c (do_free_search_symbols_cleanup): Change arg to,
1387 effectively, struct symbol_search **.
1388 (make_cleanup_free_search_symbols): Change arg to struct
1389 symbol_search **. All callers updated.
1390 (compare_search_syms): Compare symtab file name and block as well.
1391 (search_symbols_equal): New function.
1392 (sort_search_symbols_remove_dups): Renamed from sort_search_symbols.
1393 New args new_head, new_tail. Result is now void. Remove dups after
1394 sorting the symbols.
1395 (search_symbols): Sort all found symbols once, after all have been
1396 found, and remove duplicates. Simplify cleanup tracking of result.
1397 * symtab.h (make_cleanup_free_search_symbols): Update prototype.
1398
1399 Further workarounds for binutils/15021.
1400 * dwarf2read.c (recursively_compute_inclusions): Change type of result
1401 parameter to VEC (symtab_ptr) **. New parameter all_type_symtabs.
1402 Watch for duplicate symtabs coming from type units.
1403 (compute_symtab_includes): Update call to
1404 recursively_compute_inclusions. Build vector of included symtabs
1405 instead of per_cus.
1406 * symtab.h (symtab_ptr): New typedef.
1407 (DEF_VEC_P (symtab_ptr)): New VEC type.
1408 * linespec.c (symtab_p): Delete. All uses updated to use symtab_ptr
1409 instead.
1410
1411 2013-08-01 Andrew Burgess <aburgess@broadcom.com>
1412
1413 * cli/cli-script.c (script_from_file): Remove use of
1414 error_pre_print.
1415 * main.c (captured_main): Remove use of error_pre_print and
1416 quit_pre_print.
1417 * utils.c (error_pre_print, quit_pre_print): Remove.
1418 * utils.h (error_pre_print, quit_pre_print): Likewise.
1419
1420 2013-08-01 Yao Qi <yao@codesourcery.com>
1421
1422 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Parse argv
1423 with mi_getopt.
1424 (mi_cmd_stack_list_variables): Likewise.
1425
1426 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
1427
1428 * exceptions.c (deprecated_throw_reason): Remove.
1429 * exceptions.h (deprecated_throw_reason): Remove.
1430
1431 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
1432
1433 * remote-mips.c (mips_error): Replace use of
1434 deprecated_throw_reason with throw_verror. Use the error message
1435 passed to mips_error as the error message for throw_verror.
1436
1437 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
1438
1439 * monitor.c (monitor_interrupt_query): Replace use of
1440 deprecated_throw_reason with quit.
1441 * nto-procfs.c (interrupt_query): Likewise.
1442 * remote-fileio.c (remote_fileio_sig_exit): Likewise.
1443 * remote-mips.c (mips_kill): Likewise.
1444 * remote.c (interrupt_query): Likewise.
1445
1446 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
1447
1448 * utils.c (internal_verror): Replace use of deprecated_throw_reason
1449 with call to fatal.
1450
1451 2013-07-31 Pedro Alves <pedro@codesourcery.com>
1452 Yao Qi <yao@codesourcery.com>
1453
1454 * tracepoint.c (trace_dump_command): Select the current frame.
1455
1456 2013-07-30 Doug Evans <dje@google.com>
1457
1458 * dwarf2read.c (process_queue): Add type signature to debug output.
1459
1460 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
1461
1462 * value.c (value_fetch_lazy): Mark optimized out values as such
1463 rather than raising an error.
1464
1465 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
1466
1467 * value.c (value_fetch_lazy): Ensure parent value is not lazy
1468 before checking which bits of the parent, not the child, value are
1469 valid.
1470
1471 2013-07-30 Muhammad Bilal <mbilal@codesorcery.com>
1472
1473 PR gdb/15715
1474 * top.c: Include "filenames.h".
1475 (set_history_filename): New function.
1476 (init_main): Install it as set hook of the "set history filename"
1477 command.
1478
1479 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
1480
1481 * dwarf2read.c (dwarf2_get_ref_die_offset): Constify struct
1482 attribute parameter.
1483 (dwarf2_const_value_data): Constify struct attribute parameter.
1484 (dwarf2_const_value): Constify struct attribute parameter.
1485 (dwarf2_const_value_attr): Constify struct attribute parameter.
1486 (lookup_die_type): Constify struct attribute parameter.
1487 (dwarf2_get_attr_constant_value): Constify struct attribute parameter.
1488 (follow_die_ref_or_sig): Constify struct attribute parameter.
1489 (follow_die_ref): Constify struct attribute parameter.
1490 (follow_die_sig): Constify struct attribute parameter.
1491 (get_DW_AT_signature_type): Constify struct attribute parameter.
1492 (get_type_unit_group): Constify struct attribute parameter.
1493 (fill_in_loclist_baton): Constify struct attribute parameter.
1494 (dwarf2_symbol_mark_computed): Constify struct attribute parameter.
1495 (type_unit_group): Constify struct attribute parameter.
1496
1497 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
1498
1499 * dwarf2read.c (attr_form_is_block): Make argument const.
1500 (attr_form_is_section_offset): Make argument const.
1501 (attr_form_is_constant): Make argument const.
1502 (attr_form_is_ref): Make argument const.
1503
1504 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
1505
1506 * dwarf2read.c (attr_is_ref): Rename to attr_form_is_ref.
1507 All uses updated.
1508 (attr_form_is_ref): Moved below attr_form_is_constant.
1509
1510 2013-07-29 Doug Evans <dje@google.com>
1511
1512 * main.c (captured_command_loop): Tweak comment.
1513
1514 * target.c (target_async_permitted_1): Fix comment.
1515
1516 * symtab.c (iterate_over_some_symtabs): Add comment.
1517
1518 * symtab.c (iterate_over_some_symtabs): Fix indentation.
1519
1520 2013-07-27 Yao Qi <yao@codesourcery.com>
1521
1522 * NEWS: Mention that GDBserver now supports hardware
1523 watchpoints on the MIPS GNU/Linux target.
1524
1525 2013-07-27 Yao Qi <yao@codesourcery.com>
1526
1527 * Makefile.in (HFILES_NO_SRCDIR): Add
1528 common/mips-linux-watch.h.
1529 (mips-linux-watch.o): New rule.
1530 * common/mips-linux-watch.c: New.
1531 * common/mips-linux-watch.h: New.
1532 * config/mips/linux.mh (NATDEPFILES): Add mips-linux-watch.o
1533 * mips-linux-nat.c: Include mips-linux-watch.h.
1534 (W_BIT, R_BIT, I_BIT, W_MASK, R_MASK, I_MASK, IRW_MASK): Move
1535 to common/mips-linux-watch.h.
1536 (MAX_DEBUG_REGISTER): Likewise.
1537 (enum pt_watch_style): Likewise.
1538 (struct mips32_watch_regs): Likewise.
1539 (struct mips64_watch_regs): Likewise.
1540 (struct pt_watch_regs): Likewise.
1541 (struct mips_watchpoint): Likewise.
1542 (mips_linux_watch_get_irw_mask): Move to
1543 common/mips-linux-watch.c.
1544 (get_reg_mask, mips_linux_watch_get_num_valid): Likewise.
1545 (mips_linux_watch_get_watchlo): Likewise.
1546 (mips_linux_watch_set_watchlo): Likewise.
1547 (mips_linux_watch_get_watchhi): Likewise.
1548 (mips_linux_watch_set_watchhi): Likewise.
1549 (mips_linux_read_watch_registers): Likewise.
1550 (mips_linux_watch_type_to_irw): Likewise.
1551 (mips_linux_stopped_data_address, fill_mask): Likewise.
1552 (mips_linux_watch_try_one_watch): Likewise.
1553 (mips_linux_watch_populate_regs): Likewise.
1554
1555 2013-07-27 Yao Qi <yao@codesourcery.com>
1556
1557 * mips-linux-nat.c (get_irw_mask): Rename to ...
1558 (mips_linux_watch_get_irw_mask): ... this. Rename parameter
1559 'set' to 'n'. Update function comment. All callers changed.
1560 (get_reg_mask): Rename parameter 'set' to 'n'. Update
1561 function comment. All callers changed.
1562 (get_num_valid): Rename to ...
1563 (mips_linux_watch_get_num_valid): ... this. Rename parameter
1564 'set' to 'n'. Update function comment. All callers changed.
1565 (get_watchlo): Rename to ...
1566 (mips_linux_watch_get_watchlo): ... this. Rename parameter
1567 'set' to 'n'. Update function comment. All callers changed.
1568 (set_watchlo): Rename to ...
1569 (mips_linux_watch_set_watchlo): ... this. Rename parameter
1570 'set' to 'n'. Update function comment. All callers changed.
1571 (get_watchhi): Rename to ...
1572 (mips_linux_watch_get_watchhi): ... this. Update function
1573 comment. All callers changed.
1574 (set_watchhi): Rename to ...
1575 (mips_linux_watch_set_watchhi): ... this. Update function
1576 comment. All callers changed.
1577 (mips_linux_read_watch_registers): Update function comment.
1578 Add new parameters 'lwpid', 'watch_readback', and
1579 'watch_readback_valid'. Update.
1580 (type_to_irw): Rename to ...
1581 (mips_linux_watch_type_to_irw): ... this. Update function
1582 comment. All callers changed.
1583 (fill_mask): Update function comment.
1584 (try_one_watch): Rename to ...
1585 (mips_linux_watch_try_one_watch): ... this. Change the type
1586 of parameter 'irw' from 'unsigned' to 'uint32_t'.
1587 (populate_regs_from_watches): Rename to ...
1588 (mips_linux_watch_populate_regs): ... this. Add parameter
1589 'current_watches'. All callers changed.
1590
1591 2013-07-27 Yao Qi <yao@codesourcery.com>
1592
1593 * mips-linux-nat.c (MAX_DEBUG_REGISTER): Move it earlier in
1594 the code.
1595 (PTRACE_SET_WATCH_REGS, enum pt_watch_style): Remove.
1596 (struct mips32_watch_regs, struct mips64_watch_regs): Remove.
1597 (struct pt_watch_regs): Likewise.
1598 [!PTRACE_GET_WATCH_REGS] (PTRACE_SET_WATCH_REGS): New macro.
1599 [!PTRACE_GET_WATCH_REGS] (enum pt_watch_style): New.
1600 [!PTRACE_GET_WATCH_REGS] (struct mips32_watch_regs): New.
1601 [!PTRACE_GET_WATCH_REGS] (struct mips64_watch_regs): New.
1602 [!PTRACE_GET_WATCH_REGS] (struct pt_watch_regs): New.
1603
1604 2013-07-27 Yao Qi <yao@codesourcery.com>
1605
1606 * breakpoint.h: Include break-common.h.
1607 (enum target_hw_bp_type): Move to ...
1608 * common/break-common.h: ... here. New.
1609
1610 2013-07-26 Cyril Nikolaev <cyril@nichtverstehen.de>
1611
1612 * inflow.c (terminal_init_inferior_with_pgrp): Save inferior
1613 process group regardless of having tty on stdin.
1614
1615 2013-07-25 Doug Evans <dje@google.com>
1616
1617 * linux-fork.h (detach_fork): Delete.
1618
1619 2013-07-25 Tom Tromey <tromey@redhat.com>
1620
1621 PR remote/15256, PR remote/15266:
1622 * bfd-target.c (target_bfd_reopen): Initialize to_magic.
1623 * monitor.c (monitor_detach): Use unpush_target.
1624 * remote-m32r-sdi.c (m32r_detach): Use unpush_target.
1625 * remote-mips.c (mips_detach): Use unpush_target. Don't
1626 call mips_close.
1627 * remote-sim.c (gdbsim_detach): Use unpush_target.
1628 * target.c (pop_target): Remove.
1629 (pop_all_targets_above): Don't call target_close.
1630 (target_close): Assert that the target is unpushed.
1631 * target.h (pop_target): Don't declare.
1632 * tracepoint.c (tfile_open): Use unpush_target.
1633
1634 2013-07-25 Tom Tromey <tromey@redhat.com>
1635
1636 * linux-thread-db.c (init_thread_db_ops): Call
1637 complete_target_initialization.
1638 (_initialize_thread_db): Don't call add_target.
1639 * target.c (complete_target_initialization): New function.
1640 (add_target_with_completer): Call it.
1641 * target.h (complete_target_initialization): Declare.
1642
1643 2013-07-25 Mark Kettenis <kettenis@gnu.org>
1644
1645 * hppa-tdep.h (enum hppa_regnum): Add members for all space registers.
1646 * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Add comment.
1647 (HPPANBSD_SIZEOF_GREGS): New define.
1648 (hppaobsd_supply_gregset): Handle additional registers.
1649 * hppabsd-nat.c (hppabsd_gregset_supplies_p): Adjust to indicate
1650 we provide more registers now.
1651 (hppabsd_supply_gregset): Supply additional registers.
1652 (hppabsd_collect_gregset): Collect additional registers.
1653
1654 2013-07-25 Mark Kettenis <kettenis@gnu.org>
1655
1656 * hppabsd-tdep.c: Include "dwarf2-frame.h".
1657 (hppabsd_dwarf2_frame_init_reg): New function.
1658 (hppabsd_init_abi): Hook in the DWARF CFI frame unwinder.
1659
1660 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
1661
1662 * mi/mi-main.c (output_register): Make MI 'r' format use standard
1663 'z' format code. Remove error for optimized out values, standard
1664 code will handle these fine.
1665
1666 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
1667
1668 * NEWS: Mention new 'z' formatter.
1669 * printcmd.c (print_scalar_formatted): Add new 'z' formatter.
1670 (_initialize_printcmd): Mention 'z' formatter in help text of the
1671 'x' command.
1672
1673 2013-07-24 Maciej W. Rozycki <macro@codesourcery.com>
1674
1675 * mips-tdep.c (micromips_deal_with_atomic_sequence): Correct
1676 formatting.
1677
1678 2013-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
1679
1680 * breakpoint.c (create_longjmp_master_breakpoint): Check if probe
1681 interface can evaluate arguments. Fallback to the old mode if it
1682 cannot.
1683 (create_exception_master_breakpoint): Likewise.
1684 * elfread.c (elf_can_evaluate_probe_arguments): New function.
1685 (struct sym_probe_fns elf_probe_fns): Export function above to the
1686 probe interface.
1687 * probe.c (can_evaluate_probe_arguments): New function.
1688 * probe.h (struct probe_ops) <can_evaluate_probe_arguments>: New
1689 function pointer.
1690 (can_evaluate_probe_arguments): New function prototype.
1691 * solib-svr4.c (svr4_create_solib_event_breakpoints): Check if
1692 probe interface can evaluate arguments. Fallback to the old mode
1693 if it cannot.
1694 * stap-probe.c (stap_get_probe_argument_count): Check if probe
1695 interface can evaluate arguments. Warning the user if it cannot.
1696 (stap_can_evaluate_probe_arguments): New function.
1697 (struct probe_ops stap_probe_ops): Export function above to the
1698 probe interface.
1699 * symfile.h (struct sym_probe_fns) <can_evaluate_probe_arguments>:
1700 New function pointer.
1701
1702 2013-07-24 Luis Machado <lgustavo@codesourcery.com>
1703
1704 * Makefile.in (SFILES): Add common/target-common.c.
1705 Add common/target-common.h to headers.
1706 (COMMON_OBS): Add target-common.o.
1707 (target-common.o): New target.
1708 * linux-nat.h (resume_kind): Move to common/target-common.h.
1709 * target.c (target_waitstatus_to_string): Move to
1710 common/target-common.c.
1711 * target.h: Include target-common.h.
1712 (target_waitkind): Move to common/target-common.h.
1713 (target_waitstatus): Likewise.
1714 (TARGET_WNOHANG): Likewise.
1715 * common/target-common.c: New file.
1716 * common/target-common.h: New file.
1717
1718 2013-07-24 Doug Evans <dje@google.com>
1719
1720 * dwarf2read.c (lookup_dwo_cutu): Change missing DWO complaint to
1721 a warning.
1722
1723 2013-07-23 Yao Qi <yao@codesourcery.com>
1724
1725 * i386-tdep.c (i386_in_stack_tramp_p): Remove unused
1726 parameter 'gdbarch'.
1727 (i386_stack_tramp_frame_sniffer): Caller update.
1728 * i386-linux-tdep.c (i386_linux_core_read_xcr0): Remove
1729 parameter 'gdbarch' and 'target'.
1730 (i386_linux_core_read_description): Caller update.
1731 * amd64-linux-tdep.c (amd64_linux_core_read_description):
1732 Likewise.
1733 * i386-linux-tdep.h (i386_linux_core_read_xcr0): Update
1734 declaration.
1735
1736 2013-07-23 Tom Tromey <tromey@redhat.com>
1737
1738 * dwarf2read.c (init_cutu_and_read_dies): Revert patch from
1739 2013-07-22.
1740
1741 2013-07-22 Doug Evans <dje@google.com>
1742
1743 * exec.h (remove_target_sections): Delete arg abfd.
1744 * exec.c (exec_close): Update call to remove_target_sections.
1745 (remove_target_sections): Delete arg abfd.
1746 * solib.c (update_solib_list): Ditto.
1747 (reload_shared_libraries_1): Ditto.
1748 (clear_solib): Ditto, and unconditionally call remove_target_sections.
1749 * target.h (struct target_section): Rename key to owner.
1750 All uses updated.
1751
1752 2013-07-22 Tom Tromey <tromey@redhat.com>
1753
1754 * solib-som.c (som_open_symbol_file_object): Call do_cleanups.
1755
1756 2013-07-22 Tom Tromey <tromey@redhat.com>
1757
1758 * dwarf2read.c (init_cutu_and_read_dies): Remove 'free_cu_cleanup'.
1759 Simplify cleanup handling.
1760
1761 2013-07-22 Tom Tromey <tromey@redhat.com>
1762
1763 * dwarf2read.c (dwarf_decode_line_header): Call do_cleanups
1764 on all return paths.
1765
1766 2013-07-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1767
1768 * ppc-linux-nat.c (PPC_DEBUG_FEATURE_DATA_BP_DAWR): New define.
1769 (ppc_linux_region_ok_for_hw_watchpoint): Add checking to use the new
1770 DAWR interface for longer ranges hardware watchpoint (up to 512 bytes).
1771
1772 2013-07-22 Phil Muldoon <pmuldoon@redhat.com>
1773
1774 * top.c (print_gdb_version): Add help, apropos description and
1775 url to online documentation.
1776
1777 2013-07-19 Hui Zhu <hui@codesourcery.com>
1778
1779 PR gdb/15692
1780 * mi/mi-cmd-break.c (mi_argv_to_format): Handle double quotes.
1781
1782 2013-07-19 Yao Qi <yao@codesourcery.com>
1783
1784 * target.c (update_current_target): Change the default action
1785 of 'to_traceframe_info' from tcomplain to return_zero.
1786 * target.h (struct target_ops) <to_traceframe_info>: Add more
1787 comments.
1788 * valops.c (read_value_memory): Call
1789 traceframe_available_memory unconditionally.
1790
1791 2013-07-18 Yao Qi <yao@codesourcery.com>
1792
1793 * coffread.c (coff_symfile_read): Iterate over minimal symbols,
1794 if the name is prefixed by "__imp_" or "_imp_", look for minimal
1795 symbol without prefix. If found, set its type to
1796 'mst_solib_trampoline'.
1797
1798 2013-07-17 Doug Evans <dje@google.com>
1799
1800 * NEWS: Mention "set print raw frame-arguments".
1801 * gdbcmd.h (setprintrawlist, showprintrawlist): Declare.
1802 * stack.c (print_raw_frame_arguments): New static global.
1803 (print_frame_arg): Set opts.raw from print_raw_frame_arguments.
1804 (_initialize_stack): New command "set/show print raw frame-arguments".
1805 * valprint.c (setprintrawlist, showprintrawlist): New globals.
1806 (set_print_raw, show_print_raw): New functions.
1807 (_initialize_valprint): New prefix command "set/show print raw".
1808 * valprint.h (value_print_options): Improve comments.
1809
1810 * cli/cli-cmds.c (init_cmd_lists): Delete unnecessary initialization
1811 of all *list variables.
1812
1813 * gdbcmd.h (togglelist): Delete.
1814 * cli/cli-cmds.c (togglelist): Delete.
1815 (init_cmd_lists): Update.
1816 * cli/cli-cmds.h (togglelist): Delete.
1817
1818 2013-07-17 Tom Tromey <tromey@redhat.com>
1819
1820 * dwarf2read.c (dwarf2_per_objfile_free): Clear
1821 dwarf2_per_objfile.
1822
1823 2013-07-16 Doug Evans <dje@google.com>
1824
1825 * nto-tdep.c (nto_relocate_section_addresses): Update,
1826 target_section.bfd deleted.
1827 * ppc64-tdep.c (ppc64_convert_from_func_ptr_addr): Ditto.
1828 * s390-tdep.c (s390_load): Ditto.
1829 * solib-aix.c (solib_aix_relocate_section_addresses): Ditto.
1830
1831 2013-07-16 Andrew Burgess <aburgess@broadcom.com>
1832
1833 * common/format.c (parse_format_string): Add checks for NULL
1834 character before calling strchr.
1835
1836 2013-07-16 Doug Evans <dje@google.com>
1837
1838 * solist.h (target_so_ops.find_and_open_solib): Clarify usage of
1839 temp_pathname argument.
1840 * nto-tdep.c (nto_find_and_open_solib): Fix setting of temp_pathname
1841 when opening the file fails.
1842
1843 * target.h (struct target_section): Delete member bfd.
1844 All users updated to use the_bfd_section->owner instead.
1845 * exec.c (add_to_section_table): Assert bfd is expected value.
1846 Remove initialization of target_section.bfd.
1847 (remove_target_sections): Update.
1848 (section_table_available_memory): Update.
1849 (section_table_xfer_memory_partial): Update.
1850 (print_section_info): Update.
1851 (exec_set_section_address): Update.
1852 * record-full.c (record_full_core_xfer_partial): Update.
1853 * solib-svr4.c (svr4_relocate_section_addresses): Update.
1854 * solib-target.c (solib_target_relocate_section_addresses): Update.
1855 * symfile.c (build_section_addr_info_from_section_table): Update.
1856 * target.c (memory_xfer_live_readonly_partial): Update.
1857 (memory_xfer_partial_1): Update.
1858
1859 2013-07-15 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1860
1861 * ppc-linux-nat.c: Since the new PowerPC specific ptrace interface is
1862 now available for embedded (BookE) and server (BookS) processors,
1863 correct mentions of 'booke' and adjust comments accordingly in order to
1864 avoid confusion. Rename struct 'booke_debug_info' to 'hwdebug_info'.
1865 (have_ptrace_booke_interface): Rename function and variable
1866 'have_ptrace_booke_interface' to 'have_ptrace_hwdebug_interface'.
1867 Rename struct 'booke_debug_info' to 'hwdebug_info'. Update all uses.
1868 (booke_cmp_hw_point): Rename function 'booke_cmp_hw_point' to
1869 'hwdebug_point_cmp'. Update all uses.
1870 (booke_find_thread_points_by_tid): Rename function
1871 'booke_find_thread_points_by_tid' to
1872 'hwdebug_find_thread_points_by_tid'. Update all uses.
1873 (booke_insert_point): Rename function 'booke_insert_point' to
1874 'hwdebug_insert_point'. Update all uses.
1875 (booke_remove_point): Rename function 'booke_remove_point' to
1876 'hwdebug_remove_point'. Update all uses.
1877
1878 2013-07-15 Maciej W. Rozycki <macro@codesourcery.com>
1879
1880 * mips-tdep.c (mips_gdbarch_init): Replace hardcoded magic
1881 numbers with enum values.
1882
1883 2013-07-15 Ali Anwar <ali_anwar@codesourcery.com>
1884
1885 PR threads/13217
1886 * thread.c (thread_apply_all_command): Check for valid threads
1887 and thread count.
1888 (thread_array_cleanup): New struct.
1889 (set_thread_refcount): New function.
1890
1891 2013-07-11 Andrew Burgess <aburgess@broadcom.com>
1892
1893 * infcmd.c (default_print_one_register_info): Reuse function
1894 print_hex_chars.
1895
1896 2013-07-10 Tom Tromey <tromey@redhat.com>
1897
1898 * Makefile.in (GDB_WARN_CFLAGS_NO_DEFS, ADA_EXP_C): New macros.
1899 (ada-exp.o): New target.
1900
1901 2013-07-10 Sergio Durigan Junior <sergiodj@redhat.com>
1902
1903 * mt-tdep.c (mt_registers_info): Call
1904 get_no_prettyformat_print_options instead of
1905 get_raw_print_options (regression by last patch from Doug
1906 Evans).
1907
1908 2013-07-09 Pedro Alves <palves@redhat.com>
1909
1910 Checked in by Joel Brobecker <brobecker@adacore.com>.
1911 * ada-lang.c (coerce_unspec_val_to_type): Use
1912 value_optimized_out_const.
1913 * value.c (value_optimized_out_const): New function.
1914 * value.h (value_optimized_out_const): New declaration.
1915
1916 2013-07-09 Doug Evans <dje@google.com>
1917
1918 * defs.h (enum val_prettyformat): Renamed from val_prettyprint.
1919 Enum values rename as well. All uses updated.
1920 * valprint.h (value_print_options): Rename member pretty to
1921 pretty format. Rename member prettyprint_arrays to
1922 prettyformat_arrays. Rename member prettyprint_structs to
1923 prettyformat_structs. All uses updated.
1924 (get_no_prettyformat_print_options): Renamed from
1925 get_raw_print_options.
1926 * valprint.c (get_no_prettyformat_print_options): Renamed from
1927 get_raw_print_options. All callers updated.
1928 (show_prettyformat_structs): Renamed from show_prettyprint_structs.
1929 All callers updated.
1930 (show_prettyformat_arrays): Renamed from show_prettyprint_arrays.
1931 All callers updated.
1932 (_initialize_valprint): Improve help text for "set print pretty" and
1933 "set print arrays".
1934
1935 2013-07-09 Andrew Burgess <aburgess@broadcom.com>
1936
1937 * value.c (value_bits_valid): Revert previous change, and change
1938 by Pedro on 2013-07-04, due to regressions in
1939 gdb.dwarf2/implptr.exp and gdb.dwarf2/pieces.exp.
1940
1941 2013-07-08 Andrew Burgess <aburgess@broadcom.com>
1942 Pedro Alves <palves@redhat.com>
1943
1944 * value.c (value_bits_valid): If the value is not lval_computed
1945 or has no check validity handler then the answer is the
1946 optimized_out flag, otherwise defer to the handler.
1947
1948 2013-07-06 Eli Zaretskii <eliz@gnu.org>
1949
1950 * top.c (print_gdb_configuration): Explain in output of
1951 --configuration what does "relocatable" mean.
1952
1953 * main.c (print_gdb_help): Regroup options in the --help text.
1954 See http://sourceware.org/ml/gdb-patches/2013-04/msg00362.html for
1955 the relevant discussions.
1956
1957 2013-07-06 Yao Qi <yao@codesourcery.com>
1958
1959 * breakpoint.h (struct breakpoint_ops) <create_breakpoints_sal>:
1960 Remove parameter 'lsal'.
1961 * breakpoint.c (create_breakpoint): Move local variable 'lsal'
1962 to inner block. Caller update.
1963 (base_breakpoint_create_breakpoints_sal): Update.
1964 (bkpt_create_breakpoints_sal): Likewise.
1965 (tracepoint_create_breakpoints_sal): Likewise.
1966 (strace_marker_create_breakpoints_sal): Get 'lsal' from the
1967 element 0 of vector 'canonical->sals'.
1968
1969 2013-07-05 Luis Machado <lgustavo@codesourcery.com>
1970
1971 * rs6000-tdep.c (rs6000_stab_reg_to_regnum): Return the real
1972 register number instead of the pseudo register one.
1973 (rs6000_dwarf2_reg_to_regnum): Likewise.
1974
1975 2013-07-04 Pedro Alves <palves@redhat.com>
1976
1977 * findvar.c (value_of_register): Use allocate_optimized_out_value
1978 if the register has been optimized out, instead of
1979 set_value_optimized_out.
1980 * frame-unwind.c (frame_unwind_got_optimized): Use
1981 allocate_optimized_out_value.
1982
1983 2013-07-04 Pedro Alves <palves@redhat.com>
1984
1985 * value.c (value_bits_valid): If the value is not lval_computed,
1986 or doesn't have a check_validity hook, assume the value is entirely
1987 valid.
1988
1989 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
1990
1991 * stack.c (read_frame_arg): No longer fetch lazy values.
1992 * value.c (value_optimized_out): If the value is not already
1993 marked optimized out, and is lazy then fetch it.
1994 (value_primitive_field): Move optimized out check to later in the
1995 function, after we have loaded any lazy values.
1996 (value_fetch_lazy): Use optimized out flag directly rather than
1997 calling optimized_out method.
1998
1999 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
2000
2001 * valops.c: Don't include "user-regs.h".
2002 (value_fetch_lazy): Moved to value.c.
2003 * value.c: Include "user-regs.h".
2004 (value_fetch_lazy): Moved from valops.c.
2005
2006 2013-07-04 Yao Qi <yao@codesourcery.com>
2007
2008 Revert:
2009 2013-06-27 Yao Qi <yao@codesourcery.com>
2010
2011 * common/create-version.sh: Update comments. Handle the case
2012 that TARGET_ALIAS is empty.
2013
2014 2013-07-03 Pedro Alves <palves@redhat.com>
2015
2016 * Makefile.in (config.status): Depend on development.sh.
2017 (aclocal_m4_deps): Add libmcheck.m4.
2018 * acinclude.m4: Include libmcheck.m4.
2019 * configure.ac: Source development.sh instead of setting
2020 'development' here. --enable-libmcheck/--disable-libmcheck code
2021 factored out to GDB_AC_LIBMCHECK. Run it.
2022 * development.sh: New file.
2023 * libmcheck.m4: New file.
2024 * configure: Regenerate.
2025
2026 2013-07-02 Tom Tromey <tromey@redhat.com>
2027
2028 * contrib/ari/update-web-ari.sh: Update for version.in change.
2029
2030 2013-07-02 Tom Tromey <tromey@redhat.com>
2031
2032 * common/ptid.h: Comment fixes.
2033
2034 2013-07-01 Tom Tromey <tromey@redhat.com>
2035
2036 * dwarf2read.c (dwarf2_get_dwz_file): Return NULL if
2037 .gnu_debugaltlink not found. Use bfd_get_alt_debug_link_info.
2038 (dwarf2_read_index, create_all_comp_units): Update.
2039
2040 2013-07-01 Tom Tromey <tromey@redhat.com>
2041
2042 * configure.ac (build_warnings): Add -Wold-style-definition.
2043 * configure: Rebuild.
2044 * machoread.c (_initialize_machoread): Use "(void)".
2045 * macrocmd.c (macro_inform_no_debuginfo): Fix formatting;
2046 use "(void)".
2047
2048 2013-07-01 Tom Tromey <tromey@redhat.com>
2049
2050 * configure.ac (build_warnings): Add -Wold-style-declaration.
2051 * configure: Rebuild.
2052 * dsrec.c (make_srec): Use "static const", not "const static".
2053 * h8300-tdep.c (h8300_breakpoint_from_pc): Use "static const",
2054 not "const static".
2055 * mi/mi-parse.c (mi_no_values, mi_simple_values, mi_all_values):
2056 Use "static const", not "const static".
2057 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Use "static const",
2058 not "const static".
2059 * moxie-tdep.c (moxie_breakpoint_from_pc): Use "static const",
2060 not "const static".
2061 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Use "static const",
2062 not "const static".
2063 * v850-tdep.c (v850_breakpoint_from_pc): Use "static const",
2064 not "const static".
2065 (v850_dbtrap_breakpoint_from_pc): Likewise.
2066 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Use "static const",
2067 not "const static".
2068
2069 2013-07-01 Tom Tromey <tromey@redhat.com>
2070
2071 * configure.ac (build_warnings): Add -Wmissing-parameter-type.
2072 * configure: Rebuild.
2073
2074 2013-07-01 Pedro Alves <palves@redhat.com>
2075
2076 * defs.h: Include "pathmax.h".
2077 * utils.c: Don't include sys/param.h.
2078 (gdb_realpath): Remove code that checks for MAXPATHLEN.
2079 * solib-ia64-hpux.c (ia64_hpux_handle_load_event): Use PATH_MAX
2080 instead of MAXPATHLEN.
2081 * solib-sunos.c: Don't include sys/param.h.
2082 * xcoffread.c: Don't include sys/param.h.
2083 * bsd-kvm.c: Don't include sys/param.h.
2084 * darwin-nat.c: Don't include sys/param.h.
2085 (darwin_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
2086 * darwin-nat-info.c: Don't include sys/param.h.
2087 * fbsd-nat.c (fbsd_pid_to_exec_file): Use PATH_MAX instead of
2088 MAXPATHLEN.
2089 * i386obsd-nat.c: Don't include sys/param.h.
2090 * inf-child.c: Don't include sys/param.h.
2091 (inf_child_fileio_readlink): Use PATH_MAX instead of MAXPATHLEN.
2092 * linux-fork.c: Don't include sys/param.h.
2093 (fork_save_infrun_state): Use PATH_MAX instead of MAXPATHLEN.
2094 * linux-nat.c: Don't include sys/param.h.
2095 (linux_child_pid_to_exec_file, linux_proc_pending_signals)
2096 (linux_proc_pending_signals): Use PATH_MAX instead of MAXPATHLEN.
2097 * m68klinux-nat.c: Don't include sys/param.h.
2098 * nbsd-nat.c: Don't include sys/param.h.
2099 (nbsd_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
2100 * ppc-linux-nat.c: Don't include sys/param.h.
2101 * rs6000-nat.c: Don't include sys/param.h.
2102 * spu-linux-nat.c. Don't include sys/param.h.
2103 * windows-nat.c: Don't include sys/param.h.
2104 * xtensa-linux-nat.c: Don't include sys/param.h.
2105 * config/i386/nm-fbsd.h: Don't include sys/param.h.
2106
2107 2013-07-01 Pedro Alves <palves@redhat.com>
2108
2109 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add pathmax.
2110 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/pathmax.m4.
2111 * gnulib/aclocal.m4: Regenerate.
2112 * gnulib/config.in: Regenerate.
2113 * gnulib/configure: Regenerate.
2114 * gnulib/import/pathmax.h: New file.
2115 * gnulib/import/Makefile.am: Regenerate.
2116 * gnulib/import/Makefile.in: Regenerate.
2117 * gnulib/import/m4/gnulib-cache.m4: Regenerate.
2118 * gnulib/import/m4/gnulib-comp.m4: Regenerate.
2119 * gnulib/import/m4/pathmax.m4: New file.
2120
2121 2013-07-01 Pedro Alves <palves@redhat.com>
2122
2123 * configure.ac (GDBINIT): Define, depending on host.
2124 * go32-nat.c (init_go32_ops): Don't override gdbinit here.
2125 * top.c (PATH_MAX): Delete fallback definition.
2126 (GDBINIT_FILENAME): Delete.
2127 (gdbinit): Reimplement as const char array set to the GDBINIT
2128 string constant.
2129 * top.h (gdbinit): Make const.
2130 * configure, config.in: Regenerate.
2131
2132 2013-07-01 Pedro Alves <palves@redhat.com>
2133
2134 * cli/cli-cmds.c (source_script): Make 'file' parameter const.
2135 * cli/cli-cmds.h (source_script): Likewise.
2136 * exceptions.c (catch_command_errors_const): New function.
2137 * exceptions.h (catch_command_errors_const): Declare.
2138 * main.c (get_init_files): Make parameters const, and adjust.
2139 (captured_main): Make 'system_gdbinit', 'home_gdbinit' and
2140 'local_gdbinit' locals const. Adjust to use
2141 catch_command_errors_const.
2142 (print_gdb_help): Make 'system_gdbinit', 'home_gdbinit' and
2143 'local_gdbinit' locals const.
2144
2145 2013-07-01 Pedro Alves <palves@redhat.com>
2146
2147 * defs.h: Don't check HAVE_UNISTD_H before including <unistd.h>.
2148 (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Delete.
2149 * tracepoint.c: Don't check HAVE_UNISTD_H before including
2150 <unistd.h>.
2151
2152 2013-07-01 Pedro Alves <palves@redhat.com>
2153
2154 Import the "unistd" gnulib module.
2155 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add "unistd".
2156 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/off_t.m4,
2157 import/m4/ssize_t.m4, import/m4/sys_types_h.m4 and
2158 import/m4/unistd_h.m4.
2159 * gnulib/aclocal.m4: Renenerate.
2160 * gnulib/config.in: Renenerate.
2161 * gnulib/configure: Renenerate.
2162 * gnulib/import/Makefile.am: Renenerate.
2163 * gnulib/import/Makefile.in: Renenerate.
2164 * gnulib/import/m4/gnulib-cache.m4: Renenerate.
2165 * gnulib/import/m4/gnulib-comp.m4: Renenerate.
2166 * gnulib/import/m4/off_t.m4: New file.
2167 * gnulib/import/m4/ssize_t.m4: New file.
2168 * gnulib/import/m4/sys_types_h.m4: New file.
2169 * gnulib/import/m4/unistd_h.m4: New file.
2170 * gnulib/import/sys_types.in.h: New file.
2171 * gnulib/import/unistd.c: New file.
2172 * gnulib/import/unistd.in.h: New file.
2173
2174 2013-07-01 Pedro Alves <palves@redhat.com>
2175
2176 * utils.c <pathconf/_PC_PATH_MAX use>: Check if _PC_PATH_MAX is
2177 defined instead of checking HAVE_UNISTD_H.
2178
2179 2013-07-01 Pedro Alves <palves@redhat.com>
2180
2181 Reimport gnulib from scratch.
2182 * gnulib/Makefile.in (aclocal_m4_deps): Remove reference to
2183 import/m4/onceonly.m4.
2184 * gnulib/aclocal.m4: Renegerate.
2185 * gnulib/config.in: Renegerate.
2186 * gnulib/configure: Renegerate.
2187 * gnulib/import/Makefile.in: Renegerate.
2188 * gnulib/import/extra/update-copyright: Renegerate.
2189 * gnulib/import/m4/onceonly.m4: Delete.
2190
2191 2013-07-01 Pedro Alves <palves@redhat.com>
2192
2193 * tui/tui-regs.c (pagination_enabled): Delete declaration.
2194
2195 2013-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2196
2197 Code cleanup.
2198 * remote.c (async_remote_interrupt_twice): Make it static.
2199 * remote.h (async_remote_interrupt_twice): Remove the declaration.
2200
2201 2013-06-29 Sergio Durigan Junior <sergiodj@redhat.com>
2202
2203 * ia64-linux-tdep.c: Include <ctype.h>.
2204 (ia64_linux_stap_is_single_operand): New function.
2205 (ia64_linux_init_abi): Initialize SystemTap related attributes.
2206
2207 2013-06-28 Tom Tromey <tromey@redhat.com>
2208
2209 * Makefile.in (version.c): Use version.in, not
2210 common/version.in.
2211 * common/create-version.sh: Likewise.
2212 * common/version.in: Move...
2213 * version.in: ...here.
2214
2215 2013-06-28 Pedro Alves <palves@redhat.com>
2216
2217 * infrun.c (set_observer_mode): Don't declare pagination_enabled
2218 here.
2219 * utils.h (pagination_enabled): Declare.
2220
2221 2013-06-28 Pedro Alves <palves@redhat.com>
2222
2223 * infrun.c (non_stop, non_stop_1, set_non_stop, show_non_stop):
2224 Move higher up in file.
2225
2226 2013-06-28 Tom Tromey <tromey@redhat.com>
2227
2228 * tracepoint.c (deprecated_readline_begin_hook)
2229 (deprecated_readline_hook, deprecated_readline_end_hook): Don't
2230 declare.
2231
2232 2013-06-28 Pedro Alves <palves@redhat.com>
2233
2234 PR tui/14880
2235 * tui/tui-regs.c (tui_get_register): Fetch value contents before
2236 checking if they're available.
2237 * value.c (value_available_contents_eq): Change comment.
2238 * value.h (value_available_contents_eq): Expand comment.
2239
2240 2013-06-27 Tom Tromey <tromey@redhat.com>
2241
2242 * target.c (find_run_target): Remove.
2243 * target.h (find_run_target): Remove.
2244
2245 2013-06-27 Tom Tromey <tromey@redhat.com>
2246
2247 * corelow.c (core_gdbarch): Now static.
2248
2249 2013-06-27 Tom Tromey <tromey@redhat.com>
2250
2251 * target.c (target_struct_index): Remove.
2252
2253 2013-06-27 Pedro Alves <palves@redhat.com>
2254
2255 * infrun.c: Remove comment describing the 'stepping over runtime
2256 loader dynamic symbol resolution code' mechanism; moved to
2257 gdbint.texinfo.
2258
2259 2013-06-27 Pedro Alves <palves@redhat.com>
2260
2261 * exceptions.c (catch_command_errors): Remove spurious space.
2262 * exceptions.h (catch_command_errors): Second parameter is "arg",
2263 not "command".
2264
2265 2013-06-27 Yao Qi <yao@codesourcery.com>
2266
2267 * common/create-version.sh: Update comments. Handle the case
2268 that TARGET_ALIAS is empty.
2269
2270 2013-06-26 Pedro Alves <palves@redhat.com>
2271
2272 * infrun.c (SOLIB_IN_DYNAMIC_LINKER): Delete macro and describing
2273 comment.
2274
2275 2013-06-26 Pedro Alves <palves@redhat.com>
2276
2277 * infrun.c: Update comments on stepping over runtime loader
2278 dynamic symbol resolution code.
2279
2280 2013-06-26 Sergio Durigan Junior <sergiodj@redhat.com>
2281
2282 * ax-gdb.h (union exp_element): Forward declare.
2283 * parser-defs.h: Include expression.h.
2284
2285 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
2286
2287 * mips-tdep.c (fetch_mips_16): Use unmake_compact_addr.
2288
2289 2013-06-26 Dmitry Kozlov <ddk@codesourcery.com>
2290
2291 * tracepoint.c (trace_save): Extend tsave to save starttime, stoptime.
2292
2293 2013-06-26 Dmitry Kozlov <ddk@codesourcery.com>
2294
2295 Fix trace-status to output proper start-time and stop-time.
2296 * tracepoint.c (trace_status_command): Fix type of printf arg to
2297 prevent improper type conversion.
2298 (trace_status_mi): Likewise.
2299
2300 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
2301
2302 * mips-tdep.c (mips_next_pc): Fix a typo.
2303
2304 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
2305
2306 * mips-tdep.c (micromips_scan_prologue): Fix a typo.
2307
2308 2013-06-26 Pedro Alves <pedro@codesourcery.com>
2309 Yao Qi <yao@codesourcery.com>
2310
2311 * mi/mi-cmds.c (mi_cmds): Register -trace-frame-collected.
2312 * mi/mi-cmds.h (mi_cmd_trace_frame_collected): Declare.
2313 * mi/mi-main.c (print_variable_or_computed): New function.
2314 (mi_cmd_trace_frame_collected): New function.
2315 * tracepoint.c (find_trace_state_variable_by_number): New.
2316 (struct traceframe_info): Move to tracepoint.h
2317 (struct collection_list): Likewise.
2318 (do_collect_symbol): Include locals and arguments in the
2319 collected variables list.
2320 (clear_collection_list): Clear wholly collected variables list
2321 and computed variables list.
2322 (append_exp): New function.
2323 (encode_actions_1): Include variables in the wholly
2324 collected variables list. Include memory ranges and
2325 full-fledged expressions in the computed expressions list.
2326 (encode_actions): Move some code to ...
2327 Return the cleanup chain.
2328 (encode_actions_rsp): ... here. New function.
2329 (get_traceframe_location, get_traceframe_info): Remove static.
2330 * tracepoint.h (struct memrange): Moved from tracepoint.c.
2331 (struct collection_list): Moved from tracepoint.c. Add two
2332 new fields 'wholly_collected' and 'computed'.
2333 (find_trace_state_variable_by_number): Declare.
2334 (encode_actions): Adjust declaration.
2335 (encode_actions_rsp): Declare.
2336 (get_traceframe_info, get_traceframe_location): Declare.
2337
2338 * NEWS: Mention new MI command -trace-frame-collected.
2339
2340 2013-06-26 Pedro Alves <pedro@codesourcery.com>
2341 Yao Qi <yao@codesourcery.com>
2342
2343 * ctf.c (ctf_traceframe_info): Push trace state variables
2344 present in the trace data into the traceframe info object.
2345 * breakpoint.c (DEF_VEC_I): Remove.
2346 * common/filestuff.c (DEF_VEC_I): Likewise.
2347 * dwarf2loc.c (DEF_VEC_I): Likewise.
2348 * mi/mi-main.c (DEF_VEC_I): Likewise.
2349 * common/gdb_vecs.h (DEF_VEC_I): Define vector for int.
2350 * features/traceframe-info.dtd: Add tvar element and its
2351 attributes.
2352 * tracepoint.c (free_traceframe_info): Free vector 'tvars'.
2353 (build_traceframe_info): Push trace state variables present in
2354 the trace data into the traceframe info object.
2355 (traceframe_info_start_tvar): New function.
2356 (tvar_attributes): New.
2357 (traceframe_info_children): Add "tvar" element.
2358 * tracepoint.h (struct traceframe_info) <tvars>: New field.
2359
2360 * NEWS: Mention the change in GDB and GDBserver.
2361
2362 2013-06-26 Pedro Alves <pedro@codesourcery.com>
2363 Yao Qi <yao@codesourcery.com>
2364
2365 * tracepoint.c (trace_dump_command): Move code to ...
2366 (get_traceframe_location): ... here. New.
2367
2368 2013-06-26 Pedro Alves <pedro@codesourcery.com>
2369 Yao Qi <yao@codesourcery.com>
2370
2371 * tracepoint.c (trace_dump_command): GDB emits an error
2372 instead of a warning when a traceframe is not selected.
2373
2374 2013-06-26 Pedro Alves <pedro@codesourcery.com>
2375 Yao Qi <yao@codesourcery.com>
2376
2377 * tracepoint.c (tracepoint_list, stepping_list): Remove.
2378 (clear_collection_list): Free fields 'aexpre_list' and 'list'
2379 in collection_list.
2380 (do_clear_collection_list, init_collection_list): New.
2381 (encode_actions): Add local variables 'tracepoint_list' and
2382 'stepping_list'. Call init_collection_list and make cleanup
2383 which calls do_clear_collection_list. Don't call
2384 clear_collection_list.
2385 (_initialize_tracepoint): Delete references to
2386 'tracepoint_list' and 'stepping_list'.
2387
2388 2013-06-25 Tom Tromey <tromey@redhat.com>
2389
2390 * common/create-version.sh (date): Use "$", not "$$" in sed
2391 expression.
2392
2393 2013-06-25 Kevin Buettner <kevinb@redhat.com>
2394
2395 * NEWS (New targets): Add entry for TI MSP430.
2396
2397 2013-06-25 Yao Qi <yao@codesourcery.com>
2398
2399 * remote.c (remote_start_remote): Move code to upload tsv
2400 earlier.
2401
2402 2013-06-25 Yao Qi <yao@codesourcery.com>
2403 Hui Zhu <hui@codesourcery.com>
2404 Pedro Alves <palves@redhat.com>
2405
2406 PR breakpoints/15075
2407 PR breakpoints/15434
2408 * breakpoint.c (bpstat_stop_status): Call
2409 b->ops->after_condition_true.
2410 (update_dprintf_command_list): Don't append "continue" command
2411 to the command list of dprintf breakpoint.
2412 (base_breakpoint_after_condition_true): New function.
2413 (base_breakpoint_ops): Add base_breakpoint_after_condition_true.
2414 (dprintf_after_condition_true): New function.
2415 (initialize_breakpoint_ops): Set dprintf_after_condition_true.
2416 * breakpoint.h (breakpoint_ops): Add after_condition_true.
2417
2418 2013-06-24 Kevin Buettner <kevinb@redhat.com>
2419
2420 * Makefile.in (ALL_TARGET_OBS): Add msp430-tdep.o.
2421 (ALLDEPFILES): Add msp430-tdep.c.
2422 * configure.tgt (msp430*-*-elf): New target.
2423 * msp430-tdep.c: New file.
2424
2425 2013-06-24 Maciej W. Rozycki <macro@codesourcery.com>
2426
2427 * mips-tdep.c (mips_elf_make_msymbol_special): Handle MIPS16 and
2428 microMIPS synthetic symbols.
2429
2430 2013-06-24 Maciej W. Rozycki <macro@codesourcery.com>
2431
2432 * objfiles.h (pc_in_section): New prototype.
2433 (in_plt_section): Remove name argument, replace prototype with
2434 static inline function.
2435 * mips-tdep.h: Include "objfiles.h".
2436 (in_mips_stubs_section): New function.
2437 * hppa-tdep.h (gdbarch_tdep): Remove name argument of
2438 in_solib_call_trampoline member.
2439 (hppa_in_solib_call_trampoline): Remove name argument.
2440 * objfiles.c (pc_in_section): New function.
2441 (in_plt_section): Remove function.
2442 * mips-linux-tdep.c: Include "objfiles.h".
2443 (mips_linux_in_dynsym_stub): Call in_mips_stubs_section. Remove
2444 name argument. Return 1 rather than the low 16-bit halfword of
2445 any instruction examined.
2446 (mips_linux_in_dynsym_resolve_code): Update
2447 mips_linux_in_dynsym_stub call accordingly.
2448 * mips-tdep.c (mips_stub_frame_sniffer): Use in_mips_stubs_section
2449 rather than an equivalent hand-coded sequence.
2450 * hppa-hpux-tdep.c (in_opd_section): Remove function.
2451 (hppa32_hpux_in_solib_call_trampoline): Remove name argument.
2452 (hppa64_hpux_in_solib_call_trampoline): Likewise.
2453 (hppa64_hpux_find_global_pointer): Use pc_in_section rather than
2454 in_opd_section.
2455 * hppa-tdep.c (hppa_stub_unwind_sniffer): Remove name argument
2456 on call to tdep->in_solib_call_trampoline.
2457 (hppa_in_solib_call_trampoline): Remove name argument, update
2458 according to in_plt_section change.
2459 (hppa_skip_trampoline_code): Update according to in_plt_section
2460 change.
2461 * aarch64-tdep.c (aarch64_stub_unwind_sniffer): Likewise.
2462 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code):
2463 Likewise.
2464 * arm-tdep.c (arm_stub_unwind_sniffer): Likewise.
2465 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
2466 * hppabsd-tdep.c (hppabsd_find_global_pointer): Likewise.
2467 * nios2-tdep.c (nios2_stub_frame_sniffer): Likewise.
2468 * nto-tdep.c (nto_relocate_section_addresses): Likewise.
2469 * s390-tdep.c (s390_stub_frame_sniffer): Likewise.
2470 * sh-tdep.c (sh_stub_unwind_sniffer): Likewise.
2471 * solib-dsbt.c (dsbt_in_dynsym_resolve_code): Likewise.
2472 * solib-frv.c (frv_in_dynsym_resolve_code): Likewise.
2473 * solib-svr4.c (svr4_in_dynsym_resolve_code): Likewise.
2474 * solib-target.c (solib_target_in_dynsym_resolve_code): Likewise.
2475 * sparc-tdep.c (sparc_analyze_prologue): Likewise.
2476 * tic6x-tdep.c (tic6x_stub_unwind_sniffer): Likewise.
2477
2478 2013-06-24 Joel Brobecker <brobecker@adacore.com>
2479
2480 * common/create-version.sh: Fix expansion of $host_alias
2481 and $target_alias in generation of HOST_NAME and TARGET_NAME
2482 (resp.).
2483
2484 2013-06-24 Tom Tromey <tromey@redhat.com>
2485
2486 * common/create-version.sh: New file.
2487 * Makefile.in (version.c): Use bfd/version.h, common/version.in,
2488 create-version.sh.
2489 (HFILES_NO_SRCDIR): Use common/version.h.
2490 * version.in: Move to ...
2491 * common/version.in: ... here. Replace date with "DATE".
2492 * version.h: Move to ...
2493 * common/version.h: ... here.
2494
2495 2013-06-21 Joel Brobecker <brobecker@adacore.com>
2496
2497 * gdb/gnulib/Makefile.in: Update date in copyright header.
2498 * gdb/gnulib/configure.ac: Ditto.
2499 * gdb/gnulib/update-gnulib.sh: Ditto.
2500
2501 2013-06-21 Joel Brobecker <brobecker@adacore.com>
2502
2503 * copyright.py (EXCLUDE_LIST): Replace "gdb/gnulib" by
2504 "gdb/gnulib/import".
2505
2506 2013-06-21 Will Newton <will.newton@linaro.org>
2507
2508 * doublest.c (ldfrexp): Remove function.
2509 (convert_doublest_to_floatformat): Call frexpl instead of
2510 ldfrexp.
2511
2512 2013-06-21 Will Newton <will.newton@linaro.org>
2513
2514 * gnulib/update-gnulib.sh(IMPORTED_GNULIB_MODULES): Add frexpl.
2515 * gnulib/aclocal.m4: Regenerate.
2516 * gnulib/config.in: Regenerate.
2517 * gnulib/configure: Regenerate.
2518 * gnulib/import/Makefile.am: Update.
2519 * gnulib/import/Makefile.in: Update.
2520 * gnulib/import/m4/gnulib-cache.m4: Update.
2521 * gnulib/import/m4/gnulib-comp.m4: Update.
2522 * gnulib/import/float+.h: Import.
2523 * gnulib/import/float.c: Import.
2524 * gnulib/import/float.in.h: Import.
2525 * gnulib/import/fpucw.h: Import.
2526 * gnulib/import/frexp.c: Import.
2527 * gnulib/import/frexpl.c: Import.
2528 * gnulib/import/isnan.c: Import.
2529 * gnulib/import/isnand-nolibm.h: Import.
2530 * gnulib/import/isnand.c: Import.
2531 * gnulib/import/isnanl-nolibm.h: Import.
2532 * gnulib/import/isnanl.c: Import.
2533 * gnulib/import/itold.c: Import.
2534 * gnulib/import/m4/exponentd.m4: Import.
2535 * gnulib/import/m4/exponentl.m4: Import.
2536 * gnulib/import/m4/float_h.m4: Import.
2537 * gnulib/import/m4/fpieee.m4: Import.
2538 * gnulib/import/m4/frexp.m4: Import.
2539 * gnulib/import/m4/frexpl.m4: Import.
2540 * gnulib/import/m4/isnand.m4: Import.
2541 * gnulib/import/m4/isnanl.m4: Import.
2542 * gnulib/import/m4/math_h.m4: Import.
2543 * gnulib/import/math.c: Import.
2544 * gnulib/import/math.in.h: Import.
2545
2546 2013-06-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2547
2548 * common/linux-btrace.c (cpu_supports_btrace): Remove variable vendor,
2549 replace strcmp with signature_INTEL_ebx, signature_INTEL_ecx and
2550 signature_INTEL_edx comparisons.
2551
2552 2013-06-20 Doug Evans <dje@google.com>
2553
2554 symtab/15652
2555 * dwarf2read.c (try_open_dwop_file): New arg search_cwd.
2556 All callers updated.
2557 (open_dwp_file): If we can't find the dwp file, search the basename
2558 in debug-file-directory.
2559
2560 * dwarf2read.c (struct dwp_file): Fix comment.
2561 (open_and_init_dwp_file): Set dwp_file->name to bfd's file name.
2562
2563 * source.c (openp): Document OPF_TRY_CWD_FIRST+OPF_SEARCH_IN_PATH
2564 better.
2565
2566 2013-06-20 Yao Qi <yao@codesourcery.com>
2567
2568 * breakpoint.c (create_breakpoint): Fix code indentation.
2569
2570 2013-06-20 Yao Qi <yao@codesourcery.com>
2571
2572 * breakpoint.c (create_breakpoints_sal_default): Remove
2573 parameter 'lsal'. Update declaration.
2574 (bkpt_create_breakpoints_sal): Caller update.
2575 (tracepoint_create_breakpoints_sal): Likewise.
2576
2577 2013-06-20 Pedro Alves <pedro@codesourcery.com>
2578 Yao Qi <yao@codesourcery.com>
2579
2580 * NEWS: Mention the new option '--skip-unavailable' of command
2581 -data-list-register-values.
2582 * mi/mi-main.c (mi_cmd_data_list_register_values): Accept the
2583 --skip-unavailable option. Adjust to use output_register.
2584 (output_register): Add new 'skip_unavailable' parameter.
2585 Handle it.
2586
2587 2013-06-19 Mike Frysinger <vapier@gentoo.org>
2588
2589 * Makefile.in (HFILES_NO_SRCDIR): Add common/i386-cpuid.h and
2590 common/i386-gcc-cpuid.h.
2591 * common/i386-cpuid.h: New wrapper header around i386-gcc-cpuid.h.
2592 * common/i386-gcc-cpuid.h: Rename from testsuite/gdb.arch/i386-cpuid.h.
2593 Copy the latest version from upstream gcc.
2594 * common/linux-btrace.c: Include i386-cpuid.h.
2595 (intel_supports_btrace): Delete x86 ifdefs and replace inline asm with
2596 call to i386_cpuid.
2597 (cpu_supports_btrace): Likewise.
2598 * go32-nat.c: Include i386-cpuid.h.
2599 (go32_sysinfo): Add (disabled) calls to i386_cpuid with comments.
2600
2601 2013-06-19 Doug Evans <dje@google.com>
2602
2603 * symfile.c (symfile_bfd_open): Delete unnecessary declaration.
2604 (get_section_index): Ditto.
2605
2606 2013-06-19 Tom Tromey <tromey@redhat.com>
2607
2608 * breakpoint.c (_initialize_breakpoint): Remove trailing \n from
2609 "dprintf" help.
2610
2611 2013-06-18 Doug Evans <dje@google.com>
2612
2613 * dwarf2read.c (dw2_symtab_iter_next): Check value of cu_index
2614 before using it.
2615 (dw2_expand_symtabs_matching): Fix symbol kind validity check.
2616 Move test of cu_index closer to use. Print complaint if cu_index
2617 is bad.
2618
2619 2013-06-18 Joel Brobecker <brobecker@adacore.com>
2620
2621 * machoread.c (oso_vector): Delete this global.
2622 (macho_register_oso): Add new parameter "oso_vector_ptr".
2623 Use it instead of the "oso_vector" global.
2624 (macho_symtab_read, macho_symfile_read_all_oso): Likewise.
2625 (macho_symfile_read): Use a local oso_vector, to be free'ed
2626 at the end of this function, in place of the old "oso_vector"
2627 global. Update various function calls accordingly. Use one
2628 single cleanup chain for the entire function.
2629
2630 2013-06-18 Joel Brobecker <brobecker@adacore.com>
2631
2632 * dwarf2read.c (dwarf2_per_objfile_free): Replace uses of
2633 DWARF2_PER_OBJFILE by uses of DATA instead.
2634
2635 2013-06-18 Tom Tromey <tromey@redhat.com>
2636
2637 * break-catch-sig.c (signal_catchpoint_explains_signal): Add 'sig'
2638 argument.
2639 * breakpoint.c (bpstat_explains_signal): Add 'sig' argument.
2640 Special case signals other than GDB_SIGNAL_TRAP.
2641 (explains_signal_watchpoint): New function.
2642 (base_breakpoint_explains_signal): Add 'sig' argument.
2643 (initialize_breakpoint_ops): Set 'explains_signal' method for
2644 watchpoints.
2645 * breakpoint.h (struct breakpoint_ops) <explains_signal>: Add
2646 signal argument.
2647 (bpstat_explains_signal): Likewise.
2648 * infrun.c (handle_syscall_event, handle_inferior_event): Update.
2649
2650 2013-06-18 Tom Tromey <tromey@redhat.com>
2651
2652 * python/py-inferior.c (gdbpy_selected_inferior): Don't incref.
2653
2654 2013-06-18 Tom Tromey <tromey@redhat.com>
2655
2656 * python/python.c (finish_python_initialization): Decref
2657 'pythondir' on failure path as well.
2658
2659 2013-06-18 Tom Tromey <tromey@redhat.com>
2660
2661 PR symtab/15391:
2662 * dwarf2loc.c (read_pieced_value): Truncate this_size_bits
2663 after taking bits_to_skip into account. Sign extend byte_offset.
2664 * utils.h (gdb_sign_extend): Declare.
2665 * utils.c (gdb_sign_extend): New function.
2666
2667 2013-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2668
2669 * dwarf2read.c (write_psymtabs_to_index): Ignore NULL PSYMTAB.
2670
2671 2013-06-17 Pierre Muller <muller@sourceware.org>
2672
2673 * corelow.c (core_open): Print GDB signal name instead of target
2674 signal number.
2675
2676 2013-06-17 Mike Frysinger <vapier@gentoo.org>
2677
2678 * .gitignore: Add /gcore.
2679
2680 2013-06-13 Doug Evans <dje@google.com>
2681
2682 * dwarf2read.c (try_open_dwop_file): Work around behaviour of
2683 OPF_TRY_CWD_FIRST to not search path if the file contains a '/'.
2684
2685 2013-06-12 Phil Muldoon <pmuldoon@redhat.com>
2686
2687 * stack.c (backtrace_command_1): Fix indentation.
2688
2689 2013-06-11 Joel Brobecker <brobecker@adacore.com>
2690
2691 * window-nat.c (thread_rec): Add missing empty line after
2692 local variable declaration.
2693
2694 2013-06-11 Joel Brobecker <brobecker@adacore.com>
2695
2696 * windows-nat.c (thread_rec): Revert format used to print
2697 error code returned by SuspendThread from %d back to %u.
2698
2699 2013-06-11 Joel Brobecker <brobecker@adacore.com>
2700
2701 * windows-nat.c (windows_continue): Add "0x" prefix for thread
2702 ID in debug trace.
2703 (get_windows_debug_event): Likewise, for all debug traces.
2704
2705 2013-06-11 Joel Brobecker <brobecker@adacore.com>
2706
2707 * window-nat.c (thread_rec): Add thread ID in SuspendThread
2708 warning message.
2709
2710 2013-06-08 Pedro Alves <pedro@codesourcery.com>
2711 Yao Qi <yao@codesourcery.com>
2712
2713 * mi/mi-main.c (get_register): Remove declaration.
2714 (output_register): Declare.
2715 (mi_cmd_data_list_register_values): Remove local variable
2716 'tuple_cleanup'. Move some code into output_register.
2717 (get_register): Renamed to ...
2718 (output_register): ... this. Output the register's
2719 "number" ui_out tuple here.
2720
2721 2013-06-07 Pedro Alves <palves@redhat.com>
2722
2723 * darwin-nat.c: Fix formating in copyright header.
2724 * darwin-nat.h: Likewise.
2725 * gnu-nat.c: Likewise.
2726 * machoread.c: Likewise.
2727
2728 2013-06-07 Pedro Alves <palves@redhat.com>
2729
2730 PR server/14823
2731 * regformats/regdat.sh: Output #include tdesc.h. Make globals
2732 static. Output a global target description pointer.
2733 (init_registers_${name}): Adjust to initialize a
2734 target description structure.
2735
2736 2013-06-07 Will Newton <will.newton@linaro.org>
2737
2738 * printcmd.c (build_address_symbolic): Call
2739 gdbarch_addr_bits_remove for text minimal symbols.
2740
2741 2013-06-07 Will Newton <will.newton@linaro.org>
2742
2743 * MAINTAINERS: Add myself to Write After Approval.
2744
2745 2013-06-07 Yao Qi <yao@codesourcery.com>
2746
2747 * tracepoint.c (start_tracing): Move code to ...
2748 (trace_reset_local_state): ... here. New.
2749 (disconnect_tracing): Don't call set_current_traceframe,
2750 set_tracepoint_num, and set_traceframe_context. Call
2751 trace_reset_local_state instead.
2752 (tfile_close): Call trace_reset_local_state.
2753 * ctf.c (ctf_close): Likewise.
2754 * remote.c (remote_close): Likewise.
2755 * tracepoint.h (trace_reset_local_state): Declare.
2756
2757 2013-06-06 Doug Evans <dje@google.com>
2758
2759 * dwarf2read.c: Whitespace fixes for DWP file format documentation,
2760 and fix header docs.
2761
2762 2013-06-05 Doug Evans <dje@google.com>
2763 Keith Seitz <keiths@redhat.com>
2764
2765 PR 15519
2766 * cp-namespace.c (find_symbol_in_baseclass): Call
2767 cp_lookup_symbol_in_namespace instead of cp_lookup_symbol_namespace.
2768 Check result of call to lookup_symbol_static.
2769 Call lookup_static_symbol_aux unconditionally.
2770 Call check_typedef on base types before accessing them.
2771 (cp_lookup_nested_symbol): Fix comment.
2772
2773 2013-06-05 Luis Machado <lgustavo@codesourcery.com>
2774
2775 * gnu-v3-abi.c (gnuv3_skip_trampoline): Handle thunk
2776 minimal symbols pointing to function descriptors.
2777
2778 2013-06-05 Tom Tromey <tromey@redhat.com>
2779
2780 * python/py-utils.c (gdb_pymodule_addobject): Cast away const.
2781
2782 2013-06-04 Sergio Durigan Junior <sergiodj@redhat.com>
2783 Pedro Alves <palves@redhat.com>
2784
2785 * remote.c (remote_wait_as): Restore signal handler before returning
2786 when GDB gets a notification.
2787
2788 2013-06-04 Gary Benson <gbenson@redhat.com>
2789
2790 PR 2328
2791 * breakpoint.h (handle_solib_event): Moved function declaration
2792 to solib.h.
2793 * breakpoint.c (handle_solib_event): Moved function to solib.c.
2794 (bpstat_stop_status): Pass new argument to handle_solib_event.
2795 * solib.h (update_solib_breakpoints): New function declaration.
2796 (handle_solib_event): Moved function declaration from
2797 breakpoint.h.
2798 * solib.c (update_solib_breakpoints): New function.
2799 (handle_solib_event): Moved function from breakpoint.c.
2800 Updated to call solib_ops->handle_event if not NULL.
2801 * solist.h (target_so_ops): New fields "update_breakpoints" and
2802 "handle_event".
2803 * infrun.c (set_stop_on_solib_events): New function.
2804 (_initialize_infrun): Use the above for "set
2805 stop-on-solib-events".
2806 (handle_inferior_event): Pass new argument to handle_solib_event.
2807 * solib-svr4.c (probe.h): New include.
2808 (svr4_free_library_list): New forward declaration.
2809 (probe_action): New enum.
2810 (probe_info): New struct.
2811 (probe_info): New static variable.
2812 (NUM_PROBES): New definition.
2813 (svr4_info): New fields "using_xfer", "probes_table" and
2814 "solib_list".
2815 (free_probes_table): New function.
2816 (free_solib_list): New function.
2817 (svr4_pspace_data_cleanup): Free probes table and solib list.
2818 (svr4_copy_library_list): New function.
2819 (svr4_current_sos_via_xfer_libraries): New parameter "annex".
2820 (svr4_read_so_list): New parameter "prev_lm".
2821 (svr4_current_sos_direct): Renamed from "svr4_current_sos".
2822 (svr4_current_sos): New function.
2823 (probe_and_action): New struct.
2824 (hash_probe_and_action): New function.
2825 (equal_probe_and_action): Likewise.
2826 (register_solib_event_probe): Likewise.
2827 (solib_event_probe_at): Likewise.
2828 (solib_event_probe_action): Likewise.
2829 (solist_update_full): Likewise.
2830 (solist_update_incremental): Likewise.
2831 (disable_probes_interface_cleanup): Likewise.
2832 (svr4_handle_solib_event): Likewise.
2833 (svr4_update_solib_event_breakpoint): Likewise.
2834 (svr4_update_solib_event_breakpoints): Likewise.
2835 (svr4_create_solib_event_breakpoints): Likewise.
2836 (enable_break): Free probes table before creating breakpoints.
2837 Use svr4_create_solib_event_breakpoints to create breakpoints.
2838 (svr4_solib_create_inferior_hook): Free the solib list.
2839 (_initialize_svr4_solib): Initialise
2840 svr4_so_ops.handle_solib_event and svr4_so_ops.update_breakpoints.
2841
2842 2013-06-04 Gary Benson <gbenson@redhat.com>
2843
2844 * target.h (target_ops): New field
2845 "to_augmented_libraries_svr4_read".
2846 (target_augmented_libraries_svr4_read): New macro.
2847 * target.c (update_current_target): Handle
2848 to_augmented_libraries_svr4_read.
2849 * remote.c (remote_state): New field
2850 "augmented_libraries_svr4_read".
2851 (remote_augmented_libraries_svr4_read_feature): New function.
2852 (remote_protocol_features): Add entry for
2853 "augmented-libraries-svr4-read".
2854 (remote_augmented_libraries_svr4_read): New function.
2855 (init_remote_ops): Initialize
2856 remote_ops.to_augmented_libraries_svr4_read.
2857
2858 2013-06-04 Gary Benson <gbenson@redhat.com>
2859
2860 * NEWS: Update.
2861
2862 2013-06-04 Gary Benson <gbenson@redhat.com>
2863
2864 * objfiles.h (inhibit_section_map_updates): New function
2865 declaration.
2866 (resume_section_map_updates): Likewise.
2867 (resume_section_map_updates_cleanup): Likewise.
2868 * objfiles.c (objfile_pspace_info): Removed field
2869 "objfiles_changed_p". New fields "new_objfiles_available",
2870 "section_map_dirty" and "inhibit_updates".
2871 (allocate_objfile): Set new_objfiles_available.
2872 (free_objfile): Set section_map_dirty.
2873 (objfile_relocate1): Likewise.
2874 (in_plt_section): Likewise.
2875 (find_pc_section): Update the conditions under which the
2876 section map will be updated.
2877 (inhibit_section_map_updates): New function.
2878 (resume_section_map_updates): Likewise.
2879 (resume_section_map_updates_cleanup): Likewise.
2880
2881 2013-06-04 Gary Benson <gbenson@redhat.com>
2882
2883 * probe.h (get_probe_argument_count): New declaration.
2884 (evaluate_probe_argument): Likewise.
2885 * probe.c (get_probe_argument_count): New function.
2886 (evaluate_probe_argument): Likewise.
2887 (probe_safe_evaluate_at_pc): Use the above new functions.
2888
2889 2013-06-04 Alan Modra <amodra@gmail.com>
2890
2891 * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
2892 * rs6000-tdep.c (read_insn): Add frame param, don't assume big-endian.
2893 (ppc_insns_match_pattern): Add frame param. Avoid multiple
2894 target mem reads on optional insns.
2895 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Update
2896 ppc_insns_match_pattern calls.
2897 * ppc64-tdep.c (ppc64_standard_linkage2, ppc64_standard_linkage3):
2898 Add match for power7 thread safety insns, and new order of
2899 std 2,40(1) insn. Correct code shown for _dl_runtime_resolve
2900 invocation in comment, and update rest of comment.
2901 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN,
2902 PPC64_STANDARD_LINKAGE3_LEN): Delete.
2903 (ppc64_standard_linkage2_target): Update insn offsets.
2904 (ppc64_skip_trampoline_code): Use a single insn buffer. Match newer
2905 stubs first. Update calls.
2906
2907 2013-06-04 Yao Qi <yao@codesourcery.com>
2908
2909 * solib.c (solib_find): Don't need dir separator if path has
2910 drive spec.
2911
2912 2013-06-03 Joel Brobecker <brobecker@adacore.com>
2913
2914 Revert (indirectly causes a SIGSEGV):
2915 * machoread.c (macho_symfile_read): Assign first cleanup to
2916 'back_to'.
2917
2918 2013-06-03 Yao Qi <yao@codesourcery.com>
2919
2920 * mi/mi-cmd-var.c (mi_no_values, mi_simple_values): Move to
2921 mi-parse.c. Make them static.
2922 (mi_all_values): Likewise.
2923 (mi_parse_values_option): Move to mi-parse.c. Rename it to
2924 mi_parse_print_values. Make it external.
2925 * mi/mi-cmds.h (mi_no_values, mi_simple_values, mi_all_values):
2926 Remove the declarations.
2927 * mi/mi-parse.c (mi_parse_print_values): Moved from mi-cmd-var.c.
2928 * mi/mi-parse.h (mi_parse_print_values): Declare.
2929 * mi/mi-cmd-stack.c: Include mi-parse.h.
2930 (parse_print_values): Remove
2931 (mi_cmd_stack_list_locals): Call mi_parse_print_values instead
2932 of parse_print_values.
2933 (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Likewise.
2934
2935 2013-05-31 Pedro Alves <pedro@codesourcery.com>
2936 Yao Qi <yao@codesourcery.com>
2937
2938 * tracepoint.c (all_tracepoint_actions_and_cleanup): Declare.
2939 (encode_actions): Move code to ...
2940 (all_tracepoint_actions_and_cleanup): ... here. New.
2941 (trace_dump_command): Likewise.
2942
2943 2013-05-30 Tom Tromey <tromey@redhat.com>
2944
2945 * symmisc.c (maintenance_expand_symtabs): Call do_cleanups.
2946
2947 2013-05-30 Tom Tromey <tromey@redhat.com>
2948
2949 * xml-support.c (gdb_xml_create_parser_and_cleanup): Rename from
2950 gdb_xml_create_parser_and_cleanup_1. Return a cleanup. Remove
2951 'old_chain' argument. Add 'parser_result' argument.
2952 (gdb_xml_create_parser_and_cleanup): Remove old version.
2953 (gdb_xml_parse_quick): Update.
2954 (xml_process_xincludes): Update.
2955 * xml-support.h (gdb_xml_create_parser_and_cleanup): Don't
2956 declare.
2957
2958 2013-05-30 Tom Tromey <tromey@redhat.com>
2959
2960 * probe.c (collect_probes): Check arguments for NULL before
2961 calling compile_rx_or_error.
2962 * utils.c (compile_rx_or_error): Require 'rx' to be non-NULL.
2963 Remove NULL return.
2964
2965 2013-05-30 Tom Tromey <tromey@redhat.com>
2966
2967 * infrun.c (adjust_pc_after_break): Introduce an outer null
2968 cleanup.
2969
2970 2013-05-30 Tom Tromey <tromey@redhat.com>
2971
2972 * mi/mi-cmd-var.c (varobj_update_one): Add an outer null cleanup.
2973
2974 2013-05-30 Tom Tromey <tromey@redhat.com>
2975
2976 * cli/cli-script.c (read_command_lines_1): Use a null cleanup
2977 for 'old_chain'. Do not check 'head' before processing
2978 cleanups.
2979
2980 2013-05-30 Tom Tromey <tromey@redhat.com>
2981
2982 * mi/mi-cmd-stack.c (list_arg_or_local): Remove
2983 "cleanup_tuple".
2984
2985 2013-05-30 Tom Tromey <tromey@redhat.com>
2986
2987 * dbxread.c (dbx_read_symtab): Declare 'back_to' in a more
2988 inner scope. Unconditionally call do_cleanups.
2989
2990 2013-05-30 Tom Tromey <tromey@redhat.com>
2991
2992 * source.c (find_and_open_source): Call do_cleanups.
2993
2994 2013-05-30 Tom Tromey <tromey@redhat.com>
2995
2996 * linux-thread-db.c (thread_db_load_search): Unconditionally
2997 call do_cleanups.
2998
2999 2013-05-30 Tom Tromey <tromey@redhat.com>
3000
3001 * solib-aix.c (solib_aix_bfd_open): Don't use a null cleanup
3002 for 'cleanup'; instead use a later one.
3003
3004 2013-05-30 Tom Tromey <tromey@redhat.com>
3005
3006 * python/py-breakpoint.c (bppy_get_commands): Use
3007 explicit, unconditional return.
3008 * python/py-frame.c (frapy_read_var): Likewise.
3009 * python/python.c (gdbpy_decode_line): Likewise.
3010
3011 2013-05-30 Tom Tromey <tromey@redhat.com>
3012
3013 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Call
3014 do_cleanups on all return paths.
3015
3016 2013-05-30 Tom Tromey <tromey@redhat.com>
3017
3018 * top.c (execute_command): Discard 'cleanup_if_error' cleanups.
3019
3020 2013-05-30 Tom Tromey <tromey@redhat.com>
3021
3022 * stabsread.c (read_struct_type): Call do_cleanups along
3023 all return paths.
3024
3025 2013-05-30 Maciej W. Rozycki <macro@codesourcery.com>
3026
3027 * mips-linux-tdep.c: Adjust formatting throughout.
3028
3029 2013-05-30 Tom Tromey <tromey@redhat.com>
3030
3031 * mipsread.c (read_alphacoff_dynamic_symtab): Call do_cleanups
3032 along all return paths.
3033
3034 2013-05-30 Tom Tromey <tromey@redhat.com>
3035
3036 * symfile.c (find_separate_debug_file): Call do_cleanups
3037 along all return paths.
3038
3039 2013-05-30 Tom Tromey <tromey@redhat.com>
3040
3041 * symtab.c (search_symbols): Introduce a null cleanup for
3042 'retval_chain'.
3043
3044 2013-05-30 Tom Tromey <tromey@redhat.com>
3045
3046 * python/py-value.c (valpy_binop): Call do_cleanups before
3047 exiting loop.
3048
3049 2013-05-30 Tom Tromey <tromey@redhat.com>
3050
3051 * python/py-prettyprint.c (print_children): Remove extra
3052 do_cleanups call.
3053
3054 2013-05-30 Tom Tromey <tromey@redhat.com>
3055
3056 * python/py-frame.c (frapy_read_var): Call do_cleanups along
3057 all return paths.
3058
3059 2013-05-30 Tom Tromey <tromey@redhat.com>
3060
3061 * python/py-breakpoint.c (bppy_get_commands): Call do_cleanups
3062 along all return paths.
3063
3064 2013-05-30 Tom Tromey <tromey@redhat.com>
3065
3066 * cli/cli-logging.c (set_logging_redirect): Unconditionally
3067 call do_cleanups.
3068
3069 2013-05-30 Tom Tromey <tromey@redhat.com>
3070
3071 * varobj.c (c_value_of_root): Call do_cleanups along all
3072 return paths.
3073
3074 2013-05-30 Tom Tromey <tromey@redhat.com>
3075
3076 * tracepoint.c (trace_dump_command): Unconditionally call
3077 do_cleanups.
3078
3079 2013-05-30 Tom Tromey <tromey@redhat.com>
3080
3081 * breakpoint.c (output_thread_groups, parse_cmd_to_aexpr): Call
3082 do_cleanups earlier.
3083
3084 2013-05-30 Tom Tromey <tromey@redhat.com>
3085
3086 * machoread.c (macho_symfile_read): Assign first cleanup to
3087 'back_to'.
3088
3089 2013-05-30 Tom Tromey <tromey@redhat.com>
3090
3091 * m32r-rom.c (m32r_load): Call do_cleanups at all returns.
3092
3093 2013-05-30 Tom Tromey <tromey@redhat.com>
3094
3095 * mi/mi-main.c (list_available_thread_groups): Call do_cleanups.
3096
3097 2013-05-30 Tom Tromey <tromey@redhat.com>
3098
3099 * inf-ptrace.c (inf_ptrace_create_inferior): Unconditionally
3100 call discard_cleanups.
3101 (inf_ptrace_attach): Likewise.
3102
3103 2013-05-30 Tom Tromey <tromey@redhat.com>
3104
3105 * remote-mips.c (mips_exit_debug): Call do_cleanups on all
3106 return paths.
3107 (mips_initialize): Likewise.
3108 (common_open): Call do_cleanups.
3109
3110 2013-05-30 Tom Tromey <tromey@redhat.com>
3111
3112 * utils.c (internal_vproblem): Call do_cleanups.
3113
3114 2013-05-30 Tom Tromey <tromey@redhat.com>
3115
3116 * linespec.c (find_linespec_symbols): Don't reassign to 'cleanup'.
3117
3118 2013-05-30 Tom Tromey <tromey@redhat.com>
3119
3120 * cli/cli-script.c (setup_user_args): Don't return after error.
3121
3122 2013-05-30 Tom Tromey <tromey@redhat.com>
3123
3124 * somread.c (som_symtab_read): Call do_cleanups.
3125
3126 2013-05-30 Tom Tromey <tromey@redhat.com>
3127
3128 * printcmd.c (print_command_1): Unconditionally call do_cleanups.
3129
3130 2013-05-30 Tom Tromey <tromey@redhat.com>
3131
3132 * cli/cli-cmds.c (cd_command, alias_command): Call do_cleanups.
3133 * cli/cli-dump.c (restore_binary_file): Call do_cleanups.
3134 * interps.c (interpreter_exec_cmd): Call do_cleanups.
3135 * source.c (show_substitute_path_command): Call do_cleanups.
3136 (unset_substitute_path_command, set_substitute_path_command):
3137 Likewise.
3138 * symfile.c (load_command): Call do_cleanups.
3139
3140 2013-05-30 Tom Tromey <tromey@redhat.com>
3141
3142 * contrib/cleanup_check.py: New file.
3143 * contrib/gcc-with-excheck: Add option parsing.
3144
3145 2013-05-30 Joel Brobecker <brobecker@adacore.com>
3146
3147 * windows-nat.c (windows_delete_thread): Add missing space
3148 in cast expression.
3149
3150 2013-05-30 Hafiz Abid Qadeer <abidh@codesourcery.com>
3151
3152 * inferior.c (top level): Include tilde.h.
3153 (add_inferior_command): Call tilde_expand on the value of 'exec'
3154 argument.
3155
3156 2013-05-30 Pedro Alves <pedro@codesourcery.com>
3157 Yao Qi <yao@codesourcery.com>
3158
3159 * tracepoint.c (encode_actions_1): Remove parameter 't'.
3160 Caller update.
3161 (encode_actions): Likewise.
3162 * remote.c (remote_download_tracepoint): Caller update.
3163 * tracepoint.h (encode_actions): Update declaration.
3164
3165 2013-05-30 Pedro Alves <palves@redhat.com>
3166
3167 * python/python-internal.h (gdb_Py_DECREF): Cast OP to PyObject
3168 pointer.
3169
3170 2013-05-30 Yao Qi <yao@codesourcery.com>
3171
3172 * remote.c (remote_check_symbols): Remove unused parameter
3173 'objfile'.
3174 Declaration update.
3175 (remote_start_remote, remote_new_objfile): Caller update.
3176
3177 2013-05-30 Yao Qi <yao@codesourcery.com>
3178
3179 * mi/mi-cmds.c (mi_cmds): Define MI command
3180 '-exec-arguments' by macro DEF_MI_CMD_CLI_1 instead of
3181 DEF_MI_CMD_CLI.
3182
3183 2013-05-29 Pedro Alves <palves@redhat.com>
3184
3185 * remote.c (remote_insert_breakpoint, remote_remove_breakpoint)
3186 (remote_insert_watchpoint, remote_remove_watchpoint)
3187 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
3188 (remote_verify_memory, compare_sections_command)
3189 (remote_search_memory): Set the general process/thread on the
3190 remote side.
3191
3192 2013-05-29 Pedro Alves <palves@redhat.com>
3193
3194 * aarch64-tdep.c: Don't include "features/aarch64-without-fpu.c".
3195 (_initialize_aarch64_tdep): Don't call
3196 initialize_tdesc_aarch64_without_fpu.
3197 * features/Makefile (WHICH): Remove reference to
3198 aarch64-without-fpu.
3199 * features/aarch64-without-fpu.c: Delete file.
3200 * regformats/aarch64-without-fpu.dat: Delete file.
3201
3202 2013-05-28 Yao Qi <yao@codesourcery.com>
3203
3204 * tracepoint.c (stringify_collection_list): Remove parameter
3205 'string'.
3206 (encode_actions): Caller update. Remove local variables.
3207
3208 2013-05-24 Yao Qi <yao@codesourcery.com>
3209
3210 * tracepoint.c (TFILE_PID): Remove.
3211 (tfile_open): Don't add thread and inferior.
3212 (tfile_close): Don't set 'inferior_ptid'. Don't call
3213 exit_inferior_silent.
3214 (tfile_thread_alive): Remove.
3215 (init_tfile_ops): Don't set field 'to_thread_alive' of
3216 tfile_ops.
3217
3218 2013-05-23 Doug Evans <dje@google.com>
3219
3220 * contrib/cc-with-tweaks.sh (-p): Handle no dwo files.
3221
3222 2013-05-23 Pedro Alves <palves@redhat.com>
3223
3224 * common/filestuff.c [USE_WIN32API]: Define HAVE_SOCKETS.
3225 [HAVE_SYS_SOCKET_H]: Define HAVE_SOCKETS.
3226 (socket_mark_cloexec, gdb_socketpair_cloexec, gdb_socket_cloexec):
3227 Only define if HAVE_SOCKETS is defined.
3228 * configure.ac: Check for sys/socket.h.
3229 * config.in, configure: Regenerate.
3230
3231 2013-05-23 Pedro Alves <palves@redhat.com>
3232
3233 * dwarf2read.c (create_dwp_hash_table, create_dwo_in_dwp)
3234 (open_and_init_dwp_file): Use %s/pulongest instead of %u for
3235 printing uint32_t variables.
3236
3237 2013-05-23 Pedro Alves <palves@redhat.com>
3238
3239 * NEWS: Mention GDBserver range stepping support.
3240
3241 2013-05-23 Yao Qi <yao@codesourcery.com>
3242 Pedro Alves <palves@redhat.com>
3243
3244 * gdbthread.h (struct thread_control_state) <may_range_step>: New
3245 field.
3246 * infcmd.c (step_once, until_next_command): Enable range stepping.
3247 * infrun.c (displaced_step_prepare): Disable range stepping.
3248 (resume): Disable range stepping if stepping over a breakpoint or
3249 we have software watchpoints. If range stepping is enabled,
3250 assert the thread is in the stepping range.
3251 (clear_proceed_status_thread): Clear may_range_step.
3252 (handle_inferior_event): Disable range stepping as soon as we know
3253 the thread that hit the event. Re-enable it whenever we're going
3254 to step with a step range.
3255 * remote.c (struct vCont_action_support) <r>: New field.
3256 (use_range_stepping): New global.
3257 (remote_vcont_probe): Handle 'r' action.
3258 (append_resumption): Append an 'r' action if the thread may range
3259 step.
3260 (show_range_stepping): New function.
3261 (set_range_stepping): New function.
3262 (_initialize_remote): Call add_setshow_boolean_cmd to register the
3263 'set range-stepping' and 'show range-stepping' commands.
3264 * NEWS: Mention range stepping, the new vCont;r action, and the
3265 new "set/show range-stepping" commands.
3266
3267 2013-05-23 Yao Qi <yao@codesourcery.com>
3268 Pedro Alves <palves@redhat.com>
3269
3270 * remote.c (struct vCont_action_support): New struct.
3271 (struct remote_state) <support_vCont_t>: Remove field.
3272 <vCont_actions_support>: New field.
3273 (remote_vcont_probe, remote_stop_ns): Update.
3274
3275 2013-05-23 Yao Qi <yao@codesourcery.com>
3276 Pedro Alves <palves@redhat.com>
3277
3278 * gdbthread.h (pc_in_thread_step_range): New declaration.
3279 * thread.c (pc_in_thread_step_range): New function.
3280 * infrun.c (handle_inferior_event): Use it.
3281
3282 2013-05-23 Joel Brobecker <brobecker@adacore.com>
3283
3284 * mi/mi-cmd-break.c (mi_argv_to_format): Use xsnprintf instead
3285 of sprintf.
3286
3287 2013-05-22 Keith Seitz <keiths@redhat.com>
3288
3289 * ada-lang.c (is_known_support_routine): Add explicit free of
3290 'func_name' from find_frame_funname.
3291 (ada_unhandled_exception_name_addr_from_raise): Add cleanups
3292 for func_name from find_frame_funname.
3293 * python/py-frame.c (frapy_name): Add explicit free of
3294 'name' from find_frame_funname.
3295 * stack.c (find_frame_funname): Add comment explaining that
3296 funcp must be freed by the caller.
3297 Return copy of symbol names instead of pointers.
3298 (print_frame): Add a cleanup for 'funname' from
3299 find_frame_funname.
3300 * stack.h (find_frame_funname): Remove "const" from
3301 'funname' parameter.
3302
3303 2013-05-22 Tom Tromey <tromey@redhat.com>
3304
3305 PR c++/15401:
3306 * c-valprint.c (c_value_print): Use value_addr for
3307 references. Convert back to reference type with value_ref.
3308
3309 2013-05-22 Eli Zaretskii <eliz@gnu.org>
3310
3311 * windows-nat.c (handle_unload_dll): Don't call solib_add for the
3312 unloaded DLL, it will be done by handle_solib_event. See
3313 http://sourceware.org/ml/gdb-patches/2013-05/msg00713.html for the
3314 details.
3315
3316 2013-05-22 Phil Muldoon <pmuldoon@redhat.com>
3317
3318 * ui-out.c: Create typedef ui_out_level_p and define vector
3319 operations for that type.
3320 (struct ui_out): Use a vector instead of an array.
3321 (current_level): Return level from a vector.
3322 (push_level): Create a level in a vector.
3323 (pop_level): Delete a level in a vector.
3324 (ui_out_new): Create initial level zero level, and store in a
3325 vector.
3326 (ui_out_destroy): Add vector cleanup.
3327
3328 2013-05-22 Pedro Alves <palves@redhat.com>
3329
3330 * python/python-internal.h (gdb_Py_DECREF): Tag with
3331 "ARI: editCase function".
3332
3333 2013-05-21 Paul Pluzhnikov <ppluzhnikov@google.com>
3334
3335 * solib-svr4.c (svr4_free_so): Protect against NULL dereference.
3336
3337 2013-05-21 Pedro Alves <palves@redhat.com>
3338
3339 * python/py-prettyprint.c (apply_val_pretty_printer): Check
3340 whether PRINTER is NULL before installing a Py_DECREF cleanup.
3341 * python/py-utils.c (py_decref): Don't check for NULL before
3342 calling Py_DECREF.
3343
3344 2013-05-21 Pedro Alves <palves@redhat.com>
3345
3346 * python/py-utils.c (py_decref): Remove extra braces.
3347 (gdb_pymodule_addobject): Remove extra braces.
3348 * python-internal.h (gdb_Py_DECREF): New static inline function.
3349 (Py_DECREF): Redefine as calling gdb_Py_DECREF.
3350
3351 2013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3352
3353 * breakpoints.c (detach_breakpoints): Do not
3354 detach breakpoints locations with loc_type bp_loc_other.
3355
3356 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3357
3358 Workaround Python 2.6.
3359 * python/py-utils.c (gdb_pymodule_addobject): Wrap Py_DECREF into
3360 a block.
3361
3362 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3363
3364 Code cleanup: constification.
3365 * solib.c (solib_ops): Make return type and ops variable type const.
3366 (set_solib_ops): Make the new_ops parameter and ops variable const.
3367 (solib_find, solib_map_sections, clear_so, free_so, update_solib_list)
3368 (solib_add, solib_keep_data_in_core, clear_solib)
3369 (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
3370 (reload_shared_libraries, solib_global_lookup): Make the ops variable
3371 const.
3372 * solib.h (set_solib_ops): Make the new_ops parameter const.
3373
3374 2013-05-21 Joel Brobecker <brobecker@adacore.com>
3375
3376 * data-directory/Makefile.in (SYSTEM_GDBINIT_SRCDIR): New
3377 variable.
3378 (VPATH): Add SYSTEM_GDBINIT_SRCDIR.
3379 (SYSTEM_GDBINIT_DIR, SYSTEM_GDBINIT_INSTALL_DIR)
3380 (SYSTEM_GDBINIT_FILES): New variables.
3381 (all): Add stamp-system-gdbinit.
3382 (stamp-system-gdbinit): New rule.
3383 (clean-system-gdbinit, install-system-gdbinit)
3384 (uninstall-system-gdbinit): New rules. Make them .PHONY.
3385 (install-only): Add dependency on install-system-gdbinit.
3386 (uninstall): Add dependency on uninstall-system-gdbinit.
3387 (clean): Add dependency on clean-system-gdbinit.
3388 * system-gdbinit/elinos.py: New file.
3389 * system-gdbinit/wrs-linux.py: New file.
3390
3391 2013-05-21 Joel Brobecker <brobecker@adacore.com>
3392
3393 * ada-lang.c (old_renaming_is_invisible): Fix cleanup leak.
3394
3395 2013-05-21 Hui Zhu <hui@codesourcery.com>
3396
3397 * breakpoint.c (dprintf_breakpoint_ops): Remove its static.
3398 * breakpoint.h (dprintf_breakpoint_ops): Add extern.
3399 * mi/mi-cmd-break.c (ctype.h): New include.
3400 (gdb_obstack.h): New include.
3401 (mi_argv_to_format, mi_cmd_break_insert_1): New.
3402 (mi_cmd_break_insert): Call mi_cmd_break_insert_1.
3403 (mi_cmd_dprintf_insert): New.
3404 * mi/mi-cmds.c (mi_cmds): Add "dprintf-insert".
3405 * mi/mi-cmds.h (mi_cmd_dprintf_insert): New extern.
3406
3407 2013-05-20 Tom Tromey <tromey@redhat.com>
3408
3409 * python/py-prettyprint.c (search_pp_list): Decref 'attr'.
3410
3411 2013-05-20 Tom Tromey <tromey@redhat.com>
3412
3413 * python/py-value.c (valpy_get_dynamic_type): Simplify
3414 dynamic_type assignment. Use Py_XINCREF.
3415
3416 2013-05-20 Tom Tromey <tromey@redhat.com>
3417
3418 * python/py-type.c (typy_fields): Unconditionally decref 'r'.
3419
3420 2013-05-20 Tom Tromey <tromey@redhat.com>
3421
3422 * python/py-frame.c (frapy_older, frapy_newer, gdbpy_newest_frame)
3423 (gdbpy_selected_frame): Move object-construction code
3424 out of TRY_CATCH.
3425
3426 2013-05-20 Tom Tromey <tromey@redhat.com>
3427
3428 * python/py-arch.c (gdbpy_initialize_arch): Use
3429 gdb_pymodule_addobject.
3430 * python/py-block.c (gdbpy_initialize_blocks): Use
3431 gdb_pymodule_addobject.
3432 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Use
3433 gdb_pymodule_addobject.
3434 * python/py-cmd.c (gdbpy_initialize_breakpoints): Use
3435 gdb_pymodule_addobject.
3436 * python/py-event.c (gdbpy_initialize_event_generic): Use
3437 gdb_pymodule_addobject.
3438 * python/py-evtregistry.c (gdbpy_initialize_eventregistry): Use
3439 gdb_pymodule_addobject.
3440 * python/py-evts.c (add_new_registry): Use
3441 gdb_pymodule_addobject.
3442 (gdbpy_initialize_py_events): Likewise.
3443 * python/py-finishbreakpoint.c
3444 (gdbpy_initialize_finishbreakpoints): Use
3445 gdb_pymodule_addobject.
3446 * python/py-frame.c (gdbpy_initialize_frames): Use
3447 gdb_pymodule_addobject.
3448 * python/py-function.c (gdbpy_initialize_functions): Use
3449 gdb_pymodule_addobject.
3450 * python/py-inferior.c (gdbpy_initialize_inferior): Use
3451 gdb_pymodule_addobject.
3452 * python/py-infthread.c (gdbpy_initialize_thread): Use
3453 gdb_pymodule_addobject.
3454 * python/py-objfile.c (gdbpy_initialize_objfile): Use
3455 gdb_pymodule_addobject.
3456 * python/py-param.c (gdbpy_initialize_parameters): Use
3457 gdb_pymodule_addobject.
3458 * python/py-progspace.c (gdbpy_initialize_pspace): Use
3459 gdb_pymodule_addobject.
3460 * python/py-symbol.c (gdbpy_initialize_symbols): Use
3461 gdb_pymodule_addobject.
3462 * python/py-symtab.c (gdbpy_initialize_symtabs): Use
3463 gdb_pymodule_addobject.
3464 * python/py-type.c (gdbpy_initialize_types): Use
3465 gdb_pymodule_addobject.
3466 * python/py-utils.c (gdb_pymodule_addobject): New function.
3467 * python/py-value.c (gdbpy_initialize_values): Use
3468 gdb_pymodule_addobject.
3469 * python/python-internal.h (gdb_pymodule_addobject): Declare.
3470 * python/python.c (_initialize_python): Use
3471 gdb_pymodule_addobject.
3472
3473 2013-05-20 Tom Tromey <tromey@redhat.com>
3474
3475 * python/py-cmd.c (cmdpy_completer): Use explicit decref.
3476 * python/py-param.c (get_set_value, get_show_value): Use
3477 explicit decrefs.
3478 * python/python.c (start_type_printers, apply_type_printers):
3479 Use explicit decrefs.
3480
3481 2013-05-20 Tom Tromey <tromey@redhat.com>
3482
3483 * python/py-evts.c (gdbpy_initialize_py_events): Don't
3484 incref the module.
3485
3486 2013-05-20 Tom Tromey <tromey@redhat.com>
3487
3488 * python/python.c (gdbpy_run_events): Decref the result
3489 of PyObject_CallObject.
3490
3491 2013-05-20 Tom Tromey <tromey@redhat.com>
3492
3493 * python/py-symtab.c (set_sal): Use
3494 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION. Return -1 on error.
3495 (symtab_and_line_to_sal_object): Update.
3496
3497 2013-05-20 Tom Tromey <tromey@redhat.com>
3498
3499 * python/py-param.c (compute_enum_values): Decref 'item'.
3500
3501 2013-05-20 Tom Tromey <tromey@redhat.com>
3502
3503 * mi/mi-main.c: Include python-internal.h.
3504 (mi_cmd_list_features): Check gdb_python_initialized.
3505 * python/py-inferior.c (python_on_normal_stop, python_on_resume)
3506 (python_inferior_exit, python_new_objfile, add_thread_object)
3507 (delete_thread_object, py_free_inferior): Check
3508 gdb_python_initialized.
3509 * python/py-prettyprint.c (apply_val_pretty_printer): Check
3510 gdb_python_initialized.
3511 * python/py-type.c (save_objfile_types): Check
3512 gdb_python_initialized.
3513 * python/python-internal.h (gdb_python_initialized): Declare.
3514 * python/python.c (ensure_python_env): Throw exception if
3515 Python not initialized.
3516 (before_prompt_hook, source_python_script_for_objfile)
3517 (start_type_printers, apply_type_printers,
3518 free_type_printers): Check gdb_python_initialized.
3519 * varobj.c (varobj_get_display_hint)
3520 (dynamic_varobj_has_child_method, update_dynamic_varobj_children)
3521 (install_new_value_visualizer, varobj_set_visualizer)
3522 (value_get_print_value): Check gdb_python_initialized.
3523
3524 2013-05-20 Tom Tromey <tromey@redhat.com>
3525
3526 * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.
3527 Check errors.
3528 * python/py-auto-load.c (gdbpy_initialize_auto_load): Return 'int'.
3529 * python/py-block.c (gdbpy_initialize_blocks): Return 'int'.
3530 Check errors.
3531 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Return 'int'.
3532 Check errors.
3533 * python/py-cmd.c (gdbpy_initialize_commands): Return 'int'.
3534 Check errors.
3535 * python/py-event.c (gdbpy_initialize_event): Return 'int'.
3536 Check errors.
3537 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Change generated
3538 init function to return 'int'.
3539 * python/py-evtregistry.c (gdbpy_initialize_eventregistry):
3540 Return 'int'. Check errors.
3541 * python/py-evts.c (gdbpy_initialize_py_events): Return 'int'.
3542 Check errors.
3543 * python/py-finishbreakpoint.c (gdbpy_initialize_finishbreakpoints):
3544 Return 'int'. Check errors.
3545 * python/py-frame.c (gdbpy_initialize_frames): Return 'int'.
3546 Check errors.
3547 * python/py-function.c (gdbpy_initialize_functions): Return 'int'.
3548 Check errors.
3549 * python/py-gdb-readline.c (gdbpy_initialize_gdb_readline):
3550 Check errors.
3551 * python/py-inferior.c (gdbpy_initialize_inferior): Return 'int'.
3552 Check errors.
3553 * python/py-infthread.c (gdbpy_initialize_thread): Return 'int'.
3554 Check errors.
3555 * python/py-lazy-string.c (gdbpy_initialize_lazy_string): Return 'int'.
3556 Check errors.
3557 * python/py-objfile.c (gdbpy_initialize_objfile): Return 'int'.
3558 Check errors.
3559 * python/py-param.c (gdbpy_initialize_parameters): Return 'int'.
3560 Check errors.
3561 * python/py-progspace.c (gdbpy_initialize_pspace): Return 'int'.
3562 Check errors.
3563 * python/py-symbol.c (gdbpy_initialize_symbols): Return 'int'.
3564 Check errors.
3565 * python/py-symtab.c (gdbpy_initialize_symtabs): Return 'int'.
3566 Check errors.
3567 * python/py-type.c (gdbpy_initialize_types): Return 'int'.
3568 Check errors.
3569 * python/py-value.c (gdbpy_initialize_values): Return 'int'.
3570 Check errors.
3571 * python/python-internal.h (gdbpy_initialize_auto_load,
3572 gdbpy_initialize_values, gdbpy_initialize_frames,
3573 gdbpy_initialize_symtabs, gdbpy_initialize_commands,
3574 gdbpy_initialize_symbols, gdbpy_initialize_symtabs,
3575 gdbpy_initialize_blocks, gdbpy_initialize_types,
3576 gdbpy_initialize_functions, gdbpy_initialize_pspace,
3577 gdbpy_initialize_objfile, gdbpy_initialize_breakpoints,
3578 gdbpy_initialize_finishbreakpoints,
3579 gdbpy_initialize_lazy_string, gdbpy_initialize_parameters,
3580 gdbpy_initialize_thread, gdbpy_initialize_inferior,
3581 gdbpy_initialize_eventregistry, gdbpy_initialize_event,
3582 gdbpy_initialize_py_events, gdbpy_initialize_stop_event,
3583 gdbpy_initialize_signal_event,
3584 gdbpy_initialize_breakpoint_event,
3585 gdbpy_initialize_continue_event,
3586 gdbpy_initialize_exited_event, gdbpy_initialize_thread_event,
3587 gdbpy_initialize_new_objfile_event, gdbpy_initialize_arch):
3588 Update. Use CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
3589 * python/python.c (gdb_python_initialized): New global.
3590 (gdbpy_initialize_events): Return 'int'. Check errors.
3591 (_initialize_python): Check errors. Set
3592 gdb_python_initialized.
3593
3594 2013-05-20 Tom Tromey <tromey@redhat.com>
3595
3596 * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope):
3597 Decref the reslut of PyObject_CallMethod.
3598
3599 2013-05-20 Tom Tromey <tromey@redhat.com>
3600
3601 * python/py-event.c (gdbpy_initialize_event_generic): Return
3602 early if PyType_Ready fails.
3603
3604 2013-05-20 Tom Tromey <tromey@redhat.com>
3605
3606 * python/py-type.c (make_fielditem): Add gdb_assert_not_reached
3607 as 'default' in the switch.
3608
3609 2013-05-20 Tom Tromey <tromey@redhat.com>
3610
3611 * python/py-inferior.c (gdbpy_inferiors): Update. Hoist
3612 get_addr_from_python calls out of TRY_CATCH.
3613 (infpy_write_memory, infpy_search_memory): Likewise.
3614 * python/py-utils.c (get_addr_from_python): Return negative
3615 value on error. Use TRY_CATCH.
3616 * python/python-internal.h (get_addr_from_python): Use
3617 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
3618
3619 2013-05-20 Tom Tromey <tromey@redhat.com>
3620
3621 * python/py-event.c (evpy_emit_event): Decref the
3622 result of PyObject_CallFunctionObjArgs.
3623
3624 2013-05-20 Tom Tromey <tromey@redhat.com>
3625
3626 * python/py-cmd.c (cmdpy_completer): Use iterator protocol.
3627 Correctly decref.
3628
3629 2013-05-20 Tom Tromey <tromey@redhat.com>
3630
3631 * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'.
3632
3633 2013-05-20 Tom Tromey <tromey@redhat.com>
3634
3635 * python/py-event.h (gdbpy_initialize_event_generic): Use
3636 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
3637 * python/py-evts.c (add_new_registry): Use
3638 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
3639 * python/python-internal.h
3640 (CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION): New macro.
3641
3642 2013-05-20 Tom Tromey <tromey@redhat.com>
3643
3644 * python/py-arch.c (archpy_disassemble): Update.
3645 * python/py-type.c (typy_get_composite, typy_lookup_typename)
3646 (typy_lookup_type): Use GDB_PY_HANDLE_EXCEPTION.
3647 * python/py-utils.c (gdbpy_convert_exception): Return 'void'.
3648 * python/python-internal.h (CPYCHECKER_SETS_EXCEPTION): New
3649 macro.
3650 (GDB_PY_HANDLE_EXCEPTION): Update.
3651 (gdbpy_convert_exception): Update. Use CPYCHECKER_SETS_EXCEPTION.
3652
3653 2013-05-20 Tom Tromey <tromey@redhat.com>
3654
3655 * python/python-internal.h (events_object_type): Remove.
3656
3657 2013-05-20 Tom Tromey <tromey@redhat.com>
3658
3659 * python/py-event.h (evpy_emit_event): Use
3660 CPYCHECKER_STEALS_REFERENCE_TO_ARG.
3661 * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
3662 New macro.
3663
3664 2013-05-20 Tom Tromey <tromey@redhat.com>
3665
3666 * py-evtregistry.c (create_event_object): Decref
3667 eventregistry_object if PyList_New fails.
3668
3669 2013-05-20 Tom Tromey <tromey@redhat.com>
3670
3671 * py-cmd.c (gdbpy_string_to_argv): Check result of
3672 PyList_New.
3673
3674 2013-05-20 Tom Tromey <tromey@redhat.com>
3675
3676 * python/python.c (before_prompt_hook): Add cleanup to
3677 decref 'hook'.
3678
3679 2013-05-20 Tom Tromey <tromey@redhat.com>
3680
3681 * python/py-function.c (fnpy_init): Decref result of
3682 PyObject_GetAttrString.
3683
3684 2013-05-20 Tom Tromey <tromey@redhat.com>
3685
3686 * python/py-threadevent.c (get_event_thread): Use
3687 CPYCHECKER_RETURNS_BORROWED_REF.
3688 * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
3689 New define.
3690 (pspace_to_pspace_object, objfile_to_objfile_object)
3691 (find_thread_object): Use it.
3692
3693 2013-05-20 Tom Tromey <tromey@redhat.com>
3694
3695 * python/py-arch.c (arch_object_type): Use
3696 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3697 * python/py-block.c (block_syms_iterator_object_type):
3698 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3699 * python/py-bpevent.c (breakpoint_event_object_type):
3700 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3701 * python/py-cmd.c (cmdpy_object_type): Use
3702 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3703 * python/py-continueevent.c (continue_event_object_type):
3704 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3705 * python/py-event.h (GDBPY_NEW_EVENT_TYPE):
3706 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3707 * python/py-events.h (thread_event_object_type):
3708 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3709 * python/py-evtregistry.c (eventregistry_object_type): Use
3710 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3711 * python/py-exitedevent.c (exited_event_object_type):
3712 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3713 * python/py-finishbreakpoint.c (finish_breakpoint_object_type):
3714 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3715 * python/py-function.c (fnpy_object_type): Use
3716 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3717 * python/py-inferior.c (inferior_object_type, membuf_object_type):
3718 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3719 * python/py-infthread.c (thread_object_type): Use
3720 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3721 * python/py-lazy-string.c (lazy_string_object_type):
3722 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3723 * python/py-newobjfileevent.c (new_objfile_event_object_type):
3724 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3725 * python/py-objfile.c (objfile_object_type): Use
3726 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3727 * python/py-param.c (parmpy_object_type):
3728 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3729 * python/py-progspace.c (pspace_object_type):
3730 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3731 * python/py-signalevent.c (signal_event_object_type):
3732 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3733 * python/py-symtab.c (symtab_object_type, sal_object_type): Use
3734 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3735 * python/py-type.c (type_object_type, field_object_type)
3736 (type_iterator_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3737 * python/py-internal.h (CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF): New
3738 define.
3739 (value_object_type, block_object_type, symbol_object_type)
3740 (event_object_type, stop_event_object_type, breakpoint_object_type)
3741 (frame_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3742
3743 2013-05-20 Andreas Tobler <andreas@fgznet.ch>
3744
3745 * Makefile.in (ALL_TARGET_OBS): Add ppcfbsd-tdep.o.
3746 (ALLDEPFILES): Add ppcfbsd-nat.c and ppcfbsd-tdep.c.
3747
3748 2013-05-20 Doug Evans <dje@google.com>
3749
3750 When reading CU, stay in DWO. Be more tolerent of bad debug info.
3751 For Fission.
3752 * dwarf2read.c (struct dwarf2_per_cu_data): New member
3753 reading_dwo_directly.
3754 (struct signatured_type): New member dwo_unit.
3755 (struct die_reader_specs): New member comp_dir.
3756 (create_signatured_type_table_from_index): Use malloc for
3757 all_type_units instead of objfile's obstack.
3758 (create_all_type_units): Ditto.
3759 (fill_in_sig_entry_from_dwo_entry): New function.
3760 (add_type_unit): New function.
3761 (lookup_dwo_signatured_type): New function.
3762 (lookup_dwp_signatured_type): New function.
3763 (lookup_signatured_type): New arg cu. All callers updated.
3764 (init_cu_die_reader): Initialize comp_dir.
3765 (read_cutu_die_from_dwo): New arg stub_comp_dir. All callers updated.
3766 Change assert of matching type signatures to call error on mismatch.
3767 (lookup_dwo_unit): Add assert.
3768 (init_tu_and_read_dwo_dies): New function.
3769 (init_cutu_and_read_dies): Call it.
3770 (build_type_unit_groups): Handle case of no type unit groups created.
3771 (hash_dwo_file, eq_dwo_file): Handle missing comp_dir.
3772 (lookup_dwo_cutu): Tweak complaint.
3773 (dwarf2_free_abbrev_table): Check for NULL abbrev_table.
3774 (dwarf2_per_objfile_free): Free all_type_units.
3775
3776 2013-05-20 Joel Brobecker <brobecker@adacore.com>
3777
3778 * windows-nat.c (handle_unload_dll): Add missing empty line.
3779
3780 2013-05-20 Joel Brobecker <brobecker@adacore.com>
3781
3782 * dwarf2read.c (prototyped_function_p): New function.
3783 (read_subroutine_type): Use it.
3784
3785 2013-05-20 Joel Brobecker <brobecker@adacore.com>
3786
3787 * rs6000-aix-tdep.c: De-indent some example code provided
3788 as a comment.
3789
3790 2013-05-17 Edjunior Machado <emachado@linux.vnet.ibm.com>
3791
3792 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Check if the
3793 region is ok for a hardware watchpoint using the new ptrace interface
3794 on Power servers.
3795
3796 2013-05-17 Doug Evans <dje@google.com>
3797
3798 * NEWS: Mention new maintenance commands check-symtabs, and
3799 expand-symtabs, and renamed check-psymtabs.
3800 * psymtab.c (maintenance_check_psymtabs): Renamed from
3801 maintenance_check_symtabs. Only process already-expanded symbol
3802 tables.
3803 (_initialize_psymtab): Update.
3804 * symmisc.c (maintenance_check_symtabs): New function.
3805 (maintenance_expand_name_matcher): New function
3806 (maintenance_expand_file_matcher): New function
3807 (maintenance_expand_symtabs): New function.
3808 (_initialize_symmisc): Add "mt check-symtabs" and "mt expand-symtabs"
3809 commands.
3810
3811 2013-05-17 Tom Tromey <tromey@redhat.com>
3812
3813 * python/py-inferior.c (infpy_read_memory): Don't call
3814 PyErr_SetString if PyObject_New fails.
3815 * python/py-frame.c (frame_info_to_frame_object): Don't call
3816 PyErr_SetString if PyObject_New fails.
3817
3818 2013-05-17 Pavel Chupin <pavel.v.chupin@intel.com>
3819
3820 * acinclude.m4: Add check for dlopen in libdl.
3821 * configure.ac: Ditto.
3822 * configure: Regenerate.
3823
3824 2013-05-17 Phil Muldoon <pmuldoon@redhat.com>
3825
3826 * frame.c (frame_stash): Convert to htab.
3827 (frame_addr_hash): New function.
3828 (frame_addr_hash_eq): New function.
3829 (frame_stash_create): Convert function to create
3830 a hash table.
3831 (frame_stash_add): Convert function to add an entry to a hash
3832 table.
3833 (frame_stash_find): Convert function to search the hash table.
3834 (frame_stash_invalidate): Convert function to empty the hash
3835 table.
3836 (get_frame_id): Only add to stash if a frame_id is created.
3837 (_initialize_frame): Call frame_stash_create.
3838
3839 2013-05-16 Yue Lu <hacklu.newborn@gmail.com> (tiny change)
3840
3841 * configure.ac: Ensure MIG is available when building for GNU Hurd
3842 hosts.
3843 * configure: Regenerate.
3844
3845 2013-05-16 Joel Brobecker <brobecker@adacore.com>
3846
3847 * dwarf2read.c (set_cu_language): Add DW_LANG_UPC handling.
3848
3849 2013-05-16 Joel Brobecker <brobecker@adacore.com>
3850
3851 * ada-lang.c (ada_make_symbol_completion_list): Make sure
3852 all cleanups are done before returning from this function.
3853
3854 2013-05-15 Joel Brobecker <brobecker@adacore.com>
3855
3856 * utils.h: #include "exceptions.h".
3857 (enum errors): Remove partial declaration.
3858
3859 2013-05-15 Joel Brobecker <brobecker@adacore.com>
3860
3861 * gdbarch.sh (core_xfer_shared_libraries_aix): New method.
3862 * gdbarch.h, gdbarch.c: Regenerate.
3863 * corelow.c (core_xfer_partial): Add TARGET_OBJECT_LIBRARIES_AIX
3864 handling.
3865
3866 * rs6000-aix-tdep.h: New file.
3867 * Makefile.in (HFILES_NO_SRCDIR): Add rs6000-aix-tdep.h.
3868 * rs6000-aix-tdep.c: Include "rs6000-aix-tdep.h" and
3869 "xml-utils.h".
3870 (struct field_info, struct ld_info_desc): New types.
3871 (ld_info32_desc, ld_info64_desc): New static constants.
3872 (struct ld_info): New type.
3873 (rs6000_aix_extract_ld_info): New function.
3874 (rs6000_aix_shared_library_to_xml): Likewise.
3875 (rs6000_aix_ld_info_to_xml): Likewise.
3876 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
3877 (rs6000_aix_init_osabi): Add call to
3878 set_gdbarch_core_xfer_shared_libraries_aix.
3879 * rs6000-nat.c: Add "rs6000-aix-tdep.h" include.
3880 Remove "xml-utils.h" include.
3881 (LdInfo): Delete typedef.
3882 (ARCH64_DECL, LDI_FIELD, LDI_NEXT, LDI_FD, LDI_FILENAME):
3883 Delete macros.
3884 (rs6000_ptrace_ldinfo): Change return type to gdb_byte *.
3885 Adjust code accordingly.
3886 (rs6000_core_ldinfo): Delete, folded into
3887 rs6000_aix_core_xfer_shared_libraries_aix.
3888 (rs6000_xfer_shared_library): Delete.
3889 (rs6000_xfer_shared_libraries): Reimplement.
3890
3891 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
3892
3893 * record.c (record_goto_cmdlist): New.
3894 (cmd_record_goto): Split into this ...
3895 (cmd_record_goto_begin): ... this
3896 (cmd_record_goto_end): ... and this.
3897 (_initialize_record): Change "record goto" to prefix command.
3898 Add commands for "record goto begin" and "record goto end".
3899 Add an alias for "record goto start" to "record goto begin".
3900
3901 2013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3902
3903 * linespec.c (convert_linespec_to_sals): New comment for
3904 SOURCE_FILENAME assignment.
3905
3906 2013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3907
3908 * cleanups.c (restore_my_cleanups): Replace gdb_assert by
3909 internal_warning.
3910
3911 2013-05-14 Tom Tromey <tromey@redhat.com>
3912
3913 * eval.c (parse_and_eval_long): Make 'exp' const.
3914 * value.h (parse_and_eval_long): Update.
3915
3916 2013-05-14 Tom Tromey <tromey@redhat.com>
3917
3918 * ui-file.c (gdb_fopen): Make arguments const.
3919 * ui-file.h (gdb_fopen): Make arguments const.
3920
3921 2013-05-14 Tom Tromey <tromey@redhat.com>
3922
3923 * remote.c (remote_set_trace_notes): Make arguments const.
3924 * target.c (update_current_target): Update cast.
3925 * target.h (to_set_trace_notes): Make arguments const.
3926
3927 2013-05-14 Tom Tromey <tromey@redhat.com>
3928
3929 * go32-nat.c (go32_terminal_info): Make 'args' const.
3930 * inferior.h (child_terminal_info): Update.
3931 * inflow.c (child_terminal_info): Make 'args' const.
3932 * target.c (default_terminal_info): Make 'args' const.
3933 (debug_to_terminal_save_ours): Likewise.
3934 * target.h (struct target_ops) <to_terminal_info>: Make argument
3935 const.
3936
3937 2013-05-13 Tom Tromey <tromey@redhat.com>
3938
3939 * gcore.c (create_gcore_bfd): Make 'filename' const.
3940 * gcore.h (create_gcore_bfd): Make 'filename' const.
3941 * record-full.c (record_full_save): Make 'recfilename' const.
3942 * target.c (target_save_record): Make 'filename' const.
3943 * target.h (struct target_ops) <to_save_record>: Make 'filename'
3944 const.
3945 (target_save_record): Likewise.
3946
3947 2013-05-13 Tom Tromey <tromey@redhat.com>
3948
3949 PR gdb/15338:
3950 * dwarf2read.c (dwarf2_record_block_ranges): Ensure that the
3951 ranges section has been read.
3952
3953 2013-05-13 Tom Tromey <tromey@redhat.com>
3954
3955 PR exp/15364:
3956 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
3957 STRUCTOP_PTR>: Return a not_lval value for
3958 EVAL_AVOID_SIDE_EFFECTS.
3959 * opencl-lang.c (evaluate_subexp_opencl): Return a not_lval value
3960 for EVAL_AVOID_SIDE_EFFECTS.
3961
3962 2013-05-13 Joel Brobecker <brobecker@adacore.com>
3963
3964 * rs6000-aix-tdep.c (rs6000_push_dummy_call): Convert
3965 floating point registers to register type before storing
3966 value.
3967 * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call):
3968 Likewise.
3969
3970 2013-05-10 Joel Brobecker <brobecker@adacore.com>
3971 Tom Tromey <tromey@redhat.com>
3972
3973 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
3974 New functions.
3975 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
3976 Declare.
3977 * darwin-nat.c (darwin_pre_ptrace): Use mark_fd_no_cloexec.
3978 (darwin_ptrace_him): Use unmark_fd_no_cloexec.
3979 * inf-ttrace.c (do_cleanup_pfds): Use unmark_fd_no_cloexec.
3980 (inf_ttrace_prepare): Use mark_fd_no_cloexec.
3981
3982 2013-05-10 Freddie Chopin <freddie_chopin@op.pl>
3983 Tom Tromey <tromey@redhat.com>
3984
3985 PR build/15414:
3986 * configure: Rebuild.
3987 * configure.ac (build_warnings): Do not use -Wformat-nonliteral
3988 with -Wno-format.
3989
3990 2013-05-10 Pedro Alves <palves@redhat.com>
3991
3992 * remote.c (_initialize_remote): Fix spelling of
3993 qXfer:traceframe-info:read packet in packet config command.
3994
3995 2013-05-10 David Taylor <dtaylor@emc.com>
3996
3997 PR remote/15455
3998
3999 * remote.c (remote_trace_set_readonly_regions): Do not overwrite
4000 "QTro" at start of packet.
4001
4002 2013-05-10 Joel Brobecker <brobecker@adacore.com>
4003
4004 * solib-aix.c (solib_aix_relocate_section_addresses):
4005 For the .bss section action, apply the same offset as
4006 the .data section.
4007
4008 2013-05-10 Joel Brobecker <brobecker@adacore.com>
4009
4010 * solib-aix.c (solib_aix_relocate_section_addresses):
4011 Remove FIXME comment.
4012
4013 2013-05-10 Joel Brobecker <brobecker@adacore.com>
4014
4015 PR tdep/15420:
4016 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
4017 New functions, directly copied from sparc-sol-thread.c.
4018 * sparc-sol-thread.c: Delete.
4019 * configure.ac: Remove code handling sparc-solaris-thread.c.
4020 * configure: Regenerate.
4021
4022 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
4023
4024 * stack.c (backtrace_command_1): Add "no-filters", and Python frame
4025 filter logic.
4026 (backtrace_command): Add "no-filters" option parsing.
4027 (_initialize_stack): Alter help to reflect "no-filters" option.
4028 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-framefilter.o
4029 (SUBDIR_PYTHON_SRCS): Add py-framefilter.c
4030 (py-frame.o): Add target
4031 * data-directory/Makefile.in (PYTHON_DIR): Add Python frame
4032 filter files.
4033 * python/python.h: Add new frame filter constants, and flag enum.
4034 (apply_frame_filter): Add definition.
4035 * python/python.c (apply_frame_filter): New non-Python
4036 enabled function.
4037 * python/py-utils.c (py_xdecref): New function.
4038 (make_cleanup_py_xdecref): Ditto.
4039 * python/py-objfile.c: Declare frame_filters dictionary.
4040 (objfpy_dealloc): Add frame_filters dealloc.
4041 (objfpy_new): Initialize frame_filters attribute.
4042 (objfile_to_objfile_object): Ditto.
4043 (objfpy_get_frame_filters): New function.
4044 (objfpy_set_frame_filters): New function.
4045 * python/py-progspace.c: Declare frame_filters dictionary.
4046 (pspy_dealloc): Add frame_filters dealloc.
4047 (pspy_new): Initialize frame_filters attribute.
4048 (pspacee_to_pspace_object): Ditto.
4049 (pspy_get_frame_filters): New function.
4050 (pspy_set_frame_filters): New function.
4051 * python/py-framefilter.c: New file.
4052 * python/lib/gdb/command/frame_filters.py: New file.
4053 * python/lib/gdb/frames.py: New file.
4054 * python/lib/gdb/__init__.py: Initialize global frame_filters
4055 dictionary
4056 * python/lib/gdb/FrameDecorator.py: New file.
4057 * python/lib/gdb/FrameIterator.py: New file.
4058 * mi/mi-cmds.c (mi_cmds): Add frame filters command.
4059 * mi/mi-cmds.h: Declare.
4060 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Add
4061 --no-frame-filter logic, and Python frame filter logic.
4062 (stack_enable_frame_filters): New function.
4063 (parse_no_frame_option): Ditto.
4064 (mi_cmd_stack_list_frames): Add --no-frame-filter and Python frame
4065 filter logic.
4066 (mi_cmd_stack_list_locals): Ditto.
4067 (mi_cmd_stack_list_args): Ditto.
4068 (mi_cmd_stack_list_variables): Ditto.
4069 * NEWS: Add frame filter note.
4070
4071 2013-05-09 Doug Evans <dje@google.com>
4072
4073 * symfile.c (syms_from_objfile_1): Delete args offsets, num_offsets.
4074 All callers updated.
4075 (syms_from_objfile): Ditto. Make static.
4076 (symbol_file_add_with_addrs): Renamed from
4077 symbol_file_add_with_addrs_or_offsets. Delete args offsets,
4078 num_offsets. All callers updated.
4079 * symfile.h (syms_from_objfile): Delete.
4080
4081 * symfile.c (decrement_reading_symtab): Add assert.
4082 (increment_reading_symtab): Ditto.
4083
4084 2013-05-09 Joel Brobecker <brobecker@adacore.com>
4085
4086 * source.c (forward_search_command): Replace call to getc
4087 by call to fgetc.
4088 (reverse_search_command): Likewise.
4089
4090 2013-05-08 Doug Evans <dje@google.com>
4091
4092 * psymtab.c (expand_symtabs_matching_via_partial): Fix file name
4093 matching test.
4094
4095 2013-05-08 Joel Brobecker <brobecker@adacore.com>
4096
4097 * sol-thread.c (info_cb): Factorize the code a little.
4098
4099 2013-05-08 Joel Brobecker <brobecker@adacore.com>
4100
4101 * sol-thread.c (info_cb): Rework the output of the "maintenance
4102 info sol-threads" command a bit.
4103
4104 2013-05-08 Joel Brobecker <brobecker@adacore.com>
4105
4106 * sol-thread.c (info_cb) [ti.ti_state == TD_THR_SLEEP]:
4107 Replace ti.ti_startfunc by ti.ti_pc.
4108
4109 2013-05-08 Joel Brobecker <brobecker@adacore.com>
4110
4111 * solib-aix.c (solib_aix_free_library_list): New function
4112 for the case where HAVE_LIBEXPAT is not defined.
4113
4114 2013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
4115
4116 PR breakpoints/15413:
4117 * breakpoint.c (condition_completer): Simplify the code to
4118 disconsider multiple locations of breakpoints when completing the
4119 "condition" command.
4120
4121 2013-05-07 Pierre Muller <muller@sourceware.org>
4122
4123 * common/linux-btrace.c: ARI fix: Include "gdb_wait.h"
4124 instead of <sys/wait.h>.
4125
4126 2013-05-07 Pierre Muller <muller@sourceware.org>
4127
4128 * nios2-tdep.c (nios2_dwarf_reg_to_regnum): ARI fix: remove
4129 trailing new line from warning message.
4130
4131 2013-05-07 Pierre Muller <muller@sourceware.org>
4132
4133 * contrib/ari/gdb_ari.sh (SOLIB_ADD, SOLIB_CREATE_INFERIOR_HOOK)
4134 (PC_SOLIB): Change type from ari_deprecate to ari_regression.
4135
4136 2013-05-07 Joel Brobecker <brobecker@adacore.com>
4137
4138 * rs6000-nat.c (rs6000_core_ldinfo): Remove '\n' at end of
4139 error message (ARI fix).
4140
4141 2013-05-07 Joel Brobecker <brobecker@adacore.com>
4142
4143 * features/library-list-aix.dtd: Replace library-list by
4144 library-list-aix.
4145 * rs6000-nat.c: Replace library-list by library-list-aix
4146 throughout.
4147 * solib-aix.c: Likewise.
4148
4149 2013-05-07 Joel Brobecker <brobecker@adacore.com>
4150
4151 * target.h (enum target_object) [TARGET_OBJECT_LIBRARIES_AIX]:
4152 Renames TARGET_OBJECT_AIX_LIBRARIES.
4153 * rs6000-nat.c: Replace TARGET_OBJECT_AIX_LIBRARIES with
4154 TARGET_OBJECT_LIBRARIES_AIX throughout.
4155 * solib-aix.c: Likwise.
4156
4157 2013-05-07 Yao Qi <yao@codesourcery.com>
4158
4159 * solib-dsbt.c (struct dsbt_info) <enable_break2_done>: Remove.
4160 (get_dsbt_info, enable_break, dsbt_clear_solib): Update.
4161
4162 2013-05-07 Yao Qi <yao@codesourcery.com>
4163
4164 * solib-dsbt.c (enable_break): Declare.
4165 (dsbt_current_sos): Remove call to enable_break2.
4166 (enable_break2): Rename to enable_break. Set solib breakpoint
4167 on '_dl_debug_state'.
4168 (enable_break): Remove.
4169
4170 2013-05-07 Luis Machado <lgustavo@codesourcery.com>
4171
4172 * ppc-linux-nat.c (ppc_linux_new_thread): Clear the new thread's
4173 debug state prior to replicating existing hardware watchpoints or
4174 breakpoints.
4175
4176 2013-05-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4177
4178 * gcore.c (gcore_create_callback): Ignore sections with
4179 separate_debug_objfile_backlink != NULL.
4180
4181 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
4182 Andrew Jenner <andrew@codesourcery.com>
4183 Chung-Lin Tang <cltang@codesourcery.com>
4184 Julian Brown <julian@codesourcery.com>
4185
4186 Based on the nios2-elf port from Altera Corporation.
4187
4188 * Makefile.in (ALL_TARGET_OBS): Add nios2-tdep.o and
4189 nios2-linux-tdep.o.
4190 (HFILES_NO_SRCDIR): Add nios2-tdep.h.
4191 (ALLDEPFILES): Add nios2-tdep.c and nios2-linux-tdep.c.
4192 * configure.tgt: Add nios2*-*-linux* and nios2*-*-* targets.
4193 * nios2-tdep.h: New.
4194 * nios2-tdep.c: New.
4195 * nios2-linux-tdep.c: New.
4196 * features/Makefile (WHICH): Add nios2-linux.
4197 (nios2-linux-expedite): Set.
4198 * features/nios2-cpu.xml: New.
4199 * features/nios2.xml: New.
4200 * features/nios2-linux.xml: New.
4201 * features/nios2.c: New (autogenerated).
4202 * features/nios2-linux.c: New (autogenerated).
4203 * regformats/nios2-linux.dat: New (autogenerated).
4204 * NEWS (Changes since GDB 7.6): Add new Nios II targets
4205 and commands.
4206
4207 2013-05-06 Doug Evans <dje@google.com>
4208
4209 * symfile.c: Whitespace cleanup.
4210
4211 * solist.h (struct target_so_ops): New member clear_so.
4212 * solib-svr4.c (svr4_clear_so): New function.
4213 (_initialize_svr4_solib): Set svr4_so_ops.clear_so.
4214 * solib.c (clear_so): Renamed from free_so_symbols.
4215 All callers updated. Call target clear_so if it exists.
4216
4217 2013-05-06 Tom Tromey <tromey@redhat.com>
4218
4219 * ada-lang.c (ada_value_primitive_packed_val): Don't
4220 call value_incref.
4221 * value.c (set_value_parent): Incref the new parent and decref
4222 the old parent.
4223 (value_copy, value_primitive_field): Use set_value_parent.
4224
4225 2013-05-06 Tom Tromey <tromey@redhat.com>
4226
4227 * dwarf2loc.c (invalid_synthetic_pointer): Move earlier.
4228 (indirect_pieced_value): Call dwarf2_fetch_constant_bytes
4229 if needed.
4230 * dwarf2loc.h (dwarf2_fetch_constant_bytes): Declare.
4231 * dwarf2read.c (write_constant_as_bytes)
4232 (dwarf2_fetch_constant_bytes): New functions.
4233
4234 2013-05-06 Tom Tromey <tromey@redhat.com>
4235
4236 * dwarf2read.c (dwarf2_const_value_data): Remove unused
4237 parameters.
4238 (dwarf2_const_value_attr): Update.
4239
4240 2013-05-06 Tom Tromey <tromey@redhat.com>
4241
4242 * somread.c (som_symfile_offsets): Add 'const' to addrs.
4243 * machoread.c (macho_symfile_offsets): Add 'const' to addrs.
4244 * xcoffread.c (xcoff_symfile_offsets): Add 'const' to addrs.
4245 Remove declaration.
4246
4247 2013-05-06 Tom Tromey <tromey@redhat.com>
4248
4249 * dwarf2read.c (dwarf2_const_value_attr): Use 'obstack', not
4250 objfile's obstack.
4251
4252 2013-05-06 Doug Evans <dje@google.com>
4253
4254 * dbxread.c (process_one_symbol): Constify section_offsets parameter.
4255 * stabsread.h (process_one_symbol): Update declaration.
4256 * dwarf2read.c (dw2_relocate): Constify new_offsets, delta parameters.
4257 * elfread.c (elf_symfile_relocate_probe): Ditto.
4258 * psymtab.c (relocate_psymtabs): Ditto.
4259 * objfiles.c (objfile_relocate1): Constify new_offsets parameter.
4260 (objfile_relocate): Ditto.
4261 * objfiles.h (objfile_relocate): Update declaration.
4262 * symfile.c (relative_addr_info_to_section_offsets): Constify
4263 addrs parameter.
4264 (default_symfile_offsets): Ditto.
4265 (syms_from_objfile_1): Constify offsets parameter.
4266 (syms_from_objfile): Ditto.
4267 (symbol_file_add_with_addrs_or_offsets): Ditto.
4268 (symfile_map_offsets_to_segments): Constify data parameter.
4269 * symfile.h (struct quick_symbol_functions): Constify new_offsets,
4270 delta parameters of member relocate.
4271 (struct sym_probe_fns): Constify new_offsets,
4272 delta parameters of member sym_relocate_probe.
4273 (struct sym_fns): Constify section_addr_info parameter of member
4274 sym_offsets.
4275 (relative_addr_info_to_section_offsets): Update declaration.
4276 (default_symfile_offsets): Ditto.
4277 (syms_from_objfile): Ditto.
4278 (symfile_map_offsets_to_segments): Ditto.
4279
4280 * symfile.c (syms_from_objfile_1): Use correct section count when
4281 objfile->sf == NULL.
4282
4283 2013-05-06 Mike Frysinger <vapier@gentoo.org>
4284
4285 * common/linux-btrace.c (intel_supports_btrace): Fix indentation.
4286
4287 2013-05-06 Doug Evans <dje@google.com>
4288
4289 * psympriv.h (struct partial_symtab): Augment comment for member
4290 section_offsets.
4291
4292 2013-05-06 Joel Brobecker <brobecker@adacore.com>
4293
4294 Reimplement shared library support on ppc-aix...
4295 * target.h (TARGET_OBJECT_AIX_LIBRARIES): New target_object enum.
4296 * features/library-list-aix.dtd: New file.
4297 * solib-aix.h, solib-aix.c: New file.
4298 * rs6000-aix-tdep.c: #include "solib.h" and "solib-aix.h".
4299 (rs6000_find_toc_address_hook): Delete.
4300 (rs6000_push_dummy_call): Rewrite code setting the TOC value.
4301 (rs6000_aix_init_osabi): Register solib_aix_so_ops.
4302 * rs6000-nat.c: Remove "xcoffsolib.h" include. Include
4303 "xml-utils.h".
4304 (map_vmap, vmap_exec, vmap_ldinfo, add_vmap, objfile_symbol_add)
4305 (vmap_symtab, fixup_breakpoints): Delete.
4306 (rs6000_xfer_shared_libraries): New function.
4307 (rs6000_xfer_partial): Add TARGET_OBJECT_AIX_LIBRARIES handling.
4308 (vmap_secs, bss_data_overlap, vmap_add_symbols): Delete.
4309 (xcoff_relocate_symtab, xcoff_relocate_core): Delete.
4310 (rs6000_ptrace_ldinfo, rs6000_core_ldinfo)
4311 (rs6000_xfer_shared_library): New function.
4312 (find_toc_address): Delete.
4313 (_initialize_rs6000_nat): Do not set rs6000_find_toc_address_hook.
4314 * rs6000-tdep.h (rs6000_find_toc_address_hook): Remove.
4315 * xcoffread.c (record_minimal_symbol): Reloate symbol address
4316 before creating minimal symbol. Adjust function description
4317 accordingly.
4318 (scan_xcoff_symtab): Replace call to
4319 prim_record_minimal_symbol_and_info by call to
4320 record_minimal_symbol.
4321 (xcoff_symfile_offsets): Reimplement mostly as a wrapper
4322 around default_symfile_offsets.
4323 * configure.tgt: Add solib-aix.o to gdb_target_obs for
4324 powerpc-aix targets.
4325 * config/rs6000/nm-rs6000.h: Delete.
4326 * config/powerpc/aix.mh (NAT_FILE): Delete.
4327 (NATDEPFILES): Remove xcoffsolib.o.
4328 * Makefile.in (XMLFILES): Add library-list-aix.dtd.
4329 (ALL_TARGET_OBS): Add solib-aix.o.
4330 (HFILES_NO_SRCDIR): Remove xcoffsolib.h and
4331 config/rs6000/nm-rs6000.h. Add solib-aix.h.
4332 (ALLDEPFILES): Add solib-aix.c. Remove xcoffsolib.c.
4333 * xcoffsolib.h, xcoffsolib.c: Delete.
4334
4335 * solib.c (reload_shared_libraries): Remove reference to
4336 SOLIB_CREATE_INFERIOR_HOOK.
4337 * breakpoint.c (handle_solib_event): Remove reference to SOLIB_ADD.
4338 (disable_breakpoints_in_shlibs): Remove reference to PC_SOLIB.
4339 (momentary_bkpt_re_set): Replace SOLIB_ADD by solib_add in
4340 comment.
4341 * corelow.c (deprecated_core_resize_section_table): Delete.
4342 * exec.c: Remove include of xcoffsolib.h".
4343 (map_vmap, vmap): Delete.
4344 (exec_close_1): Remove references to vmap.
4345 (exec_file_attach): Remove vmap handling code, and reference
4346 to DEPRECATED_IBM6000_TARGET.
4347 (bfdsec_to_vmap): Delete.
4348 (exec_files_info): Remove block of code handling VMAP.
4349 * infcmd.c (post_create_inferior): Remove reference to
4350 SOLIB_CREATE_INFERIOR_HOOK and SOLIB_ADD.
4351 * infrun.c (follow_exec): Remove reference to
4352 SOLIB_CREATE_INFERIOR_HOOK.
4353 * stack.c (print_frame): Remove reference to PC_SOLIB.
4354 * solib-dsbt.c (dsbt_current_sos): Adjust comment.
4355 (dsbt_relocate_main_executable): Likewise.
4356 * solib-frv.c (frv_current_sos): Likewise.
4357
4358 2013-05-06 Joel Brobecker <brobecker@adacore.com>
4359
4360 * sol-thread.c (rw_common): Cast BUF to "gdb_byte *" in calls
4361 to target_write_memory and target_read_memory.
4362
4363 2013-05-06 Joel Brobecker <brobecker@adacore.com>
4364
4365 * darwin-nat.c (darwin_setup_fake_stop_event): New function.
4366 (darwin_attach): Adjust using darwin_setup_fake_stop_event.
4367
4368 2013-05-06 Joel Brobecker <brobecker@adacore.com>
4369
4370 * darwin-nat.c: Replace all "%x" instances in format strings
4371 into "0x%x" throughout.
4372
4373 2013-05-06 Joel Brobecker <brobecker@adacore.com>
4374
4375 * darwin-nat.c (darwin_mourn_inferior): Replace call to
4376 gdb_assert by call to MACH_CHECK_ERROR.
4377 (darwin_attach_pid): Raise an error rather than a failed
4378 assertion when various system calls failed. Report a warning
4379 instead of raising a failed assertion when PREV_NOT is not NULL
4380 after call to mach_port_request_notification.
4381 (darwin_ptrace_me): Raise an error rather than a failed
4382 assertion when read returns nonzero.
4383
4384 2013-05-06 Joel Brobecker <brobecker@adacore.com>
4385
4386 * amd64-darwin-tdep.c: Remove #include "gdb_assert.h".
4387
4388 2013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4389
4390 * cleanups.c (restore_my_cleanups): New gdb_assert for SENTINEL_CLEANUP.
4391
4392 2013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4393
4394 * event-top.c (display_gdb_prompt): Call missing do_cleanups.
4395 * infcmd.c (get_return_value) <!stop_regs>: Do not overwrite CLEANUP.
4396 * symfile.c (symfile_bfd_open): New variable back_to. Do not leave
4397 a stale cleanup. Fix double free of NAME.
4398
4399 2013-05-04 Eli Zaretskii <eliz@gnu.org>
4400
4401 * windows-nat.c (windows_delete_thread): Accept an additional
4402 argument, the thread's exit code, and announce thread death when
4403 print_thread_events is non-zero and we are deleting a thread that
4404 is not the main thread.
4405 (get_windows_debug_event): Pass thread exit code to
4406 windows_delete_thread.
4407
4408 2013-05-03 Kevin Buettner <kevinb@redhat.com>
4409
4410 * v850-tdep.c (elf-bfd.h, elf/v850.h): Include.
4411 (R_149_REGNUM, E_NUM_OF_V850E2_REGS, E_SELID_1_R0_REGNUM)
4412 (E_SELID_1_R31_REGNUM, E_SELID_2_R0_REGNUM, E_SELID_2_R31_REGNUM)
4413 (E_SELID_3_R0_REGNUM, E_SELID_3_R31_REGNUM, E_SELID_4_R0_REGNUM)
4414 (E_SELID_4_R31_REGNUM, E_SELID_5_R0_REGNUM, E_SELID_5_R31_REGNUM)
4415 (E_SELID_6_R0_REGNUM, E_SELID_6_R31_REGNUM, E_SELID_7_R0_REGNUM, E_SELID_7_R31_REGNUM)
4416 (E_VR0_REGNUM, E_VR31_REGNUM, E_NUM_OF_V850E3V5_REGS): Define.
4417 (v850_abi, V850_ABI_GCC, V850_ABI_RH850): New enum and constants.
4418 (gdbarch_tdep): New struct.
4419 (v850e2_register_name): Use E_NUM_OF_V850E2_REGS instead of
4420 E_NUM_REGS.
4421 (v850e3v5_register_name): New function.
4422 (v850_register_type): v850e3v5 vector registers are 64-bits wide.
4423 (v850_use_struct_convention): Add `gdbarch' parameter. Add new
4424 code handling the struct return conventions for the RH850 ABI.
4425 Update all callers.
4426 (v850_eight_byte_align_p): New function.
4427 (v850_push_call_dummy): Push structs by value, not by reference
4428 for the RH850 ABI. Add support for eight byte alignment.
4429 (v850_dbtrap_breakpoint_from_pc): New function.
4430 (v850_gdbarch_init): Add ABI detection code. Register
4431 v850e3v5_register_name for the v850e3v5 architecture. Set the
4432 number of registers for v850e3v5. Register
4433 v850_dbtrap_breakpoint_from_pc as appropriate.
4434 (_initialize_gdbarch_init): Registration bfd_arch_v850_rh850.
4435
4436 2013-05-03 Doug Evans <dje@google.com>
4437
4438 * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections instead
4439 of bfd_count_sections.
4440 * solib-target.c (solib_target_relocate_section_addresses): Ditto.
4441 * symfile.c (default_symfile_offsets): Ditto.
4442 (syms_from_objfile_1): Ditto. Make dummy addrs list an array of
4443 one entry, not bfd_count_sections entries.
4444
4445 2013-05-03 Kevin Buettner <kevinb@redhat.com>
4446
4447 * rl78-tdep.c (rl78_register_reggroup_p): Include SP in the
4448 `save' and `restore' register groups. Don't include SPL
4449 or SPH in these groups.
4450 (rl78_dwarf_reg_to_regnum): Adjust mapping for
4451 RL78_PC_REGNUM. Add mappings for RL78_PSW_REGNUM,
4452 RL78_ES_REGNUM, and RL78_CS_REGNUM.
4453 (rl78_gdbarch_init): Set `dwarf2_addr_size' to 4. Invoke
4454 dwarf2_append_unwinders().
4455
4456 2013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4457
4458 * break-catch-sig.c (signal_catchpoint_breakpoint_hit): Do not
4459 ignore SIGINT and SIGTRAP in case these internal signals are
4460 caught explicitely.
4461
4462 2013-05-01 Joel Brobecker <brobecker@adacore.com>
4463
4464 * darwin-nat.c (darwin_read_write_inferior): Change types
4465 of parameters rdaddr and wraddr to "gdb_byte *". Change type
4466 of copy_count to "mach_msg_type_number_t".
4467 (darwin_read_dyld_info): Change type of parameter
4468 rdaddr to "gdb_byte *".
4469
4470 2013-05-01 Joel Brobecker <brobecker@adacore.com>
4471
4472 * solib-ia64-hpux.c (ia64_hpux_read_dynamic_info): Change cast
4473 of &info->load_map from "char *" to "gdb_byte *".
4474
4475 2013-05-01 Joel Brobecker <brobecker@adacore.com>
4476
4477 * ia64-tdep.c (ia64_access_fpreg): Change cast of val
4478 from "char *" to "gdb_byte *".
4479 (ia64_access_rse_fpreg, ia64_access_mem): Likewise.
4480
4481 2013-04-30 Doug Evans <dje@google.com>
4482
4483 * dwarf2read.c (lookup_dwo_unit): Return NULL if DWO not found.
4484 (init_cutu_and_read_dies): Flag a complaint, not error, for bad
4485 DWO stub. If DWO isn't found, just use stub.
4486 (lookup_dwo_cutu): Don't try DWO if there's a DWP file.
4487
4488 * dwarf2read.c (dw2_find_symbol_file): Initialize filename before
4489 calling init_cutu_and_read_dies.
4490
4491 2013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
4492
4493 * target-descriptions.c (maint_print_c_tdesc_cmd):
4494 Add case to parse structures as register types and
4495 bitfields.
4496
4497 2013-04-30 Walfred Tedeschi <walfred.tedeschi@intel.com>
4498
4499 * MAINTAINERS (Write After Approval): Add myself to the list.
4500
4501 2013-04-30 Joel Brobecker <brobecker@adacore.com>
4502
4503 * sol-thread.c (rw_common): Change type of parameter "buf"
4504 to "gdb_byte *".
4505 (ps_pdwrite, ps_ptwrite): Cast parameter "buf" in call to
4506 rw_common to "gdb_byte *" instead of "char *".
4507
4508 2013-04-30 Joel Brobecker <brobecker@adacore.com>
4509
4510 * sol-thread.c (info_cb) [ti.ti_startfunc != 0]: Change type
4511 of local variable msym to const struct bound_minimal_symbol.
4512 Adjust use accordingly.
4513 [ti.ti_state == TD_THR_SLEEP]: Likewise.
4514
4515 2013-04-30 Samuel Thibault <samuel.thibault@gnu.org>
4516
4517 * i386gnu-nat.c (CREG_OFFSET): New macro.
4518 (creg_offset): New array.
4519 (CREG_ADDR): Use creg_offset instead of reg_offset.
4520
4521 2013-04-30 Joel Brobecker <brobecker@adacore.com>
4522
4523 * mep-tdep.c (mep_write_pc): Delete.
4524 (mep_gdbarch_init): Remove call to set_gdbarch_write_pc.
4525 Add call to set_gdbarch_pc_regnum.
4526
4527 2013-04-30 Joel Brobecker <brobecker@adacore.com>
4528
4529 * common/filestuff.c: Replace #include <dirent.h> by
4530 #include "gdb_dirent.h".
4531
4532 2013-04-30 Joel Brobecker <brobecker@adacore.com>
4533
4534 * common/filestuff.c: Replace #include <sys/stat.h> by
4535 #include "gdb_stat.h".
4536
4537 2013-04-29 Pierre Muller <muller@sourceware.org>
4538
4539 * dwarf2read.c (handle_DW_AT_stmt_list): Avoid ARI warning for
4540 editCase function rule.
4541 (get_DW_AT_signature_type): Likewise.
4542
4543 2013-04-29 Joel Brobecker <brobecker@adacore.com>
4544
4545 * m32r-tdep.c (m32r_write_pc): Delete.
4546 (m32r_gdbarch_init): Remove call to set_gdbarch_write_pc.
4547 Add call to set_gdbarch_pc_regnum.
4548
4549 2013-04-29 Pierre Muller <muller@sourceware.org>
4550
4551 * ./contrib/ari/gdb_ari.sh (editCase rule): Fix spelling error.
4552
4553 2013-04-29 Joel Brobecker <brobecker@adacore.com>
4554
4555 * dwarf2read.c (get_DW_AT_signature_type): Add ARI marker.
4556
4557 2013-04-28 Yao Qi <yao@codesourcery.com>
4558
4559 * solib-dsbt.c (fetch_loadmap): Re-indent.
4560 (displacement_from_map, enable_break2): Likewise.
4561 (dsbt_relocate_section_addresses): Likewise.
4562
4563 2013-04-26 Joel Brobecker <brobecker@adacore.com>
4564
4565 GDB 7.6 released.
4566
4567 2013-04-25 Andreas Kaufmann <Andreas.Kaufmann@synopsys.com>
4568
4569 PR corefiles/14983:
4570 * dwarf2read.c (process_full_comp_unit): Always create a static
4571 block.
4572
4573 2013-04-25 Hui Zhu <hui@codesourcery.com>
4574
4575 * breakpoint.c (build_target_command_list): Change loc->cond_bytecode
4576 to loc->cmd_bytecode.
4577
4578 2013-04-24 Doug Evans <dje@google.com>
4579
4580 * dwarf2read.c (setup_type_unit_groups): Fix comment.
4581
4582 2013-04-22 Keith Seitz <keiths@redhat.com>
4583
4584 * tracepoint.c (trace_save): Call the writer's start method.
4585
4586 2013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
4587
4588 PR gdb/10462
4589 * cli/cli-decode.c (lookup_command): Show an error if there is no space
4590 before argument.
4591
4592 2013-04-23 Tom Tromey <tromey@redhat.com>
4593
4594 * common/filestuff.c: Check USE_WIN32API before including
4595 sys/socket.h.
4596 (HAVE_F_GETFD): New define.
4597 (mark_cloexec): Check HAVE_F_GETFD.
4598 (gdb_open_cloexec): Change 'mode' to unsigned long.
4599 (gdb_socketpair_cloexec): Check HAVE_SOCKETPAIR.
4600 (gdb_pipe_cloexec): Check HAVE_PIPE.
4601 * common/filestuff.h (gdb_open_cloexec): Change 'mode' to unsigned
4602 long.
4603
4604 2013-04-23 Hui Zhu <hui@codesourcery.com>
4605
4606 PR gdb/15293
4607 * breakpoint.c (bpstat_what): Add BPSTAT_WHAT_SINGLE to bp_dprintf.
4608
4609 2013-04-23 Hui Zhu <hui@codesourcery.com>
4610
4611 PR gdb/15165
4612 * breakpoint.c (dprintf_print_recreate): New.
4613 (save_breakpoints): Let it not save dprintf commands.
4614 (initialize_breakpoint_ops): Set dprintf_print_recreate.
4615
4616 2013-04-22 Tom Tromey <tromey@redhat.com>
4617
4618 PR gdb/7912:
4619 * Makefile.in (SFILES): Add filestuff.c
4620 (COMMON_OBS): Add filestuff.o.
4621 (filestuff.o): New target.
4622 * auto-load.c (auto_load_objfile_script_1): Use
4623 gdb_fopen_cloexec.
4624 * auxv.c (procfs_xfer_auxv): Use gdb_open_cloexec.
4625 * cli/cli-cmds.c (shell_escape): Call close_most_fds.
4626 * cli/cli-dump.c (fopen_with_cleanup): Use gdb_fopen_cloexec.
4627 * common/agent.c (gdb_connect_sync_socket): Use
4628 gdb_socket_cloexec.
4629 * common/filestuff.c: New file.
4630 * common/filestuff.h: New file.
4631 * common/linux-osdata.c (linux_common_core_of_thread)
4632 (command_from_pid, commandline_from_pid, print_source_lines)
4633 (linux_xfer_osdata_shm, linux_xfer_osdata_sem)
4634 (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Use
4635 gdb_fopen_cloexec.
4636 * common/linux-procfs.c (linux_proc_get_int)
4637 (linux_proc_pid_has_state): Use gdb_fopen_cloexec.
4638 * config.in, configure: Rebuild.
4639 * configure.ac: Don't check for sys/socket.h. Check for
4640 fdwalk, pipe2.
4641 * corelow.c (core_open): Use gdb_open_cloexec.
4642 * dwarf2read.c (write_psymtabs_to_index): Use gdb_fopen_cloexec.
4643 * fork-child.c (fork_inferior): Call close_most_fds.
4644 * gdb_bfd.c (gdb_bfd_open): Use gdb_open_cloexec.
4645 * inf-child.c (inf_child_fileio_readlink): Use gdb_open_cloexec.
4646 * linux-nat.c (linux_nat_thread_name, linux_proc_pending_signals):
4647 Use gdb_fopen_cloexec.
4648 (linux_proc_xfer_partial, linux_proc_xfer_spu): Use
4649 gdb_open_cloexec.
4650 (linux_async_pipe): Use gdb_pipe_cloexec.
4651 * remote-fileio.c (remote_fileio_func_open): Use
4652 gdb_open_cloexec.
4653 * remote.c (remote_file_put, remote_file_get): Use
4654 gdb_fopen_cloexec.
4655 * ser-pipe.c (pipe_open): Use gdb_socketpair_cloexec,
4656 close_most_fds.
4657 * ser-tcp.c (net_open): Use gdb_socket_cloexec.
4658 * ser-unix.c (hardwire_open): Use gdb_open_cloexec.
4659 * solib.c (solib_find): Use gdb_open_cloexec.
4660 * source.c (openp, find_and_open_source): Use gdb_open_cloexec.
4661 * tracepoint.c (tfile_start): Use gdb_fopen_cloexec.
4662 (tfile_open): Use gdb_open_cloexec.
4663 * tui/tui-io.c (tui_initialize_io): Use gdb_pipe_cloexec.
4664 * ui-file.c (gdb_fopen): Use gdb_fopen_cloexec.
4665 * xml-support.c (xml_fetch_content_from_file): Use
4666 gdb_fopen_cloexec.
4667 * main.c (captured_main): Call notice_open_fds.
4668
4669 2013-04-22 Edjunior Machado <emachado@linux.vnet.ibm.com>
4670
4671 * remote-sim.c (dump_mem): Change the type of 'buf' parameter from
4672 'char *' to 'gdb_byte *'.
4673 (gdbsim_store_register): Change the type of 'tmp' from 'char' to
4674 'gdb_byte'.
4675
4676 2013-04-22 Yao Qi <yao@codesourcery.com>
4677
4678 * infrun.c: Fix typo in comment.
4679
4680 2013-04-22 Andrew Haley <aph@redhat.com>
4681
4682 * arm-tdep.c (BranchDest): Cast result as "unsigned long",
4683 instead of "long".
4684
4685 2013-04-20 Yao Qi <yao@codesourcery.com>
4686
4687 * ctf.c (ctf_fetch_registers): Change the type of 'regs' from
4688 'char *' to 'gdb_byte *'. Cast the return value of
4689 'bt_ctf_get_char_array' to 'gdb_byte *'.
4690
4691 2013-04-19 Pedro Alves <palves@redhat.com>
4692
4693 * configure.ac (build_warnings): Replace -Wno-pointer-sign with
4694 -Wpointer-sign.
4695 * configure: Regenerate.
4696
4697 2013-04-19 Pedro Alves <palves@redhat.com>
4698
4699 * ser-tcp.c (net_read_prim): Cast second argument to recv to
4700 'void *'.
4701
4702 2013-04-19 Pedro Alves <palves@redhat.com>
4703
4704 * monitor.c (monitor_write_memory, monitor_write_memory_bytes):
4705 Change type of 'myaddr' parameter to gdb_byte pointer.
4706 (monitor_write_memory_longlongs): Likewise. Cast 'myaddr' pointer
4707 to 'long long' pointer instead of to 'unsigned long long'.
4708 (monitor_write_memory_block, monitor_read_memory_single)
4709 (monitor_read_memory): Change type of 'myaddr' parameter to
4710 gdb_byte pointer.
4711
4712 2013-04-19 Pedro Alves <palves@redhat.com>
4713
4714 * record.c (validate_history_size): Make parameter 'setting'
4715 unsigned.
4716
4717 2013-04-19 Pedro Alves <palves@redhat.com>
4718
4719 * ctf.c (ctf_write_uploaded_tsv, ctf_write_uploaded_tp): Add casts
4720 to 'gdb_byte *'.
4721
4722 2013-04-19 Pedro Alves <palves@redhat.com>
4723
4724 * cp-valprint.c (cp_print_class_member): Change type of 'fieldno'
4725 local to int.
4726
4727 2013-04-19 Pedro Alves <palves@redhat.com>
4728
4729 * ada-lang.c (print_it_exception): Add cast to gdb_byte *.
4730 * ada-tasks.c (read_fat_string_value): Likewise.
4731
4732 2013-04-19 Pedro Alves <palves@redhat.com>
4733
4734 * dwarf2-frame.c (execute_cfa_program): Make 'bytes_read' local
4735 unsigned. Pass 'tmp' to safe_read_uleb128 instead of the signed
4736 'offset', and adjust.
4737
4738 2013-04-19 Pedro Alves <palves@redhat.com>
4739
4740 * dwarf2read.c (dwarf2_get_dwz_file): Add cast to const char *.
4741 (read_index_from_section): Add cast to 'char *'.
4742
4743 2013-04-19 Pedro Alves <palves@redhat.com>
4744
4745 * xcoffread.c (xcoff_initial_scan): Add cast to 'char *'.
4746
4747 2013-04-19 Pedro Alves <palves@redhat.com>
4748
4749 * coff-pe-read.c (read_pe_exported_syms): Handle strings as char.
4750
4751 2013-04-19 Pedro Alves <palves@redhat.com>
4752
4753 * record-full.c (record_full_get_bookmark): Change local 'ret'
4754 type to char * and add cast to gdb_byte *.
4755 (record_full_goto_bookmark): Handle 'bookmark' argument as a
4756 string.
4757 * reverse.c (goto_bookmark_command): Add casts to gdb_byte *.
4758
4759 2013-04-19 Pedro Alves <palves@redhat.com>
4760
4761 * python/py-inferior.c (infpy_write_memory): Add cast to gdb_byte
4762 * python/py-prettyprint.c (print_string_repr): Change type of
4763 'output' local to char *. Add cast to gdb_byte * in
4764 LA_PRINT_STRING call.
4765 (print_children): Change type of 'output' local to char *.
4766 * python/py-value.c (valpy_string): Add cast to const char * in
4767 PyUnicode_Decode call.
4768
4769 2013-04-19 Pedro Alves <palves@redhat.com>
4770
4771 * remote-mips.c (mips_cksum): Rename 'data' parameter to 'datastr'
4772 and change its type to 'const char *'. Adjust.
4773 (mips_send_packet): Add cast to 'char *', and remove cast to
4774 'unsigned char *'.
4775 (mips_receive_packet): Remove cast to 'unsigned char *'.
4776 (mips_load_srec): Use bfd_byte.
4777 (pmon_makeb64, pmon_zeroset): Make 'chksum' parameter unsigned.
4778 (pmon_checkset): Make 'value' parameter unsigned.
4779
4780 2013-04-19 Pedro Alves <palves@redhat.com>
4781
4782 * common/agent.c (agent_run_command): Add cast to gdb_byte *.
4783
4784 2013-04-19 Pedro Alves <palves@redhat.com>
4785
4786 * remote.c (remote_write_bytes_aux, compare_sections_command)
4787 (remote_read_qxfer)
4788 (remote_search_memory, remote_hostio_pwrite, remote_hostio_pread)
4789 (remote_hostio_readlink, remote_bfd_iovec_pread)
4790 (remote_set_trace_notes): Use gdb_byte when RSP buffer is used as
4791 binary buffer, and char when buffer is used as string.
4792 * tracepoint.c (encode_source_string, tfile_write_uploaded_tp)
4793 (trace_save, tfile_open, traceframe_walk_blocks)
4794 (tfile_fetch_registers): Likewise.
4795
4796 2013-04-19 Pedro Alves <palves@redhat.com>
4797
4798 * ser-base.c (ser_base_write): Change prototype -- take 'void *'
4799 buffer and size_t size. Adjust.
4800 * ser-base.h (ser_base_write): Adjust.
4801 * ser-go32.c (cnts): Change type to size_t.
4802 (dos_write): Change prototype -- take 'void *'
4803 buffer and size_t size. Adjust.
4804 (dos_info): Print elements of 'cnts' as unsigned long.
4805 * serial.c (serial_write): Likewise.
4806 * serial.h (serial_write): Adjust.
4807 (struct serial_ops) <write>: Change prototype -- take 'void *'
4808 buffer and size_t size. Adjust.
4809
4810 2013-04-19 Pedro Alves <palves@redhat.com>
4811
4812 * c-lang.c (evaluate_subexp_c): Cast result of obstack_base to
4813 gdb_byte *.
4814 * linux-tdep.c (linux_make_mappings_corefile_notes): Likewise.
4815
4816 2013-04-19 Pedro Alves <palves@redhat.com>
4817
4818 * alpha-tdep.c (alpha_extract_return_value): Use
4819 regcache_cooked_read_unsigned to read 'v0'.
4820
4821 2013-04-19 Pedro Alves <palves@redhat.com>
4822
4823 * xtensa-tdep.c (execute_l32e, execute_s32e): Change type of
4824 parameters 'at', 'as' and 'offset' to uint32_t.
4825
4826 2013-04-19 Pedro Alves <palves@redhat.com>
4827
4828 * aarch64-tdep.c (aarch64_analyze_prologue): Change type of local
4829 'is64' to signed 'int'.
4830
4831 2013-04-19 Pedro Alves <palves@redhat.com>
4832
4833 * s390-tdep.c (is_rs, is_rsy, is_rx, is_rxy): Change type of 'd2'
4834 parameter to int *.
4835
4836 2013-04-19 Pedro Alves <palves@redhat.com>
4837
4838 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Change local
4839 'insnbuf' buffer type to unsigned int[].
4840
4841 2013-04-19 Pedro Alves <palves@redhat.com>
4842
4843 * mips-tdep.c (mips_read_pc): Change local 'pc' type to LONGEST.
4844
4845 2013-04-19 Pedro Alves <palves@redhat.com>
4846
4847 * mep-tdep.c (mep_get_insn): Change 'insn' parameter type to
4848 unsigned long *.
4849
4850 2013-04-19 Pedro Alves <palves@redhat.com>
4851
4852 * alpha-tdep.c (heuristic_fence_post): Change type to int.
4853 (alpha_heuristic_proc_start): Adjust to check -1 instead of
4854 UINT_MAX.
4855 * mips-tdep.c (heuristic_fence_post): Change type to int.
4856 (heuristic_proc_start): Adjust to check -1 instead of UINT_MAX.
4857
4858 2013-04-19 Pedro Alves <palves@redhat.com>
4859
4860 * cris-tdep.c (usr_cmd_cris_version): Make unsigned.
4861 (struct gdbarch_tdep) <cris_version>: Make unsigned.
4862 (cris_spec_reg_applicable, cris_gdbarch_init): Adjust locals.
4863
4864 2013-04-19 Pedro Alves <palves@redhat.com>
4865
4866 * avr-tdep.c (avr_io_reg_read_command): New local 'bufstr'. Use
4867 it to get a string view of the byte buffer.
4868 * i386-cygwin-tdep.c (core_process_module_section): Change local 'buf'
4869 type to gdb_byte *. Adjust.
4870 * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full):
4871 Change local to char *.
4872 * solib-darwin.c (find_program_interpreter): Change return type to
4873 char *. Adjust.
4874 (darwin_solib_get_all_image_info_addr_at_init): Adjust.
4875 * solib-dsbt.c (enable_break2): Change local 'buf' to char *.
4876 * solib-frv.c (enable_break2): Change local 'buf' to char *.
4877 * solib-spu.c (spu_current_sos): Add gdb_byte * cast.
4878 * solib-svr4.c (find_program_interpreter): Change return type to
4879 char *. Adjust.
4880 (enable_break): Change local 'interp_name' to char *.
4881 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
4882 * spu-tdep.c (spu_pseudo_register_read_spu): Add cast to 'char *'.
4883 (spu_pseudo_register_write_spu): Use char for string buffer.
4884 Adjust.
4885 (info_spu_event_command, info_spu_signal_command): Add casts to
4886 'char *'.
4887
4888 2013-04-19 Pedro Alves <palves@redhat.com>
4889
4890 * aarch64-tdep.c (aarch64_default_breakpoint): Change type to
4891 gdb_byte[].
4892 (aarch64_breakpoint_from_pc): Change return type to gdb_byte *.
4893 * ada-lang.c (ada_value_assign): Use gdb_byte.
4894 * alphanbsd-tdep.c (sigtramp_retcode): Change type to gdb_byte[].
4895 (alphanbsd_sigtramp_offset): Use gdb_byte.
4896 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint)
4897 (arm_linux_arm_be_breakpoint, eabi_linux_arm_le_breakpoint)
4898 (eabi_linux_arm_be_breakpoint, arm_linux_thumb_be_breakpoint)
4899 (arm_linux_thumb_le_breakpoint, arm_linux_thumb2_be_breakpoint)
4900 (arm_linux_thumb2_le_breakpoint): Change type to gdb_byte[].
4901 * arm-tdep.c (arm_stub_unwind_sniffer)
4902 (arm_displaced_init_closure): Use gdb_byte.
4903 (arm_default_arm_le_breakpoint, arm_default_arm_be_breakpoint)
4904 (arm_default_thumb_le_breakpoint)
4905 (arm_default_thumb_be_breakpoint): Change type to gdb_byte[].
4906 * arm-tdep.h (struct gdbarch_tdep) <arm_breakpoint,
4907 thumb_breakpoint, thumb2_breakpoint>: Change type to gdb_byte *.
4908 * arm-wince-tdep.c (arm_wince_le_breakpoint)
4909 (arm_wince_thumb_le_breakpoint): Change type to gdb_byte[].
4910 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint)
4911 (arm_nbsd_arm_be_breakpoint, arm_nbsd_thumb_le_breakpoint)
4912 (arm_nbsd_thumb_be_breakpoint): Change type to gdb_byte[].
4913 * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint)
4914 (arm_obsd_thumb_be_breakpoint): Change type to gdb_byte[].
4915 * cris-tdep.c (push_stack_item, cris_push_dummy_call)
4916 (cris_store_return_value, cris_extract_return_value): Use
4917 gdb_byte.
4918 (constraint): Change type of parameter to char * from signed
4919 char*. Use gdb_byte.
4920 * dwarf2loc.c (read_pieced_value, write_pieced_value): Change type
4921 of local buffer to gdb_byte *.
4922 * dwarf2read.c (read_index_from_section): Use gdb_byte.
4923 (create_dwp_hash_table): Change type of locals to gdb_byte *.
4924 (add_address_entry): Change type of local buffer to gdb_byte[].
4925 * frv-tdep.c (frv_adjust_breakpoint_address, find_func_descr)
4926 (frv_push_dummy_call): Use gdb_byte.
4927 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code)
4928 (hppa_hpux_supply_ss_fpblock, hppa_hpux_supply_ss_wide)
4929 (hppa_hpux_supply_save_state): Use gdb_byte.
4930 * hppa-tdep.c (hppa32_push_dummy_call)
4931 (hppa64_convert_code_addr_to_fptr): Use gdb_byte.
4932 * ia64-tdep.c (extract_bit_field, replace_bit_field)
4933 (slotN_contents, replace_slotN_contents): Change type of parameter
4934 to gdb_byte *.
4935 (fetch_instruction, ia64_pseudo_register_write)
4936 (ia64_register_to_value, ia64_value_to_register)
4937 (ia64_extract_return_value, ia64_store_return_value)
4938 (ia64_push_dummy_call): Use gdb_byte.
4939 * m32c-tdep.c (m32c_return_value): Remove cast.
4940 * m68hc11-tdep.c (m68hc11_pseudo_register_write)
4941 (m68hc11_push_dummy_call, m68hc11_store_return_value): Use
4942 gdb_byte.
4943 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Use gdb_byte.
4944 * mn10300-tdep.c (mn10300_store_return_value)
4945 (mn10300_breakpoint_from_pc, mn10300_push_dummy_call): Use
4946 gdb_byte.
4947 * moxie-tdep.c (moxie_process_readu): Use gdb_byte.
4948 (moxie_process_record): Remove casts.
4949 * ppc-ravenscar-thread.c (supply_register_at_address)
4950 (ppc_ravenscar_generic_store_registers): Use gdb_byte.
4951 * ravenscar-thread.c (get_running_thread_id): Use gdb_byte.
4952 * remote-m32r-sdi.c (m32r_fetch_register): Use gdb_byte.
4953 * remote-mips.c (mips_xfer_memory): Use gdb_byte.
4954 * remote.c (compare_sections_command): Use gdb_byte.
4955 * score-tdep.c (score7_free_memblock): Change type of parameter to
4956 gdb_byte *.
4957 * sh-tdep.c (sh_justify_value_in_reg): Change return type to
4958 gdb_byte *. Use gdb_byte.
4959 (sh_push_dummy_call_fpu): Use gdb_byte.
4960 (sh_extract_return_value_nofpu, sh_extract_return_value_fpu)
4961 (sh_store_return_value_nofpu, sh_store_return_value_fpu)
4962 (sh_register_convert_to_virtual, sh_register_convert_to_raw):
4963 Change parameter type to 'gdb_byte *'. Use gdb_byte.
4964 (sh_pseudo_register_read, sh_pseudo_register_write): Use gdb_byte.
4965 * sh64-tdep.c (sh64_push_dummy_call): Use gdb_byte.
4966 (sh64_store_return_value, sh64_register_convert_to_virtual):
4967 Change parameter type to 'gdb_byte *'. Use gdb_byte.
4968 (sh64_pseudo_register_write): Use gdb_byte.
4969 * solib-darwin.c (darwin_current_sos): Add casts to 'gdb_byte *'.
4970 * solib-irix.c (fetch_lm_info): Likewise. Use gdb_byte for byte
4971 buffer.
4972 (irix_current_sos): Use gdb_byte.
4973 * solib-som.c (som_current_sos): Use gdb_byte.
4974 * sparc-ravenscar-thread.c (supply_register_at_address)
4975 (sparc_ravenscar_generic_store_registers): Use gdb_byte.
4976 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
4977 * spu-tdep.c (spu_get_overlay_table): Use gdb_byte.
4978 * tic6x-tdep.c (tic6x_breakpoint_from_pc): Change return type to
4979 'gdb_byte *'.
4980 * tic6x-tdep.h (struct gdbarch_tdep) <breakpoint>: Change type to
4981 'gdb_byte *'.
4982 * tracepoint.c (tfile_fetch_registers): Use gdb_byte.
4983 * xstormy16-tdep.c (xstormy16_extract_return_value)
4984 (xstormy16_store_return_value): Change parameter type to
4985 'gdb_byte *'. Adjust.
4986 (xstormy16_push_dummy_call): Use gdb_byte.
4987 * xtensa-tdep.c (xtensa_scan_prologue, call0_ret)
4988 (call0_analyze_prologue, execute_code): Use gdb_byte.
4989
4990 2013-04-19 Vladimir Kargov <kargov@gmail.com>
4991 Pedro Alves <palves@redhat.com>
4992
4993 * i387-tdep.c (i387_print_float_info): Use gdb_byte for pointer to
4994 value contents.
4995
4996 2013-04-17 Doug Evans <dje@google.com>
4997
4998 * dwarf2read.c (struct signatured_type): New member type.
4999 (struct attribute): Replace member signatured_type with signature.
5000 (DW_SIGNATURE): Replaces DW_SIGNATURE_TYPE.
5001 (read_call_site_scope): Call follow_die_ref instead of
5002 follow_die_ref_or_sig.
5003 (read_structure_type): Rewrite handling of signatured types.
5004 (read_enumeration_type): Ditto.
5005 (read_attribute_value): Update.
5006 (build_error_marker_type): New function.
5007 (lookup_die_type): Add assert. Rewrite handling of signatured types.
5008 Don't call error for bad types, just build an error marker type.
5009 (dump_die_shallow): Update.
5010 (follow_die_sig_1): Renamed from follow_die_sig.
5011 Don't call error for bad types, instead return NULL.
5012 (follow_die_sig): New function.
5013 (get_signatured_type, get_DW_AT_signature_type): New functions.
5014
5015 2013-04-17 Yufeng Zhang <yufeng.zhang@arm.com>
5016
5017 * aarch64-tdep.c (aarch64_write_pc): Removed.
5018 (aarch64_gdbarch_init): Remove set_gdbarch_write_pc of the above
5019 function.
5020
5021 2013-04-17 Yao Qi <yao@codesourcery.com>
5022
5023 * top.c (print_gdb_configuration): Print configure-time
5024 parameter on using libbabeltrace or not.
5025
5026 2013-04-16 Pedro Alves <palves@redhat.com>
5027
5028 * copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.
5029
5030 2013-04-16 Pedro Alves <palves@redhat.com>
5031
5032 * common/glibc_thread_db.h: Update from upstream glibc
5033 (git 568035b7874a099087b77f7bba3e36a1173787b0).
5034
5035 2013-04-16 Pedro Alves <palves@redhat.com>
5036
5037 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: Factor out to ...
5038 * common/glibc_thread_db.h: ... this new file ...
5039 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: ... and include it.
5040
5041 2013-04-16 Will Newton <will.newton@gmail.com>
5042 Pedro Alves <palves@redhat.com>
5043
5044 PR build/11881
5045
5046 * common/gdb_thread_db.h (LIBTHREAD_DB_SO)
5047 (LIBTHREAD_DB_SEARCH_PATH): Move outside of #ifdef
5048 HAVE_THREAD_DB_H.
5049
5050 2013-04-16 Pedro Alves <palves@redhat.com>
5051 Eli Zaretskii <eliz@gnu.org>
5052
5053 * NEWS: Mention "set foo unlimited".
5054
5055 2013-04-15 Doug Evans <dje@google.com>
5056
5057 * dwarf2read.c (struct dwo_file): Replace member "cus" with "cu".
5058 (struct create_dwo_cu_data): Renamed from create_dwo_info_table_data.
5059 (create_dwo_cu_reader): Renamed from
5060 create_dwo_debug_info_hash_table_reader.
5061 (create_dwo_cu): Renamed from create_dwo_debug_info_hash_table.
5062 Remove support for multiple CUs in a DWO file.
5063 (open_and_init_dwo_file, lookup_dwo_cutu): Update.
5064
5065 * dwarf2read.c (create_debug_types_hash_table): Use hex_string
5066 instead of phex.
5067 (lookup_dwo_unit, create_dwo_debug_info_hash_table_reader): Ditto.
5068 (create_dwo_in_dwp): Ditto.
5069
5070 2013-04-15 Tom Tromey <tromey@redhat.com>
5071
5072 * NEWS: Move recent entries into "since 7.6" section.
5073
5074 2013-04-15 Tom Tromey <tromey@redhat.com>
5075
5076 PR c++/13588:
5077 * NEWS: Update.
5078 * break-catch-throw.c (struct exception_catchpoint)
5079 <exception_rx, pattern>: New fields.
5080 (fetch_probe_arguments, dtor_exception_catchpoint)
5081 (check_status_exception_catchpoint)
5082 (print_one_detail_exception_catchpoint): New functions.
5083 (handle_gnu_v3_exceptions): Add "except_rx" argument.
5084 Compile regular expression if needed.
5085 (extract_exception_regexp): New function.
5086 (catch_exception_command_1): Use extract_exception_regexp.
5087 (compute_exception): Use fetch_probe_arguments.
5088 (initialize_throw_catchpoint_ops): Set dtor, print_one_detail,
5089 and check_status fields.
5090 * cp-abi.c (cplus_typename_from_type_info): New function.
5091 * cp-abi.h (cplus_typename_from_type_info): Declare.
5092 (struct cp_abi_ops) <get_typename_from_type_info>: New field.
5093 * gdb_regex.h (compile_rx_or_error): Declare.
5094 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info): Update
5095 comment.
5096 (init_gnuv3_ops): Set get_type_from_type_info field.
5097 * probe.c (compile_rx_or_error): Move...
5098 * utils.c (compile_rx_or_error): ... here.
5099
5100 2013-04-15 Tom Tromey <tromey@redhat.com>
5101
5102 PR c++/15176:
5103 * NEWS: Update.
5104 * break-catch-throw.c (compute_exception): New function.
5105 (exception_funcs): New global.
5106 (_initialize_break_catch_throw): Create $_exception.
5107 * cp-abi.c (cplus_type_from_type_info): New function.
5108 * cp-abi.h (cplus_type_from_type_info): Declare.
5109 (struct cp_abi_ops) <get_type_from_type_info>: New field.
5110 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info)
5111 (gnuv3_get_type_from_type_info): New functions.
5112 (init_gnuv3_ops): Set get_type_from_type_info ABI field.
5113
5114 2013-04-15 Tom Tromey <tromey@redhat.com>
5115
5116 * break-catch-throw.c (struct exception_names): New.
5117 (exception_functions): Change type.
5118 (re_set_exception_catchpoint): Look for SDT probes.
5119
5120 2013-04-15 Tom Tromey <tromey@redhat.com>
5121
5122 PR c++/10119:
5123 * break-catch-throw.c (exception_functions): New global.
5124 (gnu_v3_exception_catchpoint_ops): Move earlier.
5125 (struct exception_catchpoint): New.
5126 (classify_exception_breakpoint): Rewrite.
5127 (re_set_exception_catchpoint): New function.
5128 (handle_gnu_v3_exceptions): Return void. Use init_catchpoint.
5129 Allocate a struct exception_catchpoint.
5130 (catch_exception_command_1): Update.
5131 (initialize_throw_catchpoint_ops): Set 're_set' method.
5132
5133 2013-04-15 Tom Tromey <tromey@redhat.com>
5134
5135 * Makefile.in (SFILES): Add break-catch-throw.c
5136 (COMMON_OBS): Add break-catch-throw.o.
5137 * break-catch-throw.c: New file.
5138 * breakpoint.c: Move exception-catching code to new file.
5139 (ep_parse_optional_if_clause): No longer static.
5140 * breakpoint.h (ep_parse_optional_if_clause): Declare.
5141
5142 2013-04-15 Tom Tromey <tromey@redhat.com>
5143
5144 PR c++/9065:
5145 * NEWS: Update.
5146 * breakpoint.c (watchpoint_exp_is_const): Add OP_TYPEID.
5147 * c-exp.y (TYPEID): New token.
5148 (exp): Add new TYPEID productions.
5149 (ident_tokens): Add "typeid".
5150 * cp-abi.c (cplus_typeid, cplus_typeid_type): New functions.
5151 * cp-abi.h (cplus_typeid, cplus_typeid_type): Declare.
5152 (struct cp_abi_ops) <get_typeid, get_typeid_type>: New fields.
5153 * eval.c (evaluate_subexp_standard) <OP_TYPEID>: New case.
5154 * expprint.c (dump_subexp_body_standard) <OP_TYPEID>: New
5155 case.
5156 * gnu-v3-abi.c (std_type_info_gdbarch_data): New global.
5157 (build_std_type_info_type, gnuv3_get_typeid_type)
5158 (gnuv3_get_typeid): New functions.
5159 (init_gnuv3_ops): Initialize std_type_info_gdbarch_data. Set
5160 new fields on ABI object.
5161 * parse.c (operator_length_standard) <OP_TYPEID>: New case.
5162 * std-operator.def (OP_TYPEID): New.
5163
5164 2013-04-15 Tom Tromey <tromey@redhat.com>
5165
5166 * elfread.c (elf_symtab_read): Install versioned symbol under
5167 unversioned name as well.
5168
5169 2013-04-15 Tom Tromey <tromey@redhat.com>
5170
5171 PR c++/11990:
5172 * c-lang.c (cplus_language_defn): Use gdb_demangle.
5173 * c-typeprint.c (c_type_print_base): Use gdb_demangle.
5174 * cp-support.c (mangled_name_to_comp): Use gdb_demangle.
5175 (gdb_demangle): New function.
5176 * cp-support.h (gdb_demangle): Declare.
5177 * dwarf2read.c (dwarf2_physname, fixup_partial_die)
5178 (dwarf2_name): Use gdb_demangle.
5179 * gdbtypes.c (check_stub_method): Use gdb_demangle.
5180 * gnu-v3-abi.c (gnuv3_rtti_type): Strip @plt and version
5181 suffixes from name.
5182 (gnuv3_print_method_ptr): Use gdb_demangle.
5183 * jv-lang.c (java_demangle): Use gdb_demangle.
5184 * jv-typeprint.c (java_type_print_base): Use gdb_demangle.
5185 * language.c (unk_lang_demangle): Use gdb_demangle.
5186 * symtab.c (symbol_find_demangled_name)
5187 (demangle_for_lookup): Use gdb_demangle.
5188
5189 2013-04-15 Tom Tromey <tromey@redhat.com>
5190
5191 PR c++/12824:
5192 * NEWS: Update.
5193 * breakpoint.c (enum exception_event_kind) <EX_EVENT_RETHROW>:
5194 New constant.
5195 (classify_exception_breakpoint): New function.
5196 (print_it_exception_catchpoint, print_one_exception_catchpoint)
5197 (print_mention_exception_catchpoint)
5198 (print_recreate_exception_catchpoint, handle_gnu_v3_exceptions)
5199 (catch_exception_command_1): Handle "rethrow" catchpoint.
5200 (catch_rethrow_command): New function.
5201 (_initialize_breakpoint): Add "catch rethrow" command.
5202
5203 2013-04-15 Pierre Muller <muller@sourceware.org>
5204
5205 * contrib/ari/gdb_ari.sh (write_pc rule): Do not consider
5206 set_gdbarch_write_pc as deprecated anymore.
5207
5208 2013-04-15 Joel Brobecker <brobecker@adacore.com>
5209
5210 * spu-tdep.c (spu_write_pc): Add empty line after local variable
5211 declarations.
5212
5213 2013-04-13 Yao Qi <yao@codesourcery.com>
5214
5215 * ctf.c (_initialize_ctf): Include "completer.h".
5216 Call add_target_with_completer instead of add_target.
5217
5218 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5219
5220 Fix GDB regression related to PR binutils/14813.
5221 * jit.c (mem_bfd_iovec_close): Return 0 for success.
5222 * minidebug.c (lzma_close): Add return value comment.
5223 * remote.c (remote_bfd_iovec_close): Return 0 for success.
5224 * solib-spu.c (spu_bfd_iovec_close): Likewise.
5225 * spu-linux-nat.c (spu_bfd_iovec_close): Likewise.
5226
5227 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5228
5229 * config.in: Regenerate.
5230
5231 2013-04-12 Tom Tromey <tromey@redhat.com>
5232
5233 * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: Now
5234 const.
5235 * dwarf2read.c (struct dwarf2_section_info) <buffer>: Now const.
5236 (struct die_reader_specs) <buffer>: Likewise.
5237 (die_reader_func_ftype): Make 'info_ptr' const.
5238 (struct line_header) <include_dirs, statement_program_start,
5239 statement_program_end>: Now const.
5240 (struct file_entry) <name>: Likewise.
5241 (struct partial_die_info) <sibling>: Likewise.
5242 (struct dwarf_block) <data>: Likewise.
5243 (dwarf2_read_section): Remove cast.
5244 (dwarf2_get_section_info): Make 'bufp' const.
5245 (read_index_from_section): Constify.
5246 (dw2_get_file_names_reader): Make 'info_ptr' const.
5247 (dw2_get_primary_filename_reader): Likewise.
5248 (read_comp_unit_head): Make 'info_ptr' and return type const.
5249 (read_and_check_comp_unit_head, read_and_check_type_unit_head):
5250 Likewise.
5251 (read_abbrev_offset): Constify.
5252 (dwarf2_create_include_psymtab): Make 'name' const.
5253 (create_debug_types_hash_table): Update.
5254 (read_cutu_die_from_dwo): Make 'result_info_ptr' const.
5255 (init_cutu_and_read_dies, init_cutu_and_read_dies_no_follow):
5256 Constify.
5257 (process_psymtab_comp_unit_reader, build_type_psymtabs_reader)
5258 (load_partial_comp_unit_reader): Make 'info_ptr' const.
5259 (read_comp_units_from_section): Constify.
5260 (peek_abbrev_code, peek_die_abbrev, skip_children, skip_one_die)
5261 (locate_pdi_sibling, load_full_comp_unit_reader): Make 'info_ptr'
5262 const.
5263 (dwarf2_compute_name, setup_type_unit_groups): Constify.
5264 (create_dwo_debug_info_hash_table): Make 'info_ptr' const.
5265 (create_dwp_hash_table, dwarf2_ranges_read)
5266 (dwarf2_record_block_ranges): Constify.
5267 (read_die_and_children, read_die_and_siblings_1)
5268 (read_die_and_siblings): Make 'info_ptr' and 'new_info_ptr'
5269 const.
5270 (read_full_die_1, read_full_die): Make 'info_ptr' const.
5271 (abbrev_table_read_table): Constify.
5272 (load_partial_dies): Make 'info_ptr' const.
5273 (read_partial_die, read_attribute_value, read_attribute): Make
5274 'info_ptr' and return type const.
5275 (read_address, read_initial_length)
5276 (read_checked_initial_length_and_offset, read_offset)
5277 (read_offset_1, read_n_bytes, read_direct_string): Make 'buf'
5278 const.
5279 (read_direct_string): Make 'buf' and return type const.
5280 (read_indirect_string_at_offset, read_indirect_string_from_dwz)
5281 (read_indirect_string): Make return type const.
5282 (read_unsigned_leb128, read_signed_leb128): Make 'buf' const.
5283 (read_addr_index_from_leb128, dwarf2_read_addr_index_reader): Make
5284 'info_ptr' const.
5285 (read_str_index): Make return type const.
5286 (add_include_dir): Make 'include_dir' const.
5287 (add_file_name): Make 'name' const.
5288 (dwarf_decode_line_header): Constify.
5289 (psymtab_include_file_name): Make return type const.
5290 (dwarf_decode_lines_1, dwarf_decode_lines): Constify.
5291 (dwarf2_start_subfile): Make 'filename' const.
5292 (dwarf2_const_value_attr): Make 'bytes' const.
5293 (read_signatured_type_reader): Make 'info_ptr' const.
5294 (decode_locdesc): Constify.
5295 (skip_form_bytes): Make 'bytes', 'buffer_end', and return type
5296 const.
5297 (skip_unknown_opcode): Make 'opcode_definitions', 'mac_ptr',
5298 'mac_end', and return type const.
5299 (dwarf_parse_macro_header): Make 'mac_ptr' and return type const.
5300 (dwarf_decode_macro_bytes): Make 'mac_ptr', 'mac_end', and return
5301 type const.
5302 (per_cu_header_read_in): Constify.
5303 * symfile.h (dwarf2_get_section_info): Update.
5304
5305 2013-04-12 Tom Tromey <tromey@redhat.com>
5306
5307 * symtab.h (struct general_symbol_info) <value.bytes>: Make const.
5308
5309 2013-04-12 Eli Zaretskii <eliz@gnu.org>
5310
5311 * NEWS: Mention "show configuration", --configuration.
5312 * top.c (print_gdb_configuration): New function, displays the
5313 details about GDB configure-time parameters.
5314 (print_gdb_version): Mention "show configuration".
5315 * cli/cli-cmds.c (show_configuration): New function.
5316 (_initialize_cli_cmds): Add the "show configuration" command.
5317 * main.c (captured_main) <print_configuration>: New static var.
5318 <long_options>: Use it.
5319 If --configuration was given, call print_gdb_configuration.
5320
5321 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5322 Pedro Alves <palves@redhat.com>
5323
5324 * Makefile.in (HAVE_NATIVE_GCORE_TARGET): New.
5325 (generated_files): Add gcore.
5326 (install-only, uninstall): Add gcore if HAVE_NATIVE_GCORE_TARGET or
5327 HAVE_NATIVE_GCORE_HOST.
5328 (gcore): New.
5329 * NEWS (Changes since GDB 7.6): Mention newly installed gcore.
5330 * config/alpha/alpha-osf3.mh, config/i386/fbsd.mh,
5331 config/i386/fbsd64.mh, config/i386/i386gnu.mh, config/i386/i386sol2.mh,
5332 config/i386/sol2-64.mh, config/mips/irix5.mh, config/mips/irix6.mh,
5333 config/powerpc/fbsd.mh, config/sparc/fbsd.mh, config/sparc/sol2.mh:
5334 Add HAVE_NATIVE_GCORE_HOST.
5335 * configure: Regenerate.
5336 * configure.ac (HAVE_NATIVE_GCORE_TARGET): New, set it, AC_SUBST it.
5337 New AC_SUBST fir GDB_TRANSFORM_NAME and GCORE_TRANSFORM_NAME. New
5338 AC_CONFIG_FILES for gcore.
5339 * configure.tgt: Add gdb_have_gcore to the initial comment. Set
5340 gdb_have_gcore.
5341 * gdb_gcore.sh: Rename to ...
5342 * gcore.in: ... here. Remove gcore.sh comment. Use GDB_TRANSFORM_NAME
5343 and GCORE_TRANSFORM_NAME substitutions.
5344
5345 Fix parsing tabs in ${gdb_target_obs}.
5346 * configure.tgt (gdb_have_gcore): Replace case with for and if.
5347
5348 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5349
5350 * remote.c (unpush_and_perror): Add output message final dot.
5351
5352 2013-04-11 Yao Qi <yao@codesourcery.com>
5353
5354 * tracepoint.c (tfile_interp_line): Fit parameters line and
5355 utpp in one line.
5356
5357 2013-04-10 Joel Brobecker <brobecker@adacore.com>
5358
5359 * solib.c (solib_map_sections): Remove code overwriting
5360 SO->SO_NAME with the bfd's filename.
5361
5362 2013-04-10 Pedro Alves <palves@redhat.com>
5363
5364 * cli/cli-decode.c (integer_unlimited_completer): New function.
5365 (add_setshow_integer_cmd, add_setshow_uinteger_cmd)
5366 (add_setshow_zuinteger_unlimited_cmd): Install the "unlimited"
5367 completer.
5368 * cli/cli-setshow.c: Include "cli/cli-utils.h".
5369 (is_unlimited_literal): New function.
5370 (do_set_command): Handle literal "unlimited" arguments.
5371 * frame.c (_initialize_frame) <set backtrace limit>: Document
5372 "unlimited".
5373 * printcmd.c (_initialize_printcmd) <set print
5374 max-symbolic-offset>: Add help text.
5375 * record-full.c (_initialize_record_full) <set record full
5376 insn-number-max>: Likewise.
5377 * record.c (_initialize_record) <set record
5378 instruction-history-size, set record function-call-history-size>:
5379 Add help text.
5380 * ser-tcp.c (_initialize_ser_tcp) <set tcp connect-timeout>: Add
5381 help text.
5382 * tracepoint.c (_initialize_tracepoint) <set trace-buffer-size>:
5383 Likewise.
5384 * source.c (_initialize_source) <set listsize>: Add help text.
5385 * utils.c (initialize_utils) <set height, set width>: Likewise.
5386 <set pagination>: Mention "set height unlimited".
5387 * valprint.c (_initialize_valprint) <set print elements, set print
5388 repeats>: Document "unlimited".
5389
5390 2013-04-10 Pedro Alves <palves@redhat.com>
5391
5392 * cli/cli-cmds.c (quit_command): Call query_if_trace_running
5393 instead of disconnect_tracing.
5394 * infcmd.c (detach_command, disconnect_command): Call
5395 query_if_trace_running. Adjust.
5396 * top.c: Include "tracepoint.h".
5397 (quit_target): Delete. Contents moved ...
5398 (quit_force): ... here. Wrap each stage of teardown in
5399 TRY_CATCH. Call disconnect_tracing before detaching.
5400
5401 2013-04-10 Hui Zhu <hui@codesourcery.com>
5402 Yao Qi <yao@codesourcery.com>
5403
5404 * configure.ac: Check libbabeltrace is installed.
5405 * config.in: Regenerate.
5406 * configure: Regenerate.
5407 * Makefile.in (LIBBABELTRACE): New.
5408 (CLIBS): Add LIBBABELTRACE.
5409 * ctf.c: Include "exec.h".
5410 (CTF_EVENT_ID_STATUS, CTF_EVENT_ID_TSV_DEF): New macros.
5411 (CTF_EVENT_ID_TP_DEF, ctf_save_write_int32): New macros.
5412 (ctf_save_metadata_header): Define new type aliases in
5413 metadata.
5414 (ctf_write_header): Define event type "tsv_def" and "tp_def"
5415 in metadata. Start a new faked packet for trace status.
5416 (ctf_write_status): Write trace status to CTF.
5417 (ctf_write_uploaded_tsv): Write TSV to CTF.
5418 (ctf_write_uploaded_tp): Write tracepoint definition to CTF.
5419 (ctf_write_definition_end): End the faked packet.
5420
5421 (ctx, ctf_iter, trace_dirname): New.
5422 (start_pos): New variable.
5423 (ctf_destroy, ctf_open_dir, ctf_open): New.
5424 (SET_INT32_FIELD, SET_ARRAY_FIELD, SET_STRING_FIELD): New
5425 macros.
5426 (ctf_read_tsv, ctf_read_tp, ctf_close, ctf_files_info): New.
5427 (ctf_fetch_registers, ctf_xfer_partial): New.
5428 (ctf_get_trace_state_variable_value): New.
5429 (ctf_get_tpnum_from_frame_event): New.
5430 (ctf_get_traceframe_address): New.
5431 (ctf_trace_find, ctf_has_stack): New.
5432 (ctf_has_registers, ctf_traceframe_info, init_ctf_ops): New.
5433 (ctf_get_trace_status, ctf_read_status): New.
5434 (_initialize_ctf): New.
5435 * tracepoint.c (get_tracepoint_number): New
5436 (get_uploaded_tsv): Remove 'static'.
5437 (struct traceframe_info, trace_regblock_size): Move it to ...
5438 * tracepoint.h: ... here.
5439 (get_tracepoint_number): Declare it.
5440 (get_uploaded_tsv): Declare it.
5441
5442 * NEWS: Mention new configure option.
5443
5444 2013-04-10 Pedro Alves <palves@redhat.com>
5445 Hui Zhu <hui@codesourcery.com>
5446
5447 * breakpoint.c (dprintf_re_set): New.
5448 (initialize_breakpoint_ops): Set dprintf_breakpoint_ops re_set
5449 to dprintf_re_set.
5450
5451 2013-04-09 Joel Brobecker <brobecker@adacore.com>
5452
5453 * configure.tgt (gdb_target_obs) <powerpc-*-aix* | rs6000-*-*>:
5454 Remove solib-svr4.o from the list.
5455
5456 2013-04-09 Joel Brobecker <brobecker@adacore.com>
5457
5458 * varobj.c (update_dynamic_varobj_children) [!HAVE_PYTHON]:
5459 Use gdb_assert_not_reached instead of invalid boolean expression.
5460
5461 2013-04-09 Pedro Alves <palves@redhat.com>
5462
5463 * remote.c (unpush_and_perror): New function.
5464 (readchar, remote_serial_write): Use it.
5465
5466 2013-04-09 Markus Metzger <markus.t.metzger@intel.com>
5467
5468 * NEWS: Mention new btrace RSP packets.
5469
5470 2013-04-08 Tom Tromey <tromey@redhat.com>
5471
5472 * symmisc.c (dump_msymbols): Cast fprintf_filtered argument to
5473 long.
5474
5475 2013-04-08 Tom Tromey <tromey@redhat.com>
5476
5477 * maint.c (print_bfd_section_info): Print the section index.
5478 * symmisc.c (dump_msymbols): Print the section index.
5479
5480 2013-04-08 Tom Tromey <tromey@redhat.com>
5481
5482 PR symtab/8424:
5483 * blockframe.c (find_pc_partial_function_gnu_ifunc): Check
5484 SYMBOL_SECTION, not SYMBOL_OBJ_SECTION.
5485 * breakpoint.c (resolve_sal_pc): Update.
5486 * elfread.c (elf_gnu_ifunc_record_cache): Update.
5487 * findvar.c (struct minsym_lookup_data) <objfile>: New field.
5488 (minsym_lookup_iterator_cb): Use it.
5489 (default_read_var_value): Update.
5490 * hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline):
5491 Update.
5492 * infcmd.c (jump_command): Update.
5493 * linespec.c (minsym_found): Update.
5494 * maint.c (maintenance_translate_address): Update.
5495 * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Update.
5496 (prim_record_minimal_symbol_full): Don't set SYMBOL_OBJ_SECTION.
5497 * parse.c (write_exp_msymbol): Update.
5498 * printcmd.c (address_info): Update.
5499 * psymtab.c (find_pc_sect_psymbol): Update.
5500 (fixup_psymbol_section): Check SYMBOL_SECTION, not
5501 SYMBOL_OBJ_SECTION.
5502 (add_psymbol_to_bcache): Correctly initialize SYMBOL_SECTION.
5503 Don't initialize SYMBOL_OBJ_SECTION.
5504 * spu-tdep.c (spu_catch_start): Update.
5505 * stabsread.c (define_symbol): Don't set SYMBOL_SECTION.
5506 * symmisc.c (dump_msymbols, print_symbol): Update.
5507 * symtab.c (fixup_section): Don't set 'obj_section'. Change
5508 how fallback section is computed.
5509 (fixup_symbol_section): Update.
5510 (find_pc_sect_symtab, find_function_start_sal, skip_prologue_sal):
5511 Update.
5512 (allocate_symbol, initialize_symbol, allocate_template_symbol):
5513 Initialize SYMBOL_SECTION.
5514 * symtab.h (struct general_symbol_info) <section>: Update comment.
5515 <obj_section>: Remove.
5516 (SYMBOL_OBJ_SECTION): Add 'objfile' argument. Rewrite.
5517 (SYMBOL_OBJFILE): New macro.
5518
5519 2013-04-08 Tom Tromey <tromey@redhat.com>
5520
5521 * coffread.c (record_minimal_symbol): Update.
5522 * dbxread.c (record_minimal_symbol): Update.
5523 * elfread.c (record_minimal_symbol): Update.
5524 * machoread.c (macho_symtab_add_minsym): Update.
5525 * mdebugread.c (record_minimal_symbol, parse_partial_symbols):
5526 Update.
5527 * minsyms.c (prim_record_minimal_symbol): Update.
5528 (prim_record_minimal_symbol_full): Remove 'bfd_section'
5529 argument.
5530 (prim_record_minimal_symbol_and_info): Likewise.
5531 * minsyms.h (prim_record_minimal_symbol_full)
5532 (prim_record_minimal_symbol_and_info): Update.
5533 * symtab.c (allocate_symbol, initialize_symbol)
5534 (allocate_template_symbol): Initialize SYMBOL_SECTION.
5535 * xcoffread.c (record_minimal_symbol, scan_xcoff_symtab):
5536 Update.
5537
5538 2013-04-08 Tom Tromey <tromey@redhat.com>
5539
5540 PR symtab/8423:
5541 * solib-som.c (som_solib_section_offsets): Use BFD section
5542 indices. Set offsets for all sections.
5543 * somread.c (som_symtab_read): Compute BFD section for
5544 symbol. Use prim_record_minimal_symbol_and_info.
5545 (som_symfile_read): Fix comment.
5546 (struct find_section_offset_arg): New.
5547 (find_section_offset, set_section_index): New functions.
5548 (som_symfile_offsets): Use set_section_index to compute
5549 section indices.
5550
5551 2013-04-08 Tom Tromey <tromey@redhat.com>
5552
5553 * coffread.c (cs_to_section): Use gdb_bfd_section_index.
5554 * elfread.c (record_minimal_symbol, elf_symtab_read): Use
5555 gdb_bfd_section_index.
5556 * gdb_bfd.c (gdb_bfd_section_index, gdb_bfd_count_sections):
5557 New functions.
5558 * gdb_bfd.h (gdb_bfd_section_index, gdb_bfd_count_sections):
5559 Declare.
5560 * machoread.c (macho_symtab_add_minsym, macho_symfile_offsets):
5561 Update.
5562 * objfiles.c (add_to_objfile_sections_full): New function.
5563 (add_to_objfile_sections): Use it.
5564 (build_section_table): Rewrite.
5565 (objfile_relocate1): Use gdb_bfd_section_index. Update.
5566 * objfiles.h (obj_section_offset): Use gdb_bfd_section_index.
5567 (struct objfile) <sections>: Update comment.
5568 (ALL_OBJFILE_OSECTIONS): Skip sections where the_bfd_section
5569 is NULL.
5570 (ALL_OBJSECTIONS): Use it.
5571 * solib-dsbt.c (dsbt_relocate_main_executable): Update.
5572 * solib-frv.c (frv_relocate_main_executable): Update.
5573 * solib-target.c (solib_target_relocate_section_addresses):
5574 Use gdb_bfd_section_index.
5575 * symfile.c (build_section_addr_info_from_section_table):
5576 Use gdb_bfd_section_index.
5577 (build_section_addr_info_from_bfd, place_section): Likewise.
5578 * symtab.c (fixup_section): Update.
5579 * xcoffread.c (find_targ_sec): Use gdb_bfd_section_index.
5580
5581 2013-04-08 Tom Tromey <tromey@redhat.com>
5582
5583 * minsyms.h (struct bound_minimal_symbol): New.
5584 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
5585 Remove objfile argument.
5586 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
5587 Return bound_minimal_symbol.
5588 * minsyms.c (lookup_minimal_symbol_by_pc_1)
5589 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
5590 Return bound_minimal_symbol.
5591 (in_gnu_ifunc_stub): Update.
5592 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
5593 Remove 'objfile_p' argument.
5594 (lookup_solib_trampoline_symbol_by_pc): Update.
5595 * ada-tasks.c, amd64-windows-tdep.c, arm-tdep.c,
5596 arm-wince-tdep.c, block.c, blockframe.c, breakpoint.c, btrace.c,
5597 c-valprint.c, dwarf2loc.c, elfread.c, frame.c, frv-tdep.c,
5598 glibc-tdep.c, gnu-v2-abi.c, gnu-v3-abi.c, hppa-hpux-tdep.c,
5599 i386-tdep.c, ia64-tdep.c, infcall.c, infcmd.c, jit.c,
5600 linux-fork.c, m32c-tdep.c, m68hc11-tdep.c, maint.c,
5601 mips-tdep.c, p-valprint.c, parse.c, ppc-linux-tdep.c,
5602 ppc-sysv-tdep.c, printcmd.c, rs6000-tdep.c, sh64-tdep.c,
5603 stack.c, symtab.c, tui/tui-disasm.c: Update.
5604
5605 2013-04-08 Tom Tromey <tromey@redhat.com>
5606
5607 * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.
5608 Use symbol's obstack, not an objfile.
5609 * coffread.c (process_coff_symbol): Update.
5610 * dwarf2read.c (fixup_go_packaging, new_symbol_full): Update.
5611 * jv-lang.c (add_class_symbol): Update.
5612 * mdebugread.c (new_symbol): Update.
5613 * minsyms.c (prim_record_minimal_symbol_full)
5614 (terminate_minimal_symbol_table): Update.
5615 * psymtab.c (add_psymbol_to_bcache): Clear entire symbol. Update.
5616 * stabsread.c (define_symbol, read_enum_type): Update.
5617 * symtab.c (symbol_set_demangled_name, symbol_get_demangled_name):
5618 Handle Ada specially.
5619 (symbol_set_language): Add 'obstack' argument.
5620 (symbol_set_names): Update.
5621 (symbol_natural_name, symbol_demangled_name): Always use
5622 ada_decode_symbol.
5623 * symtab.h (struct general_symbol_info)
5624 <language_specific::obstack>: New field.
5625 <ada_mangled>: New field.
5626 (SYMBOL_SET_LANGUAGE): Add 'obstack' argument.
5627 (symbol_set_language): Update.
5628
5629 2013-04-08 Tom Tromey <tromey@redhat.com>
5630
5631 * symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name):
5632 Take an obstack, not an objfile.
5633 (symbol_set_names): Update.
5634 * symtab.h (symbol_set_demangled_name): Update.
5635
5636 2013-04-08 Tom Tromey <tromey@redhat.com>
5637
5638 * coffread.c (process_coff_symbol, coff_read_enum_type): Call
5639 allocate_symbol.
5640 * dwarf2read.c (fixup_go_packaging): Call allocate_symbol.
5641 (read_func_scope): Call allocate_template_symbol.
5642 (new_symbol_full): Call allocate_symbol.
5643 * jit.c (finalize_symtab): Call allocate_symbol.
5644 * jv-lang.c (add_class_symbol): Call allocate_symbol.
5645 * mdebugread.c (parse_symbol, new_block): Call allocate_symbol.
5646 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
5647 (common_block_end): Call allocate_symbol.
5648 * symtab.c (allocate_symbol, initialize_symbol)
5649 (allocate_template_symbol): New functions.
5650 * symtab.c (allocate_symbol, initialize_symbol)
5651 (allocate_template_symbol): Declare.
5652 * xcoffread.c (process_xcoff_symbol): Call initialize_symbol.
5653
5654 2013-04-08 Pedro Alves <palves@redhat.com>
5655 Keith Seitz <keiths@redhat.com>
5656
5657 * breakpoint.c (create_breakpoint): Rename
5658 "parse_condition_and_thread" parameter to "parse_arg". Update
5659 describing comment. If !PARSE_ARG, then error out if ARG is not
5660 the empty string after extracting the location.
5661 * breakpoint.h (create_breakpoint): Rename
5662 "parse_condition_and_thread" parameter to "parse_arg".
5663
5664 2013-04-08 Aleksandar Ristovski <aristovski@qnx.com
5665
5666 * solib-svr4.c (lm_addr_check): Add const qualifier to 'so' arg.
5667
5668 2013-04-07 Yao Qi <yao@codesourcery.com>
5669
5670 * remote.c (remote_trace_find): Change type of parameters 'addr1'
5671 and 'addr2' to CORE_ADDR.
5672 * target.c (update_current_target): Update.
5673 * target.h (struct target_ops) <to_trace_find>: Change parameter
5674 type to CORE_ADDR.
5675 * tracepoint.c (tfind_1): Change type of parameters 'addr1' and
5676 'addr2' to CORE_ADDR.
5677 (tfile_trace_find): Likewise.
5678 (tfile_get_traceframe_address): Change return type to CORE_ADDR.
5679 Change local variable 'addr' to type CORE_ADDR.
5680 * tracepoint.h (tfind_1): Update declaration.
5681
5682 2013-04-06 Eli Zaretskii <eliz@gnu.org>
5683
5684 * windows-nat.c (windows_get_absolute_argv0): Move from here...
5685 * mingw-hdep.c (windows_get_absolute_argv0): ...to here.
5686 Include main.h.
5687
5688 * windows-nat.h (windows_get_absolute_argv0): Move prototype from
5689 here...
5690 * main.h (windows_get_absolute_argv0): ...to here.
5691
5692 2013-04-05 Doug Evans <dje@google.com>
5693
5694 * dwarf2read.c (struct dwarf2_per_objfile): Tweak comment.
5695 (read_cutu_die_from_dwo): Add comments.
5696 (read_structure_type): Update comment.
5697 (read_enumeration_type, read_namespace_type): Update comment.
5698 (read_die_type, get_die_type_at_offset, get_die_type): Update comment.
5699
5700 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5701
5702 Convert man pages to texinfo, new gdbinit.5 texinfo page.
5703 * Makefile.in (gdb.z): Remove.
5704 (install-only): Remove $(man1dir) and gdb.1 installation.
5705 * gdb.1: Remove.
5706
5707 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5708
5709 Fix compatibility with Linux kernel 3.8.3.
5710 * linux-tdep.c (linux_find_memory_regions_full): Move variable number
5711 to more inner block. Remove parsing of NUMBER from outer block.
5712 Parse NUMBER only if KEYWORD has been identified.
5713
5714 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5715
5716 Fix variable name shadowing.
5717 * linux-tdep.c (linux_find_memory_regions_full): Rename outer variable
5718 filename to mapsfilename and update its uses.
5719
5720 2013-04-05 Eli Zaretskii <eliz@gnu.org>
5721
5722 * Makefile.in (TAGS): Avoid warning from etags when $GDB_NM_FILE is
5723 empty. See http://sourceware.org/ml/gdb-patches/2012-08/msg00504.html
5724 and http://sourceware.org/ml/gdb-patches/2013-04/msg00055.html for
5725 details of the problem.
5726
5727 2013-04-04 Pedro Alves <palves@redhat.com>
5728 Hui Zhu <hui@codesourcery.com>
5729
5730 * breakpoint.c (validate_commands_for_breakpoint): If validating a
5731 tracepoint, reset its STEP_COUNT and call validate_actionline.
5732
5733 2013-04-03 Doug Evans <dje@google.com>
5734
5735 * dwarf2read.c (read_die_and_siblings_1): Renamed from
5736 read_die_and_siblings.
5737 (read_die_and_siblings): New function.
5738 (read_cutu_die_from_dwo): Dump die if requested.
5739 (read_die_and_children): Call read_full_die_1 and
5740 read_die_and_siblings_1.
5741 (read_full_die): Dump die if requested.
5742
5743 * dwarf2read.c (read_comp_units_from_section): Add debugging printf.
5744
5745 * dwarf2read.c (struct dwo_file): New member comp_dir.
5746 Rename member name to dwo_name. All uses updated.
5747 (hash_dwo_file): Include comp_dir in computation.
5748 (eq_dwo_file): Ditto.
5749 (lookup_dwo_file_slot): New arg comp_dir. All callers updated.
5750 (create_dwo_in_dwp, lookup_dwo_in_dwp, open_and_init_dwo_file): Ditto.
5751
5752 * psymtab.c (read_psymtabs_with_fullname): Don't call
5753 psymtab_to_fullname if the basenames are different.
5754
5755 2013-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5756
5757 * NEWS (Changes in GDB 7.6): Update the data-disassemble for "fullname".
5758 New entry about "fullname" presence.
5759
5760 2013-04-03 Pedro Alves <palves@redhat.com>
5761
5762 * NEWS: Mention x86_64/Cygwin as new native configuration.
5763
5764 2013-04-02 Doug Evans <dje@google.com>
5765
5766 * dwarf2read.c (read_structure_type): Fix typo in comment.
5767
5768 2013-04-02 Pedro Alves <palves@redhat.com>
5769
5770 * NEWS: Mention "set/show debug aarch64", "set/show debug
5771 coff-pe-read" and "set/show debug mach-o".
5772
5773 2013-04-02 Pedro Alves <palves@redhat.com>
5774
5775 * NEWS: Mention "set/show remote trace-buffer-size-packet".
5776
5777 2013-04-02 Eli Zaretskii <eliz@gnu.org>
5778
5779 * Makefile.in (HFILES_NO_SRCDIR): Remove call-cmds.h.
5780 gdb_string.h is now in common/.
5781
5782 2013-04-02 Pedro Alves <palves@redhat.com>
5783
5784 * NEWS: Move "set debug notification" and "set trace-buffer-size"
5785 under "New options".
5786
5787 2013-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5788
5789 Revert this patch:
5790 PR gdb/15275
5791 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
5792
5793 2013-04-02 Pedro Alves <palves@redhat.com>
5794
5795 PR gdb/15275
5796
5797 * remote.c (send_interrupt_sequence): Use remote_serial_write.
5798 (remote_serial_write): New function.
5799 (putpkt_binary, getpkt_or_notif_sane_1): Use remote_serial_write.
5800
5801 2013-04-01 Jiong Wang <jiwang@tilera.com>
5802
5803 * NEWS: Mention TILE-Gx in "New native configurations" and
5804 "New targets" sections.
5805
5806 2013-04-01 Doug Evans <dje@google.com>
5807
5808 * dwarf2read.c (lookup_signatured_type_at_offset): Delete.
5809 (process_enumeration_scope): Simplify.
5810
5811 * dwarf2read.c (struct dwarf2_per_cu_data): Move member
5812 type_unit_group ...
5813 (struct signatured_type): ... to here.
5814 (sig_type_ptr): New typedef.
5815 (type_unit_group): Delete member 't.first_cu'. Move member 'tus'
5816 out of union 't'. All uses updated.
5817 (dw2_get_file_names_reader): Assert not called for a type unit.
5818 (dw2_get_file_names): Assert not called for a type unit or type
5819 unit group.
5820 (build_type_psymtabs_reader): Assert called for a type unit.
5821 (build_type_psymtab_dependencies): Assert called for a type unit group.
5822
5823 * dwarf2read.c (free_dwo_file): Add comment.
5824 (dwarf2_per_objfile_free): Unref dwp bfd.
5825
5826 2013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
5827
5828 * coff-pe-read.c (add_pe_exported_sym): Remove unused 'dll_name_len'.
5829 (add_pe_forwarded_sym): Remove unused 'section', 'dll_name_len'.
5830 (read_pe_exported_syms): Remove unused 'exportix'.
5831 (pe_text_section_offset): Remove unused 'opthdr_ofs', 'num_entries',
5832 'export_rva', 'export_size', 'expptr', 'exp_funcbase', 'expdata',
5833 'erva', 'name_rvas', 'ordinals', 'nexp', 'ordbase', 'dll_name'.
5834
5835 2013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
5836
5837 * breakpoint.c (parse_cond_to_aexpr): Remove unused 'old_chain'.
5838 (print_it_watchpoint): Remove unused 'bl'.
5839 (say_where): Remove unused 'uiout'.
5840 (bpstat_remove_breakpoint_callback): Remove unused 'uiout'.
5841 (bkpt_breakpoint_hit): Remove unused 'b'.
5842 (internal_bkpt_print_it): Remove unused 'uiout'.
5843 * buildsym.c (augment_type_symtab): Remove unused 'i'.
5844
5845 2013-03-31 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
5846
5847 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_float): New function.
5848 (ppc64_sysv_abi_push_dummy_call): Handle complex arguments.
5849
5850 2013-03-29 Doug Evans <dje@google.com>
5851
5852 * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file.
5853 Delete arg is_dwp. All callers updated.
5854 (open_dwp_file): New function.
5855 (open_and_init_dwp_file): Call it.
5856 (get_dwp_file): New function.
5857 (lookup_dwo_cutu): Call it.
5858
5859 * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, and
5860 unnecessary, cleanup.
5861
5862 * dwarf2read.c (lookup_dwo_cutu): Improve complaint text.
5863
5864 * dwarf2read.c (read_cutu_die_from_dwo): New function.
5865 (lookup_dwo_unit): New function.
5866 (init_cutu_and_read_dies): Move DWO handling to new functions.
5867
5868 * dwarf2read.c (struct signatured_type): Tweak comment.
5869 (struct dwo_unit): Tweak comment.
5870 (create_debug_types_hash_table): Tweak comment. Reformat long line.
5871 (create_dwo_debug_info_hash_table): Tweak comment.
5872 (dwarf2_per_cu_offset_and_type): Tweak comment.
5873
5874 * dwarf2read.c (lookup_signatured_type): Remove complaint about
5875 missing .debug_types section.
5876
5877 2013-03-29 Yao Qi <yao@codesourcery.com>
5878
5879 * corelow.c: Include "completer.h".
5880 (_initialize_corelow): Call add_target_with_completer with
5881 argument 'filename_completer'.
5882 * tracepoint.c: Likewise.
5883 * exec.c (_initialize_exec): Likewise.
5884 * target.c (add_target): Rename to ...
5885 (add_target_with_completer): ... this. Call set_cmd_completer
5886 if parameter completer is not NULL.
5887 (add_target): New.
5888 * target.h: Include "command.h".
5889 (add_target_with_completer): Declare it.
5890
5891 2013-03-28 Joel Brobecker <brobecker@adacore.com>
5892
5893 * coffread.c (is_import_fixup_symbol): New function.
5894 (record_minimal_symbol): Use is_import_fixup_symbol to
5895 detect import fixup symbols, and discard them.
5896
5897 2013-03-28 Doug Evans <dje@google.com>
5898
5899 * dwarf2read.c (create_debug_types_hash_table): Don't allocate the
5900 types hash table until we know we need it.
5901
5902 * dwarf2read.c (create_addrmap_from_index): Complain about bad CU
5903 index numbers.
5904
5905 * dwarf2read.c (dw2_get_file_names): Delete arg "objfile".
5906 All callers updated.
5907 (dw2_print_stats): Print #read CUs too.
5908 (dump_die_shallow): Print signatured types better.
5909
5910 * dwarf2read.c (struct dwarf2_per_cu_data): Rename member
5911 info_or_types_section to section. All uses updated.
5912 (struct dwo_unit): Ditto.
5913
5914 2013-03-28 Pedro Alves <palves@redhat.com>
5915
5916 * NEWS (New options): New section.
5917 (New options): Mention set/show remote trace-status-packet.
5918 * remote.c (PACKET_qTStatus): New enumeration value.
5919 (remote_get_trace_status): Skip sending qTStatus if the packet is
5920 disabled. Use packet_ok.
5921 (_initialize_remote): Register a configuration command for
5922 qTStatus packet.
5923
5924 2013-03-28 Doug Evans <dje@google.com>
5925
5926 * symfile.c (find_separate_debug_file): Add comment.
5927 (terminate_after_last_dir_separator): Tweak comment.
5928
5929 * dwarf2read.c (create_partial_symtab): Add forward decl.
5930 (create_partial_symtab): Move to be closer to other psymtab functions.
5931 (process_psymtab_comp_unit_reader, process_psymtab_comp_unit): Ditto.
5932
5933 * dwarf2read.c (dwarf2_physname): Move declaration to better spot.
5934 (compute_symtab_includes): Remove unnecessary forward declaration.
5935 (die_needs_namespace): Add comment marking group of functions for
5936 dwarf2 name computation.
5937
5938 * typeprint.c (_initialize_typeprint): Improve type help text.
5939
5940 * python/python.c (finish_python_initialization): Provide suggestion
5941 for how to tell gdb to find its python files.
5942
5943 2013-03-28 Pedro Alves <palves@redhat.com>
5944
5945 PR gdb/15294
5946
5947 * source.c (_initialize_source): Change back "set listsize" to an
5948 integer command.
5949
5950 2013-03-27 Gareth McMullin <gareth@blacksphere.co.nz>
5951
5952 PR gdb/15275
5953 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
5954
5955 2013-03-27 Pedro Alves <palves@redhat.com>
5956
5957 * top.c (history_size): Rename to ...
5958 (history_size_setshow_var): ... this. Add comment.
5959 (show_commands): Use readline's 'history_length' instead of
5960 computing the history length by calling history_get in a loop.
5961 (set_history_size_command): Error out for sizes over INT_MAX.
5962 Restore previous history size on invalid size.
5963 (init_history): If HISTSIZE is negative, leave the history size as
5964 zero. Add comments.
5965 (init_main): Adjust.
5966
5967 2013-03-27 Pedro Alves <palves@redhat.com>
5968
5969 * coff-pe-read.c (_initialize_coff_pe_read): Rename "set debug
5970 coff_pe_read" command to "set debug coff-pe-read".
5971
5972 2013-03-27 Markus Metzger <markus.t.metzger@intel.com>
5973
5974 * record.c (command_size_to_target_size): Fix size comparison.
5975 Change parameter type from pointer to integer to integer.
5976 Update all users.
5977
5978 2013-03-27 Pierre Muller <muller@sourceware.org>
5979
5980 * windows-nat.c (handle_output_debug_string): Avoid typecast
5981 from integer of different size warning.
5982
5983 2013-03-26 Joel Brobecker <brobecker@adacore.com>
5984
5985 * windows-nat.c (handle_output_debug_string): Add empty line
5986 after local block variable definition.
5987
5988 2013-03-26 Pedro Alves <palves@redhat.com>
5989
5990 * ser-tcp.c (wait_for_connect): Make 'polls' parameter unsigned.
5991 (net_open): Make 'polls' local unsigned.
5992
5993 2013-03-26 Pedro Alves <palves@redhat.com>
5994
5995 * remote.c (_initialize_remote): Make "set remoteaddresssize"
5996 a zuinteger command instead of uinteger.
5997
5998 2013-03-26 Pedro Alves <palves@redhat.com>
5999
6000 * record-full.c (record_full_insn_num): Make it unsigned.
6001 (record_full_check_insn_num, record_full_message)
6002 (record_full_registers_change, record_full_xfer_partial): Remove
6003 record_full_insn_max_num check (it's always != 0).
6004 (record_full_info, record_full_restore): Use %u as format string.
6005 (): Use %u as format string.
6006 (set_record_full_insn_max_num): Remove record_full_insn_max_num
6007 check (it's always != 0).
6008
6009 2013-03-26 Pedro Alves <palves@redhat.com>
6010
6011 * dcache.c (_initialize_dcache): Make the "set dcache line-size"
6012 and "set dcache size" commands zuinteger instead of uinteger.
6013
6014 2013-03-26 Pedro Alves <palves@redhat.com>
6015
6016 * cris-tdep.c (_initialize_cris_tdep): Make the "set cris-version"
6017 command zuinteger instead of uinteger.
6018
6019 2013-03-26 Pedro Alves <palves@redhat.com>
6020
6021 * coff-pe-read.c (_initialize_coff_pe_read): Make the command
6022 zuinteger instead of uinteger.
6023
6024 2013-03-26 Pedro Alves <palves@redhat.com>
6025
6026 * record.c (record_insn_history_size_setshow_var)
6027 (record_call_history_size_setshow_var): New globals.
6028 (command_size_to_target_size): New function.
6029 (cmd_record_insn_history, cmd_record_call_history): Use
6030 command_size_to_target_size instead of cast.
6031 (validate_history_size, set_record_insn_history_size)
6032 (set_record_call_history_size): New functions.
6033 (_initialize_record): Install set_record_insn_history_size and
6034 set_record_call_history_size as "set" hooks of "set record
6035 instruction-history-size" and "set record
6036 function-call-history-size".
6037
6038 2013-03-26 Pedro Alves <palves@redhat.com>
6039
6040 * top.c (gdb_rl_operate_and_get_next): Replace max_input_history
6041 use with history_max_entries use. Remove FIXME note.
6042
6043 2013-03-26 Markus Metzger <markus.t.metzger@intel.com>
6044
6045 * record-btrace.c (record_btrace_close): Call
6046 record_btrace_auto_disable.
6047
6048 2013-03-25 Joel Brobecker <brobecker@adacore.com>
6049
6050 * rs6000-nat.c (fixup_breakpoints): Delete declaration.
6051
6052 2013-03-25 Doug Evans <dje@google.com>
6053
6054 * contrib/cc-with-tweaks.sh: Check exit code of dwp.
6055
6056 2013-03-25 Tom Tromey <tromey@redhat.com>
6057
6058 PR symtab/11462:
6059 * c-exp.y (exp): Add new productions for destructors after '.' and
6060 '->'.
6061 (write_destructor_name): New function.
6062
6063 2013-03-25 Tom Tromey <tromey@redhat.com>
6064
6065 PR c++/9197:
6066 * opencl-lang.c (evaluate_subexp_opencl) <STRUCTOP_STRUCT>: Use
6067 value_struct_elt, not lookup_struct_elt_type.
6068 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
6069 STRUCTOP_PTR>: Use value_struct_elt, not lookup_struct_elt_type.
6070 * expression.h (EVAL_AVOID_SIDE_EFFECTS): Update comment.
6071
6072 2013-03-25 Yao Qi <yao@codesourcery.com>
6073
6074 * ctf.c [USE_WIN32API]: Undef 'mkdir' and use 'mkdir'
6075 instead of '_mkdir'.
6076
6077 2013-03-23 Eli Zaretskii <eliz@gnu.org>
6078
6079 * windows-nat.c (windows_get_absolute_argv0): New function.
6080 * windows-nat.h: Add its prototype.
6081
6082 * main.c (get_init_files): Use filename_ncmp instead of strncmp.
6083 Use IS_DIR_SEPARATOR instead of looking for a character inside
6084 SLASH_STRING. Include filenames.h.
6085 (captured_main) [__MINGW32__]: Make argv[0] absolute, so that
6086 relocate_gdb_directory works when passed gdb_program_name.
6087 Include windows-nat.h.
6088
6089 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6090
6091 * exceptions.h (enum errors): New entry TARGET_CLOSE_ERROR.
6092 * remote.c (trace_error): Remove the special handling of '2'.
6093 (readchar) <SERIAL_EOF>
6094 (readchar) <SERIAL_ERROR>
6095 (getpkt_or_notif_sane_1): Use TARGET_CLOSE_ERROR for them.
6096 (remote_get_trace_status): Call throw_exception if EX is
6097 TARGET_CLOSE_ERROR.
6098 * utils.c (perror_with_name): Rename to ...
6099 (throw_perror_with_name): ... here. New parameter errcode, describe it
6100 in the function comment.
6101 (perror_with_name): New function wrapper.
6102 * utils.h (enum errors): New stub declaration.
6103 (throw_perror_with_name): New declaration.
6104
6105 2013-03-22 Pedro Alves <palves@redhat.com>
6106 Yao Qi <yao@codesourcery.com>
6107 Mark Kettenis <kettenis@gnu.org>
6108
6109 * cli/cli-setshow.c (do_set_command) <var_uinteger>:
6110 Don't let the user set the value to UINT_MAX directly.
6111 <var_integer>: Don't let the user set the value to INT_MAX
6112 directly.
6113
6114 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6115
6116 * remote.c (remote_unpush_target): New function.
6117 (remote_open_1): Remove two pop_target calls, update one comment, add
6118 comment to target_preopen call. Replace pop_target call by
6119 remote_unpush_target call.
6120 (interrupt_query, readchar, getpkt_or_notif_sane_1): Replace
6121 pop_target calls by remote_unpush_target calls.
6122
6123 2013-03-22 Pedro Alves <palves@redhat.com>
6124
6125 * linux-nat.c (linux_child_follow_fork): Don't call
6126 linux_enable_event_reporting.
6127 (linux_handle_extended_wait): Don't call
6128 linux_enable_event_reporting.
6129
6130 2013-03-22 Pedro Alves <palves@redhat.com>
6131
6132 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Define INSN macro,
6133 use it to rewrite the trampoline buffers with type gdb_byte[], and
6134 undefine the macro. Remove char* cast.
6135
6136 2013-03-21 Doug Evans <dje@google.com>
6137
6138 New commands "mt set per-command {space,time,symtab} {on,off}".
6139 * NEWS: Add entry.
6140 * event-top.c: #include "maint.h".
6141 * main.c: #include "maint.h".
6142 * maint.c: #include <sys/time.h>, <time.h>, block.h, top.h,
6143 timeval-utils.h, maint.h, cli/cli-setshow.h.
6144 (per_command_time, per_command_space): New static globals.
6145 (per_command_symtab): New static global.
6146 (per_command_setlist, per_command_showlist): New static globals.
6147 (struct cmd_stats): Move here from utils.c.
6148 (set_per_command_time): Renamed from set_display_time in utils.c
6149 and moved here. All callers updated.
6150 (set_per_command_space): Renamed from set_display_space in utils.c
6151 and moved here. All callers updated.
6152 (count_symtabs_and_blocks): New function.
6153 (report_command_stats): Moved here from utils.c. Add support for
6154 printing symtab stats. Only print data if enabled before command
6155 executed.
6156 (make_command_stats_cleanup): Ditto.
6157 (sert_per_command_cmd, show_per_command_cmd): New functions.
6158 (_initialize_maint_cmds): Add new commands
6159 mt set per-command {space,time,symtab} {on,off}.
6160 * maint.h: New file.
6161 * top.c: #include "maint.h".
6162 * utils.c (reset_prompt_for_continue_wait_time): New function.
6163 (get_prompt_for_continue_wait_time): New function.
6164 * utils.h (reset_prompt_for_continue_wait_time): Declare
6165 (get_prompt_for_continue_wait_time): Declare.
6166 (make_command_stats_cleanup): Moved to maint.h.
6167 (set_display_time, set_display_space): Moved to maint.h and renamed
6168 to set_per_command_time, set_per_command_space.
6169 * cli/cli-setshow.c (parse_cli_boolean_value): Renamed from
6170 parse_binary_operation and made non-static. Don't call error,
6171 just return an error marker. All callers updated.
6172 * cli/cli-setshow.h (parse_cli_boolean_value): Declare.
6173
6174 2013-03-21 Tom Tromey <tromey@redhat.com>
6175
6176 * symfile.c (alloc_section_addr_info): Update header. Don't set
6177 'num_sections' field.
6178 (build_section_addr_info_from_section_table): Set 'num_sections'.
6179 (build_section_addr_info_from_bfd): Likewise.
6180 (build_section_addr_info_from_objfile): Remove dead loop
6181 condition.
6182 (free_section_addr_info): Unconditionally call xfree.
6183 (relative_addr_info_to_section_offsets, addrs_section_sort)
6184 (addr_info_make_relative, syms_from_objfile_1): Remove dead loop
6185 condition.
6186 (syms_from_objfile_1): Remove dead 'if' condition. Check
6187 'num_sections'.
6188 (add_symbol_file_command): Set 'num_sections'.
6189 * symfile-mem.c (symbol_file_add_from_memory): Set
6190 'num_sections'.
6191 * somread.c (som_symfile_offsets): Remove dead loop condition.
6192 * machoread.c (macho_symfile_offsets): Remove dead 'if'.
6193 * jit.c (jit_bfd_try_read_symtab): Set 'num_sections'.
6194
6195 2013-03-21 Tom Tromey <tromey@redhat.com>
6196
6197 * tracepoint.h (decode_agent_options): Add 'trace_string'
6198 argument.
6199 * tracepoint.c (decode_agent_options): Add 'trace_string'
6200 argument.
6201 (validate_actionline): Update.
6202 (collect_symbol): Add 'trace_string' argument.
6203 (struct add_local_symbols_data) <trace_string>: New field.
6204 (do_collect_symbol): Update.
6205 (add_local_symbols): Add 'trace_string' argument.
6206 (encode_actions_1): Update.
6207 (trace_dump_actions): Update.
6208 * dwarf2loc.c (access_memory): Update.
6209 * ax.h (struct agent_expr) <tracing, trace_string>: New fields.
6210 * ax-general.c (new_agent_expr): Update.
6211 * ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
6212 (gen_trace_for_return_address): Add argument.
6213 (trace_kludge, trace_string_kludge): Remove.
6214 * ax-gdb.c (trace_kludge, trace_string_kludge): Remove.
6215 (gen_traced_pop, gen_fetch, gen_bitfield_ref, gen_expr): Update.
6216 (gen_trace_for_var): Add 'trace_string' argument.
6217 (gen_trace_for_expr, gen_trace_for_return_address): Likewise.
6218 (gen_printf, agent_eval_command_one): Update.
6219
6220 2013-03-21 Tom Tromey <tromey@redhat.com>
6221
6222 PR exp/15109:
6223 * c-exp.y (yylex): Rewrite to push all tokens onto the FIFO.
6224 Handle FILENAME token.
6225
6226 2013-03-21 Tom Tromey <tromey@redhat.com>
6227
6228 * c-exp.y (YYPRINT): Define.
6229 (c_print_token): New function.
6230
6231 2013-03-21 Tom Tromey <tromey@redhat.com>
6232
6233 * c-exp.y (%union) <sym, ivar, ivec>: Remove.
6234
6235 2013-03-21 Yao Qi <yao@codesourcery.com>
6236
6237 * ctf.c: Include "gdb_stat.h".
6238 [USE_WIN32API]: New macro 'mkdir'.
6239 (ctf_start): Use permission bits macros if they are defined.
6240
6241 2013-03-20 Keith Seitz <keiths@redhat.com>
6242
6243 * breakpoint.h (struct breakpoint): Add comment to
6244 extra_string indicating that this member is mallod'd.
6245 * breakpoint.c (base_breakpoint_dtor): Free extra_string.
6246
6247 2013-03-20 Pedro Alves <palves@redhat.com>
6248
6249 PR gdb/15289
6250
6251 * cli/cli-setshow.c (do_set_command)
6252 <var_uinteger, var_zuinteger>: Use LONGEST for variable holding
6253 the result of parsing the command argument. Throw error if the
6254 value is greater than UINT_MAX. Print the invalid value with
6255 plongest.
6256 <var_integer, var_zinteger>: Use LONGEST for variable holding the
6257 result of parsing the command argument. Throw error if the value
6258 is greater than INT_MAX, not greater or equal. Also throw error
6259 if the value is less than INT_MIN. Print the invalid value with
6260 plongest.
6261 <var_zuinteger_unlimited>: Throw error if the value is greater
6262 than INT_MAX, not greater or equal.
6263 (do_show_command) <var_integer, var_zinteger,
6264 var_zuinteger_unlimited>: Use %d for printing int, not %u.
6265
6266 2013-03-20 Tom Tromey <tromey@redhat.com>
6267
6268 * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,
6269 if possible.
6270 * dwarf2read.c (read_func_scope): Remove old FIXME.
6271 * eval.c (evaluate_subexp_standard): Check SYMBOL_COMPUTED_OPS,
6272 not LOC_COMPUTED.
6273 * findvar.c (symbol_read_needs_frame, default_read_var_value):
6274 Unconditionally call via computed ops, if possible.
6275 * printcmd.c (address_info): Unconditionally call via computed ops,
6276 if possible.
6277 * stack.c (read_frame_arg): Unconditionally call via computed ops,
6278 if possible.
6279 * symtab.c (register_symbol_computed_impl): Sanity check 'ops'.
6280 * tracepoint.c (scope_info): Unconditionally call via computed ops,
6281 if possible.
6282
6283 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6284 Tom Tromey <tromey@redhat.com>
6285
6286 PR symtab/8421:
6287 * coffread.c (coff_register_index): New global.
6288 (process_coff_symbol, coff_read_enum_type): Set
6289 SYMBOL_ACLASS_INDEX.
6290 (_initialize_coffread): Initialize new global.
6291 * dwarf2loc.c (locexpr_find_frame_base_location)
6292 (dwarf2_block_frame_base_locexpr_funcs)
6293 (loclist_find_frame_base_location)
6294 (dwarf2_block_frame_base_loclist_funcs): New.
6295 (dwarf_expr_frame_base_1): Call SYMBOL_BLOCK_OPS, remove internal_error.
6296 (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Add location_has_loclist.
6297 * dwarf2loc.h (dwarf2_block_frame_base_locexpr_funcs)
6298 (dwarf2_block_frame_base_loclist_funcs): New.
6299 * dwarf2read.c (dwarf2_locexpr_index, dwarf2_loclist_index)
6300 (dwarf2_locexpr_block_index, dwarf2_loclist_block_index): New
6301 globals.
6302 (read_func_scope): Update.
6303 (fixup_go_packaging, mark_common_block_symbol_computed)
6304 (var_decode_location, new_symbol_full, dwarf2_const_value):
6305 Set SYMBOL_ACLASS_INDEX.
6306 (dwarf2_symbol_mark_computed): Likewise. Add 'is_block' argument.
6307 (_initialize_dwarf2_read): Initialize new globals.
6308 * jit.c (finalize_symtab): Set SYMBOL_ACLASS_INDEX.
6309 * jv-lang.c (add_class_symbol): Set SYMBOL_ACLASS_INDEX.
6310 * mdebugread.c (mdebug_register_index, mdebug_regparm_index): New
6311 globals.
6312 (parse_symbol, psymtab_to_symtab_1): Set SYMBOL_ACLASS_INDEX.
6313 (_initialize_mdebugread): Initialize new globals.
6314 * psympriv.h (struct partial_symbol) <aclass>: Update comment.
6315 * stabsread.c (patch_block_stabs): Set SYMBOL_ACLASS_INDEX.
6316 (stab_register_index, stab_regparm_index): New globals.
6317 (define_symbol, read_enum_type, common_block_end): Set
6318 SYMBOL_ACLASS_INDEX.
6319 (_initialize_stabsread): Initialize new globals.
6320 * symtab.c (next_aclass_value, symbol_impl, symbol_impls): New
6321 globals.
6322 (MAX_SYMBOL_IMPLS): New define.
6323 (register_symbol_computed_impl, register_symbol_block_impl)
6324 (register_symbol_register_impl)
6325 (initialize_ordinary_address_classes): New functions.
6326 (_initialize_symtab): Call initialize_ordinary_address_classes.
6327 * symtab.h (enum address_class) <LOC_FINAL_VALUE>: New constant.
6328 (struct symbol_impl): New.
6329 (SYMBOL_ACLASS_BITS): New define.
6330 (struct symbol) <aclass, ops>: Remove fields.
6331 <aclass_index>: New field.
6332 (symbol_impls): Declare.
6333 (SYMBOL_CLASS, SYMBOL_COMPUTED_OPS, SYMBOL_REGISTER_OPS): Redefine.
6334 (SYMBOL_IMPL, SYMBOL_ACLASS_INDEX): New defines.
6335 (register_symbol_computed_impl, register_symbol_block_impl)
6336 (register_symbol_register_impl): Declare.
6337 (struct symbol_computed_ops): Add location_has_loclist.
6338 (struct symbol_block_ops): New.
6339 (SYMBOL_BLOCK_OPS): New.
6340 * xcoffread.c (process_xcoff_symbol): Set SYMBOL_ACLASS_INDEX.
6341
6342 2013-03-20 Tom Tromey <tromey@redhat.com>
6343
6344 * psymtab.c (find_pc_sect_psymbol, fixup_psymbol_section)
6345 (print_partial_symbols, recursively_search_psymtabs): Use
6346 PSYMBOL_CLASS.
6347
6348 2013-03-20 Pierre Muller <muller@sourceware.org>
6349
6350 * contrib/ari/gdb_ari.sh (OP eol rule): Also check
6351 addtion, subtraction, multiplication and division binary operator.
6352
6353 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6354
6355 Code cleanup.
6356 * bfd-target.c (target_bfd_xclose): Remove parameter quitting.
6357 * bsd-kvm.c (bsd_kvm_close): Likewise.
6358 * bsd-uthread.c (bsd_uthread_close): Likewise.
6359 * corelow.c (core_close): Likewise.
6360 (core_close_cleanup): Remove parameter quitting from a caller.
6361 * event-top.c (async_disconnect): Likewise.
6362 * exec.c (exec_close_1): Remove parameter quitting.
6363 * go32-nat.c (go32_close): Likewise.
6364 * linux-nat.c (linux_nat_close): Remove parameter quitting. Remove
6365 parameter quitting from a caller.
6366 * mips-linux-nat.c (super_close): Remove parameter quitting from the
6367 variable.
6368 (mips_linux_close): Remove parameter quitting. Remove parameter
6369 quitting from a caller.
6370 * monitor.c (monitor_close): Remove parameter quitting.
6371 * monitor.h (monitor_close): Likewise.
6372 * record-btrace.c (record_btrace_close): Likewise.
6373 * record-full.c (record_full_close): Likewise.
6374 * remote-m32r-sdi.c (m32r_close): Remove parameter quitting and remove
6375 it also from fprintf_unfiltered.
6376 * remote-mips.c (mips_close): Remove parameter quitting.
6377 (mips_detach): Remove parameter quitting from a caller.
6378 * remote-sim.c (gdbsim_close): Remove parameter quitting.
6379 (gdbsim_close): Remove duplicate function comment. Remove parameter
6380 quitting and remove it also from printf_filtered.
6381 * remote.c (remote_close): Remove parameter quitting.
6382 * solib-svr4.c (enable_break): Remove parameter quitting from a caller.
6383 * target.c (update_current_target): Remove parameter int from to_close
6384 de_fault.
6385 (push_target, unpush_target, pop_target): Remove parameter quitting from
6386 a caller.
6387 (pop_all_targets_above, pop_all_targets): Remove parameter quitting.
6388 Remove parameter quitting from a caller.
6389 (target_preopen): Remove parameter quitting from a caller.
6390 (target_close): Remove parameter quitting. Remove parameter quitting
6391 from a caller two times. Remove parameter quitting also from
6392 fprintf_unfiltered.
6393 * target.h (struct target_ops): Remove parameter quitting and as int
6394 from fields to_xclose and to_close.
6395 (extern struct target_ops current_target):
6396 (target_close, pop_all_targets): Remove parameter quitting. Update the
6397 comment.
6398 (pop_all_targets_above): Remove parameter quitting.
6399 * top.c (quit_target): Remove parameter quitting from a caller.
6400 * tracepoint.c (tfile_close): Remove parameter quitting.
6401 * windows-nat.c (windows_close): Remove parameter quitting.
6402
6403 2013-03-20 Corinna Vinschen <vinschen@redhat.com>
6404
6405 * windows-nat.c (handle_output_debug_string): Replace call
6406 to string_to_core_addr with call to strtoull.
6407
6408 2013-03-20 Yao Qi <yao@codesourcery.com>
6409
6410 * ctf.c (ctf_save_metadata_header): Define macro HOST_ENDIANNESS
6411 and write it to CTF metadata.
6412
6413 2013-03-19 Corinna Vinschen <vinschen@redhat.com>
6414
6415 * windows-nat.c (handle_output_debug_string): Change type of n to
6416 SIZE_T to avoid crash on 64 bit systems.
6417
6418 2013-03-17 Eli Zaretskii <eliz@gnu.org>
6419
6420 * python/python-internal.h (HAVE_SNPRINTF)
6421 [_WIN32 && HAVE_DECL_SNPRINTF]: Define, to avoid compiler warnings
6422 about redefinition of snprintf by pyerrors.h.
6423
6424 2013-03-15 Steve Ellcey <sellcey@mips.com>
6425
6426 * remote-sim.c (sim_command_completer): Make char arguments const.
6427
6428 2013-03-15 Tom Tromey <tromey@redhat.com>
6429
6430 PR c++/15116:
6431 * gdbtypes.c (types_equal): Handle TYPE_CODE_FUNC.
6432
6433 2013-03-14 Tom Tromey <tromey@redhat.com>
6434
6435 * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:
6436 New fields.
6437 (get_file_crc): Move from symfile.c.
6438 (gdb_bfd_crc): New function.
6439 * gdb_bfd.h (gdb_bfd_crc): Declare.
6440 * objfiles.h (struct objfile) <crc32, crc32_p>: Remove.
6441 * symfile.c (get_file_crc): Move to gdb_bfd.c.
6442 (separate_debug_file_exists): Use gdb_bfd_crc.
6443
6444 2013-03-14 Tom Tromey <tromey@redhat.com>
6445
6446 * symfile.c (get_debug_link_info): Remove.
6447 (find_separate_debug_file_by_debuglink): Use
6448 bfd_get_debug_link_info.
6449
6450 2013-03-14 Tom Tromey <tromey@redhat.com>
6451
6452 * symtab.c (error_in_psymtab_expansion): New function.
6453 (lookup_symbol_aux_quick)
6454 (basic_lookup_transparent_type_quick): Remove "last resort"
6455 code. Use error_in_psymtab_expansion.
6456
6457 2013-03-14 Doug Evans <dje@google.com>
6458 Jan Kratochvil <jan.kratochvil@redhat.com>
6459
6460 * dwarf2read.c (dw2_map_symtabs_matching_filename): Put continue after
6461 any successful compare_filenames_for_search or FILENAME_CMP.
6462 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
6463 * symtab.c (iterate_over_some_symtabs): Likewise.
6464
6465 2013-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6466
6467 * source.c (print_source_lines_base): Make a local copy of
6468 symtab_to_fullname.
6469
6470 2013-03-14 Hui Zhu <hui_zhu@mentor.com>
6471 Jan Kratochvil <jan.kratochvil@redhat.com>
6472
6473 * source.c (print_source_lines_base): Suppress "file" for TUI.
6474
6475 2013-03-14 Keith Seitz <keiths@redhat.com>
6476 Alan Matsuoka <alanm@redhat.com>
6477
6478 PR c++/15203
6479 PR c++/15210
6480 * cp-namespace.c (cp_lookup_nested_symbol): Handle TYPE_CODE_FUNC and
6481 TYPE_CODE_METHOD.
6482 * elfread.c (elf_symtab_read): Handle BSF_GNU_UNIQUE for certain
6483 symbols.
6484
6485 2013-03-14 Yao Qi <yao@codesourcery.com>
6486
6487 * tracepoint.c (tfile_write_status): Write 'stop_desc' of trace
6488 status to tfile if trace is stopped by command 'tstop'.
6489
6490 2013-03-14 Yao Qi <yao@codesourcery.com>
6491
6492 * tracepoint.c (tfile_write_status): Write trace notes and user
6493 name into tfile if they are not NULL.
6494
6495 2013-03-14 Hui Zhu <hui@codesourcery.com>
6496 Yao Qi <yao@codesourcery.com>
6497
6498 * Makefile.in (REMOTE_OBS): Add ctf.o.
6499 (SFILES): Add ctf.c.
6500 (HFILES_NO_SRCDIR): Add ctf.h.
6501 * ctf.c, ctf.h: New files.
6502 * tracepoint.c: Include 'ctf.h'.
6503 (collect_pseudocommand): Remove static.
6504 (trace_save_command): Parse option "-ctf".
6505 Produce different trace file writers per option.
6506 Adjust output message.
6507 (trace_save_tfile, trace_save_ctf): New.
6508 * tracepoint.h (trace_save_tfile, trace_save_ctf): Declare.
6509 * mi/mi-main.c: Include 'ctf.h'.
6510 (mi_cmd_trace_save): Handle option '-ctf'. Call either
6511 trace_save_tfile or trace_save_ctf.
6512 * NEWS: Mention these changes.
6513
6514 2013-03-14 Yao Qi <yao@codesourcery.com>
6515
6516 * tracepoint.c (trace_file_writer_xfree): New.
6517 (struct tfile_writer_data): New.
6518 (tfile_dtor, tfile_can_target_save, tfile_start): New.
6519 (tfile_write_header, tfile_write_regblock_type): New.
6520 (tfile_write_status, tfile_write_uploaded_tsv): New.
6521 (tfile_write_uploaded_tp, tfile_write_definition_end): New.
6522 (tfile_write_raw_data, (tfile_end): New.
6523 (tfile_write_ops): New global variable.
6524 (TRACE_WRITE_R_BLOCK): New macro.
6525 (TRACE_WRITE_M_BLOCK_HEADER): New macro.
6526 (TRACE_WRITE_M_BLOCK_MEMORY): New macro.
6527 (TRACE_WRITE_V_BLOCK): New macro.
6528 (trace_save): Add extra one parameter WRITER. Make it static.
6529 Use WRITER to writer trace.
6530 (tfile_trace_file_writer_new): New.
6531 (trace_save_command): Caller update.
6532 (trace_save_tfile): Write trace data in TFILE format.
6533 * tracepoint.h (struct trace_frame_write_ops): New.
6534 (struct trace_file_write_ops): New.
6535 (struct trace_file_writer): New.
6536 (trace_save): Remove its declaration.
6537 (trace_save_tfile): Declare it.
6538 * mi/mi-main.c (mi_cmd_trace_save): Call trace_save_tfile
6539 instead of trace_save.
6540
6541 2013-03-13 Pedro Alves <palves@redhat.com>
6542
6543 * hppa-hpux-nat.c (hppa_hpux_save_state_offset): Make static.
6544
6545 2013-03-13 Pedro Alves <palves@redhat.com>
6546
6547 * dbxread.c (read_ofile_symtab, process_one_symbol): Remove
6548 commented out code.
6549 * demangle.c (current_demangling_style_string): Make it const.
6550 (set_demangling_command): Assert the demangling style is known.
6551 Remove all handling of unknown styles. Set
6552 'current_demangling_style_string' to an element of the
6553 demangling_style_names array.
6554 (set_demangling_style): Delete.
6555 (_initialize_demangler): Set current_demangling_style_string to the
6556 element of the demangling_style_names array that corresponds to
6557 the default demangling style. Remove FIXME note. Don't call
6558 set_demangling_style.
6559 * gdb-demangle.h (set_demangling_style): Remove declaration.
6560
6561 2013-03-13 Pedro Alves <palves@redhat.com>
6562
6563 * ada-lang.c (struct add_partial_datum) <text, text0, word>: Make
6564 fields const.
6565 (ada_make_symbol_completion_list): Make "text0" parameter const.
6566 * ax-gdb.c (agent_eval_command_one): Make "exp" parameter const.
6567 * breakpoint.c (condition_completer): Make "text" and "word"
6568 parameters const. Adjust.
6569 (check_tracepoint_command): Adjust to validate_actionline
6570 prototype change.
6571 (catch_syscall_completer): Make "text" and "word" parameters
6572 const.
6573 * cli/cli-cmds.c (show_user): Make "comname" local const.
6574 (valid_command_p): Make "command" parameter const.
6575 (alias_command): Make "alias_prefix" and "command_prefix" locals
6576 const.
6577 * cli/cli-decode.c (add_cmd): Make "name" parameter const.
6578 (add_alias_cmd): Make "name" and "oldname" parameters const.
6579 Adjust. No longer make copy of OLDNAME.
6580 (add_prefix_cmd, add_abbrev_prefix_cmd, add_set_or_show_cmd)
6581 (add_setshow_cmd_full, add_setshow_enum_cmd)
6582 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
6583 (add_setshow_filename_cmd, add_setshow_string_cmd)
6584 (add_setshow_string_noescape_cmd)
6585 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
6586 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
6587 (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd)
6588 (delete_cmd, add_info, add_info_alias, add_com, add_com_alias):
6589 Make "name" parameter const.
6590 (help_cmd): Rename "command" parameter to "arg". New const local
6591 "command".
6592 (find_cmd): Make "command" parameter const.
6593 (lookup_cmd_1): Make "text" parameter pointer to const. Adjust to
6594 deprecated_cmd_warning prototype change.
6595 (undef_cmd_error): Make "cmdtype" parameter const.
6596 (lookup_cmd): Make "line" parameter const.
6597 (deprecated_cmd_warning): Change type of "text" parameter to
6598 pointer to const char, from pointer to pointer to char. Adjust.
6599 (lookup_cmd_composition): Make "text" parameter const.
6600 (complete_on_cmdlist, complete_on_enum): Make "text" and "word"
6601 parameters const.
6602 * cli/cli-decode.h (struct cmd_list_element) <name>: Make field
6603 const.
6604 * cli/cli-script.c (validate_comname): Make "tem" local const.
6605 (define_command): New const local "tem_c". Use it in calls to
6606 lookup_cmd.
6607 (document_command): Make "tem" and "comfull" locals const.
6608 (show_user_1): Make "prefix" and "name" parameters const.
6609 * cli-script.h (show_user_1): Make "prefix" and "name" parameters
6610 const.
6611 * command.h (add_cmd, add_alias_cmd, add_prefix_cmd)
6612 (add_abbrev_prefix_cmd, completer_ftype, lookup_cmd, lookup_cmd_1)
6613 (deprecated_cmd_warning, lookup_cmd_composition, add_com)
6614 (add_com_alias, add_info, add_info_alias, complete_on_cmdlist)
6615 (complete_on_enum, add_setshow_enum_cmd)
6616 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
6617 (add_setshow_filename_cmd, add_setshow_string_cmd)
6618 (add_setshow_string_noescape_cmd)
6619 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
6620 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
6621 (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
6622 Change prototypes, constifying strings.
6623 * completer.c (noop_completer, filename_completer): Make "text"
6624 and "prefix" parameters const.
6625 (location_completer, expression_completer)
6626 (complete_line_internal): Make "text" and "prefix" parameters
6627 const and adjust.
6628 (command_completer, signal_completer): Make "text" and "prefix"
6629 parameters const.
6630 * completer.h (noop_completer, filename_completer)
6631 (expression_completer, location_completer, command_completer)
6632 (signal_completer): Change prototypes.
6633 * corefile.c (complete_set_gnutarget): Make "text" and "word"
6634 parameters const.
6635 * cp-abi.c (cp_abi_completer): Likewise.
6636 * expression.h (parse_expression_for_completion): Change
6637 prototype.
6638 * f-lang.c (f_make_symbol_completion_list): Make "text" and "word"
6639 parameters const.
6640 * infcmd.c (_initialize_infcmd): Make "cmd_name" local const.
6641 * infrun.c (handle_completer): Make "text" and "word" parameters
6642 const.
6643 * interps.c (interpreter_completer): Make "text" and "word"
6644 parameters const.
6645 * language.h (struct language_defn)
6646 <la_make_symbol_completion_list>: Make "text" and "word"
6647 parameters const.
6648 * parse.c (parse_exp_1): Move const hack to parse_exp_in_context.
6649 (parse_exp_in_context): Rename to ...
6650 (parse_exp_in_context_1): ... this.
6651 (parse_exp_in_context): Reimplement, with const hack from
6652 parse_exp_1.
6653 (parse_expression_for_completion): Make "string" parameter const.
6654 * printcmd.c (decode_format): Make "string_ptr" parameter pointer
6655 to pointer to const char. Adjust.
6656 (print_command_1): Make "exp" parameter const.
6657 (output_command): Rename to ...
6658 (output_command_const): ... this. Make "exp" parameter const.
6659 (output_command): Reimplement.
6660 (x_command): Adjust.
6661 (display_command): Rename "exp" parameter to "arg". New "exp"
6662 local, const version of "arg".
6663 * python/py-auto-load.c (gdbpy_initialize_auto_load): Make
6664 "cmd_name" local const.
6665 * python/py-cmd.c (cmdpy_destroyer): Cast const away in xfree
6666 call.
6667 (cmdpy_completer): Make "text" and "word" parameters const.
6668 (gdbpy_parse_command_name): Make "prefix_text2" local const.
6669 * python/py-param.c (add_setshow_generic): Make "tmp_name" local
6670 const.
6671 * remote.c (_initialize_remote): Make "cmd_name" local const.
6672 * symtab.c (language_search_unquoted_string): Make "text" and "p"
6673 parameters const. Adjust.
6674 (completion_list_add_fields): Make "sym_text", "text" and "word"
6675 parameters const.
6676 (struct add_name_data) <sym_text, text, word>: Make fields const.
6677 (default_make_symbol_completion_list_break_on): Make "text" and
6678 "word" parameters const. Adjust locals.
6679 (default_make_symbol_completion_list)
6680 (make_symbol_completion_list, make_symbol_completion_type)
6681 (make_symbol_completion_list_fn): Make "text" and "word"
6682 parameters const.
6683 (make_file_symbol_completion_list): Make "text", "word" and
6684 "srcfile" parameters const. Adjust locals.
6685 (add_filename_to_list): Make "text" and "word" parameters const.
6686 (struct add_partial_filename_data) <text, word>: Make fields
6687 const.
6688 (make_source_files_completion_list): Make "text" and "word"
6689 parameters const.
6690 * symtab.h (default_make_symbol_completion_list_break_on)
6691 (default_make_symbol_completion_list, make_symbol_completion_list)
6692 (make_symbol_completion_type enum type_code)
6693 (make_symbol_completion_list_fn make_file_symbol_completion_list)
6694 (make_source_files_completion_list): Change prototype.
6695 * top.c (execute_command): Adjust to pass pointer to pointer to
6696 const char to lookup_cmd, and to deprecated_cmd_warning prototype
6697 change.
6698 (set_verbose): Make "cmdname" local const.
6699 * tracepoint.c (decode_agent_options): Make "exp" parameter const,
6700 and adjust.
6701 (validate_actionline): Make "line" parameter a pointer to const
6702 char, and adjust.
6703 (encode_actions_1): Make "action_exp" local const, and adjust.
6704 (encode_actions): Adjust.
6705 (replace_comma): Delete.
6706 (trace_dump_actions): Make "action_exp" and "next_comma" locals
6707 const, and adjust. Don't frob the action string while splitting
6708 it at commas. Instead, make a copy of each split substring in
6709 turn.
6710 (trace_dump_command): Adjust to validate_actionline prototype
6711 change.
6712 * tracepoint.h (decode_agent_options, decode_agent_options)
6713 (encode_actions, validate_actionline): Change prototypes.
6714 * valprint.h (output_command): Delete declaration.
6715 (output_command_const): Declare.
6716 * value.c (function_destroyer): Cast const away in xfree call.
6717
6718 2013-03-13 Pedro Alves <palves@redhat.com>
6719
6720 * ada-lang.c (ada_decode_symbol): Cast away constness of GSYMBOL
6721 rather than casting 'const char * const *' to 'const char **'.
6722 * ada-lex.l (processInt): Make "trailer" local const. Remove
6723 'const char **' cast.
6724 * arm-linux-tdep.c (arm_stap_parse_special_token): Add 'char *'
6725 locals, and use those as strtol output pointer, instead than doing
6726 invalid casts to from 'const char **' to 'char **'.
6727 (_initialize_demangle): Remove cast.
6728 * i386-tdep.c (i386_stap_parse_special_token): : Add 'char *'
6729 locals, and use those as strtol output pointer, instead than doing
6730 invalid casts to from 'const char **' to 'char **'.
6731 * solib-dsbt.c (dsbt_get_initial_loadmaps): Remove 'gdb_byte**'
6732 casts.
6733 * stap-probe.c (stap_parse_register_operand)
6734 (stap_parse_single_operand): Likewise.
6735
6736 2013-03-13 Yao Qi <yao@codesourcery.com>
6737
6738 * tracepoint.c (tfile_get_trace_state_variable_value): Look for
6739 the last matched 'V' blcok in trace frame.
6740
6741 2013-03-12 Joel Brobecker <brobecker@adacore.com>
6742
6743 * NEWS: Create a new section for the next release branch.
6744 Rename the section of the current branch, now that it has
6745 been cut.
6746
6747 2013-03-12 Joel Brobecker <brobecker@adacore.com>
6748
6749 GDB 7.6 branch created (branch timestamp: 2013-03-12 22:15 UTC)
6750 * version.in: Bump version to 7.6.50.20130312-cvs.
6751
6752 2013-03-12 Keith Seitz <keiths@redhat.com>
6753
6754 * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.
6755 * mi/mi-interp.c (mi_interpreter_exec): Make "command" const.
6756 Remove temporary copy of input string.
6757 (mi_execute_command_wrapper): Make "cmd" const.
6758 * mi/mi-main.c (mi_execute_command): Make "string_ptr" const.
6759 * mi/mi-parse.c (mi_parse_argv): Make "args" const.
6760 Use const strings.
6761 (mi_parse): Make "cmd" const.
6762 Use const strings.
6763 * mi/mi-parse.h (mi_parse): Make "cmd" const.
6764
6765 2013-03-12 Keith Seitz <keiths@redhat.com>
6766
6767 * ada-lang.c (ada_read_renaming_var_value): Pass const
6768 pointer to expression string to parse_exp_1.
6769 (create_excep_cond_exprs): Likewise.
6770 * ax-gdb.c (agent_eval_command_one): Likewise.
6771 (maint_agent_printf_command): Likewise.
6772 Constify much of the string handling/parsing.
6773 * breakpoint.c (set_breakpoint_condition): Pass const
6774 pointer to expression string to parse_exp_1.
6775 (update_watchpoint): Likewise.
6776 (parse_cmd_to_aexpr): Constify string handling.
6777 Pass const pointer to parse_exp_1.
6778 (init_breakpoint_sal): Pass const pointer to parse_exp_1.
6779 (find_condition_and_thread): Likewise.
6780 Make TOK const.
6781 (watch_command_1): Make "arg" const.
6782 Constify string handling.
6783 Copy the expression string instead of changing the input
6784 string.
6785 (update_breakpoint_location): Pass const pointer to
6786 parse_exp_1.
6787 * eval.c (parse_and_eval_address): Make "exp" const.
6788 (parse_to_comma_and_eval): Make "expp" const.
6789 (parse_and_eval): Make "exp" const.
6790 * expression.h (parse_expression): Make argument const.
6791 (parse_exp_1): Make first argument const.
6792 * findcmd.c (parse_find_args): Treat "args" as const.
6793 * linespec.c (parse_linespec): Pass const pointer to
6794 linespec_expression_to_pc.
6795 (linespec_expression_to_pc): Make "exp_ptr" const.
6796 * parse.c (parse_exp_1): Make "stringptr" const.
6797 Make a copy of the expression to pass to parse_exp_in_context until
6798 this whole interface can be constified.
6799 (parse_expression): Make "string" const.
6800 * printcmd.c (ui_printf): Treat "arg" as const.
6801 Handle const strings.
6802 * tracepoint.c (validate_actionline): Pass const pointer to
6803 all calls to parse_exp_1.
6804 (encode_actions_1): Likewise.
6805 * value.h (parse_to_comma_and_eval): Make argument const.
6806 (parse_and_eval_address): Likewise.
6807 (parse_and_eval): Likewise.
6808 * varobj.c (varobj_create): Pass const pointer to parse_exp_1.
6809 (varobj_set_value): Likewise.
6810 * cli/cli-cmds.c (disassemble_command): Treat "arg" as const and
6811 constify string handling.
6812 Pass const pointers to parse_and_eval_address and
6813 parse_to_comman_and_eval.
6814 * cli/cli-utils.c (skip_to_space): Rename to ...
6815 (skip_to_space_const): ... this. Handle const strings.
6816 * cli/cli-utils.h (skip_to_space): Turn into macro which invokes
6817 skip_to_space_const.
6818 (skip_to_space_const): Declare.
6819 * common/format.c (parse_format_string): Make "arg" const.
6820 Handle const strings.
6821 * common/format.h (parse_format_string): Make "arg" const.
6822 * gdbserver/ax.c (ax_printf): Make "format" const.
6823 * python/python.c (gdbpy_parse_and_eval): Do not make a copy
6824 of the expression string.
6825
6826 2013-03-12 Hui Zhu <hui@codesourcery.com>
6827
6828 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Update error message.
6829
6830 2013-03-12 Yao Qi <yao@codesourcery.com>
6831 Hui Zhu <hui@codesourcery.com>
6832
6833 * dwarf2loc.c (access_memory): Change nbits to nbytes in gdb_assert.
6834 (dwarf2_compile_expr_to_ax): Call access_memory in DW_OP_deref and
6835 DW_OP_deref_size.
6836
6837 2013-03-12 Paul Hilfinger <hilfingr@adacore.com>
6838
6839 * ada-lex.l (rules): Only recognize 'thread' as a
6840 delimiter when followed by numerals, as for c-exp.y.
6841 Use new rewind_to_char function to rewind the input for
6842 expression-delimiting tokens.
6843 (rewind_to_char): New function.
6844
6845 2013-03-11 Pedro Alves <palves@redhat.com>
6846 Jan Kratochvil <jan.kratochvil@redhat.com>
6847
6848 * configure: Regenerate.
6849 * configure.ac (check dynamic export flag): Link python test with
6850 $PYTHON_LIBS.
6851
6852 2013-03-11 Doug Evans <dje@google.com>
6853 Keith Seitz <keiths@redhat.com>
6854
6855 * linespec.c (find_linespec_symbols): Call find_function_symbols
6856 first, and then call lookup_prefix_sym/find_method.
6857
6858 2013-03-11 Pedro Alves <palves@redhat.com>
6859
6860 * charset.c (convert_between_encodings): Don't cast between
6861 different pointer to pointer types. Instead, make the 'inp' local
6862 be of the type iconv expects.
6863 (wchar_iterate): Don't cast between different pointer to pointer
6864 types. Instead, use new pointer local of the type iconv expects.
6865 * target.c (target_read_stralloc, target_fileio_read_stralloc):
6866 Add new local of type char pointer, and use it to get a
6867 char/string view of the byte buffer, instead of casting between
6868 pointer to pointer types.
6869
6870 2013-03-11 Hafiz Abid Qadeer <abidh@codesourcery.com>
6871
6872 * remote.c (remote_set_trace_buffer_size): Move != operator
6873 to the start of next line to fix an ARI warning.
6874
6875 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
6876
6877 * NEWS: Add record changes.
6878
6879 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
6880
6881 * record-btrace.c (btrace_insn_history): Omit the pc prefix in
6882 the instruction history disassembly.
6883 * disasm.c (dump_insns): Omit the pc prefix, if requested.
6884 * disasm.h (DISASSEMBLY_OMIT_PC): New.
6885
6886 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
6887
6888 * Makefile.in (SFILES): Add record-btrace.c
6889 (COMMON_OBS): Add record-btrace.o
6890 * record-btrace.c: New.
6891 * objfiles.c: Include btrace.h.
6892 (free_objfile): call btrace_free_objfile.
6893
6894 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
6895
6896 * target.c (target_call_history, target_call_history_from,
6897 target_call_history_range): New.
6898 * target.h (target_ops) <to_call_history, to_call_history_from,
6899 to_call_history_range>: New fields.
6900 (target_call_history, target_call_history_from,
6901 target_call_history_range): New declaration.
6902 * record.c (get_call_history_modifiers, cmd_record_call_history,
6903 record_call_history_size): New.
6904 (_initialize_record): Add the "record function-call-history" command.
6905 Add "set/show record function-call-history-size" commands.
6906 * record.h (record_print_flag): New.
6907
6908 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
6909
6910 * target.h (target_ops) <to_insn_history, to_insn_history_from,
6911 to_insn_history_range>: New fields.
6912 (target_insn_history): New.
6913 (target_insn_history_from): New.
6914 (target_insn_history_range): New.
6915 * target.c (target_insn_history): New.
6916 (target_insn_history_from): New.
6917 (target_insn_history_range): New.
6918 * record.c: Include cli/cli-utils.h, disasm.h, ctype.h.
6919 (record_insn_history_size): New.
6920 (get_insn_number): New.
6921 (get_context_size): New.
6922 (no_chunk): New.
6923 (get_insn_history_modifiers): New.
6924 (cmd_record_insn_history): New.
6925 (_initialize_record): Add "set/show record instruction-history-size"
6926 command. Add "record instruction-history" command.
6927
6928 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
6929
6930 * record.h (record_disconnect): New.
6931 (record_detach): New.
6932 (record_mourn_inferior): New.
6933 (record_kill): New.
6934 * record-full.c (record_disconnect, record_detach,
6935 record_mourn_inferior, record_kill): Move to...
6936 * record.c: ...here.
6937 (DEBUG): New.
6938 (record_stop): New.
6939 (record_unpush): New.
6940 (cmd_record_stop): Call record_stop. Replace unpush_target
6941 call with record_unpush call.
6942 (record_disconnect, record_detach): Assert that the target
6943 is of record stratum. Call record_unpush, record_stop, and
6944 DEBUG.
6945 (record_mourn_inferior, record_kill): Assert that the target
6946 is of record stratum. Call record_unpush and DEBUG.
6947
6948 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
6949
6950 * record-full.h, record-full.c (record_memory_query): Rename
6951 to ...
6952 (record_full_memory_query): ...this. Update all users.
6953 (record_arch_list_add_reg): Rename to ...
6954 (record_full_arch_list_add_reg): ...this. Update all users.
6955 (record_arch_list_add_mem): Rename to ...
6956 (record_full_arch_list_add_mem): ...this. Update all users.
6957 (record_arch_list_add_end): Rename to ...
6958 (record_full_arch_list_add_end): ...this. Update all users.
6959 (record_gdb_operation_disable_set): Rename to ...
6960 (record_full_gdb_operation_disable_set): ...this.
6961 Update all users.
6962
6963 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
6964
6965 * record-full.c (DEFAULT_RECORD_INSN_MAX_NUM): Renamed to ...
6966 (DEFAULT_RECORD_FULL_INSN_MAX_NUM): ... this. Updated all users.
6967 (RECORD_IS_REPLAY): Renamed to ...
6968 (RECORD_FULL_IS_REPLAY): ... this. Updated all users.
6969 (RECORD_FILE_MAGIC): Renamed to ...
6970 (RECORD_FULL_FILE_MAGIC): ... this. Updated all users.
6971 (record_mem_entry): Renamed to ...
6972 (record_full_mem_entry): ... this. Updated all users.
6973 (record_reg_entry): Renamed to ...
6974 (record_full_reg_entry): ... this. Updated all users.
6975 (record_end_entry): Renamed to ...
6976 (record_full_end_entry): ... this. Updated all users.
6977 (record_type) <record_end, record_reg, record_mem>: Renamed
6978 to ...
6979 (record_full_type) <record_full_end, record_full_reg,
6980 record_full_mem>: ... this. Updated all users.
6981 (record_entry): Renamed to ...
6982 (record_full_entry): ... this. Updated all users.
6983 (record_core_buf_entry): Renamed to ...
6984 (record_full_core_buf_entry): ... this. Updated all users.
6985 (record_core_regbuf): Renamed to ...
6986 (record_full_core_regbuf): ... this. Updated all users.
6987 (record_core_start): Renamed to ...
6988 (record_full_core_start): ... this. Updated all users.
6989 (record_core_end): Renamed to ...
6990 (record_full_core_end): ... this. Updated all users.
6991 (record_core_buf_list): Renamed to ...
6992 (record_full_core_buf_list): ... this. Updated all users.
6993 (record_first): Renamed to ...
6994 (record_full_first): ... this. Updated all users.
6995 (record_list): Renamed to ...
6996 (record_full_list): ... this. Updated all users.
6997 (record_arch_list_head): Renamed to ...
6998 (record_full_arch_list_head): ... this. Updated all users.
6999 (record_arch_list_tail): Renamed to ...
7000 (record_full_arch_list_tail): ... this. Updated all users.
7001 (record_stop_at_limit): Renamed to ...
7002 (record_full_stop_at_limit): ... this. Updated all users.
7003 (record_insn_max_num): Renamed to ...
7004 (record_full_insn_max_num): ... this. Updated all users.
7005 (record_insn_num): Renamed to ...
7006 (record_full_insn_num): ... this. Updated all users.
7007 (record_insn_count): Renamed to ...
7008 (record_full_insn_count): ... this. Updated all users.
7009 (record_ops): Renamed to ...
7010 (record_full_ops): ... this. Updated all users.
7011 (record_core_ops): Renamed to ...
7012 (record_full_core_ops): ... this. Updated all users.
7013 (set_record_cmdlist): Renamed to ...
7014 (set_record_full_cmdlist): ... this. Updated all users.
7015 (show_record_cmdlist): Renamed to ...
7016 (show_record_full_cmdlist): ... this. Updated all users.
7017 (record_cmdlist): Renamed to ...
7018 (record_full_cmdlist): ... this. Updated all users.
7019 (record_beneath_to_resume_ops): Renamed to ...
7020 (record_full_beneath_to_resume_ops): ... this. Updated all users.
7021 (record_beneath_to_resume): Renamed to ...
7022 (record_full_beneath_to_resume): ... this. Updated all users.
7023 (record_beneath_to_wait_ops): Renamed to ...
7024 (record_full_beneath_to_wait_ops): ... this. Updated all users.
7025 (record_beneath_to_wait): Renamed to ...
7026 (record_full_beneath_to_wait): ... this. Updated all users.
7027 (record_beneath_to_store_registers_ops): Renamed to ...
7028 (record_full_beneath_to_store_registers_ops): ... this.
7029 Updated all users.
7030 (record_beneath_to_store_registers): Renamed to ...
7031 (record_full_beneath_to_store_registers): ... this.
7032 Updated all users.
7033 (record_beneath_to_xfer_partial_ops): Renamed to ...
7034 (record_full_beneath_to_xfer_partial_ops): ... this.
7035 Updated all users.
7036 (record_beneath_to_xfer_partial): Renamed to ...
7037 (record_full_beneath_to_xfer_partial): ... this.
7038 Updated all users.
7039 (record_beneath_to_insert_breakpoint): Renamed to ...
7040 (record_full_beneath_to_insert_breakpoint): ... this.
7041 Updated all users.
7042 (record_beneath_to_stopped_by_watchpoint): Renamed to ...
7043 (record_full_beneath_to_stopped_by_watchpoint): ... this.
7044 Updated all users.
7045 (record_beneath_to_stopped_data_address): Renamed to ...
7046 (record_full_beneath_to_stopped_data_address): ... this.
7047 Updated all users.
7048 (record_beneath_to_async): Renamed to ...
7049 (record_full_beneath_to_async): ... this. Updated all users.
7050 (record_goto_insn): Renamed to ...
7051 (record_full_goto_insn): ... this. Updated all users.
7052 (record_save): Renamed to ...
7053 (record_full_save): ... this. Updated all users.
7054 (record_reg_alloc): Renamed to ...
7055 (record_full_reg_alloc): ... this. Updated all users.
7056 (record_reg_release): Renamed to ...
7057 (record_full_reg_release): ... this. Updated all users.
7058 (record_mem_alloc): Renamed to ...
7059 (record_full_mem_alloc): ... this. Updated all users.
7060 (record_mem_release): Renamed to ...
7061 (record_full_mem_release): ... this. Updated all users.
7062 (record_end_alloc): Renamed to ...
7063 (record_full_end_alloc): ... this. Updated all users.
7064 (record_end_release): Renamed to ...
7065 (record_full_end_release): ... this. Updated all users.
7066 (record_entry_release): Renamed to ...
7067 (record_full_entry_release): ... this. Updated all users.
7068 (record_list_release): Renamed to ...
7069 (record_full_list_release): ... this. Updated all users.
7070 (record_list_release_following): Renamed to ...
7071 (record_full_list_release_following): ... this.
7072 Updated all users.
7073 (record_list_release_first): Renamed to ...
7074 (record_full_list_release_first): ... this. Updated all users.
7075 (record_arch_list_add): Renamed to ...
7076 (record_full_arch_list_add): ... this. Updated all users.
7077 (record_get_loc): Renamed to ...
7078 (record_full_get_loc): ... this. Updated all users.
7079 (record_check_insn_num): Renamed to ...
7080 (record_full_check_insn_num): ... this. Updated all users.
7081 (record_arch_list_cleanups): Renamed to ...
7082 (record_full_arch_list_cleanups): ... this. Updated all users.
7083 (record_message): Renamed to ...
7084 (record_full_message): ... this. Updated all users.
7085 (record_message_wrapper): Renamed to ...
7086 (record_full_message_wrapper): ... this. Updated all users.
7087 (record_message_wrapper_safe): Renamed to ...
7088 (record_full_message_wrapper_safe): ... this. Updated all users.
7089 (record_gdb_operation_disable): Renamed to ...
7090 (record_full_gdb_operation_disable): ... this. Updated all users.
7091 (record_hw_watchpoint): Renamed to ...
7092 (record_full_hw_watchpoint): ... this. Updated all users.
7093 (record_exec_insn): Renamed to ...
7094 (record_full_exec_insn): ... this. Updated all users.
7095 (record_restore): Renamed to ...
7096 (record_full_restore): ... this. Updated all users.
7097 (record_async_inferior_event_token): Renamed to ...
7098 (record_full_async_inferior_event_token): ... this.
7099 Updated all users.
7100 (record_async_inferior_event_handler): Renamed to ...
7101 (record_full_async_inferior_event_handler): ... this.
7102 Updated all users.
7103 (record_core_open_1): Renamed to ...
7104 (record_full_core_open_1): ... this. Updated all users.
7105 (record_open_1): Renamed to ...
7106 (record_full_open_1): ... this. Updated all users.
7107 (record_open): Renamed to ...
7108 (record_full_open): ... this. Updated all users.
7109 (record_close): Renamed to ...
7110 (record_full_close): ... this. Updated all users.
7111 (record_resume_step): Renamed to ...
7112 (record_full_resume_step): ... this. Updated all users.
7113 (record_resumed): Renamed to ...
7114 (record_full_resumed): ... this. Updated all users.
7115 (record_execution_dir): Renamed to ...
7116 (record_full_execution_dir): ... this. Updated all users.
7117 (record_resume): Renamed to ...
7118 (record_full_resume): ... this. Updated all users.
7119 (record_get_sig): Renamed to ...
7120 (record_full_get_sig): ... this. Updated all users.
7121 (record_sig_handler): Renamed to ...
7122 (record_full_sig_handler): ... this. Updated all users.
7123 (record_wait_cleanups): Renamed to ...
7124 (record_full_wait_cleanups): ... this. Updated all users.
7125 (record_wait_1): Renamed to ...
7126 (record_full_wait_1): ... this. Updated all users.
7127 (record_wait): Renamed to ...
7128 (record_full_wait): ... this. Updated all users.
7129 (record_stopped_by_watchpoint): Renamed to ...
7130 (record_full_stopped_by_watchpoint): ... this. Updated all users.
7131 (record_disconnect): Renamed to ...
7132 (record_full_disconnect): ... this. Updated all users.
7133 (record_detach): Renamed to ...
7134 (record_full_detach): ... this. Updated all users.
7135 (record_mourn_inferior): Renamed to ...
7136 (record_full_mourn_inferior): ... this. Updated all users.
7137 (record_kill): Renamed to ...
7138 (record_full_kill): ... this. Updated all users.
7139 (record_stopped_data_address): Renamed to ...
7140 (record_full_stopped_data_address): ... this. Updated all users.
7141 (record_registers_change): Renamed to ...
7142 (record_full_registers_change): ... this. Updated all users.
7143 (record_store_registers): Renamed to ...
7144 (record_full_store_registers): ... this. Updated all users.
7145 (record_xfer_partial): Renamed to ...
7146 (record_full_xfer_partial): ... this. Updated all users.
7147 (record_breakpoint): Renamed to ...
7148 (record_full_breakpoint): ... this. Updated all users.
7149 (record_breakpoint_p): Renamed to ...
7150 (record_full_breakpoint_p): ... this. Updated all users.
7151 (record_breakpoints): Renamed to ...
7152 (record_full_breakpoints): ... this. Updated all users.
7153 (record_sync_record_breakpoints): Renamed to ...
7154 (record_full_sync_record_breakpoints): ... this.
7155 Updated all users.
7156 (record_init_record_breakpoints): Renamed to ...
7157 (record_full_init_record_breakpoints): ... this.
7158 Updated all users.
7159 (record_insert_breakpoint): Renamed to ...
7160 (record_full_insert_breakpoint): ... this. Updated all users.
7161 (record_remove_breakpoint): Renamed to ...
7162 (record_full_remove_breakpoint): ... this. Updated all users.
7163 (record_can_execute_reverse): Renamed to ...
7164 (record_full_can_execute_reverse): ... this. Updated all users.
7165 (record_get_bookmark): Renamed to ...
7166 (record_full_get_bookmark): ... this. Updated all users.
7167 (record_goto_bookmark): Renamed to ...
7168 (record_full_goto_bookmark): ... this. Updated all users.
7169 (record_async): Renamed to ...
7170 (record_full_async): ... this. Updated all users.
7171 (record_can_async_p): Renamed to ...
7172 (record_full_can_async_p): ... this. Updated all users.
7173 (record_is_async_p): Renamed to ...
7174 (record_full_is_async_p): ... this. Updated all users.
7175 (record_execution_direction): Renamed to ...
7176 (record_full_execution_direction): ... this. Updated all users.
7177 (record_info): Renamed to ...
7178 (record_full_info): ... this. Updated all users.
7179 (record_delete): Renamed to ...
7180 (record_full_delete): ... this. Updated all users.
7181 (record_is_replaying): Renamed to ...
7182 (record_full_is_replaying): ... this. Updated all users.
7183 (record_goto_entry): Renamed to ...
7184 (record_full_goto_entry): ... this. Updated all users.
7185 (record_goto_begin): Renamed to ...
7186 (record_full_goto_begin): ... this. Updated all users.
7187 (record_goto_end): Renamed to ...
7188 (record_full_goto_end): ... this. Updated all users.
7189 (record_goto): Renamed to ...
7190 (record_full_goto): ... this. Updated all users.
7191 (init_record_ops): Renamed to ...
7192 (init_record_full_ops): ... this. Updated all users.
7193 (record_core_resume): Renamed to ...
7194 (record_full_core_resume): ... this. Updated all users.
7195 (record_core_kill): Renamed to ...
7196 (record_full_core_kill): ... this. Updated all users.
7197 (record_core_fetch_registers): Renamed to ...
7198 (record_full_core_fetch_registers): ... this. Updated all users.
7199 (record_core_prepare_to_store): Renamed to ...
7200 (record_full_core_prepare_to_store): ... this. Updated all users.
7201 (record_core_store_registers): Renamed to ...
7202 (record_full_core_store_registers): ... this. Updated all users.
7203 (record_core_xfer_partial): Renamed to ...
7204 (record_full_core_xfer_partial): ... this. Updated all users.
7205 (record_core_insert_breakpoint): Renamed to ...
7206 (record_full_core_insert_breakpoint): ... this. Updated all users.
7207 (record_core_remove_breakpoint): Renamed to ...
7208 (record_full_core_remove_breakpoint): ... this. Updated all users.
7209 (record_core_has_execution): Renamed to ...
7210 (record_full_core_has_execution): ... this. Updated all users.
7211 (init_record_core_ops): Renamed to ...
7212 (init_record_full_core_ops): ... this. Updated all users.
7213 (cmd_record_restore): Renamed to ...
7214 (cmd_record_full_restore): ... this. Updated all users.
7215 (record_save_cleanups): Renamed to ...
7216 (record_full_save_cleanups): ... this. Updated all users.
7217 (cmd_record_start): Renamed to ...
7218 (cmd_record_full_start): ... this. Updated all users.
7219 (set_record_insn_max_num): Renamed to ...
7220 (set_record_full_insn_max_num): ... this. Updated all users.
7221 (set_record_command): Renamed to ...
7222 (set_record_full_command): ... this. Updated all users.
7223 (show_record_command): Renamed to ...
7224 (show_record_full_command): ... this. Updated all users.
7225 (_initialize_record): Renamed to ...
7226 (_initialize_record_full): ... this. Updated all users.
7227
7228 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
7229
7230 * record.h: Split into this and ...
7231 * record-full.h: ... this.
7232 * record.c: Split into this and ...
7233 * record-full.c: ... this.
7234 * target.h (target_ops): Add new fields to_info_record,
7235 to_save_record, to_delete_record, to_record_is_replaying,
7236 to_goto_record_begin, to_goto_record_end, to_goto_record.
7237 (target_info_record): New.
7238 (target_save_record): New.
7239 (target_supports_delete_record): New.
7240 (target_delete_record): New.
7241 (target_record_is_replaying): New.
7242 (target_goto_record_begin): New.
7243 (target_goto_record_end): New.
7244 (target_goto_record): New.
7245 * target.c (target_info_record): New.
7246 (target_save_record): New.
7247 (target_supports_delete_record): New.
7248 (target_delete_record): New.
7249 (target_record_is_replaying): New.
7250 (target_goto_record_begin): New.
7251 (target_goto_record_end): New.
7252 (target_goto_record): New.
7253 * record.h: Declare struct cmd_list_element.
7254 (record_cmdlist): New declaration.
7255 (set_record_cmdlist): New declaration.
7256 (show_record_cmdlist): New declaration.
7257 (info_record_cmdlist): New declaration.
7258 (cmd_record_goto): New declaration.
7259 * record.c: Remove unnecessary includes.
7260 Include inferior.h.
7261 (cmd_record_goto): Remove declaration.
7262 (record_cmdlist): Now extern. Initialize.
7263 (set_record_cmdlist): Now extern. Initialize.
7264 (show_record_cmdlist): Now extern. Initialize.
7265 (info_record_cmdlist): Now extern. Initialize.
7266 (find_record_target): New.
7267 (require_record_target): New.
7268 (cmd_record_start): Update.
7269 (cmd_record_delete): Remove target-specific code.
7270 Call target_delete_record.
7271 (cmd_record_stop): Unpush any record target.
7272 (set_record_insn_max_num): Move to record-full.c
7273 (set_record_command): Add comment.
7274 (show_record_command): Add comment.
7275 (info_record_command): Update comment.
7276 Remove target-specific code.
7277 Call the record target's to_info_record.
7278 (cmd_record_start): New.
7279 (cmd_record_goto): Now extern.
7280 Remove target-specific code.
7281 Call target_goto_begin, target_goto_end, or target_goto.
7282 (_initialize_record): Move record target ops initialization to
7283 record-full.c.
7284 Change "record" command help text.
7285 Move "record restore", "record set", and "record show" commands to
7286 record-full.c.
7287 * Makefile.in (SFILES): Add record-full.c.
7288 (HFILES_NO_SRCDIR): Add record-full.h.
7289 (COMMON_OBS): Add record-full.o.
7290 * amd64-linux-tdep.c: Include record-full.h instead of record.h.
7291 * arm-tdep.c: Include record-full.h.
7292 * i386-linux-tdep.c: Include record-full.h instead of record.h.
7293 * i386-tdep.c: Include record-full.h.
7294 * infrun.c: Include record-full.h.
7295 * linux-record.c: Include record-full.h.
7296 * moxie-tdep.c: Include record-full.h.
7297 * record-full.c: Include record-full.h.
7298 Change module comment.
7299 (set_record_full_cmdlist): New.
7300 (show_record_full_cmdlist): New.
7301 (record_full_cmdlist): New.
7302 (record_goto_insn): New declaration.
7303 (record_save): New declaration.
7304 (record_check_insn_num): Change query string.
7305 (record_info): New.
7306 (record_delete): New.
7307 (record_is_replaying): New.
7308 (record_goto_entry): New.
7309 (record_goto_begin): New.
7310 (record_goto_end): New.
7311 (record_goto): New.
7312 (init_record_ops): Update.
7313 (init_record_core_ops): Update.
7314 (cmd_record_save): Rename to record_save. Remove target and arg checks.
7315 (cmd_record_start): New.
7316 (set_record_insn_max_num): Moved from record.c
7317 (set_record_full_command): New.
7318 (show_record_full_command): New.
7319 (_initialize_record_full): New.
7320
7321 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
7322
7323 * target.h (add_deprecated_target_alias): New.
7324 * target.c (add_deprecated_target_alias): New.
7325
7326 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
7327
7328 * common/linux-btrace.c: Include sys/ptrace, sys/types, sys/wait.h,
7329 and signal.h.
7330 (linux_supports_btrace): Add kernel and
7331 cpuid check.
7332 (kernel_supports_btrace): New function.
7333 (cpu_supports_btrace): New function.
7334 (intel_supports_btrace): New function.
7335
7336 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
7337
7338 * target.h (enum target_object): Add TARGET_OBJECT_BTRACE.
7339 * remote.c: Include btrace.h.
7340 (struct btrace_target_info): New struct.
7341 (remote_supports_btrace): New function.
7342 (send_Qbtrace): New function.
7343 (remote_enable_btrace): New function.
7344 (remote_disable_btrace): New function.
7345 (remote_teardown_btrace): New function.
7346 (remote_read_btrace): New function.
7347 (init_remote_ops): Add btrace ops.
7348 (enum <unnamed>): Add btrace packets.
7349 (struct protocol_feature remote_protocol_features[]): Add btrace packets.
7350 (_initialize_remote): Add packet configuration for branch tracing.
7351
7352 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
7353
7354 * features/btrace.dtd: New file.
7355 * Makefile.in (XMLFILES): Add btrace.dtd.
7356 * btrace.h (parse_xml_btrace): New declaration.
7357 * btrace.c: Include xml-support.h.
7358 (parse_xml_btrace): New function.
7359 (parse_xml_btrace_block): New function.
7360 (block_attributes): New struct.
7361 (btrace_attributes): New struct.
7362 (btrace_children): New struct.
7363 (btrace_elements): New struct.
7364
7365 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
7366
7367 * amd64-linux-nat.c: Include btrace.h and linux-btrace.h.
7368 (amd64_linux_enable_btrace): New.
7369 (amd64_linux_disable_btrace): New.
7370 (amd64_linux_teardown_btrace): New.
7371 (_initialize_amd64_linux_nat): Initialize btrace ops.
7372 * i386-linux.nat.c: Include btrace.h and linux-btrace.h.
7373 (i386_linux_enable_btrace): New.
7374 (i386_linux_disable_btrace): New.
7375 (i386_linux_teardown_btrace): New.
7376 (_initialize_i386_linux_nat): Initialize btrace ops.
7377 * config/i386/linux.mh: Add linux-btrace.o.
7378 * config/i386/linux64.mh: Add linux-btrace.o.
7379
7380 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
7381
7382 * common/linux_btrace.h: New file.
7383 * common/linux_btrace.c: New file.
7384 * Makefile.in (SFILES): Add btrace.c.
7385 (HFILES_NO_SRCDIR): Add common/linux-btrace.h.
7386 (COMMON_OBS): Add btrace.o.
7387 (linux-btrace.o): New rule.
7388
7389 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
7390
7391 * target.h: Include btrace.h.
7392 (struct target_ops) <to_supports_btrace, to_enable_btrace,
7393 to_disable_btrace, to_teardown_btrace, to_read_btrace>: New.
7394 * target.c (target_supports_btrace): New function.
7395 (target_enable_btrace): New function.
7396 (target_disable_btrace): New function.
7397 (target_teardown_btrace): New function.
7398 (target_read_btrace): New function.
7399 * btrace.h: New file.
7400 * btrace.c: New file.
7401 * Makefile.in: Add btrace.c.
7402 * gdbthread.h: Include btrace.h.
7403 (struct thread_info): Add btrace field.
7404 * thread.c: Include btrace.h.
7405 (clear_thread_inferior_resources): Call target_teardown_btrace.
7406 * common/btrace-common.h: New file.
7407
7408 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7409
7410 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Call also kill
7411 for CHILD, ignore PTRACE_KILL errors, move the inner block variable
7412 kill_status to outer block.
7413
7414 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7415
7416 Fix entry-values if the callee called a noreturn function.
7417 * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Use
7418 get_frame_address_in_block. Add new comment.
7419
7420 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7421
7422 Fix entry-values in C++ across CUs.
7423 * dwarf2loc.c (call_site_to_target_addr) <FIELD_LOC_KIND_PHYSNAME>: Use
7424 lookup_minimal_symbol. Add a comment.
7425 * dwarf2read.c
7426 (read_call_site_scope) <is_ref_attr> <die_is_declaration>: Prefer
7427 DW_AT_linkage_name.
7428
7429 2013-03-08 Yao Qi <yao@codesourcery.com>
7430
7431 * tracepoint.c (_initialize_tracepoint): Indent the code.
7432
7433 2013-03-08 Pedro Alves <palves@redhat.com>
7434
7435 * findcmd.c (put_bits): Change type of parameter to 'gdb_byte *'.
7436 (parse_find_args, find_command): Change type of pattern buffer
7437 locals to 'gdb_byte *'.
7438
7439 2013-03-08 Stan Shebs <stan@codesourcery.com>
7440 Hafiz Abid Qadeer <abidh@codesourcery.com>
7441
7442 * NEWS: Mention set and show trace-buffer-size commands.
7443 Mention new packet.
7444 * target.h (struct target_ops): New method
7445 to_set_trace_buffer_size.
7446 (target_set_trace_buffer_size): New macro.
7447 * target.c (update_current_target): Set up new method.
7448 * tracepoint.c (trace_buffer_size): New global.
7449 (start_tracing): Send it to the target.
7450 (set_trace_buffer_size): New function.
7451 (_initialize_tracepoint): Add new setshow for trace-buffer-size.
7452 * remote.c (remote_set_trace_buffer_size): New function.
7453 (_initialize_remote): Use it.
7454 (QTBuffer:size) New remote command.
7455 (PACKET_QTBuffer_size): New enum.
7456 (remote_protocol_features): Add an entry for
7457 PACKET_QTBuffer_size.
7458
7459 2013-03-08 Tom Tromey <tromey@redhat.com>
7460
7461 * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
7462 variable.
7463
7464 2013-03-07 Pedro Alves <palves@redhat.com>
7465
7466 * target.c (target_read_stralloc, target_fileio_read_alloc):
7467 *Cast pointer to 'gdb_byte *' in target call.
7468
7469 2013-03-07 Pedro Alves <palves@redhat.com>
7470
7471 * corefile.c (read_memory_string): Cast pointer to gdb_byte* in
7472 call.
7473
7474 2013-03-07 Keith Seitz <keiths@redhat.com>
7475
7476 * breakpoint.c (catch_syscall_split_args): Use skip_spaces.
7477 (trace_pass_command): Likewise.
7478 * cli/cli-cmds.c: Include cli/cli-utils.h.
7479 (source_command): Use skip-spaces.
7480 (disassemble_command): Likewise.
7481 * findcmd.c: Include cli/cli-utils.h.
7482 (parse_find_args): Use skip_spaces.
7483 * go32-nat.c: Include cli/cli-utils.h.
7484 (go32_sldt): Use skip_spaces.
7485 (go32_sgdt): Likewise.
7486 (go32_sidt): Likewise.
7487 (go32_pde): Likewise.
7488 (go32_pte): Likewise.
7489 (go32_pte_for_address): Likewise.
7490 * infcmd.c: Include cli/cli-utils.h.
7491 (registers_info): Use skip_spaces.
7492 * linux-tdep.c (read_mapping): Use skip_spaces_const.
7493 (linux_info_proc): Likewise.
7494 * linux-thread-db.c: Include cli/cli-utils.h.
7495 (info_auto_load_libthread_db): Use skip_spaces_const.
7496 * m32r-rom.c: Include cli/cli-utils.h.
7497 (m32r_upload_command): Use skip_spaces.
7498 * maint.c: Include cli/cli-utils.h.
7499 (maintenance_translate_address): Use skip_spaces.
7500 * mi/mi-parse.c: Include cli/cli-utils.h.
7501 (mi_parse_argv): Use skip_spaces.
7502 (mi_parse): Likewise.
7503 * minsyms.c: Include cli/cli-utils.h.
7504 (msymbol_hash_iw): Use skip_spaces_const.
7505 * objc-lang.c: Include cli/cli-utils.h.
7506 (parse_selector): Use skip_spaces.
7507 (parse_method): Likewise.
7508 * python/python.c: Include cli/cli-utils.h.
7509 (python_interactive_command)[HAVE_PYTHON]: Use skip_spaces.
7510 (python_command)[HAVE_PYTHON]: Likewise.
7511 (python_interactive_command)[!HAVE_PYTHON]: Likewise.
7512 * remote-m32r-sdi.c: Include cli/cli-utils.h.
7513 (m32r_load): Use skip_spaces.
7514 * serial.c: Include cli/cli-utils.h.
7515 (serial_open): Use skip_spaces_const.
7516 * stack.c: Include cli/cli-utils.h.
7517 (parse_frame_specification_1): Use skip_spaces_const.
7518 * symfile.c: Include cli/cli-utils.h.
7519 (set_ext_lang_command): Use skip_spaces.
7520 * symtab.c: Include cli/cli-utils.h.
7521 (rbreak_command): Use skip_spaces.
7522 * thread.c (thread_name_command): Use skip_spaces.
7523 * tracepoint.c (validate_actionline): Use skip_spaces.
7524 (encode_actions_1): Likewise.
7525 (trace_find_range_command): Likewise.
7526 (trace_find_outside_command): Likewise.
7527 (trace_dump_actions): Likewise.
7528
7529 2013-03-07 Pedro Alves <palves@redhat.com>
7530
7531 * c-lang.c (parse_one_string): Cast argument to gdb_byte *.
7532 * expprint.c (print_subexp_standard): Likewise.
7533 * utils.c (host_char_to_target): Likewise.
7534 * valprint.c (generic_emit_char, generic_printstr): Likewise.
7535 * varobj.c (value_get_print_value): Change type of local to char*.
7536 Cast it gdb_byte * in call to language printer.
7537
7538 2013-03-07 Pedro Alves <palves@redhat.com>
7539
7540 * charset.c (struct wchar_iterator) <input>: Change type to 'const
7541 gdb_byte *'.
7542 (make_wchar_iterator): Remove cast to char*.
7543 (wchar_iterate): Change type of local.
7544
7545 2013-03-07 Pedro Alves <palves@redhat.com>
7546
7547 * regcache.c (regcache_xmalloc_1): Call XCALLOC with signed char
7548 for 'regcache->register_status'.
7549
7550 2013-03-07 Pedro Alves <palves@redhat.com>
7551
7552 * breakpoint.c (breakpoint_xfer_memory): Change type of local to
7553 int.
7554
7555 2013-03-07 Pedro Alves <palves@redhat.com>
7556
7557 * stap-probe.c (handle_stap_probe): Add cast to char*.
7558
7559 2013-03-07 Pedro Alves <palves@redhat.com>
7560
7561 * linux-record.c (record_linux_system_call) <gdb_sys_msgrcv,
7562 RECORD_MSGRCV>: Pass a signed variable to
7563 regcache_raw_read_signed, instead of an unsigned one.
7564
7565 2013-03-07 Pedro Alves <palves@redhat.com>
7566
7567 * remote-notif.c (notif_debug): Change type to int.
7568 * remote-notif.h (notif_debug): Likewise.
7569
7570 2013-03-07 Pedro Alves <palves@redhat.com>
7571
7572 * ser-tcp.c (tcp_retry_limit): Change type to unsigned int.
7573
7574 2013-03-07 Pedro Alves <palves@redhat.com>
7575
7576 * remote.c (hex2bin, bin2hex): Move extern declarations to ...
7577 * remote.h (hex2bin, bin2hex): ... here.
7578 * tracepoint.c (hex2bin, bin2hex): Remove extern declarations.
7579
7580 2013-03-07 Eli Zaretskii <eliz@gnu.org>
7581
7582 * utils.c (initialize_utils): Improve doc strings of "set/show
7583 width", "set/show height", and "set/show pagination".
7584
7585 2013-03-06 Keith Seitz <keiths@redhat.com>
7586
7587 * ax-gdb.c (gen_printf): Make FORMAT const.
7588 * ax-gdb.h (gen_printf): Likewise.
7589 * ax-general.c (ax_string): Make STR const.
7590 * ax.h (ax_string): Likewise.
7591
7592 2013-03-06 Doug Evans <dje@google.com>
7593
7594 * elfread.c (elf_symfile_read): Move debugging printf to more
7595 logical location.
7596
7597 2013-03-06 Pedro Alves <palves@redhat.com>
7598
7599 * python/py-utils.c (target_string_to_unicode): Delete function.
7600 * python/python-internal.h (target_string_to_unicode): Delete
7601 declaration.
7602
7603 2013-03-06 Pierre Muller <muller@sourceware.org>
7604
7605 * linespec.c (get_current_search_block): ARI fix, use (void)
7606 for empty parameter list.
7607
7608 2013-03-05 Doug Evans <dje@google.com>
7609
7610 * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents
7611 of old ada_lookup_symbol_list. In !full_search case, don't
7612 search superblocks.
7613 (ada_lookup_symbol_list): Delete arg full_search, all callers
7614 updated. Call ada_lookup_symbol_list_worker.
7615 (ada_iterate_over_symbols): Call ada_lookup_symbol_list_worker.
7616 * ada-lang.h (ada_lookup_symbol_list): Update.
7617 * language.h (language_defn): Update comment for
7618 la_iterate_over_symbols.
7619 * linespec.c (iterate_over_file_blocks): New function.
7620 (iterate_over_all_matching_symtabs): Call it.
7621 (lookup_prefix_sym): Ditto.
7622 (get_current_search_block): New function.
7623 (get_search_block): Delete.
7624 (find_label_symbols): Call get_current_search_block.
7625 (add_matching_symbols_to_info): Call iterate_over_file_blocks.
7626 * symtab.c (iterate_over_symbols): Don't search superblocks.
7627
7628 2013-03-05 Yao Qi <yao@codesourcery.com>
7629
7630 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): Change
7631 parameter VAR's type from "unsigned int" to "int".
7632 * command.h (var_zuinteger_unlimited): Update its comments.
7633 (add_setshow_zuinteger_unlimited_cmd): Update the declaration.
7634
7635 2013-03-05 Corinna Vinschen <vinschen@redhat.de>
7636
7637 * NEWS: Mention new target x86_64-*-cygwin*.
7638
7639 2013-03-05 Corinna Vinschen <vinschen@redhat.de>
7640
7641 * configure.host: Add x86_64-*-cygwin* as host.
7642 * configure.tgt: Add x86_64-*-cygwin* as target.
7643 * config/i386/cygwin64.mh: New file.
7644
7645 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7646
7647 * linespec.c (decode_line_2): Fix duplicate request off by two message.
7648
7649 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7650
7651 * linespec.c (struct linespec_canonical_name): New.
7652 (struct linespec_state): Change canonical_names type to it.
7653 (add_sal_to_sals): Change variable canonical_name to canonical. Change
7654 xrealloc element size. Initialize the different CANONICAL fields.
7655 (canonical_to_fullform): New.
7656 (filter_results): Use it. Add variables canonical, fullform and
7657 cleanup.
7658 (struct decode_line_2_item, decode_line_2_compare_items): New.
7659 (decode_line_2): Remove variables iter and item_names, add variables
7660 items and items_count. Modify the code for these new variables.
7661
7662 2013-03-04 Corinna Vinschen <vinschen@redhat.com>
7663
7664 * coff-pe-read.c (read_pe_exported_syms): Don't return without
7665 calling do_cleanup.
7666
7667 2013-03-04 Luis Machado <lgustavo@codesourcery.com>
7668
7669 * tracepoint.c (build_traceframe_info): Add code for byte order.
7670
7671 2013-03-02 Kevin Buettner <kevinb@redhat.com>
7672
7673 * v850-tdep.c: (v850e2_register_name): Revise system register
7674 names to match current V850E2M architecture specifications.
7675 Update register number enum comments too.
7676
7677 2013-03-01 Jiong Wang <jiwang@tilera.com>
7678 Pedro Alves <palves@redhat.com>
7679
7680 * tilegx-tdep.c (tilegx_analyze_prologue): Limit bundle reading
7681 to END_ADDR.
7682 (tilegx_skip_prologue): Limit prologue analysis to section end.
7683
7684 2013-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7685
7686 * dwarf2loc.c (call_site_find_chain_1): New variable save_callee_pc,
7687 use it.
7688
7689 2013-03-01 Pedro Alves <palves@redhat.com>
7690
7691 Use gdb_byte for bytes from the program being debugged.
7692
7693 * arm-tdep.c (arm_store_return_value, arm_get_longjmp_target):
7694 Change type of local 'buf' to gdb_byte.
7695 * avr-tdep.c (avr_frame_prev_register, avr_push_dummy_call): Likewise.
7696 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
7697 * cris-tdep.c (cris_sigcontext_addr)
7698 (cris_sigtramp_frame_unwind_cache): Likewise.
7699 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp)
7700 (frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
7701 Likewise.
7702 * frv-tdep.c (frv_pseudo_register_write, frv_analyze_prologue): Likewise.
7703 * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer)
7704 (hppa32_hpux_search_dummy_call_sequence)
7705 (hppa_hpux_supply_save_state): Likewise.
7706 * hppa-linux-tdep.c (insns_match_pattern)
7707 (hppa_linux_find_global_pointer): Likewise.
7708 * hppa-tdep.c (hppa_in_function_epilogue_p)
7709 (skip_prologue_hard_way, hppa_frame_cache): Likewise.
7710 * i386-nto-tdep.c (i386nto_sigcontext_addr): Likewise.
7711 * i386fbsd-tdep.c (i386fbsd_supply_uthread)
7712 (i386fbsd_collect_uthread): Likewise.
7713 * ia64-hpux-tdep.c (ia64_hpux_push_dummy_code): Likewise.
7714 * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Likewise.
7715 * ia64-tdep.c (examine_prologue, ia64_frame_cache)
7716 (ia64_frame_prev_register, ia64_sigtramp_frame_cache)
7717 (ia64_sigtramp_frame_prev_register, ia64_access_reg)
7718 (ia64_access_rse_reg, ia64_libunwind_frame_this_id)
7719 (ia64_libunwind_frame_prev_register)
7720 (ia64_libunwind_sigtramp_frame_this_id)
7721 (ia64_find_global_pointer_from_dynamic_section)
7722 (find_extant_func_descr, find_func_descr, ia64_dummy_id)
7723 (ia64_unwind_pc): Likewise.
7724 * iq2000-tdep.c (iq2000_store_return_value): Likewise.
7725 * m68hc11-tdep.c (m68hc11_push_dummy_call)
7726 (m68hc11_extract_return_value): Likewise.
7727 * m68klinux-nat.c (fetch_register, store_register): Likewise.
7728 * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_cr32_write)
7729 (mep_get_insn, mep_push_dummy_call): Likewise.
7730 * mips-linux-tdep.c (mips_linux_get_longjmp_target)
7731 (mips_linux_in_dynsym_stub): Likewise.
7732 * mn10300-tdep.c (mep_pseudo_cr32_write): Likewise.
7733 * ppc-linux-nat.c (fetch_register, store_register): Likewise.
7734 * regcache.c (dump_endian_bytes): Change type of parameter 'buf'
7735 to gdb_byte.
7736 * remote-mips.c (mips_set_register): Likewise.
7737 * remote-sim.c (gdbsim_fetch_register): Likewise.
7738 * score-tdep.c (score7_fetch_inst): Change type of parameter
7739 'memblock' and local 'buf' to gdb_byte.
7740 (score7_malloc_and_get_memblock): Change return type to gdb_byte.
7741 Change type of local 'buf' to gdb_byte. Adjust.
7742 (score7_adjust_memblock_ptr): Change type of parameter 'memblock'
7743 to gdb_byte**.
7744 (score7_analyze_prologue): Change type of 'memblock' and
7745 'memblock_ptr' locals to gdb_byte*.
7746 * sh64-tdep.c (sh64_extract_return_value)
7747 (sh64_store_return_value): Change type of local 'buf' to gdb_byte.
7748 * solib-darwin.c (darwin_current_sos, darwin_read_exec_load_addr):
7749 * solib-pa64.c (pa64_solib_create_inferior_hook)
7750 (pa64_open_symbol_file_object): Remove local 'buf'.
7751 * solib-som.c (som_solib_create_inferior_hook, link_map_start)
7752 (som_open_symbol_file_object): Likewise.
7753 * solib-spu.c (spu_current_sos): Likewise.
7754 * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
7755 * spu-multiarch.c (parse_spufs_run, spu_fetch_registers)
7756 (spu_store_registers): Likewise.
7757 * target.c (debug_print_register): Likewise.
7758 * tic6x-tdep.c (tic6x_get_longjmp_target): Likewise.
7759 * xstormy16-tdep.c (xstormy16_store_return_value)
7760 (xstormy16_push_dummy_call, xstormy16_resolve_jmp_table_entry)
7761 (xstormy16_find_jmp_table_entry): Likewise.
7762
7763 2013-03-01 Jiong Wang <jiwang@tilera.com>
7764
7765 * tilegx-tdep.c (tilegx_get_longjmp_target): New function.
7766 (tilegx_gdbarch_init): Install it.
7767
7768 2013-02-28 Tom Tromey <tromey@redhat.com>
7769
7770 * python/py-arch.c (archpy_disassemble): Use PyInt_Check and
7771 PyLong_Check.
7772
7773 2013-02-28 Doug Evans <dje@google.com>
7774
7775 * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
7776 * python/python.c (gdbpy_find_pc_line): Ditto.
7777
7778 2013-02-28 Tom Tromey <tromey@redhat.com>
7779
7780 * contrib/excheck.py: New file.
7781 * contrib/exsummary.py: New file.
7782 * contrib/gcc-with-excheck: New file.
7783
7784 2013-02-28 Tom Tromey <tromey@redhat.com>
7785
7786 * python/python.c (gdbpy_print_stack): Call begin_line and
7787 fprintf_filtered inside TRY_CATCH.
7788
7789 2013-02-28 Tom Tromey <tromey@redhat.com>
7790
7791 * python/python.c (gdbpy_find_pc_line): Call find_pc_line
7792 inside TRY_CATCH.
7793
7794 2013-02-28 Tom Tromey <tromey@redhat.com>
7795
7796 * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to call
7797 frame_object_to_frame_info inside TRY_CATCH.
7798
7799 2013-02-28 Tom Tromey <tromey@redhat.com>
7800
7801 * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside
7802 TRY_CATCH.
7803
7804 2013-02-28 Tom Tromey <tromey@redhat.com>
7805
7806 * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.
7807
7808 2013-02-27 Corinna Vinschen <vinschen@redhat.com>
7809
7810 * windows-nat.c: Throughout, fix format strings and casts of
7811 printf-like functions to avoid type related warnings on all
7812 platforms.
7813 (handle_output_debug_string): Fetch context information address
7814 from debug string using string_to_core_addr.
7815
7816 2013-02-27 Jiong Wang <jiwang@tilera.com>
7817
7818 * regformats/reg-tilegx.dat (name): Change abi name to "tilegx".
7819 * regformats/reg-tilegx32.dat: New.
7820
7821 2013-02-27 Jiong Wang <jiwang@tilera.com>
7822
7823 * configure.tgt (tilegx-*-linux*): Enable gdbserver.
7824
7825 2013-02-27 Jiong Wang <jiwang@tilera.com>
7826
7827 * configure.tgt (tilegx-*-linux*): Replace whitespace with tab.
7828
7829 2013-02-27 Yao Qi <yao@codesourcery.com>
7830 Pedro Alves <palves@redhat.com>
7831
7832 * tracepoint.c (tfile_trace_find): For tfind
7833 pc/tp/range/outside, look for the next trace frame instead of
7834 always starting from frame 0.
7835
7836 2013-02-26 Anthony Green <green@moxielogic.com>
7837
7838 * configure.tgt: Add support for moxie-*-rtems* target.
7839
7840 2013-02-25 Pedro Alves <palves@redhat.com>
7841
7842 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Change
7843 warning text.
7844
7845 2013-02-24 Maciej W. Rozycki <macro@codesourcery.com>
7846
7847 * mips-tdep.c (mips32_scan_prologue): Reset frame_offset to zero
7848 if $fp is used as the virtual frame pointer.
7849
7850 2013-02-23 Alan Modra <amodra@gmail.com>
7851
7852 * elfread.c (elf_symtab_read): Do not use udata.p here to find
7853 symbol size.
7854 * ppc64-tdep.c (ppc64_elf_make_msymbol_special): New function.
7855 * ppc64-tdep.h (ppc64_elf_make_msymbol_special): Declare.
7856 * ppc-linux-tdep.c (ppc_linux_init_abi): Set up to use the above.
7857 * ppcfbsd-tdep.c (ppcfbsd_init_abi): Likewise.
7858
7859 2013-02-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7860
7861 Code cleanup.
7862 * elfread.c (build_id_bfd_get): Make the return type const.
7863 (build_id_verify): Make the check parameter const.
7864 (build_id_to_debug_filename): Make the build_id parameter and variable
7865 data const.
7866 (find_separate_debug_file_by_buildid): Make the variable build_id const.
7867
7868 2013-02-21 Alan Modra <amodra@gmail.com>
7869
7870 * elfread.c (build_id_bfd_get): Adjust for elf_tdata changes.
7871
7872 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
7873
7874 Add a new method 'disassemble' to gdb.Architecture class.
7875 * python/py-arch.c (archpy_disassmble): Implementation of the
7876 new method gdb.Architecture.disassemble.
7877 (arch_object_methods): Add entry for the new method.
7878
7879 2013-02-20 Jiong Wang <jiwang@tilera.com>
7880
7881 * MAINTAINERS (Write After Approval): Add myself to the list.
7882
7883 2013-02-19 Pedro Alves <palves@redhat.com>
7884
7885 Garbage collect 'struct monitor_ops'::load_routine.
7886
7887 * monitor.h (struct monitor_ops) <load_routine>: Remove field.
7888 * monitor.c (monitor_load): No longer call
7889 current_monitor->load_routine.
7890 * dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
7891 * m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
7892 * ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.
7893
7894 2013-02-19 Pedro Alves <palves@redhat.com>
7895
7896 PR gdb/15161
7897
7898 Harmonize with generic_load.
7899
7900 * monitor.c: Include "readline/readline.h".
7901 (monitor_load): Rename parameter 'file' to 'args'. Use build_argv
7902 instead of sscanf. Use CORE_ADDR/strtoulst instead of unsigned
7903 long/strtol for the 'load_offset' local. Error out if no argument
7904 is given or if too many arguments are given. Tilde expand the
7905 passed in file name.
7906
7907 2013-02-19 Kai Tietz <ktietz@redhat.com>
7908
7909 PR gdb/15161
7910 * symfile.c (load_section_data): Change type of load_offset
7911 to CORE_ADDR.
7912 (generic_load): User strtoulst instead of strtoul for conversion
7913 of load_offset.
7914
7915 2013-02-19 Jiong Wang <jiwang@tilera.com>
7916
7917 * tilegx-tdep.c (tilegx_analyze_prologue): add check for
7918 for return address, "lr" register, saved on stack.
7919 * tilegx-tdep.c (tilegx_frame_cache): update "PC" reg
7920 after we invoke tilegx_analyze_prologue.
7921
7922 2013-02-19 Jiong Wang <jiwang@tilera.com>
7923
7924 * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
7925
7926 2013-02-19 Jiong Wang <jiwang@tilera.com>
7927
7928 * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal.
7929
7930 2013-02-19 Jiong Wang <jiwang@tilera.com>
7931
7932 * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro.
7933 (tilegx_write_pc): New function.
7934 (tilegx_cannot_reference_register): Return zero if REGNO
7935 is TILEGX_FAULTNUM_REGNUM.
7936 (tilegx_gdbarch_init): Add call to set_gdbarch_write_pc.
7937 (tilegx_register_name): Add handling of "faultnum" register.
7938 * tilegx-tdep.h (enum tilegx_regnum): Add TILEGX_FAULTNUM_REGNUM.
7939 * tilegx-linux-tdep.c (tilegx_linux_supply_regset): Add
7940 handling of TILEGX_FAULTNUM_REGNUM.
7941 * tilegx-linux-nat.c (regmap): Add entry for TILEGX_FAULTNUM_REGNUM.
7942
7943 2013-02-19 Jiong Wang <jiwang@tilera.com>
7944
7945 * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack
7946 should be aligned to 64bit.
7947
7948 2013-02-19 Kai Tietz <ktietz@redhat.com>
7949
7950 * windows-nat.c (windows_xfer_memory): Fix debug-output
7951 for LLP64.
7952
7953 2013-02-19 Lei Liu <lei.liu2@windriver.com>
7954
7955 * mips-linux-nat.c (mips64_linux_regsets_store_registers):
7956 Don't check DSP register number if HAVE_DSP is not set.
7957
7958 2013-02-19 Alan Modra <amodra@gmail.com>
7959
7960 * elfread.c (struct build_id): Delete. Use struct elf_build_id
7961 throughout file instead.
7962 (build_id_bfd_get): Update to use new elf_tdata build_id field.
7963 Don't xmalloc return value.
7964 (build_id_verify): Similarly. Don't xfree.
7965 (build_id_to_debug_filename): Update.
7966 (find_separate_debug_file_by_buildid): Update, don't xfree.
7967
7968 2013-02-18 Tom Tromey <tromey@redhat.com>
7969
7970 PR gdb/15102:
7971 * dwarf2read.c (read_subrange_type): Use result of
7972 'check_typedef'.
7973
7974 2013-02-16 Yuanhui Zhang <asmwarrior@gmail.com>
7975
7976 * frame.c: Remove one extra white space after #include
7977 directive.
7978
7979 2013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7980
7981 * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
7982
7983 2013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7984
7985 * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
7986 and dir commands into an if block.
7987
7988 2013-02-15 Sanimir Agovic <sanimir.agovic@intel.com>
7989
7990 * python/py-breakpoint (struct pybp_code): Use int instead of
7991 enum type_code.
7992
7993 2013-02-15 Pedro Alves <pedro@codesourcery.com>
7994 Hafiz Abid Qadeer <abidh@codesourcery.com>
7995
7996 * NEWS: Mention new field "trace-file".
7997 * tracepoint.c (trace_status_mi): Output "trace-file" field.
7998 (tfile_open): Record the trace file's filename in the trace
7999 status.
8000 (tfile_files_info): Mention the name of the trace file.
8001 Check the "filename" field explicitely.
8002 (trace_status_command): Explicitely check "filename" field.
8003 (trace_find_command): Ditto.
8004 (trace_find_pc_command): Ditto.
8005 (trace_find_tracepoint_command): Ditto.
8006 (trace_find_line_command): Ditto.
8007 (trace_find_range_command): Ditto.
8008 (trace_find_outside_command): Ditto.
8009 * tracepoint.h (struct trace_status) <from_file>: Rename it
8010 to "filename" and make it hold the trace file's filename
8011 instead of a boolean.
8012 * remote.c (remote_get_trace_status): Initialize "filename"
8013 field with NULL instead of 0.
8014
8015 2013-02-15 Yao Qi <yao@codesourcery.com>
8016
8017 * remote.c: Fix a typo.
8018
8019 2013-02-14 Pierre Muller <muller@sourceware.org>
8020
8021 * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
8022
8023 2013-02-14 Pedro Alves <palves@redhat.com>
8024
8025 * utils.c (savestring): Don't #undef it. Move function to
8026 common/common-utils.c.
8027 * common/common-utils.c: Include gdb_string.h.
8028 (savestring): Move here from utils.c.
8029 * common/common-utils.h (savestring): Declare.
8030
8031 2013-02-14 Pedro Alves <palves@redhat.com>
8032
8033 * utils.c (savestring): Rename parameter 'size' to 'len'.
8034
8035 2013-02-14 Pedro Alves <palves@redhat.com>
8036 Yufeng Zhang <yufeng.zhang@arm.com>
8037
8038 * aarch64-linux-nat.c (aarch64_init_debug_reg_state): Delete.
8039 (aarch64_inferior_data, struct aarch64_inferior_data):
8040 Delete.
8041 (struct aarch64_process_info): New.
8042 (aarch64_process_list): New global.
8043 (aarch64_find_process_pid, aarch64_add_process)
8044 (aarch64_process_info_get): New functions.
8045 (aarch64_inferior_data_get): Delete.
8046 (aarch64_process_info_get): New function.
8047 (aarch64_forget_process): New function.
8048 (aarch64_get_debug_reg_state): New parameter 'pid'. Reimplement.
8049 (aarch64_linux_prepare_to_resume): Pass the lwp's pid to
8050 aarch64_get_debug_reg_state.
8051 (aarch64_notify_debug_reg_change): Use iterate_over_lwps
8052 instead of linux_nat_iterate_watchpoint_lwps.
8053 (aarch64_linux_new_fork): New function.
8054 (aarch64_linux_child_post_startup_inferior): Use
8055 aarch64_forget_process instead of aarch64_init_debug_reg_state.
8056 (aarch64_handle_breakpoint, aarch64_linux_insert_hw_breakpoint)
8057 (aarch64_linux_remove_hw_breakpoint)
8058 (aarch64_handle_aligned_watchpoint)
8059 (aarch64_handle_unaligned_watchpoint)
8060 (aarch64_linux_insert_watchpoint)
8061 (aarch64_linux_remove_watchpoint)
8062 (aarch64_linux_stopped_data_address): Adjust to pass the current
8063 process id to aarch64_debug_reg_state.
8064 (_initialize_aarch64_linux_nat): Install aarch64_linux_new_fork as
8065 linux_nat_new_fork hook, and aarch64_forget_process as
8066 linux_nat_forget_process hook; remove the call to
8067 register_inferior_data_with_cleanup.
8068
8069 2013-02-14 Pedro Alves <palves@redhat.com>
8070
8071 * eval.c (evaluate_subexp_for_address) <default_case_after_eval,
8072 EVAL_AVOID_SIDE_EFFECTS>: Swap and handle TYPE_CODE_REF before
8073 lval_memory.
8074
8075 2013-02-14 Pedro Alves <pedro@codesourcery.com>
8076 Hafiz Abid Qadeer <abidh@codesourcery.com>
8077
8078 * tracepoint.h (validate_trace_state_variable_name): Declare.
8079 * tracepoint.c (validate_trace_state_variable_name): New.
8080 (trace_variable_command): Parse the trace state variable's name
8081 without using parse_expression. Do several validations.
8082 * mi/mi-main.c (mi_cmd_trace_define_variable): Don't parse the
8083 trace state variable's name with parse_expression. Validate it.
8084
8085 2013-02-14 Yao Qi <yao@codesourcery.com>
8086
8087 * infcmd.c (breakpoint_proceeded): Remove it.
8088
8089 2013-02-14 Yao Qi <yao@codesourcery.com>
8090
8091 * tracepoint.c (end_actions_pseudocommand): Make it static.
8092 (while_stepping_pseudocommand): Likewise.
8093 * tracepoint.h (end_actions_pseudocommand): Remove the
8094 declaration.
8095 (while_stepping_pseudocommand): Likewise.
8096
8097 2013-02-14 Yao Qi <yao@codesourcery.com>
8098
8099 * cli/cli-decode.c (help_cmd): Remove the declaration of
8100 "cmdlist".
8101 (help_all): Likewise.
8102
8103 2013-02-13 Pedro Alves <palves@redhat.com>
8104
8105 * amd64-linux-nat.c (update_debug_registers_callback):
8106 Update comment.
8107 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
8108 iterate_over_lwps.
8109 (amd64_linux_prepare_to_resume): Pass the lwp's pid to
8110 i386_debug_reg_state.
8111 (amd64_linux_new_fork): New function.
8112 (_initialize_amd64_linux_nat): Install amd64_linux_new_fork as
8113 linux_nat_new_fork hook, and i386_forget_process as
8114 linux_nat_forget_process hook.
8115 * i386-linux-nat.c (update_debug_registers_callback):
8116 Update comment.
8117 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
8118 iterate_over_lwps.
8119 (i386_linux_prepare_to_resume): Pass the lwp's pid to
8120 i386_debug_reg_state.
8121 (i386_linux_new_fork): New function.
8122 (_initialize_i386_linux_nat): Install i386_linux_new_fork as
8123 linux_nat_new_fork hook, and i386_forget_process as
8124 linux_nat_forget_process hook.
8125 * i386-nat.c (i386_init_dregs): Delete.
8126 (i386_inferior_data, struct i386_inferior_data):
8127 Delete.
8128 (struct i386_process_info): New.
8129 (i386_process_list): New global.
8130 (i386_find_process_pid, i386_add_process, i386_process_info_get):
8131 New functions.
8132 (i386_inferior_data_get): Delete.
8133 (i386_process_info_get): New function.
8134 (i386_debug_reg_state): New parameter 'pid'. Reimplement.
8135 (i386_forget_process): New function.
8136 (i386_cleanup_dregs): Rewrite.
8137 (i386_update_inferior_debug_regs, i386_insert_watchpoint)
8138 (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
8139 (i386_stopped_data_address, i386_insert_hw_breakpoint)
8140 (i386_remove_hw_breakpoint): Adjust to pass the current process id
8141 to i386_debug_reg_state.
8142 (i386_use_watchpoints): Don't register inferior data.
8143 * i386-nat.h (i386_debug_reg_state): Add new 'pid' parameter, and
8144 adjust comment.
8145 (i386_forget_process): Declare.
8146 * linux-fork.c (delete_fork): Call linux_nat_forget_process.
8147 * linux-nat.c (linux_nat_new_fork, linux_nat_forget_process_hook):
8148 New static globals.
8149 (linux_child_follow_fork): Don't call linux_nat_new_thread here.
8150 (add_initial_lwp): New, factored out from ...
8151 (add_lwp): ... this. Don't check the number of lwps before
8152 calling linux_nat_new_thread.
8153 (linux_nat_iterate_watchpoint_lwps): Delete.
8154 (linux_nat_attach): Use add_initial_lwp instead of add_lwp.
8155 (linux_handle_extended_wait): Call the linux_nat_new_fork hook on
8156 forks and vforks.
8157 (linux_nat_wait_1): Use add_initial_lwp instead of add_lwp for the
8158 initial lwp.
8159 (linux_nat_kill, linux_nat_mourn_inferior): Call
8160 linux_nat_forget_process.
8161 (linux_nat_set_new_fork, linux_nat_set_forget_process)
8162 (linux_nat_forget_process): New functions.
8163 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): Delete
8164 type.
8165 (linux_nat_iterate_watchpoint_lwps): Delete declaration.
8166 (linux_nat_new_fork_ftype, linux_nat_forget_process_ftype): New
8167 types.
8168 (linux_nat_set_new_fork, linux_nat_set_forget_process)
8169 (linux_nat_forget_process): New declarations.
8170
8171 * amd64fbsd-nat.c (super_mourn_inferior): New global.
8172 (amd64fbsd_mourn_inferior): New function.
8173 (_initialize_amd64fbsd_nat): Override to_mourn_inferior.
8174 * windows-nat.c (windows_detach): Call i386_cleanup_dregs.
8175
8176 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
8177
8178 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
8179 Adding _().
8180
8181 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
8182
8183 * aarch64-linux-nat.c (debug_reg_change_callback)
8184 (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
8185 %s and phex().
8186
8187 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
8188
8189 * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
8190 with LONGEST.
8191
8192 2013-02-13 Pedro Alves <palves@redhat.com>
8193 Hafiz Abid Qadeer <abidh@codesourcery.com>
8194
8195 * c-lang.c (c_op_print_tab): Add entry for UNOP_PLUS.
8196
8197 2013-02-12 Tom Tromey <tromey@redhat.com>
8198
8199 PR symtab/11464:
8200 * c-exp.y (lex_one_token): Initialize other fields of yylval on
8201 NAME return.
8202 (classify_inner_name): Remove 'first_name' argument, add
8203 'context'. Remove unused variable.
8204 (yylex): Explicitly maintain the context type. Exit loop earlier
8205 if NAME result is seen.
8206
8207 2013-02-12 Pedro Alves <palves@redhat.com>
8208
8209 * amd64-darwin-tdep.c: Add (C) after Copyright.
8210 * cli/cli-cmds.h: Ditto.
8211 * cli/cli-decode.c: Ditto.
8212 * cli/cli-decode.h: Ditto.
8213 * cli/cli-dump.c: Ditto.
8214 * cli/cli-dump.h: Ditto.
8215 * cli/cli-interp.c: Ditto.
8216 * cli/cli-logging.c: Ditto.
8217 * cli/cli-script.c: Ditto.
8218 * cli/cli-script.h: Ditto.
8219 * cli/cli-setshow.c: Ditto.
8220 * cli/cli-setshow.h: Ditto.
8221 * cli/cli-utils.c: Ditto.
8222 * cli/cli-utils.h: Ditto.
8223 * config/alpha/nm-osf3.h: Ditto.
8224 * config/djgpp/djconfig.sh: Ditto.
8225 * config/i386/nm-fbsd.h: Ditto.
8226 * config/i386/nm-i386gnu.h: Ditto.
8227 * config/nm-linux.h: Ditto.
8228 * config/nm-nto.h: Ditto.
8229 * config/rs6000/nm-rs6000.h: Ditto.
8230 * config/sparc/nm-sol2.h: Ditto.
8231 * darwin-nat-info.c: Ditto.
8232 * dfp.c: Ditto.
8233 * dfp.h: Ditto.
8234 * gdb-demangle.h: Ditto.
8235 * i386-darwin-nat.c: Ditto.
8236 * i386-darwin-tdep.c: Ditto.
8237 * linux-fork.h: Ditto.
8238 * m32c-tdep.c: Ditto.
8239 * microblaze-linux-tdep.c: Ditto.
8240 * microblaze-rom.c: Ditto.
8241 * microblaze-tdep.c: Ditto.
8242 * microblaze-tdep.h: Ditto.
8243 * mips-linux-tdep.h: Ditto.
8244 * ppc-ravenscar-thread.c: Ditto.
8245 * ppc-ravenscar-thread.h: Ditto.
8246 * prologue-value.c: Ditto.
8247 * prologue-value.h: Ditto.
8248 * ravenscar-thread.c: Ditto.
8249 * ravenscar-thread.h: Ditto.
8250 * sparc-ravenscar-thread.c: Ditto.
8251 * sparc-ravenscar-thread.h: Ditto.
8252 * tilegx-linux-tdep.c: Ditto.
8253 * unwind_stop_reasons.def: Ditto.
8254 * windows-nat.h: Ditto.
8255 * xtensa-linux-tdep.c: Ditto.
8256 * xtensa-xtregs.c: Ditto.
8257 * regformats/regdat.sh: Ditto.
8258 * regformats/regdef.h: Ditto.
8259
8260 2013-02-12 Pedro Alves <palves@redhat.com>
8261
8262 * break-catch-sig.c: Update copyright years.
8263
8264 2013-02-11 Siva Chandra Reddy <sivachandra@google.com>
8265
8266 Add support for a destructor for ui_out data and use it to
8267 provide a ui_out destructor.
8268 * ui-out.h: Declare the new ui_out destructor.
8269 (ui_out_impl): Add a field for data destructor in ui_out_impl.
8270 * ui-out.c (default_data_destroy): Add a default data destructor
8271 which does nothing.
8272 (default_ui_out_impl): Set the new data_destroy field to
8273 default_data_destroy
8274 (uo_data_destroy): Local function which invokes the data
8275 destructor if present.
8276 (clear_table): Local function which clears the table data of a
8277 ui_out object.
8278 (ui_out_destroy): Public function which frees a ui_out object.
8279 (ui_out_table_end): Use the new clear_table function.
8280 * cli-out.c (cli_ui_out_impl): Set the new data_destroy field to
8281 NULL.
8282 * mi/mi-out.c (mi_ui_out_impl): Set the new data_destroy field
8283 to NULL.
8284
8285 2013-02-11 Doug Evans <dje@google.com>
8286
8287 * printcmd.c (printf_c_string,printf_wide_c_string): New functions.
8288 (printf_decfloat): New function. Broken out from ui_printf.
8289 Remove unnecessary code to shift the entire format string down.
8290 (printf_pointer): New function.
8291 (ui_printf): Code to print C strings, wide C strings, decfloats,
8292 and pointers moved to separate functions.
8293
8294 2013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
8295
8296 * valops.c (value_assign): Handling bitfield offset in
8297 `lval_internalvar_component' case.
8298
8299 2013-02-08 Doug Evans <dje@google.com>
8300
8301 * common/format.c (parse_format_string): Fix whitespace.
8302
8303 2013-02-08 Matthew Gretton-Dann <matthew.gretton-dann@linaro.org>
8304
8305 * stack.c (return_command): Work around uninitialized variable
8306 warning.
8307
8308 2013-02-08 Yufeng Zhang <yufeng.zhang@arm.com>
8309
8310 * aarch64-linux-tdep.c (AARCH64_LINUX_SIZEOF_GREGSET): Change the
8311 number of the registers from 36 to 34.
8312
8313 2013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
8314
8315 * NEWS: Mention new AArch64 native and target support.
8316
8317 2013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
8318
8319 * MAINTAINERS (Write After Approval): Add myself.
8320
8321 2013-02-08 Jim MacArthur <jim.macarthur@arm.com>
8322 Marcus Shawcroft <marcus.shawcroft@arm.com>
8323 Nigel Stephens <nigel.stephens@arm.com>
8324 Yufeng Zhang <yufeng.zhang@arm.com>
8325
8326 * aarch64-linux-nat.c: New file.
8327 * config/aarch64/linux.mh: New file.
8328 * configure.host: Add AArch64.
8329 * Makefile.in (ALLDEPFILES): Add aarch64-linux-nat.c.
8330
8331 2013-02-07 Doug Evans <dje@google.com>
8332
8333 * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument to
8334 disassemble command.
8335
8336 2013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
8337
8338 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
8339 set_gdbarch_fetch_tls_load_module_address.
8340
8341 2013-02-06 David S. Miller <davem@davemloft.net>
8342
8343 * sparc-tdep.c (sparc32_return_value): Handle writing return value when
8344 using RETURN_VALUE_ABI_PRESERVES_ADDRESS.
8345 * value.c (struct_return_convention): New function.
8346 (using_struct_return): Implement in terms of struct_return_convention.
8347 * value.h (struct_return_convention): Declare.
8348 * stack.c (return_command): Allow successful overriding of the return
8349 value when RETURN_VALUE_ABI_PRESERVES_ADDRESS.
8350
8351 2013-02-06 Tom Tromey <tromey@redhat.com>
8352
8353 * python/py-type.c (typy_strip_typedefs): Don't call check_typedef
8354 outside of TRY_CATCH.
8355
8356 2013-02-06 Yao Qi <yao@codesourcery.com>
8357
8358 * mi/mi-interp.c: Include "tracepoint.h".
8359 (mi_tsv_modified): Declare.
8360 (mi_tsv_created, mi_tsv_deleted): Update declaration.
8361 (mi_interpreter_init): Call observer_attach_tsv_modified.
8362 (mi_tsv_modified): New.
8363 (mi_tsv_created, mi_tsv_deleted): Update.
8364 * tracepoint.c (trace_variable_command): Call
8365 observer_notify_tsv_modified if the initial value of tsv is
8366 changed.
8367 (delete_trace_state_variable): Call
8368 observer_notify_tsv_deleted earlier.
8369 (trace_variable_command): Caller update.
8370 (create_tsv_from_upload): Likewise.
8371 * observer.sh: Declare "struct trace_state_variable".
8372
8373 * NEWS: Mention the new MI notification "=tsv-modified".
8374
8375 2013-02-05 Doug Evans <dje@google.com>
8376
8377 * completer.c (location_completer): Fix typo in comment.
8378
8379 2013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8380
8381 * breakpoint.c (add_location_to_breakpoint): Insert the location with
8382 ADDRESS sorted.
8383
8384 2013-02-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
8385
8386 * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:
8387 Refactor if statement to avoid trailing || operator.
8388
8389 2013-02-05 Andreas Tobler <andreast@fgznet.ch>
8390
8391 * NEWS: Add PowerPC FreeBSD as a new native configuration.
8392
8393 2013-02-04 Andreas Tobler <andreast@fgznet.ch>
8394
8395 * Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
8396 * configure.host: Add powerpc*-*-freebsd* target.
8397 * configure.tgt: Add target info for powerpc*-*-freebsd*.
8398 * ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
8399 * config/powerpc/fbsd.mh: New file.
8400
8401 2013-02-04 Sergio Durigan Junior <sergiodj@redhat.com>
8402 Denys Vlasenko <dvlasenk@redhat.com>
8403 Pedro Alves <palves@redhat.com>
8404
8405 * gdbarch.sh (elfcore_write_linux_prpsinfo): New F hook.
8406 (struct elf_internal_linux_prpsinfo): Forward declare.
8407 * gdbarch.h, gdbarch.c: Regenerate.
8408 * linux-tdep.c: Include `cli/cli-utils.h'.
8409 (linux_fill_prpsinfo): New function.
8410 (linux_make_corefile_notes): Use linux_fill_prpsinfo. If there's
8411 an elfcore_write_linux_prpsinfo hook, use it, otherwise, use
8412 elfcore_write_linux_prpsinfo32 or elfcore_write_linux_prpsinfo64
8413 depending on gdbarch pointer bitness.
8414 * ppc-linux-tdep.c: Include elf-bfd.h.
8415 (ppc_linux_init_abi): Hook in elfcore_write_ppc_linux_prpsinfo32
8416 on 32-bit.
8417
8418 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
8419 Marcus Shawcroft <marcus.shawcroft@arm.com>
8420 Nigel Stephens <nigel.stephens@arm.com>
8421 Yufeng Zhang <yufeng.zhang@arm.com>
8422
8423 * configure.tgt (aarch64*-*-linux*): Set build_gdbserver=yes.
8424
8425 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
8426 Marcus Shawcroft <marcus.shawcroft@arm.com>
8427 Nigel Stephens <nigel.stephens@arm.com>
8428 Yufeng Zhang <yufeng.zhang@arm.com>
8429
8430 * aarch64-newlib-tdep.c: New file.
8431 * configure.tgt: Add aarch64-newlib-tdep.o to gdb_target_obs of
8432 aarch64*-*-elf.
8433 * defs.h (enum gdb_osabi): Add GDB_OSABI_NEWLIB.
8434 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-newlib-tdep.o.
8435 (ALLDEPFILES): Add aarch64-newlib-tdep.c.
8436 * osabi.c (gdb_osabi_names): Add "Newlib".
8437
8438 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
8439 Marcus Shawcroft <marcus.shawcroft@arm.com>
8440 Nigel Stephens <nigel.stephens@arm.com>
8441 Yufeng Zhang <yufeng.zhang@arm.com>
8442
8443 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-linux-tdep.o.
8444 (ALLDEPFILES): Add aarch64-linux-tdep.c.
8445 * aarch64-linux-tdep.c: New file.
8446 * aarch64-linux-tdep.h: New file.
8447 * aarch64-tdep.h (gdbarch_tdep): Define gregset and fpregset.
8448 * configure.tgt: Add aarch64-none-linux-gnu.
8449
8450 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
8451 Marcus Shawcroft <marcus.shawcroft@arm.com>
8452 Nigel Stephens <nigel.stephens@arm.com>
8453 Yufeng Zhang <yufeng.zhang@arm.com>
8454
8455 * Makefile.in (ALL_64_TARGET_OBS): Add arch64-tdep.o.
8456 (HFILES_NO_SRCDIR): Add aarch64-tdep.h.
8457 (ALLDEPFILES): Add aarch64-tdep.c.
8458 * aarch64-tdep.c: New file.
8459 * aarch64-tdep.h: New file.
8460 * configure.tgt: Add AArch64.
8461 * features/Makefile (WHICH): Add aarch64 and aarch64-without-fpu.
8462 (aarch64-expedite): New definition.
8463 * features/aarch64-core.xml: New file.
8464 * features/aarch64-fpu.xml: New file.
8465 * features/aarch64-without-fpu.c: New file (generated).
8466 * features/aarch64-without-fpu.xml: New file.
8467 * features/aarch64.c: New file (generated).
8468 * features/aarch64.xml: New file.
8469 * regformats/aarch64-without-fpu.dat: New file (generated).
8470 * regformats/aarch64.dat: New file (generated).
8471
8472 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8473
8474 * contrib/expect-read1.c: New file.
8475 * contrib/expect-read1.sh: New file.
8476
8477 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8478
8479 * dwarf2read.c (file_file_name): New function with code from
8480 file_full_name.
8481 (file_full_name): Move most of the code to file_file_name.
8482 (macro_start_file): Rename variable full_name to file_name and use
8483 file_file_name for it. Add comp_dir parameter to new_macro_table.
8484 * macrocmd.c (show_pp_source_pos): New variable fullname. Replace any
8485 macro_source_file->filename access by macro_source_fullname call.
8486 * macroscope.c (_initialize_macroscope): Update the new_macro_table
8487 caller.
8488 * macrotab.c (struct macro_table): New field comp_dir.
8489 (macro_include): New variables link_fullname and source_fullname.
8490 Replace any macro_source_file->filename access by macro_source_fullname
8491 call.
8492 (macro_lookup_inclusion): Remove the partial filenames checking code.
8493 (check_for_redefinition): New variables source_fullname and
8494 found_key_fullname. Replace any macro_source_file->filename access by
8495 macro_source_fullname call.
8496 (macro_undef): New variables source_fullname and key_fullname. Replace
8497 any macro_source_file->filename access by macro_source_fullname call.
8498 (macro_lookup_definition): New variables retval and source_fullname.
8499 Replace any macro_source_file->filename access by macro_source_fullname
8500 call.
8501 (foreach_macro): New variable key_fullname. Replace any
8502 macro_source_file->filename access by macro_source_fullname call.
8503 (foreach_macro_in_scope): New variable datum_fullname. Replace any
8504 macro_source_file->filename access by macro_source_fullname call.
8505 (new_macro_table): Add parameter comp_dir. Initialize T with it.
8506 (macro_source_fullname): New function.
8507 * macrotab.h (struct macro_source_file): Extent the filename field
8508 comment.
8509 (new_macro_table): New parameter comp_dir, add a comment for it.
8510 (macro_source_fullname): new declaration.
8511
8512 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8513
8514 * dwarf2read.c (dw2_map_symtabs_matching_filename): Move variable
8515 this_real_name to outer block. Use it also for
8516 compare_filenames_for_search.
8517 (dw2_expand_symtabs_matching): New variable this_real_name. Use it
8518 with dw2_get_real_path for file_matcher, considering also
8519 BASENAMES_MAY_DIFFER.
8520 (file_full_name): Prepend COMP_DIR even for relative lh->INCLUDE_DIRS.
8521
8522 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8523
8524 * dwarf2read.c (dw2_expand_symtabs_matching): Add basenames parameter
8525 to the file_matcher parameter. Pass 0 to it.
8526 (dwarf2_create_include_psymtab): Copy also DIRNAME.
8527 * psymtab.c (partial_map_symtabs_matching_filename): Drop handling of
8528 NULL psymtab_to_fullname result.
8529 (psymtab_to_fullname): Remove variable r. Never return NULL, assemble
8530 an expected filename instead.
8531 (expand_symtabs_matching_via_partial): Add basenames parameter to the
8532 file_matcher parameter. Call also psymtab_to_fullname, after newly
8533 considering BASENAMES_MAY_DIFFER.
8534 * source.c (rewrite_source_path): Remove static.
8535 * source.h (rewrite_source_path): New declaration.
8536 * symfile.h (struct quick_symbol_functions): Add basenames parameter to
8537 the expand_symtabs_matching field. Comment it.
8538 * symtab.c (file_matches): New function comment. Add parameter
8539 basenames, implement it.
8540 (search_symbols_file_matches): Add basenames parameter. Update the
8541 file_matches caller.
8542 (search_symbols): Match FILES also against symtab_to_fullname.
8543 Optimize it for BASENAMES_MAY_DIFFER.
8544
8545 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8546
8547 * source.c (print_source_lines_base): Print for TUI also "fullname".
8548 * tui/tui-data.c (init_content_element): Change tui_locator_element
8549 field to full_name.
8550 * tui/tui-data.h (struct tui_locator_element): Likewise.
8551 * tui/tui-disasm.c (tui_show_disassem_and_update_source): Rename
8552 tui_update_locator_filename calls to tui_update_locator_fullname.
8553 Replace symtab->filename refererence by symtab_to_fullname call.
8554 * tui/tui-out.c (tui_field_string): Check for "fullname" now.
8555 * tui/tui-source.c (tui_set_source_content): Change tui_locator_element
8556 field to full_name. Replace symtab->filename refererence by
8557 symtab_to_fullname call.
8558 (tui_show_symtab_source): Rename parameter to fullname. Change
8559 tui_locator_element field to full_name.
8560 * tui/tui-stack.c: Include source.h.
8561 (tui_set_locator_filename): Rename the declaration to ...
8562 (tui_set_locator_fullname): ... here. Rename its parameter to
8563 fullname, updates its comment.
8564 (tui_set_locator_info): Rename its parameter to fullname.
8565 (tui_set_locator_filename): Rename the definition to ...
8566 (tui_set_locator_fullname): ... here. Rename its parameter to
8567 fullname, updates its comment. Change tui_locator_element field to
8568 full_name.
8569 (tui_set_locator_info): Rename its parameter to fullname.
8570 (tui_set_locator_info): Rename callee to tui_set_locator_fullname.
8571 (tui_update_locator_filename): Rename to ...
8572 (tui_update_locator_fullname): ... here. Rename callee to
8573 tui_set_locator_fullname.
8574 (tui_show_frame_info): Replace symtab->filename refererence by
8575 symtab_to_fullname call.
8576 * tui/tui-stack.h (tui_update_locator_filename): Rename to ...
8577 (tui_update_locator_fullname): ... here.
8578 * tui/tui-winsource.c (tui_display_main): Rename the callee to
8579 tui_update_locator_fullname. Replace symtab->filename refererence by
8580 symtab_to_fullname call.
8581 * tui/tui.c (tui_show_source): Rename its parameter to fullname.
8582 Rename the callee to tui_update_locator_fullname.
8583 * tui/tui.h (tui_show_source): Rename its parameter to fullname.
8584
8585 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8586
8587 * ada-lang.c (user_select_syms): Replace symtab->filename refererences
8588 by symtab_to_filename_for_display calls.
8589 * breakpoint.c (print_breakpoint_location, resolve_sal_pc): Likewise.
8590 (clear_command): New variable sal_fullname, initialize it. Replace
8591 compare_filenames_for_search by filename_cmp with sal_fullname.
8592 (say_where, update_static_tracepoint): Replace symtab->filename
8593 refererences by symtab_to_filename_for_display calls.
8594 * cli/cli-cmds.c (edit_command, list_command, ambiguous_line_spec):
8595 Likewise.
8596 * dwarf2read.c: Include source.h.
8597 (fixup_go_packaging): Replace symtab->filename refererences by
8598 symtab_to_filename_for_display calls.
8599 * linespec.c (add_sal_to_sals): Rename variable filename to fullname.
8600 Replace symtab->filename refererences by symtab_to_filename_for_display
8601 calls.
8602 (create_sals_line_offset, convert_linespec_to_sals): New variable
8603 fullname, initialize it, replace symtab->filename reference by the
8604 variable.
8605 * linux-fork.c: Include source.h.
8606 (info_checkpoints_command): Replace symtab->filename refererences by
8607 symtab_to_filename_for_display calls.
8608 * macroscope.c (sal_macro_scope): Replace symtab->filename refererences
8609 by symtab_to_filename_for_display calls.
8610 * mdebugread.c: Include source.h.
8611 (psymtab_to_symtab_1): Replace symtab->filename refererences by
8612 symtab_to_filename_for_display calls.
8613 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
8614 (mi_cmd_file_list_exec_source_files): Likewise.
8615 * printcmd.c: Include source.h.
8616 (build_address_symbolic): Replace symtab->filename refererences by
8617 symtab_to_filename_for_display calls.
8618 * psymtab.c (partial_map_symtabs_matching_filename)
8619 (read_psymtabs_with_fullname): Call compare_filenames_for_search also
8620 with psymtab_to_fullname.
8621 * python/py-symtab.c (stpy_str): Replace symtab->filename refererences
8622 by symtab_to_filename_for_display calls.
8623 (stpy_get_filename): New variable filename, initialize it, use instead
8624 of symtab->filename refererences.
8625 (salpy_str): Make variable filename const char *. Replace
8626 symtab->filename refererences by symtab_to_filename_for_display calls.
8627 * skip.c: Include source.h and filenames.h.
8628 (skip_file_command): Remove const from the symtab variable. Replace
8629 symtab->filename refererences by symtab_to_fullname call.
8630 (function_name_is_marked_for_skip): New variables searched_for_fullname
8631 and fullname. Use them to search also with symtab's fullname.
8632 * source.c (find_source_lines): Replace symtab->filename refererences
8633 by symtab_to_filename_for_display calls.
8634 (print_source_lines_base): New variable filename, use it instead of
8635 symtab->filename. Replace symtab->filename refererences by
8636 symtab_to_filename_for_display calls.
8637 (line_info, forward_search_command): Replace symtab->filename
8638 refererences by symtab_to_filename_for_display calls.
8639 (reverse_search_command): Replace symtab->filename refererences by
8640 symtab_to_filename_for_display calls. New variable filename for it.
8641 * stack.c (frame_info): Likewise.
8642 * symmisc.c: Include source.h.
8643 (dump_objfile, dump_symtab_1, maintenance_print_symbols)
8644 (maintenance_info_symtabs): Replace symtab->filename refererences by
8645 symtab_to_filename_for_display calls.
8646 * symtab.c (iterate_over_some_symtabs): Call
8647 compare_filenames_for_search also with symtab_to_fullname.
8648 (lookup_symbol_aux_quick, basic_lookup_transparent_type_quick): Replace
8649 symtab->filename refererences by symtab_to_filename_for_display calls.
8650 (find_line_symtab): Replace symtab->filename refererences by
8651 symtab_to_filename_for_display calls.
8652 (file_matches): Replace filename_cmp by compare_filenames_for_search.
8653 (print_symbol_info): Make the last parameter const char *. New
8654 variable s_filename. Use it in the function.
8655 (symtab_symbol_info): Make the last_filename variable const char *.
8656 Replace symtab->filename refererences by symtab_to_filename_for_display
8657 calls.
8658 (rbreak_command): New variable fullname. Use it. Replace
8659 symtab->filename refererence by symtab_to_filename_for_display call.
8660 * tracepoint.c (set_traceframe_context, trace_find_line_command)
8661 (print_one_static_tracepoint_marker): Replace symtab->filename
8662 refererences by symtab_to_filename_for_display calls.
8663 * tui/tui-source.c (tui_set_source_content): New variables filename and
8664 s_filename. Replace symtab->filename refererences by this variable.
8665 Replace other symtab->filename refererences by
8666 symtab_to_filename_for_display calls.
8667
8668 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
8669 Jan Kratochvil <jan.kratochvil@redhat.com>
8670
8671 Add a new variable that controls a way in which filenames are
8672 displayed.
8673 * NEWS (set filename-display): New entry.
8674 * source.c (filename_display_basename, filename_display_relative)
8675 (filename_display_absolute, filename_display_kind_names)
8676 (filename_display_string, show_filename_display_string)
8677 (symtab_to_filename_for_display): New.
8678 (_initialize_source): Added initialization of 'filename-display'
8679 variable.
8680 * source.h (symtab_to_filename_for_display): Added declaration.
8681 * stack.c (print_frame): Added new variable and calling of a new
8682 function and condition with this variable. Changed third argument of
8683 calling of a function.
8684
8685 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8686
8687 * tui/tui-data.c (init_win_info, tui_del_window, tui_free_window):
8688 Rename field reference filename to fullname.
8689 * tui/tui-data.h (struct tui_source_info): Rename field filename to
8690 fullname. New comment for it.
8691 * tui/tui-source.c (tui_set_source_content): Rename field reference
8692 filename to fullname. Initialize field by symtab_to_fullname now.
8693 * tui/tui-winsource.c (tui_update_breakpoint_info): Rename field
8694 reference filename to fullname. Use symtab_to_fullname during
8695 comparison.
8696
8697 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8698
8699 Code cleanup.
8700 * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ...
8701 (dw2_expand_symtabs_with_fullname): ... here. Rename parameter
8702 filename to fullname. Rename variable this_name to this_fullname.
8703 Lowercase FILENAME_CMP call.
8704 (dw2_find_symbol_file): New comment for the returned string.
8705 (dwarf2_gdb_index_functions): Rename the function to
8706 dw2_expand_symtabs_with_fullname.
8707 * psymtab.c (read_psymtabs_with_filename): Rename to ...
8708 (read_psymtabs_with_fullname): ... here. Rename parameter filename to
8709 fullname.
8710 (psym_functions): Rename the function to read_psymtabs_with_fullname.
8711 * symfile.h (struct quick_symbol_functions): Rename field
8712 expand_symtabs_with_filename to expand_symtabs_with_fullname and its
8713 parameter filename to fullname. Document returned string meaning for
8714 find_symbol_file.
8715 * symtab.c (find_line_symtab): Rename the called function to
8716 expand_symtabs_with_fullname.
8717
8718 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8719
8720 Code cleanup.
8721 * breakpoint.c (clear_command): Remove variable is_abs, unify the
8722 call of filename_cmp with compare_filenames_for_search.
8723 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
8724 is_abs, unify the call of FILENAME_CMP with
8725 compare_filenames_for_search. New gdb_asserts for real_path and name.
8726 Unify the call of compare_filenames_for_search with FILENAME_CMP.
8727 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
8728 * symfile.h (struct quick_symbol_functions): Extend the comment for
8729 map_symtabs_matching_filename.
8730 * symtab.c (compare_filenames_for_search): Remove the function comment
8731 relative path requirement. Handle absolute filenames, with a comment.
8732 (iterate_over_some_symtabs): Remove variable is_abs, unify the call of
8733 FILENAME_CMP with compare_filenames_for_search. New gdb_asserts for
8734 real_path and name. Unify the call of compare_filenames_for_search
8735 with FILENAME_CMP.
8736 (iterate_over_symtabs): New gdb_assert on REAL_PATH.
8737
8738 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8739
8740 Code cleanup.
8741 * breakpoint.c (print_breakpoint_location): Replace bp_location field
8742 source_file references by symtab field references. Remove variables
8743 sal and fullname.
8744 (momentary_breakpoint_from_master, add_location_to_breakpoint):
8745 (clear_command, say_where): Replace bp_location field source_file
8746 references by symtab field references.
8747 (bp_location_dtor): Remove the source_file reference.
8748 (update_static_tracepoint): Replace bp_location field source_file
8749 references by symtab field references.
8750 (breakpoint_free_objfile): New function.
8751 * breakpoint.h (struct bp_location): Extend the comment for line_number.
8752 Replace the field source_file by field symtab, extend its comment.
8753 (breakpoint_free_objfile): New declaration.
8754 * objfiles.c (free_objfile): Call breakpoint_free_objfile.
8755 * tui/tui-winsource.c (tui_update_breakpoint_info): Replace bp_location
8756 field source_file references by symtab field references.
8757
8758 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8759
8760 Replace xfullpath calls by gdb_realpath calls.
8761 * cli/cli-cmds.c (find_and_open_script): Remove xfullpath from the
8762 function comment.
8763 * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path.
8764 Remove it from the iterate_over_some_symtabs call.
8765 (dw2_map_symtabs_matching_filename): Remove parameter full_path.
8766 Remove it from the dw2_map_expand_apply calls, remove a block handling
8767 it.
8768 * psymtab.c (partial_map_expand_apply): Remove parameter full_path.
8769 Remove it from the iterate_over_some_symtabs call.
8770 (partial_map_symtabs_matching_filename): Remove parameter full_path.
8771 Remove it from the partial_map_expand_apply calls, remove a block
8772 handling it. Drop gdb_realpath call and cleanups from the real_path
8773 handling.
8774 * source.c (openp): Drop the comment part about xfullpath. Replace
8775 xfullpath calls by gdb_realpath calls.
8776 (find_and_open_source): Replace xfullpath call by gdb_realpath call.
8777 * symfile.h (struct quick_symbol_functions): Remove parameter full_path
8778 from method map_symtabs_matching_filename and its comment.
8779 * symmisc.c (maintenance_print_msymbols): Replace xfullpath call by
8780 gdb_realpath call.
8781 * symtab.c (iterate_over_some_symtabs): Remove parameter full_path,
8782 remove it also from the function comment, remove a block handling it.
8783 Drop gdb_realpath call and cleanups from the real_path handling.
8784 (iterate_over_symtabs): Drop variable full_path and its use.
8785 * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
8786 * utils.c (xfullpath): Remove.
8787 * utils.h (xfullpath): Remove.
8788
8789 2013-02-01 Andreas Tobler <andreast@fgznet.ch>
8790
8791 * Makefile.in (ALL_TARGET_OBS): Add ppc64-tdep.o.
8792 (HFILES_NO_SRCDIR): Add ppc64-tdep.h.
8793 (ALLDEPFILES): Add ppc64-tdep.c.
8794 * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
8795 ppc64-tdep.o to gdb_target_obs.
8796 * ppc64-tdep.h: New file.
8797 * ppc64-tdep.c: New file.
8798 (insn_d, insn_ds, insn_xfx, ppc64_desc_entry_point): Move from
8799 ppc-linux-tdep.c to here.
8800 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN)
8801 (PPC64_STANDARD_LINKAGE2_LEN): Likewise and use ARRAY_SIZE macro.
8802 (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target)
8803 (ppc64_standard_linkage3_target, ppc64_skip_trampoline_code): Move
8804 from ppc-linux-tdep.c to here.
8805 (ppc64_convert_from_func_ptr_addr): Rename from
8806 ppc64_linux_convert_from_func_ptr_addr to
8807 ppc64_convert_from_func_ptr_addr and move from ppc-linux-tdep.c to
8808 here.
8809 * rs6000-tdep.c:
8810 (read_insn): Move from ppc-linux-tdep.c to here.
8811 (insns_match_pattern, insn_d_field, insn_ds_field): Move
8812 from ppc-linux-tdep.c to here and rename them with the ppc_ prefix.
8813 * ppc-linux-tdep.c: Include ppc64-tdep.h.
8814 Removed above functions.
8815 (ppc_linux_init_abi): Adjust.
8816
8817 2013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
8818
8819 * ada-valprint.c (ada_print_floating): Remove unused 'len'.
8820
8821 2013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
8822
8823 * ada-lang.c (assign_aggregate): Remove unused 'is_array_aggregate'.
8824
8825 2013-02-01 Pedro Alves <palves@redhat.com>
8826
8827 * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
8828 * frame.h (deprecated_pc_in_call_dummy): Delete declaration.
8829
8830 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8831
8832 * elfread.c (elf_symfile_read): Limit separate debug info additions to
8833 files with no separate debug info.
8834 * objfiles.c (add_separate_debug_objfile): Add gdb_assert calls.
8835 * symfile.c (read_symbols): Call find_separate_debug_file_in_section
8836 only for files with no separate debug info.
8837
8838 2013-01-31 Tom Tromey <tromey@redhat.com>
8839
8840 * jit.c (jit_program_space_data): Rename from jit_inferior_data;
8841 change type.
8842 (struct jit_program_space_data): Rename from jit_inferior_data.
8843 Update comments.
8844 (get_jit_program_space_data): Rename from get_jit_inferior_data.
8845 Change return type. Attach data to program space.
8846 (jit_program_space_data_cleanup): Rename from
8847 jit_inferior_data_cleanup; change argument type.
8848 (jit_read_descriptor): Change 'inf_data' argument to 'ps_data',
8849 change type.
8850 (jit_register_code): Update.
8851 (jit_update_inferior_cache): Remove.
8852 (jit_breakpoint_deleted): Get jit data from the location's program
8853 space.
8854 (jit_breakpoint_re_set_internal): Rename 'inf_data' argument to
8855 'ps_data', change type.
8856 (jit_inferior_init, jit_breakpoint_re_set_internal)
8857 (jit_event_handler): Update.
8858 (free_objfile_data): Get data from objfile's program space.
8859 (_initialize_jit): Update.
8860
8861 2013-01-31 Tom Tromey <tromey@redhat.com>
8862
8863 PR gdb/13987:
8864 * jit.c (struct jit_inferior_data) <cached_code_address,
8865 jit_breakpoint>: New fields.
8866 (jit_breakpoint_re_set_internal): Fix logging. Only create
8867 breakpoint if cached address has changed.
8868 (jit_update_inferior_cache, jit_breakpoint_deleted): New
8869 functions.
8870 (_initialize_jit): Register breakpoint deleted observer.
8871
8872 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
8873
8874 * infrun.c (handle_syscall_event): Remove unused gdbarch.
8875 (save_infcall_suspend_state): Ifdef out unused inf.
8876 (restore_infcall_suspend_state): Ifdef out unused inf.
8877 * jit.c (jit_register_code): Remove unused i, b, inf_data.
8878 (jit_frame_sniffer): Remove unused inf_data.
8879
8880 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
8881
8882 * c-exp.y (classify_inner_name): Remove unused type.
8883 * c-lang.c (c_printstr): Remove unused byte_order, i, things_printed,
8884 in_quotes, need_comma, wchar_buf, output, cleanup, iter, finished,
8885 need_escape.
8886 (c_get_string): Remove unused kind.
8887 * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2.
8888
8889 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
8890
8891 * charset.c (intermediate_encoding): Remove unused i.
8892 * completer.c (signal_completer): Remove unused i.
8893 * continuations.c (discard_my_continuations_1): Remove unused
8894 continuation_ptr.
8895 * corelow.c (core_close): Remove unuseD name.
8896 (get_core_siginfo): Remove unused pid.
8897 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Remove unused
8898 i, cps.
8899 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove unused base_offset.
8900 (loclist_describe_location): Remove unused first.
8901 * event-top.c (command_line_handler): Remove unused got_eof.
8902 * exec.c (exec_close_1): Remove unused need_symtab_cleanup.
8903 (resize_section_table): Remove unused old_value.
8904 * gdb_bfd.c (gdb_bfd_map_section): Remove unused header.
8905 * gnu-v3-abi.c (compute_vtable_size): Remove unused addr.
8906 * i386-tdep.c (i386_process_record): Remove unused rex.
8907 * infcmd.c (get_return_value): Remove unused uiout.
8908 * jv-lang.c (type_from_class): Remove unused is_array.
8909 * jv-valprint.c (java_val_print): Remove unused i.
8910 * linux-nat.c (linux_nat_stop_lwp): Remove unused ptid.
8911 * linux-thread-db.c (thread_db_find_new_threads_2): Remove unuseD pid.
8912 * m2-typeprint.c (m2_print_type): Remove unused code.
8913 * macroexp.c (get_character_constant): Remove unused body_start.
8914 (macro_stringify): Remove unused result.
8915 * objc-lang.c (find_methods): Remove unused gdbarch.
8916 * objfiles.c (filter_overlapping_sections): Remove unused abfd1, abfd2.
8917 * regcache.c (regcache_cooked_read): Remove unused gdbarch.
8918 * stack.c (print_frame_args): Remove unused summary.
8919 * thread.c (thread_apply_command): Remove unused p.
8920 * valarith.c (value_x_unop): Remove unused mangle_ptr.
8921 * valops.c (search_struct_method): Remove unused skip.
8922 * valprint.c (generic_val_print): Remove unused byte_order.
8923 * varobj.c (varobj_update): Remove unused changed.
8924 * cli/cli-cmds.c (complete_command): Remove unused next_item.
8925 (alias_command): Remove unused c.
8926 * mi/mi-cmd-catch.c (mi_catch_load_unload): Remove unused c.
8927 * mi/mi-main.c (mi_cmd_data_write_register_values): Remove unused
8928 format.
8929 (mi_cmd_data_write_memory): Remove unused word_format.
8930 (mi_cmd_data_write_memory_bytes): Remove unused r.
8931 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Remove unused
8932 p_start, p_end.
8933 * python/python.c (_initialize_python): Remove unused cmd_name, cmd.
8934 * tui/tui-disasm.c (tui_set_disassem_content): Remove unused
8935 line_width.
8936
8937 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
8938
8939 * dwarf2-frame.c (dwarf2_compile_cfa_to_ax): Remove unused num_regs.
8940 * symtab.c (iterate_over_symtabs): Remove unused s.
8941 (find_pc_sect_symtab): Remove unused pspAce.
8942 (find_pc_sect_line): Remove unused alt_symtab.
8943 (find_pcs_for_symtab_line): Remove unused ix, previous_function.
8944 (completion_list_add_name): Remove unused newsize.
8945
8946 2013-01-31 Tom Tromey <tromey@redhat.com>
8947
8948 PR c++/14998:
8949 * dwarf2read.c (read_tag_ptr_to_member_type): Handle
8950 TYPE_CODE_FUNC.
8951
8952 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
8953
8954 * target.c (target_read_string): Remove unused origlen.
8955
8956 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
8957
8958 * auto-load.c (auto_load_expand_dir_vars): Remove unused dir_vec.
8959 * ax-gdb.c (gen_printf): Remove unused expr, i, bot, fr, flen, fmt.
8960 * ax-general.c (ax_print): Remove unused is_float.
8961 * blockframe.c (block_innermost_frame): Remove unused start, end.
8962 * break-catch-sig.c (catch_signal_command): Remove unused gdbarch.
8963
8964 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
8965
8966 * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.
8967 (svr4_read_so_list): Remove unused lmo.
8968 * solib-target.c (solib_target_relocate_section_addresses): Remove
8969 unused flags.
8970
8971 2013-01-30 Tom Tromey <tromey@redhat.com>
8972
8973 * hppa-tdep.c (read_unwind_info): Use SECT_OFF_TEXT, not "0".
8974
8975 2013-01-30 Tom Tromey <tromey@redhat.com>
8976
8977 * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.
8978 * utils.c (gnu_debuglink_crc32): Remove.
8979 * utils.h (gnu_debuglink_crc32): Don't declare.
8980
8981 2013-01-30 Tom Tromey <tromey@redhat.com>
8982
8983 * dwarf2read.c (compute_delayed_physnames, read_call_site_scope)
8984 (read_structure_type, read_enumeration_type): Remove cast.
8985
8986 2013-01-30 Tom Tromey <tromey@redhat.com>
8987
8988 * dwarf2read.c (read_namespace_type): Remove cast.
8989 (read_typedef): Likewise.
8990
8991 2013-01-29 Tom Tromey <tromey@redhat.com>
8992
8993 * dwarf2read.c (free_dwo_file): Remove assert.
8994
8995 2013-01-29 Tom Tromey <tromey@redhat.com>
8996
8997 * value.c (deprecated_set_value_modifiable): Remove.
8998 * value.h (deprecated_set_value_modifiable): Remove.
8999
9000 2013-01-28 Doug Evans <dje@google.com>
9001
9002 * dwarf2loc.c (dwarf2_find_location_expression): Don't add base address
9003 to addresses from dwo files.
9004
9005 2013-01-25 Siva Chandra Reddy <sivachandra@google.com>
9006
9007 * valops.c (find_overload_match): Remove unused argument 'lax'.
9008 * value.h: Remove unused argument 'lax' from the declaration of
9009 find_overload_match.
9010 * eval.c (value_subexp_standard): Do not pass a 'lax' argument
9011 to find_overload_match.
9012 * valarith.c (value_user_defined_cpp_op): Do not pass a 'lax'
9013 argument to find_overload_match.
9014
9015 2013-01-25 Tom Tromey <tromey@redhat.com>
9016
9017 * dwarf2read.c (processing_has_namespace_info): Remove.
9018 (struct dwarf2_cu) <processing_has_namespace_info>: New field.
9019 (process_die, read_func_scope, dwarf2_start_symtab)
9020 (new_symbol_full): Update.
9021
9022 2013-01-25 Tom Tromey <tromey@redhat.com>
9023
9024 * cp-namespace.c (cp_set_block_scope): Remove.
9025 * cp-support.h (cp_set_block_scope): Remove.
9026 * dbxread.c: Include block.h.
9027 (cp_set_block_scope): New function.
9028 (process_one_symbol): Update.
9029 * dwarf2read.c (read_func_scope): Use block_set_scope.
9030
9031 2013-01-25 Pedro Alves <palves@redhat.com>
9032
9033 * remote.c (add_current_inferior_and_thread): Tweak comment.
9034
9035 2013-01-25 Tom Tromey <tromey@redhat.com>
9036
9037 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
9038 (cp_add_using_directive): Add 'copy_names' argument.
9039 * cp-support.h (cp_add_using_directive): Update.
9040 (struct using_direct) <import_src, import_dest, alias,
9041 declaration>: Now const.
9042 * dwarf2read.c (read_import_statement): Use obconcat.
9043 Don't copy names passed to cp_add_using_directive.
9044
9045 2013-01-25 Tom Tromey <tromey@redhat.com>
9046
9047 * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
9048
9049 2013-01-25 Pedro Alves <palves@redhat.com>
9050
9051 * remote.c (stop_reply_extract_thread): New.
9052 (add_current_inferior_and_thread): New parameter 'wait_status'.
9053 Handle it.
9054 (remote_start_remote): Pass wait status to
9055 add_current_inferior_and_thread.
9056 (extended_remote_run): Update comment.
9057 (extended_remote_create_inferior_1): Pass wait status to
9058 add_current_inferior_and_thread.
9059
9060 2013-01-25 Andrew Burgess <aburgess@broadcom.com>
9061 Ulrich Weigand <uweigand@de.ibm.com>
9062
9063 * valarith.c (value_vector_widen): New function for replicating a
9064 scalar into a vector.
9065 (value_binop): Use value_vector_widen to widen scalar to vector
9066 rather than casting, this better matches gcc C behaviour.
9067 * valops.c (value_casst): Update logic for casting between vector
9068 types, and for casting from scalar to vector, try to match gcc C
9069 behaviour.
9070 * value.h (value_vector_widen): Declare.
9071 * opencl-lang.c (opencl_value_cast): New opencl specific casting
9072 function, handle special case for casting scalar to vector.
9073 (opencl_relop): Use opencl_value_cast.
9074 (evaluate_subexp_opencl): Use opencl_value_cast instead of
9075 value_cast, and handle BINOP_ASSIGN, UNOP_CAST, and UNOP_CAST_TYPE
9076 in order to use opencl_value_cast.
9077
9078 2013-01-25 Yao Qi <yao@codesourcery.com>
9079
9080 * event-loop.c: Include "queue.h".
9081 (gdb_event_p): New typedef.
9082 (DECLARE_QUEUE_P): Use.
9083 (DEFINE_QUEUE_P): Use.
9084 (async_queue_event): Remove.
9085 (gdb_event_xfree): New.
9086 (initialize_event_loop): New.
9087 (process_event): Use QUEUE macros.
9088 (event_queue): Remove.
9089 (gdb_wait_for_event): Caller update.
9090 (check_async_event_handlers): Likewise.
9091 (poll_timers): Likewise.
9092 * event-loop.h (initialize_event_loop): Declare.
9093 * event-loop.c (gdb_event_xfree): New.
9094 * top.c (gdb_init): Call initialize_event_loop.
9095
9096 2013-01-25 Yao Qi <yao@codesourcery.com>
9097
9098 * event-loop.c (async_queue_event): Remove one parameter
9099 'position'. Remove code handling 'position' == TAIL.
9100 (gdb_wait_for_event): Caller update.
9101 (check_async_event_handlers): Caller update.
9102 (poll_timers): Caller update.
9103 * event-loop.h (enum queue_position): Remove.
9104
9105 2013-01-25 Maxim Kuvyrkov <maxim@kugelworks.com>
9106
9107 * MAINTAINERS: Update my email.
9108
9109 2013-01-25 Yao Qi <yao@codesourcery.com>
9110
9111 * main.c (print_gdb_help): Remove "--epoch" from the help
9112 message.
9113
9114 2013-01-24 Ulrich Weigand  <uweigand@de.ibm.com>
9115
9116 * symtab.c (skip_prologue_using_sal): Consider a file
9117 change the same as an increased line number
9118
9119 2013-01-24 Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
9120
9121 * MAINTAINERS (Write After Approval): Add myself to the list.
9122
9123 2013-01-24 Tom Tromey <tromey@redhat.com>
9124
9125 * ada-lang.h (ada_decode_symbol): Make return type const.
9126 * ada-lang.c (ada_decode_symbol): Likewise.
9127
9128 2013-01-23 Doug Evans <dje@google.com>
9129
9130 * linespec.c (find_linespec_symbols): Make static.
9131
9132 2013-01-23 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
9133
9134 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
9135 type on float conversion for complex type.
9136
9137 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
9138
9139 Add a new class gdb.Architecture which exposes GDB's
9140 internal representation of architecture via GDB Python API.
9141 * Makefile.in: Add entries corresponding to the new file
9142 python/py-arch.c.
9143 * NEWS (Python Scripting): Add entries for the new class
9144 gdb.Architecture and the new method gdb.Frame.architecture.
9145 * python/py-arch.c: Implement gdb.Architecture class.
9146 * python/py-frame.c (frapy_arch): Implement the method
9147 gdb.Frame.architecture().
9148 (frame_object_methods): Add 'architecture' to the method table.
9149 * python/python-internal.h: Add declarations of new utility
9150 functions.
9151 * python/python.c (_initialize_python): Initialize
9152 gdb.Architecture class.
9153
9154 2013-01-23 Doug Evans <dje@google.com>
9155
9156 Work around binutils/15021.
9157 * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
9158 type_unit_group out of union s. All uses updated.
9159 (read_index_from_section): Watch for index version 8.
9160 (follow_die_sig): If using .gdb_index version <= 7, record the TU as
9161 an imported symtab.
9162 (write_psymtabs_to_index): Increment version number to 8.
9163
9164 2013-01-22 Pedro Alves <palves@redhat.com>
9165
9166 * annotate.c (breakpoint_changed): Skip if breakpoint is not
9167 user-visible.
9168
9169 2013-01-22 Pedro Alves <palves@redhat.com>
9170
9171 * annotate.c (annotate_breakpoints_changed): Rename to ...
9172 (annotate_breakpoints_invalid): ... this. Make static.
9173 (breakpoint_changed): Adjust.
9174 (_initialize_annotate): Always install the observers. Install a
9175 "breakpoint_created" observer.
9176 * annotate.h (annotate_breakpoints_changed): Delete declaration.
9177 * breakpoint.c (set_breakpoint_condition)
9178 (breakpoint_set_commands, do_map_commands_command)
9179 (init_raw_breakpoint, clear_command, set_ignore_count)
9180 (enable_breakpoint_disp): No longer call
9181 annotate_breakpoints_changed.
9182
9183 2013-01-22 Pedro Alves <palves@redhat.com>
9184
9185 * annotate.c: Include "inferior.h".
9186 (frames_invalid_emitted)
9187 (breakpoints_invalid_emitted): New globals.
9188 (async_background_execution_p): New function.
9189 (annotate_breakpoints_changed, annotate_frames_invalid): Skip
9190 emitting the annotation if it has already been emitted.
9191 (annotate_display_prompt): New function.
9192 * annotate.h (annotate_display_prompt): New declaration.
9193 * event-top.c: Include annotate.h.
9194 (display_gdb_prompt): Call annotate_display_prompt.
9195
9196 2013-01-22 Pedro Alves <palves@redhat.com>
9197
9198 * annotate.c (ignore_count_changed): Delete.
9199 (annotate_breakpoints_changed): Don't clear ignore_count_changed.
9200 (annotate_ignore_count_change): Delete.
9201 (annotate_stopped): Don't emit a delayed breakpoints-changed
9202 annotation.
9203 * annotate.h (annotate_ignore_count_change): Delete.
9204 * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
9205 annotate_ignore_count_change.
9206
9207 2013-01-22 Tom Tromey <tromey@redhat.com>
9208
9209 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
9210 require_rvalue for a register location.
9211
9212 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
9213
9214 * breakpoint.c (print_one_breakpoint_location): Add MI
9215 field 'thread-groups' when printing a breakpoint.
9216 (output_thread_groups): New function.
9217
9218 2013-01-21 Siva Chandra Reddy <sivachandra@google.com>
9219
9220 * python/lib/gdb/commands/explore.py
9221 (CompoundExplorer.explore_expr): Correct the name of a method
9222 being invoked.
9223 (ExploreTypeCommand.invoke): Add a missing 'return'.
9224
9225 2013-01-21 Tom Tromey <tromey@redhat.com>
9226
9227 * gdb_obstack.h (obconcat): Move declaration here, from...
9228 * symfile.h (obconcat): ... here.
9229 * gdb_obstack.c: New file.
9230 (obconcat): Move from...
9231 * symfile.c (obconcat): ... here.
9232 * Makefile.in (SFILES): Add gdb_obstack.c.
9233 (COMMON_OBS): Add gdb_obstack.o.
9234
9235 2013-01-21 Tom Tromey <tromey@redhat.com>
9236
9237 * symfile.h (obsavestring): Don't declare.
9238 * symfile.c (obsavestring): Remove.
9239 * ada-exp.y: Use obstack_copy0, not obsavestring.
9240 * ada-lang.c: Use obstack_copy0, not obsavestring.
9241 * coffread.c: Use obstack_copy0, not obsavestring.
9242 * cp-namespace.c: Use obstack_copy0, not obsavestring.
9243 * dbxread.c: Use obstack_copy0, not obsavestring.
9244 * dwarf2read.c: Use obstack_copy0, not obsavestring.
9245 * jit.c: Use obstack_copy0, not obsavestring.
9246 * mdebugread.c: Use obstack_copy0, not obsavestring.
9247 * psymtab.c: Use obstack_copy0, not obsavestring.
9248 * stabsread.c: Use obstack_copy0, not obsavestring.
9249 * xcoffread.c: Use obstack_copy0, not obsavestring.
9250
9251 2013-01-21 Tom Tromey <tromey@redhat.com>
9252
9253 * dwarf2read.c (fixup_go_packaging): Save package name
9254 on objfile obstack.
9255 * gdbtypes.c (init_type): Don't copy name.
9256
9257 2013-01-21 Tom Tromey <tromey@redhat.com>
9258
9259 * dwarf2read.c (struct partial_die_info) <name, scope>: Now
9260 const.
9261 (struct attribute) <u.str>: Now const.
9262 (struct fnfieldlist) <name>: Now const.
9263 (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
9264 (partial_die_parent_scope): Make return type const.
9265 (partial_die_full_name, add_partial_symbol): Update.
9266 (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
9267 'name' const.
9268 (find_file_and_directory): Make 'name' and 'comp_dir' const.
9269 (read_file_scope, read_func_scope, dwarf2_add_field)
9270 (dwarf2_add_member_fn, read_structure_type)
9271 (process_enumeration_scope, read_array_type, read_module_type)
9272 (read_base_type, read_subrange_type): Update.
9273 (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
9274 (new_symbol_full, guess_full_die_structure_name): Update.
9275 (dwarf2_canonicalize_name): Return const type. Make 'name' const.
9276 (dwarf2_name): Return const type.
9277 (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
9278 const.
9279
9280 2013-01-21 Tom Tromey <tromey@redhat.com>
9281
9282 * gdbtypes.c (init_type): Make 'name' const.
9283 * gdbtypes.h (init_type): Update.
9284
9285 2013-01-21 Tom Tromey <tromey@redhat.com>
9286
9287 * buildsym.c (patch_subfile_names): Use set_last_source_file.
9288 (start_symtab): Make 'name' and 'dirname' const. Use
9289 set_last_source_file.
9290 (restart_symtab, reset_symtab_globals): Use set_last_source_file.
9291 (last_source_file): Define. Now static.
9292 (set_last_source_file, get_last_source_file): New functions.
9293 * buildsym.h (last_source_file): Don't declare.
9294 (start_symtab): Update.
9295 (set_last_source_file, get_last_source_file): Declare.
9296 * coffread.c (complete_symtab): Use set_last_source_file.
9297 (coff_end_symtab): Likewise.
9298 (coff_symtab_read): Use set_last_source_file, get_last_source_file.
9299 * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
9300 set_last_source_file.
9301 (process_one_symbol): Use get_last_source_file.
9302 * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
9303 (psymtab_to_symtab_1): Use get_last_source_file.
9304 * xcoffread.c (process_linenos): Use get_last_source_file.
9305 (complete_symtab): Use set_last_source_file.
9306 (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
9307 (scan_xcoff_symtab): Use set_last_source_file.
9308
9309 2013-01-21 Tom Tromey <tromey@redhat.com>
9310
9311 * symtab.c (struct demangled_name_entry) <mangled>: Now const.
9312 (symbol_set_names): Remove casts. Handle field const-ness.
9313
9314 2013-01-21 Tom Tromey <tromey@redhat.com>
9315
9316 * dwarf2read.c (new_symbol_full): Remove cast.
9317 * symtab.c (symbol_set_demangled_name): Make 'name' const.
9318 * symtab.h (symbol_set_demangled_name): Update.
9319
9320 2013-01-21 Tom Tromey <tromey@redhat.com>
9321
9322 * main.c (captured_main): Call bfd_init.
9323
9324 2013-01-21 Tom Tromey <tromey@redhat.com>
9325
9326 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
9327 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
9328 * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
9329 * NEWS: Update.
9330
9331 2013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9332
9333 * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
9334
9335 2013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9336
9337 Fix gdb.fortran/common-block.exp crash in PIE mode.
9338 * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
9339 LOC_COMMON_BLOCK.
9340 * f-valprint.c (info_common_command_for_block): Expect
9341 LOC_COMMON_BLOCK in gdb_assert.
9342 * symtab.h (struct general_symbol_info): Update comment for the
9343 common_block member.
9344 (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
9345 (enum address_class): New member LOC_COMMON_BLOCK.
9346
9347 2013-01-18 David Blaikie <dblaikie@gmail.com>
9348
9349 * MAINTAINERS (Write After Approval): Add "David Blaikie".
9350
9351 2013-01-18 Tom Tromey <tromey@redhat.com>
9352
9353 PR c++/14999:
9354 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
9355 Call require_rvalue.
9356
9357 2013-01-18 Yao Qi <yao@codesourcery.com>
9358
9359 * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
9360 (dbx_read_symtab): New declaration.
9361 (dbx_psymtab_to_symtab): Delete.
9362 (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
9363 Rename parameter PST to SELF. Exchanged two parameters.
9364 (start_psymtab): Caller update.
9365 * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
9366 (dwarf2_read_symtab): New declaration.
9367 (dwarf2_psymtab_to_symtab): Delete.
9368 (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
9369 Rename parameter PST to SELF. Exchanged two parameters.
9370 (create_partial_symtab): Caller update.
9371 * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
9372 (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
9373 Rename parameter PST to SELF. Exchanged two parameters.
9374 (parse_partial_symbols, new_psymtab): Caller update.
9375 * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
9376 two parameters.
9377 * psymtab.c (psymtab_to_symtab): Caller update.
9378 * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
9379 (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
9380 Rename parameter PST to SELF. Exchanged two parameters.
9381 (xcoff_start_psymtab): Caller update.
9382
9383 2013-01-18 Yao Qi <yao@codesourcery.com>
9384
9385 * infrun.c (proceed): Rename local variable 'oneproc' to
9386 'force_step'.
9387
9388 2013-01-17 Doug Evans <dje@google.com>
9389
9390 * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
9391 (dw2_build_type_unit_groups): Delete. All uses updated.
9392
9393 * symtab.h (struct symbol_search): Add comment.
9394
9395 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9396
9397 * symtab.c (compare_filenames_for_search): New comment for
9398 HAS_DRIVE_SPEC.
9399
9400 2013-01-17 Tom Tromey <tromey@redhat.com>
9401
9402 * cp-abi.c (cp_abi_completer): Fix typo in assignment.
9403
9404 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9405
9406 * symtab.c (iterate_over_some_symtabs): New variable cleanups,
9407 initialize it by existing make_cleanup. Call new do_cleanups.
9408
9409 2013-01-17 Tom Tromey <tromey@redhat.com>
9410
9411 * cp-abi.c (cp_abi_completer): New function.
9412 (_initialize_cp_abi): Set completer for "set cp-abi".
9413
9414 2013-01-17 Tom Tromey <tromey@redhat.com>
9415
9416 * mem-break.c: Remove obsolete comment.
9417 * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
9418
9419 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
9420
9421 * jit.c (jit_reader_load_command): Interpret the jit reader name
9422 as an absolute path if it begins with a forward slash.
9423
9424 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
9425
9426 PR gdb/14550
9427
9428 * jit.c (finalize_symtab): Ensure that only the global block has a
9429 NULL superblock.
9430
9431 2013-01-17 Pedro Alves <palves@redhat.com>
9432
9433 * acinclude.m4: Include ../config/plugins.m4,
9434 ../config/largefile.m4 and ../config/lead-dot.m4. Add comments.
9435 * Makefile.in (aclocal_m4_deps): Update.
9436 * aclocal.m4: Renegerate.
9437
9438 2013-01-16 Doug Evans <dje@google.com>
9439
9440 * contrib/cc-with-tweaks.sh: Add references to Fission docs.
9441
9442 2013-01-16 Pedro Alves <palves@redhat.com>
9443 Tom Tromey <tromey@redhat.com>
9444
9445 PR cli/7221:
9446 * NEWS: Add "catch signal".
9447 * breakpoint.c (base_breakpoint_ops): No longer static.
9448 (bpstat_explains_signal): New function.
9449 (init_catchpoint): No longer static.
9450 (base_breakpoint_explains_signal): New function.
9451 (base_breakpoint_ops): Initialize new field.
9452 * breakpoint.h (enum bpstat_signal_value): New.
9453 (struct breakpoint_ops) <explains_signal>: New field.
9454 (bpstat_explains_signal): Remove macro, declare as function.
9455 (base_breakpoint_ops, init_catchpoint): Declare.
9456 * break-catch-sig.c: New file.
9457 * inferior.h (signal_catch_update): Declare.
9458 * infrun.c (signal_catch): New global.
9459 (handle_syscall_event): Update for change to
9460 bpstat_explains_signal.
9461 (handle_inferior_event): Likewise. Always handle random signals
9462 via bpstats.
9463 (signal_cache_update): Check signal_catch.
9464 (signal_catch_update): New function.
9465 (_initialize_infrun): Initialize signal_catch.
9466 * Makefile.in (SFILES): Add break-catch-sig.c.
9467 (COMMON_OBS): Add break-catch-sig.o.
9468
9469 2013-01-16 Tom Tromey <tromey@redhat.com>
9470
9471 * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
9472 (print_one_catch_solib, print_one_catch_syscall)
9473 (print_one_catch_exec, print_one_exception_catchpoint): Emit
9474 "catch-type".
9475
9476 2013-01-16 Yao Qi <yao@codesourcery.com>
9477
9478 * printcmd.c (current_display_number): Make it static.
9479
9480 2013-01-16 Yao Qi <yao@codesourcery.com>
9481
9482 * infcmd.c (step_once): Don't check '!single_inst' as it was
9483 checked before.
9484
9485 2013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9486
9487 * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
9488
9489 2013-01-14 Tom Tromey <tromey@redhat.com>
9490
9491 * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
9492 set command.
9493 * command.h (add_setshow_string_noescape_cmd): Update.
9494 * corefile.c (set_gnutarget_command): Remove trailing whitespace.
9495 (complete_set_gnutarget): New function.
9496 (_initialize_core): Set the "set gnutarget" completer.
9497
9498 2013-01-14 Tom Tromey <tromey@redhat.com>
9499
9500 PR symtab/14442:
9501 * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
9502 (c_type_print_modifier): Likewise.
9503 * dwarf2read.c (read_tag_restrict_type): New function.
9504 (read_type_die_1): Handle DW_TAG_restrict_type.
9505 * gdbtypes.c (make_restrict_type): New function.
9506 (recursive_dump_type): Handle TYPE_RESTRICT.
9507 * gdbtypes.h (enum type_flag_values): Renumber.
9508 (enum type_instance_flag_value): Add
9509 TYPE_INSTANCE_FLAG_RESTRICT.
9510 (TYPE_RESTRICT): New macro.
9511 (make_restrict_type): Declare.
9512
9513 2013-01-14 Tom Tromey <tromey@redhat.com>
9514
9515 PR symtab/14931:
9516 * psymtab.c (struct psymtab_state): New.
9517 (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
9518 functions.
9519 * psympriv.h (make_cleanup_discard_psymtabs): Declare.
9520 * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
9521
9522 2013-01-14 Richard Sharman <richard_sharman@mitel.com>
9523 Pedro Alves <palves@redhat.com>
9524
9525 PR remote/14786
9526
9527 * remote.c (remote_threads_info): Make a copy of the reply from
9528 qfThreadInfo and use that instead of rs->buf.
9529
9530 2013-01-14 Yao Qi <yao@codesourcery.com>
9531
9532 * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
9533 (dbx_psymtab_to_symtab): Likewise.
9534 * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
9535 * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
9536 * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
9537
9538 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9539
9540 * parse.c (parse_exp_in_context): New variable inner_chain. Call
9541 make_cleanup_restore_current_language. Call set_language. Move
9542 OLD_CHAIN and INNER_CHAIN cleanups.
9543 * utils.c (do_restore_current_language)
9544 (make_cleanup_restore_current_language): New functions.
9545 * utils.h (make_cleanup_restore_current_language): New declaration.
9546
9547 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9548
9549 * source.c (symtab_to_fullname): Apply rewrite_source_path also for
9550 non-existing files.
9551
9552 * source.c (symtab_to_fullname): Do not prepend DIRNAME for
9553 non-existing files if FILENAME is already absolute.
9554
9555 2013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9556
9557 * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
9558 fputs_filtered. Append trailing newline.
9559
9560 2013-01-11 Yao Qi <yao@codesourcery.com>
9561 Stan Shebs <stan@codesourcery.com>
9562
9563 * psymtab.c (init_psymbol_list): Clarify the comment.
9564
9565 2013-01-11 Yao Qi <yao@codesourcery.com>
9566
9567 * breakpoint.c (print_one_breakpoint_location): Remove dead code.
9568 (update_dprintf_command_list): Assert that 'printf_line' is
9569 non-null. Remove condition check.
9570
9571 2013-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9572
9573 Code cleanup.
9574 * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
9575 type const char *.
9576 * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
9577 const char *.
9578 * tui/tui-source.h (tui_source_is_displayed): Likewise.
9579
9580 2013-01-09 Anthony Green <green@moxielogic.com>
9581
9582 * cp-abi.c (cplus_print_vtable): Don't return value from void
9583 function.
9584 * ada-lang.c (re_set_catch_assert): Ditto.
9585
9586 2013-01-09 Doug Evans <dje@google.com>
9587
9588 * symfile.h (quick_symbol_functions): Delete member
9589 pre_expand_symtabs_matching. All uses removed.
9590 * dwarf2read.c (dw2_lookup_symbol): Implement.
9591 (dw2_do_expand_symtabs_matching): Delete.
9592 (dw2_pre_expand_symtabs_matching): Delete.
9593 (struct dw2_symtab_iterator): New type.
9594 (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
9595 (dw2_expand_symtabs_for_function): Rewrite.
9596 (dwarf2_gdb_index_functions): Update.
9597 * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
9598 (psym_functions): Update.
9599
9600 2013-01-09 Tom Tromey <tromey@redhat.com>
9601
9602 * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
9603 * configure: Rebuild.
9604 * configure.ac: Add somread.o to the build if BFD has SOM
9605 support.
9606 * somread.c: Include som/aout.h, not syms.h.
9607 (som_symtab_read): Use som_external_symbol_dictionary_record.
9608 Unpack records manually.
9609 (_initialize_somread): Declare.
9610
9611 2012-01-08 Mike Frysinger <vapier@gentoo.org>
9612
9613 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
9614 Cast return_address to 64bits.
9615
9616 2013-01-08 Hui Zhu <hui_zhu@mentor.com>
9617
9618 * printcmd.c: Remove define of function output_command.
9619 * tracepoint.c: Remove extern of function output_command.
9620 * valprint.h: (output_command): New extern.
9621
9622 2013-01-07 Tom Tromey <tromey@redhat.com>
9623
9624 * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
9625 Remove.
9626 (objc_language_defn): Use c_printchar, c_printstr,
9627 c_emit_char.
9628
9629 2013-01-07 Tom Tromey <tromey@redhat.com>
9630
9631 PR cli/7719:
9632 * NEWS: Update.
9633 * ada-valprint.c (printstr, print_field_values): Remove
9634 "inspect_it" code.
9635 * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
9636 code.
9637 * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
9638 code.
9639 * m2-lang.c (m2_printstr): Remove "inspect_it" code.
9640 * main.c (captured_main): Remove "epoch" argument.
9641 * objc-lang.c (objc_printstr): Remove "inspect_it" code.
9642 * p-lang.c (pascal_printstr): Remove "inspect_it" code.
9643 * p-valprint.c (pascal_object_print_value_fields): Remove
9644 "inspect_it" code.
9645 * printcmd.c (print_command_1): Remove 'inspect' argument.
9646 (print_command, call_command): Update.
9647 (inspect_command): Remove.
9648 (_initialize_printcmd): Make "inspect" an alias for "print".
9649 * top.c (epoch_interface): Remove.
9650 * top.h (epoch_interface): Remove.
9651 * valprint.c (user_print_options): Update.
9652 (print_converted_chars_to_obstack): Remove "inspect_it" code.
9653 * valprint.h (struct value_print_options) <inspect_it>: Remove
9654 field.
9655
9656 2013-01-04 Tom Tromey <tromey@redhat.com>
9657
9658 * valprint.h (read_string): Add 'extern'.
9659
9660 2013-01-07 Joel Brobecker <brobecker@adacore.com>
9661
9662 * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
9663 used to decide whether to define darwin_read_dyld_info or not.
9664
9665 2013-01-03 Pierre Muller <muller@sourceware.org>
9666
9667 * main.c (relocate_gdb_directory): Avoid calling stat function
9668 if DIR is empty.
9669
9670 2013-01-03 Yao Qi <yao@codesourcery.com>
9671
9672 * psymtab.c (fixup_psymbol_section): Update declaration.
9673 (fixup_psymbol_section): Remove code returning value.
9674
9675 2013-01-03 Yao Qi <yao@codesourcery.com>
9676
9677 * symtab.h: Remove some out of date comments.
9678 (enum exception_event_kind): Move it ...
9679 * breakpoint.c: ... here.
9680
9681 2013-01-02 Iain Sandoe <developer@sandoe-acoustics.co.uk>
9682
9683 PR gdb/14405
9684 * darwin-nat.c (darwin_read_dyld_info): Only build if
9685 TASK_DYLD_INFO_COUNT is defined.
9686 (darwin_xfer_partial): Call darwin_read_dyld_info only if
9687 TASK_DYLD_INFO_COUNT is defined.
9688
9689 2013-01-02 Tom Tromey <tromey@redhat.com>
9690
9691 * symfile.h (struct ecoff_debug_hack): Remove.
9692 * objfiles.c: Don't include mdebugread.h.
9693
9694 2013-01-02 Tom Tromey <tromey@redhat.com>
9695
9696 * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
9697 * configure.ac: Check for Mach-O support in BFD. Update
9698 CONFIG_OBS.
9699 * configure: Rebuild.
9700
9701 2013-01-02 Tom Tromey <tromey@redhat.com>
9702
9703 * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
9704 * configure.ac: Use GDB_AC_CHECK_BFD.
9705 * configure: Rebuild.
9706
9707 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
9708
9709 * MAINTAINERS: Update my email.
9710
9711 2013-01-01 Joel Brobecker <brobecker@adacore.com>
9712
9713 * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
9714
9715 2013-01-01 Joel Brobecker <brobecker@adacore.com>
9716
9717 * rs6000-nat.c (bss_data_overlap): New function.
9718 (vmap_symtab): Use it to adjust the .bss section's offset.
9719
9720 2013-01-01 Joel Brobecker <brobecker@adacore.com>
9721
9722 Update year range in copyright notice of all files.
9723
9724 2013-01-01, 13 Joel Brobecker <brobecker@adacore.com>
9725
9726 * top.c (print_gdb_version): Update copyright year.
9727
9728 For older changes see ChangeLog-2012.
9729 \f
9730 Local Variables:
9731 mode: change-log
9732 left-margin: 8
9733 fill-column: 74
9734 version-control: never
9735 coding: utf-8
9736 End:
This page took 0.243904 seconds and 4 git commands to generate.