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