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