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