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