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