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