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