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