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