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