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