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