testsuite: Persistent gdbserver cleanup
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
bbe769cc
MR
12013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
2
3 * linux-tdep.c (linux_corefile_thread_callback): Propagate any
4 failure from register information collection.
5
72ee4495 62013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
59a70096
MR
7
8 * linux-tdep.c (linux_corefile_thread_data): Remove `num_notes'
9 member.
10 (linux_corefile_thread_callback): Update accordingly.
11 (linux_make_corefile_notes): Likewise.
12
98882a26
PA
132013-10-24 Pedro Alves <palves@redhat.com>
14
15 * NEWS (New options): Mention set/show startup-with-shell.
16 * config/alpha/nm-osf3.h (START_INFERIOR_TRAPS_EXPECTED): Set to 2
17 instead of 3.
18 * fork-child.c (fork_inferior, startup_inferior): Handle 'set
19 startup-with-shell'.
20 (show_startup_with_shell): New function.
21 (_initialize_fork_child): Register the set/show startup-with-shell
22 commands.
23 * inf-ptrace.c (inf_ptrace_create_inferior): Remove comment.
24 * inf-ttrace.c (inf_ttrace_him): Remove comment.
25 * procfs.c (procfs_init_inferior): Remove comment.
26 * infcmd.c (startup_with_shell): New global.
27 * inferior.h (startup_with_shell): Declare global.
28 (STARTUP_WITH_SHELL): Delete.
29 (START_INFERIOR_TRAPS_EXPECTED): Set to 1 by default instead of 2.
30
c9737c08
PA
312013-10-23 Pedro Alves <palves@redhat.com>
32
33 * common/gdb_signals.h (gdb_signal_to_symbol_string): Declare.
34 * common/signals.c: Include "gdb_assert.h".
35 (signals): New field 'symbol'.
36 (SET): Use the 'symbol' parameter.
37 (gdb_signal_to_symbol_string): New function.
38 * infrun.c (handle_inferior_event) <random signal>: In debug
39 output, print the random signal enum as string in addition to its
40 number.
41 * target/waitstatus.c (target_waitstatus_to_string): Print the
42 signal's enum value as string instead of the (POSIX) signal name.
43
f60db4f0
GB
442013-10-23 Gary Benson <gbenson@redhat.com>
45
46 PR 16013
47 * common/linux-osdata.c (command_from_pid): Reduced size of cmd
48 from 32 to 18. Adjusted fscanf format string accordingly.
49 (Avoids leaving cmd unterminated.)
50 (print_sockets): Do not parse tlen, inode, sl, timeout, txq, rxq,
51 trun, retn or extra. (Avoids leaving extra unterminated.) Check
52 that local_address and remote_address will not overflow.
53 (linux_xfer_osdata_modules): Parse lines using strtok to avoid
54 leaving dependencies unterminated. Parse size as "%u" to match
55 definition.
56
6d3e7a94
PA
572013-10-22 Pedro Alves <palves@redhat.com>
58
59 * infrun.c (handle_inferior_event) <thread hop>: Don't clear or
60 set ecs->random signal.
61
42ec045f
PA
622013-10-22 Pedro Alves <palves@redhat.com>
63
64 * infrun.c (keep_going): Update comments.
65
662013-10-22 Pedro Alves <palves@redhat.com>
67
68 * remote.c (remote_parse_stop_reply) <'T'/'S'/'X' replies>: Map
69 invalid signal numbers to GDB_SIGNAL_UNKNOWN.
70
712013-10-22 Pedro Alves <palves@redhat.com>
72
73 * include/gdb/signals.def (TARGET_EXC_BAD_ACCESS): Rename to
74 GDB_EXC_BAD_ACCESS.
75 (TARGET_EXC_BAD_INSTRUCTION): Rename to GDB_EXC_BAD_INSTRUCTION.
76 (TARGET_EXC_ARITHMETIC): Rename to GDB_EXC_ARITHMETIC.
77 (TARGET_EXC_EMULATION): Rename to GDB_EXC_EMULATION.
78 (TARGET_EXC_SOFTWARE): Rename to GDB_EXC_SOFTWARE.
79 (TARGET_EXC_BREAKPOINT): Rename to GDB_EXC_BREAKPOINT.
80 (GDB_SIGNAL_LAST): Change description string.
81 * common/signals.c (gdb_signal_from_host, do_gdb_signal_to_host):
82 Adjust to signal renaming.
83 * darwin-nat.c (darwin_decode_message): Likewise.
84
c8fde1b1
JM
852013-10-22 Jose E. Marchesi <jose.marchesi@oracle.com>
86
87 * MAINTAINERS (Write After Approval): Add myself to the list.
88
e8369a73
AB
892013-10-18 Andrew Burgess <aburgess@broadcom.com>
90
91 * breakpoint.c (update_watchpoint): If hardware watchpoints are
92 forced off, downgrade them to software watchpoints if possible,
93 and error out if not possible.
94 (watch_command_1): Move watchpoint type selection closer to
95 watchpoint creation, and extend the comments.
96
776f04fa
PA
972013-10-18 Pedro Alves <palves@redhat.com>
98
99 PR gdb/16062
100 * infrun.c (handle_inferior_event): Keep going if we got a random
101 signal we should not stop for, instead of falling through to the
102 step tests.
103
0c6faab5
YQ
1042013-10-18 Yao Qi <yao@codesourcery.com>
105
106 * c-varobj.c (cplus_number_of_children): Fix indentation.
107
50b34a18
TT
1082013-10-17 Tom Tromey <tromey@redhat.com>
109
110 PR gdb/15995:
111 * printcmd.c (printcmd): Call gdb_flush.
112
5c4c8a59
TT
1132013-10-17 Tom Tromey <tromey@redhat.com>
114
115 * elfread.c (struct elfinfo) <stabindexsect>: Remove.
116 (elf_locate_sections): Update.
117
c4124bf1
YQ
1182013-10-17 Yao Qi <yao@codesourcery.com>
119
120 * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
121 * ada-varobj.c: Remove the include of ada-varobj.h.
122 (ada_varobj_get_number_of_children): Declare.
123 (ada_varobj_get_name_of_child): Make it static.
124 (ada_varobj_get_path_expr_of_child): Likewise.
125 (ada_varobj_get_value_of_child): Likewise.
126 (ada_varobj_get_type_of_child): Likewise.
127 (ada_varobj_get_value_of_array_variable): Likewise.
128 * ada-varobj.h: Remove.
129
99ad9427
YQ
1302013-10-17 Yao Qi <yao@codesourcery.com>
131
132 * Makefile.in (SFILES): Add c-varobj.c and jv-varobj.c.
133 (COMMON_OBS): Add c-varobj.o and jv-varobj.o.
134 * ada-varobj.c: Include "varobj.h".
135 (ada_number_of_children): New. Moved from varobj.c.
136 (ada_name_of_variable, ada_name_of_child): Likewise.
137 (ada_path_expr_of_child, ada_value_of_child): Likewise.
138 (ada_type_of_child, ada_value_of_variable): Likewise.
139 (ada_value_is_changeable_p, ada_value_has_mutated): Likewise.
140 (ada_varobj_ops): New.
141 * c-varobj.c, jv-varobj.c: New file. Moved from varobj.c.
142 * gdbtypes.c (get_target_type): New. Moved from varobj.c.
143 * gdbtypes.h (get_target_type): Declare.
144 * varobj.c: Remove the inclusion of "ada-varobj.h" and
145 "ada-lang.h".
146 (ANONYMOUS_STRUCT_NAME): Move it to c-varobj.c.
147 (ANONYMOUS_UNION_NAME): Likewise.
148 (get_type, get_value_type, get_target_type): Remove declarations.
149 (value_get_print_value, varobj_value_get_print_value): Likewise.
150 (c_number_of_children, c_name_of_variable): Likewise.
151 (c_name_of_child, c_path_expr_of_child): Likewise.
152 (c_value_of_child, c_type_of_child): Likewise.
153 (c_value_of_variable, cplus_number_of_children): Likewise.
154 (cplus_class_num_children, cplus_name_of_variable): Likewise.
155 (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
156 (cplus_value_of_child, cplus_type_of_child): Likewise.
157 (cplus_value_of_variable, java_number_of_children): Likewise.
158 (java_name_of_variable, java_name_of_child): Likewise.
159 (java_path_expr_of_child, java_value_of_child): Likewise.
160 (java_type_of_child, java_value_of_variable): Likewise.
161 (ada_number_of_children, ada_name_of_variable): Likewise.
162 (ada_name_of_child, ada_path_expr_of_child): Likewise.
163 (ada_value_of_child, ada_type_of_child): Likewise.
164 (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
165 (ada_value_has_mutated): Likewise.
166 (struct language_specific): Move it to varobj.h.
167 (CPLUS_FAKE_CHILD): Move it to varobj.h.
168 (restrict_range): Rename it varobj_restrict_range. Make it extern.
169 Callers update.
170 (get_path_expr_parent): Rename it to varobj_get_path_expr_parent.
171 Make it extern.
172 (is_anonymous_child): Move it to c-varobj.c and rename to
173 varobj_is_anonymous_child. Caller update.
174 (get_type): Move it to c-varobj.c.
175 (get_value_type): Rename it varobj_get_value_type. Make it
176 extern.
177 (get_target_type): Move it gdbtypes.c.
178 (varobj_formatted_print_options): New function.
179 (value_get_print_value): Rename it to
180 varobj_value_get_print_value and make it extern.
181 (varobj_value_is_changeable_p): Make it extern.
182 (adjust_value_for_child_access): Move it to c-varobj.c.
183 (default_value_is_changeable_p): Rename it to
184 varobj_default_value_is_changeable_p. Make it extern.
185 (c_number_of_children, c_name_of_variable): Move it to c-varobj.c
186 (c_name_of_child, c_path_expr_of_child): Likewise.
187 (c_value_of_child, c_type_of_child): Likewise.
188 (c_value_of_variable, cplus_number_of_children): Likewise.
189 (cplus_class_num_children, cplus_name_of_variable): Likewise.
190 (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
191 (cplus_value_of_child, cplus_type_of_child): Likewise.
192 (cplus_value_of_variable): Likewise.
193 (java_number_of_children, java_name_of_variable): Move it to jv-varobj.c.
194 (java_name_of_child, java_path_expr_of_child): Likewise.
195 (java_value_of_child, java_type_of_child): Likewise.
196 (java_value_of_variable): Likewise.
197 (ada_number_of_children, ada_name_of_variable): Move it to ada-varobj.c.
198 (ada_name_of_child, ada_path_expr_of_child): Likewise.
199 (ada_value_of_child, ada_type_of_child): Likewise.
200 (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
201 (ada_value_has_mutated): Likewise.
202 * varobj.h (CPLUS_FAKE_CHILD): New macro, moved from varobj.c.
203 (struct lang_varobj_ops): New. Renamed by 'struct language_specific'.
204 (c_varobj_ops, cplus_varobj_ops): Declare.
205 (java_varobj_ops, ada_varobj_ops): Declare.
206 (varobj_default_value_is_changeable_p): Declare.
207 (varobj_value_is_changeable_p): Declare.
208 (varobj_get_value_type, varobj_is_anonymous_child): Declare.
209 (varobj_get_path_expr_parent): Declare.
210 (varobj_value_get_print_value): Declare.
211 (varobj_formatted_print_options): Declare.
212 (varobj_restrict_range): Declare.
213
c8a62302
LM
2142013-10-17 Luis Machado <lgustavo@codesourcery.com>
215
216 * target/waitstatus.h (target_waitkind): Remove spurious
217 character from the comments.
218
eade6471
JB
2192013-10-17 Joel Brobecker <brobecker@adacore.com>
220
221 * gdbarch.sh (get_longjmp_target): Add method documentation.
222 * gdbarch.h: Regenerate.
223
5411b26c
TT
2242013-10-16 Tom Tromey <tromey@redhat.com>
225
226 * dbxread.c (read_dbx_symtab) <bss_ext_symbol>: Remove unused
227 label.
228
87326c87
LM
2292013-10-16 Luis Machado <lgustavo@codesourcery.com>
230
231 * gcore.in: Call GDB using the full path to the gcore script.
232 Error out if the GDB binary is not found.
233
fd0a4d76
SDJ
2342013-10-16 Sergio Durigan Junior <sergiodj@redhat.com>
235
236 PR gdb/16014
237 * dwarf2read.c (dw2_get_real_path): Remove unnecessary call to
238 sizeof.
239
d92f7ee3
SDJ
2402013-10-16 Sergio Durigan Junior <sergiodj@redhat.com>
241
242 PR gdb/16042
243 * target.c (target_disable_btrace): Fix invalid return value for
244 void function.
245 (target_teardown_btrace): Likewise.
246
bb5ce47a
YQ
2472013-10-14 Yao Qi <yao@codesourcery.com>
248
249 * varobj.c (struct varobj): Move most of the fields to
250 varobj.h.
251 (struct varobj_dynamic): New struct.
252 (varobj_get_display_hint) [HAVE_PYTHON]: Adjust.
253 (varobj_has_more): Likewise.
254 (dynamic_varobj_has_child_method): Likewise.
255 (update_dynamic_varobj_children): Likewise.
256 (varobj_get_num_children): Likewise.
257 (varobj_list_children, varobj_pretty_printed_p): Likewise.
258 (install_new_value_visualizer): Likewise.
259 (install_new_value_visualizer, install_new_value): Likewise.
260 (varobj_update, new_variable, free_variable): Likewise.
261 (my_value_of_variable, value_get_print_value): Likewise.
262 (install_visualizer): Change the type of parameter 'var' to
263 'struct varobjd_dynamic *'. Callers update.
264 * varobj.h (struct varobj): Moved from varobj.c.
265 (struct varobj) <dynamic>: New field.
266
0b76b0ce
SL
2672013-10-13 Sandra Loosemore <sandra@codesourcery.com>
268
269 * nios2-tdep.c (nios2_reg_names): Use "sstatus" rather than "ba"
270 as the preferred name of r30.
271 * nios2-linux-tdep.c (reg_offsets): Likewise.
272 * features/nios2-cpu.xml: Likewise.
273 * features/nios2-linux.c: Regenerated.
274 * features/nios2.c: Regenerated.
275 * regformats/nios2-linux.dat: Regenerated.
276
4856b6bc
JK
2772013-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
278
279 Canonicalize directories for EXEC_FILENAME.
280 * exec.c (exec_file_attach): Use gdb_realpath_keepfile for
281 exec_filename.
282 * utils.c (gdb_realpath_keepfile): New function.
283 * utils.h (gdb_realpath_keepfile): New declaration.
284
9b557b58
DE
2852013-10-11 Doug Evans <dje@google.com>
286
287 * Makefile.in (GDBFLAGS): New variable.
288 (run): New rule.
289
ce13fade
JB
2902013-10-11 Joel Brobecker <brobecker@adacore.com>
291
292 * NEWS: Add entry documenting the new "-catch-assert" and
293 "-catch-exception" GDB/MI commands.
294
349774ef
JB
2952013-10-11 Joel Brobecker <brobecker@adacore.com>
296
297 * breakpoint.h (init_ada_exception_breakpoint): Add parameter
298 "enabled".
299 * breakpoint.c (init_ada_exception_breakpoint): Add parameter
300 "enabled". Set B->ENABLE_STATE accordingly.
301 * ada-lang.h (ada_exception_catchpoint_kind): Move here from
302 ada-lang.c.
303 (create_ada_exception_catchpoint): Add declaration.
304 * ada-lang.c (ada_exception_catchpoint_kind): Move to ada-lang.h.
305 (create_ada_exception_catchpoint): Make non-static. Add new
306 parameter "disabled". Use it in call to
307 init_ada_exception_breakpoint.
308 (catch_ada_exception_command): Add parameter "enabled" in call
309 to create_ada_exception_catchpoint.
310 (catch_assert_command): Likewise.
311
312 * mi/mi-cmds.h (mi_cmd_catch_assert, mi_cmd_catch_exception):
313 Add declarations.
314 * mi/mi-cmds.c (mi_cmds): Add the "catch-assert" and
315 "catch-exception" commands.
316 * mi/mi-cmd-catch.c: Add #include "ada-lang.h".
317 (mi_cmd_catch_assert, mi_cmd_catch_exception): New functions.
318
761269c8
JB
3192013-10-11 Joel Brobecker <brobecker@adacore.com>
320
321 * ada-lang.c (enum ada_exception_catchpoint_kind): Renames
322 "enum exception_catchpoint_kind". Replace the "ex_" prefix
323 of all its enumerates with "ada_". Update the rest of this
324 file throughout.
325
b4a5b78b
JB
3262013-10-11 Joel Brobecker <brobecker@adacore.com>
327
328 * ada-lang.c (ada_decode_exception_location): Delete.
329 (create_ada_exception_catchpoint): Remove arguments "sal",
330 "addr_string" and "ops". Add argument "ex_kind" instead.
331 Adjust implementation accordingly, calling ada_exception_sal
332 to get the entities it no longer gets passed as arguments.
333 Document the function's arguments.
334 (catch_ada_exception_command): Use catch_ada_exception_command_split
335 instead of ada_decode_exception_location, and update call to
336 create_ada_exception_catchpoint.
337 (catch_ada_assert_command_split): Renames
338 ada_decode_assert_location. Remove parameters "addr_string" and
339 "ops", and now returns void. Adjust implementation accordingly.
340 Update the function documentation.
341 (catch_assert_command): Use catch_ada_assert_command_split
342 instead of ada_decode_assert_location. Update call to
343 create_ada_exception_catchpoint.
344
7ad1d32c 3452013-10-11 Joel Brobecker <brobecker@adacore.com>
7c647d61
JB
346
347 * utils.h (perror_warning_with_name): Add declaration.
348 * utils.c (perror_warning_with_name): New function.
349 * cli/cli-cmds.c (source_script_with_search): Add call to
350 perror_warning_with_name if from_tty is nul.
351
7ad1d32c 3522013-10-11 Joel Brobecker <brobecker@adacore.com>
0cf4063e
JB
353
354 * utils.c (perror_string): New function, extracted out of
355 throw_perror_with_name.
356 (throw_perror_with_name): Rework to use perror_string.
357
bcc75809
YQ
3582013-10-11 Yao Qi <yao@codesourcery.com>
359
360 * remote.c (discard_pending_stop_replies_in_queue): Update
361 declaration.
362 (struct stop_reply) <rs>: New field.
363 (remove_stop_reply_of_remote_state): New function.
364 (discard_pending_stop_replies_in_queue): Add parameter 'rs'.
365 Callers update. Pass remove_stop_reply_of_remote_state to
366 QUEUE_iterate.
367 (remote_parse_stop_reply): Initialize field 'rs'.
368
05feb193
WN
3692013-10-10 Will Newton <will.newton@linaro.org>
370
371 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
372 linux_init_abi.
373
0d12017b
JB
3742013-10-10 Joel Brobecker <brobecker@adacore.com>
375
376 * cli/cli-cmds.c (show_baud_rate): Moved to serial.c as
377 serial_baud_show_cmd.
378 (_initialize_cli_cmds): Delete the code creating the
379 "set/show remotebaud" commands.
380 * serial.c (baud_rate): Move here from top.c.
381 (serial_baud_show_cmd): Move here from cli/cli-cmds.c.
382 (_initialize_serial): Create "set/show serial baud" commands.
383 Add "set/show remotebaud" command aliases.
384 * top.c (baud_rate): Moved to serial.c.
385 * NEWS: Document the new "set/show serial baud" commands,
386 replacing "set/show remotebaud".
387
578d3588
PA
3882013-10-09 Pedro Alves <palves@redhat.com>
389
390 * breakpoint.c (insert_bp_location): Use memory_error_message to
391 build the memory error string.
392 * c-lang.c: Include "gdbcore.h".
393 (c_get_string): Use memory_error to throw error.
394 (target_xfer_memory_error): Delete.
395 (memory_error_message): New, factored out from
396 target_xfer_memory_error.
397 (memory_error): Change parameter type to target_xfer_error.
398 Rewrite.
399 (read_memory): Use memory_error instead of
400 target_xfer_memory_error.
401 * gdbcore.h: Include "target.h".
402 (memory_error): Change parameter type to target_xfer_error.
403 (memory_error_message): Declare function.
404 * target.c (target_read_memory, target_read_stack)
405 (target_write_memory, target_write_raw_memory): Return
406 TARGET_XFER_E_IO on error. Adjust comments.
407 (get_target_memory): Pass TARGET_XFER_E_IO to memory_error,
408 instead of EIO.
409 * target.h (target_read, target_insert_breakpoint)
410 (target_remove_breakpoint): Adjust comments.
411 * valprint.c (partial_memory_read): Rename parameter, and adjust
412 comment.
413 (val_print_string): Use memory_error_message to build the memory
414 error string.
415
c74e1ccf
JK
4162013-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
417
418 * common/filestuff.c (gdb_fopen_cloexec): Remove initialization of
419 result variable. Rename variable fopen_e_ever_failed to
420 fopen_e_ever_failed_einval. Retry fopen only for errno EINVAL.
421
915215be
PA
4222013-10-09 Pedro Alves <palves@redhat.com>
423
424 * monitor.c (monitor_write_memory, monitor_write_memory_bytes)
425 (monitor_write_memory_longlongs, monitor_write_memory_block):
426 Constify 'myaddr' parameter.
427 (monitor_xfer_memory): Adjust interface as monitor_xfer_partial
428 helper.
429 (monitor_xfer_partial): New function.
430 (init_base_monitor_ops): Don't install a deprecated_xfer_memory
431 hook. Install a to_xfer_partial hook.
432
acd13123
TT
4332013-10-09 Tom Tromey <tromey@redhat.com>
434
435 * dwarf2read.c (dwarf2_get_dwz_file): Update for type change in
436 bfd_get_alt_debug_link_info.
437
40135bb1
JK
4382013-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
439
440 New flag OBJF_NOT_FILENAME.
441 * auto-load.c (auto_load_objfile_script): Check also OBJF_NOT_FILENAME.
442 * jit.c (jit_object_close_impl): Use OBJF_NOT_FILENAME for
443 allocate_objfile.
444 (jit_bfd_try_read_symtab): Use OBJF_NOT_FILENAME for
445 symbol_file_add_from_bfd.
446 * jv-lang.c (get_dynamics_objfile): Use OBJF_NOT_FILENAME for
447 allocate_objfile.
448 * objfiles.c (allocate_objfile): Assert OBJF_NOT_FILENAME if NAME is
449 NULL.
450 * objfiles.h (OBJF_NOT_FILENAME): New.
451
dc294be5
TT
4522013-10-08 Tom Tromey <tromey@redhat.com>
453
454 * Makefile.in (SFILES): Add build-id.c.
455 (HFILES_NO_SRCDIR): Add build-id.h.
456 * build-id.c: New file, largely from elfread.c. Modified
457 most functions.
458 * build-id.h: New file.
459 * dwarf2read.c (dwarf2_get_dwz_file): Update for change to
460 bfd_get_alt_debug_link_info. Verify dwz file's build-id.
461 Search for dwz file using build-id.
462 * elfread.c (build_id_bfd_get, build_id_verify)
463 (build_id_to_debug_filename, find_separate_debug_file): Remove.
464
db230ce3
JB
4652013-10-08 Joel Brobecker <brobecker@adacore.com>
466
467 * ada-lang.c (compare_names_with_case): Renamed from
468 compare_names, adding a new parameter "casing" and its handling.
469 New function documentation.
470 (compare_names): New function, implemented using
471 compare_names_with_case.
472
6501c98a
JB
4732013-10-08 Joel Brobecker <brobecker@adacore.com>
474
475 * ada-lang.c (ada_exception_sal): Remove advance declaration.
476
84a1243b
TT
4772013-10-07 Tom Tromey <tromey@redhat.com>
478
479 * objfiles.c (free_objfile_per_bfd_storage): Delete the
480 demangled_names_hash.
481 (free_objfile): Don't delete the demangled_names_hash.
482 * objfiles.h (struct objfile_per_bfd_storage)
483 <demangled_names_hash>: New field.
484 (struct objfile) <demangled_names_hash>: Move to
485 objfile_per_bfd_storage.
486 * symfile.c (reread_symbols): Don't delete the
487 demangled_names_hash.
488 * symtab.c (create_demangled_names_hash): Update.
489 (symbol_set_names): Update.
490
1da77581
TT
4912013-10-07 Tom Tromey <tromey@redhat.com>
492
493 * gdb_bfd.c (struct gdb_bfd_data) <relocation_computed,
494 needs_relocations>: New fields.
495 (gdb_bfd_requires_relocations): New function.
496 * gdb_bfd.h (gdb_bfd_requires_relocations): Declare.
497 * objfiles.c (get_objfile_bfd_data): Disallow sharing if
498 the BFD needs relocations applied.
499
46ecd527
PA
5002013-10-07 Pedro Alves <palves@redhat.com>
501
502 PR breakpoints/11568
503 * breakpoint.c (remove_threaded_breakpoints): Say "no longer in
504 the thread list" instead of "gone".
505
0c557179
SDJ
5062013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
507
508 * NEWS: Mention new convenience variable $_exitsignal.
509 * corelow.c (core_open): Reset exit convenience variables. Set
510 $_exitsignal to the uncaught signal which generated the corefile.
511 * infrun.c (handle_inferior_event): Reset exit convenience
512 variables. Set $_exitsignal for TARGET_WAITKIND_SIGNALLED.
513 (clear_exit_convenience_vars): New function.
514 * inferior.h (clear_exit_convenience_vars): New prototype.
515
1cc47d81
YQ
5162013-10-06 Yao Qi <yao@codesourcery.com>
517
518 * varobj.h: Add comments to enum varobj_languages.
519
73869dc2
DE
5202013-10-04 Doug Evans <dje@google.com>
521
522 Add support for DWP file format version 2.
523 * NEWS: Mention support for DWP file format version 2.
524 * dwarf2read.c (dwarf2_section_info): Convert asection field to a
525 union of asection, containing_section. New fields virtual_offset
526 and is_virtual. Change type of readin filed from int to char.
527 (dwo_sections, dwo_file): Tweak comments.
528 (dwp_v2_section_ids): New enum.
529 (dwp_sections): New fields abbrev, info, line, loc, macinfo, macro,
530 str_offsets, types.
531 (virtual_v1_dwo_sections): Renamed from virtual_dwo_sections.
532 All uses updated.
533 (virtual_v2_dwo_sections): New struct.
534 (dwp_hash_table): New fields version, nr_columns. Change type of
535 section_pool field to a union.
536 (dwp_file): New field version.
537 (dwarf2_has_info): Check for virtual sections.
538 (get_containing_section): New function.
539 (get_section_bfd_owner, get_section_bfd_section): Call it.
540 (dwarf2_locate_sections): Update.
541 (dwarf2_section_empty_p): Update.
542 (dwarf2_read_section): Handle virtual sections.
543 (locate_dwz_sections): Update.
544 (create_dwp_hash_table): Document and handle V2 format.
545 (locate_v1_virtual_dwo_sections): Renamed from
546 locate_virtual_dwo_sections and update. All callers updated.
547 (create_dwo_unit_in_dwp_v1): Renamed from create_dwo_in_dwp.
548 Delete arg htab. Rename arg section_index to unit_index.
549 All callers updated.
550 (MAX_NR_V1_DWO_SECTIONS): Renamed from MAX_NR_DWO_SECTIONS.
551 All uses updated.
552 (create_dwp_v2_section, create_dwo_unit_in_dwp_v2): New functions.
553 (lookup_dwo_unit_in_dwp): Add V2 support.
554 (dwarf2_locate_dwo_sections): Update.
555 (dwarf2_locate_common_dwp_sections): Renamed from
556 dwarf2_locate_dwp_sections and update. All callers updated.
557 (dwarf2_locate_v2_dwp_sections): New function.
558 (open_and_init_dwp_file): Add V2 support.
559 (read_str_index): New locals str_section, str_offsets_section.
560
9a2c3737
PA
5612013-10-04 Pedro Alves <palves@redhat.com>
562
563 * common/ptid.c (null_ptid, minus_one_ptid, ptid_build)
564 (pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid)
565 (ptid_equal, ptid_is_pid, ptid_lwp_p, ptid_tid_p): Replace
566 describing comments with references to ptid.h.
567 * common/ptid.h: Remove intro description of constructors,
568 accessors and predicates.
569 (struct ptid): Reformat.
570 (minus_one_ptid, ptid_build, pid_to_ptid, ptid_get_pid)
571 (ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid): Change
572 describing comments.
573
f5371440
JB
5742013-10-04 Joel Brobecker <brobecker@adacore.com>
575
576 * aix-thread.c (sync_threadlists): Add missing ')' in call
577 to ptid_build.
578
793e1c06
JB
5792013-10-04 Joel Brobecker <brobecker@adacore.com>
580
581 * procfs.c (procfs_init_inferior): Fix typo causing the build
582 to fail.
583
26f0edc1
JB
5842013-10-04 Joel Brobecker <brobecker@adacore.com>
585
586 * aix-thread.c (ptrace32): Remove cast to addr_ptr.
587
5713b9b5
JB
5882013-10-04 Joel Brobecker <brobecker@adacore.com>
589
590 * mi/mi-main.c (run_one_inferior): Add function description.
591 Make ARG a pointer to an integer whose value determines whether
592 we should "run" or "start" the program.
593 (mi_cmd_exec_run): Add handling of the "--start" option.
594 Reject all other command-line options.
595 * NEWS: Add entry for "-exec-run"'s new "--start" option.
596
f48ff2a7
YQ
5972013-10-04 Yao Qi <yao@codesourcery.com>
598
599 * remote-notif.h (REMOTE_NOTIF_ID): New enum.
600 (struct notif_client) <pending_event>: Moved
601 to struct remote_notif_state.
602 <id>: New field.
603 (struct remote_notif_state) <pending_event>: New field.
604 (notif_event_xfree): Declare.
605 * remote-notif.c (handle_notification): Adjust.
606 (notif_event_xfree): New function.
607 (do_notif_event_xfree): Call notif_event_xfree.
608 (remote_notif_state_xfree): Call notif_event_xfree to free
609 each element in field pending_event.
610 * remote.c (discard_pending_stop_replies): Remove declaration.
611 (discard_pending_stop_replies_in_queue): Declare.
612 (remote_close): Call discard_pending_stop_replies_in_queue
613 instead of discard_pending_stop_replies.
614 (remote_start_remote): Adjust.
615 (stop_reply_xfree): Call notif_event_xfree.
616 (notif_client_stop): Adjust initialization.
617 (remote_notif_remove_all): Rename it to ...
618 (remove_stop_reply_for_inferior): ... this. Update comments.
619 Don't check INF is NULL.
620 (discard_pending_stop_replies): Return early if notif_state is
621 NULL. Adjust. Don't check INF is NULL.
622 (remote_notif_get_pending_events): Adjust.
623 (discard_pending_stop_replies_in_queue): New function.
624 (remote_wait_ns): Likewise.
625
5965e028
YQ
6262013-10-04 Yao Qi <yao@codesourcery.com>
627
628 * remote-notif.c (DECLARE_QUEUE_P): Remove.
629 (notif_queue): Remove.
630 (remote_notif_process): Add one parameter 'notif_queue'.
631 Update comments. Callers update.
632 (remote_async_get_pending_events_token): Remove.
633 (remote_notif_register_async_event_handler): Remove.
634 (remote_notif_unregister_async_event_handler): Remove.
635 (handle_notification): Add parameter 'notif_queue'. Update
636 comments. Callers update.
637 (notif_xfree): Remove.
638 (remote_notif_state_allocate): New function.
639 (remote_notif_state_xfree): New function.
640 (_initialize_notif): Remove code to allocate queue.
641 * remote-notif.h (DECLARE_QUEUE_P): Moved from remote-notif.c.
642 (struct remote_notif_state): New.
643 (handle_notification): Update declaration.
644 (remote_notif_process): Likewise.
645 (remote_notif_register_async_event_handler): Remove.
646 (remote_notif_unregister_async_event_handler): Remove.
647 (remote_notif_state_allocate): Declare.
648 (remote_notif_state_xfree): Declare.
649 * remote.c (struct remote_state) <notif_state>: New field.
650 (remote_close): Don't call
651 remote_notif_unregister_async_event_handler. Call
652 remote_notif_state_xfree.
653 (remote_open_1): Don't call
654 remote_notif_register_async_event_handler. Call
655 remote_notif_state_allocate.
656
5e5ac9a5
YQ
6572013-10-04 Yao Qi <yao@codesourcery.com>
658
659 * varobj.c (create_child_with_value): Remove 'const' from the
660 type of parameter 'name'.
661 (varobj_add_child): Likewise.
662 (install_dynamic_child): Remove 'const' from the type of
663 parameter 'name'.
664 (varobj_add_child): Likewise.
665 (create_child_with_value): Likewise. Update comments. Don't
666 duplicate 'name'.
667 (update_dynamic_varobj_children): Duplicate 'name'
668 and pass it to install_dynamic_child.
669
06ab7b19
PM
6702013-10-03 Phil Muldoon <pmuldoon@redhat.com>
671
672 * python/py-value.c (convert_value_from_python): Move PyInt_Check
673 conversion logic to occur after PyLong_Check. Comment on order
674 change significance.
675 * python/py-arch.c (archpy_disassemble): Comment on order of
676 conversion for integers and longs.
677
8ae377e8
PA
6782013-10-03 Pedro Alves <palves@redhat.com>
679
680 * common/linux-ptrace.c (linux_check_ptrace_features): Factor out
681 the PTRACE_O_TRACESYSGOOD and PTRACE_O_TRACEFORK to separate
682 functions. Always test for PTRACE_O_TRACESYSGOOD even if
683 PTRACE_O_TRACEFORK is not supported.
684 (linux_test_for_tracesysgood): New function.
685 (linux_test_for_tracefork): New function, factored out from
686 linux_check_ptrace_features, and also don't kill child_pid here.
687
b1328b1b
TG
6882013-10-03 Tristan Gingold <gingold@adacore.com>
689
690 * i386-darwin-nat.c (i386_darwin_dr_set): Fix argument type.
691 Remove verbose error reporting. Use detected state to
692 thread_set_state call.
693 (i386_darwin_dr_get): Fix return type. Remove verbose error
694 report.
695 Remove trailing spaces.
696
901461f8
PA
6972013-10-02 Pedro Alves <palves@redhat.com>
698
699 * cp-valprint.c (cp_print_value_fields): Adjust calls to
700 val_print_optimized_out.
701 * jv-valprint.c (java_print_value_fields): Likewise.
702 * p-valprint.c (pascal_object_print_value_fields): Likewise.
703 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full)
704 <DWARF_VALUE_REGISTER>: If the register was not saved, return a
705 new optimized out value.
706 * findvar.c (address_from_register): Likewise.
707 * frame.c (put_frame_register): Tweak error string to say the
708 register was not saved, rather than optimized out.
709 * infcmd.c (default_print_one_register_info): Adjust call to
710 val_print_optimized_out. Use value_of_register instead of
711 get_frame_register_value.
712 * mi/mi-main.c (output_register): Use value_of_register instead of
713 get_frame_register_value.
714 * valprint.c (valprint_check_validity): Likewise.
715 (val_print_optimized_out): New value parameter. If the value is
716 lval_register, print <not saved> instead.
717 (value_check_printable, val_print_scalar_formatted): Adjust calls
718 to val_print_optimized_out.
719 * valprint.h (val_print_optimized_out): New value parameter.
720 * value.c (struct value) <optimized_out>: Extend comment.
721 (error_value_optimized_out): New function.
722 (require_not_optimized_out): Use it. Use a different string for
723 lval_register values.
724 * value.h (error_value_optimized_out): New declaration.
725 * NEWS: Mention <not saved>.
726
042a84d9
JB
7272013-10-02 Joel Brobecker <brobecker@adacore.com>
728
729 * symtab.c (compare_search_syms): Use FILENAME_CMP instead of
730 strcmp to compare two symtab filenames.
731
6b9780fb
JB
7322013-10-02 Joel Brobecker <brobecker@adacore.com>
733
734 * symtab.c (search_symbols_equal): Delete.
735 (sort_search_symbols_remove_dups): Replace call to
736 search_symbols_equal by call to compare_search_syms,
737 adjusting as necessary.
738
751e7549
PM
7392013-10-02 Phil Muldoon <pmuldoon@redhat.com>
740
741 PR python/15579
742
743 * python/python.c: Document gdb.execute command in Python help.
744
1efd7661
PM
7452013-10-02 Phil Muldoon <pmuldoon@redhat.com>
746
747 * python/py-frame.c (frame_info_to_frame_object): Use
748 gdbpy_convert_exception. Clean up Python object on failure.
749
562fc849
PM
7502013-10-02 Phil Muldoon <pmuldoon@redhat.com>
751
752 * python/lib/gdb/command/frame_filters.py
753 (InfoFrameFilter.list_frame_filters): Retrieve exception manually.
754 (ShowFrameFilterPriority.invoke): Ditto.
755
d7561cbb
KS
7562013-10-01 Keith Seitz <keiths@redhat.com>
757
758 * linespec.c (struct ls_parser): Make 'saved_arg' const.
759 (parse_linespec): Make 'argptr' const.
760 Remove temporary cast of 'argptr' to const char **.
761 (decode_line_full): Pass const pointer to parse_linespec.
762 (decode_line_1): Likewise.
763 (decode_objc): Make local variable 'new_argptr' const.
764 (find_function_symbols): Remove temporary cast to char *
765 to find_imps.
766 * objc-lang.c (find_imps): Make argument 'method' const.
767 Return const.
768 * objc-lang.h (find_imps): Likewise.
769
7702013-10-01 Keith Seitz <keiths@redhat.com>
771
772 * completer.c (skip_quoted_chars): Make all arguments const.
773 Return const.
774 (skip_quoted): Likewise.
775 * completer.h (skip_quoted_chars): Likewise.
776 (skip_quoted): Likewise.
777 * defs.h (skip_quoted): Remove duplicate declaration.
778 * jv-exp.y: Include completer.h.
779 (yylex): Remove unneccessary cast to char * fro skip_quoted.
780 * p-exp.y: Include completer.h.
781
7822013-10-01 Keith Seitz <keiths@redhat.com>
783
784 * c-exp.y (parse_number): Make first argument const.
785 Make a copy of the input to manipulate.
786 (c_parse_escape): Make first argument const.
787 Make local variable 'tokptr' const.
788 (parse_string_or_char): Make first two arguments const.
789 (macro_original_text): Make const.
790 (lex_one_token): Make local variable 'tokstart' const.
791 Likewise for local variables named 'p'.
792 Cast away const for struct stoken (temporary).
793 * c-lang.h (c_parse_escpae): Make first argument const.
794 * cli/cli-cmds.c (echo_command): Make local variable 'p'
795 const.
796 * cli/cli-setshow.c (do_set_command): Likewise for 'p' in
797 var_string case.
798 * f-exp.y (parse_number): Make first argument const.
799 (match_string_literal): Make local variable 'tokstart'
800 const.
801 (yylex): Make local variable 'p' const.
802 Cast away const for struct stoken (temporary).
803 * go-exp.y (parse_number): Make first argument const.
804 (parse_string_or_char): Likewise.
805 Make local variable 'tokstart' const.
806 (lex_one_token): Likewise for numerous locals called 'p'.
807 Cast away const for struct stoken (temporary).
808 * jv-exp.y (parse_number): Make first argument const.
809 Make local variables 'tokstart' and 'tokptr' const.
810 Cast away const for call to skip_quoted (temporary).
811 (yylex): Make local variable 'p' const.
812 Cast away const for struct stoken (temporary).
813 * m2-exp.y (parse_number): Make local variable 'p' const.
814 (yylex): Likewise for 'tokstart'.
815 Cast away const for struct stoken (temporary).
816 Make local variable 'p' const.
817 * macroexp.c (get_character_constant): Pass a const string
818 to c_parse_escape.
819 (get_string_literal): Likewise.
820 (macro_expand_next): Make first argument const.
821 Cast away const for init_shared_buffer.
822 * macroexp.h (macro_expand_next): Make first argument const.
823 * p-exp.y (yylex): Make a local copy of 'lexptr'.
824 Pass a const string to c_parse_escape.
825 Make local variables 'p' and 'namestart' const.
826 * parse.c (lexptr): Make const.
827 (prev_lexptr): Likewise.
828 (find_template_name_end): Return const.
829 Make argument const, too.
830 (parse_exp_in_context): Make first argument const.
831 Remove the entire const_hack.
832 (parse_exp_in_context_1): Make first argument const.
833 * parser-defs.h (find_template_name_end): Return const.
834 Make argument const, too.
835 (lexptr): Make const.
836 (prev_lexptr): Likewise.
837 * utils.c (parse_escape): Make second argument const.
838 * utils.h (parse_escape): Likewise.
839
8402013-10-01 Keith Seitz <keiths@redhat.com>
841
842 * ada-exp.y (write_object_renaming): Update: struct stoken.ptr
843 is now const.
844 (block_lookup): Make 'raw_name' and 'name' const.
845 * ada-lex.l (processString): Update for struct stoken.ptr.
846 * c-exp.y (qualified_name : TYPENAME COLONCOLON '~' name): Likewise.
847 (operator_stoken): Likewise.
848 (lex_one_token): Remove temporary cast to char * for
849 'yylval.sval.ptr'.
850 * f-exp.y (yylex): Likewise.
851 * gdb-types.c (lookup_struct_elt_type): Make argument 'name' const.
852 * gdbtypes.h (lookup_struct_elt_type): Likewisee.
853 * go-exp.y (lex_one_token): Remove temporary cast to char * for
854 'yylval.sval.ptr'.
855 * jv-exp.y (QualifiedName): Update for struct stoken.ptr.
856 (yylex): Remove temporary cast to char * for 'yylval.sval.ptr'.
857 * linespec.c (struct ls_parser): Make 'stream' const.
858 (find_parameter_list_end): Make argument 'input' and local
859 variable 'p' const.
860 (linespec_lexer_lex_string): Make local variables 'start' and
861 'p' const.
862 Use skip_spaces_const instead of skip_spaces.
863 (linespec_lexer_peek_token): Make local variable 'saved_stream'
864 const.
865 (parse_linespec): Temporarily cast 'argptr' to const for
866 'parser->lexer.stream'.
867 * m2-exp.y (yylex): Remove temporary cast to char * for
868 'yylval.sval.ptr'.
869 * objc-lang.c (add_msglist): Make local variable 'p' const.
870 * p-exp.y (exp : exp '['): Update for struct stoken.ptr.
871 (exp : STRING): Make 'sp' const.
872 (parse_number): Make argument 'p' const.
873 * parser-defs.h (struct stoken): Make 'ptr' const.
874
193a8eac
DE
8752013-10-01 Doug Evans <dje@google.com>
876
877 * cli/cli-decode.c: Remove unnecessary inclusion of tui/tui.h.
878
2213e2be
YQ
8792013-10-01 Yao Qi <yao@codesourcery.com>
880
881 * varobj.c (c_value_of_root): Remove declaration.
882 (cplus_value_of_root, java_value_of_root): Likewise.
883 (ada_value_of_root): Likewise.
884 (struct language_specific) <value_of_root>: Remove.
885 (languages): Update initialization.
886 (check_scope): Move earlier.
887 (c_value_of_root): Move earlier and rename to ...
888 (value_of_root_1): ... this.
889 (value_of_root): Caller update.
890 (cplus_value_of_root, java_value_of_root): Remove.
891 (ada_value_of_root): Remove.
892
c573f273
YQ
8932013-10-01 Yao Qi <yao@codesourcery.com>
894
895 * varobj.c (varobj_format_string): Remove "unknown".
896 (languages): Remove the first element.
897 * varobj.h (enum varobj_languages): Remove vlang_c.
898
56250258
YQ
8992013-10-01 Yao Qi <yao@codesourcery.com>
900
901 * varobj.c (struct language_specific) <language>: Remove.
902 (languages): Update the initialization.
903
29f9ebfa
YQ
9042013-10-01 Yao Qi <yao@codesourcery.com>
905
906 * arm-wince-tdep.c: Remove inclusion of "solib.h" and
907 "solib-target.h". Include "windows-tdep.h".
908 (arm_wince_init_abi): Call windows_init_abi. Remove call to
909 set_solib_ops and set_gdbarch_has_dos_based_file_system.
910 * configure.tgt (arm*-wince-pe | arm*-*-mingw32ce*): Append
911 windows-tdep.o to gdb_target_obs.
912
64870a42
YQ
9132013-10-01 Yao Qi <yao@codesourcery.com>
914
915 * amd64-windows-tdep.c: Remove inclusion of "solib.h" and
916 "solib-target.h".
917 (amd64_windows_init_abi): Don't call set_solib_ops and
918 set_gdbarch_iterate_over_objfiles_in_search_order. Call
919 windows_init_abi instead.
920 * i386-cygwin-tdep.c: Remove inclusion of "solib.h" and
921 "solib-target.h".
922 (i386_cygwin_init_abi): Don't call set_solib_ops,
923 set_gdbarch_has_dos_based_file_system and
924 set_gdbarch_iterate_over_objfiles_in_search_order. Call
925 windows_init_abi instead.
926 * windows-tdep.c: Include "solib.h" and "solib-target.h".
927 (windows_init_abi): New function.
928 (windows_iterate_over_objfiles_in_search_order): Make it
929 static.
930 * windows-tdep.h (windows_init_abi): Declare.
931 (windows_iterate_over_objfiles_in_search_order): Remove
932 declaration.
933
0aebdefa
JB
9342013-10-01 Jerome Guitton <guitton@adacore.com>
935
936 Checked in by Joel Brobecker <brobecker@adacore.com>
937 * system-gdbinit/elinos.py (get_elinos_environment): Return an
938 incomplete dictionnary instead of None in case of missing
939 environment variables.
940 (elinos_init): in case of an incomplete environment, best
941 effort to load system libraries instead of abort.
942
1c8e84b0
JB
9432013-10-01 Joel Brobecker <brobecker@adacore.com>
944
945 * ada-lang.c (ada_has_this_exception_support): Ignore
946 mst_solib_trampoline minimal symbols.
947
61d82a0d
TG
9482013-09-30 Tristan Gingold <gingold@adacore.com>
949
950 * i386-darwin-nat.c (darwin_complete_target): Install methods for
951 hardware watchpoint.
952 (i386_darwin_dr_set): Support 32 and 64 bit states.
953 (i386_darwin_dr_get): Likewise.
954 (i386_darwin_dr_set_control): Make static.
955 (i386_darwin_dr_set_addr, i386_darwin_dr_get_addr)
956 (i386_darwin_dr_get_status, i386_darwin_dr_get_control): Likewise.
957
dfd4cc63
LM
9582013-09-30 Luis Machado <lgustavo@codesourcery.com>
959
960 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
961 Replace TIDGET with ptid_get_lwp.
962 Replace GET_LWP with ptid_get_lwp.
963 * aix-thread.c (BUILD_THREAD, BUILD_LWP): Remove.
964 Replace BUILD_THREAD with ptid_build.
965 Replace BUILD_LWP with ptid_build.
966 Replace PIDGET with ptid_get_pid.
967 Replace TIDGET with ptid_get_lwp.
968 * alphabsd-nat.c: Replace PIDGET with ptid_get_pid.
969 * amd64-linux-nat.c: Replace PIDGET with ptid_get_pid.
970 Replace TIDGET with ptid_get_lwp.
971 * amd64bsd-nat.c: Replace PIDGET with ptid_get_pid.
972 * arm-linux-nat.c: Replace PIDGET with ptid_get_pid.
973 Replace TIDGET with ptid_get_lwp.
974 Replace GET_LWP with ptid_get_lwp.
975 * armnbsd-nat.c: Replace PIDGET with ptid_get_pid.
976 * auxv.c: Likewise.
977 * breakpoint.c: Likewise.
978 * common/ptid.c (ptid_is_pid): Condense check for
979 null_ptid and minus_one_ptid.
980 (ptid_lwp_p): New function.
981 (ptid_tid_p): New function.
982 * common/ptid.h: Update comments for accessors.
983 (ptid_lwp_p): New prototype.
984 (ptid_tid_p): New prototype.
985 * defs.h (PIDGET, TIDGET, MERGEPID): Do not define.
986 * gcore.c: Replace PIDGET with ptid_get_pid.
987 * gdbthread.h: Likewise.
988 * gnu-nat.c: Likewise.
989 * hppa-linux-nat.c: Replace PIDGET with ptid_get_pid.
990 Replace TIDGET with ptid_get_lwp.
991 * hppabsd-nat.c: Replace PIDGET with ptid_get_pid.
992 * hppanbsd-nat.c: Likewise.
993 * i386-linux-nat.c: Replace PIDGET with ptid_get_pid.
994 Replace TIDGET with ptid_get_lwp.
995 * i386bsd-nat.c: Replace PIDGET with ptid_get_pid.
996 * ia64-linux-nat.c: Replace PIDGET with ptid_get_pid.
997 * infcmd.c: Likewise.
998 * inferior.h: Likewise.
999 * inflow.c: Likewise.
1000 * infrun.c: Likewise.
1001 * linux-fork.c: Likewise.
1002 * linux-nat.c: Replace PIDGET with ptid_get_pid.
1003 Replace GET_PID with ptid_get_pid.
1004 Replace is_lwp with ptid_lwp_p.
1005 Replace GET_LWP with ptid_get_lwp.
1006 Replace BUILD_LWP with ptid_build.
1007
5b4e221c
MF
10082013-09-28 Mike Frysinger <vapier@gentoo.org>
1009
1010 * common/linux-btrace.c: Move sys/syscall.h out of the
1011 HAVE_LINUX_PERF_EVENT_H check and wrap it in HAVE_SYS_SYSCALL_H.
1012 Also check for SYS_perf_event_open before attempting to buid.
1013
57d63ce2
DE
10142013-09-27 Doug Evans <dje@google.com>
1015
19ac8c2e
DE
1016 * dwarf2read.c (dwarf2_section_info): Add comment.
1017 (dwp_file): Split loaded_cutus into loaded_cus, loaded_tus.
1018 All uses updated.
1019 (dwarf2_section_empty_p): Rename arg from "info" to "section".
1020 (dwarf2_read_section): Delete unused local "header". Add section
1021 name to error message.
1022 (create_dwo_in_dwp): Tweak comment.
1023 (MAX_NR_DWO_SECTIONS): Combine count of .debug_macro + .debug_macinfo.
1024
a32a8923
DE
1025 * dwarf2read.c (die_reader_specs): Tweak comment.
1026 (get_section_bfd_owner, get_section_bfd_section): New functions.
1027 (get_section_name, get_section_file_name): New functions.
1028 (get_section_id, get_section_flags): New functions.
1029 (*): Use new functions to access section fields.
1030
57d63ce2
DE
1031 * dwarf2read.c (struct dwo_file): Add/tweak comments.
1032 (lookup_dwo_unit_in_dwp): Renamed from lookup_dwo_in_dwp. Remove
1033 arg "htab". All callers updated.
1034 (create_debug_types_hash_table): Remove redundant copy of
1035 abbrev_section.
1036 (create_dwo_in_dwp): Tweak comments.
1037 (read_str_index): Tweak comment. Record dwarf form name in static
1038 local.
1039
3736004f
PA
10402013-09-27 Pedro Alves <palves@redhat.com>
1041
1042 * remote.h (REMOTE_SYSROOT_PREFIX): New define.
1043 (remote_filename_p): Add comment.
1044 * remote.c (remote_filename_p): Adjust to use
1045 REMOTE_SYSROOT_PREFIX.
1046 * solib.c (solib_find): When deciding whether we need to add a
1047 directory separator, check whether the sysroot is "remote:"
1048 instead of checking whether the patch has a drive spec. Add
1049 comments.
1050
5b5596ff
PA
10512013-09-27 Pedro Alves <palves@redhat.com>
1052
1053 * remote.c (struct stop_reply) <solibs_changed, replay_event>:
1054 Delete fields.
1055 (remote_parse_stop_reply): Adjust, setting event->ws.kind
1056 directly.
1057
b5eef7aa
JK
10582013-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1059
1060 Fix set debug frame output.
1061 * frame.c (fprint_frame_type): Add TAILCALL_FRAME entry. Move
1062 SENTINEL_FRAME entry lower to match enum frame_type order.
1063
5b856f36
PM
10642013-09-26 Pierre Muller <muller@sourceware.org>
1065
1066 Replace constant values 8 to 15 by AMD64_R8_REGNUM to
1067 AMD64_R15_REGNUM when a register index is expected.
1068 * amd64-windows-tdep.c (amd64_windows_dummy_call_integer_regs):
1069 Substitute in array.
1070 * amd64-tdep.c (amd64_dwarf_regmap): Ditto.
1071 (amd64_push_arguments): Substitute in integer_regnum array.
1072
ade7ed9e
DE
10732013-09-25 Doug Evans <dje@google.com>
1074
d3e81981
DE
1075 * objfiles.c (allocate_objfile): Move comment to better place.
1076
8fb8eb5c
DE
1077 New option "set debug symfile on".
1078 * NEWS: Mention "set debug symfile".
1079 * Makefile.in (SFILES): Add symfile-debug.c.
1080 (COMMON_OBS): Add symfile-debug.o.
1081 * elfread.c (elf_symfile_read): Use objfile_set_sym_fns to set the
1082 objfile's symbol functions.
1083 * objfiles.h (objfile_set_sym_fns): Declare.
1084 * symfile-debug.c: New file.
1085 * symfile.c (syms_from_objfile_1): Use objfile_set_sym_fns to set the
1086 objfile's symbol functions.
1087 (reread_symbols): Ditto.
1088
c256e171
DE
1089 * symfile.h (struct sym_fns): Delete member "sym_flavour".
1090 All uses updated.
1091 (add_symtab_fns): Update prototype.
1092 * symfile.c (sym_fns_ptr): Delete. Replace with ...
1093 (registered_sym_fns): ... this.
1094 (symtab_fns): Update.
1095 (add_symtab_fns): New arg "flavour". All callers updated.
1096 (find_sym_fns): Rewrite to use new sym_fns registry.
1097
f56ce883
DE
1098 * symfile.h (struct sym_fns): Add "objfile" argument to
1099 sym_read_linetable. All uses updated.
1100
20c681d1
DE
1101 * symtab.c (domain_name, search_domain_name): New functions.
1102 * symtab.h (domain_name, search_domain_name): Declare.
1103
ade7ed9e
DE
1104 * symfile.h (struct quick_symbol_functions): Reorg arg list of
1105 map_matching_symbols so objfile is first. All uses updated.
1106 * dwarf2read.c (dw2_map_matching_symbols): Update signature.
1107 * psymtab.c (map_matching_symbols_psymtab): Update signature.
1108
7d760051
UW
11092013-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1110
1111 PR shlibs/8882
1112 * solib-svr4.c (svr4_read_so_list): Skip the vDSO when reading
1113 link map entries.
1114
020f7036
DE
11152013-09-24 Doug Evans <dje@google.com>
1116
1117 * objfiles.c (free_objfile): Move comment.
1118
598402f0
JB
11192013-09-24 Joel Brobecker <brobecker@adacore.com>
1120
1121 * ada-exp.y (string_to_operator): Delete.
1122 (dummy_string_to_ada_operator): Delete.
1123
bf4d6c1c
JB
11242013-09-24 Joel Brobecker <brobecker@adacore.com>
1125
1126 Revert:
1127 * i386-tdep.h (enum amd64_reg_class): New, moved here from
1128 amd64-tdep.c.
1129 (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
1130 call_dummy_integer_regs, and classify.
1131 * amd64-tdep.h (amd64_classify): Add declaration.
1132 * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
1133 (amd64_reg_class): Delete, moved to i386-tdep.h.
1134 (amd64_classify): Make non-static. Move declaration to amd64-tdep.h.
1135 Replace call to amd64_classify by call to tdep->classify.
1136 (amd64_push_arguments): Get the list of registers to use for
1137 passing integer parameters from the gdbarch tdep structure,
1138 rather than using a hardcoded one. Replace calls to amd64_classify
1139 by calls to tdep->classify.
1140 (amd64_push_dummy_call): Get the register number used for
1141 the "hidden" argument from tdep->call_dummy_integer_regs.
1142 (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
1143 and tdep->call_dummy_integer_regs. Set tdep->classify.
1144
849e9755
JB
11452013-09-24 Joel Brobecker <brobecker@adacore.com>
1146
1147 Revert:
1148 * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
1149 * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
1150 where tdep->memory_args_by_pointer is non-zero.
1151
c1459fd6
JB
11522013-09-24 Joel Brobecker <brobecker@adacore.com>
1153
1154 Revert:
1155 * i386-tdep.h (struct gdbarch_tdep): Add new field
1156 integer_param_regs_saved_in_caller_frame.
1157 * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
1158 stack if tdep->integer_param_regs_saved_in_caller_frame is set.
1159
20c2e3e0
JB
11602013-09-24 Joel Brobecker <brobecker@adacore.com>
1161
874440b8 1162 * amd64-windows-tdep.c: #include "value.h"
20c2e3e0
JB
1163 (amd64_windows_classify): Delete.
1164 (amd64_windows_passed_by_integer_register)
1165 (amd64_windows_passed_by_xmm_register)
1166 (amd64_windows_passed_by_pointer)
1167 (amd64_windows_adjust_args_passed_by_pointer)
1168 (amd64_windows_store_arg_in_reg, amd64_windows_push_arguments)
1169 (amd64_windows_push_dummy_call): New functions.
1170 (amd64_windows_init_abi): Remove setting of
1171 tdep->call_dummy_num_integer_regs, tdep->call_dummy_integer_regs,
1172 tdep->classify, tdep->memory_args_by_pointer and
1173 tdep->integer_param_regs_saved_in_caller_frame.
1174 Add call to set_gdbarch_push_dummy_call.
1175
82bf32bc
JK
11762013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1177
1178 * dwarf2read.c (open_and_init_dwp_file): Try open_dwp_file also with
1179 objfile->original_name.
1180
24ba069a
JK
11812013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1182
1183 Pass down original filename for objfile.
1184 * coffread.c (coff_symfile_read): Update symbol_file_add_separate call.
1185 * elfread.c (elf_symfile_read): Likewise.
1186 * jit.c (jit_object_close_impl): Update allocate_objfile call, no
1187 longer set ORIGINAL_NAME.
1188 (jit_bfd_try_read_symtab): Update symbol_file_add_from_bfd call.
1189 * jv-lang.c (get_dynamics_objfile): Update allocate_objfile call.
1190 * machoread.c (macho_add_oso_symfile): Add parameter name. Update
1191 symbol_file_add_from_bfd call.
1192 (macho_symfile_read_all_oso): Update two macho_add_oso_symfile calls.
1193 (macho_check_dsym): Add parameter filenamep. Change function comment.
1194 Set *filenamep.
1195 (macho_symfile_read): New variable dsym_filename. Update
1196 macho_check_dsym call. Use it for symbol_file_add_separate.
1197 * objfiles.c (allocate_objfile): Add parameter name. New comment for
1198 it. Use it for objfile->original_name.
1199 (objfile_name): Return OBFD's filename, if available.
1200 * objfiles.h (allocate_objfile): Add new parameter name.
1201 * solib.c (solib_read_symbols): Update symbol_file_add_from_bfd call.
1202 * symfile-mem.c (symbol_file_add_from_memory): Update
1203 symbol_file_add_from_bfd call.
1204 * symfile.c (read_symbols): Update symbol_file_add_separate call, new
1205 comment for it.
1206 (symbol_file_add_with_addrs): New parameter name, add function comment
1207 for it. Remove variable name. Update allocate_objfile call.
1208 (symbol_file_add_separate): New parameter name, add function comment
1209 for it. Update symbol_file_add_with_addrs call.
1210 (symbol_file_add_from_bfd): New parameter name. Update
1211 symbol_file_add_with_addrs call.
1212 (symbol_file_add): Update symbol_file_add_from_bfd call.
1213 (reread_symbols): New variable original_name. Save
1214 objfile->original_name by it.
1215 * symfile.h (symbol_file_add_from_bfd, symbol_file_add_separate): Add
1216 second parameter.
1217
4262abfb
JK
12182013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1219
1220 Code cleanup: Add objfile_name accessor function.
1221 * ada-lang.c (is_known_support_routine): Use objfile_name.
1222 * auto-load.c (source_gdb_script_for_objfile)
1223 (auto_load_objfile_script): Likewise.
1224 * coffread.c (coff_symtab_read, read_one_sym): Likewise.
1225 * dbxread.c (dbx_symfile_read): Likewise.
1226 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
1227 * dwarf2loc.c (locexpr_describe_location_piece): Likewise.
1228 * dwarf2read.c (dwarf2_get_dwz_file, dwarf2_read_index)
1229 (dw2_symtab_iter_next, dw2_expand_symtabs_matching)
1230 (lookup_dwp_signatured_type, lookup_dwo_unit)
1231 (dwarf2_build_psymtabs_hard, scan_partial_symbols, process_queue)
1232 (fixup_go_packaging, process_imported_unit_die, dwarf2_physname)
1233 (read_import_statement, create_dwo_cu, open_and_init_dwp_file)
1234 (lookup_dwo_cutu, read_call_site_scope, dwarf2_ranges_read)
1235 (dwarf2_record_block_ranges, read_common_block, read_typedef)
1236 (read_subrange_type, load_partial_dies, read_partial_die)
1237 (read_addr_index_1, read_str_index, dwarf_decode_lines_1)
1238 (die_containing_type, build_error_marker_type, lookup_die_type)
1239 (follow_die_ref_or_sig, follow_die_ref, dwarf2_fetch_die_loc_sect_off)
1240 (dwarf2_fetch_constant_bytes, follow_die_sig, get_signatured_type)
1241 (get_DW_AT_signature_type, write_psymtabs_to_index)
1242 (save_gdb_index_command): Likewise.
1243 * elfread.c (find_separate_debug_file_by_buildid, elf_symfile_read):
1244 Likewise.
1245 * expprint.c (dump_subexp_body_standard): Likewise.
1246 * gdbtypes.c (type_name_no_tag_or_error): Likewise.
1247 * jit.c (jit_object_close_impl): Use the objfile field name renamed to
1248 original_name.
1249 * linux-thread-db.c (try_thread_db_load_from_pdir_1): New variable
1250 obj_name, use objfile_name for it, use the variable.
1251 (try_thread_db_load_from_pdir, has_libpthread, thread_db_new_objfile):
1252 Use objfile_name.
1253 * machoread.c (macho_symtab_read, macho_check_dsym)
1254 (macho_symfile_relocate): Likewise.
1255 * maint.c (maintenance_translate_address): Likewise.
1256 * minidebug.c (find_separate_debug_file_in_section): Likewise.
1257 * minsyms.c (install_minimal_symbols): Likewise.
1258 * objfiles.c (allocate_objfile): Use the objfile field name renamed to
1259 original_name.
1260 (filter_overlapping_sections): Use objfile_name.
1261 (objfile_name): New function.
1262 * objfiles.h (struct objfile): Rename field name to original_name.
1263 (objfile_name): New prototype.
1264 * printcmd.c (sym_info, address_info): Use objfile_name.
1265 * probe.c (parse_probes, collect_probes, compare_probes)
1266 (info_probes_for_ops): Likewise.
1267 * progspace.c (clone_program_space): Likewise.
1268 * psymtab.c (require_partial_symbols, dump_psymtab, allocate_psymtab)
1269 (maintenance_info_psymtabs): Likewise.
1270 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
1271 (source_section_scripts): Likewise.
1272 * python/py-objfile.c (objfpy_get_filename): Likewise.
1273 * python/py-progspace.c (pspy_get_filename): Likewise.
1274 * solib-aix.c (solib_aix_get_toc_value): Likewise.
1275 * solib-som.c (match_main, som_solib_section_offsets): Likewise.
1276 * solib.c (solib_read_symbols): Likewise.
1277 * stabsread.c (scan_file_globals): Likewise.
1278 * stap-probe.c (handle_stap_probe): Likewise.
1279 * symfile.c (symbol_file_clear, separate_debug_file_exists)
1280 (find_separate_debug_file_by_debuglink): Likewise.
1281 (reread_symbols): Likewise. Use the objfile field name renamed to
1282 original_name.
1283 (allocate_symtab): Use objfile_name.
1284 * symmisc.c (print_symbol_bcache_statistics, print_objfile_statistics)
1285 (dump_objfile, dump_msymbols, dump_symtab_1)
1286 (maintenance_print_msymbols, maintenance_print_objfiles)
1287 (maintenance_info_symtabs, maintenance_check_symtabs): Likewise.
1288 * target.c (target_translate_tls_address, target_info): Likewise.
1289 * xcoffread.c (xcoff_initial_scan): Make variable name const. Use
1290 objfile_name.
1291
4721dc18
JK
12922013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1293
1294 Code cleanup.
1295 * probe.c (parse_probes): Rename variable objfile_name to
1296 objfile_namestr.
1297
a61d6db8
JK
12982013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1299
1300 Remove solib-sunos.c.
1301 * Makefile.in (ALLDEPFILES): Remove solib-sunos.c.
1302 * config/m68k/obsd.mh (NATDEPFILES): Remove solib-sunos.o.
1303 * objfiles.c (rt_common_objfile): Remove.
1304 (free_objfile): Remove rt_common_objfile comparison.
1305 * objfiles.h (rt_common_objfile): Remove.
1306 * solib-sunos.c: Remove.
1307 * symfile.c (reread_symbols): Remove solib-sunos.c comment.
1308
2659903b
JK
13092013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1310
1311 Remove a.out NetBSD and OpenBSD hosts.
1312 * NEWS (Removed native configurations): New.
1313 * config/arm/nbsdaout.mh: Remove.
1314 * config/i386/nbsdaout.mh: Remove.
1315 * config/i386/obsdaout.mh: Remove.
1316 * config/m68k/nbsdaout.mh: Remove.
1317 * config/sparc/nbsdaout.mh: Remove.
1318 * config/vax/nbsdaout.mh: Remove.
1319 * configure.host (arm*-*-netbsd*, i[34567]86-*-netbsd*)
1320 (i[34567]86-*-openbsd[0-2].*, i[34567]86-*-openbsd3.[0-3])
1321 (m68*-*-netbsd*, sparc-*-netbsd*, vax-*-netbsd*): Add them to obsolete
1322 error.
1323 (arm*-*-netbsd*, i[34567]86-*-netbsd*, i[34567]86-*-openbsd[0-2].*)
1324 (i[34567]86-*-openbsd3.[0-3], m68*-*-netbsd*, sparc-*-netbsdaout*)
1325 (sparc-*-netbsd*, vax-*-netbsd*): Remove.
1326
f60e2d5c
TT
13272013-09-23 Tom Tromey <tromey@redhat.com>
1328
1329 * linespec.c (struct minsym_and_objfile): Remove.
1330 (minsym_and_objfile_d): Remove.
1331 (struct linespec, struct collect_info, linespec_parse_basic)
1332 (convert_linespec_to_sals, linespec_parser_delete, decode_objc)
1333 (compare_msymbols, find_method, find_function_symbols)
1334 (find_linespec_symbols, struct collect_minsyms, compare_msyms)
1335 (add_minsym, search_minsyms_for_name): Update.
1336
d3eaaf66
AB
13372013-09-23 Andrew Burgess <aburgess@broadcom.com>
1338
1339 * regcache.c: Add include of valprint.h.
1340 (dump_endian_bytes): Delete.
1341 (regcache_dump): Use print_hex_chars not dump_endian_bytes.
1342
2cc762b5
AB
13432013-09-23 Andrew Burgess <aburgess@broadcom.com>
1344
1345 * sh64-tdep.c (sh64_do_fp_register): Use print_hex_chars.
1346
96181529
PA
13472013-09-19 Pedro Alves <palves@redhat.com>
1348
1349 * breakpoint.c (remove_threaded_breakpoints): Skip non-user
1350 breakpoints.
1351
9b3f3ee6
TS
13522013-09-19 Pedro Alves <palves@redhat.com>
1353 Thomas Schwinge <thomas@codesourcery.com>
1354 Yue Lu <hacklu.newborn@gmail.com>
1355
1356 * gnu-nat.c (gnu_read_inferior, gnu_write_inferior): Make static.
1357 Take a gdb_byte pointer instead of a char pointer.
1358
1359 * gnu-nat.c (gnu_xfer_memory): Adjust interface as
1360 gnu_xfer_partial helper.
1361 (gnu_xfer_partial): New function.
1362 (gnu_target): Don't install a deprecated_xfer_memory hook.
1363 Install a to_xfer_partial hook.
1364
69150c3d
JK
13652013-09-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1366
1367 Constification.
1368 * main.c (captured_main): Replace catch_command_errors by
1369 catch_command_errors_const. Twice.
1370 * symfile.c (symbol_file_add_main_1): Make args parameter const.
1371 (symbol_file_add): Make name parameter const.
1372 (symbol_file_add_main, symbol_file_add_main_1): Make args parameter const.
1373 (symfile_bfd_open): Make name parameter const, rename it to cname. Add
1374 variable name. Change their usage accordingly.
1375 * symfile.h (symbol_file_add, symfile_bfd_open): Make first parameter
1376 const.
1377 (symbol_file_add_main): Make args parameter const.
1378
086850b2
UW
13792013-09-18 Raunaq Bathija <raunaq12@in.ibm.com>
1380 Ulrich Weigand <uweigand@de.ibm.com>
1381
1382 * xcoffread.c (struct coff_symbol): Use CORE_ADDR as type
1383 of c_value member.
1384 (read_xcoff_symtab): Use CORE_ADDR as type of fcn_start_addr.
1385
ca08a94c 13862013-09-18 Pedro Alves <palves@redhat.com>
d255f61f 1387 Yue Lu <hacklu.newborn@gmail.com>
ca08a94c
PA
1388
1389 * gnu-nat.c (inf_validate_procs, gnu_wait, gnu_resume)
1390 (gnu_create_inferior)
1391 (gnu_attach, gnu_thread_alive, gnu_pid_to_str, cur_thread)
1392 (set_sig_thread_cmd): Use the lwpid field of ptids to
1393 store/extract thread ids instead of the tid field.
1394 * i386gnu-nat.c (gnu_fetch_registers): Adjust.
1395
e4c6a2c4
AB
13962013-09-18 Andrew Burgess <aburgess@broadcom.com>
1397
1398 * infcmd.c (default_print_one_register_info): Add detection of
1399 optimized out values.
1400 (default_print_registers_info): Switch to using
1401 get_frame_register_value.
1402
58c48e72
MM
14032013-09-18 Markus Metzger <markus.t.metzger@intel.com>
1404
1405 * infrun.c (handle_inferior_event): Check if we know the
1406 function start address before setting a resume breakpoint.
1407
c8d37639
PA
14082013-09-18 Pedro Alves <palves@redhat.com>
1409
1410 * gnu-nat.c (set_sig_thread_cmd): Compare the thread's ptid to
1411 minus_one_ptid instead of looking at the ptid's tid field and
1412 comparing that to -1.
1413
71926e28
AB
14142013-09-18 Andrew Burgess <aburgess@broadcom.com>
1415
1416 * main.h (get_gdb_program_name): Remove extra whitespace.
1417
c88a1531
AB
14182013-09-18 Andrew Burgess <aburgess@broadcom.com>
1419
1420 * main.h (get_gdb_program_name): Add declaration.
1421 * main.c (get_gdb_program_name): Add definition.
1422
4390d890
DE
14232013-09-17 Doug Evans <dje@google.com>
1424
1425 * dwarf2read.c: Move definitions of complaint functions to after
1426 forward declarations of local functions.
1427
49fa26b0
PA
14282013-09-17 Muhammad Waqas <mwaqas@codesourcery.com>
1429 Pedro Alves <palves@redhat.com>
1430
1431 PR gdb/11568
1432 * breakpoint.c (remove_threaded_breakpoints): New function.
1433 (_initialize_breakpoint): Attach remove_threaded_breakpoints
1434 as thread_exit observer.
1435
08d72866
PA
14362013-09-17 Pedro Alves <palves@redhat.com>
1437
1438 PR gdb/15911
1439 * ada-tasks.c (task_command_1): Adjust call to print_stack_frame.
1440 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
1441 * corelow.c (core_open):
1442 * frame.h (print_stack_frame, print_frame_info): New
1443 'set_current_sal' parameter.
1444 * infcmd.c (finish_command, kill_command): Adjust call to
1445 print_stack_frame.
1446 * inferior.c (inferior_command): Likewise.
1447 * infrun.c (normal_stop): Likewise.
1448 * linux-fork.c (linux_fork_context): Likewise.
1449 * record-full.c (record_full_goto_entry, record_full_restore):
1450 Likewise.
1451 * remote-mips.c (common_open): Likewise.
1452 * stack.c (print_stack_frame): New 'set_current_sal' parameter.
1453 Use it.
1454 (print_frame_info): New 'set_current_sal' parameter. Set the last
1455 displayed sal depending on the new paremeter instead of looking at
1456 print_what.
1457 (backtrace_command_1, select_and_print_frame, frame_command)
1458 (current_frame_command, up_command, down_command): Adjust call to
1459 print_stack_frame.
1460 * thread.c (print_thread_info, restore_selected_frame)
1461 (do_captured_thread_select): Adjust call to print_stack_frame.
1462 * tracepoint.c (tfind_1): Likewise.
1463 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
1464 (mi_cmd_stack_info_frame): Likewise.
1465 * mi/mi-interp.c (mi_on_normal_stop): Likewise.
1466 * mi/mi-main.c (mi_cmd_exec_return, mi_cmd_trace_find): Likewise.
1467
6bc305f5
SDJ
14682013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1469
1470 * value.c (isvoid_internal_fn): Replace "parameter" with
1471 "argument".
1472
0a7cfe2c
SS
14732013-09-16 Stan Shebs <stan@codesourcery.com>
1474
1475 * README: Update references to writing code for GDB.
1476 * configure.ac (build_warnings): Remove obsolete comment.
1477 * configure: Regenerate.
1478 * gdbarch.sh: Remove references to gdbint.texinfo.
1479 * gdbarch.h: Regenerate.
1480 * gdbtypes.c (objfile_type): Remove comments referencing internals
1481 manual and D10V.
1482
a280dbd1
SDJ
14832013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1484
1485 * NEWS: Mention new convenience function $_isvoid.
1486 * value.c (isvoid_internal_fn): New function.
1487 (_initialize_values): Add new convenience function $_isvoid.
1488
04a83fee
PM
14892013-09-16 Pierre Muller <muller@sourceware.org>
1490
1491 * arm-linux-tdep.c: Add "elf/common.h" header.
1492 Remove AT_HWCAP macro definintion as it is provided in
1493 added include file.
1494 * s390-tdep.c: Remove system header <elf.h>
1495 Add "elf/common.h" header for AT_HWCAP definition.
1496 (s390_core_read_description): Use correct CORE_ADDR
1497 for hwcap local variable used as third parameter
1498 of function target_auxv_search.
1499
88505fac
PM
15002013-09-14 Pierre Muller <muller@sourceware.org>
1501 Tom Tromey <tromey@redhat.com>
1502 Pedro Alves <palves@redhat.com>
1503
1504 * common/filestuff.c (gdb_fopen_cloexec): Do not try to use "e"
1505 mode if operating system doesn't know O_CLOEXEC.
1506
d3846e71
JK
15072013-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1508
1509 Code cleanup.
1510 * symfile.c (reread_symbols): Move variable obfd_filename to a more
1511 inner block.
1512
4ac33720
UW
15132013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1514
1515 * NEWS: Mention TDB support.
1516 * features/s390-tdb.xml: New file.
1517 * features/s390-te-linux64.xml: New file.
1518 * features/s390x-te-linux64.xml: New file.
1519 * features/Makefile (WHICH): Add new tdescs above.
1520 (s390-te-linux64-expedite): Set.
1521 (s390x-te-linux64-expedite): Set.
1522 * features/s390-te-linux64.c: New file (generated).
1523 * features/s390x-te-linux64.c: New file (generated).
1524 * regformats/s390-te-linux64.dat: New file (generated).
1525 * regformats/s390x-te-linux64.dat: New file (generated).
1526 * s390-tdep.h (HWCAP_S390_HIGH_GPRS): Define.
1527 (HWCAP_S390_TE): Likewise.
1528 (S390_TDB_DWORD0_REGNUM): Likewise.
1529 (S390_TDB_DWORD0_REGNUM): Likewise.
1530 (S390_TDB_ABORT_CODE_REGNUM): Likewise.
1531 (S390_TDB_CONFLICT_TOKEN_REGNUM): Likewise.
1532 (S390_TDB_ATIA_REGNUM): Likewise.
1533 (S390_TDB_R0_REGNUM): Likewise.
1534 (S390_TDB_R1_REGNUM): Likewise.
1535 (S390_TDB_R2_REGNUM): Likewise.
1536 (S390_TDB_R3_REGNUM): Likewise.
1537 (S390_TDB_R4_REGNUM): Likewise.
1538 (S390_TDB_R5_REGNUM): Likewise.
1539 (S390_TDB_R6_REGNUM): Likewise.
1540 (S390_TDB_R7_REGNUM): Likewise.
1541 (S390_TDB_R8_REGNUM): Likewise.
1542 (S390_TDB_R9_REGNUM): Likewise.
1543 (S390_TDB_R10_REGNUM): Likewise.
1544 (S390_TDB_R11_REGNUM): Likewise.
1545 (S390_TDB_R12_REGNUM): Likewise.
1546 (S390_TDB_R13_REGNUM): Likewise.
1547 (S390_TDB_R14_REGNUM): Likewise.
1548 (S390_TDB_R15_REGNUM): Likewise.
1549 (S390_NUM_REGS): Increase.
1550 (S390_IS_TDBREGSET_REGNUM): New macro.
1551 (s390_regmap_tdb): Declare.
1552 (s390_sizeof_tdbregset): Define.
1553 (tdesc_s390_te_linux64): Declare.
1554 (tdesc_s390x_te_linux64): Likewise.
1555 * s390-tdep.c: Add includes for "auxv.h", <elf.h>,
1556 "features/s390-te-linux64.c", and "features/s390x-te-linux64.c".
1557 (s390_regmap_tdb): New regmap.
1558 (s390_supply_tdb_regset): New function.
1559 (s390_tdb_regset): New regset.
1560 (s390_linux64v2_regset_sections): Add TDB regset to list.
1561 (s390x_linux64v2_regset_sections): Likewise.
1562 (s390_regset_from_core_section): Recognize TDB core note section.
1563 (s390_core_read_description): If HWCAP indicates TE support,
1564 select tdesc_s390_te_linux64 or tdesc_s390_s390x_te_linux64.
1565 (s390_gdbarch_init): Handle TDB regset.
1566 (_initialize_s390_tdep): Initialize new tdescs.
1567 * s390-nat.c (HWCAP_S390_HIGH_GPRS): Remove define.
1568 (have_regset_tdb): New variable.
1569 (s390_native_supply): Support register invalidation.
1570 (fetch_regset): Invalidate registers if ptrace yields ENODATA.
1571 (check_regset): Treat ENODATA as "regset exists".
1572 (s390_linux_fetch_inferior_registers): Add TDB.
1573 (s390_read_description): Check for TDB existence and select
1574 appropriate tdesc.
1575 * gdbserver/Makefile.in (clean): Add removal of new makefile
1576 targets.
1577 (s390-te-linux64.c): New makefile target.
1578 (s390x-te-linux64.c): Likewise.
1579 * gdbserver/configure.srv (srv_regobj): Append new objects
1580 s390-te-linux64.o and s390x-te-linux64.o.
1581 (srv_xmlfiles): Append new files s390-te-linux64.xml,
1582 s390x-te-linux64.xml, and s390-tdb.xml.
1583 * gdbserver/linux-s390-low.c (init_registers_s390_te_linux64): New
1584 declaration.
1585 (tdesc_s390_te_linux64): Likewise.
1586 (init_registers_s390x_te_linux64): Likewise.
1587 (tdesc_s390x_te_linux64): Likewise.
1588 (s390_check_regset): Treat ENODATA as "regset exists".
1589 (s390_arch_setup): Add TDB regset support.
1590 (initialize_low_arch): Initialize registers for new tdescs.
1591
2ccd1468
UW
15922013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1593
1594 * s390-tdep.h (S390_IS_GREGSET_REGNUM): New macro.
1595 (S390_IS_FPREGSET_REGNUM): New macro.
1596 * s390-tdep.c (s390_dwarf_regmap): Make const.
1597 (regnum_is_gpr_full): New function for replacing repeated code.
1598 (s390_pseudo_register_name): Use it.
1599 (s390_pseudo_register_type): Likewise.
1600 (s390_pseudo_register_read): Likewise.
1601 (s390_pseudo_register_write): Likewise.
1602 (s390_unwind_pseudo_register): Likewise.
1603 (s390_regmap_gregset): New format for regmap.
1604 (s390x_regmap_gregset): Likewise.
1605 (s390_regmap_fpregset): Likewise.
1606 (s390_regmap_upper): Likewise.
1607 (s390_regmap_last_break): Likewise.
1608 (s390_regmap_system_call): Likewise.
1609 (s390_supply_regset): Adjust to new regmap format.
1610 (s390_collect_regset): Likewise.
1611 * s390-nat.c (s390_native_supply): Adjust to new regmap format.
1612 (s390_native_collect): Likewise.
1613 (supply_gregset): Likewise.
1614 (fill_gregset): Likewise.
1615 (supply_fpregset): Likewise.
1616 (fill_fpregset): Likewise.
1617 (fetch_regset): Likewise.
1618 (store_regset): Likewise.
1619 (s390_linux_fetch_inferior_registers): Likewise.
1620 (s390_linux_fetch_inferior_registers): Likewise.
1621
1aa4cd77
AP
16222013-09-12 Andrew Pinski <apinski@cavium.com>
1623
1624 * aarch64-linux-nat.c (aarch64_linux_set_debug_regs): Zero out regs.
1625
d91fab15
UW
16262013-09-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
1627
1628 * config/s390/s390.mh (NATDEPFILES): Add linux-waitpid.o.
1629
5a5d8ead
AB
16302013-09-09 Andrew Burgess <aburgess@broadcom.com>
1631
1632 * top.c (quit_confirm): Remove use of deprecated_init_ui_hook.
1633
1385f66c
PA
16342013-09-06 Pedro Alves <palves@redhat.com>
1635
1636 * remote-sim.c (dump_mem, gdbsim_fetch_register)
1637 (gdbsim_store_register, gdbsim_kill, gdbsim_load)
1638 (gdbsim_create_inferior, gdbsim_open, gdbsim_close)
1639 (gdbsim_detach, gdbsim_resume_inferior, gdbsim_wait)
1640 (gdbsim_files_info, gdbsim_mourn_inferior): Send debug output to
1641 gdb_stdlog.
1642
146ec4db
PA
16432013-09-06 Pedro Alves <palves@redhat.com>
1644
1645 * remote-sim.c (dump_mem): Constify buf parameter.
1646 gdbsim_xfer_inferior_memory): Rename to ...
1647 (gdbsim_xfer_memory): ... this. Adjust interface as
1648 target_xfer_partial helper.
1649 (gdbsim_xfer_partial): New function.
1650 (init_gdbsim_ops): Don't install a deprecated_xfer_memory hook.
1651 Install a to_xfer_partial hook. Send output to gdb_stdlog.
1652
fcde0081
PA
16532013-09-06 Pedro Alves <palves@redhat.com>
1654
1655 * remote-sim.c (gdbsim_xfer_inferior_memory): Use
1656 host_address_to_string, and send debug output to gdb_stdlog.
1657
749c8b38
RW
16582013-09-06 Ricard Wanderlof <ricardw@axis.com>
1659
1660 * Makefile.in (ALL_TARGET_OBS): Add cris-linux-tdep.o.
1661 * configure.tgt: Add cris-linux-tdep.o and linux-tdep.o to
1662 gdb_target_obs for cris target.
1663 * cris-tdep.c (struct gdbarch_tdep): Move to cris-tdep.h.
1664 (cris_gdbarch_init): Move calls to
1665 set_gdbarch_fetch_tls_load_module_address and
1666 set_solib_svr4_fetch_link_map_offsets to cris-linux-tdep.c.
1667 Add call to gdbarch_init_osabi.
1668 * cris-linux-tdep.c: New file.
1669 * cris-tdep.h: New file.
1670
43df09d9
AB
16712013-09-06 Andrew Burgess <aburgess@broadcom.com>
1672
1673 * tui/tui-io.c (tui_initialize_io): Remove legacy comment referring
1674 to deprecated_init_ui_hook.
1675
4d09c5b4
AB
16762013-09-06 Andrew Burgess <aburgess@broadcom.com>
1677
1678 * cli/cli-interp.c (_initialize_cli_interp): Add a
1679 command_loop_proc to interp_procs.
1680 * event-top.c (cli_command_loop): Change signature to match
1681 interp_command_loop_ftype.
1682 * event-top.h (cli_command_loop): Same.
1683 * interps.c (interp_new): Require every interpreter to have a
1684 command_loop_proc.
1685 (current_interp_command_loop): Just call the command_loop_proc on
1686 the current interpreter.
1687 * tui/tui-interp.c (_initialize_tui_interp): Add a
1688 command_loop_proc to interp_procs.
1689
8eb3d7b6
RW
16902013-09-06 Ricard Wanderlof <ricardw@axis.com>
1691
1692 * cris-tdep.c (cris_gdbarch_init): Add call to
1693 get_gdbarch_fetch_tls_load_module_address.
1694
18b3c2f5
RW
16952013-09-06 Ricard Wanderlof <ricardw@axis.com>
1696
1697 * cris-tdep.c (cris_elf_greg_t): Rename from elf_greg_t.
1698 (cris_elf_gregset_t): Rename from elf_gregset_t.
1699 (crisv32_elf_gregset_t): Adjust.
1700 (cris_supply_gregset, fetch_core_registers): Adjust.
1701
dc8636ef
RW
17022013-09-06 Ricard Wanderlof <ricardw@axis.com>
1703
1704 * cris-tdep.c (elf_greg_t): Change typedef to unsigned char[4]
1705
257e6d53
AB
17062013-09-05 Andrew Burgess <aburgess@broadcom.com>
1707
1581d8a7 1708 * defs.h (deprecated_command_loop_hook): Remove, including
257e6d53 1709 references in comments.
1581d8a7 1710 * interps.c (current_interp_command_loop): No longer use
257e6d53
AB
1711 deprecated_command_loop_hook.
1712 (clear_interpreter_hooks): Remove deprecated_command_loop_hook
1713 setup.
1581d8a7 1714 * top.c (deprecated_command_loop_hook): Remove.
257e6d53 1715
7c33b57c
PA
17162013-09-05 Pedro Alves <palves@redhat.com>
1717
1718 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): 'dwarf_regnum'
1719 local is now int instead of ULONGEST. Print it with %d
1720 instead of paddress.
1721
9f8edbd5
TG
17222013-09-05 Tristan Gingold <gingold@adacore.com>
1723
1724 * MAINTAINERS: Remove avr maintainership.
1725
d5b495b4
PA
17262013-09-05 Pedro Alves <palves@redhat.com>
1727
1728 * findvar.c (value_of_register): Rework in terms of
1729 value_of_register_lazy.
1730
40b91786
MB
17312013-09-05 Muhammad Bilal <mbilal@codesourcery.com>
1732
1733 * symfile.c (add_symbol_file_command): Remove trailing
1734 whitespaces and blank line after comment.
1735
6eed1678
PA
17362013-09-05 Pedro Alves <palves@redhat.com>
1737
1738 * tui/tui-regs.c (tui_register_format): Don't look at the
1739 register's name here. Return string representing register
1740 value instead of storing it in the data element.
1741 (tui_get_register): Compare register string representations
1742 instead of register value states and contents.
1743
8eb6bda2
PA
17442013-09-05 Pedro Alves <palves@redhat.com>
1745
1746 PR tui/15933
1747 * tui/tui-regs.c (tui_show_registers): Show registers of the
1748 selected frame, not the current frame.
1749
48b1f08c
RW
17502013-09-05 Ricard Wanderlof <ricardw@axis.com>
1751
1752 * MAINTAINERS (Write After Approval): Add myself to the list.
1753
89e63ee4
DE
17542013-09-04 Doug Evans <dje@google.com>
1755
1756 * dwarf2read.c (queue_and_load_all_dwo_tus): New function.
1757 (queue_and_load_dwo_tu): New function.
1758 (lookup_dwo_signatured_type): Set per_cu.tu_read.
1759 (maybe_queue_comp_unit): Rename this_cu argument to dependent_cu.
1760 Make dependent_cu optional.
1761 (dw2_do_instantiate_symtab): If we just loaded a CU from a DWO,
1762 and an older .gdb_index is in use, queue and load all its TUs too.
1763
492c0ab7
JK
17642013-09-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1765
1766 Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.
1767 * cli/cli-cmds.c (find_and_open_script): Add OPF_RETURN_REALPATH to
1768 variable search_flags.
1769 * defs.h (OPF_DISABLE_REALPATH): Rename to ...
1770 (OPF_RETURN_REALPATH): ... here.
1771 * dwarf2read.c (try_open_dwop_file): Set OPF_RETURN_REALPATH for flags.
1772 * exec.c (exec_file_attach): Remove OPF_DISABLE_REALPATH from openp
1773 call. Twice.
1774 * nto-tdep.c (nto_find_and_open_solib): Add OPF_RETURN_REALPATH for
1775 openp call.
1776 * solib.c (solib_find): Likewise. Four times.
1777 * source.c (openp): Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH
1778 in the function comment and for the realpath_fptr variable.
1779 (source_full_path_of): Add OPF_RETURN_REALPATH for openp call.
1780 (find_and_open_source): Likewise. Twice.
1781 * symfile.c (symfile_bfd_open): Likewise, also twice.
1782
23a44de8
DE
17832013-09-04 Doug Evans <dje@google.com>
1784
1785 * progspace.c (save_current_space_and_thread): Remove unnecessary
1786 call to save_current_inferior.
1787
47061676
AB
17882013-09-04 Andrew Burgess <aburgess@broadcom.com>
1789
1790 * sh64-tdep.c (sh64_do_register): Return after printing message
1791 about unavailable register contents.
1792
41dc8db8
MB
17932013-09-04 Muhammad Bilal <mbilal@codesourcery.com>
1794 Pedro Alves <palves@redhat.com>
1795
1796 * symfile.c (add_symbol_file_command): Error out on unknown
1797 option. Handle EXPECTING_SEC_ADDR/EXPECTING_SEC_NAME before '-'
1798 options and collapse into single conditional branch.
1799
07107ca6
LM
18002013-09-03 Luis Machado <lgustavo@codesourcery.com>
1801
a7ea61cf 1802 * inf-child.c (inf_child_follow_fork): New parameter
07107ca6
LM
1803 detach_fork.
1804 * inf-ptrace.c (inf_ptrace_follow_fork): Likewise.
1805 * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
1806 * inferior.h (detach_fork): Remove.
1807 * infrun.c (detach_fork): Adjust comment and make it
1808 static.
1809 (follow_fork): Pass detach_fork parameter to
1810 target_follow_fork.
1811 * linux-nat.c (linux_child_follow_fork): New parameter
1812 detach_fork.
1813 * target.c (target_follow_fork): New parameter detach_fork.
1814 Pass detach_fork as parameter and print its value.
1815 * target.h (struct target_ops) <to_follow_fork>: New int
1816 parameter.
1817 (target_follow_fork): New parameter detach_fork.
1818
3bec2768
JB
18192013-09-03 Joel Brobecker <brobecker@adacore.com>
1820
1821 * solib-ia64-hpux.c (ia64_hpux_relocate_section_addresses):
1822 Replace sec->bfd by sec->the_bfd_section->owner.
1823
c01cbb3d
YQ
18242013-09-03 Yao Qi <yao@codesourcery.com>
1825
1826 * linux-tdep.c (linux_is_uclinux): New function. Code moved
1827 from linux_has_shared_address_space.
1828 (linux_has_shared_address_space): Call linux_is_uclinux.
1829 * linux-tdep.h (linux_is_uclinux): Declare.
1830 * m68klinux-tdep.c (m68k_linux_get_sigtramp_info): Call
1831 linux_is_uclinux.
1832
7b00db47
YQ
18332013-09-03 Yao Qi <yao@codesourcery.com>
1834
1835 * config/djgpp/fnchange.lst: Remove entry of
1836 i386-interix-nat.c and i386-interix-tdep.c.
1837 * configure.ac: Remove '*-*-interix*'.
1838 * configure: Re-generated.
1839 * defs.h (enum gdb_osabi): Remove GDB_OSABI_INTERIX.
1840 * i386-cygwin-tdep.c (i386_cygwin_osabi_sniffer): Remove
1841 obsolete comments.
1842 * osabi.c (gdb_osabi_names): Remove "Interix".
1843
0f9741f2
YQ
18442013-09-03 Yao Qi <yao@codesourcery.com>
1845
1846 * arch-utils.c: Fix typo in the comment to gdbarch_update_p.
1847
1e038f67
MM
18482013-09-02 Markus Metzger <markus.t.metzger@intel.com>
1849
1850 * record.h (record_print_flag) <record_print_src_line,
1851 record_print_insn_range>: Rename into ...
1852 (record_print_flag) <record_print_src_line,
1853 record_print_insn_range>: ... this. Update all users.
1854
9e52adf9
PM
18552013-09-02 Pierre Muller <muller@sourceware.org>
1856
1857 * windows-nat.c (windows_xfer_memory): Handle ERROR_PARTIAL_COPY
1858 error code.
1859
a2388568
PM
18602013-09-02 Pierre Muller <muller@sourceware.org>
1861
1862 * windows-nat.c (windows_xfer_memory): Fix compilation failure
1863 by use of plongest function.
1864
9058cc3a
TG
18652013-09-02 Tristan Gingold <gingold@adacore.com>
1866
1867 * NEWS: Add entry mentioning support for native Windows x64
1868 SEH data.
1869
1870 * amd64-windows-tdep.c: #include "objfiles.h", "frame-unwind.h",
1871 "coff/internal.h", "coff/i386.h", "coff/pe.h" and "libcoff.h".
1872 (struct amd64_windows_frame_cache): New struct.
1873 (amd64_windows_w2gdb_regnum): New global.
1874 (pc_in_range, amd64_windows_frame_decode_epilogue)
1875 (amd64_windows_frame_decode_insns, amd64_windows_find_unwind_info)
1876 (amd64_windows_frame_cache, amd64_windows_frame_prev_register)
1877 (amd64_windows_frame_this_id): New functions.
1878 (amd64_windows_frame_unwind): New static global.
1879 (amd64_windows_skip_prologue): New function.
1880 (amd64_windows_init_abi): Call frame_unwind_prepend_unwinder
1881 with amd64_windows_frame_unwind. Call set_gdbarch_skip_prologue
1882 with amd64_windows_skip_prologue.
1883
3161820b 18842013-08-30 Joel Brobecker <brobecker@adacore.com>
1885
1886 GDB 7.6.1 released.
1887
02457c76
PA
18882013-08-30 Pedro Alves <palves@redhat.com>
1889
1890 * mi/mi-main.c (mi_cmd_trace_find): Use LOC_AND_ADDRESS instead of
1891 SRC_AND_LOC.
1892
e0162910
PA
18932013-08-30 Pedro Alves <palves@redhat.com>
1894
1895 * thread.c (restore_selected_frame): Use SRC_AND_LOC, and change
1896 warning text.
1897
6391ce51
PA
18982013-08-30 Pedro Alves <palves@redhat.com>
1899
1900 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
1901 Adjust arguments to print_stack_frame.
1902
d1da0587
PA
19032013-08-30 Pedro Alves <palves@redhat.com>
1904
1905 * ada-tasks.c (task_command_1): Write SRC_AND_LOC instead '1'.
1906
adfd8245
PA
19072013-08-30 Pedro Alves <palves@redhat.com>
1908
1909 * frame.h (show_and_print_stack_frame): Delete declaration.
1910
96d9056e
PM
19112013-08-30 Phil Muldoon <pmuldoon@redhat.com>
1912
1913 PR python/15461
1914
1915 * python/py-arch.c (ARCHPY_REQUIRE_VALID): New macro.
1916 (archpy_name): Check for valid architecture.
1917 (archpy_disassemble): Ditto.
1918
11cb8762
JB
19192013-08-29 Joel Brobecker <brobecker@adacore.com>
1920
1921 * rs6000-nat.c (rs6000_ptrace32): Cast "addr" to "uintptr_t"
1922 instead of "long long" in call to ptrace64.
1923
1af12a7d
AB
19242013-08-29 Andrew Burgess <aburgess@broadcom.com>
1925
1926 * mi/mi-interp.c (mi_command_loop): Change signature to match
1927 interp_command_loop_ftype.
1928 (mi1_command_loop): Remove.
1929 (mi2_command_loop): Remove.
1930 (mi3_command_loop): Remove.
1931 (mi_interpreter_resume): Remove setting of
1932 deprecated_command_loop_hook.
1933 (_initialize_mi_interp): Set mi_command_loop as the command loop
1934 callback.
1935
acc900c2
SA
19362013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
1937
1938 * valops.c (do_search_struct_field): Pass v2 instead of base_type to
1939 value_type.
1940
548b762d
SA
19412013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
1942
1943 * value.c (allocate_value_contents): Make static.
1944 * value.h (allocate_value_contents): Remove prototype.
1945
08039c9e
SA
19462013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
1947
1948 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use value_at_lazy instead
1949 of assembling value via allocate_value_lazy and attribute setter.
1950 * findvar.c (default_read_var_value): Use value_at_lazy instead of
1951 assembling value via allocate_value_lazy and attribute setter.
1952 * valops.c (do_search_struct_field): Use value_at_lazy instead of
1953 assembling value via allocate_value_lazy and attribute setter.
1954
314c7de9
SA
19552013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
1956
1957 * value.c (value_from_contents_and_address): Replace allocate_value and
1958 memcpy with value_from_contents.
1959
8f28f522
PM
19602013-08-29 Phil Muldoon <pmuldoon@redhat.com>
1961
1962 * python/py-framefilter.c (py_print_frame): Remove usage of
1963 PyString_AsString. Use python_string_to_host_string instead.
1964 Refactor function to work with a string as a new allocation
1965 instead of a pointer.
1966 (py_print_frame): Ditto.
1967 * python/lib/gdb/frames.py (return_list): Cain iterators together
1968 instead of adding them as a list.
1969 (_sort_list): Call return_list, and remove duplicate code.
1970 (execute_frame_filters): Convert iterator to a list with list().
1971 * python/lib/gdb/command/frame_filters.py
1972 (SetFrameFilterPriority._set_filter_priority): Convert priority
1973 attribute to an integer.
1974 * python/lib/gdb/FrameIterator.py (FrameIterator.next): Define
1975 wrapper function __next__.
1976 * python/lib/gdb/FrameDecorator.py: If basestring not defined,
1977 define as "str".
1978
8ee002df
PM
19792013-08-29 Phil Muldoon <pmuldoon@redhat.com>
1980
1981 PR python/15752
8ee002df
PM
1982 * python/py-framefilter.c (apply_frame_filter): Check
1983 gdb_python_initialized. Exit if the Python frame-filter code
1984 cannot be initialized.
1985
af4c453a
PM
19862013-08-29 Phil Muldoon <pmuldoon@redhat.com>
1987
1988 PR cli/15842
af4c453a
PM
1989 * top.c (print_gdb_version): Remove erroneous newline after help
1990 text.
1991
bf8793bb
YQ
19922013-08-29 Yao Qi <yao@codesourcery.com>
1993
1994 * varobj.c (install_dynamic_child): Remove trailing space.
1995 Add one blank line after variable declaration.
1996
1f0c4988
JK
19972013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1998
1999 PR gdb/15415
2000 * corefile.c (get_exec_file): Use exec_filename.
2001 * defs.h (OPF_DISABLE_REALPATH): New definition. Add new comment.
2002 * exec.c (exec_close): Free EXEC_FILENAME.
2003 (exec_file_attach): New variable canonical_pathname. Use
2004 OPF_DISABLE_REALPATH. Call gdb_realpath explicitly. Set
2005 EXEC_FILENAME.
2006 * exec.h (exec_filename): New.
2007 * inferior.c (print_inferior, inferior_command): Use
2008 PSPACE_EXEC_FILENAME.
2009 * mi/mi-main.c (print_one_inferior): Likewise.
2010 * progspace.c (clone_program_space, print_program_space): Likewise.
2011 * progspace.h (struct program_space): New field pspace_exec_filename.
2012 * source.c (openp): Describe OPF_DISABLE_REALPATH. New variable
2013 realpath_fptr, initialize it from OPF_DISABLE_REALPATH, use it.
2014
59ee9f94
WN
20152013-08-28 Will Newton <will.newton@linaro.org>
2016
2017 * common/linux-ptrace.c: Include stdint.h unconditionally.
2018
c8a2a419
JK
20192013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2020
2021 Code cleanup.
2022 * nto-tdep.c (nto_find_and_open_solib): Use OPF_TRY_CWD_FIRST.
2023
ffa4ac95
YQ
20242013-08-28 Yao Qi <yao@codesourcery.com>
2025 Pedro Alves <palves@redhat.com>
2026
2027 * event-top.c (gdb_setup_readline): Call stderr_fileopen
2028 instead of stdio_fileopen.
2029 * main.c (captured_main) [__MINGW32__]: Set stderr unbuffered.
2030 .Call stderr_fileopen instead of stdio_fileopen.
2031 * ui-file.c [__MINGW32__] (stderr_file_write): New function.
2032 [__MINGW32__] (stderr_file_fputs): New function.
2033 (stderr_fileopen): New function.
2034 * ui-file.h (stderr_fileopen): Declare.
2035
69d751e3
DE
20362013-08-27 Doug Evans <dje@google.com>
2037
2038 * dwarf2read.c (struct dwarf2_cu): Tweak comment.
2039 (struct dwarf2_per_cu_data): Ditto.
2040 (maybe_queue_comp_unit): Delete forward decl. Add comment.
2041 (process_imported_unit_die): Ditto.
2042 (follow_die_sig_1): Simplify assert.
2043
44f38867
PA
20442013-08-27 Pedro Alves <palves@redhat.com>
2045
2046 * windows-nat.c (windows_xfer_memory): Adjust prototype to follow
2047 xfer_partial's interface. Return TARGET_XFER_E_IO on error.
2048 (windows_xfer_partial): Defer TARGET_OBJECT_MEMORY handling to
2049 windows_xfer_memory directly.
2050 (init_windows_ops): Don't install a deprecated_xfer_memory method.
2051
d28d46b5
PA
20522013-08-27 Pedro Alves <palves@redhat.com>
2053
2054 * darwin-nat.c (darwin_xfer_memory): Delete.
2055 (_initialize_darwin_inferior): Don't install a
2056 deprecated_xfer_memory method.
2057
6211c335
YQ
20582013-08-27 Pedro Alves <pedro@codesourcery.com>
2059 Yao Qi <yao@codesourcery.com>
2060
2061 * mi/mi-cmd-stack.c (list_args_or_locals): Adjust prototype.
2062 (parse_no_frames_option): Remove.
2063 (mi_cmd_stack_list_locals): Handle --skip-unavailable.
2064 (mi_cmd_stack_list_args): Adjust.
2065 (mi_cmd_stack_list_variables): Handle --skip-unavailable.
2066 (list_arg_or_local): Add new parameter 'skip_unavailable'. Return
2067 early if SKIP_UNAVAILABLE is true and ARG->val is unavailable.
2068 Caller update.
2069 (list_args_or_locals): New parameter 'skip_unavailable'.
2070 Handle it.
2071 * valprint.c (scalar_type_p): Rename to ...
2072 (val_print_scalar_type_p): ... this. Make extern.
2073 (val_print, value_check_printable): Adjust.
2074 * valprint.h (val_print_scalar_type_p): Declare.
2075 * value.c (value_entirely_unavailable): New function.
2076 * value.h (value_entirely_unavailable): Declare.
2077
2078 * NEWS: Mention the new option "--skip-unavailable" to MI
2079 commands '-stack-list-locals', '-stack-list-arguments' and
2080 '-stack-list-variables'.
2081
242f1fd7
YQ
20822013-08-27 Yao Qi <yao@codesourcery.com>
2083
2084 * mi/mi-cmd-stack.c (parse_no_frames_option): Remove.
2085 (mi_cmd_stack_list_args): Use mi_getopt_silent to handle
2086 options.
2087 * mi/mi-getopt.c (mi_getopt): Remove.
2088 (mi_getopt_1): Renamed from mi_getopt. Add one parameter
2089 'error_on_unknown'.
2090 (mi_getopt): Call mi_getopt_1.
2091 (mi_getopt_silent): New.
2092 * mi/mi-getopt.h (mi_getopt_silent): Declare.
2093
260b681b
DE
20942013-08-26 Doug Evans <dje@google.com>
2095
779bd270
DE
2096 PR symtab/15885
2097 * dwarf2read.c (dw2_dump): Print some minimal information indicating
2098 .gdb_index is in use.
2099 * symfile.c (reread_symbols): Reset objfile->sf.
2100
52e260a3
DE
2101 * NEWS: Document "mt print objfiles" now takes optional regexp.
2102 * symmisc.c (maintenance_print_objfiles): Argument is now an optional
2103 regexp of objfiles to print.
2104 (_initialize_symmisc): Update doc string for "mt print objfiles".
2105
260b681b
DE
2106 * dwarf2read.c (write_psymtabs_to_index): Move error checks ahead of
2107 missing debug info checks.
2108
a85c52f2
UW
21092013-08-26 Raunaq Bathija <raunaq12@in.ibm.com>
2110 Ulrich Weigand <uweigand@de.ibm.com>
2111
2112 * xcoffread.c (arrange_linetable): Add fix to correctly handle
2113 line tables generated by XLC compiled binaries.
2114
4f00dda3
DE
21152013-08-23 Doug Evans <dje@google.com>
2116
db68bbae
DE
2117 * symmisc.c (dump_symtab): Delete prototype.
2118 (dump_msymbols, dump_objfile): Ditto.
2119 (maintenance_info_symtabs): Mark as dont_repeat.
2120 (_initialize_symmisc): Improve doc string for "mt info symtabs".
2121
4f00dda3
DE
2122 * elfread.c (elf_symfile_read): Move "Done reading minimal symbols"
2123 debugging printf to better location.
2124
23d577b0
PA
21252013-08-23 Pedro Alves <palves@redhat.com>
2126
2127 * target.c (target_read_live_memory): Change type of 'ret' local
2128 to LONGEST.
2129
00d84524
PA
21302013-08-23 Pedro Alves <palves@redhat.com>
2131
2132 * remote.c (remote_write_bytes_aux, remote_write_bytes)
2133 (remote_read_bytes): Change return type to LONGEST, and adjust to
2134 return a target_xfer_error on error.
2135 (remote_xfer_memory): Delete.
2136 (remote_flash_write): Change type of 'ret' local to LONGEST.
2137 (remote_xfer_partial, remote_xfer_partial): Adjust.
2138 (init_remote_ops): Don't install a deprecated_xfer_memory hook.
2139
1ed3ee94
PM
21402013-08-23 Pierre Muller <muller@sourceware.org>
2141
2142 ARI fix: Push # directives to start of line.
2143 * rs6000-nat.c (rs6000_ptrace32, rs6000_ptrace64): Rule applied.
2144
9eaabc75
MW
21452013-08-12 Muhammad Waqas <mwaqas@codesourcery.com>
2146
2147 PR gdb/15501
2148 * breakpoint.c (enable_command, disable_command): Iterate over
2149 all specified breakpoint locations.
2150
101158d9
LM
21512013-08-22 Luis Machado <lgustavo@codesourcery.com>
2152
2153 * common/linux-ptrace.c (linux_fork_to_function): Push #
2154 directives to the start of the line.
2155 (linux_check_ptrace_features): Fix warning message to use
2156 the "_" markup.
2157
96d7229d
LM
21582013-08-22 Luis Machado <lgustavo@codesourcery.com>
2159
2160 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-nat.h and
2161 nat/linux-waitpid.h.
2162 (linux-waitpid.o): New object file rule.
2163 * common/linux-ptrace.c: Include nat/linux-waitpid.h.
2164 (current_ptrace_options): Moved from linux-nat.c.
2165 (linux_ptrace_test_ret_to_nx): Use type casts for ptrace
2166 parameters.
2167 (linux_fork_to_function): New function.
2168 (linux_grandchild_function): Likewise.
2169 (linux_child_function): Likewise.
2170 (linux_check_ptrace_features): New function, heavily
2171 based on linux-nat.c:linux_test_for_tracefork.
2172 (linux_enable_event_reporting): New function.
2173 (ptrace_supports_feature): Likewise.
2174 (linux_supports_tracefork): Likewise.
2175 (linux_supports_traceclone): Likewise.
2176 (linux_supports_tracevforkdone): Likewise.
2177 (linux_supports_tracesysgood): Likewise.
2178 * common/linux-ptrace.h (HAS_NOMMU): Moved from
2179 gdbserver/linux-low.c.
2180 (linux_enable_event_reporting): New declaration.
2181 (linux_supports_tracefork): Likewise.
2182 (linux_supports_traceclone): Likewise.
2183 (linux_supports_tracevforkdone): Likewise.
2184 (linux_supports_tracesysgood): Likewise.
2185 * config.in (PTRACE_TYPE_ARG4): Regenerate.
2186 * config/aarch64/linux.mh (NATDEPFILES): Add linux-waitpid.o.
2187 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
2188 * config/arm/linux.mh (NATDEPFILES): Likewise.
2189 * config/i386/linux.mh (NATDEPFILES): Likewise.
2190 * config/i386/linux64.mh (NATDEPFILES): Likewise.
2191 * config/ia64/linux.mh (NATDEPFILES): Likewise.
2192 * config/m32r/linux.mh (NATDEPFILES): Likewise.
2193 * config/m68k/linux.mh (NATDEPFILES): Likewise.
2194 * config/mips/linux.mh (NATDEPFILES): Likewise.
2195 * config/pa/linux.mh (NATDEPFILES): Likewise..
2196 * config/powerpc/linux.mh (NATDEPFILES): Likewise..
2197 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
2198 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
2199 * config/sparc/linux.mh (NATDEPFILES): Likewise.
2200 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
2201 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
2202 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
2203 * configure.ac (AC_CACHE_CHECK): Add void * to the list of
2204 ptrace's 4th argument's types.
2205 Check the type of PTRACE_TYPE_ARG4.
2206 * configure: Regenerate.
2207 * linux-nat.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
2208 (SYSCALL_SIGTRAP): Moved to nat/linux-nat.h.
2209 (linux_supports_tracefork_flag): Remove.
2210 (linux_supports_tracesysgood_flag): Likewise.
2211 (linux_supports_tracevforkdone_flag): Likewise.
2212 (current_ptrace_options): Moved to
2213 common/linux-ptrace.c.
2214 (linux_tracefork_child): Remove.
2215 (my_waitpid): Remove.
2216 (linux_test_for_tracefork): Renamed to
2217 linux_check_ptrace_features and moved to common/linux-ptrace.c.
2218 (linux_test_for_tracesysgood): Remove.
2219 (linux_supports_tracesysgood): Remove.
2220 (linux_supports_tracefork): Remove.
2221 (linux_supports_tracevforkdone): Remove.
2222 (linux_enable_tracesysgood): Remove.
2223 (linux_enable_event_reporting): Remove.
2224 (linux_init_ptrace): New function.
2225 (linux_child_post_attach): Call linux_init_ptrace.
2226 (linux_child_post_startup_inferior): Call linux_init_ptrace.
2227 (linux_child_follow_fork): Call linux_supports_tracefork
2228 and linux_supports_tracevforkdone.
2229 (linux_child_insert_fork_catchpoint): Call
2230 linux_supports_tracefork.
2231 (linux_child_insert_vfork_catchpoint): Likewise.
2232 (linux_child_set_syscall_catchpoint): Call
2233 linux_supports_tracesysgood.
2234 (lin_lwp_attach_lwp): Call linux_supports_tracefork.
2235 * nat/linux-nat.h: New file.
2236 * nat/linux-waitpid.c: New file.
2237 * nat/linux-waitpid.h: New file.
2238
9f948660
SDJ
22392013-08-22 Samuel Bronson <naesten@gmail.com>
2240
2241 ARM Linux support for `catch syscall'.
2242 * syscalls/arm-linux.py: New file.
2243 * syscalls/arm-linux.xml: Likewise.
2244 * arm-linux-tdep.c (arm_linux_get_syscall_number): New function.
2245 (arm_linux_init_abi): Register the new function and syscall xml file.
2246 * data-directory/Makefile.in: Install the new syscall xml file.
2247 * NEWS: Brag about this.
2248
6be7b56e
PA
22492013-08-22 Pedro Alves <palves@redhat.com>
2250
2251 PR gdb/15871
2252 * corefile.c (target_xfer_memory_error): New function.
2253 (memory_error): Defer EIO to target_memory_error.
2254 (read_memory): Use target_xfer_partial, and handle finer-grained
2255 target xfer errors.
2256 * target.c (target_xfer_error_to_string): New function.
2257 (memory_xfer_partial_1): If memory is known to be
2258 unavailable, return TARGET_XFER_E_UNAVAILABLE instead of -1.
2259 (target_xfer_partial): Make extern.
2260 * target.h (enum target_xfer_error): New enum.
2261 (target_xfer_error_to_string): Declare function.
2262 (target_xfer_partial): Declare function.
2263 (struct target_ops) <xfer_partial>: Adjust describing comment.
2264
bcbec14e
AM
22652013-08-22 Alan Modra <amodra@gmail.com>
2266
2267 * configure.host: Support powerpc64le-linux and powerpcle-linux hosts.
2268 * configure.tgt: Likewise as targets.
2269
fc474241
DE
22702013-08-20 Doug Evans <dje@google.com>
2271
2272 * buildsym.c (subfile_stack): Move here from buildsym.h.
2273 (pending_macros): Ditto.
2274 (get_macro_table): New function.
2275 (buildsym_init): Initialize subfile_stack.
2276 * coffread.c (type_vector,type_vector_length): Moved here from
2277 buildsym.h.
2278 (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
2279 (coff_symtab_read): Use it.
2280 * dbxread.c (read_ofile_symtab): Delete init of subfile_stack.
2281 * dwarf2read.c (macro_start_file): Replace uses of pending_macros
2282 with call to get_macro_table.
2283 * stabsread.c (type_vector,type_vector_length): Moved here from
2284 buildsym.h.
2285 (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
2286 * buildsym.h (get_macro_table): Declare.
2287
bec71544
TT
22882013-08-20 Tom Tromey <tromey@redhat.com>
2289
2290 * dbxread.c (record_minimal_symbol): Make 'name' argument const.
2291 Update.
2292 (read_dbx_dynamic_symtab): Make 'name' const. Remove casts.
2293
0002ad5f
DE
22942013-08-20 Doug Evans <dje@google.com>
2295
2296 * blockframe.c: Remove #include "psymtab.h".
2297 * cp-support.c: Ditto.
2298 * source.c: Ditto.
2299 * stack.c: Ditto.
2300
df302446
TT
23012013-08-20 Tom Tromey <tromey@redhat.com>
2302
2303 PR python/15816:
2304 * exceptions.h (return_mask): Now an enum.
2305 (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL): Now
2306 enum constants.
2307
df6d5441
TT
23082013-08-20 Tom Tromey <tromey@redhat.com>
2309
2310 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Use
2311 get_objfile_arch.
2312 * elfread.c (elf_rel_plt_read, elf_gnu_ifunc_record_cache)
2313 (elf_gnu_ifunc_resolve_by_got): Use get_objfile_arch.
2314 * jit.c (jit_object_close_impl): Update.
2315 * jv-lang.c (get_dynamics_objfile): Update.
2316 * linespec.c (add_minsym): Use get_dynamics_objfile.
2317 * objfiles.c (get_objfile_bfd_data): Initialize 'gdbarch' field.
2318 (allocate_objfile): Don't initialize 'gdbarch' field.
2319 (get_objfile_arch): Update.
2320 * objfiles.h (struct objfile_per_bfd_storage) <gdbarch>: New field,
2321 moved from...
2322 (struct objfile) <gdbarch>: ... here. Remove.
2323 * stap-probe.c (stap_can_evaluate_probe_arguments): Use
2324 get_objfile_arch.
2325 * symfile.c (init_entry_point_info): Use get_objfile_arch.
2326
f5aee5ee
AM
23272013-08-20 Alan Modra <amodra@gmail.com>
2328
2329 * doublest.c (convert_floatformat_to_doublest): Use fmt->split_half
2330 for IBM long double nan and inf.
2331 (floatformat_is_negative, floatformat_classify,
2332 floatformat_mantissa): Similarly.
2333 (floatformat_ieee_single, floatformat_ieee_double,
2334 floatformat_ieee_quad, floatformat_arm_ext,
2335 floatformat_ia64_spill): Delete unused vars.
2336 (_initialize_doublest): Delete unused function.
2337 * gdbtypes.c (floatformats_ibm_long_double): Use new big- and
2338 little-endian variants of floatformat_ibm_long_double.
2339
33b60d58 23402013-08-19 Luis Machado <lgustavo@codesourcery.com>
f5aee5ee 2341
33b60d58
LM
2342 * Makefile.in (SFILES): Remove common/target-common.c and
2343 add target/waitstatus.c.
2344 (HFILES_NO_SRCDIR): Remove common/target-common.h and add
2345 target/resume.h, target/wait.h and target/waitstatus.h.
2346 (COMMON_OBS): Remove target-common.o and add
2347 waitstatus.o.
2348 (target-common.o): Remove.
2349 (waitstatus.o): New target object file.
2350 * common/target-common.c: Move contents to
2351 target/waitstatus.c and remove.
2352 * common/target-common.h: Move contents to other files and
2353 remove.
2354 (enum resume_kind: Move to target/resume.h.
2355 (TARGET_WNOHANG): Move to target/wait.h.
2356 (enum target_waitkind): Move to target/waitstatus.h.
2357 (struct target_waitstatus): Likewise.
2358 * target.h: Do not include target-common.h and
2359 include target/resume.h, target/wait.h and
2360 target/waitstatus.h.
2361 * target/resume.h: New file.
2362 * target/wait.h: New file.
2363 * target/waitstatus.h: New file.
2364 * target/waitstatus.c: New file.
2365
12696c10
PA
23662013-08-19 Pedro Alves <palves@redhat.com>
2367
2368 * linux-nat.c (linux_test_for_tracefork)
2369 (linux_test_for_tracesysgood, linux_child_follow_fork)
2370 (lin_lwp_attach_lwp, linux_nat_resume): Don't block child signals.
2371 (linux_nat_wait_1): Extend comment.
2372 (linux_async_pipe): Add comment.
2373
ba89f962
KB
23742013-08-15 Kevin Buettner <kevinb@redhat.com>
2375
2376 * rl78-tdep.c (RL78_RAW_PC_REGNUM): New enum.
2377 (RL78_PC_REGNUM): Move to list of pseudo-register enums.
2378 (rl78_register_type, rl78_register_name, rl78_register_reggroup_p):
2379 Update to account for fact that PC is now a pseudo-register.
2380 (rl78_pseudo_register_write, rl78_pseudo_register_read): Add
2381 cases for RL78_PC_REGNUM.
2382
35ab155d
MB
23832013-08-15 Muhammad Bilal <mbilal@codesourcery.com>
2384
2385 PR cli/15841
2386 * top.c (quit_force): Skip writing history file
2387 if input is not from terminal.
2388
0d031856
TT
23892013-08-14 Tom Tromey <tromey@redhat.com>
2390
2391 * remote.c (struct remote_state) <echo_nextthread, nextthread,
2392 resultthreadlist>: New fields.
2393 (OPAQUETHREADBYTES, threadref, MAXTHREADLISTRESULTS): Move earlier.
2394 (remote_get_threadlist, remote_threadlist_iterator): Use
2395 new fields. Remove static variables.
2396
ee154bee
TT
23972013-08-14 Tom Tromey <tromey@redhat.com>
2398
2399 * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p,
2400 remote_watch_data_address>: New fields.
2401 (remote_stopped_by_watchpoint_p, remote_watch_data_address): Remove.
2402 (process_stop_reply, remote_wait_as)
2403 (remote_check_watch_resources, remote_stopped_data_address): Update.
2404
88b496c3
TT
24052013-08-14 Tom Tromey <tromey@redhat.com>
2406
2407 * remote.c (struct remote_state) <async_client_callback,
2408 async_client_context>: New fields.
2409 (async_client_callback, async_client_context): Remove.
2410 (remote_async_serial_handler, remote_async): Update.
2411
2f65bcb7
TT
24122013-08-14 Tom Tromey <tromey@redhat.com>
2413
2414 * remote.c (sizeof_pkt): Remove.
2415 (remote_trace_find): Use rs->buf_size, not sizeof_pkt.
2416
b80fafe3
TT
24172013-08-14 Tom Tromey <tromey@redhat.com>
2418
2419 * remote.c (struct remote_state) <use_threadinfo_query,
2420 use_threadextra_query>: New fields.
2421 (remote_threads_info, remote_threads_extra_info)
2422 (remote_open_1): Update.
2423
8e88304f
TT
24242013-08-14 Tom Tromey <tromey@redhat.com>
2425
2426 * remote.c (struct remote_state) <finished_object,
2427 finished_annex, finished_offset>: New fields.
2428 (remote_read_qxfer): Use remote_state fields; remove static
2429 variables.
2430
280ceea3
TT
24312013-08-14 Tom Tromey <tromey@redhat.com>
2432
2433 * remote.c (struct remote_state) <last_sent_step>:
2434 New field.
2435 (last_sent_step): Remove.
2436 (remote_resume, remote_wait_as): Update.
2437
b73be471
TT
24382013-08-14 Tom Tromey <tromey@redhat.com>
2439
2440 * remote.c (struct remote_state) <last_sent_signal>:
2441 New field.
2442 (last_sent_signal): Remove.
2443 (new_remote_state, remote_resume, remote_wait_as): Update.
2444
5e4a05c4
TT
24452013-08-14 Tom Tromey <tromey@redhat.com>
2446
2447 * remote.c (struct remote_state) <last_program_signals_packet>:
2448 New field.
2449 (last_program_signals_packet): Remove.
2450 (remote_program_signals, remote_open_1): Update.
2451
747dc59d
TT
24522013-08-14 Tom Tromey <tromey@redhat.com>
2453
2454 * remote.c (struct remote_state) <last_pass_packet>:
2455 New field.
2456 (last_pass_packet): Remove.
2457 (remote_pass_signals, remote_open_1): Update.
2458
262e1174
TT
24592013-08-14 Tom Tromey <tromey@redhat.com>
2460
2461 * remote.c (struct remote_state) <remote_traceframe_number>:
2462 New field.
2463 (remote_traceframe_number): Remove.
2464 (new_remote_state, remote_open_1, set_remote_traceframe)
2465 (remote_trace_find): Update.
2466
47f8a51d
TT
24672013-08-14 Tom Tromey <tromey@redhat.com>
2468
2469 * remote.c (struct remote_state) <general_thread, continue_thread>:
2470 New fields.
2471 (general_thread, continue_thread): Remove.
2472 (record_currthread, set_thread, set_general_process)
2473 (remote_open_1, extended_remote_attach_1, remote_wait_as)
2474 (extended_remote_mourn_1): Update.
2475
5d93a237
TT
24762013-08-14 Tom Tromey <tromey@redhat.com>
2477
2478 * remote.c (struct remote_state) <remote_desc>: New field.
2479 (remote_desc): Remove.
2480 (remote_threads_info, remote_threads_extra_info, remote_close)
2481 (send_interrupt_sequence, remote_start_remote, remote_open_1)
2482 (readchar, remote_xfer_partial, remote_rcmd, packet_command)
2483 (remote_hostio_send_command, remote_file_put, remote_file_get)
2484 (remote_file_delete, remote_can_async_p, remote_is_async_p)
2485 (remote_async, remote_new_objfile, set_range_stepping): Update.
2486
cf792862
TT
24872013-08-14 Tom Tromey <tromey@redhat.com>
2488
2489 * remote.c (remote_state): Now a pointer.
2490 (get_remote_state_raw): Update.
2491 (new_remote_state): New function.
2492 (_initialize_remote): Use new_remote_state.
2493
dc473cfb
TT
24942013-08-14 Tom Tromey <tromey@redhat.com>
2495
2496 * remote.c (remote_protocol_features): Now const.
2497
85ec6ce7
TT
24982013-08-14 Tom Tromey <tromey@redhat.com>
2499
2500 * remote.c (crc32_table, crc32): Remove.
2501 (remote_verify_memory): Use xcrc32.
2502
73033f12
SDJ
25032013-08-13 Sergio Durigan Junior <sergiodj@redhat.com>
2504
2505 * value.h (create_internalvar_type_lazy): Adjust prototype
2506 declaration.
2507
5c30d39a
AB
25082013-08-13 Andrew Burgess <aburgess@broadcom.com>
2509
2510 * common/format.c (parse_format_string): Don't allow '#' flag for
2511 pointer arguments in format string.
2512
1a66331e
PM
25132013-08-13 Pierre Muller <muller@sourceware.org>
2514
fde605f3 2515 * utils.c (init_page_info): Only call tgetnum function
1a66331e
PM
2516 if rl_get_screen_size did not return useful values.
2517
b4013987
AA
25182013-08-12 Ali Anwar <ali_anwar@codesourcery.com>
2519
2520 PR breakpoints/15117
2521 * linespec.c (linespec_parse_basic): Check for convenience
2522 variable or history value while parsing.
2523
959b6a66
SDJ
25242013-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
2525
2526 Revert implementation of gdbarch_gdb_signal_{to,from}_target for
2527 AVR.
2528 * avr-tdep.c: Remove include of "linux-tdep.h". Remove enum with
2529 different signals between the generic Linux kernel implementation
2530 and AVR's.
2531 (avr_linux_gdb_signal_from_target): Delete.
2532 (avr_linux_gdb_signal_to_target): Delete.
2533 (avr_gdbarch_init): Don't set gdbarch_gdb_signal_{to,from}_target.
2534
24a55014
DE
25352013-08-09 Doug Evans <dje@google.com>
2536
2537 * dwarf2read.c (create_addrmap_from_index): Ignore bad address table
2538 entries.
2539
eb14d406
SDJ
25402013-08-09 Sergio Durigan Junior <sergiodj@redhat.com>
2541
2542 * linux-tdep.c: Define enum with generic signal numbers.
2543 (linux_gdb_signal_from_target): New function.
2544 (linux_gdb_signal_to_target): Likewise.
2545 (linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2546 methods to the functions above.
2547 * linux-tdep.h (linux_gdb_signal_from_target): New prototype.
2548 (linux_gdb_signal_to_target): Likewise.
2549 * alpha-linux-tdep.c: Define new enum with signals different
2550 from generic Linux kernel.
2551 (alpha_linux_gdb_signal_from_target): New function.
2552 (alpha_linux_gdb_signal_to_target): Likewise.
2553 (alpha_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2554 with the functions mentioned above.
2555 * avr-tdep.c: Define enum with differences between Linux kernel
2556 and AVR signals.
2557 (avr_linux_gdb_signal_from_target): New function.
2558 (avr_linux_gdb_signal_to_target): Likewise.
2559 (avr_gdbarch_init): Set gdbarch_gdb_signal_{to,from}_target to
2560 the functions mentioned above.
2561 * sparc-linux-tdep.c: Define enum with differences between SPARC
2562 and generic Linux kernel signal numbers.
2563 (sparc32_linux_gdb_signal_from_target): New function.
2564 (sparc32_linux_gdb_signal_to_target): Likewise.
2565 (sparc32_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2566 to the functions defined above.
2567 * xtensa-linux-tdep.c: Define enum with differences between
2568 Xtensa and Linux kernel generic signals.
2569 (xtensa_linux_gdb_signal_from_target): New function.
2570 (xtensa_linux_gdb_signal_to_target): Likewise.
2571 (xtensa_linux_init_abi): Set gdbarch_gdb_signal_to_target
2572 to the functions defined above.
2573 * mips-linux-tdep.c: Define enum with differences between
2574 signals in MIPS and Linux kernel generic ones.
2575 (mips_gdb_signal_to_target): New function.
2576 (mips_gdb_signal_from_target): Redefine to use new enum, handle
2577 only different signals from the Linux kernel generic.
2578 (mips_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2579 the functions defined above.
2580 * mips-linux-tdep.h (enum mips_signals): Remove.
2581
156d08c8
PA
25822013-08-09 Pedro Alves <palves@redhat.com>
2583
2584 * avr-tdep.c (XMALLOC): Delete macro.
2585 * cli/cli-dump.c (XMALLOC): Delete macro.
2586
db229724
PA
25872013-08-09 Pedro Alves <palves@redhat.com>
2588
2589 * cli/cli-dump.c: Don't include cli/cli-dump.h.
2590 (scan_expression_with_cleanup, scan_filename_with_cleanup)
2591 (fopen_with_cleanup, add_dump_command): Make static.
2592 * cli/cli-dump.h: Delete file.
2593 * Makefile.in (HFILES_NO_SRCDIR): Remove reference to
2594 cli/cli-dump.h.
2595
3f12a589
PA
25962013-08-09 Pedro Alves <palves@redhat.com>
2597
2598 * tracepoint.c (tfile_start): Show tilde-expanded filename in
2599 error message.
2600
c718be47
PA
26012013-08-09 Pedro Alves <palves@redhat.com>
2602
156d08c8 2603 * breakpoint.c (save_breakpoints): Show tilde-expanded filename in
c718be47
PA
2604 error message.
2605
1e351ed1
PA
26062013-08-09 Pedro Alves <palves@redhat.com>
2607
2608 * gcore.c (create_gcore_bfd): Don't use tilde_expand here.
2609 (gcore_command): Use tilde_expand here, and when showing the
2610 filename to the user, show the expanded version.
2611
1ed8d800
YQ
26122013-08-09 Yao Qi <yao@codesourcery.com>
2613
2614 * stack.c (read_frame_arg): Set 'entryval_error' to NULL if
2615 'entryval' is set.
2616
47ecca85
PA
26172013-08-08 Azat Khuzhin <a3at.mail@gmail.com> (tiny change)
2618
2619 * gcore.c (create_gcore_bfd): Use tilde_expand.
2620
82a0a75f
YQ
26212013-08-08 Yao Qi <yao@codesourcery.com>
2622
2623 * frame.h (read_frame_local): Declare.
2624 * mi/mi-cmd-stack.c (list_args_or_locals): Call
2625 read_frame_local.
2626 * stack.c (read_frame_local): New.
2627
5c4aa40b
YQ
26282013-08-08 Yao Qi <yao@codesourcery.com>
2629
2630 * mi/mi-cmd-stack.c: Update comments to function
2631 list_args_or_locals.
2632
b93601f3
TT
26332013-08-07 Tom Tromey <tromey@redhat.com>
2634
2635 PR symtab/15028:
2636 * dwarf2read.c (struct process_psymtab_comp_unit_data): New.
2637 (process_psymtab_comp_unit_reader): Use it.
2638 (process_psymtab_comp_unit): Update. Add "pretend_language"
2639 argument.
2640 (dwarf2_build_psymtabs_hard): Update.
2641 (scan_partial_symbols): Pass CU's language to
2642 process_psymtab_comp_unit.
2643
fa760f46
TT
26442013-08-07 Tom Tromey <tromey@redhat.com>
2645
2646 * dwarf2read.c (dw2_get_primary_filename_reader): Remove.
2647 (dwarf2_gdb_index_functions): Update.
2648 * psymtab.c (find_symbol_file_from_partial): Remove.
2649 (psym_functions): Update.
2650 * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
2651 Remove.
2652
bf6d8a91
TT
26532013-08-07 Tom Tromey <tromey@redhat.com>
2654
2655 * symfile.c (set_initial_language): Look up "main" symbol
2656 and use its language.
2657 * symtab.c (find_main_filename): Remove.
2658 * symtab.h (find_main_filename): Remove.
2659
f9125b6c
TT
26602013-08-07 Tom Tromey <tromey@redhat.com>
2661
2662 * dwarf2read.c (recursively_compute_inclusions): Add
2663 "immediate_parent" argument. Set symtab's "user" field
2664 if not set.
2665 (compute_symtab_includes): Update.
2666
fdbb204b
TT
26672013-08-07 Tom Tromey <tromey@redhat.com>
2668
2669 * linespec.c (convert_linespec_to_sals): Use maybe_add_address
2670 when adding label symbols.
2671
49de1690
UW
26722013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
2673 Ulrich Weigand <uweigand@de.ibm.com>
2674
2675 * configure.tgt (powerpc64-*-aix*): Match powerpc64 running aix.
2676 * configure.host (powerpc64-*-aix*): Likewise.
2677
b08ee99f
UW
26782013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
2679 Ulrich Weigand <uweigand@de.ibm.com>
2680
2681 * gdb_ptrace.h: Use ptrace64 instead of ptrace if HAVE_PTRACE64
2682 is defined.
2683 * rs6000-nat.c: Check for __ld_info64_ if compiling 64 BIT gdb.
2684 (rs6000_ptrace32): Call ptrace64 instead of ptrace if present.
2685 (rs6000_ptrace64): Call ptace64 instead of ptracex if present.
2686 * configure.ac: Check for ptrace64.
2687 * configure, config.in: Regenerate.
2688
fecf803e
UW
26892013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
2690 Ulrich Weigand <uweigand@de.ibm.com>
2691
2692 * aixthread.c: Call ptrace64 instead of ptracex if defined.
2693 Call ptrace64 instead of ptrace if defined.
2694 Add macro addr_ptr to take care of ptrace address argument.
2695 (pdc_read_regs): Likewise.
2696 (pdc_write_regs): Likewise.
2697 (aix_thread_resume): Likewise.
2698 (fetch_regs_kernel_thread): Likewise.
2699 (store_regs_kernel_thread): Likewise.
2700
3bb5e4a8
AB
27012013-08-07 Anton Blanchard <anton@samba.org>
2702
2703 * MAINTAINERS: Add myself to Write After Approval.
2704
12070676
TT
27052013-08-05 Tom Tromey <tromey@redhat.com>
2706
2707 * aix-thread.c (_initialize_aix_thread): Use
2708 complete_target_initialization.
2709 * bsd-uthread.c (_initialize_bsd_uthread): Use
2710 complete_target_initialization.
2711 * dec-thread.c (_initialize_dec_thread): Use
2712 complete_target_initialization.
2713 * ravenscar-thread.c (_initialize_ravenscar): Use
2714 complete_target_initialization.
2715 * sol-thread.c (_initialize_sol_thread): Use
2716 complete_target_initialization.
2717 * spu-multiarch.c (_initialize_spu_multiarch): Use
2718 complete_target_initialization.
2719
7c7b6655
TT
27202013-08-05 Tom Tromey <tromey@redhat.com>
2721
2722 * ada-exp.y (write_var_or_type): Use bound_minimal_symbol.
2723 * ada-lang.c (ada_lookup_simple_minsym): Return
2724 bound_minimal_symbol.
2725 * ada-lang.h (ada_lookup_simple_minsym): Update.
2726 * c-exp.y (variable): Use lookup_bound_minimal_symbol.
2727 * f-exp.y (variable): Use lookup_bound_minimal_symbol.
2728 * go-exp.y (variable): Use lookup_bound_minimal_symbol.
2729 * jv-exp.y (push_expression_name): Use lookup_bound_minimal_symbol.
2730 * m2-exp.y (variable): Use lookup_bound_minimal_symbol.
2731 * minsyms.c (msymbol_objfile): Remove.
2732 (lookup_minimal_symbol_internal): New function, from
2733 lookup_minimal_symbol.
2734 (lookup_minimal_symbol): Rewrite using
2735 lookup_minimal_symbol_internal.
2736 (lookup_bound_minimal_symbol): New function.
2737 * minsyms.h (msymbol_objfile): Remove.
2738 (lookup_bound_minimal_symbol): Declare.
2739 * p-exp.y (variable): Use lookup_bound_minimal_symbol.
2740 * parse.c (write_exp_msymbol): Change parameter to a
2741 bound_minimal_symbol.
2742 (write_dollar_variable): Use lookup_bound_minimal_symbol.
2743 * parser-defs.h (write_exp_msymbol): Update.
2744 * printcmd.c (address_info): Use lookup_bound_minimal_symbol.
2745 * symfile.c (simple_read_overlay_table): Use
2746 lookup_bound_minimal_symbol.
2747 * symtab.c (skip_prologue_sal): Don't use msymbol_objfile.
2748 (search_symbols): Likewise.
2749 (print_msymbol_info): Take a bound_minimal_symbol argument.
2750 (symtab_symbol_info, rbreak_command): Update.
2751 * symtab.h (struct symbol_search) <msymbol>: Change type
2752 to bound_minimal_symbol.
2753 * valops.c (find_function_in_inferior): Use
2754 lookup_bound_minimal_symbol.
2755 * value.c (value_fn_field): Use lookup_bound_minimal_symbol.
2756
934b9bac
JK
27572013-08-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2758
2759 Code cleanup.
2760 * remote.c (cleanup_sigint_signal_handler): Rename the declaration
2761 to ...
2762 (async_cleanup_sigint_signal_handler): ... this.
2763 (initialize_sigint_signal_handler): Remove declaration.
2764 (handle_remote_sigint): Rename the declaration to ...
2765 (async_handle_remote_sigint): ... this.
2766 (handle_remote_sigint_twice): Rename the declaration to ...
2767 (async_handle_remote_sigint_twice): ... this.
2768 (async_remote_interrupt, async_remote_interrupt_twice)
2769 (remote_interrupt): Remove the declarations.
2770 (remote_interrupt_twice): Rename the declaration ...
2771 (sync_remote_interrupt_twice): ... this.
2772 (sigint_remote_twice_token): Rename the variable to ...
2773 (async_sigint_remote_twice_token): ... this.
2774 (sigint_remote_token): Rename the variable to ...
2775 (async_sigint_remote_token): ... this.
2776 (initialize_sigint_signal_handler): Rename the function to ...
2777 (async_initialize_sigint_signal_handler): ... this. Update the name
2778 inside.
2779 (handle_remote_sigint): Rename the function to ...
2780 (async_handle_remote_sigint): ... this. Update the names inside.
2781 (handle_remote_sigint_twice): Rename the function to ...
2782 (async_handle_remote_sigint_twice): ... this. Update the names inside.
2783 (cleanup_sigint_signal_handler): Rename the function to ...
2784 (async_cleanup_sigint_signal_handler): ... this.
2785 (remote_interrupt): Rename the function to ...
2786 (sync_remote_interrupt): this. Update the names inside.
2787 (remote_interrupt_twice): Rename the function to ...
2788 (sync_remote_interrupt_twice): this. Update the names inside.
2789 (remote_terminal_inferior, remote_terminal_ours, remote_wait_as)
2790 (_initialize_remote): Update the names inside.
2791
3a1115a0
TT
27922013-08-02 Tom Tromey <tromey@redhat.com>
2793
2794 PR symtab/15719:
2795 * breakpoint.c (update_watchpoint, watchpoint_check)
2796 (watch_command_1): Update.
2797 * eval.c (fetch_subexp_value): Add "preserve_errors"
2798 parameter.
2799 * ppc-linux-nat.c (check_condition): Update.
2800 * value.h (fetch_subexp_value): Update.
2801
58b19776
AB
28022013-08-02 Andrew Burgess <aburgess@broadcom.com>
2803
2804 * mi/mi-interp.c (mi_interpreter_resume): Remove call to
2805 add_file_handler.
2806
ec94af83
DE
28072013-08-01 Doug Evans <dje@google.com>
2808
7ee85ab1
DE
2809 PR symtab/15691
2810 * dwarf2read.c (struct dwarf2_per_cu_data): New member tu_read.
2811 (fill_in_sig_entry_from_dwo_entry): Reorganize asserts.
2812 Add assert of sig_entry->dwo_unit == NULL.
2813 (lookup_dwo_signatured_type): Don't assign TU to a DWO if the TU
2814 had already been read.
2815 (read_signatured_type): Set per_cu.tu_read.
2816
b846d303
DE
2817 PR symtab/15695
2818 * valops.c (value_struct_elt): Add missing call to check_typedef.
2819 (value_find_oload_method_list): Ditto.
2820
b52109bc
DE
2821 * symtab.c (do_free_search_symbols_cleanup): Change arg to,
2822 effectively, struct symbol_search **.
2823 (make_cleanup_free_search_symbols): Change arg to struct
2824 symbol_search **. All callers updated.
2825 (compare_search_syms): Compare symtab file name and block as well.
2826 (search_symbols_equal): New function.
2827 (sort_search_symbols_remove_dups): Renamed from sort_search_symbols.
2828 New args new_head, new_tail. Result is now void. Remove dups after
2829 sorting the symbols.
2830 (search_symbols): Sort all found symbols once, after all have been
2831 found, and remove duplicates. Simplify cleanup tracking of result.
2832 * symtab.h (make_cleanup_free_search_symbols): Update prototype.
2833
ec94af83
DE
2834 Further workarounds for binutils/15021.
2835 * dwarf2read.c (recursively_compute_inclusions): Change type of result
2836 parameter to VEC (symtab_ptr) **. New parameter all_type_symtabs.
2837 Watch for duplicate symtabs coming from type units.
2838 (compute_symtab_includes): Update call to
2839 recursively_compute_inclusions. Build vector of included symtabs
2840 instead of per_cus.
2841 * symtab.h (symtab_ptr): New typedef.
2842 (DEF_VEC_P (symtab_ptr)): New VEC type.
2843 * linespec.c (symtab_p): Delete. All uses updated to use symtab_ptr
2844 instead.
2845
b2ae85cf
AB
28462013-08-01 Andrew Burgess <aburgess@broadcom.com>
2847
2848 * cli/cli-script.c (script_from_file): Remove use of
2849 error_pre_print.
2850 * main.c (captured_main): Remove use of error_pre_print and
2851 quit_pre_print.
2852 * utils.c (error_pre_print, quit_pre_print): Remove.
2853 * utils.h (error_pre_print, quit_pre_print): Likewise.
2854
645eab03
YQ
28552013-08-01 Yao Qi <yao@codesourcery.com>
2856
2857 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Parse argv
2858 with mi_getopt.
2859 (mi_cmd_stack_list_variables): Likewise.
2860
16f92dd4
AB
28612013-07-31 Andrew Burgess <aburgess@broadcom.com>
2862
2863 * exceptions.c (deprecated_throw_reason): Remove.
2864 * exceptions.h (deprecated_throw_reason): Remove.
2865
13f78033
AB
28662013-07-31 Andrew Burgess <aburgess@broadcom.com>
2867
2868 * remote-mips.c (mips_error): Replace use of
2869 deprecated_throw_reason with throw_verror. Use the error message
2870 passed to mips_error as the error message for throw_verror.
2871
039e3c22
AB
28722013-07-31 Andrew Burgess <aburgess@broadcom.com>
2873
2874 * monitor.c (monitor_interrupt_query): Replace use of
2875 deprecated_throw_reason with quit.
2876 * nto-procfs.c (interrupt_query): Likewise.
2877 * remote-fileio.c (remote_fileio_sig_exit): Likewise.
2878 * remote-mips.c (mips_kill): Likewise.
2879 * remote.c (interrupt_query): Likewise.
2880
8150913b
AB
28812013-07-31 Andrew Burgess <aburgess@broadcom.com>
2882
2883 * utils.c (internal_verror): Replace use of deprecated_throw_reason
2884 with call to fatal.
2885
de74e63a
YQ
28862013-07-31 Pedro Alves <pedro@codesourcery.com>
2887 Yao Qi <yao@codesourcery.com>
2888
2889 * tracepoint.c (trace_dump_command): Select the current frame.
2890
247f5c4f
DE
28912013-07-30 Doug Evans <dje@google.com>
2892
2893 * dwarf2read.c (process_queue): Add type signature to debug output.
2894
11b4b7cc
AB
28952013-07-30 Andrew Burgess <aburgess@broadcom.com>
2896
2897 * value.c (value_fetch_lazy): Mark optimized out values as such
2898 rather than raising an error.
2899
b0c54aa5
AB
29002013-07-30 Andrew Burgess <aburgess@broadcom.com>
2901
2902 * value.c (value_fetch_lazy): Ensure parent value is not lazy
2903 before checking which bits of the parent, not the child, value are
2904 valid.
2905
97c85fc6
MB
29062013-07-30 Muhammad Bilal <mbilal@codesorcery.com>
2907
2908 PR gdb/15715
2909 * top.c: Include "filenames.h".
2910 (set_history_filename): New function.
2911 (init_main): Install it as set hook of the "set history filename"
2912 command.
2913
ff39bb5e
SA
29142013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
2915
2916 * dwarf2read.c (dwarf2_get_ref_die_offset): Constify struct
2917 attribute parameter.
2918 (dwarf2_const_value_data): Constify struct attribute parameter.
2919 (dwarf2_const_value): Constify struct attribute parameter.
2920 (dwarf2_const_value_attr): Constify struct attribute parameter.
2921 (lookup_die_type): Constify struct attribute parameter.
2922 (dwarf2_get_attr_constant_value): Constify struct attribute parameter.
2923 (follow_die_ref_or_sig): Constify struct attribute parameter.
2924 (follow_die_ref): Constify struct attribute parameter.
2925 (follow_die_sig): Constify struct attribute parameter.
2926 (get_DW_AT_signature_type): Constify struct attribute parameter.
2927 (get_type_unit_group): Constify struct attribute parameter.
2928 (fill_in_loclist_baton): Constify struct attribute parameter.
2929 (dwarf2_symbol_mark_computed): Constify struct attribute parameter.
2930 (type_unit_group): Constify struct attribute parameter.
2931
6e5a29e1
SA
29322013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
2933
2934 * dwarf2read.c (attr_form_is_block): Make argument const.
2935 (attr_form_is_section_offset): Make argument const.
2936 (attr_form_is_constant): Make argument const.
2937 (attr_form_is_ref): Make argument const.
2938
7771576e
SA
29392013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
2940
2941 * dwarf2read.c (attr_is_ref): Rename to attr_form_is_ref.
2942 All uses updated.
2943 (attr_form_is_ref): Moved below attr_form_is_constant.
2944
a94e8645
DE
29452013-07-29 Doug Evans <dje@google.com>
2946
bb5291d0
DE
2947 * main.c (captured_command_loop): Tweak comment.
2948
b5419e49
DE
2949 * target.c (target_async_permitted_1): Fix comment.
2950
b2d23133
DE
2951 * symtab.c (iterate_over_some_symtabs): Add comment.
2952
a94e8645
DE
2953 * symtab.c (iterate_over_some_symtabs): Fix indentation.
2954
7a60ad40
YQ
29552013-07-27 Yao Qi <yao@codesourcery.com>
2956
2957 * NEWS: Mention that GDBserver now supports hardware
2958 watchpoints on the MIPS GNU/Linux target.
2959
aaee2056
YQ
29602013-07-27 Yao Qi <yao@codesourcery.com>
2961
2962 * Makefile.in (HFILES_NO_SRCDIR): Add
2963 common/mips-linux-watch.h.
2964 (mips-linux-watch.o): New rule.
2965 * common/mips-linux-watch.c: New.
2966 * common/mips-linux-watch.h: New.
2967 * config/mips/linux.mh (NATDEPFILES): Add mips-linux-watch.o
2968 * mips-linux-nat.c: Include mips-linux-watch.h.
2969 (W_BIT, R_BIT, I_BIT, W_MASK, R_MASK, I_MASK, IRW_MASK): Move
2970 to common/mips-linux-watch.h.
2971 (MAX_DEBUG_REGISTER): Likewise.
2972 (enum pt_watch_style): Likewise.
2973 (struct mips32_watch_regs): Likewise.
2974 (struct mips64_watch_regs): Likewise.
2975 (struct pt_watch_regs): Likewise.
2976 (struct mips_watchpoint): Likewise.
2977 (mips_linux_watch_get_irw_mask): Move to
2978 common/mips-linux-watch.c.
2979 (get_reg_mask, mips_linux_watch_get_num_valid): Likewise.
2980 (mips_linux_watch_get_watchlo): Likewise.
2981 (mips_linux_watch_set_watchlo): Likewise.
2982 (mips_linux_watch_get_watchhi): Likewise.
2983 (mips_linux_watch_set_watchhi): Likewise.
2984 (mips_linux_read_watch_registers): Likewise.
2985 (mips_linux_watch_type_to_irw): Likewise.
2986 (mips_linux_stopped_data_address, fill_mask): Likewise.
2987 (mips_linux_watch_try_one_watch): Likewise.
2988 (mips_linux_watch_populate_regs): Likewise.
2989
b3436450
YQ
29902013-07-27 Yao Qi <yao@codesourcery.com>
2991
2992 * mips-linux-nat.c (get_irw_mask): Rename to ...
2993 (mips_linux_watch_get_irw_mask): ... this. Rename parameter
2994 'set' to 'n'. Update function comment. All callers changed.
2995 (get_reg_mask): Rename parameter 'set' to 'n'. Update
2996 function comment. All callers changed.
2997 (get_num_valid): Rename to ...
2998 (mips_linux_watch_get_num_valid): ... this. Rename parameter
2999 'set' to 'n'. Update function comment. All callers changed.
3000 (get_watchlo): Rename to ...
3001 (mips_linux_watch_get_watchlo): ... this. Rename parameter
3002 'set' to 'n'. Update function comment. All callers changed.
3003 (set_watchlo): Rename to ...
3004 (mips_linux_watch_set_watchlo): ... this. Rename parameter
3005 'set' to 'n'. Update function comment. All callers changed.
3006 (get_watchhi): Rename to ...
3007 (mips_linux_watch_get_watchhi): ... this. Update function
3008 comment. All callers changed.
3009 (set_watchhi): Rename to ...
3010 (mips_linux_watch_set_watchhi): ... this. Update function
3011 comment. All callers changed.
3012 (mips_linux_read_watch_registers): Update function comment.
3013 Add new parameters 'lwpid', 'watch_readback', and
3014 'watch_readback_valid'. Update.
3015 (type_to_irw): Rename to ...
3016 (mips_linux_watch_type_to_irw): ... this. Update function
3017 comment. All callers changed.
3018 (fill_mask): Update function comment.
3019 (try_one_watch): Rename to ...
3020 (mips_linux_watch_try_one_watch): ... this. Change the type
3021 of parameter 'irw' from 'unsigned' to 'uint32_t'.
3022 (populate_regs_from_watches): Rename to ...
3023 (mips_linux_watch_populate_regs): ... this. Add parameter
3024 'current_watches'. All callers changed.
3025
9be14b81
YQ
30262013-07-27 Yao Qi <yao@codesourcery.com>
3027
3028 * mips-linux-nat.c (MAX_DEBUG_REGISTER): Move it earlier in
3029 the code.
3030 (PTRACE_SET_WATCH_REGS, enum pt_watch_style): Remove.
3031 (struct mips32_watch_regs, struct mips64_watch_regs): Remove.
3032 (struct pt_watch_regs): Likewise.
3033 [!PTRACE_GET_WATCH_REGS] (PTRACE_SET_WATCH_REGS): New macro.
3034 [!PTRACE_GET_WATCH_REGS] (enum pt_watch_style): New.
3035 [!PTRACE_GET_WATCH_REGS] (struct mips32_watch_regs): New.
3036 [!PTRACE_GET_WATCH_REGS] (struct mips64_watch_regs): New.
3037 [!PTRACE_GET_WATCH_REGS] (struct pt_watch_regs): New.
3038
de6f69ad
YQ
30392013-07-27 Yao Qi <yao@codesourcery.com>
3040
3041 * breakpoint.h: Include break-common.h.
3042 (enum target_hw_bp_type): Move to ...
3043 * common/break-common.h: ... here. New.
3044
6f64ef53
PA
30452013-07-26 Cyril Nikolaev <cyril@nichtverstehen.de>
3046
3047 * inflow.c (terminal_init_inferior_with_pgrp): Save inferior
3048 process group regardless of having tty on stdin.
3049
6107e809
DE
30502013-07-25 Doug Evans <dje@google.com>
3051
3052 * linux-fork.h (detach_fork): Delete.
3053
7fdc1521
TT
30542013-07-25 Tom Tromey <tromey@redhat.com>
3055
3056 PR remote/15256, PR remote/15266:
3057 * bfd-target.c (target_bfd_reopen): Initialize to_magic.
3058 * monitor.c (monitor_detach): Use unpush_target.
3059 * remote-m32r-sdi.c (m32r_detach): Use unpush_target.
3060 * remote-mips.c (mips_detach): Use unpush_target. Don't
3061 call mips_close.
3062 * remote-sim.c (gdbsim_detach): Use unpush_target.
3063 * target.c (pop_target): Remove.
3064 (pop_all_targets_above): Don't call target_close.
3065 (target_close): Assert that the target is unpushed.
3066 * target.h (pop_target): Don't declare.
3067 * tracepoint.c (tfile_open): Use unpush_target.
3068
c22a2b88
TT
30692013-07-25 Tom Tromey <tromey@redhat.com>
3070
3071 * linux-thread-db.c (init_thread_db_ops): Call
3072 complete_target_initialization.
3073 (_initialize_thread_db): Don't call add_target.
3074 * target.c (complete_target_initialization): New function.
3075 (add_target_with_completer): Call it.
3076 * target.h (complete_target_initialization): Declare.
3077
cbb6aada
MK
30782013-07-25 Mark Kettenis <kettenis@gnu.org>
3079
3080 * hppa-tdep.h (enum hppa_regnum): Add members for all space registers.
3081 * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Add comment.
3082 (HPPANBSD_SIZEOF_GREGS): New define.
3083 (hppaobsd_supply_gregset): Handle additional registers.
3084 * hppabsd-nat.c (hppabsd_gregset_supplies_p): Adjust to indicate
3085 we provide more registers now.
3086 (hppabsd_supply_gregset): Supply additional registers.
3087 (hppabsd_collect_gregset): Collect additional registers.
3088
17767988
MK
30892013-07-25 Mark Kettenis <kettenis@gnu.org>
3090
3091 * hppabsd-tdep.c: Include "dwarf2-frame.h".
3092 (hppabsd_dwarf2_frame_init_reg): New function.
3093 (hppabsd_init_abi): Hook in the DWARF CFI frame unwinder.
3094
fdc8aae8
AB
30952013-07-25 Andrew Burgess <aburgess@broadcom.com>
3096
3097 * mi/mi-main.c (output_register): Make MI 'r' format use standard
3098 'z' format code. Remove error for optimized out values, standard
3099 code will handle these fine.
3100
6fbe845e
AB
31012013-07-25 Andrew Burgess <aburgess@broadcom.com>
3102
3103 * NEWS: Mention new 'z' formatter.
3104 * printcmd.c (print_scalar_formatted): Add new 'z' formatter.
3105 (_initialize_printcmd): Mention 'z' formatter in help text of the
3106 'x' command.
3107
3373342d
MR
31082013-07-24 Maciej W. Rozycki <macro@codesourcery.com>
3109
3110 * mips-tdep.c (micromips_deal_with_atomic_sequence): Correct
3111 formatting.
3112
25f9533e
SDJ
31132013-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
3114
3115 * breakpoint.c (create_longjmp_master_breakpoint): Check if probe
3116 interface can evaluate arguments. Fallback to the old mode if it
3117 cannot.
3118 (create_exception_master_breakpoint): Likewise.
3119 * elfread.c (elf_can_evaluate_probe_arguments): New function.
3120 (struct sym_probe_fns elf_probe_fns): Export function above to the
3121 probe interface.
3122 * probe.c (can_evaluate_probe_arguments): New function.
3123 * probe.h (struct probe_ops) <can_evaluate_probe_arguments>: New
3124 function pointer.
3125 (can_evaluate_probe_arguments): New function prototype.
3126 * solib-svr4.c (svr4_create_solib_event_breakpoints): Check if
3127 probe interface can evaluate arguments. Fallback to the old mode
3128 if it cannot.
3129 * stap-probe.c (stap_get_probe_argument_count): Check if probe
3130 interface can evaluate arguments. Warning the user if it cannot.
3131 (stap_can_evaluate_probe_arguments): New function.
3132 (struct probe_ops stap_probe_ops): Export function above to the
3133 probe interface.
3134 * symfile.h (struct sym_probe_fns) <can_evaluate_probe_arguments>:
3135 New function pointer.
3136
3360c0bf
LM
31372013-07-24 Luis Machado <lgustavo@codesourcery.com>
3138
3139 * Makefile.in (SFILES): Add common/target-common.c.
3140 Add common/target-common.h to headers.
3141 (COMMON_OBS): Add target-common.o.
3142 (target-common.o): New target.
3143 * linux-nat.h (resume_kind): Move to common/target-common.h.
3144 * target.c (target_waitstatus_to_string): Move to
3145 common/target-common.c.
3146 * target.h: Include target-common.h.
3147 (target_waitkind): Move to common/target-common.h.
3148 (target_waitstatus): Likewise.
3149 (TARGET_WNOHANG): Likewise.
3150 * common/target-common.c: New file.
3151 * common/target-common.h: New file.
3152
6656a72d
DE
31532013-07-24 Doug Evans <dje@google.com>
3154
3155 * dwarf2read.c (lookup_dwo_cutu): Change missing DWO complaint to
3156 a warning.
3157
6df81a63
YQ
31582013-07-23 Yao Qi <yao@codesourcery.com>
3159
3160 * i386-tdep.c (i386_in_stack_tramp_p): Remove unused
3161 parameter 'gdbarch'.
3162 (i386_stack_tramp_frame_sniffer): Caller update.
3163 * i386-linux-tdep.c (i386_linux_core_read_xcr0): Remove
3164 parameter 'gdbarch' and 'target'.
3165 (i386_linux_core_read_description): Caller update.
3166 * amd64-linux-tdep.c (amd64_linux_core_read_description):
3167 Likewise.
3168 * i386-linux-tdep.h (i386_linux_core_read_xcr0): Update
3169 declaration.
3170
365156ad
TT
31712013-07-23 Tom Tromey <tromey@redhat.com>
3172
3173 * dwarf2read.c (init_cutu_and_read_dies): Revert patch from
3174 2013-07-22.
3175
046ac79f
JK
31762013-07-22 Doug Evans <dje@google.com>
3177
3178 * exec.h (remove_target_sections): Delete arg abfd.
66cbcda4
JK
3179 * exec.c (exec_close): Update call to remove_target_sections.
3180 (remove_target_sections): Delete arg abfd.
046ac79f
JK
3181 * solib.c (update_solib_list): Ditto.
3182 (reload_shared_libraries_1): Ditto.
3183 (clear_solib): Ditto, and unconditionally call remove_target_sections.
66cbcda4
JK
3184 * target.h (struct target_section): Rename key to owner.
3185 All uses updated.
046ac79f 3186
29b2cc46
TT
31872013-07-22 Tom Tromey <tromey@redhat.com>
3188
3189 * solib-som.c (som_open_symbol_file_object): Call do_cleanups.
3190
d1160018
TT
31912013-07-22 Tom Tromey <tromey@redhat.com>
3192
3193 * dwarf2read.c (init_cutu_and_read_dies): Remove 'free_cu_cleanup'.
3194 Simplify cleanup handling.
3195
2f324bf6
TT
31962013-07-22 Tom Tromey <tromey@redhat.com>
3197
3198 * dwarf2read.c (dwarf_decode_line_header): Call do_cleanups
3199 on all return paths.
3200
e23b9d6e
UW
32012013-07-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3202
3203 * ppc-linux-nat.c (PPC_DEBUG_FEATURE_DATA_BP_DAWR): New define.
3204 (ppc_linux_region_ok_for_hw_watchpoint): Add checking to use the new
3205 DAWR interface for longer ranges hardware watchpoint (up to 512 bytes).
3206
1cf55f60
PM
32072013-07-22 Phil Muldoon <pmuldoon@redhat.com>
3208
3209 * top.c (print_gdb_version): Add help, apropos description and
3210 url to online documentation.
3211
fa876972
HZ
32122013-07-19 Hui Zhu <hui@codesourcery.com>
3213
3214 PR gdb/15692
3215 * mi/mi-cmd-break.c (mi_argv_to_format): Handle double quotes.
3216
1527aea8
YQ
32172013-07-19 Yao Qi <yao@codesourcery.com>
3218
3219 * target.c (update_current_target): Change the default action
3220 of 'to_traceframe_info' from tcomplain to return_zero.
3221 * target.h (struct target_ops) <to_traceframe_info>: Add more
3222 comments.
3223 * valops.c (read_value_memory): Call
3224 traceframe_available_memory unconditionally.
3225
886f230e
YQ
32262013-07-18 Yao Qi <yao@codesourcery.com>
3227
3228 * coffread.c (coff_symfile_read): Iterate over minimal symbols,
3229 if the name is prefixed by "__imp_" or "_imp_", look for minimal
3230 symbol without prefix. If found, set its type to
3231 'mst_solib_trampoline'.
3232
16419bae
DE
32332013-07-17 Doug Evans <dje@google.com>
3234
e7045703
DE
3235 * NEWS: Mention "set print raw frame-arguments".
3236 * gdbcmd.h (setprintrawlist, showprintrawlist): Declare.
3237 * stack.c (print_raw_frame_arguments): New static global.
3238 (print_frame_arg): Set opts.raw from print_raw_frame_arguments.
3239 (_initialize_stack): New command "set/show print raw frame-arguments".
3240 * valprint.c (setprintrawlist, showprintrawlist): New globals.
3241 (set_print_raw, show_print_raw): New functions.
3242 (_initialize_valprint): New prefix command "set/show print raw".
3243 * valprint.h (value_print_options): Improve comments.
3244
453e48a5
DE
3245 * cli/cli-cmds.c (init_cmd_lists): Delete unnecessary initialization
3246 of all *list variables.
3247
16419bae
DE
3248 * gdbcmd.h (togglelist): Delete.
3249 * cli/cli-cmds.c (togglelist): Delete.
3250 (init_cmd_lists): Update.
3251 * cli/cli-cmds.h (togglelist): Delete.
3252
626f2d1c
TT
32532013-07-17 Tom Tromey <tromey@redhat.com>
3254
3255 * dwarf2read.c (dwarf2_per_objfile_free): Clear
3256 dwarf2_per_objfile.
3257
57e6060e
DE
32582013-07-16 Doug Evans <dje@google.com>
3259
3260 * nto-tdep.c (nto_relocate_section_addresses): Update,
3261 target_section.bfd deleted.
3262 * ppc64-tdep.c (ppc64_convert_from_func_ptr_addr): Ditto.
3263 * s390-tdep.c (s390_load): Ditto.
3264 * solib-aix.c (solib_aix_relocate_section_addresses): Ditto.
3265
5ea5559b
AB
32662013-07-16 Andrew Burgess <aburgess@broadcom.com>
3267
3268 * common/format.c (parse_format_string): Add checks for NULL
3269 character before calling strchr.
3270
2b2848e2
DE
32712013-07-16 Doug Evans <dje@google.com>
3272
2c571006
DE
3273 * solist.h (target_so_ops.find_and_open_solib): Clarify usage of
3274 temp_pathname argument.
3275 * nto-tdep.c (nto_find_and_open_solib): Fix setting of temp_pathname
3276 when opening the file fails.
3277
2b2848e2
DE
3278 * target.h (struct target_section): Delete member bfd.
3279 All users updated to use the_bfd_section->owner instead.
3280 * exec.c (add_to_section_table): Assert bfd is expected value.
3281 Remove initialization of target_section.bfd.
3282 (remove_target_sections): Update.
3283 (section_table_available_memory): Update.
3284 (section_table_xfer_memory_partial): Update.
3285 (print_section_info): Update.
3286 (exec_set_section_address): Update.
3287 * record-full.c (record_full_core_xfer_partial): Update.
3288 * solib-svr4.c (svr4_relocate_section_addresses): Update.
3289 * solib-target.c (solib_target_relocate_section_addresses): Update.
3290 * symfile.c (build_section_addr_info_from_section_table): Update.
3291 * target.c (memory_xfer_live_readonly_partial): Update.
3292 (memory_xfer_partial_1): Update.
3293
926bf92d
UW
32942013-07-15 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3295
3296 * ppc-linux-nat.c: Since the new PowerPC specific ptrace interface is
3297 now available for embedded (BookE) and server (BookS) processors,
3298 correct mentions of 'booke' and adjust comments accordingly in order to
3299 avoid confusion. Rename struct 'booke_debug_info' to 'hwdebug_info'.
3300 (have_ptrace_booke_interface): Rename function and variable
3301 'have_ptrace_booke_interface' to 'have_ptrace_hwdebug_interface'.
3302 Rename struct 'booke_debug_info' to 'hwdebug_info'. Update all uses.
3303 (booke_cmp_hw_point): Rename function 'booke_cmp_hw_point' to
3304 'hwdebug_point_cmp'. Update all uses.
3305 (booke_find_thread_points_by_tid): Rename function
3306 'booke_find_thread_points_by_tid' to
3307 'hwdebug_find_thread_points_by_tid'. Update all uses.
3308 (booke_insert_point): Rename function 'booke_insert_point' to
3309 'hwdebug_insert_point'. Update all uses.
3310 (booke_remove_point): Rename function 'booke_remove_point' to
3311 'hwdebug_remove_point'. Update all uses.
3312
d929bc19
MR
33132013-07-15 Maciej W. Rozycki <macro@codesourcery.com>
3314
3315 * mips-tdep.c (mips_gdbarch_init): Replace hardcoded magic
3316 numbers with enum values.
3317
054e8d9e
AA
33182013-07-15 Ali Anwar <ali_anwar@codesourcery.com>
3319
3320 PR threads/13217
3321 * thread.c (thread_apply_all_command): Check for valid threads
3322 and thread count.
3323 (thread_array_cleanup): New struct.
3324 (set_thread_refcount): New function.
3325
cf006359
AB
33262013-07-11 Andrew Burgess <aburgess@broadcom.com>
3327
3328 * infcmd.c (default_print_one_register_info): Reuse function
3329 print_hex_chars.
3330
94e36acc
TT
33312013-07-10 Tom Tromey <tromey@redhat.com>
3332
3333 * Makefile.in (GDB_WARN_CFLAGS_NO_DEFS, ADA_EXP_C): New macros.
3334 (ada-exp.o): New target.
3335
915dd369
SDJ
33362013-07-10 Sergio Durigan Junior <sergiodj@redhat.com>
3337
3338 * mt-tdep.c (mt_registers_info): Call
3339 get_no_prettyformat_print_options instead of
3340 get_raw_print_options (regression by last patch from Doug
3341 Evans).
3342
eca07816
JB
33432013-07-09 Pedro Alves <palves@redhat.com>
3344
3345 Checked in by Joel Brobecker <brobecker@adacore.com>.
3346 * ada-lang.c (coerce_unspec_val_to_type): Use
3347 value_optimized_out_const.
3348 * value.c (value_optimized_out_const): New function.
3349 * value.h (value_optimized_out_const): New declaration.
3350
2a998fc0
DE
33512013-07-09 Doug Evans <dje@google.com>
3352
3353 * defs.h (enum val_prettyformat): Renamed from val_prettyprint.
3354 Enum values rename as well. All uses updated.
3355 * valprint.h (value_print_options): Rename member pretty to
3356 pretty format. Rename member prettyprint_arrays to
3357 prettyformat_arrays. Rename member prettyprint_structs to
3358 prettyformat_structs. All uses updated.
3359 (get_no_prettyformat_print_options): Renamed from
3360 get_raw_print_options.
3361 * valprint.c (get_no_prettyformat_print_options): Renamed from
3362 get_raw_print_options. All callers updated.
3363 (show_prettyformat_structs): Renamed from show_prettyprint_structs.
3364 All callers updated.
3365 (show_prettyformat_arrays): Renamed from show_prettyprint_arrays.
3366 All callers updated.
3367 (_initialize_valprint): Improve help text for "set print pretty" and
3368 "set print arrays".
3369
466c1fca
AB
33702013-07-09 Andrew Burgess <aburgess@broadcom.com>
3371
3372 * value.c (value_bits_valid): Revert previous change, and change
3373 by Pedro on 2013-07-04, due to regressions in
3374 gdb.dwarf2/implptr.exp and gdb.dwarf2/pieces.exp.
3375
ad0f0303
AB
33762013-07-08 Andrew Burgess <aburgess@broadcom.com>
3377 Pedro Alves <palves@redhat.com>
3378
3379 * value.c (value_bits_valid): If the value is not lval_computed
3380 or has no check validity handler then the answer is the
3381 optimized_out flag, otherwise defer to the handler.
3382
b187bec1
EZ
33832013-07-06 Eli Zaretskii <eliz@gnu.org>
3384
48d1d6f5
EZ
3385 * top.c (print_gdb_configuration): Explain in output of
3386 --configuration what does "relocatable" mean.
3387
b187bec1
EZ
3388 * main.c (print_gdb_help): Regroup options in the --help text.
3389 See http://sourceware.org/ml/gdb-patches/2013-04/msg00362.html for
3390 the relevant discussions.
3391
52d361e1
YQ
33922013-07-06 Yao Qi <yao@codesourcery.com>
3393
3394 * breakpoint.h (struct breakpoint_ops) <create_breakpoints_sal>:
3395 Remove parameter 'lsal'.
3396 * breakpoint.c (create_breakpoint): Move local variable 'lsal'
3397 to inner block. Caller update.
3398 (base_breakpoint_create_breakpoints_sal): Update.
3399 (bkpt_create_breakpoints_sal): Likewise.
3400 (tracepoint_create_breakpoints_sal): Likewise.
3401 (strace_marker_create_breakpoints_sal): Get 'lsal' from the
3402 element 0 of vector 'canonical->sals'.
3403
e1ec1b42
LM
34042013-07-05 Luis Machado <lgustavo@codesourcery.com>
3405
3406 * rs6000-tdep.c (rs6000_stab_reg_to_regnum): Return the real
3407 register number instead of the pseudo register one.
3408 (rs6000_dwarf2_reg_to_regnum): Likewise.
3409
7195e6f0
PA
34102013-07-04 Pedro Alves <palves@redhat.com>
3411
3412 * findvar.c (value_of_register): Use allocate_optimized_out_value
3413 if the register has been optimized out, instead of
3414 set_value_optimized_out.
3415 * frame-unwind.c (frame_unwind_got_optimized): Use
3416 allocate_optimized_out_value.
3417
58722cac
PA
34182013-07-04 Pedro Alves <palves@redhat.com>
3419
3420 * value.c (value_bits_valid): If the value is not lval_computed,
3421 or doesn't have a check_validity hook, assume the value is entirely
3422 valid.
3423
691a26f5
AB
34242013-07-04 Andrew Burgess <aburgess@broadcom.com>
3425
3426 * stack.c (read_frame_arg): No longer fetch lazy values.
3427 * value.c (value_optimized_out): If the value is not already
3428 marked optimized out, and is lazy then fetch it.
3429 (value_primitive_field): Move optimized out check to later in the
3430 function, after we have loaded any lazy values.
3431 (value_fetch_lazy): Use optimized out flag directly rather than
3432 calling optimized_out method.
3433
a58e2656
AB
34342013-07-04 Andrew Burgess <aburgess@broadcom.com>
3435
3436 * valops.c: Don't include "user-regs.h".
3437 (value_fetch_lazy): Moved to value.c.
3438 * value.c: Include "user-regs.h".
3439 (value_fetch_lazy): Moved from valops.c.
3440
bd885420
YQ
34412013-07-04 Yao Qi <yao@codesourcery.com>
3442
3443 Revert:
3444 2013-06-27 Yao Qi <yao@codesourcery.com>
3445
3446 * common/create-version.sh: Update comments. Handle the case
3447 that TARGET_ALIAS is empty.
3448
17ef446e
PA
34492013-07-03 Pedro Alves <palves@redhat.com>
3450
3451 * Makefile.in (config.status): Depend on development.sh.
3452 (aclocal_m4_deps): Add libmcheck.m4.
3453 * acinclude.m4: Include libmcheck.m4.
3454 * configure.ac: Source development.sh instead of setting
3455 'development' here. --enable-libmcheck/--disable-libmcheck code
3456 factored out to GDB_AC_LIBMCHECK. Run it.
3457 * development.sh: New file.
3458 * libmcheck.m4: New file.
3459 * configure: Regenerate.
3460
ac6dd50f
TT
34612013-07-02 Tom Tromey <tromey@redhat.com>
3462
3463 * contrib/ari/update-web-ari.sh: Update for version.in change.
3464
bd1df410
TT
34652013-07-02 Tom Tromey <tromey@redhat.com>
3466
3467 * common/ptid.h: Comment fixes.
3468
4db1a1dc
TT
34692013-07-01 Tom Tromey <tromey@redhat.com>
3470
3471 * dwarf2read.c (dwarf2_get_dwz_file): Return NULL if
3472 .gnu_debugaltlink not found. Use bfd_get_alt_debug_link_info.
3473 (dwarf2_read_index, create_all_comp_units): Update.
3474
dd9aa048
TT
34752013-07-01 Tom Tromey <tromey@redhat.com>
3476
3477 * configure.ac (build_warnings): Add -Wold-style-definition.
3478 * configure: Rebuild.
3479 * machoread.c (_initialize_machoread): Use "(void)".
3480 * macrocmd.c (macro_inform_no_debuginfo): Fix formatting;
3481 use "(void)".
3482
44d100c3
TT
34832013-07-01 Tom Tromey <tromey@redhat.com>
3484
3485 * configure.ac (build_warnings): Add -Wold-style-declaration.
3486 * configure: Rebuild.
3487 * dsrec.c (make_srec): Use "static const", not "const static".
3488 * h8300-tdep.c (h8300_breakpoint_from_pc): Use "static const",
3489 not "const static".
3490 * mi/mi-parse.c (mi_no_values, mi_simple_values, mi_all_values):
3491 Use "static const", not "const static".
3492 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Use "static const",
3493 not "const static".
3494 * moxie-tdep.c (moxie_breakpoint_from_pc): Use "static const",
3495 not "const static".
3496 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Use "static const",
3497 not "const static".
3498 * v850-tdep.c (v850_breakpoint_from_pc): Use "static const",
3499 not "const static".
3500 (v850_dbtrap_breakpoint_from_pc): Likewise.
3501 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Use "static const",
3502 not "const static".
3503
2945b807
TT
35042013-07-01 Tom Tromey <tromey@redhat.com>
3505
3506 * configure.ac (build_warnings): Add -Wmissing-parameter-type.
3507 * configure: Rebuild.
3508
d8d2a3ee
PA
35092013-07-01 Pedro Alves <palves@redhat.com>
3510
3511 * defs.h: Include "pathmax.h".
3512 * utils.c: Don't include sys/param.h.
3513 (gdb_realpath): Remove code that checks for MAXPATHLEN.
3514 * solib-ia64-hpux.c (ia64_hpux_handle_load_event): Use PATH_MAX
3515 instead of MAXPATHLEN.
3516 * solib-sunos.c: Don't include sys/param.h.
3517 * xcoffread.c: Don't include sys/param.h.
3518 * bsd-kvm.c: Don't include sys/param.h.
3519 * darwin-nat.c: Don't include sys/param.h.
3520 (darwin_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
3521 * darwin-nat-info.c: Don't include sys/param.h.
3522 * fbsd-nat.c (fbsd_pid_to_exec_file): Use PATH_MAX instead of
3523 MAXPATHLEN.
3524 * i386obsd-nat.c: Don't include sys/param.h.
3525 * inf-child.c: Don't include sys/param.h.
3526 (inf_child_fileio_readlink): Use PATH_MAX instead of MAXPATHLEN.
3527 * linux-fork.c: Don't include sys/param.h.
3528 (fork_save_infrun_state): Use PATH_MAX instead of MAXPATHLEN.
3529 * linux-nat.c: Don't include sys/param.h.
3530 (linux_child_pid_to_exec_file, linux_proc_pending_signals)
3531 (linux_proc_pending_signals): Use PATH_MAX instead of MAXPATHLEN.
3532 * m68klinux-nat.c: Don't include sys/param.h.
3533 * nbsd-nat.c: Don't include sys/param.h.
3534 (nbsd_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
3535 * ppc-linux-nat.c: Don't include sys/param.h.
3536 * rs6000-nat.c: Don't include sys/param.h.
3537 * spu-linux-nat.c. Don't include sys/param.h.
3538 * windows-nat.c: Don't include sys/param.h.
3539 * xtensa-linux-nat.c: Don't include sys/param.h.
3540 * config/i386/nm-fbsd.h: Don't include sys/param.h.
3541
38ec2207
PA
35422013-07-01 Pedro Alves <palves@redhat.com>
3543
3544 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add pathmax.
3545 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/pathmax.m4.
3546 * gnulib/aclocal.m4: Regenerate.
3547 * gnulib/config.in: Regenerate.
3548 * gnulib/configure: Regenerate.
3549 * gnulib/import/pathmax.h: New file.
3550 * gnulib/import/Makefile.am: Regenerate.
3551 * gnulib/import/Makefile.in: Regenerate.
3552 * gnulib/import/m4/gnulib-cache.m4: Regenerate.
3553 * gnulib/import/m4/gnulib-comp.m4: Regenerate.
3554 * gnulib/import/m4/pathmax.m4: New file.
3555
e655c1a2
PA
35562013-07-01 Pedro Alves <palves@redhat.com>
3557
3558 * configure.ac (GDBINIT): Define, depending on host.
3559 * go32-nat.c (init_go32_ops): Don't override gdbinit here.
3560 * top.c (PATH_MAX): Delete fallback definition.
3561 (GDBINIT_FILENAME): Delete.
3562 (gdbinit): Reimplement as const char array set to the GDBINIT
3563 string constant.
3564 * top.h (gdbinit): Make const.
3565 * configure, config.in: Regenerate.
3566
50dd9793
PA
35672013-07-01 Pedro Alves <palves@redhat.com>
3568
3569 * cli/cli-cmds.c (source_script): Make 'file' parameter const.
3570 * cli/cli-cmds.h (source_script): Likewise.
3571 * exceptions.c (catch_command_errors_const): New function.
3572 * exceptions.h (catch_command_errors_const): Declare.
3573 * main.c (get_init_files): Make parameters const, and adjust.
3574 (captured_main): Make 'system_gdbinit', 'home_gdbinit' and
3575 'local_gdbinit' locals const. Adjust to use
3576 catch_command_errors_const.
3577 (print_gdb_help): Make 'system_gdbinit', 'home_gdbinit' and
3578 'local_gdbinit' locals const.
3579
bc7dea8d
PA
35802013-07-01 Pedro Alves <palves@redhat.com>
3581
3582 * defs.h: Don't check HAVE_UNISTD_H before including <unistd.h>.
3583 (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Delete.
3584 * tracepoint.c: Don't check HAVE_UNISTD_H before including
3585 <unistd.h>.
3586
8839a007
PA
35872013-07-01 Pedro Alves <palves@redhat.com>
3588
3589 Import the "unistd" gnulib module.
3590 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add "unistd".
3591 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/off_t.m4,
3592 import/m4/ssize_t.m4, import/m4/sys_types_h.m4 and
3593 import/m4/unistd_h.m4.
3594 * gnulib/aclocal.m4: Renenerate.
3595 * gnulib/config.in: Renenerate.
3596 * gnulib/configure: Renenerate.
3597 * gnulib/import/Makefile.am: Renenerate.
3598 * gnulib/import/Makefile.in: Renenerate.
3599 * gnulib/import/m4/gnulib-cache.m4: Renenerate.
3600 * gnulib/import/m4/gnulib-comp.m4: Renenerate.
3601 * gnulib/import/m4/off_t.m4: New file.
3602 * gnulib/import/m4/ssize_t.m4: New file.
3603 * gnulib/import/m4/sys_types_h.m4: New file.
3604 * gnulib/import/m4/unistd_h.m4: New file.
3605 * gnulib/import/sys_types.in.h: New file.
3606 * gnulib/import/unistd.c: New file.
3607 * gnulib/import/unistd.in.h: New file.
3608
8c0da261
PA
36092013-07-01 Pedro Alves <palves@redhat.com>
3610
3611 * utils.c <pathconf/_PC_PATH_MAX use>: Check if _PC_PATH_MAX is
3612 defined instead of checking HAVE_UNISTD_H.
3613
3574124b
PA
36142013-07-01 Pedro Alves <palves@redhat.com>
3615
3616 Reimport gnulib from scratch.
3617 * gnulib/Makefile.in (aclocal_m4_deps): Remove reference to
3618 import/m4/onceonly.m4.
3619 * gnulib/aclocal.m4: Renegerate.
3620 * gnulib/config.in: Renegerate.
3621 * gnulib/configure: Renegerate.
3622 * gnulib/import/Makefile.in: Renegerate.
3623 * gnulib/import/extra/update-copyright: Renegerate.
3624 * gnulib/import/m4/onceonly.m4: Delete.
3625
702dc4fd
PA
36262013-07-01 Pedro Alves <palves@redhat.com>
3627
3628 * tui/tui-regs.c (pagination_enabled): Delete declaration.
3629
47e1ce27
JK
36302013-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3631
3632 Code cleanup.
3633 * remote.c (async_remote_interrupt_twice): Make it static.
3634 * remote.h (async_remote_interrupt_twice): Remove the declaration.
3635
e82839d4
SDJ
36362013-06-29 Sergio Durigan Junior <sergiodj@redhat.com>
3637
3638 * ia64-linux-tdep.c: Include <ctype.h>.
3639 (ia64_linux_stap_is_single_operand): New function.
3640 (ia64_linux_init_abi): Initialize SystemTap related attributes.
3641
d6c2da54
TT
36422013-06-28 Tom Tromey <tromey@redhat.com>
3643
3644 * Makefile.in (version.c): Use version.in, not
3645 common/version.in.
3646 * common/create-version.sh: Likewise.
3647 * common/version.in: Move...
3648 * version.in: ...here.
3649
74da6f00
PA
36502013-06-28 Pedro Alves <palves@redhat.com>
3651
3652 * infrun.c (set_observer_mode): Don't declare pagination_enabled
3653 here.
3654 * utils.h (pagination_enabled): Declare.
3655
d32dc48e
PA
36562013-06-28 Pedro Alves <palves@redhat.com>
3657
3658 * infrun.c (non_stop, non_stop_1, set_non_stop, show_non_stop):
3659 Move higher up in file.
3660
0edd9e3b
TT
36612013-06-28 Tom Tromey <tromey@redhat.com>
3662
3663 * tracepoint.c (deprecated_readline_begin_hook)
3664 (deprecated_readline_hook, deprecated_readline_end_hook): Don't
3665 declare.
3666
4eb59108
PA
36672013-06-28 Pedro Alves <palves@redhat.com>
3668
3669 PR tui/14880
3670 * tui/tui-regs.c (tui_get_register): Fetch value contents before
3671 checking if they're available.
3672 * value.c (value_available_contents_eq): Change comment.
3673 * value.h (value_available_contents_eq): Expand comment.
3674
97b17156
TT
36752013-06-27 Tom Tromey <tromey@redhat.com>
3676
3677 * target.c (find_run_target): Remove.
3678 * target.h (find_run_target): Remove.
3679
6a3bfc5c
TT
36802013-06-27 Tom Tromey <tromey@redhat.com>
3681
3682 * corelow.c (core_gdbarch): Now static.
3683
c9ef825d
TT
36842013-06-27 Tom Tromey <tromey@redhat.com>
3685
3686 * target.c (target_struct_index): Remove.
3687
e5823f1c
PA
36882013-06-27 Pedro Alves <palves@redhat.com>
3689
3690 * infrun.c: Remove comment describing the 'stepping over runtime
3691 loader dynamic symbol resolution code' mechanism; moved to
3692 gdbint.texinfo.
3693
97f8dd09
PA
36942013-06-27 Pedro Alves <palves@redhat.com>
3695
3696 * exceptions.c (catch_command_errors): Remove spurious space.
3697 * exceptions.h (catch_command_errors): Second parameter is "arg",
3698 not "command".
3699
02b1871e
YQ
37002013-06-27 Yao Qi <yao@codesourcery.com>
3701
3702 * common/create-version.sh: Update comments. Handle the case
3703 that TARGET_ALIAS is empty.
3704
bb1b1cf1
PA
37052013-06-26 Pedro Alves <palves@redhat.com>
3706
3707 * infrun.c (SOLIB_IN_DYNAMIC_LINKER): Delete macro and describing
3708 comment.
3709
7b624e71
PA
37102013-06-26 Pedro Alves <palves@redhat.com>
3711
3712 * infrun.c: Update comments on stepping over runtime loader
3713 dynamic symbol resolution code.
3714
74e5a346
SDJ
37152013-06-26 Sergio Durigan Junior <sergiodj@redhat.com>
3716
3717 * ax-gdb.h (union exp_element): Forward declare.
3718 * parser-defs.h: Include expression.h.
3719
a2fb2cee
MR
37202013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
3721
3722 * mips-tdep.c (fetch_mips_16): Use unmake_compact_addr.
3723
cdba14e0
DK
37242013-06-26 Dmitry Kozlov <ddk@codesourcery.com>
3725
3726 * tracepoint.c (trace_save): Extend tsave to save starttime, stoptime.
3727
f30aa5af
DK
37282013-06-26 Dmitry Kozlov <ddk@codesourcery.com>
3729
3730 Fix trace-status to output proper start-time and stop-time.
3731 * tracepoint.c (trace_status_command): Fix type of printf arg to
3732 prevent improper type conversion.
3733 (trace_status_mi): Likewise.
3734
1aee363c
MR
37352013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
3736
3737 * mips-tdep.c (mips_next_pc): Fix a typo.
3738
3356937a
MR
37392013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
3740
3741 * mips-tdep.c (micromips_scan_prologue): Fix a typo.
3742
dc673c81
YQ
37432013-06-26 Pedro Alves <pedro@codesourcery.com>
3744 Yao Qi <yao@codesourcery.com>
3745
3746 * mi/mi-cmds.c (mi_cmds): Register -trace-frame-collected.
3747 * mi/mi-cmds.h (mi_cmd_trace_frame_collected): Declare.
3748 * mi/mi-main.c (print_variable_or_computed): New function.
3749 (mi_cmd_trace_frame_collected): New function.
3750 * tracepoint.c (find_trace_state_variable_by_number): New.
3751 (struct traceframe_info): Move to tracepoint.h
3752 (struct collection_list): Likewise.
3753 (do_collect_symbol): Include locals and arguments in the
3754 collected variables list.
3755 (clear_collection_list): Clear wholly collected variables list
3756 and computed variables list.
3757 (append_exp): New function.
3758 (encode_actions_1): Include variables in the wholly
3759 collected variables list. Include memory ranges and
3760 full-fledged expressions in the computed expressions list.
3761 (encode_actions): Move some code to ...
3762 Return the cleanup chain.
3763 (encode_actions_rsp): ... here. New function.
3764 (get_traceframe_location, get_traceframe_info): Remove static.
3765 * tracepoint.h (struct memrange): Moved from tracepoint.c.
3766 (struct collection_list): Moved from tracepoint.c. Add two
3767 new fields 'wholly_collected' and 'computed'.
3768 (find_trace_state_variable_by_number): Declare.
3769 (encode_actions): Adjust declaration.
3770 (encode_actions_rsp): Declare.
3771 (get_traceframe_info, get_traceframe_location): Declare.
3772
3773 * NEWS: Mention new MI command -trace-frame-collected.
3774
28a93511
YQ
37752013-06-26 Pedro Alves <pedro@codesourcery.com>
3776 Yao Qi <yao@codesourcery.com>
3777
3778 * ctf.c (ctf_traceframe_info): Push trace state variables
3779 present in the trace data into the traceframe info object.
3780 * breakpoint.c (DEF_VEC_I): Remove.
3781 * common/filestuff.c (DEF_VEC_I): Likewise.
3782 * dwarf2loc.c (DEF_VEC_I): Likewise.
3783 * mi/mi-main.c (DEF_VEC_I): Likewise.
3784 * common/gdb_vecs.h (DEF_VEC_I): Define vector for int.
3785 * features/traceframe-info.dtd: Add tvar element and its
3786 attributes.
3787 * tracepoint.c (free_traceframe_info): Free vector 'tvars'.
3788 (build_traceframe_info): Push trace state variables present in
3789 the trace data into the traceframe info object.
3790 (traceframe_info_start_tvar): New function.
3791 (tvar_attributes): New.
3792 (traceframe_info_children): Add "tvar" element.
3793 * tracepoint.h (struct traceframe_info) <tvars>: New field.
3794
3795 * NEWS: Mention the change in GDB and GDBserver.
3796
ddacd3c8
YQ
37972013-06-26 Pedro Alves <pedro@codesourcery.com>
3798 Yao Qi <yao@codesourcery.com>
3799
3800 * tracepoint.c (trace_dump_command): Move code to ...
3801 (get_traceframe_location): ... here. New.
3802
05796b35
YQ
38032013-06-26 Pedro Alves <pedro@codesourcery.com>
3804 Yao Qi <yao@codesourcery.com>
3805
3806 * tracepoint.c (trace_dump_command): GDB emits an error
3807 instead of a warning when a traceframe is not selected.
3808
cbfa3b61
YQ
38092013-06-26 Pedro Alves <pedro@codesourcery.com>
3810 Yao Qi <yao@codesourcery.com>
3811
3812 * tracepoint.c (tracepoint_list, stepping_list): Remove.
3813 (clear_collection_list): Free fields 'aexpre_list' and 'list'
3814 in collection_list.
3815 (do_clear_collection_list, init_collection_list): New.
3816 (encode_actions): Add local variables 'tracepoint_list' and
3817 'stepping_list'. Call init_collection_list and make cleanup
3818 which calls do_clear_collection_list. Don't call
3819 clear_collection_list.
3820 (_initialize_tracepoint): Delete references to
3821 'tracepoint_list' and 'stepping_list'.
3822
6e2048d3
TT
38232013-06-25 Tom Tromey <tromey@redhat.com>
3824
3825 * common/create-version.sh (date): Use "$", not "$$" in sed
3826 expression.
3827
42059f0e
KB
38282013-06-25 Kevin Buettner <kevinb@redhat.com>
3829
3830 * NEWS (New targets): Add entry for TI MSP430.
3831
a0743c90
YQ
38322013-06-25 Yao Qi <yao@codesourcery.com>
3833
3834 * remote.c (remote_start_remote): Move code to upload tsv
3835 earlier.
3836
9d6e6e84
HZ
38372013-06-25 Yao Qi <yao@codesourcery.com>
3838 Hui Zhu <hui@codesourcery.com>
3839 Pedro Alves <palves@redhat.com>
3840
3841 PR breakpoints/15075
3842 PR breakpoints/15434
3843 * breakpoint.c (bpstat_stop_status): Call
3844 b->ops->after_condition_true.
3845 (update_dprintf_command_list): Don't append "continue" command
3846 to the command list of dprintf breakpoint.
3847 (base_breakpoint_after_condition_true): New function.
3848 (base_breakpoint_ops): Add base_breakpoint_after_condition_true.
3849 (dprintf_after_condition_true): New function.
3850 (initialize_breakpoint_ops): Set dprintf_after_condition_true.
3851 * breakpoint.h (breakpoint_ops): Add after_condition_true.
3852
586cf749
KB
38532013-06-24 Kevin Buettner <kevinb@redhat.com>
3854
3855 * Makefile.in (ALL_TARGET_OBS): Add msp430-tdep.o.
3856 (ALLDEPFILES): Add msp430-tdep.c.
3857 * configure.tgt (msp430*-*-elf): New target.
3858 * msp430-tdep.c: New file.
3859
1bbce132
MR
38602013-06-24 Maciej W. Rozycki <macro@codesourcery.com>
3861
3862 * mips-tdep.c (mips_elf_make_msymbol_special): Handle MIPS16 and
3863 microMIPS synthetic symbols.
3864
3e5d3a5a
MR
38652013-06-24 Maciej W. Rozycki <macro@codesourcery.com>
3866
3867 * objfiles.h (pc_in_section): New prototype.
3868 (in_plt_section): Remove name argument, replace prototype with
3869 static inline function.
3870 * mips-tdep.h: Include "objfiles.h".
3871 (in_mips_stubs_section): New function.
3872 * hppa-tdep.h (gdbarch_tdep): Remove name argument of
3873 in_solib_call_trampoline member.
3874 (hppa_in_solib_call_trampoline): Remove name argument.
3875 * objfiles.c (pc_in_section): New function.
3876 (in_plt_section): Remove function.
3877 * mips-linux-tdep.c: Include "objfiles.h".
3878 (mips_linux_in_dynsym_stub): Call in_mips_stubs_section. Remove
3879 name argument. Return 1 rather than the low 16-bit halfword of
3880 any instruction examined.
3881 (mips_linux_in_dynsym_resolve_code): Update
3882 mips_linux_in_dynsym_stub call accordingly.
3883 * mips-tdep.c (mips_stub_frame_sniffer): Use in_mips_stubs_section
3884 rather than an equivalent hand-coded sequence.
3885 * hppa-hpux-tdep.c (in_opd_section): Remove function.
3886 (hppa32_hpux_in_solib_call_trampoline): Remove name argument.
3887 (hppa64_hpux_in_solib_call_trampoline): Likewise.
3888 (hppa64_hpux_find_global_pointer): Use pc_in_section rather than
3889 in_opd_section.
3890 * hppa-tdep.c (hppa_stub_unwind_sniffer): Remove name argument
3891 on call to tdep->in_solib_call_trampoline.
3892 (hppa_in_solib_call_trampoline): Remove name argument, update
3893 according to in_plt_section change.
3894 (hppa_skip_trampoline_code): Update according to in_plt_section
3895 change.
3896 * aarch64-tdep.c (aarch64_stub_unwind_sniffer): Likewise.
3897 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code):
3898 Likewise.
3899 * arm-tdep.c (arm_stub_unwind_sniffer): Likewise.
3900 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
3901 * hppabsd-tdep.c (hppabsd_find_global_pointer): Likewise.
3902 * nios2-tdep.c (nios2_stub_frame_sniffer): Likewise.
3903 * nto-tdep.c (nto_relocate_section_addresses): Likewise.
3904 * s390-tdep.c (s390_stub_frame_sniffer): Likewise.
3905 * sh-tdep.c (sh_stub_unwind_sniffer): Likewise.
3906 * solib-dsbt.c (dsbt_in_dynsym_resolve_code): Likewise.
3907 * solib-frv.c (frv_in_dynsym_resolve_code): Likewise.
3908 * solib-svr4.c (svr4_in_dynsym_resolve_code): Likewise.
3909 * solib-target.c (solib_target_in_dynsym_resolve_code): Likewise.
3910 * sparc-tdep.c (sparc_analyze_prologue): Likewise.
3911 * tic6x-tdep.c (tic6x_stub_unwind_sniffer): Likewise.
3912
b9b26a16
JB
39132013-06-24 Joel Brobecker <brobecker@adacore.com>
3914
3915 * common/create-version.sh: Fix expansion of $host_alias
3916 and $target_alias in generation of HOST_NAME and TARGET_NAME
3917 (resp.).
3918
01208463
TT
39192013-06-24 Tom Tromey <tromey@redhat.com>
3920
3921 * common/create-version.sh: New file.
3922 * Makefile.in (version.c): Use bfd/version.h, common/version.in,
3923 create-version.sh.
3924 (HFILES_NO_SRCDIR): Use common/version.h.
3925 * version.in: Move to ...
3926 * common/version.in: ... here. Replace date with "DATE".
3927 * version.h: Move to ...
3928 * common/version.h: ... here.
3929
bb6b9a5e
JB
39302013-06-21 Joel Brobecker <brobecker@adacore.com>
3931
3932 * gdb/gnulib/Makefile.in: Update date in copyright header.
3933 * gdb/gnulib/configure.ac: Ditto.
3934 * gdb/gnulib/update-gnulib.sh: Ditto.
3935
c3b18ee7
JB
39362013-06-21 Joel Brobecker <brobecker@adacore.com>
3937
3938 * copyright.py (EXCLUDE_LIST): Replace "gdb/gnulib" by
3939 "gdb/gnulib/import".
3940
85d3b769
WN
39412013-06-21 Will Newton <will.newton@linaro.org>
3942
3943 * doublest.c (ldfrexp): Remove function.
3944 (convert_doublest_to_floatformat): Call frexpl instead of
3945 ldfrexp.
3946
88b48903
WN
39472013-06-21 Will Newton <will.newton@linaro.org>
3948
3949 * gnulib/update-gnulib.sh(IMPORTED_GNULIB_MODULES): Add frexpl.
3950 * gnulib/aclocal.m4: Regenerate.
3951 * gnulib/config.in: Regenerate.
3952 * gnulib/configure: Regenerate.
3953 * gnulib/import/Makefile.am: Update.
3954 * gnulib/import/Makefile.in: Update.
3955 * gnulib/import/m4/gnulib-cache.m4: Update.
3956 * gnulib/import/m4/gnulib-comp.m4: Update.
3957 * gnulib/import/float+.h: Import.
3958 * gnulib/import/float.c: Import.
3959 * gnulib/import/float.in.h: Import.
3960 * gnulib/import/fpucw.h: Import.
3961 * gnulib/import/frexp.c: Import.
3962 * gnulib/import/frexpl.c: Import.
3963 * gnulib/import/isnan.c: Import.
3964 * gnulib/import/isnand-nolibm.h: Import.
3965 * gnulib/import/isnand.c: Import.
3966 * gnulib/import/isnanl-nolibm.h: Import.
3967 * gnulib/import/isnanl.c: Import.
3968 * gnulib/import/itold.c: Import.
3969 * gnulib/import/m4/exponentd.m4: Import.
3970 * gnulib/import/m4/exponentl.m4: Import.
3971 * gnulib/import/m4/float_h.m4: Import.
3972 * gnulib/import/m4/fpieee.m4: Import.
3973 * gnulib/import/m4/frexp.m4: Import.
3974 * gnulib/import/m4/frexpl.m4: Import.
3975 * gnulib/import/m4/isnand.m4: Import.
3976 * gnulib/import/m4/isnanl.m4: Import.
3977 * gnulib/import/m4/math_h.m4: Import.
3978 * gnulib/import/math.c: Import.
3979 * gnulib/import/math.in.h: Import.
3980
4353c9e6
JK
39812013-06-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3982
3983 * common/linux-btrace.c (cpu_supports_btrace): Remove variable vendor,
3984 replace strcmp with signature_INTEL_ebx, signature_INTEL_ecx and
3985 signature_INTEL_edx comparisons.
3986
e3e06db3
DE
39872013-06-20 Doug Evans <dje@google.com>
3988
6ac97d4c
DE
3989 symtab/15652
3990 * dwarf2read.c (try_open_dwop_file): New arg search_cwd.
3991 All callers updated.
3992 (open_dwp_file): If we can't find the dwp file, search the basename
3993 in debug-file-directory.
3994
93417882
DE
3995 * dwarf2read.c (struct dwp_file): Fix comment.
3996 (open_and_init_dwp_file): Set dwp_file->name to bfd's file name.
3997
e3e06db3
DE
3998 * source.c (openp): Document OPF_TRY_CWD_FIRST+OPF_SEARCH_IN_PATH
3999 better.
4000
0878d0fa
YQ
40012013-06-20 Yao Qi <yao@codesourcery.com>
4002
4003 * breakpoint.c (create_breakpoint): Fix code indentation.
4004
023fa29b
YQ
40052013-06-20 Yao Qi <yao@codesourcery.com>
4006
4007 * breakpoint.c (create_breakpoints_sal_default): Remove
4008 parameter 'lsal'. Update declaration.
4009 (bkpt_create_breakpoints_sal): Caller update.
4010 (tracepoint_create_breakpoints_sal): Likewise.
4011
c898adb7
YQ
40122013-06-20 Pedro Alves <pedro@codesourcery.com>
4013 Yao Qi <yao@codesourcery.com>
4014
4015 * NEWS: Mention the new option '--skip-unavailable' of command
4016 -data-list-register-values.
4017 * mi/mi-main.c (mi_cmd_data_list_register_values): Accept the
4018 --skip-unavailable option. Adjust to use output_register.
4019 (output_register): Add new 'skip_unavailable' parameter.
4020 Handle it.
4021
4d157a3d
MF
40222013-06-19 Mike Frysinger <vapier@gentoo.org>
4023
4024 * Makefile.in (HFILES_NO_SRCDIR): Add common/i386-cpuid.h and
4025 common/i386-gcc-cpuid.h.
4026 * common/i386-cpuid.h: New wrapper header around i386-gcc-cpuid.h.
4027 * common/i386-gcc-cpuid.h: Rename from testsuite/gdb.arch/i386-cpuid.h.
4028 Copy the latest version from upstream gcc.
4029 * common/linux-btrace.c: Include i386-cpuid.h.
4030 (intel_supports_btrace): Delete x86 ifdefs and replace inline asm with
4031 call to i386_cpuid.
4032 (cpu_supports_btrace): Likewise.
4033 * go32-nat.c: Include i386-cpuid.h.
4034 (go32_sysinfo): Add (disabled) calls to i386_cpuid with comments.
4035
1ce4db08
DE
40362013-06-19 Doug Evans <dje@google.com>
4037
4038 * symfile.c (symfile_bfd_open): Delete unnecessary declaration.
4039 (get_section_index): Ditto.
4040
0e4777df
TT
40412013-06-19 Tom Tromey <tromey@redhat.com>
4042
4043 * breakpoint.c (_initialize_breakpoint): Remove trailing \n from
4044 "dprintf" help.
4045
3190f0c6
DE
40462013-06-18 Doug Evans <dje@google.com>
4047
4048 * dwarf2read.c (dw2_symtab_iter_next): Check value of cu_index
4049 before using it.
4050 (dw2_expand_symtabs_matching): Fix symbol kind validity check.
4051 Move test of cu_index closer to use. Print complaint if cu_index
4052 is bad.
4053
8b89a20a
JB
40542013-06-18 Joel Brobecker <brobecker@adacore.com>
4055
4056 * machoread.c (oso_vector): Delete this global.
4057 (macho_register_oso): Add new parameter "oso_vector_ptr".
4058 Use it instead of the "oso_vector" global.
4059 (macho_symtab_read, macho_symfile_read_all_oso): Likewise.
4060 (macho_symfile_read): Use a local oso_vector, to be free'ed
4061 at the end of this function, in place of the old "oso_vector"
4062 global. Update various function calls accordingly. Use one
4063 single cleanup chain for the entire function.
4064
59b0c7c1
JB
40652013-06-18 Joel Brobecker <brobecker@adacore.com>
4066
937c708c 4067 * dwarf2read.c (dwarf2_per_objfile_free): Replace uses of
59b0c7c1
JB
4068 DWARF2_PER_OBJFILE by uses of DATA instead.
4069
427cd150
TT
40702013-06-18 Tom Tromey <tromey@redhat.com>
4071
4072 * break-catch-sig.c (signal_catchpoint_explains_signal): Add 'sig'
4073 argument.
4074 * breakpoint.c (bpstat_explains_signal): Add 'sig' argument.
4075 Special case signals other than GDB_SIGNAL_TRAP.
4076 (explains_signal_watchpoint): New function.
4077 (base_breakpoint_explains_signal): Add 'sig' argument.
4078 (initialize_breakpoint_ops): Set 'explains_signal' method for
4079 watchpoints.
4080 * breakpoint.h (struct breakpoint_ops) <explains_signal>: Add
4081 signal argument.
4082 (bpstat_explains_signal): Likewise.
4083 * infrun.c (handle_syscall_event, handle_inferior_event): Update.
4084
2d57700b
TT
40852013-06-18 Tom Tromey <tromey@redhat.com>
4086
4087 * python/py-inferior.c (gdbpy_selected_inferior): Don't incref.
4088
ac475191
TT
40892013-06-18 Tom Tromey <tromey@redhat.com>
4090
4091 * python/python.c (finish_python_initialization): Decref
4092 'pythondir' on failure path as well.
4093
5bd1ef56
TT
40942013-06-18 Tom Tromey <tromey@redhat.com>
4095
4096 PR symtab/15391:
4097 * dwarf2loc.c (read_pieced_value): Truncate this_size_bits
4098 after taking bits_to_skip into account. Sign extend byte_offset.
4099 * utils.h (gdb_sign_extend): Declare.
4100 * utils.c (gdb_sign_extend): New function.
4101
92fac807
JK
41022013-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4103
4104 * dwarf2read.c (write_psymtabs_to_index): Ignore NULL PSYMTAB.
4105
2d503272
PM
41062013-06-17 Pierre Muller <muller@sourceware.org>
4107
4108 * corelow.c (core_open): Print GDB signal name instead of target
4109 signal number.
4110
6916fd98
MF
41112013-06-17 Mike Frysinger <vapier@gentoo.org>
4112
4113 * .gitignore: Add /gcore.
4114
9c02c129
DE
41152013-06-13 Doug Evans <dje@google.com>
4116
4117 * dwarf2read.c (try_open_dwop_file): Work around behaviour of
4118 OPF_TRY_CWD_FIRST to not search path if the file contains a '/'.
4119
d0548fa2
PM
41202013-06-12 Phil Muldoon <pmuldoon@redhat.com>
4121
4122 * stack.c (backtrace_command_1): Fix indentation.
4123
22128028
JB
41242013-06-11 Joel Brobecker <brobecker@adacore.com>
4125
4126 * window-nat.c (thread_rec): Add missing empty line after
4127 local variable declaration.
4128
2ed3e009
JB
41292013-06-11 Joel Brobecker <brobecker@adacore.com>
4130
4131 * windows-nat.c (thread_rec): Revert format used to print
4132 error code returned by SuspendThread from %d back to %u.
4133
0c3d84be
JB
41342013-06-11 Joel Brobecker <brobecker@adacore.com>
4135
4136 * windows-nat.c (windows_continue): Add "0x" prefix for thread
4137 ID in debug trace.
4138 (get_windows_debug_event): Likewise, for all debug traces.
4139
80e88e1a
JB
41402013-06-11 Joel Brobecker <brobecker@adacore.com>
4141
4142 * window-nat.c (thread_rec): Add thread ID in SuspendThread
4143 warning message.
4144
1edebdbf
YQ
41452013-06-08 Pedro Alves <pedro@codesourcery.com>
4146 Yao Qi <yao@codesourcery.com>
4147
4148 * mi/mi-main.c (get_register): Remove declaration.
4149 (output_register): Declare.
4150 (mi_cmd_data_list_register_values): Remove local variable
4151 'tuple_cleanup'. Move some code into output_register.
4152 (get_register): Renamed to ...
4153 (output_register): ... this. Output the register's
4154 "number" ui_out tuple here.
4155
47d48711
PA
41562013-06-07 Pedro Alves <palves@redhat.com>
4157
4158 * darwin-nat.c: Fix formating in copyright header.
4159 * darwin-nat.h: Likewise.
4160 * gnu-nat.c: Likewise.
4161 * machoread.c: Likewise.
4162
3aee8918
PA
41632013-06-07 Pedro Alves <palves@redhat.com>
4164
5f2b57b5 4165 PR server/14823
3aee8918
PA
4166 * regformats/regdat.sh: Output #include tdesc.h. Make globals
4167 static. Output a global target description pointer.
4168 (init_registers_${name}): Adjust to initialize a
4169 target description structure.
4170
fe8400b4
WN
41712013-06-07 Will Newton <will.newton@linaro.org>
4172
4173 * printcmd.c (build_address_symbolic): Call
4174 gdbarch_addr_bits_remove for text minimal symbols.
4175
20df6206
WN
41762013-06-07 Will Newton <will.newton@linaro.org>
4177
4178 * MAINTAINERS: Add myself to Write After Approval.
4179
aef525cb
YQ
41802013-06-07 Yao Qi <yao@codesourcery.com>
4181
4182 * tracepoint.c (start_tracing): Move code to ...
4183 (trace_reset_local_state): ... here. New.
4184 (disconnect_tracing): Don't call set_current_traceframe,
4185 set_tracepoint_num, and set_traceframe_context. Call
4186 trace_reset_local_state instead.
4187 (tfile_close): Call trace_reset_local_state.
4188 * ctf.c (ctf_close): Likewise.
4189 * remote.c (remote_close): Likewise.
4190 * tracepoint.h (trace_reset_local_state): Declare.
4191
d2415c6c
DE
41922013-06-06 Doug Evans <dje@google.com>
4193
4194 * dwarf2read.c: Whitespace fixes for DWP file format documentation,
4195 and fix header docs.
4196
69fc87c2
DE
41972013-06-05 Doug Evans <dje@google.com>
4198 Keith Seitz <keiths@redhat.com>
4199
4200 PR 15519
4201 * cp-namespace.c (find_symbol_in_baseclass): Call
4202 cp_lookup_symbol_in_namespace instead of cp_lookup_symbol_namespace.
4203 Check result of call to lookup_symbol_static.
4204 Call lookup_static_symbol_aux unconditionally.
4205 Call check_typedef on base types before accessing them.
4206 (cp_lookup_nested_symbol): Fix comment.
4207
a513d1e8
LM
42082013-06-05 Luis Machado <lgustavo@codesourcery.com>
4209
4210 * gnu-v3-abi.c (gnuv3_skip_trampoline): Handle thunk
4211 minimal symbols pointing to function descriptors.
4212
351a6f02
TT
42132013-06-05 Tom Tromey <tromey@redhat.com>
4214
4215 * python/py-utils.c (gdb_pymodule_addobject): Cast away const.
4216
5e1b953b 42172013-06-04 Sergio Durigan Junior <sergiodj@redhat.com>
c7c0b644 4218 Pedro Alves <palves@redhat.com>
5e1b953b
SDJ
4219
4220 * remote.c (remote_wait_as): Restore signal handler before returning
4221 when GDB gets a notification.
4222
f9e14852
GB
42232013-06-04 Gary Benson <gbenson@redhat.com>
4224
8445cbf1 4225 PR 2328
f9e14852
GB
4226 * breakpoint.h (handle_solib_event): Moved function declaration
4227 to solib.h.
4228 * breakpoint.c (handle_solib_event): Moved function to solib.c.
4229 (bpstat_stop_status): Pass new argument to handle_solib_event.
4230 * solib.h (update_solib_breakpoints): New function declaration.
4231 (handle_solib_event): Moved function declaration from
4232 breakpoint.h.
4233 * solib.c (update_solib_breakpoints): New function.
4234 (handle_solib_event): Moved function from breakpoint.c.
4235 Updated to call solib_ops->handle_event if not NULL.
4236 * solist.h (target_so_ops): New fields "update_breakpoints" and
4237 "handle_event".
4238 * infrun.c (set_stop_on_solib_events): New function.
4239 (_initialize_infrun): Use the above for "set
4240 stop-on-solib-events".
4241 (handle_inferior_event): Pass new argument to handle_solib_event.
4242 * solib-svr4.c (probe.h): New include.
4243 (svr4_free_library_list): New forward declaration.
4244 (probe_action): New enum.
4245 (probe_info): New struct.
4246 (probe_info): New static variable.
4247 (NUM_PROBES): New definition.
4248 (svr4_info): New fields "using_xfer", "probes_table" and
4249 "solib_list".
4250 (free_probes_table): New function.
4251 (free_solib_list): New function.
4252 (svr4_pspace_data_cleanup): Free probes table and solib list.
4253 (svr4_copy_library_list): New function.
4254 (svr4_current_sos_via_xfer_libraries): New parameter "annex".
4255 (svr4_read_so_list): New parameter "prev_lm".
4256 (svr4_current_sos_direct): Renamed from "svr4_current_sos".
4257 (svr4_current_sos): New function.
4258 (probe_and_action): New struct.
4259 (hash_probe_and_action): New function.
4260 (equal_probe_and_action): Likewise.
4261 (register_solib_event_probe): Likewise.
4262 (solib_event_probe_at): Likewise.
4263 (solib_event_probe_action): Likewise.
4264 (solist_update_full): Likewise.
4265 (solist_update_incremental): Likewise.
4266 (disable_probes_interface_cleanup): Likewise.
4267 (svr4_handle_solib_event): Likewise.
4268 (svr4_update_solib_event_breakpoint): Likewise.
4269 (svr4_update_solib_event_breakpoints): Likewise.
4270 (svr4_create_solib_event_breakpoints): Likewise.
4271 (enable_break): Free probes table before creating breakpoints.
4272 Use svr4_create_solib_event_breakpoints to create breakpoints.
4273 (svr4_solib_create_inferior_hook): Free the solib list.
4274 (_initialize_svr4_solib): Initialise
4275 svr4_so_ops.handle_solib_event and svr4_so_ops.update_breakpoints.
4276
ced63ec0
GB
42772013-06-04 Gary Benson <gbenson@redhat.com>
4278
4279 * target.h (target_ops): New field
4280 "to_augmented_libraries_svr4_read".
4281 (target_augmented_libraries_svr4_read): New macro.
4282 * target.c (update_current_target): Handle
4283 to_augmented_libraries_svr4_read.
4284 * remote.c (remote_state): New field
4285 "augmented_libraries_svr4_read".
4286 (remote_augmented_libraries_svr4_read_feature): New function.
4287 (remote_protocol_features): Add entry for
4288 "augmented-libraries-svr4-read".
4289 (remote_augmented_libraries_svr4_read): New function.
4290 (init_remote_ops): Initialize
4291 remote_ops.to_augmented_libraries_svr4_read.
4292
7f91dbec
GB
42932013-06-04 Gary Benson <gbenson@redhat.com>
4294
4295 * NEWS: Update.
4296
607ece04
GB
42972013-06-04 Gary Benson <gbenson@redhat.com>
4298
4299 * objfiles.h (inhibit_section_map_updates): New function
4300 declaration.
4301 (resume_section_map_updates): Likewise.
4302 (resume_section_map_updates_cleanup): Likewise.
4303 * objfiles.c (objfile_pspace_info): Removed field
4304 "objfiles_changed_p". New fields "new_objfiles_available",
4305 "section_map_dirty" and "inhibit_updates".
4306 (allocate_objfile): Set new_objfiles_available.
4307 (free_objfile): Set section_map_dirty.
4308 (objfile_relocate1): Likewise.
4309 (in_plt_section): Likewise.
4310 (find_pc_section): Update the conditions under which the
4311 section map will be updated.
4312 (inhibit_section_map_updates): New function.
4313 (resume_section_map_updates): Likewise.
4314 (resume_section_map_updates_cleanup): Likewise.
4315
9ee6a5ac
GB
43162013-06-04 Gary Benson <gbenson@redhat.com>
4317
4318 * probe.h (get_probe_argument_count): New declaration.
4319 (evaluate_probe_argument): Likewise.
4320 * probe.c (get_probe_argument_count): New function.
4321 (evaluate_probe_argument): Likewise.
4322 (probe_safe_evaluate_at_pc): Use the above new functions.
4323
845d4708
AM
43242013-06-04 Alan Modra <amodra@gmail.com>
4325
4326 * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
4327 * rs6000-tdep.c (read_insn): Add frame param, don't assume big-endian.
4328 (ppc_insns_match_pattern): Add frame param. Avoid multiple
4329 target mem reads on optional insns.
4330 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Update
4331 ppc_insns_match_pattern calls.
4332 * ppc64-tdep.c (ppc64_standard_linkage2, ppc64_standard_linkage3):
4333 Add match for power7 thread safety insns, and new order of
4334 std 2,40(1) insn. Correct code shown for _dl_runtime_resolve
4335 invocation in comment, and update rest of comment.
4336 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN,
4337 PPC64_STANDARD_LINKAGE3_LEN): Delete.
4338 (ppc64_standard_linkage2_target): Update insn offsets.
4339 (ppc64_skip_trampoline_code): Use a single insn buffer. Match newer
4340 stubs first. Update calls.
4341
404e278f
YQ
43422013-06-04 Yao Qi <yao@codesourcery.com>
4343
4344 * solib.c (solib_find): Don't need dir separator if path has
4345 drive spec.
4346
f6aea118
JB
43472013-06-03 Joel Brobecker <brobecker@adacore.com>
4348
4349 Revert (indirectly causes a SIGSEGV):
4350 * machoread.c (macho_symfile_read): Assign first cleanup to
4351 'back_to'.
4352
87967e27
YQ
43532013-06-03 Yao Qi <yao@codesourcery.com>
4354
4355 * mi/mi-cmd-var.c (mi_no_values, mi_simple_values): Move to
4356 mi-parse.c. Make them static.
4357 (mi_all_values): Likewise.
4358 (mi_parse_values_option): Move to mi-parse.c. Rename it to
4359 mi_parse_print_values. Make it external.
4360 * mi/mi-cmds.h (mi_no_values, mi_simple_values, mi_all_values):
4361 Remove the declarations.
4362 * mi/mi-parse.c (mi_parse_print_values): Moved from mi-cmd-var.c.
4363 * mi/mi-parse.h (mi_parse_print_values): Declare.
4364 * mi/mi-cmd-stack.c: Include mi-parse.h.
4365 (parse_print_values): Remove
4366 (mi_cmd_stack_list_locals): Call mi_parse_print_values instead
4367 of parse_print_values.
4368 (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Likewise.
4369
3ca73e0c
YQ
43702013-05-31 Pedro Alves <pedro@codesourcery.com>
4371 Yao Qi <yao@codesourcery.com>
4372
4373 * tracepoint.c (all_tracepoint_actions_and_cleanup): Declare.
4374 (encode_actions): Move code to ...
4375 (all_tracepoint_actions_and_cleanup): ... here. New.
4376 (trace_dump_command): Likewise.
4377
4e993a19
TT
43782013-05-30 Tom Tromey <tromey@redhat.com>
4379
4380 * symmisc.c (maintenance_expand_symtabs): Call do_cleanups.
4381
e3b76b4f
TT
43822013-05-30 Tom Tromey <tromey@redhat.com>
4383
4384 * xml-support.c (gdb_xml_create_parser_and_cleanup): Rename from
4385 gdb_xml_create_parser_and_cleanup_1. Return a cleanup. Remove
4386 'old_chain' argument. Add 'parser_result' argument.
4387 (gdb_xml_create_parser_and_cleanup): Remove old version.
4388 (gdb_xml_parse_quick): Update.
4389 (xml_process_xincludes): Update.
4390 * xml-support.h (gdb_xml_create_parser_and_cleanup): Don't
4391 declare.
4392
db26349c
TT
43932013-05-30 Tom Tromey <tromey@redhat.com>
4394
4395 * probe.c (collect_probes): Check arguments for NULL before
4396 calling compile_rx_or_error.
4397 * utils.c (compile_rx_or_error): Require 'rx' to be non-NULL.
4398 Remove NULL return.
4399
77f9e713
TT
44002013-05-30 Tom Tromey <tromey@redhat.com>
4401
4402 * infrun.c (adjust_pc_after_break): Introduce an outer null
4403 cleanup.
4404
45475de7
TT
44052013-05-30 Tom Tromey <tromey@redhat.com>
4406
4407 * mi/mi-cmd-var.c (varobj_update_one): Add an outer null cleanup.
4408
ac5007fd
TT
44092013-05-30 Tom Tromey <tromey@redhat.com>
4410
4411 * cli/cli-script.c (read_command_lines_1): Use a null cleanup
4412 for 'old_chain'. Do not check 'head' before processing
4413 cleanups.
4414
cd82eddc
TT
44152013-05-30 Tom Tromey <tromey@redhat.com>
4416
4417 * mi/mi-cmd-stack.c (list_arg_or_local): Remove
4418 "cleanup_tuple".
4419
57cee33a
TT
44202013-05-30 Tom Tromey <tromey@redhat.com>
4421
4422 * dbxread.c (dbx_read_symtab): Declare 'back_to' in a more
4423 inner scope. Unconditionally call do_cleanups.
4424
795d915c
TT
44252013-05-30 Tom Tromey <tromey@redhat.com>
4426
4427 * source.c (find_and_open_source): Call do_cleanups.
4428
1fc3cf4a
TT
44292013-05-30 Tom Tromey <tromey@redhat.com>
4430
4431 * linux-thread-db.c (thread_db_load_search): Unconditionally
4432 call do_cleanups.
4433
e35ac9bf
TT
44342013-05-30 Tom Tromey <tromey@redhat.com>
4435
4436 * solib-aix.c (solib_aix_bfd_open): Don't use a null cleanup
4437 for 'cleanup'; instead use a later one.
4438
f3300387
TT
44392013-05-30 Tom Tromey <tromey@redhat.com>
4440
4441 * python/py-breakpoint.c (bppy_get_commands): Use
4442 explicit, unconditional return.
4443 * python/py-frame.c (frapy_read_var): Likewise.
4444 * python/python.c (gdbpy_decode_line): Likewise.
4445
c27e16e3
TT
44462013-05-30 Tom Tromey <tromey@redhat.com>
4447
4448 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Call
4449 do_cleanups on all return paths.
4450
5ae85e44
TT
44512013-05-30 Tom Tromey <tromey@redhat.com>
4452
4453 * top.c (execute_command): Discard 'cleanup_if_error' cleanups.
4454
73b8d9da
TT
44552013-05-30 Tom Tromey <tromey@redhat.com>
4456
4457 * stabsread.c (read_struct_type): Call do_cleanups along
4458 all return paths.
4459
7d266584
MR
44602013-05-30 Maciej W. Rozycki <macro@codesourcery.com>
4461
4462 * mips-linux-tdep.c: Adjust formatting throughout.
4463
0f900f54
TT
44642013-05-30 Tom Tromey <tromey@redhat.com>
4465
4466 * mipsread.c (read_alphacoff_dynamic_symtab): Call do_cleanups
4467 along all return paths.
4468
a991ac28
TT
44692013-05-30 Tom Tromey <tromey@redhat.com>
4470
4471 * symfile.c (find_separate_debug_file): Call do_cleanups
4472 along all return paths.
4473
1abaf042
TT
44742013-05-30 Tom Tromey <tromey@redhat.com>
4475
4476 * symtab.c (search_symbols): Introduce a null cleanup for
4477 'retval_chain'.
4478
edefe1da
TT
44792013-05-30 Tom Tromey <tromey@redhat.com>
4480
4481 * python/py-value.c (valpy_binop): Call do_cleanups before
4482 exiting loop.
4483
54f72dcc
TT
44842013-05-30 Tom Tromey <tromey@redhat.com>
4485
4486 * python/py-prettyprint.c (print_children): Remove extra
4487 do_cleanups call.
4488
af1c6971
TT
44892013-05-30 Tom Tromey <tromey@redhat.com>
4490
4491 * python/py-frame.c (frapy_read_var): Call do_cleanups along
4492 all return paths.
4493
b862ce75
TT
44942013-05-30 Tom Tromey <tromey@redhat.com>
4495
4496 * python/py-breakpoint.c (bppy_get_commands): Call do_cleanups
4497 along all return paths.
4498
e12fefc8
TT
44992013-05-30 Tom Tromey <tromey@redhat.com>
4500
4501 * cli/cli-logging.c (set_logging_redirect): Unconditionally
4502 call do_cleanups.
4503
4867f990
TT
45042013-05-30 Tom Tromey <tromey@redhat.com>
4505
4506 * varobj.c (c_value_of_root): Call do_cleanups along all
4507 return paths.
4508
4fd2d6af
TT
45092013-05-30 Tom Tromey <tromey@redhat.com>
4510
4511 * tracepoint.c (trace_dump_command): Unconditionally call
4512 do_cleanups.
4513
752eb8b4
TT
45142013-05-30 Tom Tromey <tromey@redhat.com>
4515
4516 * breakpoint.c (output_thread_groups, parse_cmd_to_aexpr): Call
4517 do_cleanups earlier.
4518
e42d0aa5
TT
45192013-05-30 Tom Tromey <tromey@redhat.com>
4520
4521 * machoread.c (macho_symfile_read): Assign first cleanup to
4522 'back_to'.
4523
4bbc010a
TT
45242013-05-30 Tom Tromey <tromey@redhat.com>
4525
4526 * m32r-rom.c (m32r_load): Call do_cleanups at all returns.
4527
b9635925
TT
45282013-05-30 Tom Tromey <tromey@redhat.com>
4529
4530 * mi/mi-main.c (list_available_thread_groups): Call do_cleanups.
4531
25f43500
TT
45322013-05-30 Tom Tromey <tromey@redhat.com>
4533
4534 * inf-ptrace.c (inf_ptrace_create_inferior): Unconditionally
4535 call discard_cleanups.
4536 (inf_ptrace_attach): Likewise.
4537
d6a2e54a
TT
45382013-05-30 Tom Tromey <tromey@redhat.com>
4539
4540 * remote-mips.c (mips_exit_debug): Call do_cleanups on all
4541 return paths.
4542 (mips_initialize): Likewise.
4543 (common_open): Call do_cleanups.
4544
48be7c1b
TT
45452013-05-30 Tom Tromey <tromey@redhat.com>
4546
4547 * utils.c (internal_vproblem): Call do_cleanups.
4548
e61727ab
TT
45492013-05-30 Tom Tromey <tromey@redhat.com>
4550
4551 * linespec.c (find_linespec_symbols): Don't reassign to 'cleanup'.
4552
b81b921f
TT
45532013-05-30 Tom Tromey <tromey@redhat.com>
4554
4555 * cli/cli-script.c (setup_user_args): Don't return after error.
4556
fe48dfb1
TT
45572013-05-30 Tom Tromey <tromey@redhat.com>
4558
4559 * somread.c (som_symtab_read): Call do_cleanups.
4560
27833de7
TT
45612013-05-30 Tom Tromey <tromey@redhat.com>
4562
4563 * printcmd.c (print_command_1): Unconditionally call do_cleanups.
4564
5b3fca71
TT
45652013-05-30 Tom Tromey <tromey@redhat.com>
4566
4567 * cli/cli-cmds.c (cd_command, alias_command): Call do_cleanups.
4568 * cli/cli-dump.c (restore_binary_file): Call do_cleanups.
4569 * interps.c (interpreter_exec_cmd): Call do_cleanups.
4570 * source.c (show_substitute_path_command): Call do_cleanups.
4571 (unset_substitute_path_command, set_substitute_path_command):
4572 Likewise.
4573 * symfile.c (load_command): Call do_cleanups.
4574
af83e3f8
TT
45752013-05-30 Tom Tromey <tromey@redhat.com>
4576
4577 * contrib/cleanup_check.py: New file.
4578 * contrib/gcc-with-excheck: Add option parsing.
4579
564eac42
JB
45802013-05-30 Joel Brobecker <brobecker@adacore.com>
4581
4582 * windows-nat.c (windows_delete_thread): Add missing space
4583 in cast expression.
4584
47902076
HAQ
45852013-05-30 Hafiz Abid Qadeer <abidh@codesourcery.com>
4586
4587 * inferior.c (top level): Include tilde.h.
4588 (add_inferior_command): Call tilde_expand on the value of 'exec'
4589 argument.
4590
23da373a
YQ
45912013-05-30 Pedro Alves <pedro@codesourcery.com>
4592 Yao Qi <yao@codesourcery.com>
4593
4594 * tracepoint.c (encode_actions_1): Remove parameter 't'.
4595 Caller update.
4596 (encode_actions): Likewise.
4597 * remote.c (remote_download_tracepoint): Caller update.
4598 * tracepoint.h (encode_actions): Update declaration.
4599
a6e6f791
PA
46002013-05-30 Pedro Alves <palves@redhat.com>
4601
4602 * python/python-internal.h (gdb_Py_DECREF): Cast OP to PyObject
4603 pointer.
4604
36d25514
YQ
46052013-05-30 Yao Qi <yao@codesourcery.com>
4606
4607 * remote.c (remote_check_symbols): Remove unused parameter
4608 'objfile'.
4609 Declaration update.
4610 (remote_start_remote, remote_new_objfile): Caller update.
4611
62a813cc
YQ
46122013-05-30 Yao Qi <yao@codesourcery.com>
4613
4614 * mi/mi-cmds.c (mi_cmds): Define MI command
4615 '-exec-arguments' by macro DEF_MI_CMD_CLI_1 instead of
4616 DEF_MI_CMD_CLI.
4617
28439a30
PA
46182013-05-29 Pedro Alves <palves@redhat.com>
4619
4620 * remote.c (remote_insert_breakpoint, remote_remove_breakpoint)
4621 (remote_insert_watchpoint, remote_remove_watchpoint)
4622 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
4623 (remote_verify_memory, compare_sections_command)
4624 (remote_search_memory): Set the general process/thread on the
4625 remote side.
4626
6ac1c082
PA
46272013-05-29 Pedro Alves <palves@redhat.com>
4628
4629 * aarch64-tdep.c: Don't include "features/aarch64-without-fpu.c".
4630 (_initialize_aarch64_tdep): Don't call
4631 initialize_tdesc_aarch64_without_fpu.
4632 * features/Makefile (WHICH): Remove reference to
4633 aarch64-without-fpu.
4634 * features/aarch64-without-fpu.c: Delete file.
4635 * regformats/aarch64-without-fpu.dat: Delete file.
4636
a73e3634
YQ
46372013-05-28 Yao Qi <yao@codesourcery.com>
4638
4639 * tracepoint.c (stringify_collection_list): Remove parameter
4640 'string'.
4641 (encode_actions): Caller update. Remove local variables.
4642
c0ea94eb
YQ
46432013-05-24 Yao Qi <yao@codesourcery.com>
4644
4645 * tracepoint.c (TFILE_PID): Remove.
4646 (tfile_open): Don't add thread and inferior.
4647 (tfile_close): Don't set 'inferior_ptid'. Don't call
4648 exit_inferior_silent.
4649 (tfile_thread_alive): Remove.
4650 (init_tfile_ops): Don't set field 'to_thread_alive' of
4651 tfile_ops.
4652
20d7f211
DE
46532013-05-23 Doug Evans <dje@google.com>
4654
4655 * contrib/cc-with-tweaks.sh (-p): Handle no dwo files.
4656
8658d16d
PA
46572013-05-23 Pedro Alves <palves@redhat.com>
4658
4659 * common/filestuff.c [USE_WIN32API]: Define HAVE_SOCKETS.
4660 [HAVE_SYS_SOCKET_H]: Define HAVE_SOCKETS.
4661 (socket_mark_cloexec, gdb_socketpair_cloexec, gdb_socket_cloexec):
4662 Only define if HAVE_SOCKETS is defined.
4663 * configure.ac: Check for sys/socket.h.
4664 * config.in, configure: Regenerate.
4665
21aa081e
PA
46662013-05-23 Pedro Alves <palves@redhat.com>
4667
4668 * dwarf2read.c (create_dwp_hash_table, create_dwo_in_dwp)
4669 (open_and_init_dwp_file): Use %s/pulongest instead of %u for
4670 printing uint32_t variables.
4671
c2d6af84
PA
46722013-05-23 Pedro Alves <palves@redhat.com>
4673
4674 * NEWS: Mention GDBserver range stepping support.
4675
c1e36e3e
PA
46762013-05-23 Yao Qi <yao@codesourcery.com>
4677 Pedro Alves <palves@redhat.com>
4678
4679 * gdbthread.h (struct thread_control_state) <may_range_step>: New
4680 field.
4681 * infcmd.c (step_once, until_next_command): Enable range stepping.
4682 * infrun.c (displaced_step_prepare): Disable range stepping.
4683 (resume): Disable range stepping if stepping over a breakpoint or
4684 we have software watchpoints. If range stepping is enabled,
4685 assert the thread is in the stepping range.
4686 (clear_proceed_status_thread): Clear may_range_step.
4687 (handle_inferior_event): Disable range stepping as soon as we know
4688 the thread that hit the event. Re-enable it whenever we're going
4689 to step with a step range.
4690 * remote.c (struct vCont_action_support) <r>: New field.
4691 (use_range_stepping): New global.
4692 (remote_vcont_probe): Handle 'r' action.
4693 (append_resumption): Append an 'r' action if the thread may range
4694 step.
4695 (show_range_stepping): New function.
4696 (set_range_stepping): New function.
4697 (_initialize_remote): Call add_setshow_boolean_cmd to register the
4698 'set range-stepping' and 'show range-stepping' commands.
4699 * NEWS: Mention range stepping, the new vCont;r action, and the
4700 new "set/show range-stepping" commands.
4701
d458bd84
PA
47022013-05-23 Yao Qi <yao@codesourcery.com>
4703 Pedro Alves <palves@redhat.com>
4704
4705 * remote.c (struct vCont_action_support): New struct.
4706 (struct remote_state) <support_vCont_t>: Remove field.
4707 <vCont_actions_support>: New field.
4708 (remote_vcont_probe, remote_stop_ns): Update.
4709
ce4c476a
PA
47102013-05-23 Yao Qi <yao@codesourcery.com>
4711 Pedro Alves <palves@redhat.com>
4712
4713 * gdbthread.h (pc_in_thread_step_range): New declaration.
4714 * thread.c (pc_in_thread_step_range): New function.
4715 * infrun.c (handle_inferior_event): Use it.
4716
ce70887a
JB
47172013-05-23 Joel Brobecker <brobecker@adacore.com>
4718
4719 * mi/mi-cmd-break.c (mi_argv_to_format): Use xsnprintf instead
4720 of sprintf.
4721
55b87a52
KS
47222013-05-22 Keith Seitz <keiths@redhat.com>
4723
4724 * ada-lang.c (is_known_support_routine): Add explicit free of
4725 'func_name' from find_frame_funname.
4726 (ada_unhandled_exception_name_addr_from_raise): Add cleanups
4727 for func_name from find_frame_funname.
4728 * python/py-frame.c (frapy_name): Add explicit free of
4729 'name' from find_frame_funname.
4730 * stack.c (find_frame_funname): Add comment explaining that
4731 funcp must be freed by the caller.
4732 Return copy of symbol names instead of pointers.
4733 (print_frame): Add a cleanup for 'funname' from
4734 find_frame_funname.
4735 * stack.h (find_frame_funname): Remove "const" from
4736 'funname' parameter.
4737
5f2e6b00
TT
47382013-05-22 Tom Tromey <tromey@redhat.com>
4739
4740 PR c++/15401:
4741 * c-valprint.c (c_value_print): Use value_addr for
4742 references. Convert back to reference type with value_ref.
4743
d85c4847
EZ
47442013-05-22 Eli Zaretskii <eliz@gnu.org>
4745
4746 * windows-nat.c (handle_unload_dll): Don't call solib_add for the
4747 unloaded DLL, it will be done by handle_solib_event. See
4748 http://sourceware.org/ml/gdb-patches/2013-05/msg00713.html for the
4749 details.
4750
54eb231c
PM
47512013-05-22 Phil Muldoon <pmuldoon@redhat.com>
4752
4753 * ui-out.c: Create typedef ui_out_level_p and define vector
4754 operations for that type.
4755 (struct ui_out): Use a vector instead of an array.
4756 (current_level): Return level from a vector.
4757 (push_level): Create a level in a vector.
4758 (pop_level): Delete a level in a vector.
4759 (ui_out_new): Create initial level zero level, and store in a
4760 vector.
4761 (ui_out_destroy): Add vector cleanup.
4762
ac90359c
PA
47632013-05-22 Pedro Alves <palves@redhat.com>
4764
4765 * python/python-internal.h (gdb_Py_DECREF): Tag with
4766 "ARI: editCase function".
4767
6dcc1893
PP
47682013-05-21 Paul Pluzhnikov <ppluzhnikov@google.com>
4769
4770 * solib-svr4.c (svr4_free_so): Protect against NULL dereference.
4771
c8c735b9
PA
47722013-05-21 Pedro Alves <palves@redhat.com>
4773
4774 * python/py-prettyprint.c (apply_val_pretty_printer): Check
4775 whether PRINTER is NULL before installing a Py_DECREF cleanup.
4776 * python/py-utils.c (py_decref): Don't check for NULL before
4777 calling Py_DECREF.
4778
1915daeb
PA
47792013-05-21 Pedro Alves <palves@redhat.com>
4780
4781 * python/py-utils.c (py_decref): Remove extra braces.
4782 (gdb_pymodule_addobject): Remove extra braces.
4783 * python-internal.h (gdb_Py_DECREF): New static inline function.
4784 (Py_DECREF): Redefine as calling gdb_Py_DECREF.
4785
bd9673a4
PW
47862013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4787
4788 * breakpoints.c (detach_breakpoints): Do not
4789 detach breakpoints locations with loc_type bp_loc_other.
4790
ff6009d0
JK
47912013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4792
4793 Workaround Python 2.6.
4794 * python/py-utils.c (gdb_pymodule_addobject): Wrap Py_DECREF into
4795 a block.
4796
3641da11
JK
47972013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4798
4799 Code cleanup: constification.
4800 * solib.c (solib_ops): Make return type and ops variable type const.
4801 (set_solib_ops): Make the new_ops parameter and ops variable const.
4802 (solib_find, solib_map_sections, clear_so, free_so, update_solib_list)
4803 (solib_add, solib_keep_data_in_core, clear_solib)
4804 (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
4805 (reload_shared_libraries, solib_global_lookup): Make the ops variable
4806 const.
4807 * solib.h (set_solib_ops): Make the new_ops parameter const.
4808
776af39e
JB
48092013-05-21 Joel Brobecker <brobecker@adacore.com>
4810
4811 * data-directory/Makefile.in (SYSTEM_GDBINIT_SRCDIR): New
4812 variable.
4813 (VPATH): Add SYSTEM_GDBINIT_SRCDIR.
4814 (SYSTEM_GDBINIT_DIR, SYSTEM_GDBINIT_INSTALL_DIR)
4815 (SYSTEM_GDBINIT_FILES): New variables.
4816 (all): Add stamp-system-gdbinit.
4817 (stamp-system-gdbinit): New rule.
4818 (clean-system-gdbinit, install-system-gdbinit)
4819 (uninstall-system-gdbinit): New rules. Make them .PHONY.
4820 (install-only): Add dependency on install-system-gdbinit.
4821 (uninstall): Add dependency on uninstall-system-gdbinit.
4822 (clean): Add dependency on clean-system-gdbinit.
4823 * system-gdbinit/elinos.py: New file.
4824 * system-gdbinit/wrs-linux.py: New file.
4825
1509e573
JB
48262013-05-21 Joel Brobecker <brobecker@adacore.com>
4827
4828 * ada-lang.c (old_renaming_is_invisible): Fix cleanup leak.
4829
c5867ab6
HZ
48302013-05-21 Hui Zhu <hui@codesourcery.com>
4831
4832 * breakpoint.c (dprintf_breakpoint_ops): Remove its static.
4833 * breakpoint.h (dprintf_breakpoint_ops): Add extern.
4834 * mi/mi-cmd-break.c (ctype.h): New include.
4835 (gdb_obstack.h): New include.
4836 (mi_argv_to_format, mi_cmd_break_insert_1): New.
4837 (mi_cmd_break_insert): Call mi_cmd_break_insert_1.
4838 (mi_cmd_dprintf_insert): New.
4839 * mi/mi-cmds.c (mi_cmds): Add "dprintf-insert".
4840 * mi/mi-cmds.h (mi_cmd_dprintf_insert): New extern.
4841
7d38e38f
TT
48422013-05-20 Tom Tromey <tromey@redhat.com>
4843
4844 * python/py-prettyprint.c (search_pp_list): Decref 'attr'.
4845
97b77b39
TT
48462013-05-20 Tom Tromey <tromey@redhat.com>
4847
4848 * python/py-value.c (valpy_get_dynamic_type): Simplify
4849 dynamic_type assignment. Use Py_XINCREF.
4850
53e66479
TT
48512013-05-20 Tom Tromey <tromey@redhat.com>
4852
4853 * python/py-type.c (typy_fields): Unconditionally decref 'r'.
4854
dcf87832
TT
48552013-05-20 Tom Tromey <tromey@redhat.com>
4856
4857 * python/py-frame.c (frapy_older, frapy_newer, gdbpy_newest_frame)
4858 (gdbpy_selected_frame): Move object-construction code
4859 out of TRY_CATCH.
4860
aa36459a
TT
48612013-05-20 Tom Tromey <tromey@redhat.com>
4862
4863 * python/py-arch.c (gdbpy_initialize_arch): Use
4864 gdb_pymodule_addobject.
4865 * python/py-block.c (gdbpy_initialize_blocks): Use
4866 gdb_pymodule_addobject.
4867 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Use
4868 gdb_pymodule_addobject.
4869 * python/py-cmd.c (gdbpy_initialize_breakpoints): Use
4870 gdb_pymodule_addobject.
4871 * python/py-event.c (gdbpy_initialize_event_generic): Use
4872 gdb_pymodule_addobject.
4873 * python/py-evtregistry.c (gdbpy_initialize_eventregistry): Use
4874 gdb_pymodule_addobject.
4875 * python/py-evts.c (add_new_registry): Use
4876 gdb_pymodule_addobject.
4877 (gdbpy_initialize_py_events): Likewise.
4878 * python/py-finishbreakpoint.c
4879 (gdbpy_initialize_finishbreakpoints): Use
4880 gdb_pymodule_addobject.
4881 * python/py-frame.c (gdbpy_initialize_frames): Use
4882 gdb_pymodule_addobject.
4883 * python/py-function.c (gdbpy_initialize_functions): Use
4884 gdb_pymodule_addobject.
4885 * python/py-inferior.c (gdbpy_initialize_inferior): Use
4886 gdb_pymodule_addobject.
4887 * python/py-infthread.c (gdbpy_initialize_thread): Use
4888 gdb_pymodule_addobject.
4889 * python/py-objfile.c (gdbpy_initialize_objfile): Use
4890 gdb_pymodule_addobject.
4891 * python/py-param.c (gdbpy_initialize_parameters): Use
4892 gdb_pymodule_addobject.
4893 * python/py-progspace.c (gdbpy_initialize_pspace): Use
4894 gdb_pymodule_addobject.
4895 * python/py-symbol.c (gdbpy_initialize_symbols): Use
4896 gdb_pymodule_addobject.
4897 * python/py-symtab.c (gdbpy_initialize_symtabs): Use
4898 gdb_pymodule_addobject.
4899 * python/py-type.c (gdbpy_initialize_types): Use
4900 gdb_pymodule_addobject.
4901 * python/py-utils.c (gdb_pymodule_addobject): New function.
4902 * python/py-value.c (gdbpy_initialize_values): Use
4903 gdb_pymodule_addobject.
4904 * python/python-internal.h (gdb_pymodule_addobject): Declare.
4905 * python/python.c (_initialize_python): Use
4906 gdb_pymodule_addobject.
4907
3d4a3c3e
TT
49082013-05-20 Tom Tromey <tromey@redhat.com>
4909
4910 * python/py-cmd.c (cmdpy_completer): Use explicit decref.
4911 * python/py-param.c (get_set_value, get_show_value): Use
4912 explicit decrefs.
4913 * python/python.c (start_type_printers, apply_type_printers):
4914 Use explicit decrefs.
4915
72ff8829
TT
49162013-05-20 Tom Tromey <tromey@redhat.com>
4917
4918 * python/py-evts.c (gdbpy_initialize_py_events): Don't
4919 incref the module.
4920
02146ba5
TT
49212013-05-20 Tom Tromey <tromey@redhat.com>
4922
4923 * python/python.c (gdbpy_run_events): Decref the result
4924 of PyObject_CallObject.
4925
33ee792f
TT
49262013-05-20 Tom Tromey <tromey@redhat.com>
4927
4928 * python/py-symtab.c (set_sal): Use
4929 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION. Return -1 on error.
4930 (symtab_and_line_to_sal_object): Update.
4931
fcb49fc8
TT
49322013-05-20 Tom Tromey <tromey@redhat.com>
4933
4934 * python/py-param.c (compute_enum_values): Decref 'item'.
4935
0646da15
TT
49362013-05-20 Tom Tromey <tromey@redhat.com>
4937
4938 * mi/mi-main.c: Include python-internal.h.
4939 (mi_cmd_list_features): Check gdb_python_initialized.
4940 * python/py-inferior.c (python_on_normal_stop, python_on_resume)
4941 (python_inferior_exit, python_new_objfile, add_thread_object)
4942 (delete_thread_object, py_free_inferior): Check
4943 gdb_python_initialized.
4944 * python/py-prettyprint.c (apply_val_pretty_printer): Check
4945 gdb_python_initialized.
4946 * python/py-type.c (save_objfile_types): Check
4947 gdb_python_initialized.
4948 * python/python-internal.h (gdb_python_initialized): Declare.
4949 * python/python.c (ensure_python_env): Throw exception if
4950 Python not initialized.
4951 (before_prompt_hook, source_python_script_for_objfile)
4952 (start_type_printers, apply_type_printers,
4953 free_type_printers): Check gdb_python_initialized.
4954 * varobj.c (varobj_get_display_hint)
4955 (dynamic_varobj_has_child_method, update_dynamic_varobj_children)
4956 (install_new_value_visualizer, varobj_set_visualizer)
4957 (value_get_print_value): Check gdb_python_initialized.
4958
999633ed
TT
49592013-05-20 Tom Tromey <tromey@redhat.com>
4960
4961 * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.
4962 Check errors.
4963 * python/py-auto-load.c (gdbpy_initialize_auto_load): Return 'int'.
4964 * python/py-block.c (gdbpy_initialize_blocks): Return 'int'.
4965 Check errors.
4966 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Return 'int'.
4967 Check errors.
4968 * python/py-cmd.c (gdbpy_initialize_commands): Return 'int'.
4969 Check errors.
4970 * python/py-event.c (gdbpy_initialize_event): Return 'int'.
4971 Check errors.
4972 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Change generated
4973 init function to return 'int'.
4974 * python/py-evtregistry.c (gdbpy_initialize_eventregistry):
4975 Return 'int'. Check errors.
4976 * python/py-evts.c (gdbpy_initialize_py_events): Return 'int'.
4977 Check errors.
4978 * python/py-finishbreakpoint.c (gdbpy_initialize_finishbreakpoints):
4979 Return 'int'. Check errors.
4980 * python/py-frame.c (gdbpy_initialize_frames): Return 'int'.
4981 Check errors.
4982 * python/py-function.c (gdbpy_initialize_functions): Return 'int'.
4983 Check errors.
4984 * python/py-gdb-readline.c (gdbpy_initialize_gdb_readline):
4985 Check errors.
4986 * python/py-inferior.c (gdbpy_initialize_inferior): Return 'int'.
4987 Check errors.
4988 * python/py-infthread.c (gdbpy_initialize_thread): Return 'int'.
4989 Check errors.
4990 * python/py-lazy-string.c (gdbpy_initialize_lazy_string): Return 'int'.
4991 Check errors.
4992 * python/py-objfile.c (gdbpy_initialize_objfile): Return 'int'.
4993 Check errors.
4994 * python/py-param.c (gdbpy_initialize_parameters): Return 'int'.
4995 Check errors.
4996 * python/py-progspace.c (gdbpy_initialize_pspace): Return 'int'.
4997 Check errors.
4998 * python/py-symbol.c (gdbpy_initialize_symbols): Return 'int'.
4999 Check errors.
5000 * python/py-symtab.c (gdbpy_initialize_symtabs): Return 'int'.
5001 Check errors.
5002 * python/py-type.c (gdbpy_initialize_types): Return 'int'.
5003 Check errors.
5004 * python/py-value.c (gdbpy_initialize_values): Return 'int'.
5005 Check errors.
5006 * python/python-internal.h (gdbpy_initialize_auto_load,
5007 gdbpy_initialize_values, gdbpy_initialize_frames,
5008 gdbpy_initialize_symtabs, gdbpy_initialize_commands,
5009 gdbpy_initialize_symbols, gdbpy_initialize_symtabs,
5010 gdbpy_initialize_blocks, gdbpy_initialize_types,
5011 gdbpy_initialize_functions, gdbpy_initialize_pspace,
5012 gdbpy_initialize_objfile, gdbpy_initialize_breakpoints,
5013 gdbpy_initialize_finishbreakpoints,
5014 gdbpy_initialize_lazy_string, gdbpy_initialize_parameters,
5015 gdbpy_initialize_thread, gdbpy_initialize_inferior,
5016 gdbpy_initialize_eventregistry, gdbpy_initialize_event,
5017 gdbpy_initialize_py_events, gdbpy_initialize_stop_event,
5018 gdbpy_initialize_signal_event,
5019 gdbpy_initialize_breakpoint_event,
5020 gdbpy_initialize_continue_event,
5021 gdbpy_initialize_exited_event, gdbpy_initialize_thread_event,
5022 gdbpy_initialize_new_objfile_event, gdbpy_initialize_arch):
5023 Update. Use CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5024 * python/python.c (gdb_python_initialized): New global.
5025 (gdbpy_initialize_events): Return 'int'. Check errors.
5026 (_initialize_python): Check errors. Set
5027 gdb_python_initialized.
5028
18868860
TT
50292013-05-20 Tom Tromey <tromey@redhat.com>
5030
5031 * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope):
5032 Decref the reslut of PyObject_CallMethod.
5033
9f4ff0c2
TT
50342013-05-20 Tom Tromey <tromey@redhat.com>
5035
5036 * python/py-event.c (gdbpy_initialize_event_generic): Return
5037 early if PyType_Ready fails.
5038
0d3a2e8a
TT
50392013-05-20 Tom Tromey <tromey@redhat.com>
5040
5041 * python/py-type.c (make_fielditem): Add gdb_assert_not_reached
5042 as 'default' in the switch.
5043
b86af38a
TT
50442013-05-20 Tom Tromey <tromey@redhat.com>
5045
5046 * python/py-inferior.c (gdbpy_inferiors): Update. Hoist
5047 get_addr_from_python calls out of TRY_CATCH.
5048 (infpy_write_memory, infpy_search_memory): Likewise.
5049 * python/py-utils.c (get_addr_from_python): Return negative
5050 value on error. Use TRY_CATCH.
5051 * python/python-internal.h (get_addr_from_python): Use
5052 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5053
c127ec58
TT
50542013-05-20 Tom Tromey <tromey@redhat.com>
5055
5056 * python/py-event.c (evpy_emit_event): Decref the
5057 result of PyObject_CallFunctionObjArgs.
5058
ba327838
TT
50592013-05-20 Tom Tromey <tromey@redhat.com>
5060
5061 * python/py-cmd.c (cmdpy_completer): Use iterator protocol.
5062 Correctly decref.
5063
d8191432
TT
50642013-05-20 Tom Tromey <tromey@redhat.com>
5065
5066 * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'.
5067
5d153bd1
TT
50682013-05-20 Tom Tromey <tromey@redhat.com>
5069
5070 * python/py-event.h (gdbpy_initialize_event_generic): Use
5071 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5072 * python/py-evts.c (add_new_registry): Use
5073 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5074 * python/python-internal.h
5075 (CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION): New macro.
5076
56cc411c
TT
50772013-05-20 Tom Tromey <tromey@redhat.com>
5078
5079 * python/py-arch.c (archpy_disassemble): Update.
5080 * python/py-type.c (typy_get_composite, typy_lookup_typename)
5081 (typy_lookup_type): Use GDB_PY_HANDLE_EXCEPTION.
5082 * python/py-utils.c (gdbpy_convert_exception): Return 'void'.
5083 * python/python-internal.h (CPYCHECKER_SETS_EXCEPTION): New
5084 macro.
5085 (GDB_PY_HANDLE_EXCEPTION): Update.
5086 (gdbpy_convert_exception): Update. Use CPYCHECKER_SETS_EXCEPTION.
5087
8919e174
TT
50882013-05-20 Tom Tromey <tromey@redhat.com>
5089
5090 * python/python-internal.h (events_object_type): Remove.
5091
9b08f225
TT
50922013-05-20 Tom Tromey <tromey@redhat.com>
5093
f5aee5ee
AM
5094 * python/py-event.h (evpy_emit_event): Use
5095 CPYCHECKER_STEALS_REFERENCE_TO_ARG.
5096 * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
5097 New macro.
9b08f225 5098
f04010ff
TT
50992013-05-20 Tom Tromey <tromey@redhat.com>
5100
5101 * py-evtregistry.c (create_event_object): Decref
5102 eventregistry_object if PyList_New fails.
5103
3919fd96
TT
51042013-05-20 Tom Tromey <tromey@redhat.com>
5105
5106 * py-cmd.c (gdbpy_string_to_argv): Check result of
5107 PyList_New.
5108
0430e8cb
TT
51092013-05-20 Tom Tromey <tromey@redhat.com>
5110
5111 * python/python.c (before_prompt_hook): Add cleanup to
5112 decref 'hook'.
5113
764123e4
TT
51142013-05-20 Tom Tromey <tromey@redhat.com>
5115
5116 * python/py-function.c (fnpy_init): Decref result of
5117 PyObject_GetAttrString.
5118
634c58be
TT
51192013-05-20 Tom Tromey <tromey@redhat.com>
5120
5121 * python/py-threadevent.c (get_event_thread): Use
5122 CPYCHECKER_RETURNS_BORROWED_REF.
5123 * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
5124 New define.
5125 (pspace_to_pspace_object, objfile_to_objfile_object)
5126 (find_thread_object): Use it.
5127
62eec1a5
TT
51282013-05-20 Tom Tromey <tromey@redhat.com>
5129
5130 * python/py-arch.c (arch_object_type): Use
5131 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5132 * python/py-block.c (block_syms_iterator_object_type):
5133 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5134 * python/py-bpevent.c (breakpoint_event_object_type):
5135 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5136 * python/py-cmd.c (cmdpy_object_type): Use
5137 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5138 * python/py-continueevent.c (continue_event_object_type):
5139 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5140 * python/py-event.h (GDBPY_NEW_EVENT_TYPE):
5141 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5142 * python/py-events.h (thread_event_object_type):
5143 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5144 * python/py-evtregistry.c (eventregistry_object_type): Use
5145 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5146 * python/py-exitedevent.c (exited_event_object_type):
5147 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5148 * python/py-finishbreakpoint.c (finish_breakpoint_object_type):
5149 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5150 * python/py-function.c (fnpy_object_type): Use
5151 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5152 * python/py-inferior.c (inferior_object_type, membuf_object_type):
5153 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5154 * python/py-infthread.c (thread_object_type): Use
5155 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5156 * python/py-lazy-string.c (lazy_string_object_type):
5157 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5158 * python/py-newobjfileevent.c (new_objfile_event_object_type):
5159 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5160 * python/py-objfile.c (objfile_object_type): Use
5161 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5162 * python/py-param.c (parmpy_object_type):
5163 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5164 * python/py-progspace.c (pspace_object_type):
5165 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5166 * python/py-signalevent.c (signal_event_object_type):
5167 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5168 * python/py-symtab.c (symtab_object_type, sal_object_type): Use
5169 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5170 * python/py-type.c (type_object_type, field_object_type)
5171 (type_iterator_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5172 * python/py-internal.h (CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF): New
5173 define.
5174 (value_object_type, block_object_type, symbol_object_type)
5175 (event_object_type, stop_event_object_type, breakpoint_object_type)
5176 (frame_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5177
81ea8796
AT
51782013-05-20 Andreas Tobler <andreas@fgznet.ch>
5179
5180 * Makefile.in (ALL_TARGET_OBS): Add ppcfbsd-tdep.o.
5181 (ALLDEPFILES): Add ppcfbsd-nat.c and ppcfbsd-tdep.c.
5182
a2ce51a0
DE
51832013-05-20 Doug Evans <dje@google.com>
5184
5185 When reading CU, stay in DWO. Be more tolerent of bad debug info.
5186 For Fission.
5187 * dwarf2read.c (struct dwarf2_per_cu_data): New member
5188 reading_dwo_directly.
5189 (struct signatured_type): New member dwo_unit.
5190 (struct die_reader_specs): New member comp_dir.
5191 (create_signatured_type_table_from_index): Use malloc for
5192 all_type_units instead of objfile's obstack.
5193 (create_all_type_units): Ditto.
5194 (fill_in_sig_entry_from_dwo_entry): New function.
5195 (add_type_unit): New function.
5196 (lookup_dwo_signatured_type): New function.
5197 (lookup_dwp_signatured_type): New function.
5198 (lookup_signatured_type): New arg cu. All callers updated.
5199 (init_cu_die_reader): Initialize comp_dir.
5200 (read_cutu_die_from_dwo): New arg stub_comp_dir. All callers updated.
5201 Change assert of matching type signatures to call error on mismatch.
5202 (lookup_dwo_unit): Add assert.
5203 (init_tu_and_read_dwo_dies): New function.
5204 (init_cutu_and_read_dies): Call it.
5205 (build_type_unit_groups): Handle case of no type unit groups created.
5206 (hash_dwo_file, eq_dwo_file): Handle missing comp_dir.
5207 (lookup_dwo_cutu): Tweak complaint.
5208 (dwarf2_free_abbrev_table): Check for NULL abbrev_table.
5209 (dwarf2_per_objfile_free): Free all_type_units.
5210
a25cd31f
JB
52112013-05-20 Joel Brobecker <brobecker@adacore.com>
5212
5213 * windows-nat.c (handle_unload_dll): Add missing empty line.
5214
4d804846
JB
52152013-05-20 Joel Brobecker <brobecker@adacore.com>
5216
5217 * dwarf2read.c (prototyped_function_p): New function.
5218 (read_subroutine_type): Use it.
5219
1c432e72
JB
52202013-05-20 Joel Brobecker <brobecker@adacore.com>
5221
5222 * rs6000-aix-tdep.c: De-indent some example code provided
5223 as a comment.
5224
4feebbdd
EBM
52252013-05-17 Edjunior Machado <emachado@linux.vnet.ibm.com>
5226
5227 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Check if the
5228 region is ok for a hardware watchpoint using the new ptrace interface
5229 on Power servers.
5230
7d0c9981
DE
52312013-05-17 Doug Evans <dje@google.com>
5232
5233 * NEWS: Mention new maintenance commands check-symtabs, and
5234 expand-symtabs, and renamed check-psymtabs.
5235 * psymtab.c (maintenance_check_psymtabs): Renamed from
5236 maintenance_check_symtabs. Only process already-expanded symbol
5237 tables.
5238 (_initialize_psymtab): Update.
5239 * symmisc.c (maintenance_check_symtabs): New function.
5240 (maintenance_expand_name_matcher): New function
5241 (maintenance_expand_file_matcher): New function
5242 (maintenance_expand_symtabs): New function.
5243 (_initialize_symmisc): Add "mt check-symtabs" and "mt expand-symtabs"
5244 commands.
5245
6cbc7c3d
TT
52462013-05-17 Tom Tromey <tromey@redhat.com>
5247
5248 * python/py-inferior.c (infpy_read_memory): Don't call
5249 PyErr_SetString if PyObject_New fails.
5250 * python/py-frame.c (frame_info_to_frame_object): Don't call
5251 PyErr_SetString if PyObject_New fails.
5252
a48b32c0
L
52532013-05-17 Pavel Chupin <pavel.v.chupin@intel.com>
5254
5255 * acinclude.m4: Add check for dlopen in libdl.
5256 * configure.ac: Ditto.
5257 * configure: Regenerate.
5258
3de661e6
PM
52592013-05-17 Phil Muldoon <pmuldoon@redhat.com>
5260
5261 * frame.c (frame_stash): Convert to htab.
5262 (frame_addr_hash): New function.
5263 (frame_addr_hash_eq): New function.
5264 (frame_stash_create): Convert function to create
5265 a hash table.
5266 (frame_stash_add): Convert function to add an entry to a hash
5267 table.
5268 (frame_stash_find): Convert function to search the hash table.
5269 (frame_stash_invalidate): Convert function to empty the hash
5270 table.
5271 (get_frame_id): Only add to stash if a frame_id is created.
5272 (_initialize_frame): Call frame_stash_create.
5273
bb4168a9 52742013-05-16 Yue Lu <hacklu.newborn@gmail.com> (tiny change)
036c3acb
TS
5275
5276 * configure.ac: Ensure MIG is available when building for GNU Hurd
5277 hosts.
5278 * configure: Regenerate.
5279
d1be3247
JB
52802013-05-16 Joel Brobecker <brobecker@adacore.com>
5281
5282 * dwarf2read.c (set_cu_language): Add DW_LANG_UPC handling.
5283
b8fea896
JB
52842013-05-16 Joel Brobecker <brobecker@adacore.com>
5285
5286 * ada-lang.c (ada_make_symbol_completion_list): Make sure
5287 all cleanups are done before returning from this function.
5288
af880d85
JB
52892013-05-15 Joel Brobecker <brobecker@adacore.com>
5290
5291 * utils.h: #include "exceptions.h".
5292 (enum errors): Remove partial declaration.
5293
356a5233
JB
52942013-05-15 Joel Brobecker <brobecker@adacore.com>
5295
5296 * gdbarch.sh (core_xfer_shared_libraries_aix): New method.
5297 * gdbarch.h, gdbarch.c: Regenerate.
5298 * corelow.c (core_xfer_partial): Add TARGET_OBJECT_LIBRARIES_AIX
5299 handling.
5300
5301 * rs6000-aix-tdep.h: New file.
5302 * Makefile.in (HFILES_NO_SRCDIR): Add rs6000-aix-tdep.h.
5303 * rs6000-aix-tdep.c: Include "rs6000-aix-tdep.h" and
5304 "xml-utils.h".
5305 (struct field_info, struct ld_info_desc): New types.
5306 (ld_info32_desc, ld_info64_desc): New static constants.
5307 (struct ld_info): New type.
5308 (rs6000_aix_extract_ld_info): New function.
5309 (rs6000_aix_shared_library_to_xml): Likewise.
5310 (rs6000_aix_ld_info_to_xml): Likewise.
5311 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
5312 (rs6000_aix_init_osabi): Add call to
5313 set_gdbarch_core_xfer_shared_libraries_aix.
5314 * rs6000-nat.c: Add "rs6000-aix-tdep.h" include.
5315 Remove "xml-utils.h" include.
5316 (LdInfo): Delete typedef.
5317 (ARCH64_DECL, LDI_FIELD, LDI_NEXT, LDI_FD, LDI_FILENAME):
5318 Delete macros.
5319 (rs6000_ptrace_ldinfo): Change return type to gdb_byte *.
5320 Adjust code accordingly.
5321 (rs6000_core_ldinfo): Delete, folded into
5322 rs6000_aix_core_xfer_shared_libraries_aix.
5323 (rs6000_xfer_shared_library): Delete.
5324 (rs6000_xfer_shared_libraries): Reimplement.
5325
742ce053
MM
53262013-05-15 Markus Metzger <markus.t.metzger@intel.com>
5327
5328 * record.c (record_goto_cmdlist): New.
5329 (cmd_record_goto): Split into this ...
5330 (cmd_record_goto_begin): ... this
5331 (cmd_record_goto_end): ... and this.
5332 (_initialize_record): Change "record goto" to prefix command.
5333 Add commands for "record goto begin" and "record goto end".
5334 Add an alias for "record goto start" to "record goto begin".
5335
e93ba630
JK
53362013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5337
5338 * linespec.c (convert_linespec_to_sals): New comment for
5339 SOURCE_FILENAME assignment.
5340
5821aace
JK
53412013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5342
5343 * cleanups.c (restore_my_cleanups): Replace gdb_assert by
5344 internal_warning.
5345
a1b8c4cc
TT
53462013-05-14 Tom Tromey <tromey@redhat.com>
5347
5348 * eval.c (parse_and_eval_long): Make 'exp' const.
5349 * value.h (parse_and_eval_long): Update.
5350
23b3a2c3
TT
53512013-05-14 Tom Tromey <tromey@redhat.com>
5352
5353 * ui-file.c (gdb_fopen): Make arguments const.
5354 * ui-file.h (gdb_fopen): Make arguments const.
5355
ca623f82
TT
53562013-05-14 Tom Tromey <tromey@redhat.com>
5357
5358 * remote.c (remote_set_trace_notes): Make arguments const.
5359 * target.c (update_current_target): Update cast.
5360 * target.h (to_set_trace_notes): Make arguments const.
5361
503ebb2c
TT
53622013-05-14 Tom Tromey <tromey@redhat.com>
5363
5364 * go32-nat.c (go32_terminal_info): Make 'args' const.
5365 * inferior.h (child_terminal_info): Update.
5366 * inflow.c (child_terminal_info): Make 'args' const.
5367 * target.c (default_terminal_info): Make 'args' const.
5368 (debug_to_terminal_save_ours): Likewise.
5369 * target.h (struct target_ops) <to_terminal_info>: Make argument
5370 const.
5371
85e1311a
TT
53722013-05-13 Tom Tromey <tromey@redhat.com>
5373
5374 * gcore.c (create_gcore_bfd): Make 'filename' const.
5375 * gcore.h (create_gcore_bfd): Make 'filename' const.
5376 * record-full.c (record_full_save): Make 'recfilename' const.
5377 * target.c (target_save_record): Make 'filename' const.
5378 * target.h (struct target_ops) <to_save_record>: Make 'filename'
5379 const.
5380 (target_save_record): Likewise.
5381
d62bfeaf
TT
53822013-05-13 Tom Tromey <tromey@redhat.com>
5383
f5aee5ee 5384 PR gdb/15338:
d62bfeaf
TT
5385 * dwarf2read.c (dwarf2_record_block_ranges): Ensure that the
5386 ranges section has been read.
5387
ac1ca910
TT
53882013-05-13 Tom Tromey <tromey@redhat.com>
5389
5390 PR exp/15364:
5391 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
5392 STRUCTOP_PTR>: Return a not_lval value for
5393 EVAL_AVOID_SIDE_EFFECTS.
5394 * opencl-lang.c (evaluate_subexp_opencl): Return a not_lval value
5395 for EVAL_AVOID_SIDE_EFFECTS.
5396
36d1c68c
JB
53972013-05-13 Joel Brobecker <brobecker@adacore.com>
5398
5399 * rs6000-aix-tdep.c (rs6000_push_dummy_call): Convert
5400 floating point registers to register type before storing
5401 value.
5402 * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call):
5403 Likewise.
5404
21ff4686
TT
54052013-05-10 Joel Brobecker <brobecker@adacore.com>
5406 Tom Tromey <tromey@redhat.com>
5407
5408 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
5409 New functions.
5410 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
5411 Declare.
5412 * darwin-nat.c (darwin_pre_ptrace): Use mark_fd_no_cloexec.
5413 (darwin_ptrace_him): Use unmark_fd_no_cloexec.
5414 * inf-ttrace.c (do_cleanup_pfds): Use unmark_fd_no_cloexec.
5415 (inf_ttrace_prepare): Use mark_fd_no_cloexec.
5416
d3685d60
TT
54172013-05-10 Freddie Chopin <freddie_chopin@op.pl>
5418 Tom Tromey <tromey@redhat.com>
5419
5420 PR build/15414:
5421 * configure: Rebuild.
5422 * configure.ac (build_warnings): Do not use -Wformat-nonliteral
5423 with -Wno-format.
5424
eb9fe518
PA
54252013-05-10 Pedro Alves <palves@redhat.com>
5426
5427 * remote.c (_initialize_remote): Fix spelling of
5428 qXfer:traceframe-info:read packet in packet config command.
5429
9779ab84
PA
54302013-05-10 David Taylor <dtaylor@emc.com>
5431
5432 PR remote/15455
5433
5434 * remote.c (remote_trace_set_readonly_regions): Do not overwrite
5435 "QTro" at start of packet.
5436
060cfbef
JB
54372013-05-10 Joel Brobecker <brobecker@adacore.com>
5438
5439 * solib-aix.c (solib_aix_relocate_section_addresses):
5440 For the .bss section action, apply the same offset as
5441 the .data section.
5442
ab1c4e88
JB
54432013-05-10 Joel Brobecker <brobecker@adacore.com>
5444
5445 * solib-aix.c (solib_aix_relocate_section_addresses):
5446 Remove FIXME comment.
5447
c1357578
JB
54482013-05-10 Joel Brobecker <brobecker@adacore.com>
5449
5450 PR tdep/15420:
5451 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
5452 New functions, directly copied from sparc-sol-thread.c.
5453 * sparc-sol-thread.c: Delete.
5454 * configure.ac: Remove code handling sparc-solaris-thread.c.
5455 * configure: Regenerate.
5456
1e611234
PM
54572013-05-10 Phil Muldoon <pmuldoon@redhat.com>
5458
5459 * stack.c (backtrace_command_1): Add "no-filters", and Python frame
5460 filter logic.
5461 (backtrace_command): Add "no-filters" option parsing.
5462 (_initialize_stack): Alter help to reflect "no-filters" option.
5463 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-framefilter.o
5464 (SUBDIR_PYTHON_SRCS): Add py-framefilter.c
5465 (py-frame.o): Add target
5466 * data-directory/Makefile.in (PYTHON_DIR): Add Python frame
5467 filter files.
5468 * python/python.h: Add new frame filter constants, and flag enum.
5469 (apply_frame_filter): Add definition.
5470 * python/python.c (apply_frame_filter): New non-Python
5471 enabled function.
5472 * python/py-utils.c (py_xdecref): New function.
5473 (make_cleanup_py_xdecref): Ditto.
5474 * python/py-objfile.c: Declare frame_filters dictionary.
5475 (objfpy_dealloc): Add frame_filters dealloc.
5476 (objfpy_new): Initialize frame_filters attribute.
5477 (objfile_to_objfile_object): Ditto.
5478 (objfpy_get_frame_filters): New function.
5479 (objfpy_set_frame_filters): New function.
5480 * python/py-progspace.c: Declare frame_filters dictionary.
5481 (pspy_dealloc): Add frame_filters dealloc.
5482 (pspy_new): Initialize frame_filters attribute.
5483 (pspacee_to_pspace_object): Ditto.
5484 (pspy_get_frame_filters): New function.
5485 (pspy_set_frame_filters): New function.
5486 * python/py-framefilter.c: New file.
5487 * python/lib/gdb/command/frame_filters.py: New file.
5488 * python/lib/gdb/frames.py: New file.
5489 * python/lib/gdb/__init__.py: Initialize global frame_filters
5490 dictionary
5491 * python/lib/gdb/FrameDecorator.py: New file.
5492 * python/lib/gdb/FrameIterator.py: New file.
5493 * mi/mi-cmds.c (mi_cmds): Add frame filters command.
5494 * mi/mi-cmds.h: Declare.
5495 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Add
5496 --no-frame-filter logic, and Python frame filter logic.
5497 (stack_enable_frame_filters): New function.
5498 (parse_no_frame_option): Ditto.
5499 (mi_cmd_stack_list_frames): Add --no-frame-filter and Python frame
5500 filter logic.
5501 (mi_cmd_stack_list_locals): Ditto.
5502 (mi_cmd_stack_list_args): Ditto.
5503 (mi_cmd_stack_list_variables): Ditto.
5504 * NEWS: Add frame filter note.
5505
2cb9c859
DE
55062013-05-09 Doug Evans <dje@google.com>
5507
6bf667bb
DE
5508 * symfile.c (syms_from_objfile_1): Delete args offsets, num_offsets.
5509 All callers updated.
5510 (syms_from_objfile): Ditto. Make static.
5511 (symbol_file_add_with_addrs): Renamed from
5512 symbol_file_add_with_addrs_or_offsets. Delete args offsets,
5513 num_offsets. All callers updated.
5514 * symfile.h (syms_from_objfile): Delete.
5515
2cb9c859
DE
5516 * symfile.c (decrement_reading_symtab): Add assert.
5517 (increment_reading_symtab): Ditto.
5518
40aea477
JB
55192013-05-09 Joel Brobecker <brobecker@adacore.com>
5520
5521 * source.c (forward_search_command): Replace call to getc
5522 by call to fgetc.
5523 (reverse_search_command): Likewise.
5524
680d1742
DE
55252013-05-08 Doug Evans <dje@google.com>
5526
5527 * psymtab.c (expand_symtabs_matching_via_partial): Fix file name
5528 matching test.
5529
17e760ae
JB
55302013-05-08 Joel Brobecker <brobecker@adacore.com>
5531
5532 * sol-thread.c (info_cb): Factorize the code a little.
5533
c0f5f490
JB
55342013-05-08 Joel Brobecker <brobecker@adacore.com>
5535
5536 * sol-thread.c (info_cb): Rework the output of the "maintenance
5537 info sol-threads" command a bit.
5538
5d74e061
JB
55392013-05-08 Joel Brobecker <brobecker@adacore.com>
5540
5541 * sol-thread.c (info_cb) [ti.ti_state == TD_THR_SLEEP]:
5542 Replace ti.ti_startfunc by ti.ti_pc.
5543
814a3ff7
JB
55442013-05-08 Joel Brobecker <brobecker@adacore.com>
5545
5546 * solib-aix.c (solib_aix_free_library_list): New function
5547 for the case where HAVE_LIBEXPAT is not defined.
5548
58ce7251
SDJ
55492013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
5550
5551 PR breakpoints/15413:
5552 * breakpoint.c (condition_completer): Simplify the code to
5553 disconsider multiple locations of breakpoints when completing the
5554 "condition" command.
5555
be8b1ea6
PM
55562013-05-07 Pierre Muller <muller@sourceware.org>
5557
5558 * common/linux-btrace.c: ARI fix: Include "gdb_wait.h"
5559 instead of <sys/wait.h>.
5560
1e52bda6
PM
55612013-05-07 Pierre Muller <muller@sourceware.org>
5562
5563 * nios2-tdep.c (nios2_dwarf_reg_to_regnum): ARI fix: remove
5564 trailing new line from warning message.
5565
27fd0c6b
PM
55662013-05-07 Pierre Muller <muller@sourceware.org>
5567
5568 * contrib/ari/gdb_ari.sh (SOLIB_ADD, SOLIB_CREATE_INFERIOR_HOOK)
5569 (PC_SOLIB): Change type from ari_deprecate to ari_regression.
5570
e228ac87
JB
55712013-05-07 Joel Brobecker <brobecker@adacore.com>
5572
5573 * rs6000-nat.c (rs6000_core_ldinfo): Remove '\n' at end of
5574 error message (ARI fix).
5575
55762013-05-07 Joel Brobecker <brobecker@adacore.com>
5577
5578 * features/library-list-aix.dtd: Replace library-list by
5579 library-list-aix.
5580 * rs6000-nat.c: Replace library-list by library-list-aix
5581 throughout.
5582 * solib-aix.c: Likewise.
5583
55842013-05-07 Joel Brobecker <brobecker@adacore.com>
5585
5586 * target.h (enum target_object) [TARGET_OBJECT_LIBRARIES_AIX]:
5587 Renames TARGET_OBJECT_AIX_LIBRARIES.
5588 * rs6000-nat.c: Replace TARGET_OBJECT_AIX_LIBRARIES with
5589 TARGET_OBJECT_LIBRARIES_AIX throughout.
5590 * solib-aix.c: Likwise.
5591
26a4dda9
YQ
55922013-05-07 Yao Qi <yao@codesourcery.com>
5593
5594 * solib-dsbt.c (struct dsbt_info) <enable_break2_done>: Remove.
5595 (get_dsbt_info, enable_break, dsbt_clear_solib): Update.
5596
3582629f
YQ
55972013-05-07 Yao Qi <yao@codesourcery.com>
5598
5599 * solib-dsbt.c (enable_break): Declare.
5600 (dsbt_current_sos): Remove call to enable_break2.
5601 (enable_break2): Rename to enable_break. Set solib breakpoint
5602 on '_dl_debug_state'.
5603 (enable_break): Remove.
5604
aacbb8a5
LM
56052013-05-07 Luis Machado <lgustavo@codesourcery.com>
5606
5607 * ppc-linux-nat.c (ppc_linux_new_thread): Clear the new thread's
5608 debug state prior to replicating existing hardware watchpoints or
5609 breakpoints.
5610
0c013353
JK
56112013-05-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5612
5613 * gcore.c (gcore_create_callback): Ignore sections with
5614 separate_debug_objfile_backlink != NULL.
5615
a1217d97
SL
56162013-05-06 Sandra Loosemore <sandra@codesourcery.com>
5617 Andrew Jenner <andrew@codesourcery.com>
5618 Chung-Lin Tang <cltang@codesourcery.com>
5619 Julian Brown <julian@codesourcery.com>
5620
5621 Based on the nios2-elf port from Altera Corporation.
5622
5623 * Makefile.in (ALL_TARGET_OBS): Add nios2-tdep.o and
5624 nios2-linux-tdep.o.
5625 (HFILES_NO_SRCDIR): Add nios2-tdep.h.
5626 (ALLDEPFILES): Add nios2-tdep.c and nios2-linux-tdep.c.
5627 * configure.tgt: Add nios2*-*-linux* and nios2*-*-* targets.
5628 * nios2-tdep.h: New.
5629 * nios2-tdep.c: New.
5630 * nios2-linux-tdep.c: New.
5631 * features/Makefile (WHICH): Add nios2-linux.
5632 (nios2-linux-expedite): Set.
5633 * features/nios2-cpu.xml: New.
5634 * features/nios2.xml: New.
5635 * features/nios2-linux.xml: New.
5636 * features/nios2.c: New (autogenerated).
5637 * features/nios2-linux.c: New (autogenerated).
5638 * regformats/nios2-linux.dat: New (autogenerated).
5639 * NEWS (Changes since GDB 7.6): Add new Nios II targets
5640 and commands.
5641
0892cb63
DE
56422013-05-06 Doug Evans <dje@google.com>
5643
3b7bacac
DE
5644 * symfile.c: Whitespace cleanup.
5645
0892cb63
DE
5646 * solist.h (struct target_so_ops): New member clear_so.
5647 * solib-svr4.c (svr4_clear_so): New function.
5648 (_initialize_svr4_solib): Set svr4_so_ops.clear_so.
5649 * solib.c (clear_so): Renamed from free_so_symbols.
5650 All callers updated. Call target clear_so if it exists.
5651
40501e00
TT
56522013-05-06 Tom Tromey <tromey@redhat.com>
5653
5654 * ada-lang.c (ada_value_primitive_packed_val): Don't
5655 call value_incref.
5656 * value.c (set_value_parent): Incref the new parent and decref
5657 the old parent.
5658 (value_copy, value_primitive_field): Use set_value_parent.
5659
b6807d98
TT
56602013-05-06 Tom Tromey <tromey@redhat.com>
5661
5662 * dwarf2loc.c (invalid_synthetic_pointer): Move earlier.
5663 (indirect_pieced_value): Call dwarf2_fetch_constant_bytes
5664 if needed.
5665 * dwarf2loc.h (dwarf2_fetch_constant_bytes): Declare.
5666 * dwarf2read.c (write_constant_as_bytes)
5667 (dwarf2_fetch_constant_bytes): New functions.
5668
3aef2284
TT
56692013-05-06 Tom Tromey <tromey@redhat.com>
5670
5671 * dwarf2read.c (dwarf2_const_value_data): Remove unused
5672 parameters.
5673 (dwarf2_const_value_attr): Update.
5674
66f65e2b
TT
56752013-05-06 Tom Tromey <tromey@redhat.com>
5676
5677 * somread.c (som_symfile_offsets): Add 'const' to addrs.
5678 * machoread.c (macho_symfile_offsets): Add 'const' to addrs.
5679 * xcoffread.c (xcoff_symfile_offsets): Add 'const' to addrs.
5680 Remove declaration.
5681
7919a973
TT
56822013-05-06 Tom Tromey <tromey@redhat.com>
5683
5684 * dwarf2read.c (dwarf2_const_value_attr): Use 'obstack', not
5685 objfile's obstack.
5686
a7bfba49
DE
56872013-05-06 Doug Evans <dje@google.com>
5688
3189cb12
DE
5689 * dbxread.c (process_one_symbol): Constify section_offsets parameter.
5690 * stabsread.h (process_one_symbol): Update declaration.
5691 * dwarf2read.c (dw2_relocate): Constify new_offsets, delta parameters.
5692 * elfread.c (elf_symfile_relocate_probe): Ditto.
5693 * psymtab.c (relocate_psymtabs): Ditto.
5694 * objfiles.c (objfile_relocate1): Constify new_offsets parameter.
5695 (objfile_relocate): Ditto.
5696 * objfiles.h (objfile_relocate): Update declaration.
5697 * symfile.c (relative_addr_info_to_section_offsets): Constify
5698 addrs parameter.
5699 (default_symfile_offsets): Ditto.
5700 (syms_from_objfile_1): Constify offsets parameter.
5701 (syms_from_objfile): Ditto.
5702 (symbol_file_add_with_addrs_or_offsets): Ditto.
5703 (symfile_map_offsets_to_segments): Constify data parameter.
5704 * symfile.h (struct quick_symbol_functions): Constify new_offsets,
5705 delta parameters of member relocate.
5706 (struct sym_probe_fns): Constify new_offsets,
5707 delta parameters of member sym_relocate_probe.
5708 (struct sym_fns): Constify section_addr_info parameter of member
5709 sym_offsets.
5710 (relative_addr_info_to_section_offsets): Update declaration.
5711 (default_symfile_offsets): Ditto.
5712 (syms_from_objfile): Ditto.
5713 (symfile_map_offsets_to_segments): Ditto.
5714
a7bfba49
DE
5715 * symfile.c (syms_from_objfile_1): Use correct section count when
5716 objfile->sf == NULL.
5717
5f8e0b8f
MF
57182013-05-06 Mike Frysinger <vapier@gentoo.org>
5719
5720 * common/linux-btrace.c (intel_supports_btrace): Fix indentation.
5721
ea52d893
DE
57222013-05-06 Doug Evans <dje@google.com>
5723
5724 * psympriv.h (struct partial_symtab): Augment comment for member
5725 section_offsets.
5726
4d1eb6b4
JB
57272013-05-06 Joel Brobecker <brobecker@adacore.com>
5728
5729 Reimplement shared library support on ppc-aix...
5730 * target.h (TARGET_OBJECT_AIX_LIBRARIES): New target_object enum.
5731 * features/library-list-aix.dtd: New file.
5732 * solib-aix.h, solib-aix.c: New file.
5733 * rs6000-aix-tdep.c: #include "solib.h" and "solib-aix.h".
5734 (rs6000_find_toc_address_hook): Delete.
5735 (rs6000_push_dummy_call): Rewrite code setting the TOC value.
5736 (rs6000_aix_init_osabi): Register solib_aix_so_ops.
5737 * rs6000-nat.c: Remove "xcoffsolib.h" include. Include
5738 "xml-utils.h".
5739 (map_vmap, vmap_exec, vmap_ldinfo, add_vmap, objfile_symbol_add)
5740 (vmap_symtab, fixup_breakpoints): Delete.
5741 (rs6000_xfer_shared_libraries): New function.
5742 (rs6000_xfer_partial): Add TARGET_OBJECT_AIX_LIBRARIES handling.
5743 (vmap_secs, bss_data_overlap, vmap_add_symbols): Delete.
5744 (xcoff_relocate_symtab, xcoff_relocate_core): Delete.
5745 (rs6000_ptrace_ldinfo, rs6000_core_ldinfo)
5746 (rs6000_xfer_shared_library): New function.
5747 (find_toc_address): Delete.
5748 (_initialize_rs6000_nat): Do not set rs6000_find_toc_address_hook.
5749 * rs6000-tdep.h (rs6000_find_toc_address_hook): Remove.
5750 * xcoffread.c (record_minimal_symbol): Reloate symbol address
5751 before creating minimal symbol. Adjust function description
5752 accordingly.
5753 (scan_xcoff_symtab): Replace call to
5754 prim_record_minimal_symbol_and_info by call to
5755 record_minimal_symbol.
5756 (xcoff_symfile_offsets): Reimplement mostly as a wrapper
5757 around default_symfile_offsets.
5758 * configure.tgt: Add solib-aix.o to gdb_target_obs for
5759 powerpc-aix targets.
5760 * config/rs6000/nm-rs6000.h: Delete.
5761 * config/powerpc/aix.mh (NAT_FILE): Delete.
5762 (NATDEPFILES): Remove xcoffsolib.o.
5763 * Makefile.in (XMLFILES): Add library-list-aix.dtd.
5764 (ALL_TARGET_OBS): Add solib-aix.o.
5765 (HFILES_NO_SRCDIR): Remove xcoffsolib.h and
5766 config/rs6000/nm-rs6000.h. Add solib-aix.h.
5767 (ALLDEPFILES): Add solib-aix.c. Remove xcoffsolib.c.
5768 * xcoffsolib.h, xcoffsolib.c: Delete.
5769
5770 * solib.c (reload_shared_libraries): Remove reference to
5771 SOLIB_CREATE_INFERIOR_HOOK.
5772 * breakpoint.c (handle_solib_event): Remove reference to SOLIB_ADD.
5773 (disable_breakpoints_in_shlibs): Remove reference to PC_SOLIB.
5774 (momentary_bkpt_re_set): Replace SOLIB_ADD by solib_add in
5775 comment.
5776 * corelow.c (deprecated_core_resize_section_table): Delete.
5777 * exec.c: Remove include of xcoffsolib.h".
5778 (map_vmap, vmap): Delete.
5779 (exec_close_1): Remove references to vmap.
5780 (exec_file_attach): Remove vmap handling code, and reference
5781 to DEPRECATED_IBM6000_TARGET.
5782 (bfdsec_to_vmap): Delete.
5783 (exec_files_info): Remove block of code handling VMAP.
5784 * infcmd.c (post_create_inferior): Remove reference to
5785 SOLIB_CREATE_INFERIOR_HOOK and SOLIB_ADD.
5786 * infrun.c (follow_exec): Remove reference to
5787 SOLIB_CREATE_INFERIOR_HOOK.
5788 * stack.c (print_frame): Remove reference to PC_SOLIB.
5789 * solib-dsbt.c (dsbt_current_sos): Adjust comment.
5790 (dsbt_relocate_main_executable): Likewise.
5791 * solib-frv.c (frv_current_sos): Likewise.
5792
0c4f667c
JB
57932013-05-06 Joel Brobecker <brobecker@adacore.com>
5794
5795 * sol-thread.c (rw_common): Cast BUF to "gdb_byte *" in calls
5796 to target_write_memory and target_read_memory.
5797
726ce67c
JB
57982013-05-06 Joel Brobecker <brobecker@adacore.com>
5799
5800 * darwin-nat.c (darwin_setup_fake_stop_event): New function.
5801 (darwin_attach): Adjust using darwin_setup_fake_stop_event.
5802
c8c9911f
JB
58032013-05-06 Joel Brobecker <brobecker@adacore.com>
5804
5805 * darwin-nat.c: Replace all "%x" instances in format strings
5806 into "0x%x" throughout.
5807
fda184b6
JB
58082013-05-06 Joel Brobecker <brobecker@adacore.com>
5809
5810 * darwin-nat.c (darwin_mourn_inferior): Replace call to
5811 gdb_assert by call to MACH_CHECK_ERROR.
5812 (darwin_attach_pid): Raise an error rather than a failed
5813 assertion when various system calls failed. Report a warning
5814 instead of raising a failed assertion when PREV_NOT is not NULL
5815 after call to mach_port_request_notification.
5816 (darwin_ptrace_me): Raise an error rather than a failed
5817 assertion when read returns nonzero.
5818
d1d69afb
JB
58192013-05-06 Joel Brobecker <brobecker@adacore.com>
5820
5821 * amd64-darwin-tdep.c: Remove #include "gdb_assert.h".
5822
dc90b24d
JK
58232013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5824
5825 * cleanups.c (restore_my_cleanups): New gdb_assert for SENTINEL_CLEANUP.
5826
faab9922
JK
58272013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5828
5829 * event-top.c (display_gdb_prompt): Call missing do_cleanups.
5830 * infcmd.c (get_return_value) <!stop_regs>: Do not overwrite CLEANUP.
5831 * symfile.c (symfile_bfd_open): New variable back_to. Do not leave
5832 a stale cleanup. Fix double free of NAME.
5833
e0ea48a0
EZ
58342013-05-04 Eli Zaretskii <eliz@gnu.org>
5835
5836 * windows-nat.c (windows_delete_thread): Accept an additional
5837 argument, the thread's exit code, and announce thread death when
5838 print_thread_events is non-zero and we are deleting a thread that
5839 is not the main thread.
5840 (get_windows_debug_event): Pass thread exit code to
5841 windows_delete_thread.
5842
83b2706a
KB
58432013-05-03 Kevin Buettner <kevinb@redhat.com>
5844
5845 * v850-tdep.c (elf-bfd.h, elf/v850.h): Include.
5846 (R_149_REGNUM, E_NUM_OF_V850E2_REGS, E_SELID_1_R0_REGNUM)
5847 (E_SELID_1_R31_REGNUM, E_SELID_2_R0_REGNUM, E_SELID_2_R31_REGNUM)
5848 (E_SELID_3_R0_REGNUM, E_SELID_3_R31_REGNUM, E_SELID_4_R0_REGNUM)
5849 (E_SELID_4_R31_REGNUM, E_SELID_5_R0_REGNUM, E_SELID_5_R31_REGNUM)
5850 (E_SELID_6_R0_REGNUM, E_SELID_6_R31_REGNUM, E_SELID_7_R0_REGNUM, E_SELID_7_R31_REGNUM)
5851 (E_VR0_REGNUM, E_VR31_REGNUM, E_NUM_OF_V850E3V5_REGS): Define.
5852 (v850_abi, V850_ABI_GCC, V850_ABI_RH850): New enum and constants.
5853 (gdbarch_tdep): New struct.
5854 (v850e2_register_name): Use E_NUM_OF_V850E2_REGS instead of
5855 E_NUM_REGS.
5856 (v850e3v5_register_name): New function.
5857 (v850_register_type): v850e3v5 vector registers are 64-bits wide.
5858 (v850_use_struct_convention): Add `gdbarch' parameter. Add new
5859 code handling the struct return conventions for the RH850 ABI.
5860 Update all callers.
5861 (v850_eight_byte_align_p): New function.
5862 (v850_push_call_dummy): Push structs by value, not by reference
5863 for the RH850 ABI. Add support for eight byte alignment.
5864 (v850_dbtrap_breakpoint_from_pc): New function.
5865 (v850_gdbarch_init): Add ABI detection code. Register
5866 v850e3v5_register_name for the v850e3v5 architecture. Set the
5867 number of registers for v850e3v5. Register
5868 v850_dbtrap_breakpoint_from_pc as appropriate.
5869 (_initialize_gdbarch_init): Registration bfd_arch_v850_rh850.
5870
d445b2f6
DE
58712013-05-03 Doug Evans <dje@google.com>
5872
5873 * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections instead
5874 of bfd_count_sections.
5875 * solib-target.c (solib_target_relocate_section_addresses): Ditto.
5876 * symfile.c (default_symfile_offsets): Ditto.
5877 (syms_from_objfile_1): Ditto. Make dummy addrs list an array of
5878 one entry, not bfd_count_sections entries.
5879
b3ce41ea
KB
58802013-05-03 Kevin Buettner <kevinb@redhat.com>
5881
5882 * rl78-tdep.c (rl78_register_reggroup_p): Include SP in the
5883 `save' and `restore' register groups. Don't include SPL
5884 or SPH in these groups.
5885 (rl78_dwarf_reg_to_regnum): Adjust mapping for
5886 RL78_PC_REGNUM. Add mappings for RL78_PSW_REGNUM,
5887 RL78_ES_REGNUM, and RL78_CS_REGNUM.
5888 (rl78_gdbarch_init): Set `dwarf2_addr_size' to 4. Invoke
5889 dwarf2_append_unwinders().
5890
96f7d3f1
PW
58912013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5892
5893 * break-catch-sig.c (signal_catchpoint_breakpoint_hit): Do not
5894 ignore SIGINT and SIGTRAP in case these internal signals are
5895 caught explicitely.
5896
b9dd1947
JB
58972013-05-01 Joel Brobecker <brobecker@adacore.com>
5898
5899 * darwin-nat.c (darwin_read_write_inferior): Change types
5900 of parameters rdaddr and wraddr to "gdb_byte *". Change type
5901 of copy_count to "mach_msg_type_number_t".
5902 (darwin_read_dyld_info): Change type of parameter
5903 rdaddr to "gdb_byte *".
5904
4ca18a63
JB
59052013-05-01 Joel Brobecker <brobecker@adacore.com>
5906
5907 * solib-ia64-hpux.c (ia64_hpux_read_dynamic_info): Change cast
5908 of &info->load_map from "char *" to "gdb_byte *".
5909
2b692d32
JB
59102013-05-01 Joel Brobecker <brobecker@adacore.com>
5911
5912 * ia64-tdep.c (ia64_access_fpreg): Change cast of val
5913 from "char *" to "gdb_byte *".
5914 (ia64_access_rse_fpreg, ia64_access_mem): Likewise.
5915
a98c29a0
DE
59162013-04-30 Doug Evans <dje@google.com>
5917
6a506a2d
DE
5918 * dwarf2read.c (lookup_dwo_unit): Return NULL if DWO not found.
5919 (init_cutu_and_read_dies): Flag a complaint, not error, for bad
5920 DWO stub. If DWO isn't found, just use stub.
5921 (lookup_dwo_cutu): Don't try DWO if there's a DWP file.
5922
a98c29a0
DE
5923 * dwarf2read.c (dw2_find_symbol_file): Initialize filename before
5924 calling init_cutu_and_read_dies.
5925
f92b06da
WT
59262013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
5927
5928 * target-descriptions.c (maint_print_c_tdesc_cmd):
5929 Add case to parse structures as register types and
5930 bitfields.
5931
95eebdcc
WT
59322013-04-30 Walfred Tedeschi <walfred.tedeschi@intel.com>
5933
5934 * MAINTAINERS (Write After Approval): Add myself to the list.
5935
019c1128
JB
59362013-04-30 Joel Brobecker <brobecker@adacore.com>
5937
5938 * sol-thread.c (rw_common): Change type of parameter "buf"
5939 to "gdb_byte *".
5940 (ps_pdwrite, ps_ptwrite): Cast parameter "buf" in call to
5941 rw_common to "gdb_byte *" instead of "char *".
5942
5812197c
JB
59432013-04-30 Joel Brobecker <brobecker@adacore.com>
5944
5945 * sol-thread.c (info_cb) [ti.ti_startfunc != 0]: Change type
5946 of local variable msym to const struct bound_minimal_symbol.
5947 Adjust use accordingly.
5948 [ti.ti_state == TD_THR_SLEEP]: Likewise.
5949
ecccb813
TS
59502013-04-30 Samuel Thibault <samuel.thibault@gnu.org>
5951
5952 * i386gnu-nat.c (CREG_OFFSET): New macro.
5953 (creg_offset): New array.
5954 (CREG_ADDR): Use creg_offset instead of reg_offset.
5955
f1d02dd4 59562013-04-30 Joel Brobecker <brobecker@adacore.com>
54746424
JB
5957
5958 * mep-tdep.c (mep_write_pc): Delete.
5959 (mep_gdbarch_init): Remove call to set_gdbarch_write_pc.
5960 Add call to set_gdbarch_pc_regnum.
5961
f1d02dd4 59622013-04-30 Joel Brobecker <brobecker@adacore.com>
01da98f9
JB
5963
5964 * common/filestuff.c: Replace #include <dirent.h> by
5965 #include "gdb_dirent.h".
5966
f1d02dd4 59672013-04-30 Joel Brobecker <brobecker@adacore.com>
366c6766
JB
5968
5969 * common/filestuff.c: Replace #include <sys/stat.h> by
5970 #include "gdb_stat.h".
5971
b385a60d
PM
59722013-04-29 Pierre Muller <muller@sourceware.org>
5973
5974 * dwarf2read.c (handle_DW_AT_stmt_list): Avoid ARI warning for
5975 editCase function rule.
5976 (get_DW_AT_signature_type): Likewise.
5977
d27b54ad
JB
59782013-04-29 Joel Brobecker <brobecker@adacore.com>
5979
5980 * m32r-tdep.c (m32r_write_pc): Delete.
5981 (m32r_gdbarch_init): Remove call to set_gdbarch_write_pc.
5982 Add call to set_gdbarch_pc_regnum.
5983
47d21dc5
PM
59842013-04-29 Pierre Muller <muller@sourceware.org>
5985
5986 * ./contrib/ari/gdb_ari.sh (editCase rule): Fix spelling error.
5987
9056882e
JB
59882013-04-29 Joel Brobecker <brobecker@adacore.com>
5989
5990 * dwarf2read.c (get_DW_AT_signature_type): Add ARI marker.
5991
7ee4732a
YQ
59922013-04-28 Yao Qi <yao@codesourcery.com>
5993
5994 * solib-dsbt.c (fetch_loadmap): Re-indent.
5995 (displacement_from_map, enable_break2): Likewise.
5996 (dsbt_relocate_section_addresses): Likewise.
5997
2260af53 59982013-04-26 Joel Brobecker <brobecker@adacore.com>
5999
6000 GDB 7.6 released.
6001
ff546935
TT
60022013-04-25 Andreas Kaufmann <Andreas.Kaufmann@synopsys.com>
6003
6004 PR corefiles/14983:
6005 * dwarf2read.c (process_full_comp_unit): Always create a static
6006 block.
6007
40fb6c5e
HZ
60082013-04-25 Hui Zhu <hui@codesourcery.com>
6009
6010 * breakpoint.c (build_target_command_list): Change loc->cond_bytecode
6011 to loc->cmd_bytecode.
6012
74e04d1c
DE
60132013-04-24 Doug Evans <dje@google.com>
6014
6015 * dwarf2read.c (setup_type_unit_groups): Fix comment.
6016
3cf62c1d
KS
60172013-04-22 Keith Seitz <keiths@redhat.com>
6018
6019 * tracepoint.c (trace_save): Call the writer's start method.
6020
bf9e4d0c
MB
60212013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
6022
6023 PR gdb/10462
6024 * cli/cli-decode.c (lookup_command): Show an error if there is no space
6025 before argument.
6026
5d71132c
TT
60272013-04-23 Tom Tromey <tromey@redhat.com>
6028
6029 * common/filestuff.c: Check USE_WIN32API before including
6030 sys/socket.h.
6031 (HAVE_F_GETFD): New define.
6032 (mark_cloexec): Check HAVE_F_GETFD.
6033 (gdb_open_cloexec): Change 'mode' to unsigned long.
6034 (gdb_socketpair_cloexec): Check HAVE_SOCKETPAIR.
6035 (gdb_pipe_cloexec): Check HAVE_PIPE.
6036 * common/filestuff.h (gdb_open_cloexec): Change 'mode' to unsigned
6037 long.
6038
a11cfd87
HZ
60392013-04-23 Hui Zhu <hui@codesourcery.com>
6040
6041 PR gdb/15293
a11cfd87
HZ
6042 * breakpoint.c (bpstat_what): Add BPSTAT_WHAT_SINGLE to bp_dprintf.
6043
2d9442cc
HZ
60442013-04-23 Hui Zhu <hui@codesourcery.com>
6045
6046 PR gdb/15165
2d9442cc
HZ
6047 * breakpoint.c (dprintf_print_recreate): New.
6048 (save_breakpoints): Let it not save dprintf commands.
6049 (initialize_breakpoint_ops): Set dprintf_print_recreate.
6050
614c279d
TT
60512013-04-22 Tom Tromey <tromey@redhat.com>
6052
6053 PR gdb/7912:
6054 * Makefile.in (SFILES): Add filestuff.c
6055 (COMMON_OBS): Add filestuff.o.
6056 (filestuff.o): New target.
6057 * auto-load.c (auto_load_objfile_script_1): Use
6058 gdb_fopen_cloexec.
6059 * auxv.c (procfs_xfer_auxv): Use gdb_open_cloexec.
6060 * cli/cli-cmds.c (shell_escape): Call close_most_fds.
6061 * cli/cli-dump.c (fopen_with_cleanup): Use gdb_fopen_cloexec.
6062 * common/agent.c (gdb_connect_sync_socket): Use
6063 gdb_socket_cloexec.
6064 * common/filestuff.c: New file.
6065 * common/filestuff.h: New file.
6066 * common/linux-osdata.c (linux_common_core_of_thread)
6067 (command_from_pid, commandline_from_pid, print_source_lines)
6068 (linux_xfer_osdata_shm, linux_xfer_osdata_sem)
6069 (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Use
6070 gdb_fopen_cloexec.
6071 * common/linux-procfs.c (linux_proc_get_int)
6072 (linux_proc_pid_has_state): Use gdb_fopen_cloexec.
6073 * config.in, configure: Rebuild.
6074 * configure.ac: Don't check for sys/socket.h. Check for
6075 fdwalk, pipe2.
6076 * corelow.c (core_open): Use gdb_open_cloexec.
6077 * dwarf2read.c (write_psymtabs_to_index): Use gdb_fopen_cloexec.
6078 * fork-child.c (fork_inferior): Call close_most_fds.
6079 * gdb_bfd.c (gdb_bfd_open): Use gdb_open_cloexec.
6080 * inf-child.c (inf_child_fileio_readlink): Use gdb_open_cloexec.
6081 * linux-nat.c (linux_nat_thread_name, linux_proc_pending_signals):
6082 Use gdb_fopen_cloexec.
6083 (linux_proc_xfer_partial, linux_proc_xfer_spu): Use
6084 gdb_open_cloexec.
6085 (linux_async_pipe): Use gdb_pipe_cloexec.
6086 * remote-fileio.c (remote_fileio_func_open): Use
6087 gdb_open_cloexec.
6088 * remote.c (remote_file_put, remote_file_get): Use
6089 gdb_fopen_cloexec.
6090 * ser-pipe.c (pipe_open): Use gdb_socketpair_cloexec,
6091 close_most_fds.
6092 * ser-tcp.c (net_open): Use gdb_socket_cloexec.
6093 * ser-unix.c (hardwire_open): Use gdb_open_cloexec.
6094 * solib.c (solib_find): Use gdb_open_cloexec.
6095 * source.c (openp, find_and_open_source): Use gdb_open_cloexec.
6096 * tracepoint.c (tfile_start): Use gdb_fopen_cloexec.
6097 (tfile_open): Use gdb_open_cloexec.
6098 * tui/tui-io.c (tui_initialize_io): Use gdb_pipe_cloexec.
6099 * ui-file.c (gdb_fopen): Use gdb_fopen_cloexec.
6100 * xml-support.c (xml_fetch_content_from_file): Use
6101 gdb_fopen_cloexec.
6102 * main.c (captured_main): Call notice_open_fds.
6103
5fda2332
EBM
61042013-04-22 Edjunior Machado <emachado@linux.vnet.ibm.com>
6105
6106 * remote-sim.c (dump_mem): Change the type of 'buf' parameter from
6107 'char *' to 'gdb_byte *'.
6108 (gdbsim_store_register): Change the type of 'tmp' from 'char' to
6109 'gdb_byte'.
6110
eb6c553b
YQ
61112013-04-22 Yao Qi <yao@codesourcery.com>
6112
6113 * infrun.c: Fix typo in comment.
6114
9991b207
SDJ
61152013-04-22 Andrew Haley <aph@redhat.com>
6116
6117 * arm-tdep.c (BranchDest): Cast result as "unsigned long",
6118 instead of "long".
6119
8b4833e3
YQ
61202013-04-20 Yao Qi <yao@codesourcery.com>
6121
6122 * ctf.c (ctf_fetch_registers): Change the type of 'regs' from
6123 'char *' to 'gdb_byte *'. Cast the return value of
6124 'bt_ctf_get_char_array' to 'gdb_byte *'.
6125
bd3f3b55
PA
61262013-04-19 Pedro Alves <palves@redhat.com>
6127
6128 * configure.ac (build_warnings): Replace -Wno-pointer-sign with
6129 -Wpointer-sign.
6130 * configure: Regenerate.
6131
c49e7f76
PA
61322013-04-19 Pedro Alves <palves@redhat.com>
6133
6134 * ser-tcp.c (net_read_prim): Cast second argument to recv to
6135 'void *'.
6136
12ff8552
PA
61372013-04-19 Pedro Alves <palves@redhat.com>
6138
6139 * monitor.c (monitor_write_memory, monitor_write_memory_bytes):
6140 Change type of 'myaddr' parameter to gdb_byte pointer.
6141 (monitor_write_memory_longlongs): Likewise. Cast 'myaddr' pointer
6142 to 'long long' pointer instead of to 'unsigned long long'.
6143 (monitor_write_memory_block, monitor_read_memory_single)
6144 (monitor_read_memory): Change type of 'myaddr' parameter to
6145 gdb_byte pointer.
6146
9c37696b
PA
61472013-04-19 Pedro Alves <palves@redhat.com>
6148
6149 * record.c (validate_history_size): Make parameter 'setting'
6150 unsigned.
6151
a398505b
PA
61522013-04-19 Pedro Alves <palves@redhat.com>
6153
6154 * ctf.c (ctf_write_uploaded_tsv, ctf_write_uploaded_tp): Add casts
6155 to 'gdb_byte *'.
6156
9f8afa72
PA
61572013-04-19 Pedro Alves <palves@redhat.com>
6158
6159 * cp-valprint.c (cp_print_class_member): Change type of 'fieldno'
6160 local to int.
6161
c714b426
PA
61622013-04-19 Pedro Alves <palves@redhat.com>
6163
6164 * ada-lang.c (print_it_exception): Add cast to gdb_byte *.
6165 * ada-tasks.c (read_fat_string_value): Likewise.
6166
507a579c
PA
61672013-04-19 Pedro Alves <palves@redhat.com>
6168
6169 * dwarf2-frame.c (execute_cfa_program): Make 'bytes_read' local
6170 unsigned. Pass 'tmp' to safe_read_uleb128 instead of the signed
6171 'offset', and adjust.
6172
f9d83a0b
PA
61732013-04-19 Pedro Alves <palves@redhat.com>
6174
6175 * dwarf2read.c (dwarf2_get_dwz_file): Add cast to const char *.
6176 (read_index_from_section): Add cast to 'char *'.
6177
745eb4fd
PA
61782013-04-19 Pedro Alves <palves@redhat.com>
6179
6180 * xcoffread.c (xcoff_initial_scan): Add cast to 'char *'.
6181
db5be46f
PA
61822013-04-19 Pedro Alves <palves@redhat.com>
6183
6184 * coff-pe-read.c (read_pe_exported_syms): Handle strings as char.
6185
0f928d68
PA
61862013-04-19 Pedro Alves <palves@redhat.com>
6187
6188 * record-full.c (record_full_get_bookmark): Change local 'ret'
6189 type to char * and add cast to gdb_byte *.
6190 (record_full_goto_bookmark): Handle 'bookmark' argument as a
6191 string.
6192 * reverse.c (goto_bookmark_command): Add casts to gdb_byte *.
6193
89f6d837
PA
61942013-04-19 Pedro Alves <palves@redhat.com>
6195
6196 * python/py-inferior.c (infpy_write_memory): Add cast to gdb_byte
6197 * python/py-prettyprint.c (print_string_repr): Change type of
6198 'output' local to char *. Add cast to gdb_byte * in
6199 LA_PRINT_STRING call.
6200 (print_children): Change type of 'output' local to char *.
6201 * python/py-value.c (valpy_string): Add cast to const char * in
6202 PyUnicode_Decode call.
6203
ce6ec7d8
PA
62042013-04-19 Pedro Alves <palves@redhat.com>
6205
6206 * remote-mips.c (mips_cksum): Rename 'data' parameter to 'datastr'
6207 and change its type to 'const char *'. Adjust.
6208 (mips_send_packet): Add cast to 'char *', and remove cast to
6209 'unsigned char *'.
6210 (mips_receive_packet): Remove cast to 'unsigned char *'.
6211 (mips_load_srec): Use bfd_byte.
6212 (pmon_makeb64, pmon_zeroset): Make 'chksum' parameter unsigned.
6213 (pmon_checkset): Make 'value' parameter unsigned.
6214
fda0389f
PA
62152013-04-19 Pedro Alves <palves@redhat.com>
6216
6217 * common/agent.c (agent_run_command): Add cast to gdb_byte *.
6218
bc20a4af
PA
62192013-04-19 Pedro Alves <palves@redhat.com>
6220
6221 * remote.c (remote_write_bytes_aux, compare_sections_command)
6222 (remote_read_qxfer)
6223 (remote_search_memory, remote_hostio_pwrite, remote_hostio_pread)
6224 (remote_hostio_readlink, remote_bfd_iovec_pread)
6225 (remote_set_trace_notes): Use gdb_byte when RSP buffer is used as
6226 binary buffer, and char when buffer is used as string.
6227 * tracepoint.c (encode_source_string, tfile_write_uploaded_tp)
6228 (trace_save, tfile_open, traceframe_walk_blocks)
6229 (tfile_fetch_registers): Likewise.
6230
c628b528
PA
62312013-04-19 Pedro Alves <palves@redhat.com>
6232
6233 * ser-base.c (ser_base_write): Change prototype -- take 'void *'
6234 buffer and size_t size. Adjust.
6235 * ser-base.h (ser_base_write): Adjust.
6236 * ser-go32.c (cnts): Change type to size_t.
6237 (dos_write): Change prototype -- take 'void *'
6238 buffer and size_t size. Adjust.
6239 (dos_info): Print elements of 'cnts' as unsigned long.
6240 * serial.c (serial_write): Likewise.
6241 * serial.h (serial_write): Adjust.
6242 (struct serial_ops) <write>: Change prototype -- take 'void *'
6243 buffer and size_t size. Adjust.
6244
51a5cd90
PA
62452013-04-19 Pedro Alves <palves@redhat.com>
6246
6247 * c-lang.c (evaluate_subexp_c): Cast result of obstack_base to
6248 gdb_byte *.
6249 * linux-tdep.c (linux_make_mappings_corefile_notes): Likewise.
6250
a9933661
PA
62512013-04-19 Pedro Alves <palves@redhat.com>
6252
6253 * alpha-tdep.c (alpha_extract_return_value): Use
6254 regcache_cooked_read_unsigned to read 'v0'.
6255
19afdd07
PA
62562013-04-19 Pedro Alves <palves@redhat.com>
6257
6258 * xtensa-tdep.c (execute_l32e, execute_s32e): Change type of
6259 parameters 'at', 'as' and 'offset' to uint32_t.
6260
96b32e50
PA
62612013-04-19 Pedro Alves <palves@redhat.com>
6262
6263 * aarch64-tdep.c (aarch64_analyze_prologue): Change type of local
6264 'is64' to signed 'int'.
6265
eb1bd1fb
PA
62662013-04-19 Pedro Alves <palves@redhat.com>
6267
6268 * s390-tdep.c (is_rs, is_rsy, is_rx, is_rxy): Change type of 'd2'
6269 parameter to int *.
6270
463920bf
PA
62712013-04-19 Pedro Alves <palves@redhat.com>
6272
6273 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Change local
6274 'insnbuf' buffer type to unsigned int[].
6275
70242eb1
PA
62762013-04-19 Pedro Alves <palves@redhat.com>
6277
6278 * mips-tdep.c (mips_read_pc): Change local 'pc' type to LONGEST.
6279
9d1dd0e2
PA
62802013-04-19 Pedro Alves <palves@redhat.com>
6281
6282 * mep-tdep.c (mep_get_insn): Change 'insn' parameter type to
6283 unsigned long *.
6284
44096aee
PA
62852013-04-19 Pedro Alves <palves@redhat.com>
6286
6287 * alpha-tdep.c (heuristic_fence_post): Change type to int.
6288 (alpha_heuristic_proc_start): Adjust to check -1 instead of
6289 UINT_MAX.
6290 * mips-tdep.c (heuristic_fence_post): Change type to int.
6291 (heuristic_proc_start): Adjust to check -1 instead of UINT_MAX.
6292
e4286e57
PA
62932013-04-19 Pedro Alves <palves@redhat.com>
6294
6295 * cris-tdep.c (usr_cmd_cris_version): Make unsigned.
6296 (struct gdbarch_tdep) <cris_version>: Make unsigned.
6297 (cris_spec_reg_applicable, cris_gdbarch_init): Adjust locals.
6298
001f13d8
PA
62992013-04-19 Pedro Alves <palves@redhat.com>
6300
6301 * avr-tdep.c (avr_io_reg_read_command): New local 'bufstr'. Use
6302 it to get a string view of the byte buffer.
6303 * i386-cygwin-tdep.c (core_process_module_section): Change local 'buf'
6304 type to gdb_byte *. Adjust.
6305 * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full):
6306 Change local to char *.
6307 * solib-darwin.c (find_program_interpreter): Change return type to
6308 char *. Adjust.
6309 (darwin_solib_get_all_image_info_addr_at_init): Adjust.
6310 * solib-dsbt.c (enable_break2): Change local 'buf' to char *.
6311 * solib-frv.c (enable_break2): Change local 'buf' to char *.
6312 * solib-spu.c (spu_current_sos): Add gdb_byte * cast.
6313 * solib-svr4.c (find_program_interpreter): Change return type to
6314 char *. Adjust.
6315 (enable_break): Change local 'interp_name' to char *.
6316 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
6317 * spu-tdep.c (spu_pseudo_register_read_spu): Add cast to 'char *'.
6318 (spu_pseudo_register_write_spu): Use char for string buffer.
6319 Adjust.
6320 (info_spu_event_command, info_spu_signal_command): Add casts to
6321 'char *'.
6322
948f8e3d
PA
63232013-04-19 Pedro Alves <palves@redhat.com>
6324
6325 * aarch64-tdep.c (aarch64_default_breakpoint): Change type to
6326 gdb_byte[].
6327 (aarch64_breakpoint_from_pc): Change return type to gdb_byte *.
6328 * ada-lang.c (ada_value_assign): Use gdb_byte.
6329 * alphanbsd-tdep.c (sigtramp_retcode): Change type to gdb_byte[].
6330 (alphanbsd_sigtramp_offset): Use gdb_byte.
6331 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint)
6332 (arm_linux_arm_be_breakpoint, eabi_linux_arm_le_breakpoint)
6333 (eabi_linux_arm_be_breakpoint, arm_linux_thumb_be_breakpoint)
6334 (arm_linux_thumb_le_breakpoint, arm_linux_thumb2_be_breakpoint)
6335 (arm_linux_thumb2_le_breakpoint): Change type to gdb_byte[].
6336 * arm-tdep.c (arm_stub_unwind_sniffer)
6337 (arm_displaced_init_closure): Use gdb_byte.
6338 (arm_default_arm_le_breakpoint, arm_default_arm_be_breakpoint)
6339 (arm_default_thumb_le_breakpoint)
6340 (arm_default_thumb_be_breakpoint): Change type to gdb_byte[].
6341 * arm-tdep.h (struct gdbarch_tdep) <arm_breakpoint,
6342 thumb_breakpoint, thumb2_breakpoint>: Change type to gdb_byte *.
6343 * arm-wince-tdep.c (arm_wince_le_breakpoint)
6344 (arm_wince_thumb_le_breakpoint): Change type to gdb_byte[].
6345 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint)
6346 (arm_nbsd_arm_be_breakpoint, arm_nbsd_thumb_le_breakpoint)
6347 (arm_nbsd_thumb_be_breakpoint): Change type to gdb_byte[].
6348 * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint)
6349 (arm_obsd_thumb_be_breakpoint): Change type to gdb_byte[].
6350 * cris-tdep.c (push_stack_item, cris_push_dummy_call)
6351 (cris_store_return_value, cris_extract_return_value): Use
6352 gdb_byte.
6353 (constraint): Change type of parameter to char * from signed
6354 char*. Use gdb_byte.
6355 * dwarf2loc.c (read_pieced_value, write_pieced_value): Change type
6356 of local buffer to gdb_byte *.
6357 * dwarf2read.c (read_index_from_section): Use gdb_byte.
6358 (create_dwp_hash_table): Change type of locals to gdb_byte *.
6359 (add_address_entry): Change type of local buffer to gdb_byte[].
6360 * frv-tdep.c (frv_adjust_breakpoint_address, find_func_descr)
6361 (frv_push_dummy_call): Use gdb_byte.
6362 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code)
6363 (hppa_hpux_supply_ss_fpblock, hppa_hpux_supply_ss_wide)
6364 (hppa_hpux_supply_save_state): Use gdb_byte.
6365 * hppa-tdep.c (hppa32_push_dummy_call)
6366 (hppa64_convert_code_addr_to_fptr): Use gdb_byte.
6367 * ia64-tdep.c (extract_bit_field, replace_bit_field)
6368 (slotN_contents, replace_slotN_contents): Change type of parameter
6369 to gdb_byte *.
6370 (fetch_instruction, ia64_pseudo_register_write)
6371 (ia64_register_to_value, ia64_value_to_register)
6372 (ia64_extract_return_value, ia64_store_return_value)
6373 (ia64_push_dummy_call): Use gdb_byte.
6374 * m32c-tdep.c (m32c_return_value): Remove cast.
6375 * m68hc11-tdep.c (m68hc11_pseudo_register_write)
6376 (m68hc11_push_dummy_call, m68hc11_store_return_value): Use
6377 gdb_byte.
6378 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Use gdb_byte.
6379 * mn10300-tdep.c (mn10300_store_return_value)
6380 (mn10300_breakpoint_from_pc, mn10300_push_dummy_call): Use
6381 gdb_byte.
6382 * moxie-tdep.c (moxie_process_readu): Use gdb_byte.
6383 (moxie_process_record): Remove casts.
6384 * ppc-ravenscar-thread.c (supply_register_at_address)
6385 (ppc_ravenscar_generic_store_registers): Use gdb_byte.
6386 * ravenscar-thread.c (get_running_thread_id): Use gdb_byte.
6387 * remote-m32r-sdi.c (m32r_fetch_register): Use gdb_byte.
6388 * remote-mips.c (mips_xfer_memory): Use gdb_byte.
6389 * remote.c (compare_sections_command): Use gdb_byte.
6390 * score-tdep.c (score7_free_memblock): Change type of parameter to
6391 gdb_byte *.
6392 * sh-tdep.c (sh_justify_value_in_reg): Change return type to
6393 gdb_byte *. Use gdb_byte.
6394 (sh_push_dummy_call_fpu): Use gdb_byte.
6395 (sh_extract_return_value_nofpu, sh_extract_return_value_fpu)
6396 (sh_store_return_value_nofpu, sh_store_return_value_fpu)
6397 (sh_register_convert_to_virtual, sh_register_convert_to_raw):
6398 Change parameter type to 'gdb_byte *'. Use gdb_byte.
6399 (sh_pseudo_register_read, sh_pseudo_register_write): Use gdb_byte.
6400 * sh64-tdep.c (sh64_push_dummy_call): Use gdb_byte.
6401 (sh64_store_return_value, sh64_register_convert_to_virtual):
6402 Change parameter type to 'gdb_byte *'. Use gdb_byte.
6403 (sh64_pseudo_register_write): Use gdb_byte.
6404 * solib-darwin.c (darwin_current_sos): Add casts to 'gdb_byte *'.
6405 * solib-irix.c (fetch_lm_info): Likewise. Use gdb_byte for byte
6406 buffer.
6407 (irix_current_sos): Use gdb_byte.
6408 * solib-som.c (som_current_sos): Use gdb_byte.
6409 * sparc-ravenscar-thread.c (supply_register_at_address)
6410 (sparc_ravenscar_generic_store_registers): Use gdb_byte.
6411 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
6412 * spu-tdep.c (spu_get_overlay_table): Use gdb_byte.
6413 * tic6x-tdep.c (tic6x_breakpoint_from_pc): Change return type to
6414 'gdb_byte *'.
6415 * tic6x-tdep.h (struct gdbarch_tdep) <breakpoint>: Change type to
6416 'gdb_byte *'.
6417 * tracepoint.c (tfile_fetch_registers): Use gdb_byte.
6418 * xstormy16-tdep.c (xstormy16_extract_return_value)
6419 (xstormy16_store_return_value): Change parameter type to
6420 'gdb_byte *'. Adjust.
6421 (xstormy16_push_dummy_call): Use gdb_byte.
6422 * xtensa-tdep.c (xtensa_scan_prologue, call0_ret)
6423 (call0_analyze_prologue, execute_code): Use gdb_byte.
6424
433730c9
PA
64252013-04-19 Vladimir Kargov <kargov@gmail.com>
6426 Pedro Alves <palves@redhat.com>
6427
6428 * i387-tdep.c (i387_print_float_info): Use gdb_byte for pointer to
6429 value contents.
6430
ac9ec31b
DE
64312013-04-17 Doug Evans <dje@google.com>
6432
6433 * dwarf2read.c (struct signatured_type): New member type.
6434 (struct attribute): Replace member signatured_type with signature.
6435 (DW_SIGNATURE): Replaces DW_SIGNATURE_TYPE.
6436 (read_call_site_scope): Call follow_die_ref instead of
6437 follow_die_ref_or_sig.
6438 (read_structure_type): Rewrite handling of signatured types.
6439 (read_enumeration_type): Ditto.
6440 (read_attribute_value): Update.
6441 (build_error_marker_type): New function.
6442 (lookup_die_type): Add assert. Rewrite handling of signatured types.
6443 Don't call error for bad types, just build an error marker type.
6444 (dump_die_shallow): Update.
6445 (follow_die_sig_1): Renamed from follow_die_sig.
6446 Don't call error for bad types, instead return NULL.
6447 (follow_die_sig): New function.
6448 (get_signatured_type, get_DW_AT_signature_type): New functions.
6449
e546e8bb
YZ
64502013-04-17 Yufeng Zhang <yufeng.zhang@arm.com>
6451
6452 * aarch64-tdep.c (aarch64_write_pc): Removed.
543cdd95
JB
6453 (aarch64_gdbarch_init): Remove set_gdbarch_write_pc of the above
6454 function.
e546e8bb 6455
ab116149
YQ
64562013-04-17 Yao Qi <yao@codesourcery.com>
6457
6458 * top.c (print_gdb_configuration): Print configure-time
6459 parameter on using libbabeltrace or not.
6460
488a42b8
PA
64612013-04-16 Pedro Alves <palves@redhat.com>
6462
6463 * copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.
6464
f5fb825b
PA
64652013-04-16 Pedro Alves <palves@redhat.com>
6466
85d494ea 6467 * common/glibc_thread_db.h: Update from upstream glibc
f5fb825b
PA
6468 (git 568035b7874a099087b77f7bba3e36a1173787b0).
6469
e1154999
PA
64702013-04-16 Pedro Alves <palves@redhat.com>
6471
6472 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: Factor out to ...
6473 * common/glibc_thread_db.h: ... this new file ...
6474 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: ... and include it.
6475
e3b50a7f
PA
64762013-04-16 Will Newton <will.newton@gmail.com>
6477 Pedro Alves <palves@redhat.com>
6478
6479 PR build/11881
6480
6481 * common/gdb_thread_db.h (LIBTHREAD_DB_SO)
6482 (LIBTHREAD_DB_SEARCH_PATH): Move outside of #ifdef
6483 HAVE_THREAD_DB_H.
6484
1c2e4450
PA
64852013-04-16 Pedro Alves <palves@redhat.com>
6486 Eli Zaretskii <eliz@gnu.org>
6487
6488 * NEWS: Mention "set foo unlimited".
6489
4031ecc5
DE
64902013-04-15 Doug Evans <dje@google.com>
6491
19c3d4c9
DE
6492 * dwarf2read.c (struct dwo_file): Replace member "cus" with "cu".
6493 (struct create_dwo_cu_data): Renamed from create_dwo_info_table_data.
6494 (create_dwo_cu_reader): Renamed from
6495 create_dwo_debug_info_hash_table_reader.
6496 (create_dwo_cu): Renamed from create_dwo_debug_info_hash_table.
6497 Remove support for multiple CUs in a DWO file.
6498 (open_and_init_dwo_file, lookup_dwo_cutu): Update.
6499
4031ecc5
DE
6500 * dwarf2read.c (create_debug_types_hash_table): Use hex_string
6501 instead of phex.
6502 (lookup_dwo_unit, create_dwo_debug_info_hash_table_reader): Ditto.
6503 (create_dwo_in_dwp): Ditto.
6504
b340913d
TT
65052013-04-15 Tom Tromey <tromey@redhat.com>
6506
6507 * NEWS: Move recent entries into "since 7.6" section.
6508
cc16e6c9
TT
65092013-04-15 Tom Tromey <tromey@redhat.com>
6510
6511 PR c++/13588:
6512 * NEWS: Update.
6513 * break-catch-throw.c (struct exception_catchpoint)
6514 <exception_rx, pattern>: New fields.
6515 (fetch_probe_arguments, dtor_exception_catchpoint)
6516 (check_status_exception_catchpoint)
6517 (print_one_detail_exception_catchpoint): New functions.
6518 (handle_gnu_v3_exceptions): Add "except_rx" argument.
6519 Compile regular expression if needed.
6520 (extract_exception_regexp): New function.
6521 (catch_exception_command_1): Use extract_exception_regexp.
6522 (compute_exception): Use fetch_probe_arguments.
6523 (initialize_throw_catchpoint_ops): Set dtor, print_one_detail,
6524 and check_status fields.
6525 * cp-abi.c (cplus_typename_from_type_info): New function.
6526 * cp-abi.h (cplus_typename_from_type_info): Declare.
6527 (struct cp_abi_ops) <get_typename_from_type_info>: New field.
6528 * gdb_regex.h (compile_rx_or_error): Declare.
6529 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info): Update
6530 comment.
6531 (init_gnuv3_ops): Set get_type_from_type_info field.
6532 * probe.c (compile_rx_or_error): Move...
6533 * utils.c (compile_rx_or_error): ... here.
6534
72f1fe8a
TT
65352013-04-15 Tom Tromey <tromey@redhat.com>
6536
6537 PR c++/15176:
6538 * NEWS: Update.
6539 * break-catch-throw.c (compute_exception): New function.
6540 (exception_funcs): New global.
6541 (_initialize_break_catch_throw): Create $_exception.
6542 * cp-abi.c (cplus_type_from_type_info): New function.
6543 * cp-abi.h (cplus_type_from_type_info): Declare.
6544 (struct cp_abi_ops) <get_type_from_type_info>: New field.
6545 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info)
6546 (gnuv3_get_type_from_type_info): New functions.
6547 (init_gnuv3_ops): Set get_type_from_type_info ABI field.
6548
fc4746a2
TT
65492013-04-15 Tom Tromey <tromey@redhat.com>
6550
6551 * break-catch-throw.c (struct exception_names): New.
6552 (exception_functions): Change type.
6553 (re_set_exception_catchpoint): Look for SDT probes.
6554
15a73f56
TT
65552013-04-15 Tom Tromey <tromey@redhat.com>
6556
6557 PR c++/10119:
6558 * break-catch-throw.c (exception_functions): New global.
6559 (gnu_v3_exception_catchpoint_ops): Move earlier.
6560 (struct exception_catchpoint): New.
6561 (classify_exception_breakpoint): Rewrite.
6562 (re_set_exception_catchpoint): New function.
6563 (handle_gnu_v3_exceptions): Return void. Use init_catchpoint.
6564 Allocate a struct exception_catchpoint.
6565 (catch_exception_command_1): Update.
6566 (initialize_throw_catchpoint_ops): Set 're_set' method.
6567
916703c0
TT
65682013-04-15 Tom Tromey <tromey@redhat.com>
6569
6570 * Makefile.in (SFILES): Add break-catch-throw.c
6571 (COMMON_OBS): Add break-catch-throw.o.
6572 * break-catch-throw.c: New file.
6573 * breakpoint.c: Move exception-catching code to new file.
6574 (ep_parse_optional_if_clause): No longer static.
6575 * breakpoint.h (ep_parse_optional_if_clause): Declare.
6576
6e72ca20
TT
65772013-04-15 Tom Tromey <tromey@redhat.com>
6578
6579 PR c++/9065:
6580 * NEWS: Update.
6581 * breakpoint.c (watchpoint_exp_is_const): Add OP_TYPEID.
6582 * c-exp.y (TYPEID): New token.
6583 (exp): Add new TYPEID productions.
6584 (ident_tokens): Add "typeid".
6585 * cp-abi.c (cplus_typeid, cplus_typeid_type): New functions.
6586 * cp-abi.h (cplus_typeid, cplus_typeid_type): Declare.
6587 (struct cp_abi_ops) <get_typeid, get_typeid_type>: New fields.
6588 * eval.c (evaluate_subexp_standard) <OP_TYPEID>: New case.
6589 * expprint.c (dump_subexp_body_standard) <OP_TYPEID>: New
6590 case.
6591 * gnu-v3-abi.c (std_type_info_gdbarch_data): New global.
6592 (build_std_type_info_type, gnuv3_get_typeid_type)
6593 (gnuv3_get_typeid): New functions.
6594 (init_gnuv3_ops): Initialize std_type_info_gdbarch_data. Set
6595 new fields on ABI object.
6596 * parse.c (operator_length_standard) <OP_TYPEID>: New case.
6597 * std-operator.def (OP_TYPEID): New.
6598
715c6909
TT
65992013-04-15 Tom Tromey <tromey@redhat.com>
6600
6601 * elfread.c (elf_symtab_read): Install versioned symbol under
6602 unversioned name as well.
6603
8de20a37
TT
66042013-04-15 Tom Tromey <tromey@redhat.com>
6605
6606 PR c++/11990:
6607 * c-lang.c (cplus_language_defn): Use gdb_demangle.
6608 * c-typeprint.c (c_type_print_base): Use gdb_demangle.
6609 * cp-support.c (mangled_name_to_comp): Use gdb_demangle.
6610 (gdb_demangle): New function.
6611 * cp-support.h (gdb_demangle): Declare.
6612 * dwarf2read.c (dwarf2_physname, fixup_partial_die)
6613 (dwarf2_name): Use gdb_demangle.
6614 * gdbtypes.c (check_stub_method): Use gdb_demangle.
6615 * gnu-v3-abi.c (gnuv3_rtti_type): Strip @plt and version
6616 suffixes from name.
6617 (gnuv3_print_method_ptr): Use gdb_demangle.
6618 * jv-lang.c (java_demangle): Use gdb_demangle.
6619 * jv-typeprint.c (java_type_print_base): Use gdb_demangle.
6620 * language.c (unk_lang_demangle): Use gdb_demangle.
6621 * symtab.c (symbol_find_demangled_name)
6622 (demangle_for_lookup): Use gdb_demangle.
6623
591f19e8
TT
66242013-04-15 Tom Tromey <tromey@redhat.com>
6625
6626 PR c++/12824:
6627 * NEWS: Update.
6628 * breakpoint.c (enum exception_event_kind) <EX_EVENT_RETHROW>:
6629 New constant.
6630 (classify_exception_breakpoint): New function.
6631 (print_it_exception_catchpoint, print_one_exception_catchpoint)
6632 (print_mention_exception_catchpoint)
6633 (print_recreate_exception_catchpoint, handle_gnu_v3_exceptions)
6634 (catch_exception_command_1): Handle "rethrow" catchpoint.
6635 (catch_rethrow_command): New function.
6636 (_initialize_breakpoint): Add "catch rethrow" command.
6637
4d40cad2
PM
66382013-04-15 Pierre Muller <muller@sourceware.org>
6639
6640 * contrib/ari/gdb_ari.sh (write_pc rule): Do not consider
6641 set_gdbarch_write_pc as deprecated anymore.
6642
30bcb456
JB
66432013-04-15 Joel Brobecker <brobecker@adacore.com>
6644
6645 * spu-tdep.c (spu_write_pc): Add empty line after local variable
6646 declarations.
6647
da9160e4
YQ
66482013-04-13 Yao Qi <yao@codesourcery.com>
6649
6650 * ctf.c (_initialize_ctf): Include "completer.h".
6651 Call add_target_with_completer instead of add_target.
6652
39ed5604
JK
66532013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6654
6655 Fix GDB regression related to PR binutils/14813.
6656 * jit.c (mem_bfd_iovec_close): Return 0 for success.
6657 * minidebug.c (lzma_close): Add return value comment.
6658 * remote.c (remote_bfd_iovec_close): Return 0 for success.
6659 * solib-spu.c (spu_bfd_iovec_close): Likewise.
6660 * spu-linux-nat.c (spu_bfd_iovec_close): Likewise.
6661
66622013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
49369217
JK
6663
6664 * config.in: Regenerate.
6665
d521ce57
TT
66662013-04-12 Tom Tromey <tromey@redhat.com>
6667
6668 * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: Now
6669 const.
6670 * dwarf2read.c (struct dwarf2_section_info) <buffer>: Now const.
6671 (struct die_reader_specs) <buffer>: Likewise.
6672 (die_reader_func_ftype): Make 'info_ptr' const.
6673 (struct line_header) <include_dirs, statement_program_start,
6674 statement_program_end>: Now const.
6675 (struct file_entry) <name>: Likewise.
6676 (struct partial_die_info) <sibling>: Likewise.
6677 (struct dwarf_block) <data>: Likewise.
6678 (dwarf2_read_section): Remove cast.
6679 (dwarf2_get_section_info): Make 'bufp' const.
6680 (read_index_from_section): Constify.
6681 (dw2_get_file_names_reader): Make 'info_ptr' const.
6682 (dw2_get_primary_filename_reader): Likewise.
6683 (read_comp_unit_head): Make 'info_ptr' and return type const.
6684 (read_and_check_comp_unit_head, read_and_check_type_unit_head):
6685 Likewise.
6686 (read_abbrev_offset): Constify.
6687 (dwarf2_create_include_psymtab): Make 'name' const.
6688 (create_debug_types_hash_table): Update.
6689 (read_cutu_die_from_dwo): Make 'result_info_ptr' const.
6690 (init_cutu_and_read_dies, init_cutu_and_read_dies_no_follow):
6691 Constify.
6692 (process_psymtab_comp_unit_reader, build_type_psymtabs_reader)
6693 (load_partial_comp_unit_reader): Make 'info_ptr' const.
6694 (read_comp_units_from_section): Constify.
6695 (peek_abbrev_code, peek_die_abbrev, skip_children, skip_one_die)
6696 (locate_pdi_sibling, load_full_comp_unit_reader): Make 'info_ptr'
6697 const.
6698 (dwarf2_compute_name, setup_type_unit_groups): Constify.
6699 (create_dwo_debug_info_hash_table): Make 'info_ptr' const.
6700 (create_dwp_hash_table, dwarf2_ranges_read)
6701 (dwarf2_record_block_ranges): Constify.
6702 (read_die_and_children, read_die_and_siblings_1)
6703 (read_die_and_siblings): Make 'info_ptr' and 'new_info_ptr'
6704 const.
6705 (read_full_die_1, read_full_die): Make 'info_ptr' const.
6706 (abbrev_table_read_table): Constify.
6707 (load_partial_dies): Make 'info_ptr' const.
6708 (read_partial_die, read_attribute_value, read_attribute): Make
6709 'info_ptr' and return type const.
6710 (read_address, read_initial_length)
6711 (read_checked_initial_length_and_offset, read_offset)
6712 (read_offset_1, read_n_bytes, read_direct_string): Make 'buf'
6713 const.
6714 (read_direct_string): Make 'buf' and return type const.
6715 (read_indirect_string_at_offset, read_indirect_string_from_dwz)
6716 (read_indirect_string): Make return type const.
6717 (read_unsigned_leb128, read_signed_leb128): Make 'buf' const.
6718 (read_addr_index_from_leb128, dwarf2_read_addr_index_reader): Make
6719 'info_ptr' const.
6720 (read_str_index): Make return type const.
6721 (add_include_dir): Make 'include_dir' const.
6722 (add_file_name): Make 'name' const.
6723 (dwarf_decode_line_header): Constify.
6724 (psymtab_include_file_name): Make return type const.
6725 (dwarf_decode_lines_1, dwarf_decode_lines): Constify.
6726 (dwarf2_start_subfile): Make 'filename' const.
6727 (dwarf2_const_value_attr): Make 'bytes' const.
6728 (read_signatured_type_reader): Make 'info_ptr' const.
6729 (decode_locdesc): Constify.
6730 (skip_form_bytes): Make 'bytes', 'buffer_end', and return type
6731 const.
6732 (skip_unknown_opcode): Make 'opcode_definitions', 'mac_ptr',
6733 'mac_end', and return type const.
6734 (dwarf_parse_macro_header): Make 'mac_ptr' and return type const.
6735 (dwarf_decode_macro_bytes): Make 'mac_ptr', 'mac_end', and return
6736 type const.
6737 (per_cu_header_read_in): Constify.
6738 * symfile.h (dwarf2_get_section_info): Update.
6739
d47a1bc1
TT
67402013-04-12 Tom Tromey <tromey@redhat.com>
6741
6742 * symtab.h (struct general_symbol_info) <value.bytes>: Make const.
6743
6eaaf48b
EZ
67442013-04-12 Eli Zaretskii <eliz@gnu.org>
6745
fc4c25bf 6746 * NEWS: Mention "show configuration", --configuration.
6eaaf48b
EZ
6747 * top.c (print_gdb_configuration): New function, displays the
6748 details about GDB configure-time parameters.
6749 (print_gdb_version): Mention "show configuration".
6eaaf48b
EZ
6750 * cli/cli-cmds.c (show_configuration): New function.
6751 (_initialize_cli_cmds): Add the "show configuration" command.
6eaaf48b
EZ
6752 * main.c (captured_main) <print_configuration>: New static var.
6753 <long_options>: Use it.
6754 If --configuration was given, call print_gdb_configuration.
6755
b292c783
JK
67562013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6757 Pedro Alves <palves@redhat.com>
6758
6759 * Makefile.in (HAVE_NATIVE_GCORE_TARGET): New.
6760 (generated_files): Add gcore.
6761 (install-only, uninstall): Add gcore if HAVE_NATIVE_GCORE_TARGET or
6762 HAVE_NATIVE_GCORE_HOST.
6763 (gcore): New.
6764 * NEWS (Changes since GDB 7.6): Mention newly installed gcore.
6765 * config/alpha/alpha-osf3.mh, config/i386/fbsd.mh,
6766 config/i386/fbsd64.mh, config/i386/i386gnu.mh, config/i386/i386sol2.mh,
6767 config/i386/sol2-64.mh, config/mips/irix5.mh, config/mips/irix6.mh,
6768 config/powerpc/fbsd.mh, config/sparc/fbsd.mh, config/sparc/sol2.mh:
6769 Add HAVE_NATIVE_GCORE_HOST.
6770 * configure: Regenerate.
6771 * configure.ac (HAVE_NATIVE_GCORE_TARGET): New, set it, AC_SUBST it.
6772 New AC_SUBST fir GDB_TRANSFORM_NAME and GCORE_TRANSFORM_NAME. New
6773 AC_CONFIG_FILES for gcore.
6774 * configure.tgt: Add gdb_have_gcore to the initial comment. Set
6775 gdb_have_gcore.
6776 * gdb_gcore.sh: Rename to ...
6777 * gcore.in: ... here. Remove gcore.sh comment. Use GDB_TRANSFORM_NAME
6778 and GCORE_TRANSFORM_NAME substitutions.
6779
c96b3c4f
JK
6780 Fix parsing tabs in ${gdb_target_obs}.
6781 * configure.tgt (gdb_have_gcore): Replace case with for and if.
6782
d6cb50a2
JK
67832013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6784
6785 * remote.c (unpush_and_perror): Add output message final dot.
6786
cf2cb5ec
YQ
67872013-04-11 Yao Qi <yao@codesourcery.com>
6788
6789 * tracepoint.c (tfile_interp_line): Fit parameters line and
6790 utpp in one line.
6791
07293be4
JB
67922013-04-10 Joel Brobecker <brobecker@adacore.com>
6793
6794 * solib.c (solib_map_sections): Remove code overwriting
6795 SO->SO_NAME with the bfd's filename.
6796
f81d1120
PA
67972013-04-10 Pedro Alves <palves@redhat.com>
6798
6799 * cli/cli-decode.c (integer_unlimited_completer): New function.
6800 (add_setshow_integer_cmd, add_setshow_uinteger_cmd)
6801 (add_setshow_zuinteger_unlimited_cmd): Install the "unlimited"
6802 completer.
6803 * cli/cli-setshow.c: Include "cli/cli-utils.h".
6804 (is_unlimited_literal): New function.
6805 (do_set_command): Handle literal "unlimited" arguments.
6806 * frame.c (_initialize_frame) <set backtrace limit>: Document
6807 "unlimited".
6808 * printcmd.c (_initialize_printcmd) <set print
6809 max-symbolic-offset>: Add help text.
6810 * record-full.c (_initialize_record_full) <set record full
6811 insn-number-max>: Likewise.
6812 * record.c (_initialize_record) <set record
6813 instruction-history-size, set record function-call-history-size>:
6814 Add help text.
6815 * ser-tcp.c (_initialize_ser_tcp) <set tcp connect-timeout>: Add
6816 help text.
6817 * tracepoint.c (_initialize_tracepoint) <set trace-buffer-size>:
6818 Likewise.
6819 * source.c (_initialize_source) <set listsize>: Add help text.
6820 * utils.c (initialize_utils) <set height, set width>: Likewise.
6821 <set pagination>: Mention "set height unlimited".
6822 * valprint.c (_initialize_valprint) <set print elements, set print
6823 repeats>: Document "unlimited".
6824
2f9d54cf
PA
68252013-04-10 Pedro Alves <palves@redhat.com>
6826
6827 * cli/cli-cmds.c (quit_command): Call query_if_trace_running
6828 instead of disconnect_tracing.
6829 * infcmd.c (detach_command, disconnect_command): Call
6830 query_if_trace_running. Adjust.
6831 * top.c: Include "tracepoint.h".
6832 (quit_target): Delete. Contents moved ...
6833 (quit_force): ... here. Wrap each stage of teardown in
6834 TRY_CATCH. Call disconnect_tracing before detaching.
6835
393fd4c3
YQ
68362013-04-10 Hui Zhu <hui@codesourcery.com>
6837 Yao Qi <yao@codesourcery.com>
6838
6839 * configure.ac: Check libbabeltrace is installed.
6840 * config.in: Regenerate.
6841 * configure: Regenerate.
6842 * Makefile.in (LIBBABELTRACE): New.
6843 (CLIBS): Add LIBBABELTRACE.
6844 * ctf.c: Include "exec.h".
6845 (CTF_EVENT_ID_STATUS, CTF_EVENT_ID_TSV_DEF): New macros.
6846 (CTF_EVENT_ID_TP_DEF, ctf_save_write_int32): New macros.
6847 (ctf_save_metadata_header): Define new type aliases in
6848 metadata.
6849 (ctf_write_header): Define event type "tsv_def" and "tp_def"
6850 in metadata. Start a new faked packet for trace status.
6851 (ctf_write_status): Write trace status to CTF.
6852 (ctf_write_uploaded_tsv): Write TSV to CTF.
6853 (ctf_write_uploaded_tp): Write tracepoint definition to CTF.
6854 (ctf_write_definition_end): End the faked packet.
6855
6856 (ctx, ctf_iter, trace_dirname): New.
6857 (start_pos): New variable.
6858 (ctf_destroy, ctf_open_dir, ctf_open): New.
6859 (SET_INT32_FIELD, SET_ARRAY_FIELD, SET_STRING_FIELD): New
6860 macros.
6861 (ctf_read_tsv, ctf_read_tp, ctf_close, ctf_files_info): New.
6862 (ctf_fetch_registers, ctf_xfer_partial): New.
6863 (ctf_get_trace_state_variable_value): New.
6864 (ctf_get_tpnum_from_frame_event): New.
6865 (ctf_get_traceframe_address): New.
6866 (ctf_trace_find, ctf_has_stack): New.
6867 (ctf_has_registers, ctf_traceframe_info, init_ctf_ops): New.
6868 (ctf_get_trace_status, ctf_read_status): New.
6869 (_initialize_ctf): New.
6870 * tracepoint.c (get_tracepoint_number): New
6871 (get_uploaded_tsv): Remove 'static'.
5f8e0b8f 6872 (struct traceframe_info, trace_regblock_size): Move it to ...
393fd4c3
YQ
6873 * tracepoint.h: ... here.
6874 (get_tracepoint_number): Declare it.
6875 (get_uploaded_tsv): Declare it.
6876
6877 * NEWS: Mention new configure option.
6878
5c2b4418
HZ
68792013-04-10 Pedro Alves <palves@redhat.com>
6880 Hui Zhu <hui@codesourcery.com>
6881
6882 * breakpoint.c (dprintf_re_set): New.
6883 (initialize_breakpoint_ops): Set dprintf_breakpoint_ops re_set
6884 to dprintf_re_set.
6885
a5c66735
JB
68862013-04-09 Joel Brobecker <brobecker@adacore.com>
6887
6888 * configure.tgt (gdb_target_obs) <powerpc-*-aix* | rs6000-*-*>:
6889 Remove solib-svr4.o from the list.
6890
9e77999c
JB
68912013-04-09 Joel Brobecker <brobecker@adacore.com>
6892
6893 * varobj.c (update_dynamic_varobj_children) [!HAVE_PYTHON]:
6894 Use gdb_assert_not_reached instead of invalid boolean expression.
6895
1927e618
PA
68962013-04-09 Pedro Alves <palves@redhat.com>
6897
6898 * remote.c (unpush_and_perror): New function.
6899 (readchar, remote_serial_write): Use it.
6900
10782d74
MM
69012013-04-09 Markus Metzger <markus.t.metzger@intel.com>
6902
6903 * NEWS: Mention new btrace RSP packets.
6904
4c8429ef
TT
69052013-04-08 Tom Tromey <tromey@redhat.com>
6906
6907 * symmisc.c (dump_msymbols): Cast fprintf_filtered argument to
6908 long.
6909
8625fc1b
TT
69102013-04-08 Tom Tromey <tromey@redhat.com>
6911
6912 * maint.c (print_bfd_section_info): Print the section index.
6913 * symmisc.c (dump_msymbols): Print the section index.
6914
e27d198c
TT
69152013-04-08 Tom Tromey <tromey@redhat.com>
6916
6917 PR symtab/8424:
6918 * blockframe.c (find_pc_partial_function_gnu_ifunc): Check
6919 SYMBOL_SECTION, not SYMBOL_OBJ_SECTION.
6920 * breakpoint.c (resolve_sal_pc): Update.
6921 * elfread.c (elf_gnu_ifunc_record_cache): Update.
6922 * findvar.c (struct minsym_lookup_data) <objfile>: New field.
6923 (minsym_lookup_iterator_cb): Use it.
6924 (default_read_var_value): Update.
6925 * hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline):
6926 Update.
6927 * infcmd.c (jump_command): Update.
6928 * linespec.c (minsym_found): Update.
6929 * maint.c (maintenance_translate_address): Update.
6930 * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Update.
6931 (prim_record_minimal_symbol_full): Don't set SYMBOL_OBJ_SECTION.
6932 * parse.c (write_exp_msymbol): Update.
6933 * printcmd.c (address_info): Update.
6934 * psymtab.c (find_pc_sect_psymbol): Update.
6935 (fixup_psymbol_section): Check SYMBOL_SECTION, not
6936 SYMBOL_OBJ_SECTION.
6937 (add_psymbol_to_bcache): Correctly initialize SYMBOL_SECTION.
6938 Don't initialize SYMBOL_OBJ_SECTION.
6939 * spu-tdep.c (spu_catch_start): Update.
6940 * stabsread.c (define_symbol): Don't set SYMBOL_SECTION.
6941 * symmisc.c (dump_msymbols, print_symbol): Update.
6942 * symtab.c (fixup_section): Don't set 'obj_section'. Change
6943 how fallback section is computed.
6944 (fixup_symbol_section): Update.
6945 (find_pc_sect_symtab, find_function_start_sal, skip_prologue_sal):
6946 Update.
6947 (allocate_symbol, initialize_symbol, allocate_template_symbol):
6948 Initialize SYMBOL_SECTION.
6949 * symtab.h (struct general_symbol_info) <section>: Update comment.
6950 <obj_section>: Remove.
6951 (SYMBOL_OBJ_SECTION): Add 'objfile' argument. Rewrite.
6952 (SYMBOL_OBJFILE): New macro.
6953
e6dc44a8
TT
69542013-04-08 Tom Tromey <tromey@redhat.com>
6955
6956 * coffread.c (record_minimal_symbol): Update.
6957 * dbxread.c (record_minimal_symbol): Update.
6958 * elfread.c (record_minimal_symbol): Update.
6959 * machoread.c (macho_symtab_add_minsym): Update.
6960 * mdebugread.c (record_minimal_symbol, parse_partial_symbols):
6961 Update.
6962 * minsyms.c (prim_record_minimal_symbol): Update.
6963 (prim_record_minimal_symbol_full): Remove 'bfd_section'
6964 argument.
6965 (prim_record_minimal_symbol_and_info): Likewise.
6966 * minsyms.h (prim_record_minimal_symbol_full)
6967 (prim_record_minimal_symbol_and_info): Update.
6968 * symtab.c (allocate_symbol, initialize_symbol)
6969 (allocate_template_symbol): Initialize SYMBOL_SECTION.
6970 * xcoffread.c (record_minimal_symbol, scan_xcoff_symtab):
6971 Update.
6972
36192a8d
TT
69732013-04-08 Tom Tromey <tromey@redhat.com>
6974
6975 PR symtab/8423:
6976 * solib-som.c (som_solib_section_offsets): Use BFD section
6977 indices. Set offsets for all sections.
6978 * somread.c (som_symtab_read): Compute BFD section for
6979 symbol. Use prim_record_minimal_symbol_and_info.
6980 (som_symfile_read): Fix comment.
6981 (struct find_section_offset_arg): New.
6982 (find_section_offset, set_section_index): New functions.
6983 (som_symfile_offsets): Use set_section_index to compute
6984 section indices.
6985
65cf3563
TT
69862013-04-08 Tom Tromey <tromey@redhat.com>
6987
6988 * coffread.c (cs_to_section): Use gdb_bfd_section_index.
6989 * elfread.c (record_minimal_symbol, elf_symtab_read): Use
6990 gdb_bfd_section_index.
6991 * gdb_bfd.c (gdb_bfd_section_index, gdb_bfd_count_sections):
6992 New functions.
6993 * gdb_bfd.h (gdb_bfd_section_index, gdb_bfd_count_sections):
6994 Declare.
6995 * machoread.c (macho_symtab_add_minsym, macho_symfile_offsets):
6996 Update.
6997 * objfiles.c (add_to_objfile_sections_full): New function.
6998 (add_to_objfile_sections): Use it.
6999 (build_section_table): Rewrite.
7000 (objfile_relocate1): Use gdb_bfd_section_index. Update.
7001 * objfiles.h (obj_section_offset): Use gdb_bfd_section_index.
7002 (struct objfile) <sections>: Update comment.
7003 (ALL_OBJFILE_OSECTIONS): Skip sections where the_bfd_section
7004 is NULL.
7005 (ALL_OBJSECTIONS): Use it.
7006 * solib-dsbt.c (dsbt_relocate_main_executable): Update.
7007 * solib-frv.c (frv_relocate_main_executable): Update.
7008 * solib-target.c (solib_target_relocate_section_addresses):
7009 Use gdb_bfd_section_index.
7010 * symfile.c (build_section_addr_info_from_section_table):
7011 Use gdb_bfd_section_index.
7012 (build_section_addr_info_from_bfd, place_section): Likewise.
7013 * symtab.c (fixup_section): Update.
7014 * xcoffread.c (find_targ_sec): Use gdb_bfd_section_index.
7015
7cbd4a93
TT
70162013-04-08 Tom Tromey <tromey@redhat.com>
7017
7018 * minsyms.h (struct bound_minimal_symbol): New.
7019 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
7020 Remove objfile argument.
7021 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
7022 Return bound_minimal_symbol.
7023 * minsyms.c (lookup_minimal_symbol_by_pc_1)
7024 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
7025 Return bound_minimal_symbol.
7026 (in_gnu_ifunc_stub): Update.
7027 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
7028 Remove 'objfile_p' argument.
7029 (lookup_solib_trampoline_symbol_by_pc): Update.
7030 * ada-tasks.c, amd64-windows-tdep.c, arm-tdep.c,
7031 arm-wince-tdep.c, block.c, blockframe.c, breakpoint.c, btrace.c,
7032 c-valprint.c, dwarf2loc.c, elfread.c, frame.c, frv-tdep.c,
7033 glibc-tdep.c, gnu-v2-abi.c, gnu-v3-abi.c, hppa-hpux-tdep.c,
7034 i386-tdep.c, ia64-tdep.c, infcall.c, infcmd.c, jit.c,
7035 linux-fork.c, m32c-tdep.c, m68hc11-tdep.c, maint.c,
7036 mips-tdep.c, p-valprint.c, parse.c, ppc-linux-tdep.c,
7037 ppc-sysv-tdep.c, printcmd.c, rs6000-tdep.c, sh64-tdep.c,
7038 stack.c, symtab.c, tui/tui-disasm.c: Update.
7039
f85f34ed
TT
70402013-04-08 Tom Tromey <tromey@redhat.com>
7041
7042 * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.
7043 Use symbol's obstack, not an objfile.
7044 * coffread.c (process_coff_symbol): Update.
7045 * dwarf2read.c (fixup_go_packaging, new_symbol_full): Update.
7046 * jv-lang.c (add_class_symbol): Update.
7047 * mdebugread.c (new_symbol): Update.
7048 * minsyms.c (prim_record_minimal_symbol_full)
7049 (terminate_minimal_symbol_table): Update.
7050 * psymtab.c (add_psymbol_to_bcache): Clear entire symbol. Update.
7051 * stabsread.c (define_symbol, read_enum_type): Update.
7052 * symtab.c (symbol_set_demangled_name, symbol_get_demangled_name):
7053 Handle Ada specially.
7054 (symbol_set_language): Add 'obstack' argument.
7055 (symbol_set_names): Update.
7056 (symbol_natural_name, symbol_demangled_name): Always use
7057 ada_decode_symbol.
7058 * symtab.h (struct general_symbol_info)
7059 <language_specific::obstack>: New field.
7060 <ada_mangled>: New field.
7061 (SYMBOL_SET_LANGUAGE): Add 'obstack' argument.
7062 (symbol_set_language): Update.
7063
ccde22c0
TT
70642013-04-08 Tom Tromey <tromey@redhat.com>
7065
7066 * symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name):
7067 Take an obstack, not an objfile.
7068 (symbol_set_names): Update.
7069 * symtab.h (symbol_set_demangled_name): Update.
7070
e623cf5d
TT
70712013-04-08 Tom Tromey <tromey@redhat.com>
7072
7073 * coffread.c (process_coff_symbol, coff_read_enum_type): Call
7074 allocate_symbol.
7075 * dwarf2read.c (fixup_go_packaging): Call allocate_symbol.
7076 (read_func_scope): Call allocate_template_symbol.
7077 (new_symbol_full): Call allocate_symbol.
7078 * jit.c (finalize_symtab): Call allocate_symbol.
7079 * jv-lang.c (add_class_symbol): Call allocate_symbol.
7080 * mdebugread.c (parse_symbol, new_block): Call allocate_symbol.
7081 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
7082 (common_block_end): Call allocate_symbol.
7083 * symtab.c (allocate_symbol, initialize_symbol)
7084 (allocate_template_symbol): New functions.
7085 * symtab.c (allocate_symbol, initialize_symbol)
7086 (allocate_template_symbol): Declare.
7087 * xcoffread.c (process_xcoff_symbol): Call initialize_symbol.
7088
f6de8ec2
PA
70892013-04-08 Pedro Alves <palves@redhat.com>
7090 Keith Seitz <keiths@redhat.com>
7091
7092 * breakpoint.c (create_breakpoint): Rename
7093 "parse_condition_and_thread" parameter to "parse_arg". Update
7094 describing comment. If !PARSE_ARG, then error out if ARG is not
7095 the empty string after extracting the location.
7096 * breakpoint.h (create_breakpoint): Rename
7097 "parse_condition_and_thread" parameter to "parse_arg".
7098
f65ce5fb
AR
70992013-04-08 Aleksandar Ristovski <aristovski@qnx.com
7100
7101 * solib-svr4.c (lm_addr_check): Add const qualifier to 'so' arg.
7102
cc5925ad
YQ
71032013-04-07 Yao Qi <yao@codesourcery.com>
7104
7105 * remote.c (remote_trace_find): Change type of parameters 'addr1'
7106 and 'addr2' to CORE_ADDR.
7107 * target.c (update_current_target): Update.
7108 * target.h (struct target_ops) <to_trace_find>: Change parameter
7109 type to CORE_ADDR.
7110 * tracepoint.c (tfind_1): Change type of parameters 'addr1' and
7111 'addr2' to CORE_ADDR.
7112 (tfile_trace_find): Likewise.
7113 (tfile_get_traceframe_address): Change return type to CORE_ADDR.
7114 Change local variable 'addr' to type CORE_ADDR.
7115 * tracepoint.h (tfind_1): Update declaration.
7116
d9ac0664
EZ
71172013-04-06 Eli Zaretskii <eliz@gnu.org>
7118
7119 * windows-nat.c (windows_get_absolute_argv0): Move from here...
7120 * mingw-hdep.c (windows_get_absolute_argv0): ...to here.
7121 Include main.h.
7122
7123 * windows-nat.h (windows_get_absolute_argv0): Move prototype from
7124 here...
7125 * main.h (windows_get_absolute_argv0): ...to here.
7126
02142a6c
DE
71272013-04-05 Doug Evans <dje@google.com>
7128
7129 * dwarf2read.c (struct dwarf2_per_objfile): Tweak comment.
7130 (read_cutu_die_from_dwo): Add comments.
7131 (read_structure_type): Update comment.
7132 (read_enumeration_type, read_namespace_type): Update comment.
7133 (read_die_type, get_die_type_at_offset, get_die_type): Update comment.
7134
43662968
JK
71352013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7136
7137 Convert man pages to texinfo, new gdbinit.5 texinfo page.
7138 * Makefile.in (gdb.z): Remove.
7139 (install-only): Remove $(man1dir) and gdb.1 installation.
7140 * gdb.1: Remove.
7141
9ead1b84
JK
71422013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7143
7144 Fix compatibility with Linux kernel 3.8.3.
7145 * linux-tdep.c (linux_find_memory_regions_full): Move variable number
7146 to more inner block. Remove parsing of NUMBER from outer block.
7147 Parse NUMBER only if KEYWORD has been identified.
7148
d1794952
JK
71492013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7150
7151 Fix variable name shadowing.
7152 * linux-tdep.c (linux_find_memory_regions_full): Rename outer variable
7153 filename to mapsfilename and update its uses.
7154
9025569e
EZ
71552013-04-05 Eli Zaretskii <eliz@gnu.org>
7156
7157 * Makefile.in (TAGS): Avoid warning from etags when $GDB_NM_FILE is
7158 empty. See http://sourceware.org/ml/gdb-patches/2012-08/msg00504.html
7159 and http://sourceware.org/ml/gdb-patches/2013-04/msg00055.html for
7160 details of the problem.
7161
c9a6ce02
PA
71622013-04-04 Pedro Alves <palves@redhat.com>
7163 Hui Zhu <hui@codesourcery.com>
7164
7165 * breakpoint.c (validate_commands_for_breakpoint): If validating a
7166 tracepoint, reset its STEP_COUNT and call validate_actionline.
7167
5ff888ce
DE
71682013-04-03 Doug Evans <dje@google.com>
7169
bf6af496
DE
7170 * dwarf2read.c (read_die_and_siblings_1): Renamed from
7171 read_die_and_siblings.
7172 (read_die_and_siblings): New function.
7173 (read_cutu_die_from_dwo): Dump die if requested.
7174 (read_die_and_children): Call read_full_die_1 and
7175 read_die_and_siblings_1.
7176 (read_full_die): Dump die if requested.
7177
7178 * dwarf2read.c (read_comp_units_from_section): Add debugging printf.
7179
0ac5b59e
DE
7180 * dwarf2read.c (struct dwo_file): New member comp_dir.
7181 Rename member name to dwo_name. All uses updated.
7182 (hash_dwo_file): Include comp_dir in computation.
7183 (eq_dwo_file): Ditto.
7184 (lookup_dwo_file_slot): New arg comp_dir. All callers updated.
7185 (create_dwo_in_dwp, lookup_dwo_in_dwp, open_and_init_dwo_file): Ditto.
7186
5ff888ce
DE
7187 * psymtab.c (read_psymtabs_with_fullname): Don't call
7188 psymtab_to_fullname if the basenames are different.
7189
ec83d211
JK
71902013-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7191
7192 * NEWS (Changes in GDB 7.6): Update the data-disassemble for "fullname".
7193 New entry about "fullname" presence.
7194
4f4352f7
PA
71952013-04-03 Pedro Alves <palves@redhat.com>
7196
7197 * NEWS: Mention x86_64/Cygwin as new native configuration.
7198
3d1d5ea3
DE
71992013-04-02 Doug Evans <dje@google.com>
7200
7201 * dwarf2read.c (read_structure_type): Fix typo in comment.
7202
be9a8770
PA
72032013-04-02 Pedro Alves <palves@redhat.com>
7204
7205 * NEWS: Mention "set/show debug aarch64", "set/show debug
7206 coff-pe-read" and "set/show debug mach-o".
7207
a46c1e42
PA
72082013-04-02 Pedro Alves <palves@redhat.com>
7209
7210 * NEWS: Mention "set/show remote trace-buffer-size-packet".
7211
3ad18b19
EZ
72122013-04-02 Eli Zaretskii <eliz@gnu.org>
7213
7214 * Makefile.in (HFILES_NO_SRCDIR): Remove call-cmds.h.
7215 gdb_string.h is now in common/.
7216
e9f1758d
PA
72172013-04-02 Pedro Alves <palves@redhat.com>
7218
7219 * NEWS: Move "set debug notification" and "set trace-buffer-size"
7220 under "New options".
7221
049dc89b
JK
72222013-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7223
7224 Revert this patch:
7225 PR gdb/15275
7226 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
7227
c33e31fd
PA
72282013-04-02 Pedro Alves <palves@redhat.com>
7229
7230 PR gdb/15275
7231
7232 * remote.c (send_interrupt_sequence): Use remote_serial_write.
7233 (remote_serial_write): New function.
7234 (putpkt_binary, getpkt_or_notif_sane_1): Use remote_serial_write.
7235
ea5f3910
JW
72362013-04-01 Jiong Wang <jiwang@tilera.com>
7237
7238 * NEWS: Mention TILE-Gx in "New native configurations" and
f5aee5ee 7239 "New targets" sections.
ea5f3910 7240
5c6fa7ab
DE
72412013-04-01 Doug Evans <dje@google.com>
7242
c0f78cd4
DE
7243 * dwarf2read.c (lookup_signatured_type_at_offset): Delete.
7244 (process_enumeration_scope): Simplify.
7245
0186c6a7
DE
7246 * dwarf2read.c (struct dwarf2_per_cu_data): Move member
7247 type_unit_group ...
7248 (struct signatured_type): ... to here.
7249 (sig_type_ptr): New typedef.
7250 (type_unit_group): Delete member 't.first_cu'. Move member 'tus'
7251 out of union 't'. All uses updated.
7252 (dw2_get_file_names_reader): Assert not called for a type unit.
7253 (dw2_get_file_names): Assert not called for a type unit or type
7254 unit group.
7255 (build_type_psymtabs_reader): Assert called for a type unit.
7256 (build_type_psymtab_dependencies): Assert called for a type unit group.
7257
5c6fa7ab
DE
7258 * dwarf2read.c (free_dwo_file): Add comment.
7259 (dwarf2_per_objfile_free): Unref dwp bfd.
7260
b3c0ad67 72612013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
cebca8c1
AR
7262
7263 * coff-pe-read.c (add_pe_exported_sym): Remove unused 'dll_name_len'.
7264 (add_pe_forwarded_sym): Remove unused 'section', 'dll_name_len'.
7265 (read_pe_exported_syms): Remove unused 'exportix'.
7266 (pe_text_section_offset): Remove unused 'opthdr_ofs', 'num_entries',
7267 'export_rva', 'export_size', 'expptr', 'exp_funcbase', 'expdata',
7268 'erva', 'name_rvas', 'ordinals', 'nexp', 'ordbase', 'dll_name'.
7269
e2df1547
AR
72702013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
7271
7272 * breakpoint.c (parse_cond_to_aexpr): Remove unused 'old_chain'.
7273 (print_it_watchpoint): Remove unused 'bl'.
7274 (say_where): Remove unused 'uiout'.
7275 (bpstat_remove_breakpoint_callback): Remove unused 'uiout'.
7276 (bkpt_breakpoint_hit): Remove unused 'b'.
7277 (internal_bkpt_print_it): Remove unused 'uiout'.
7278 * buildsym.c (augment_type_symtab): Remove unused 'i'.
7279
d81e75c0
TD
72802013-03-31 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
7281
7282 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_float): New function.
7283 (ppc64_sysv_abi_push_dummy_call): Handle complex arguments.
7284
5a8b3f62
DE
72852013-03-29 Doug Evans <dje@google.com>
7286
ab5088bf
DE
7287 * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file.
7288 Delete arg is_dwp. All callers updated.
7289 (open_dwp_file): New function.
7290 (open_and_init_dwp_file): Call it.
7291 (get_dwp_file): New function.
7292 (lookup_dwo_cutu): Call it.
7293
a8ad1e57
DE
7294 * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, and
7295 unnecessary, cleanup.
7296
6296d8c1
DE
7297 * dwarf2read.c (lookup_dwo_cutu): Improve complaint text.
7298
b0c7bfa9
DE
7299 * dwarf2read.c (read_cutu_die_from_dwo): New function.
7300 (lookup_dwo_unit): New function.
7301 (init_cutu_and_read_dies): Move DWO handling to new functions.
7302
c88ee1f0
DE
7303 * dwarf2read.c (struct signatured_type): Tweak comment.
7304 (struct dwo_unit): Tweak comment.
7305 (create_debug_types_hash_table): Tweak comment. Reformat long line.
7306 (create_dwo_debug_info_hash_table): Tweak comment.
7307 (dwarf2_per_cu_offset_and_type): Tweak comment.
7308
5a8b3f62
DE
7309 * dwarf2read.c (lookup_signatured_type): Remove complaint about
7310 missing .debug_types section.
7311
9852c492
YQ
73122013-03-29 Yao Qi <yao@codesourcery.com>
7313
7314 * corelow.c: Include "completer.h".
7315 (_initialize_corelow): Call add_target_with_completer with
7316 argument 'filename_completer'.
7317 * tracepoint.c: Likewise.
7318 * exec.c (_initialize_exec): Likewise.
7319 * target.c (add_target): Rename to ...
7320 (add_target_with_completer): ... this. Call set_cmd_completer
7321 if parameter completer is not NULL.
7322 (add_target): New.
7323 * target.h: Include "command.h".
7324 (add_target_with_completer): Declare it.
7325
af312be7
JB
73262013-03-28 Joel Brobecker <brobecker@adacore.com>
7327
7328 * coffread.c (is_import_fixup_symbol): New function.
7329 (record_minimal_symbol): Use is_import_fixup_symbol to
7330 detect import fixup symbols, and discard them.
7331
8a0459fd
DE
73322013-03-28 Doug Evans <dje@google.com>
7333
0349ea22
DE
7334 * dwarf2read.c (create_debug_types_hash_table): Don't allocate the
7335 types hash table until we know we need it.
7336
f652bce2
DE
7337 * dwarf2read.c (create_addrmap_from_index): Complain about bad CU
7338 index numbers.
7339
e4a48d9d
DE
7340 * dwarf2read.c (dw2_get_file_names): Delete arg "objfile".
7341 All callers updated.
7342 (dw2_print_stats): Print #read CUs too.
7343 (dump_die_shallow): Print signatured types better.
7344
8a0459fd
DE
7345 * dwarf2read.c (struct dwarf2_per_cu_data): Rename member
7346 info_or_types_section to section. All uses updated.
7347 (struct dwo_unit): Ditto.
7348
bd3eecc3
PA
73492013-03-28 Pedro Alves <palves@redhat.com>
7350
7351 * NEWS (New options): New section.
7352 (New options): Mention set/show remote trace-status-packet.
7353 * remote.c (PACKET_qTStatus): New enumeration value.
7354 (remote_get_trace_status): Skip sending qTStatus if the packet is
7355 disabled. Use packet_ok.
7356 (_initialize_remote): Register a configuration command for
7357 qTStatus packet.
7358
41245087
DE
73592013-03-28 Doug Evans <dje@google.com>
7360
7edbb660
DE
7361 * symfile.c (find_separate_debug_file): Add comment.
7362 (terminate_after_last_dir_separator): Tweak comment.
7363
0018ea6f
DE
7364 * dwarf2read.c (create_partial_symtab): Add forward decl.
7365 (create_partial_symtab): Move to be closer to other psymtab functions.
7366 (process_psymtab_comp_unit_reader, process_psymtab_comp_unit): Ditto.
7367
ca69b9e6
DE
7368 * dwarf2read.c (dwarf2_physname): Move declaration to better spot.
7369 (compute_symtab_includes): Remove unnecessary forward declaration.
7370 (die_needs_namespace): Add comment marking group of functions for
7371 dwarf2 name computation.
7372
a9375afe
DE
7373 * typeprint.c (_initialize_typeprint): Improve type help text.
7374
41245087
DE
7375 * python/python.c (finish_python_initialization): Provide suggestion
7376 for how to tell gdb to find its python files.
7377
7f7cc265
PA
73782013-03-28 Pedro Alves <palves@redhat.com>
7379
7380 PR gdb/15294
7381
7382 * source.c (_initialize_source): Change back "set listsize" to an
7383 integer command.
7384
ec21308c
JK
73852013-03-27 Gareth McMullin <gareth@blacksphere.co.nz>
7386
7387 PR gdb/15275
7388 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
7389
840a9a1f
PA
73902013-03-27 Pedro Alves <palves@redhat.com>
7391
7392 * top.c (history_size): Rename to ...
7393 (history_size_setshow_var): ... this. Add comment.
7394 (show_commands): Use readline's 'history_length' instead of
7395 computing the history length by calling history_get in a loop.
7396 (set_history_size_command): Error out for sizes over INT_MAX.
7397 Restore previous history size on invalid size.
7398 (init_history): If HISTSIZE is negative, leave the history size as
7399 zero. Add comments.
7400 (init_main): Adjust.
7401
826ecc4d
PA
74022013-03-27 Pedro Alves <palves@redhat.com>
7403
7404 * coff-pe-read.c (_initialize_coff_pe_read): Rename "set debug
7405 coff_pe_read" command to "set debug coff-pe-read".
7406
0ccfeeae
MM
74072013-03-27 Markus Metzger <markus.t.metzger@intel.com>
7408
7409 * record.c (command_size_to_target_size): Fix size comparison.
7410 Change parameter type from pointer to integer to integer.
7411 Update all users.
7412
40653b35
PM
74132013-03-27 Pierre Muller <muller@sourceware.org>
7414
7415 * windows-nat.c (handle_output_debug_string): Avoid typecast
7416 from integer of different size warning.
7417
c62fa0e2
JB
74182013-03-26 Joel Brobecker <brobecker@adacore.com>
7419
7420 * windows-nat.c (handle_output_debug_string): Add empty line
7421 after local block variable definition.
7422
2c619be2
PA
74232013-03-26 Pedro Alves <palves@redhat.com>
7424
7425 * ser-tcp.c (wait_for_connect): Make 'polls' parameter unsigned.
7426 (net_open): Make 'polls' local unsigned.
7427
1b493192
PA
74282013-03-26 Pedro Alves <palves@redhat.com>
7429
7430 * remote.c (_initialize_remote): Make "set remoteaddresssize"
7431 a zuinteger command instead of uinteger.
7432
7ee70bf5
PA
74332013-03-26 Pedro Alves <palves@redhat.com>
7434
7435 * record-full.c (record_full_insn_num): Make it unsigned.
7436 (record_full_check_insn_num, record_full_message)
7437 (record_full_registers_change, record_full_xfer_partial): Remove
7438 record_full_insn_max_num check (it's always != 0).
7439 (record_full_info, record_full_restore): Use %u as format string.
7440 (): Use %u as format string.
7441 (set_record_full_insn_max_num): Remove record_full_insn_max_num
7442 check (it's always != 0).
7443
dfd1f9bb
PA
74442013-03-26 Pedro Alves <palves@redhat.com>
7445
7446 * dcache.c (_initialize_dcache): Make the "set dcache line-size"
7447 and "set dcache size" commands zuinteger instead of uinteger.
7448
addb4faf
PA
74492013-03-26 Pedro Alves <palves@redhat.com>
7450
7451 * cris-tdep.c (_initialize_cris_tdep): Make the "set cris-version"
7452 command zuinteger instead of uinteger.
7453
b75bf488
PA
74542013-03-26 Pedro Alves <palves@redhat.com>
7455
7456 * coff-pe-read.c (_initialize_coff_pe_read): Make the command
7457 zuinteger instead of uinteger.
7458
42c634cb
PA
74592013-03-26 Pedro Alves <palves@redhat.com>
7460
7461 * record.c (record_insn_history_size_setshow_var)
7462 (record_call_history_size_setshow_var): New globals.
7463 (command_size_to_target_size): New function.
7464 (cmd_record_insn_history, cmd_record_call_history): Use
7465 command_size_to_target_size instead of cast.
7466 (validate_history_size, set_record_insn_history_size)
7467 (set_record_call_history_size): New functions.
7468 (_initialize_record): Install set_record_insn_history_size and
7469 set_record_call_history_size as "set" hooks of "set record
7470 instruction-history-size" and "set record
7471 function-call-history-size".
7472
1fb2e2b5
PA
74732013-03-26 Pedro Alves <palves@redhat.com>
7474
7475 * top.c (gdb_rl_operate_and_get_next): Replace max_input_history
7476 use with history_max_entries use. Remove FIXME note.
7477
99c819ee
MM
74782013-03-26 Markus Metzger <markus.t.metzger@intel.com>
7479
7480 * record-btrace.c (record_btrace_close): Call
7481 record_btrace_auto_disable.
7482
9f9e404c
JB
74832013-03-25 Joel Brobecker <brobecker@adacore.com>
7484
7485 * rs6000-nat.c (fixup_breakpoints): Delete declaration.
7486
ebcdfe33
DE
74872013-03-25 Doug Evans <dje@google.com>
7488
7489 * contrib/cc-with-tweaks.sh: Check exit code of dwp.
7490
24955f63
TT
74912013-03-25 Tom Tromey <tromey@redhat.com>
7492
7493 PR symtab/11462:
7494 * c-exp.y (exp): Add new productions for destructors after '.' and
7495 '->'.
7496 (write_destructor_name): New function.
7497
fce632b6
TT
74982013-03-25 Tom Tromey <tromey@redhat.com>
7499
7500 PR c++/9197:
7501 * opencl-lang.c (evaluate_subexp_opencl) <STRUCTOP_STRUCT>: Use
7502 value_struct_elt, not lookup_struct_elt_type.
7503 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
7504 STRUCTOP_PTR>: Use value_struct_elt, not lookup_struct_elt_type.
7505 * expression.h (EVAL_AVOID_SIDE_EFFECTS): Update comment.
7506
a4341769
YQ
75072013-03-25 Yao Qi <yao@codesourcery.com>
7508
7509 * ctf.c [USE_WIN32API]: Undef 'mkdir' and use 'mkdir'
7510 instead of '_mkdir'.
7511
b5981e5a
EZ
75122013-03-23 Eli Zaretskii <eliz@gnu.org>
7513
7514 * windows-nat.c (windows_get_absolute_argv0): New function.
7515 * windows-nat.h: Add its prototype.
7516
7517 * main.c (get_init_files): Use filename_ncmp instead of strncmp.
7518 Use IS_DIR_SEPARATOR instead of looking for a character inside
7519 SLASH_STRING. Include filenames.h.
7520 (captured_main) [__MINGW32__]: Make argv[0] absolute, so that
7521 relocate_gdb_directory works when passed gdb_program_name.
7522 Include windows-nat.h.
7523
598d3636
JK
75242013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7525
7526 * exceptions.h (enum errors): New entry TARGET_CLOSE_ERROR.
7527 * remote.c (trace_error): Remove the special handling of '2'.
7528 (readchar) <SERIAL_EOF>
7529 (readchar) <SERIAL_ERROR>
7530 (getpkt_or_notif_sane_1): Use TARGET_CLOSE_ERROR for them.
7531 (remote_get_trace_status): Call throw_exception if EX is
7532 TARGET_CLOSE_ERROR.
7533 * utils.c (perror_with_name): Rename to ...
7534 (throw_perror_with_name): ... here. New parameter errcode, describe it
7535 in the function comment.
7536 (perror_with_name): New function wrapper.
7537 * utils.h (enum errors): New stub declaration.
7538 (throw_perror_with_name): New declaration.
7539
82b821e9
PA
75402013-03-22 Pedro Alves <palves@redhat.com>
7541 Yao Qi <yao@codesourcery.com>
7542 Mark Kettenis <kettenis@gnu.org>
7543
7544 * cli/cli-setshow.c (do_set_command) <var_uinteger>:
7545 Don't let the user set the value to UINT_MAX directly.
7546 <var_integer>: Don't let the user set the value to INT_MAX
7547 directly.
7548
78a095c3
JK
75492013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7550
7551 * remote.c (remote_unpush_target): New function.
7552 (remote_open_1): Remove two pop_target calls, update one comment, add
7553 comment to target_preopen call. Replace pop_target call by
7554 remote_unpush_target call.
7555 (interrupt_query, readchar, getpkt_or_notif_sane_1): Replace
7556 pop_target calls by remote_unpush_target calls.
7557
3e74e146
PA
75582013-03-22 Pedro Alves <palves@redhat.com>
7559
7560 * linux-nat.c (linux_child_follow_fork): Don't call
7561 linux_enable_event_reporting.
7562 (linux_handle_extended_wait): Don't call
7563 linux_enable_event_reporting.
7564
a2213dca
PA
75652013-03-22 Pedro Alves <palves@redhat.com>
7566
7567 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Define INSN macro,
7568 use it to rewrite the trampoline buffers with type gdb_byte[], and
7569 undefine the macro. Remove char* cast.
7570
bd712aed
DE
75712013-03-21 Doug Evans <dje@google.com>
7572
7573 New commands "mt set per-command {space,time,symtab} {on,off}".
7574 * NEWS: Add entry.
7575 * event-top.c: #include "maint.h".
7576 * main.c: #include "maint.h".
7577 * maint.c: #include <sys/time.h>, <time.h>, block.h, top.h,
7578 timeval-utils.h, maint.h, cli/cli-setshow.h.
7579 (per_command_time, per_command_space): New static globals.
7580 (per_command_symtab): New static global.
7581 (per_command_setlist, per_command_showlist): New static globals.
7582 (struct cmd_stats): Move here from utils.c.
7583 (set_per_command_time): Renamed from set_display_time in utils.c
7584 and moved here. All callers updated.
7585 (set_per_command_space): Renamed from set_display_space in utils.c
7586 and moved here. All callers updated.
7587 (count_symtabs_and_blocks): New function.
7588 (report_command_stats): Moved here from utils.c. Add support for
7589 printing symtab stats. Only print data if enabled before command
7590 executed.
7591 (make_command_stats_cleanup): Ditto.
7592 (sert_per_command_cmd, show_per_command_cmd): New functions.
7593 (_initialize_maint_cmds): Add new commands
7594 mt set per-command {space,time,symtab} {on,off}.
7595 * maint.h: New file.
7596 * top.c: #include "maint.h".
7597 * utils.c (reset_prompt_for_continue_wait_time): New function.
7598 (get_prompt_for_continue_wait_time): New function.
7599 * utils.h (reset_prompt_for_continue_wait_time): Declare
7600 (get_prompt_for_continue_wait_time): Declare.
7601 (make_command_stats_cleanup): Moved to maint.h.
7602 (set_display_time, set_display_space): Moved to maint.h and renamed
7603 to set_per_command_time, set_per_command_space.
7604 * cli/cli-setshow.c (parse_cli_boolean_value): Renamed from
7605 parse_binary_operation and made non-static. Don't call error,
7606 just return an error marker. All callers updated.
7607 * cli/cli-setshow.h (parse_cli_boolean_value): Declare.
7608
d76488d8
TT
76092013-03-21 Tom Tromey <tromey@redhat.com>
7610
7611 * symfile.c (alloc_section_addr_info): Update header. Don't set
7612 'num_sections' field.
7613 (build_section_addr_info_from_section_table): Set 'num_sections'.
7614 (build_section_addr_info_from_bfd): Likewise.
7615 (build_section_addr_info_from_objfile): Remove dead loop
7616 condition.
7617 (free_section_addr_info): Unconditionally call xfree.
7618 (relative_addr_info_to_section_offsets, addrs_section_sort)
7619 (addr_info_make_relative, syms_from_objfile_1): Remove dead loop
7620 condition.
7621 (syms_from_objfile_1): Remove dead 'if' condition. Check
7622 'num_sections'.
7623 (add_symbol_file_command): Set 'num_sections'.
7624 * symfile-mem.c (symbol_file_add_from_memory): Set
7625 'num_sections'.
7626 * somread.c (som_symfile_offsets): Remove dead loop condition.
7627 * machoread.c (macho_symfile_offsets): Remove dead 'if'.
7628 * jit.c (jit_bfd_try_read_symtab): Set 'num_sections'.
7629
a72e5169 76302013-03-21 Tom Tromey <tromey@redhat.com>
92bc6a20
TT
7631
7632 * tracepoint.h (decode_agent_options): Add 'trace_string'
7633 argument.
7634 * tracepoint.c (decode_agent_options): Add 'trace_string'
7635 argument.
7636 (validate_actionline): Update.
7637 (collect_symbol): Add 'trace_string' argument.
7638 (struct add_local_symbols_data) <trace_string>: New field.
7639 (do_collect_symbol): Update.
7640 (add_local_symbols): Add 'trace_string' argument.
7641 (encode_actions_1): Update.
7642 (trace_dump_actions): Update.
7643 * dwarf2loc.c (access_memory): Update.
7644 * ax.h (struct agent_expr) <tracing, trace_string>: New fields.
7645 * ax-general.c (new_agent_expr): Update.
7646 * ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
7647 (gen_trace_for_return_address): Add argument.
7648 (trace_kludge, trace_string_kludge): Remove.
7649 * ax-gdb.c (trace_kludge, trace_string_kludge): Remove.
7650 (gen_traced_pop, gen_fetch, gen_bitfield_ref, gen_expr): Update.
7651 (gen_trace_for_var): Add 'trace_string' argument.
7652 (gen_trace_for_expr, gen_trace_for_return_address): Likewise.
7653 (gen_printf, agent_eval_command_one): Update.
7654
b2f83c08
TT
76552013-03-21 Tom Tromey <tromey@redhat.com>
7656
7657 PR exp/15109:
7658 * c-exp.y (yylex): Rewrite to push all tokens onto the FIFO.
7659 Handle FILENAME token.
7660
9507860e
TT
76612013-03-21 Tom Tromey <tromey@redhat.com>
7662
7663 * c-exp.y (YYPRINT): Define.
7664 (c_print_token): New function.
7665
e403aa4b
TT
76662013-03-21 Tom Tromey <tromey@redhat.com>
7667
7668 * c-exp.y (%union) <sym, ivar, ivec>: Remove.
7669
af307d6a
YQ
76702013-03-21 Yao Qi <yao@codesourcery.com>
7671
7672 * ctf.c: Include "gdb_stat.h".
7673 [USE_WIN32API]: New macro 'mkdir'.
7674 (ctf_start): Use permission bits macros if they are defined.
7675
fb81d016
KS
76762013-03-20 Keith Seitz <keiths@redhat.com>
7677
7678 * breakpoint.h (struct breakpoint): Add comment to
7679 extra_string indicating that this member is mallod'd.
7680 * breakpoint.c (base_breakpoint_dtor): Free extra_string.
7681
ef0026f0
PA
76822013-03-20 Pedro Alves <palves@redhat.com>
7683
7684 PR gdb/15289
7685
7686 * cli/cli-setshow.c (do_set_command)
7687 <var_uinteger, var_zuinteger>: Use LONGEST for variable holding
7688 the result of parsing the command argument. Throw error if the
7689 value is greater than UINT_MAX. Print the invalid value with
7690 plongest.
7691 <var_integer, var_zinteger>: Use LONGEST for variable holding the
7692 result of parsing the command argument. Throw error if the value
7693 is greater than INT_MAX, not greater or equal. Also throw error
7694 if the value is less than INT_MIN. Print the invalid value with
7695 plongest.
7696 <var_zuinteger_unlimited>: Throw error if the value is greater
7697 than INT_MAX, not greater or equal.
7698 (do_show_command) <var_integer, var_zinteger,
7699 var_zuinteger_unlimited>: Use %d for printing int, not %u.
7700
24d6c2a0
TT
77012013-03-20 Tom Tromey <tromey@redhat.com>
7702
7703 * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,
7704 if possible.
7705 * dwarf2read.c (read_func_scope): Remove old FIXME.
7706 * eval.c (evaluate_subexp_standard): Check SYMBOL_COMPUTED_OPS,
7707 not LOC_COMPUTED.
7708 * findvar.c (symbol_read_needs_frame, default_read_var_value):
7709 Unconditionally call via computed ops, if possible.
7710 * printcmd.c (address_info): Unconditionally call via computed ops,
7711 if possible.
7712 * stack.c (read_frame_arg): Unconditionally call via computed ops,
7713 if possible.
7714 * symtab.c (register_symbol_computed_impl): Sanity check 'ops'.
7715 * tracepoint.c (scope_info): Unconditionally call via computed ops,
7716 if possible.
7717
f1e6e072
TT
77182013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7719 Tom Tromey <tromey@redhat.com>
7720
7721 PR symtab/8421:
7722 * coffread.c (coff_register_index): New global.
7723 (process_coff_symbol, coff_read_enum_type): Set
7724 SYMBOL_ACLASS_INDEX.
7725 (_initialize_coffread): Initialize new global.
7726 * dwarf2loc.c (locexpr_find_frame_base_location)
7727 (dwarf2_block_frame_base_locexpr_funcs)
7728 (loclist_find_frame_base_location)
7729 (dwarf2_block_frame_base_loclist_funcs): New.
7730 (dwarf_expr_frame_base_1): Call SYMBOL_BLOCK_OPS, remove internal_error.
7731 (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Add location_has_loclist.
7732 * dwarf2loc.h (dwarf2_block_frame_base_locexpr_funcs)
7733 (dwarf2_block_frame_base_loclist_funcs): New.
7734 * dwarf2read.c (dwarf2_locexpr_index, dwarf2_loclist_index)
7735 (dwarf2_locexpr_block_index, dwarf2_loclist_block_index): New
7736 globals.
7737 (read_func_scope): Update.
7738 (fixup_go_packaging, mark_common_block_symbol_computed)
7739 (var_decode_location, new_symbol_full, dwarf2_const_value):
7740 Set SYMBOL_ACLASS_INDEX.
7741 (dwarf2_symbol_mark_computed): Likewise. Add 'is_block' argument.
7742 (_initialize_dwarf2_read): Initialize new globals.
7743 * jit.c (finalize_symtab): Set SYMBOL_ACLASS_INDEX.
7744 * jv-lang.c (add_class_symbol): Set SYMBOL_ACLASS_INDEX.
7745 * mdebugread.c (mdebug_register_index, mdebug_regparm_index): New
7746 globals.
7747 (parse_symbol, psymtab_to_symtab_1): Set SYMBOL_ACLASS_INDEX.
7748 (_initialize_mdebugread): Initialize new globals.
7749 * psympriv.h (struct partial_symbol) <aclass>: Update comment.
7750 * stabsread.c (patch_block_stabs): Set SYMBOL_ACLASS_INDEX.
7751 (stab_register_index, stab_regparm_index): New globals.
7752 (define_symbol, read_enum_type, common_block_end): Set
7753 SYMBOL_ACLASS_INDEX.
7754 (_initialize_stabsread): Initialize new globals.
7755 * symtab.c (next_aclass_value, symbol_impl, symbol_impls): New
7756 globals.
7757 (MAX_SYMBOL_IMPLS): New define.
7758 (register_symbol_computed_impl, register_symbol_block_impl)
7759 (register_symbol_register_impl)
7760 (initialize_ordinary_address_classes): New functions.
7761 (_initialize_symtab): Call initialize_ordinary_address_classes.
7762 * symtab.h (enum address_class) <LOC_FINAL_VALUE>: New constant.
7763 (struct symbol_impl): New.
7764 (SYMBOL_ACLASS_BITS): New define.
7765 (struct symbol) <aclass, ops>: Remove fields.
7766 <aclass_index>: New field.
7767 (symbol_impls): Declare.
7768 (SYMBOL_CLASS, SYMBOL_COMPUTED_OPS, SYMBOL_REGISTER_OPS): Redefine.
7769 (SYMBOL_IMPL, SYMBOL_ACLASS_INDEX): New defines.
7770 (register_symbol_computed_impl, register_symbol_block_impl)
7771 (register_symbol_register_impl): Declare.
7772 (struct symbol_computed_ops): Add location_has_loclist.
7773 (struct symbol_block_ops): New.
7774 (SYMBOL_BLOCK_OPS): New.
7775 * xcoffread.c (process_xcoff_symbol): Set SYMBOL_ACLASS_INDEX.
7776
dbccfd4c
TT
77772013-03-20 Tom Tromey <tromey@redhat.com>
7778
7779 * psymtab.c (find_pc_sect_psymbol, fixup_psymbol_section)
7780 (print_partial_symbols, recursively_search_psymtabs): Use
7781 PSYMBOL_CLASS.
7782
e3f1ad4f
PM
77832013-03-20 Pierre Muller <muller@sourceware.org>
7784
7785 * contrib/ari/gdb_ari.sh (OP eol rule): Also check
7786 addtion, subtraction, multiplication and division binary operator.
7787
460014f5
JK
77882013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7789
7790 Code cleanup.
7791 * bfd-target.c (target_bfd_xclose): Remove parameter quitting.
7792 * bsd-kvm.c (bsd_kvm_close): Likewise.
7793 * bsd-uthread.c (bsd_uthread_close): Likewise.
7794 * corelow.c (core_close): Likewise.
7795 (core_close_cleanup): Remove parameter quitting from a caller.
7796 * event-top.c (async_disconnect): Likewise.
7797 * exec.c (exec_close_1): Remove parameter quitting.
7798 * go32-nat.c (go32_close): Likewise.
7799 * linux-nat.c (linux_nat_close): Remove parameter quitting. Remove
7800 parameter quitting from a caller.
7801 * mips-linux-nat.c (super_close): Remove parameter quitting from the
7802 variable.
7803 (mips_linux_close): Remove parameter quitting. Remove parameter
7804 quitting from a caller.
7805 * monitor.c (monitor_close): Remove parameter quitting.
7806 * monitor.h (monitor_close): Likewise.
7807 * record-btrace.c (record_btrace_close): Likewise.
7808 * record-full.c (record_full_close): Likewise.
7809 * remote-m32r-sdi.c (m32r_close): Remove parameter quitting and remove
7810 it also from fprintf_unfiltered.
7811 * remote-mips.c (mips_close): Remove parameter quitting.
7812 (mips_detach): Remove parameter quitting from a caller.
7813 * remote-sim.c (gdbsim_close): Remove parameter quitting.
7814 (gdbsim_close): Remove duplicate function comment. Remove parameter
7815 quitting and remove it also from printf_filtered.
7816 * remote.c (remote_close): Remove parameter quitting.
7817 * solib-svr4.c (enable_break): Remove parameter quitting from a caller.
7818 * target.c (update_current_target): Remove parameter int from to_close
7819 de_fault.
7820 (push_target, unpush_target, pop_target): Remove parameter quitting from
7821 a caller.
7822 (pop_all_targets_above, pop_all_targets): Remove parameter quitting.
7823 Remove parameter quitting from a caller.
7824 (target_preopen): Remove parameter quitting from a caller.
7825 (target_close): Remove parameter quitting. Remove parameter quitting
7826 from a caller two times. Remove parameter quitting also from
7827 fprintf_unfiltered.
7828 * target.h (struct target_ops): Remove parameter quitting and as int
7829 from fields to_xclose and to_close.
7830 (extern struct target_ops current_target):
7831 (target_close, pop_all_targets): Remove parameter quitting. Update the
7832 comment.
7833 (pop_all_targets_above): Remove parameter quitting.
7834 * top.c (quit_target): Remove parameter quitting from a caller.
7835 * tracepoint.c (tfile_close): Remove parameter quitting.
7836 * windows-nat.c (windows_close): Remove parameter quitting.
7837
35a7120b
CV
78382013-03-20 Corinna Vinschen <vinschen@redhat.com>
7839
7840 * windows-nat.c (handle_output_debug_string): Replace call
7841 to string_to_core_addr with call to strtoull.
7842
8249a5a9
YQ
78432013-03-20 Yao Qi <yao@codesourcery.com>
7844
7845 * ctf.c (ctf_save_metadata_header): Define macro HOST_ENDIANNESS
7846 and write it to CTF metadata.
7847
2c15ef43
CV
78482013-03-19 Corinna Vinschen <vinschen@redhat.com>
7849
7850 * windows-nat.c (handle_output_debug_string): Change type of n to
7851 SIZE_T to avoid crash on 64 bit systems.
7852
1cdd3232
EZ
78532013-03-17 Eli Zaretskii <eliz@gnu.org>
7854
7855 * python/python-internal.h (HAVE_SNPRINTF)
7856 [_WIN32 && HAVE_DECL_SNPRINTF]: Define, to avoid compiler warnings
7857 about redefinition of snprintf by pyerrors.h.
7858
3cb2ab1a
SE
78592013-03-15 Steve Ellcey <sellcey@mips.com>
7860
7861 * remote-sim.c (sim_command_completer): Make char arguments const.
7862
9ce98649
TT
78632013-03-15 Tom Tromey <tromey@redhat.com>
7864
7865 PR c++/15116:
7866 * gdbtypes.c (types_equal): Handle TYPE_CODE_FUNC.
7867
dccee2de
TT
78682013-03-14 Tom Tromey <tromey@redhat.com>
7869
7870 * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:
7871 New fields.
7872 (get_file_crc): Move from symfile.c.
7873 (gdb_bfd_crc): New function.
7874 * gdb_bfd.h (gdb_bfd_crc): Declare.
7875 * objfiles.h (struct objfile) <crc32, crc32_p>: Remove.
7876 * symfile.c (get_file_crc): Move to gdb_bfd.c.
7877 (separate_debug_file_exists): Use gdb_bfd_crc.
7878
cc0ea93c
TT
78792013-03-14 Tom Tromey <tromey@redhat.com>
7880
7881 * symfile.c (get_debug_link_info): Remove.
7882 (find_separate_debug_file_by_debuglink): Use
7883 bfd_get_debug_link_info.
7884
08c23b0d
TT
78852013-03-14 Tom Tromey <tromey@redhat.com>
7886
7887 * symtab.c (error_in_psymtab_expansion): New function.
7888 (lookup_symbol_aux_quick)
7889 (basic_lookup_transparent_type_quick): Remove "last resort"
7890 code. Use error_in_psymtab_expansion.
7891
288e77a7
JK
78922013-03-14 Doug Evans <dje@google.com>
7893 Jan Kratochvil <jan.kratochvil@redhat.com>
7894
7895 * dwarf2read.c (dw2_map_symtabs_matching_filename): Put continue after
7896 any successful compare_filenames_for_search or FILENAME_CMP.
7897 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
7898 * symtab.c (iterate_over_some_symtabs): Likewise.
7899
8f1b8b82
JK
79002013-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7901
7902 * source.c (print_source_lines_base): Make a local copy of
7903 symtab_to_fullname.
7904
23eb71e4
JK
79052013-03-14 Hui Zhu <hui_zhu@mentor.com>
7906 Jan Kratochvil <jan.kratochvil@redhat.com>
7907
7908 * source.c (print_source_lines_base): Suppress "file" for TUI.
7909
bb869963
SDJ
79102013-03-14 Keith Seitz <keiths@redhat.com>
7911 Alan Matsuoka <alanm@redhat.com>
7912
7913 PR c++/15203
7914 PR c++/15210
7915 * cp-namespace.c (cp_lookup_nested_symbol): Handle TYPE_CODE_FUNC and
7916 TYPE_CODE_METHOD.
7917 * elfread.c (elf_symtab_read): Handle BSF_GNU_UNIQUE for certain
7918 symbols.
7919
d6682f9e
YQ
79202013-03-14 Yao Qi <yao@codesourcery.com>
7921
7922 * tracepoint.c (tfile_write_status): Write 'stop_desc' of trace
7923 status to tfile if trace is stopped by command 'tstop'.
7924
a22fa6e4
YQ
79252013-03-14 Yao Qi <yao@codesourcery.com>
7926
7927 * tracepoint.c (tfile_write_status): Write trace notes and user
7928 name into tfile if they are not NULL.
7929
d0353e76
YQ
79302013-03-14 Hui Zhu <hui@codesourcery.com>
7931 Yao Qi <yao@codesourcery.com>
7932
7933 * Makefile.in (REMOTE_OBS): Add ctf.o.
7934 (SFILES): Add ctf.c.
7935 (HFILES_NO_SRCDIR): Add ctf.h.
7936 * ctf.c, ctf.h: New files.
7937 * tracepoint.c: Include 'ctf.h'.
7938 (collect_pseudocommand): Remove static.
7939 (trace_save_command): Parse option "-ctf".
7940 Produce different trace file writers per option.
7941 Adjust output message.
7942 (trace_save_tfile, trace_save_ctf): New.
7943 * tracepoint.h (trace_save_tfile, trace_save_ctf): Declare.
7944 * mi/mi-main.c: Include 'ctf.h'.
7945 (mi_cmd_trace_save): Handle option '-ctf'. Call either
7946 trace_save_tfile or trace_save_ctf.
7947 * NEWS: Mention these changes.
7948
3f43bc09
YQ
79492013-03-14 Yao Qi <yao@codesourcery.com>
7950
7951 * tracepoint.c (trace_file_writer_xfree): New.
7952 (struct tfile_writer_data): New.
7953 (tfile_dtor, tfile_can_target_save, tfile_start): New.
7954 (tfile_write_header, tfile_write_regblock_type): New.
7955 (tfile_write_status, tfile_write_uploaded_tsv): New.
7956 (tfile_write_uploaded_tp, tfile_write_definition_end): New.
7957 (tfile_write_raw_data, (tfile_end): New.
7958 (tfile_write_ops): New global variable.
7959 (TRACE_WRITE_R_BLOCK): New macro.
7960 (TRACE_WRITE_M_BLOCK_HEADER): New macro.
7961 (TRACE_WRITE_M_BLOCK_MEMORY): New macro.
7962 (TRACE_WRITE_V_BLOCK): New macro.
7963 (trace_save): Add extra one parameter WRITER. Make it static.
7964 Use WRITER to writer trace.
7965 (tfile_trace_file_writer_new): New.
7966 (trace_save_command): Caller update.
7967 (trace_save_tfile): Write trace data in TFILE format.
7968 * tracepoint.h (struct trace_frame_write_ops): New.
7969 (struct trace_file_write_ops): New.
7970 (struct trace_file_writer): New.
7971 (trace_save): Remove its declaration.
7972 (trace_save_tfile): Declare it.
7973 * mi/mi-main.c (mi_cmd_trace_save): Call trace_save_tfile
7974 instead of trace_save.
7975
58665b40
PA
79762013-03-13 Pedro Alves <palves@redhat.com>
7977
7978 * hppa-hpux-nat.c (hppa_hpux_save_state_offset): Make static.
7979
10217050
PA
79802013-03-13 Pedro Alves <palves@redhat.com>
7981
7982 * dbxread.c (read_ofile_symtab, process_one_symbol): Remove
7983 commented out code.
7984 * demangle.c (current_demangling_style_string): Make it const.
7985 (set_demangling_command): Assert the demangling style is known.
7986 Remove all handling of unknown styles. Set
7987 'current_demangling_style_string' to an element of the
7988 demangling_style_names array.
7989 (set_demangling_style): Delete.
7990 (_initialize_demangler): Set current_demangling_style_string to the
7991 element of the demangling_style_names array that corresponds to
7992 the default demangling style. Remove FIXME note. Don't call
7993 set_demangling_style.
7994 * gdb-demangle.h (set_demangling_style): Remove declaration.
7995
6f937416
PA
79962013-03-13 Pedro Alves <palves@redhat.com>
7997
7998 * ada-lang.c (struct add_partial_datum) <text, text0, word>: Make
7999 fields const.
8000 (ada_make_symbol_completion_list): Make "text0" parameter const.
8001 * ax-gdb.c (agent_eval_command_one): Make "exp" parameter const.
8002 * breakpoint.c (condition_completer): Make "text" and "word"
8003 parameters const. Adjust.
8004 (check_tracepoint_command): Adjust to validate_actionline
8005 prototype change.
8006 (catch_syscall_completer): Make "text" and "word" parameters
8007 const.
8008 * cli/cli-cmds.c (show_user): Make "comname" local const.
8009 (valid_command_p): Make "command" parameter const.
8010 (alias_command): Make "alias_prefix" and "command_prefix" locals
8011 const.
8012 * cli/cli-decode.c (add_cmd): Make "name" parameter const.
8013 (add_alias_cmd): Make "name" and "oldname" parameters const.
8014 Adjust. No longer make copy of OLDNAME.
8015 (add_prefix_cmd, add_abbrev_prefix_cmd, add_set_or_show_cmd)
8016 (add_setshow_cmd_full, add_setshow_enum_cmd)
8017 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
8018 (add_setshow_filename_cmd, add_setshow_string_cmd)
8019 (add_setshow_string_noescape_cmd)
8020 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
8021 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
8022 (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd)
8023 (delete_cmd, add_info, add_info_alias, add_com, add_com_alias):
8024 Make "name" parameter const.
8025 (help_cmd): Rename "command" parameter to "arg". New const local
8026 "command".
8027 (find_cmd): Make "command" parameter const.
8028 (lookup_cmd_1): Make "text" parameter pointer to const. Adjust to
8029 deprecated_cmd_warning prototype change.
8030 (undef_cmd_error): Make "cmdtype" parameter const.
8031 (lookup_cmd): Make "line" parameter const.
8032 (deprecated_cmd_warning): Change type of "text" parameter to
8033 pointer to const char, from pointer to pointer to char. Adjust.
8034 (lookup_cmd_composition): Make "text" parameter const.
8035 (complete_on_cmdlist, complete_on_enum): Make "text" and "word"
8036 parameters const.
8037 * cli/cli-decode.h (struct cmd_list_element) <name>: Make field
8038 const.
8039 * cli/cli-script.c (validate_comname): Make "tem" local const.
8040 (define_command): New const local "tem_c". Use it in calls to
8041 lookup_cmd.
8042 (document_command): Make "tem" and "comfull" locals const.
8043 (show_user_1): Make "prefix" and "name" parameters const.
8044 * cli-script.h (show_user_1): Make "prefix" and "name" parameters
8045 const.
8046 * command.h (add_cmd, add_alias_cmd, add_prefix_cmd)
8047 (add_abbrev_prefix_cmd, completer_ftype, lookup_cmd, lookup_cmd_1)
8048 (deprecated_cmd_warning, lookup_cmd_composition, add_com)
8049 (add_com_alias, add_info, add_info_alias, complete_on_cmdlist)
8050 (complete_on_enum, add_setshow_enum_cmd)
8051 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
8052 (add_setshow_filename_cmd, add_setshow_string_cmd)
8053 (add_setshow_string_noescape_cmd)
8054 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
8055 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
8056 (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
8057 Change prototypes, constifying strings.
8058 * completer.c (noop_completer, filename_completer): Make "text"
8059 and "prefix" parameters const.
8060 (location_completer, expression_completer)
8061 (complete_line_internal): Make "text" and "prefix" parameters
8062 const and adjust.
8063 (command_completer, signal_completer): Make "text" and "prefix"
8064 parameters const.
8065 * completer.h (noop_completer, filename_completer)
8066 (expression_completer, location_completer, command_completer)
8067 (signal_completer): Change prototypes.
8068 * corefile.c (complete_set_gnutarget): Make "text" and "word"
8069 parameters const.
8070 * cp-abi.c (cp_abi_completer): Likewise.
8071 * expression.h (parse_expression_for_completion): Change
8072 prototype.
8073 * f-lang.c (f_make_symbol_completion_list): Make "text" and "word"
8074 parameters const.
8075 * infcmd.c (_initialize_infcmd): Make "cmd_name" local const.
8076 * infrun.c (handle_completer): Make "text" and "word" parameters
8077 const.
8078 * interps.c (interpreter_completer): Make "text" and "word"
8079 parameters const.
8080 * language.h (struct language_defn)
8081 <la_make_symbol_completion_list>: Make "text" and "word"
8082 parameters const.
8083 * parse.c (parse_exp_1): Move const hack to parse_exp_in_context.
8084 (parse_exp_in_context): Rename to ...
8085 (parse_exp_in_context_1): ... this.
8086 (parse_exp_in_context): Reimplement, with const hack from
8087 parse_exp_1.
8088 (parse_expression_for_completion): Make "string" parameter const.
8089 * printcmd.c (decode_format): Make "string_ptr" parameter pointer
8090 to pointer to const char. Adjust.
8091 (print_command_1): Make "exp" parameter const.
8092 (output_command): Rename to ...
8093 (output_command_const): ... this. Make "exp" parameter const.
8094 (output_command): Reimplement.
8095 (x_command): Adjust.
8096 (display_command): Rename "exp" parameter to "arg". New "exp"
8097 local, const version of "arg".
8098 * python/py-auto-load.c (gdbpy_initialize_auto_load): Make
8099 "cmd_name" local const.
8100 * python/py-cmd.c (cmdpy_destroyer): Cast const away in xfree
8101 call.
8102 (cmdpy_completer): Make "text" and "word" parameters const.
8103 (gdbpy_parse_command_name): Make "prefix_text2" local const.
8104 * python/py-param.c (add_setshow_generic): Make "tmp_name" local
8105 const.
8106 * remote.c (_initialize_remote): Make "cmd_name" local const.
8107 * symtab.c (language_search_unquoted_string): Make "text" and "p"
8108 parameters const. Adjust.
8109 (completion_list_add_fields): Make "sym_text", "text" and "word"
8110 parameters const.
8111 (struct add_name_data) <sym_text, text, word>: Make fields const.
8112 (default_make_symbol_completion_list_break_on): Make "text" and
8113 "word" parameters const. Adjust locals.
8114 (default_make_symbol_completion_list)
8115 (make_symbol_completion_list, make_symbol_completion_type)
8116 (make_symbol_completion_list_fn): Make "text" and "word"
8117 parameters const.
8118 (make_file_symbol_completion_list): Make "text", "word" and
8119 "srcfile" parameters const. Adjust locals.
8120 (add_filename_to_list): Make "text" and "word" parameters const.
8121 (struct add_partial_filename_data) <text, word>: Make fields
8122 const.
8123 (make_source_files_completion_list): Make "text" and "word"
8124 parameters const.
8125 * symtab.h (default_make_symbol_completion_list_break_on)
8126 (default_make_symbol_completion_list, make_symbol_completion_list)
8127 (make_symbol_completion_type enum type_code)
8128 (make_symbol_completion_list_fn make_file_symbol_completion_list)
8129 (make_source_files_completion_list): Change prototype.
8130 * top.c (execute_command): Adjust to pass pointer to pointer to
8131 const char to lookup_cmd, and to deprecated_cmd_warning prototype
8132 change.
8133 (set_verbose): Make "cmdname" local const.
8134 * tracepoint.c (decode_agent_options): Make "exp" parameter const,
8135 and adjust.
8136 (validate_actionline): Make "line" parameter a pointer to const
8137 char, and adjust.
8138 (encode_actions_1): Make "action_exp" local const, and adjust.
8139 (encode_actions): Adjust.
8140 (replace_comma): Delete.
8141 (trace_dump_actions): Make "action_exp" and "next_comma" locals
8142 const, and adjust. Don't frob the action string while splitting
8143 it at commas. Instead, make a copy of each split substring in
8144 turn.
8145 (trace_dump_command): Adjust to validate_actionline prototype
8146 change.
8147 * tracepoint.h (decode_agent_options, decode_agent_options)
8148 (encode_actions, validate_actionline): Change prototypes.
8149 * valprint.h (output_command): Delete declaration.
8150 (output_command_const): Declare.
8151 * value.c (function_destroyer): Cast const away in xfree call.
8152
a0bcdaa7
PA
81532013-03-13 Pedro Alves <palves@redhat.com>
8154
8155 * ada-lang.c (ada_decode_symbol): Cast away constness of GSYMBOL
8156 rather than casting 'const char * const *' to 'const char **'.
8157 * ada-lex.l (processInt): Make "trailer" local const. Remove
8158 'const char **' cast.
8159 * arm-linux-tdep.c (arm_stap_parse_special_token): Add 'char *'
8160 locals, and use those as strtol output pointer, instead than doing
8161 invalid casts to from 'const char **' to 'char **'.
8162 (_initialize_demangle): Remove cast.
8163 * i386-tdep.c (i386_stap_parse_special_token): : Add 'char *'
8164 locals, and use those as strtol output pointer, instead than doing
8165 invalid casts to from 'const char **' to 'char **'.
8166 * solib-dsbt.c (dsbt_get_initial_loadmaps): Remove 'gdb_byte**'
8167 casts.
8168 * stap-probe.c (stap_parse_register_operand)
8169 (stap_parse_single_operand): Likewise.
8170
8ddb1965
YQ
81712013-03-13 Yao Qi <yao@codesourcery.com>
8172
8173 * tracepoint.c (tfile_get_trace_state_variable_value): Look for
8174 the last matched 'V' blcok in trace frame.
8175
2d450646
JB
81762013-03-12 Joel Brobecker <brobecker@adacore.com>
8177
8178 * NEWS: Create a new section for the next release branch.
8179 Rename the section of the current branch, now that it has
8180 been cut.
8181
b4b79973 81822013-03-12 Joel Brobecker <brobecker@adacore.com>
8183
8184 GDB 7.6 branch created (branch timestamp: 2013-03-12 22:15 UTC)
8185 * version.in: Bump version to 7.6.50.20130312-cvs.
8186
ee047554
KS
81872013-03-12 Keith Seitz <keiths@redhat.com>
8188
8189 * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.
8190 * mi/mi-interp.c (mi_interpreter_exec): Make "command" const.
8191 Remove temporary copy of input string.
8192 (mi_execute_command_wrapper): Make "cmd" const.
8193 * mi/mi-main.c (mi_execute_command): Make "string_ptr" const.
8194 * mi/mi-parse.c (mi_parse_argv): Make "args" const.
8195 Use const strings.
8196 (mi_parse): Make "cmd" const.
8197 Use const strings.
8198 * mi/mi-parse.h (mi_parse): Make "cmd" const.
8199
bbc13ae3
KS
82002013-03-12 Keith Seitz <keiths@redhat.com>
8201
8202 * ada-lang.c (ada_read_renaming_var_value): Pass const
8203 pointer to expression string to parse_exp_1.
8204 (create_excep_cond_exprs): Likewise.
8205 * ax-gdb.c (agent_eval_command_one): Likewise.
8206 (maint_agent_printf_command): Likewise.
8207 Constify much of the string handling/parsing.
8208 * breakpoint.c (set_breakpoint_condition): Pass const
8209 pointer to expression string to parse_exp_1.
8210 (update_watchpoint): Likewise.
8211 (parse_cmd_to_aexpr): Constify string handling.
8212 Pass const pointer to parse_exp_1.
8213 (init_breakpoint_sal): Pass const pointer to parse_exp_1.
8214 (find_condition_and_thread): Likewise.
8215 Make TOK const.
8216 (watch_command_1): Make "arg" const.
8217 Constify string handling.
8218 Copy the expression string instead of changing the input
8219 string.
8220 (update_breakpoint_location): Pass const pointer to
8221 parse_exp_1.
8222 * eval.c (parse_and_eval_address): Make "exp" const.
8223 (parse_to_comma_and_eval): Make "expp" const.
8224 (parse_and_eval): Make "exp" const.
8225 * expression.h (parse_expression): Make argument const.
8226 (parse_exp_1): Make first argument const.
8227 * findcmd.c (parse_find_args): Treat "args" as const.
8228 * linespec.c (parse_linespec): Pass const pointer to
8229 linespec_expression_to_pc.
8230 (linespec_expression_to_pc): Make "exp_ptr" const.
8231 * parse.c (parse_exp_1): Make "stringptr" const.
8232 Make a copy of the expression to pass to parse_exp_in_context until
8233 this whole interface can be constified.
8234 (parse_expression): Make "string" const.
8235 * printcmd.c (ui_printf): Treat "arg" as const.
8236 Handle const strings.
8237 * tracepoint.c (validate_actionline): Pass const pointer to
8238 all calls to parse_exp_1.
8239 (encode_actions_1): Likewise.
8240 * value.h (parse_to_comma_and_eval): Make argument const.
8241 (parse_and_eval_address): Likewise.
8242 (parse_and_eval): Likewise.
8243 * varobj.c (varobj_create): Pass const pointer to parse_exp_1.
8244 (varobj_set_value): Likewise.
8245 * cli/cli-cmds.c (disassemble_command): Treat "arg" as const and
8246 constify string handling.
8247 Pass const pointers to parse_and_eval_address and
8248 parse_to_comman_and_eval.
8249 * cli/cli-utils.c (skip_to_space): Rename to ...
8250 (skip_to_space_const): ... this. Handle const strings.
8251 * cli/cli-utils.h (skip_to_space): Turn into macro which invokes
8252 skip_to_space_const.
8253 (skip_to_space_const): Declare.
8254 * common/format.c (parse_format_string): Make "arg" const.
8255 Handle const strings.
8256 * common/format.h (parse_format_string): Make "arg" const.
8257 * gdbserver/ax.c (ax_printf): Make "format" const.
8258 * python/python.c (gdbpy_parse_and_eval): Do not make a copy
8259 of the expression string.
8260
f3cec7e6
HZ
82612013-03-12 Hui Zhu <hui@codesourcery.com>
8262
8263 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Update error message.
8264
9df7235c
HZ
82652013-03-12 Yao Qi <yao@codesourcery.com>
8266 Hui Zhu <hui@codesourcery.com>
8267
8268 * dwarf2loc.c (access_memory): Change nbits to nbytes in gdb_assert.
8269 (dwarf2_compile_expr_to_ax): Call access_memory in DW_OP_deref and
8270 DW_OP_deref_size.
8271
82d049ab
PH
82722013-03-12 Paul Hilfinger <hilfingr@adacore.com>
8273
5f8e0b8f
MF
8274 * ada-lex.l (rules): Only recognize 'thread' as a
8275 delimiter when followed by numerals, as for c-exp.y.
8276 Use new rewind_to_char function to rewind the input for
8277 expression-delimiting tokens.
8278 (rewind_to_char): New function.
82d049ab 8279
8c1fb155
JK
82802013-03-11 Pedro Alves <palves@redhat.com>
8281 Jan Kratochvil <jan.kratochvil@redhat.com>
8282
8283 * configure: Regenerate.
8284 * configure.ac (check dynamic export flag): Link python test with
8285 $PYTHON_LIBS.
8286
cc81e1c6
DE
82872013-03-11 Doug Evans <dje@google.com>
8288 Keith Seitz <keiths@redhat.com>
8289
8290 * linespec.c (find_linespec_symbols): Call find_function_symbols
8291 first, and then call lookup_prefix_sym/find_method.
8292
39086a0e
PA
82932013-03-11 Pedro Alves <palves@redhat.com>
8294
8295 * charset.c (convert_between_encodings): Don't cast between
8296 different pointer to pointer types. Instead, make the 'inp' local
8297 be of the type iconv expects.
8298 (wchar_iterate): Don't cast between different pointer to pointer
8299 types. Instead, use new pointer local of the type iconv expects.
8300 * target.c (target_read_stralloc, target_fileio_read_stralloc):
8301 Add new local of type char pointer, and use it to get a
8302 char/string view of the byte buffer, instead of casting between
8303 pointer to pointer types.
8304
90585175
HAQ
83052013-03-11 Hafiz Abid Qadeer <abidh@codesourcery.com>
8306
8307 * remote.c (remote_set_trace_buffer_size): Move != operator
8308 to the start of next line to fix an ARI warning.
8309
59ea5688
MM
83102013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8311
8312 * NEWS: Add record changes.
8313
946287b7
MM
83142013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8315
8316 * record-btrace.c (btrace_insn_history): Omit the pc prefix in
8317 the instruction history disassembly.
8318 * disasm.c (dump_insns): Omit the pc prefix, if requested.
8319 * disasm.h (DISASSEMBLY_OMIT_PC): New.
8320
afedecd3
MM
83212013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8322
8323 * Makefile.in (SFILES): Add record-btrace.c
8324 (COMMON_OBS): Add record-btrace.o
8325 * record-btrace.c: New.
8326 * objfiles.c: Include btrace.h.
8327 (free_objfile): call btrace_free_objfile.
8328
15984c13
MM
83292013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8330
8331 * target.c (target_call_history, target_call_history_from,
8332 target_call_history_range): New.
8333 * target.h (target_ops) <to_call_history, to_call_history_from,
8334 to_call_history_range>: New fields.
8335 (target_call_history, target_call_history_from,
8336 target_call_history_range): New declaration.
8337 * record.c (get_call_history_modifiers, cmd_record_call_history,
8338 record_call_history_size): New.
8339 (_initialize_record): Add the "record function-call-history" command.
8340 Add "set/show record function-call-history-size" commands.
8341 * record.h (record_print_flag): New.
8342
67c86d06
MM
83432013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8344
8345 * target.h (target_ops) <to_insn_history, to_insn_history_from,
8346 to_insn_history_range>: New fields.
8347 (target_insn_history): New.
8348 (target_insn_history_from): New.
8349 (target_insn_history_range): New.
8350 * target.c (target_insn_history): New.
8351 (target_insn_history_from): New.
8352 (target_insn_history_range): New.
8353 * record.c: Include cli/cli-utils.h, disasm.h, ctype.h.
8354 (record_insn_history_size): New.
8355 (get_insn_number): New.
8356 (get_context_size): New.
8357 (no_chunk): New.
8358 (get_insn_history_modifiers): New.
8359 (cmd_record_insn_history): New.
8360 (_initialize_record): Add "set/show record instruction-history-size"
8361 command. Add "record instruction-history" command.
8362
7c1687a9
MM
83632013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8364
8365 * record.h (record_disconnect): New.
8366 (record_detach): New.
8367 (record_mourn_inferior): New.
8368 (record_kill): New.
8369 * record-full.c (record_disconnect, record_detach,
8370 record_mourn_inferior, record_kill): Move to...
8371 * record.c: ...here.
8372 (DEBUG): New.
8373 (record_stop): New.
8374 (record_unpush): New.
8375 (cmd_record_stop): Call record_stop. Replace unpush_target
8376 call with record_unpush call.
8377 (record_disconnect, record_detach): Assert that the target
8378 is of record stratum. Call record_unpush, record_stop, and
8379 DEBUG.
8380 (record_mourn_inferior, record_kill): Assert that the target
8381 is of record stratum. Call record_unpush and DEBUG.
8382
25ea693b
MM
83832013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8384
8385 * record-full.h, record-full.c (record_memory_query): Rename
8386 to ...
8387 (record_full_memory_query): ...this. Update all users.
8388 (record_arch_list_add_reg): Rename to ...
8389 (record_full_arch_list_add_reg): ...this. Update all users.
8390 (record_arch_list_add_mem): Rename to ...
8391 (record_full_arch_list_add_mem): ...this. Update all users.
8392 (record_arch_list_add_end): Rename to ...
8393 (record_full_arch_list_add_end): ...this. Update all users.
8394 (record_gdb_operation_disable_set): Rename to ...
8395 (record_full_gdb_operation_disable_set): ...this.
8396 Update all users.
8397
88d1aa9d
MM
83982013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8399
8400 * record-full.c (DEFAULT_RECORD_INSN_MAX_NUM): Renamed to ...
8401 (DEFAULT_RECORD_FULL_INSN_MAX_NUM): ... this. Updated all users.
8402 (RECORD_IS_REPLAY): Renamed to ...
8403 (RECORD_FULL_IS_REPLAY): ... this. Updated all users.
8404 (RECORD_FILE_MAGIC): Renamed to ...
8405 (RECORD_FULL_FILE_MAGIC): ... this. Updated all users.
8406 (record_mem_entry): Renamed to ...
8407 (record_full_mem_entry): ... this. Updated all users.
8408 (record_reg_entry): Renamed to ...
8409 (record_full_reg_entry): ... this. Updated all users.
8410 (record_end_entry): Renamed to ...
8411 (record_full_end_entry): ... this. Updated all users.
8412 (record_type) <record_end, record_reg, record_mem>: Renamed
8413 to ...
8414 (record_full_type) <record_full_end, record_full_reg,
8415 record_full_mem>: ... this. Updated all users.
8416 (record_entry): Renamed to ...
8417 (record_full_entry): ... this. Updated all users.
8418 (record_core_buf_entry): Renamed to ...
8419 (record_full_core_buf_entry): ... this. Updated all users.
8420 (record_core_regbuf): Renamed to ...
8421 (record_full_core_regbuf): ... this. Updated all users.
8422 (record_core_start): Renamed to ...
8423 (record_full_core_start): ... this. Updated all users.
8424 (record_core_end): Renamed to ...
8425 (record_full_core_end): ... this. Updated all users.
8426 (record_core_buf_list): Renamed to ...
8427 (record_full_core_buf_list): ... this. Updated all users.
8428 (record_first): Renamed to ...
8429 (record_full_first): ... this. Updated all users.
8430 (record_list): Renamed to ...
8431 (record_full_list): ... this. Updated all users.
8432 (record_arch_list_head): Renamed to ...
8433 (record_full_arch_list_head): ... this. Updated all users.
8434 (record_arch_list_tail): Renamed to ...
8435 (record_full_arch_list_tail): ... this. Updated all users.
8436 (record_stop_at_limit): Renamed to ...
8437 (record_full_stop_at_limit): ... this. Updated all users.
8438 (record_insn_max_num): Renamed to ...
8439 (record_full_insn_max_num): ... this. Updated all users.
8440 (record_insn_num): Renamed to ...
8441 (record_full_insn_num): ... this. Updated all users.
8442 (record_insn_count): Renamed to ...
8443 (record_full_insn_count): ... this. Updated all users.
8444 (record_ops): Renamed to ...
8445 (record_full_ops): ... this. Updated all users.
8446 (record_core_ops): Renamed to ...
8447 (record_full_core_ops): ... this. Updated all users.
8448 (set_record_cmdlist): Renamed to ...
8449 (set_record_full_cmdlist): ... this. Updated all users.
8450 (show_record_cmdlist): Renamed to ...
8451 (show_record_full_cmdlist): ... this. Updated all users.
8452 (record_cmdlist): Renamed to ...
8453 (record_full_cmdlist): ... this. Updated all users.
8454 (record_beneath_to_resume_ops): Renamed to ...
8455 (record_full_beneath_to_resume_ops): ... this. Updated all users.
8456 (record_beneath_to_resume): Renamed to ...
8457 (record_full_beneath_to_resume): ... this. Updated all users.
8458 (record_beneath_to_wait_ops): Renamed to ...
8459 (record_full_beneath_to_wait_ops): ... this. Updated all users.
8460 (record_beneath_to_wait): Renamed to ...
8461 (record_full_beneath_to_wait): ... this. Updated all users.
8462 (record_beneath_to_store_registers_ops): Renamed to ...
8463 (record_full_beneath_to_store_registers_ops): ... this.
8464 Updated all users.
8465 (record_beneath_to_store_registers): Renamed to ...
8466 (record_full_beneath_to_store_registers): ... this.
8467 Updated all users.
8468 (record_beneath_to_xfer_partial_ops): Renamed to ...
8469 (record_full_beneath_to_xfer_partial_ops): ... this.
8470 Updated all users.
8471 (record_beneath_to_xfer_partial): Renamed to ...
8472 (record_full_beneath_to_xfer_partial): ... this.
8473 Updated all users.
8474 (record_beneath_to_insert_breakpoint): Renamed to ...
8475 (record_full_beneath_to_insert_breakpoint): ... this.
8476 Updated all users.
8477 (record_beneath_to_stopped_by_watchpoint): Renamed to ...
8478 (record_full_beneath_to_stopped_by_watchpoint): ... this.
8479 Updated all users.
8480 (record_beneath_to_stopped_data_address): Renamed to ...
8481 (record_full_beneath_to_stopped_data_address): ... this.
8482 Updated all users.
8483 (record_beneath_to_async): Renamed to ...
8484 (record_full_beneath_to_async): ... this. Updated all users.
8485 (record_goto_insn): Renamed to ...
8486 (record_full_goto_insn): ... this. Updated all users.
8487 (record_save): Renamed to ...
8488 (record_full_save): ... this. Updated all users.
8489 (record_reg_alloc): Renamed to ...
8490 (record_full_reg_alloc): ... this. Updated all users.
8491 (record_reg_release): Renamed to ...
8492 (record_full_reg_release): ... this. Updated all users.
8493 (record_mem_alloc): Renamed to ...
8494 (record_full_mem_alloc): ... this. Updated all users.
8495 (record_mem_release): Renamed to ...
8496 (record_full_mem_release): ... this. Updated all users.
8497 (record_end_alloc): Renamed to ...
8498 (record_full_end_alloc): ... this. Updated all users.
8499 (record_end_release): Renamed to ...
8500 (record_full_end_release): ... this. Updated all users.
8501 (record_entry_release): Renamed to ...
8502 (record_full_entry_release): ... this. Updated all users.
8503 (record_list_release): Renamed to ...
8504 (record_full_list_release): ... this. Updated all users.
8505 (record_list_release_following): Renamed to ...
8506 (record_full_list_release_following): ... this.
8507 Updated all users.
8508 (record_list_release_first): Renamed to ...
8509 (record_full_list_release_first): ... this. Updated all users.
8510 (record_arch_list_add): Renamed to ...
8511 (record_full_arch_list_add): ... this. Updated all users.
8512 (record_get_loc): Renamed to ...
8513 (record_full_get_loc): ... this. Updated all users.
8514 (record_check_insn_num): Renamed to ...
8515 (record_full_check_insn_num): ... this. Updated all users.
8516 (record_arch_list_cleanups): Renamed to ...
8517 (record_full_arch_list_cleanups): ... this. Updated all users.
8518 (record_message): Renamed to ...
8519 (record_full_message): ... this. Updated all users.
8520 (record_message_wrapper): Renamed to ...
8521 (record_full_message_wrapper): ... this. Updated all users.
8522 (record_message_wrapper_safe): Renamed to ...
8523 (record_full_message_wrapper_safe): ... this. Updated all users.
8524 (record_gdb_operation_disable): Renamed to ...
8525 (record_full_gdb_operation_disable): ... this. Updated all users.
8526 (record_hw_watchpoint): Renamed to ...
8527 (record_full_hw_watchpoint): ... this. Updated all users.
8528 (record_exec_insn): Renamed to ...
8529 (record_full_exec_insn): ... this. Updated all users.
8530 (record_restore): Renamed to ...
8531 (record_full_restore): ... this. Updated all users.
8532 (record_async_inferior_event_token): Renamed to ...
8533 (record_full_async_inferior_event_token): ... this.
8534 Updated all users.
8535 (record_async_inferior_event_handler): Renamed to ...
8536 (record_full_async_inferior_event_handler): ... this.
8537 Updated all users.
8538 (record_core_open_1): Renamed to ...
8539 (record_full_core_open_1): ... this. Updated all users.
8540 (record_open_1): Renamed to ...
8541 (record_full_open_1): ... this. Updated all users.
8542 (record_open): Renamed to ...
8543 (record_full_open): ... this. Updated all users.
8544 (record_close): Renamed to ...
8545 (record_full_close): ... this. Updated all users.
8546 (record_resume_step): Renamed to ...
8547 (record_full_resume_step): ... this. Updated all users.
8548 (record_resumed): Renamed to ...
8549 (record_full_resumed): ... this. Updated all users.
8550 (record_execution_dir): Renamed to ...
8551 (record_full_execution_dir): ... this. Updated all users.
8552 (record_resume): Renamed to ...
8553 (record_full_resume): ... this. Updated all users.
8554 (record_get_sig): Renamed to ...
8555 (record_full_get_sig): ... this. Updated all users.
8556 (record_sig_handler): Renamed to ...
8557 (record_full_sig_handler): ... this. Updated all users.
8558 (record_wait_cleanups): Renamed to ...
8559 (record_full_wait_cleanups): ... this. Updated all users.
8560 (record_wait_1): Renamed to ...
8561 (record_full_wait_1): ... this. Updated all users.
8562 (record_wait): Renamed to ...
8563 (record_full_wait): ... this. Updated all users.
8564 (record_stopped_by_watchpoint): Renamed to ...
8565 (record_full_stopped_by_watchpoint): ... this. Updated all users.
8566 (record_disconnect): Renamed to ...
8567 (record_full_disconnect): ... this. Updated all users.
8568 (record_detach): Renamed to ...
8569 (record_full_detach): ... this. Updated all users.
8570 (record_mourn_inferior): Renamed to ...
8571 (record_full_mourn_inferior): ... this. Updated all users.
8572 (record_kill): Renamed to ...
8573 (record_full_kill): ... this. Updated all users.
8574 (record_stopped_data_address): Renamed to ...
8575 (record_full_stopped_data_address): ... this. Updated all users.
8576 (record_registers_change): Renamed to ...
8577 (record_full_registers_change): ... this. Updated all users.
8578 (record_store_registers): Renamed to ...
8579 (record_full_store_registers): ... this. Updated all users.
8580 (record_xfer_partial): Renamed to ...
8581 (record_full_xfer_partial): ... this. Updated all users.
8582 (record_breakpoint): Renamed to ...
8583 (record_full_breakpoint): ... this. Updated all users.
8584 (record_breakpoint_p): Renamed to ...
8585 (record_full_breakpoint_p): ... this. Updated all users.
8586 (record_breakpoints): Renamed to ...
8587 (record_full_breakpoints): ... this. Updated all users.
8588 (record_sync_record_breakpoints): Renamed to ...
8589 (record_full_sync_record_breakpoints): ... this.
8590 Updated all users.
8591 (record_init_record_breakpoints): Renamed to ...
8592 (record_full_init_record_breakpoints): ... this.
8593 Updated all users.
8594 (record_insert_breakpoint): Renamed to ...
8595 (record_full_insert_breakpoint): ... this. Updated all users.
8596 (record_remove_breakpoint): Renamed to ...
8597 (record_full_remove_breakpoint): ... this. Updated all users.
8598 (record_can_execute_reverse): Renamed to ...
8599 (record_full_can_execute_reverse): ... this. Updated all users.
8600 (record_get_bookmark): Renamed to ...
8601 (record_full_get_bookmark): ... this. Updated all users.
8602 (record_goto_bookmark): Renamed to ...
8603 (record_full_goto_bookmark): ... this. Updated all users.
8604 (record_async): Renamed to ...
8605 (record_full_async): ... this. Updated all users.
8606 (record_can_async_p): Renamed to ...
8607 (record_full_can_async_p): ... this. Updated all users.
8608 (record_is_async_p): Renamed to ...
8609 (record_full_is_async_p): ... this. Updated all users.
8610 (record_execution_direction): Renamed to ...
8611 (record_full_execution_direction): ... this. Updated all users.
8612 (record_info): Renamed to ...
8613 (record_full_info): ... this. Updated all users.
8614 (record_delete): Renamed to ...
8615 (record_full_delete): ... this. Updated all users.
8616 (record_is_replaying): Renamed to ...
8617 (record_full_is_replaying): ... this. Updated all users.
8618 (record_goto_entry): Renamed to ...
8619 (record_full_goto_entry): ... this. Updated all users.
8620 (record_goto_begin): Renamed to ...
8621 (record_full_goto_begin): ... this. Updated all users.
8622 (record_goto_end): Renamed to ...
8623 (record_full_goto_end): ... this. Updated all users.
8624 (record_goto): Renamed to ...
8625 (record_full_goto): ... this. Updated all users.
8626 (init_record_ops): Renamed to ...
8627 (init_record_full_ops): ... this. Updated all users.
8628 (record_core_resume): Renamed to ...
8629 (record_full_core_resume): ... this. Updated all users.
8630 (record_core_kill): Renamed to ...
8631 (record_full_core_kill): ... this. Updated all users.
8632 (record_core_fetch_registers): Renamed to ...
8633 (record_full_core_fetch_registers): ... this. Updated all users.
8634 (record_core_prepare_to_store): Renamed to ...
8635 (record_full_core_prepare_to_store): ... this. Updated all users.
8636 (record_core_store_registers): Renamed to ...
8637 (record_full_core_store_registers): ... this. Updated all users.
8638 (record_core_xfer_partial): Renamed to ...
8639 (record_full_core_xfer_partial): ... this. Updated all users.
8640 (record_core_insert_breakpoint): Renamed to ...
8641 (record_full_core_insert_breakpoint): ... this. Updated all users.
8642 (record_core_remove_breakpoint): Renamed to ...
8643 (record_full_core_remove_breakpoint): ... this. Updated all users.
8644 (record_core_has_execution): Renamed to ...
8645 (record_full_core_has_execution): ... this. Updated all users.
8646 (init_record_core_ops): Renamed to ...
8647 (init_record_full_core_ops): ... this. Updated all users.
8648 (cmd_record_restore): Renamed to ...
8649 (cmd_record_full_restore): ... this. Updated all users.
8650 (record_save_cleanups): Renamed to ...
8651 (record_full_save_cleanups): ... this. Updated all users.
8652 (cmd_record_start): Renamed to ...
8653 (cmd_record_full_start): ... this. Updated all users.
8654 (set_record_insn_max_num): Renamed to ...
8655 (set_record_full_insn_max_num): ... this. Updated all users.
8656 (set_record_command): Renamed to ...
8657 (set_record_full_command): ... this. Updated all users.
8658 (show_record_command): Renamed to ...
8659 (show_record_full_command): ... this. Updated all users.
8660 (_initialize_record): Renamed to ...
8661 (_initialize_record_full): ... this. Updated all users.
8662
d02ed0bb
MM
86632013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8664
8665 * record.h: Split into this and ...
8666 * record-full.h: ... this.
8667 * record.c: Split into this and ...
8668 * record-full.c: ... this.
8669 * target.h (target_ops): Add new fields to_info_record,
8670 to_save_record, to_delete_record, to_record_is_replaying,
8671 to_goto_record_begin, to_goto_record_end, to_goto_record.
8672 (target_info_record): New.
8673 (target_save_record): New.
8674 (target_supports_delete_record): New.
8675 (target_delete_record): New.
8676 (target_record_is_replaying): New.
8677 (target_goto_record_begin): New.
8678 (target_goto_record_end): New.
8679 (target_goto_record): New.
8680 * target.c (target_info_record): New.
8681 (target_save_record): New.
8682 (target_supports_delete_record): New.
8683 (target_delete_record): New.
8684 (target_record_is_replaying): New.
8685 (target_goto_record_begin): New.
8686 (target_goto_record_end): New.
8687 (target_goto_record): New.
8688 * record.h: Declare struct cmd_list_element.
8689 (record_cmdlist): New declaration.
8690 (set_record_cmdlist): New declaration.
8691 (show_record_cmdlist): New declaration.
8692 (info_record_cmdlist): New declaration.
8693 (cmd_record_goto): New declaration.
8694 * record.c: Remove unnecessary includes.
8695 Include inferior.h.
8696 (cmd_record_goto): Remove declaration.
8697 (record_cmdlist): Now extern. Initialize.
8698 (set_record_cmdlist): Now extern. Initialize.
8699 (show_record_cmdlist): Now extern. Initialize.
8700 (info_record_cmdlist): Now extern. Initialize.
8701 (find_record_target): New.
8702 (require_record_target): New.
8703 (cmd_record_start): Update.
8704 (cmd_record_delete): Remove target-specific code.
8705 Call target_delete_record.
8706 (cmd_record_stop): Unpush any record target.
8707 (set_record_insn_max_num): Move to record-full.c
8708 (set_record_command): Add comment.
8709 (show_record_command): Add comment.
8710 (info_record_command): Update comment.
8711 Remove target-specific code.
8712 Call the record target's to_info_record.
8713 (cmd_record_start): New.
8714 (cmd_record_goto): Now extern.
8715 Remove target-specific code.
8716 Call target_goto_begin, target_goto_end, or target_goto.
8717 (_initialize_record): Move record target ops initialization to
8718 record-full.c.
8719 Change "record" command help text.
8720 Move "record restore", "record set", and "record show" commands to
8721 record-full.c.
8722 * Makefile.in (SFILES): Add record-full.c.
8723 (HFILES_NO_SRCDIR): Add record-full.h.
8724 (COMMON_OBS): Add record-full.o.
8725 * amd64-linux-tdep.c: Include record-full.h instead of record.h.
8726 * arm-tdep.c: Include record-full.h.
8727 * i386-linux-tdep.c: Include record-full.h instead of record.h.
8728 * i386-tdep.c: Include record-full.h.
8729 * infrun.c: Include record-full.h.
8730 * linux-record.c: Include record-full.h.
8731 * moxie-tdep.c: Include record-full.h.
8732 * record-full.c: Include record-full.h.
8733 Change module comment.
8734 (set_record_full_cmdlist): New.
8735 (show_record_full_cmdlist): New.
8736 (record_full_cmdlist): New.
8737 (record_goto_insn): New declaration.
8738 (record_save): New declaration.
8739 (record_check_insn_num): Change query string.
8740 (record_info): New.
8741 (record_delete): New.
8742 (record_is_replaying): New.
8743 (record_goto_entry): New.
8744 (record_goto_begin): New.
8745 (record_goto_end): New.
8746 (record_goto): New.
8747 (init_record_ops): Update.
8748 (init_record_core_ops): Update.
8749 (cmd_record_save): Rename to record_save. Remove target and arg checks.
8750 (cmd_record_start): New.
8751 (set_record_insn_max_num): Moved from record.c
8752 (set_record_full_command): New.
8753 (show_record_full_command): New.
8754 (_initialize_record_full): New.
8755
b48d48eb
MM
87562013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8757
8758 * target.h (add_deprecated_target_alias): New.
8759 * target.c (add_deprecated_target_alias): New.
8760
a950d57c
MM
87612013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8762
8763 * common/linux-btrace.c: Include sys/ptrace, sys/types, sys/wait.h,
8764 and signal.h.
8765 (linux_supports_btrace): Add kernel and
8766 cpuid check.
8767 (kernel_supports_btrace): New function.
8768 (cpu_supports_btrace): New function.
8769 (intel_supports_btrace): New function.
8770
9accd112
MM
87712013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8772
8773 * target.h (enum target_object): Add TARGET_OBJECT_BTRACE.
8774 * remote.c: Include btrace.h.
8775 (struct btrace_target_info): New struct.
8776 (remote_supports_btrace): New function.
8777 (send_Qbtrace): New function.
8778 (remote_enable_btrace): New function.
8779 (remote_disable_btrace): New function.
8780 (remote_teardown_btrace): New function.
8781 (remote_read_btrace): New function.
8782 (init_remote_ops): Add btrace ops.
8783 (enum <unnamed>): Add btrace packets.
8784 (struct protocol_feature remote_protocol_features[]): Add btrace packets.
8785 (_initialize_remote): Add packet configuration for branch tracing.
8786
c12a2917
MM
87872013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8788
8789 * features/btrace.dtd: New file.
8790 * Makefile.in (XMLFILES): Add btrace.dtd.
8791 * btrace.h (parse_xml_btrace): New declaration.
8792 * btrace.c: Include xml-support.h.
8793 (parse_xml_btrace): New function.
8794 (parse_xml_btrace_block): New function.
8795 (block_attributes): New struct.
8796 (btrace_attributes): New struct.
8797 (btrace_children): New struct.
8798 (btrace_elements): New struct.
8799
3e3aea48
MM
88002013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8801
8802 * amd64-linux-nat.c: Include btrace.h and linux-btrace.h.
8803 (amd64_linux_enable_btrace): New.
8804 (amd64_linux_disable_btrace): New.
8805 (amd64_linux_teardown_btrace): New.
8806 (_initialize_amd64_linux_nat): Initialize btrace ops.
8807 * i386-linux.nat.c: Include btrace.h and linux-btrace.h.
8808 (i386_linux_enable_btrace): New.
8809 (i386_linux_disable_btrace): New.
8810 (i386_linux_teardown_btrace): New.
8811 (_initialize_i386_linux_nat): Initialize btrace ops.
8812 * config/i386/linux.mh: Add linux-btrace.o.
8813 * config/i386/linux64.mh: Add linux-btrace.o.
8814
7c97f91e
MM
88152013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8816
8817 * common/linux_btrace.h: New file.
8818 * common/linux_btrace.c: New file.
8819 * Makefile.in (SFILES): Add btrace.c.
8820 (HFILES_NO_SRCDIR): Add common/linux-btrace.h.
8821 (COMMON_OBS): Add btrace.o.
8822 (linux-btrace.o): New rule.
8823
1999790b 88242013-03-11 Markus Metzger <markus.t.metzger@intel.com>
02d27625
MM
8825
8826 * target.h: Include btrace.h.
8827 (struct target_ops) <to_supports_btrace, to_enable_btrace,
8828 to_disable_btrace, to_teardown_btrace, to_read_btrace>: New.
8829 * target.c (target_supports_btrace): New function.
8830 (target_enable_btrace): New function.
8831 (target_disable_btrace): New function.
8832 (target_teardown_btrace): New function.
8833 (target_read_btrace): New function.
8834 * btrace.h: New file.
8835 * btrace.c: New file.
8836 * Makefile.in: Add btrace.c.
8837 * gdbthread.h: Include btrace.h.
8838 (struct thread_info): Add btrace field.
8839 * thread.c: Include btrace.h.
8840 (clear_thread_inferior_resources): Call target_teardown_btrace.
8841 * common/btrace-common.h: New file.
8842
61a31a67
JK
88432013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8844
8845 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Call also kill
8846 for CHILD, ignore PTRACE_KILL errors, move the inner block variable
8847 kill_status to outer block.
8848
05c56a9d
JK
88492013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8850
8851 Fix entry-values if the callee called a noreturn function.
8852 * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Use
8853 get_frame_address_in_block. Add new comment.
8854
9112db09
JK
88552013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8856
8857 Fix entry-values in C++ across CUs.
8858 * dwarf2loc.c (call_site_to_target_addr) <FIELD_LOC_KIND_PHYSNAME>: Use
8859 lookup_minimal_symbol. Add a comment.
8860 * dwarf2read.c
8861 (read_call_site_scope) <is_ref_attr> <die_is_declaration>: Prefer
8862 DW_AT_linkage_name.
8863
9b67fcec
YQ
88642013-03-08 Yao Qi <yao@codesourcery.com>
8865
8866 * tracepoint.c (_initialize_tracepoint): Indent the code.
8867
6221be90
PA
88682013-03-08 Pedro Alves <palves@redhat.com>
8869
8870 * findcmd.c (put_bits): Change type of parameter to 'gdb_byte *'.
8871 (parse_find_args, find_command): Change type of pattern buffer
8872 locals to 'gdb_byte *'.
8873
be9a119c 88742013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
8875 Hafiz Abid Qadeer <abidh@codesourcery.com>
8876
8877 * NEWS: Mention set and show trace-buffer-size commands.
8878 Mention new packet.
8879 * target.h (struct target_ops): New method
8880 to_set_trace_buffer_size.
8881 (target_set_trace_buffer_size): New macro.
8882 * target.c (update_current_target): Set up new method.
8883 * tracepoint.c (trace_buffer_size): New global.
8884 (start_tracing): Send it to the target.
8885 (set_trace_buffer_size): New function.
8886 (_initialize_tracepoint): Add new setshow for trace-buffer-size.
8887 * remote.c (remote_set_trace_buffer_size): New function.
8888 (_initialize_remote): Use it.
8889 (QTBuffer:size) New remote command.
8890 (PACKET_QTBuffer_size): New enum.
8891 (remote_protocol_features): Add an entry for
8892 PACKET_QTBuffer_size.
8893
7da3ab79
TT
88942013-03-08 Tom Tromey <tromey@redhat.com>
8895
8896 * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
8897 variable.
8898
0c1f71e7
PA
88992013-03-07 Pedro Alves <palves@redhat.com>
8900
8901 * target.c (target_read_stralloc, target_fileio_read_alloc):
8902 *Cast pointer to 'gdb_byte *' in target call.
8903
c8af03a2
PA
89042013-03-07 Pedro Alves <palves@redhat.com>
8905
8906 * corefile.c (read_memory_string): Cast pointer to gdb_byte* in
8907 call.
8908
529480d0
KS
89092013-03-07 Keith Seitz <keiths@redhat.com>
8910
8911 * breakpoint.c (catch_syscall_split_args): Use skip_spaces.
8912 (trace_pass_command): Likewise.
8913 * cli/cli-cmds.c: Include cli/cli-utils.h.
8914 (source_command): Use skip-spaces.
8915 (disassemble_command): Likewise.
8916 * findcmd.c: Include cli/cli-utils.h.
8917 (parse_find_args): Use skip_spaces.
8918 * go32-nat.c: Include cli/cli-utils.h.
8919 (go32_sldt): Use skip_spaces.
8920 (go32_sgdt): Likewise.
8921 (go32_sidt): Likewise.
8922 (go32_pde): Likewise.
8923 (go32_pte): Likewise.
8924 (go32_pte_for_address): Likewise.
8925 * infcmd.c: Include cli/cli-utils.h.
8926 (registers_info): Use skip_spaces.
8927 * linux-tdep.c (read_mapping): Use skip_spaces_const.
8928 (linux_info_proc): Likewise.
8929 * linux-thread-db.c: Include cli/cli-utils.h.
8930 (info_auto_load_libthread_db): Use skip_spaces_const.
8931 * m32r-rom.c: Include cli/cli-utils.h.
8932 (m32r_upload_command): Use skip_spaces.
8933 * maint.c: Include cli/cli-utils.h.
8934 (maintenance_translate_address): Use skip_spaces.
8935 * mi/mi-parse.c: Include cli/cli-utils.h.
8936 (mi_parse_argv): Use skip_spaces.
8937 (mi_parse): Likewise.
8938 * minsyms.c: Include cli/cli-utils.h.
8939 (msymbol_hash_iw): Use skip_spaces_const.
8940 * objc-lang.c: Include cli/cli-utils.h.
8941 (parse_selector): Use skip_spaces.
8942 (parse_method): Likewise.
8943 * python/python.c: Include cli/cli-utils.h.
8944 (python_interactive_command)[HAVE_PYTHON]: Use skip_spaces.
8945 (python_command)[HAVE_PYTHON]: Likewise.
8946 (python_interactive_command)[!HAVE_PYTHON]: Likewise.
8947 * remote-m32r-sdi.c: Include cli/cli-utils.h.
8948 (m32r_load): Use skip_spaces.
8949 * serial.c: Include cli/cli-utils.h.
8950 (serial_open): Use skip_spaces_const.
8951 * stack.c: Include cli/cli-utils.h.
8952 (parse_frame_specification_1): Use skip_spaces_const.
8953 * symfile.c: Include cli/cli-utils.h.
8954 (set_ext_lang_command): Use skip_spaces.
8955 * symtab.c: Include cli/cli-utils.h.
8956 (rbreak_command): Use skip_spaces.
8957 * thread.c (thread_name_command): Use skip_spaces.
8958 * tracepoint.c (validate_actionline): Use skip_spaces.
8959 (encode_actions_1): Likewise.
8960 (trace_find_range_command): Likewise.
8961 (trace_find_outside_command): Likewise.
8962 (trace_dump_actions): Likewise.
8963
ac91cd70
PA
89642013-03-07 Pedro Alves <palves@redhat.com>
8965
8966 * c-lang.c (parse_one_string): Cast argument to gdb_byte *.
8967 * expprint.c (print_subexp_standard): Likewise.
8968 * utils.c (host_char_to_target): Likewise.
8969 * valprint.c (generic_emit_char, generic_printstr): Likewise.
8970 * varobj.c (value_get_print_value): Change type of local to char*.
8971 Cast it gdb_byte * in call to language printer.
8972
2898e560
PA
89732013-03-07 Pedro Alves <palves@redhat.com>
8974
8975 * charset.c (struct wchar_iterator) <input>: Change type to 'const
8976 gdb_byte *'.
8977 (make_wchar_iterator): Remove cast to char*.
8978 (wchar_iterate): Change type of local.
8979
a09b4448
PA
89802013-03-07 Pedro Alves <palves@redhat.com>
8981
8982 * regcache.c (regcache_xmalloc_1): Call XCALLOC with signed char
8983 for 'regcache->register_status'.
8984
20ced3e4
PA
89852013-03-07 Pedro Alves <palves@redhat.com>
8986
c2d6a675 8987 * breakpoint.c (breakpoint_xfer_memory): Change type of local to
20ced3e4
PA
8988 int.
8989
fe106009
PA
89902013-03-07 Pedro Alves <palves@redhat.com>
8991
8992 * stap-probe.c (handle_stap_probe): Add cast to char*.
8993
8ac2c12b
PA
89942013-03-07 Pedro Alves <palves@redhat.com>
8995
8996 * linux-record.c (record_linux_system_call) <gdb_sys_msgrcv,
8997 RECORD_MSGRCV>: Pass a signed variable to
8998 regcache_raw_read_signed, instead of an unsigned one.
8999
99f0a309
PA
90002013-03-07 Pedro Alves <palves@redhat.com>
9001
9002 * remote-notif.c (notif_debug): Change type to int.
9003 * remote-notif.h (notif_debug): Likewise.
9004
964b8317
PA
90052013-03-07 Pedro Alves <palves@redhat.com>
9006
9007 * ser-tcp.c (tcp_retry_limit): Change type to unsigned int.
9008
f0cc8ad4
PA
90092013-03-07 Pedro Alves <palves@redhat.com>
9010
9011 * remote.c (hex2bin, bin2hex): Move extern declarations to ...
9012 * remote.h (hex2bin, bin2hex): ... here.
9013 * tracepoint.c (hex2bin, bin2hex): Remove extern declarations.
9014
77dec115
EZ
90152013-03-07 Eli Zaretskii <eliz@gnu.org>
9016
9017 * utils.c (initialize_utils): Improve doc strings of "set/show
9018 width", "set/show height", and "set/show pagination".
9019
741d92cf
KS
90202013-03-06 Keith Seitz <keiths@redhat.com>
9021
9022 * ax-gdb.c (gen_printf): Make FORMAT const.
9023 * ax-gdb.h (gen_printf): Likewise.
9024 * ax-general.c (ax_string): Make STR const.
9025 * ax.h (ax_string): Likewise.
9026
7b6c814e
DE
90272013-03-06 Doug Evans <dje@google.com>
9028
9029 * elfread.c (elf_symfile_read): Move debugging printf to more
9030 logical location.
9031
634334ab
PA
90322013-03-06 Pedro Alves <palves@redhat.com>
9033
9034 * python/py-utils.c (target_string_to_unicode): Delete function.
9035 * python/python-internal.h (target_string_to_unicode): Delete
9036 declaration.
9037
e482a1a7
PM
90382013-03-06 Pierre Muller <muller@sourceware.org>
9039
9040 * linespec.c (get_current_search_block): ARI fix, use (void)
9041 for empty parameter list.
9042
4eeaa230
DE
90432013-03-05 Doug Evans <dje@google.com>
9044
9045 * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents
9046 of old ada_lookup_symbol_list. In !full_search case, don't
9047 search superblocks.
9048 (ada_lookup_symbol_list): Delete arg full_search, all callers
9049 updated. Call ada_lookup_symbol_list_worker.
9050 (ada_iterate_over_symbols): Call ada_lookup_symbol_list_worker.
9051 * ada-lang.h (ada_lookup_symbol_list): Update.
9052 * language.h (language_defn): Update comment for
9053 la_iterate_over_symbols.
9054 * linespec.c (iterate_over_file_blocks): New function.
9055 (iterate_over_all_matching_symtabs): Call it.
9056 (lookup_prefix_sym): Ditto.
9057 (get_current_search_block): New function.
9058 (get_search_block): Delete.
9059 (find_label_symbols): Call get_current_search_block.
9060 (add_matching_symbols_to_info): Call iterate_over_file_blocks.
9061 * symtab.c (iterate_over_symbols): Don't search superblocks.
9062
b69b1fb1
YQ
90632013-03-05 Yao Qi <yao@codesourcery.com>
9064
9065 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): Change
9066 parameter VAR's type from "unsigned int" to "int".
9067 * command.h (var_zuinteger_unlimited): Update its comments.
9068 (add_setshow_zuinteger_unlimited_cmd): Update the declaration.
9069
3c095f49
CV
90702013-03-05 Corinna Vinschen <vinschen@redhat.de>
9071
9072 * NEWS: Mention new target x86_64-*-cygwin*.
9073
b5b0b0af
CV
90742013-03-05 Corinna Vinschen <vinschen@redhat.de>
9075
9076 * configure.host: Add x86_64-*-cygwin* as host.
9077 * configure.tgt: Add x86_64-*-cygwin* as target.
9078 * config/i386/cygwin64.mh: New file.
9079
f6f99966
JK
90802013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9081
9082 * linespec.c (decode_line_2): Fix duplicate request off by two message.
9083
33f448b1
JK
90842013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9085
9086 * linespec.c (struct linespec_canonical_name): New.
9087 (struct linespec_state): Change canonical_names type to it.
9088 (add_sal_to_sals): Change variable canonical_name to canonical. Change
9089 xrealloc element size. Initialize the different CANONICAL fields.
9090 (canonical_to_fullform): New.
9091 (filter_results): Use it. Add variables canonical, fullform and
9092 cleanup.
9093 (struct decode_line_2_item, decode_line_2_compare_items): New.
9094 (decode_line_2): Remove variables iter and item_names, add variables
9095 items and items_count. Modify the code for these new variables.
9096
feb14725
CV
90972013-03-04 Corinna Vinschen <vinschen@redhat.com>
9098
9099 * coff-pe-read.c (read_pe_exported_syms): Don't return without
9100 calling do_cleanup.
9101
e83b17ba
HZ
91022013-03-04 Luis Machado <lgustavo@codesourcery.com>
9103
9104 * tracepoint.c (build_traceframe_info): Add code for byte order.
9105
a2d13a0d
KB
91062013-03-02 Kevin Buettner <kevinb@redhat.com>
9107
8dddcae8
KB
9108 * v850-tdep.c: (v850e2_register_name): Revise system register
9109 names to match current V850E2M architecture specifications.
9110 Update register number enum comments too.
f5aee5ee 9111
d79e58d8
JW
91122013-03-01 Jiong Wang <jiwang@tilera.com>
9113 Pedro Alves <palves@redhat.com>
9114
9115 * tilegx-tdep.c (tilegx_analyze_prologue): Limit bundle reading
9116 to END_ADDR.
9117 (tilegx_skip_prologue): Limit prologue analysis to section end.
9118
c4be5165
JK
91192013-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9120
9121 * dwarf2loc.c (call_site_find_chain_1): New variable save_callee_pc,
9122 use it.
9123
e362b510
PA
91242013-03-01 Pedro Alves <palves@redhat.com>
9125
9126 Use gdb_byte for bytes from the program being debugged.
9127
9128 * arm-tdep.c (arm_store_return_value, arm_get_longjmp_target):
9129 Change type of local 'buf' to gdb_byte.
9130 * avr-tdep.c (avr_frame_prev_register, avr_push_dummy_call): Likewise.
9131 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
9132 * cris-tdep.c (cris_sigcontext_addr)
9133 (cris_sigtramp_frame_unwind_cache): Likewise.
9134 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp)
9135 (frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
9136 Likewise.
9137 * frv-tdep.c (frv_pseudo_register_write, frv_analyze_prologue): Likewise.
9138 * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer)
9139 (hppa32_hpux_search_dummy_call_sequence)
9140 (hppa_hpux_supply_save_state): Likewise.
9141 * hppa-linux-tdep.c (insns_match_pattern)
9142 (hppa_linux_find_global_pointer): Likewise.
9143 * hppa-tdep.c (hppa_in_function_epilogue_p)
9144 (skip_prologue_hard_way, hppa_frame_cache): Likewise.
9145 * i386-nto-tdep.c (i386nto_sigcontext_addr): Likewise.
9146 * i386fbsd-tdep.c (i386fbsd_supply_uthread)
9147 (i386fbsd_collect_uthread): Likewise.
9148 * ia64-hpux-tdep.c (ia64_hpux_push_dummy_code): Likewise.
9149 * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Likewise.
9150 * ia64-tdep.c (examine_prologue, ia64_frame_cache)
9151 (ia64_frame_prev_register, ia64_sigtramp_frame_cache)
9152 (ia64_sigtramp_frame_prev_register, ia64_access_reg)
9153 (ia64_access_rse_reg, ia64_libunwind_frame_this_id)
9154 (ia64_libunwind_frame_prev_register)
9155 (ia64_libunwind_sigtramp_frame_this_id)
9156 (ia64_find_global_pointer_from_dynamic_section)
9157 (find_extant_func_descr, find_func_descr, ia64_dummy_id)
9158 (ia64_unwind_pc): Likewise.
9159 * iq2000-tdep.c (iq2000_store_return_value): Likewise.
9160 * m68hc11-tdep.c (m68hc11_push_dummy_call)
9161 (m68hc11_extract_return_value): Likewise.
9162 * m68klinux-nat.c (fetch_register, store_register): Likewise.
9163 * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_cr32_write)
9164 (mep_get_insn, mep_push_dummy_call): Likewise.
9165 * mips-linux-tdep.c (mips_linux_get_longjmp_target)
9166 (mips_linux_in_dynsym_stub): Likewise.
9167 * mn10300-tdep.c (mep_pseudo_cr32_write): Likewise.
9168 * ppc-linux-nat.c (fetch_register, store_register): Likewise.
9169 * regcache.c (dump_endian_bytes): Change type of parameter 'buf'
9170 to gdb_byte.
9171 * remote-mips.c (mips_set_register): Likewise.
9172 * remote-sim.c (gdbsim_fetch_register): Likewise.
9173 * score-tdep.c (score7_fetch_inst): Change type of parameter
9174 'memblock' and local 'buf' to gdb_byte.
9175 (score7_malloc_and_get_memblock): Change return type to gdb_byte.
9176 Change type of local 'buf' to gdb_byte. Adjust.
9177 (score7_adjust_memblock_ptr): Change type of parameter 'memblock'
9178 to gdb_byte**.
9179 (score7_analyze_prologue): Change type of 'memblock' and
9180 'memblock_ptr' locals to gdb_byte*.
9181 * sh64-tdep.c (sh64_extract_return_value)
9182 (sh64_store_return_value): Change type of local 'buf' to gdb_byte.
9183 * solib-darwin.c (darwin_current_sos, darwin_read_exec_load_addr):
9184 * solib-pa64.c (pa64_solib_create_inferior_hook)
9185 (pa64_open_symbol_file_object): Remove local 'buf'.
9186 * solib-som.c (som_solib_create_inferior_hook, link_map_start)
9187 (som_open_symbol_file_object): Likewise.
9188 * solib-spu.c (spu_current_sos): Likewise.
9189 * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
9190 * spu-multiarch.c (parse_spufs_run, spu_fetch_registers)
9191 (spu_store_registers): Likewise.
9192 * target.c (debug_print_register): Likewise.
9193 * tic6x-tdep.c (tic6x_get_longjmp_target): Likewise.
9194 * xstormy16-tdep.c (xstormy16_store_return_value)
9195 (xstormy16_push_dummy_call, xstormy16_resolve_jmp_table_entry)
9196 (xstormy16_find_jmp_table_entry): Likewise.
9197
75cc61ca 91982013-03-01 Jiong Wang <jiwang@tilera.com>
61d8bd0e
JW
9199
9200 * tilegx-tdep.c (tilegx_get_longjmp_target): New function.
9201 (tilegx_gdbarch_init): Install it.
9202
ddb08e9c
TT
92032013-02-28 Tom Tromey <tromey@redhat.com>
9204
9205 * python/py-arch.c (archpy_disassemble): Use PyInt_Check and
9206 PyLong_Check.
9207
62d7fb51
DE
92082013-02-28 Doug Evans <dje@google.com>
9209
9210 * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
9211 * python/python.c (gdbpy_find_pc_line): Ditto.
9212
c4a9e8b4
TT
92132013-02-28 Tom Tromey <tromey@redhat.com>
9214
9215 * contrib/excheck.py: New file.
9216 * contrib/exsummary.py: New file.
9217 * contrib/gcc-with-excheck: New file.
9218
7f6a5dde
TT
92192013-02-28 Tom Tromey <tromey@redhat.com>
9220
9221 * python/python.c (gdbpy_print_stack): Call begin_line and
9222 fprintf_filtered inside TRY_CATCH.
9223
9e974e55
TT
92242013-02-28 Tom Tromey <tromey@redhat.com>
9225
9226 * python/python.c (gdbpy_find_pc_line): Call find_pc_line
9227 inside TRY_CATCH.
9228
dd5fa3e7
TT
92292013-02-28 Tom Tromey <tromey@redhat.com>
9230
9231 * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to call
9232 frame_object_to_frame_info inside TRY_CATCH.
9233
86a3263f
TT
92342013-02-28 Tom Tromey <tromey@redhat.com>
9235
9236 * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside
9237 TRY_CATCH.
9238
81b52a3a
TT
92392013-02-28 Tom Tromey <tromey@redhat.com>
9240
9241 * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.
9242
d50a0ce2
CV
92432013-02-27 Corinna Vinschen <vinschen@redhat.com>
9244
9245 * windows-nat.c: Throughout, fix format strings and casts of
9246 printf-like functions to avoid type related warnings on all
9247 platforms.
9248 (handle_output_debug_string): Fetch context information address
9249 from debug string using string_to_core_addr.
9250
e1f58301
JW
92512013-02-27 Jiong Wang <jiwang@tilera.com>
9252
9253 * regformats/reg-tilegx.dat (name): Change abi name to "tilegx".
9254 * regformats/reg-tilegx32.dat: New.
9255
4fcd89fc
JW
92562013-02-27 Jiong Wang <jiwang@tilera.com>
9257
9258 * configure.tgt (tilegx-*-linux*): Enable gdbserver.
9259
748d24e6
JW
92602013-02-27 Jiong Wang <jiwang@tilera.com>
9261
9262 * configure.tgt (tilegx-*-linux*): Replace whitespace with tab.
9263
6c8e944d
YQ
92642013-02-27 Yao Qi <yao@codesourcery.com>
9265 Pedro Alves <palves@redhat.com>
9266
9267 * tracepoint.c (tfile_trace_find): For tfind
5f8e0b8f
MF
9268 pc/tp/range/outside, look for the next trace frame instead of
9269 always starting from frame 0.
6c8e944d 9270
acd7db30
AG
92712013-02-26 Anthony Green <green@moxielogic.com>
9272
9273 * configure.tgt: Add support for moxie-*-rtems* target.
9274
025e6dce
PA
92752013-02-25 Pedro Alves <palves@redhat.com>
9276
9277 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Change
9278 warning text.
9279
ca9c94ef
MR
92802013-02-24 Maciej W. Rozycki <macro@codesourcery.com>
9281
9282 * mips-tdep.c (mips32_scan_prologue): Reset frame_offset to zero
9283 if $fp is used as the virtual frame pointer.
9284
24c274a1
AM
92852013-02-23 Alan Modra <amodra@gmail.com>
9286
9287 * elfread.c (elf_symtab_read): Do not use udata.p here to find
9288 symbol size.
9289 * ppc64-tdep.c (ppc64_elf_make_msymbol_special): New function.
9290 * ppc64-tdep.h (ppc64_elf_make_msymbol_special): Declare.
9291 * ppc-linux-tdep.c (ppc_linux_init_abi): Set up to use the above.
9292 * ppcfbsd-tdep.c (ppcfbsd_init_abi): Likewise.
9293
bfada189
JK
92942013-02-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9295
9296 Code cleanup.
9297 * elfread.c (build_id_bfd_get): Make the return type const.
9298 (build_id_verify): Make the check parameter const.
9299 (build_id_to_debug_filename): Make the build_id parameter and variable
9300 data const.
9301 (find_separate_debug_file_by_buildid): Make the variable build_id const.
9302
c0355132
AM
93032013-02-21 Alan Modra <amodra@gmail.com>
9304
9305 * elfread.c (build_id_bfd_get): Adjust for elf_tdata changes.
9306
9f44fbc0
SCR
93072013-02-20 Siva Chandra Reddy <sivachandra@google.com>
9308
9309 Add a new method 'disassemble' to gdb.Architecture class.
9310 * python/py-arch.c (archpy_disassmble): Implementation of the
9311 new method gdb.Architecture.disassemble.
9312 (arch_object_methods): Add entry for the new method.
9313
b74ea3eb
JW
93142013-02-20 Jiong Wang <jiwang@tilera.com>
9315
9316 * MAINTAINERS (Write After Approval): Add myself to the list.
9317
61a672f1
PA
93182013-02-19 Pedro Alves <palves@redhat.com>
9319
9320 Garbage collect 'struct monitor_ops'::load_routine.
9321
9322 * monitor.h (struct monitor_ops) <load_routine>: Remove field.
9323 * monitor.c (monitor_load): No longer call
9324 current_monitor->load_routine.
9325 * dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
9326 * m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
9327 * ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.
9328
40e397df
PA
93292013-02-19 Pedro Alves <palves@redhat.com>
9330
9331 PR gdb/15161
9332
9333 Harmonize with generic_load.
9334
9335 * monitor.c: Include "readline/readline.h".
9336 (monitor_load): Rename parameter 'file' to 'args'. Use build_argv
9337 instead of sscanf. Use CORE_ADDR/strtoulst instead of unsigned
9338 long/strtol for the 'load_offset' local. Error out if no argument
9339 is given or if too many arguments are given. Tilde expand the
9340 passed in file name.
9341
f698ca8e
KT
93422013-02-19 Kai Tietz <ktietz@redhat.com>
9343
9344 PR gdb/15161
9345 * symfile.c (load_section_data): Change type of load_offset
9346 to CORE_ADDR.
9347 (generic_load): User strtoulst instead of strtoul for conversion
9348 of load_offset.
9349
3361b059
WL
93502013-02-19 Jiong Wang <jiwang@tilera.com>
9351
9352 * tilegx-tdep.c (tilegx_analyze_prologue): add check for
9353 for return address, "lr" register, saved on stack.
9354 * tilegx-tdep.c (tilegx_frame_cache): update "PC" reg
9355 after we invoke tilegx_analyze_prologue.
9356
3e9d5130
WL
93572013-02-19 Jiong Wang <jiwang@tilera.com>
9358
bb1bcd86
WL
9359 * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
9360
3361b059 93612013-02-19 Jiong Wang <jiwang@tilera.com>
bb1bcd86 9362
b74ea3eb 9363 * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal.
3e9d5130 9364
4aaf2503
WL
93652013-02-19 Jiong Wang <jiwang@tilera.com>
9366
b74ea3eb 9367 * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro.
4aaf2503
WL
9368 (tilegx_write_pc): New function.
9369 (tilegx_cannot_reference_register): Return zero if REGNO
9370 is TILEGX_FAULTNUM_REGNUM.
9371 (tilegx_gdbarch_init): Add call to set_gdbarch_write_pc.
9372 (tilegx_register_name): Add handling of "faultnum" register.
9373 * tilegx-tdep.h (enum tilegx_regnum): Add TILEGX_FAULTNUM_REGNUM.
9374 * tilegx-linux-tdep.c (tilegx_linux_supply_regset): Add
9375 handling of TILEGX_FAULTNUM_REGNUM.
9376 * tilegx-linux-nat.c (regmap): Add entry for TILEGX_FAULTNUM_REGNUM.
9377
bc23a956
WL
93782013-02-19 Jiong Wang <jiwang@tilera.com>
9379
9380 * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack
b74ea3eb 9381 should be aligned to 64bit.
bc23a956 9382
42f45f1a
KT
93832013-02-19 Kai Tietz <ktietz@redhat.com>
9384
9385 * windows-nat.c (windows_xfer_memory): Fix debug-output
9386 for LLP64.
9387
6ce4c112
LL
93882013-02-19 Lei Liu <lei.liu2@windriver.com>
9389
9390 * mips-linux-nat.c (mips64_linux_regsets_store_registers):
9391 Don't check DSP register number if HAVE_DSP is not set.
9392
30e8ee25
AM
93932013-02-19 Alan Modra <amodra@gmail.com>
9394
9395 * elfread.c (struct build_id): Delete. Use struct elf_build_id
9396 throughout file instead.
9397 (build_id_bfd_get): Update to use new elf_tdata build_id field.
9398 Don't xmalloc return value.
9399 (build_id_verify): Similarly. Don't xfree.
9400 (build_id_to_debug_filename): Update.
9401 (find_separate_debug_file_by_buildid): Update, don't xfree.
9402
4c9ad8c2
TT
94032013-02-18 Tom Tromey <tromey@redhat.com>
9404
9405 PR gdb/15102:
9406 * dwarf2read.c (read_subrange_type): Use result of
9407 'check_typedef'.
9408
983dc440
YQ
94092013-02-16 Yuanhui Zhang <asmwarrior@gmail.com>
9410
9411 * frame.c: Remove one extra white space after #include
9412 directive.
9413
7fb2b84a
JK
94142013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9415
9416 * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
9417
edceb2a9
JK
94182013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9419
9420 * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
9421 and dir commands into an if block.
9422
e81b7af8
TT
94232013-02-15 Sanimir Agovic <sanimir.agovic@intel.com>
9424
9425 * python/py-breakpoint (struct pybp_code): Use int instead of
9426 enum type_code.
9427
f5911ea1
HAQ
94282013-02-15 Pedro Alves <pedro@codesourcery.com>
9429 Hafiz Abid Qadeer <abidh@codesourcery.com>
9430
9431 * NEWS: Mention new field "trace-file".
9432 * tracepoint.c (trace_status_mi): Output "trace-file" field.
9433 (tfile_open): Record the trace file's filename in the trace
9434 status.
9435 (tfile_files_info): Mention the name of the trace file.
9436 Check the "filename" field explicitely.
9437 (trace_status_command): Explicitely check "filename" field.
9438 (trace_find_command): Ditto.
9439 (trace_find_pc_command): Ditto.
9440 (trace_find_tracepoint_command): Ditto.
9441 (trace_find_line_command): Ditto.
9442 (trace_find_range_command): Ditto.
9443 (trace_find_outside_command): Ditto.
9444 * tracepoint.h (struct trace_status) <from_file>: Rename it
9445 to "filename" and make it hold the trace file's filename
9446 instead of a boolean.
9447 * remote.c (remote_get_trace_status): Initialize "filename"
9448 field with NULL instead of 0.
9449
796cb314
YQ
94502013-02-15 Yao Qi <yao@codesourcery.com>
9451
9452 * remote.c: Fix a typo.
9453
42e79b1d
PM
94542013-02-14 Pierre Muller <muller@sourceware.org>
9455
9456 * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
9457
baea0dae
PA
94582013-02-14 Pedro Alves <palves@redhat.com>
9459
9460 * utils.c (savestring): Don't #undef it. Move function to
9461 common/common-utils.c.
9462 * common/common-utils.c: Include gdb_string.h.
9463 (savestring): Move here from utils.c.
9464 * common/common-utils.h (savestring): Declare.
9465
57c3b6ed
PA
94662013-02-14 Pedro Alves <palves@redhat.com>
9467
9468 * utils.c (savestring): Rename parameter 'size' to 'len'.
9469
d6c44983
YZ
94702013-02-14 Pedro Alves <palves@redhat.com>
9471 Yufeng Zhang <yufeng.zhang@arm.com>
9472
9473 * aarch64-linux-nat.c (aarch64_init_debug_reg_state): Delete.
9474 (aarch64_inferior_data, struct aarch64_inferior_data):
9475 Delete.
9476 (struct aarch64_process_info): New.
9477 (aarch64_process_list): New global.
9478 (aarch64_find_process_pid, aarch64_add_process)
9479 (aarch64_process_info_get): New functions.
9480 (aarch64_inferior_data_get): Delete.
9481 (aarch64_process_info_get): New function.
9482 (aarch64_forget_process): New function.
9483 (aarch64_get_debug_reg_state): New parameter 'pid'. Reimplement.
9484 (aarch64_linux_prepare_to_resume): Pass the lwp's pid to
9485 aarch64_get_debug_reg_state.
9486 (aarch64_notify_debug_reg_change): Use iterate_over_lwps
9487 instead of linux_nat_iterate_watchpoint_lwps.
9488 (aarch64_linux_new_fork): New function.
9489 (aarch64_linux_child_post_startup_inferior): Use
9490 aarch64_forget_process instead of aarch64_init_debug_reg_state.
9491 (aarch64_handle_breakpoint, aarch64_linux_insert_hw_breakpoint)
9492 (aarch64_linux_remove_hw_breakpoint)
9493 (aarch64_handle_aligned_watchpoint)
9494 (aarch64_handle_unaligned_watchpoint)
9495 (aarch64_linux_insert_watchpoint)
9496 (aarch64_linux_remove_watchpoint)
9497 (aarch64_linux_stopped_data_address): Adjust to pass the current
9498 process id to aarch64_debug_reg_state.
9499 (_initialize_aarch64_linux_nat): Install aarch64_linux_new_fork as
9500 linux_nat_new_fork hook, and aarch64_forget_process as
9501 linux_nat_forget_process hook; remove the call to
9502 register_inferior_data_with_cleanup.
9503
4819b3f8
PA
95042013-02-14 Pedro Alves <palves@redhat.com>
9505
9506 * eval.c (evaluate_subexp_for_address) <default_case_after_eval,
9507 EVAL_AVOID_SIDE_EFFECTS>: Swap and handle TYPE_CODE_REF before
9508 lval_memory.
9509
1773c82c
HAQ
95102013-02-14 Pedro Alves <pedro@codesourcery.com>
9511 Hafiz Abid Qadeer <abidh@codesourcery.com>
9512
9513 * tracepoint.h (validate_trace_state_variable_name): Declare.
9514 * tracepoint.c (validate_trace_state_variable_name): New.
9515 (trace_variable_command): Parse the trace state variable's name
9516 without using parse_expression. Do several validations.
9517 * mi/mi-main.c (mi_cmd_trace_define_variable): Don't parse the
9518 trace state variable's name with parse_expression. Validate it.
9519
53778a97
YQ
95202013-02-14 Yao Qi <yao@codesourcery.com>
9521
9522 * infcmd.c (breakpoint_proceeded): Remove it.
9523
7b3ae3a6
YQ
95242013-02-14 Yao Qi <yao@codesourcery.com>
9525
9526 * tracepoint.c (end_actions_pseudocommand): Make it static.
9527 (while_stepping_pseudocommand): Likewise.
9528 * tracepoint.h (end_actions_pseudocommand): Remove the
9529 declaration.
9530 (while_stepping_pseudocommand): Likewise.
9531
64580925
YQ
95322013-02-14 Yao Qi <yao@codesourcery.com>
9533
9534 * cli/cli-decode.c (help_cmd): Remove the declaration of
9535 "cmdlist".
9536 (help_all): Likewise.
9537
26cb8b7c
PA
95382013-02-13 Pedro Alves <palves@redhat.com>
9539
9540 * amd64-linux-nat.c (update_debug_registers_callback):
9541 Update comment.
9542 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
9543 iterate_over_lwps.
9544 (amd64_linux_prepare_to_resume): Pass the lwp's pid to
9545 i386_debug_reg_state.
9546 (amd64_linux_new_fork): New function.
9547 (_initialize_amd64_linux_nat): Install amd64_linux_new_fork as
9548 linux_nat_new_fork hook, and i386_forget_process as
9549 linux_nat_forget_process hook.
9550 * i386-linux-nat.c (update_debug_registers_callback):
9551 Update comment.
a8256ea1 9552 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
26cb8b7c
PA
9553 iterate_over_lwps.
9554 (i386_linux_prepare_to_resume): Pass the lwp's pid to
9555 i386_debug_reg_state.
9556 (i386_linux_new_fork): New function.
9557 (_initialize_i386_linux_nat): Install i386_linux_new_fork as
9558 linux_nat_new_fork hook, and i386_forget_process as
9559 linux_nat_forget_process hook.
9560 * i386-nat.c (i386_init_dregs): Delete.
9561 (i386_inferior_data, struct i386_inferior_data):
9562 Delete.
9563 (struct i386_process_info): New.
9564 (i386_process_list): New global.
9565 (i386_find_process_pid, i386_add_process, i386_process_info_get):
9566 New functions.
9567 (i386_inferior_data_get): Delete.
9568 (i386_process_info_get): New function.
9569 (i386_debug_reg_state): New parameter 'pid'. Reimplement.
9570 (i386_forget_process): New function.
9571 (i386_cleanup_dregs): Rewrite.
9572 (i386_update_inferior_debug_regs, i386_insert_watchpoint)
9573 (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
9574 (i386_stopped_data_address, i386_insert_hw_breakpoint)
9575 (i386_remove_hw_breakpoint): Adjust to pass the current process id
9576 to i386_debug_reg_state.
9577 (i386_use_watchpoints): Don't register inferior data.
9578 * i386-nat.h (i386_debug_reg_state): Add new 'pid' parameter, and
9579 adjust comment.
9580 (i386_forget_process): Declare.
9581 * linux-fork.c (delete_fork): Call linux_nat_forget_process.
9582 * linux-nat.c (linux_nat_new_fork, linux_nat_forget_process_hook):
9583 New static globals.
9584 (linux_child_follow_fork): Don't call linux_nat_new_thread here.
9585 (add_initial_lwp): New, factored out from ...
9586 (add_lwp): ... this. Don't check the number of lwps before
9587 calling linux_nat_new_thread.
9588 (linux_nat_iterate_watchpoint_lwps): Delete.
9589 (linux_nat_attach): Use add_initial_lwp instead of add_lwp.
9590 (linux_handle_extended_wait): Call the linux_nat_new_fork hook on
9591 forks and vforks.
9592 (linux_nat_wait_1): Use add_initial_lwp instead of add_lwp for the
9593 initial lwp.
9594 (linux_nat_kill, linux_nat_mourn_inferior): Call
9595 linux_nat_forget_process.
9596 (linux_nat_set_new_fork, linux_nat_set_forget_process)
9597 (linux_nat_forget_process): New functions.
9598 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): Delete
9599 type.
9600 (linux_nat_iterate_watchpoint_lwps): Delete declaration.
9601 (linux_nat_new_fork_ftype, linux_nat_forget_process_ftype): New
9602 types.
9603 (linux_nat_set_new_fork, linux_nat_set_forget_process)
9604 (linux_nat_forget_process): New declarations.
9605
9606 * amd64fbsd-nat.c (super_mourn_inferior): New global.
9607 (amd64fbsd_mourn_inferior): New function.
9608 (_initialize_amd64fbsd_nat): Override to_mourn_inferior.
9609 * windows-nat.c (windows_detach): Call i386_cleanup_dregs.
9610
5befea72
MS
96112013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
9612
55015247
YQ
9613 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
9614 Adding _().
5befea72 9615
1d3ffd6b
MS
96162013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
9617
9618 * aarch64-linux-nat.c (debug_reg_change_callback)
9619 (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
9620 %s and phex().
9621
6eb04473
MS
96222013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
9623
9624 * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
9625 with LONGEST.
9626
a016fc87
HAQ
96272013-02-13 Pedro Alves <palves@redhat.com>
9628 Hafiz Abid Qadeer <abidh@codesourcery.com>
9629
9630 * c-lang.c (c_op_print_tab): Add entry for UNOP_PLUS.
9631
e234dfaf
TT
96322013-02-12 Tom Tromey <tromey@redhat.com>
9633
9634 PR symtab/11464:
9635 * c-exp.y (lex_one_token): Initialize other fields of yylval on
9636 NAME return.
9637 (classify_inner_name): Remove 'first_name' argument, add
9638 'context'. Remove unused variable.
9639 (yylex): Explicitly maintain the context type. Exit loop earlier
9640 if NAME result is seen.
9641
0b1afbb3
PA
96422013-02-12 Pedro Alves <palves@redhat.com>
9643
9644 * amd64-darwin-tdep.c: Add (C) after Copyright.
9645 * cli/cli-cmds.h: Ditto.
9646 * cli/cli-decode.c: Ditto.
9647 * cli/cli-decode.h: Ditto.
9648 * cli/cli-dump.c: Ditto.
9649 * cli/cli-dump.h: Ditto.
9650 * cli/cli-interp.c: Ditto.
9651 * cli/cli-logging.c: Ditto.
9652 * cli/cli-script.c: Ditto.
9653 * cli/cli-script.h: Ditto.
9654 * cli/cli-setshow.c: Ditto.
9655 * cli/cli-setshow.h: Ditto.
9656 * cli/cli-utils.c: Ditto.
9657 * cli/cli-utils.h: Ditto.
9658 * config/alpha/nm-osf3.h: Ditto.
9659 * config/djgpp/djconfig.sh: Ditto.
9660 * config/i386/nm-fbsd.h: Ditto.
9661 * config/i386/nm-i386gnu.h: Ditto.
9662 * config/nm-linux.h: Ditto.
9663 * config/nm-nto.h: Ditto.
9664 * config/rs6000/nm-rs6000.h: Ditto.
9665 * config/sparc/nm-sol2.h: Ditto.
9666 * darwin-nat-info.c: Ditto.
9667 * dfp.c: Ditto.
9668 * dfp.h: Ditto.
9669 * gdb-demangle.h: Ditto.
9670 * i386-darwin-nat.c: Ditto.
9671 * i386-darwin-tdep.c: Ditto.
9672 * linux-fork.h: Ditto.
9673 * m32c-tdep.c: Ditto.
9674 * microblaze-linux-tdep.c: Ditto.
9675 * microblaze-rom.c: Ditto.
9676 * microblaze-tdep.c: Ditto.
9677 * microblaze-tdep.h: Ditto.
9678 * mips-linux-tdep.h: Ditto.
9679 * ppc-ravenscar-thread.c: Ditto.
9680 * ppc-ravenscar-thread.h: Ditto.
9681 * prologue-value.c: Ditto.
9682 * prologue-value.h: Ditto.
9683 * ravenscar-thread.c: Ditto.
9684 * ravenscar-thread.h: Ditto.
9685 * sparc-ravenscar-thread.c: Ditto.
9686 * sparc-ravenscar-thread.h: Ditto.
9687 * tilegx-linux-tdep.c: Ditto.
9688 * unwind_stop_reasons.def: Ditto.
9689 * windows-nat.h: Ditto.
9690 * xtensa-linux-tdep.c: Ditto.
9691 * xtensa-xtregs.c: Ditto.
9692 * regformats/regdat.sh: Ditto.
9693 * regformats/regdef.h: Ditto.
9694
6c01dd94
PA
96952013-02-12 Pedro Alves <palves@redhat.com>
9696
9697 * break-catch-sig.c: Update copyright years.
9698
b65a2bd9
SCR
96992013-02-11 Siva Chandra Reddy <sivachandra@google.com>
9700
9701 Add support for a destructor for ui_out data and use it to
9702 provide a ui_out destructor.
9703 * ui-out.h: Declare the new ui_out destructor.
9704 (ui_out_impl): Add a field for data destructor in ui_out_impl.
9705 * ui-out.c (default_data_destroy): Add a default data destructor
9706 which does nothing.
9707 (default_ui_out_impl): Set the new data_destroy field to
9708 default_data_destroy
9709 (uo_data_destroy): Local function which invokes the data
9710 destructor if present.
9711 (clear_table): Local function which clears the table data of a
9712 ui_out object.
9713 (ui_out_destroy): Public function which frees a ui_out object.
9714 (ui_out_table_end): Use the new clear_table function.
9715 * cli-out.c (cli_ui_out_impl): Set the new data_destroy field to
9716 NULL.
9717 * mi/mi-out.c (mi_ui_out_impl): Set the new data_destroy field
9718 to NULL.
9719
c2792f5a
DE
97202013-02-11 Doug Evans <dje@google.com>
9721
9722 * printcmd.c (printf_c_string,printf_wide_c_string): New functions.
9723 (printf_decfloat): New function. Broken out from ui_printf.
9724 Remove unnecessary code to shift the entire format string down.
9725 (printf_pointer): New function.
9726 (ui_printf): Code to print C strings, wide C strings, decfloats,
9727 and pointers moved to separate functions.
9728
d9e98382
SDJ
97292013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
9730
9731 * valops.c (value_assign): Handling bitfield offset in
9732 `lval_internalvar_component' case.
9733
4ff3ce77
DE
97342013-02-08 Doug Evans <dje@google.com>
9735
9736 * common/format.c (parse_format_string): Fix whitespace.
9737
901900c4
MGD
97382013-02-08 Matthew Gretton-Dann <matthew.gretton-dann@linaro.org>
9739
9740 * stack.c (return_command): Work around uninitialized variable
9741 warning.
9742
b5dbc8d4
YZ
97432013-02-08 Yufeng Zhang <yufeng.zhang@arm.com>
9744
9745 * aarch64-linux-tdep.c (AARCH64_LINUX_SIZEOF_GREGSET): Change the
9746 number of the registers from 36 to 34.
9747
51d66578
MS
97482013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
9749
9750 * NEWS: Mention new AArch64 native and target support.
9751
176b1c95
MS
97522013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
9753
9754 * MAINTAINERS (Write After Approval): Add myself.
9755
9d19df75
MS
97562013-02-08 Jim MacArthur <jim.macarthur@arm.com>
9757 Marcus Shawcroft <marcus.shawcroft@arm.com>
9758 Nigel Stephens <nigel.stephens@arm.com>
9759 Yufeng Zhang <yufeng.zhang@arm.com>
9760
9761 * aarch64-linux-nat.c: New file.
9762 * config/aarch64/linux.mh: New file.
9763 * configure.host: Add AArch64.
9764 * Makefile.in (ALLDEPFILES): Add aarch64-linux-nat.c.
9765
7e1e0340
DE
97662013-02-07 Doug Evans <dje@google.com>
9767
9768 * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument to
9769 disassemble command.
9770
45e25a36
MS
97712013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
9772
9773 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
9774 set_gdbarch_fetch_tls_load_module_address.
9775
bbfdfe1c
DM
97762013-02-06 David S. Miller <davem@davemloft.net>
9777
9778 * sparc-tdep.c (sparc32_return_value): Handle writing return value when
9779 using RETURN_VALUE_ABI_PRESERVES_ADDRESS.
9780 * value.c (struct_return_convention): New function.
9781 (using_struct_return): Implement in terms of struct_return_convention.
9782 * value.h (struct_return_convention): Declare.
9783 * stack.c (return_command): Allow successful overriding of the return
9784 value when RETURN_VALUE_ABI_PRESERVES_ADDRESS.
9785
bc9abe4a
TT
97862013-02-06 Tom Tromey <tromey@redhat.com>
9787
9788 * python/py-type.c (typy_strip_typedefs): Don't call check_typedef
9789 outside of TRY_CATCH.
9790
134a2066
YQ
97912013-02-06 Yao Qi <yao@codesourcery.com>
9792
9793 * mi/mi-interp.c: Include "tracepoint.h".
9794 (mi_tsv_modified): Declare.
9795 (mi_tsv_created, mi_tsv_deleted): Update declaration.
9796 (mi_interpreter_init): Call observer_attach_tsv_modified.
9797 (mi_tsv_modified): New.
9798 (mi_tsv_created, mi_tsv_deleted): Update.
9799 * tracepoint.c (trace_variable_command): Call
9800 observer_notify_tsv_modified if the initial value of tsv is
9801 changed.
9802 (delete_trace_state_variable): Call
9803 observer_notify_tsv_deleted earlier.
9804 (trace_variable_command): Caller update.
9805 (create_tsv_from_upload): Likewise.
9806 * observer.sh: Declare "struct trace_state_variable".
9807
9808 * NEWS: Mention the new MI notification "=tsv-modified".
9809
59be2b6a
DE
98102013-02-05 Doug Evans <dje@google.com>
9811
9812 * completer.c (location_completer): Fix typo in comment.
9813
d30113d4
JK
98142013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9815
9816 * breakpoint.c (add_location_to_breakpoint): Insert the location with
9817 ADDRESS sorted.
9818
14ac654f
MS
98192013-02-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
9820
9821 * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:
9822 Refactor if statement to avoid trailing || operator.
9823
543bf33d
AT
98242013-02-05 Andreas Tobler <andreast@fgznet.ch>
9825
9826 * NEWS: Add PowerPC FreeBSD as a new native configuration.
9827
dc18f110
AT
98282013-02-04 Andreas Tobler <andreast@fgznet.ch>
9829
9830 * Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
9831 * configure.host: Add powerpc*-*-freebsd* target.
9832 * configure.tgt: Add target info for powerpc*-*-freebsd*.
9833 * ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
9834 * config/powerpc/fbsd.mh: New file.
9835
b3ac9c77
SDJ
98362013-02-04 Sergio Durigan Junior <sergiodj@redhat.com>
9837 Denys Vlasenko <dvlasenk@redhat.com>
9838 Pedro Alves <palves@redhat.com>
9839
9840 * gdbarch.sh (elfcore_write_linux_prpsinfo): New F hook.
9841 (struct elf_internal_linux_prpsinfo): Forward declare.
9842 * gdbarch.h, gdbarch.c: Regenerate.
9843 * linux-tdep.c: Include `cli/cli-utils.h'.
9844 (linux_fill_prpsinfo): New function.
9845 (linux_make_corefile_notes): Use linux_fill_prpsinfo. If there's
9846 an elfcore_write_linux_prpsinfo hook, use it, otherwise, use
9847 elfcore_write_linux_prpsinfo32 or elfcore_write_linux_prpsinfo64
9848 depending on gdbarch pointer bitness.
9849 * ppc-linux-tdep.c: Include elf-bfd.h.
9850 (ppc_linux_init_abi): Hook in elfcore_write_ppc_linux_prpsinfo32
9851 on 32-bit.
9852
176eb98c
MS
98532013-02-04 Jim MacArthur <jim.macarthur@arm.com>
9854 Marcus Shawcroft <marcus.shawcroft@arm.com>
9855 Nigel Stephens <nigel.stephens@arm.com>
9856 Yufeng Zhang <yufeng.zhang@arm.com>
9857
9858 * configure.tgt (aarch64*-*-linux*): Set build_gdbserver=yes.
9859
cf0dbd6f
MS
98602013-02-04 Jim MacArthur <jim.macarthur@arm.com>
9861 Marcus Shawcroft <marcus.shawcroft@arm.com>
9862 Nigel Stephens <nigel.stephens@arm.com>
9863 Yufeng Zhang <yufeng.zhang@arm.com>
9864
9865 * aarch64-newlib-tdep.c: New file.
9866 * configure.tgt: Add aarch64-newlib-tdep.o to gdb_target_obs of
9867 aarch64*-*-elf.
9868 * defs.h (enum gdb_osabi): Add GDB_OSABI_NEWLIB.
9869 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-newlib-tdep.o.
9870 (ALLDEPFILES): Add aarch64-newlib-tdep.c.
9871 * osabi.c (gdb_osabi_names): Add "Newlib".
9872
1ae3db19
MS
98732013-02-04 Jim MacArthur <jim.macarthur@arm.com>
9874 Marcus Shawcroft <marcus.shawcroft@arm.com>
9875 Nigel Stephens <nigel.stephens@arm.com>
9876 Yufeng Zhang <yufeng.zhang@arm.com>
9877
9878 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-linux-tdep.o.
9879 (ALLDEPFILES): Add aarch64-linux-tdep.c.
9880 * aarch64-linux-tdep.c: New file.
9881 * aarch64-linux-tdep.h: New file.
9882 * aarch64-tdep.h (gdbarch_tdep): Define gregset and fpregset.
9883 * configure.tgt: Add aarch64-none-linux-gnu.
9884
07b287a0
MS
98852013-02-04 Jim MacArthur <jim.macarthur@arm.com>
9886 Marcus Shawcroft <marcus.shawcroft@arm.com>
9887 Nigel Stephens <nigel.stephens@arm.com>
9888 Yufeng Zhang <yufeng.zhang@arm.com>
9889
9890 * Makefile.in (ALL_64_TARGET_OBS): Add arch64-tdep.o.
9891 (HFILES_NO_SRCDIR): Add aarch64-tdep.h.
9892 (ALLDEPFILES): Add aarch64-tdep.c.
9893 * aarch64-tdep.c: New file.
9894 * aarch64-tdep.h: New file.
9895 * configure.tgt: Add AArch64.
9896 * features/Makefile (WHICH): Add aarch64 and aarch64-without-fpu.
9897 (aarch64-expedite): New definition.
9898 * features/aarch64-core.xml: New file.
9899 * features/aarch64-fpu.xml: New file.
9900 * features/aarch64-without-fpu.c: New file (generated).
9901 * features/aarch64-without-fpu.xml: New file.
9902 * features/aarch64.c: New file (generated).
9903 * features/aarch64.xml: New file.
9904 * regformats/aarch64-without-fpu.dat: New file (generated).
9905 * regformats/aarch64.dat: New file (generated).
9906
0f1b18ab
JK
99072013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9908
9909 * contrib/expect-read1.c: New file.
9910 * contrib/expect-read1.sh: New file.
9911
233d95b5
JK
99122013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9913
9914 * dwarf2read.c (file_file_name): New function with code from
9915 file_full_name.
9916 (file_full_name): Move most of the code to file_file_name.
9917 (macro_start_file): Rename variable full_name to file_name and use
9918 file_file_name for it. Add comp_dir parameter to new_macro_table.
9919 * macrocmd.c (show_pp_source_pos): New variable fullname. Replace any
9920 macro_source_file->filename access by macro_source_fullname call.
9921 * macroscope.c (_initialize_macroscope): Update the new_macro_table
9922 caller.
9923 * macrotab.c (struct macro_table): New field comp_dir.
9924 (macro_include): New variables link_fullname and source_fullname.
9925 Replace any macro_source_file->filename access by macro_source_fullname
9926 call.
9927 (macro_lookup_inclusion): Remove the partial filenames checking code.
9928 (check_for_redefinition): New variables source_fullname and
9929 found_key_fullname. Replace any macro_source_file->filename access by
9930 macro_source_fullname call.
9931 (macro_undef): New variables source_fullname and key_fullname. Replace
9932 any macro_source_file->filename access by macro_source_fullname call.
9933 (macro_lookup_definition): New variables retval and source_fullname.
9934 Replace any macro_source_file->filename access by macro_source_fullname
9935 call.
9936 (foreach_macro): New variable key_fullname. Replace any
9937 macro_source_file->filename access by macro_source_fullname call.
9938 (foreach_macro_in_scope): New variable datum_fullname. Replace any
9939 macro_source_file->filename access by macro_source_fullname call.
9940 (new_macro_table): Add parameter comp_dir. Initialize T with it.
9941 (macro_source_fullname): New function.
9942 * macrotab.h (struct macro_source_file): Extent the filename field
9943 comment.
9944 (new_macro_table): New parameter comp_dir, add a comment for it.
9945 (macro_source_fullname): new declaration.
9946
da235a7c
JK
99472013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9948
9949 * dwarf2read.c (dw2_map_symtabs_matching_filename): Move variable
9950 this_real_name to outer block. Use it also for
9951 compare_filenames_for_search.
9952 (dw2_expand_symtabs_matching): New variable this_real_name. Use it
9953 with dw2_get_real_path for file_matcher, considering also
9954 BASENAMES_MAY_DIFFER.
9955 (file_full_name): Prepend COMP_DIR even for relative lh->INCLUDE_DIRS.
9956
fbd9ab74
JK
99572013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9958
9959 * dwarf2read.c (dw2_expand_symtabs_matching): Add basenames parameter
9960 to the file_matcher parameter. Pass 0 to it.
9961 (dwarf2_create_include_psymtab): Copy also DIRNAME.
9962 * psymtab.c (partial_map_symtabs_matching_filename): Drop handling of
9963 NULL psymtab_to_fullname result.
9964 (psymtab_to_fullname): Remove variable r. Never return NULL, assemble
9965 an expected filename instead.
9966 (expand_symtabs_matching_via_partial): Add basenames parameter to the
9967 file_matcher parameter. Call also psymtab_to_fullname, after newly
9968 considering BASENAMES_MAY_DIFFER.
9969 * source.c (rewrite_source_path): Remove static.
9970 * source.h (rewrite_source_path): New declaration.
9971 * symfile.h (struct quick_symbol_functions): Add basenames parameter to
9972 the expand_symtabs_matching field. Comment it.
9973 * symtab.c (file_matches): New function comment. Add parameter
9974 basenames, implement it.
9975 (search_symbols_file_matches): Add basenames parameter. Update the
9976 file_matches caller.
9977 (search_symbols): Match FILES also against symtab_to_fullname.
9978 Optimize it for BASENAMES_MAY_DIFFER.
9979
56d397a3
JK
99802013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9981
9982 * source.c (print_source_lines_base): Print for TUI also "fullname".
9983 * tui/tui-data.c (init_content_element): Change tui_locator_element
9984 field to full_name.
9985 * tui/tui-data.h (struct tui_locator_element): Likewise.
9986 * tui/tui-disasm.c (tui_show_disassem_and_update_source): Rename
9987 tui_update_locator_filename calls to tui_update_locator_fullname.
9988 Replace symtab->filename refererence by symtab_to_fullname call.
9989 * tui/tui-out.c (tui_field_string): Check for "fullname" now.
9990 * tui/tui-source.c (tui_set_source_content): Change tui_locator_element
9991 field to full_name. Replace symtab->filename refererence by
9992 symtab_to_fullname call.
9993 (tui_show_symtab_source): Rename parameter to fullname. Change
9994 tui_locator_element field to full_name.
9995 * tui/tui-stack.c: Include source.h.
9996 (tui_set_locator_filename): Rename the declaration to ...
9997 (tui_set_locator_fullname): ... here. Rename its parameter to
9998 fullname, updates its comment.
9999 (tui_set_locator_info): Rename its parameter to fullname.
10000 (tui_set_locator_filename): Rename the definition to ...
10001 (tui_set_locator_fullname): ... here. Rename its parameter to
10002 fullname, updates its comment. Change tui_locator_element field to
10003 full_name.
10004 (tui_set_locator_info): Rename its parameter to fullname.
10005 (tui_set_locator_info): Rename callee to tui_set_locator_fullname.
10006 (tui_update_locator_filename): Rename to ...
10007 (tui_update_locator_fullname): ... here. Rename callee to
10008 tui_set_locator_fullname.
10009 (tui_show_frame_info): Replace symtab->filename refererence by
10010 symtab_to_fullname call.
10011 * tui/tui-stack.h (tui_update_locator_filename): Rename to ...
10012 (tui_update_locator_fullname): ... here.
10013 * tui/tui-winsource.c (tui_display_main): Rename the callee to
10014 tui_update_locator_fullname. Replace symtab->filename refererence by
10015 symtab_to_fullname call.
10016 * tui/tui.c (tui_show_source): Rename its parameter to fullname.
10017 Rename the callee to tui_update_locator_fullname.
10018 * tui/tui.h (tui_show_source): Rename its parameter to fullname.
10019
05cba821
JK
100202013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10021
10022 * ada-lang.c (user_select_syms): Replace symtab->filename refererences
10023 by symtab_to_filename_for_display calls.
10024 * breakpoint.c (print_breakpoint_location, resolve_sal_pc): Likewise.
10025 (clear_command): New variable sal_fullname, initialize it. Replace
10026 compare_filenames_for_search by filename_cmp with sal_fullname.
10027 (say_where, update_static_tracepoint): Replace symtab->filename
10028 refererences by symtab_to_filename_for_display calls.
10029 * cli/cli-cmds.c (edit_command, list_command, ambiguous_line_spec):
10030 Likewise.
10031 * dwarf2read.c: Include source.h.
10032 (fixup_go_packaging): Replace symtab->filename refererences by
10033 symtab_to_filename_for_display calls.
10034 * linespec.c (add_sal_to_sals): Rename variable filename to fullname.
10035 Replace symtab->filename refererences by symtab_to_filename_for_display
10036 calls.
10037 (create_sals_line_offset, convert_linespec_to_sals): New variable
10038 fullname, initialize it, replace symtab->filename reference by the
10039 variable.
10040 * linux-fork.c: Include source.h.
10041 (info_checkpoints_command): Replace symtab->filename refererences by
10042 symtab_to_filename_for_display calls.
10043 * macroscope.c (sal_macro_scope): Replace symtab->filename refererences
10044 by symtab_to_filename_for_display calls.
10045 * mdebugread.c: Include source.h.
10046 (psymtab_to_symtab_1): Replace symtab->filename refererences by
10047 symtab_to_filename_for_display calls.
10048 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
10049 (mi_cmd_file_list_exec_source_files): Likewise.
10050 * printcmd.c: Include source.h.
10051 (build_address_symbolic): Replace symtab->filename refererences by
10052 symtab_to_filename_for_display calls.
10053 * psymtab.c (partial_map_symtabs_matching_filename)
10054 (read_psymtabs_with_fullname): Call compare_filenames_for_search also
10055 with psymtab_to_fullname.
10056 * python/py-symtab.c (stpy_str): Replace symtab->filename refererences
10057 by symtab_to_filename_for_display calls.
10058 (stpy_get_filename): New variable filename, initialize it, use instead
10059 of symtab->filename refererences.
10060 (salpy_str): Make variable filename const char *. Replace
10061 symtab->filename refererences by symtab_to_filename_for_display calls.
10062 * skip.c: Include source.h and filenames.h.
10063 (skip_file_command): Remove const from the symtab variable. Replace
10064 symtab->filename refererences by symtab_to_fullname call.
10065 (function_name_is_marked_for_skip): New variables searched_for_fullname
10066 and fullname. Use them to search also with symtab's fullname.
10067 * source.c (find_source_lines): Replace symtab->filename refererences
10068 by symtab_to_filename_for_display calls.
10069 (print_source_lines_base): New variable filename, use it instead of
10070 symtab->filename. Replace symtab->filename refererences by
10071 symtab_to_filename_for_display calls.
10072 (line_info, forward_search_command): Replace symtab->filename
10073 refererences by symtab_to_filename_for_display calls.
10074 (reverse_search_command): Replace symtab->filename refererences by
10075 symtab_to_filename_for_display calls. New variable filename for it.
10076 * stack.c (frame_info): Likewise.
10077 * symmisc.c: Include source.h.
10078 (dump_objfile, dump_symtab_1, maintenance_print_symbols)
10079 (maintenance_info_symtabs): Replace symtab->filename refererences by
10080 symtab_to_filename_for_display calls.
10081 * symtab.c (iterate_over_some_symtabs): Call
10082 compare_filenames_for_search also with symtab_to_fullname.
10083 (lookup_symbol_aux_quick, basic_lookup_transparent_type_quick): Replace
10084 symtab->filename refererences by symtab_to_filename_for_display calls.
10085 (find_line_symtab): Replace symtab->filename refererences by
10086 symtab_to_filename_for_display calls.
10087 (file_matches): Replace filename_cmp by compare_filenames_for_search.
10088 (print_symbol_info): Make the last parameter const char *. New
10089 variable s_filename. Use it in the function.
10090 (symtab_symbol_info): Make the last_filename variable const char *.
10091 Replace symtab->filename refererences by symtab_to_filename_for_display
10092 calls.
10093 (rbreak_command): New variable fullname. Use it. Replace
10094 symtab->filename refererence by symtab_to_filename_for_display call.
10095 * tracepoint.c (set_traceframe_context, trace_find_line_command)
10096 (print_one_static_tracepoint_marker): Replace symtab->filename
10097 refererences by symtab_to_filename_for_display calls.
10098 * tui/tui-source.c (tui_set_source_content): New variables filename and
10099 s_filename. Replace symtab->filename refererences by this variable.
10100 Replace other symtab->filename refererences by
10101 symtab_to_filename_for_display calls.
10102
1b56eb55
JK
101032013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
10104 Jan Kratochvil <jan.kratochvil@redhat.com>
10105
10106 Add a new variable that controls a way in which filenames are
10107 displayed.
10108 * NEWS (set filename-display): New entry.
10109 * source.c (filename_display_basename, filename_display_relative)
10110 (filename_display_absolute, filename_display_kind_names)
10111 (filename_display_string, show_filename_display_string)
10112 (symtab_to_filename_for_display): New.
10113 (_initialize_source): Added initialization of 'filename-display'
10114 variable.
10115 * source.h (symtab_to_filename_for_display): Added declaration.
10116 * stack.c (print_frame): Added new variable and calling of a new
10117 function and condition with this variable. Changed third argument of
10118 calling of a function.
10119
aa079c93
JK
101202013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10121
10122 * tui/tui-data.c (init_win_info, tui_del_window, tui_free_window):
10123 Rename field reference filename to fullname.
10124 * tui/tui-data.h (struct tui_source_info): Rename field filename to
10125 fullname. New comment for it.
10126 * tui/tui-source.c (tui_set_source_content): Rename field reference
10127 filename to fullname. Initialize field by symtab_to_fullname now.
10128 * tui/tui-winsource.c (tui_update_breakpoint_info): Rename field
10129 reference filename to fullname. Use symtab_to_fullname during
10130 comparison.
10131
652a8996
JK
101322013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10133
10134 Code cleanup.
10135 * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ...
10136 (dw2_expand_symtabs_with_fullname): ... here. Rename parameter
10137 filename to fullname. Rename variable this_name to this_fullname.
10138 Lowercase FILENAME_CMP call.
10139 (dw2_find_symbol_file): New comment for the returned string.
10140 (dwarf2_gdb_index_functions): Rename the function to
10141 dw2_expand_symtabs_with_fullname.
10142 * psymtab.c (read_psymtabs_with_filename): Rename to ...
10143 (read_psymtabs_with_fullname): ... here. Rename parameter filename to
10144 fullname.
10145 (psym_functions): Rename the function to read_psymtabs_with_fullname.
10146 * symfile.h (struct quick_symbol_functions): Rename field
10147 expand_symtabs_with_filename to expand_symtabs_with_fullname and its
10148 parameter filename to fullname. Document returned string meaning for
10149 find_symbol_file.
10150 * symtab.c (find_line_symtab): Rename the called function to
10151 expand_symtabs_with_fullname.
10152
af529f8f
JK
101532013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10154
10155 Code cleanup.
10156 * breakpoint.c (clear_command): Remove variable is_abs, unify the
10157 call of filename_cmp with compare_filenames_for_search.
10158 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
10159 is_abs, unify the call of FILENAME_CMP with
10160 compare_filenames_for_search. New gdb_asserts for real_path and name.
10161 Unify the call of compare_filenames_for_search with FILENAME_CMP.
10162 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
10163 * symfile.h (struct quick_symbol_functions): Extend the comment for
10164 map_symtabs_matching_filename.
10165 * symtab.c (compare_filenames_for_search): Remove the function comment
10166 relative path requirement. Handle absolute filenames, with a comment.
10167 (iterate_over_some_symtabs): Remove variable is_abs, unify the call of
10168 FILENAME_CMP with compare_filenames_for_search. New gdb_asserts for
10169 real_path and name. Unify the call of compare_filenames_for_search
10170 with FILENAME_CMP.
10171 (iterate_over_symtabs): New gdb_assert on REAL_PATH.
10172
2f202fde
JK
101732013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10174
10175 Code cleanup.
10176 * breakpoint.c (print_breakpoint_location): Replace bp_location field
10177 source_file references by symtab field references. Remove variables
10178 sal and fullname.
10179 (momentary_breakpoint_from_master, add_location_to_breakpoint):
10180 (clear_command, say_where): Replace bp_location field source_file
10181 references by symtab field references.
10182 (bp_location_dtor): Remove the source_file reference.
10183 (update_static_tracepoint): Replace bp_location field source_file
10184 references by symtab field references.
10185 (breakpoint_free_objfile): New function.
10186 * breakpoint.h (struct bp_location): Extend the comment for line_number.
10187 Replace the field source_file by field symtab, extend its comment.
10188 (breakpoint_free_objfile): New declaration.
10189 * objfiles.c (free_objfile): Call breakpoint_free_objfile.
10190 * tui/tui-winsource.c (tui_update_breakpoint_info): Replace bp_location
10191 field source_file references by symtab field references.
10192
f5b95b50
JK
101932013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10194
10195 Replace xfullpath calls by gdb_realpath calls.
10196 * cli/cli-cmds.c (find_and_open_script): Remove xfullpath from the
10197 function comment.
10198 * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path.
10199 Remove it from the iterate_over_some_symtabs call.
10200 (dw2_map_symtabs_matching_filename): Remove parameter full_path.
10201 Remove it from the dw2_map_expand_apply calls, remove a block handling
10202 it.
10203 * psymtab.c (partial_map_expand_apply): Remove parameter full_path.
10204 Remove it from the iterate_over_some_symtabs call.
10205 (partial_map_symtabs_matching_filename): Remove parameter full_path.
10206 Remove it from the partial_map_expand_apply calls, remove a block
10207 handling it. Drop gdb_realpath call and cleanups from the real_path
10208 handling.
10209 * source.c (openp): Drop the comment part about xfullpath. Replace
10210 xfullpath calls by gdb_realpath calls.
10211 (find_and_open_source): Replace xfullpath call by gdb_realpath call.
10212 * symfile.h (struct quick_symbol_functions): Remove parameter full_path
10213 from method map_symtabs_matching_filename and its comment.
10214 * symmisc.c (maintenance_print_msymbols): Replace xfullpath call by
10215 gdb_realpath call.
10216 * symtab.c (iterate_over_some_symtabs): Remove parameter full_path,
10217 remove it also from the function comment, remove a block handling it.
10218 Drop gdb_realpath call and cleanups from the real_path handling.
10219 (iterate_over_symtabs): Drop variable full_path and its use.
10220 * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
10221 * utils.c (xfullpath): Remove.
10222 * utils.h (xfullpath): Remove.
10223
d78489bf
AT
102242013-02-01 Andreas Tobler <andreast@fgznet.ch>
10225
10226 * Makefile.in (ALL_TARGET_OBS): Add ppc64-tdep.o.
10227 (HFILES_NO_SRCDIR): Add ppc64-tdep.h.
10228 (ALLDEPFILES): Add ppc64-tdep.c.
10229 * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
10230 ppc64-tdep.o to gdb_target_obs.
10231 * ppc64-tdep.h: New file.
10232 * ppc64-tdep.c: New file.
10233 (insn_d, insn_ds, insn_xfx, ppc64_desc_entry_point): Move from
10234 ppc-linux-tdep.c to here.
10235 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN)
10236 (PPC64_STANDARD_LINKAGE2_LEN): Likewise and use ARRAY_SIZE macro.
10237 (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target)
10238 (ppc64_standard_linkage3_target, ppc64_skip_trampoline_code): Move
10239 from ppc-linux-tdep.c to here.
10240 (ppc64_convert_from_func_ptr_addr): Rename from
10241 ppc64_linux_convert_from_func_ptr_addr to
10242 ppc64_convert_from_func_ptr_addr and move from ppc-linux-tdep.c to
10243 here.
10244 * rs6000-tdep.c:
10245 (read_insn): Move from ppc-linux-tdep.c to here.
10246 (insns_match_pattern, insn_d_field, insn_ds_field): Move
10247 from ppc-linux-tdep.c to here and rename them with the ppc_ prefix.
10248 * ppc-linux-tdep.c: Include ppc64-tdep.h.
10249 Removed above functions.
10250 (ppc_linux_init_abi): Adjust.
10251
8db60374
AR
102522013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
10253
10254 * ada-valprint.c (ada_print_floating): Remove unused 'len'.
10255
f2e5f4ce
AR
102562013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
10257
10258 * ada-lang.c (assign_aggregate): Remove unused 'is_array_aggregate'.
10259
c1f7d745
PA
102602013-02-01 Pedro Alves <palves@redhat.com>
10261
10262 * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
10263 * frame.h (deprecated_pc_in_call_dummy): Delete declaration.
10264
8a92335b
JK
102652013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10266
10267 * elfread.c (elf_symfile_read): Limit separate debug info additions to
10268 files with no separate debug info.
10269 * objfiles.c (add_separate_debug_objfile): Add gdb_assert calls.
10270 * symfile.c (read_symbols): Call find_separate_debug_file_in_section
10271 only for files with no separate debug info.
10272
8eacb197
TT
102732013-01-31 Tom Tromey <tromey@redhat.com>
10274
10275 * jit.c (jit_program_space_data): Rename from jit_inferior_data;
10276 change type.
10277 (struct jit_program_space_data): Rename from jit_inferior_data.
10278 Update comments.
10279 (get_jit_program_space_data): Rename from get_jit_inferior_data.
10280 Change return type. Attach data to program space.
10281 (jit_program_space_data_cleanup): Rename from
10282 jit_inferior_data_cleanup; change argument type.
10283 (jit_read_descriptor): Change 'inf_data' argument to 'ps_data',
10284 change type.
10285 (jit_register_code): Update.
10286 (jit_update_inferior_cache): Remove.
10287 (jit_breakpoint_deleted): Get jit data from the location's program
10288 space.
10289 (jit_breakpoint_re_set_internal): Rename 'inf_data' argument to
10290 'ps_data', change type.
10291 (jit_inferior_init, jit_breakpoint_re_set_internal)
10292 (jit_event_handler): Update.
10293 (free_objfile_data): Get data from objfile's program space.
10294 (_initialize_jit): Update.
10295
f25c0135
TT
102962013-01-31 Tom Tromey <tromey@redhat.com>
10297
10298 PR gdb/13987:
10299 * jit.c (struct jit_inferior_data) <cached_code_address,
10300 jit_breakpoint>: New fields.
10301 (jit_breakpoint_re_set_internal): Fix logging. Only create
10302 breakpoint if cached address has changed.
10303 (jit_update_inferior_cache, jit_breakpoint_deleted): New
10304 functions.
10305 (_initialize_jit): Register breakpoint deleted observer.
10306
974a734b
AR
103072013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10308
10309 * infrun.c (handle_syscall_event): Remove unused gdbarch.
10310 (save_infcall_suspend_state): Ifdef out unused inf.
10311 (restore_infcall_suspend_state): Ifdef out unused inf.
10312 * jit.c (jit_register_code): Remove unused i, b, inf_data.
10313 (jit_frame_sniffer): Remove unused inf_data.
10314
df54f8eb
AR
103152013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10316
10317 * c-exp.y (classify_inner_name): Remove unused type.
10318 * c-lang.c (c_printstr): Remove unused byte_order, i, things_printed,
10319 in_quotes, need_comma, wchar_buf, output, cleanup, iter, finished,
10320 need_escape.
10321 (c_get_string): Remove unused kind.
10322 * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2.
10323
5799c0b9
AR
103242013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10325
10326 * charset.c (intermediate_encoding): Remove unused i.
10327 * completer.c (signal_completer): Remove unused i.
10328 * continuations.c (discard_my_continuations_1): Remove unused
10329 continuation_ptr.
10330 * corelow.c (core_close): Remove unuseD name.
10331 (get_core_siginfo): Remove unused pid.
10332 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Remove unused
10333 i, cps.
10334 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove unused base_offset.
10335 (loclist_describe_location): Remove unused first.
10336 * event-top.c (command_line_handler): Remove unused got_eof.
10337 * exec.c (exec_close_1): Remove unused need_symtab_cleanup.
10338 (resize_section_table): Remove unused old_value.
10339 * gdb_bfd.c (gdb_bfd_map_section): Remove unused header.
10340 * gnu-v3-abi.c (compute_vtable_size): Remove unused addr.
10341 * i386-tdep.c (i386_process_record): Remove unused rex.
10342 * infcmd.c (get_return_value): Remove unused uiout.
10343 * jv-lang.c (type_from_class): Remove unused is_array.
10344 * jv-valprint.c (java_val_print): Remove unused i.
10345 * linux-nat.c (linux_nat_stop_lwp): Remove unused ptid.
10346 * linux-thread-db.c (thread_db_find_new_threads_2): Remove unuseD pid.
10347 * m2-typeprint.c (m2_print_type): Remove unused code.
10348 * macroexp.c (get_character_constant): Remove unused body_start.
10349 (macro_stringify): Remove unused result.
10350 * objc-lang.c (find_methods): Remove unused gdbarch.
10351 * objfiles.c (filter_overlapping_sections): Remove unused abfd1, abfd2.
10352 * regcache.c (regcache_cooked_read): Remove unused gdbarch.
10353 * stack.c (print_frame_args): Remove unused summary.
10354 * thread.c (thread_apply_command): Remove unused p.
10355 * valarith.c (value_x_unop): Remove unused mangle_ptr.
10356 * valops.c (search_struct_method): Remove unused skip.
10357 * valprint.c (generic_val_print): Remove unused byte_order.
10358 * varobj.c (varobj_update): Remove unused changed.
10359 * cli/cli-cmds.c (complete_command): Remove unused next_item.
10360 (alias_command): Remove unused c.
10361 * mi/mi-cmd-catch.c (mi_catch_load_unload): Remove unused c.
10362 * mi/mi-main.c (mi_cmd_data_write_register_values): Remove unused
10363 format.
10364 (mi_cmd_data_write_memory): Remove unused word_format.
10365 (mi_cmd_data_write_memory_bytes): Remove unused r.
10366 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Remove unused
10367 p_start, p_end.
10368 * python/python.c (_initialize_python): Remove unused cmd_name, cmd.
10369 * tui/tui-disasm.c (tui_set_disassem_content): Remove unused
10370 line_width.
10371
c656bca5
AR
103722013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10373
10374 * dwarf2-frame.c (dwarf2_compile_cfa_to_ax): Remove unused num_regs.
10375 * symtab.c (iterate_over_symtabs): Remove unused s.
10376 (find_pc_sect_symtab): Remove unused pspAce.
10377 (find_pc_sect_line): Remove unused alt_symtab.
10378 (find_pcs_for_symtab_line): Remove unused ix, previous_function.
10379 (completion_list_add_name): Remove unused newsize.
10380
7078baeb
TT
103812013-01-31 Tom Tromey <tromey@redhat.com>
10382
10383 PR c++/14998:
10384 * dwarf2read.c (read_tag_ptr_to_member_type): Handle
10385 TYPE_CODE_FUNC.
10386
c2e8b827
AR
103872013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10388
10389 * target.c (target_read_string): Remove unused origlen.
10390
0e43993a
AR
103912013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10392
10393 * auto-load.c (auto_load_expand_dir_vars): Remove unused dir_vec.
10394 * ax-gdb.c (gen_printf): Remove unused expr, i, bot, fr, flen, fmt.
10395 * ax-general.c (ax_print): Remove unused is_float.
10396 * blockframe.c (block_innermost_frame): Remove unused start, end.
10397 * break-catch-sig.c (catch_signal_command): Remove unused gdbarch.
10398
765a97ab
AR
103992013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10400
10401 * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.
10402 (svr4_read_so_list): Remove unused lmo.
10403 * solib-target.c (solib_target_relocate_section_addresses): Remove
10404 unused flags.
10405
a99dad3d
TT
104062013-01-30 Tom Tromey <tromey@redhat.com>
10407
10408 * hppa-tdep.c (read_unwind_info): Use SECT_OFF_TEXT, not "0".
10409
3bff1ecd
TT
104102013-01-30 Tom Tromey <tromey@redhat.com>
10411
10412 * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.
10413 * utils.c (gnu_debuglink_crc32): Remove.
10414 * utils.h (gnu_debuglink_crc32): Don't declare.
10415
7d455152
TT
104162013-01-30 Tom Tromey <tromey@redhat.com>
10417
10418 * dwarf2read.c (compute_delayed_physnames, read_call_site_scope)
10419 (read_structure_type, read_enumeration_type): Remove cast.
10420
abee88f2
TT
104212013-01-30 Tom Tromey <tromey@redhat.com>
10422
10423 * dwarf2read.c (read_namespace_type): Remove cast.
10424 (read_typedef): Likewise.
10425
8d9878a4
TT
104262013-01-29 Tom Tromey <tromey@redhat.com>
10427
10428 * dwarf2read.c (free_dwo_file): Remove assert.
10429
a543d2a9
TT
104302013-01-29 Tom Tromey <tromey@redhat.com>
10431
10432 * value.c (deprecated_set_value_modifiable): Remove.
10433 * value.h (deprecated_set_value_modifiable): Remove.
10434
bed911e5
DE
104352013-01-28 Doug Evans <dje@google.com>
10436
10437 * dwarf2loc.c (dwarf2_find_location_expression): Don't add base address
10438 to addresses from dwo files.
10439
28c64fc2
SCR
104402013-01-25 Siva Chandra Reddy <sivachandra@google.com>
10441
10442 * valops.c (find_overload_match): Remove unused argument 'lax'.
10443 * value.h: Remove unused argument 'lax' from the declaration of
10444 find_overload_match.
10445 * eval.c (value_subexp_standard): Do not pass a 'lax' argument
10446 to find_overload_match.
10447 * valarith.c (value_user_defined_cpp_op): Do not pass a 'lax'
10448 argument to find_overload_match.
10449
4d4ec4e5
TT
104502013-01-25 Tom Tromey <tromey@redhat.com>
10451
10452 * dwarf2read.c (processing_has_namespace_info): Remove.
10453 (struct dwarf2_cu) <processing_has_namespace_info>: New field.
10454 (process_die, read_func_scope, dwarf2_start_symtab)
10455 (new_symbol_full): Update.
10456
195a3f6c
TT
104572013-01-25 Tom Tromey <tromey@redhat.com>
10458
10459 * cp-namespace.c (cp_set_block_scope): Remove.
10460 * cp-support.h (cp_set_block_scope): Remove.
10461 * dbxread.c: Include block.h.
10462 (cp_set_block_scope): New function.
10463 (process_one_symbol): Update.
10464 * dwarf2read.c (read_func_scope): Use block_set_scope.
10465
8ba0730a
PA
104662013-01-25 Pedro Alves <palves@redhat.com>
10467
10468 * remote.c (add_current_inferior_and_thread): Tweak comment.
10469
12aaed36
TT
104702013-01-25 Tom Tromey <tromey@redhat.com>
10471
10472 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
10473 (cp_add_using_directive): Add 'copy_names' argument.
10474 * cp-support.h (cp_add_using_directive): Update.
10475 (struct using_direct) <import_src, import_dest, alias,
10476 declaration>: Now const.
10477 * dwarf2read.c (read_import_statement): Use obconcat.
10478 Don't copy names passed to cp_add_using_directive.
10479
7fc75ca7
TT
104802013-01-25 Tom Tromey <tromey@redhat.com>
10481
10482 * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
10483
3405876a
PA
104842013-01-25 Pedro Alves <palves@redhat.com>
10485
10486 * remote.c (stop_reply_extract_thread): New.
10487 (add_current_inferior_and_thread): New parameter 'wait_status'.
10488 Handle it.
10489 (remote_start_remote): Pass wait status to
10490 add_current_inferior_and_thread.
10491 (extended_remote_run): Update comment.
10492 (extended_remote_create_inferior_1): Pass wait status to
10493 add_current_inferior_and_thread.
10494
8954db33
AB
104952013-01-25 Andrew Burgess <aburgess@broadcom.com>
10496 Ulrich Weigand <uweigand@de.ibm.com>
10497
10498 * valarith.c (value_vector_widen): New function for replicating a
10499 scalar into a vector.
10500 (value_binop): Use value_vector_widen to widen scalar to vector
10501 rather than casting, this better matches gcc C behaviour.
10502 * valops.c (value_casst): Update logic for casting between vector
10503 types, and for casting from scalar to vector, try to match gcc C
10504 behaviour.
10505 * value.h (value_vector_widen): Declare.
10506 * opencl-lang.c (opencl_value_cast): New opencl specific casting
10507 function, handle special case for casting scalar to vector.
10508 (opencl_relop): Use opencl_value_cast.
10509 (evaluate_subexp_opencl): Use opencl_value_cast instead of
10510 value_cast, and handle BINOP_ASSIGN, UNOP_CAST, and UNOP_CAST_TYPE
10511 in order to use opencl_value_cast.
10512
843b20dc
YQ
105132013-01-25 Yao Qi <yao@codesourcery.com>
10514
10515 * event-loop.c: Include "queue.h".
10516 (gdb_event_p): New typedef.
10517 (DECLARE_QUEUE_P): Use.
10518 (DEFINE_QUEUE_P): Use.
10519 (async_queue_event): Remove.
10520 (gdb_event_xfree): New.
10521 (initialize_event_loop): New.
10522 (process_event): Use QUEUE macros.
10523 (event_queue): Remove.
10524 (gdb_wait_for_event): Caller update.
10525 (check_async_event_handlers): Likewise.
10526 (poll_timers): Likewise.
10527 * event-loop.h (initialize_event_loop): Declare.
10528 * event-loop.c (gdb_event_xfree): New.
10529 * top.c (gdb_init): Call initialize_event_loop.
10530
20ad8856
YQ
105312013-01-25 Yao Qi <yao@codesourcery.com>
10532
10533 * event-loop.c (async_queue_event): Remove one parameter
10534 'position'. Remove code handling 'position' == TAIL.
10535 (gdb_wait_for_event): Caller update.
10536 (check_async_event_handlers): Caller update.
10537 (poll_timers): Caller update.
10538 * event-loop.h (enum queue_position): Remove.
10539
3bbbe775
MK
105402013-01-25 Maxim Kuvyrkov <maxim@kugelworks.com>
10541
10542 * MAINTAINERS: Update my email.
10543
a87d9ac4
YQ
105442013-01-25 Yao Qi <yao@codesourcery.com>
10545
10546 * main.c (print_gdb_help): Remove "--epoch" from the help
10547 message.
10548
2077afdd
TD
105492013-01-24 Ulrich Weigand  <uweigand@de.ibm.com>
10550
10551 * symtab.c (skip_prologue_using_sal): Consider a file
10552 change the same as an increased line number
10553
63da4037
TD
105542013-01-24 Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
10555
30e8ee25 10556 * MAINTAINERS (Write After Approval): Add myself to the list.
63da4037 10557
45e6c716
TT
105582013-01-24 Tom Tromey <tromey@redhat.com>
10559
10560 * ada-lang.h (ada_decode_symbol): Make return type const.
10561 * ada-lang.c (ada_decode_symbol): Likewise.
10562
b1ae631a
DE
105632013-01-23 Doug Evans <dje@google.com>
10564
10565 * linespec.c (find_linespec_symbols): Make static.
10566
55a78401
SDJ
105672013-01-23 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
10568
10569 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
10570 type on float conversion for complex type.
10571
bea883fd
SCR
105722013-01-23 Siva Chandra Reddy <sivachandra@google.com>
10573
10574 Add a new class gdb.Architecture which exposes GDB's
10575 internal representation of architecture via GDB Python API.
10576 * Makefile.in: Add entries corresponding to the new file
10577 python/py-arch.c.
10578 * NEWS (Python Scripting): Add entries for the new class
10579 gdb.Architecture and the new method gdb.Frame.architecture.
10580 * python/py-arch.c: Implement gdb.Architecture class.
10581 * python/py-frame.c (frapy_arch): Implement the method
10582 gdb.Frame.architecture().
10583 (frame_object_methods): Add 'architecture' to the method table.
10584 * python/python-internal.h: Add declarations of new utility
10585 functions.
10586 * python/python.c (_initialize_python): Initialize
10587 gdb.Architecture class.
10588
796a7ff8
DE
105892013-01-23 Doug Evans <dje@google.com>
10590
10591 Work around binutils/15021.
10592 * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
10593 type_unit_group out of union s. All uses updated.
10594 (read_index_from_section): Watch for index version 8.
10595 (follow_die_sig): If using .gdb_index version <= 7, record the TU as
10596 an imported symtab.
10597 (write_psymtabs_to_index): Increment version number to 8.
10598
0928e93d
PA
105992013-01-22 Pedro Alves <palves@redhat.com>
10600
10601 * annotate.c (breakpoint_changed): Skip if breakpoint is not
10602 user-visible.
10603
9c97429f
PA
106042013-01-22 Pedro Alves <palves@redhat.com>
10605
10606 * annotate.c (annotate_breakpoints_changed): Rename to ...
10607 (annotate_breakpoints_invalid): ... this. Make static.
10608 (breakpoint_changed): Adjust.
10609 (_initialize_annotate): Always install the observers. Install a
10610 "breakpoint_created" observer.
10611 * annotate.h (annotate_breakpoints_changed): Delete declaration.
10612 * breakpoint.c (set_breakpoint_condition)
10613 (breakpoint_set_commands, do_map_commands_command)
10614 (init_raw_breakpoint, clear_command, set_ignore_count)
10615 (enable_breakpoint_disp): No longer call
10616 annotate_breakpoints_changed.
10617
bd00c694
PA
106182013-01-22 Pedro Alves <palves@redhat.com>
10619
10620 * annotate.c: Include "inferior.h".
10621 (frames_invalid_emitted)
10622 (breakpoints_invalid_emitted): New globals.
10623 (async_background_execution_p): New function.
10624 (annotate_breakpoints_changed, annotate_frames_invalid): Skip
10625 emitting the annotation if it has already been emitted.
10626 (annotate_display_prompt): New function.
10627 * annotate.h (annotate_display_prompt): New declaration.
10628 * event-top.c: Include annotate.h.
10629 (display_gdb_prompt): Call annotate_display_prompt.
10630
187d10dd
PA
106312013-01-22 Pedro Alves <palves@redhat.com>
10632
10633 * annotate.c (ignore_count_changed): Delete.
10634 (annotate_breakpoints_changed): Don't clear ignore_count_changed.
10635 (annotate_ignore_count_change): Delete.
10636 (annotate_stopped): Don't emit a delayed breakpoints-changed
10637 annotation.
10638 * annotate.h (annotate_ignore_count_change): Delete.
10639 * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
10640 annotate_ignore_count_change.
10641
d84cf7eb
TT
106422013-01-22 Tom Tromey <tromey@redhat.com>
10643
10644 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
10645 require_rvalue for a register location.
10646
8f1d5693
MK
106472013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
10648
10649 * breakpoint.c (print_one_breakpoint_location): Add MI
10650 field 'thread-groups' when printing a breakpoint.
10651 (output_thread_groups): New function.
10652
aa6199c6
SCR
106532013-01-21 Siva Chandra Reddy <sivachandra@google.com>
10654
10655 * python/lib/gdb/commands/explore.py
10656 (CompoundExplorer.explore_expr): Correct the name of a method
10657 being invoked.
10658 (ExploreTypeCommand.invoke): Add a missing 'return'.
10659
d2afef13
TT
106602013-01-21 Tom Tromey <tromey@redhat.com>
10661
10662 * gdb_obstack.h (obconcat): Move declaration here, from...
10663 * symfile.h (obconcat): ... here.
10664 * gdb_obstack.c: New file.
10665 (obconcat): Move from...
10666 * symfile.c (obconcat): ... here.
10667 * Makefile.in (SFILES): Add gdb_obstack.c.
10668 (COMMON_OBS): Add gdb_obstack.o.
10669
10f0c4bb
TT
106702013-01-21 Tom Tromey <tromey@redhat.com>
10671
10672 * symfile.h (obsavestring): Don't declare.
10673 * symfile.c (obsavestring): Remove.
10674 * ada-exp.y: Use obstack_copy0, not obsavestring.
10675 * ada-lang.c: Use obstack_copy0, not obsavestring.
10676 * coffread.c: Use obstack_copy0, not obsavestring.
10677 * cp-namespace.c: Use obstack_copy0, not obsavestring.
10678 * dbxread.c: Use obstack_copy0, not obsavestring.
10679 * dwarf2read.c: Use obstack_copy0, not obsavestring.
10680 * jit.c: Use obstack_copy0, not obsavestring.
10681 * mdebugread.c: Use obstack_copy0, not obsavestring.
10682 * psymtab.c: Use obstack_copy0, not obsavestring.
10683 * stabsread.c: Use obstack_copy0, not obsavestring.
10684 * xcoffread.c: Use obstack_copy0, not obsavestring.
10685
86f62fd7
TT
106862013-01-21 Tom Tromey <tromey@redhat.com>
10687
10688 * dwarf2read.c (fixup_go_packaging): Save package name
10689 on objfile obstack.
10690 * gdbtypes.c (init_type): Don't copy name.
10691
15d034d0
TT
106922013-01-21 Tom Tromey <tromey@redhat.com>
10693
10694 * dwarf2read.c (struct partial_die_info) <name, scope>: Now
10695 const.
10696 (struct attribute) <u.str>: Now const.
10697 (struct fnfieldlist) <name>: Now const.
10698 (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
10699 (partial_die_parent_scope): Make return type const.
10700 (partial_die_full_name, add_partial_symbol): Update.
10701 (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
10702 'name' const.
10703 (find_file_and_directory): Make 'name' and 'comp_dir' const.
10704 (read_file_scope, read_func_scope, dwarf2_add_field)
10705 (dwarf2_add_member_fn, read_structure_type)
10706 (process_enumeration_scope, read_array_type, read_module_type)
10707 (read_base_type, read_subrange_type): Update.
10708 (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
10709 (new_symbol_full, guess_full_die_structure_name): Update.
10710 (dwarf2_canonicalize_name): Return const type. Make 'name' const.
10711 (dwarf2_name): Return const type.
10712 (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
10713 const.
10714
748e18ae
TT
107152013-01-21 Tom Tromey <tromey@redhat.com>
10716
10717 * gdbtypes.c (init_type): Make 'name' const.
10718 * gdbtypes.h (init_type): Update.
10719
46212e0b
TT
107202013-01-21 Tom Tromey <tromey@redhat.com>
10721
10722 * buildsym.c (patch_subfile_names): Use set_last_source_file.
10723 (start_symtab): Make 'name' and 'dirname' const. Use
10724 set_last_source_file.
10725 (restart_symtab, reset_symtab_globals): Use set_last_source_file.
10726 (last_source_file): Define. Now static.
10727 (set_last_source_file, get_last_source_file): New functions.
10728 * buildsym.h (last_source_file): Don't declare.
10729 (start_symtab): Update.
10730 (set_last_source_file, get_last_source_file): Declare.
10731 * coffread.c (complete_symtab): Use set_last_source_file.
10732 (coff_end_symtab): Likewise.
10733 (coff_symtab_read): Use set_last_source_file, get_last_source_file.
10734 * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
10735 set_last_source_file.
10736 (process_one_symbol): Use get_last_source_file.
10737 * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
10738 (psymtab_to_symtab_1): Use get_last_source_file.
10739 * xcoffread.c (process_linenos): Use get_last_source_file.
10740 (complete_symtab): Use set_last_source_file.
10741 (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
10742 (scan_xcoff_symtab): Use set_last_source_file.
10743
9d2ceabe
TT
107442013-01-21 Tom Tromey <tromey@redhat.com>
10745
10746 * symtab.c (struct demangled_name_entry) <mangled>: Now const.
10747 (symbol_set_names): Remove casts. Handle field const-ness.
10748
cfc594ee
TT
107492013-01-21 Tom Tromey <tromey@redhat.com>
10750
10751 * dwarf2read.c (new_symbol_full): Remove cast.
10752 * symtab.c (symbol_set_demangled_name): Make 'name' const.
10753 * symtab.h (symbol_set_demangled_name): Update.
10754
5484b13a
TT
107552013-01-21 Tom Tromey <tromey@redhat.com>
10756
10757 * main.c (captured_main): Call bfd_init.
10758
1605ef26
TT
107592013-01-21 Tom Tromey <tromey@redhat.com>
10760
10761 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
10762 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
10763 * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
10764 * NEWS: Update.
10765
3b74cdc3
JK
107662013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10767
10768 * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
10769
5a352474
JK
107702013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10771
10772 Fix gdb.fortran/common-block.exp crash in PIE mode.
10773 * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
10774 LOC_COMMON_BLOCK.
10775 * f-valprint.c (info_common_command_for_block): Expect
10776 LOC_COMMON_BLOCK in gdb_assert.
10777 * symtab.h (struct general_symbol_info): Update comment for the
10778 common_block member.
10779 (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
10780 (enum address_class): New member LOC_COMMON_BLOCK.
10781
c60797fd
DB
107822013-01-18 David Blaikie <dblaikie@gmail.com>
10783
10784 * MAINTAINERS (Write After Approval): Add "David Blaikie".
0cae7dfb 10785
46f35228
TT
107862013-01-18 Tom Tromey <tromey@redhat.com>
10787
10788 PR c++/14999:
10789 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
10790 Call require_rvalue.
10791
257e7a09
YQ
107922013-01-18 Yao Qi <yao@codesourcery.com>
10793
10794 * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
10795 (dbx_read_symtab): New declaration.
10796 (dbx_psymtab_to_symtab): Delete.
10797 (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
10798 Rename parameter PST to SELF. Exchanged two parameters.
10799 (start_psymtab): Caller update.
10800 * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
10801 (dwarf2_read_symtab): New declaration.
10802 (dwarf2_psymtab_to_symtab): Delete.
10803 (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
10804 Rename parameter PST to SELF. Exchanged two parameters.
10805 (create_partial_symtab): Caller update.
10806 * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
10807 (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
10808 Rename parameter PST to SELF. Exchanged two parameters.
10809 (parse_partial_symbols, new_psymtab): Caller update.
10810 * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
10811 two parameters.
10812 * psymtab.c (psymtab_to_symtab): Caller update.
10813 * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
10814 (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
10815 Rename parameter PST to SELF. Exchanged two parameters.
10816 (xcoff_start_psymtab): Caller update.
10817
0de5618e
YQ
108182013-01-18 Yao Qi <yao@codesourcery.com>
10819
10820 * infrun.c (proceed): Rename local variable 'oneproc' to
10821 'force_step'.
10822
5c04624b
DE
108232013-01-17 Doug Evans <dje@google.com>
10824
848e3e78
DE
10825 * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
10826 (dw2_build_type_unit_groups): Delete. All uses updated.
10827
5c04624b
DE
10828 * symtab.h (struct symbol_search): Add comment.
10829
d84fca2c
JK
108302013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10831
10832 * symtab.c (compare_filenames_for_search): New comment for
10833 HAS_DRIVE_SPEC.
10834
6108433d
TT
108352013-01-17 Tom Tromey <tromey@redhat.com>
10836
10837 * cp-abi.c (cp_abi_completer): Fix typo in assignment.
10838
c89ffd86
JK
108392013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10840
10841 * symtab.c (iterate_over_some_symtabs): New variable cleanups,
10842 initialize it by existing make_cleanup. Call new do_cleanups.
10843
db2b2972
TT
108442013-01-17 Tom Tromey <tromey@redhat.com>
10845
10846 * cp-abi.c (cp_abi_completer): New function.
10847 (_initialize_cp_abi): Set completer for "set cp-abi".
10848
be7d37a2
TT
108492013-01-17 Tom Tromey <tromey@redhat.com>
10850
10851 * mem-break.c: Remove obsolete comment.
10852 * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
10853
c9fb1240
SD
108542012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
10855
10856 * jit.c (jit_reader_load_command): Interpret the jit reader name
10857 as an absolute path if it begins with a forward slash.
10858
db334a01
SD
108592012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
10860
10861 PR gdb/14550
10862
10863 * jit.c (finalize_symtab): Ensure that only the global block has a
10864 NULL superblock.
10865
7d928dac
PA
108662013-01-17 Pedro Alves <palves@redhat.com>
10867
10868 * acinclude.m4: Include ../config/plugins.m4,
10869 ../config/largefile.m4 and ../config/lead-dot.m4. Add comments.
10870 * Makefile.in (aclocal_m4_deps): Update.
10871 * aclocal.m4: Renegerate.
10872
fb8cf7c5
DE
108732013-01-16 Doug Evans <dje@google.com>
10874
10875 * contrib/cc-with-tweaks.sh: Add references to Fission docs.
10876
ab04a2af
TT
108772013-01-16 Pedro Alves <palves@redhat.com>
10878 Tom Tromey <tromey@redhat.com>
10879
10880 PR cli/7221:
10881 * NEWS: Add "catch signal".
10882 * breakpoint.c (base_breakpoint_ops): No longer static.
10883 (bpstat_explains_signal): New function.
10884 (init_catchpoint): No longer static.
10885 (base_breakpoint_explains_signal): New function.
10886 (base_breakpoint_ops): Initialize new field.
10887 * breakpoint.h (enum bpstat_signal_value): New.
10888 (struct breakpoint_ops) <explains_signal>: New field.
10889 (bpstat_explains_signal): Remove macro, declare as function.
10890 (base_breakpoint_ops, init_catchpoint): Declare.
10891 * break-catch-sig.c: New file.
10892 * inferior.h (signal_catch_update): Declare.
10893 * infrun.c (signal_catch): New global.
10894 (handle_syscall_event): Update for change to
10895 bpstat_explains_signal.
10896 (handle_inferior_event): Likewise. Always handle random signals
10897 via bpstats.
10898 (signal_cache_update): Check signal_catch.
10899 (signal_catch_update): New function.
10900 (_initialize_infrun): Initialize signal_catch.
10901 * Makefile.in (SFILES): Add break-catch-sig.c.
10902 (COMMON_OBS): Add break-catch-sig.o.
10903
8ac3646f
TT
109042013-01-16 Tom Tromey <tromey@redhat.com>
10905
10906 * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
10907 (print_one_catch_solib, print_one_catch_syscall)
10908 (print_one_catch_exec, print_one_exception_catchpoint): Emit
10909 "catch-type".
10910
5a18e302
YQ
109112013-01-16 Yao Qi <yao@codesourcery.com>
10912
10913 * printcmd.c (current_display_number): Make it static.
10914
3f01d0d0
YQ
109152013-01-16 Yao Qi <yao@codesourcery.com>
10916
10917 * infcmd.c (step_once): Don't check '!single_inst' as it was
10918 checked before.
10919
1ed59174
JK
109202013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10921
10922 * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
10923
44478ab3
TT
109242013-01-14 Tom Tromey <tromey@redhat.com>
10925
10926 * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
10927 set command.
10928 * command.h (add_setshow_string_noescape_cmd): Update.
10929 * corefile.c (set_gnutarget_command): Remove trailing whitespace.
10930 (complete_set_gnutarget): New function.
10931 (_initialize_core): Set the "set gnutarget" completer.
10932
06d66ee9
TT
109332013-01-14 Tom Tromey <tromey@redhat.com>
10934
10935 PR symtab/14442:
10936 * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
10937 (c_type_print_modifier): Likewise.
10938 * dwarf2read.c (read_tag_restrict_type): New function.
10939 (read_type_die_1): Handle DW_TAG_restrict_type.
10940 * gdbtypes.c (make_restrict_type): New function.
10941 (recursive_dump_type): Handle TYPE_RESTRICT.
10942 * gdbtypes.h (enum type_flag_values): Renumber.
10943 (enum type_instance_flag_value): Add
10944 TYPE_INSTANCE_FLAG_RESTRICT.
10945 (TYPE_RESTRICT): New macro.
10946 (make_restrict_type): Declare.
10947
c9bf0622
TT
109482013-01-14 Tom Tromey <tromey@redhat.com>
10949
10950 PR symtab/14931:
10951 * psymtab.c (struct psymtab_state): New.
10952 (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
10953 functions.
10954 * psympriv.h (make_cleanup_discard_psymtabs): Declare.
10955 * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
10956
44d594fd
PA
109572013-01-14 Richard Sharman <richard_sharman@mitel.com>
10958 Pedro Alves <palves@redhat.com>
10959
10960 PR remote/14786
10961
10962 * remote.c (remote_threads_info): Make a copy of the reply from
10963 qfThreadInfo and use that instead of rs->buf.
10964
442e4d9c
YQ
109652013-01-14 Yao Qi <yao@codesourcery.com>
10966
10967 * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
10968 (dbx_psymtab_to_symtab): Likewise.
10969 * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
10970 * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
10971 * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
10972
5b12a61c
JK
109732013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10974
10975 * parse.c (parse_exp_in_context): New variable inner_chain. Call
10976 make_cleanup_restore_current_language. Call set_language. Move
10977 OLD_CHAIN and INNER_CHAIN cleanups.
10978 * utils.c (do_restore_current_language)
10979 (make_cleanup_restore_current_language): New functions.
10980 * utils.h (make_cleanup_restore_current_language): New declaration.
10981
f0a4b570
JK
109822013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10983
10984 * source.c (symtab_to_fullname): Apply rewrite_source_path also for
10985 non-existing files.
10986
57b3c00c
JK
10987 * source.c (symtab_to_fullname): Do not prepend DIRNAME for
10988 non-existing files if FILENAME is already absolute.
10989
daefa854
JK
109902013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10991
10992 * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
10993 fputs_filtered. Append trailing newline.
10994
ca9c6ee2
YQ
109952013-01-11 Yao Qi <yao@codesourcery.com>
10996 Stan Shebs <stan@codesourcery.com>
10997
10998 * psymtab.c (init_psymbol_list): Clarify the comment.
10999
f28045c2
YQ
110002013-01-11 Yao Qi <yao@codesourcery.com>
11001
11002 * breakpoint.c (print_one_breakpoint_location): Remove dead code.
11003 (update_dprintf_command_list): Assert that 'printf_line' is
11004 non-null. Remove condition check.
11005
da5132d3
JK
110062013-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11007
11008 Code cleanup.
11009 * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
11010 type const char *.
11011 * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
11012 const char *.
11013 * tui/tui-source.h (tui_source_is_displayed): Likewise.
11014
843e694d
AG
110152013-01-09 Anthony Green <green@moxielogic.com>
11016
11017 * cp-abi.c (cplus_print_vtable): Don't return value from void
11018 function.
11019 * ada-lang.c (re_set_catch_assert): Ditto.
11020
da51c347
DE
110212013-01-09 Doug Evans <dje@google.com>
11022
11023 * symfile.h (quick_symbol_functions): Delete member
11024 pre_expand_symtabs_matching. All uses removed.
11025 * dwarf2read.c (dw2_lookup_symbol): Implement.
11026 (dw2_do_expand_symtabs_matching): Delete.
11027 (dw2_pre_expand_symtabs_matching): Delete.
11028 (struct dw2_symtab_iterator): New type.
11029 (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
11030 (dw2_expand_symtabs_for_function): Rewrite.
11031 (dwarf2_gdb_index_functions): Update.
11032 * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
11033 (psym_functions): Update.
11034
b2259038
TT
110352013-01-09 Tom Tromey <tromey@redhat.com>
11036
11037 * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
11038 * configure: Rebuild.
11039 * configure.ac: Add somread.o to the build if BFD has SOM
11040 support.
11041 * somread.c: Include som/aout.h, not syms.h.
11042 (som_symtab_read): Use som_external_symbol_dictionary_record.
11043 Unpack records manually.
11044 (_initialize_somread): Declare.
11045
bdad4180
MF
110462012-01-08 Mike Frysinger <vapier@gentoo.org>
11047
11048 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
11049 Cast return_address to 64bits.
11050
03cdf680
HZ
110512013-01-08 Hui Zhu <hui_zhu@mentor.com>
11052
11053 * printcmd.c: Remove define of function output_command.
11054 * tracepoint.c: Remove extern of function output_command.
11055 * valprint.h: (output_command): New extern.
11056
8a808554
TT
110572013-01-07 Tom Tromey <tromey@redhat.com>
11058
11059 * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
11060 Remove.
11061 (objc_language_defn): Use c_printchar, c_printstr,
11062 c_emit_char.
11063
e93a8774
TT
110642013-01-07 Tom Tromey <tromey@redhat.com>
11065
11066 PR cli/7719:
11067 * NEWS: Update.
11068 * ada-valprint.c (printstr, print_field_values): Remove
11069 "inspect_it" code.
11070 * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
11071 code.
11072 * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
11073 code.
11074 * m2-lang.c (m2_printstr): Remove "inspect_it" code.
11075 * main.c (captured_main): Remove "epoch" argument.
11076 * objc-lang.c (objc_printstr): Remove "inspect_it" code.
11077 * p-lang.c (pascal_printstr): Remove "inspect_it" code.
11078 * p-valprint.c (pascal_object_print_value_fields): Remove
11079 "inspect_it" code.
11080 * printcmd.c (print_command_1): Remove 'inspect' argument.
11081 (print_command, call_command): Update.
11082 (inspect_command): Remove.
11083 (_initialize_printcmd): Make "inspect" an alias for "print".
11084 * top.c (epoch_interface): Remove.
11085 * top.h (epoch_interface): Remove.
11086 * valprint.c (user_print_options): Update.
11087 (print_converted_chars_to_obstack): Remove "inspect_it" code.
11088 * valprint.h (struct value_print_options) <inspect_it>: Remove
11089 field.
11090
110912013-01-04 Tom Tromey <tromey@redhat.com>
11092
11093 * valprint.h (read_string): Add 'extern'.
11094
b967eb24
JB
110952013-01-07 Joel Brobecker <brobecker@adacore.com>
11096
11097 * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
11098 used to decide whether to define darwin_read_dyld_info or not.
11099
78a8b30e
PM
111002013-01-03 Pierre Muller <muller@sourceware.org>
11101
11102 * main.c (relocate_gdb_directory): Avoid calling stat function
11103 if DIR is empty.
11104
50da2f25
YQ
111052013-01-03 Yao Qi <yao@codesourcery.com>
11106
11107 * psymtab.c (fixup_psymbol_section): Update declaration.
11108 (fixup_psymbol_section): Remove code returning value.
11109
e7e8980f
YQ
111102013-01-03 Yao Qi <yao@codesourcery.com>
11111
11112 * symtab.h: Remove some out of date comments.
11113 (enum exception_event_kind): Move it ...
11114 * breakpoint.c: ... here.
11115
569283d4
MF
111162013-01-02 Iain Sandoe <developer@sandoe-acoustics.co.uk>
11117
9f9d9a96 11118 PR gdb/14405
569283d4
MF
11119 * darwin-nat.c (darwin_read_dyld_info): Only build if
11120 TASK_DYLD_INFO_COUNT is defined.
11121 (darwin_xfer_partial): Call darwin_read_dyld_info only if
11122 TASK_DYLD_INFO_COUNT is defined.
11123
2e36fbea
TT
111242013-01-02 Tom Tromey <tromey@redhat.com>
11125
11126 * symfile.h (struct ecoff_debug_hack): Remove.
11127 * objfiles.c: Don't include mdebugread.h.
11128
4f05add4
TT
111292013-01-02 Tom Tromey <tromey@redhat.com>
11130
11131 * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
11132 * configure.ac: Check for Mach-O support in BFD. Update
11133 CONFIG_OBS.
11134 * configure: Rebuild.
11135
def63ff0
TT
111362013-01-02 Tom Tromey <tromey@redhat.com>
11137
11138 * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
11139 * configure.ac: Use GDB_AC_CHECK_BFD.
11140 * configure: Rebuild.
11141
60c5dd93
MK
111422013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
11143
11144 * MAINTAINERS: Update my email.
11145
6e58437e
JB
111462013-01-01 Joel Brobecker <brobecker@adacore.com>
11147
11148 * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
11149
627fe805
JB
111502013-01-01 Joel Brobecker <brobecker@adacore.com>
11151
11152 * rs6000-nat.c (bss_data_overlap): New function.
11153 (vmap_symtab): Use it to adjust the .bss section's offset.
11154
28e7fd62
JB
111552013-01-01 Joel Brobecker <brobecker@adacore.com>
11156
11157 Update year range in copyright notice of all files.
11158
e93a8774 111592013-01-01, 13 Joel Brobecker <brobecker@adacore.com>
b9786c74
JB
11160
11161 * top.c (print_gdb_version): Update copyright year.
11162
72b20e9c 11163For older changes see ChangeLog-2012.
c906108c
SS
11164\f
11165Local Variables:
11166mode: change-log
11167left-margin: 8
11168fill-column: 74
11169version-control: never
57da7796 11170coding: utf-8
c906108c 11171End:
This page took 2.047828 seconds and 4 git commands to generate.