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