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