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