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