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