]> Git Repo - binutils.git/blame - gdb/ChangeLog
* target/waitstatus.h (target_waitkind): Remove spurious
[binutils.git] / gdb / ChangeLog
CommitLineData
c8a62302
LM
12013-10-17 Luis Machado <[email protected]>
2
3 * target/waitstatus.h (target_waitkind): Remove spurious
4 character from the comments.
5
eade6471
JB
62013-10-17 Joel Brobecker <[email protected]>
7
8 * gdbarch.sh (get_longjmp_target): Add method documentation.
9 * gdbarch.h: Regenerate.
10
5411b26c
TT
112013-10-16 Tom Tromey <[email protected]>
12
13 * dbxread.c (read_dbx_symtab) <bss_ext_symbol>: Remove unused
14 label.
15
87326c87
LM
162013-10-16 Luis Machado <[email protected]>
17
18 * gcore.in: Call GDB using the full path to the gcore script.
19 Error out if the GDB binary is not found.
20
fd0a4d76
SDJ
212013-10-16 Sergio Durigan Junior <[email protected]>
22
23 PR gdb/16014
24 * dwarf2read.c (dw2_get_real_path): Remove unnecessary call to
25 sizeof.
26
d92f7ee3
SDJ
272013-10-16 Sergio Durigan Junior <[email protected]>
28
29 PR gdb/16042
30 * target.c (target_disable_btrace): Fix invalid return value for
31 void function.
32 (target_teardown_btrace): Likewise.
33
bb5ce47a
YQ
342013-10-14 Yao Qi <[email protected]>
35
36 * varobj.c (struct varobj): Move most of the fields to
37 varobj.h.
38 (struct varobj_dynamic): New struct.
39 (varobj_get_display_hint) [HAVE_PYTHON]: Adjust.
40 (varobj_has_more): Likewise.
41 (dynamic_varobj_has_child_method): Likewise.
42 (update_dynamic_varobj_children): Likewise.
43 (varobj_get_num_children): Likewise.
44 (varobj_list_children, varobj_pretty_printed_p): Likewise.
45 (install_new_value_visualizer): Likewise.
46 (install_new_value_visualizer, install_new_value): Likewise.
47 (varobj_update, new_variable, free_variable): Likewise.
48 (my_value_of_variable, value_get_print_value): Likewise.
49 (install_visualizer): Change the type of parameter 'var' to
50 'struct varobjd_dynamic *'. Callers update.
51 * varobj.h (struct varobj): Moved from varobj.c.
52 (struct varobj) <dynamic>: New field.
53
0b76b0ce
SL
542013-10-13 Sandra Loosemore <[email protected]>
55
56 * nios2-tdep.c (nios2_reg_names): Use "sstatus" rather than "ba"
57 as the preferred name of r30.
58 * nios2-linux-tdep.c (reg_offsets): Likewise.
59 * features/nios2-cpu.xml: Likewise.
60 * features/nios2-linux.c: Regenerated.
61 * features/nios2.c: Regenerated.
62 * regformats/nios2-linux.dat: Regenerated.
63
4856b6bc
JK
642013-10-13 Jan Kratochvil <[email protected]>
65
66 Canonicalize directories for EXEC_FILENAME.
67 * exec.c (exec_file_attach): Use gdb_realpath_keepfile for
68 exec_filename.
69 * utils.c (gdb_realpath_keepfile): New function.
70 * utils.h (gdb_realpath_keepfile): New declaration.
71
9b557b58
DE
722013-10-11 Doug Evans <[email protected]>
73
74 * Makefile.in (GDBFLAGS): New variable.
75 (run): New rule.
76
ce13fade
JB
772013-10-11 Joel Brobecker <[email protected]>
78
79 * NEWS: Add entry documenting the new "-catch-assert" and
80 "-catch-exception" GDB/MI commands.
81
349774ef
JB
822013-10-11 Joel Brobecker <[email protected]>
83
84 * breakpoint.h (init_ada_exception_breakpoint): Add parameter
85 "enabled".
86 * breakpoint.c (init_ada_exception_breakpoint): Add parameter
87 "enabled". Set B->ENABLE_STATE accordingly.
88 * ada-lang.h (ada_exception_catchpoint_kind): Move here from
89 ada-lang.c.
90 (create_ada_exception_catchpoint): Add declaration.
91 * ada-lang.c (ada_exception_catchpoint_kind): Move to ada-lang.h.
92 (create_ada_exception_catchpoint): Make non-static. Add new
93 parameter "disabled". Use it in call to
94 init_ada_exception_breakpoint.
95 (catch_ada_exception_command): Add parameter "enabled" in call
96 to create_ada_exception_catchpoint.
97 (catch_assert_command): Likewise.
98
99 * mi/mi-cmds.h (mi_cmd_catch_assert, mi_cmd_catch_exception):
100 Add declarations.
101 * mi/mi-cmds.c (mi_cmds): Add the "catch-assert" and
102 "catch-exception" commands.
103 * mi/mi-cmd-catch.c: Add #include "ada-lang.h".
104 (mi_cmd_catch_assert, mi_cmd_catch_exception): New functions.
105
761269c8
JB
1062013-10-11 Joel Brobecker <[email protected]>
107
108 * ada-lang.c (enum ada_exception_catchpoint_kind): Renames
109 "enum exception_catchpoint_kind". Replace the "ex_" prefix
110 of all its enumerates with "ada_". Update the rest of this
111 file throughout.
112
b4a5b78b
JB
1132013-10-11 Joel Brobecker <[email protected]>
114
115 * ada-lang.c (ada_decode_exception_location): Delete.
116 (create_ada_exception_catchpoint): Remove arguments "sal",
117 "addr_string" and "ops". Add argument "ex_kind" instead.
118 Adjust implementation accordingly, calling ada_exception_sal
119 to get the entities it no longer gets passed as arguments.
120 Document the function's arguments.
121 (catch_ada_exception_command): Use catch_ada_exception_command_split
122 instead of ada_decode_exception_location, and update call to
123 create_ada_exception_catchpoint.
124 (catch_ada_assert_command_split): Renames
125 ada_decode_assert_location. Remove parameters "addr_string" and
126 "ops", and now returns void. Adjust implementation accordingly.
127 Update the function documentation.
128 (catch_assert_command): Use catch_ada_assert_command_split
129 instead of ada_decode_assert_location. Update call to
130 create_ada_exception_catchpoint.
131
7ad1d32c 1322013-10-11 Joel Brobecker <[email protected]>
7c647d61
JB
133
134 * utils.h (perror_warning_with_name): Add declaration.
135 * utils.c (perror_warning_with_name): New function.
136 * cli/cli-cmds.c (source_script_with_search): Add call to
137 perror_warning_with_name if from_tty is nul.
138
7ad1d32c 1392013-10-11 Joel Brobecker <[email protected]>
0cf4063e
JB
140
141 * utils.c (perror_string): New function, extracted out of
142 throw_perror_with_name.
143 (throw_perror_with_name): Rework to use perror_string.
144
bcc75809
YQ
1452013-10-11 Yao Qi <[email protected]>
146
147 * remote.c (discard_pending_stop_replies_in_queue): Update
148 declaration.
149 (struct stop_reply) <rs>: New field.
150 (remove_stop_reply_of_remote_state): New function.
151 (discard_pending_stop_replies_in_queue): Add parameter 'rs'.
152 Callers update. Pass remove_stop_reply_of_remote_state to
153 QUEUE_iterate.
154 (remote_parse_stop_reply): Initialize field 'rs'.
155
05feb193
WN
1562013-10-10 Will Newton <[email protected]>
157
158 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
159 linux_init_abi.
160
0d12017b
JB
1612013-10-10 Joel Brobecker <[email protected]>
162
163 * cli/cli-cmds.c (show_baud_rate): Moved to serial.c as
164 serial_baud_show_cmd.
165 (_initialize_cli_cmds): Delete the code creating the
166 "set/show remotebaud" commands.
167 * serial.c (baud_rate): Move here from top.c.
168 (serial_baud_show_cmd): Move here from cli/cli-cmds.c.
169 (_initialize_serial): Create "set/show serial baud" commands.
170 Add "set/show remotebaud" command aliases.
171 * top.c (baud_rate): Moved to serial.c.
172 * NEWS: Document the new "set/show serial baud" commands,
173 replacing "set/show remotebaud".
174
578d3588
PA
1752013-10-09 Pedro Alves <[email protected]>
176
177 * breakpoint.c (insert_bp_location): Use memory_error_message to
178 build the memory error string.
179 * c-lang.c: Include "gdbcore.h".
180 (c_get_string): Use memory_error to throw error.
181 (target_xfer_memory_error): Delete.
182 (memory_error_message): New, factored out from
183 target_xfer_memory_error.
184 (memory_error): Change parameter type to target_xfer_error.
185 Rewrite.
186 (read_memory): Use memory_error instead of
187 target_xfer_memory_error.
188 * gdbcore.h: Include "target.h".
189 (memory_error): Change parameter type to target_xfer_error.
190 (memory_error_message): Declare function.
191 * target.c (target_read_memory, target_read_stack)
192 (target_write_memory, target_write_raw_memory): Return
193 TARGET_XFER_E_IO on error. Adjust comments.
194 (get_target_memory): Pass TARGET_XFER_E_IO to memory_error,
195 instead of EIO.
196 * target.h (target_read, target_insert_breakpoint)
197 (target_remove_breakpoint): Adjust comments.
198 * valprint.c (partial_memory_read): Rename parameter, and adjust
199 comment.
200 (val_print_string): Use memory_error_message to build the memory
201 error string.
202
c74e1ccf
JK
2032013-10-09 Jan Kratochvil <[email protected]>
204
205 * common/filestuff.c (gdb_fopen_cloexec): Remove initialization of
206 result variable. Rename variable fopen_e_ever_failed to
207 fopen_e_ever_failed_einval. Retry fopen only for errno EINVAL.
208
915215be
PA
2092013-10-09 Pedro Alves <[email protected]>
210
211 * monitor.c (monitor_write_memory, monitor_write_memory_bytes)
212 (monitor_write_memory_longlongs, monitor_write_memory_block):
213 Constify 'myaddr' parameter.
214 (monitor_xfer_memory): Adjust interface as monitor_xfer_partial
215 helper.
216 (monitor_xfer_partial): New function.
217 (init_base_monitor_ops): Don't install a deprecated_xfer_memory
218 hook. Install a to_xfer_partial hook.
219
acd13123
TT
2202013-10-09 Tom Tromey <[email protected]>
221
222 * dwarf2read.c (dwarf2_get_dwz_file): Update for type change in
223 bfd_get_alt_debug_link_info.
224
40135bb1
JK
2252013-10-09 Jan Kratochvil <[email protected]>
226
227 New flag OBJF_NOT_FILENAME.
228 * auto-load.c (auto_load_objfile_script): Check also OBJF_NOT_FILENAME.
229 * jit.c (jit_object_close_impl): Use OBJF_NOT_FILENAME for
230 allocate_objfile.
231 (jit_bfd_try_read_symtab): Use OBJF_NOT_FILENAME for
232 symbol_file_add_from_bfd.
233 * jv-lang.c (get_dynamics_objfile): Use OBJF_NOT_FILENAME for
234 allocate_objfile.
235 * objfiles.c (allocate_objfile): Assert OBJF_NOT_FILENAME if NAME is
236 NULL.
237 * objfiles.h (OBJF_NOT_FILENAME): New.
238
dc294be5
TT
2392013-10-08 Tom Tromey <[email protected]>
240
241 * Makefile.in (SFILES): Add build-id.c.
242 (HFILES_NO_SRCDIR): Add build-id.h.
243 * build-id.c: New file, largely from elfread.c. Modified
244 most functions.
245 * build-id.h: New file.
246 * dwarf2read.c (dwarf2_get_dwz_file): Update for change to
247 bfd_get_alt_debug_link_info. Verify dwz file's build-id.
248 Search for dwz file using build-id.
249 * elfread.c (build_id_bfd_get, build_id_verify)
250 (build_id_to_debug_filename, find_separate_debug_file): Remove.
251
db230ce3
JB
2522013-10-08 Joel Brobecker <[email protected]>
253
254 * ada-lang.c (compare_names_with_case): Renamed from
255 compare_names, adding a new parameter "casing" and its handling.
256 New function documentation.
257 (compare_names): New function, implemented using
258 compare_names_with_case.
259
6501c98a
JB
2602013-10-08 Joel Brobecker <[email protected]>
261
262 * ada-lang.c (ada_exception_sal): Remove advance declaration.
263
84a1243b
TT
2642013-10-07 Tom Tromey <[email protected]>
265
266 * objfiles.c (free_objfile_per_bfd_storage): Delete the
267 demangled_names_hash.
268 (free_objfile): Don't delete the demangled_names_hash.
269 * objfiles.h (struct objfile_per_bfd_storage)
270 <demangled_names_hash>: New field.
271 (struct objfile) <demangled_names_hash>: Move to
272 objfile_per_bfd_storage.
273 * symfile.c (reread_symbols): Don't delete the
274 demangled_names_hash.
275 * symtab.c (create_demangled_names_hash): Update.
276 (symbol_set_names): Update.
277
1da77581
TT
2782013-10-07 Tom Tromey <[email protected]>
279
280 * gdb_bfd.c (struct gdb_bfd_data) <relocation_computed,
281 needs_relocations>: New fields.
282 (gdb_bfd_requires_relocations): New function.
283 * gdb_bfd.h (gdb_bfd_requires_relocations): Declare.
284 * objfiles.c (get_objfile_bfd_data): Disallow sharing if
285 the BFD needs relocations applied.
286
46ecd527
PA
2872013-10-07 Pedro Alves <[email protected]>
288
289 PR breakpoints/11568
290 * breakpoint.c (remove_threaded_breakpoints): Say "no longer in
291 the thread list" instead of "gone".
292
0c557179
SDJ
2932013-10-06 Sergio Durigan Junior <[email protected]>
294
295 * NEWS: Mention new convenience variable $_exitsignal.
296 * corelow.c (core_open): Reset exit convenience variables. Set
297 $_exitsignal to the uncaught signal which generated the corefile.
298 * infrun.c (handle_inferior_event): Reset exit convenience
299 variables. Set $_exitsignal for TARGET_WAITKIND_SIGNALLED.
300 (clear_exit_convenience_vars): New function.
301 * inferior.h (clear_exit_convenience_vars): New prototype.
302
1cc47d81
YQ
3032013-10-06 Yao Qi <[email protected]>
304
305 * varobj.h: Add comments to enum varobj_languages.
306
73869dc2
DE
3072013-10-04 Doug Evans <[email protected]>
308
309 Add support for DWP file format version 2.
310 * NEWS: Mention support for DWP file format version 2.
311 * dwarf2read.c (dwarf2_section_info): Convert asection field to a
312 union of asection, containing_section. New fields virtual_offset
313 and is_virtual. Change type of readin filed from int to char.
314 (dwo_sections, dwo_file): Tweak comments.
315 (dwp_v2_section_ids): New enum.
316 (dwp_sections): New fields abbrev, info, line, loc, macinfo, macro,
317 str_offsets, types.
318 (virtual_v1_dwo_sections): Renamed from virtual_dwo_sections.
319 All uses updated.
320 (virtual_v2_dwo_sections): New struct.
321 (dwp_hash_table): New fields version, nr_columns. Change type of
322 section_pool field to a union.
323 (dwp_file): New field version.
324 (dwarf2_has_info): Check for virtual sections.
325 (get_containing_section): New function.
326 (get_section_bfd_owner, get_section_bfd_section): Call it.
327 (dwarf2_locate_sections): Update.
328 (dwarf2_section_empty_p): Update.
329 (dwarf2_read_section): Handle virtual sections.
330 (locate_dwz_sections): Update.
331 (create_dwp_hash_table): Document and handle V2 format.
332 (locate_v1_virtual_dwo_sections): Renamed from
333 locate_virtual_dwo_sections and update. All callers updated.
334 (create_dwo_unit_in_dwp_v1): Renamed from create_dwo_in_dwp.
335 Delete arg htab. Rename arg section_index to unit_index.
336 All callers updated.
337 (MAX_NR_V1_DWO_SECTIONS): Renamed from MAX_NR_DWO_SECTIONS.
338 All uses updated.
339 (create_dwp_v2_section, create_dwo_unit_in_dwp_v2): New functions.
340 (lookup_dwo_unit_in_dwp): Add V2 support.
341 (dwarf2_locate_dwo_sections): Update.
342 (dwarf2_locate_common_dwp_sections): Renamed from
343 dwarf2_locate_dwp_sections and update. All callers updated.
344 (dwarf2_locate_v2_dwp_sections): New function.
345 (open_and_init_dwp_file): Add V2 support.
346 (read_str_index): New locals str_section, str_offsets_section.
347
9a2c3737
PA
3482013-10-04 Pedro Alves <[email protected]>
349
350 * common/ptid.c (null_ptid, minus_one_ptid, ptid_build)
351 (pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid)
352 (ptid_equal, ptid_is_pid, ptid_lwp_p, ptid_tid_p): Replace
353 describing comments with references to ptid.h.
354 * common/ptid.h: Remove intro description of constructors,
355 accessors and predicates.
356 (struct ptid): Reformat.
357 (minus_one_ptid, ptid_build, pid_to_ptid, ptid_get_pid)
358 (ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid): Change
359 describing comments.
360
f5371440
JB
3612013-10-04 Joel Brobecker <[email protected]>
362
363 * aix-thread.c (sync_threadlists): Add missing ')' in call
364 to ptid_build.
365
793e1c06
JB
3662013-10-04 Joel Brobecker <[email protected]>
367
368 * procfs.c (procfs_init_inferior): Fix typo causing the build
369 to fail.
370
26f0edc1
JB
3712013-10-04 Joel Brobecker <[email protected]>
372
373 * aix-thread.c (ptrace32): Remove cast to addr_ptr.
374
5713b9b5
JB
3752013-10-04 Joel Brobecker <[email protected]>
376
377 * mi/mi-main.c (run_one_inferior): Add function description.
378 Make ARG a pointer to an integer whose value determines whether
379 we should "run" or "start" the program.
380 (mi_cmd_exec_run): Add handling of the "--start" option.
381 Reject all other command-line options.
382 * NEWS: Add entry for "-exec-run"'s new "--start" option.
383
f48ff2a7
YQ
3842013-10-04 Yao Qi <[email protected]>
385
386 * remote-notif.h (REMOTE_NOTIF_ID): New enum.
387 (struct notif_client) <pending_event>: Moved
388 to struct remote_notif_state.
389 <id>: New field.
390 (struct remote_notif_state) <pending_event>: New field.
391 (notif_event_xfree): Declare.
392 * remote-notif.c (handle_notification): Adjust.
393 (notif_event_xfree): New function.
394 (do_notif_event_xfree): Call notif_event_xfree.
395 (remote_notif_state_xfree): Call notif_event_xfree to free
396 each element in field pending_event.
397 * remote.c (discard_pending_stop_replies): Remove declaration.
398 (discard_pending_stop_replies_in_queue): Declare.
399 (remote_close): Call discard_pending_stop_replies_in_queue
400 instead of discard_pending_stop_replies.
401 (remote_start_remote): Adjust.
402 (stop_reply_xfree): Call notif_event_xfree.
403 (notif_client_stop): Adjust initialization.
404 (remote_notif_remove_all): Rename it to ...
405 (remove_stop_reply_for_inferior): ... this. Update comments.
406 Don't check INF is NULL.
407 (discard_pending_stop_replies): Return early if notif_state is
408 NULL. Adjust. Don't check INF is NULL.
409 (remote_notif_get_pending_events): Adjust.
410 (discard_pending_stop_replies_in_queue): New function.
411 (remote_wait_ns): Likewise.
412
5965e028
YQ
4132013-10-04 Yao Qi <[email protected]>
414
415 * remote-notif.c (DECLARE_QUEUE_P): Remove.
416 (notif_queue): Remove.
417 (remote_notif_process): Add one parameter 'notif_queue'.
418 Update comments. Callers update.
419 (remote_async_get_pending_events_token): Remove.
420 (remote_notif_register_async_event_handler): Remove.
421 (remote_notif_unregister_async_event_handler): Remove.
422 (handle_notification): Add parameter 'notif_queue'. Update
423 comments. Callers update.
424 (notif_xfree): Remove.
425 (remote_notif_state_allocate): New function.
426 (remote_notif_state_xfree): New function.
427 (_initialize_notif): Remove code to allocate queue.
428 * remote-notif.h (DECLARE_QUEUE_P): Moved from remote-notif.c.
429 (struct remote_notif_state): New.
430 (handle_notification): Update declaration.
431 (remote_notif_process): Likewise.
432 (remote_notif_register_async_event_handler): Remove.
433 (remote_notif_unregister_async_event_handler): Remove.
434 (remote_notif_state_allocate): Declare.
435 (remote_notif_state_xfree): Declare.
436 * remote.c (struct remote_state) <notif_state>: New field.
437 (remote_close): Don't call
438 remote_notif_unregister_async_event_handler. Call
439 remote_notif_state_xfree.
440 (remote_open_1): Don't call
441 remote_notif_register_async_event_handler. Call
442 remote_notif_state_allocate.
443
5e5ac9a5
YQ
4442013-10-04 Yao Qi <[email protected]>
445
446 * varobj.c (create_child_with_value): Remove 'const' from the
447 type of parameter 'name'.
448 (varobj_add_child): Likewise.
449 (install_dynamic_child): Remove 'const' from the type of
450 parameter 'name'.
451 (varobj_add_child): Likewise.
452 (create_child_with_value): Likewise. Update comments. Don't
453 duplicate 'name'.
454 (update_dynamic_varobj_children): Duplicate 'name'
455 and pass it to install_dynamic_child.
456
06ab7b19
PM
4572013-10-03 Phil Muldoon <[email protected]>
458
459 * python/py-value.c (convert_value_from_python): Move PyInt_Check
460 conversion logic to occur after PyLong_Check. Comment on order
461 change significance.
462 * python/py-arch.c (archpy_disassemble): Comment on order of
463 conversion for integers and longs.
464
8ae377e8
PA
4652013-10-03 Pedro Alves <[email protected]>
466
467 * common/linux-ptrace.c (linux_check_ptrace_features): Factor out
468 the PTRACE_O_TRACESYSGOOD and PTRACE_O_TRACEFORK to separate
469 functions. Always test for PTRACE_O_TRACESYSGOOD even if
470 PTRACE_O_TRACEFORK is not supported.
471 (linux_test_for_tracesysgood): New function.
472 (linux_test_for_tracefork): New function, factored out from
473 linux_check_ptrace_features, and also don't kill child_pid here.
474
b1328b1b
TG
4752013-10-03 Tristan Gingold <[email protected]>
476
477 * i386-darwin-nat.c (i386_darwin_dr_set): Fix argument type.
478 Remove verbose error reporting. Use detected state to
479 thread_set_state call.
480 (i386_darwin_dr_get): Fix return type. Remove verbose error
481 report.
482 Remove trailing spaces.
483
901461f8
PA
4842013-10-02 Pedro Alves <[email protected]>
485
486 * cp-valprint.c (cp_print_value_fields): Adjust calls to
487 val_print_optimized_out.
488 * jv-valprint.c (java_print_value_fields): Likewise.
489 * p-valprint.c (pascal_object_print_value_fields): Likewise.
490 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full)
491 <DWARF_VALUE_REGISTER>: If the register was not saved, return a
492 new optimized out value.
493 * findvar.c (address_from_register): Likewise.
494 * frame.c (put_frame_register): Tweak error string to say the
495 register was not saved, rather than optimized out.
496 * infcmd.c (default_print_one_register_info): Adjust call to
497 val_print_optimized_out. Use value_of_register instead of
498 get_frame_register_value.
499 * mi/mi-main.c (output_register): Use value_of_register instead of
500 get_frame_register_value.
501 * valprint.c (valprint_check_validity): Likewise.
502 (val_print_optimized_out): New value parameter. If the value is
503 lval_register, print <not saved> instead.
504 (value_check_printable, val_print_scalar_formatted): Adjust calls
505 to val_print_optimized_out.
506 * valprint.h (val_print_optimized_out): New value parameter.
507 * value.c (struct value) <optimized_out>: Extend comment.
508 (error_value_optimized_out): New function.
509 (require_not_optimized_out): Use it. Use a different string for
510 lval_register values.
511 * value.h (error_value_optimized_out): New declaration.
512 * NEWS: Mention <not saved>.
513
042a84d9
JB
5142013-10-02 Joel Brobecker <[email protected]>
515
516 * symtab.c (compare_search_syms): Use FILENAME_CMP instead of
517 strcmp to compare two symtab filenames.
518
6b9780fb
JB
5192013-10-02 Joel Brobecker <[email protected]>
520
521 * symtab.c (search_symbols_equal): Delete.
522 (sort_search_symbols_remove_dups): Replace call to
523 search_symbols_equal by call to compare_search_syms,
524 adjusting as necessary.
525
751e7549
PM
5262013-10-02 Phil Muldoon <[email protected]>
527
528 PR python/15579
529
530 * python/python.c: Document gdb.execute command in Python help.
531
1efd7661
PM
5322013-10-02 Phil Muldoon <[email protected]>
533
534 * python/py-frame.c (frame_info_to_frame_object): Use
535 gdbpy_convert_exception. Clean up Python object on failure.
536
562fc849
PM
5372013-10-02 Phil Muldoon <[email protected]>
538
539 * python/lib/gdb/command/frame_filters.py
540 (InfoFrameFilter.list_frame_filters): Retrieve exception manually.
541 (ShowFrameFilterPriority.invoke): Ditto.
542
d7561cbb
KS
5432013-10-01 Keith Seitz <[email protected]>
544
545 * linespec.c (struct ls_parser): Make 'saved_arg' const.
546 (parse_linespec): Make 'argptr' const.
547 Remove temporary cast of 'argptr' to const char **.
548 (decode_line_full): Pass const pointer to parse_linespec.
549 (decode_line_1): Likewise.
550 (decode_objc): Make local variable 'new_argptr' const.
551 (find_function_symbols): Remove temporary cast to char *
552 to find_imps.
553 * objc-lang.c (find_imps): Make argument 'method' const.
554 Return const.
555 * objc-lang.h (find_imps): Likewise.
556
5572013-10-01 Keith Seitz <[email protected]>
558
559 * completer.c (skip_quoted_chars): Make all arguments const.
560 Return const.
561 (skip_quoted): Likewise.
562 * completer.h (skip_quoted_chars): Likewise.
563 (skip_quoted): Likewise.
564 * defs.h (skip_quoted): Remove duplicate declaration.
565 * jv-exp.y: Include completer.h.
566 (yylex): Remove unneccessary cast to char * fro skip_quoted.
567 * p-exp.y: Include completer.h.
568
5692013-10-01 Keith Seitz <[email protected]>
570
571 * c-exp.y (parse_number): Make first argument const.
572 Make a copy of the input to manipulate.
573 (c_parse_escape): Make first argument const.
574 Make local variable 'tokptr' const.
575 (parse_string_or_char): Make first two arguments const.
576 (macro_original_text): Make const.
577 (lex_one_token): Make local variable 'tokstart' const.
578 Likewise for local variables named 'p'.
579 Cast away const for struct stoken (temporary).
580 * c-lang.h (c_parse_escpae): Make first argument const.
581 * cli/cli-cmds.c (echo_command): Make local variable 'p'
582 const.
583 * cli/cli-setshow.c (do_set_command): Likewise for 'p' in
584 var_string case.
585 * f-exp.y (parse_number): Make first argument const.
586 (match_string_literal): Make local variable 'tokstart'
587 const.
588 (yylex): Make local variable 'p' const.
589 Cast away const for struct stoken (temporary).
590 * go-exp.y (parse_number): Make first argument const.
591 (parse_string_or_char): Likewise.
592 Make local variable 'tokstart' const.
593 (lex_one_token): Likewise for numerous locals called 'p'.
594 Cast away const for struct stoken (temporary).
595 * jv-exp.y (parse_number): Make first argument const.
596 Make local variables 'tokstart' and 'tokptr' const.
597 Cast away const for call to skip_quoted (temporary).
598 (yylex): Make local variable 'p' const.
599 Cast away const for struct stoken (temporary).
600 * m2-exp.y (parse_number): Make local variable 'p' const.
601 (yylex): Likewise for 'tokstart'.
602 Cast away const for struct stoken (temporary).
603 Make local variable 'p' const.
604 * macroexp.c (get_character_constant): Pass a const string
605 to c_parse_escape.
606 (get_string_literal): Likewise.
607 (macro_expand_next): Make first argument const.
608 Cast away const for init_shared_buffer.
609 * macroexp.h (macro_expand_next): Make first argument const.
610 * p-exp.y (yylex): Make a local copy of 'lexptr'.
611 Pass a const string to c_parse_escape.
612 Make local variables 'p' and 'namestart' const.
613 * parse.c (lexptr): Make const.
614 (prev_lexptr): Likewise.
615 (find_template_name_end): Return const.
616 Make argument const, too.
617 (parse_exp_in_context): Make first argument const.
618 Remove the entire const_hack.
619 (parse_exp_in_context_1): Make first argument const.
620 * parser-defs.h (find_template_name_end): Return const.
621 Make argument const, too.
622 (lexptr): Make const.
623 (prev_lexptr): Likewise.
624 * utils.c (parse_escape): Make second argument const.
625 * utils.h (parse_escape): Likewise.
626
6272013-10-01 Keith Seitz <[email protected]>
628
629 * ada-exp.y (write_object_renaming): Update: struct stoken.ptr
630 is now const.
631 (block_lookup): Make 'raw_name' and 'name' const.
632 * ada-lex.l (processString): Update for struct stoken.ptr.
633 * c-exp.y (qualified_name : TYPENAME COLONCOLON '~' name): Likewise.
634 (operator_stoken): Likewise.
635 (lex_one_token): Remove temporary cast to char * for
636 'yylval.sval.ptr'.
637 * f-exp.y (yylex): Likewise.
638 * gdb-types.c (lookup_struct_elt_type): Make argument 'name' const.
639 * gdbtypes.h (lookup_struct_elt_type): Likewisee.
640 * go-exp.y (lex_one_token): Remove temporary cast to char * for
641 'yylval.sval.ptr'.
642 * jv-exp.y (QualifiedName): Update for struct stoken.ptr.
643 (yylex): Remove temporary cast to char * for 'yylval.sval.ptr'.
644 * linespec.c (struct ls_parser): Make 'stream' const.
645 (find_parameter_list_end): Make argument 'input' and local
646 variable 'p' const.
647 (linespec_lexer_lex_string): Make local variables 'start' and
648 'p' const.
649 Use skip_spaces_const instead of skip_spaces.
650 (linespec_lexer_peek_token): Make local variable 'saved_stream'
651 const.
652 (parse_linespec): Temporarily cast 'argptr' to const for
653 'parser->lexer.stream'.
654 * m2-exp.y (yylex): Remove temporary cast to char * for
655 'yylval.sval.ptr'.
656 * objc-lang.c (add_msglist): Make local variable 'p' const.
657 * p-exp.y (exp : exp '['): Update for struct stoken.ptr.
658 (exp : STRING): Make 'sp' const.
659 (parse_number): Make argument 'p' const.
660 * parser-defs.h (struct stoken): Make 'ptr' const.
661
193a8eac
DE
6622013-10-01 Doug Evans <[email protected]>
663
664 * cli/cli-decode.c: Remove unnecessary inclusion of tui/tui.h.
665
2213e2be
YQ
6662013-10-01 Yao Qi <[email protected]>
667
668 * varobj.c (c_value_of_root): Remove declaration.
669 (cplus_value_of_root, java_value_of_root): Likewise.
670 (ada_value_of_root): Likewise.
671 (struct language_specific) <value_of_root>: Remove.
672 (languages): Update initialization.
673 (check_scope): Move earlier.
674 (c_value_of_root): Move earlier and rename to ...
675 (value_of_root_1): ... this.
676 (value_of_root): Caller update.
677 (cplus_value_of_root, java_value_of_root): Remove.
678 (ada_value_of_root): Remove.
679
c573f273
YQ
6802013-10-01 Yao Qi <[email protected]>
681
682 * varobj.c (varobj_format_string): Remove "unknown".
683 (languages): Remove the first element.
684 * varobj.h (enum varobj_languages): Remove vlang_c.
685
56250258
YQ
6862013-10-01 Yao Qi <[email protected]>
687
688 * varobj.c (struct language_specific) <language>: Remove.
689 (languages): Update the initialization.
690
29f9ebfa
YQ
6912013-10-01 Yao Qi <[email protected]>
692
693 * arm-wince-tdep.c: Remove inclusion of "solib.h" and
694 "solib-target.h". Include "windows-tdep.h".
695 (arm_wince_init_abi): Call windows_init_abi. Remove call to
696 set_solib_ops and set_gdbarch_has_dos_based_file_system.
697 * configure.tgt (arm*-wince-pe | arm*-*-mingw32ce*): Append
698 windows-tdep.o to gdb_target_obs.
699
64870a42
YQ
7002013-10-01 Yao Qi <[email protected]>
701
702 * amd64-windows-tdep.c: Remove inclusion of "solib.h" and
703 "solib-target.h".
704 (amd64_windows_init_abi): Don't call set_solib_ops and
705 set_gdbarch_iterate_over_objfiles_in_search_order. Call
706 windows_init_abi instead.
707 * i386-cygwin-tdep.c: Remove inclusion of "solib.h" and
708 "solib-target.h".
709 (i386_cygwin_init_abi): Don't call set_solib_ops,
710 set_gdbarch_has_dos_based_file_system and
711 set_gdbarch_iterate_over_objfiles_in_search_order. Call
712 windows_init_abi instead.
713 * windows-tdep.c: Include "solib.h" and "solib-target.h".
714 (windows_init_abi): New function.
715 (windows_iterate_over_objfiles_in_search_order): Make it
716 static.
717 * windows-tdep.h (windows_init_abi): Declare.
718 (windows_iterate_over_objfiles_in_search_order): Remove
719 declaration.
720
0aebdefa
JB
7212013-10-01 Jerome Guitton <[email protected]>
722
723 Checked in by Joel Brobecker <[email protected]>
724 * system-gdbinit/elinos.py (get_elinos_environment): Return an
725 incomplete dictionnary instead of None in case of missing
726 environment variables.
727 (elinos_init): in case of an incomplete environment, best
728 effort to load system libraries instead of abort.
729
1c8e84b0
JB
7302013-10-01 Joel Brobecker <[email protected]>
731
732 * ada-lang.c (ada_has_this_exception_support): Ignore
733 mst_solib_trampoline minimal symbols.
734
61d82a0d
TG
7352013-09-30 Tristan Gingold <[email protected]>
736
737 * i386-darwin-nat.c (darwin_complete_target): Install methods for
738 hardware watchpoint.
739 (i386_darwin_dr_set): Support 32 and 64 bit states.
740 (i386_darwin_dr_get): Likewise.
741 (i386_darwin_dr_set_control): Make static.
742 (i386_darwin_dr_set_addr, i386_darwin_dr_get_addr)
743 (i386_darwin_dr_get_status, i386_darwin_dr_get_control): Likewise.
744
dfd4cc63
LM
7452013-09-30 Luis Machado <[email protected]>
746
747 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
748 Replace TIDGET with ptid_get_lwp.
749 Replace GET_LWP with ptid_get_lwp.
750 * aix-thread.c (BUILD_THREAD, BUILD_LWP): Remove.
751 Replace BUILD_THREAD with ptid_build.
752 Replace BUILD_LWP with ptid_build.
753 Replace PIDGET with ptid_get_pid.
754 Replace TIDGET with ptid_get_lwp.
755 * alphabsd-nat.c: Replace PIDGET with ptid_get_pid.
756 * amd64-linux-nat.c: Replace PIDGET with ptid_get_pid.
757 Replace TIDGET with ptid_get_lwp.
758 * amd64bsd-nat.c: Replace PIDGET with ptid_get_pid.
759 * arm-linux-nat.c: Replace PIDGET with ptid_get_pid.
760 Replace TIDGET with ptid_get_lwp.
761 Replace GET_LWP with ptid_get_lwp.
762 * armnbsd-nat.c: Replace PIDGET with ptid_get_pid.
763 * auxv.c: Likewise.
764 * breakpoint.c: Likewise.
765 * common/ptid.c (ptid_is_pid): Condense check for
766 null_ptid and minus_one_ptid.
767 (ptid_lwp_p): New function.
768 (ptid_tid_p): New function.
769 * common/ptid.h: Update comments for accessors.
770 (ptid_lwp_p): New prototype.
771 (ptid_tid_p): New prototype.
772 * defs.h (PIDGET, TIDGET, MERGEPID): Do not define.
773 * gcore.c: Replace PIDGET with ptid_get_pid.
774 * gdbthread.h: Likewise.
775 * gnu-nat.c: Likewise.
776 * hppa-linux-nat.c: Replace PIDGET with ptid_get_pid.
777 Replace TIDGET with ptid_get_lwp.
778 * hppabsd-nat.c: Replace PIDGET with ptid_get_pid.
779 * hppanbsd-nat.c: Likewise.
780 * i386-linux-nat.c: Replace PIDGET with ptid_get_pid.
781 Replace TIDGET with ptid_get_lwp.
782 * i386bsd-nat.c: Replace PIDGET with ptid_get_pid.
783 * ia64-linux-nat.c: Replace PIDGET with ptid_get_pid.
784 * infcmd.c: Likewise.
785 * inferior.h: Likewise.
786 * inflow.c: Likewise.
787 * infrun.c: Likewise.
788 * linux-fork.c: Likewise.
789 * linux-nat.c: Replace PIDGET with ptid_get_pid.
790 Replace GET_PID with ptid_get_pid.
791 Replace is_lwp with ptid_lwp_p.
792 Replace GET_LWP with ptid_get_lwp.
793 Replace BUILD_LWP with ptid_build.
794
5b4e221c
MF
7952013-09-28 Mike Frysinger <[email protected]>
796
797 * common/linux-btrace.c: Move sys/syscall.h out of the
798 HAVE_LINUX_PERF_EVENT_H check and wrap it in HAVE_SYS_SYSCALL_H.
799 Also check for SYS_perf_event_open before attempting to buid.
800
57d63ce2
DE
8012013-09-27 Doug Evans <[email protected]>
802
19ac8c2e
DE
803 * dwarf2read.c (dwarf2_section_info): Add comment.
804 (dwp_file): Split loaded_cutus into loaded_cus, loaded_tus.
805 All uses updated.
806 (dwarf2_section_empty_p): Rename arg from "info" to "section".
807 (dwarf2_read_section): Delete unused local "header". Add section
808 name to error message.
809 (create_dwo_in_dwp): Tweak comment.
810 (MAX_NR_DWO_SECTIONS): Combine count of .debug_macro + .debug_macinfo.
811
a32a8923
DE
812 * dwarf2read.c (die_reader_specs): Tweak comment.
813 (get_section_bfd_owner, get_section_bfd_section): New functions.
814 (get_section_name, get_section_file_name): New functions.
815 (get_section_id, get_section_flags): New functions.
816 (*): Use new functions to access section fields.
817
57d63ce2
DE
818 * dwarf2read.c (struct dwo_file): Add/tweak comments.
819 (lookup_dwo_unit_in_dwp): Renamed from lookup_dwo_in_dwp. Remove
820 arg "htab". All callers updated.
821 (create_debug_types_hash_table): Remove redundant copy of
822 abbrev_section.
823 (create_dwo_in_dwp): Tweak comments.
824 (read_str_index): Tweak comment. Record dwarf form name in static
825 local.
826
3736004f
PA
8272013-09-27 Pedro Alves <[email protected]>
828
829 * remote.h (REMOTE_SYSROOT_PREFIX): New define.
830 (remote_filename_p): Add comment.
831 * remote.c (remote_filename_p): Adjust to use
832 REMOTE_SYSROOT_PREFIX.
833 * solib.c (solib_find): When deciding whether we need to add a
834 directory separator, check whether the sysroot is "remote:"
835 instead of checking whether the patch has a drive spec. Add
836 comments.
837
5b5596ff
PA
8382013-09-27 Pedro Alves <[email protected]>
839
840 * remote.c (struct stop_reply) <solibs_changed, replay_event>:
841 Delete fields.
842 (remote_parse_stop_reply): Adjust, setting event->ws.kind
843 directly.
844
b5eef7aa
JK
8452013-09-26 Jan Kratochvil <[email protected]>
846
847 Fix set debug frame output.
848 * frame.c (fprint_frame_type): Add TAILCALL_FRAME entry. Move
849 SENTINEL_FRAME entry lower to match enum frame_type order.
850
5b856f36
PM
8512013-09-26 Pierre Muller <[email protected]>
852
853 Replace constant values 8 to 15 by AMD64_R8_REGNUM to
854 AMD64_R15_REGNUM when a register index is expected.
855 * amd64-windows-tdep.c (amd64_windows_dummy_call_integer_regs):
856 Substitute in array.
857 * amd64-tdep.c (amd64_dwarf_regmap): Ditto.
858 (amd64_push_arguments): Substitute in integer_regnum array.
859
ade7ed9e
DE
8602013-09-25 Doug Evans <[email protected]>
861
d3e81981
DE
862 * objfiles.c (allocate_objfile): Move comment to better place.
863
8fb8eb5c
DE
864 New option "set debug symfile on".
865 * NEWS: Mention "set debug symfile".
866 * Makefile.in (SFILES): Add symfile-debug.c.
867 (COMMON_OBS): Add symfile-debug.o.
868 * elfread.c (elf_symfile_read): Use objfile_set_sym_fns to set the
869 objfile's symbol functions.
870 * objfiles.h (objfile_set_sym_fns): Declare.
871 * symfile-debug.c: New file.
872 * symfile.c (syms_from_objfile_1): Use objfile_set_sym_fns to set the
873 objfile's symbol functions.
874 (reread_symbols): Ditto.
875
c256e171
DE
876 * symfile.h (struct sym_fns): Delete member "sym_flavour".
877 All uses updated.
878 (add_symtab_fns): Update prototype.
879 * symfile.c (sym_fns_ptr): Delete. Replace with ...
880 (registered_sym_fns): ... this.
881 (symtab_fns): Update.
882 (add_symtab_fns): New arg "flavour". All callers updated.
883 (find_sym_fns): Rewrite to use new sym_fns registry.
884
f56ce883
DE
885 * symfile.h (struct sym_fns): Add "objfile" argument to
886 sym_read_linetable. All uses updated.
887
20c681d1
DE
888 * symtab.c (domain_name, search_domain_name): New functions.
889 * symtab.h (domain_name, search_domain_name): Declare.
890
ade7ed9e
DE
891 * symfile.h (struct quick_symbol_functions): Reorg arg list of
892 map_matching_symbols so objfile is first. All uses updated.
893 * dwarf2read.c (dw2_map_matching_symbols): Update signature.
894 * psymtab.c (map_matching_symbols_psymtab): Update signature.
895
7d760051
UW
8962013-09-25 Andreas Arnez <[email protected]>
897
898 PR shlibs/8882
899 * solib-svr4.c (svr4_read_so_list): Skip the vDSO when reading
900 link map entries.
901
020f7036
DE
9022013-09-24 Doug Evans <[email protected]>
903
904 * objfiles.c (free_objfile): Move comment.
905
598402f0
JB
9062013-09-24 Joel Brobecker <[email protected]>
907
908 * ada-exp.y (string_to_operator): Delete.
909 (dummy_string_to_ada_operator): Delete.
910
bf4d6c1c
JB
9112013-09-24 Joel Brobecker <[email protected]>
912
913 Revert:
914 * i386-tdep.h (enum amd64_reg_class): New, moved here from
915 amd64-tdep.c.
916 (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
917 call_dummy_integer_regs, and classify.
918 * amd64-tdep.h (amd64_classify): Add declaration.
919 * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
920 (amd64_reg_class): Delete, moved to i386-tdep.h.
921 (amd64_classify): Make non-static. Move declaration to amd64-tdep.h.
922 Replace call to amd64_classify by call to tdep->classify.
923 (amd64_push_arguments): Get the list of registers to use for
924 passing integer parameters from the gdbarch tdep structure,
925 rather than using a hardcoded one. Replace calls to amd64_classify
926 by calls to tdep->classify.
927 (amd64_push_dummy_call): Get the register number used for
928 the "hidden" argument from tdep->call_dummy_integer_regs.
929 (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
930 and tdep->call_dummy_integer_regs. Set tdep->classify.
931
849e9755
JB
9322013-09-24 Joel Brobecker <[email protected]>
933
934 Revert:
935 * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
936 * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
937 where tdep->memory_args_by_pointer is non-zero.
938
c1459fd6
JB
9392013-09-24 Joel Brobecker <[email protected]>
940
941 Revert:
942 * i386-tdep.h (struct gdbarch_tdep): Add new field
943 integer_param_regs_saved_in_caller_frame.
944 * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
945 stack if tdep->integer_param_regs_saved_in_caller_frame is set.
946
20c2e3e0
JB
9472013-09-24 Joel Brobecker <[email protected]>
948
874440b8 949 * amd64-windows-tdep.c: #include "value.h"
20c2e3e0
JB
950 (amd64_windows_classify): Delete.
951 (amd64_windows_passed_by_integer_register)
952 (amd64_windows_passed_by_xmm_register)
953 (amd64_windows_passed_by_pointer)
954 (amd64_windows_adjust_args_passed_by_pointer)
955 (amd64_windows_store_arg_in_reg, amd64_windows_push_arguments)
956 (amd64_windows_push_dummy_call): New functions.
957 (amd64_windows_init_abi): Remove setting of
958 tdep->call_dummy_num_integer_regs, tdep->call_dummy_integer_regs,
959 tdep->classify, tdep->memory_args_by_pointer and
960 tdep->integer_param_regs_saved_in_caller_frame.
961 Add call to set_gdbarch_push_dummy_call.
962
82bf32bc
JK
9632013-09-24 Jan Kratochvil <[email protected]>
964
965 * dwarf2read.c (open_and_init_dwp_file): Try open_dwp_file also with
966 objfile->original_name.
967
24ba069a
JK
9682013-09-24 Jan Kratochvil <[email protected]>
969
970 Pass down original filename for objfile.
971 * coffread.c (coff_symfile_read): Update symbol_file_add_separate call.
972 * elfread.c (elf_symfile_read): Likewise.
973 * jit.c (jit_object_close_impl): Update allocate_objfile call, no
974 longer set ORIGINAL_NAME.
975 (jit_bfd_try_read_symtab): Update symbol_file_add_from_bfd call.
976 * jv-lang.c (get_dynamics_objfile): Update allocate_objfile call.
977 * machoread.c (macho_add_oso_symfile): Add parameter name. Update
978 symbol_file_add_from_bfd call.
979 (macho_symfile_read_all_oso): Update two macho_add_oso_symfile calls.
980 (macho_check_dsym): Add parameter filenamep. Change function comment.
981 Set *filenamep.
982 (macho_symfile_read): New variable dsym_filename. Update
983 macho_check_dsym call. Use it for symbol_file_add_separate.
984 * objfiles.c (allocate_objfile): Add parameter name. New comment for
985 it. Use it for objfile->original_name.
986 (objfile_name): Return OBFD's filename, if available.
987 * objfiles.h (allocate_objfile): Add new parameter name.
988 * solib.c (solib_read_symbols): Update symbol_file_add_from_bfd call.
989 * symfile-mem.c (symbol_file_add_from_memory): Update
990 symbol_file_add_from_bfd call.
991 * symfile.c (read_symbols): Update symbol_file_add_separate call, new
992 comment for it.
993 (symbol_file_add_with_addrs): New parameter name, add function comment
994 for it. Remove variable name. Update allocate_objfile call.
995 (symbol_file_add_separate): New parameter name, add function comment
996 for it. Update symbol_file_add_with_addrs call.
997 (symbol_file_add_from_bfd): New parameter name. Update
998 symbol_file_add_with_addrs call.
999 (symbol_file_add): Update symbol_file_add_from_bfd call.
1000 (reread_symbols): New variable original_name. Save
1001 objfile->original_name by it.
1002 * symfile.h (symbol_file_add_from_bfd, symbol_file_add_separate): Add
1003 second parameter.
1004
4262abfb
JK
10052013-09-24 Jan Kratochvil <[email protected]>
1006
1007 Code cleanup: Add objfile_name accessor function.
1008 * ada-lang.c (is_known_support_routine): Use objfile_name.
1009 * auto-load.c (source_gdb_script_for_objfile)
1010 (auto_load_objfile_script): Likewise.
1011 * coffread.c (coff_symtab_read, read_one_sym): Likewise.
1012 * dbxread.c (dbx_symfile_read): Likewise.
1013 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
1014 * dwarf2loc.c (locexpr_describe_location_piece): Likewise.
1015 * dwarf2read.c (dwarf2_get_dwz_file, dwarf2_read_index)
1016 (dw2_symtab_iter_next, dw2_expand_symtabs_matching)
1017 (lookup_dwp_signatured_type, lookup_dwo_unit)
1018 (dwarf2_build_psymtabs_hard, scan_partial_symbols, process_queue)
1019 (fixup_go_packaging, process_imported_unit_die, dwarf2_physname)
1020 (read_import_statement, create_dwo_cu, open_and_init_dwp_file)
1021 (lookup_dwo_cutu, read_call_site_scope, dwarf2_ranges_read)
1022 (dwarf2_record_block_ranges, read_common_block, read_typedef)
1023 (read_subrange_type, load_partial_dies, read_partial_die)
1024 (read_addr_index_1, read_str_index, dwarf_decode_lines_1)
1025 (die_containing_type, build_error_marker_type, lookup_die_type)
1026 (follow_die_ref_or_sig, follow_die_ref, dwarf2_fetch_die_loc_sect_off)
1027 (dwarf2_fetch_constant_bytes, follow_die_sig, get_signatured_type)
1028 (get_DW_AT_signature_type, write_psymtabs_to_index)
1029 (save_gdb_index_command): Likewise.
1030 * elfread.c (find_separate_debug_file_by_buildid, elf_symfile_read):
1031 Likewise.
1032 * expprint.c (dump_subexp_body_standard): Likewise.
1033 * gdbtypes.c (type_name_no_tag_or_error): Likewise.
1034 * jit.c (jit_object_close_impl): Use the objfile field name renamed to
1035 original_name.
1036 * linux-thread-db.c (try_thread_db_load_from_pdir_1): New variable
1037 obj_name, use objfile_name for it, use the variable.
1038 (try_thread_db_load_from_pdir, has_libpthread, thread_db_new_objfile):
1039 Use objfile_name.
1040 * machoread.c (macho_symtab_read, macho_check_dsym)
1041 (macho_symfile_relocate): Likewise.
1042 * maint.c (maintenance_translate_address): Likewise.
1043 * minidebug.c (find_separate_debug_file_in_section): Likewise.
1044 * minsyms.c (install_minimal_symbols): Likewise.
1045 * objfiles.c (allocate_objfile): Use the objfile field name renamed to
1046 original_name.
1047 (filter_overlapping_sections): Use objfile_name.
1048 (objfile_name): New function.
1049 * objfiles.h (struct objfile): Rename field name to original_name.
1050 (objfile_name): New prototype.
1051 * printcmd.c (sym_info, address_info): Use objfile_name.
1052 * probe.c (parse_probes, collect_probes, compare_probes)
1053 (info_probes_for_ops): Likewise.
1054 * progspace.c (clone_program_space): Likewise.
1055 * psymtab.c (require_partial_symbols, dump_psymtab, allocate_psymtab)
1056 (maintenance_info_psymtabs): Likewise.
1057 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
1058 (source_section_scripts): Likewise.
1059 * python/py-objfile.c (objfpy_get_filename): Likewise.
1060 * python/py-progspace.c (pspy_get_filename): Likewise.
1061 * solib-aix.c (solib_aix_get_toc_value): Likewise.
1062 * solib-som.c (match_main, som_solib_section_offsets): Likewise.
1063 * solib.c (solib_read_symbols): Likewise.
1064 * stabsread.c (scan_file_globals): Likewise.
1065 * stap-probe.c (handle_stap_probe): Likewise.
1066 * symfile.c (symbol_file_clear, separate_debug_file_exists)
1067 (find_separate_debug_file_by_debuglink): Likewise.
1068 (reread_symbols): Likewise. Use the objfile field name renamed to
1069 original_name.
1070 (allocate_symtab): Use objfile_name.
1071 * symmisc.c (print_symbol_bcache_statistics, print_objfile_statistics)
1072 (dump_objfile, dump_msymbols, dump_symtab_1)
1073 (maintenance_print_msymbols, maintenance_print_objfiles)
1074 (maintenance_info_symtabs, maintenance_check_symtabs): Likewise.
1075 * target.c (target_translate_tls_address, target_info): Likewise.
1076 * xcoffread.c (xcoff_initial_scan): Make variable name const. Use
1077 objfile_name.
1078
4721dc18
JK
10792013-09-24 Jan Kratochvil <[email protected]>
1080
1081 Code cleanup.
1082 * probe.c (parse_probes): Rename variable objfile_name to
1083 objfile_namestr.
1084
a61d6db8
JK
10852013-09-24 Jan Kratochvil <[email protected]>
1086
1087 Remove solib-sunos.c.
1088 * Makefile.in (ALLDEPFILES): Remove solib-sunos.c.
1089 * config/m68k/obsd.mh (NATDEPFILES): Remove solib-sunos.o.
1090 * objfiles.c (rt_common_objfile): Remove.
1091 (free_objfile): Remove rt_common_objfile comparison.
1092 * objfiles.h (rt_common_objfile): Remove.
1093 * solib-sunos.c: Remove.
1094 * symfile.c (reread_symbols): Remove solib-sunos.c comment.
1095
2659903b
JK
10962013-09-24 Jan Kratochvil <[email protected]>
1097
1098 Remove a.out NetBSD and OpenBSD hosts.
1099 * NEWS (Removed native configurations): New.
1100 * config/arm/nbsdaout.mh: Remove.
1101 * config/i386/nbsdaout.mh: Remove.
1102 * config/i386/obsdaout.mh: Remove.
1103 * config/m68k/nbsdaout.mh: Remove.
1104 * config/sparc/nbsdaout.mh: Remove.
1105 * config/vax/nbsdaout.mh: Remove.
1106 * configure.host (arm*-*-netbsd*, i[34567]86-*-netbsd*)
1107 (i[34567]86-*-openbsd[0-2].*, i[34567]86-*-openbsd3.[0-3])
1108 (m68*-*-netbsd*, sparc-*-netbsd*, vax-*-netbsd*): Add them to obsolete
1109 error.
1110 (arm*-*-netbsd*, i[34567]86-*-netbsd*, i[34567]86-*-openbsd[0-2].*)
1111 (i[34567]86-*-openbsd3.[0-3], m68*-*-netbsd*, sparc-*-netbsdaout*)
1112 (sparc-*-netbsd*, vax-*-netbsd*): Remove.
1113
f60e2d5c
TT
11142013-09-23 Tom Tromey <[email protected]>
1115
1116 * linespec.c (struct minsym_and_objfile): Remove.
1117 (minsym_and_objfile_d): Remove.
1118 (struct linespec, struct collect_info, linespec_parse_basic)
1119 (convert_linespec_to_sals, linespec_parser_delete, decode_objc)
1120 (compare_msymbols, find_method, find_function_symbols)
1121 (find_linespec_symbols, struct collect_minsyms, compare_msyms)
1122 (add_minsym, search_minsyms_for_name): Update.
1123
d3eaaf66
AB
11242013-09-23 Andrew Burgess <[email protected]>
1125
1126 * regcache.c: Add include of valprint.h.
1127 (dump_endian_bytes): Delete.
1128 (regcache_dump): Use print_hex_chars not dump_endian_bytes.
1129
2cc762b5
AB
11302013-09-23 Andrew Burgess <[email protected]>
1131
1132 * sh64-tdep.c (sh64_do_fp_register): Use print_hex_chars.
1133
96181529
PA
11342013-09-19 Pedro Alves <[email protected]>
1135
1136 * breakpoint.c (remove_threaded_breakpoints): Skip non-user
1137 breakpoints.
1138
9b3f3ee6
TS
11392013-09-19 Pedro Alves <[email protected]>
1140 Thomas Schwinge <[email protected]>
1141 Yue Lu <[email protected]>
1142
1143 * gnu-nat.c (gnu_read_inferior, gnu_write_inferior): Make static.
1144 Take a gdb_byte pointer instead of a char pointer.
1145
1146 * gnu-nat.c (gnu_xfer_memory): Adjust interface as
1147 gnu_xfer_partial helper.
1148 (gnu_xfer_partial): New function.
1149 (gnu_target): Don't install a deprecated_xfer_memory hook.
1150 Install a to_xfer_partial hook.
1151
69150c3d
JK
11522013-09-19 Jan Kratochvil <[email protected]>
1153
1154 Constification.
1155 * main.c (captured_main): Replace catch_command_errors by
1156 catch_command_errors_const. Twice.
1157 * symfile.c (symbol_file_add_main_1): Make args parameter const.
1158 (symbol_file_add): Make name parameter const.
1159 (symbol_file_add_main, symbol_file_add_main_1): Make args parameter const.
1160 (symfile_bfd_open): Make name parameter const, rename it to cname. Add
1161 variable name. Change their usage accordingly.
1162 * symfile.h (symbol_file_add, symfile_bfd_open): Make first parameter
1163 const.
1164 (symbol_file_add_main): Make args parameter const.
1165
086850b2
UW
11662013-09-18 Raunaq Bathija <[email protected]>
1167 Ulrich Weigand <[email protected]>
1168
1169 * xcoffread.c (struct coff_symbol): Use CORE_ADDR as type
1170 of c_value member.
1171 (read_xcoff_symtab): Use CORE_ADDR as type of fcn_start_addr.
1172
ca08a94c 11732013-09-18 Pedro Alves <[email protected]>
d255f61f 1174 Yue Lu <[email protected]>
ca08a94c
PA
1175
1176 * gnu-nat.c (inf_validate_procs, gnu_wait, gnu_resume)
1177 (gnu_create_inferior)
1178 (gnu_attach, gnu_thread_alive, gnu_pid_to_str, cur_thread)
1179 (set_sig_thread_cmd): Use the lwpid field of ptids to
1180 store/extract thread ids instead of the tid field.
1181 * i386gnu-nat.c (gnu_fetch_registers): Adjust.
1182
e4c6a2c4
AB
11832013-09-18 Andrew Burgess <[email protected]>
1184
1185 * infcmd.c (default_print_one_register_info): Add detection of
1186 optimized out values.
1187 (default_print_registers_info): Switch to using
1188 get_frame_register_value.
1189
58c48e72
MM
11902013-09-18 Markus Metzger <[email protected]>
1191
1192 * infrun.c (handle_inferior_event): Check if we know the
1193 function start address before setting a resume breakpoint.
1194
c8d37639
PA
11952013-09-18 Pedro Alves <[email protected]>
1196
1197 * gnu-nat.c (set_sig_thread_cmd): Compare the thread's ptid to
1198 minus_one_ptid instead of looking at the ptid's tid field and
1199 comparing that to -1.
1200
71926e28
AB
12012013-09-18 Andrew Burgess <[email protected]>
1202
1203 * main.h (get_gdb_program_name): Remove extra whitespace.
1204
c88a1531
AB
12052013-09-18 Andrew Burgess <[email protected]>
1206
1207 * main.h (get_gdb_program_name): Add declaration.
1208 * main.c (get_gdb_program_name): Add definition.
1209
4390d890
DE
12102013-09-17 Doug Evans <[email protected]>
1211
1212 * dwarf2read.c: Move definitions of complaint functions to after
1213 forward declarations of local functions.
1214
49fa26b0
PA
12152013-09-17 Muhammad Waqas <[email protected]>
1216 Pedro Alves <[email protected]>
1217
1218 PR gdb/11568
1219 * breakpoint.c (remove_threaded_breakpoints): New function.
1220 (_initialize_breakpoint): Attach remove_threaded_breakpoints
1221 as thread_exit observer.
1222
08d72866
PA
12232013-09-17 Pedro Alves <[email protected]>
1224
1225 PR gdb/15911
1226 * ada-tasks.c (task_command_1): Adjust call to print_stack_frame.
1227 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
1228 * corelow.c (core_open):
1229 * frame.h (print_stack_frame, print_frame_info): New
1230 'set_current_sal' parameter.
1231 * infcmd.c (finish_command, kill_command): Adjust call to
1232 print_stack_frame.
1233 * inferior.c (inferior_command): Likewise.
1234 * infrun.c (normal_stop): Likewise.
1235 * linux-fork.c (linux_fork_context): Likewise.
1236 * record-full.c (record_full_goto_entry, record_full_restore):
1237 Likewise.
1238 * remote-mips.c (common_open): Likewise.
1239 * stack.c (print_stack_frame): New 'set_current_sal' parameter.
1240 Use it.
1241 (print_frame_info): New 'set_current_sal' parameter. Set the last
1242 displayed sal depending on the new paremeter instead of looking at
1243 print_what.
1244 (backtrace_command_1, select_and_print_frame, frame_command)
1245 (current_frame_command, up_command, down_command): Adjust call to
1246 print_stack_frame.
1247 * thread.c (print_thread_info, restore_selected_frame)
1248 (do_captured_thread_select): Adjust call to print_stack_frame.
1249 * tracepoint.c (tfind_1): Likewise.
1250 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
1251 (mi_cmd_stack_info_frame): Likewise.
1252 * mi/mi-interp.c (mi_on_normal_stop): Likewise.
1253 * mi/mi-main.c (mi_cmd_exec_return, mi_cmd_trace_find): Likewise.
1254
6bc305f5
SDJ
12552013-09-16 Sergio Durigan Junior <[email protected]>
1256
1257 * value.c (isvoid_internal_fn): Replace "parameter" with
1258 "argument".
1259
0a7cfe2c
SS
12602013-09-16 Stan Shebs <[email protected]>
1261
1262 * README: Update references to writing code for GDB.
1263 * configure.ac (build_warnings): Remove obsolete comment.
1264 * configure: Regenerate.
1265 * gdbarch.sh: Remove references to gdbint.texinfo.
1266 * gdbarch.h: Regenerate.
1267 * gdbtypes.c (objfile_type): Remove comments referencing internals
1268 manual and D10V.
1269
a280dbd1
SDJ
12702013-09-16 Sergio Durigan Junior <[email protected]>
1271
1272 * NEWS: Mention new convenience function $_isvoid.
1273 * value.c (isvoid_internal_fn): New function.
1274 (_initialize_values): Add new convenience function $_isvoid.
1275
04a83fee
PM
12762013-09-16 Pierre Muller <[email protected]>
1277
1278 * arm-linux-tdep.c: Add "elf/common.h" header.
1279 Remove AT_HWCAP macro definintion as it is provided in
1280 added include file.
1281 * s390-tdep.c: Remove system header <elf.h>
1282 Add "elf/common.h" header for AT_HWCAP definition.
1283 (s390_core_read_description): Use correct CORE_ADDR
1284 for hwcap local variable used as third parameter
1285 of function target_auxv_search.
1286
88505fac
PM
12872013-09-14 Pierre Muller <[email protected]>
1288 Tom Tromey <[email protected]>
1289 Pedro Alves <[email protected]>
1290
1291 * common/filestuff.c (gdb_fopen_cloexec): Do not try to use "e"
1292 mode if operating system doesn't know O_CLOEXEC.
1293
d3846e71
JK
12942013-09-13 Jan Kratochvil <[email protected]>
1295
1296 Code cleanup.
1297 * symfile.c (reread_symbols): Move variable obfd_filename to a more
1298 inner block.
1299
4ac33720
UW
13002013-09-13 Andreas Arnez <[email protected]>
1301
1302 * NEWS: Mention TDB support.
1303 * features/s390-tdb.xml: New file.
1304 * features/s390-te-linux64.xml: New file.
1305 * features/s390x-te-linux64.xml: New file.
1306 * features/Makefile (WHICH): Add new tdescs above.
1307 (s390-te-linux64-expedite): Set.
1308 (s390x-te-linux64-expedite): Set.
1309 * features/s390-te-linux64.c: New file (generated).
1310 * features/s390x-te-linux64.c: New file (generated).
1311 * regformats/s390-te-linux64.dat: New file (generated).
1312 * regformats/s390x-te-linux64.dat: New file (generated).
1313 * s390-tdep.h (HWCAP_S390_HIGH_GPRS): Define.
1314 (HWCAP_S390_TE): Likewise.
1315 (S390_TDB_DWORD0_REGNUM): Likewise.
1316 (S390_TDB_DWORD0_REGNUM): Likewise.
1317 (S390_TDB_ABORT_CODE_REGNUM): Likewise.
1318 (S390_TDB_CONFLICT_TOKEN_REGNUM): Likewise.
1319 (S390_TDB_ATIA_REGNUM): Likewise.
1320 (S390_TDB_R0_REGNUM): Likewise.
1321 (S390_TDB_R1_REGNUM): Likewise.
1322 (S390_TDB_R2_REGNUM): Likewise.
1323 (S390_TDB_R3_REGNUM): Likewise.
1324 (S390_TDB_R4_REGNUM): Likewise.
1325 (S390_TDB_R5_REGNUM): Likewise.
1326 (S390_TDB_R6_REGNUM): Likewise.
1327 (S390_TDB_R7_REGNUM): Likewise.
1328 (S390_TDB_R8_REGNUM): Likewise.
1329 (S390_TDB_R9_REGNUM): Likewise.
1330 (S390_TDB_R10_REGNUM): Likewise.
1331 (S390_TDB_R11_REGNUM): Likewise.
1332 (S390_TDB_R12_REGNUM): Likewise.
1333 (S390_TDB_R13_REGNUM): Likewise.
1334 (S390_TDB_R14_REGNUM): Likewise.
1335 (S390_TDB_R15_REGNUM): Likewise.
1336 (S390_NUM_REGS): Increase.
1337 (S390_IS_TDBREGSET_REGNUM): New macro.
1338 (s390_regmap_tdb): Declare.
1339 (s390_sizeof_tdbregset): Define.
1340 (tdesc_s390_te_linux64): Declare.
1341 (tdesc_s390x_te_linux64): Likewise.
1342 * s390-tdep.c: Add includes for "auxv.h", <elf.h>,
1343 "features/s390-te-linux64.c", and "features/s390x-te-linux64.c".
1344 (s390_regmap_tdb): New regmap.
1345 (s390_supply_tdb_regset): New function.
1346 (s390_tdb_regset): New regset.
1347 (s390_linux64v2_regset_sections): Add TDB regset to list.
1348 (s390x_linux64v2_regset_sections): Likewise.
1349 (s390_regset_from_core_section): Recognize TDB core note section.
1350 (s390_core_read_description): If HWCAP indicates TE support,
1351 select tdesc_s390_te_linux64 or tdesc_s390_s390x_te_linux64.
1352 (s390_gdbarch_init): Handle TDB regset.
1353 (_initialize_s390_tdep): Initialize new tdescs.
1354 * s390-nat.c (HWCAP_S390_HIGH_GPRS): Remove define.
1355 (have_regset_tdb): New variable.
1356 (s390_native_supply): Support register invalidation.
1357 (fetch_regset): Invalidate registers if ptrace yields ENODATA.
1358 (check_regset): Treat ENODATA as "regset exists".
1359 (s390_linux_fetch_inferior_registers): Add TDB.
1360 (s390_read_description): Check for TDB existence and select
1361 appropriate tdesc.
1362 * gdbserver/Makefile.in (clean): Add removal of new makefile
1363 targets.
1364 (s390-te-linux64.c): New makefile target.
1365 (s390x-te-linux64.c): Likewise.
1366 * gdbserver/configure.srv (srv_regobj): Append new objects
1367 s390-te-linux64.o and s390x-te-linux64.o.
1368 (srv_xmlfiles): Append new files s390-te-linux64.xml,
1369 s390x-te-linux64.xml, and s390-tdb.xml.
1370 * gdbserver/linux-s390-low.c (init_registers_s390_te_linux64): New
1371 declaration.
1372 (tdesc_s390_te_linux64): Likewise.
1373 (init_registers_s390x_te_linux64): Likewise.
1374 (tdesc_s390x_te_linux64): Likewise.
1375 (s390_check_regset): Treat ENODATA as "regset exists".
1376 (s390_arch_setup): Add TDB regset support.
1377 (initialize_low_arch): Initialize registers for new tdescs.
1378
2ccd1468
UW
13792013-09-13 Andreas Arnez <[email protected]>
1380
1381 * s390-tdep.h (S390_IS_GREGSET_REGNUM): New macro.
1382 (S390_IS_FPREGSET_REGNUM): New macro.
1383 * s390-tdep.c (s390_dwarf_regmap): Make const.
1384 (regnum_is_gpr_full): New function for replacing repeated code.
1385 (s390_pseudo_register_name): Use it.
1386 (s390_pseudo_register_type): Likewise.
1387 (s390_pseudo_register_read): Likewise.
1388 (s390_pseudo_register_write): Likewise.
1389 (s390_unwind_pseudo_register): Likewise.
1390 (s390_regmap_gregset): New format for regmap.
1391 (s390x_regmap_gregset): Likewise.
1392 (s390_regmap_fpregset): Likewise.
1393 (s390_regmap_upper): Likewise.
1394 (s390_regmap_last_break): Likewise.
1395 (s390_regmap_system_call): Likewise.
1396 (s390_supply_regset): Adjust to new regmap format.
1397 (s390_collect_regset): Likewise.
1398 * s390-nat.c (s390_native_supply): Adjust to new regmap format.
1399 (s390_native_collect): Likewise.
1400 (supply_gregset): Likewise.
1401 (fill_gregset): Likewise.
1402 (supply_fpregset): Likewise.
1403 (fill_fpregset): Likewise.
1404 (fetch_regset): Likewise.
1405 (store_regset): Likewise.
1406 (s390_linux_fetch_inferior_registers): Likewise.
1407 (s390_linux_fetch_inferior_registers): Likewise.
1408
1aa4cd77
AP
14092013-09-12 Andrew Pinski <[email protected]>
1410
1411 * aarch64-linux-nat.c (aarch64_linux_set_debug_regs): Zero out regs.
1412
d91fab15
UW
14132013-09-10 Andreas Arnez <[email protected]>
1414
1415 * config/s390/s390.mh (NATDEPFILES): Add linux-waitpid.o.
1416
5a5d8ead
AB
14172013-09-09 Andrew Burgess <[email protected]>
1418
1419 * top.c (quit_confirm): Remove use of deprecated_init_ui_hook.
1420
1385f66c
PA
14212013-09-06 Pedro Alves <[email protected]>
1422
1423 * remote-sim.c (dump_mem, gdbsim_fetch_register)
1424 (gdbsim_store_register, gdbsim_kill, gdbsim_load)
1425 (gdbsim_create_inferior, gdbsim_open, gdbsim_close)
1426 (gdbsim_detach, gdbsim_resume_inferior, gdbsim_wait)
1427 (gdbsim_files_info, gdbsim_mourn_inferior): Send debug output to
1428 gdb_stdlog.
1429
146ec4db
PA
14302013-09-06 Pedro Alves <[email protected]>
1431
1432 * remote-sim.c (dump_mem): Constify buf parameter.
1433 gdbsim_xfer_inferior_memory): Rename to ...
1434 (gdbsim_xfer_memory): ... this. Adjust interface as
1435 target_xfer_partial helper.
1436 (gdbsim_xfer_partial): New function.
1437 (init_gdbsim_ops): Don't install a deprecated_xfer_memory hook.
1438 Install a to_xfer_partial hook. Send output to gdb_stdlog.
1439
fcde0081
PA
14402013-09-06 Pedro Alves <[email protected]>
1441
1442 * remote-sim.c (gdbsim_xfer_inferior_memory): Use
1443 host_address_to_string, and send debug output to gdb_stdlog.
1444
749c8b38
RW
14452013-09-06 Ricard Wanderlof <[email protected]>
1446
1447 * Makefile.in (ALL_TARGET_OBS): Add cris-linux-tdep.o.
1448 * configure.tgt: Add cris-linux-tdep.o and linux-tdep.o to
1449 gdb_target_obs for cris target.
1450 * cris-tdep.c (struct gdbarch_tdep): Move to cris-tdep.h.
1451 (cris_gdbarch_init): Move calls to
1452 set_gdbarch_fetch_tls_load_module_address and
1453 set_solib_svr4_fetch_link_map_offsets to cris-linux-tdep.c.
1454 Add call to gdbarch_init_osabi.
1455 * cris-linux-tdep.c: New file.
1456 * cris-tdep.h: New file.
1457
43df09d9
AB
14582013-09-06 Andrew Burgess <[email protected]>
1459
1460 * tui/tui-io.c (tui_initialize_io): Remove legacy comment referring
1461 to deprecated_init_ui_hook.
1462
4d09c5b4
AB
14632013-09-06 Andrew Burgess <[email protected]>
1464
1465 * cli/cli-interp.c (_initialize_cli_interp): Add a
1466 command_loop_proc to interp_procs.
1467 * event-top.c (cli_command_loop): Change signature to match
1468 interp_command_loop_ftype.
1469 * event-top.h (cli_command_loop): Same.
1470 * interps.c (interp_new): Require every interpreter to have a
1471 command_loop_proc.
1472 (current_interp_command_loop): Just call the command_loop_proc on
1473 the current interpreter.
1474 * tui/tui-interp.c (_initialize_tui_interp): Add a
1475 command_loop_proc to interp_procs.
1476
8eb3d7b6
RW
14772013-09-06 Ricard Wanderlof <[email protected]>
1478
1479 * cris-tdep.c (cris_gdbarch_init): Add call to
1480 get_gdbarch_fetch_tls_load_module_address.
1481
18b3c2f5
RW
14822013-09-06 Ricard Wanderlof <[email protected]>
1483
1484 * cris-tdep.c (cris_elf_greg_t): Rename from elf_greg_t.
1485 (cris_elf_gregset_t): Rename from elf_gregset_t.
1486 (crisv32_elf_gregset_t): Adjust.
1487 (cris_supply_gregset, fetch_core_registers): Adjust.
1488
dc8636ef
RW
14892013-09-06 Ricard Wanderlof <[email protected]>
1490
1491 * cris-tdep.c (elf_greg_t): Change typedef to unsigned char[4]
1492
257e6d53
AB
14932013-09-05 Andrew Burgess <[email protected]>
1494
1581d8a7 1495 * defs.h (deprecated_command_loop_hook): Remove, including
257e6d53 1496 references in comments.
1581d8a7 1497 * interps.c (current_interp_command_loop): No longer use
257e6d53
AB
1498 deprecated_command_loop_hook.
1499 (clear_interpreter_hooks): Remove deprecated_command_loop_hook
1500 setup.
1581d8a7 1501 * top.c (deprecated_command_loop_hook): Remove.
257e6d53 1502
7c33b57c
PA
15032013-09-05 Pedro Alves <[email protected]>
1504
1505 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): 'dwarf_regnum'
1506 local is now int instead of ULONGEST. Print it with %d
1507 instead of paddress.
1508
9f8edbd5
TG
15092013-09-05 Tristan Gingold <[email protected]>
1510
1511 * MAINTAINERS: Remove avr maintainership.
1512
d5b495b4
PA
15132013-09-05 Pedro Alves <[email protected]>
1514
1515 * findvar.c (value_of_register): Rework in terms of
1516 value_of_register_lazy.
1517
40b91786
MB
15182013-09-05 Muhammad Bilal <[email protected]>
1519
1520 * symfile.c (add_symbol_file_command): Remove trailing
1521 whitespaces and blank line after comment.
1522
6eed1678
PA
15232013-09-05 Pedro Alves <[email protected]>
1524
1525 * tui/tui-regs.c (tui_register_format): Don't look at the
1526 register's name here. Return string representing register
1527 value instead of storing it in the data element.
1528 (tui_get_register): Compare register string representations
1529 instead of register value states and contents.
1530
8eb6bda2
PA
15312013-09-05 Pedro Alves <[email protected]>
1532
1533 PR tui/15933
1534 * tui/tui-regs.c (tui_show_registers): Show registers of the
1535 selected frame, not the current frame.
1536
48b1f08c
RW
15372013-09-05 Ricard Wanderlof <[email protected]>
1538
1539 * MAINTAINERS (Write After Approval): Add myself to the list.
1540
89e63ee4
DE
15412013-09-04 Doug Evans <[email protected]>
1542
1543 * dwarf2read.c (queue_and_load_all_dwo_tus): New function.
1544 (queue_and_load_dwo_tu): New function.
1545 (lookup_dwo_signatured_type): Set per_cu.tu_read.
1546 (maybe_queue_comp_unit): Rename this_cu argument to dependent_cu.
1547 Make dependent_cu optional.
1548 (dw2_do_instantiate_symtab): If we just loaded a CU from a DWO,
1549 and an older .gdb_index is in use, queue and load all its TUs too.
1550
492c0ab7
JK
15512013-09-04 Jan Kratochvil <[email protected]>
1552
1553 Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.
1554 * cli/cli-cmds.c (find_and_open_script): Add OPF_RETURN_REALPATH to
1555 variable search_flags.
1556 * defs.h (OPF_DISABLE_REALPATH): Rename to ...
1557 (OPF_RETURN_REALPATH): ... here.
1558 * dwarf2read.c (try_open_dwop_file): Set OPF_RETURN_REALPATH for flags.
1559 * exec.c (exec_file_attach): Remove OPF_DISABLE_REALPATH from openp
1560 call. Twice.
1561 * nto-tdep.c (nto_find_and_open_solib): Add OPF_RETURN_REALPATH for
1562 openp call.
1563 * solib.c (solib_find): Likewise. Four times.
1564 * source.c (openp): Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH
1565 in the function comment and for the realpath_fptr variable.
1566 (source_full_path_of): Add OPF_RETURN_REALPATH for openp call.
1567 (find_and_open_source): Likewise. Twice.
1568 * symfile.c (symfile_bfd_open): Likewise, also twice.
1569
23a44de8
DE
15702013-09-04 Doug Evans <[email protected]>
1571
1572 * progspace.c (save_current_space_and_thread): Remove unnecessary
1573 call to save_current_inferior.
1574
47061676
AB
15752013-09-04 Andrew Burgess <[email protected]>
1576
1577 * sh64-tdep.c (sh64_do_register): Return after printing message
1578 about unavailable register contents.
1579
41dc8db8
MB
15802013-09-04 Muhammad Bilal <[email protected]>
1581 Pedro Alves <[email protected]>
1582
1583 * symfile.c (add_symbol_file_command): Error out on unknown
1584 option. Handle EXPECTING_SEC_ADDR/EXPECTING_SEC_NAME before '-'
1585 options and collapse into single conditional branch.
1586
07107ca6
LM
15872013-09-03 Luis Machado <[email protected]>
1588
a7ea61cf 1589 * inf-child.c (inf_child_follow_fork): New parameter
07107ca6
LM
1590 detach_fork.
1591 * inf-ptrace.c (inf_ptrace_follow_fork): Likewise.
1592 * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
1593 * inferior.h (detach_fork): Remove.
1594 * infrun.c (detach_fork): Adjust comment and make it
1595 static.
1596 (follow_fork): Pass detach_fork parameter to
1597 target_follow_fork.
1598 * linux-nat.c (linux_child_follow_fork): New parameter
1599 detach_fork.
1600 * target.c (target_follow_fork): New parameter detach_fork.
1601 Pass detach_fork as parameter and print its value.
1602 * target.h (struct target_ops) <to_follow_fork>: New int
1603 parameter.
1604 (target_follow_fork): New parameter detach_fork.
1605
3bec2768
JB
16062013-09-03 Joel Brobecker <[email protected]>
1607
1608 * solib-ia64-hpux.c (ia64_hpux_relocate_section_addresses):
1609 Replace sec->bfd by sec->the_bfd_section->owner.
1610
c01cbb3d
YQ
16112013-09-03 Yao Qi <[email protected]>
1612
1613 * linux-tdep.c (linux_is_uclinux): New function. Code moved
1614 from linux_has_shared_address_space.
1615 (linux_has_shared_address_space): Call linux_is_uclinux.
1616 * linux-tdep.h (linux_is_uclinux): Declare.
1617 * m68klinux-tdep.c (m68k_linux_get_sigtramp_info): Call
1618 linux_is_uclinux.
1619
7b00db47
YQ
16202013-09-03 Yao Qi <[email protected]>
1621
1622 * config/djgpp/fnchange.lst: Remove entry of
1623 i386-interix-nat.c and i386-interix-tdep.c.
1624 * configure.ac: Remove '*-*-interix*'.
1625 * configure: Re-generated.
1626 * defs.h (enum gdb_osabi): Remove GDB_OSABI_INTERIX.
1627 * i386-cygwin-tdep.c (i386_cygwin_osabi_sniffer): Remove
1628 obsolete comments.
1629 * osabi.c (gdb_osabi_names): Remove "Interix".
1630
0f9741f2
YQ
16312013-09-03 Yao Qi <[email protected]>
1632
1633 * arch-utils.c: Fix typo in the comment to gdbarch_update_p.
1634
1e038f67
MM
16352013-09-02 Markus Metzger <[email protected]>
1636
1637 * record.h (record_print_flag) <record_print_src_line,
1638 record_print_insn_range>: Rename into ...
1639 (record_print_flag) <record_print_src_line,
1640 record_print_insn_range>: ... this. Update all users.
1641
9e52adf9
PM
16422013-09-02 Pierre Muller <[email protected]>
1643
1644 * windows-nat.c (windows_xfer_memory): Handle ERROR_PARTIAL_COPY
1645 error code.
1646
a2388568
PM
16472013-09-02 Pierre Muller <[email protected]>
1648
1649 * windows-nat.c (windows_xfer_memory): Fix compilation failure
1650 by use of plongest function.
1651
9058cc3a
TG
16522013-09-02 Tristan Gingold <[email protected]>
1653
1654 * NEWS: Add entry mentioning support for native Windows x64
1655 SEH data.
1656
1657 * amd64-windows-tdep.c: #include "objfiles.h", "frame-unwind.h",
1658 "coff/internal.h", "coff/i386.h", "coff/pe.h" and "libcoff.h".
1659 (struct amd64_windows_frame_cache): New struct.
1660 (amd64_windows_w2gdb_regnum): New global.
1661 (pc_in_range, amd64_windows_frame_decode_epilogue)
1662 (amd64_windows_frame_decode_insns, amd64_windows_find_unwind_info)
1663 (amd64_windows_frame_cache, amd64_windows_frame_prev_register)
1664 (amd64_windows_frame_this_id): New functions.
1665 (amd64_windows_frame_unwind): New static global.
1666 (amd64_windows_skip_prologue): New function.
1667 (amd64_windows_init_abi): Call frame_unwind_prepend_unwinder
1668 with amd64_windows_frame_unwind. Call set_gdbarch_skip_prologue
1669 with amd64_windows_skip_prologue.
1670
3161820b 16712013-08-30 Joel Brobecker <[email protected]>
1672
1673 GDB 7.6.1 released.
1674
02457c76
PA
16752013-08-30 Pedro Alves <[email protected]>
1676
1677 * mi/mi-main.c (mi_cmd_trace_find): Use LOC_AND_ADDRESS instead of
1678 SRC_AND_LOC.
1679
e0162910
PA
16802013-08-30 Pedro Alves <[email protected]>
1681
1682 * thread.c (restore_selected_frame): Use SRC_AND_LOC, and change
1683 warning text.
1684
6391ce51
PA
16852013-08-30 Pedro Alves <[email protected]>
1686
1687 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
1688 Adjust arguments to print_stack_frame.
1689
d1da0587
PA
16902013-08-30 Pedro Alves <[email protected]>
1691
1692 * ada-tasks.c (task_command_1): Write SRC_AND_LOC instead '1'.
1693
adfd8245
PA
16942013-08-30 Pedro Alves <[email protected]>
1695
1696 * frame.h (show_and_print_stack_frame): Delete declaration.
1697
96d9056e
PM
16982013-08-30 Phil Muldoon <[email protected]>
1699
1700 PR python/15461
1701
1702 * python/py-arch.c (ARCHPY_REQUIRE_VALID): New macro.
1703 (archpy_name): Check for valid architecture.
1704 (archpy_disassemble): Ditto.
1705
11cb8762
JB
17062013-08-29 Joel Brobecker <[email protected]>
1707
1708 * rs6000-nat.c (rs6000_ptrace32): Cast "addr" to "uintptr_t"
1709 instead of "long long" in call to ptrace64.
1710
1af12a7d
AB
17112013-08-29 Andrew Burgess <[email protected]>
1712
1713 * mi/mi-interp.c (mi_command_loop): Change signature to match
1714 interp_command_loop_ftype.
1715 (mi1_command_loop): Remove.
1716 (mi2_command_loop): Remove.
1717 (mi3_command_loop): Remove.
1718 (mi_interpreter_resume): Remove setting of
1719 deprecated_command_loop_hook.
1720 (_initialize_mi_interp): Set mi_command_loop as the command loop
1721 callback.
1722
acc900c2
SA
17232013-08-29 Sanimir Agovic <[email protected]>
1724
1725 * valops.c (do_search_struct_field): Pass v2 instead of base_type to
1726 value_type.
1727
548b762d
SA
17282013-08-29 Sanimir Agovic <[email protected]>
1729
1730 * value.c (allocate_value_contents): Make static.
1731 * value.h (allocate_value_contents): Remove prototype.
1732
08039c9e
SA
17332013-08-29 Sanimir Agovic <[email protected]>
1734
1735 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use value_at_lazy instead
1736 of assembling value via allocate_value_lazy and attribute setter.
1737 * findvar.c (default_read_var_value): Use value_at_lazy instead of
1738 assembling value via allocate_value_lazy and attribute setter.
1739 * valops.c (do_search_struct_field): Use value_at_lazy instead of
1740 assembling value via allocate_value_lazy and attribute setter.
1741
314c7de9
SA
17422013-08-29 Sanimir Agovic <[email protected]>
1743
1744 * value.c (value_from_contents_and_address): Replace allocate_value and
1745 memcpy with value_from_contents.
1746
8f28f522
PM
17472013-08-29 Phil Muldoon <[email protected]>
1748
1749 * python/py-framefilter.c (py_print_frame): Remove usage of
1750 PyString_AsString. Use python_string_to_host_string instead.
1751 Refactor function to work with a string as a new allocation
1752 instead of a pointer.
1753 (py_print_frame): Ditto.
1754 * python/lib/gdb/frames.py (return_list): Cain iterators together
1755 instead of adding them as a list.
1756 (_sort_list): Call return_list, and remove duplicate code.
1757 (execute_frame_filters): Convert iterator to a list with list().
1758 * python/lib/gdb/command/frame_filters.py
1759 (SetFrameFilterPriority._set_filter_priority): Convert priority
1760 attribute to an integer.
1761 * python/lib/gdb/FrameIterator.py (FrameIterator.next): Define
1762 wrapper function __next__.
1763 * python/lib/gdb/FrameDecorator.py: If basestring not defined,
1764 define as "str".
1765
8ee002df
PM
17662013-08-29 Phil Muldoon <[email protected]>
1767
1768 PR python/15752
8ee002df
PM
1769 * python/py-framefilter.c (apply_frame_filter): Check
1770 gdb_python_initialized. Exit if the Python frame-filter code
1771 cannot be initialized.
1772
af4c453a
PM
17732013-08-29 Phil Muldoon <[email protected]>
1774
1775 PR cli/15842
af4c453a
PM
1776 * top.c (print_gdb_version): Remove erroneous newline after help
1777 text.
1778
bf8793bb
YQ
17792013-08-29 Yao Qi <[email protected]>
1780
1781 * varobj.c (install_dynamic_child): Remove trailing space.
1782 Add one blank line after variable declaration.
1783
1f0c4988
JK
17842013-08-28 Jan Kratochvil <[email protected]>
1785
1786 PR gdb/15415
1787 * corefile.c (get_exec_file): Use exec_filename.
1788 * defs.h (OPF_DISABLE_REALPATH): New definition. Add new comment.
1789 * exec.c (exec_close): Free EXEC_FILENAME.
1790 (exec_file_attach): New variable canonical_pathname. Use
1791 OPF_DISABLE_REALPATH. Call gdb_realpath explicitly. Set
1792 EXEC_FILENAME.
1793 * exec.h (exec_filename): New.
1794 * inferior.c (print_inferior, inferior_command): Use
1795 PSPACE_EXEC_FILENAME.
1796 * mi/mi-main.c (print_one_inferior): Likewise.
1797 * progspace.c (clone_program_space, print_program_space): Likewise.
1798 * progspace.h (struct program_space): New field pspace_exec_filename.
1799 * source.c (openp): Describe OPF_DISABLE_REALPATH. New variable
1800 realpath_fptr, initialize it from OPF_DISABLE_REALPATH, use it.
1801
59ee9f94
WN
18022013-08-28 Will Newton <[email protected]>
1803
1804 * common/linux-ptrace.c: Include stdint.h unconditionally.
1805
c8a2a419
JK
18062013-08-28 Jan Kratochvil <[email protected]>
1807
1808 Code cleanup.
1809 * nto-tdep.c (nto_find_and_open_solib): Use OPF_TRY_CWD_FIRST.
1810
ffa4ac95
YQ
18112013-08-28 Yao Qi <[email protected]>
1812 Pedro Alves <[email protected]>
1813
1814 * event-top.c (gdb_setup_readline): Call stderr_fileopen
1815 instead of stdio_fileopen.
1816 * main.c (captured_main) [__MINGW32__]: Set stderr unbuffered.
1817 .Call stderr_fileopen instead of stdio_fileopen.
1818 * ui-file.c [__MINGW32__] (stderr_file_write): New function.
1819 [__MINGW32__] (stderr_file_fputs): New function.
1820 (stderr_fileopen): New function.
1821 * ui-file.h (stderr_fileopen): Declare.
1822
69d751e3
DE
18232013-08-27 Doug Evans <[email protected]>
1824
1825 * dwarf2read.c (struct dwarf2_cu): Tweak comment.
1826 (struct dwarf2_per_cu_data): Ditto.
1827 (maybe_queue_comp_unit): Delete forward decl. Add comment.
1828 (process_imported_unit_die): Ditto.
1829 (follow_die_sig_1): Simplify assert.
1830
44f38867
PA
18312013-08-27 Pedro Alves <[email protected]>
1832
1833 * windows-nat.c (windows_xfer_memory): Adjust prototype to follow
1834 xfer_partial's interface. Return TARGET_XFER_E_IO on error.
1835 (windows_xfer_partial): Defer TARGET_OBJECT_MEMORY handling to
1836 windows_xfer_memory directly.
1837 (init_windows_ops): Don't install a deprecated_xfer_memory method.
1838
d28d46b5
PA
18392013-08-27 Pedro Alves <[email protected]>
1840
1841 * darwin-nat.c (darwin_xfer_memory): Delete.
1842 (_initialize_darwin_inferior): Don't install a
1843 deprecated_xfer_memory method.
1844
6211c335
YQ
18452013-08-27 Pedro Alves <[email protected]>
1846 Yao Qi <[email protected]>
1847
1848 * mi/mi-cmd-stack.c (list_args_or_locals): Adjust prototype.
1849 (parse_no_frames_option): Remove.
1850 (mi_cmd_stack_list_locals): Handle --skip-unavailable.
1851 (mi_cmd_stack_list_args): Adjust.
1852 (mi_cmd_stack_list_variables): Handle --skip-unavailable.
1853 (list_arg_or_local): Add new parameter 'skip_unavailable'. Return
1854 early if SKIP_UNAVAILABLE is true and ARG->val is unavailable.
1855 Caller update.
1856 (list_args_or_locals): New parameter 'skip_unavailable'.
1857 Handle it.
1858 * valprint.c (scalar_type_p): Rename to ...
1859 (val_print_scalar_type_p): ... this. Make extern.
1860 (val_print, value_check_printable): Adjust.
1861 * valprint.h (val_print_scalar_type_p): Declare.
1862 * value.c (value_entirely_unavailable): New function.
1863 * value.h (value_entirely_unavailable): Declare.
1864
1865 * NEWS: Mention the new option "--skip-unavailable" to MI
1866 commands '-stack-list-locals', '-stack-list-arguments' and
1867 '-stack-list-variables'.
1868
242f1fd7
YQ
18692013-08-27 Yao Qi <[email protected]>
1870
1871 * mi/mi-cmd-stack.c (parse_no_frames_option): Remove.
1872 (mi_cmd_stack_list_args): Use mi_getopt_silent to handle
1873 options.
1874 * mi/mi-getopt.c (mi_getopt): Remove.
1875 (mi_getopt_1): Renamed from mi_getopt. Add one parameter
1876 'error_on_unknown'.
1877 (mi_getopt): Call mi_getopt_1.
1878 (mi_getopt_silent): New.
1879 * mi/mi-getopt.h (mi_getopt_silent): Declare.
1880
260b681b
DE
18812013-08-26 Doug Evans <[email protected]>
1882
779bd270
DE
1883 PR symtab/15885
1884 * dwarf2read.c (dw2_dump): Print some minimal information indicating
1885 .gdb_index is in use.
1886 * symfile.c (reread_symbols): Reset objfile->sf.
1887
52e260a3
DE
1888 * NEWS: Document "mt print objfiles" now takes optional regexp.
1889 * symmisc.c (maintenance_print_objfiles): Argument is now an optional
1890 regexp of objfiles to print.
1891 (_initialize_symmisc): Update doc string for "mt print objfiles".
1892
260b681b
DE
1893 * dwarf2read.c (write_psymtabs_to_index): Move error checks ahead of
1894 missing debug info checks.
1895
a85c52f2
UW
18962013-08-26 Raunaq Bathija <[email protected]>
1897 Ulrich Weigand <[email protected]>
1898
1899 * xcoffread.c (arrange_linetable): Add fix to correctly handle
1900 line tables generated by XLC compiled binaries.
1901
4f00dda3
DE
19022013-08-23 Doug Evans <[email protected]>
1903
db68bbae
DE
1904 * symmisc.c (dump_symtab): Delete prototype.
1905 (dump_msymbols, dump_objfile): Ditto.
1906 (maintenance_info_symtabs): Mark as dont_repeat.
1907 (_initialize_symmisc): Improve doc string for "mt info symtabs".
1908
4f00dda3
DE
1909 * elfread.c (elf_symfile_read): Move "Done reading minimal symbols"
1910 debugging printf to better location.
1911
23d577b0
PA
19122013-08-23 Pedro Alves <[email protected]>
1913
1914 * target.c (target_read_live_memory): Change type of 'ret' local
1915 to LONGEST.
1916
00d84524
PA
19172013-08-23 Pedro Alves <[email protected]>
1918
1919 * remote.c (remote_write_bytes_aux, remote_write_bytes)
1920 (remote_read_bytes): Change return type to LONGEST, and adjust to
1921 return a target_xfer_error on error.
1922 (remote_xfer_memory): Delete.
1923 (remote_flash_write): Change type of 'ret' local to LONGEST.
1924 (remote_xfer_partial, remote_xfer_partial): Adjust.
1925 (init_remote_ops): Don't install a deprecated_xfer_memory hook.
1926
1ed3ee94
PM
19272013-08-23 Pierre Muller <[email protected]>
1928
1929 ARI fix: Push # directives to start of line.
1930 * rs6000-nat.c (rs6000_ptrace32, rs6000_ptrace64): Rule applied.
1931
9eaabc75
MW
19322013-08-12 Muhammad Waqas <[email protected]>
1933
1934 PR gdb/15501
1935 * breakpoint.c (enable_command, disable_command): Iterate over
1936 all specified breakpoint locations.
1937
101158d9
LM
19382013-08-22 Luis Machado <[email protected]>
1939
1940 * common/linux-ptrace.c (linux_fork_to_function): Push #
1941 directives to the start of the line.
1942 (linux_check_ptrace_features): Fix warning message to use
1943 the "_" markup.
1944
96d7229d
LM
19452013-08-22 Luis Machado <[email protected]>
1946
1947 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-nat.h and
1948 nat/linux-waitpid.h.
1949 (linux-waitpid.o): New object file rule.
1950 * common/linux-ptrace.c: Include nat/linux-waitpid.h.
1951 (current_ptrace_options): Moved from linux-nat.c.
1952 (linux_ptrace_test_ret_to_nx): Use type casts for ptrace
1953 parameters.
1954 (linux_fork_to_function): New function.
1955 (linux_grandchild_function): Likewise.
1956 (linux_child_function): Likewise.
1957 (linux_check_ptrace_features): New function, heavily
1958 based on linux-nat.c:linux_test_for_tracefork.
1959 (linux_enable_event_reporting): New function.
1960 (ptrace_supports_feature): Likewise.
1961 (linux_supports_tracefork): Likewise.
1962 (linux_supports_traceclone): Likewise.
1963 (linux_supports_tracevforkdone): Likewise.
1964 (linux_supports_tracesysgood): Likewise.
1965 * common/linux-ptrace.h (HAS_NOMMU): Moved from
1966 gdbserver/linux-low.c.
1967 (linux_enable_event_reporting): New declaration.
1968 (linux_supports_tracefork): Likewise.
1969 (linux_supports_traceclone): Likewise.
1970 (linux_supports_tracevforkdone): Likewise.
1971 (linux_supports_tracesysgood): Likewise.
1972 * config.in (PTRACE_TYPE_ARG4): Regenerate.
1973 * config/aarch64/linux.mh (NATDEPFILES): Add linux-waitpid.o.
1974 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
1975 * config/arm/linux.mh (NATDEPFILES): Likewise.
1976 * config/i386/linux.mh (NATDEPFILES): Likewise.
1977 * config/i386/linux64.mh (NATDEPFILES): Likewise.
1978 * config/ia64/linux.mh (NATDEPFILES): Likewise.
1979 * config/m32r/linux.mh (NATDEPFILES): Likewise.
1980 * config/m68k/linux.mh (NATDEPFILES): Likewise.
1981 * config/mips/linux.mh (NATDEPFILES): Likewise.
1982 * config/pa/linux.mh (NATDEPFILES): Likewise..
1983 * config/powerpc/linux.mh (NATDEPFILES): Likewise..
1984 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
1985 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
1986 * config/sparc/linux.mh (NATDEPFILES): Likewise.
1987 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
1988 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
1989 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
1990 * configure.ac (AC_CACHE_CHECK): Add void * to the list of
1991 ptrace's 4th argument's types.
1992 Check the type of PTRACE_TYPE_ARG4.
1993 * configure: Regenerate.
1994 * linux-nat.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
1995 (SYSCALL_SIGTRAP): Moved to nat/linux-nat.h.
1996 (linux_supports_tracefork_flag): Remove.
1997 (linux_supports_tracesysgood_flag): Likewise.
1998 (linux_supports_tracevforkdone_flag): Likewise.
1999 (current_ptrace_options): Moved to
2000 common/linux-ptrace.c.
2001 (linux_tracefork_child): Remove.
2002 (my_waitpid): Remove.
2003 (linux_test_for_tracefork): Renamed to
2004 linux_check_ptrace_features and moved to common/linux-ptrace.c.
2005 (linux_test_for_tracesysgood): Remove.
2006 (linux_supports_tracesysgood): Remove.
2007 (linux_supports_tracefork): Remove.
2008 (linux_supports_tracevforkdone): Remove.
2009 (linux_enable_tracesysgood): Remove.
2010 (linux_enable_event_reporting): Remove.
2011 (linux_init_ptrace): New function.
2012 (linux_child_post_attach): Call linux_init_ptrace.
2013 (linux_child_post_startup_inferior): Call linux_init_ptrace.
2014 (linux_child_follow_fork): Call linux_supports_tracefork
2015 and linux_supports_tracevforkdone.
2016 (linux_child_insert_fork_catchpoint): Call
2017 linux_supports_tracefork.
2018 (linux_child_insert_vfork_catchpoint): Likewise.
2019 (linux_child_set_syscall_catchpoint): Call
2020 linux_supports_tracesysgood.
2021 (lin_lwp_attach_lwp): Call linux_supports_tracefork.
2022 * nat/linux-nat.h: New file.
2023 * nat/linux-waitpid.c: New file.
2024 * nat/linux-waitpid.h: New file.
2025
9f948660
SDJ
20262013-08-22 Samuel Bronson <[email protected]>
2027
2028 ARM Linux support for `catch syscall'.
2029 * syscalls/arm-linux.py: New file.
2030 * syscalls/arm-linux.xml: Likewise.
2031 * arm-linux-tdep.c (arm_linux_get_syscall_number): New function.
2032 (arm_linux_init_abi): Register the new function and syscall xml file.
2033 * data-directory/Makefile.in: Install the new syscall xml file.
2034 * NEWS: Brag about this.
2035
6be7b56e
PA
20362013-08-22 Pedro Alves <[email protected]>
2037
2038 PR gdb/15871
2039 * corefile.c (target_xfer_memory_error): New function.
2040 (memory_error): Defer EIO to target_memory_error.
2041 (read_memory): Use target_xfer_partial, and handle finer-grained
2042 target xfer errors.
2043 * target.c (target_xfer_error_to_string): New function.
2044 (memory_xfer_partial_1): If memory is known to be
2045 unavailable, return TARGET_XFER_E_UNAVAILABLE instead of -1.
2046 (target_xfer_partial): Make extern.
2047 * target.h (enum target_xfer_error): New enum.
2048 (target_xfer_error_to_string): Declare function.
2049 (target_xfer_partial): Declare function.
2050 (struct target_ops) <xfer_partial>: Adjust describing comment.
2051
bcbec14e
AM
20522013-08-22 Alan Modra <[email protected]>
2053
2054 * configure.host: Support powerpc64le-linux and powerpcle-linux hosts.
2055 * configure.tgt: Likewise as targets.
2056
fc474241
DE
20572013-08-20 Doug Evans <[email protected]>
2058
2059 * buildsym.c (subfile_stack): Move here from buildsym.h.
2060 (pending_macros): Ditto.
2061 (get_macro_table): New function.
2062 (buildsym_init): Initialize subfile_stack.
2063 * coffread.c (type_vector,type_vector_length): Moved here from
2064 buildsym.h.
2065 (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
2066 (coff_symtab_read): Use it.
2067 * dbxread.c (read_ofile_symtab): Delete init of subfile_stack.
2068 * dwarf2read.c (macro_start_file): Replace uses of pending_macros
2069 with call to get_macro_table.
2070 * stabsread.c (type_vector,type_vector_length): Moved here from
2071 buildsym.h.
2072 (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
2073 * buildsym.h (get_macro_table): Declare.
2074
bec71544
TT
20752013-08-20 Tom Tromey <[email protected]>
2076
2077 * dbxread.c (record_minimal_symbol): Make 'name' argument const.
2078 Update.
2079 (read_dbx_dynamic_symtab): Make 'name' const. Remove casts.
2080
0002ad5f
DE
20812013-08-20 Doug Evans <[email protected]>
2082
2083 * blockframe.c: Remove #include "psymtab.h".
2084 * cp-support.c: Ditto.
2085 * source.c: Ditto.
2086 * stack.c: Ditto.
2087
df302446
TT
20882013-08-20 Tom Tromey <[email protected]>
2089
2090 PR python/15816:
2091 * exceptions.h (return_mask): Now an enum.
2092 (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL): Now
2093 enum constants.
2094
df6d5441
TT
20952013-08-20 Tom Tromey <[email protected]>
2096
2097 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Use
2098 get_objfile_arch.
2099 * elfread.c (elf_rel_plt_read, elf_gnu_ifunc_record_cache)
2100 (elf_gnu_ifunc_resolve_by_got): Use get_objfile_arch.
2101 * jit.c (jit_object_close_impl): Update.
2102 * jv-lang.c (get_dynamics_objfile): Update.
2103 * linespec.c (add_minsym): Use get_dynamics_objfile.
2104 * objfiles.c (get_objfile_bfd_data): Initialize 'gdbarch' field.
2105 (allocate_objfile): Don't initialize 'gdbarch' field.
2106 (get_objfile_arch): Update.
2107 * objfiles.h (struct objfile_per_bfd_storage) <gdbarch>: New field,
2108 moved from...
2109 (struct objfile) <gdbarch>: ... here. Remove.
2110 * stap-probe.c (stap_can_evaluate_probe_arguments): Use
2111 get_objfile_arch.
2112 * symfile.c (init_entry_point_info): Use get_objfile_arch.
2113
f5aee5ee
AM
21142013-08-20 Alan Modra <[email protected]>
2115
2116 * doublest.c (convert_floatformat_to_doublest): Use fmt->split_half
2117 for IBM long double nan and inf.
2118 (floatformat_is_negative, floatformat_classify,
2119 floatformat_mantissa): Similarly.
2120 (floatformat_ieee_single, floatformat_ieee_double,
2121 floatformat_ieee_quad, floatformat_arm_ext,
2122 floatformat_ia64_spill): Delete unused vars.
2123 (_initialize_doublest): Delete unused function.
2124 * gdbtypes.c (floatformats_ibm_long_double): Use new big- and
2125 little-endian variants of floatformat_ibm_long_double.
2126
33b60d58 21272013-08-19 Luis Machado <[email protected]>
f5aee5ee 2128
33b60d58
LM
2129 * Makefile.in (SFILES): Remove common/target-common.c and
2130 add target/waitstatus.c.
2131 (HFILES_NO_SRCDIR): Remove common/target-common.h and add
2132 target/resume.h, target/wait.h and target/waitstatus.h.
2133 (COMMON_OBS): Remove target-common.o and add
2134 waitstatus.o.
2135 (target-common.o): Remove.
2136 (waitstatus.o): New target object file.
2137 * common/target-common.c: Move contents to
2138 target/waitstatus.c and remove.
2139 * common/target-common.h: Move contents to other files and
2140 remove.
2141 (enum resume_kind: Move to target/resume.h.
2142 (TARGET_WNOHANG): Move to target/wait.h.
2143 (enum target_waitkind): Move to target/waitstatus.h.
2144 (struct target_waitstatus): Likewise.
2145 * target.h: Do not include target-common.h and
2146 include target/resume.h, target/wait.h and
2147 target/waitstatus.h.
2148 * target/resume.h: New file.
2149 * target/wait.h: New file.
2150 * target/waitstatus.h: New file.
2151 * target/waitstatus.c: New file.
2152
12696c10
PA
21532013-08-19 Pedro Alves <[email protected]>
2154
2155 * linux-nat.c (linux_test_for_tracefork)
2156 (linux_test_for_tracesysgood, linux_child_follow_fork)
2157 (lin_lwp_attach_lwp, linux_nat_resume): Don't block child signals.
2158 (linux_nat_wait_1): Extend comment.
2159 (linux_async_pipe): Add comment.
2160
ba89f962
KB
21612013-08-15 Kevin Buettner <[email protected]>
2162
2163 * rl78-tdep.c (RL78_RAW_PC_REGNUM): New enum.
2164 (RL78_PC_REGNUM): Move to list of pseudo-register enums.
2165 (rl78_register_type, rl78_register_name, rl78_register_reggroup_p):
2166 Update to account for fact that PC is now a pseudo-register.
2167 (rl78_pseudo_register_write, rl78_pseudo_register_read): Add
2168 cases for RL78_PC_REGNUM.
2169
35ab155d
MB
21702013-08-15 Muhammad Bilal <[email protected]>
2171
2172 PR cli/15841
2173 * top.c (quit_force): Skip writing history file
2174 if input is not from terminal.
2175
0d031856
TT
21762013-08-14 Tom Tromey <[email protected]>
2177
2178 * remote.c (struct remote_state) <echo_nextthread, nextthread,
2179 resultthreadlist>: New fields.
2180 (OPAQUETHREADBYTES, threadref, MAXTHREADLISTRESULTS): Move earlier.
2181 (remote_get_threadlist, remote_threadlist_iterator): Use
2182 new fields. Remove static variables.
2183
ee154bee
TT
21842013-08-14 Tom Tromey <[email protected]>
2185
2186 * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p,
2187 remote_watch_data_address>: New fields.
2188 (remote_stopped_by_watchpoint_p, remote_watch_data_address): Remove.
2189 (process_stop_reply, remote_wait_as)
2190 (remote_check_watch_resources, remote_stopped_data_address): Update.
2191
88b496c3
TT
21922013-08-14 Tom Tromey <[email protected]>
2193
2194 * remote.c (struct remote_state) <async_client_callback,
2195 async_client_context>: New fields.
2196 (async_client_callback, async_client_context): Remove.
2197 (remote_async_serial_handler, remote_async): Update.
2198
2f65bcb7
TT
21992013-08-14 Tom Tromey <[email protected]>
2200
2201 * remote.c (sizeof_pkt): Remove.
2202 (remote_trace_find): Use rs->buf_size, not sizeof_pkt.
2203
b80fafe3
TT
22042013-08-14 Tom Tromey <[email protected]>
2205
2206 * remote.c (struct remote_state) <use_threadinfo_query,
2207 use_threadextra_query>: New fields.
2208 (remote_threads_info, remote_threads_extra_info)
2209 (remote_open_1): Update.
2210
8e88304f
TT
22112013-08-14 Tom Tromey <[email protected]>
2212
2213 * remote.c (struct remote_state) <finished_object,
2214 finished_annex, finished_offset>: New fields.
2215 (remote_read_qxfer): Use remote_state fields; remove static
2216 variables.
2217
280ceea3
TT
22182013-08-14 Tom Tromey <[email protected]>
2219
2220 * remote.c (struct remote_state) <last_sent_step>:
2221 New field.
2222 (last_sent_step): Remove.
2223 (remote_resume, remote_wait_as): Update.
2224
b73be471
TT
22252013-08-14 Tom Tromey <[email protected]>
2226
2227 * remote.c (struct remote_state) <last_sent_signal>:
2228 New field.
2229 (last_sent_signal): Remove.
2230 (new_remote_state, remote_resume, remote_wait_as): Update.
2231
5e4a05c4
TT
22322013-08-14 Tom Tromey <[email protected]>
2233
2234 * remote.c (struct remote_state) <last_program_signals_packet>:
2235 New field.
2236 (last_program_signals_packet): Remove.
2237 (remote_program_signals, remote_open_1): Update.
2238
747dc59d
TT
22392013-08-14 Tom Tromey <[email protected]>
2240
2241 * remote.c (struct remote_state) <last_pass_packet>:
2242 New field.
2243 (last_pass_packet): Remove.
2244 (remote_pass_signals, remote_open_1): Update.
2245
262e1174
TT
22462013-08-14 Tom Tromey <[email protected]>
2247
2248 * remote.c (struct remote_state) <remote_traceframe_number>:
2249 New field.
2250 (remote_traceframe_number): Remove.
2251 (new_remote_state, remote_open_1, set_remote_traceframe)
2252 (remote_trace_find): Update.
2253
47f8a51d
TT
22542013-08-14 Tom Tromey <[email protected]>
2255
2256 * remote.c (struct remote_state) <general_thread, continue_thread>:
2257 New fields.
2258 (general_thread, continue_thread): Remove.
2259 (record_currthread, set_thread, set_general_process)
2260 (remote_open_1, extended_remote_attach_1, remote_wait_as)
2261 (extended_remote_mourn_1): Update.
2262
5d93a237
TT
22632013-08-14 Tom Tromey <[email protected]>
2264
2265 * remote.c (struct remote_state) <remote_desc>: New field.
2266 (remote_desc): Remove.
2267 (remote_threads_info, remote_threads_extra_info, remote_close)
2268 (send_interrupt_sequence, remote_start_remote, remote_open_1)
2269 (readchar, remote_xfer_partial, remote_rcmd, packet_command)
2270 (remote_hostio_send_command, remote_file_put, remote_file_get)
2271 (remote_file_delete, remote_can_async_p, remote_is_async_p)
2272 (remote_async, remote_new_objfile, set_range_stepping): Update.
2273
cf792862
TT
22742013-08-14 Tom Tromey <[email protected]>
2275
2276 * remote.c (remote_state): Now a pointer.
2277 (get_remote_state_raw): Update.
2278 (new_remote_state): New function.
2279 (_initialize_remote): Use new_remote_state.
2280
dc473cfb
TT
22812013-08-14 Tom Tromey <[email protected]>
2282
2283 * remote.c (remote_protocol_features): Now const.
2284
85ec6ce7
TT
22852013-08-14 Tom Tromey <[email protected]>
2286
2287 * remote.c (crc32_table, crc32): Remove.
2288 (remote_verify_memory): Use xcrc32.
2289
73033f12
SDJ
22902013-08-13 Sergio Durigan Junior <[email protected]>
2291
2292 * value.h (create_internalvar_type_lazy): Adjust prototype
2293 declaration.
2294
5c30d39a
AB
22952013-08-13 Andrew Burgess <[email protected]>
2296
2297 * common/format.c (parse_format_string): Don't allow '#' flag for
2298 pointer arguments in format string.
2299
1a66331e
PM
23002013-08-13 Pierre Muller <[email protected]>
2301
fde605f3 2302 * utils.c (init_page_info): Only call tgetnum function
1a66331e
PM
2303 if rl_get_screen_size did not return useful values.
2304
b4013987
AA
23052013-08-12 Ali Anwar <[email protected]>
2306
2307 PR breakpoints/15117
2308 * linespec.c (linespec_parse_basic): Check for convenience
2309 variable or history value while parsing.
2310
959b6a66
SDJ
23112013-08-12 Sergio Durigan Junior <[email protected]>
2312
2313 Revert implementation of gdbarch_gdb_signal_{to,from}_target for
2314 AVR.
2315 * avr-tdep.c: Remove include of "linux-tdep.h". Remove enum with
2316 different signals between the generic Linux kernel implementation
2317 and AVR's.
2318 (avr_linux_gdb_signal_from_target): Delete.
2319 (avr_linux_gdb_signal_to_target): Delete.
2320 (avr_gdbarch_init): Don't set gdbarch_gdb_signal_{to,from}_target.
2321
24a55014
DE
23222013-08-09 Doug Evans <[email protected]>
2323
2324 * dwarf2read.c (create_addrmap_from_index): Ignore bad address table
2325 entries.
2326
eb14d406
SDJ
23272013-08-09 Sergio Durigan Junior <[email protected]>
2328
2329 * linux-tdep.c: Define enum with generic signal numbers.
2330 (linux_gdb_signal_from_target): New function.
2331 (linux_gdb_signal_to_target): Likewise.
2332 (linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2333 methods to the functions above.
2334 * linux-tdep.h (linux_gdb_signal_from_target): New prototype.
2335 (linux_gdb_signal_to_target): Likewise.
2336 * alpha-linux-tdep.c: Define new enum with signals different
2337 from generic Linux kernel.
2338 (alpha_linux_gdb_signal_from_target): New function.
2339 (alpha_linux_gdb_signal_to_target): Likewise.
2340 (alpha_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2341 with the functions mentioned above.
2342 * avr-tdep.c: Define enum with differences between Linux kernel
2343 and AVR signals.
2344 (avr_linux_gdb_signal_from_target): New function.
2345 (avr_linux_gdb_signal_to_target): Likewise.
2346 (avr_gdbarch_init): Set gdbarch_gdb_signal_{to,from}_target to
2347 the functions mentioned above.
2348 * sparc-linux-tdep.c: Define enum with differences between SPARC
2349 and generic Linux kernel signal numbers.
2350 (sparc32_linux_gdb_signal_from_target): New function.
2351 (sparc32_linux_gdb_signal_to_target): Likewise.
2352 (sparc32_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2353 to the functions defined above.
2354 * xtensa-linux-tdep.c: Define enum with differences between
2355 Xtensa and Linux kernel generic signals.
2356 (xtensa_linux_gdb_signal_from_target): New function.
2357 (xtensa_linux_gdb_signal_to_target): Likewise.
2358 (xtensa_linux_init_abi): Set gdbarch_gdb_signal_to_target
2359 to the functions defined above.
2360 * mips-linux-tdep.c: Define enum with differences between
2361 signals in MIPS and Linux kernel generic ones.
2362 (mips_gdb_signal_to_target): New function.
2363 (mips_gdb_signal_from_target): Redefine to use new enum, handle
2364 only different signals from the Linux kernel generic.
2365 (mips_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2366 the functions defined above.
2367 * mips-linux-tdep.h (enum mips_signals): Remove.
2368
156d08c8
PA
23692013-08-09 Pedro Alves <[email protected]>
2370
2371 * avr-tdep.c (XMALLOC): Delete macro.
2372 * cli/cli-dump.c (XMALLOC): Delete macro.
2373
db229724
PA
23742013-08-09 Pedro Alves <[email protected]>
2375
2376 * cli/cli-dump.c: Don't include cli/cli-dump.h.
2377 (scan_expression_with_cleanup, scan_filename_with_cleanup)
2378 (fopen_with_cleanup, add_dump_command): Make static.
2379 * cli/cli-dump.h: Delete file.
2380 * Makefile.in (HFILES_NO_SRCDIR): Remove reference to
2381 cli/cli-dump.h.
2382
3f12a589
PA
23832013-08-09 Pedro Alves <[email protected]>
2384
2385 * tracepoint.c (tfile_start): Show tilde-expanded filename in
2386 error message.
2387
c718be47
PA
23882013-08-09 Pedro Alves <[email protected]>
2389
156d08c8 2390 * breakpoint.c (save_breakpoints): Show tilde-expanded filename in
c718be47
PA
2391 error message.
2392
1e351ed1
PA
23932013-08-09 Pedro Alves <[email protected]>
2394
2395 * gcore.c (create_gcore_bfd): Don't use tilde_expand here.
2396 (gcore_command): Use tilde_expand here, and when showing the
2397 filename to the user, show the expanded version.
2398
1ed8d800
YQ
23992013-08-09 Yao Qi <[email protected]>
2400
2401 * stack.c (read_frame_arg): Set 'entryval_error' to NULL if
2402 'entryval' is set.
2403
47ecca85
PA
24042013-08-08 Azat Khuzhin <[email protected]> (tiny change)
2405
2406 * gcore.c (create_gcore_bfd): Use tilde_expand.
2407
82a0a75f
YQ
24082013-08-08 Yao Qi <[email protected]>
2409
2410 * frame.h (read_frame_local): Declare.
2411 * mi/mi-cmd-stack.c (list_args_or_locals): Call
2412 read_frame_local.
2413 * stack.c (read_frame_local): New.
2414
5c4aa40b
YQ
24152013-08-08 Yao Qi <[email protected]>
2416
2417 * mi/mi-cmd-stack.c: Update comments to function
2418 list_args_or_locals.
2419
b93601f3
TT
24202013-08-07 Tom Tromey <[email protected]>
2421
2422 PR symtab/15028:
2423 * dwarf2read.c (struct process_psymtab_comp_unit_data): New.
2424 (process_psymtab_comp_unit_reader): Use it.
2425 (process_psymtab_comp_unit): Update. Add "pretend_language"
2426 argument.
2427 (dwarf2_build_psymtabs_hard): Update.
2428 (scan_partial_symbols): Pass CU's language to
2429 process_psymtab_comp_unit.
2430
fa760f46
TT
24312013-08-07 Tom Tromey <[email protected]>
2432
2433 * dwarf2read.c (dw2_get_primary_filename_reader): Remove.
2434 (dwarf2_gdb_index_functions): Update.
2435 * psymtab.c (find_symbol_file_from_partial): Remove.
2436 (psym_functions): Update.
2437 * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
2438 Remove.
2439
bf6d8a91
TT
24402013-08-07 Tom Tromey <[email protected]>
2441
2442 * symfile.c (set_initial_language): Look up "main" symbol
2443 and use its language.
2444 * symtab.c (find_main_filename): Remove.
2445 * symtab.h (find_main_filename): Remove.
2446
f9125b6c
TT
24472013-08-07 Tom Tromey <[email protected]>
2448
2449 * dwarf2read.c (recursively_compute_inclusions): Add
2450 "immediate_parent" argument. Set symtab's "user" field
2451 if not set.
2452 (compute_symtab_includes): Update.
2453
fdbb204b
TT
24542013-08-07 Tom Tromey <[email protected]>
2455
2456 * linespec.c (convert_linespec_to_sals): Use maybe_add_address
2457 when adding label symbols.
2458
49de1690
UW
24592013-08-07 Raunaq Bathija <[email protected]>
2460 Ulrich Weigand <[email protected]>
2461
2462 * configure.tgt (powerpc64-*-aix*): Match powerpc64 running aix.
2463 * configure.host (powerpc64-*-aix*): Likewise.
2464
b08ee99f
UW
24652013-08-07 Raunaq Bathija <[email protected]>
2466 Ulrich Weigand <[email protected]>
2467
2468 * gdb_ptrace.h: Use ptrace64 instead of ptrace if HAVE_PTRACE64
2469 is defined.
2470 * rs6000-nat.c: Check for __ld_info64_ if compiling 64 BIT gdb.
2471 (rs6000_ptrace32): Call ptrace64 instead of ptrace if present.
2472 (rs6000_ptrace64): Call ptace64 instead of ptracex if present.
2473 * configure.ac: Check for ptrace64.
2474 * configure, config.in: Regenerate.
2475
fecf803e
UW
24762013-08-07 Raunaq Bathija <[email protected]>
2477 Ulrich Weigand <[email protected]>
2478
2479 * aixthread.c: Call ptrace64 instead of ptracex if defined.
2480 Call ptrace64 instead of ptrace if defined.
2481 Add macro addr_ptr to take care of ptrace address argument.
2482 (pdc_read_regs): Likewise.
2483 (pdc_write_regs): Likewise.
2484 (aix_thread_resume): Likewise.
2485 (fetch_regs_kernel_thread): Likewise.
2486 (store_regs_kernel_thread): Likewise.
2487
3bb5e4a8
AB
24882013-08-07 Anton Blanchard <[email protected]>
2489
2490 * MAINTAINERS: Add myself to Write After Approval.
2491
12070676
TT
24922013-08-05 Tom Tromey <[email protected]>
2493
2494 * aix-thread.c (_initialize_aix_thread): Use
2495 complete_target_initialization.
2496 * bsd-uthread.c (_initialize_bsd_uthread): Use
2497 complete_target_initialization.
2498 * dec-thread.c (_initialize_dec_thread): Use
2499 complete_target_initialization.
2500 * ravenscar-thread.c (_initialize_ravenscar): Use
2501 complete_target_initialization.
2502 * sol-thread.c (_initialize_sol_thread): Use
2503 complete_target_initialization.
2504 * spu-multiarch.c (_initialize_spu_multiarch): Use
2505 complete_target_initialization.
2506
7c7b6655
TT
25072013-08-05 Tom Tromey <[email protected]>
2508
2509 * ada-exp.y (write_var_or_type): Use bound_minimal_symbol.
2510 * ada-lang.c (ada_lookup_simple_minsym): Return
2511 bound_minimal_symbol.
2512 * ada-lang.h (ada_lookup_simple_minsym): Update.
2513 * c-exp.y (variable): Use lookup_bound_minimal_symbol.
2514 * f-exp.y (variable): Use lookup_bound_minimal_symbol.
2515 * go-exp.y (variable): Use lookup_bound_minimal_symbol.
2516 * jv-exp.y (push_expression_name): Use lookup_bound_minimal_symbol.
2517 * m2-exp.y (variable): Use lookup_bound_minimal_symbol.
2518 * minsyms.c (msymbol_objfile): Remove.
2519 (lookup_minimal_symbol_internal): New function, from
2520 lookup_minimal_symbol.
2521 (lookup_minimal_symbol): Rewrite using
2522 lookup_minimal_symbol_internal.
2523 (lookup_bound_minimal_symbol): New function.
2524 * minsyms.h (msymbol_objfile): Remove.
2525 (lookup_bound_minimal_symbol): Declare.
2526 * p-exp.y (variable): Use lookup_bound_minimal_symbol.
2527 * parse.c (write_exp_msymbol): Change parameter to a
2528 bound_minimal_symbol.
2529 (write_dollar_variable): Use lookup_bound_minimal_symbol.
2530 * parser-defs.h (write_exp_msymbol): Update.
2531 * printcmd.c (address_info): Use lookup_bound_minimal_symbol.
2532 * symfile.c (simple_read_overlay_table): Use
2533 lookup_bound_minimal_symbol.
2534 * symtab.c (skip_prologue_sal): Don't use msymbol_objfile.
2535 (search_symbols): Likewise.
2536 (print_msymbol_info): Take a bound_minimal_symbol argument.
2537 (symtab_symbol_info, rbreak_command): Update.
2538 * symtab.h (struct symbol_search) <msymbol>: Change type
2539 to bound_minimal_symbol.
2540 * valops.c (find_function_in_inferior): Use
2541 lookup_bound_minimal_symbol.
2542 * value.c (value_fn_field): Use lookup_bound_minimal_symbol.
2543
934b9bac
JK
25442013-08-05 Jan Kratochvil <[email protected]>
2545
2546 Code cleanup.
2547 * remote.c (cleanup_sigint_signal_handler): Rename the declaration
2548 to ...
2549 (async_cleanup_sigint_signal_handler): ... this.
2550 (initialize_sigint_signal_handler): Remove declaration.
2551 (handle_remote_sigint): Rename the declaration to ...
2552 (async_handle_remote_sigint): ... this.
2553 (handle_remote_sigint_twice): Rename the declaration to ...
2554 (async_handle_remote_sigint_twice): ... this.
2555 (async_remote_interrupt, async_remote_interrupt_twice)
2556 (remote_interrupt): Remove the declarations.
2557 (remote_interrupt_twice): Rename the declaration ...
2558 (sync_remote_interrupt_twice): ... this.
2559 (sigint_remote_twice_token): Rename the variable to ...
2560 (async_sigint_remote_twice_token): ... this.
2561 (sigint_remote_token): Rename the variable to ...
2562 (async_sigint_remote_token): ... this.
2563 (initialize_sigint_signal_handler): Rename the function to ...
2564 (async_initialize_sigint_signal_handler): ... this. Update the name
2565 inside.
2566 (handle_remote_sigint): Rename the function to ...
2567 (async_handle_remote_sigint): ... this. Update the names inside.
2568 (handle_remote_sigint_twice): Rename the function to ...
2569 (async_handle_remote_sigint_twice): ... this. Update the names inside.
2570 (cleanup_sigint_signal_handler): Rename the function to ...
2571 (async_cleanup_sigint_signal_handler): ... this.
2572 (remote_interrupt): Rename the function to ...
2573 (sync_remote_interrupt): this. Update the names inside.
2574 (remote_interrupt_twice): Rename the function to ...
2575 (sync_remote_interrupt_twice): this. Update the names inside.
2576 (remote_terminal_inferior, remote_terminal_ours, remote_wait_as)
2577 (_initialize_remote): Update the names inside.
2578
3a1115a0
TT
25792013-08-02 Tom Tromey <[email protected]>
2580
2581 PR symtab/15719:
2582 * breakpoint.c (update_watchpoint, watchpoint_check)
2583 (watch_command_1): Update.
2584 * eval.c (fetch_subexp_value): Add "preserve_errors"
2585 parameter.
2586 * ppc-linux-nat.c (check_condition): Update.
2587 * value.h (fetch_subexp_value): Update.
2588
58b19776
AB
25892013-08-02 Andrew Burgess <[email protected]>
2590
2591 * mi/mi-interp.c (mi_interpreter_resume): Remove call to
2592 add_file_handler.
2593
ec94af83
DE
25942013-08-01 Doug Evans <[email protected]>
2595
7ee85ab1
DE
2596 PR symtab/15691
2597 * dwarf2read.c (struct dwarf2_per_cu_data): New member tu_read.
2598 (fill_in_sig_entry_from_dwo_entry): Reorganize asserts.
2599 Add assert of sig_entry->dwo_unit == NULL.
2600 (lookup_dwo_signatured_type): Don't assign TU to a DWO if the TU
2601 had already been read.
2602 (read_signatured_type): Set per_cu.tu_read.
2603
b846d303
DE
2604 PR symtab/15695
2605 * valops.c (value_struct_elt): Add missing call to check_typedef.
2606 (value_find_oload_method_list): Ditto.
2607
b52109bc
DE
2608 * symtab.c (do_free_search_symbols_cleanup): Change arg to,
2609 effectively, struct symbol_search **.
2610 (make_cleanup_free_search_symbols): Change arg to struct
2611 symbol_search **. All callers updated.
2612 (compare_search_syms): Compare symtab file name and block as well.
2613 (search_symbols_equal): New function.
2614 (sort_search_symbols_remove_dups): Renamed from sort_search_symbols.
2615 New args new_head, new_tail. Result is now void. Remove dups after
2616 sorting the symbols.
2617 (search_symbols): Sort all found symbols once, after all have been
2618 found, and remove duplicates. Simplify cleanup tracking of result.
2619 * symtab.h (make_cleanup_free_search_symbols): Update prototype.
2620
ec94af83
DE
2621 Further workarounds for binutils/15021.
2622 * dwarf2read.c (recursively_compute_inclusions): Change type of result
2623 parameter to VEC (symtab_ptr) **. New parameter all_type_symtabs.
2624 Watch for duplicate symtabs coming from type units.
2625 (compute_symtab_includes): Update call to
2626 recursively_compute_inclusions. Build vector of included symtabs
2627 instead of per_cus.
2628 * symtab.h (symtab_ptr): New typedef.
2629 (DEF_VEC_P (symtab_ptr)): New VEC type.
2630 * linespec.c (symtab_p): Delete. All uses updated to use symtab_ptr
2631 instead.
2632
b2ae85cf
AB
26332013-08-01 Andrew Burgess <[email protected]>
2634
2635 * cli/cli-script.c (script_from_file): Remove use of
2636 error_pre_print.
2637 * main.c (captured_main): Remove use of error_pre_print and
2638 quit_pre_print.
2639 * utils.c (error_pre_print, quit_pre_print): Remove.
2640 * utils.h (error_pre_print, quit_pre_print): Likewise.
2641
645eab03
YQ
26422013-08-01 Yao Qi <[email protected]>
2643
2644 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Parse argv
2645 with mi_getopt.
2646 (mi_cmd_stack_list_variables): Likewise.
2647
16f92dd4
AB
26482013-07-31 Andrew Burgess <[email protected]>
2649
2650 * exceptions.c (deprecated_throw_reason): Remove.
2651 * exceptions.h (deprecated_throw_reason): Remove.
2652
13f78033
AB
26532013-07-31 Andrew Burgess <[email protected]>
2654
2655 * remote-mips.c (mips_error): Replace use of
2656 deprecated_throw_reason with throw_verror. Use the error message
2657 passed to mips_error as the error message for throw_verror.
2658
039e3c22
AB
26592013-07-31 Andrew Burgess <[email protected]>
2660
2661 * monitor.c (monitor_interrupt_query): Replace use of
2662 deprecated_throw_reason with quit.
2663 * nto-procfs.c (interrupt_query): Likewise.
2664 * remote-fileio.c (remote_fileio_sig_exit): Likewise.
2665 * remote-mips.c (mips_kill): Likewise.
2666 * remote.c (interrupt_query): Likewise.
2667
8150913b
AB
26682013-07-31 Andrew Burgess <[email protected]>
2669
2670 * utils.c (internal_verror): Replace use of deprecated_throw_reason
2671 with call to fatal.
2672
de74e63a
YQ
26732013-07-31 Pedro Alves <[email protected]>
2674 Yao Qi <[email protected]>
2675
2676 * tracepoint.c (trace_dump_command): Select the current frame.
2677
247f5c4f
DE
26782013-07-30 Doug Evans <[email protected]>
2679
2680 * dwarf2read.c (process_queue): Add type signature to debug output.
2681
11b4b7cc
AB
26822013-07-30 Andrew Burgess <[email protected]>
2683
2684 * value.c (value_fetch_lazy): Mark optimized out values as such
2685 rather than raising an error.
2686
b0c54aa5
AB
26872013-07-30 Andrew Burgess <[email protected]>
2688
2689 * value.c (value_fetch_lazy): Ensure parent value is not lazy
2690 before checking which bits of the parent, not the child, value are
2691 valid.
2692
97c85fc6
MB
26932013-07-30 Muhammad Bilal <[email protected]>
2694
2695 PR gdb/15715
2696 * top.c: Include "filenames.h".
2697 (set_history_filename): New function.
2698 (init_main): Install it as set hook of the "set history filename"
2699 command.
2700
ff39bb5e
SA
27012013-07-30 Sanimir Agovic <[email protected]>
2702
2703 * dwarf2read.c (dwarf2_get_ref_die_offset): Constify struct
2704 attribute parameter.
2705 (dwarf2_const_value_data): Constify struct attribute parameter.
2706 (dwarf2_const_value): Constify struct attribute parameter.
2707 (dwarf2_const_value_attr): Constify struct attribute parameter.
2708 (lookup_die_type): Constify struct attribute parameter.
2709 (dwarf2_get_attr_constant_value): Constify struct attribute parameter.
2710 (follow_die_ref_or_sig): Constify struct attribute parameter.
2711 (follow_die_ref): Constify struct attribute parameter.
2712 (follow_die_sig): Constify struct attribute parameter.
2713 (get_DW_AT_signature_type): Constify struct attribute parameter.
2714 (get_type_unit_group): Constify struct attribute parameter.
2715 (fill_in_loclist_baton): Constify struct attribute parameter.
2716 (dwarf2_symbol_mark_computed): Constify struct attribute parameter.
2717 (type_unit_group): Constify struct attribute parameter.
2718
6e5a29e1
SA
27192013-07-30 Sanimir Agovic <[email protected]>
2720
2721 * dwarf2read.c (attr_form_is_block): Make argument const.
2722 (attr_form_is_section_offset): Make argument const.
2723 (attr_form_is_constant): Make argument const.
2724 (attr_form_is_ref): Make argument const.
2725
7771576e
SA
27262013-07-30 Sanimir Agovic <[email protected]>
2727
2728 * dwarf2read.c (attr_is_ref): Rename to attr_form_is_ref.
2729 All uses updated.
2730 (attr_form_is_ref): Moved below attr_form_is_constant.
2731
a94e8645
DE
27322013-07-29 Doug Evans <[email protected]>
2733
bb5291d0
DE
2734 * main.c (captured_command_loop): Tweak comment.
2735
b5419e49
DE
2736 * target.c (target_async_permitted_1): Fix comment.
2737
b2d23133
DE
2738 * symtab.c (iterate_over_some_symtabs): Add comment.
2739
a94e8645
DE
2740 * symtab.c (iterate_over_some_symtabs): Fix indentation.
2741
7a60ad40
YQ
27422013-07-27 Yao Qi <[email protected]>
2743
2744 * NEWS: Mention that GDBserver now supports hardware
2745 watchpoints on the MIPS GNU/Linux target.
2746
aaee2056
YQ
27472013-07-27 Yao Qi <[email protected]>
2748
2749 * Makefile.in (HFILES_NO_SRCDIR): Add
2750 common/mips-linux-watch.h.
2751 (mips-linux-watch.o): New rule.
2752 * common/mips-linux-watch.c: New.
2753 * common/mips-linux-watch.h: New.
2754 * config/mips/linux.mh (NATDEPFILES): Add mips-linux-watch.o
2755 * mips-linux-nat.c: Include mips-linux-watch.h.
2756 (W_BIT, R_BIT, I_BIT, W_MASK, R_MASK, I_MASK, IRW_MASK): Move
2757 to common/mips-linux-watch.h.
2758 (MAX_DEBUG_REGISTER): Likewise.
2759 (enum pt_watch_style): Likewise.
2760 (struct mips32_watch_regs): Likewise.
2761 (struct mips64_watch_regs): Likewise.
2762 (struct pt_watch_regs): Likewise.
2763 (struct mips_watchpoint): Likewise.
2764 (mips_linux_watch_get_irw_mask): Move to
2765 common/mips-linux-watch.c.
2766 (get_reg_mask, mips_linux_watch_get_num_valid): Likewise.
2767 (mips_linux_watch_get_watchlo): Likewise.
2768 (mips_linux_watch_set_watchlo): Likewise.
2769 (mips_linux_watch_get_watchhi): Likewise.
2770 (mips_linux_watch_set_watchhi): Likewise.
2771 (mips_linux_read_watch_registers): Likewise.
2772 (mips_linux_watch_type_to_irw): Likewise.
2773 (mips_linux_stopped_data_address, fill_mask): Likewise.
2774 (mips_linux_watch_try_one_watch): Likewise.
2775 (mips_linux_watch_populate_regs): Likewise.
2776
b3436450
YQ
27772013-07-27 Yao Qi <[email protected]>
2778
2779 * mips-linux-nat.c (get_irw_mask): Rename to ...
2780 (mips_linux_watch_get_irw_mask): ... this. Rename parameter
2781 'set' to 'n'. Update function comment. All callers changed.
2782 (get_reg_mask): Rename parameter 'set' to 'n'. Update
2783 function comment. All callers changed.
2784 (get_num_valid): Rename to ...
2785 (mips_linux_watch_get_num_valid): ... this. Rename parameter
2786 'set' to 'n'. Update function comment. All callers changed.
2787 (get_watchlo): Rename to ...
2788 (mips_linux_watch_get_watchlo): ... this. Rename parameter
2789 'set' to 'n'. Update function comment. All callers changed.
2790 (set_watchlo): Rename to ...
2791 (mips_linux_watch_set_watchlo): ... this. Rename parameter
2792 'set' to 'n'. Update function comment. All callers changed.
2793 (get_watchhi): Rename to ...
2794 (mips_linux_watch_get_watchhi): ... this. Update function
2795 comment. All callers changed.
2796 (set_watchhi): Rename to ...
2797 (mips_linux_watch_set_watchhi): ... this. Update function
2798 comment. All callers changed.
2799 (mips_linux_read_watch_registers): Update function comment.
2800 Add new parameters 'lwpid', 'watch_readback', and
2801 'watch_readback_valid'. Update.
2802 (type_to_irw): Rename to ...
2803 (mips_linux_watch_type_to_irw): ... this. Update function
2804 comment. All callers changed.
2805 (fill_mask): Update function comment.
2806 (try_one_watch): Rename to ...
2807 (mips_linux_watch_try_one_watch): ... this. Change the type
2808 of parameter 'irw' from 'unsigned' to 'uint32_t'.
2809 (populate_regs_from_watches): Rename to ...
2810 (mips_linux_watch_populate_regs): ... this. Add parameter
2811 'current_watches'. All callers changed.
2812
9be14b81
YQ
28132013-07-27 Yao Qi <[email protected]>
2814
2815 * mips-linux-nat.c (MAX_DEBUG_REGISTER): Move it earlier in
2816 the code.
2817 (PTRACE_SET_WATCH_REGS, enum pt_watch_style): Remove.
2818 (struct mips32_watch_regs, struct mips64_watch_regs): Remove.
2819 (struct pt_watch_regs): Likewise.
2820 [!PTRACE_GET_WATCH_REGS] (PTRACE_SET_WATCH_REGS): New macro.
2821 [!PTRACE_GET_WATCH_REGS] (enum pt_watch_style): New.
2822 [!PTRACE_GET_WATCH_REGS] (struct mips32_watch_regs): New.
2823 [!PTRACE_GET_WATCH_REGS] (struct mips64_watch_regs): New.
2824 [!PTRACE_GET_WATCH_REGS] (struct pt_watch_regs): New.
2825
de6f69ad
YQ
28262013-07-27 Yao Qi <[email protected]>
2827
2828 * breakpoint.h: Include break-common.h.
2829 (enum target_hw_bp_type): Move to ...
2830 * common/break-common.h: ... here. New.
2831
6f64ef53
PA
28322013-07-26 Cyril Nikolaev <[email protected]>
2833
2834 * inflow.c (terminal_init_inferior_with_pgrp): Save inferior
2835 process group regardless of having tty on stdin.
2836
6107e809
DE
28372013-07-25 Doug Evans <[email protected]>
2838
2839 * linux-fork.h (detach_fork): Delete.
2840
7fdc1521
TT
28412013-07-25 Tom Tromey <[email protected]>
2842
2843 PR remote/15256, PR remote/15266:
2844 * bfd-target.c (target_bfd_reopen): Initialize to_magic.
2845 * monitor.c (monitor_detach): Use unpush_target.
2846 * remote-m32r-sdi.c (m32r_detach): Use unpush_target.
2847 * remote-mips.c (mips_detach): Use unpush_target. Don't
2848 call mips_close.
2849 * remote-sim.c (gdbsim_detach): Use unpush_target.
2850 * target.c (pop_target): Remove.
2851 (pop_all_targets_above): Don't call target_close.
2852 (target_close): Assert that the target is unpushed.
2853 * target.h (pop_target): Don't declare.
2854 * tracepoint.c (tfile_open): Use unpush_target.
2855
c22a2b88
TT
28562013-07-25 Tom Tromey <[email protected]>
2857
2858 * linux-thread-db.c (init_thread_db_ops): Call
2859 complete_target_initialization.
2860 (_initialize_thread_db): Don't call add_target.
2861 * target.c (complete_target_initialization): New function.
2862 (add_target_with_completer): Call it.
2863 * target.h (complete_target_initialization): Declare.
2864
cbb6aada
MK
28652013-07-25 Mark Kettenis <[email protected]>
2866
2867 * hppa-tdep.h (enum hppa_regnum): Add members for all space registers.
2868 * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Add comment.
2869 (HPPANBSD_SIZEOF_GREGS): New define.
2870 (hppaobsd_supply_gregset): Handle additional registers.
2871 * hppabsd-nat.c (hppabsd_gregset_supplies_p): Adjust to indicate
2872 we provide more registers now.
2873 (hppabsd_supply_gregset): Supply additional registers.
2874 (hppabsd_collect_gregset): Collect additional registers.
2875
17767988
MK
28762013-07-25 Mark Kettenis <[email protected]>
2877
2878 * hppabsd-tdep.c: Include "dwarf2-frame.h".
2879 (hppabsd_dwarf2_frame_init_reg): New function.
2880 (hppabsd_init_abi): Hook in the DWARF CFI frame unwinder.
2881
fdc8aae8
AB
28822013-07-25 Andrew Burgess <[email protected]>
2883
2884 * mi/mi-main.c (output_register): Make MI 'r' format use standard
2885 'z' format code. Remove error for optimized out values, standard
2886 code will handle these fine.
2887
6fbe845e
AB
28882013-07-25 Andrew Burgess <[email protected]>
2889
2890 * NEWS: Mention new 'z' formatter.
2891 * printcmd.c (print_scalar_formatted): Add new 'z' formatter.
2892 (_initialize_printcmd): Mention 'z' formatter in help text of the
2893 'x' command.
2894
3373342d
MR
28952013-07-24 Maciej W. Rozycki <[email protected]>
2896
2897 * mips-tdep.c (micromips_deal_with_atomic_sequence): Correct
2898 formatting.
2899
25f9533e
SDJ
29002013-07-24 Sergio Durigan Junior <[email protected]>
2901
2902 * breakpoint.c (create_longjmp_master_breakpoint): Check if probe
2903 interface can evaluate arguments. Fallback to the old mode if it
2904 cannot.
2905 (create_exception_master_breakpoint): Likewise.
2906 * elfread.c (elf_can_evaluate_probe_arguments): New function.
2907 (struct sym_probe_fns elf_probe_fns): Export function above to the
2908 probe interface.
2909 * probe.c (can_evaluate_probe_arguments): New function.
2910 * probe.h (struct probe_ops) <can_evaluate_probe_arguments>: New
2911 function pointer.
2912 (can_evaluate_probe_arguments): New function prototype.
2913 * solib-svr4.c (svr4_create_solib_event_breakpoints): Check if
2914 probe interface can evaluate arguments. Fallback to the old mode
2915 if it cannot.
2916 * stap-probe.c (stap_get_probe_argument_count): Check if probe
2917 interface can evaluate arguments. Warning the user if it cannot.
2918 (stap_can_evaluate_probe_arguments): New function.
2919 (struct probe_ops stap_probe_ops): Export function above to the
2920 probe interface.
2921 * symfile.h (struct sym_probe_fns) <can_evaluate_probe_arguments>:
2922 New function pointer.
2923
3360c0bf
LM
29242013-07-24 Luis Machado <[email protected]>
2925
2926 * Makefile.in (SFILES): Add common/target-common.c.
2927 Add common/target-common.h to headers.
2928 (COMMON_OBS): Add target-common.o.
2929 (target-common.o): New target.
2930 * linux-nat.h (resume_kind): Move to common/target-common.h.
2931 * target.c (target_waitstatus_to_string): Move to
2932 common/target-common.c.
2933 * target.h: Include target-common.h.
2934 (target_waitkind): Move to common/target-common.h.
2935 (target_waitstatus): Likewise.
2936 (TARGET_WNOHANG): Likewise.
2937 * common/target-common.c: New file.
2938 * common/target-common.h: New file.
2939
6656a72d
DE
29402013-07-24 Doug Evans <[email protected]>
2941
2942 * dwarf2read.c (lookup_dwo_cutu): Change missing DWO complaint to
2943 a warning.
2944
6df81a63
YQ
29452013-07-23 Yao Qi <[email protected]>
2946
2947 * i386-tdep.c (i386_in_stack_tramp_p): Remove unused
2948 parameter 'gdbarch'.
2949 (i386_stack_tramp_frame_sniffer): Caller update.
2950 * i386-linux-tdep.c (i386_linux_core_read_xcr0): Remove
2951 parameter 'gdbarch' and 'target'.
2952 (i386_linux_core_read_description): Caller update.
2953 * amd64-linux-tdep.c (amd64_linux_core_read_description):
2954 Likewise.
2955 * i386-linux-tdep.h (i386_linux_core_read_xcr0): Update
2956 declaration.
2957
365156ad
TT
29582013-07-23 Tom Tromey <[email protected]>
2959
2960 * dwarf2read.c (init_cutu_and_read_dies): Revert patch from
2961 2013-07-22.
2962
046ac79f
JK
29632013-07-22 Doug Evans <[email protected]>
2964
2965 * exec.h (remove_target_sections): Delete arg abfd.
66cbcda4
JK
2966 * exec.c (exec_close): Update call to remove_target_sections.
2967 (remove_target_sections): Delete arg abfd.
046ac79f
JK
2968 * solib.c (update_solib_list): Ditto.
2969 (reload_shared_libraries_1): Ditto.
2970 (clear_solib): Ditto, and unconditionally call remove_target_sections.
66cbcda4
JK
2971 * target.h (struct target_section): Rename key to owner.
2972 All uses updated.
046ac79f 2973
29b2cc46
TT
29742013-07-22 Tom Tromey <[email protected]>
2975
2976 * solib-som.c (som_open_symbol_file_object): Call do_cleanups.
2977
d1160018
TT
29782013-07-22 Tom Tromey <[email protected]>
2979
2980 * dwarf2read.c (init_cutu_and_read_dies): Remove 'free_cu_cleanup'.
2981 Simplify cleanup handling.
2982
2f324bf6
TT
29832013-07-22 Tom Tromey <[email protected]>
2984
2985 * dwarf2read.c (dwarf_decode_line_header): Call do_cleanups
2986 on all return paths.
2987
e23b9d6e
UW
29882013-07-22 Edjunior Barbosa Machado <[email protected]>
2989
2990 * ppc-linux-nat.c (PPC_DEBUG_FEATURE_DATA_BP_DAWR): New define.
2991 (ppc_linux_region_ok_for_hw_watchpoint): Add checking to use the new
2992 DAWR interface for longer ranges hardware watchpoint (up to 512 bytes).
2993
1cf55f60
PM
29942013-07-22 Phil Muldoon <[email protected]>
2995
2996 * top.c (print_gdb_version): Add help, apropos description and
2997 url to online documentation.
2998
fa876972
HZ
29992013-07-19 Hui Zhu <[email protected]>
3000
3001 PR gdb/15692
3002 * mi/mi-cmd-break.c (mi_argv_to_format): Handle double quotes.
3003
1527aea8
YQ
30042013-07-19 Yao Qi <[email protected]>
3005
3006 * target.c (update_current_target): Change the default action
3007 of 'to_traceframe_info' from tcomplain to return_zero.
3008 * target.h (struct target_ops) <to_traceframe_info>: Add more
3009 comments.
3010 * valops.c (read_value_memory): Call
3011 traceframe_available_memory unconditionally.
3012
886f230e
YQ
30132013-07-18 Yao Qi <[email protected]>
3014
3015 * coffread.c (coff_symfile_read): Iterate over minimal symbols,
3016 if the name is prefixed by "__imp_" or "_imp_", look for minimal
3017 symbol without prefix. If found, set its type to
3018 'mst_solib_trampoline'.
3019
16419bae
DE
30202013-07-17 Doug Evans <[email protected]>
3021
e7045703
DE
3022 * NEWS: Mention "set print raw frame-arguments".
3023 * gdbcmd.h (setprintrawlist, showprintrawlist): Declare.
3024 * stack.c (print_raw_frame_arguments): New static global.
3025 (print_frame_arg): Set opts.raw from print_raw_frame_arguments.
3026 (_initialize_stack): New command "set/show print raw frame-arguments".
3027 * valprint.c (setprintrawlist, showprintrawlist): New globals.
3028 (set_print_raw, show_print_raw): New functions.
3029 (_initialize_valprint): New prefix command "set/show print raw".
3030 * valprint.h (value_print_options): Improve comments.
3031
453e48a5
DE
3032 * cli/cli-cmds.c (init_cmd_lists): Delete unnecessary initialization
3033 of all *list variables.
3034
16419bae
DE
3035 * gdbcmd.h (togglelist): Delete.
3036 * cli/cli-cmds.c (togglelist): Delete.
3037 (init_cmd_lists): Update.
3038 * cli/cli-cmds.h (togglelist): Delete.
3039
626f2d1c
TT
30402013-07-17 Tom Tromey <[email protected]>
3041
3042 * dwarf2read.c (dwarf2_per_objfile_free): Clear
3043 dwarf2_per_objfile.
3044
57e6060e
DE
30452013-07-16 Doug Evans <[email protected]>
3046
3047 * nto-tdep.c (nto_relocate_section_addresses): Update,
3048 target_section.bfd deleted.
3049 * ppc64-tdep.c (ppc64_convert_from_func_ptr_addr): Ditto.
3050 * s390-tdep.c (s390_load): Ditto.
3051 * solib-aix.c (solib_aix_relocate_section_addresses): Ditto.
3052
5ea5559b
AB
30532013-07-16 Andrew Burgess <[email protected]>
3054
3055 * common/format.c (parse_format_string): Add checks for NULL
3056 character before calling strchr.
3057
2b2848e2
DE
30582013-07-16 Doug Evans <[email protected]>
3059
2c571006
DE
3060 * solist.h (target_so_ops.find_and_open_solib): Clarify usage of
3061 temp_pathname argument.
3062 * nto-tdep.c (nto_find_and_open_solib): Fix setting of temp_pathname
3063 when opening the file fails.
3064
2b2848e2
DE
3065 * target.h (struct target_section): Delete member bfd.
3066 All users updated to use the_bfd_section->owner instead.
3067 * exec.c (add_to_section_table): Assert bfd is expected value.
3068 Remove initialization of target_section.bfd.
3069 (remove_target_sections): Update.
3070 (section_table_available_memory): Update.
3071 (section_table_xfer_memory_partial): Update.
3072 (print_section_info): Update.
3073 (exec_set_section_address): Update.
3074 * record-full.c (record_full_core_xfer_partial): Update.
3075 * solib-svr4.c (svr4_relocate_section_addresses): Update.
3076 * solib-target.c (solib_target_relocate_section_addresses): Update.
3077 * symfile.c (build_section_addr_info_from_section_table): Update.
3078 * target.c (memory_xfer_live_readonly_partial): Update.
3079 (memory_xfer_partial_1): Update.
3080
926bf92d
UW
30812013-07-15 Edjunior Barbosa Machado <[email protected]>
3082
3083 * ppc-linux-nat.c: Since the new PowerPC specific ptrace interface is
3084 now available for embedded (BookE) and server (BookS) processors,
3085 correct mentions of 'booke' and adjust comments accordingly in order to
3086 avoid confusion. Rename struct 'booke_debug_info' to 'hwdebug_info'.
3087 (have_ptrace_booke_interface): Rename function and variable
3088 'have_ptrace_booke_interface' to 'have_ptrace_hwdebug_interface'.
3089 Rename struct 'booke_debug_info' to 'hwdebug_info'. Update all uses.
3090 (booke_cmp_hw_point): Rename function 'booke_cmp_hw_point' to
3091 'hwdebug_point_cmp'. Update all uses.
3092 (booke_find_thread_points_by_tid): Rename function
3093 'booke_find_thread_points_by_tid' to
3094 'hwdebug_find_thread_points_by_tid'. Update all uses.
3095 (booke_insert_point): Rename function 'booke_insert_point' to
3096 'hwdebug_insert_point'. Update all uses.
3097 (booke_remove_point): Rename function 'booke_remove_point' to
3098 'hwdebug_remove_point'. Update all uses.
3099
d929bc19
MR
31002013-07-15 Maciej W. Rozycki <[email protected]>
3101
3102 * mips-tdep.c (mips_gdbarch_init): Replace hardcoded magic
3103 numbers with enum values.
3104
054e8d9e
AA
31052013-07-15 Ali Anwar <[email protected]>
3106
3107 PR threads/13217
3108 * thread.c (thread_apply_all_command): Check for valid threads
3109 and thread count.
3110 (thread_array_cleanup): New struct.
3111 (set_thread_refcount): New function.
3112
cf006359
AB
31132013-07-11 Andrew Burgess <[email protected]>
3114
3115 * infcmd.c (default_print_one_register_info): Reuse function
3116 print_hex_chars.
3117
94e36acc
TT
31182013-07-10 Tom Tromey <[email protected]>
3119
3120 * Makefile.in (GDB_WARN_CFLAGS_NO_DEFS, ADA_EXP_C): New macros.
3121 (ada-exp.o): New target.
3122
915dd369
SDJ
31232013-07-10 Sergio Durigan Junior <[email protected]>
3124
3125 * mt-tdep.c (mt_registers_info): Call
3126 get_no_prettyformat_print_options instead of
3127 get_raw_print_options (regression by last patch from Doug
3128 Evans).
3129
eca07816
JB
31302013-07-09 Pedro Alves <[email protected]>
3131
3132 Checked in by Joel Brobecker <[email protected]>.
3133 * ada-lang.c (coerce_unspec_val_to_type): Use
3134 value_optimized_out_const.
3135 * value.c (value_optimized_out_const): New function.
3136 * value.h (value_optimized_out_const): New declaration.
3137
2a998fc0
DE
31382013-07-09 Doug Evans <[email protected]>
3139
3140 * defs.h (enum val_prettyformat): Renamed from val_prettyprint.
3141 Enum values rename as well. All uses updated.
3142 * valprint.h (value_print_options): Rename member pretty to
3143 pretty format. Rename member prettyprint_arrays to
3144 prettyformat_arrays. Rename member prettyprint_structs to
3145 prettyformat_structs. All uses updated.
3146 (get_no_prettyformat_print_options): Renamed from
3147 get_raw_print_options.
3148 * valprint.c (get_no_prettyformat_print_options): Renamed from
3149 get_raw_print_options. All callers updated.
3150 (show_prettyformat_structs): Renamed from show_prettyprint_structs.
3151 All callers updated.
3152 (show_prettyformat_arrays): Renamed from show_prettyprint_arrays.
3153 All callers updated.
3154 (_initialize_valprint): Improve help text for "set print pretty" and
3155 "set print arrays".
3156
466c1fca
AB
31572013-07-09 Andrew Burgess <[email protected]>
3158
3159 * value.c (value_bits_valid): Revert previous change, and change
3160 by Pedro on 2013-07-04, due to regressions in
3161 gdb.dwarf2/implptr.exp and gdb.dwarf2/pieces.exp.
3162
ad0f0303
AB
31632013-07-08 Andrew Burgess <[email protected]>
3164 Pedro Alves <[email protected]>
3165
3166 * value.c (value_bits_valid): If the value is not lval_computed
3167 or has no check validity handler then the answer is the
3168 optimized_out flag, otherwise defer to the handler.
3169
b187bec1
EZ
31702013-07-06 Eli Zaretskii <[email protected]>
3171
48d1d6f5
EZ
3172 * top.c (print_gdb_configuration): Explain in output of
3173 --configuration what does "relocatable" mean.
3174
b187bec1
EZ
3175 * main.c (print_gdb_help): Regroup options in the --help text.
3176 See http://sourceware.org/ml/gdb-patches/2013-04/msg00362.html for
3177 the relevant discussions.
3178
52d361e1
YQ
31792013-07-06 Yao Qi <[email protected]>
3180
3181 * breakpoint.h (struct breakpoint_ops) <create_breakpoints_sal>:
3182 Remove parameter 'lsal'.
3183 * breakpoint.c (create_breakpoint): Move local variable 'lsal'
3184 to inner block. Caller update.
3185 (base_breakpoint_create_breakpoints_sal): Update.
3186 (bkpt_create_breakpoints_sal): Likewise.
3187 (tracepoint_create_breakpoints_sal): Likewise.
3188 (strace_marker_create_breakpoints_sal): Get 'lsal' from the
3189 element 0 of vector 'canonical->sals'.
3190
e1ec1b42
LM
31912013-07-05 Luis Machado <[email protected]>
3192
3193 * rs6000-tdep.c (rs6000_stab_reg_to_regnum): Return the real
3194 register number instead of the pseudo register one.
3195 (rs6000_dwarf2_reg_to_regnum): Likewise.
3196
7195e6f0
PA
31972013-07-04 Pedro Alves <[email protected]>
3198
3199 * findvar.c (value_of_register): Use allocate_optimized_out_value
3200 if the register has been optimized out, instead of
3201 set_value_optimized_out.
3202 * frame-unwind.c (frame_unwind_got_optimized): Use
3203 allocate_optimized_out_value.
3204
58722cac
PA
32052013-07-04 Pedro Alves <[email protected]>
3206
3207 * value.c (value_bits_valid): If the value is not lval_computed,
3208 or doesn't have a check_validity hook, assume the value is entirely
3209 valid.
3210
691a26f5
AB
32112013-07-04 Andrew Burgess <[email protected]>
3212
3213 * stack.c (read_frame_arg): No longer fetch lazy values.
3214 * value.c (value_optimized_out): If the value is not already
3215 marked optimized out, and is lazy then fetch it.
3216 (value_primitive_field): Move optimized out check to later in the
3217 function, after we have loaded any lazy values.
3218 (value_fetch_lazy): Use optimized out flag directly rather than
3219 calling optimized_out method.
3220
a58e2656
AB
32212013-07-04 Andrew Burgess <[email protected]>
3222
3223 * valops.c: Don't include "user-regs.h".
3224 (value_fetch_lazy): Moved to value.c.
3225 * value.c: Include "user-regs.h".
3226 (value_fetch_lazy): Moved from valops.c.
3227
bd885420
YQ
32282013-07-04 Yao Qi <[email protected]>
3229
3230 Revert:
3231 2013-06-27 Yao Qi <[email protected]>
3232
3233 * common/create-version.sh: Update comments. Handle the case
3234 that TARGET_ALIAS is empty.
3235
17ef446e
PA
32362013-07-03 Pedro Alves <[email protected]>
3237
3238 * Makefile.in (config.status): Depend on development.sh.
3239 (aclocal_m4_deps): Add libmcheck.m4.
3240 * acinclude.m4: Include libmcheck.m4.
3241 * configure.ac: Source development.sh instead of setting
3242 'development' here. --enable-libmcheck/--disable-libmcheck code
3243 factored out to GDB_AC_LIBMCHECK. Run it.
3244 * development.sh: New file.
3245 * libmcheck.m4: New file.
3246 * configure: Regenerate.
3247
ac6dd50f
TT
32482013-07-02 Tom Tromey <[email protected]>
3249
3250 * contrib/ari/update-web-ari.sh: Update for version.in change.
3251
bd1df410
TT
32522013-07-02 Tom Tromey <[email protected]>
3253
3254 * common/ptid.h: Comment fixes.
3255
4db1a1dc
TT
32562013-07-01 Tom Tromey <[email protected]>
3257
3258 * dwarf2read.c (dwarf2_get_dwz_file): Return NULL if
3259 .gnu_debugaltlink not found. Use bfd_get_alt_debug_link_info.
3260 (dwarf2_read_index, create_all_comp_units): Update.
3261
dd9aa048
TT
32622013-07-01 Tom Tromey <[email protected]>
3263
3264 * configure.ac (build_warnings): Add -Wold-style-definition.
3265 * configure: Rebuild.
3266 * machoread.c (_initialize_machoread): Use "(void)".
3267 * macrocmd.c (macro_inform_no_debuginfo): Fix formatting;
3268 use "(void)".
3269
44d100c3
TT
32702013-07-01 Tom Tromey <[email protected]>
3271
3272 * configure.ac (build_warnings): Add -Wold-style-declaration.
3273 * configure: Rebuild.
3274 * dsrec.c (make_srec): Use "static const", not "const static".
3275 * h8300-tdep.c (h8300_breakpoint_from_pc): Use "static const",
3276 not "const static".
3277 * mi/mi-parse.c (mi_no_values, mi_simple_values, mi_all_values):
3278 Use "static const", not "const static".
3279 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Use "static const",
3280 not "const static".
3281 * moxie-tdep.c (moxie_breakpoint_from_pc): Use "static const",
3282 not "const static".
3283 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Use "static const",
3284 not "const static".
3285 * v850-tdep.c (v850_breakpoint_from_pc): Use "static const",
3286 not "const static".
3287 (v850_dbtrap_breakpoint_from_pc): Likewise.
3288 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Use "static const",
3289 not "const static".
3290
2945b807
TT
32912013-07-01 Tom Tromey <[email protected]>
3292
3293 * configure.ac (build_warnings): Add -Wmissing-parameter-type.
3294 * configure: Rebuild.
3295
d8d2a3ee
PA
32962013-07-01 Pedro Alves <[email protected]>
3297
3298 * defs.h: Include "pathmax.h".
3299 * utils.c: Don't include sys/param.h.
3300 (gdb_realpath): Remove code that checks for MAXPATHLEN.
3301 * solib-ia64-hpux.c (ia64_hpux_handle_load_event): Use PATH_MAX
3302 instead of MAXPATHLEN.
3303 * solib-sunos.c: Don't include sys/param.h.
3304 * xcoffread.c: Don't include sys/param.h.
3305 * bsd-kvm.c: Don't include sys/param.h.
3306 * darwin-nat.c: Don't include sys/param.h.
3307 (darwin_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
3308 * darwin-nat-info.c: Don't include sys/param.h.
3309 * fbsd-nat.c (fbsd_pid_to_exec_file): Use PATH_MAX instead of
3310 MAXPATHLEN.
3311 * i386obsd-nat.c: Don't include sys/param.h.
3312 * inf-child.c: Don't include sys/param.h.
3313 (inf_child_fileio_readlink): Use PATH_MAX instead of MAXPATHLEN.
3314 * linux-fork.c: Don't include sys/param.h.
3315 (fork_save_infrun_state): Use PATH_MAX instead of MAXPATHLEN.
3316 * linux-nat.c: Don't include sys/param.h.
3317 (linux_child_pid_to_exec_file, linux_proc_pending_signals)
3318 (linux_proc_pending_signals): Use PATH_MAX instead of MAXPATHLEN.
3319 * m68klinux-nat.c: Don't include sys/param.h.
3320 * nbsd-nat.c: Don't include sys/param.h.
3321 (nbsd_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
3322 * ppc-linux-nat.c: Don't include sys/param.h.
3323 * rs6000-nat.c: Don't include sys/param.h.
3324 * spu-linux-nat.c. Don't include sys/param.h.
3325 * windows-nat.c: Don't include sys/param.h.
3326 * xtensa-linux-nat.c: Don't include sys/param.h.
3327 * config/i386/nm-fbsd.h: Don't include sys/param.h.
3328
38ec2207
PA
33292013-07-01 Pedro Alves <[email protected]>
3330
3331 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add pathmax.
3332 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/pathmax.m4.
3333 * gnulib/aclocal.m4: Regenerate.
3334 * gnulib/config.in: Regenerate.
3335 * gnulib/configure: Regenerate.
3336 * gnulib/import/pathmax.h: New file.
3337 * gnulib/import/Makefile.am: Regenerate.
3338 * gnulib/import/Makefile.in: Regenerate.
3339 * gnulib/import/m4/gnulib-cache.m4: Regenerate.
3340 * gnulib/import/m4/gnulib-comp.m4: Regenerate.
3341 * gnulib/import/m4/pathmax.m4: New file.
3342
e655c1a2
PA
33432013-07-01 Pedro Alves <[email protected]>
3344
3345 * configure.ac (GDBINIT): Define, depending on host.
3346 * go32-nat.c (init_go32_ops): Don't override gdbinit here.
3347 * top.c (PATH_MAX): Delete fallback definition.
3348 (GDBINIT_FILENAME): Delete.
3349 (gdbinit): Reimplement as const char array set to the GDBINIT
3350 string constant.
3351 * top.h (gdbinit): Make const.
3352 * configure, config.in: Regenerate.
3353
50dd9793
PA
33542013-07-01 Pedro Alves <[email protected]>
3355
3356 * cli/cli-cmds.c (source_script): Make 'file' parameter const.
3357 * cli/cli-cmds.h (source_script): Likewise.
3358 * exceptions.c (catch_command_errors_const): New function.
3359 * exceptions.h (catch_command_errors_const): Declare.
3360 * main.c (get_init_files): Make parameters const, and adjust.
3361 (captured_main): Make 'system_gdbinit', 'home_gdbinit' and
3362 'local_gdbinit' locals const. Adjust to use
3363 catch_command_errors_const.
3364 (print_gdb_help): Make 'system_gdbinit', 'home_gdbinit' and
3365 'local_gdbinit' locals const.
3366
bc7dea8d
PA
33672013-07-01 Pedro Alves <[email protected]>
3368
3369 * defs.h: Don't check HAVE_UNISTD_H before including <unistd.h>.
3370 (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Delete.
3371 * tracepoint.c: Don't check HAVE_UNISTD_H before including
3372 <unistd.h>.
3373
8839a007
PA
33742013-07-01 Pedro Alves <[email protected]>
3375
3376 Import the "unistd" gnulib module.
3377 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add "unistd".
3378 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/off_t.m4,
3379 import/m4/ssize_t.m4, import/m4/sys_types_h.m4 and
3380 import/m4/unistd_h.m4.
3381 * gnulib/aclocal.m4: Renenerate.
3382 * gnulib/config.in: Renenerate.
3383 * gnulib/configure: Renenerate.
3384 * gnulib/import/Makefile.am: Renenerate.
3385 * gnulib/import/Makefile.in: Renenerate.
3386 * gnulib/import/m4/gnulib-cache.m4: Renenerate.
3387 * gnulib/import/m4/gnulib-comp.m4: Renenerate.
3388 * gnulib/import/m4/off_t.m4: New file.
3389 * gnulib/import/m4/ssize_t.m4: New file.
3390 * gnulib/import/m4/sys_types_h.m4: New file.
3391 * gnulib/import/m4/unistd_h.m4: New file.
3392 * gnulib/import/sys_types.in.h: New file.
3393 * gnulib/import/unistd.c: New file.
3394 * gnulib/import/unistd.in.h: New file.
3395
8c0da261
PA
33962013-07-01 Pedro Alves <[email protected]>
3397
3398 * utils.c <pathconf/_PC_PATH_MAX use>: Check if _PC_PATH_MAX is
3399 defined instead of checking HAVE_UNISTD_H.
3400
3574124b
PA
34012013-07-01 Pedro Alves <[email protected]>
3402
3403 Reimport gnulib from scratch.
3404 * gnulib/Makefile.in (aclocal_m4_deps): Remove reference to
3405 import/m4/onceonly.m4.
3406 * gnulib/aclocal.m4: Renegerate.
3407 * gnulib/config.in: Renegerate.
3408 * gnulib/configure: Renegerate.
3409 * gnulib/import/Makefile.in: Renegerate.
3410 * gnulib/import/extra/update-copyright: Renegerate.
3411 * gnulib/import/m4/onceonly.m4: Delete.
3412
702dc4fd
PA
34132013-07-01 Pedro Alves <[email protected]>
3414
3415 * tui/tui-regs.c (pagination_enabled): Delete declaration.
3416
47e1ce27
JK
34172013-06-30 Jan Kratochvil <[email protected]>
3418
3419 Code cleanup.
3420 * remote.c (async_remote_interrupt_twice): Make it static.
3421 * remote.h (async_remote_interrupt_twice): Remove the declaration.
3422
e82839d4
SDJ
34232013-06-29 Sergio Durigan Junior <[email protected]>
3424
3425 * ia64-linux-tdep.c: Include <ctype.h>.
3426 (ia64_linux_stap_is_single_operand): New function.
3427 (ia64_linux_init_abi): Initialize SystemTap related attributes.
3428
d6c2da54
TT
34292013-06-28 Tom Tromey <[email protected]>
3430
3431 * Makefile.in (version.c): Use version.in, not
3432 common/version.in.
3433 * common/create-version.sh: Likewise.
3434 * common/version.in: Move...
3435 * version.in: ...here.
3436
74da6f00
PA
34372013-06-28 Pedro Alves <[email protected]>
3438
3439 * infrun.c (set_observer_mode): Don't declare pagination_enabled
3440 here.
3441 * utils.h (pagination_enabled): Declare.
3442
d32dc48e
PA
34432013-06-28 Pedro Alves <[email protected]>
3444
3445 * infrun.c (non_stop, non_stop_1, set_non_stop, show_non_stop):
3446 Move higher up in file.
3447
0edd9e3b
TT
34482013-06-28 Tom Tromey <[email protected]>
3449
3450 * tracepoint.c (deprecated_readline_begin_hook)
3451 (deprecated_readline_hook, deprecated_readline_end_hook): Don't
3452 declare.
3453
4eb59108
PA
34542013-06-28 Pedro Alves <[email protected]>
3455
3456 PR tui/14880
3457 * tui/tui-regs.c (tui_get_register): Fetch value contents before
3458 checking if they're available.
3459 * value.c (value_available_contents_eq): Change comment.
3460 * value.h (value_available_contents_eq): Expand comment.
3461
97b17156
TT
34622013-06-27 Tom Tromey <[email protected]>
3463
3464 * target.c (find_run_target): Remove.
3465 * target.h (find_run_target): Remove.
3466
6a3bfc5c
TT
34672013-06-27 Tom Tromey <[email protected]>
3468
3469 * corelow.c (core_gdbarch): Now static.
3470
c9ef825d
TT
34712013-06-27 Tom Tromey <[email protected]>
3472
3473 * target.c (target_struct_index): Remove.
3474
e5823f1c
PA
34752013-06-27 Pedro Alves <[email protected]>
3476
3477 * infrun.c: Remove comment describing the 'stepping over runtime
3478 loader dynamic symbol resolution code' mechanism; moved to
3479 gdbint.texinfo.
3480
97f8dd09
PA
34812013-06-27 Pedro Alves <[email protected]>
3482
3483 * exceptions.c (catch_command_errors): Remove spurious space.
3484 * exceptions.h (catch_command_errors): Second parameter is "arg",
3485 not "command".
3486
02b1871e
YQ
34872013-06-27 Yao Qi <[email protected]>
3488
3489 * common/create-version.sh: Update comments. Handle the case
3490 that TARGET_ALIAS is empty.
3491
bb1b1cf1
PA
34922013-06-26 Pedro Alves <[email protected]>
3493
3494 * infrun.c (SOLIB_IN_DYNAMIC_LINKER): Delete macro and describing
3495 comment.
3496
7b624e71
PA
34972013-06-26 Pedro Alves <[email protected]>
3498
3499 * infrun.c: Update comments on stepping over runtime loader
3500 dynamic symbol resolution code.
3501
74e5a346
SDJ
35022013-06-26 Sergio Durigan Junior <[email protected]>
3503
3504 * ax-gdb.h (union exp_element): Forward declare.
3505 * parser-defs.h: Include expression.h.
3506
a2fb2cee
MR
35072013-06-26 Maciej W. Rozycki <[email protected]>
3508
3509 * mips-tdep.c (fetch_mips_16): Use unmake_compact_addr.
3510
cdba14e0
DK
35112013-06-26 Dmitry Kozlov <[email protected]>
3512
3513 * tracepoint.c (trace_save): Extend tsave to save starttime, stoptime.
3514
f30aa5af
DK
35152013-06-26 Dmitry Kozlov <[email protected]>
3516
3517 Fix trace-status to output proper start-time and stop-time.
3518 * tracepoint.c (trace_status_command): Fix type of printf arg to
3519 prevent improper type conversion.
3520 (trace_status_mi): Likewise.
3521
1aee363c
MR
35222013-06-26 Maciej W. Rozycki <[email protected]>
3523
3524 * mips-tdep.c (mips_next_pc): Fix a typo.
3525
3356937a
MR
35262013-06-26 Maciej W. Rozycki <[email protected]>
3527
3528 * mips-tdep.c (micromips_scan_prologue): Fix a typo.
3529
dc673c81
YQ
35302013-06-26 Pedro Alves <[email protected]>
3531 Yao Qi <[email protected]>
3532
3533 * mi/mi-cmds.c (mi_cmds): Register -trace-frame-collected.
3534 * mi/mi-cmds.h (mi_cmd_trace_frame_collected): Declare.
3535 * mi/mi-main.c (print_variable_or_computed): New function.
3536 (mi_cmd_trace_frame_collected): New function.
3537 * tracepoint.c (find_trace_state_variable_by_number): New.
3538 (struct traceframe_info): Move to tracepoint.h
3539 (struct collection_list): Likewise.
3540 (do_collect_symbol): Include locals and arguments in the
3541 collected variables list.
3542 (clear_collection_list): Clear wholly collected variables list
3543 and computed variables list.
3544 (append_exp): New function.
3545 (encode_actions_1): Include variables in the wholly
3546 collected variables list. Include memory ranges and
3547 full-fledged expressions in the computed expressions list.
3548 (encode_actions): Move some code to ...
3549 Return the cleanup chain.
3550 (encode_actions_rsp): ... here. New function.
3551 (get_traceframe_location, get_traceframe_info): Remove static.
3552 * tracepoint.h (struct memrange): Moved from tracepoint.c.
3553 (struct collection_list): Moved from tracepoint.c. Add two
3554 new fields 'wholly_collected' and 'computed'.
3555 (find_trace_state_variable_by_number): Declare.
3556 (encode_actions): Adjust declaration.
3557 (encode_actions_rsp): Declare.
3558 (get_traceframe_info, get_traceframe_location): Declare.
3559
3560 * NEWS: Mention new MI command -trace-frame-collected.
3561
28a93511
YQ
35622013-06-26 Pedro Alves <[email protected]>
3563 Yao Qi <[email protected]>
3564
3565 * ctf.c (ctf_traceframe_info): Push trace state variables
3566 present in the trace data into the traceframe info object.
3567 * breakpoint.c (DEF_VEC_I): Remove.
3568 * common/filestuff.c (DEF_VEC_I): Likewise.
3569 * dwarf2loc.c (DEF_VEC_I): Likewise.
3570 * mi/mi-main.c (DEF_VEC_I): Likewise.
3571 * common/gdb_vecs.h (DEF_VEC_I): Define vector for int.
3572 * features/traceframe-info.dtd: Add tvar element and its
3573 attributes.
3574 * tracepoint.c (free_traceframe_info): Free vector 'tvars'.
3575 (build_traceframe_info): Push trace state variables present in
3576 the trace data into the traceframe info object.
3577 (traceframe_info_start_tvar): New function.
3578 (tvar_attributes): New.
3579 (traceframe_info_children): Add "tvar" element.
3580 * tracepoint.h (struct traceframe_info) <tvars>: New field.
3581
3582 * NEWS: Mention the change in GDB and GDBserver.
3583
ddacd3c8
YQ
35842013-06-26 Pedro Alves <[email protected]>
3585 Yao Qi <[email protected]>
3586
3587 * tracepoint.c (trace_dump_command): Move code to ...
3588 (get_traceframe_location): ... here. New.
3589
05796b35
YQ
35902013-06-26 Pedro Alves <[email protected]>
3591 Yao Qi <[email protected]>
3592
3593 * tracepoint.c (trace_dump_command): GDB emits an error
3594 instead of a warning when a traceframe is not selected.
3595
cbfa3b61
YQ
35962013-06-26 Pedro Alves <[email protected]>
3597 Yao Qi <[email protected]>
3598
3599 * tracepoint.c (tracepoint_list, stepping_list): Remove.
3600 (clear_collection_list): Free fields 'aexpre_list' and 'list'
3601 in collection_list.
3602 (do_clear_collection_list, init_collection_list): New.
3603 (encode_actions): Add local variables 'tracepoint_list' and
3604 'stepping_list'. Call init_collection_list and make cleanup
3605 which calls do_clear_collection_list. Don't call
3606 clear_collection_list.
3607 (_initialize_tracepoint): Delete references to
3608 'tracepoint_list' and 'stepping_list'.
3609
6e2048d3
TT
36102013-06-25 Tom Tromey <[email protected]>
3611
3612 * common/create-version.sh (date): Use "$", not "$$" in sed
3613 expression.
3614
42059f0e
KB
36152013-06-25 Kevin Buettner <[email protected]>
3616
3617 * NEWS (New targets): Add entry for TI MSP430.
3618
a0743c90
YQ
36192013-06-25 Yao Qi <[email protected]>
3620
3621 * remote.c (remote_start_remote): Move code to upload tsv
3622 earlier.
3623
9d6e6e84
HZ
36242013-06-25 Yao Qi <[email protected]>
3625 Hui Zhu <[email protected]>
3626 Pedro Alves <[email protected]>
3627
3628 PR breakpoints/15075
3629 PR breakpoints/15434
3630 * breakpoint.c (bpstat_stop_status): Call
3631 b->ops->after_condition_true.
3632 (update_dprintf_command_list): Don't append "continue" command
3633 to the command list of dprintf breakpoint.
3634 (base_breakpoint_after_condition_true): New function.
3635 (base_breakpoint_ops): Add base_breakpoint_after_condition_true.
3636 (dprintf_after_condition_true): New function.
3637 (initialize_breakpoint_ops): Set dprintf_after_condition_true.
3638 * breakpoint.h (breakpoint_ops): Add after_condition_true.
3639
586cf749
KB
36402013-06-24 Kevin Buettner <[email protected]>
3641
3642 * Makefile.in (ALL_TARGET_OBS): Add msp430-tdep.o.
3643 (ALLDEPFILES): Add msp430-tdep.c.
3644 * configure.tgt (msp430*-*-elf): New target.
3645 * msp430-tdep.c: New file.
3646
1bbce132
MR
36472013-06-24 Maciej W. Rozycki <[email protected]>
3648
3649 * mips-tdep.c (mips_elf_make_msymbol_special): Handle MIPS16 and
3650 microMIPS synthetic symbols.
3651
3e5d3a5a
MR
36522013-06-24 Maciej W. Rozycki <[email protected]>
3653
3654 * objfiles.h (pc_in_section): New prototype.
3655 (in_plt_section): Remove name argument, replace prototype with
3656 static inline function.
3657 * mips-tdep.h: Include "objfiles.h".
3658 (in_mips_stubs_section): New function.
3659 * hppa-tdep.h (gdbarch_tdep): Remove name argument of
3660 in_solib_call_trampoline member.
3661 (hppa_in_solib_call_trampoline): Remove name argument.
3662 * objfiles.c (pc_in_section): New function.
3663 (in_plt_section): Remove function.
3664 * mips-linux-tdep.c: Include "objfiles.h".
3665 (mips_linux_in_dynsym_stub): Call in_mips_stubs_section. Remove
3666 name argument. Return 1 rather than the low 16-bit halfword of
3667 any instruction examined.
3668 (mips_linux_in_dynsym_resolve_code): Update
3669 mips_linux_in_dynsym_stub call accordingly.
3670 * mips-tdep.c (mips_stub_frame_sniffer): Use in_mips_stubs_section
3671 rather than an equivalent hand-coded sequence.
3672 * hppa-hpux-tdep.c (in_opd_section): Remove function.
3673 (hppa32_hpux_in_solib_call_trampoline): Remove name argument.
3674 (hppa64_hpux_in_solib_call_trampoline): Likewise.
3675 (hppa64_hpux_find_global_pointer): Use pc_in_section rather than
3676 in_opd_section.
3677 * hppa-tdep.c (hppa_stub_unwind_sniffer): Remove name argument
3678 on call to tdep->in_solib_call_trampoline.
3679 (hppa_in_solib_call_trampoline): Remove name argument, update
3680 according to in_plt_section change.
3681 (hppa_skip_trampoline_code): Update according to in_plt_section
3682 change.
3683 * aarch64-tdep.c (aarch64_stub_unwind_sniffer): Likewise.
3684 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code):
3685 Likewise.
3686 * arm-tdep.c (arm_stub_unwind_sniffer): Likewise.
3687 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
3688 * hppabsd-tdep.c (hppabsd_find_global_pointer): Likewise.
3689 * nios2-tdep.c (nios2_stub_frame_sniffer): Likewise.
3690 * nto-tdep.c (nto_relocate_section_addresses): Likewise.
3691 * s390-tdep.c (s390_stub_frame_sniffer): Likewise.
3692 * sh-tdep.c (sh_stub_unwind_sniffer): Likewise.
3693 * solib-dsbt.c (dsbt_in_dynsym_resolve_code): Likewise.
3694 * solib-frv.c (frv_in_dynsym_resolve_code): Likewise.
3695 * solib-svr4.c (svr4_in_dynsym_resolve_code): Likewise.
3696 * solib-target.c (solib_target_in_dynsym_resolve_code): Likewise.
3697 * sparc-tdep.c (sparc_analyze_prologue): Likewise.
3698 * tic6x-tdep.c (tic6x_stub_unwind_sniffer): Likewise.
3699
b9b26a16
JB
37002013-06-24 Joel Brobecker <[email protected]>
3701
3702 * common/create-version.sh: Fix expansion of $host_alias
3703 and $target_alias in generation of HOST_NAME and TARGET_NAME
3704 (resp.).
3705
01208463
TT
37062013-06-24 Tom Tromey <[email protected]>
3707
3708 * common/create-version.sh: New file.
3709 * Makefile.in (version.c): Use bfd/version.h, common/version.in,
3710 create-version.sh.
3711 (HFILES_NO_SRCDIR): Use common/version.h.
3712 * version.in: Move to ...
3713 * common/version.in: ... here. Replace date with "DATE".
3714 * version.h: Move to ...
3715 * common/version.h: ... here.
3716
bb6b9a5e
JB
37172013-06-21 Joel Brobecker <[email protected]>
3718
3719 * gdb/gnulib/Makefile.in: Update date in copyright header.
3720 * gdb/gnulib/configure.ac: Ditto.
3721 * gdb/gnulib/update-gnulib.sh: Ditto.
3722
c3b18ee7
JB
37232013-06-21 Joel Brobecker <[email protected]>
3724
3725 * copyright.py (EXCLUDE_LIST): Replace "gdb/gnulib" by
3726 "gdb/gnulib/import".
3727
85d3b769
WN
37282013-06-21 Will Newton <[email protected]>
3729
3730 * doublest.c (ldfrexp): Remove function.
3731 (convert_doublest_to_floatformat): Call frexpl instead of
3732 ldfrexp.
3733
88b48903
WN
37342013-06-21 Will Newton <[email protected]>
3735
3736 * gnulib/update-gnulib.sh(IMPORTED_GNULIB_MODULES): Add frexpl.
3737 * gnulib/aclocal.m4: Regenerate.
3738 * gnulib/config.in: Regenerate.
3739 * gnulib/configure: Regenerate.
3740 * gnulib/import/Makefile.am: Update.
3741 * gnulib/import/Makefile.in: Update.
3742 * gnulib/import/m4/gnulib-cache.m4: Update.
3743 * gnulib/import/m4/gnulib-comp.m4: Update.
3744 * gnulib/import/float+.h: Import.
3745 * gnulib/import/float.c: Import.
3746 * gnulib/import/float.in.h: Import.
3747 * gnulib/import/fpucw.h: Import.
3748 * gnulib/import/frexp.c: Import.
3749 * gnulib/import/frexpl.c: Import.
3750 * gnulib/import/isnan.c: Import.
3751 * gnulib/import/isnand-nolibm.h: Import.
3752 * gnulib/import/isnand.c: Import.
3753 * gnulib/import/isnanl-nolibm.h: Import.
3754 * gnulib/import/isnanl.c: Import.
3755 * gnulib/import/itold.c: Import.
3756 * gnulib/import/m4/exponentd.m4: Import.
3757 * gnulib/import/m4/exponentl.m4: Import.
3758 * gnulib/import/m4/float_h.m4: Import.
3759 * gnulib/import/m4/fpieee.m4: Import.
3760 * gnulib/import/m4/frexp.m4: Import.
3761 * gnulib/import/m4/frexpl.m4: Import.
3762 * gnulib/import/m4/isnand.m4: Import.
3763 * gnulib/import/m4/isnanl.m4: Import.
3764 * gnulib/import/m4/math_h.m4: Import.
3765 * gnulib/import/math.c: Import.
3766 * gnulib/import/math.in.h: Import.
3767
4353c9e6
JK
37682013-06-21 Jan Kratochvil <[email protected]>
3769
3770 * common/linux-btrace.c (cpu_supports_btrace): Remove variable vendor,
3771 replace strcmp with signature_INTEL_ebx, signature_INTEL_ecx and
3772 signature_INTEL_edx comparisons.
3773
e3e06db3
DE
37742013-06-20 Doug Evans <[email protected]>
3775
6ac97d4c
DE
3776 symtab/15652
3777 * dwarf2read.c (try_open_dwop_file): New arg search_cwd.
3778 All callers updated.
3779 (open_dwp_file): If we can't find the dwp file, search the basename
3780 in debug-file-directory.
3781
93417882
DE
3782 * dwarf2read.c (struct dwp_file): Fix comment.
3783 (open_and_init_dwp_file): Set dwp_file->name to bfd's file name.
3784
e3e06db3
DE
3785 * source.c (openp): Document OPF_TRY_CWD_FIRST+OPF_SEARCH_IN_PATH
3786 better.
3787
0878d0fa
YQ
37882013-06-20 Yao Qi <[email protected]>
3789
3790 * breakpoint.c (create_breakpoint): Fix code indentation.
3791
023fa29b
YQ
37922013-06-20 Yao Qi <[email protected]>
3793
3794 * breakpoint.c (create_breakpoints_sal_default): Remove
3795 parameter 'lsal'. Update declaration.
3796 (bkpt_create_breakpoints_sal): Caller update.
3797 (tracepoint_create_breakpoints_sal): Likewise.
3798
c898adb7
YQ
37992013-06-20 Pedro Alves <[email protected]>
3800 Yao Qi <[email protected]>
3801
3802 * NEWS: Mention the new option '--skip-unavailable' of command
3803 -data-list-register-values.
3804 * mi/mi-main.c (mi_cmd_data_list_register_values): Accept the
3805 --skip-unavailable option. Adjust to use output_register.
3806 (output_register): Add new 'skip_unavailable' parameter.
3807 Handle it.
3808
4d157a3d
MF
38092013-06-19 Mike Frysinger <[email protected]>
3810
3811 * Makefile.in (HFILES_NO_SRCDIR): Add common/i386-cpuid.h and
3812 common/i386-gcc-cpuid.h.
3813 * common/i386-cpuid.h: New wrapper header around i386-gcc-cpuid.h.
3814 * common/i386-gcc-cpuid.h: Rename from testsuite/gdb.arch/i386-cpuid.h.
3815 Copy the latest version from upstream gcc.
3816 * common/linux-btrace.c: Include i386-cpuid.h.
3817 (intel_supports_btrace): Delete x86 ifdefs and replace inline asm with
3818 call to i386_cpuid.
3819 (cpu_supports_btrace): Likewise.
3820 * go32-nat.c: Include i386-cpuid.h.
3821 (go32_sysinfo): Add (disabled) calls to i386_cpuid with comments.
3822
1ce4db08
DE
38232013-06-19 Doug Evans <[email protected]>
3824
3825 * symfile.c (symfile_bfd_open): Delete unnecessary declaration.
3826 (get_section_index): Ditto.
3827
0e4777df
TT
38282013-06-19 Tom Tromey <[email protected]>
3829
3830 * breakpoint.c (_initialize_breakpoint): Remove trailing \n from
3831 "dprintf" help.
3832
3190f0c6
DE
38332013-06-18 Doug Evans <[email protected]>
3834
3835 * dwarf2read.c (dw2_symtab_iter_next): Check value of cu_index
3836 before using it.
3837 (dw2_expand_symtabs_matching): Fix symbol kind validity check.
3838 Move test of cu_index closer to use. Print complaint if cu_index
3839 is bad.
3840
8b89a20a
JB
38412013-06-18 Joel Brobecker <[email protected]>
3842
3843 * machoread.c (oso_vector): Delete this global.
3844 (macho_register_oso): Add new parameter "oso_vector_ptr".
3845 Use it instead of the "oso_vector" global.
3846 (macho_symtab_read, macho_symfile_read_all_oso): Likewise.
3847 (macho_symfile_read): Use a local oso_vector, to be free'ed
3848 at the end of this function, in place of the old "oso_vector"
3849 global. Update various function calls accordingly. Use one
3850 single cleanup chain for the entire function.
3851
59b0c7c1
JB
38522013-06-18 Joel Brobecker <[email protected]>
3853
937c708c 3854 * dwarf2read.c (dwarf2_per_objfile_free): Replace uses of
59b0c7c1
JB
3855 DWARF2_PER_OBJFILE by uses of DATA instead.
3856
427cd150
TT
38572013-06-18 Tom Tromey <[email protected]>
3858
3859 * break-catch-sig.c (signal_catchpoint_explains_signal): Add 'sig'
3860 argument.
3861 * breakpoint.c (bpstat_explains_signal): Add 'sig' argument.
3862 Special case signals other than GDB_SIGNAL_TRAP.
3863 (explains_signal_watchpoint): New function.
3864 (base_breakpoint_explains_signal): Add 'sig' argument.
3865 (initialize_breakpoint_ops): Set 'explains_signal' method for
3866 watchpoints.
3867 * breakpoint.h (struct breakpoint_ops) <explains_signal>: Add
3868 signal argument.
3869 (bpstat_explains_signal): Likewise.
3870 * infrun.c (handle_syscall_event, handle_inferior_event): Update.
3871
2d57700b
TT
38722013-06-18 Tom Tromey <[email protected]>
3873
3874 * python/py-inferior.c (gdbpy_selected_inferior): Don't incref.
3875
ac475191
TT
38762013-06-18 Tom Tromey <[email protected]>
3877
3878 * python/python.c (finish_python_initialization): Decref
3879 'pythondir' on failure path as well.
3880
5bd1ef56
TT
38812013-06-18 Tom Tromey <[email protected]>
3882
3883 PR symtab/15391:
3884 * dwarf2loc.c (read_pieced_value): Truncate this_size_bits
3885 after taking bits_to_skip into account. Sign extend byte_offset.
3886 * utils.h (gdb_sign_extend): Declare.
3887 * utils.c (gdb_sign_extend): New function.
3888
92fac807
JK
38892013-06-18 Jan Kratochvil <[email protected]>
3890
3891 * dwarf2read.c (write_psymtabs_to_index): Ignore NULL PSYMTAB.
3892
2d503272
PM
38932013-06-17 Pierre Muller <[email protected]>
3894
3895 * corelow.c (core_open): Print GDB signal name instead of target
3896 signal number.
3897
6916fd98
MF
38982013-06-17 Mike Frysinger <[email protected]>
3899
3900 * .gitignore: Add /gcore.
3901
9c02c129
DE
39022013-06-13 Doug Evans <[email protected]>
3903
3904 * dwarf2read.c (try_open_dwop_file): Work around behaviour of
3905 OPF_TRY_CWD_FIRST to not search path if the file contains a '/'.
3906
d0548fa2
PM
39072013-06-12 Phil Muldoon <[email protected]>
3908
3909 * stack.c (backtrace_command_1): Fix indentation.
3910
22128028
JB
39112013-06-11 Joel Brobecker <[email protected]>
3912
3913 * window-nat.c (thread_rec): Add missing empty line after
3914 local variable declaration.
3915
2ed3e009
JB
39162013-06-11 Joel Brobecker <[email protected]>
3917
3918 * windows-nat.c (thread_rec): Revert format used to print
3919 error code returned by SuspendThread from %d back to %u.
3920
0c3d84be
JB
39212013-06-11 Joel Brobecker <[email protected]>
3922
3923 * windows-nat.c (windows_continue): Add "0x" prefix for thread
3924 ID in debug trace.
3925 (get_windows_debug_event): Likewise, for all debug traces.
3926
80e88e1a
JB
39272013-06-11 Joel Brobecker <[email protected]>
3928
3929 * window-nat.c (thread_rec): Add thread ID in SuspendThread
3930 warning message.
3931
1edebdbf
YQ
39322013-06-08 Pedro Alves <[email protected]>
3933 Yao Qi <[email protected]>
3934
3935 * mi/mi-main.c (get_register): Remove declaration.
3936 (output_register): Declare.
3937 (mi_cmd_data_list_register_values): Remove local variable
3938 'tuple_cleanup'. Move some code into output_register.
3939 (get_register): Renamed to ...
3940 (output_register): ... this. Output the register's
3941 "number" ui_out tuple here.
3942
47d48711
PA
39432013-06-07 Pedro Alves <[email protected]>
3944
3945 * darwin-nat.c: Fix formating in copyright header.
3946 * darwin-nat.h: Likewise.
3947 * gnu-nat.c: Likewise.
3948 * machoread.c: Likewise.
3949
3aee8918
PA
39502013-06-07 Pedro Alves <[email protected]>
3951
5f2b57b5 3952 PR server/14823
3aee8918
PA
3953 * regformats/regdat.sh: Output #include tdesc.h. Make globals
3954 static. Output a global target description pointer.
3955 (init_registers_${name}): Adjust to initialize a
3956 target description structure.
3957
fe8400b4
WN
39582013-06-07 Will Newton <[email protected]>
3959
3960 * printcmd.c (build_address_symbolic): Call
3961 gdbarch_addr_bits_remove for text minimal symbols.
3962
20df6206
WN
39632013-06-07 Will Newton <[email protected]>
3964
3965 * MAINTAINERS: Add myself to Write After Approval.
3966
aef525cb
YQ
39672013-06-07 Yao Qi <[email protected]>
3968
3969 * tracepoint.c (start_tracing): Move code to ...
3970 (trace_reset_local_state): ... here. New.
3971 (disconnect_tracing): Don't call set_current_traceframe,
3972 set_tracepoint_num, and set_traceframe_context. Call
3973 trace_reset_local_state instead.
3974 (tfile_close): Call trace_reset_local_state.
3975 * ctf.c (ctf_close): Likewise.
3976 * remote.c (remote_close): Likewise.
3977 * tracepoint.h (trace_reset_local_state): Declare.
3978
d2415c6c
DE
39792013-06-06 Doug Evans <[email protected]>
3980
3981 * dwarf2read.c: Whitespace fixes for DWP file format documentation,
3982 and fix header docs.
3983
69fc87c2
DE
39842013-06-05 Doug Evans <[email protected]>
3985 Keith Seitz <[email protected]>
3986
3987 PR 15519
3988 * cp-namespace.c (find_symbol_in_baseclass): Call
3989 cp_lookup_symbol_in_namespace instead of cp_lookup_symbol_namespace.
3990 Check result of call to lookup_symbol_static.
3991 Call lookup_static_symbol_aux unconditionally.
3992 Call check_typedef on base types before accessing them.
3993 (cp_lookup_nested_symbol): Fix comment.
3994
a513d1e8
LM
39952013-06-05 Luis Machado <[email protected]>
3996
3997 * gnu-v3-abi.c (gnuv3_skip_trampoline): Handle thunk
3998 minimal symbols pointing to function descriptors.
3999
351a6f02
TT
40002013-06-05 Tom Tromey <[email protected]>
4001
4002 * python/py-utils.c (gdb_pymodule_addobject): Cast away const.
4003
5e1b953b 40042013-06-04 Sergio Durigan Junior <[email protected]>
c7c0b644 4005 Pedro Alves <[email protected]>
5e1b953b
SDJ
4006
4007 * remote.c (remote_wait_as): Restore signal handler before returning
4008 when GDB gets a notification.
4009
f9e14852
GB
40102013-06-04 Gary Benson <[email protected]>
4011
8445cbf1 4012 PR 2328
f9e14852
GB
4013 * breakpoint.h (handle_solib_event): Moved function declaration
4014 to solib.h.
4015 * breakpoint.c (handle_solib_event): Moved function to solib.c.
4016 (bpstat_stop_status): Pass new argument to handle_solib_event.
4017 * solib.h (update_solib_breakpoints): New function declaration.
4018 (handle_solib_event): Moved function declaration from
4019 breakpoint.h.
4020 * solib.c (update_solib_breakpoints): New function.
4021 (handle_solib_event): Moved function from breakpoint.c.
4022 Updated to call solib_ops->handle_event if not NULL.
4023 * solist.h (target_so_ops): New fields "update_breakpoints" and
4024 "handle_event".
4025 * infrun.c (set_stop_on_solib_events): New function.
4026 (_initialize_infrun): Use the above for "set
4027 stop-on-solib-events".
4028 (handle_inferior_event): Pass new argument to handle_solib_event.
4029 * solib-svr4.c (probe.h): New include.
4030 (svr4_free_library_list): New forward declaration.
4031 (probe_action): New enum.
4032 (probe_info): New struct.
4033 (probe_info): New static variable.
4034 (NUM_PROBES): New definition.
4035 (svr4_info): New fields "using_xfer", "probes_table" and
4036 "solib_list".
4037 (free_probes_table): New function.
4038 (free_solib_list): New function.
4039 (svr4_pspace_data_cleanup): Free probes table and solib list.
4040 (svr4_copy_library_list): New function.
4041 (svr4_current_sos_via_xfer_libraries): New parameter "annex".
4042 (svr4_read_so_list): New parameter "prev_lm".
4043 (svr4_current_sos_direct): Renamed from "svr4_current_sos".
4044 (svr4_current_sos): New function.
4045 (probe_and_action): New struct.
4046 (hash_probe_and_action): New function.
4047 (equal_probe_and_action): Likewise.
4048 (register_solib_event_probe): Likewise.
4049 (solib_event_probe_at): Likewise.
4050 (solib_event_probe_action): Likewise.
4051 (solist_update_full): Likewise.
4052 (solist_update_incremental): Likewise.
4053 (disable_probes_interface_cleanup): Likewise.
4054 (svr4_handle_solib_event): Likewise.
4055 (svr4_update_solib_event_breakpoint): Likewise.
4056 (svr4_update_solib_event_breakpoints): Likewise.
4057 (svr4_create_solib_event_breakpoints): Likewise.
4058 (enable_break): Free probes table before creating breakpoints.
4059 Use svr4_create_solib_event_breakpoints to create breakpoints.
4060 (svr4_solib_create_inferior_hook): Free the solib list.
4061 (_initialize_svr4_solib): Initialise
4062 svr4_so_ops.handle_solib_event and svr4_so_ops.update_breakpoints.
4063
ced63ec0
GB
40642013-06-04 Gary Benson <[email protected]>
4065
4066 * target.h (target_ops): New field
4067 "to_augmented_libraries_svr4_read".
4068 (target_augmented_libraries_svr4_read): New macro.
4069 * target.c (update_current_target): Handle
4070 to_augmented_libraries_svr4_read.
4071 * remote.c (remote_state): New field
4072 "augmented_libraries_svr4_read".
4073 (remote_augmented_libraries_svr4_read_feature): New function.
4074 (remote_protocol_features): Add entry for
4075 "augmented-libraries-svr4-read".
4076 (remote_augmented_libraries_svr4_read): New function.
4077 (init_remote_ops): Initialize
4078 remote_ops.to_augmented_libraries_svr4_read.
4079
7f91dbec
GB
40802013-06-04 Gary Benson <[email protected]>
4081
4082 * NEWS: Update.
4083
607ece04
GB
40842013-06-04 Gary Benson <[email protected]>
4085
4086 * objfiles.h (inhibit_section_map_updates): New function
4087 declaration.
4088 (resume_section_map_updates): Likewise.
4089 (resume_section_map_updates_cleanup): Likewise.
4090 * objfiles.c (objfile_pspace_info): Removed field
4091 "objfiles_changed_p". New fields "new_objfiles_available",
4092 "section_map_dirty" and "inhibit_updates".
4093 (allocate_objfile): Set new_objfiles_available.
4094 (free_objfile): Set section_map_dirty.
4095 (objfile_relocate1): Likewise.
4096 (in_plt_section): Likewise.
4097 (find_pc_section): Update the conditions under which the
4098 section map will be updated.
4099 (inhibit_section_map_updates): New function.
4100 (resume_section_map_updates): Likewise.
4101 (resume_section_map_updates_cleanup): Likewise.
4102
9ee6a5ac
GB
41032013-06-04 Gary Benson <[email protected]>
4104
4105 * probe.h (get_probe_argument_count): New declaration.
4106 (evaluate_probe_argument): Likewise.
4107 * probe.c (get_probe_argument_count): New function.
4108 (evaluate_probe_argument): Likewise.
4109 (probe_safe_evaluate_at_pc): Use the above new functions.
4110
845d4708
AM
41112013-06-04 Alan Modra <[email protected]>
4112
4113 * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
4114 * rs6000-tdep.c (read_insn): Add frame param, don't assume big-endian.
4115 (ppc_insns_match_pattern): Add frame param. Avoid multiple
4116 target mem reads on optional insns.
4117 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Update
4118 ppc_insns_match_pattern calls.
4119 * ppc64-tdep.c (ppc64_standard_linkage2, ppc64_standard_linkage3):
4120 Add match for power7 thread safety insns, and new order of
4121 std 2,40(1) insn. Correct code shown for _dl_runtime_resolve
4122 invocation in comment, and update rest of comment.
4123 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN,
4124 PPC64_STANDARD_LINKAGE3_LEN): Delete.
4125 (ppc64_standard_linkage2_target): Update insn offsets.
4126 (ppc64_skip_trampoline_code): Use a single insn buffer. Match newer
4127 stubs first. Update calls.
4128
404e278f
YQ
41292013-06-04 Yao Qi <[email protected]>
4130
4131 * solib.c (solib_find): Don't need dir separator if path has
4132 drive spec.
4133
f6aea118
JB
41342013-06-03 Joel Brobecker <[email protected]>
4135
4136 Revert (indirectly causes a SIGSEGV):
4137 * machoread.c (macho_symfile_read): Assign first cleanup to
4138 'back_to'.
4139
87967e27
YQ
41402013-06-03 Yao Qi <[email protected]>
4141
4142 * mi/mi-cmd-var.c (mi_no_values, mi_simple_values): Move to
4143 mi-parse.c. Make them static.
4144 (mi_all_values): Likewise.
4145 (mi_parse_values_option): Move to mi-parse.c. Rename it to
4146 mi_parse_print_values. Make it external.
4147 * mi/mi-cmds.h (mi_no_values, mi_simple_values, mi_all_values):
4148 Remove the declarations.
4149 * mi/mi-parse.c (mi_parse_print_values): Moved from mi-cmd-var.c.
4150 * mi/mi-parse.h (mi_parse_print_values): Declare.
4151 * mi/mi-cmd-stack.c: Include mi-parse.h.
4152 (parse_print_values): Remove
4153 (mi_cmd_stack_list_locals): Call mi_parse_print_values instead
4154 of parse_print_values.
4155 (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Likewise.
4156
3ca73e0c
YQ
41572013-05-31 Pedro Alves <[email protected]>
4158 Yao Qi <[email protected]>
4159
4160 * tracepoint.c (all_tracepoint_actions_and_cleanup): Declare.
4161 (encode_actions): Move code to ...
4162 (all_tracepoint_actions_and_cleanup): ... here. New.
4163 (trace_dump_command): Likewise.
4164
4e993a19
TT
41652013-05-30 Tom Tromey <[email protected]>
4166
4167 * symmisc.c (maintenance_expand_symtabs): Call do_cleanups.
4168
e3b76b4f
TT
41692013-05-30 Tom Tromey <[email protected]>
4170
4171 * xml-support.c (gdb_xml_create_parser_and_cleanup): Rename from
4172 gdb_xml_create_parser_and_cleanup_1. Return a cleanup. Remove
4173 'old_chain' argument. Add 'parser_result' argument.
4174 (gdb_xml_create_parser_and_cleanup): Remove old version.
4175 (gdb_xml_parse_quick): Update.
4176 (xml_process_xincludes): Update.
4177 * xml-support.h (gdb_xml_create_parser_and_cleanup): Don't
4178 declare.
4179
db26349c
TT
41802013-05-30 Tom Tromey <[email protected]>
4181
4182 * probe.c (collect_probes): Check arguments for NULL before
4183 calling compile_rx_or_error.
4184 * utils.c (compile_rx_or_error): Require 'rx' to be non-NULL.
4185 Remove NULL return.
4186
77f9e713
TT
41872013-05-30 Tom Tromey <[email protected]>
4188
4189 * infrun.c (adjust_pc_after_break): Introduce an outer null
4190 cleanup.
4191
45475de7
TT
41922013-05-30 Tom Tromey <[email protected]>
4193
4194 * mi/mi-cmd-var.c (varobj_update_one): Add an outer null cleanup.
4195
ac5007fd
TT
41962013-05-30 Tom Tromey <[email protected]>
4197
4198 * cli/cli-script.c (read_command_lines_1): Use a null cleanup
4199 for 'old_chain'. Do not check 'head' before processing
4200 cleanups.
4201
cd82eddc
TT
42022013-05-30 Tom Tromey <[email protected]>
4203
4204 * mi/mi-cmd-stack.c (list_arg_or_local): Remove
4205 "cleanup_tuple".
4206
57cee33a
TT
42072013-05-30 Tom Tromey <[email protected]>
4208
4209 * dbxread.c (dbx_read_symtab): Declare 'back_to' in a more
4210 inner scope. Unconditionally call do_cleanups.
4211
795d915c
TT
42122013-05-30 Tom Tromey <[email protected]>
4213
4214 * source.c (find_and_open_source): Call do_cleanups.
4215
1fc3cf4a
TT
42162013-05-30 Tom Tromey <[email protected]>
4217
4218 * linux-thread-db.c (thread_db_load_search): Unconditionally
4219 call do_cleanups.
4220
e35ac9bf
TT
42212013-05-30 Tom Tromey <[email protected]>
4222
4223 * solib-aix.c (solib_aix_bfd_open): Don't use a null cleanup
4224 for 'cleanup'; instead use a later one.
4225
f3300387
TT
42262013-05-30 Tom Tromey <[email protected]>
4227
4228 * python/py-breakpoint.c (bppy_get_commands): Use
4229 explicit, unconditional return.
4230 * python/py-frame.c (frapy_read_var): Likewise.
4231 * python/python.c (gdbpy_decode_line): Likewise.
4232
c27e16e3
TT
42332013-05-30 Tom Tromey <[email protected]>
4234
4235 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Call
4236 do_cleanups on all return paths.
4237
5ae85e44
TT
42382013-05-30 Tom Tromey <[email protected]>
4239
4240 * top.c (execute_command): Discard 'cleanup_if_error' cleanups.
4241
73b8d9da
TT
42422013-05-30 Tom Tromey <[email protected]>
4243
4244 * stabsread.c (read_struct_type): Call do_cleanups along
4245 all return paths.
4246
7d266584
MR
42472013-05-30 Maciej W. Rozycki <[email protected]>
4248
4249 * mips-linux-tdep.c: Adjust formatting throughout.
4250
0f900f54
TT
42512013-05-30 Tom Tromey <[email protected]>
4252
4253 * mipsread.c (read_alphacoff_dynamic_symtab): Call do_cleanups
4254 along all return paths.
4255
a991ac28
TT
42562013-05-30 Tom Tromey <[email protected]>
4257
4258 * symfile.c (find_separate_debug_file): Call do_cleanups
4259 along all return paths.
4260
1abaf042
TT
42612013-05-30 Tom Tromey <[email protected]>
4262
4263 * symtab.c (search_symbols): Introduce a null cleanup for
4264 'retval_chain'.
4265
edefe1da
TT
42662013-05-30 Tom Tromey <[email protected]>
4267
4268 * python/py-value.c (valpy_binop): Call do_cleanups before
4269 exiting loop.
4270
54f72dcc
TT
42712013-05-30 Tom Tromey <[email protected]>
4272
4273 * python/py-prettyprint.c (print_children): Remove extra
4274 do_cleanups call.
4275
af1c6971
TT
42762013-05-30 Tom Tromey <[email protected]>
4277
4278 * python/py-frame.c (frapy_read_var): Call do_cleanups along
4279 all return paths.
4280
b862ce75
TT
42812013-05-30 Tom Tromey <[email protected]>
4282
4283 * python/py-breakpoint.c (bppy_get_commands): Call do_cleanups
4284 along all return paths.
4285
e12fefc8
TT
42862013-05-30 Tom Tromey <[email protected]>
4287
4288 * cli/cli-logging.c (set_logging_redirect): Unconditionally
4289 call do_cleanups.
4290
4867f990
TT
42912013-05-30 Tom Tromey <[email protected]>
4292
4293 * varobj.c (c_value_of_root): Call do_cleanups along all
4294 return paths.
4295
4fd2d6af
TT
42962013-05-30 Tom Tromey <[email protected]>
4297
4298 * tracepoint.c (trace_dump_command): Unconditionally call
4299 do_cleanups.
4300
752eb8b4
TT
43012013-05-30 Tom Tromey <[email protected]>
4302
4303 * breakpoint.c (output_thread_groups, parse_cmd_to_aexpr): Call
4304 do_cleanups earlier.
4305
e42d0aa5
TT
43062013-05-30 Tom Tromey <[email protected]>
4307
4308 * machoread.c (macho_symfile_read): Assign first cleanup to
4309 'back_to'.
4310
4bbc010a
TT
43112013-05-30 Tom Tromey <[email protected]>
4312
4313 * m32r-rom.c (m32r_load): Call do_cleanups at all returns.
4314
b9635925
TT
43152013-05-30 Tom Tromey <[email protected]>
4316
4317 * mi/mi-main.c (list_available_thread_groups): Call do_cleanups.
4318
25f43500
TT
43192013-05-30 Tom Tromey <[email protected]>
4320
4321 * inf-ptrace.c (inf_ptrace_create_inferior): Unconditionally
4322 call discard_cleanups.
4323 (inf_ptrace_attach): Likewise.
4324
d6a2e54a
TT
43252013-05-30 Tom Tromey <[email protected]>
4326
4327 * remote-mips.c (mips_exit_debug): Call do_cleanups on all
4328 return paths.
4329 (mips_initialize): Likewise.
4330 (common_open): Call do_cleanups.
4331
48be7c1b
TT
43322013-05-30 Tom Tromey <[email protected]>
4333
4334 * utils.c (internal_vproblem): Call do_cleanups.
4335
e61727ab
TT
43362013-05-30 Tom Tromey <[email protected]>
4337
4338 * linespec.c (find_linespec_symbols): Don't reassign to 'cleanup'.
4339
b81b921f
TT
43402013-05-30 Tom Tromey <[email protected]>
4341
4342 * cli/cli-script.c (setup_user_args): Don't return after error.
4343
fe48dfb1
TT
43442013-05-30 Tom Tromey <[email protected]>
4345
4346 * somread.c (som_symtab_read): Call do_cleanups.
4347
27833de7
TT
43482013-05-30 Tom Tromey <[email protected]>
4349
4350 * printcmd.c (print_command_1): Unconditionally call do_cleanups.
4351
5b3fca71
TT
43522013-05-30 Tom Tromey <[email protected]>
4353
4354 * cli/cli-cmds.c (cd_command, alias_command): Call do_cleanups.
4355 * cli/cli-dump.c (restore_binary_file): Call do_cleanups.
4356 * interps.c (interpreter_exec_cmd): Call do_cleanups.
4357 * source.c (show_substitute_path_command): Call do_cleanups.
4358 (unset_substitute_path_command, set_substitute_path_command):
4359 Likewise.
4360 * symfile.c (load_command): Call do_cleanups.
4361
af83e3f8
TT
43622013-05-30 Tom Tromey <[email protected]>
4363
4364 * contrib/cleanup_check.py: New file.
4365 * contrib/gcc-with-excheck: Add option parsing.
4366
564eac42
JB
43672013-05-30 Joel Brobecker <[email protected]>
4368
4369 * windows-nat.c (windows_delete_thread): Add missing space
4370 in cast expression.
4371
47902076
HAQ
43722013-05-30 Hafiz Abid Qadeer <[email protected]>
4373
4374 * inferior.c (top level): Include tilde.h.
4375 (add_inferior_command): Call tilde_expand on the value of 'exec'
4376 argument.
4377
23da373a
YQ
43782013-05-30 Pedro Alves <[email protected]>
4379 Yao Qi <[email protected]>
4380
4381 * tracepoint.c (encode_actions_1): Remove parameter 't'.
4382 Caller update.
4383 (encode_actions): Likewise.
4384 * remote.c (remote_download_tracepoint): Caller update.
4385 * tracepoint.h (encode_actions): Update declaration.
4386
a6e6f791
PA
43872013-05-30 Pedro Alves <[email protected]>
4388
4389 * python/python-internal.h (gdb_Py_DECREF): Cast OP to PyObject
4390 pointer.
4391
36d25514
YQ
43922013-05-30 Yao Qi <[email protected]>
4393
4394 * remote.c (remote_check_symbols): Remove unused parameter
4395 'objfile'.
4396 Declaration update.
4397 (remote_start_remote, remote_new_objfile): Caller update.
4398
62a813cc
YQ
43992013-05-30 Yao Qi <[email protected]>
4400
4401 * mi/mi-cmds.c (mi_cmds): Define MI command
4402 '-exec-arguments' by macro DEF_MI_CMD_CLI_1 instead of
4403 DEF_MI_CMD_CLI.
4404
28439a30
PA
44052013-05-29 Pedro Alves <[email protected]>
4406
4407 * remote.c (remote_insert_breakpoint, remote_remove_breakpoint)
4408 (remote_insert_watchpoint, remote_remove_watchpoint)
4409 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
4410 (remote_verify_memory, compare_sections_command)
4411 (remote_search_memory): Set the general process/thread on the
4412 remote side.
4413
6ac1c082
PA
44142013-05-29 Pedro Alves <[email protected]>
4415
4416 * aarch64-tdep.c: Don't include "features/aarch64-without-fpu.c".
4417 (_initialize_aarch64_tdep): Don't call
4418 initialize_tdesc_aarch64_without_fpu.
4419 * features/Makefile (WHICH): Remove reference to
4420 aarch64-without-fpu.
4421 * features/aarch64-without-fpu.c: Delete file.
4422 * regformats/aarch64-without-fpu.dat: Delete file.
4423
a73e3634
YQ
44242013-05-28 Yao Qi <[email protected]>
4425
4426 * tracepoint.c (stringify_collection_list): Remove parameter
4427 'string'.
4428 (encode_actions): Caller update. Remove local variables.
4429
c0ea94eb
YQ
44302013-05-24 Yao Qi <[email protected]>
4431
4432 * tracepoint.c (TFILE_PID): Remove.
4433 (tfile_open): Don't add thread and inferior.
4434 (tfile_close): Don't set 'inferior_ptid'. Don't call
4435 exit_inferior_silent.
4436 (tfile_thread_alive): Remove.
4437 (init_tfile_ops): Don't set field 'to_thread_alive' of
4438 tfile_ops.
4439
20d7f211
DE
44402013-05-23 Doug Evans <[email protected]>
4441
4442 * contrib/cc-with-tweaks.sh (-p): Handle no dwo files.
4443
8658d16d
PA
44442013-05-23 Pedro Alves <[email protected]>
4445
4446 * common/filestuff.c [USE_WIN32API]: Define HAVE_SOCKETS.
4447 [HAVE_SYS_SOCKET_H]: Define HAVE_SOCKETS.
4448 (socket_mark_cloexec, gdb_socketpair_cloexec, gdb_socket_cloexec):
4449 Only define if HAVE_SOCKETS is defined.
4450 * configure.ac: Check for sys/socket.h.
4451 * config.in, configure: Regenerate.
4452
21aa081e
PA
44532013-05-23 Pedro Alves <[email protected]>
4454
4455 * dwarf2read.c (create_dwp_hash_table, create_dwo_in_dwp)
4456 (open_and_init_dwp_file): Use %s/pulongest instead of %u for
4457 printing uint32_t variables.
4458
c2d6af84
PA
44592013-05-23 Pedro Alves <[email protected]>
4460
4461 * NEWS: Mention GDBserver range stepping support.
4462
c1e36e3e
PA
44632013-05-23 Yao Qi <[email protected]>
4464 Pedro Alves <[email protected]>
4465
4466 * gdbthread.h (struct thread_control_state) <may_range_step>: New
4467 field.
4468 * infcmd.c (step_once, until_next_command): Enable range stepping.
4469 * infrun.c (displaced_step_prepare): Disable range stepping.
4470 (resume): Disable range stepping if stepping over a breakpoint or
4471 we have software watchpoints. If range stepping is enabled,
4472 assert the thread is in the stepping range.
4473 (clear_proceed_status_thread): Clear may_range_step.
4474 (handle_inferior_event): Disable range stepping as soon as we know
4475 the thread that hit the event. Re-enable it whenever we're going
4476 to step with a step range.
4477 * remote.c (struct vCont_action_support) <r>: New field.
4478 (use_range_stepping): New global.
4479 (remote_vcont_probe): Handle 'r' action.
4480 (append_resumption): Append an 'r' action if the thread may range
4481 step.
4482 (show_range_stepping): New function.
4483 (set_range_stepping): New function.
4484 (_initialize_remote): Call add_setshow_boolean_cmd to register the
4485 'set range-stepping' and 'show range-stepping' commands.
4486 * NEWS: Mention range stepping, the new vCont;r action, and the
4487 new "set/show range-stepping" commands.
4488
d458bd84
PA
44892013-05-23 Yao Qi <[email protected]>
4490 Pedro Alves <[email protected]>
4491
4492 * remote.c (struct vCont_action_support): New struct.
4493 (struct remote_state) <support_vCont_t>: Remove field.
4494 <vCont_actions_support>: New field.
4495 (remote_vcont_probe, remote_stop_ns): Update.
4496
ce4c476a
PA
44972013-05-23 Yao Qi <[email protected]>
4498 Pedro Alves <[email protected]>
4499
4500 * gdbthread.h (pc_in_thread_step_range): New declaration.
4501 * thread.c (pc_in_thread_step_range): New function.
4502 * infrun.c (handle_inferior_event): Use it.
4503
ce70887a
JB
45042013-05-23 Joel Brobecker <[email protected]>
4505
4506 * mi/mi-cmd-break.c (mi_argv_to_format): Use xsnprintf instead
4507 of sprintf.
4508
55b87a52
KS
45092013-05-22 Keith Seitz <[email protected]>
4510
4511 * ada-lang.c (is_known_support_routine): Add explicit free of
4512 'func_name' from find_frame_funname.
4513 (ada_unhandled_exception_name_addr_from_raise): Add cleanups
4514 for func_name from find_frame_funname.
4515 * python/py-frame.c (frapy_name): Add explicit free of
4516 'name' from find_frame_funname.
4517 * stack.c (find_frame_funname): Add comment explaining that
4518 funcp must be freed by the caller.
4519 Return copy of symbol names instead of pointers.
4520 (print_frame): Add a cleanup for 'funname' from
4521 find_frame_funname.
4522 * stack.h (find_frame_funname): Remove "const" from
4523 'funname' parameter.
4524
5f2e6b00
TT
45252013-05-22 Tom Tromey <[email protected]>
4526
4527 PR c++/15401:
4528 * c-valprint.c (c_value_print): Use value_addr for
4529 references. Convert back to reference type with value_ref.
4530
d85c4847
EZ
45312013-05-22 Eli Zaretskii <[email protected]>
4532
4533 * windows-nat.c (handle_unload_dll): Don't call solib_add for the
4534 unloaded DLL, it will be done by handle_solib_event. See
4535 http://sourceware.org/ml/gdb-patches/2013-05/msg00713.html for the
4536 details.
4537
54eb231c
PM
45382013-05-22 Phil Muldoon <[email protected]>
4539
4540 * ui-out.c: Create typedef ui_out_level_p and define vector
4541 operations for that type.
4542 (struct ui_out): Use a vector instead of an array.
4543 (current_level): Return level from a vector.
4544 (push_level): Create a level in a vector.
4545 (pop_level): Delete a level in a vector.
4546 (ui_out_new): Create initial level zero level, and store in a
4547 vector.
4548 (ui_out_destroy): Add vector cleanup.
4549
ac90359c
PA
45502013-05-22 Pedro Alves <[email protected]>
4551
4552 * python/python-internal.h (gdb_Py_DECREF): Tag with
4553 "ARI: editCase function".
4554
6dcc1893
PP
45552013-05-21 Paul Pluzhnikov <[email protected]>
4556
4557 * solib-svr4.c (svr4_free_so): Protect against NULL dereference.
4558
c8c735b9
PA
45592013-05-21 Pedro Alves <[email protected]>
4560
4561 * python/py-prettyprint.c (apply_val_pretty_printer): Check
4562 whether PRINTER is NULL before installing a Py_DECREF cleanup.
4563 * python/py-utils.c (py_decref): Don't check for NULL before
4564 calling Py_DECREF.
4565
1915daeb
PA
45662013-05-21 Pedro Alves <[email protected]>
4567
4568 * python/py-utils.c (py_decref): Remove extra braces.
4569 (gdb_pymodule_addobject): Remove extra braces.
4570 * python-internal.h (gdb_Py_DECREF): New static inline function.
4571 (Py_DECREF): Redefine as calling gdb_Py_DECREF.
4572
bd9673a4
PW
45732013-05-21 Philippe Waroquiers <[email protected]>
4574
4575 * breakpoints.c (detach_breakpoints): Do not
4576 detach breakpoints locations with loc_type bp_loc_other.
4577
ff6009d0
JK
45782013-05-21 Jan Kratochvil <[email protected]>
4579
4580 Workaround Python 2.6.
4581 * python/py-utils.c (gdb_pymodule_addobject): Wrap Py_DECREF into
4582 a block.
4583
3641da11
JK
45842013-05-21 Jan Kratochvil <[email protected]>
4585
4586 Code cleanup: constification.
4587 * solib.c (solib_ops): Make return type and ops variable type const.
4588 (set_solib_ops): Make the new_ops parameter and ops variable const.
4589 (solib_find, solib_map_sections, clear_so, free_so, update_solib_list)
4590 (solib_add, solib_keep_data_in_core, clear_solib)
4591 (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
4592 (reload_shared_libraries, solib_global_lookup): Make the ops variable
4593 const.
4594 * solib.h (set_solib_ops): Make the new_ops parameter const.
4595
776af39e
JB
45962013-05-21 Joel Brobecker <[email protected]>
4597
4598 * data-directory/Makefile.in (SYSTEM_GDBINIT_SRCDIR): New
4599 variable.
4600 (VPATH): Add SYSTEM_GDBINIT_SRCDIR.
4601 (SYSTEM_GDBINIT_DIR, SYSTEM_GDBINIT_INSTALL_DIR)
4602 (SYSTEM_GDBINIT_FILES): New variables.
4603 (all): Add stamp-system-gdbinit.
4604 (stamp-system-gdbinit): New rule.
4605 (clean-system-gdbinit, install-system-gdbinit)
4606 (uninstall-system-gdbinit): New rules. Make them .PHONY.
4607 (install-only): Add dependency on install-system-gdbinit.
4608 (uninstall): Add dependency on uninstall-system-gdbinit.
4609 (clean): Add dependency on clean-system-gdbinit.
4610 * system-gdbinit/elinos.py: New file.
4611 * system-gdbinit/wrs-linux.py: New file.
4612
1509e573
JB
46132013-05-21 Joel Brobecker <[email protected]>
4614
4615 * ada-lang.c (old_renaming_is_invisible): Fix cleanup leak.
4616
c5867ab6
HZ
46172013-05-21 Hui Zhu <[email protected]>
4618
4619 * breakpoint.c (dprintf_breakpoint_ops): Remove its static.
4620 * breakpoint.h (dprintf_breakpoint_ops): Add extern.
4621 * mi/mi-cmd-break.c (ctype.h): New include.
4622 (gdb_obstack.h): New include.
4623 (mi_argv_to_format, mi_cmd_break_insert_1): New.
4624 (mi_cmd_break_insert): Call mi_cmd_break_insert_1.
4625 (mi_cmd_dprintf_insert): New.
4626 * mi/mi-cmds.c (mi_cmds): Add "dprintf-insert".
4627 * mi/mi-cmds.h (mi_cmd_dprintf_insert): New extern.
4628
7d38e38f
TT
46292013-05-20 Tom Tromey <[email protected]>
4630
4631 * python/py-prettyprint.c (search_pp_list): Decref 'attr'.
4632
97b77b39
TT
46332013-05-20 Tom Tromey <[email protected]>
4634
4635 * python/py-value.c (valpy_get_dynamic_type): Simplify
4636 dynamic_type assignment. Use Py_XINCREF.
4637
53e66479
TT
46382013-05-20 Tom Tromey <[email protected]>
4639
4640 * python/py-type.c (typy_fields): Unconditionally decref 'r'.
4641
dcf87832
TT
46422013-05-20 Tom Tromey <[email protected]>
4643
4644 * python/py-frame.c (frapy_older, frapy_newer, gdbpy_newest_frame)
4645 (gdbpy_selected_frame): Move object-construction code
4646 out of TRY_CATCH.
4647
aa36459a
TT
46482013-05-20 Tom Tromey <[email protected]>
4649
4650 * python/py-arch.c (gdbpy_initialize_arch): Use
4651 gdb_pymodule_addobject.
4652 * python/py-block.c (gdbpy_initialize_blocks): Use
4653 gdb_pymodule_addobject.
4654 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Use
4655 gdb_pymodule_addobject.
4656 * python/py-cmd.c (gdbpy_initialize_breakpoints): Use
4657 gdb_pymodule_addobject.
4658 * python/py-event.c (gdbpy_initialize_event_generic): Use
4659 gdb_pymodule_addobject.
4660 * python/py-evtregistry.c (gdbpy_initialize_eventregistry): Use
4661 gdb_pymodule_addobject.
4662 * python/py-evts.c (add_new_registry): Use
4663 gdb_pymodule_addobject.
4664 (gdbpy_initialize_py_events): Likewise.
4665 * python/py-finishbreakpoint.c
4666 (gdbpy_initialize_finishbreakpoints): Use
4667 gdb_pymodule_addobject.
4668 * python/py-frame.c (gdbpy_initialize_frames): Use
4669 gdb_pymodule_addobject.
4670 * python/py-function.c (gdbpy_initialize_functions): Use
4671 gdb_pymodule_addobject.
4672 * python/py-inferior.c (gdbpy_initialize_inferior): Use
4673 gdb_pymodule_addobject.
4674 * python/py-infthread.c (gdbpy_initialize_thread): Use
4675 gdb_pymodule_addobject.
4676 * python/py-objfile.c (gdbpy_initialize_objfile): Use
4677 gdb_pymodule_addobject.
4678 * python/py-param.c (gdbpy_initialize_parameters): Use
4679 gdb_pymodule_addobject.
4680 * python/py-progspace.c (gdbpy_initialize_pspace): Use
4681 gdb_pymodule_addobject.
4682 * python/py-symbol.c (gdbpy_initialize_symbols): Use
4683 gdb_pymodule_addobject.
4684 * python/py-symtab.c (gdbpy_initialize_symtabs): Use
4685 gdb_pymodule_addobject.
4686 * python/py-type.c (gdbpy_initialize_types): Use
4687 gdb_pymodule_addobject.
4688 * python/py-utils.c (gdb_pymodule_addobject): New function.
4689 * python/py-value.c (gdbpy_initialize_values): Use
4690 gdb_pymodule_addobject.
4691 * python/python-internal.h (gdb_pymodule_addobject): Declare.
4692 * python/python.c (_initialize_python): Use
4693 gdb_pymodule_addobject.
4694
3d4a3c3e
TT
46952013-05-20 Tom Tromey <[email protected]>
4696
4697 * python/py-cmd.c (cmdpy_completer): Use explicit decref.
4698 * python/py-param.c (get_set_value, get_show_value): Use
4699 explicit decrefs.
4700 * python/python.c (start_type_printers, apply_type_printers):
4701 Use explicit decrefs.
4702
72ff8829
TT
47032013-05-20 Tom Tromey <[email protected]>
4704
4705 * python/py-evts.c (gdbpy_initialize_py_events): Don't
4706 incref the module.
4707
02146ba5
TT
47082013-05-20 Tom Tromey <[email protected]>
4709
4710 * python/python.c (gdbpy_run_events): Decref the result
4711 of PyObject_CallObject.
4712
33ee792f
TT
47132013-05-20 Tom Tromey <[email protected]>
4714
4715 * python/py-symtab.c (set_sal): Use
4716 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION. Return -1 on error.
4717 (symtab_and_line_to_sal_object): Update.
4718
fcb49fc8
TT
47192013-05-20 Tom Tromey <[email protected]>
4720
4721 * python/py-param.c (compute_enum_values): Decref 'item'.
4722
0646da15
TT
47232013-05-20 Tom Tromey <[email protected]>
4724
4725 * mi/mi-main.c: Include python-internal.h.
4726 (mi_cmd_list_features): Check gdb_python_initialized.
4727 * python/py-inferior.c (python_on_normal_stop, python_on_resume)
4728 (python_inferior_exit, python_new_objfile, add_thread_object)
4729 (delete_thread_object, py_free_inferior): Check
4730 gdb_python_initialized.
4731 * python/py-prettyprint.c (apply_val_pretty_printer): Check
4732 gdb_python_initialized.
4733 * python/py-type.c (save_objfile_types): Check
4734 gdb_python_initialized.
4735 * python/python-internal.h (gdb_python_initialized): Declare.
4736 * python/python.c (ensure_python_env): Throw exception if
4737 Python not initialized.
4738 (before_prompt_hook, source_python_script_for_objfile)
4739 (start_type_printers, apply_type_printers,
4740 free_type_printers): Check gdb_python_initialized.
4741 * varobj.c (varobj_get_display_hint)
4742 (dynamic_varobj_has_child_method, update_dynamic_varobj_children)
4743 (install_new_value_visualizer, varobj_set_visualizer)
4744 (value_get_print_value): Check gdb_python_initialized.
4745
999633ed
TT
47462013-05-20 Tom Tromey <[email protected]>
4747
4748 * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.
4749 Check errors.
4750 * python/py-auto-load.c (gdbpy_initialize_auto_load): Return 'int'.
4751 * python/py-block.c (gdbpy_initialize_blocks): Return 'int'.
4752 Check errors.
4753 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Return 'int'.
4754 Check errors.
4755 * python/py-cmd.c (gdbpy_initialize_commands): Return 'int'.
4756 Check errors.
4757 * python/py-event.c (gdbpy_initialize_event): Return 'int'.
4758 Check errors.
4759 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Change generated
4760 init function to return 'int'.
4761 * python/py-evtregistry.c (gdbpy_initialize_eventregistry):
4762 Return 'int'. Check errors.
4763 * python/py-evts.c (gdbpy_initialize_py_events): Return 'int'.
4764 Check errors.
4765 * python/py-finishbreakpoint.c (gdbpy_initialize_finishbreakpoints):
4766 Return 'int'. Check errors.
4767 * python/py-frame.c (gdbpy_initialize_frames): Return 'int'.
4768 Check errors.
4769 * python/py-function.c (gdbpy_initialize_functions): Return 'int'.
4770 Check errors.
4771 * python/py-gdb-readline.c (gdbpy_initialize_gdb_readline):
4772 Check errors.
4773 * python/py-inferior.c (gdbpy_initialize_inferior): Return 'int'.
4774 Check errors.
4775 * python/py-infthread.c (gdbpy_initialize_thread): Return 'int'.
4776 Check errors.
4777 * python/py-lazy-string.c (gdbpy_initialize_lazy_string): Return 'int'.
4778 Check errors.
4779 * python/py-objfile.c (gdbpy_initialize_objfile): Return 'int'.
4780 Check errors.
4781 * python/py-param.c (gdbpy_initialize_parameters): Return 'int'.
4782 Check errors.
4783 * python/py-progspace.c (gdbpy_initialize_pspace): Return 'int'.
4784 Check errors.
4785 * python/py-symbol.c (gdbpy_initialize_symbols): Return 'int'.
4786 Check errors.
4787 * python/py-symtab.c (gdbpy_initialize_symtabs): Return 'int'.
4788 Check errors.
4789 * python/py-type.c (gdbpy_initialize_types): Return 'int'.
4790 Check errors.
4791 * python/py-value.c (gdbpy_initialize_values): Return 'int'.
4792 Check errors.
4793 * python/python-internal.h (gdbpy_initialize_auto_load,
4794 gdbpy_initialize_values, gdbpy_initialize_frames,
4795 gdbpy_initialize_symtabs, gdbpy_initialize_commands,
4796 gdbpy_initialize_symbols, gdbpy_initialize_symtabs,
4797 gdbpy_initialize_blocks, gdbpy_initialize_types,
4798 gdbpy_initialize_functions, gdbpy_initialize_pspace,
4799 gdbpy_initialize_objfile, gdbpy_initialize_breakpoints,
4800 gdbpy_initialize_finishbreakpoints,
4801 gdbpy_initialize_lazy_string, gdbpy_initialize_parameters,
4802 gdbpy_initialize_thread, gdbpy_initialize_inferior,
4803 gdbpy_initialize_eventregistry, gdbpy_initialize_event,
4804 gdbpy_initialize_py_events, gdbpy_initialize_stop_event,
4805 gdbpy_initialize_signal_event,
4806 gdbpy_initialize_breakpoint_event,
4807 gdbpy_initialize_continue_event,
4808 gdbpy_initialize_exited_event, gdbpy_initialize_thread_event,
4809 gdbpy_initialize_new_objfile_event, gdbpy_initialize_arch):
4810 Update. Use CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
4811 * python/python.c (gdb_python_initialized): New global.
4812 (gdbpy_initialize_events): Return 'int'. Check errors.
4813 (_initialize_python): Check errors. Set
4814 gdb_python_initialized.
4815
18868860
TT
48162013-05-20 Tom Tromey <[email protected]>
4817
4818 * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope):
4819 Decref the reslut of PyObject_CallMethod.
4820
9f4ff0c2
TT
48212013-05-20 Tom Tromey <[email protected]>
4822
4823 * python/py-event.c (gdbpy_initialize_event_generic): Return
4824 early if PyType_Ready fails.
4825
0d3a2e8a
TT
48262013-05-20 Tom Tromey <[email protected]>
4827
4828 * python/py-type.c (make_fielditem): Add gdb_assert_not_reached
4829 as 'default' in the switch.
4830
b86af38a
TT
48312013-05-20 Tom Tromey <[email protected]>
4832
4833 * python/py-inferior.c (gdbpy_inferiors): Update. Hoist
4834 get_addr_from_python calls out of TRY_CATCH.
4835 (infpy_write_memory, infpy_search_memory): Likewise.
4836 * python/py-utils.c (get_addr_from_python): Return negative
4837 value on error. Use TRY_CATCH.
4838 * python/python-internal.h (get_addr_from_python): Use
4839 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
4840
c127ec58
TT
48412013-05-20 Tom Tromey <[email protected]>
4842
4843 * python/py-event.c (evpy_emit_event): Decref the
4844 result of PyObject_CallFunctionObjArgs.
4845
ba327838
TT
48462013-05-20 Tom Tromey <[email protected]>
4847
4848 * python/py-cmd.c (cmdpy_completer): Use iterator protocol.
4849 Correctly decref.
4850
d8191432
TT
48512013-05-20 Tom Tromey <[email protected]>
4852
4853 * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'.
4854
5d153bd1
TT
48552013-05-20 Tom Tromey <[email protected]>
4856
4857 * python/py-event.h (gdbpy_initialize_event_generic): Use
4858 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
4859 * python/py-evts.c (add_new_registry): Use
4860 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
4861 * python/python-internal.h
4862 (CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION): New macro.
4863
56cc411c
TT
48642013-05-20 Tom Tromey <[email protected]>
4865
4866 * python/py-arch.c (archpy_disassemble): Update.
4867 * python/py-type.c (typy_get_composite, typy_lookup_typename)
4868 (typy_lookup_type): Use GDB_PY_HANDLE_EXCEPTION.
4869 * python/py-utils.c (gdbpy_convert_exception): Return 'void'.
4870 * python/python-internal.h (CPYCHECKER_SETS_EXCEPTION): New
4871 macro.
4872 (GDB_PY_HANDLE_EXCEPTION): Update.
4873 (gdbpy_convert_exception): Update. Use CPYCHECKER_SETS_EXCEPTION.
4874
8919e174
TT
48752013-05-20 Tom Tromey <[email protected]>
4876
4877 * python/python-internal.h (events_object_type): Remove.
4878
9b08f225
TT
48792013-05-20 Tom Tromey <[email protected]>
4880
f5aee5ee
AM
4881 * python/py-event.h (evpy_emit_event): Use
4882 CPYCHECKER_STEALS_REFERENCE_TO_ARG.
4883 * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
4884 New macro.
9b08f225 4885
f04010ff
TT
48862013-05-20 Tom Tromey <[email protected]>
4887
4888 * py-evtregistry.c (create_event_object): Decref
4889 eventregistry_object if PyList_New fails.
4890
3919fd96
TT
48912013-05-20 Tom Tromey <[email protected]>
4892
4893 * py-cmd.c (gdbpy_string_to_argv): Check result of
4894 PyList_New.
4895
0430e8cb
TT
48962013-05-20 Tom Tromey <[email protected]>
4897
4898 * python/python.c (before_prompt_hook): Add cleanup to
4899 decref 'hook'.
4900
764123e4
TT
49012013-05-20 Tom Tromey <[email protected]>
4902
4903 * python/py-function.c (fnpy_init): Decref result of
4904 PyObject_GetAttrString.
4905
634c58be
TT
49062013-05-20 Tom Tromey <[email protected]>
4907
4908 * python/py-threadevent.c (get_event_thread): Use
4909 CPYCHECKER_RETURNS_BORROWED_REF.
4910 * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
4911 New define.
4912 (pspace_to_pspace_object, objfile_to_objfile_object)
4913 (find_thread_object): Use it.
4914
62eec1a5
TT
49152013-05-20 Tom Tromey <[email protected]>
4916
4917 * python/py-arch.c (arch_object_type): Use
4918 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4919 * python/py-block.c (block_syms_iterator_object_type):
4920 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4921 * python/py-bpevent.c (breakpoint_event_object_type):
4922 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4923 * python/py-cmd.c (cmdpy_object_type): Use
4924 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4925 * python/py-continueevent.c (continue_event_object_type):
4926 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4927 * python/py-event.h (GDBPY_NEW_EVENT_TYPE):
4928 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4929 * python/py-events.h (thread_event_object_type):
4930 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4931 * python/py-evtregistry.c (eventregistry_object_type): Use
4932 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4933 * python/py-exitedevent.c (exited_event_object_type):
4934 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4935 * python/py-finishbreakpoint.c (finish_breakpoint_object_type):
4936 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4937 * python/py-function.c (fnpy_object_type): Use
4938 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4939 * python/py-inferior.c (inferior_object_type, membuf_object_type):
4940 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4941 * python/py-infthread.c (thread_object_type): Use
4942 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4943 * python/py-lazy-string.c (lazy_string_object_type):
4944 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4945 * python/py-newobjfileevent.c (new_objfile_event_object_type):
4946 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4947 * python/py-objfile.c (objfile_object_type): Use
4948 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4949 * python/py-param.c (parmpy_object_type):
4950 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4951 * python/py-progspace.c (pspace_object_type):
4952 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4953 * python/py-signalevent.c (signal_event_object_type):
4954 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4955 * python/py-symtab.c (symtab_object_type, sal_object_type): Use
4956 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4957 * python/py-type.c (type_object_type, field_object_type)
4958 (type_iterator_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4959 * python/py-internal.h (CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF): New
4960 define.
4961 (value_object_type, block_object_type, symbol_object_type)
4962 (event_object_type, stop_event_object_type, breakpoint_object_type)
4963 (frame_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4964
81ea8796
AT
49652013-05-20 Andreas Tobler <[email protected]>
4966
4967 * Makefile.in (ALL_TARGET_OBS): Add ppcfbsd-tdep.o.
4968 (ALLDEPFILES): Add ppcfbsd-nat.c and ppcfbsd-tdep.c.
4969
a2ce51a0
DE
49702013-05-20 Doug Evans <[email protected]>
4971
4972 When reading CU, stay in DWO. Be more tolerent of bad debug info.
4973 For Fission.
4974 * dwarf2read.c (struct dwarf2_per_cu_data): New member
4975 reading_dwo_directly.
4976 (struct signatured_type): New member dwo_unit.
4977 (struct die_reader_specs): New member comp_dir.
4978 (create_signatured_type_table_from_index): Use malloc for
4979 all_type_units instead of objfile's obstack.
4980 (create_all_type_units): Ditto.
4981 (fill_in_sig_entry_from_dwo_entry): New function.
4982 (add_type_unit): New function.
4983 (lookup_dwo_signatured_type): New function.
4984 (lookup_dwp_signatured_type): New function.
4985 (lookup_signatured_type): New arg cu. All callers updated.
4986 (init_cu_die_reader): Initialize comp_dir.
4987 (read_cutu_die_from_dwo): New arg stub_comp_dir. All callers updated.
4988 Change assert of matching type signatures to call error on mismatch.
4989 (lookup_dwo_unit): Add assert.
4990 (init_tu_and_read_dwo_dies): New function.
4991 (init_cutu_and_read_dies): Call it.
4992 (build_type_unit_groups): Handle case of no type unit groups created.
4993 (hash_dwo_file, eq_dwo_file): Handle missing comp_dir.
4994 (lookup_dwo_cutu): Tweak complaint.
4995 (dwarf2_free_abbrev_table): Check for NULL abbrev_table.
4996 (dwarf2_per_objfile_free): Free all_type_units.
4997
a25cd31f
JB
49982013-05-20 Joel Brobecker <[email protected]>
4999
5000 * windows-nat.c (handle_unload_dll): Add missing empty line.
5001
4d804846
JB
50022013-05-20 Joel Brobecker <[email protected]>
5003
5004 * dwarf2read.c (prototyped_function_p): New function.
5005 (read_subroutine_type): Use it.
5006
1c432e72
JB
50072013-05-20 Joel Brobecker <[email protected]>
5008
5009 * rs6000-aix-tdep.c: De-indent some example code provided
5010 as a comment.
5011
4feebbdd
EBM
50122013-05-17 Edjunior Machado <[email protected]>
5013
5014 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Check if the
5015 region is ok for a hardware watchpoint using the new ptrace interface
5016 on Power servers.
5017
7d0c9981
DE
50182013-05-17 Doug Evans <[email protected]>
5019
5020 * NEWS: Mention new maintenance commands check-symtabs, and
5021 expand-symtabs, and renamed check-psymtabs.
5022 * psymtab.c (maintenance_check_psymtabs): Renamed from
5023 maintenance_check_symtabs. Only process already-expanded symbol
5024 tables.
5025 (_initialize_psymtab): Update.
5026 * symmisc.c (maintenance_check_symtabs): New function.
5027 (maintenance_expand_name_matcher): New function
5028 (maintenance_expand_file_matcher): New function
5029 (maintenance_expand_symtabs): New function.
5030 (_initialize_symmisc): Add "mt check-symtabs" and "mt expand-symtabs"
5031 commands.
5032
6cbc7c3d
TT
50332013-05-17 Tom Tromey <[email protected]>
5034
5035 * python/py-inferior.c (infpy_read_memory): Don't call
5036 PyErr_SetString if PyObject_New fails.
5037 * python/py-frame.c (frame_info_to_frame_object): Don't call
5038 PyErr_SetString if PyObject_New fails.
5039
a48b32c0
L
50402013-05-17 Pavel Chupin <[email protected]>
5041
5042 * acinclude.m4: Add check for dlopen in libdl.
5043 * configure.ac: Ditto.
5044 * configure: Regenerate.
5045
3de661e6
PM
50462013-05-17 Phil Muldoon <[email protected]>
5047
5048 * frame.c (frame_stash): Convert to htab.
5049 (frame_addr_hash): New function.
5050 (frame_addr_hash_eq): New function.
5051 (frame_stash_create): Convert function to create
5052 a hash table.
5053 (frame_stash_add): Convert function to add an entry to a hash
5054 table.
5055 (frame_stash_find): Convert function to search the hash table.
5056 (frame_stash_invalidate): Convert function to empty the hash
5057 table.
5058 (get_frame_id): Only add to stash if a frame_id is created.
5059 (_initialize_frame): Call frame_stash_create.
5060
bb4168a9 50612013-05-16 Yue Lu <[email protected]> (tiny change)
036c3acb
TS
5062
5063 * configure.ac: Ensure MIG is available when building for GNU Hurd
5064 hosts.
5065 * configure: Regenerate.
5066
d1be3247
JB
50672013-05-16 Joel Brobecker <[email protected]>
5068
5069 * dwarf2read.c (set_cu_language): Add DW_LANG_UPC handling.
5070
b8fea896
JB
50712013-05-16 Joel Brobecker <[email protected]>
5072
5073 * ada-lang.c (ada_make_symbol_completion_list): Make sure
5074 all cleanups are done before returning from this function.
5075
af880d85
JB
50762013-05-15 Joel Brobecker <[email protected]>
5077
5078 * utils.h: #include "exceptions.h".
5079 (enum errors): Remove partial declaration.
5080
356a5233
JB
50812013-05-15 Joel Brobecker <[email protected]>
5082
5083 * gdbarch.sh (core_xfer_shared_libraries_aix): New method.
5084 * gdbarch.h, gdbarch.c: Regenerate.
5085 * corelow.c (core_xfer_partial): Add TARGET_OBJECT_LIBRARIES_AIX
5086 handling.
5087
5088 * rs6000-aix-tdep.h: New file.
5089 * Makefile.in (HFILES_NO_SRCDIR): Add rs6000-aix-tdep.h.
5090 * rs6000-aix-tdep.c: Include "rs6000-aix-tdep.h" and
5091 "xml-utils.h".
5092 (struct field_info, struct ld_info_desc): New types.
5093 (ld_info32_desc, ld_info64_desc): New static constants.
5094 (struct ld_info): New type.
5095 (rs6000_aix_extract_ld_info): New function.
5096 (rs6000_aix_shared_library_to_xml): Likewise.
5097 (rs6000_aix_ld_info_to_xml): Likewise.
5098 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
5099 (rs6000_aix_init_osabi): Add call to
5100 set_gdbarch_core_xfer_shared_libraries_aix.
5101 * rs6000-nat.c: Add "rs6000-aix-tdep.h" include.
5102 Remove "xml-utils.h" include.
5103 (LdInfo): Delete typedef.
5104 (ARCH64_DECL, LDI_FIELD, LDI_NEXT, LDI_FD, LDI_FILENAME):
5105 Delete macros.
5106 (rs6000_ptrace_ldinfo): Change return type to gdb_byte *.
5107 Adjust code accordingly.
5108 (rs6000_core_ldinfo): Delete, folded into
5109 rs6000_aix_core_xfer_shared_libraries_aix.
5110 (rs6000_xfer_shared_library): Delete.
5111 (rs6000_xfer_shared_libraries): Reimplement.
5112
742ce053
MM
51132013-05-15 Markus Metzger <[email protected]>
5114
5115 * record.c (record_goto_cmdlist): New.
5116 (cmd_record_goto): Split into this ...
5117 (cmd_record_goto_begin): ... this
5118 (cmd_record_goto_end): ... and this.
5119 (_initialize_record): Change "record goto" to prefix command.
5120 Add commands for "record goto begin" and "record goto end".
5121 Add an alias for "record goto start" to "record goto begin".
5122
e93ba630
JK
51232013-05-14 Jan Kratochvil <[email protected]>
5124
5125 * linespec.c (convert_linespec_to_sals): New comment for
5126 SOURCE_FILENAME assignment.
5127
5821aace
JK
51282013-05-14 Jan Kratochvil <[email protected]>
5129
5130 * cleanups.c (restore_my_cleanups): Replace gdb_assert by
5131 internal_warning.
5132
a1b8c4cc
TT
51332013-05-14 Tom Tromey <[email protected]>
5134
5135 * eval.c (parse_and_eval_long): Make 'exp' const.
5136 * value.h (parse_and_eval_long): Update.
5137
23b3a2c3
TT
51382013-05-14 Tom Tromey <[email protected]>
5139
5140 * ui-file.c (gdb_fopen): Make arguments const.
5141 * ui-file.h (gdb_fopen): Make arguments const.
5142
ca623f82
TT
51432013-05-14 Tom Tromey <[email protected]>
5144
5145 * remote.c (remote_set_trace_notes): Make arguments const.
5146 * target.c (update_current_target): Update cast.
5147 * target.h (to_set_trace_notes): Make arguments const.
5148
503ebb2c
TT
51492013-05-14 Tom Tromey <[email protected]>
5150
5151 * go32-nat.c (go32_terminal_info): Make 'args' const.
5152 * inferior.h (child_terminal_info): Update.
5153 * inflow.c (child_terminal_info): Make 'args' const.
5154 * target.c (default_terminal_info): Make 'args' const.
5155 (debug_to_terminal_save_ours): Likewise.
5156 * target.h (struct target_ops) <to_terminal_info>: Make argument
5157 const.
5158
85e1311a
TT
51592013-05-13 Tom Tromey <[email protected]>
5160
5161 * gcore.c (create_gcore_bfd): Make 'filename' const.
5162 * gcore.h (create_gcore_bfd): Make 'filename' const.
5163 * record-full.c (record_full_save): Make 'recfilename' const.
5164 * target.c (target_save_record): Make 'filename' const.
5165 * target.h (struct target_ops) <to_save_record>: Make 'filename'
5166 const.
5167 (target_save_record): Likewise.
5168
d62bfeaf
TT
51692013-05-13 Tom Tromey <[email protected]>
5170
f5aee5ee 5171 PR gdb/15338:
d62bfeaf
TT
5172 * dwarf2read.c (dwarf2_record_block_ranges): Ensure that the
5173 ranges section has been read.
5174
ac1ca910
TT
51752013-05-13 Tom Tromey <[email protected]>
5176
5177 PR exp/15364:
5178 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
5179 STRUCTOP_PTR>: Return a not_lval value for
5180 EVAL_AVOID_SIDE_EFFECTS.
5181 * opencl-lang.c (evaluate_subexp_opencl): Return a not_lval value
5182 for EVAL_AVOID_SIDE_EFFECTS.
5183
36d1c68c
JB
51842013-05-13 Joel Brobecker <[email protected]>
5185
5186 * rs6000-aix-tdep.c (rs6000_push_dummy_call): Convert
5187 floating point registers to register type before storing
5188 value.
5189 * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call):
5190 Likewise.
5191
21ff4686
TT
51922013-05-10 Joel Brobecker <[email protected]>
5193 Tom Tromey <[email protected]>
5194
5195 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
5196 New functions.
5197 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
5198 Declare.
5199 * darwin-nat.c (darwin_pre_ptrace): Use mark_fd_no_cloexec.
5200 (darwin_ptrace_him): Use unmark_fd_no_cloexec.
5201 * inf-ttrace.c (do_cleanup_pfds): Use unmark_fd_no_cloexec.
5202 (inf_ttrace_prepare): Use mark_fd_no_cloexec.
5203
d3685d60
TT
52042013-05-10 Freddie Chopin <[email protected]>
5205 Tom Tromey <[email protected]>
5206
5207 PR build/15414:
5208 * configure: Rebuild.
5209 * configure.ac (build_warnings): Do not use -Wformat-nonliteral
5210 with -Wno-format.
5211
eb9fe518
PA
52122013-05-10 Pedro Alves <[email protected]>
5213
5214 * remote.c (_initialize_remote): Fix spelling of
5215 qXfer:traceframe-info:read packet in packet config command.
5216
9779ab84
PA
52172013-05-10 David Taylor <[email protected]>
5218
5219 PR remote/15455
5220
5221 * remote.c (remote_trace_set_readonly_regions): Do not overwrite
5222 "QTro" at start of packet.
5223
060cfbef
JB
52242013-05-10 Joel Brobecker <[email protected]>
5225
5226 * solib-aix.c (solib_aix_relocate_section_addresses):
5227 For the .bss section action, apply the same offset as
5228 the .data section.
5229
ab1c4e88
JB
52302013-05-10 Joel Brobecker <[email protected]>
5231
5232 * solib-aix.c (solib_aix_relocate_section_addresses):
5233 Remove FIXME comment.
5234
c1357578
JB
52352013-05-10 Joel Brobecker <[email protected]>
5236
5237 PR tdep/15420:
5238 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
5239 New functions, directly copied from sparc-sol-thread.c.
5240 * sparc-sol-thread.c: Delete.
5241 * configure.ac: Remove code handling sparc-solaris-thread.c.
5242 * configure: Regenerate.
5243
1e611234
PM
52442013-05-10 Phil Muldoon <[email protected]>
5245
5246 * stack.c (backtrace_command_1): Add "no-filters", and Python frame
5247 filter logic.
5248 (backtrace_command): Add "no-filters" option parsing.
5249 (_initialize_stack): Alter help to reflect "no-filters" option.
5250 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-framefilter.o
5251 (SUBDIR_PYTHON_SRCS): Add py-framefilter.c
5252 (py-frame.o): Add target
5253 * data-directory/Makefile.in (PYTHON_DIR): Add Python frame
5254 filter files.
5255 * python/python.h: Add new frame filter constants, and flag enum.
5256 (apply_frame_filter): Add definition.
5257 * python/python.c (apply_frame_filter): New non-Python
5258 enabled function.
5259 * python/py-utils.c (py_xdecref): New function.
5260 (make_cleanup_py_xdecref): Ditto.
5261 * python/py-objfile.c: Declare frame_filters dictionary.
5262 (objfpy_dealloc): Add frame_filters dealloc.
5263 (objfpy_new): Initialize frame_filters attribute.
5264 (objfile_to_objfile_object): Ditto.
5265 (objfpy_get_frame_filters): New function.
5266 (objfpy_set_frame_filters): New function.
5267 * python/py-progspace.c: Declare frame_filters dictionary.
5268 (pspy_dealloc): Add frame_filters dealloc.
5269 (pspy_new): Initialize frame_filters attribute.
5270 (pspacee_to_pspace_object): Ditto.
5271 (pspy_get_frame_filters): New function.
5272 (pspy_set_frame_filters): New function.
5273 * python/py-framefilter.c: New file.
5274 * python/lib/gdb/command/frame_filters.py: New file.
5275 * python/lib/gdb/frames.py: New file.
5276 * python/lib/gdb/__init__.py: Initialize global frame_filters
5277 dictionary
5278 * python/lib/gdb/FrameDecorator.py: New file.
5279 * python/lib/gdb/FrameIterator.py: New file.
5280 * mi/mi-cmds.c (mi_cmds): Add frame filters command.
5281 * mi/mi-cmds.h: Declare.
5282 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Add
5283 --no-frame-filter logic, and Python frame filter logic.
5284 (stack_enable_frame_filters): New function.
5285 (parse_no_frame_option): Ditto.
5286 (mi_cmd_stack_list_frames): Add --no-frame-filter and Python frame
5287 filter logic.
5288 (mi_cmd_stack_list_locals): Ditto.
5289 (mi_cmd_stack_list_args): Ditto.
5290 (mi_cmd_stack_list_variables): Ditto.
5291 * NEWS: Add frame filter note.
5292
2cb9c859
DE
52932013-05-09 Doug Evans <[email protected]>
5294
6bf667bb
DE
5295 * symfile.c (syms_from_objfile_1): Delete args offsets, num_offsets.
5296 All callers updated.
5297 (syms_from_objfile): Ditto. Make static.
5298 (symbol_file_add_with_addrs): Renamed from
5299 symbol_file_add_with_addrs_or_offsets. Delete args offsets,
5300 num_offsets. All callers updated.
5301 * symfile.h (syms_from_objfile): Delete.
5302
2cb9c859
DE
5303 * symfile.c (decrement_reading_symtab): Add assert.
5304 (increment_reading_symtab): Ditto.
5305
40aea477
JB
53062013-05-09 Joel Brobecker <[email protected]>
5307
5308 * source.c (forward_search_command): Replace call to getc
5309 by call to fgetc.
5310 (reverse_search_command): Likewise.
5311
680d1742
DE
53122013-05-08 Doug Evans <[email protected]>
5313
5314 * psymtab.c (expand_symtabs_matching_via_partial): Fix file name
5315 matching test.
5316
17e760ae
JB
53172013-05-08 Joel Brobecker <[email protected]>
5318
5319 * sol-thread.c (info_cb): Factorize the code a little.
5320
c0f5f490
JB
53212013-05-08 Joel Brobecker <[email protected]>
5322
5323 * sol-thread.c (info_cb): Rework the output of the "maintenance
5324 info sol-threads" command a bit.
5325
5d74e061
JB
53262013-05-08 Joel Brobecker <[email protected]>
5327
5328 * sol-thread.c (info_cb) [ti.ti_state == TD_THR_SLEEP]:
5329 Replace ti.ti_startfunc by ti.ti_pc.
5330
814a3ff7
JB
53312013-05-08 Joel Brobecker <[email protected]>
5332
5333 * solib-aix.c (solib_aix_free_library_list): New function
5334 for the case where HAVE_LIBEXPAT is not defined.
5335
58ce7251
SDJ
53362013-05-07 Sergio Durigan Junior <[email protected]>
5337
5338 PR breakpoints/15413:
5339 * breakpoint.c (condition_completer): Simplify the code to
5340 disconsider multiple locations of breakpoints when completing the
5341 "condition" command.
5342
be8b1ea6
PM
53432013-05-07 Pierre Muller <[email protected]>
5344
5345 * common/linux-btrace.c: ARI fix: Include "gdb_wait.h"
5346 instead of <sys/wait.h>.
5347
1e52bda6
PM
53482013-05-07 Pierre Muller <[email protected]>
5349
5350 * nios2-tdep.c (nios2_dwarf_reg_to_regnum): ARI fix: remove
5351 trailing new line from warning message.
5352
27fd0c6b
PM
53532013-05-07 Pierre Muller <[email protected]>
5354
5355 * contrib/ari/gdb_ari.sh (SOLIB_ADD, SOLIB_CREATE_INFERIOR_HOOK)
5356 (PC_SOLIB): Change type from ari_deprecate to ari_regression.
5357
e228ac87
JB
53582013-05-07 Joel Brobecker <[email protected]>
5359
5360 * rs6000-nat.c (rs6000_core_ldinfo): Remove '\n' at end of
5361 error message (ARI fix).
5362
53632013-05-07 Joel Brobecker <[email protected]>
5364
5365 * features/library-list-aix.dtd: Replace library-list by
5366 library-list-aix.
5367 * rs6000-nat.c: Replace library-list by library-list-aix
5368 throughout.
5369 * solib-aix.c: Likewise.
5370
53712013-05-07 Joel Brobecker <[email protected]>
5372
5373 * target.h (enum target_object) [TARGET_OBJECT_LIBRARIES_AIX]:
5374 Renames TARGET_OBJECT_AIX_LIBRARIES.
5375 * rs6000-nat.c: Replace TARGET_OBJECT_AIX_LIBRARIES with
5376 TARGET_OBJECT_LIBRARIES_AIX throughout.
5377 * solib-aix.c: Likwise.
5378
26a4dda9
YQ
53792013-05-07 Yao Qi <[email protected]>
5380
5381 * solib-dsbt.c (struct dsbt_info) <enable_break2_done>: Remove.
5382 (get_dsbt_info, enable_break, dsbt_clear_solib): Update.
5383
3582629f
YQ
53842013-05-07 Yao Qi <[email protected]>
5385
5386 * solib-dsbt.c (enable_break): Declare.
5387 (dsbt_current_sos): Remove call to enable_break2.
5388 (enable_break2): Rename to enable_break. Set solib breakpoint
5389 on '_dl_debug_state'.
5390 (enable_break): Remove.
5391
aacbb8a5
LM
53922013-05-07 Luis Machado <[email protected]>
5393
5394 * ppc-linux-nat.c (ppc_linux_new_thread): Clear the new thread's
5395 debug state prior to replicating existing hardware watchpoints or
5396 breakpoints.
5397
0c013353
JK
53982013-05-07 Jan Kratochvil <[email protected]>
5399
5400 * gcore.c (gcore_create_callback): Ignore sections with
5401 separate_debug_objfile_backlink != NULL.
5402
a1217d97
SL
54032013-05-06 Sandra Loosemore <[email protected]>
5404 Andrew Jenner <[email protected]>
5405 Chung-Lin Tang <[email protected]>
5406 Julian Brown <[email protected]>
5407
5408 Based on the nios2-elf port from Altera Corporation.
5409
5410 * Makefile.in (ALL_TARGET_OBS): Add nios2-tdep.o and
5411 nios2-linux-tdep.o.
5412 (HFILES_NO_SRCDIR): Add nios2-tdep.h.
5413 (ALLDEPFILES): Add nios2-tdep.c and nios2-linux-tdep.c.
5414 * configure.tgt: Add nios2*-*-linux* and nios2*-*-* targets.
5415 * nios2-tdep.h: New.
5416 * nios2-tdep.c: New.
5417 * nios2-linux-tdep.c: New.
5418 * features/Makefile (WHICH): Add nios2-linux.
5419 (nios2-linux-expedite): Set.
5420 * features/nios2-cpu.xml: New.
5421 * features/nios2.xml: New.
5422 * features/nios2-linux.xml: New.
5423 * features/nios2.c: New (autogenerated).
5424 * features/nios2-linux.c: New (autogenerated).
5425 * regformats/nios2-linux.dat: New (autogenerated).
5426 * NEWS (Changes since GDB 7.6): Add new Nios II targets
5427 and commands.
5428
0892cb63
DE
54292013-05-06 Doug Evans <[email protected]>
5430
3b7bacac
DE
5431 * symfile.c: Whitespace cleanup.
5432
0892cb63
DE
5433 * solist.h (struct target_so_ops): New member clear_so.
5434 * solib-svr4.c (svr4_clear_so): New function.
5435 (_initialize_svr4_solib): Set svr4_so_ops.clear_so.
5436 * solib.c (clear_so): Renamed from free_so_symbols.
5437 All callers updated. Call target clear_so if it exists.
5438
40501e00
TT
54392013-05-06 Tom Tromey <[email protected]>
5440
5441 * ada-lang.c (ada_value_primitive_packed_val): Don't
5442 call value_incref.
5443 * value.c (set_value_parent): Incref the new parent and decref
5444 the old parent.
5445 (value_copy, value_primitive_field): Use set_value_parent.
5446
b6807d98
TT
54472013-05-06 Tom Tromey <[email protected]>
5448
5449 * dwarf2loc.c (invalid_synthetic_pointer): Move earlier.
5450 (indirect_pieced_value): Call dwarf2_fetch_constant_bytes
5451 if needed.
5452 * dwarf2loc.h (dwarf2_fetch_constant_bytes): Declare.
5453 * dwarf2read.c (write_constant_as_bytes)
5454 (dwarf2_fetch_constant_bytes): New functions.
5455
3aef2284
TT
54562013-05-06 Tom Tromey <[email protected]>
5457
5458 * dwarf2read.c (dwarf2_const_value_data): Remove unused
5459 parameters.
5460 (dwarf2_const_value_attr): Update.
5461
66f65e2b
TT
54622013-05-06 Tom Tromey <[email protected]>
5463
5464 * somread.c (som_symfile_offsets): Add 'const' to addrs.
5465 * machoread.c (macho_symfile_offsets): Add 'const' to addrs.
5466 * xcoffread.c (xcoff_symfile_offsets): Add 'const' to addrs.
5467 Remove declaration.
5468
7919a973
TT
54692013-05-06 Tom Tromey <[email protected]>
5470
5471 * dwarf2read.c (dwarf2_const_value_attr): Use 'obstack', not
5472 objfile's obstack.
5473
a7bfba49
DE
54742013-05-06 Doug Evans <[email protected]>
5475
3189cb12
DE
5476 * dbxread.c (process_one_symbol): Constify section_offsets parameter.
5477 * stabsread.h (process_one_symbol): Update declaration.
5478 * dwarf2read.c (dw2_relocate): Constify new_offsets, delta parameters.
5479 * elfread.c (elf_symfile_relocate_probe): Ditto.
5480 * psymtab.c (relocate_psymtabs): Ditto.
5481 * objfiles.c (objfile_relocate1): Constify new_offsets parameter.
5482 (objfile_relocate): Ditto.
5483 * objfiles.h (objfile_relocate): Update declaration.
5484 * symfile.c (relative_addr_info_to_section_offsets): Constify
5485 addrs parameter.
5486 (default_symfile_offsets): Ditto.
5487 (syms_from_objfile_1): Constify offsets parameter.
5488 (syms_from_objfile): Ditto.
5489 (symbol_file_add_with_addrs_or_offsets): Ditto.
5490 (symfile_map_offsets_to_segments): Constify data parameter.
5491 * symfile.h (struct quick_symbol_functions): Constify new_offsets,
5492 delta parameters of member relocate.
5493 (struct sym_probe_fns): Constify new_offsets,
5494 delta parameters of member sym_relocate_probe.
5495 (struct sym_fns): Constify section_addr_info parameter of member
5496 sym_offsets.
5497 (relative_addr_info_to_section_offsets): Update declaration.
5498 (default_symfile_offsets): Ditto.
5499 (syms_from_objfile): Ditto.
5500 (symfile_map_offsets_to_segments): Ditto.
5501
a7bfba49
DE
5502 * symfile.c (syms_from_objfile_1): Use correct section count when
5503 objfile->sf == NULL.
5504
5f8e0b8f
MF
55052013-05-06 Mike Frysinger <[email protected]>
5506
5507 * common/linux-btrace.c (intel_supports_btrace): Fix indentation.
5508
ea52d893
DE
55092013-05-06 Doug Evans <[email protected]>
5510
5511 * psympriv.h (struct partial_symtab): Augment comment for member
5512 section_offsets.
5513
4d1eb6b4
JB
55142013-05-06 Joel Brobecker <[email protected]>
5515
5516 Reimplement shared library support on ppc-aix...
5517 * target.h (TARGET_OBJECT_AIX_LIBRARIES): New target_object enum.
5518 * features/library-list-aix.dtd: New file.
5519 * solib-aix.h, solib-aix.c: New file.
5520 * rs6000-aix-tdep.c: #include "solib.h" and "solib-aix.h".
5521 (rs6000_find_toc_address_hook): Delete.
5522 (rs6000_push_dummy_call): Rewrite code setting the TOC value.
5523 (rs6000_aix_init_osabi): Register solib_aix_so_ops.
5524 * rs6000-nat.c: Remove "xcoffsolib.h" include. Include
5525 "xml-utils.h".
5526 (map_vmap, vmap_exec, vmap_ldinfo, add_vmap, objfile_symbol_add)
5527 (vmap_symtab, fixup_breakpoints): Delete.
5528 (rs6000_xfer_shared_libraries): New function.
5529 (rs6000_xfer_partial): Add TARGET_OBJECT_AIX_LIBRARIES handling.
5530 (vmap_secs, bss_data_overlap, vmap_add_symbols): Delete.
5531 (xcoff_relocate_symtab, xcoff_relocate_core): Delete.
5532 (rs6000_ptrace_ldinfo, rs6000_core_ldinfo)
5533 (rs6000_xfer_shared_library): New function.
5534 (find_toc_address): Delete.
5535 (_initialize_rs6000_nat): Do not set rs6000_find_toc_address_hook.
5536 * rs6000-tdep.h (rs6000_find_toc_address_hook): Remove.
5537 * xcoffread.c (record_minimal_symbol): Reloate symbol address
5538 before creating minimal symbol. Adjust function description
5539 accordingly.
5540 (scan_xcoff_symtab): Replace call to
5541 prim_record_minimal_symbol_and_info by call to
5542 record_minimal_symbol.
5543 (xcoff_symfile_offsets): Reimplement mostly as a wrapper
5544 around default_symfile_offsets.
5545 * configure.tgt: Add solib-aix.o to gdb_target_obs for
5546 powerpc-aix targets.
5547 * config/rs6000/nm-rs6000.h: Delete.
5548 * config/powerpc/aix.mh (NAT_FILE): Delete.
5549 (NATDEPFILES): Remove xcoffsolib.o.
5550 * Makefile.in (XMLFILES): Add library-list-aix.dtd.
5551 (ALL_TARGET_OBS): Add solib-aix.o.
5552 (HFILES_NO_SRCDIR): Remove xcoffsolib.h and
5553 config/rs6000/nm-rs6000.h. Add solib-aix.h.
5554 (ALLDEPFILES): Add solib-aix.c. Remove xcoffsolib.c.
5555 * xcoffsolib.h, xcoffsolib.c: Delete.
5556
5557 * solib.c (reload_shared_libraries): Remove reference to
5558 SOLIB_CREATE_INFERIOR_HOOK.
5559 * breakpoint.c (handle_solib_event): Remove reference to SOLIB_ADD.
5560 (disable_breakpoints_in_shlibs): Remove reference to PC_SOLIB.
5561 (momentary_bkpt_re_set): Replace SOLIB_ADD by solib_add in
5562 comment.
5563 * corelow.c (deprecated_core_resize_section_table): Delete.
5564 * exec.c: Remove include of xcoffsolib.h".
5565 (map_vmap, vmap): Delete.
5566 (exec_close_1): Remove references to vmap.
5567 (exec_file_attach): Remove vmap handling code, and reference
5568 to DEPRECATED_IBM6000_TARGET.
5569 (bfdsec_to_vmap): Delete.
5570 (exec_files_info): Remove block of code handling VMAP.
5571 * infcmd.c (post_create_inferior): Remove reference to
5572 SOLIB_CREATE_INFERIOR_HOOK and SOLIB_ADD.
5573 * infrun.c (follow_exec): Remove reference to
5574 SOLIB_CREATE_INFERIOR_HOOK.
5575 * stack.c (print_frame): Remove reference to PC_SOLIB.
5576 * solib-dsbt.c (dsbt_current_sos): Adjust comment.
5577 (dsbt_relocate_main_executable): Likewise.
5578 * solib-frv.c (frv_current_sos): Likewise.
5579
0c4f667c
JB
55802013-05-06 Joel Brobecker <[email protected]>
5581
5582 * sol-thread.c (rw_common): Cast BUF to "gdb_byte *" in calls
5583 to target_write_memory and target_read_memory.
5584
726ce67c
JB
55852013-05-06 Joel Brobecker <[email protected]>
5586
5587 * darwin-nat.c (darwin_setup_fake_stop_event): New function.
5588 (darwin_attach): Adjust using darwin_setup_fake_stop_event.
5589
c8c9911f
JB
55902013-05-06 Joel Brobecker <[email protected]>
5591
5592 * darwin-nat.c: Replace all "%x" instances in format strings
5593 into "0x%x" throughout.
5594
fda184b6
JB
55952013-05-06 Joel Brobecker <[email protected]>
5596
5597 * darwin-nat.c (darwin_mourn_inferior): Replace call to
5598 gdb_assert by call to MACH_CHECK_ERROR.
5599 (darwin_attach_pid): Raise an error rather than a failed
5600 assertion when various system calls failed. Report a warning
5601 instead of raising a failed assertion when PREV_NOT is not NULL
5602 after call to mach_port_request_notification.
5603 (darwin_ptrace_me): Raise an error rather than a failed
5604 assertion when read returns nonzero.
5605
d1d69afb
JB
56062013-05-06 Joel Brobecker <[email protected]>
5607
5608 * amd64-darwin-tdep.c: Remove #include "gdb_assert.h".
5609
dc90b24d
JK
56102013-05-05 Jan Kratochvil <[email protected]>
5611
5612 * cleanups.c (restore_my_cleanups): New gdb_assert for SENTINEL_CLEANUP.
5613
faab9922
JK
56142013-05-05 Jan Kratochvil <[email protected]>
5615
5616 * event-top.c (display_gdb_prompt): Call missing do_cleanups.
5617 * infcmd.c (get_return_value) <!stop_regs>: Do not overwrite CLEANUP.
5618 * symfile.c (symfile_bfd_open): New variable back_to. Do not leave
5619 a stale cleanup. Fix double free of NAME.
5620
e0ea48a0
EZ
56212013-05-04 Eli Zaretskii <[email protected]>
5622
5623 * windows-nat.c (windows_delete_thread): Accept an additional
5624 argument, the thread's exit code, and announce thread death when
5625 print_thread_events is non-zero and we are deleting a thread that
5626 is not the main thread.
5627 (get_windows_debug_event): Pass thread exit code to
5628 windows_delete_thread.
5629
83b2706a
KB
56302013-05-03 Kevin Buettner <[email protected]>
5631
5632 * v850-tdep.c (elf-bfd.h, elf/v850.h): Include.
5633 (R_149_REGNUM, E_NUM_OF_V850E2_REGS, E_SELID_1_R0_REGNUM)
5634 (E_SELID_1_R31_REGNUM, E_SELID_2_R0_REGNUM, E_SELID_2_R31_REGNUM)
5635 (E_SELID_3_R0_REGNUM, E_SELID_3_R31_REGNUM, E_SELID_4_R0_REGNUM)
5636 (E_SELID_4_R31_REGNUM, E_SELID_5_R0_REGNUM, E_SELID_5_R31_REGNUM)
5637 (E_SELID_6_R0_REGNUM, E_SELID_6_R31_REGNUM, E_SELID_7_R0_REGNUM, E_SELID_7_R31_REGNUM)
5638 (E_VR0_REGNUM, E_VR31_REGNUM, E_NUM_OF_V850E3V5_REGS): Define.
5639 (v850_abi, V850_ABI_GCC, V850_ABI_RH850): New enum and constants.
5640 (gdbarch_tdep): New struct.
5641 (v850e2_register_name): Use E_NUM_OF_V850E2_REGS instead of
5642 E_NUM_REGS.
5643 (v850e3v5_register_name): New function.
5644 (v850_register_type): v850e3v5 vector registers are 64-bits wide.
5645 (v850_use_struct_convention): Add `gdbarch' parameter. Add new
5646 code handling the struct return conventions for the RH850 ABI.
5647 Update all callers.
5648 (v850_eight_byte_align_p): New function.
5649 (v850_push_call_dummy): Push structs by value, not by reference
5650 for the RH850 ABI. Add support for eight byte alignment.
5651 (v850_dbtrap_breakpoint_from_pc): New function.
5652 (v850_gdbarch_init): Add ABI detection code. Register
5653 v850e3v5_register_name for the v850e3v5 architecture. Set the
5654 number of registers for v850e3v5. Register
5655 v850_dbtrap_breakpoint_from_pc as appropriate.
5656 (_initialize_gdbarch_init): Registration bfd_arch_v850_rh850.
5657
d445b2f6
DE
56582013-05-03 Doug Evans <[email protected]>
5659
5660 * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections instead
5661 of bfd_count_sections.
5662 * solib-target.c (solib_target_relocate_section_addresses): Ditto.
5663 * symfile.c (default_symfile_offsets): Ditto.
5664 (syms_from_objfile_1): Ditto. Make dummy addrs list an array of
5665 one entry, not bfd_count_sections entries.
5666
b3ce41ea
KB
56672013-05-03 Kevin Buettner <[email protected]>
5668
5669 * rl78-tdep.c (rl78_register_reggroup_p): Include SP in the
5670 `save' and `restore' register groups. Don't include SPL
5671 or SPH in these groups.
5672 (rl78_dwarf_reg_to_regnum): Adjust mapping for
5673 RL78_PC_REGNUM. Add mappings for RL78_PSW_REGNUM,
5674 RL78_ES_REGNUM, and RL78_CS_REGNUM.
5675 (rl78_gdbarch_init): Set `dwarf2_addr_size' to 4. Invoke
5676 dwarf2_append_unwinders().
5677
96f7d3f1
PW
56782013-05-03 Philippe Waroquiers <[email protected]>
5679
5680 * break-catch-sig.c (signal_catchpoint_breakpoint_hit): Do not
5681 ignore SIGINT and SIGTRAP in case these internal signals are
5682 caught explicitely.
5683
b9dd1947
JB
56842013-05-01 Joel Brobecker <[email protected]>
5685
5686 * darwin-nat.c (darwin_read_write_inferior): Change types
5687 of parameters rdaddr and wraddr to "gdb_byte *". Change type
5688 of copy_count to "mach_msg_type_number_t".
5689 (darwin_read_dyld_info): Change type of parameter
5690 rdaddr to "gdb_byte *".
5691
4ca18a63
JB
56922013-05-01 Joel Brobecker <[email protected]>
5693
5694 * solib-ia64-hpux.c (ia64_hpux_read_dynamic_info): Change cast
5695 of &info->load_map from "char *" to "gdb_byte *".
5696
2b692d32
JB
56972013-05-01 Joel Brobecker <[email protected]>
5698
5699 * ia64-tdep.c (ia64_access_fpreg): Change cast of val
5700 from "char *" to "gdb_byte *".
5701 (ia64_access_rse_fpreg, ia64_access_mem): Likewise.
5702
a98c29a0
DE
57032013-04-30 Doug Evans <[email protected]>
5704
6a506a2d
DE
5705 * dwarf2read.c (lookup_dwo_unit): Return NULL if DWO not found.
5706 (init_cutu_and_read_dies): Flag a complaint, not error, for bad
5707 DWO stub. If DWO isn't found, just use stub.
5708 (lookup_dwo_cutu): Don't try DWO if there's a DWP file.
5709
a98c29a0
DE
5710 * dwarf2read.c (dw2_find_symbol_file): Initialize filename before
5711 calling init_cutu_and_read_dies.
5712
f92b06da
WT
57132013-03-27 Walfred Tedeschi <[email protected]>
5714
5715 * target-descriptions.c (maint_print_c_tdesc_cmd):
5716 Add case to parse structures as register types and
5717 bitfields.
5718
95eebdcc
WT
57192013-04-30 Walfred Tedeschi <[email protected]>
5720
5721 * MAINTAINERS (Write After Approval): Add myself to the list.
5722
019c1128
JB
57232013-04-30 Joel Brobecker <[email protected]>
5724
5725 * sol-thread.c (rw_common): Change type of parameter "buf"
5726 to "gdb_byte *".
5727 (ps_pdwrite, ps_ptwrite): Cast parameter "buf" in call to
5728 rw_common to "gdb_byte *" instead of "char *".
5729
5812197c
JB
57302013-04-30 Joel Brobecker <[email protected]>
5731
5732 * sol-thread.c (info_cb) [ti.ti_startfunc != 0]: Change type
5733 of local variable msym to const struct bound_minimal_symbol.
5734 Adjust use accordingly.
5735 [ti.ti_state == TD_THR_SLEEP]: Likewise.
5736
ecccb813
TS
57372013-04-30 Samuel Thibault <[email protected]>
5738
5739 * i386gnu-nat.c (CREG_OFFSET): New macro.
5740 (creg_offset): New array.
5741 (CREG_ADDR): Use creg_offset instead of reg_offset.
5742
f1d02dd4 57432013-04-30 Joel Brobecker <[email protected]>
54746424
JB
5744
5745 * mep-tdep.c (mep_write_pc): Delete.
5746 (mep_gdbarch_init): Remove call to set_gdbarch_write_pc.
5747 Add call to set_gdbarch_pc_regnum.
5748
f1d02dd4 57492013-04-30 Joel Brobecker <[email protected]>
01da98f9
JB
5750
5751 * common/filestuff.c: Replace #include <dirent.h> by
5752 #include "gdb_dirent.h".
5753
f1d02dd4 57542013-04-30 Joel Brobecker <[email protected]>
366c6766
JB
5755
5756 * common/filestuff.c: Replace #include <sys/stat.h> by
5757 #include "gdb_stat.h".
5758
b385a60d
PM
57592013-04-29 Pierre Muller <[email protected]>
5760
5761 * dwarf2read.c (handle_DW_AT_stmt_list): Avoid ARI warning for
5762 editCase function rule.
5763 (get_DW_AT_signature_type): Likewise.
5764
d27b54ad
JB
57652013-04-29 Joel Brobecker <[email protected]>
5766
5767 * m32r-tdep.c (m32r_write_pc): Delete.
5768 (m32r_gdbarch_init): Remove call to set_gdbarch_write_pc.
5769 Add call to set_gdbarch_pc_regnum.
5770
47d21dc5
PM
57712013-04-29 Pierre Muller <[email protected]>
5772
5773 * ./contrib/ari/gdb_ari.sh (editCase rule): Fix spelling error.
5774
9056882e
JB
57752013-04-29 Joel Brobecker <[email protected]>
5776
5777 * dwarf2read.c (get_DW_AT_signature_type): Add ARI marker.
5778
7ee4732a
YQ
57792013-04-28 Yao Qi <[email protected]>
5780
5781 * solib-dsbt.c (fetch_loadmap): Re-indent.
5782 (displacement_from_map, enable_break2): Likewise.
5783 (dsbt_relocate_section_addresses): Likewise.
5784
2260af53 57852013-04-26 Joel Brobecker <[email protected]>
5786
5787 GDB 7.6 released.
5788
ff546935
TT
57892013-04-25 Andreas Kaufmann <[email protected]>
5790
5791 PR corefiles/14983:
5792 * dwarf2read.c (process_full_comp_unit): Always create a static
5793 block.
5794
40fb6c5e
HZ
57952013-04-25 Hui Zhu <[email protected]>
5796
5797 * breakpoint.c (build_target_command_list): Change loc->cond_bytecode
5798 to loc->cmd_bytecode.
5799
74e04d1c
DE
58002013-04-24 Doug Evans <[email protected]>
5801
5802 * dwarf2read.c (setup_type_unit_groups): Fix comment.
5803
3cf62c1d
KS
58042013-04-22 Keith Seitz <[email protected]>
5805
5806 * tracepoint.c (trace_save): Call the writer's start method.
5807
bf9e4d0c
MB
58082013-04-24 Muhammad Bilal <[email protected]>
5809
5810 PR gdb/10462
5811 * cli/cli-decode.c (lookup_command): Show an error if there is no space
5812 before argument.
5813
5d71132c
TT
58142013-04-23 Tom Tromey <[email protected]>
5815
5816 * common/filestuff.c: Check USE_WIN32API before including
5817 sys/socket.h.
5818 (HAVE_F_GETFD): New define.
5819 (mark_cloexec): Check HAVE_F_GETFD.
5820 (gdb_open_cloexec): Change 'mode' to unsigned long.
5821 (gdb_socketpair_cloexec): Check HAVE_SOCKETPAIR.
5822 (gdb_pipe_cloexec): Check HAVE_PIPE.
5823 * common/filestuff.h (gdb_open_cloexec): Change 'mode' to unsigned
5824 long.
5825
a11cfd87
HZ
58262013-04-23 Hui Zhu <[email protected]>
5827
5828 PR gdb/15293
a11cfd87
HZ
5829 * breakpoint.c (bpstat_what): Add BPSTAT_WHAT_SINGLE to bp_dprintf.
5830
2d9442cc
HZ
58312013-04-23 Hui Zhu <[email protected]>
5832
5833 PR gdb/15165
2d9442cc
HZ
5834 * breakpoint.c (dprintf_print_recreate): New.
5835 (save_breakpoints): Let it not save dprintf commands.
5836 (initialize_breakpoint_ops): Set dprintf_print_recreate.
5837
614c279d
TT
58382013-04-22 Tom Tromey <[email protected]>
5839
5840 PR gdb/7912:
5841 * Makefile.in (SFILES): Add filestuff.c
5842 (COMMON_OBS): Add filestuff.o.
5843 (filestuff.o): New target.
5844 * auto-load.c (auto_load_objfile_script_1): Use
5845 gdb_fopen_cloexec.
5846 * auxv.c (procfs_xfer_auxv): Use gdb_open_cloexec.
5847 * cli/cli-cmds.c (shell_escape): Call close_most_fds.
5848 * cli/cli-dump.c (fopen_with_cleanup): Use gdb_fopen_cloexec.
5849 * common/agent.c (gdb_connect_sync_socket): Use
5850 gdb_socket_cloexec.
5851 * common/filestuff.c: New file.
5852 * common/filestuff.h: New file.
5853 * common/linux-osdata.c (linux_common_core_of_thread)
5854 (command_from_pid, commandline_from_pid, print_source_lines)
5855 (linux_xfer_osdata_shm, linux_xfer_osdata_sem)
5856 (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Use
5857 gdb_fopen_cloexec.
5858 * common/linux-procfs.c (linux_proc_get_int)
5859 (linux_proc_pid_has_state): Use gdb_fopen_cloexec.
5860 * config.in, configure: Rebuild.
5861 * configure.ac: Don't check for sys/socket.h. Check for
5862 fdwalk, pipe2.
5863 * corelow.c (core_open): Use gdb_open_cloexec.
5864 * dwarf2read.c (write_psymtabs_to_index): Use gdb_fopen_cloexec.
5865 * fork-child.c (fork_inferior): Call close_most_fds.
5866 * gdb_bfd.c (gdb_bfd_open): Use gdb_open_cloexec.
5867 * inf-child.c (inf_child_fileio_readlink): Use gdb_open_cloexec.
5868 * linux-nat.c (linux_nat_thread_name, linux_proc_pending_signals):
5869 Use gdb_fopen_cloexec.
5870 (linux_proc_xfer_partial, linux_proc_xfer_spu): Use
5871 gdb_open_cloexec.
5872 (linux_async_pipe): Use gdb_pipe_cloexec.
5873 * remote-fileio.c (remote_fileio_func_open): Use
5874 gdb_open_cloexec.
5875 * remote.c (remote_file_put, remote_file_get): Use
5876 gdb_fopen_cloexec.
5877 * ser-pipe.c (pipe_open): Use gdb_socketpair_cloexec,
5878 close_most_fds.
5879 * ser-tcp.c (net_open): Use gdb_socket_cloexec.
5880 * ser-unix.c (hardwire_open): Use gdb_open_cloexec.
5881 * solib.c (solib_find): Use gdb_open_cloexec.
5882 * source.c (openp, find_and_open_source): Use gdb_open_cloexec.
5883 * tracepoint.c (tfile_start): Use gdb_fopen_cloexec.
5884 (tfile_open): Use gdb_open_cloexec.
5885 * tui/tui-io.c (tui_initialize_io): Use gdb_pipe_cloexec.
5886 * ui-file.c (gdb_fopen): Use gdb_fopen_cloexec.
5887 * xml-support.c (xml_fetch_content_from_file): Use
5888 gdb_fopen_cloexec.
5889 * main.c (captured_main): Call notice_open_fds.
5890
5fda2332
EBM
58912013-04-22 Edjunior Machado <[email protected]>
5892
5893 * remote-sim.c (dump_mem): Change the type of 'buf' parameter from
5894 'char *' to 'gdb_byte *'.
5895 (gdbsim_store_register): Change the type of 'tmp' from 'char' to
5896 'gdb_byte'.
5897
eb6c553b
YQ
58982013-04-22 Yao Qi <[email protected]>
5899
5900 * infrun.c: Fix typo in comment.
5901
9991b207
SDJ
59022013-04-22 Andrew Haley <[email protected]>
5903
5904 * arm-tdep.c (BranchDest): Cast result as "unsigned long",
5905 instead of "long".
5906
8b4833e3
YQ
59072013-04-20 Yao Qi <[email protected]>
5908
5909 * ctf.c (ctf_fetch_registers): Change the type of 'regs' from
5910 'char *' to 'gdb_byte *'. Cast the return value of
5911 'bt_ctf_get_char_array' to 'gdb_byte *'.
5912
bd3f3b55
PA
59132013-04-19 Pedro Alves <[email protected]>
5914
5915 * configure.ac (build_warnings): Replace -Wno-pointer-sign with
5916 -Wpointer-sign.
5917 * configure: Regenerate.
5918
c49e7f76
PA
59192013-04-19 Pedro Alves <[email protected]>
5920
5921 * ser-tcp.c (net_read_prim): Cast second argument to recv to
5922 'void *'.
5923
12ff8552
PA
59242013-04-19 Pedro Alves <[email protected]>
5925
5926 * monitor.c (monitor_write_memory, monitor_write_memory_bytes):
5927 Change type of 'myaddr' parameter to gdb_byte pointer.
5928 (monitor_write_memory_longlongs): Likewise. Cast 'myaddr' pointer
5929 to 'long long' pointer instead of to 'unsigned long long'.
5930 (monitor_write_memory_block, monitor_read_memory_single)
5931 (monitor_read_memory): Change type of 'myaddr' parameter to
5932 gdb_byte pointer.
5933
9c37696b
PA
59342013-04-19 Pedro Alves <[email protected]>
5935
5936 * record.c (validate_history_size): Make parameter 'setting'
5937 unsigned.
5938
a398505b
PA
59392013-04-19 Pedro Alves <[email protected]>
5940
5941 * ctf.c (ctf_write_uploaded_tsv, ctf_write_uploaded_tp): Add casts
5942 to 'gdb_byte *'.
5943
9f8afa72
PA
59442013-04-19 Pedro Alves <[email protected]>
5945
5946 * cp-valprint.c (cp_print_class_member): Change type of 'fieldno'
5947 local to int.
5948
c714b426
PA
59492013-04-19 Pedro Alves <[email protected]>
5950
5951 * ada-lang.c (print_it_exception): Add cast to gdb_byte *.
5952 * ada-tasks.c (read_fat_string_value): Likewise.
5953
507a579c
PA
59542013-04-19 Pedro Alves <[email protected]>
5955
5956 * dwarf2-frame.c (execute_cfa_program): Make 'bytes_read' local
5957 unsigned. Pass 'tmp' to safe_read_uleb128 instead of the signed
5958 'offset', and adjust.
5959
f9d83a0b
PA
59602013-04-19 Pedro Alves <[email protected]>
5961
5962 * dwarf2read.c (dwarf2_get_dwz_file): Add cast to const char *.
5963 (read_index_from_section): Add cast to 'char *'.
5964
745eb4fd
PA
59652013-04-19 Pedro Alves <[email protected]>
5966
5967 * xcoffread.c (xcoff_initial_scan): Add cast to 'char *'.
5968
db5be46f
PA
59692013-04-19 Pedro Alves <[email protected]>
5970
5971 * coff-pe-read.c (read_pe_exported_syms): Handle strings as char.
5972
0f928d68
PA
59732013-04-19 Pedro Alves <[email protected]>
5974
5975 * record-full.c (record_full_get_bookmark): Change local 'ret'
5976 type to char * and add cast to gdb_byte *.
5977 (record_full_goto_bookmark): Handle 'bookmark' argument as a
5978 string.
5979 * reverse.c (goto_bookmark_command): Add casts to gdb_byte *.
5980
89f6d837
PA
59812013-04-19 Pedro Alves <[email protected]>
5982
5983 * python/py-inferior.c (infpy_write_memory): Add cast to gdb_byte
5984 * python/py-prettyprint.c (print_string_repr): Change type of
5985 'output' local to char *. Add cast to gdb_byte * in
5986 LA_PRINT_STRING call.
5987 (print_children): Change type of 'output' local to char *.
5988 * python/py-value.c (valpy_string): Add cast to const char * in
5989 PyUnicode_Decode call.
5990
ce6ec7d8
PA
59912013-04-19 Pedro Alves <[email protected]>
5992
5993 * remote-mips.c (mips_cksum): Rename 'data' parameter to 'datastr'
5994 and change its type to 'const char *'. Adjust.
5995 (mips_send_packet): Add cast to 'char *', and remove cast to
5996 'unsigned char *'.
5997 (mips_receive_packet): Remove cast to 'unsigned char *'.
5998 (mips_load_srec): Use bfd_byte.
5999 (pmon_makeb64, pmon_zeroset): Make 'chksum' parameter unsigned.
6000 (pmon_checkset): Make 'value' parameter unsigned.
6001
fda0389f
PA
60022013-04-19 Pedro Alves <[email protected]>
6003
6004 * common/agent.c (agent_run_command): Add cast to gdb_byte *.
6005
bc20a4af
PA
60062013-04-19 Pedro Alves <[email protected]>
6007
6008 * remote.c (remote_write_bytes_aux, compare_sections_command)
6009 (remote_read_qxfer)
6010 (remote_search_memory, remote_hostio_pwrite, remote_hostio_pread)
6011 (remote_hostio_readlink, remote_bfd_iovec_pread)
6012 (remote_set_trace_notes): Use gdb_byte when RSP buffer is used as
6013 binary buffer, and char when buffer is used as string.
6014 * tracepoint.c (encode_source_string, tfile_write_uploaded_tp)
6015 (trace_save, tfile_open, traceframe_walk_blocks)
6016 (tfile_fetch_registers): Likewise.
6017
c628b528
PA
60182013-04-19 Pedro Alves <[email protected]>
6019
6020 * ser-base.c (ser_base_write): Change prototype -- take 'void *'
6021 buffer and size_t size. Adjust.
6022 * ser-base.h (ser_base_write): Adjust.
6023 * ser-go32.c (cnts): Change type to size_t.
6024 (dos_write): Change prototype -- take 'void *'
6025 buffer and size_t size. Adjust.
6026 (dos_info): Print elements of 'cnts' as unsigned long.
6027 * serial.c (serial_write): Likewise.
6028 * serial.h (serial_write): Adjust.
6029 (struct serial_ops) <write>: Change prototype -- take 'void *'
6030 buffer and size_t size. Adjust.
6031
51a5cd90
PA
60322013-04-19 Pedro Alves <[email protected]>
6033
6034 * c-lang.c (evaluate_subexp_c): Cast result of obstack_base to
6035 gdb_byte *.
6036 * linux-tdep.c (linux_make_mappings_corefile_notes): Likewise.
6037
a9933661
PA
60382013-04-19 Pedro Alves <[email protected]>
6039
6040 * alpha-tdep.c (alpha_extract_return_value): Use
6041 regcache_cooked_read_unsigned to read 'v0'.
6042
19afdd07
PA
60432013-04-19 Pedro Alves <[email protected]>
6044
6045 * xtensa-tdep.c (execute_l32e, execute_s32e): Change type of
6046 parameters 'at', 'as' and 'offset' to uint32_t.
6047
96b32e50
PA
60482013-04-19 Pedro Alves <[email protected]>
6049
6050 * aarch64-tdep.c (aarch64_analyze_prologue): Change type of local
6051 'is64' to signed 'int'.
6052
eb1bd1fb
PA
60532013-04-19 Pedro Alves <[email protected]>
6054
6055 * s390-tdep.c (is_rs, is_rsy, is_rx, is_rxy): Change type of 'd2'
6056 parameter to int *.
6057
463920bf
PA
60582013-04-19 Pedro Alves <[email protected]>
6059
6060 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Change local
6061 'insnbuf' buffer type to unsigned int[].
6062
70242eb1
PA
60632013-04-19 Pedro Alves <[email protected]>
6064
6065 * mips-tdep.c (mips_read_pc): Change local 'pc' type to LONGEST.
6066
9d1dd0e2
PA
60672013-04-19 Pedro Alves <[email protected]>
6068
6069 * mep-tdep.c (mep_get_insn): Change 'insn' parameter type to
6070 unsigned long *.
6071
44096aee
PA
60722013-04-19 Pedro Alves <[email protected]>
6073
6074 * alpha-tdep.c (heuristic_fence_post): Change type to int.
6075 (alpha_heuristic_proc_start): Adjust to check -1 instead of
6076 UINT_MAX.
6077 * mips-tdep.c (heuristic_fence_post): Change type to int.
6078 (heuristic_proc_start): Adjust to check -1 instead of UINT_MAX.
6079
e4286e57
PA
60802013-04-19 Pedro Alves <[email protected]>
6081
6082 * cris-tdep.c (usr_cmd_cris_version): Make unsigned.
6083 (struct gdbarch_tdep) <cris_version>: Make unsigned.
6084 (cris_spec_reg_applicable, cris_gdbarch_init): Adjust locals.
6085
001f13d8
PA
60862013-04-19 Pedro Alves <[email protected]>
6087
6088 * avr-tdep.c (avr_io_reg_read_command): New local 'bufstr'. Use
6089 it to get a string view of the byte buffer.
6090 * i386-cygwin-tdep.c (core_process_module_section): Change local 'buf'
6091 type to gdb_byte *. Adjust.
6092 * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full):
6093 Change local to char *.
6094 * solib-darwin.c (find_program_interpreter): Change return type to
6095 char *. Adjust.
6096 (darwin_solib_get_all_image_info_addr_at_init): Adjust.
6097 * solib-dsbt.c (enable_break2): Change local 'buf' to char *.
6098 * solib-frv.c (enable_break2): Change local 'buf' to char *.
6099 * solib-spu.c (spu_current_sos): Add gdb_byte * cast.
6100 * solib-svr4.c (find_program_interpreter): Change return type to
6101 char *. Adjust.
6102 (enable_break): Change local 'interp_name' to char *.
6103 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
6104 * spu-tdep.c (spu_pseudo_register_read_spu): Add cast to 'char *'.
6105 (spu_pseudo_register_write_spu): Use char for string buffer.
6106 Adjust.
6107 (info_spu_event_command, info_spu_signal_command): Add casts to
6108 'char *'.
6109
948f8e3d
PA
61102013-04-19 Pedro Alves <[email protected]>
6111
6112 * aarch64-tdep.c (aarch64_default_breakpoint): Change type to
6113 gdb_byte[].
6114 (aarch64_breakpoint_from_pc): Change return type to gdb_byte *.
6115 * ada-lang.c (ada_value_assign): Use gdb_byte.
6116 * alphanbsd-tdep.c (sigtramp_retcode): Change type to gdb_byte[].
6117 (alphanbsd_sigtramp_offset): Use gdb_byte.
6118 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint)
6119 (arm_linux_arm_be_breakpoint, eabi_linux_arm_le_breakpoint)
6120 (eabi_linux_arm_be_breakpoint, arm_linux_thumb_be_breakpoint)
6121 (arm_linux_thumb_le_breakpoint, arm_linux_thumb2_be_breakpoint)
6122 (arm_linux_thumb2_le_breakpoint): Change type to gdb_byte[].
6123 * arm-tdep.c (arm_stub_unwind_sniffer)
6124 (arm_displaced_init_closure): Use gdb_byte.
6125 (arm_default_arm_le_breakpoint, arm_default_arm_be_breakpoint)
6126 (arm_default_thumb_le_breakpoint)
6127 (arm_default_thumb_be_breakpoint): Change type to gdb_byte[].
6128 * arm-tdep.h (struct gdbarch_tdep) <arm_breakpoint,
6129 thumb_breakpoint, thumb2_breakpoint>: Change type to gdb_byte *.
6130 * arm-wince-tdep.c (arm_wince_le_breakpoint)
6131 (arm_wince_thumb_le_breakpoint): Change type to gdb_byte[].
6132 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint)
6133 (arm_nbsd_arm_be_breakpoint, arm_nbsd_thumb_le_breakpoint)
6134 (arm_nbsd_thumb_be_breakpoint): Change type to gdb_byte[].
6135 * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint)
6136 (arm_obsd_thumb_be_breakpoint): Change type to gdb_byte[].
6137 * cris-tdep.c (push_stack_item, cris_push_dummy_call)
6138 (cris_store_return_value, cris_extract_return_value): Use
6139 gdb_byte.
6140 (constraint): Change type of parameter to char * from signed
6141 char*. Use gdb_byte.
6142 * dwarf2loc.c (read_pieced_value, write_pieced_value): Change type
6143 of local buffer to gdb_byte *.
6144 * dwarf2read.c (read_index_from_section): Use gdb_byte.
6145 (create_dwp_hash_table): Change type of locals to gdb_byte *.
6146 (add_address_entry): Change type of local buffer to gdb_byte[].
6147 * frv-tdep.c (frv_adjust_breakpoint_address, find_func_descr)
6148 (frv_push_dummy_call): Use gdb_byte.
6149 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code)
6150 (hppa_hpux_supply_ss_fpblock, hppa_hpux_supply_ss_wide)
6151 (hppa_hpux_supply_save_state): Use gdb_byte.
6152 * hppa-tdep.c (hppa32_push_dummy_call)
6153 (hppa64_convert_code_addr_to_fptr): Use gdb_byte.
6154 * ia64-tdep.c (extract_bit_field, replace_bit_field)
6155 (slotN_contents, replace_slotN_contents): Change type of parameter
6156 to gdb_byte *.
6157 (fetch_instruction, ia64_pseudo_register_write)
6158 (ia64_register_to_value, ia64_value_to_register)
6159 (ia64_extract_return_value, ia64_store_return_value)
6160 (ia64_push_dummy_call): Use gdb_byte.
6161 * m32c-tdep.c (m32c_return_value): Remove cast.
6162 * m68hc11-tdep.c (m68hc11_pseudo_register_write)
6163 (m68hc11_push_dummy_call, m68hc11_store_return_value): Use
6164 gdb_byte.
6165 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Use gdb_byte.
6166 * mn10300-tdep.c (mn10300_store_return_value)
6167 (mn10300_breakpoint_from_pc, mn10300_push_dummy_call): Use
6168 gdb_byte.
6169 * moxie-tdep.c (moxie_process_readu): Use gdb_byte.
6170 (moxie_process_record): Remove casts.
6171 * ppc-ravenscar-thread.c (supply_register_at_address)
6172 (ppc_ravenscar_generic_store_registers): Use gdb_byte.
6173 * ravenscar-thread.c (get_running_thread_id): Use gdb_byte.
6174 * remote-m32r-sdi.c (m32r_fetch_register): Use gdb_byte.
6175 * remote-mips.c (mips_xfer_memory): Use gdb_byte.
6176 * remote.c (compare_sections_command): Use gdb_byte.
6177 * score-tdep.c (score7_free_memblock): Change type of parameter to
6178 gdb_byte *.
6179 * sh-tdep.c (sh_justify_value_in_reg): Change return type to
6180 gdb_byte *. Use gdb_byte.
6181 (sh_push_dummy_call_fpu): Use gdb_byte.
6182 (sh_extract_return_value_nofpu, sh_extract_return_value_fpu)
6183 (sh_store_return_value_nofpu, sh_store_return_value_fpu)
6184 (sh_register_convert_to_virtual, sh_register_convert_to_raw):
6185 Change parameter type to 'gdb_byte *'. Use gdb_byte.
6186 (sh_pseudo_register_read, sh_pseudo_register_write): Use gdb_byte.
6187 * sh64-tdep.c (sh64_push_dummy_call): Use gdb_byte.
6188 (sh64_store_return_value, sh64_register_convert_to_virtual):
6189 Change parameter type to 'gdb_byte *'. Use gdb_byte.
6190 (sh64_pseudo_register_write): Use gdb_byte.
6191 * solib-darwin.c (darwin_current_sos): Add casts to 'gdb_byte *'.
6192 * solib-irix.c (fetch_lm_info): Likewise. Use gdb_byte for byte
6193 buffer.
6194 (irix_current_sos): Use gdb_byte.
6195 * solib-som.c (som_current_sos): Use gdb_byte.
6196 * sparc-ravenscar-thread.c (supply_register_at_address)
6197 (sparc_ravenscar_generic_store_registers): Use gdb_byte.
6198 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
6199 * spu-tdep.c (spu_get_overlay_table): Use gdb_byte.
6200 * tic6x-tdep.c (tic6x_breakpoint_from_pc): Change return type to
6201 'gdb_byte *'.
6202 * tic6x-tdep.h (struct gdbarch_tdep) <breakpoint>: Change type to
6203 'gdb_byte *'.
6204 * tracepoint.c (tfile_fetch_registers): Use gdb_byte.
6205 * xstormy16-tdep.c (xstormy16_extract_return_value)
6206 (xstormy16_store_return_value): Change parameter type to
6207 'gdb_byte *'. Adjust.
6208 (xstormy16_push_dummy_call): Use gdb_byte.
6209 * xtensa-tdep.c (xtensa_scan_prologue, call0_ret)
6210 (call0_analyze_prologue, execute_code): Use gdb_byte.
6211
433730c9
PA
62122013-04-19 Vladimir Kargov <[email protected]>
6213 Pedro Alves <[email protected]>
6214
6215 * i387-tdep.c (i387_print_float_info): Use gdb_byte for pointer to
6216 value contents.
6217
ac9ec31b
DE
62182013-04-17 Doug Evans <[email protected]>
6219
6220 * dwarf2read.c (struct signatured_type): New member type.
6221 (struct attribute): Replace member signatured_type with signature.
6222 (DW_SIGNATURE): Replaces DW_SIGNATURE_TYPE.
6223 (read_call_site_scope): Call follow_die_ref instead of
6224 follow_die_ref_or_sig.
6225 (read_structure_type): Rewrite handling of signatured types.
6226 (read_enumeration_type): Ditto.
6227 (read_attribute_value): Update.
6228 (build_error_marker_type): New function.
6229 (lookup_die_type): Add assert. Rewrite handling of signatured types.
6230 Don't call error for bad types, just build an error marker type.
6231 (dump_die_shallow): Update.
6232 (follow_die_sig_1): Renamed from follow_die_sig.
6233 Don't call error for bad types, instead return NULL.
6234 (follow_die_sig): New function.
6235 (get_signatured_type, get_DW_AT_signature_type): New functions.
6236
e546e8bb
YZ
62372013-04-17 Yufeng Zhang <[email protected]>
6238
6239 * aarch64-tdep.c (aarch64_write_pc): Removed.
543cdd95
JB
6240 (aarch64_gdbarch_init): Remove set_gdbarch_write_pc of the above
6241 function.
e546e8bb 6242
ab116149
YQ
62432013-04-17 Yao Qi <[email protected]>
6244
6245 * top.c (print_gdb_configuration): Print configure-time
6246 parameter on using libbabeltrace or not.
6247
488a42b8
PA
62482013-04-16 Pedro Alves <[email protected]>
6249
6250 * copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.
6251
f5fb825b
PA
62522013-04-16 Pedro Alves <[email protected]>
6253
85d494ea 6254 * common/glibc_thread_db.h: Update from upstream glibc
f5fb825b
PA
6255 (git 568035b7874a099087b77f7bba3e36a1173787b0).
6256
e1154999
PA
62572013-04-16 Pedro Alves <[email protected]>
6258
6259 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: Factor out to ...
6260 * common/glibc_thread_db.h: ... this new file ...
6261 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: ... and include it.
6262
e3b50a7f
PA
62632013-04-16 Will Newton <[email protected]>
6264 Pedro Alves <[email protected]>
6265
6266 PR build/11881
6267
6268 * common/gdb_thread_db.h (LIBTHREAD_DB_SO)
6269 (LIBTHREAD_DB_SEARCH_PATH): Move outside of #ifdef
6270 HAVE_THREAD_DB_H.
6271
1c2e4450
PA
62722013-04-16 Pedro Alves <[email protected]>
6273 Eli Zaretskii <[email protected]>
6274
6275 * NEWS: Mention "set foo unlimited".
6276
4031ecc5
DE
62772013-04-15 Doug Evans <[email protected]>
6278
19c3d4c9
DE
6279 * dwarf2read.c (struct dwo_file): Replace member "cus" with "cu".
6280 (struct create_dwo_cu_data): Renamed from create_dwo_info_table_data.
6281 (create_dwo_cu_reader): Renamed from
6282 create_dwo_debug_info_hash_table_reader.
6283 (create_dwo_cu): Renamed from create_dwo_debug_info_hash_table.
6284 Remove support for multiple CUs in a DWO file.
6285 (open_and_init_dwo_file, lookup_dwo_cutu): Update.
6286
4031ecc5
DE
6287 * dwarf2read.c (create_debug_types_hash_table): Use hex_string
6288 instead of phex.
6289 (lookup_dwo_unit, create_dwo_debug_info_hash_table_reader): Ditto.
6290 (create_dwo_in_dwp): Ditto.
6291
b340913d
TT
62922013-04-15 Tom Tromey <[email protected]>
6293
6294 * NEWS: Move recent entries into "since 7.6" section.
6295
cc16e6c9
TT
62962013-04-15 Tom Tromey <[email protected]>
6297
6298 PR c++/13588:
6299 * NEWS: Update.
6300 * break-catch-throw.c (struct exception_catchpoint)
6301 <exception_rx, pattern>: New fields.
6302 (fetch_probe_arguments, dtor_exception_catchpoint)
6303 (check_status_exception_catchpoint)
6304 (print_one_detail_exception_catchpoint): New functions.
6305 (handle_gnu_v3_exceptions): Add "except_rx" argument.
6306 Compile regular expression if needed.
6307 (extract_exception_regexp): New function.
6308 (catch_exception_command_1): Use extract_exception_regexp.
6309 (compute_exception): Use fetch_probe_arguments.
6310 (initialize_throw_catchpoint_ops): Set dtor, print_one_detail,
6311 and check_status fields.
6312 * cp-abi.c (cplus_typename_from_type_info): New function.
6313 * cp-abi.h (cplus_typename_from_type_info): Declare.
6314 (struct cp_abi_ops) <get_typename_from_type_info>: New field.
6315 * gdb_regex.h (compile_rx_or_error): Declare.
6316 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info): Update
6317 comment.
6318 (init_gnuv3_ops): Set get_type_from_type_info field.
6319 * probe.c (compile_rx_or_error): Move...
6320 * utils.c (compile_rx_or_error): ... here.
6321
72f1fe8a
TT
63222013-04-15 Tom Tromey <[email protected]>
6323
6324 PR c++/15176:
6325 * NEWS: Update.
6326 * break-catch-throw.c (compute_exception): New function.
6327 (exception_funcs): New global.
6328 (_initialize_break_catch_throw): Create $_exception.
6329 * cp-abi.c (cplus_type_from_type_info): New function.
6330 * cp-abi.h (cplus_type_from_type_info): Declare.
6331 (struct cp_abi_ops) <get_type_from_type_info>: New field.
6332 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info)
6333 (gnuv3_get_type_from_type_info): New functions.
6334 (init_gnuv3_ops): Set get_type_from_type_info ABI field.
6335
fc4746a2
TT
63362013-04-15 Tom Tromey <[email protected]>
6337
6338 * break-catch-throw.c (struct exception_names): New.
6339 (exception_functions): Change type.
6340 (re_set_exception_catchpoint): Look for SDT probes.
6341
15a73f56
TT
63422013-04-15 Tom Tromey <[email protected]>
6343
6344 PR c++/10119:
6345 * break-catch-throw.c (exception_functions): New global.
6346 (gnu_v3_exception_catchpoint_ops): Move earlier.
6347 (struct exception_catchpoint): New.
6348 (classify_exception_breakpoint): Rewrite.
6349 (re_set_exception_catchpoint): New function.
6350 (handle_gnu_v3_exceptions): Return void. Use init_catchpoint.
6351 Allocate a struct exception_catchpoint.
6352 (catch_exception_command_1): Update.
6353 (initialize_throw_catchpoint_ops): Set 're_set' method.
6354
916703c0
TT
63552013-04-15 Tom Tromey <[email protected]>
6356
6357 * Makefile.in (SFILES): Add break-catch-throw.c
6358 (COMMON_OBS): Add break-catch-throw.o.
6359 * break-catch-throw.c: New file.
6360 * breakpoint.c: Move exception-catching code to new file.
6361 (ep_parse_optional_if_clause): No longer static.
6362 * breakpoint.h (ep_parse_optional_if_clause): Declare.
6363
6e72ca20
TT
63642013-04-15 Tom Tromey <[email protected]>
6365
6366 PR c++/9065:
6367 * NEWS: Update.
6368 * breakpoint.c (watchpoint_exp_is_const): Add OP_TYPEID.
6369 * c-exp.y (TYPEID): New token.
6370 (exp): Add new TYPEID productions.
6371 (ident_tokens): Add "typeid".
6372 * cp-abi.c (cplus_typeid, cplus_typeid_type): New functions.
6373 * cp-abi.h (cplus_typeid, cplus_typeid_type): Declare.
6374 (struct cp_abi_ops) <get_typeid, get_typeid_type>: New fields.
6375 * eval.c (evaluate_subexp_standard) <OP_TYPEID>: New case.
6376 * expprint.c (dump_subexp_body_standard) <OP_TYPEID>: New
6377 case.
6378 * gnu-v3-abi.c (std_type_info_gdbarch_data): New global.
6379 (build_std_type_info_type, gnuv3_get_typeid_type)
6380 (gnuv3_get_typeid): New functions.
6381 (init_gnuv3_ops): Initialize std_type_info_gdbarch_data. Set
6382 new fields on ABI object.
6383 * parse.c (operator_length_standard) <OP_TYPEID>: New case.
6384 * std-operator.def (OP_TYPEID): New.
6385
715c6909
TT
63862013-04-15 Tom Tromey <[email protected]>
6387
6388 * elfread.c (elf_symtab_read): Install versioned symbol under
6389 unversioned name as well.
6390
8de20a37
TT
63912013-04-15 Tom Tromey <[email protected]>
6392
6393 PR c++/11990:
6394 * c-lang.c (cplus_language_defn): Use gdb_demangle.
6395 * c-typeprint.c (c_type_print_base): Use gdb_demangle.
6396 * cp-support.c (mangled_name_to_comp): Use gdb_demangle.
6397 (gdb_demangle): New function.
6398 * cp-support.h (gdb_demangle): Declare.
6399 * dwarf2read.c (dwarf2_physname, fixup_partial_die)
6400 (dwarf2_name): Use gdb_demangle.
6401 * gdbtypes.c (check_stub_method): Use gdb_demangle.
6402 * gnu-v3-abi.c (gnuv3_rtti_type): Strip @plt and version
6403 suffixes from name.
6404 (gnuv3_print_method_ptr): Use gdb_demangle.
6405 * jv-lang.c (java_demangle): Use gdb_demangle.
6406 * jv-typeprint.c (java_type_print_base): Use gdb_demangle.
6407 * language.c (unk_lang_demangle): Use gdb_demangle.
6408 * symtab.c (symbol_find_demangled_name)
6409 (demangle_for_lookup): Use gdb_demangle.
6410
591f19e8
TT
64112013-04-15 Tom Tromey <[email protected]>
6412
6413 PR c++/12824:
6414 * NEWS: Update.
6415 * breakpoint.c (enum exception_event_kind) <EX_EVENT_RETHROW>:
6416 New constant.
6417 (classify_exception_breakpoint): New function.
6418 (print_it_exception_catchpoint, print_one_exception_catchpoint)
6419 (print_mention_exception_catchpoint)
6420 (print_recreate_exception_catchpoint, handle_gnu_v3_exceptions)
6421 (catch_exception_command_1): Handle "rethrow" catchpoint.
6422 (catch_rethrow_command): New function.
6423 (_initialize_breakpoint): Add "catch rethrow" command.
6424
4d40cad2
PM
64252013-04-15 Pierre Muller <[email protected]>
6426
6427 * contrib/ari/gdb_ari.sh (write_pc rule): Do not consider
6428 set_gdbarch_write_pc as deprecated anymore.
6429
30bcb456
JB
64302013-04-15 Joel Brobecker <[email protected]>
6431
6432 * spu-tdep.c (spu_write_pc): Add empty line after local variable
6433 declarations.
6434
da9160e4
YQ
64352013-04-13 Yao Qi <[email protected]>
6436
6437 * ctf.c (_initialize_ctf): Include "completer.h".
6438 Call add_target_with_completer instead of add_target.
6439
39ed5604
JK
64402013-04-12 Jan Kratochvil <[email protected]>
6441
6442 Fix GDB regression related to PR binutils/14813.
6443 * jit.c (mem_bfd_iovec_close): Return 0 for success.
6444 * minidebug.c (lzma_close): Add return value comment.
6445 * remote.c (remote_bfd_iovec_close): Return 0 for success.
6446 * solib-spu.c (spu_bfd_iovec_close): Likewise.
6447 * spu-linux-nat.c (spu_bfd_iovec_close): Likewise.
6448
64492013-04-12 Jan Kratochvil <[email protected]>
49369217
JK
6450
6451 * config.in: Regenerate.
6452
d521ce57
TT
64532013-04-12 Tom Tromey <[email protected]>
6454
6455 * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: Now
6456 const.
6457 * dwarf2read.c (struct dwarf2_section_info) <buffer>: Now const.
6458 (struct die_reader_specs) <buffer>: Likewise.
6459 (die_reader_func_ftype): Make 'info_ptr' const.
6460 (struct line_header) <include_dirs, statement_program_start,
6461 statement_program_end>: Now const.
6462 (struct file_entry) <name>: Likewise.
6463 (struct partial_die_info) <sibling>: Likewise.
6464 (struct dwarf_block) <data>: Likewise.
6465 (dwarf2_read_section): Remove cast.
6466 (dwarf2_get_section_info): Make 'bufp' const.
6467 (read_index_from_section): Constify.
6468 (dw2_get_file_names_reader): Make 'info_ptr' const.
6469 (dw2_get_primary_filename_reader): Likewise.
6470 (read_comp_unit_head): Make 'info_ptr' and return type const.
6471 (read_and_check_comp_unit_head, read_and_check_type_unit_head):
6472 Likewise.
6473 (read_abbrev_offset): Constify.
6474 (dwarf2_create_include_psymtab): Make 'name' const.
6475 (create_debug_types_hash_table): Update.
6476 (read_cutu_die_from_dwo): Make 'result_info_ptr' const.
6477 (init_cutu_and_read_dies, init_cutu_and_read_dies_no_follow):
6478 Constify.
6479 (process_psymtab_comp_unit_reader, build_type_psymtabs_reader)
6480 (load_partial_comp_unit_reader): Make 'info_ptr' const.
6481 (read_comp_units_from_section): Constify.
6482 (peek_abbrev_code, peek_die_abbrev, skip_children, skip_one_die)
6483 (locate_pdi_sibling, load_full_comp_unit_reader): Make 'info_ptr'
6484 const.
6485 (dwarf2_compute_name, setup_type_unit_groups): Constify.
6486 (create_dwo_debug_info_hash_table): Make 'info_ptr' const.
6487 (create_dwp_hash_table, dwarf2_ranges_read)
6488 (dwarf2_record_block_ranges): Constify.
6489 (read_die_and_children, read_die_and_siblings_1)
6490 (read_die_and_siblings): Make 'info_ptr' and 'new_info_ptr'
6491 const.
6492 (read_full_die_1, read_full_die): Make 'info_ptr' const.
6493 (abbrev_table_read_table): Constify.
6494 (load_partial_dies): Make 'info_ptr' const.
6495 (read_partial_die, read_attribute_value, read_attribute): Make
6496 'info_ptr' and return type const.
6497 (read_address, read_initial_length)
6498 (read_checked_initial_length_and_offset, read_offset)
6499 (read_offset_1, read_n_bytes, read_direct_string): Make 'buf'
6500 const.
6501 (read_direct_string): Make 'buf' and return type const.
6502 (read_indirect_string_at_offset, read_indirect_string_from_dwz)
6503 (read_indirect_string): Make return type const.
6504 (read_unsigned_leb128, read_signed_leb128): Make 'buf' const.
6505 (read_addr_index_from_leb128, dwarf2_read_addr_index_reader): Make
6506 'info_ptr' const.
6507 (read_str_index): Make return type const.
6508 (add_include_dir): Make 'include_dir' const.
6509 (add_file_name): Make 'name' const.
6510 (dwarf_decode_line_header): Constify.
6511 (psymtab_include_file_name): Make return type const.
6512 (dwarf_decode_lines_1, dwarf_decode_lines): Constify.
6513 (dwarf2_start_subfile): Make 'filename' const.
6514 (dwarf2_const_value_attr): Make 'bytes' const.
6515 (read_signatured_type_reader): Make 'info_ptr' const.
6516 (decode_locdesc): Constify.
6517 (skip_form_bytes): Make 'bytes', 'buffer_end', and return type
6518 const.
6519 (skip_unknown_opcode): Make 'opcode_definitions', 'mac_ptr',
6520 'mac_end', and return type const.
6521 (dwarf_parse_macro_header): Make 'mac_ptr' and return type const.
6522 (dwarf_decode_macro_bytes): Make 'mac_ptr', 'mac_end', and return
6523 type const.
6524 (per_cu_header_read_in): Constify.
6525 * symfile.h (dwarf2_get_section_info): Update.
6526
d47a1bc1
TT
65272013-04-12 Tom Tromey <[email protected]>
6528
6529 * symtab.h (struct general_symbol_info) <value.bytes>: Make const.
6530
6eaaf48b
EZ
65312013-04-12 Eli Zaretskii <[email protected]>
6532
fc4c25bf 6533 * NEWS: Mention "show configuration", --configuration.
6eaaf48b
EZ
6534 * top.c (print_gdb_configuration): New function, displays the
6535 details about GDB configure-time parameters.
6536 (print_gdb_version): Mention "show configuration".
6eaaf48b
EZ
6537 * cli/cli-cmds.c (show_configuration): New function.
6538 (_initialize_cli_cmds): Add the "show configuration" command.
6eaaf48b
EZ
6539 * main.c (captured_main) <print_configuration>: New static var.
6540 <long_options>: Use it.
6541 If --configuration was given, call print_gdb_configuration.
6542
b292c783
JK
65432013-04-11 Jan Kratochvil <[email protected]>
6544 Pedro Alves <[email protected]>
6545
6546 * Makefile.in (HAVE_NATIVE_GCORE_TARGET): New.
6547 (generated_files): Add gcore.
6548 (install-only, uninstall): Add gcore if HAVE_NATIVE_GCORE_TARGET or
6549 HAVE_NATIVE_GCORE_HOST.
6550 (gcore): New.
6551 * NEWS (Changes since GDB 7.6): Mention newly installed gcore.
6552 * config/alpha/alpha-osf3.mh, config/i386/fbsd.mh,
6553 config/i386/fbsd64.mh, config/i386/i386gnu.mh, config/i386/i386sol2.mh,
6554 config/i386/sol2-64.mh, config/mips/irix5.mh, config/mips/irix6.mh,
6555 config/powerpc/fbsd.mh, config/sparc/fbsd.mh, config/sparc/sol2.mh:
6556 Add HAVE_NATIVE_GCORE_HOST.
6557 * configure: Regenerate.
6558 * configure.ac (HAVE_NATIVE_GCORE_TARGET): New, set it, AC_SUBST it.
6559 New AC_SUBST fir GDB_TRANSFORM_NAME and GCORE_TRANSFORM_NAME. New
6560 AC_CONFIG_FILES for gcore.
6561 * configure.tgt: Add gdb_have_gcore to the initial comment. Set
6562 gdb_have_gcore.
6563 * gdb_gcore.sh: Rename to ...
6564 * gcore.in: ... here. Remove gcore.sh comment. Use GDB_TRANSFORM_NAME
6565 and GCORE_TRANSFORM_NAME substitutions.
6566
c96b3c4f
JK
6567 Fix parsing tabs in ${gdb_target_obs}.
6568 * configure.tgt (gdb_have_gcore): Replace case with for and if.
6569
d6cb50a2
JK
65702013-04-11 Jan Kratochvil <[email protected]>
6571
6572 * remote.c (unpush_and_perror): Add output message final dot.
6573
cf2cb5ec
YQ
65742013-04-11 Yao Qi <[email protected]>
6575
6576 * tracepoint.c (tfile_interp_line): Fit parameters line and
6577 utpp in one line.
6578
07293be4
JB
65792013-04-10 Joel Brobecker <[email protected]>
6580
6581 * solib.c (solib_map_sections): Remove code overwriting
6582 SO->SO_NAME with the bfd's filename.
6583
f81d1120
PA
65842013-04-10 Pedro Alves <[email protected]>
6585
6586 * cli/cli-decode.c (integer_unlimited_completer): New function.
6587 (add_setshow_integer_cmd, add_setshow_uinteger_cmd)
6588 (add_setshow_zuinteger_unlimited_cmd): Install the "unlimited"
6589 completer.
6590 * cli/cli-setshow.c: Include "cli/cli-utils.h".
6591 (is_unlimited_literal): New function.
6592 (do_set_command): Handle literal "unlimited" arguments.
6593 * frame.c (_initialize_frame) <set backtrace limit>: Document
6594 "unlimited".
6595 * printcmd.c (_initialize_printcmd) <set print
6596 max-symbolic-offset>: Add help text.
6597 * record-full.c (_initialize_record_full) <set record full
6598 insn-number-max>: Likewise.
6599 * record.c (_initialize_record) <set record
6600 instruction-history-size, set record function-call-history-size>:
6601 Add help text.
6602 * ser-tcp.c (_initialize_ser_tcp) <set tcp connect-timeout>: Add
6603 help text.
6604 * tracepoint.c (_initialize_tracepoint) <set trace-buffer-size>:
6605 Likewise.
6606 * source.c (_initialize_source) <set listsize>: Add help text.
6607 * utils.c (initialize_utils) <set height, set width>: Likewise.
6608 <set pagination>: Mention "set height unlimited".
6609 * valprint.c (_initialize_valprint) <set print elements, set print
6610 repeats>: Document "unlimited".
6611
2f9d54cf
PA
66122013-04-10 Pedro Alves <[email protected]>
6613
6614 * cli/cli-cmds.c (quit_command): Call query_if_trace_running
6615 instead of disconnect_tracing.
6616 * infcmd.c (detach_command, disconnect_command): Call
6617 query_if_trace_running. Adjust.
6618 * top.c: Include "tracepoint.h".
6619 (quit_target): Delete. Contents moved ...
6620 (quit_force): ... here. Wrap each stage of teardown in
6621 TRY_CATCH. Call disconnect_tracing before detaching.
6622
393fd4c3
YQ
66232013-04-10 Hui Zhu <[email protected]>
6624 Yao Qi <[email protected]>
6625
6626 * configure.ac: Check libbabeltrace is installed.
6627 * config.in: Regenerate.
6628 * configure: Regenerate.
6629 * Makefile.in (LIBBABELTRACE): New.
6630 (CLIBS): Add LIBBABELTRACE.
6631 * ctf.c: Include "exec.h".
6632 (CTF_EVENT_ID_STATUS, CTF_EVENT_ID_TSV_DEF): New macros.
6633 (CTF_EVENT_ID_TP_DEF, ctf_save_write_int32): New macros.
6634 (ctf_save_metadata_header): Define new type aliases in
6635 metadata.
6636 (ctf_write_header): Define event type "tsv_def" and "tp_def"
6637 in metadata. Start a new faked packet for trace status.
6638 (ctf_write_status): Write trace status to CTF.
6639 (ctf_write_uploaded_tsv): Write TSV to CTF.
6640 (ctf_write_uploaded_tp): Write tracepoint definition to CTF.
6641 (ctf_write_definition_end): End the faked packet.
6642
6643 (ctx, ctf_iter, trace_dirname): New.
6644 (start_pos): New variable.
6645 (ctf_destroy, ctf_open_dir, ctf_open): New.
6646 (SET_INT32_FIELD, SET_ARRAY_FIELD, SET_STRING_FIELD): New
6647 macros.
6648 (ctf_read_tsv, ctf_read_tp, ctf_close, ctf_files_info): New.
6649 (ctf_fetch_registers, ctf_xfer_partial): New.
6650 (ctf_get_trace_state_variable_value): New.
6651 (ctf_get_tpnum_from_frame_event): New.
6652 (ctf_get_traceframe_address): New.
6653 (ctf_trace_find, ctf_has_stack): New.
6654 (ctf_has_registers, ctf_traceframe_info, init_ctf_ops): New.
6655 (ctf_get_trace_status, ctf_read_status): New.
6656 (_initialize_ctf): New.
6657 * tracepoint.c (get_tracepoint_number): New
6658 (get_uploaded_tsv): Remove 'static'.
5f8e0b8f 6659 (struct traceframe_info, trace_regblock_size): Move it to ...
393fd4c3
YQ
6660 * tracepoint.h: ... here.
6661 (get_tracepoint_number): Declare it.
6662 (get_uploaded_tsv): Declare it.
6663
6664 * NEWS: Mention new configure option.
6665
5c2b4418
HZ
66662013-04-10 Pedro Alves <[email protected]>
6667 Hui Zhu <[email protected]>
6668
6669 * breakpoint.c (dprintf_re_set): New.
6670 (initialize_breakpoint_ops): Set dprintf_breakpoint_ops re_set
6671 to dprintf_re_set.
6672
a5c66735
JB
66732013-04-09 Joel Brobecker <[email protected]>
6674
6675 * configure.tgt (gdb_target_obs) <powerpc-*-aix* | rs6000-*-*>:
6676 Remove solib-svr4.o from the list.
6677
9e77999c
JB
66782013-04-09 Joel Brobecker <[email protected]>
6679
6680 * varobj.c (update_dynamic_varobj_children) [!HAVE_PYTHON]:
6681 Use gdb_assert_not_reached instead of invalid boolean expression.
6682
1927e618
PA
66832013-04-09 Pedro Alves <[email protected]>
6684
6685 * remote.c (unpush_and_perror): New function.
6686 (readchar, remote_serial_write): Use it.
6687
10782d74
MM
66882013-04-09 Markus Metzger <[email protected]>
6689
6690 * NEWS: Mention new btrace RSP packets.
6691
4c8429ef
TT
66922013-04-08 Tom Tromey <[email protected]>
6693
6694 * symmisc.c (dump_msymbols): Cast fprintf_filtered argument to
6695 long.
6696
8625fc1b
TT
66972013-04-08 Tom Tromey <[email protected]>
6698
6699 * maint.c (print_bfd_section_info): Print the section index.
6700 * symmisc.c (dump_msymbols): Print the section index.
6701
e27d198c
TT
67022013-04-08 Tom Tromey <[email protected]>
6703
6704 PR symtab/8424:
6705 * blockframe.c (find_pc_partial_function_gnu_ifunc): Check
6706 SYMBOL_SECTION, not SYMBOL_OBJ_SECTION.
6707 * breakpoint.c (resolve_sal_pc): Update.
6708 * elfread.c (elf_gnu_ifunc_record_cache): Update.
6709 * findvar.c (struct minsym_lookup_data) <objfile>: New field.
6710 (minsym_lookup_iterator_cb): Use it.
6711 (default_read_var_value): Update.
6712 * hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline):
6713 Update.
6714 * infcmd.c (jump_command): Update.
6715 * linespec.c (minsym_found): Update.
6716 * maint.c (maintenance_translate_address): Update.
6717 * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Update.
6718 (prim_record_minimal_symbol_full): Don't set SYMBOL_OBJ_SECTION.
6719 * parse.c (write_exp_msymbol): Update.
6720 * printcmd.c (address_info): Update.
6721 * psymtab.c (find_pc_sect_psymbol): Update.
6722 (fixup_psymbol_section): Check SYMBOL_SECTION, not
6723 SYMBOL_OBJ_SECTION.
6724 (add_psymbol_to_bcache): Correctly initialize SYMBOL_SECTION.
6725 Don't initialize SYMBOL_OBJ_SECTION.
6726 * spu-tdep.c (spu_catch_start): Update.
6727 * stabsread.c (define_symbol): Don't set SYMBOL_SECTION.
6728 * symmisc.c (dump_msymbols, print_symbol): Update.
6729 * symtab.c (fixup_section): Don't set 'obj_section'. Change
6730 how fallback section is computed.
6731 (fixup_symbol_section): Update.
6732 (find_pc_sect_symtab, find_function_start_sal, skip_prologue_sal):
6733 Update.
6734 (allocate_symbol, initialize_symbol, allocate_template_symbol):
6735 Initialize SYMBOL_SECTION.
6736 * symtab.h (struct general_symbol_info) <section>: Update comment.
6737 <obj_section>: Remove.
6738 (SYMBOL_OBJ_SECTION): Add 'objfile' argument. Rewrite.
6739 (SYMBOL_OBJFILE): New macro.
6740
e6dc44a8
TT
67412013-04-08 Tom Tromey <[email protected]>
6742
6743 * coffread.c (record_minimal_symbol): Update.
6744 * dbxread.c (record_minimal_symbol): Update.
6745 * elfread.c (record_minimal_symbol): Update.
6746 * machoread.c (macho_symtab_add_minsym): Update.
6747 * mdebugread.c (record_minimal_symbol, parse_partial_symbols):
6748 Update.
6749 * minsyms.c (prim_record_minimal_symbol): Update.
6750 (prim_record_minimal_symbol_full): Remove 'bfd_section'
6751 argument.
6752 (prim_record_minimal_symbol_and_info): Likewise.
6753 * minsyms.h (prim_record_minimal_symbol_full)
6754 (prim_record_minimal_symbol_and_info): Update.
6755 * symtab.c (allocate_symbol, initialize_symbol)
6756 (allocate_template_symbol): Initialize SYMBOL_SECTION.
6757 * xcoffread.c (record_minimal_symbol, scan_xcoff_symtab):
6758 Update.
6759
36192a8d
TT
67602013-04-08 Tom Tromey <[email protected]>
6761
6762 PR symtab/8423:
6763 * solib-som.c (som_solib_section_offsets): Use BFD section
6764 indices. Set offsets for all sections.
6765 * somread.c (som_symtab_read): Compute BFD section for
6766 symbol. Use prim_record_minimal_symbol_and_info.
6767 (som_symfile_read): Fix comment.
6768 (struct find_section_offset_arg): New.
6769 (find_section_offset, set_section_index): New functions.
6770 (som_symfile_offsets): Use set_section_index to compute
6771 section indices.
6772
65cf3563
TT
67732013-04-08 Tom Tromey <[email protected]>
6774
6775 * coffread.c (cs_to_section): Use gdb_bfd_section_index.
6776 * elfread.c (record_minimal_symbol, elf_symtab_read): Use
6777 gdb_bfd_section_index.
6778 * gdb_bfd.c (gdb_bfd_section_index, gdb_bfd_count_sections):
6779 New functions.
6780 * gdb_bfd.h (gdb_bfd_section_index, gdb_bfd_count_sections):
6781 Declare.
6782 * machoread.c (macho_symtab_add_minsym, macho_symfile_offsets):
6783 Update.
6784 * objfiles.c (add_to_objfile_sections_full): New function.
6785 (add_to_objfile_sections): Use it.
6786 (build_section_table): Rewrite.
6787 (objfile_relocate1): Use gdb_bfd_section_index. Update.
6788 * objfiles.h (obj_section_offset): Use gdb_bfd_section_index.
6789 (struct objfile) <sections>: Update comment.
6790 (ALL_OBJFILE_OSECTIONS): Skip sections where the_bfd_section
6791 is NULL.
6792 (ALL_OBJSECTIONS): Use it.
6793 * solib-dsbt.c (dsbt_relocate_main_executable): Update.
6794 * solib-frv.c (frv_relocate_main_executable): Update.
6795 * solib-target.c (solib_target_relocate_section_addresses):
6796 Use gdb_bfd_section_index.
6797 * symfile.c (build_section_addr_info_from_section_table):
6798 Use gdb_bfd_section_index.
6799 (build_section_addr_info_from_bfd, place_section): Likewise.
6800 * symtab.c (fixup_section): Update.
6801 * xcoffread.c (find_targ_sec): Use gdb_bfd_section_index.
6802
7cbd4a93
TT
68032013-04-08 Tom Tromey <[email protected]>
6804
6805 * minsyms.h (struct bound_minimal_symbol): New.
6806 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
6807 Remove objfile argument.
6808 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
6809 Return bound_minimal_symbol.
6810 * minsyms.c (lookup_minimal_symbol_by_pc_1)
6811 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
6812 Return bound_minimal_symbol.
6813 (in_gnu_ifunc_stub): Update.
6814 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
6815 Remove 'objfile_p' argument.
6816 (lookup_solib_trampoline_symbol_by_pc): Update.
6817 * ada-tasks.c, amd64-windows-tdep.c, arm-tdep.c,
6818 arm-wince-tdep.c, block.c, blockframe.c, breakpoint.c, btrace.c,
6819 c-valprint.c, dwarf2loc.c, elfread.c, frame.c, frv-tdep.c,
6820 glibc-tdep.c, gnu-v2-abi.c, gnu-v3-abi.c, hppa-hpux-tdep.c,
6821 i386-tdep.c, ia64-tdep.c, infcall.c, infcmd.c, jit.c,
6822 linux-fork.c, m32c-tdep.c, m68hc11-tdep.c, maint.c,
6823 mips-tdep.c, p-valprint.c, parse.c, ppc-linux-tdep.c,
6824 ppc-sysv-tdep.c, printcmd.c, rs6000-tdep.c, sh64-tdep.c,
6825 stack.c, symtab.c, tui/tui-disasm.c: Update.
6826
f85f34ed
TT
68272013-04-08 Tom Tromey <[email protected]>
6828
6829 * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.
6830 Use symbol's obstack, not an objfile.
6831 * coffread.c (process_coff_symbol): Update.
6832 * dwarf2read.c (fixup_go_packaging, new_symbol_full): Update.
6833 * jv-lang.c (add_class_symbol): Update.
6834 * mdebugread.c (new_symbol): Update.
6835 * minsyms.c (prim_record_minimal_symbol_full)
6836 (terminate_minimal_symbol_table): Update.
6837 * psymtab.c (add_psymbol_to_bcache): Clear entire symbol. Update.
6838 * stabsread.c (define_symbol, read_enum_type): Update.
6839 * symtab.c (symbol_set_demangled_name, symbol_get_demangled_name):
6840 Handle Ada specially.
6841 (symbol_set_language): Add 'obstack' argument.
6842 (symbol_set_names): Update.
6843 (symbol_natural_name, symbol_demangled_name): Always use
6844 ada_decode_symbol.
6845 * symtab.h (struct general_symbol_info)
6846 <language_specific::obstack>: New field.
6847 <ada_mangled>: New field.
6848 (SYMBOL_SET_LANGUAGE): Add 'obstack' argument.
6849 (symbol_set_language): Update.
6850
ccde22c0
TT
68512013-04-08 Tom Tromey <[email protected]>
6852
6853 * symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name):
6854 Take an obstack, not an objfile.
6855 (symbol_set_names): Update.
6856 * symtab.h (symbol_set_demangled_name): Update.
6857
e623cf5d
TT
68582013-04-08 Tom Tromey <[email protected]>
6859
6860 * coffread.c (process_coff_symbol, coff_read_enum_type): Call
6861 allocate_symbol.
6862 * dwarf2read.c (fixup_go_packaging): Call allocate_symbol.
6863 (read_func_scope): Call allocate_template_symbol.
6864 (new_symbol_full): Call allocate_symbol.
6865 * jit.c (finalize_symtab): Call allocate_symbol.
6866 * jv-lang.c (add_class_symbol): Call allocate_symbol.
6867 * mdebugread.c (parse_symbol, new_block): Call allocate_symbol.
6868 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
6869 (common_block_end): Call allocate_symbol.
6870 * symtab.c (allocate_symbol, initialize_symbol)
6871 (allocate_template_symbol): New functions.
6872 * symtab.c (allocate_symbol, initialize_symbol)
6873 (allocate_template_symbol): Declare.
6874 * xcoffread.c (process_xcoff_symbol): Call initialize_symbol.
6875
f6de8ec2
PA
68762013-04-08 Pedro Alves <[email protected]>
6877 Keith Seitz <[email protected]>
6878
6879 * breakpoint.c (create_breakpoint): Rename
6880 "parse_condition_and_thread" parameter to "parse_arg". Update
6881 describing comment. If !PARSE_ARG, then error out if ARG is not
6882 the empty string after extracting the location.
6883 * breakpoint.h (create_breakpoint): Rename
6884 "parse_condition_and_thread" parameter to "parse_arg".
6885
f65ce5fb
AR
68862013-04-08 Aleksandar Ristovski <[email protected]
6887
6888 * solib-svr4.c (lm_addr_check): Add const qualifier to 'so' arg.
6889
cc5925ad
YQ
68902013-04-07 Yao Qi <[email protected]>
6891
6892 * remote.c (remote_trace_find): Change type of parameters 'addr1'
6893 and 'addr2' to CORE_ADDR.
6894 * target.c (update_current_target): Update.
6895 * target.h (struct target_ops) <to_trace_find>: Change parameter
6896 type to CORE_ADDR.
6897 * tracepoint.c (tfind_1): Change type of parameters 'addr1' and
6898 'addr2' to CORE_ADDR.
6899 (tfile_trace_find): Likewise.
6900 (tfile_get_traceframe_address): Change return type to CORE_ADDR.
6901 Change local variable 'addr' to type CORE_ADDR.
6902 * tracepoint.h (tfind_1): Update declaration.
6903
d9ac0664
EZ
69042013-04-06 Eli Zaretskii <[email protected]>
6905
6906 * windows-nat.c (windows_get_absolute_argv0): Move from here...
6907 * mingw-hdep.c (windows_get_absolute_argv0): ...to here.
6908 Include main.h.
6909
6910 * windows-nat.h (windows_get_absolute_argv0): Move prototype from
6911 here...
6912 * main.h (windows_get_absolute_argv0): ...to here.
6913
02142a6c
DE
69142013-04-05 Doug Evans <[email protected]>
6915
6916 * dwarf2read.c (struct dwarf2_per_objfile): Tweak comment.
6917 (read_cutu_die_from_dwo): Add comments.
6918 (read_structure_type): Update comment.
6919 (read_enumeration_type, read_namespace_type): Update comment.
6920 (read_die_type, get_die_type_at_offset, get_die_type): Update comment.
6921
43662968
JK
69222013-04-05 Jan Kratochvil <[email protected]>
6923
6924 Convert man pages to texinfo, new gdbinit.5 texinfo page.
6925 * Makefile.in (gdb.z): Remove.
6926 (install-only): Remove $(man1dir) and gdb.1 installation.
6927 * gdb.1: Remove.
6928
9ead1b84
JK
69292013-04-05 Jan Kratochvil <[email protected]>
6930
6931 Fix compatibility with Linux kernel 3.8.3.
6932 * linux-tdep.c (linux_find_memory_regions_full): Move variable number
6933 to more inner block. Remove parsing of NUMBER from outer block.
6934 Parse NUMBER only if KEYWORD has been identified.
6935
d1794952
JK
69362013-04-05 Jan Kratochvil <[email protected]>
6937
6938 Fix variable name shadowing.
6939 * linux-tdep.c (linux_find_memory_regions_full): Rename outer variable
6940 filename to mapsfilename and update its uses.
6941
9025569e
EZ
69422013-04-05 Eli Zaretskii <[email protected]>
6943
6944 * Makefile.in (TAGS): Avoid warning from etags when $GDB_NM_FILE is
6945 empty. See http://sourceware.org/ml/gdb-patches/2012-08/msg00504.html
6946 and http://sourceware.org/ml/gdb-patches/2013-04/msg00055.html for
6947 details of the problem.
6948
c9a6ce02
PA
69492013-04-04 Pedro Alves <[email protected]>
6950 Hui Zhu <[email protected]>
6951
6952 * breakpoint.c (validate_commands_for_breakpoint): If validating a
6953 tracepoint, reset its STEP_COUNT and call validate_actionline.
6954
5ff888ce
DE
69552013-04-03 Doug Evans <[email protected]>
6956
bf6af496
DE
6957 * dwarf2read.c (read_die_and_siblings_1): Renamed from
6958 read_die_and_siblings.
6959 (read_die_and_siblings): New function.
6960 (read_cutu_die_from_dwo): Dump die if requested.
6961 (read_die_and_children): Call read_full_die_1 and
6962 read_die_and_siblings_1.
6963 (read_full_die): Dump die if requested.
6964
6965 * dwarf2read.c (read_comp_units_from_section): Add debugging printf.
6966
0ac5b59e
DE
6967 * dwarf2read.c (struct dwo_file): New member comp_dir.
6968 Rename member name to dwo_name. All uses updated.
6969 (hash_dwo_file): Include comp_dir in computation.
6970 (eq_dwo_file): Ditto.
6971 (lookup_dwo_file_slot): New arg comp_dir. All callers updated.
6972 (create_dwo_in_dwp, lookup_dwo_in_dwp, open_and_init_dwo_file): Ditto.
6973
5ff888ce
DE
6974 * psymtab.c (read_psymtabs_with_fullname): Don't call
6975 psymtab_to_fullname if the basenames are different.
6976
ec83d211
JK
69772013-04-03 Jan Kratochvil <[email protected]>
6978
6979 * NEWS (Changes in GDB 7.6): Update the data-disassemble for "fullname".
6980 New entry about "fullname" presence.
6981
4f4352f7
PA
69822013-04-03 Pedro Alves <[email protected]>
6983
6984 * NEWS: Mention x86_64/Cygwin as new native configuration.
6985
3d1d5ea3
DE
69862013-04-02 Doug Evans <[email protected]>
6987
6988 * dwarf2read.c (read_structure_type): Fix typo in comment.
6989
be9a8770
PA
69902013-04-02 Pedro Alves <[email protected]>
6991
6992 * NEWS: Mention "set/show debug aarch64", "set/show debug
6993 coff-pe-read" and "set/show debug mach-o".
6994
a46c1e42
PA
69952013-04-02 Pedro Alves <[email protected]>
6996
6997 * NEWS: Mention "set/show remote trace-buffer-size-packet".
6998
3ad18b19
EZ
69992013-04-02 Eli Zaretskii <[email protected]>
7000
7001 * Makefile.in (HFILES_NO_SRCDIR): Remove call-cmds.h.
7002 gdb_string.h is now in common/.
7003
e9f1758d
PA
70042013-04-02 Pedro Alves <[email protected]>
7005
7006 * NEWS: Move "set debug notification" and "set trace-buffer-size"
7007 under "New options".
7008
049dc89b
JK
70092013-04-02 Jan Kratochvil <[email protected]>
7010
7011 Revert this patch:
7012 PR gdb/15275
7013 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
7014
c33e31fd
PA
70152013-04-02 Pedro Alves <[email protected]>
7016
7017 PR gdb/15275
7018
7019 * remote.c (send_interrupt_sequence): Use remote_serial_write.
7020 (remote_serial_write): New function.
7021 (putpkt_binary, getpkt_or_notif_sane_1): Use remote_serial_write.
7022
ea5f3910
JW
70232013-04-01 Jiong Wang <[email protected]>
7024
7025 * NEWS: Mention TILE-Gx in "New native configurations" and
f5aee5ee 7026 "New targets" sections.
ea5f3910 7027
5c6fa7ab
DE
70282013-04-01 Doug Evans <[email protected]>
7029
c0f78cd4
DE
7030 * dwarf2read.c (lookup_signatured_type_at_offset): Delete.
7031 (process_enumeration_scope): Simplify.
7032
0186c6a7
DE
7033 * dwarf2read.c (struct dwarf2_per_cu_data): Move member
7034 type_unit_group ...
7035 (struct signatured_type): ... to here.
7036 (sig_type_ptr): New typedef.
7037 (type_unit_group): Delete member 't.first_cu'. Move member 'tus'
7038 out of union 't'. All uses updated.
7039 (dw2_get_file_names_reader): Assert not called for a type unit.
7040 (dw2_get_file_names): Assert not called for a type unit or type
7041 unit group.
7042 (build_type_psymtabs_reader): Assert called for a type unit.
7043 (build_type_psymtab_dependencies): Assert called for a type unit group.
7044
5c6fa7ab
DE
7045 * dwarf2read.c (free_dwo_file): Add comment.
7046 (dwarf2_per_objfile_free): Unref dwp bfd.
7047
b3c0ad67 70482013-04-01 Aleksandar Ristovski <[email protected]>
cebca8c1
AR
7049
7050 * coff-pe-read.c (add_pe_exported_sym): Remove unused 'dll_name_len'.
7051 (add_pe_forwarded_sym): Remove unused 'section', 'dll_name_len'.
7052 (read_pe_exported_syms): Remove unused 'exportix'.
7053 (pe_text_section_offset): Remove unused 'opthdr_ofs', 'num_entries',
7054 'export_rva', 'export_size', 'expptr', 'exp_funcbase', 'expdata',
7055 'erva', 'name_rvas', 'ordinals', 'nexp', 'ordbase', 'dll_name'.
7056
e2df1547
AR
70572013-04-01 Aleksandar Ristovski <[email protected]>
7058
7059 * breakpoint.c (parse_cond_to_aexpr): Remove unused 'old_chain'.
7060 (print_it_watchpoint): Remove unused 'bl'.
7061 (say_where): Remove unused 'uiout'.
7062 (bpstat_remove_breakpoint_callback): Remove unused 'uiout'.
7063 (bkpt_breakpoint_hit): Remove unused 'b'.
7064 (internal_bkpt_print_it): Remove unused 'uiout'.
7065 * buildsym.c (augment_type_symtab): Remove unused 'i'.
7066
d81e75c0
TD
70672013-03-31 Tiago Stürmer Daitx <[email protected]>
7068
7069 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_float): New function.
7070 (ppc64_sysv_abi_push_dummy_call): Handle complex arguments.
7071
5a8b3f62
DE
70722013-03-29 Doug Evans <[email protected]>
7073
ab5088bf
DE
7074 * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file.
7075 Delete arg is_dwp. All callers updated.
7076 (open_dwp_file): New function.
7077 (open_and_init_dwp_file): Call it.
7078 (get_dwp_file): New function.
7079 (lookup_dwo_cutu): Call it.
7080
a8ad1e57
DE
7081 * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, and
7082 unnecessary, cleanup.
7083
6296d8c1
DE
7084 * dwarf2read.c (lookup_dwo_cutu): Improve complaint text.
7085
b0c7bfa9
DE
7086 * dwarf2read.c (read_cutu_die_from_dwo): New function.
7087 (lookup_dwo_unit): New function.
7088 (init_cutu_and_read_dies): Move DWO handling to new functions.
7089
c88ee1f0
DE
7090 * dwarf2read.c (struct signatured_type): Tweak comment.
7091 (struct dwo_unit): Tweak comment.
7092 (create_debug_types_hash_table): Tweak comment. Reformat long line.
7093 (create_dwo_debug_info_hash_table): Tweak comment.
7094 (dwarf2_per_cu_offset_and_type): Tweak comment.
7095
5a8b3f62
DE
7096 * dwarf2read.c (lookup_signatured_type): Remove complaint about
7097 missing .debug_types section.
7098
9852c492
YQ
70992013-03-29 Yao Qi <[email protected]>
7100
7101 * corelow.c: Include "completer.h".
7102 (_initialize_corelow): Call add_target_with_completer with
7103 argument 'filename_completer'.
7104 * tracepoint.c: Likewise.
7105 * exec.c (_initialize_exec): Likewise.
7106 * target.c (add_target): Rename to ...
7107 (add_target_with_completer): ... this. Call set_cmd_completer
7108 if parameter completer is not NULL.
7109 (add_target): New.
7110 * target.h: Include "command.h".
7111 (add_target_with_completer): Declare it.
7112
af312be7
JB
71132013-03-28 Joel Brobecker <[email protected]>
7114
7115 * coffread.c (is_import_fixup_symbol): New function.
7116 (record_minimal_symbol): Use is_import_fixup_symbol to
7117 detect import fixup symbols, and discard them.
7118
8a0459fd
DE
71192013-03-28 Doug Evans <[email protected]>
7120
0349ea22
DE
7121 * dwarf2read.c (create_debug_types_hash_table): Don't allocate the
7122 types hash table until we know we need it.
7123
f652bce2
DE
7124 * dwarf2read.c (create_addrmap_from_index): Complain about bad CU
7125 index numbers.
7126
e4a48d9d
DE
7127 * dwarf2read.c (dw2_get_file_names): Delete arg "objfile".
7128 All callers updated.
7129 (dw2_print_stats): Print #read CUs too.
7130 (dump_die_shallow): Print signatured types better.
7131
8a0459fd
DE
7132 * dwarf2read.c (struct dwarf2_per_cu_data): Rename member
7133 info_or_types_section to section. All uses updated.
7134 (struct dwo_unit): Ditto.
7135
bd3eecc3
PA
71362013-03-28 Pedro Alves <[email protected]>
7137
7138 * NEWS (New options): New section.
7139 (New options): Mention set/show remote trace-status-packet.
7140 * remote.c (PACKET_qTStatus): New enumeration value.
7141 (remote_get_trace_status): Skip sending qTStatus if the packet is
7142 disabled. Use packet_ok.
7143 (_initialize_remote): Register a configuration command for
7144 qTStatus packet.
7145
41245087
DE
71462013-03-28 Doug Evans <[email protected]>
7147
7edbb660
DE
7148 * symfile.c (find_separate_debug_file): Add comment.
7149 (terminate_after_last_dir_separator): Tweak comment.
7150
0018ea6f
DE
7151 * dwarf2read.c (create_partial_symtab): Add forward decl.
7152 (create_partial_symtab): Move to be closer to other psymtab functions.
7153 (process_psymtab_comp_unit_reader, process_psymtab_comp_unit): Ditto.
7154
ca69b9e6
DE
7155 * dwarf2read.c (dwarf2_physname): Move declaration to better spot.
7156 (compute_symtab_includes): Remove unnecessary forward declaration.
7157 (die_needs_namespace): Add comment marking group of functions for
7158 dwarf2 name computation.
7159
a9375afe
DE
7160 * typeprint.c (_initialize_typeprint): Improve type help text.
7161
41245087
DE
7162 * python/python.c (finish_python_initialization): Provide suggestion
7163 for how to tell gdb to find its python files.
7164
7f7cc265
PA
71652013-03-28 Pedro Alves <[email protected]>
7166
7167 PR gdb/15294
7168
7169 * source.c (_initialize_source): Change back "set listsize" to an
7170 integer command.
7171
ec21308c
JK
71722013-03-27 Gareth McMullin <[email protected]>
7173
7174 PR gdb/15275
7175 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
7176
840a9a1f
PA
71772013-03-27 Pedro Alves <[email protected]>
7178
7179 * top.c (history_size): Rename to ...
7180 (history_size_setshow_var): ... this. Add comment.
7181 (show_commands): Use readline's 'history_length' instead of
7182 computing the history length by calling history_get in a loop.
7183 (set_history_size_command): Error out for sizes over INT_MAX.
7184 Restore previous history size on invalid size.
7185 (init_history): If HISTSIZE is negative, leave the history size as
7186 zero. Add comments.
7187 (init_main): Adjust.
7188
826ecc4d
PA
71892013-03-27 Pedro Alves <[email protected]>
7190
7191 * coff-pe-read.c (_initialize_coff_pe_read): Rename "set debug
7192 coff_pe_read" command to "set debug coff-pe-read".
7193
0ccfeeae
MM
71942013-03-27 Markus Metzger <[email protected]>
7195
7196 * record.c (command_size_to_target_size): Fix size comparison.
7197 Change parameter type from pointer to integer to integer.
7198 Update all users.
7199
40653b35
PM
72002013-03-27 Pierre Muller <[email protected]>
7201
7202 * windows-nat.c (handle_output_debug_string): Avoid typecast
7203 from integer of different size warning.
7204
c62fa0e2
JB
72052013-03-26 Joel Brobecker <[email protected]>
7206
7207 * windows-nat.c (handle_output_debug_string): Add empty line
7208 after local block variable definition.
7209
2c619be2
PA
72102013-03-26 Pedro Alves <[email protected]>
7211
7212 * ser-tcp.c (wait_for_connect): Make 'polls' parameter unsigned.
7213 (net_open): Make 'polls' local unsigned.
7214
1b493192
PA
72152013-03-26 Pedro Alves <[email protected]>
7216
7217 * remote.c (_initialize_remote): Make "set remoteaddresssize"
7218 a zuinteger command instead of uinteger.
7219
7ee70bf5
PA
72202013-03-26 Pedro Alves <[email protected]>
7221
7222 * record-full.c (record_full_insn_num): Make it unsigned.
7223 (record_full_check_insn_num, record_full_message)
7224 (record_full_registers_change, record_full_xfer_partial): Remove
7225 record_full_insn_max_num check (it's always != 0).
7226 (record_full_info, record_full_restore): Use %u as format string.
7227 (): Use %u as format string.
7228 (set_record_full_insn_max_num): Remove record_full_insn_max_num
7229 check (it's always != 0).
7230
dfd1f9bb
PA
72312013-03-26 Pedro Alves <[email protected]>
7232
7233 * dcache.c (_initialize_dcache): Make the "set dcache line-size"
7234 and "set dcache size" commands zuinteger instead of uinteger.
7235
addb4faf
PA
72362013-03-26 Pedro Alves <[email protected]>
7237
7238 * cris-tdep.c (_initialize_cris_tdep): Make the "set cris-version"
7239 command zuinteger instead of uinteger.
7240
b75bf488
PA
72412013-03-26 Pedro Alves <[email protected]>
7242
7243 * coff-pe-read.c (_initialize_coff_pe_read): Make the command
7244 zuinteger instead of uinteger.
7245
42c634cb
PA
72462013-03-26 Pedro Alves <[email protected]>
7247
7248 * record.c (record_insn_history_size_setshow_var)
7249 (record_call_history_size_setshow_var): New globals.
7250 (command_size_to_target_size): New function.
7251 (cmd_record_insn_history, cmd_record_call_history): Use
7252 command_size_to_target_size instead of cast.
7253 (validate_history_size, set_record_insn_history_size)
7254 (set_record_call_history_size): New functions.
7255 (_initialize_record): Install set_record_insn_history_size and
7256 set_record_call_history_size as "set" hooks of "set record
7257 instruction-history-size" and "set record
7258 function-call-history-size".
7259
1fb2e2b5
PA
72602013-03-26 Pedro Alves <[email protected]>
7261
7262 * top.c (gdb_rl_operate_and_get_next): Replace max_input_history
7263 use with history_max_entries use. Remove FIXME note.
7264
99c819ee
MM
72652013-03-26 Markus Metzger <[email protected]>
7266
7267 * record-btrace.c (record_btrace_close): Call
7268 record_btrace_auto_disable.
7269
9f9e404c
JB
72702013-03-25 Joel Brobecker <[email protected]>
7271
7272 * rs6000-nat.c (fixup_breakpoints): Delete declaration.
7273
ebcdfe33
DE
72742013-03-25 Doug Evans <[email protected]>
7275
7276 * contrib/cc-with-tweaks.sh: Check exit code of dwp.
7277
24955f63
TT
72782013-03-25 Tom Tromey <[email protected]>
7279
7280 PR symtab/11462:
7281 * c-exp.y (exp): Add new productions for destructors after '.' and
7282 '->'.
7283 (write_destructor_name): New function.
7284
fce632b6
TT
72852013-03-25 Tom Tromey <[email protected]>
7286
7287 PR c++/9197:
7288 * opencl-lang.c (evaluate_subexp_opencl) <STRUCTOP_STRUCT>: Use
7289 value_struct_elt, not lookup_struct_elt_type.
7290 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
7291 STRUCTOP_PTR>: Use value_struct_elt, not lookup_struct_elt_type.
7292 * expression.h (EVAL_AVOID_SIDE_EFFECTS): Update comment.
7293
a4341769
YQ
72942013-03-25 Yao Qi <[email protected]>
7295
7296 * ctf.c [USE_WIN32API]: Undef 'mkdir' and use 'mkdir'
7297 instead of '_mkdir'.
7298
b5981e5a
EZ
72992013-03-23 Eli Zaretskii <[email protected]>
7300
7301 * windows-nat.c (windows_get_absolute_argv0): New function.
7302 * windows-nat.h: Add its prototype.
7303
7304 * main.c (get_init_files): Use filename_ncmp instead of strncmp.
7305 Use IS_DIR_SEPARATOR instead of looking for a character inside
7306 SLASH_STRING. Include filenames.h.
7307 (captured_main) [__MINGW32__]: Make argv[0] absolute, so that
7308 relocate_gdb_directory works when passed gdb_program_name.
7309 Include windows-nat.h.
7310
598d3636
JK
73112013-03-22 Jan Kratochvil <[email protected]>
7312
7313 * exceptions.h (enum errors): New entry TARGET_CLOSE_ERROR.
7314 * remote.c (trace_error): Remove the special handling of '2'.
7315 (readchar) <SERIAL_EOF>
7316 (readchar) <SERIAL_ERROR>
7317 (getpkt_or_notif_sane_1): Use TARGET_CLOSE_ERROR for them.
7318 (remote_get_trace_status): Call throw_exception if EX is
7319 TARGET_CLOSE_ERROR.
7320 * utils.c (perror_with_name): Rename to ...
7321 (throw_perror_with_name): ... here. New parameter errcode, describe it
7322 in the function comment.
7323 (perror_with_name): New function wrapper.
7324 * utils.h (enum errors): New stub declaration.
7325 (throw_perror_with_name): New declaration.
7326
82b821e9
PA
73272013-03-22 Pedro Alves <[email protected]>
7328 Yao Qi <[email protected]>
7329 Mark Kettenis <[email protected]>
7330
7331 * cli/cli-setshow.c (do_set_command) <var_uinteger>:
7332 Don't let the user set the value to UINT_MAX directly.
7333 <var_integer>: Don't let the user set the value to INT_MAX
7334 directly.
7335
78a095c3
JK
73362013-03-22 Jan Kratochvil <[email protected]>
7337
7338 * remote.c (remote_unpush_target): New function.
7339 (remote_open_1): Remove two pop_target calls, update one comment, add
7340 comment to target_preopen call. Replace pop_target call by
7341 remote_unpush_target call.
7342 (interrupt_query, readchar, getpkt_or_notif_sane_1): Replace
7343 pop_target calls by remote_unpush_target calls.
7344
3e74e146
PA
73452013-03-22 Pedro Alves <[email protected]>
7346
7347 * linux-nat.c (linux_child_follow_fork): Don't call
7348 linux_enable_event_reporting.
7349 (linux_handle_extended_wait): Don't call
7350 linux_enable_event_reporting.
7351
a2213dca
PA
73522013-03-22 Pedro Alves <[email protected]>
7353
7354 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Define INSN macro,
7355 use it to rewrite the trampoline buffers with type gdb_byte[], and
7356 undefine the macro. Remove char* cast.
7357
bd712aed
DE
73582013-03-21 Doug Evans <[email protected]>
7359
7360 New commands "mt set per-command {space,time,symtab} {on,off}".
7361 * NEWS: Add entry.
7362 * event-top.c: #include "maint.h".
7363 * main.c: #include "maint.h".
7364 * maint.c: #include <sys/time.h>, <time.h>, block.h, top.h,
7365 timeval-utils.h, maint.h, cli/cli-setshow.h.
7366 (per_command_time, per_command_space): New static globals.
7367 (per_command_symtab): New static global.
7368 (per_command_setlist, per_command_showlist): New static globals.
7369 (struct cmd_stats): Move here from utils.c.
7370 (set_per_command_time): Renamed from set_display_time in utils.c
7371 and moved here. All callers updated.
7372 (set_per_command_space): Renamed from set_display_space in utils.c
7373 and moved here. All callers updated.
7374 (count_symtabs_and_blocks): New function.
7375 (report_command_stats): Moved here from utils.c. Add support for
7376 printing symtab stats. Only print data if enabled before command
7377 executed.
7378 (make_command_stats_cleanup): Ditto.
7379 (sert_per_command_cmd, show_per_command_cmd): New functions.
7380 (_initialize_maint_cmds): Add new commands
7381 mt set per-command {space,time,symtab} {on,off}.
7382 * maint.h: New file.
7383 * top.c: #include "maint.h".
7384 * utils.c (reset_prompt_for_continue_wait_time): New function.
7385 (get_prompt_for_continue_wait_time): New function.
7386 * utils.h (reset_prompt_for_continue_wait_time): Declare
7387 (get_prompt_for_continue_wait_time): Declare.
7388 (make_command_stats_cleanup): Moved to maint.h.
7389 (set_display_time, set_display_space): Moved to maint.h and renamed
7390 to set_per_command_time, set_per_command_space.
7391 * cli/cli-setshow.c (parse_cli_boolean_value): Renamed from
7392 parse_binary_operation and made non-static. Don't call error,
7393 just return an error marker. All callers updated.
7394 * cli/cli-setshow.h (parse_cli_boolean_value): Declare.
7395
d76488d8
TT
73962013-03-21 Tom Tromey <[email protected]>
7397
7398 * symfile.c (alloc_section_addr_info): Update header. Don't set
7399 'num_sections' field.
7400 (build_section_addr_info_from_section_table): Set 'num_sections'.
7401 (build_section_addr_info_from_bfd): Likewise.
7402 (build_section_addr_info_from_objfile): Remove dead loop
7403 condition.
7404 (free_section_addr_info): Unconditionally call xfree.
7405 (relative_addr_info_to_section_offsets, addrs_section_sort)
7406 (addr_info_make_relative, syms_from_objfile_1): Remove dead loop
7407 condition.
7408 (syms_from_objfile_1): Remove dead 'if' condition. Check
7409 'num_sections'.
7410 (add_symbol_file_command): Set 'num_sections'.
7411 * symfile-mem.c (symbol_file_add_from_memory): Set
7412 'num_sections'.
7413 * somread.c (som_symfile_offsets): Remove dead loop condition.
7414 * machoread.c (macho_symfile_offsets): Remove dead 'if'.
7415 * jit.c (jit_bfd_try_read_symtab): Set 'num_sections'.
7416
a72e5169 74172013-03-21 Tom Tromey <[email protected]>
92bc6a20
TT
7418
7419 * tracepoint.h (decode_agent_options): Add 'trace_string'
7420 argument.
7421 * tracepoint.c (decode_agent_options): Add 'trace_string'
7422 argument.
7423 (validate_actionline): Update.
7424 (collect_symbol): Add 'trace_string' argument.
7425 (struct add_local_symbols_data) <trace_string>: New field.
7426 (do_collect_symbol): Update.
7427 (add_local_symbols): Add 'trace_string' argument.
7428 (encode_actions_1): Update.
7429 (trace_dump_actions): Update.
7430 * dwarf2loc.c (access_memory): Update.
7431 * ax.h (struct agent_expr) <tracing, trace_string>: New fields.
7432 * ax-general.c (new_agent_expr): Update.
7433 * ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
7434 (gen_trace_for_return_address): Add argument.
7435 (trace_kludge, trace_string_kludge): Remove.
7436 * ax-gdb.c (trace_kludge, trace_string_kludge): Remove.
7437 (gen_traced_pop, gen_fetch, gen_bitfield_ref, gen_expr): Update.
7438 (gen_trace_for_var): Add 'trace_string' argument.
7439 (gen_trace_for_expr, gen_trace_for_return_address): Likewise.
7440 (gen_printf, agent_eval_command_one): Update.
7441
b2f83c08
TT
74422013-03-21 Tom Tromey <[email protected]>
7443
7444 PR exp/15109:
7445 * c-exp.y (yylex): Rewrite to push all tokens onto the FIFO.
7446 Handle FILENAME token.
7447
9507860e
TT
74482013-03-21 Tom Tromey <[email protected]>
7449
7450 * c-exp.y (YYPRINT): Define.
7451 (c_print_token): New function.
7452
e403aa4b
TT
74532013-03-21 Tom Tromey <[email protected]>
7454
7455 * c-exp.y (%union) <sym, ivar, ivec>: Remove.
7456
af307d6a
YQ
74572013-03-21 Yao Qi <[email protected]>
7458
7459 * ctf.c: Include "gdb_stat.h".
7460 [USE_WIN32API]: New macro 'mkdir'.
7461 (ctf_start): Use permission bits macros if they are defined.
7462
fb81d016
KS
74632013-03-20 Keith Seitz <[email protected]>
7464
7465 * breakpoint.h (struct breakpoint): Add comment to
7466 extra_string indicating that this member is mallod'd.
7467 * breakpoint.c (base_breakpoint_dtor): Free extra_string.
7468
ef0026f0
PA
74692013-03-20 Pedro Alves <[email protected]>
7470
7471 PR gdb/15289
7472
7473 * cli/cli-setshow.c (do_set_command)
7474 <var_uinteger, var_zuinteger>: Use LONGEST for variable holding
7475 the result of parsing the command argument. Throw error if the
7476 value is greater than UINT_MAX. Print the invalid value with
7477 plongest.
7478 <var_integer, var_zinteger>: Use LONGEST for variable holding the
7479 result of parsing the command argument. Throw error if the value
7480 is greater than INT_MAX, not greater or equal. Also throw error
7481 if the value is less than INT_MIN. Print the invalid value with
7482 plongest.
7483 <var_zuinteger_unlimited>: Throw error if the value is greater
7484 than INT_MAX, not greater or equal.
7485 (do_show_command) <var_integer, var_zinteger,
7486 var_zuinteger_unlimited>: Use %d for printing int, not %u.
7487
24d6c2a0
TT
74882013-03-20 Tom Tromey <[email protected]>
7489
7490 * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,
7491 if possible.
7492 * dwarf2read.c (read_func_scope): Remove old FIXME.
7493 * eval.c (evaluate_subexp_standard): Check SYMBOL_COMPUTED_OPS,
7494 not LOC_COMPUTED.
7495 * findvar.c (symbol_read_needs_frame, default_read_var_value):
7496 Unconditionally call via computed ops, if possible.
7497 * printcmd.c (address_info): Unconditionally call via computed ops,
7498 if possible.
7499 * stack.c (read_frame_arg): Unconditionally call via computed ops,
7500 if possible.
7501 * symtab.c (register_symbol_computed_impl): Sanity check 'ops'.
7502 * tracepoint.c (scope_info): Unconditionally call via computed ops,
7503 if possible.
7504
f1e6e072
TT
75052013-03-20 Jan Kratochvil <[email protected]>
7506 Tom Tromey <[email protected]>
7507
7508 PR symtab/8421:
7509 * coffread.c (coff_register_index): New global.
7510 (process_coff_symbol, coff_read_enum_type): Set
7511 SYMBOL_ACLASS_INDEX.
7512 (_initialize_coffread): Initialize new global.
7513 * dwarf2loc.c (locexpr_find_frame_base_location)
7514 (dwarf2_block_frame_base_locexpr_funcs)
7515 (loclist_find_frame_base_location)
7516 (dwarf2_block_frame_base_loclist_funcs): New.
7517 (dwarf_expr_frame_base_1): Call SYMBOL_BLOCK_OPS, remove internal_error.
7518 (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Add location_has_loclist.
7519 * dwarf2loc.h (dwarf2_block_frame_base_locexpr_funcs)
7520 (dwarf2_block_frame_base_loclist_funcs): New.
7521 * dwarf2read.c (dwarf2_locexpr_index, dwarf2_loclist_index)
7522 (dwarf2_locexpr_block_index, dwarf2_loclist_block_index): New
7523 globals.
7524 (read_func_scope): Update.
7525 (fixup_go_packaging, mark_common_block_symbol_computed)
7526 (var_decode_location, new_symbol_full, dwarf2_const_value):
7527 Set SYMBOL_ACLASS_INDEX.
7528 (dwarf2_symbol_mark_computed): Likewise. Add 'is_block' argument.
7529 (_initialize_dwarf2_read): Initialize new globals.
7530 * jit.c (finalize_symtab): Set SYMBOL_ACLASS_INDEX.
7531 * jv-lang.c (add_class_symbol): Set SYMBOL_ACLASS_INDEX.
7532 * mdebugread.c (mdebug_register_index, mdebug_regparm_index): New
7533 globals.
7534 (parse_symbol, psymtab_to_symtab_1): Set SYMBOL_ACLASS_INDEX.
7535 (_initialize_mdebugread): Initialize new globals.
7536 * psympriv.h (struct partial_symbol) <aclass>: Update comment.
7537 * stabsread.c (patch_block_stabs): Set SYMBOL_ACLASS_INDEX.
7538 (stab_register_index, stab_regparm_index): New globals.
7539 (define_symbol, read_enum_type, common_block_end): Set
7540 SYMBOL_ACLASS_INDEX.
7541 (_initialize_stabsread): Initialize new globals.
7542 * symtab.c (next_aclass_value, symbol_impl, symbol_impls): New
7543 globals.
7544 (MAX_SYMBOL_IMPLS): New define.
7545 (register_symbol_computed_impl, register_symbol_block_impl)
7546 (register_symbol_register_impl)
7547 (initialize_ordinary_address_classes): New functions.
7548 (_initialize_symtab): Call initialize_ordinary_address_classes.
7549 * symtab.h (enum address_class) <LOC_FINAL_VALUE>: New constant.
7550 (struct symbol_impl): New.
7551 (SYMBOL_ACLASS_BITS): New define.
7552 (struct symbol) <aclass, ops>: Remove fields.
7553 <aclass_index>: New field.
7554 (symbol_impls): Declare.
7555 (SYMBOL_CLASS, SYMBOL_COMPUTED_OPS, SYMBOL_REGISTER_OPS): Redefine.
7556 (SYMBOL_IMPL, SYMBOL_ACLASS_INDEX): New defines.
7557 (register_symbol_computed_impl, register_symbol_block_impl)
7558 (register_symbol_register_impl): Declare.
7559 (struct symbol_computed_ops): Add location_has_loclist.
7560 (struct symbol_block_ops): New.
7561 (SYMBOL_BLOCK_OPS): New.
7562 * xcoffread.c (process_xcoff_symbol): Set SYMBOL_ACLASS_INDEX.
7563
dbccfd4c
TT
75642013-03-20 Tom Tromey <[email protected]>
7565
7566 * psymtab.c (find_pc_sect_psymbol, fixup_psymbol_section)
7567 (print_partial_symbols, recursively_search_psymtabs): Use
7568 PSYMBOL_CLASS.
7569
e3f1ad4f
PM
75702013-03-20 Pierre Muller <[email protected]>
7571
7572 * contrib/ari/gdb_ari.sh (OP eol rule): Also check
7573 addtion, subtraction, multiplication and division binary operator.
7574
460014f5
JK
75752013-03-20 Jan Kratochvil <[email protected]>
7576
7577 Code cleanup.
7578 * bfd-target.c (target_bfd_xclose): Remove parameter quitting.
7579 * bsd-kvm.c (bsd_kvm_close): Likewise.
7580 * bsd-uthread.c (bsd_uthread_close): Likewise.
7581 * corelow.c (core_close): Likewise.
7582 (core_close_cleanup): Remove parameter quitting from a caller.
7583 * event-top.c (async_disconnect): Likewise.
7584 * exec.c (exec_close_1): Remove parameter quitting.
7585 * go32-nat.c (go32_close): Likewise.
7586 * linux-nat.c (linux_nat_close): Remove parameter quitting. Remove
7587 parameter quitting from a caller.
7588 * mips-linux-nat.c (super_close): Remove parameter quitting from the
7589 variable.
7590 (mips_linux_close): Remove parameter quitting. Remove parameter
7591 quitting from a caller.
7592 * monitor.c (monitor_close): Remove parameter quitting.
7593 * monitor.h (monitor_close): Likewise.
7594 * record-btrace.c (record_btrace_close): Likewise.
7595 * record-full.c (record_full_close): Likewise.
7596 * remote-m32r-sdi.c (m32r_close): Remove parameter quitting and remove
7597 it also from fprintf_unfiltered.
7598 * remote-mips.c (mips_close): Remove parameter quitting.
7599 (mips_detach): Remove parameter quitting from a caller.
7600 * remote-sim.c (gdbsim_close): Remove parameter quitting.
7601 (gdbsim_close): Remove duplicate function comment. Remove parameter
7602 quitting and remove it also from printf_filtered.
7603 * remote.c (remote_close): Remove parameter quitting.
7604 * solib-svr4.c (enable_break): Remove parameter quitting from a caller.
7605 * target.c (update_current_target): Remove parameter int from to_close
7606 de_fault.
7607 (push_target, unpush_target, pop_target): Remove parameter quitting from
7608 a caller.
7609 (pop_all_targets_above, pop_all_targets): Remove parameter quitting.
7610 Remove parameter quitting from a caller.
7611 (target_preopen): Remove parameter quitting from a caller.
7612 (target_close): Remove parameter quitting. Remove parameter quitting
7613 from a caller two times. Remove parameter quitting also from
7614 fprintf_unfiltered.
7615 * target.h (struct target_ops): Remove parameter quitting and as int
7616 from fields to_xclose and to_close.
7617 (extern struct target_ops current_target):
7618 (target_close, pop_all_targets): Remove parameter quitting. Update the
7619 comment.
7620 (pop_all_targets_above): Remove parameter quitting.
7621 * top.c (quit_target): Remove parameter quitting from a caller.
7622 * tracepoint.c (tfile_close): Remove parameter quitting.
7623 * windows-nat.c (windows_close): Remove parameter quitting.
7624
35a7120b
CV
76252013-03-20 Corinna Vinschen <[email protected]>
7626
7627 * windows-nat.c (handle_output_debug_string): Replace call
7628 to string_to_core_addr with call to strtoull.
7629
8249a5a9
YQ
76302013-03-20 Yao Qi <[email protected]>
7631
7632 * ctf.c (ctf_save_metadata_header): Define macro HOST_ENDIANNESS
7633 and write it to CTF metadata.
7634
2c15ef43
CV
76352013-03-19 Corinna Vinschen <[email protected]>
7636
7637 * windows-nat.c (handle_output_debug_string): Change type of n to
7638 SIZE_T to avoid crash on 64 bit systems.
7639
1cdd3232
EZ
76402013-03-17 Eli Zaretskii <[email protected]>
7641
7642 * python/python-internal.h (HAVE_SNPRINTF)
7643 [_WIN32 && HAVE_DECL_SNPRINTF]: Define, to avoid compiler warnings
7644 about redefinition of snprintf by pyerrors.h.
7645
3cb2ab1a
SE
76462013-03-15 Steve Ellcey <[email protected]>
7647
7648 * remote-sim.c (sim_command_completer): Make char arguments const.
7649
9ce98649
TT
76502013-03-15 Tom Tromey <[email protected]>
7651
7652 PR c++/15116:
7653 * gdbtypes.c (types_equal): Handle TYPE_CODE_FUNC.
7654
dccee2de
TT
76552013-03-14 Tom Tromey <[email protected]>
7656
7657 * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:
7658 New fields.
7659 (get_file_crc): Move from symfile.c.
7660 (gdb_bfd_crc): New function.
7661 * gdb_bfd.h (gdb_bfd_crc): Declare.
7662 * objfiles.h (struct objfile) <crc32, crc32_p>: Remove.
7663 * symfile.c (get_file_crc): Move to gdb_bfd.c.
7664 (separate_debug_file_exists): Use gdb_bfd_crc.
7665
cc0ea93c
TT
76662013-03-14 Tom Tromey <[email protected]>
7667
7668 * symfile.c (get_debug_link_info): Remove.
7669 (find_separate_debug_file_by_debuglink): Use
7670 bfd_get_debug_link_info.
7671
08c23b0d
TT
76722013-03-14 Tom Tromey <[email protected]>
7673
7674 * symtab.c (error_in_psymtab_expansion): New function.
7675 (lookup_symbol_aux_quick)
7676 (basic_lookup_transparent_type_quick): Remove "last resort"
7677 code. Use error_in_psymtab_expansion.
7678
288e77a7
JK
76792013-03-14 Doug Evans <[email protected]>
7680 Jan Kratochvil <[email protected]>
7681
7682 * dwarf2read.c (dw2_map_symtabs_matching_filename): Put continue after
7683 any successful compare_filenames_for_search or FILENAME_CMP.
7684 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
7685 * symtab.c (iterate_over_some_symtabs): Likewise.
7686
8f1b8b82
JK
76872013-03-14 Jan Kratochvil <[email protected]>
7688
7689 * source.c (print_source_lines_base): Make a local copy of
7690 symtab_to_fullname.
7691
23eb71e4
JK
76922013-03-14 Hui Zhu <[email protected]>
7693 Jan Kratochvil <[email protected]>
7694
7695 * source.c (print_source_lines_base): Suppress "file" for TUI.
7696
bb869963
SDJ
76972013-03-14 Keith Seitz <[email protected]>
7698 Alan Matsuoka <[email protected]>
7699
7700 PR c++/15203
7701 PR c++/15210
7702 * cp-namespace.c (cp_lookup_nested_symbol): Handle TYPE_CODE_FUNC and
7703 TYPE_CODE_METHOD.
7704 * elfread.c (elf_symtab_read): Handle BSF_GNU_UNIQUE for certain
7705 symbols.
7706
d6682f9e
YQ
77072013-03-14 Yao Qi <[email protected]>
7708
7709 * tracepoint.c (tfile_write_status): Write 'stop_desc' of trace
7710 status to tfile if trace is stopped by command 'tstop'.
7711
a22fa6e4
YQ
77122013-03-14 Yao Qi <[email protected]>
7713
7714 * tracepoint.c (tfile_write_status): Write trace notes and user
7715 name into tfile if they are not NULL.
7716
d0353e76
YQ
77172013-03-14 Hui Zhu <[email protected]>
7718 Yao Qi <[email protected]>
7719
7720 * Makefile.in (REMOTE_OBS): Add ctf.o.
7721 (SFILES): Add ctf.c.
7722 (HFILES_NO_SRCDIR): Add ctf.h.
7723 * ctf.c, ctf.h: New files.
7724 * tracepoint.c: Include 'ctf.h'.
7725 (collect_pseudocommand): Remove static.
7726 (trace_save_command): Parse option "-ctf".
7727 Produce different trace file writers per option.
7728 Adjust output message.
7729 (trace_save_tfile, trace_save_ctf): New.
7730 * tracepoint.h (trace_save_tfile, trace_save_ctf): Declare.
7731 * mi/mi-main.c: Include 'ctf.h'.
7732 (mi_cmd_trace_save): Handle option '-ctf'. Call either
7733 trace_save_tfile or trace_save_ctf.
7734 * NEWS: Mention these changes.
7735
3f43bc09
YQ
77362013-03-14 Yao Qi <[email protected]>
7737
7738 * tracepoint.c (trace_file_writer_xfree): New.
7739 (struct tfile_writer_data): New.
7740 (tfile_dtor, tfile_can_target_save, tfile_start): New.
7741 (tfile_write_header, tfile_write_regblock_type): New.
7742 (tfile_write_status, tfile_write_uploaded_tsv): New.
7743 (tfile_write_uploaded_tp, tfile_write_definition_end): New.
7744 (tfile_write_raw_data, (tfile_end): New.
7745 (tfile_write_ops): New global variable.
7746 (TRACE_WRITE_R_BLOCK): New macro.
7747 (TRACE_WRITE_M_BLOCK_HEADER): New macro.
7748 (TRACE_WRITE_M_BLOCK_MEMORY): New macro.
7749 (TRACE_WRITE_V_BLOCK): New macro.
7750 (trace_save): Add extra one parameter WRITER. Make it static.
7751 Use WRITER to writer trace.
7752 (tfile_trace_file_writer_new): New.
7753 (trace_save_command): Caller update.
7754 (trace_save_tfile): Write trace data in TFILE format.
7755 * tracepoint.h (struct trace_frame_write_ops): New.
7756 (struct trace_file_write_ops): New.
7757 (struct trace_file_writer): New.
7758 (trace_save): Remove its declaration.
7759 (trace_save_tfile): Declare it.
7760 * mi/mi-main.c (mi_cmd_trace_save): Call trace_save_tfile
7761 instead of trace_save.
7762
58665b40
PA
77632013-03-13 Pedro Alves <[email protected]>
7764
7765 * hppa-hpux-nat.c (hppa_hpux_save_state_offset): Make static.
7766
10217050
PA
77672013-03-13 Pedro Alves <[email protected]>
7768
7769 * dbxread.c (read_ofile_symtab, process_one_symbol): Remove
7770 commented out code.
7771 * demangle.c (current_demangling_style_string): Make it const.
7772 (set_demangling_command): Assert the demangling style is known.
7773 Remove all handling of unknown styles. Set
7774 'current_demangling_style_string' to an element of the
7775 demangling_style_names array.
7776 (set_demangling_style): Delete.
7777 (_initialize_demangler): Set current_demangling_style_string to the
7778 element of the demangling_style_names array that corresponds to
7779 the default demangling style. Remove FIXME note. Don't call
7780 set_demangling_style.
7781 * gdb-demangle.h (set_demangling_style): Remove declaration.
7782
6f937416
PA
77832013-03-13 Pedro Alves <[email protected]>
7784
7785 * ada-lang.c (struct add_partial_datum) <text, text0, word>: Make
7786 fields const.
7787 (ada_make_symbol_completion_list): Make "text0" parameter const.
7788 * ax-gdb.c (agent_eval_command_one): Make "exp" parameter const.
7789 * breakpoint.c (condition_completer): Make "text" and "word"
7790 parameters const. Adjust.
7791 (check_tracepoint_command): Adjust to validate_actionline
7792 prototype change.
7793 (catch_syscall_completer): Make "text" and "word" parameters
7794 const.
7795 * cli/cli-cmds.c (show_user): Make "comname" local const.
7796 (valid_command_p): Make "command" parameter const.
7797 (alias_command): Make "alias_prefix" and "command_prefix" locals
7798 const.
7799 * cli/cli-decode.c (add_cmd): Make "name" parameter const.
7800 (add_alias_cmd): Make "name" and "oldname" parameters const.
7801 Adjust. No longer make copy of OLDNAME.
7802 (add_prefix_cmd, add_abbrev_prefix_cmd, add_set_or_show_cmd)
7803 (add_setshow_cmd_full, add_setshow_enum_cmd)
7804 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
7805 (add_setshow_filename_cmd, add_setshow_string_cmd)
7806 (add_setshow_string_noescape_cmd)
7807 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
7808 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
7809 (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd)
7810 (delete_cmd, add_info, add_info_alias, add_com, add_com_alias):
7811 Make "name" parameter const.
7812 (help_cmd): Rename "command" parameter to "arg". New const local
7813 "command".
7814 (find_cmd): Make "command" parameter const.
7815 (lookup_cmd_1): Make "text" parameter pointer to const. Adjust to
7816 deprecated_cmd_warning prototype change.
7817 (undef_cmd_error): Make "cmdtype" parameter const.
7818 (lookup_cmd): Make "line" parameter const.
7819 (deprecated_cmd_warning): Change type of "text" parameter to
7820 pointer to const char, from pointer to pointer to char. Adjust.
7821 (lookup_cmd_composition): Make "text" parameter const.
7822 (complete_on_cmdlist, complete_on_enum): Make "text" and "word"
7823 parameters const.
7824 * cli/cli-decode.h (struct cmd_list_element) <name>: Make field
7825 const.
7826 * cli/cli-script.c (validate_comname): Make "tem" local const.
7827 (define_command): New const local "tem_c". Use it in calls to
7828 lookup_cmd.
7829 (document_command): Make "tem" and "comfull" locals const.
7830 (show_user_1): Make "prefix" and "name" parameters const.
7831 * cli-script.h (show_user_1): Make "prefix" and "name" parameters
7832 const.
7833 * command.h (add_cmd, add_alias_cmd, add_prefix_cmd)
7834 (add_abbrev_prefix_cmd, completer_ftype, lookup_cmd, lookup_cmd_1)
7835 (deprecated_cmd_warning, lookup_cmd_composition, add_com)
7836 (add_com_alias, add_info, add_info_alias, complete_on_cmdlist)
7837 (complete_on_enum, add_setshow_enum_cmd)
7838 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
7839 (add_setshow_filename_cmd, add_setshow_string_cmd)
7840 (add_setshow_string_noescape_cmd)
7841 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
7842 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
7843 (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
7844 Change prototypes, constifying strings.
7845 * completer.c (noop_completer, filename_completer): Make "text"
7846 and "prefix" parameters const.
7847 (location_completer, expression_completer)
7848 (complete_line_internal): Make "text" and "prefix" parameters
7849 const and adjust.
7850 (command_completer, signal_completer): Make "text" and "prefix"
7851 parameters const.
7852 * completer.h (noop_completer, filename_completer)
7853 (expression_completer, location_completer, command_completer)
7854 (signal_completer): Change prototypes.
7855 * corefile.c (complete_set_gnutarget): Make "text" and "word"
7856 parameters const.
7857 * cp-abi.c (cp_abi_completer): Likewise.
7858 * expression.h (parse_expression_for_completion): Change
7859 prototype.
7860 * f-lang.c (f_make_symbol_completion_list): Make "text" and "word"
7861 parameters const.
7862 * infcmd.c (_initialize_infcmd): Make "cmd_name" local const.
7863 * infrun.c (handle_completer): Make "text" and "word" parameters
7864 const.
7865 * interps.c (interpreter_completer): Make "text" and "word"
7866 parameters const.
7867 * language.h (struct language_defn)
7868 <la_make_symbol_completion_list>: Make "text" and "word"
7869 parameters const.
7870 * parse.c (parse_exp_1): Move const hack to parse_exp_in_context.
7871 (parse_exp_in_context): Rename to ...
7872 (parse_exp_in_context_1): ... this.
7873 (parse_exp_in_context): Reimplement, with const hack from
7874 parse_exp_1.
7875 (parse_expression_for_completion): Make "string" parameter const.
7876 * printcmd.c (decode_format): Make "string_ptr" parameter pointer
7877 to pointer to const char. Adjust.
7878 (print_command_1): Make "exp" parameter const.
7879 (output_command): Rename to ...
7880 (output_command_const): ... this. Make "exp" parameter const.
7881 (output_command): Reimplement.
7882 (x_command): Adjust.
7883 (display_command): Rename "exp" parameter to "arg". New "exp"
7884 local, const version of "arg".
7885 * python/py-auto-load.c (gdbpy_initialize_auto_load): Make
7886 "cmd_name" local const.
7887 * python/py-cmd.c (cmdpy_destroyer): Cast const away in xfree
7888 call.
7889 (cmdpy_completer): Make "text" and "word" parameters const.
7890 (gdbpy_parse_command_name): Make "prefix_text2" local const.
7891 * python/py-param.c (add_setshow_generic): Make "tmp_name" local
7892 const.
7893 * remote.c (_initialize_remote): Make "cmd_name" local const.
7894 * symtab.c (language_search_unquoted_string): Make "text" and "p"
7895 parameters const. Adjust.
7896 (completion_list_add_fields): Make "sym_text", "text" and "word"
7897 parameters const.
7898 (struct add_name_data) <sym_text, text, word>: Make fields const.
7899 (default_make_symbol_completion_list_break_on): Make "text" and
7900 "word" parameters const. Adjust locals.
7901 (default_make_symbol_completion_list)
7902 (make_symbol_completion_list, make_symbol_completion_type)
7903 (make_symbol_completion_list_fn): Make "text" and "word"
7904 parameters const.
7905 (make_file_symbol_completion_list): Make "text", "word" and
7906 "srcfile" parameters const. Adjust locals.
7907 (add_filename_to_list): Make "text" and "word" parameters const.
7908 (struct add_partial_filename_data) <text, word>: Make fields
7909 const.
7910 (make_source_files_completion_list): Make "text" and "word"
7911 parameters const.
7912 * symtab.h (default_make_symbol_completion_list_break_on)
7913 (default_make_symbol_completion_list, make_symbol_completion_list)
7914 (make_symbol_completion_type enum type_code)
7915 (make_symbol_completion_list_fn make_file_symbol_completion_list)
7916 (make_source_files_completion_list): Change prototype.
7917 * top.c (execute_command): Adjust to pass pointer to pointer to
7918 const char to lookup_cmd, and to deprecated_cmd_warning prototype
7919 change.
7920 (set_verbose): Make "cmdname" local const.
7921 * tracepoint.c (decode_agent_options): Make "exp" parameter const,
7922 and adjust.
7923 (validate_actionline): Make "line" parameter a pointer to const
7924 char, and adjust.
7925 (encode_actions_1): Make "action_exp" local const, and adjust.
7926 (encode_actions): Adjust.
7927 (replace_comma): Delete.
7928 (trace_dump_actions): Make "action_exp" and "next_comma" locals
7929 const, and adjust. Don't frob the action string while splitting
7930 it at commas. Instead, make a copy of each split substring in
7931 turn.
7932 (trace_dump_command): Adjust to validate_actionline prototype
7933 change.
7934 * tracepoint.h (decode_agent_options, decode_agent_options)
7935 (encode_actions, validate_actionline): Change prototypes.
7936 * valprint.h (output_command): Delete declaration.
7937 (output_command_const): Declare.
7938 * value.c (function_destroyer): Cast const away in xfree call.
7939
a0bcdaa7
PA
79402013-03-13 Pedro Alves <[email protected]>
7941
7942 * ada-lang.c (ada_decode_symbol): Cast away constness of GSYMBOL
7943 rather than casting 'const char * const *' to 'const char **'.
7944 * ada-lex.l (processInt): Make "trailer" local const. Remove
7945 'const char **' cast.
7946 * arm-linux-tdep.c (arm_stap_parse_special_token): Add 'char *'
7947 locals, and use those as strtol output pointer, instead than doing
7948 invalid casts to from 'const char **' to 'char **'.
7949 (_initialize_demangle): Remove cast.
7950 * i386-tdep.c (i386_stap_parse_special_token): : Add 'char *'
7951 locals, and use those as strtol output pointer, instead than doing
7952 invalid casts to from 'const char **' to 'char **'.
7953 * solib-dsbt.c (dsbt_get_initial_loadmaps): Remove 'gdb_byte**'
7954 casts.
7955 * stap-probe.c (stap_parse_register_operand)
7956 (stap_parse_single_operand): Likewise.
7957
8ddb1965
YQ
79582013-03-13 Yao Qi <[email protected]>
7959
7960 * tracepoint.c (tfile_get_trace_state_variable_value): Look for
7961 the last matched 'V' blcok in trace frame.
7962
2d450646
JB
79632013-03-12 Joel Brobecker <[email protected]>
7964
7965 * NEWS: Create a new section for the next release branch.
7966 Rename the section of the current branch, now that it has
7967 been cut.
7968
b4b79973 79692013-03-12 Joel Brobecker <[email protected]>
7970
7971 GDB 7.6 branch created (branch timestamp: 2013-03-12 22:15 UTC)
7972 * version.in: Bump version to 7.6.50.20130312-cvs.
7973
ee047554
KS
79742013-03-12 Keith Seitz <[email protected]>
7975
7976 * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.
7977 * mi/mi-interp.c (mi_interpreter_exec): Make "command" const.
7978 Remove temporary copy of input string.
7979 (mi_execute_command_wrapper): Make "cmd" const.
7980 * mi/mi-main.c (mi_execute_command): Make "string_ptr" const.
7981 * mi/mi-parse.c (mi_parse_argv): Make "args" const.
7982 Use const strings.
7983 (mi_parse): Make "cmd" const.
7984 Use const strings.
7985 * mi/mi-parse.h (mi_parse): Make "cmd" const.
7986
bbc13ae3
KS
79872013-03-12 Keith Seitz <[email protected]>
7988
7989 * ada-lang.c (ada_read_renaming_var_value): Pass const
7990 pointer to expression string to parse_exp_1.
7991 (create_excep_cond_exprs): Likewise.
7992 * ax-gdb.c (agent_eval_command_one): Likewise.
7993 (maint_agent_printf_command): Likewise.
7994 Constify much of the string handling/parsing.
7995 * breakpoint.c (set_breakpoint_condition): Pass const
7996 pointer to expression string to parse_exp_1.
7997 (update_watchpoint): Likewise.
7998 (parse_cmd_to_aexpr): Constify string handling.
7999 Pass const pointer to parse_exp_1.
8000 (init_breakpoint_sal): Pass const pointer to parse_exp_1.
8001 (find_condition_and_thread): Likewise.
8002 Make TOK const.
8003 (watch_command_1): Make "arg" const.
8004 Constify string handling.
8005 Copy the expression string instead of changing the input
8006 string.
8007 (update_breakpoint_location): Pass const pointer to
8008 parse_exp_1.
8009 * eval.c (parse_and_eval_address): Make "exp" const.
8010 (parse_to_comma_and_eval): Make "expp" const.
8011 (parse_and_eval): Make "exp" const.
8012 * expression.h (parse_expression): Make argument const.
8013 (parse_exp_1): Make first argument const.
8014 * findcmd.c (parse_find_args): Treat "args" as const.
8015 * linespec.c (parse_linespec): Pass const pointer to
8016 linespec_expression_to_pc.
8017 (linespec_expression_to_pc): Make "exp_ptr" const.
8018 * parse.c (parse_exp_1): Make "stringptr" const.
8019 Make a copy of the expression to pass to parse_exp_in_context until
8020 this whole interface can be constified.
8021 (parse_expression): Make "string" const.
8022 * printcmd.c (ui_printf): Treat "arg" as const.
8023 Handle const strings.
8024 * tracepoint.c (validate_actionline): Pass const pointer to
8025 all calls to parse_exp_1.
8026 (encode_actions_1): Likewise.
8027 * value.h (parse_to_comma_and_eval): Make argument const.
8028 (parse_and_eval_address): Likewise.
8029 (parse_and_eval): Likewise.
8030 * varobj.c (varobj_create): Pass const pointer to parse_exp_1.
8031 (varobj_set_value): Likewise.
8032 * cli/cli-cmds.c (disassemble_command): Treat "arg" as const and
8033 constify string handling.
8034 Pass const pointers to parse_and_eval_address and
8035 parse_to_comman_and_eval.
8036 * cli/cli-utils.c (skip_to_space): Rename to ...
8037 (skip_to_space_const): ... this. Handle const strings.
8038 * cli/cli-utils.h (skip_to_space): Turn into macro which invokes
8039 skip_to_space_const.
8040 (skip_to_space_const): Declare.
8041 * common/format.c (parse_format_string): Make "arg" const.
8042 Handle const strings.
8043 * common/format.h (parse_format_string): Make "arg" const.
8044 * gdbserver/ax.c (ax_printf): Make "format" const.
8045 * python/python.c (gdbpy_parse_and_eval): Do not make a copy
8046 of the expression string.
8047
f3cec7e6
HZ
80482013-03-12 Hui Zhu <[email protected]>
8049
8050 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Update error message.
8051
9df7235c
HZ
80522013-03-12 Yao Qi <[email protected]>
8053 Hui Zhu <[email protected]>
8054
8055 * dwarf2loc.c (access_memory): Change nbits to nbytes in gdb_assert.
8056 (dwarf2_compile_expr_to_ax): Call access_memory in DW_OP_deref and
8057 DW_OP_deref_size.
8058
82d049ab
PH
80592013-03-12 Paul Hilfinger <[email protected]>
8060
5f8e0b8f
MF
8061 * ada-lex.l (rules): Only recognize 'thread' as a
8062 delimiter when followed by numerals, as for c-exp.y.
8063 Use new rewind_to_char function to rewind the input for
8064 expression-delimiting tokens.
8065 (rewind_to_char): New function.
82d049ab 8066
8c1fb155
JK
80672013-03-11 Pedro Alves <[email protected]>
8068 Jan Kratochvil <[email protected]>
8069
8070 * configure: Regenerate.
8071 * configure.ac (check dynamic export flag): Link python test with
8072 $PYTHON_LIBS.
8073
cc81e1c6
DE
80742013-03-11 Doug Evans <[email protected]>
8075 Keith Seitz <[email protected]>
8076
8077 * linespec.c (find_linespec_symbols): Call find_function_symbols
8078 first, and then call lookup_prefix_sym/find_method.
8079
39086a0e
PA
80802013-03-11 Pedro Alves <[email protected]>
8081
8082 * charset.c (convert_between_encodings): Don't cast between
8083 different pointer to pointer types. Instead, make the 'inp' local
8084 be of the type iconv expects.
8085 (wchar_iterate): Don't cast between different pointer to pointer
8086 types. Instead, use new pointer local of the type iconv expects.
8087 * target.c (target_read_stralloc, target_fileio_read_stralloc):
8088 Add new local of type char pointer, and use it to get a
8089 char/string view of the byte buffer, instead of casting between
8090 pointer to pointer types.
8091
90585175
HAQ
80922013-03-11 Hafiz Abid Qadeer <[email protected]>
8093
8094 * remote.c (remote_set_trace_buffer_size): Move != operator
8095 to the start of next line to fix an ARI warning.
8096
59ea5688
MM
80972013-03-11 Markus Metzger <[email protected]>
8098
8099 * NEWS: Add record changes.
8100
946287b7
MM
81012013-03-11 Markus Metzger <[email protected]>
8102
8103 * record-btrace.c (btrace_insn_history): Omit the pc prefix in
8104 the instruction history disassembly.
8105 * disasm.c (dump_insns): Omit the pc prefix, if requested.
8106 * disasm.h (DISASSEMBLY_OMIT_PC): New.
8107
afedecd3
MM
81082013-03-11 Markus Metzger <[email protected]>
8109
8110 * Makefile.in (SFILES): Add record-btrace.c
8111 (COMMON_OBS): Add record-btrace.o
8112 * record-btrace.c: New.
8113 * objfiles.c: Include btrace.h.
8114 (free_objfile): call btrace_free_objfile.
8115
15984c13
MM
81162013-03-11 Markus Metzger <[email protected]>
8117
8118 * target.c (target_call_history, target_call_history_from,
8119 target_call_history_range): New.
8120 * target.h (target_ops) <to_call_history, to_call_history_from,
8121 to_call_history_range>: New fields.
8122 (target_call_history, target_call_history_from,
8123 target_call_history_range): New declaration.
8124 * record.c (get_call_history_modifiers, cmd_record_call_history,
8125 record_call_history_size): New.
8126 (_initialize_record): Add the "record function-call-history" command.
8127 Add "set/show record function-call-history-size" commands.
8128 * record.h (record_print_flag): New.
8129
67c86d06
MM
81302013-03-11 Markus Metzger <[email protected]>
8131
8132 * target.h (target_ops) <to_insn_history, to_insn_history_from,
8133 to_insn_history_range>: New fields.
8134 (target_insn_history): New.
8135 (target_insn_history_from): New.
8136 (target_insn_history_range): New.
8137 * target.c (target_insn_history): New.
8138 (target_insn_history_from): New.
8139 (target_insn_history_range): New.
8140 * record.c: Include cli/cli-utils.h, disasm.h, ctype.h.
8141 (record_insn_history_size): New.
8142 (get_insn_number): New.
8143 (get_context_size): New.
8144 (no_chunk): New.
8145 (get_insn_history_modifiers): New.
8146 (cmd_record_insn_history): New.
8147 (_initialize_record): Add "set/show record instruction-history-size"
8148 command. Add "record instruction-history" command.
8149
7c1687a9
MM
81502013-03-11 Markus Metzger <[email protected]>
8151
8152 * record.h (record_disconnect): New.
8153 (record_detach): New.
8154 (record_mourn_inferior): New.
8155 (record_kill): New.
8156 * record-full.c (record_disconnect, record_detach,
8157 record_mourn_inferior, record_kill): Move to...
8158 * record.c: ...here.
8159 (DEBUG): New.
8160 (record_stop): New.
8161 (record_unpush): New.
8162 (cmd_record_stop): Call record_stop. Replace unpush_target
8163 call with record_unpush call.
8164 (record_disconnect, record_detach): Assert that the target
8165 is of record stratum. Call record_unpush, record_stop, and
8166 DEBUG.
8167 (record_mourn_inferior, record_kill): Assert that the target
8168 is of record stratum. Call record_unpush and DEBUG.
8169
25ea693b
MM
81702013-03-11 Markus Metzger <[email protected]>
8171
8172 * record-full.h, record-full.c (record_memory_query): Rename
8173 to ...
8174 (record_full_memory_query): ...this. Update all users.
8175 (record_arch_list_add_reg): Rename to ...
8176 (record_full_arch_list_add_reg): ...this. Update all users.
8177 (record_arch_list_add_mem): Rename to ...
8178 (record_full_arch_list_add_mem): ...this. Update all users.
8179 (record_arch_list_add_end): Rename to ...
8180 (record_full_arch_list_add_end): ...this. Update all users.
8181 (record_gdb_operation_disable_set): Rename to ...
8182 (record_full_gdb_operation_disable_set): ...this.
8183 Update all users.
8184
88d1aa9d
MM
81852013-03-11 Markus Metzger <[email protected]>
8186
8187 * record-full.c (DEFAULT_RECORD_INSN_MAX_NUM): Renamed to ...
8188 (DEFAULT_RECORD_FULL_INSN_MAX_NUM): ... this. Updated all users.
8189 (RECORD_IS_REPLAY): Renamed to ...
8190 (RECORD_FULL_IS_REPLAY): ... this. Updated all users.
8191 (RECORD_FILE_MAGIC): Renamed to ...
8192 (RECORD_FULL_FILE_MAGIC): ... this. Updated all users.
8193 (record_mem_entry): Renamed to ...
8194 (record_full_mem_entry): ... this. Updated all users.
8195 (record_reg_entry): Renamed to ...
8196 (record_full_reg_entry): ... this. Updated all users.
8197 (record_end_entry): Renamed to ...
8198 (record_full_end_entry): ... this. Updated all users.
8199 (record_type) <record_end, record_reg, record_mem>: Renamed
8200 to ...
8201 (record_full_type) <record_full_end, record_full_reg,
8202 record_full_mem>: ... this. Updated all users.
8203 (record_entry): Renamed to ...
8204 (record_full_entry): ... this. Updated all users.
8205 (record_core_buf_entry): Renamed to ...
8206 (record_full_core_buf_entry): ... this. Updated all users.
8207 (record_core_regbuf): Renamed to ...
8208 (record_full_core_regbuf): ... this. Updated all users.
8209 (record_core_start): Renamed to ...
8210 (record_full_core_start): ... this. Updated all users.
8211 (record_core_end): Renamed to ...
8212 (record_full_core_end): ... this. Updated all users.
8213 (record_core_buf_list): Renamed to ...
8214 (record_full_core_buf_list): ... this. Updated all users.
8215 (record_first): Renamed to ...
8216 (record_full_first): ... this. Updated all users.
8217 (record_list): Renamed to ...
8218 (record_full_list): ... this. Updated all users.
8219 (record_arch_list_head): Renamed to ...
8220 (record_full_arch_list_head): ... this. Updated all users.
8221 (record_arch_list_tail): Renamed to ...
8222 (record_full_arch_list_tail): ... this. Updated all users.
8223 (record_stop_at_limit): Renamed to ...
8224 (record_full_stop_at_limit): ... this. Updated all users.
8225 (record_insn_max_num): Renamed to ...
8226 (record_full_insn_max_num): ... this. Updated all users.
8227 (record_insn_num): Renamed to ...
8228 (record_full_insn_num): ... this. Updated all users.
8229 (record_insn_count): Renamed to ...
8230 (record_full_insn_count): ... this. Updated all users.
8231 (record_ops): Renamed to ...
8232 (record_full_ops): ... this. Updated all users.
8233 (record_core_ops): Renamed to ...
8234 (record_full_core_ops): ... this. Updated all users.
8235 (set_record_cmdlist): Renamed to ...
8236 (set_record_full_cmdlist): ... this. Updated all users.
8237 (show_record_cmdlist): Renamed to ...
8238 (show_record_full_cmdlist): ... this. Updated all users.
8239 (record_cmdlist): Renamed to ...
8240 (record_full_cmdlist): ... this. Updated all users.
8241 (record_beneath_to_resume_ops): Renamed to ...
8242 (record_full_beneath_to_resume_ops): ... this. Updated all users.
8243 (record_beneath_to_resume): Renamed to ...
8244 (record_full_beneath_to_resume): ... this. Updated all users.
8245 (record_beneath_to_wait_ops): Renamed to ...
8246 (record_full_beneath_to_wait_ops): ... this. Updated all users.
8247 (record_beneath_to_wait): Renamed to ...
8248 (record_full_beneath_to_wait): ... this. Updated all users.
8249 (record_beneath_to_store_registers_ops): Renamed to ...
8250 (record_full_beneath_to_store_registers_ops): ... this.
8251 Updated all users.
8252 (record_beneath_to_store_registers): Renamed to ...
8253 (record_full_beneath_to_store_registers): ... this.
8254 Updated all users.
8255 (record_beneath_to_xfer_partial_ops): Renamed to ...
8256 (record_full_beneath_to_xfer_partial_ops): ... this.
8257 Updated all users.
8258 (record_beneath_to_xfer_partial): Renamed to ...
8259 (record_full_beneath_to_xfer_partial): ... this.
8260 Updated all users.
8261 (record_beneath_to_insert_breakpoint): Renamed to ...
8262 (record_full_beneath_to_insert_breakpoint): ... this.
8263 Updated all users.
8264 (record_beneath_to_stopped_by_watchpoint): Renamed to ...
8265 (record_full_beneath_to_stopped_by_watchpoint): ... this.
8266 Updated all users.
8267 (record_beneath_to_stopped_data_address): Renamed to ...
8268 (record_full_beneath_to_stopped_data_address): ... this.
8269 Updated all users.
8270 (record_beneath_to_async): Renamed to ...
8271 (record_full_beneath_to_async): ... this. Updated all users.
8272 (record_goto_insn): Renamed to ...
8273 (record_full_goto_insn): ... this. Updated all users.
8274 (record_save): Renamed to ...
8275 (record_full_save): ... this. Updated all users.
8276 (record_reg_alloc): Renamed to ...
8277 (record_full_reg_alloc): ... this. Updated all users.
8278 (record_reg_release): Renamed to ...
8279 (record_full_reg_release): ... this. Updated all users.
8280 (record_mem_alloc): Renamed to ...
8281 (record_full_mem_alloc): ... this. Updated all users.
8282 (record_mem_release): Renamed to ...
8283 (record_full_mem_release): ... this. Updated all users.
8284 (record_end_alloc): Renamed to ...
8285 (record_full_end_alloc): ... this. Updated all users.
8286 (record_end_release): Renamed to ...
8287 (record_full_end_release): ... this. Updated all users.
8288 (record_entry_release): Renamed to ...
8289 (record_full_entry_release): ... this. Updated all users.
8290 (record_list_release): Renamed to ...
8291 (record_full_list_release): ... this. Updated all users.
8292 (record_list_release_following): Renamed to ...
8293 (record_full_list_release_following): ... this.
8294 Updated all users.
8295 (record_list_release_first): Renamed to ...
8296 (record_full_list_release_first): ... this. Updated all users.
8297 (record_arch_list_add): Renamed to ...
8298 (record_full_arch_list_add): ... this. Updated all users.
8299 (record_get_loc): Renamed to ...
8300 (record_full_get_loc): ... this. Updated all users.
8301 (record_check_insn_num): Renamed to ...
8302 (record_full_check_insn_num): ... this. Updated all users.
8303 (record_arch_list_cleanups): Renamed to ...
8304 (record_full_arch_list_cleanups): ... this. Updated all users.
8305 (record_message): Renamed to ...
8306 (record_full_message): ... this. Updated all users.
8307 (record_message_wrapper): Renamed to ...
8308 (record_full_message_wrapper): ... this. Updated all users.
8309 (record_message_wrapper_safe): Renamed to ...
8310 (record_full_message_wrapper_safe): ... this. Updated all users.
8311 (record_gdb_operation_disable): Renamed to ...
8312 (record_full_gdb_operation_disable): ... this. Updated all users.
8313 (record_hw_watchpoint): Renamed to ...
8314 (record_full_hw_watchpoint): ... this. Updated all users.
8315 (record_exec_insn): Renamed to ...
8316 (record_full_exec_insn): ... this. Updated all users.
8317 (record_restore): Renamed to ...
8318 (record_full_restore): ... this. Updated all users.
8319 (record_async_inferior_event_token): Renamed to ...
8320 (record_full_async_inferior_event_token): ... this.
8321 Updated all users.
8322 (record_async_inferior_event_handler): Renamed to ...
8323 (record_full_async_inferior_event_handler): ... this.
8324 Updated all users.
8325 (record_core_open_1): Renamed to ...
8326 (record_full_core_open_1): ... this. Updated all users.
8327 (record_open_1): Renamed to ...
8328 (record_full_open_1): ... this. Updated all users.
8329 (record_open): Renamed to ...
8330 (record_full_open): ... this. Updated all users.
8331 (record_close): Renamed to ...
8332 (record_full_close): ... this. Updated all users.
8333 (record_resume_step): Renamed to ...
8334 (record_full_resume_step): ... this. Updated all users.
8335 (record_resumed): Renamed to ...
8336 (record_full_resumed): ... this. Updated all users.
8337 (record_execution_dir): Renamed to ...
8338 (record_full_execution_dir): ... this. Updated all users.
8339 (record_resume): Renamed to ...
8340 (record_full_resume): ... this. Updated all users.
8341 (record_get_sig): Renamed to ...
8342 (record_full_get_sig): ... this. Updated all users.
8343 (record_sig_handler): Renamed to ...
8344 (record_full_sig_handler): ... this. Updated all users.
8345 (record_wait_cleanups): Renamed to ...
8346 (record_full_wait_cleanups): ... this. Updated all users.
8347 (record_wait_1): Renamed to ...
8348 (record_full_wait_1): ... this. Updated all users.
8349 (record_wait): Renamed to ...
8350 (record_full_wait): ... this. Updated all users.
8351 (record_stopped_by_watchpoint): Renamed to ...
8352 (record_full_stopped_by_watchpoint): ... this. Updated all users.
8353 (record_disconnect): Renamed to ...
8354 (record_full_disconnect): ... this. Updated all users.
8355 (record_detach): Renamed to ...
8356 (record_full_detach): ... this. Updated all users.
8357 (record_mourn_inferior): Renamed to ...
8358 (record_full_mourn_inferior): ... this. Updated all users.
8359 (record_kill): Renamed to ...
8360 (record_full_kill): ... this. Updated all users.
8361 (record_stopped_data_address): Renamed to ...
8362 (record_full_stopped_data_address): ... this. Updated all users.
8363 (record_registers_change): Renamed to ...
8364 (record_full_registers_change): ... this. Updated all users.
8365 (record_store_registers): Renamed to ...
8366 (record_full_store_registers): ... this. Updated all users.
8367 (record_xfer_partial): Renamed to ...
8368 (record_full_xfer_partial): ... this. Updated all users.
8369 (record_breakpoint): Renamed to ...
8370 (record_full_breakpoint): ... this. Updated all users.
8371 (record_breakpoint_p): Renamed to ...
8372 (record_full_breakpoint_p): ... this. Updated all users.
8373 (record_breakpoints): Renamed to ...
8374 (record_full_breakpoints): ... this. Updated all users.
8375 (record_sync_record_breakpoints): Renamed to ...
8376 (record_full_sync_record_breakpoints): ... this.
8377 Updated all users.
8378 (record_init_record_breakpoints): Renamed to ...
8379 (record_full_init_record_breakpoints): ... this.
8380 Updated all users.
8381 (record_insert_breakpoint): Renamed to ...
8382 (record_full_insert_breakpoint): ... this. Updated all users.
8383 (record_remove_breakpoint): Renamed to ...
8384 (record_full_remove_breakpoint): ... this. Updated all users.
8385 (record_can_execute_reverse): Renamed to ...
8386 (record_full_can_execute_reverse): ... this. Updated all users.
8387 (record_get_bookmark): Renamed to ...
8388 (record_full_get_bookmark): ... this. Updated all users.
8389 (record_goto_bookmark): Renamed to ...
8390 (record_full_goto_bookmark): ... this. Updated all users.
8391 (record_async): Renamed to ...
8392 (record_full_async): ... this. Updated all users.
8393 (record_can_async_p): Renamed to ...
8394 (record_full_can_async_p): ... this. Updated all users.
8395 (record_is_async_p): Renamed to ...
8396 (record_full_is_async_p): ... this. Updated all users.
8397 (record_execution_direction): Renamed to ...
8398 (record_full_execution_direction): ... this. Updated all users.
8399 (record_info): Renamed to ...
8400 (record_full_info): ... this. Updated all users.
8401 (record_delete): Renamed to ...
8402 (record_full_delete): ... this. Updated all users.
8403 (record_is_replaying): Renamed to ...
8404 (record_full_is_replaying): ... this. Updated all users.
8405 (record_goto_entry): Renamed to ...
8406 (record_full_goto_entry): ... this. Updated all users.
8407 (record_goto_begin): Renamed to ...
8408 (record_full_goto_begin): ... this. Updated all users.
8409 (record_goto_end): Renamed to ...
8410 (record_full_goto_end): ... this. Updated all users.
8411 (record_goto): Renamed to ...
8412 (record_full_goto): ... this. Updated all users.
8413 (init_record_ops): Renamed to ...
8414 (init_record_full_ops): ... this. Updated all users.
8415 (record_core_resume): Renamed to ...
8416 (record_full_core_resume): ... this. Updated all users.
8417 (record_core_kill): Renamed to ...
8418 (record_full_core_kill): ... this. Updated all users.
8419 (record_core_fetch_registers): Renamed to ...
8420 (record_full_core_fetch_registers): ... this. Updated all users.
8421 (record_core_prepare_to_store): Renamed to ...
8422 (record_full_core_prepare_to_store): ... this. Updated all users.
8423 (record_core_store_registers): Renamed to ...
8424 (record_full_core_store_registers): ... this. Updated all users.
8425 (record_core_xfer_partial): Renamed to ...
8426 (record_full_core_xfer_partial): ... this. Updated all users.
8427 (record_core_insert_breakpoint): Renamed to ...
8428 (record_full_core_insert_breakpoint): ... this. Updated all users.
8429 (record_core_remove_breakpoint): Renamed to ...
8430 (record_full_core_remove_breakpoint): ... this. Updated all users.
8431 (record_core_has_execution): Renamed to ...
8432 (record_full_core_has_execution): ... this. Updated all users.
8433 (init_record_core_ops): Renamed to ...
8434 (init_record_full_core_ops): ... this. Updated all users.
8435 (cmd_record_restore): Renamed to ...
8436 (cmd_record_full_restore): ... this. Updated all users.
8437 (record_save_cleanups): Renamed to ...
8438 (record_full_save_cleanups): ... this. Updated all users.
8439 (cmd_record_start): Renamed to ...
8440 (cmd_record_full_start): ... this. Updated all users.
8441 (set_record_insn_max_num): Renamed to ...
8442 (set_record_full_insn_max_num): ... this. Updated all users.
8443 (set_record_command): Renamed to ...
8444 (set_record_full_command): ... this. Updated all users.
8445 (show_record_command): Renamed to ...
8446 (show_record_full_command): ... this. Updated all users.
8447 (_initialize_record): Renamed to ...
8448 (_initialize_record_full): ... this. Updated all users.
8449
d02ed0bb
MM
84502013-03-11 Markus Metzger <[email protected]>
8451
8452 * record.h: Split into this and ...
8453 * record-full.h: ... this.
8454 * record.c: Split into this and ...
8455 * record-full.c: ... this.
8456 * target.h (target_ops): Add new fields to_info_record,
8457 to_save_record, to_delete_record, to_record_is_replaying,
8458 to_goto_record_begin, to_goto_record_end, to_goto_record.
8459 (target_info_record): New.
8460 (target_save_record): New.
8461 (target_supports_delete_record): New.
8462 (target_delete_record): New.
8463 (target_record_is_replaying): New.
8464 (target_goto_record_begin): New.
8465 (target_goto_record_end): New.
8466 (target_goto_record): New.
8467 * target.c (target_info_record): New.
8468 (target_save_record): New.
8469 (target_supports_delete_record): New.
8470 (target_delete_record): New.
8471 (target_record_is_replaying): New.
8472 (target_goto_record_begin): New.
8473 (target_goto_record_end): New.
8474 (target_goto_record): New.
8475 * record.h: Declare struct cmd_list_element.
8476 (record_cmdlist): New declaration.
8477 (set_record_cmdlist): New declaration.
8478 (show_record_cmdlist): New declaration.
8479 (info_record_cmdlist): New declaration.
8480 (cmd_record_goto): New declaration.
8481 * record.c: Remove unnecessary includes.
8482 Include inferior.h.
8483 (cmd_record_goto): Remove declaration.
8484 (record_cmdlist): Now extern. Initialize.
8485 (set_record_cmdlist): Now extern. Initialize.
8486 (show_record_cmdlist): Now extern. Initialize.
8487 (info_record_cmdlist): Now extern. Initialize.
8488 (find_record_target): New.
8489 (require_record_target): New.
8490 (cmd_record_start): Update.
8491 (cmd_record_delete): Remove target-specific code.
8492 Call target_delete_record.
8493 (cmd_record_stop): Unpush any record target.
8494 (set_record_insn_max_num): Move to record-full.c
8495 (set_record_command): Add comment.
8496 (show_record_command): Add comment.
8497 (info_record_command): Update comment.
8498 Remove target-specific code.
8499 Call the record target's to_info_record.
8500 (cmd_record_start): New.
8501 (cmd_record_goto): Now extern.
8502 Remove target-specific code.
8503 Call target_goto_begin, target_goto_end, or target_goto.
8504 (_initialize_record): Move record target ops initialization to
8505 record-full.c.
8506 Change "record" command help text.
8507 Move "record restore", "record set", and "record show" commands to
8508 record-full.c.
8509 * Makefile.in (SFILES): Add record-full.c.
8510 (HFILES_NO_SRCDIR): Add record-full.h.
8511 (COMMON_OBS): Add record-full.o.
8512 * amd64-linux-tdep.c: Include record-full.h instead of record.h.
8513 * arm-tdep.c: Include record-full.h.
8514 * i386-linux-tdep.c: Include record-full.h instead of record.h.
8515 * i386-tdep.c: Include record-full.h.
8516 * infrun.c: Include record-full.h.
8517 * linux-record.c: Include record-full.h.
8518 * moxie-tdep.c: Include record-full.h.
8519 * record-full.c: Include record-full.h.
8520 Change module comment.
8521 (set_record_full_cmdlist): New.
8522 (show_record_full_cmdlist): New.
8523 (record_full_cmdlist): New.
8524 (record_goto_insn): New declaration.
8525 (record_save): New declaration.
8526 (record_check_insn_num): Change query string.
8527 (record_info): New.
8528 (record_delete): New.
8529 (record_is_replaying): New.
8530 (record_goto_entry): New.
8531 (record_goto_begin): New.
8532 (record_goto_end): New.
8533 (record_goto): New.
8534 (init_record_ops): Update.
8535 (init_record_core_ops): Update.
8536 (cmd_record_save): Rename to record_save. Remove target and arg checks.
8537 (cmd_record_start): New.
8538 (set_record_insn_max_num): Moved from record.c
8539 (set_record_full_command): New.
8540 (show_record_full_command): New.
8541 (_initialize_record_full): New.
8542
b48d48eb
MM
85432013-03-11 Markus Metzger <[email protected]>
8544
8545 * target.h (add_deprecated_target_alias): New.
8546 * target.c (add_deprecated_target_alias): New.
8547
a950d57c
MM
85482013-03-11 Markus Metzger <[email protected]>
8549
8550 * common/linux-btrace.c: Include sys/ptrace, sys/types, sys/wait.h,
8551 and signal.h.
8552 (linux_supports_btrace): Add kernel and
8553 cpuid check.
8554 (kernel_supports_btrace): New function.
8555 (cpu_supports_btrace): New function.
8556 (intel_supports_btrace): New function.
8557
9accd112
MM
85582013-03-11 Markus Metzger <[email protected]>
8559
8560 * target.h (enum target_object): Add TARGET_OBJECT_BTRACE.
8561 * remote.c: Include btrace.h.
8562 (struct btrace_target_info): New struct.
8563 (remote_supports_btrace): New function.
8564 (send_Qbtrace): New function.
8565 (remote_enable_btrace): New function.
8566 (remote_disable_btrace): New function.
8567 (remote_teardown_btrace): New function.
8568 (remote_read_btrace): New function.
8569 (init_remote_ops): Add btrace ops.
8570 (enum <unnamed>): Add btrace packets.
8571 (struct protocol_feature remote_protocol_features[]): Add btrace packets.
8572 (_initialize_remote): Add packet configuration for branch tracing.
8573
c12a2917
MM
85742013-03-11 Markus Metzger <[email protected]>
8575
8576 * features/btrace.dtd: New file.
8577 * Makefile.in (XMLFILES): Add btrace.dtd.
8578 * btrace.h (parse_xml_btrace): New declaration.
8579 * btrace.c: Include xml-support.h.
8580 (parse_xml_btrace): New function.
8581 (parse_xml_btrace_block): New function.
8582 (block_attributes): New struct.
8583 (btrace_attributes): New struct.
8584 (btrace_children): New struct.
8585 (btrace_elements): New struct.
8586
3e3aea48
MM
85872013-03-11 Markus Metzger <[email protected]>
8588
8589 * amd64-linux-nat.c: Include btrace.h and linux-btrace.h.
8590 (amd64_linux_enable_btrace): New.
8591 (amd64_linux_disable_btrace): New.
8592 (amd64_linux_teardown_btrace): New.
8593 (_initialize_amd64_linux_nat): Initialize btrace ops.
8594 * i386-linux.nat.c: Include btrace.h and linux-btrace.h.
8595 (i386_linux_enable_btrace): New.
8596 (i386_linux_disable_btrace): New.
8597 (i386_linux_teardown_btrace): New.
8598 (_initialize_i386_linux_nat): Initialize btrace ops.
8599 * config/i386/linux.mh: Add linux-btrace.o.
8600 * config/i386/linux64.mh: Add linux-btrace.o.
8601
7c97f91e
MM
86022013-03-11 Markus Metzger <[email protected]>
8603
8604 * common/linux_btrace.h: New file.
8605 * common/linux_btrace.c: New file.
8606 * Makefile.in (SFILES): Add btrace.c.
8607 (HFILES_NO_SRCDIR): Add common/linux-btrace.h.
8608 (COMMON_OBS): Add btrace.o.
8609 (linux-btrace.o): New rule.
8610
1999790b 86112013-03-11 Markus Metzger <[email protected]>
02d27625
MM
8612
8613 * target.h: Include btrace.h.
8614 (struct target_ops) <to_supports_btrace, to_enable_btrace,
8615 to_disable_btrace, to_teardown_btrace, to_read_btrace>: New.
8616 * target.c (target_supports_btrace): New function.
8617 (target_enable_btrace): New function.
8618 (target_disable_btrace): New function.
8619 (target_teardown_btrace): New function.
8620 (target_read_btrace): New function.
8621 * btrace.h: New file.
8622 * btrace.c: New file.
8623 * Makefile.in: Add btrace.c.
8624 * gdbthread.h: Include btrace.h.
8625 (struct thread_info): Add btrace field.
8626 * thread.c: Include btrace.h.
8627 (clear_thread_inferior_resources): Call target_teardown_btrace.
8628 * common/btrace-common.h: New file.
8629
61a31a67
JK
86302013-03-10 Jan Kratochvil <[email protected]>
8631
8632 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Call also kill
8633 for CHILD, ignore PTRACE_KILL errors, move the inner block variable
8634 kill_status to outer block.
8635
05c56a9d
JK
86362013-03-10 Jan Kratochvil <[email protected]>
8637
8638 Fix entry-values if the callee called a noreturn function.
8639 * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Use
8640 get_frame_address_in_block. Add new comment.
8641
9112db09
JK
86422013-03-10 Jan Kratochvil <[email protected]>
8643
8644 Fix entry-values in C++ across CUs.
8645 * dwarf2loc.c (call_site_to_target_addr) <FIELD_LOC_KIND_PHYSNAME>: Use
8646 lookup_minimal_symbol. Add a comment.
8647 * dwarf2read.c
8648 (read_call_site_scope) <is_ref_attr> <die_is_declaration>: Prefer
8649 DW_AT_linkage_name.
8650
9b67fcec
YQ
86512013-03-08 Yao Qi <[email protected]>
8652
8653 * tracepoint.c (_initialize_tracepoint): Indent the code.
8654
6221be90
PA
86552013-03-08 Pedro Alves <[email protected]>
8656
8657 * findcmd.c (put_bits): Change type of parameter to 'gdb_byte *'.
8658 (parse_find_args, find_command): Change type of pattern buffer
8659 locals to 'gdb_byte *'.
8660
be9a119c 86612013-03-08 Stan Shebs <[email protected]>
f6f899bf
HAQ
8662 Hafiz Abid Qadeer <[email protected]>
8663
8664 * NEWS: Mention set and show trace-buffer-size commands.
8665 Mention new packet.
8666 * target.h (struct target_ops): New method
8667 to_set_trace_buffer_size.
8668 (target_set_trace_buffer_size): New macro.
8669 * target.c (update_current_target): Set up new method.
8670 * tracepoint.c (trace_buffer_size): New global.
8671 (start_tracing): Send it to the target.
8672 (set_trace_buffer_size): New function.
8673 (_initialize_tracepoint): Add new setshow for trace-buffer-size.
8674 * remote.c (remote_set_trace_buffer_size): New function.
8675 (_initialize_remote): Use it.
8676 (QTBuffer:size) New remote command.
8677 (PACKET_QTBuffer_size): New enum.
8678 (remote_protocol_features): Add an entry for
8679 PACKET_QTBuffer_size.
8680
7da3ab79
TT
86812013-03-08 Tom Tromey <[email protected]>
8682
8683 * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
8684 variable.
8685
0c1f71e7
PA
86862013-03-07 Pedro Alves <[email protected]>
8687
8688 * target.c (target_read_stralloc, target_fileio_read_alloc):
8689 *Cast pointer to 'gdb_byte *' in target call.
8690
c8af03a2
PA
86912013-03-07 Pedro Alves <[email protected]>
8692
8693 * corefile.c (read_memory_string): Cast pointer to gdb_byte* in
8694 call.
8695
529480d0
KS
86962013-03-07 Keith Seitz <[email protected]>
8697
8698 * breakpoint.c (catch_syscall_split_args): Use skip_spaces.
8699 (trace_pass_command): Likewise.
8700 * cli/cli-cmds.c: Include cli/cli-utils.h.
8701 (source_command): Use skip-spaces.
8702 (disassemble_command): Likewise.
8703 * findcmd.c: Include cli/cli-utils.h.
8704 (parse_find_args): Use skip_spaces.
8705 * go32-nat.c: Include cli/cli-utils.h.
8706 (go32_sldt): Use skip_spaces.
8707 (go32_sgdt): Likewise.
8708 (go32_sidt): Likewise.
8709 (go32_pde): Likewise.
8710 (go32_pte): Likewise.
8711 (go32_pte_for_address): Likewise.
8712 * infcmd.c: Include cli/cli-utils.h.
8713 (registers_info): Use skip_spaces.
8714 * linux-tdep.c (read_mapping): Use skip_spaces_const.
8715 (linux_info_proc): Likewise.
8716 * linux-thread-db.c: Include cli/cli-utils.h.
8717 (info_auto_load_libthread_db): Use skip_spaces_const.
8718 * m32r-rom.c: Include cli/cli-utils.h.
8719 (m32r_upload_command): Use skip_spaces.
8720 * maint.c: Include cli/cli-utils.h.
8721 (maintenance_translate_address): Use skip_spaces.
8722 * mi/mi-parse.c: Include cli/cli-utils.h.
8723 (mi_parse_argv): Use skip_spaces.
8724 (mi_parse): Likewise.
8725 * minsyms.c: Include cli/cli-utils.h.
8726 (msymbol_hash_iw): Use skip_spaces_const.
8727 * objc-lang.c: Include cli/cli-utils.h.
8728 (parse_selector): Use skip_spaces.
8729 (parse_method): Likewise.
8730 * python/python.c: Include cli/cli-utils.h.
8731 (python_interactive_command)[HAVE_PYTHON]: Use skip_spaces.
8732 (python_command)[HAVE_PYTHON]: Likewise.
8733 (python_interactive_command)[!HAVE_PYTHON]: Likewise.
8734 * remote-m32r-sdi.c: Include cli/cli-utils.h.
8735 (m32r_load): Use skip_spaces.
8736 * serial.c: Include cli/cli-utils.h.
8737 (serial_open): Use skip_spaces_const.
8738 * stack.c: Include cli/cli-utils.h.
8739 (parse_frame_specification_1): Use skip_spaces_const.
8740 * symfile.c: Include cli/cli-utils.h.
8741 (set_ext_lang_command): Use skip_spaces.
8742 * symtab.c: Include cli/cli-utils.h.
8743 (rbreak_command): Use skip_spaces.
8744 * thread.c (thread_name_command): Use skip_spaces.
8745 * tracepoint.c (validate_actionline): Use skip_spaces.
8746 (encode_actions_1): Likewise.
8747 (trace_find_range_command): Likewise.
8748 (trace_find_outside_command): Likewise.
8749 (trace_dump_actions): Likewise.
8750
ac91cd70
PA
87512013-03-07 Pedro Alves <[email protected]>
8752
8753 * c-lang.c (parse_one_string): Cast argument to gdb_byte *.
8754 * expprint.c (print_subexp_standard): Likewise.
8755 * utils.c (host_char_to_target): Likewise.
8756 * valprint.c (generic_emit_char, generic_printstr): Likewise.
8757 * varobj.c (value_get_print_value): Change type of local to char*.
8758 Cast it gdb_byte * in call to language printer.
8759
2898e560
PA
87602013-03-07 Pedro Alves <[email protected]>
8761
8762 * charset.c (struct wchar_iterator) <input>: Change type to 'const
8763 gdb_byte *'.
8764 (make_wchar_iterator): Remove cast to char*.
8765 (wchar_iterate): Change type of local.
8766
a09b4448
PA
87672013-03-07 Pedro Alves <[email protected]>
8768
8769 * regcache.c (regcache_xmalloc_1): Call XCALLOC with signed char
8770 for 'regcache->register_status'.
8771
20ced3e4
PA
87722013-03-07 Pedro Alves <[email protected]>
8773
c2d6a675 8774 * breakpoint.c (breakpoint_xfer_memory): Change type of local to
20ced3e4
PA
8775 int.
8776
fe106009
PA
87772013-03-07 Pedro Alves <[email protected]>
8778
8779 * stap-probe.c (handle_stap_probe): Add cast to char*.
8780
8ac2c12b
PA
87812013-03-07 Pedro Alves <[email protected]>
8782
8783 * linux-record.c (record_linux_system_call) <gdb_sys_msgrcv,
8784 RECORD_MSGRCV>: Pass a signed variable to
8785 regcache_raw_read_signed, instead of an unsigned one.
8786
99f0a309
PA
87872013-03-07 Pedro Alves <[email protected]>
8788
8789 * remote-notif.c (notif_debug): Change type to int.
8790 * remote-notif.h (notif_debug): Likewise.
8791
964b8317
PA
87922013-03-07 Pedro Alves <[email protected]>
8793
8794 * ser-tcp.c (tcp_retry_limit): Change type to unsigned int.
8795
f0cc8ad4
PA
87962013-03-07 Pedro Alves <[email protected]>
8797
8798 * remote.c (hex2bin, bin2hex): Move extern declarations to ...
8799 * remote.h (hex2bin, bin2hex): ... here.
8800 * tracepoint.c (hex2bin, bin2hex): Remove extern declarations.
8801
77dec115
EZ
88022013-03-07 Eli Zaretskii <[email protected]>
8803
8804 * utils.c (initialize_utils): Improve doc strings of "set/show
8805 width", "set/show height", and "set/show pagination".
8806
741d92cf
KS
88072013-03-06 Keith Seitz <[email protected]>
8808
8809 * ax-gdb.c (gen_printf): Make FORMAT const.
8810 * ax-gdb.h (gen_printf): Likewise.
8811 * ax-general.c (ax_string): Make STR const.
8812 * ax.h (ax_string): Likewise.
8813
7b6c814e
DE
88142013-03-06 Doug Evans <[email protected]>
8815
8816 * elfread.c (elf_symfile_read): Move debugging printf to more
8817 logical location.
8818
634334ab
PA
88192013-03-06 Pedro Alves <[email protected]>
8820
8821 * python/py-utils.c (target_string_to_unicode): Delete function.
8822 * python/python-internal.h (target_string_to_unicode): Delete
8823 declaration.
8824
e482a1a7
PM
88252013-03-06 Pierre Muller <[email protected]>
8826
8827 * linespec.c (get_current_search_block): ARI fix, use (void)
8828 for empty parameter list.
8829
4eeaa230
DE
88302013-03-05 Doug Evans <[email protected]>
8831
8832 * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents
8833 of old ada_lookup_symbol_list. In !full_search case, don't
8834 search superblocks.
8835 (ada_lookup_symbol_list): Delete arg full_search, all callers
8836 updated. Call ada_lookup_symbol_list_worker.
8837 (ada_iterate_over_symbols): Call ada_lookup_symbol_list_worker.
8838 * ada-lang.h (ada_lookup_symbol_list): Update.
8839 * language.h (language_defn): Update comment for
8840 la_iterate_over_symbols.
8841 * linespec.c (iterate_over_file_blocks): New function.
8842 (iterate_over_all_matching_symtabs): Call it.
8843 (lookup_prefix_sym): Ditto.
8844 (get_current_search_block): New function.
8845 (get_search_block): Delete.
8846 (find_label_symbols): Call get_current_search_block.
8847 (add_matching_symbols_to_info): Call iterate_over_file_blocks.
8848 * symtab.c (iterate_over_symbols): Don't search superblocks.
8849
b69b1fb1
YQ
88502013-03-05 Yao Qi <[email protected]>
8851
8852 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): Change
8853 parameter VAR's type from "unsigned int" to "int".
8854 * command.h (var_zuinteger_unlimited): Update its comments.
8855 (add_setshow_zuinteger_unlimited_cmd): Update the declaration.
8856
3c095f49
CV
88572013-03-05 Corinna Vinschen <[email protected]>
8858
8859 * NEWS: Mention new target x86_64-*-cygwin*.
8860
b5b0b0af
CV
88612013-03-05 Corinna Vinschen <[email protected]>
8862
8863 * configure.host: Add x86_64-*-cygwin* as host.
8864 * configure.tgt: Add x86_64-*-cygwin* as target.
8865 * config/i386/cygwin64.mh: New file.
8866
f6f99966
JK
88672013-03-04 Jan Kratochvil <[email protected]>
8868
8869 * linespec.c (decode_line_2): Fix duplicate request off by two message.
8870
33f448b1
JK
88712013-03-04 Jan Kratochvil <[email protected]>
8872
8873 * linespec.c (struct linespec_canonical_name): New.
8874 (struct linespec_state): Change canonical_names type to it.
8875 (add_sal_to_sals): Change variable canonical_name to canonical. Change
8876 xrealloc element size. Initialize the different CANONICAL fields.
8877 (canonical_to_fullform): New.
8878 (filter_results): Use it. Add variables canonical, fullform and
8879 cleanup.
8880 (struct decode_line_2_item, decode_line_2_compare_items): New.
8881 (decode_line_2): Remove variables iter and item_names, add variables
8882 items and items_count. Modify the code for these new variables.
8883
feb14725
CV
88842013-03-04 Corinna Vinschen <[email protected]>
8885
8886 * coff-pe-read.c (read_pe_exported_syms): Don't return without
8887 calling do_cleanup.
8888
e83b17ba
HZ
88892013-03-04 Luis Machado <[email protected]>
8890
8891 * tracepoint.c (build_traceframe_info): Add code for byte order.
8892
a2d13a0d
KB
88932013-03-02 Kevin Buettner <[email protected]>
8894
8dddcae8
KB
8895 * v850-tdep.c: (v850e2_register_name): Revise system register
8896 names to match current V850E2M architecture specifications.
8897 Update register number enum comments too.
f5aee5ee 8898
d79e58d8
JW
88992013-03-01 Jiong Wang <[email protected]>
8900 Pedro Alves <[email protected]>
8901
8902 * tilegx-tdep.c (tilegx_analyze_prologue): Limit bundle reading
8903 to END_ADDR.
8904 (tilegx_skip_prologue): Limit prologue analysis to section end.
8905
c4be5165
JK
89062013-03-01 Jan Kratochvil <[email protected]>
8907
8908 * dwarf2loc.c (call_site_find_chain_1): New variable save_callee_pc,
8909 use it.
8910
e362b510
PA
89112013-03-01 Pedro Alves <[email protected]>
8912
8913 Use gdb_byte for bytes from the program being debugged.
8914
8915 * arm-tdep.c (arm_store_return_value, arm_get_longjmp_target):
8916 Change type of local 'buf' to gdb_byte.
8917 * avr-tdep.c (avr_frame_prev_register, avr_push_dummy_call): Likewise.
8918 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
8919 * cris-tdep.c (cris_sigcontext_addr)
8920 (cris_sigtramp_frame_unwind_cache): Likewise.
8921 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp)
8922 (frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
8923 Likewise.
8924 * frv-tdep.c (frv_pseudo_register_write, frv_analyze_prologue): Likewise.
8925 * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer)
8926 (hppa32_hpux_search_dummy_call_sequence)
8927 (hppa_hpux_supply_save_state): Likewise.
8928 * hppa-linux-tdep.c (insns_match_pattern)
8929 (hppa_linux_find_global_pointer): Likewise.
8930 * hppa-tdep.c (hppa_in_function_epilogue_p)
8931 (skip_prologue_hard_way, hppa_frame_cache): Likewise.
8932 * i386-nto-tdep.c (i386nto_sigcontext_addr): Likewise.
8933 * i386fbsd-tdep.c (i386fbsd_supply_uthread)
8934 (i386fbsd_collect_uthread): Likewise.
8935 * ia64-hpux-tdep.c (ia64_hpux_push_dummy_code): Likewise.
8936 * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Likewise.
8937 * ia64-tdep.c (examine_prologue, ia64_frame_cache)
8938 (ia64_frame_prev_register, ia64_sigtramp_frame_cache)
8939 (ia64_sigtramp_frame_prev_register, ia64_access_reg)
8940 (ia64_access_rse_reg, ia64_libunwind_frame_this_id)
8941 (ia64_libunwind_frame_prev_register)
8942 (ia64_libunwind_sigtramp_frame_this_id)
8943 (ia64_find_global_pointer_from_dynamic_section)
8944 (find_extant_func_descr, find_func_descr, ia64_dummy_id)
8945 (ia64_unwind_pc): Likewise.
8946 * iq2000-tdep.c (iq2000_store_return_value): Likewise.
8947 * m68hc11-tdep.c (m68hc11_push_dummy_call)
8948 (m68hc11_extract_return_value): Likewise.
8949 * m68klinux-nat.c (fetch_register, store_register): Likewise.
8950 * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_cr32_write)
8951 (mep_get_insn, mep_push_dummy_call): Likewise.
8952 * mips-linux-tdep.c (mips_linux_get_longjmp_target)
8953 (mips_linux_in_dynsym_stub): Likewise.
8954 * mn10300-tdep.c (mep_pseudo_cr32_write): Likewise.
8955 * ppc-linux-nat.c (fetch_register, store_register): Likewise.
8956 * regcache.c (dump_endian_bytes): Change type of parameter 'buf'
8957 to gdb_byte.
8958 * remote-mips.c (mips_set_register): Likewise.
8959 * remote-sim.c (gdbsim_fetch_register): Likewise.
8960 * score-tdep.c (score7_fetch_inst): Change type of parameter
8961 'memblock' and local 'buf' to gdb_byte.
8962 (score7_malloc_and_get_memblock): Change return type to gdb_byte.
8963 Change type of local 'buf' to gdb_byte. Adjust.
8964 (score7_adjust_memblock_ptr): Change type of parameter 'memblock'
8965 to gdb_byte**.
8966 (score7_analyze_prologue): Change type of 'memblock' and
8967 'memblock_ptr' locals to gdb_byte*.
8968 * sh64-tdep.c (sh64_extract_return_value)
8969 (sh64_store_return_value): Change type of local 'buf' to gdb_byte.
8970 * solib-darwin.c (darwin_current_sos, darwin_read_exec_load_addr):
8971 * solib-pa64.c (pa64_solib_create_inferior_hook)
8972 (pa64_open_symbol_file_object): Remove local 'buf'.
8973 * solib-som.c (som_solib_create_inferior_hook, link_map_start)
8974 (som_open_symbol_file_object): Likewise.
8975 * solib-spu.c (spu_current_sos): Likewise.
8976 * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
8977 * spu-multiarch.c (parse_spufs_run, spu_fetch_registers)
8978 (spu_store_registers): Likewise.
8979 * target.c (debug_print_register): Likewise.
8980 * tic6x-tdep.c (tic6x_get_longjmp_target): Likewise.
8981 * xstormy16-tdep.c (xstormy16_store_return_value)
8982 (xstormy16_push_dummy_call, xstormy16_resolve_jmp_table_entry)
8983 (xstormy16_find_jmp_table_entry): Likewise.
8984
75cc61ca 89852013-03-01 Jiong Wang <[email protected]>
61d8bd0e
JW
8986
8987 * tilegx-tdep.c (tilegx_get_longjmp_target): New function.
8988 (tilegx_gdbarch_init): Install it.
8989
ddb08e9c
TT
89902013-02-28 Tom Tromey <[email protected]>
8991
8992 * python/py-arch.c (archpy_disassemble): Use PyInt_Check and
8993 PyLong_Check.
8994
62d7fb51
DE
89952013-02-28 Doug Evans <[email protected]>
8996
8997 * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
8998 * python/python.c (gdbpy_find_pc_line): Ditto.
8999
c4a9e8b4
TT
90002013-02-28 Tom Tromey <[email protected]>
9001
9002 * contrib/excheck.py: New file.
9003 * contrib/exsummary.py: New file.
9004 * contrib/gcc-with-excheck: New file.
9005
7f6a5dde
TT
90062013-02-28 Tom Tromey <[email protected]>
9007
9008 * python/python.c (gdbpy_print_stack): Call begin_line and
9009 fprintf_filtered inside TRY_CATCH.
9010
9e974e55
TT
90112013-02-28 Tom Tromey <[email protected]>
9012
9013 * python/python.c (gdbpy_find_pc_line): Call find_pc_line
9014 inside TRY_CATCH.
9015
dd5fa3e7
TT
90162013-02-28 Tom Tromey <[email protected]>
9017
9018 * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to call
9019 frame_object_to_frame_info inside TRY_CATCH.
9020
86a3263f
TT
90212013-02-28 Tom Tromey <[email protected]>
9022
9023 * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside
9024 TRY_CATCH.
9025
81b52a3a
TT
90262013-02-28 Tom Tromey <[email protected]>
9027
9028 * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.
9029
d50a0ce2
CV
90302013-02-27 Corinna Vinschen <[email protected]>
9031
9032 * windows-nat.c: Throughout, fix format strings and casts of
9033 printf-like functions to avoid type related warnings on all
9034 platforms.
9035 (handle_output_debug_string): Fetch context information address
9036 from debug string using string_to_core_addr.
9037
e1f58301
JW
90382013-02-27 Jiong Wang <[email protected]>
9039
9040 * regformats/reg-tilegx.dat (name): Change abi name to "tilegx".
9041 * regformats/reg-tilegx32.dat: New.
9042
4fcd89fc
JW
90432013-02-27 Jiong Wang <[email protected]>
9044
9045 * configure.tgt (tilegx-*-linux*): Enable gdbserver.
9046
748d24e6
JW
90472013-02-27 Jiong Wang <[email protected]>
9048
9049 * configure.tgt (tilegx-*-linux*): Replace whitespace with tab.
9050
6c8e944d
YQ
90512013-02-27 Yao Qi <[email protected]>
9052 Pedro Alves <[email protected]>
9053
9054 * tracepoint.c (tfile_trace_find): For tfind
5f8e0b8f
MF
9055 pc/tp/range/outside, look for the next trace frame instead of
9056 always starting from frame 0.
6c8e944d 9057
acd7db30
AG
90582013-02-26 Anthony Green <[email protected]>
9059
9060 * configure.tgt: Add support for moxie-*-rtems* target.
9061
025e6dce
PA
90622013-02-25 Pedro Alves <[email protected]>
9063
9064 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Change
9065 warning text.
9066
ca9c94ef
MR
90672013-02-24 Maciej W. Rozycki <[email protected]>
9068
9069 * mips-tdep.c (mips32_scan_prologue): Reset frame_offset to zero
9070 if $fp is used as the virtual frame pointer.
9071
24c274a1
AM
90722013-02-23 Alan Modra <[email protected]>
9073
9074 * elfread.c (elf_symtab_read): Do not use udata.p here to find
9075 symbol size.
9076 * ppc64-tdep.c (ppc64_elf_make_msymbol_special): New function.
9077 * ppc64-tdep.h (ppc64_elf_make_msymbol_special): Declare.
9078 * ppc-linux-tdep.c (ppc_linux_init_abi): Set up to use the above.
9079 * ppcfbsd-tdep.c (ppcfbsd_init_abi): Likewise.
9080
bfada189
JK
90812013-02-22 Jan Kratochvil <[email protected]>
9082
9083 Code cleanup.
9084 * elfread.c (build_id_bfd_get): Make the return type const.
9085 (build_id_verify): Make the check parameter const.
9086 (build_id_to_debug_filename): Make the build_id parameter and variable
9087 data const.
9088 (find_separate_debug_file_by_buildid): Make the variable build_id const.
9089
c0355132
AM
90902013-02-21 Alan Modra <[email protected]>
9091
9092 * elfread.c (build_id_bfd_get): Adjust for elf_tdata changes.
9093
9f44fbc0
SCR
90942013-02-20 Siva Chandra Reddy <[email protected]>
9095
9096 Add a new method 'disassemble' to gdb.Architecture class.
9097 * python/py-arch.c (archpy_disassmble): Implementation of the
9098 new method gdb.Architecture.disassemble.
9099 (arch_object_methods): Add entry for the new method.
9100
b74ea3eb
JW
91012013-02-20 Jiong Wang <[email protected]>
9102
9103 * MAINTAINERS (Write After Approval): Add myself to the list.
9104
61a672f1
PA
91052013-02-19 Pedro Alves <[email protected]>
9106
9107 Garbage collect 'struct monitor_ops'::load_routine.
9108
9109 * monitor.h (struct monitor_ops) <load_routine>: Remove field.
9110 * monitor.c (monitor_load): No longer call
9111 current_monitor->load_routine.
9112 * dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
9113 * m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
9114 * ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.
9115
40e397df
PA
91162013-02-19 Pedro Alves <[email protected]>
9117
9118 PR gdb/15161
9119
9120 Harmonize with generic_load.
9121
9122 * monitor.c: Include "readline/readline.h".
9123 (monitor_load): Rename parameter 'file' to 'args'. Use build_argv
9124 instead of sscanf. Use CORE_ADDR/strtoulst instead of unsigned
9125 long/strtol for the 'load_offset' local. Error out if no argument
9126 is given or if too many arguments are given. Tilde expand the
9127 passed in file name.
9128
f698ca8e
KT
91292013-02-19 Kai Tietz <[email protected]>
9130
9131 PR gdb/15161
9132 * symfile.c (load_section_data): Change type of load_offset
9133 to CORE_ADDR.
9134 (generic_load): User strtoulst instead of strtoul for conversion
9135 of load_offset.
9136
3361b059
WL
91372013-02-19 Jiong Wang <[email protected]>
9138
9139 * tilegx-tdep.c (tilegx_analyze_prologue): add check for
9140 for return address, "lr" register, saved on stack.
9141 * tilegx-tdep.c (tilegx_frame_cache): update "PC" reg
9142 after we invoke tilegx_analyze_prologue.
9143
3e9d5130
WL
91442013-02-19 Jiong Wang <[email protected]>
9145
bb1bcd86
WL
9146 * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
9147
3361b059 91482013-02-19 Jiong Wang <[email protected]>
bb1bcd86 9149
b74ea3eb 9150 * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal.
3e9d5130 9151
4aaf2503
WL
91522013-02-19 Jiong Wang <[email protected]>
9153
b74ea3eb 9154 * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro.
4aaf2503
WL
9155 (tilegx_write_pc): New function.
9156 (tilegx_cannot_reference_register): Return zero if REGNO
9157 is TILEGX_FAULTNUM_REGNUM.
9158 (tilegx_gdbarch_init): Add call to set_gdbarch_write_pc.
9159 (tilegx_register_name): Add handling of "faultnum" register.
9160 * tilegx-tdep.h (enum tilegx_regnum): Add TILEGX_FAULTNUM_REGNUM.
9161 * tilegx-linux-tdep.c (tilegx_linux_supply_regset): Add
9162 handling of TILEGX_FAULTNUM_REGNUM.
9163 * tilegx-linux-nat.c (regmap): Add entry for TILEGX_FAULTNUM_REGNUM.
9164
bc23a956
WL
91652013-02-19 Jiong Wang <[email protected]>
9166
9167 * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack
b74ea3eb 9168 should be aligned to 64bit.
bc23a956 9169
42f45f1a
KT
91702013-02-19 Kai Tietz <[email protected]>
9171
9172 * windows-nat.c (windows_xfer_memory): Fix debug-output
9173 for LLP64.
9174
6ce4c112
LL
91752013-02-19 Lei Liu <[email protected]>
9176
9177 * mips-linux-nat.c (mips64_linux_regsets_store_registers):
9178 Don't check DSP register number if HAVE_DSP is not set.
9179
30e8ee25
AM
91802013-02-19 Alan Modra <[email protected]>
9181
9182 * elfread.c (struct build_id): Delete. Use struct elf_build_id
9183 throughout file instead.
9184 (build_id_bfd_get): Update to use new elf_tdata build_id field.
9185 Don't xmalloc return value.
9186 (build_id_verify): Similarly. Don't xfree.
9187 (build_id_to_debug_filename): Update.
9188 (find_separate_debug_file_by_buildid): Update, don't xfree.
9189
4c9ad8c2
TT
91902013-02-18 Tom Tromey <[email protected]>
9191
9192 PR gdb/15102:
9193 * dwarf2read.c (read_subrange_type): Use result of
9194 'check_typedef'.
9195
983dc440
YQ
91962013-02-16 Yuanhui Zhang <[email protected]>
9197
9198 * frame.c: Remove one extra white space after #include
9199 directive.
9200
7fb2b84a
JK
92012013-02-15 Jan Kratochvil <[email protected]>
9202
9203 * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
9204
edceb2a9
JK
92052013-02-15 Jan Kratochvil <[email protected]>
9206
9207 * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
9208 and dir commands into an if block.
9209
e81b7af8
TT
92102013-02-15 Sanimir Agovic <[email protected]>
9211
9212 * python/py-breakpoint (struct pybp_code): Use int instead of
9213 enum type_code.
9214
f5911ea1
HAQ
92152013-02-15 Pedro Alves <[email protected]>
9216 Hafiz Abid Qadeer <[email protected]>
9217
9218 * NEWS: Mention new field "trace-file".
9219 * tracepoint.c (trace_status_mi): Output "trace-file" field.
9220 (tfile_open): Record the trace file's filename in the trace
9221 status.
9222 (tfile_files_info): Mention the name of the trace file.
9223 Check the "filename" field explicitely.
9224 (trace_status_command): Explicitely check "filename" field.
9225 (trace_find_command): Ditto.
9226 (trace_find_pc_command): Ditto.
9227 (trace_find_tracepoint_command): Ditto.
9228 (trace_find_line_command): Ditto.
9229 (trace_find_range_command): Ditto.
9230 (trace_find_outside_command): Ditto.
9231 * tracepoint.h (struct trace_status) <from_file>: Rename it
9232 to "filename" and make it hold the trace file's filename
9233 instead of a boolean.
9234 * remote.c (remote_get_trace_status): Initialize "filename"
9235 field with NULL instead of 0.
9236
796cb314
YQ
92372013-02-15 Yao Qi <[email protected]>
9238
9239 * remote.c: Fix a typo.
9240
42e79b1d
PM
92412013-02-14 Pierre Muller <[email protected]>
9242
9243 * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
9244
baea0dae
PA
92452013-02-14 Pedro Alves <[email protected]>
9246
9247 * utils.c (savestring): Don't #undef it. Move function to
9248 common/common-utils.c.
9249 * common/common-utils.c: Include gdb_string.h.
9250 (savestring): Move here from utils.c.
9251 * common/common-utils.h (savestring): Declare.
9252
57c3b6ed
PA
92532013-02-14 Pedro Alves <[email protected]>
9254
9255 * utils.c (savestring): Rename parameter 'size' to 'len'.
9256
d6c44983
YZ
92572013-02-14 Pedro Alves <[email protected]>
9258 Yufeng Zhang <[email protected]>
9259
9260 * aarch64-linux-nat.c (aarch64_init_debug_reg_state): Delete.
9261 (aarch64_inferior_data, struct aarch64_inferior_data):
9262 Delete.
9263 (struct aarch64_process_info): New.
9264 (aarch64_process_list): New global.
9265 (aarch64_find_process_pid, aarch64_add_process)
9266 (aarch64_process_info_get): New functions.
9267 (aarch64_inferior_data_get): Delete.
9268 (aarch64_process_info_get): New function.
9269 (aarch64_forget_process): New function.
9270 (aarch64_get_debug_reg_state): New parameter 'pid'. Reimplement.
9271 (aarch64_linux_prepare_to_resume): Pass the lwp's pid to
9272 aarch64_get_debug_reg_state.
9273 (aarch64_notify_debug_reg_change): Use iterate_over_lwps
9274 instead of linux_nat_iterate_watchpoint_lwps.
9275 (aarch64_linux_new_fork): New function.
9276 (aarch64_linux_child_post_startup_inferior): Use
9277 aarch64_forget_process instead of aarch64_init_debug_reg_state.
9278 (aarch64_handle_breakpoint, aarch64_linux_insert_hw_breakpoint)
9279 (aarch64_linux_remove_hw_breakpoint)
9280 (aarch64_handle_aligned_watchpoint)
9281 (aarch64_handle_unaligned_watchpoint)
9282 (aarch64_linux_insert_watchpoint)
9283 (aarch64_linux_remove_watchpoint)
9284 (aarch64_linux_stopped_data_address): Adjust to pass the current
9285 process id to aarch64_debug_reg_state.
9286 (_initialize_aarch64_linux_nat): Install aarch64_linux_new_fork as
9287 linux_nat_new_fork hook, and aarch64_forget_process as
9288 linux_nat_forget_process hook; remove the call to
9289 register_inferior_data_with_cleanup.
9290
4819b3f8
PA
92912013-02-14 Pedro Alves <[email protected]>
9292
9293 * eval.c (evaluate_subexp_for_address) <default_case_after_eval,
9294 EVAL_AVOID_SIDE_EFFECTS>: Swap and handle TYPE_CODE_REF before
9295 lval_memory.
9296
1773c82c
HAQ
92972013-02-14 Pedro Alves <[email protected]>
9298 Hafiz Abid Qadeer <[email protected]>
9299
9300 * tracepoint.h (validate_trace_state_variable_name): Declare.
9301 * tracepoint.c (validate_trace_state_variable_name): New.
9302 (trace_variable_command): Parse the trace state variable's name
9303 without using parse_expression. Do several validations.
9304 * mi/mi-main.c (mi_cmd_trace_define_variable): Don't parse the
9305 trace state variable's name with parse_expression. Validate it.
9306
53778a97
YQ
93072013-02-14 Yao Qi <[email protected]>
9308
9309 * infcmd.c (breakpoint_proceeded): Remove it.
9310
7b3ae3a6
YQ
93112013-02-14 Yao Qi <[email protected]>
9312
9313 * tracepoint.c (end_actions_pseudocommand): Make it static.
9314 (while_stepping_pseudocommand): Likewise.
9315 * tracepoint.h (end_actions_pseudocommand): Remove the
9316 declaration.
9317 (while_stepping_pseudocommand): Likewise.
9318
64580925
YQ
93192013-02-14 Yao Qi <[email protected]>
9320
9321 * cli/cli-decode.c (help_cmd): Remove the declaration of
9322 "cmdlist".
9323 (help_all): Likewise.
9324
26cb8b7c
PA
93252013-02-13 Pedro Alves <[email protected]>
9326
9327 * amd64-linux-nat.c (update_debug_registers_callback):
9328 Update comment.
9329 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
9330 iterate_over_lwps.
9331 (amd64_linux_prepare_to_resume): Pass the lwp's pid to
9332 i386_debug_reg_state.
9333 (amd64_linux_new_fork): New function.
9334 (_initialize_amd64_linux_nat): Install amd64_linux_new_fork as
9335 linux_nat_new_fork hook, and i386_forget_process as
9336 linux_nat_forget_process hook.
9337 * i386-linux-nat.c (update_debug_registers_callback):
9338 Update comment.
a8256ea1 9339 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
26cb8b7c
PA
9340 iterate_over_lwps.
9341 (i386_linux_prepare_to_resume): Pass the lwp's pid to
9342 i386_debug_reg_state.
9343 (i386_linux_new_fork): New function.
9344 (_initialize_i386_linux_nat): Install i386_linux_new_fork as
9345 linux_nat_new_fork hook, and i386_forget_process as
9346 linux_nat_forget_process hook.
9347 * i386-nat.c (i386_init_dregs): Delete.
9348 (i386_inferior_data, struct i386_inferior_data):
9349 Delete.
9350 (struct i386_process_info): New.
9351 (i386_process_list): New global.
9352 (i386_find_process_pid, i386_add_process, i386_process_info_get):
9353 New functions.
9354 (i386_inferior_data_get): Delete.
9355 (i386_process_info_get): New function.
9356 (i386_debug_reg_state): New parameter 'pid'. Reimplement.
9357 (i386_forget_process): New function.
9358 (i386_cleanup_dregs): Rewrite.
9359 (i386_update_inferior_debug_regs, i386_insert_watchpoint)
9360 (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
9361 (i386_stopped_data_address, i386_insert_hw_breakpoint)
9362 (i386_remove_hw_breakpoint): Adjust to pass the current process id
9363 to i386_debug_reg_state.
9364 (i386_use_watchpoints): Don't register inferior data.
9365 * i386-nat.h (i386_debug_reg_state): Add new 'pid' parameter, and
9366 adjust comment.
9367 (i386_forget_process): Declare.
9368 * linux-fork.c (delete_fork): Call linux_nat_forget_process.
9369 * linux-nat.c (linux_nat_new_fork, linux_nat_forget_process_hook):
9370 New static globals.
9371 (linux_child_follow_fork): Don't call linux_nat_new_thread here.
9372 (add_initial_lwp): New, factored out from ...
9373 (add_lwp): ... this. Don't check the number of lwps before
9374 calling linux_nat_new_thread.
9375 (linux_nat_iterate_watchpoint_lwps): Delete.
9376 (linux_nat_attach): Use add_initial_lwp instead of add_lwp.
9377 (linux_handle_extended_wait): Call the linux_nat_new_fork hook on
9378 forks and vforks.
9379 (linux_nat_wait_1): Use add_initial_lwp instead of add_lwp for the
9380 initial lwp.
9381 (linux_nat_kill, linux_nat_mourn_inferior): Call
9382 linux_nat_forget_process.
9383 (linux_nat_set_new_fork, linux_nat_set_forget_process)
9384 (linux_nat_forget_process): New functions.
9385 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): Delete
9386 type.
9387 (linux_nat_iterate_watchpoint_lwps): Delete declaration.
9388 (linux_nat_new_fork_ftype, linux_nat_forget_process_ftype): New
9389 types.
9390 (linux_nat_set_new_fork, linux_nat_set_forget_process)
9391 (linux_nat_forget_process): New declarations.
9392
9393 * amd64fbsd-nat.c (super_mourn_inferior): New global.
9394 (amd64fbsd_mourn_inferior): New function.
9395 (_initialize_amd64fbsd_nat): Override to_mourn_inferior.
9396 * windows-nat.c (windows_detach): Call i386_cleanup_dregs.
9397
5befea72
MS
93982013-02-13 Marcus Shawcroft <[email protected]>
9399
55015247
YQ
9400 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
9401 Adding _().
5befea72 9402
1d3ffd6b
MS
94032013-02-13 Marcus Shawcroft <[email protected]>
9404
9405 * aarch64-linux-nat.c (debug_reg_change_callback)
9406 (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
9407 %s and phex().
9408
6eb04473
MS
94092013-02-13 Marcus Shawcroft <[email protected]>
9410
9411 * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
9412 with LONGEST.
9413
a016fc87
HAQ
94142013-02-13 Pedro Alves <[email protected]>
9415 Hafiz Abid Qadeer <[email protected]>
9416
9417 * c-lang.c (c_op_print_tab): Add entry for UNOP_PLUS.
9418
e234dfaf
TT
94192013-02-12 Tom Tromey <[email protected]>
9420
9421 PR symtab/11464:
9422 * c-exp.y (lex_one_token): Initialize other fields of yylval on
9423 NAME return.
9424 (classify_inner_name): Remove 'first_name' argument, add
9425 'context'. Remove unused variable.
9426 (yylex): Explicitly maintain the context type. Exit loop earlier
9427 if NAME result is seen.
9428
0b1afbb3
PA
94292013-02-12 Pedro Alves <[email protected]>
9430
9431 * amd64-darwin-tdep.c: Add (C) after Copyright.
9432 * cli/cli-cmds.h: Ditto.
9433 * cli/cli-decode.c: Ditto.
9434 * cli/cli-decode.h: Ditto.
9435 * cli/cli-dump.c: Ditto.
9436 * cli/cli-dump.h: Ditto.
9437 * cli/cli-interp.c: Ditto.
9438 * cli/cli-logging.c: Ditto.
9439 * cli/cli-script.c: Ditto.
9440 * cli/cli-script.h: Ditto.
9441 * cli/cli-setshow.c: Ditto.
9442 * cli/cli-setshow.h: Ditto.
9443 * cli/cli-utils.c: Ditto.
9444 * cli/cli-utils.h: Ditto.
9445 * config/alpha/nm-osf3.h: Ditto.
9446 * config/djgpp/djconfig.sh: Ditto.
9447 * config/i386/nm-fbsd.h: Ditto.
9448 * config/i386/nm-i386gnu.h: Ditto.
9449 * config/nm-linux.h: Ditto.
9450 * config/nm-nto.h: Ditto.
9451 * config/rs6000/nm-rs6000.h: Ditto.
9452 * config/sparc/nm-sol2.h: Ditto.
9453 * darwin-nat-info.c: Ditto.
9454 * dfp.c: Ditto.
9455 * dfp.h: Ditto.
9456 * gdb-demangle.h: Ditto.
9457 * i386-darwin-nat.c: Ditto.
9458 * i386-darwin-tdep.c: Ditto.
9459 * linux-fork.h: Ditto.
9460 * m32c-tdep.c: Ditto.
9461 * microblaze-linux-tdep.c: Ditto.
9462 * microblaze-rom.c: Ditto.
9463 * microblaze-tdep.c: Ditto.
9464 * microblaze-tdep.h: Ditto.
9465 * mips-linux-tdep.h: Ditto.
9466 * ppc-ravenscar-thread.c: Ditto.
9467 * ppc-ravenscar-thread.h: Ditto.
9468 * prologue-value.c: Ditto.
9469 * prologue-value.h: Ditto.
9470 * ravenscar-thread.c: Ditto.
9471 * ravenscar-thread.h: Ditto.
9472 * sparc-ravenscar-thread.c: Ditto.
9473 * sparc-ravenscar-thread.h: Ditto.
9474 * tilegx-linux-tdep.c: Ditto.
9475 * unwind_stop_reasons.def: Ditto.
9476 * windows-nat.h: Ditto.
9477 * xtensa-linux-tdep.c: Ditto.
9478 * xtensa-xtregs.c: Ditto.
9479 * regformats/regdat.sh: Ditto.
9480 * regformats/regdef.h: Ditto.
9481
6c01dd94
PA
94822013-02-12 Pedro Alves <[email protected]>
9483
9484 * break-catch-sig.c: Update copyright years.
9485
b65a2bd9
SCR
94862013-02-11 Siva Chandra Reddy <[email protected]>
9487
9488 Add support for a destructor for ui_out data and use it to
9489 provide a ui_out destructor.
9490 * ui-out.h: Declare the new ui_out destructor.
9491 (ui_out_impl): Add a field for data destructor in ui_out_impl.
9492 * ui-out.c (default_data_destroy): Add a default data destructor
9493 which does nothing.
9494 (default_ui_out_impl): Set the new data_destroy field to
9495 default_data_destroy
9496 (uo_data_destroy): Local function which invokes the data
9497 destructor if present.
9498 (clear_table): Local function which clears the table data of a
9499 ui_out object.
9500 (ui_out_destroy): Public function which frees a ui_out object.
9501 (ui_out_table_end): Use the new clear_table function.
9502 * cli-out.c (cli_ui_out_impl): Set the new data_destroy field to
9503 NULL.
9504 * mi/mi-out.c (mi_ui_out_impl): Set the new data_destroy field
9505 to NULL.
9506
c2792f5a
DE
95072013-02-11 Doug Evans <[email protected]>
9508
9509 * printcmd.c (printf_c_string,printf_wide_c_string): New functions.
9510 (printf_decfloat): New function. Broken out from ui_printf.
9511 Remove unnecessary code to shift the entire format string down.
9512 (printf_pointer): New function.
9513 (ui_printf): Code to print C strings, wide C strings, decfloats,
9514 and pointers moved to separate functions.
9515
d9e98382
SDJ
95162013-02-11 Sergio Durigan Junior <[email protected]>
9517
9518 * valops.c (value_assign): Handling bitfield offset in
9519 `lval_internalvar_component' case.
9520
4ff3ce77
DE
95212013-02-08 Doug Evans <[email protected]>
9522
9523 * common/format.c (parse_format_string): Fix whitespace.
9524
901900c4
MGD
95252013-02-08 Matthew Gretton-Dann <[email protected]>
9526
9527 * stack.c (return_command): Work around uninitialized variable
9528 warning.
9529
b5dbc8d4
YZ
95302013-02-08 Yufeng Zhang <[email protected]>
9531
9532 * aarch64-linux-tdep.c (AARCH64_LINUX_SIZEOF_GREGSET): Change the
9533 number of the registers from 36 to 34.
9534
51d66578
MS
95352013-02-08 Marcus Shawcroft <[email protected]>
9536
9537 * NEWS: Mention new AArch64 native and target support.
9538
176b1c95
MS
95392013-02-08 Marcus Shawcroft <[email protected]>
9540
9541 * MAINTAINERS (Write After Approval): Add myself.
9542
9d19df75
MS
95432013-02-08 Jim MacArthur <[email protected]>
9544 Marcus Shawcroft <[email protected]>
9545 Nigel Stephens <[email protected]>
9546 Yufeng Zhang <[email protected]>
9547
9548 * aarch64-linux-nat.c: New file.
9549 * config/aarch64/linux.mh: New file.
9550 * configure.host: Add AArch64.
9551 * Makefile.in (ALLDEPFILES): Add aarch64-linux-nat.c.
9552
7e1e0340
DE
95532013-02-07 Doug Evans <[email protected]>
9554
9555 * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument to
9556 disassemble command.
9557
45e25a36
MS
95582013-02-07 Marcus Shawcroft <[email protected]>
9559
9560 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
9561 set_gdbarch_fetch_tls_load_module_address.
9562
bbfdfe1c
DM
95632013-02-06 David S. Miller <[email protected]>
9564
9565 * sparc-tdep.c (sparc32_return_value): Handle writing return value when
9566 using RETURN_VALUE_ABI_PRESERVES_ADDRESS.
9567 * value.c (struct_return_convention): New function.
9568 (using_struct_return): Implement in terms of struct_return_convention.
9569 * value.h (struct_return_convention): Declare.
9570 * stack.c (return_command): Allow successful overriding of the return
9571 value when RETURN_VALUE_ABI_PRESERVES_ADDRESS.
9572
bc9abe4a
TT
95732013-02-06 Tom Tromey <[email protected]>
9574
9575 * python/py-type.c (typy_strip_typedefs): Don't call check_typedef
9576 outside of TRY_CATCH.
9577
134a2066
YQ
95782013-02-06 Yao Qi <[email protected]>
9579
9580 * mi/mi-interp.c: Include "tracepoint.h".
9581 (mi_tsv_modified): Declare.
9582 (mi_tsv_created, mi_tsv_deleted): Update declaration.
9583 (mi_interpreter_init): Call observer_attach_tsv_modified.
9584 (mi_tsv_modified): New.
9585 (mi_tsv_created, mi_tsv_deleted): Update.
9586 * tracepoint.c (trace_variable_command): Call
9587 observer_notify_tsv_modified if the initial value of tsv is
9588 changed.
9589 (delete_trace_state_variable): Call
9590 observer_notify_tsv_deleted earlier.
9591 (trace_variable_command): Caller update.
9592 (create_tsv_from_upload): Likewise.
9593 * observer.sh: Declare "struct trace_state_variable".
9594
9595 * NEWS: Mention the new MI notification "=tsv-modified".
9596
59be2b6a
DE
95972013-02-05 Doug Evans <[email protected]>
9598
9599 * completer.c (location_completer): Fix typo in comment.
9600
d30113d4
JK
96012013-02-05 Jan Kratochvil <[email protected]>
9602
9603 * breakpoint.c (add_location_to_breakpoint): Insert the location with
9604 ADDRESS sorted.
9605
14ac654f
MS
96062013-02-05 Marcus Shawcroft <[email protected]>
9607
9608 * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:
9609 Refactor if statement to avoid trailing || operator.
9610
543bf33d
AT
96112013-02-05 Andreas Tobler <[email protected]>
9612
9613 * NEWS: Add PowerPC FreeBSD as a new native configuration.
9614
dc18f110
AT
96152013-02-04 Andreas Tobler <[email protected]>
9616
9617 * Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
9618 * configure.host: Add powerpc*-*-freebsd* target.
9619 * configure.tgt: Add target info for powerpc*-*-freebsd*.
9620 * ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
9621 * config/powerpc/fbsd.mh: New file.
9622
b3ac9c77
SDJ
96232013-02-04 Sergio Durigan Junior <[email protected]>
9624 Denys Vlasenko <[email protected]>
9625 Pedro Alves <[email protected]>
9626
9627 * gdbarch.sh (elfcore_write_linux_prpsinfo): New F hook.
9628 (struct elf_internal_linux_prpsinfo): Forward declare.
9629 * gdbarch.h, gdbarch.c: Regenerate.
9630 * linux-tdep.c: Include `cli/cli-utils.h'.
9631 (linux_fill_prpsinfo): New function.
9632 (linux_make_corefile_notes): Use linux_fill_prpsinfo. If there's
9633 an elfcore_write_linux_prpsinfo hook, use it, otherwise, use
9634 elfcore_write_linux_prpsinfo32 or elfcore_write_linux_prpsinfo64
9635 depending on gdbarch pointer bitness.
9636 * ppc-linux-tdep.c: Include elf-bfd.h.
9637 (ppc_linux_init_abi): Hook in elfcore_write_ppc_linux_prpsinfo32
9638 on 32-bit.
9639
176eb98c
MS
96402013-02-04 Jim MacArthur <[email protected]>
9641 Marcus Shawcroft <[email protected]>
9642 Nigel Stephens <[email protected]>
9643 Yufeng Zhang <[email protected]>
9644
9645 * configure.tgt (aarch64*-*-linux*): Set build_gdbserver=yes.
9646
cf0dbd6f
MS
96472013-02-04 Jim MacArthur <[email protected]>
9648 Marcus Shawcroft <[email protected]>
9649 Nigel Stephens <[email protected]>
9650 Yufeng Zhang <[email protected]>
9651
9652 * aarch64-newlib-tdep.c: New file.
9653 * configure.tgt: Add aarch64-newlib-tdep.o to gdb_target_obs of
9654 aarch64*-*-elf.
9655 * defs.h (enum gdb_osabi): Add GDB_OSABI_NEWLIB.
9656 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-newlib-tdep.o.
9657 (ALLDEPFILES): Add aarch64-newlib-tdep.c.
9658 * osabi.c (gdb_osabi_names): Add "Newlib".
9659
1ae3db19
MS
96602013-02-04 Jim MacArthur <[email protected]>
9661 Marcus Shawcroft <[email protected]>
9662 Nigel Stephens <[email protected]>
9663 Yufeng Zhang <[email protected]>
9664
9665 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-linux-tdep.o.
9666 (ALLDEPFILES): Add aarch64-linux-tdep.c.
9667 * aarch64-linux-tdep.c: New file.
9668 * aarch64-linux-tdep.h: New file.
9669 * aarch64-tdep.h (gdbarch_tdep): Define gregset and fpregset.
9670 * configure.tgt: Add aarch64-none-linux-gnu.
9671
07b287a0
MS
96722013-02-04 Jim MacArthur <[email protected]>
9673 Marcus Shawcroft <[email protected]>
9674 Nigel Stephens <[email protected]>
9675 Yufeng Zhang <[email protected]>
9676
9677 * Makefile.in (ALL_64_TARGET_OBS): Add arch64-tdep.o.
9678 (HFILES_NO_SRCDIR): Add aarch64-tdep.h.
9679 (ALLDEPFILES): Add aarch64-tdep.c.
9680 * aarch64-tdep.c: New file.
9681 * aarch64-tdep.h: New file.
9682 * configure.tgt: Add AArch64.
9683 * features/Makefile (WHICH): Add aarch64 and aarch64-without-fpu.
9684 (aarch64-expedite): New definition.
9685 * features/aarch64-core.xml: New file.
9686 * features/aarch64-fpu.xml: New file.
9687 * features/aarch64-without-fpu.c: New file (generated).
9688 * features/aarch64-without-fpu.xml: New file.
9689 * features/aarch64.c: New file (generated).
9690 * features/aarch64.xml: New file.
9691 * regformats/aarch64-without-fpu.dat: New file (generated).
9692 * regformats/aarch64.dat: New file (generated).
9693
0f1b18ab
JK
96942013-02-03 Jan Kratochvil <[email protected]>
9695
9696 * contrib/expect-read1.c: New file.
9697 * contrib/expect-read1.sh: New file.
9698
233d95b5
JK
96992013-02-03 Jan Kratochvil <[email protected]>
9700
9701 * dwarf2read.c (file_file_name): New function with code from
9702 file_full_name.
9703 (file_full_name): Move most of the code to file_file_name.
9704 (macro_start_file): Rename variable full_name to file_name and use
9705 file_file_name for it. Add comp_dir parameter to new_macro_table.
9706 * macrocmd.c (show_pp_source_pos): New variable fullname. Replace any
9707 macro_source_file->filename access by macro_source_fullname call.
9708 * macroscope.c (_initialize_macroscope): Update the new_macro_table
9709 caller.
9710 * macrotab.c (struct macro_table): New field comp_dir.
9711 (macro_include): New variables link_fullname and source_fullname.
9712 Replace any macro_source_file->filename access by macro_source_fullname
9713 call.
9714 (macro_lookup_inclusion): Remove the partial filenames checking code.
9715 (check_for_redefinition): New variables source_fullname and
9716 found_key_fullname. Replace any macro_source_file->filename access by
9717 macro_source_fullname call.
9718 (macro_undef): New variables source_fullname and key_fullname. Replace
9719 any macro_source_file->filename access by macro_source_fullname call.
9720 (macro_lookup_definition): New variables retval and source_fullname.
9721 Replace any macro_source_file->filename access by macro_source_fullname
9722 call.
9723 (foreach_macro): New variable key_fullname. Replace any
9724 macro_source_file->filename access by macro_source_fullname call.
9725 (foreach_macro_in_scope): New variable datum_fullname. Replace any
9726 macro_source_file->filename access by macro_source_fullname call.
9727 (new_macro_table): Add parameter comp_dir. Initialize T with it.
9728 (macro_source_fullname): New function.
9729 * macrotab.h (struct macro_source_file): Extent the filename field
9730 comment.
9731 (new_macro_table): New parameter comp_dir, add a comment for it.
9732 (macro_source_fullname): new declaration.
9733
da235a7c
JK
97342013-02-03 Jan Kratochvil <[email protected]>
9735
9736 * dwarf2read.c (dw2_map_symtabs_matching_filename): Move variable
9737 this_real_name to outer block. Use it also for
9738 compare_filenames_for_search.
9739 (dw2_expand_symtabs_matching): New variable this_real_name. Use it
9740 with dw2_get_real_path for file_matcher, considering also
9741 BASENAMES_MAY_DIFFER.
9742 (file_full_name): Prepend COMP_DIR even for relative lh->INCLUDE_DIRS.
9743
fbd9ab74
JK
97442013-02-03 Jan Kratochvil <[email protected]>
9745
9746 * dwarf2read.c (dw2_expand_symtabs_matching): Add basenames parameter
9747 to the file_matcher parameter. Pass 0 to it.
9748 (dwarf2_create_include_psymtab): Copy also DIRNAME.
9749 * psymtab.c (partial_map_symtabs_matching_filename): Drop handling of
9750 NULL psymtab_to_fullname result.
9751 (psymtab_to_fullname): Remove variable r. Never return NULL, assemble
9752 an expected filename instead.
9753 (expand_symtabs_matching_via_partial): Add basenames parameter to the
9754 file_matcher parameter. Call also psymtab_to_fullname, after newly
9755 considering BASENAMES_MAY_DIFFER.
9756 * source.c (rewrite_source_path): Remove static.
9757 * source.h (rewrite_source_path): New declaration.
9758 * symfile.h (struct quick_symbol_functions): Add basenames parameter to
9759 the expand_symtabs_matching field. Comment it.
9760 * symtab.c (file_matches): New function comment. Add parameter
9761 basenames, implement it.
9762 (search_symbols_file_matches): Add basenames parameter. Update the
9763 file_matches caller.
9764 (search_symbols): Match FILES also against symtab_to_fullname.
9765 Optimize it for BASENAMES_MAY_DIFFER.
9766
56d397a3
JK
97672013-02-03 Jan Kratochvil <[email protected]>
9768
9769 * source.c (print_source_lines_base): Print for TUI also "fullname".
9770 * tui/tui-data.c (init_content_element): Change tui_locator_element
9771 field to full_name.
9772 * tui/tui-data.h (struct tui_locator_element): Likewise.
9773 * tui/tui-disasm.c (tui_show_disassem_and_update_source): Rename
9774 tui_update_locator_filename calls to tui_update_locator_fullname.
9775 Replace symtab->filename refererence by symtab_to_fullname call.
9776 * tui/tui-out.c (tui_field_string): Check for "fullname" now.
9777 * tui/tui-source.c (tui_set_source_content): Change tui_locator_element
9778 field to full_name. Replace symtab->filename refererence by
9779 symtab_to_fullname call.
9780 (tui_show_symtab_source): Rename parameter to fullname. Change
9781 tui_locator_element field to full_name.
9782 * tui/tui-stack.c: Include source.h.
9783 (tui_set_locator_filename): Rename the declaration to ...
9784 (tui_set_locator_fullname): ... here. Rename its parameter to
9785 fullname, updates its comment.
9786 (tui_set_locator_info): Rename its parameter to fullname.
9787 (tui_set_locator_filename): Rename the definition to ...
9788 (tui_set_locator_fullname): ... here. Rename its parameter to
9789 fullname, updates its comment. Change tui_locator_element field to
9790 full_name.
9791 (tui_set_locator_info): Rename its parameter to fullname.
9792 (tui_set_locator_info): Rename callee to tui_set_locator_fullname.
9793 (tui_update_locator_filename): Rename to ...
9794 (tui_update_locator_fullname): ... here. Rename callee to
9795 tui_set_locator_fullname.
9796 (tui_show_frame_info): Replace symtab->filename refererence by
9797 symtab_to_fullname call.
9798 * tui/tui-stack.h (tui_update_locator_filename): Rename to ...
9799 (tui_update_locator_fullname): ... here.
9800 * tui/tui-winsource.c (tui_display_main): Rename the callee to
9801 tui_update_locator_fullname. Replace symtab->filename refererence by
9802 symtab_to_fullname call.
9803 * tui/tui.c (tui_show_source): Rename its parameter to fullname.
9804 Rename the callee to tui_update_locator_fullname.
9805 * tui/tui.h (tui_show_source): Rename its parameter to fullname.
9806
05cba821
JK
98072013-02-03 Jan Kratochvil <[email protected]>
9808
9809 * ada-lang.c (user_select_syms): Replace symtab->filename refererences
9810 by symtab_to_filename_for_display calls.
9811 * breakpoint.c (print_breakpoint_location, resolve_sal_pc): Likewise.
9812 (clear_command): New variable sal_fullname, initialize it. Replace
9813 compare_filenames_for_search by filename_cmp with sal_fullname.
9814 (say_where, update_static_tracepoint): Replace symtab->filename
9815 refererences by symtab_to_filename_for_display calls.
9816 * cli/cli-cmds.c (edit_command, list_command, ambiguous_line_spec):
9817 Likewise.
9818 * dwarf2read.c: Include source.h.
9819 (fixup_go_packaging): Replace symtab->filename refererences by
9820 symtab_to_filename_for_display calls.
9821 * linespec.c (add_sal_to_sals): Rename variable filename to fullname.
9822 Replace symtab->filename refererences by symtab_to_filename_for_display
9823 calls.
9824 (create_sals_line_offset, convert_linespec_to_sals): New variable
9825 fullname, initialize it, replace symtab->filename reference by the
9826 variable.
9827 * linux-fork.c: Include source.h.
9828 (info_checkpoints_command): Replace symtab->filename refererences by
9829 symtab_to_filename_for_display calls.
9830 * macroscope.c (sal_macro_scope): Replace symtab->filename refererences
9831 by symtab_to_filename_for_display calls.
9832 * mdebugread.c: Include source.h.
9833 (psymtab_to_symtab_1): Replace symtab->filename refererences by
9834 symtab_to_filename_for_display calls.
9835 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
9836 (mi_cmd_file_list_exec_source_files): Likewise.
9837 * printcmd.c: Include source.h.
9838 (build_address_symbolic): Replace symtab->filename refererences by
9839 symtab_to_filename_for_display calls.
9840 * psymtab.c (partial_map_symtabs_matching_filename)
9841 (read_psymtabs_with_fullname): Call compare_filenames_for_search also
9842 with psymtab_to_fullname.
9843 * python/py-symtab.c (stpy_str): Replace symtab->filename refererences
9844 by symtab_to_filename_for_display calls.
9845 (stpy_get_filename): New variable filename, initialize it, use instead
9846 of symtab->filename refererences.
9847 (salpy_str): Make variable filename const char *. Replace
9848 symtab->filename refererences by symtab_to_filename_for_display calls.
9849 * skip.c: Include source.h and filenames.h.
9850 (skip_file_command): Remove const from the symtab variable. Replace
9851 symtab->filename refererences by symtab_to_fullname call.
9852 (function_name_is_marked_for_skip): New variables searched_for_fullname
9853 and fullname. Use them to search also with symtab's fullname.
9854 * source.c (find_source_lines): Replace symtab->filename refererences
9855 by symtab_to_filename_for_display calls.
9856 (print_source_lines_base): New variable filename, use it instead of
9857 symtab->filename. Replace symtab->filename refererences by
9858 symtab_to_filename_for_display calls.
9859 (line_info, forward_search_command): Replace symtab->filename
9860 refererences by symtab_to_filename_for_display calls.
9861 (reverse_search_command): Replace symtab->filename refererences by
9862 symtab_to_filename_for_display calls. New variable filename for it.
9863 * stack.c (frame_info): Likewise.
9864 * symmisc.c: Include source.h.
9865 (dump_objfile, dump_symtab_1, maintenance_print_symbols)
9866 (maintenance_info_symtabs): Replace symtab->filename refererences by
9867 symtab_to_filename_for_display calls.
9868 * symtab.c (iterate_over_some_symtabs): Call
9869 compare_filenames_for_search also with symtab_to_fullname.
9870 (lookup_symbol_aux_quick, basic_lookup_transparent_type_quick): Replace
9871 symtab->filename refererences by symtab_to_filename_for_display calls.
9872 (find_line_symtab): Replace symtab->filename refererences by
9873 symtab_to_filename_for_display calls.
9874 (file_matches): Replace filename_cmp by compare_filenames_for_search.
9875 (print_symbol_info): Make the last parameter const char *. New
9876 variable s_filename. Use it in the function.
9877 (symtab_symbol_info): Make the last_filename variable const char *.
9878 Replace symtab->filename refererences by symtab_to_filename_for_display
9879 calls.
9880 (rbreak_command): New variable fullname. Use it. Replace
9881 symtab->filename refererence by symtab_to_filename_for_display call.
9882 * tracepoint.c (set_traceframe_context, trace_find_line_command)
9883 (print_one_static_tracepoint_marker): Replace symtab->filename
9884 refererences by symtab_to_filename_for_display calls.
9885 * tui/tui-source.c (tui_set_source_content): New variables filename and
9886 s_filename. Replace symtab->filename refererences by this variable.
9887 Replace other symtab->filename refererences by
9888 symtab_to_filename_for_display calls.
9889
1b56eb55
JK
98902013-02-03 Eldar Gaynetdinov <[email protected]>
9891 Jan Kratochvil <[email protected]>
9892
9893 Add a new variable that controls a way in which filenames are
9894 displayed.
9895 * NEWS (set filename-display): New entry.
9896 * source.c (filename_display_basename, filename_display_relative)
9897 (filename_display_absolute, filename_display_kind_names)
9898 (filename_display_string, show_filename_display_string)
9899 (symtab_to_filename_for_display): New.
9900 (_initialize_source): Added initialization of 'filename-display'
9901 variable.
9902 * source.h (symtab_to_filename_for_display): Added declaration.
9903 * stack.c (print_frame): Added new variable and calling of a new
9904 function and condition with this variable. Changed third argument of
9905 calling of a function.
9906
aa079c93
JK
99072013-02-03 Jan Kratochvil <[email protected]>
9908
9909 * tui/tui-data.c (init_win_info, tui_del_window, tui_free_window):
9910 Rename field reference filename to fullname.
9911 * tui/tui-data.h (struct tui_source_info): Rename field filename to
9912 fullname. New comment for it.
9913 * tui/tui-source.c (tui_set_source_content): Rename field reference
9914 filename to fullname. Initialize field by symtab_to_fullname now.
9915 * tui/tui-winsource.c (tui_update_breakpoint_info): Rename field
9916 reference filename to fullname. Use symtab_to_fullname during
9917 comparison.
9918
652a8996
JK
99192013-02-03 Jan Kratochvil <[email protected]>
9920
9921 Code cleanup.
9922 * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ...
9923 (dw2_expand_symtabs_with_fullname): ... here. Rename parameter
9924 filename to fullname. Rename variable this_name to this_fullname.
9925 Lowercase FILENAME_CMP call.
9926 (dw2_find_symbol_file): New comment for the returned string.
9927 (dwarf2_gdb_index_functions): Rename the function to
9928 dw2_expand_symtabs_with_fullname.
9929 * psymtab.c (read_psymtabs_with_filename): Rename to ...
9930 (read_psymtabs_with_fullname): ... here. Rename parameter filename to
9931 fullname.
9932 (psym_functions): Rename the function to read_psymtabs_with_fullname.
9933 * symfile.h (struct quick_symbol_functions): Rename field
9934 expand_symtabs_with_filename to expand_symtabs_with_fullname and its
9935 parameter filename to fullname. Document returned string meaning for
9936 find_symbol_file.
9937 * symtab.c (find_line_symtab): Rename the called function to
9938 expand_symtabs_with_fullname.
9939
af529f8f
JK
99402013-02-03 Jan Kratochvil <[email protected]>
9941
9942 Code cleanup.
9943 * breakpoint.c (clear_command): Remove variable is_abs, unify the
9944 call of filename_cmp with compare_filenames_for_search.
9945 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
9946 is_abs, unify the call of FILENAME_CMP with
9947 compare_filenames_for_search. New gdb_asserts for real_path and name.
9948 Unify the call of compare_filenames_for_search with FILENAME_CMP.
9949 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
9950 * symfile.h (struct quick_symbol_functions): Extend the comment for
9951 map_symtabs_matching_filename.
9952 * symtab.c (compare_filenames_for_search): Remove the function comment
9953 relative path requirement. Handle absolute filenames, with a comment.
9954 (iterate_over_some_symtabs): Remove variable is_abs, unify the call of
9955 FILENAME_CMP with compare_filenames_for_search. New gdb_asserts for
9956 real_path and name. Unify the call of compare_filenames_for_search
9957 with FILENAME_CMP.
9958 (iterate_over_symtabs): New gdb_assert on REAL_PATH.
9959
2f202fde
JK
99602013-02-03 Jan Kratochvil <[email protected]>
9961
9962 Code cleanup.
9963 * breakpoint.c (print_breakpoint_location): Replace bp_location field
9964 source_file references by symtab field references. Remove variables
9965 sal and fullname.
9966 (momentary_breakpoint_from_master, add_location_to_breakpoint):
9967 (clear_command, say_where): Replace bp_location field source_file
9968 references by symtab field references.
9969 (bp_location_dtor): Remove the source_file reference.
9970 (update_static_tracepoint): Replace bp_location field source_file
9971 references by symtab field references.
9972 (breakpoint_free_objfile): New function.
9973 * breakpoint.h (struct bp_location): Extend the comment for line_number.
9974 Replace the field source_file by field symtab, extend its comment.
9975 (breakpoint_free_objfile): New declaration.
9976 * objfiles.c (free_objfile): Call breakpoint_free_objfile.
9977 * tui/tui-winsource.c (tui_update_breakpoint_info): Replace bp_location
9978 field source_file references by symtab field references.
9979
f5b95b50
JK
99802013-02-03 Jan Kratochvil <[email protected]>
9981
9982 Replace xfullpath calls by gdb_realpath calls.
9983 * cli/cli-cmds.c (find_and_open_script): Remove xfullpath from the
9984 function comment.
9985 * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path.
9986 Remove it from the iterate_over_some_symtabs call.
9987 (dw2_map_symtabs_matching_filename): Remove parameter full_path.
9988 Remove it from the dw2_map_expand_apply calls, remove a block handling
9989 it.
9990 * psymtab.c (partial_map_expand_apply): Remove parameter full_path.
9991 Remove it from the iterate_over_some_symtabs call.
9992 (partial_map_symtabs_matching_filename): Remove parameter full_path.
9993 Remove it from the partial_map_expand_apply calls, remove a block
9994 handling it. Drop gdb_realpath call and cleanups from the real_path
9995 handling.
9996 * source.c (openp): Drop the comment part about xfullpath. Replace
9997 xfullpath calls by gdb_realpath calls.
9998 (find_and_open_source): Replace xfullpath call by gdb_realpath call.
9999 * symfile.h (struct quick_symbol_functions): Remove parameter full_path
10000 from method map_symtabs_matching_filename and its comment.
10001 * symmisc.c (maintenance_print_msymbols): Replace xfullpath call by
10002 gdb_realpath call.
10003 * symtab.c (iterate_over_some_symtabs): Remove parameter full_path,
10004 remove it also from the function comment, remove a block handling it.
10005 Drop gdb_realpath call and cleanups from the real_path handling.
10006 (iterate_over_symtabs): Drop variable full_path and its use.
10007 * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
10008 * utils.c (xfullpath): Remove.
10009 * utils.h (xfullpath): Remove.
10010
d78489bf
AT
100112013-02-01 Andreas Tobler <[email protected]>
10012
10013 * Makefile.in (ALL_TARGET_OBS): Add ppc64-tdep.o.
10014 (HFILES_NO_SRCDIR): Add ppc64-tdep.h.
10015 (ALLDEPFILES): Add ppc64-tdep.c.
10016 * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
10017 ppc64-tdep.o to gdb_target_obs.
10018 * ppc64-tdep.h: New file.
10019 * ppc64-tdep.c: New file.
10020 (insn_d, insn_ds, insn_xfx, ppc64_desc_entry_point): Move from
10021 ppc-linux-tdep.c to here.
10022 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN)
10023 (PPC64_STANDARD_LINKAGE2_LEN): Likewise and use ARRAY_SIZE macro.
10024 (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target)
10025 (ppc64_standard_linkage3_target, ppc64_skip_trampoline_code): Move
10026 from ppc-linux-tdep.c to here.
10027 (ppc64_convert_from_func_ptr_addr): Rename from
10028 ppc64_linux_convert_from_func_ptr_addr to
10029 ppc64_convert_from_func_ptr_addr and move from ppc-linux-tdep.c to
10030 here.
10031 * rs6000-tdep.c:
10032 (read_insn): Move from ppc-linux-tdep.c to here.
10033 (insns_match_pattern, insn_d_field, insn_ds_field): Move
10034 from ppc-linux-tdep.c to here and rename them with the ppc_ prefix.
10035 * ppc-linux-tdep.c: Include ppc64-tdep.h.
10036 Removed above functions.
10037 (ppc_linux_init_abi): Adjust.
10038
8db60374
AR
100392013-02-01 Aleksandar Ristovski <[email protected]>
10040
10041 * ada-valprint.c (ada_print_floating): Remove unused 'len'.
10042
f2e5f4ce
AR
100432013-02-01 Aleksandar Ristovski <[email protected]>
10044
10045 * ada-lang.c (assign_aggregate): Remove unused 'is_array_aggregate'.
10046
c1f7d745
PA
100472013-02-01 Pedro Alves <[email protected]>
10048
10049 * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
10050 * frame.h (deprecated_pc_in_call_dummy): Delete declaration.
10051
8a92335b
JK
100522013-02-01 Jan Kratochvil <[email protected]>
10053
10054 * elfread.c (elf_symfile_read): Limit separate debug info additions to
10055 files with no separate debug info.
10056 * objfiles.c (add_separate_debug_objfile): Add gdb_assert calls.
10057 * symfile.c (read_symbols): Call find_separate_debug_file_in_section
10058 only for files with no separate debug info.
10059
8eacb197
TT
100602013-01-31 Tom Tromey <[email protected]>
10061
10062 * jit.c (jit_program_space_data): Rename from jit_inferior_data;
10063 change type.
10064 (struct jit_program_space_data): Rename from jit_inferior_data.
10065 Update comments.
10066 (get_jit_program_space_data): Rename from get_jit_inferior_data.
10067 Change return type. Attach data to program space.
10068 (jit_program_space_data_cleanup): Rename from
10069 jit_inferior_data_cleanup; change argument type.
10070 (jit_read_descriptor): Change 'inf_data' argument to 'ps_data',
10071 change type.
10072 (jit_register_code): Update.
10073 (jit_update_inferior_cache): Remove.
10074 (jit_breakpoint_deleted): Get jit data from the location's program
10075 space.
10076 (jit_breakpoint_re_set_internal): Rename 'inf_data' argument to
10077 'ps_data', change type.
10078 (jit_inferior_init, jit_breakpoint_re_set_internal)
10079 (jit_event_handler): Update.
10080 (free_objfile_data): Get data from objfile's program space.
10081 (_initialize_jit): Update.
10082
f25c0135
TT
100832013-01-31 Tom Tromey <[email protected]>
10084
10085 PR gdb/13987:
10086 * jit.c (struct jit_inferior_data) <cached_code_address,
10087 jit_breakpoint>: New fields.
10088 (jit_breakpoint_re_set_internal): Fix logging. Only create
10089 breakpoint if cached address has changed.
10090 (jit_update_inferior_cache, jit_breakpoint_deleted): New
10091 functions.
10092 (_initialize_jit): Register breakpoint deleted observer.
10093
974a734b
AR
100942013-01-31 Aleksandar Ristovski <[email protected]>
10095
10096 * infrun.c (handle_syscall_event): Remove unused gdbarch.
10097 (save_infcall_suspend_state): Ifdef out unused inf.
10098 (restore_infcall_suspend_state): Ifdef out unused inf.
10099 * jit.c (jit_register_code): Remove unused i, b, inf_data.
10100 (jit_frame_sniffer): Remove unused inf_data.
10101
df54f8eb
AR
101022013-01-31 Aleksandar Ristovski <[email protected]>
10103
10104 * c-exp.y (classify_inner_name): Remove unused type.
10105 * c-lang.c (c_printstr): Remove unused byte_order, i, things_printed,
10106 in_quotes, need_comma, wchar_buf, output, cleanup, iter, finished,
10107 need_escape.
10108 (c_get_string): Remove unused kind.
10109 * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2.
10110
5799c0b9
AR
101112013-01-31 Aleksandar Ristovski <[email protected]>
10112
10113 * charset.c (intermediate_encoding): Remove unused i.
10114 * completer.c (signal_completer): Remove unused i.
10115 * continuations.c (discard_my_continuations_1): Remove unused
10116 continuation_ptr.
10117 * corelow.c (core_close): Remove unuseD name.
10118 (get_core_siginfo): Remove unused pid.
10119 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Remove unused
10120 i, cps.
10121 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove unused base_offset.
10122 (loclist_describe_location): Remove unused first.
10123 * event-top.c (command_line_handler): Remove unused got_eof.
10124 * exec.c (exec_close_1): Remove unused need_symtab_cleanup.
10125 (resize_section_table): Remove unused old_value.
10126 * gdb_bfd.c (gdb_bfd_map_section): Remove unused header.
10127 * gnu-v3-abi.c (compute_vtable_size): Remove unused addr.
10128 * i386-tdep.c (i386_process_record): Remove unused rex.
10129 * infcmd.c (get_return_value): Remove unused uiout.
10130 * jv-lang.c (type_from_class): Remove unused is_array.
10131 * jv-valprint.c (java_val_print): Remove unused i.
10132 * linux-nat.c (linux_nat_stop_lwp): Remove unused ptid.
10133 * linux-thread-db.c (thread_db_find_new_threads_2): Remove unuseD pid.
10134 * m2-typeprint.c (m2_print_type): Remove unused code.
10135 * macroexp.c (get_character_constant): Remove unused body_start.
10136 (macro_stringify): Remove unused result.
10137 * objc-lang.c (find_methods): Remove unused gdbarch.
10138 * objfiles.c (filter_overlapping_sections): Remove unused abfd1, abfd2.
10139 * regcache.c (regcache_cooked_read): Remove unused gdbarch.
10140 * stack.c (print_frame_args): Remove unused summary.
10141 * thread.c (thread_apply_command): Remove unused p.
10142 * valarith.c (value_x_unop): Remove unused mangle_ptr.
10143 * valops.c (search_struct_method): Remove unused skip.
10144 * valprint.c (generic_val_print): Remove unused byte_order.
10145 * varobj.c (varobj_update): Remove unused changed.
10146 * cli/cli-cmds.c (complete_command): Remove unused next_item.
10147 (alias_command): Remove unused c.
10148 * mi/mi-cmd-catch.c (mi_catch_load_unload): Remove unused c.
10149 * mi/mi-main.c (mi_cmd_data_write_register_values): Remove unused
10150 format.
10151 (mi_cmd_data_write_memory): Remove unused word_format.
10152 (mi_cmd_data_write_memory_bytes): Remove unused r.
10153 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Remove unused
10154 p_start, p_end.
10155 * python/python.c (_initialize_python): Remove unused cmd_name, cmd.
10156 * tui/tui-disasm.c (tui_set_disassem_content): Remove unused
10157 line_width.
10158
c656bca5
AR
101592013-01-31 Aleksandar Ristovski <[email protected]>
10160
10161 * dwarf2-frame.c (dwarf2_compile_cfa_to_ax): Remove unused num_regs.
10162 * symtab.c (iterate_over_symtabs): Remove unused s.
10163 (find_pc_sect_symtab): Remove unused pspAce.
10164 (find_pc_sect_line): Remove unused alt_symtab.
10165 (find_pcs_for_symtab_line): Remove unused ix, previous_function.
10166 (completion_list_add_name): Remove unused newsize.
10167
7078baeb
TT
101682013-01-31 Tom Tromey <[email protected]>
10169
10170 PR c++/14998:
10171 * dwarf2read.c (read_tag_ptr_to_member_type): Handle
10172 TYPE_CODE_FUNC.
10173
c2e8b827
AR
101742013-01-31 Aleksandar Ristovski <[email protected]>
10175
10176 * target.c (target_read_string): Remove unused origlen.
10177
0e43993a
AR
101782013-01-31 Aleksandar Ristovski <[email protected]>
10179
10180 * auto-load.c (auto_load_expand_dir_vars): Remove unused dir_vec.
10181 * ax-gdb.c (gen_printf): Remove unused expr, i, bot, fr, flen, fmt.
10182 * ax-general.c (ax_print): Remove unused is_float.
10183 * blockframe.c (block_innermost_frame): Remove unused start, end.
10184 * break-catch-sig.c (catch_signal_command): Remove unused gdbarch.
10185
765a97ab
AR
101862013-01-31 Aleksandar Ristovski <[email protected]>
10187
10188 * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.
10189 (svr4_read_so_list): Remove unused lmo.
10190 * solib-target.c (solib_target_relocate_section_addresses): Remove
10191 unused flags.
10192
a99dad3d
TT
101932013-01-30 Tom Tromey <[email protected]>
10194
10195 * hppa-tdep.c (read_unwind_info): Use SECT_OFF_TEXT, not "0".
10196
3bff1ecd
TT
101972013-01-30 Tom Tromey <[email protected]>
10198
10199 * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.
10200 * utils.c (gnu_debuglink_crc32): Remove.
10201 * utils.h (gnu_debuglink_crc32): Don't declare.
10202
7d455152
TT
102032013-01-30 Tom Tromey <[email protected]>
10204
10205 * dwarf2read.c (compute_delayed_physnames, read_call_site_scope)
10206 (read_structure_type, read_enumeration_type): Remove cast.
10207
abee88f2
TT
102082013-01-30 Tom Tromey <[email protected]>
10209
10210 * dwarf2read.c (read_namespace_type): Remove cast.
10211 (read_typedef): Likewise.
10212
8d9878a4
TT
102132013-01-29 Tom Tromey <[email protected]>
10214
10215 * dwarf2read.c (free_dwo_file): Remove assert.
10216
a543d2a9
TT
102172013-01-29 Tom Tromey <[email protected]>
10218
10219 * value.c (deprecated_set_value_modifiable): Remove.
10220 * value.h (deprecated_set_value_modifiable): Remove.
10221
bed911e5
DE
102222013-01-28 Doug Evans <[email protected]>
10223
10224 * dwarf2loc.c (dwarf2_find_location_expression): Don't add base address
10225 to addresses from dwo files.
10226
28c64fc2
SCR
102272013-01-25 Siva Chandra Reddy <[email protected]>
10228
10229 * valops.c (find_overload_match): Remove unused argument 'lax'.
10230 * value.h: Remove unused argument 'lax' from the declaration of
10231 find_overload_match.
10232 * eval.c (value_subexp_standard): Do not pass a 'lax' argument
10233 to find_overload_match.
10234 * valarith.c (value_user_defined_cpp_op): Do not pass a 'lax'
10235 argument to find_overload_match.
10236
4d4ec4e5
TT
102372013-01-25 Tom Tromey <[email protected]>
10238
10239 * dwarf2read.c (processing_has_namespace_info): Remove.
10240 (struct dwarf2_cu) <processing_has_namespace_info>: New field.
10241 (process_die, read_func_scope, dwarf2_start_symtab)
10242 (new_symbol_full): Update.
10243
195a3f6c
TT
102442013-01-25 Tom Tromey <[email protected]>
10245
10246 * cp-namespace.c (cp_set_block_scope): Remove.
10247 * cp-support.h (cp_set_block_scope): Remove.
10248 * dbxread.c: Include block.h.
10249 (cp_set_block_scope): New function.
10250 (process_one_symbol): Update.
10251 * dwarf2read.c (read_func_scope): Use block_set_scope.
10252
8ba0730a
PA
102532013-01-25 Pedro Alves <[email protected]>
10254
10255 * remote.c (add_current_inferior_and_thread): Tweak comment.
10256
12aaed36
TT
102572013-01-25 Tom Tromey <[email protected]>
10258
10259 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
10260 (cp_add_using_directive): Add 'copy_names' argument.
10261 * cp-support.h (cp_add_using_directive): Update.
10262 (struct using_direct) <import_src, import_dest, alias,
10263 declaration>: Now const.
10264 * dwarf2read.c (read_import_statement): Use obconcat.
10265 Don't copy names passed to cp_add_using_directive.
10266
7fc75ca7
TT
102672013-01-25 Tom Tromey <[email protected]>
10268
10269 * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
10270
3405876a
PA
102712013-01-25 Pedro Alves <[email protected]>
10272
10273 * remote.c (stop_reply_extract_thread): New.
10274 (add_current_inferior_and_thread): New parameter 'wait_status'.
10275 Handle it.
10276 (remote_start_remote): Pass wait status to
10277 add_current_inferior_and_thread.
10278 (extended_remote_run): Update comment.
10279 (extended_remote_create_inferior_1): Pass wait status to
10280 add_current_inferior_and_thread.
10281
8954db33
AB
102822013-01-25 Andrew Burgess <[email protected]>
10283 Ulrich Weigand <[email protected]>
10284
10285 * valarith.c (value_vector_widen): New function for replicating a
10286 scalar into a vector.
10287 (value_binop): Use value_vector_widen to widen scalar to vector
10288 rather than casting, this better matches gcc C behaviour.
10289 * valops.c (value_casst): Update logic for casting between vector
10290 types, and for casting from scalar to vector, try to match gcc C
10291 behaviour.
10292 * value.h (value_vector_widen): Declare.
10293 * opencl-lang.c (opencl_value_cast): New opencl specific casting
10294 function, handle special case for casting scalar to vector.
10295 (opencl_relop): Use opencl_value_cast.
10296 (evaluate_subexp_opencl): Use opencl_value_cast instead of
10297 value_cast, and handle BINOP_ASSIGN, UNOP_CAST, and UNOP_CAST_TYPE
10298 in order to use opencl_value_cast.
10299
843b20dc
YQ
103002013-01-25 Yao Qi <[email protected]>
10301
10302 * event-loop.c: Include "queue.h".
10303 (gdb_event_p): New typedef.
10304 (DECLARE_QUEUE_P): Use.
10305 (DEFINE_QUEUE_P): Use.
10306 (async_queue_event): Remove.
10307 (gdb_event_xfree): New.
10308 (initialize_event_loop): New.
10309 (process_event): Use QUEUE macros.
10310 (event_queue): Remove.
10311 (gdb_wait_for_event): Caller update.
10312 (check_async_event_handlers): Likewise.
10313 (poll_timers): Likewise.
10314 * event-loop.h (initialize_event_loop): Declare.
10315 * event-loop.c (gdb_event_xfree): New.
10316 * top.c (gdb_init): Call initialize_event_loop.
10317
20ad8856
YQ
103182013-01-25 Yao Qi <[email protected]>
10319
10320 * event-loop.c (async_queue_event): Remove one parameter
10321 'position'. Remove code handling 'position' == TAIL.
10322 (gdb_wait_for_event): Caller update.
10323 (check_async_event_handlers): Caller update.
10324 (poll_timers): Caller update.
10325 * event-loop.h (enum queue_position): Remove.
10326
3bbbe775
MK
103272013-01-25 Maxim Kuvyrkov <[email protected]>
10328
10329 * MAINTAINERS: Update my email.
10330
a87d9ac4
YQ
103312013-01-25 Yao Qi <[email protected]>
10332
10333 * main.c (print_gdb_help): Remove "--epoch" from the help
10334 message.
10335
2077afdd
TD
103362013-01-24 Ulrich Weigand  <[email protected]>
10337
10338 * symtab.c (skip_prologue_using_sal): Consider a file
10339 change the same as an increased line number
10340
63da4037
TD
103412013-01-24 Tiago Stürmer Daitx  <[email protected]>
10342
30e8ee25 10343 * MAINTAINERS (Write After Approval): Add myself to the list.
63da4037 10344
45e6c716
TT
103452013-01-24 Tom Tromey <[email protected]>
10346
10347 * ada-lang.h (ada_decode_symbol): Make return type const.
10348 * ada-lang.c (ada_decode_symbol): Likewise.
10349
b1ae631a
DE
103502013-01-23 Doug Evans <[email protected]>
10351
10352 * linespec.c (find_linespec_symbols): Make static.
10353
55a78401
SDJ
103542013-01-23 Tiago Stürmer Daitx <[email protected]>
10355
10356 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
10357 type on float conversion for complex type.
10358
bea883fd
SCR
103592013-01-23 Siva Chandra Reddy <[email protected]>
10360
10361 Add a new class gdb.Architecture which exposes GDB's
10362 internal representation of architecture via GDB Python API.
10363 * Makefile.in: Add entries corresponding to the new file
10364 python/py-arch.c.
10365 * NEWS (Python Scripting): Add entries for the new class
10366 gdb.Architecture and the new method gdb.Frame.architecture.
10367 * python/py-arch.c: Implement gdb.Architecture class.
10368 * python/py-frame.c (frapy_arch): Implement the method
10369 gdb.Frame.architecture().
10370 (frame_object_methods): Add 'architecture' to the method table.
10371 * python/python-internal.h: Add declarations of new utility
10372 functions.
10373 * python/python.c (_initialize_python): Initialize
10374 gdb.Architecture class.
10375
796a7ff8
DE
103762013-01-23 Doug Evans <[email protected]>
10377
10378 Work around binutils/15021.
10379 * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
10380 type_unit_group out of union s. All uses updated.
10381 (read_index_from_section): Watch for index version 8.
10382 (follow_die_sig): If using .gdb_index version <= 7, record the TU as
10383 an imported symtab.
10384 (write_psymtabs_to_index): Increment version number to 8.
10385
0928e93d
PA
103862013-01-22 Pedro Alves <[email protected]>
10387
10388 * annotate.c (breakpoint_changed): Skip if breakpoint is not
10389 user-visible.
10390
9c97429f
PA
103912013-01-22 Pedro Alves <[email protected]>
10392
10393 * annotate.c (annotate_breakpoints_changed): Rename to ...
10394 (annotate_breakpoints_invalid): ... this. Make static.
10395 (breakpoint_changed): Adjust.
10396 (_initialize_annotate): Always install the observers. Install a
10397 "breakpoint_created" observer.
10398 * annotate.h (annotate_breakpoints_changed): Delete declaration.
10399 * breakpoint.c (set_breakpoint_condition)
10400 (breakpoint_set_commands, do_map_commands_command)
10401 (init_raw_breakpoint, clear_command, set_ignore_count)
10402 (enable_breakpoint_disp): No longer call
10403 annotate_breakpoints_changed.
10404
bd00c694
PA
104052013-01-22 Pedro Alves <[email protected]>
10406
10407 * annotate.c: Include "inferior.h".
10408 (frames_invalid_emitted)
10409 (breakpoints_invalid_emitted): New globals.
10410 (async_background_execution_p): New function.
10411 (annotate_breakpoints_changed, annotate_frames_invalid): Skip
10412 emitting the annotation if it has already been emitted.
10413 (annotate_display_prompt): New function.
10414 * annotate.h (annotate_display_prompt): New declaration.
10415 * event-top.c: Include annotate.h.
10416 (display_gdb_prompt): Call annotate_display_prompt.
10417
187d10dd
PA
104182013-01-22 Pedro Alves <[email protected]>
10419
10420 * annotate.c (ignore_count_changed): Delete.
10421 (annotate_breakpoints_changed): Don't clear ignore_count_changed.
10422 (annotate_ignore_count_change): Delete.
10423 (annotate_stopped): Don't emit a delayed breakpoints-changed
10424 annotation.
10425 * annotate.h (annotate_ignore_count_change): Delete.
10426 * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
10427 annotate_ignore_count_change.
10428
d84cf7eb
TT
104292013-01-22 Tom Tromey <[email protected]>
10430
10431 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
10432 require_rvalue for a register location.
10433
8f1d5693
MK
104342013-01-21 Marc Khouzam <[email protected]>
10435
10436 * breakpoint.c (print_one_breakpoint_location): Add MI
10437 field 'thread-groups' when printing a breakpoint.
10438 (output_thread_groups): New function.
10439
aa6199c6
SCR
104402013-01-21 Siva Chandra Reddy <[email protected]>
10441
10442 * python/lib/gdb/commands/explore.py
10443 (CompoundExplorer.explore_expr): Correct the name of a method
10444 being invoked.
10445 (ExploreTypeCommand.invoke): Add a missing 'return'.
10446
d2afef13
TT
104472013-01-21 Tom Tromey <[email protected]>
10448
10449 * gdb_obstack.h (obconcat): Move declaration here, from...
10450 * symfile.h (obconcat): ... here.
10451 * gdb_obstack.c: New file.
10452 (obconcat): Move from...
10453 * symfile.c (obconcat): ... here.
10454 * Makefile.in (SFILES): Add gdb_obstack.c.
10455 (COMMON_OBS): Add gdb_obstack.o.
10456
10f0c4bb
TT
104572013-01-21 Tom Tromey <[email protected]>
10458
10459 * symfile.h (obsavestring): Don't declare.
10460 * symfile.c (obsavestring): Remove.
10461 * ada-exp.y: Use obstack_copy0, not obsavestring.
10462 * ada-lang.c: Use obstack_copy0, not obsavestring.
10463 * coffread.c: Use obstack_copy0, not obsavestring.
10464 * cp-namespace.c: Use obstack_copy0, not obsavestring.
10465 * dbxread.c: Use obstack_copy0, not obsavestring.
10466 * dwarf2read.c: Use obstack_copy0, not obsavestring.
10467 * jit.c: Use obstack_copy0, not obsavestring.
10468 * mdebugread.c: Use obstack_copy0, not obsavestring.
10469 * psymtab.c: Use obstack_copy0, not obsavestring.
10470 * stabsread.c: Use obstack_copy0, not obsavestring.
10471 * xcoffread.c: Use obstack_copy0, not obsavestring.
10472
86f62fd7
TT
104732013-01-21 Tom Tromey <[email protected]>
10474
10475 * dwarf2read.c (fixup_go_packaging): Save package name
10476 on objfile obstack.
10477 * gdbtypes.c (init_type): Don't copy name.
10478
15d034d0
TT
104792013-01-21 Tom Tromey <[email protected]>
10480
10481 * dwarf2read.c (struct partial_die_info) <name, scope>: Now
10482 const.
10483 (struct attribute) <u.str>: Now const.
10484 (struct fnfieldlist) <name>: Now const.
10485 (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
10486 (partial_die_parent_scope): Make return type const.
10487 (partial_die_full_name, add_partial_symbol): Update.
10488 (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
10489 'name' const.
10490 (find_file_and_directory): Make 'name' and 'comp_dir' const.
10491 (read_file_scope, read_func_scope, dwarf2_add_field)
10492 (dwarf2_add_member_fn, read_structure_type)
10493 (process_enumeration_scope, read_array_type, read_module_type)
10494 (read_base_type, read_subrange_type): Update.
10495 (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
10496 (new_symbol_full, guess_full_die_structure_name): Update.
10497 (dwarf2_canonicalize_name): Return const type. Make 'name' const.
10498 (dwarf2_name): Return const type.
10499 (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
10500 const.
10501
748e18ae
TT
105022013-01-21 Tom Tromey <[email protected]>
10503
10504 * gdbtypes.c (init_type): Make 'name' const.
10505 * gdbtypes.h (init_type): Update.
10506
46212e0b
TT
105072013-01-21 Tom Tromey <[email protected]>
10508
10509 * buildsym.c (patch_subfile_names): Use set_last_source_file.
10510 (start_symtab): Make 'name' and 'dirname' const. Use
10511 set_last_source_file.
10512 (restart_symtab, reset_symtab_globals): Use set_last_source_file.
10513 (last_source_file): Define. Now static.
10514 (set_last_source_file, get_last_source_file): New functions.
10515 * buildsym.h (last_source_file): Don't declare.
10516 (start_symtab): Update.
10517 (set_last_source_file, get_last_source_file): Declare.
10518 * coffread.c (complete_symtab): Use set_last_source_file.
10519 (coff_end_symtab): Likewise.
10520 (coff_symtab_read): Use set_last_source_file, get_last_source_file.
10521 * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
10522 set_last_source_file.
10523 (process_one_symbol): Use get_last_source_file.
10524 * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
10525 (psymtab_to_symtab_1): Use get_last_source_file.
10526 * xcoffread.c (process_linenos): Use get_last_source_file.
10527 (complete_symtab): Use set_last_source_file.
10528 (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
10529 (scan_xcoff_symtab): Use set_last_source_file.
10530
9d2ceabe
TT
105312013-01-21 Tom Tromey <[email protected]>
10532
10533 * symtab.c (struct demangled_name_entry) <mangled>: Now const.
10534 (symbol_set_names): Remove casts. Handle field const-ness.
10535
cfc594ee
TT
105362013-01-21 Tom Tromey <[email protected]>
10537
10538 * dwarf2read.c (new_symbol_full): Remove cast.
10539 * symtab.c (symbol_set_demangled_name): Make 'name' const.
10540 * symtab.h (symbol_set_demangled_name): Update.
10541
5484b13a
TT
105422013-01-21 Tom Tromey <[email protected]>
10543
10544 * main.c (captured_main): Call bfd_init.
10545
1605ef26
TT
105462013-01-21 Tom Tromey <[email protected]>
10547
10548 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
10549 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
10550 * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
10551 * NEWS: Update.
10552
3b74cdc3
JK
105532013-01-21 Jan Kratochvil <[email protected]>
10554
10555 * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
10556
5a352474
JK
105572013-01-21 Jan Kratochvil <[email protected]>
10558
10559 Fix gdb.fortran/common-block.exp crash in PIE mode.
10560 * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
10561 LOC_COMMON_BLOCK.
10562 * f-valprint.c (info_common_command_for_block): Expect
10563 LOC_COMMON_BLOCK in gdb_assert.
10564 * symtab.h (struct general_symbol_info): Update comment for the
10565 common_block member.
10566 (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
10567 (enum address_class): New member LOC_COMMON_BLOCK.
10568
c60797fd
DB
105692013-01-18 David Blaikie <[email protected]>
10570
10571 * MAINTAINERS (Write After Approval): Add "David Blaikie".
0cae7dfb 10572
46f35228
TT
105732013-01-18 Tom Tromey <[email protected]>
10574
10575 PR c++/14999:
10576 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
10577 Call require_rvalue.
10578
257e7a09
YQ
105792013-01-18 Yao Qi <[email protected]>
10580
10581 * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
10582 (dbx_read_symtab): New declaration.
10583 (dbx_psymtab_to_symtab): Delete.
10584 (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
10585 Rename parameter PST to SELF. Exchanged two parameters.
10586 (start_psymtab): Caller update.
10587 * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
10588 (dwarf2_read_symtab): New declaration.
10589 (dwarf2_psymtab_to_symtab): Delete.
10590 (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
10591 Rename parameter PST to SELF. Exchanged two parameters.
10592 (create_partial_symtab): Caller update.
10593 * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
10594 (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
10595 Rename parameter PST to SELF. Exchanged two parameters.
10596 (parse_partial_symbols, new_psymtab): Caller update.
10597 * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
10598 two parameters.
10599 * psymtab.c (psymtab_to_symtab): Caller update.
10600 * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
10601 (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
10602 Rename parameter PST to SELF. Exchanged two parameters.
10603 (xcoff_start_psymtab): Caller update.
10604
0de5618e
YQ
106052013-01-18 Yao Qi <[email protected]>
10606
10607 * infrun.c (proceed): Rename local variable 'oneproc' to
10608 'force_step'.
10609
5c04624b
DE
106102013-01-17 Doug Evans <[email protected]>
10611
848e3e78
DE
10612 * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
10613 (dw2_build_type_unit_groups): Delete. All uses updated.
10614
5c04624b
DE
10615 * symtab.h (struct symbol_search): Add comment.
10616
d84fca2c
JK
106172013-01-17 Jan Kratochvil <[email protected]>
10618
10619 * symtab.c (compare_filenames_for_search): New comment for
10620 HAS_DRIVE_SPEC.
10621
6108433d
TT
106222013-01-17 Tom Tromey <[email protected]>
10623
10624 * cp-abi.c (cp_abi_completer): Fix typo in assignment.
10625
c89ffd86
JK
106262013-01-17 Jan Kratochvil <[email protected]>
10627
10628 * symtab.c (iterate_over_some_symtabs): New variable cleanups,
10629 initialize it by existing make_cleanup. Call new do_cleanups.
10630
db2b2972
TT
106312013-01-17 Tom Tromey <[email protected]>
10632
10633 * cp-abi.c (cp_abi_completer): New function.
10634 (_initialize_cp_abi): Set completer for "set cp-abi".
10635
be7d37a2
TT
106362013-01-17 Tom Tromey <[email protected]>
10637
10638 * mem-break.c: Remove obsolete comment.
10639 * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
10640
c9fb1240
SD
106412012-01-17 Sanjoy Das <[email protected]>
10642
10643 * jit.c (jit_reader_load_command): Interpret the jit reader name
10644 as an absolute path if it begins with a forward slash.
10645
db334a01
SD
106462012-01-17 Sanjoy Das <[email protected]>
10647
10648 PR gdb/14550
10649
10650 * jit.c (finalize_symtab): Ensure that only the global block has a
10651 NULL superblock.
10652
7d928dac
PA
106532013-01-17 Pedro Alves <[email protected]>
10654
10655 * acinclude.m4: Include ../config/plugins.m4,
10656 ../config/largefile.m4 and ../config/lead-dot.m4. Add comments.
10657 * Makefile.in (aclocal_m4_deps): Update.
10658 * aclocal.m4: Renegerate.
10659
fb8cf7c5
DE
106602013-01-16 Doug Evans <[email protected]>
10661
10662 * contrib/cc-with-tweaks.sh: Add references to Fission docs.
10663
ab04a2af
TT
106642013-01-16 Pedro Alves <[email protected]>
10665 Tom Tromey <[email protected]>
10666
10667 PR cli/7221:
10668 * NEWS: Add "catch signal".
10669 * breakpoint.c (base_breakpoint_ops): No longer static.
10670 (bpstat_explains_signal): New function.
10671 (init_catchpoint): No longer static.
10672 (base_breakpoint_explains_signal): New function.
10673 (base_breakpoint_ops): Initialize new field.
10674 * breakpoint.h (enum bpstat_signal_value): New.
10675 (struct breakpoint_ops) <explains_signal>: New field.
10676 (bpstat_explains_signal): Remove macro, declare as function.
10677 (base_breakpoint_ops, init_catchpoint): Declare.
10678 * break-catch-sig.c: New file.
10679 * inferior.h (signal_catch_update): Declare.
10680 * infrun.c (signal_catch): New global.
10681 (handle_syscall_event): Update for change to
10682 bpstat_explains_signal.
10683 (handle_inferior_event): Likewise. Always handle random signals
10684 via bpstats.
10685 (signal_cache_update): Check signal_catch.
10686 (signal_catch_update): New function.
10687 (_initialize_infrun): Initialize signal_catch.
10688 * Makefile.in (SFILES): Add break-catch-sig.c.
10689 (COMMON_OBS): Add break-catch-sig.o.
10690
8ac3646f
TT
106912013-01-16 Tom Tromey <[email protected]>
10692
10693 * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
10694 (print_one_catch_solib, print_one_catch_syscall)
10695 (print_one_catch_exec, print_one_exception_catchpoint): Emit
10696 "catch-type".
10697
5a18e302
YQ
106982013-01-16 Yao Qi <[email protected]>
10699
10700 * printcmd.c (current_display_number): Make it static.
10701
3f01d0d0
YQ
107022013-01-16 Yao Qi <[email protected]>
10703
10704 * infcmd.c (step_once): Don't check '!single_inst' as it was
10705 checked before.
10706
1ed59174
JK
107072013-01-15 Jan Kratochvil <[email protected]>
10708
10709 * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
10710
44478ab3
TT
107112013-01-14 Tom Tromey <[email protected]>
10712
10713 * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
10714 set command.
10715 * command.h (add_setshow_string_noescape_cmd): Update.
10716 * corefile.c (set_gnutarget_command): Remove trailing whitespace.
10717 (complete_set_gnutarget): New function.
10718 (_initialize_core): Set the "set gnutarget" completer.
10719
06d66ee9
TT
107202013-01-14 Tom Tromey <[email protected]>
10721
10722 PR symtab/14442:
10723 * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
10724 (c_type_print_modifier): Likewise.
10725 * dwarf2read.c (read_tag_restrict_type): New function.
10726 (read_type_die_1): Handle DW_TAG_restrict_type.
10727 * gdbtypes.c (make_restrict_type): New function.
10728 (recursive_dump_type): Handle TYPE_RESTRICT.
10729 * gdbtypes.h (enum type_flag_values): Renumber.
10730 (enum type_instance_flag_value): Add
10731 TYPE_INSTANCE_FLAG_RESTRICT.
10732 (TYPE_RESTRICT): New macro.
10733 (make_restrict_type): Declare.
10734
c9bf0622
TT
107352013-01-14 Tom Tromey <[email protected]>
10736
10737 PR symtab/14931:
10738 * psymtab.c (struct psymtab_state): New.
10739 (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
10740 functions.
10741 * psympriv.h (make_cleanup_discard_psymtabs): Declare.
10742 * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
10743
44d594fd
PA
107442013-01-14 Richard Sharman <[email protected]>
10745 Pedro Alves <[email protected]>
10746
10747 PR remote/14786
10748
10749 * remote.c (remote_threads_info): Make a copy of the reply from
10750 qfThreadInfo and use that instead of rs->buf.
10751
442e4d9c
YQ
107522013-01-14 Yao Qi <[email protected]>
10753
10754 * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
10755 (dbx_psymtab_to_symtab): Likewise.
10756 * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
10757 * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
10758 * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
10759
5b12a61c
JK
107602013-01-13 Jan Kratochvil <[email protected]>
10761
10762 * parse.c (parse_exp_in_context): New variable inner_chain. Call
10763 make_cleanup_restore_current_language. Call set_language. Move
10764 OLD_CHAIN and INNER_CHAIN cleanups.
10765 * utils.c (do_restore_current_language)
10766 (make_cleanup_restore_current_language): New functions.
10767 * utils.h (make_cleanup_restore_current_language): New declaration.
10768
f0a4b570
JK
107692013-01-13 Jan Kratochvil <[email protected]>
10770
10771 * source.c (symtab_to_fullname): Apply rewrite_source_path also for
10772 non-existing files.
10773
57b3c00c
JK
10774 * source.c (symtab_to_fullname): Do not prepend DIRNAME for
10775 non-existing files if FILENAME is already absolute.
10776
daefa854
JK
107772013-01-11 Jan Kratochvil <[email protected]>
10778
10779 * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
10780 fputs_filtered. Append trailing newline.
10781
ca9c6ee2
YQ
107822013-01-11 Yao Qi <[email protected]>
10783 Stan Shebs <[email protected]>
10784
10785 * psymtab.c (init_psymbol_list): Clarify the comment.
10786
f28045c2
YQ
107872013-01-11 Yao Qi <[email protected]>
10788
10789 * breakpoint.c (print_one_breakpoint_location): Remove dead code.
10790 (update_dprintf_command_list): Assert that 'printf_line' is
10791 non-null. Remove condition check.
10792
da5132d3
JK
107932013-01-10 Jan Kratochvil <[email protected]>
10794
10795 Code cleanup.
10796 * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
10797 type const char *.
10798 * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
10799 const char *.
10800 * tui/tui-source.h (tui_source_is_displayed): Likewise.
10801
843e694d
AG
108022013-01-09 Anthony Green <[email protected]>
10803
10804 * cp-abi.c (cplus_print_vtable): Don't return value from void
10805 function.
10806 * ada-lang.c (re_set_catch_assert): Ditto.
10807
da51c347
DE
108082013-01-09 Doug Evans <[email protected]>
10809
10810 * symfile.h (quick_symbol_functions): Delete member
10811 pre_expand_symtabs_matching. All uses removed.
10812 * dwarf2read.c (dw2_lookup_symbol): Implement.
10813 (dw2_do_expand_symtabs_matching): Delete.
10814 (dw2_pre_expand_symtabs_matching): Delete.
10815 (struct dw2_symtab_iterator): New type.
10816 (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
10817 (dw2_expand_symtabs_for_function): Rewrite.
10818 (dwarf2_gdb_index_functions): Update.
10819 * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
10820 (psym_functions): Update.
10821
b2259038
TT
108222013-01-09 Tom Tromey <[email protected]>
10823
10824 * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
10825 * configure: Rebuild.
10826 * configure.ac: Add somread.o to the build if BFD has SOM
10827 support.
10828 * somread.c: Include som/aout.h, not syms.h.
10829 (som_symtab_read): Use som_external_symbol_dictionary_record.
10830 Unpack records manually.
10831 (_initialize_somread): Declare.
10832
bdad4180
MF
108332012-01-08 Mike Frysinger <[email protected]>
10834
10835 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
10836 Cast return_address to 64bits.
10837
03cdf680
HZ
108382013-01-08 Hui Zhu <[email protected]>
10839
10840 * printcmd.c: Remove define of function output_command.
10841 * tracepoint.c: Remove extern of function output_command.
10842 * valprint.h: (output_command): New extern.
10843
8a808554
TT
108442013-01-07 Tom Tromey <[email protected]>
10845
10846 * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
10847 Remove.
10848 (objc_language_defn): Use c_printchar, c_printstr,
10849 c_emit_char.
10850
e93a8774
TT
108512013-01-07 Tom Tromey <[email protected]>
10852
10853 PR cli/7719:
10854 * NEWS: Update.
10855 * ada-valprint.c (printstr, print_field_values): Remove
10856 "inspect_it" code.
10857 * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
10858 code.
10859 * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
10860 code.
10861 * m2-lang.c (m2_printstr): Remove "inspect_it" code.
10862 * main.c (captured_main): Remove "epoch" argument.
10863 * objc-lang.c (objc_printstr): Remove "inspect_it" code.
10864 * p-lang.c (pascal_printstr): Remove "inspect_it" code.
10865 * p-valprint.c (pascal_object_print_value_fields): Remove
10866 "inspect_it" code.
10867 * printcmd.c (print_command_1): Remove 'inspect' argument.
10868 (print_command, call_command): Update.
10869 (inspect_command): Remove.
10870 (_initialize_printcmd): Make "inspect" an alias for "print".
10871 * top.c (epoch_interface): Remove.
10872 * top.h (epoch_interface): Remove.
10873 * valprint.c (user_print_options): Update.
10874 (print_converted_chars_to_obstack): Remove "inspect_it" code.
10875 * valprint.h (struct value_print_options) <inspect_it>: Remove
10876 field.
10877
108782013-01-04 Tom Tromey <[email protected]>
10879
10880 * valprint.h (read_string): Add 'extern'.
10881
b967eb24
JB
108822013-01-07 Joel Brobecker <[email protected]>
10883
10884 * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
10885 used to decide whether to define darwin_read_dyld_info or not.
10886
78a8b30e
PM
108872013-01-03 Pierre Muller <[email protected]>
10888
10889 * main.c (relocate_gdb_directory): Avoid calling stat function
10890 if DIR is empty.
10891
50da2f25
YQ
108922013-01-03 Yao Qi <[email protected]>
10893
10894 * psymtab.c (fixup_psymbol_section): Update declaration.
10895 (fixup_psymbol_section): Remove code returning value.
10896
e7e8980f
YQ
108972013-01-03 Yao Qi <[email protected]>
10898
10899 * symtab.h: Remove some out of date comments.
10900 (enum exception_event_kind): Move it ...
10901 * breakpoint.c: ... here.
10902
569283d4
MF
109032013-01-02 Iain Sandoe <[email protected]>
10904
9f9d9a96 10905 PR gdb/14405
569283d4
MF
10906 * darwin-nat.c (darwin_read_dyld_info): Only build if
10907 TASK_DYLD_INFO_COUNT is defined.
10908 (darwin_xfer_partial): Call darwin_read_dyld_info only if
10909 TASK_DYLD_INFO_COUNT is defined.
10910
2e36fbea
TT
109112013-01-02 Tom Tromey <[email protected]>
10912
10913 * symfile.h (struct ecoff_debug_hack): Remove.
10914 * objfiles.c: Don't include mdebugread.h.
10915
4f05add4
TT
109162013-01-02 Tom Tromey <[email protected]>
10917
10918 * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
10919 * configure.ac: Check for Mach-O support in BFD. Update
10920 CONFIG_OBS.
10921 * configure: Rebuild.
10922
def63ff0
TT
109232013-01-02 Tom Tromey <[email protected]>
10924
10925 * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
10926 * configure.ac: Use GDB_AC_CHECK_BFD.
10927 * configure: Rebuild.
10928
60c5dd93
MK
109292013-01-01 Maxim Kuvyrkov <[email protected]>
10930
10931 * MAINTAINERS: Update my email.
10932
6e58437e
JB
109332013-01-01 Joel Brobecker <[email protected]>
10934
10935 * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
10936
627fe805
JB
109372013-01-01 Joel Brobecker <[email protected]>
10938
10939 * rs6000-nat.c (bss_data_overlap): New function.
10940 (vmap_symtab): Use it to adjust the .bss section's offset.
10941
28e7fd62
JB
109422013-01-01 Joel Brobecker <[email protected]>
10943
10944 Update year range in copyright notice of all files.
10945
e93a8774 109462013-01-01, 13 Joel Brobecker <[email protected]>
b9786c74
JB
10947
10948 * top.c (print_gdb_version): Update copyright year.
10949
72b20e9c 10950For older changes see ChangeLog-2012.
c906108c
SS
10951\f
10952Local Variables:
10953mode: change-log
10954left-margin: 8
10955fill-column: 74
10956version-control: never
57da7796 10957coding: utf-8
c906108c 10958End:
This page took 4.650588 seconds and 4 git commands to generate.