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