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