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