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